コード例 #1
0
ファイル: EndgamePatch.cs プロジェクト: apollyon600/BetterAU
 public static void Prefix(AmongUsClient __instance)
 {
     EndGameCommons.ResetGlobalVariable();
 }
コード例 #2
0
ファイル: EndgamePatch.cs プロジェクト: apollyon600/BetterAU
 public static bool Prefix(EndGameManager __instance)
 {
     EndGameCommons.ResetGlobalVariable();
     return(true);
 }