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