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