|
| abstract void | Load () |
| | Called when the mod is being loaded, use to ensure all mod related stuff is ready to be loaded More...
|
| |
| abstract void | LoadContent () |
| | Loads the mod's content. More...
|
| |
| abstract void | Unload () |
| | Called when the mod is being unloaded More...
|
| |
◆ Load()
| abstract void Pathfinder.ModManager.Mod.Load |
( |
| ) |
|
|
pure virtual |
◆ LoadContent()
| abstract void Pathfinder.ModManager.Mod.LoadContent |
( |
| ) |
|
|
pure virtual |
◆ Unload()
| abstract void Pathfinder.ModManager.Mod.Unload |
( |
| ) |
|
|
pure virtual |
◆ MusicPath
| virtual string Pathfinder.ModManager.Mod.MusicPath => "Music" |
◆ SoundPath
| virtual string Pathfinder.ModManager.Mod.SoundPath => "Sound" |
◆ TexturePath
| virtual string Pathfinder.ModManager.Mod.TexturePath => "Texture" |
◆ Identifier
| abstract string Pathfinder.ModManager.Mod.Identifier |
|
get |
◆ ModContent
The documentation for this class was generated from the following file: