Exemplo n.º 1
0
 void Awake()
 {
     Round  = GetComponent <EnemyRound> ();
     Attack = GetComponent <EnemyAttack> ();
 }
Exemplo n.º 2
0
    public void StartRound()
    {
        _currentRound = this;

        _waves[0].SpawnEnemy();
    }