Click or drag to resize

ModManagerMoveModUp Method

Move a mod up.

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

Parameters

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