Exemple #1
0
 public void ResetBullets()
 {
     bulletPool.DevolveAll();
 }
 public void ResetSpawner()
 {
     enemyPool.DevolveAll();
 }