Click or drag to resize

ModManagerMoveModBottom Method

Move a mod to the bottom.

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

Parameters

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