Example #1
0
 public void ShowDeadMenu()
 {
     CloseGameMenu();
     InMenu = true;
     GameMenu.SetDead();
     GameMenu.Enabled = true;
 }