 | ModOnLoad Method |
Called when your mod is loaded.
You can perform any initialization here, such as creating game objects
to control your mod.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic abstract void OnLoad()
See Also