コード例 #1
0
ファイル: MysticHunter.cs プロジェクト: Eldrazi/MysticHunter
        public override void Load()
        {
            Instance = this;

            // Initialize the loading funneler and subscribe this mod to the registry.
            LoadingFunneler.Load();
            RegistryLoader.RegisterMod(this);
        }
コード例 #2
0
ファイル: MysticHunter.cs プロジェクト: Eldrazi/MysticHunter
        public override void Unload()
        {
            LoadingFunneler.Unload();

            Instance = null;
        }