Esempio n. 1
0
        public static void Postfix(Game __instance)
        {
            if (__instance.IsShuttingDown())
            {
                return;
            }

            EpicLoot.OnGameShutdown();
        }