Ejemplo n.º 1
0
 /// <summary>
 /// Called on both client and server side.
 /// </summary>
 internal static void LoadMod()
 {
     RegistryLoader.Load();
 }
Ejemplo n.º 2
0
 internal static void UnloadMod()
 {
     RegistryLoader.Unload();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Finishes mod and registry loading.
 /// Loads all content from registered mods into this mod.
 /// Should be called in <see cref="MysticHunter.PostAddRecipes"/>.
 /// </summary>
 internal static void PostLoad()
 {
     RegistryLoader.LoadModContent();
 }