public void Forfeit() { gameMode.StopGame(); gameMode.Endgame = true; playerManager.ChangePlayer(); forfeitButton.SetActive(false); }