Click or drag to resize

ModManagerEnableMod Method

Enable a mod.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void EnableMod(
	Mod mod
)
Request Example View Source

Parameters

mod
Type: Kit.ModdingMod
The mod to enable.
See Also