Пример #1
0
 public static void Postfix()
 {
     PauseMenuHandler.SetMenuHeight();
 }
Пример #2
0
 /// <summary>
 ///     This handler is used to place the 'MULTIPLAYER' button to the top
 ///     of the pause menu.
 /// </summary>
 public static void Prefix()
 {
     PauseMenuHandler.CreateOrUpdateMultiplayerButton();
 }