Example #1
0
 public void Destroy(GameObject enemy, float time)
 {
     _allEnemies.DestroyEnemy(enemy, time);
 }