Esempio n. 1
0
 public static void Prefix(AmongUsClient __instance)
 {
     EndGameCommons.ResetGlobalVariable();
 }
Esempio n. 2
0
 public static bool Prefix(EndGameManager __instance)
 {
     EndGameCommons.ResetGlobalVariable();
     return(true);
 }