Click or drag to resize
ModOnUnload Method
Called when your mod is unloaded. This occurs in two cases: The user unloads the mod or the game exits. Perform any clean-up work you need to here, such as saving configuration and reverting modifications to the game. If your mod is capable of reverting its changes at runtime, also set CanBeUnloaded to true to indicate that the mod can be unloaded by the user at runtime.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract void OnUnload()
See Also