Click or drag to resize

DirectMod Class

A mod that loads resources directly from a folder.
Inheritance Hierarchy

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

The DirectMod type exposes the following members.

Constructors
  NameDescription
Public methodDirectMod
Create a new instance with the given path.
Top
Properties
  NameDescription
Public propertyPath
Path to the mod.
Top
Methods
See Also