Esempio n. 1
0
 public static void Postfix()
 {
     ModManager.gameStarted = true;
     ModManager.WriteToConsole("Game has begun");
 }
 public static void Postfix()
 {
     ModManager.UpdatePlayerDicts();
 }
Esempio n. 3
0
 public static void Prefix()
 {
     ModManager.gameStarted = false;
     ModManager.WriteToConsole("Game has ended");
 }