Beispiel #1
0
 public void KillEnemy()
 {
     if (theWinManager.maxKills > -1)
     {
         theWinManager.SubKillCount();
         theUIManager.PlayerKills(theWinManager.GetKillCount());
     }
 }