예제 #1
0
        public override void OnEnabled()
        {
            singleton = this;

            harmony = new Harmony("MoreConfigPint");
            harmony.PatchAll();
        }
예제 #2
0
        public override void OnDisabled()
        {
            harmony.UnpatchAll();

            singleton = null;
        }