Exemplo n.º 1
0
        public override void Load()
        {
            Instance = this;

            // Initialize the loading funneler and subscribe this mod to the registry.
            LoadingFunneler.Load();
            RegistryLoader.RegisterMod(this);
        }
Exemplo n.º 2
0
        public override void Unload()
        {
            LoadingFunneler.Unload();

            Instance = null;
        }