import { BattleDataPool } from "../../tower/data/BattleDataPool"; import { BulletData } from "../../tower/data/BulletData"; //弹道子弹 export class ZombieBulletData extends BulletData{ } export let ZombieBulletDataPool = new BattleDataPool(ZombieBulletData,100)