예제 #1
0
        static void Postfix()
        {
            if (!Main.enabled)
            {
                return;
            }

            MajordomoWindow.TryRegisterResources();
        }
예제 #2
0
        static void Postfix(bool __state)
        {
            if (!Main.enabled)
            {
                return;
            }

            if (__state)
            {
                MajordomoWindow.TryRegisterResources();
            }
        }