给子弹加上了对象池回收功能
|
---|
|
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs |
---|
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs |
---|
DungeonShooting_Godot/src/framework/pool/ObjectPool.cs |
---|
DungeonShooting_Godot/src/game/activity/bullet/explode/Explode.cs |
---|
DungeonShooting_Godot/src/game/activity/bullet/laser/Laser.cs |
---|
DungeonShooting_Godot/src/game/activity/bullet/normal/BoomBullet.cs |
---|
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs |
---|
DungeonShooting_Godot/src/game/activity/bullet/normal/IBullet.cs |
---|
DungeonShooting_Godot/src/game/activity/prop/buff/BuffPropProp0010.cs |
---|
DungeonShooting_Godot/src/game/activity/weapon/Weapon_Bullet.cs |
---|
DungeonShooting_Godot/src/game/manager/ObjectManager.cs |
---|