Esempio n. 1
0
        public static void Prefix()
        {
            MuteBot.LogInfo("ShipStatusStartPatch");
            Task.Run(() => MuteBot.UpdateOptionsString());

            MuteBot.GetInstance().isGameEnded = false;
            MuteBot.clearExiledPlayers();
            MuteBot.clearKilledPlayers();
            Task.Run(() => MuteBot.UpdateStatus(GameStatus.Task));
            return;
        }
Esempio n. 2
0
 public static void Postfix(GameOptionsMenu __instance)
 {
     Task.Run(() => MuteBot.UpdateOptionsString());
 }