public void KillPlayer() { interfacemanager.AddLife(-1); if (interfacemanager.GetLives() == 0) { GameOver(); } ResetGame(false); }