Click or drag to resize

DirectMod Constructor

Create a new instance with the given path.

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public DirectMod(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
See Also