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