3D Boss scripts implementation

This commit is contained in:
Marco 2025-06-30 17:28:19 +02:00
commit dbf7f1a963
29 changed files with 1805 additions and 1188 deletions

View file

@ -141,5 +141,9 @@ public partial class PoolingManager : Node
//this.CreateChild<Bullet>(bulletData.BulletScene);
return bullet as IBullet;
}
public void ClearBullets()
{
// TODO: Implement
}
}