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

            return(true);
        }