Example #1
0
 public void SpawnEnemy(EnemyType enemyType)
 {
     _game.SpawnEnemy(transform.position, enemyType);
 }