async void SpawnEnemyAgain(EnemyController currController)
 {
     await new WaitForSeconds(2f);
     SpawnEnemy(currController.SpawnerPos, currController.SpawnerRotation, currController.EnemyNumber);
 }
Esempio n. 2
0
 public void InitializeController(EnemyController enemyController)
 {
     controller = enemyController;
 }