Click or drag to resize
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.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void OnLoad()
See Also