Beispiel #1
0
 /// <summary>
 /// updates the enemy on display
 /// // currently unused
 /// </summary>
 public void UpdateEnemy()
 {
     if (updateUI.CheckForNewEnemy())
     {
         enemyUnit = GameObject.FindGameObjectWithTag("Enemy").GetComponent <EnemyUnit>();
     }
 }