- import { BattleDataPool } from "../../tower/data/BattleDataPool";
- import { BuffData } from "../../tower/data/BuffData";
- import { DataBase } from "../../tower/data/DataBase";
- export class ZombieBuffData extends BuffData{
-
- }
- export let ZombieBuffDataPool = new BattleDataPool(ZombieBuffData,100)
|