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