mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
3D Boss scripts implementation
This commit is contained in:
parent
b0d0161ab0
commit
dbf7f1a963
29 changed files with 1805 additions and 1188 deletions
|
|
@ -141,5 +141,9 @@ public partial class PoolingManager : Node
|
|||
//this.CreateChild<Bullet>(bulletData.BulletScene);
|
||||
return bullet as IBullet;
|
||||
}
|
||||
|
||||
|
||||
public void ClearBullets()
|
||||
{
|
||||
// TODO: Implement
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue