ZombieBuffData.ts 328 B

1234567891011
  1. import { BattleDataPool } from "../../tower/data/BattleDataPool";
  2. import { BuffData } from "../../tower/data/BuffData";
  3. import { DataBase } from "../../tower/data/DataBase";
  4. //buff类型, 包含debuff
  5. export class ZombieBuffData extends BuffData{
  6. }
  7. export let ZombieBuffDataPool = new BattleDataPool(ZombieBuffData,100)