예제 #1
0
 void Awake()
 {
     Round  = GetComponent <EnemyRound> ();
     Attack = GetComponent <EnemyAttack> ();
 }
예제 #2
0
    public void StartRound()
    {
        _currentRound = this;

        _waves[0].SpawnEnemy();
    }