Click or drag to resize

DirectModLoader Class

A IModLoader that loads resources directly from a folder.
Inheritance Hierarchy
SystemObject
  Kit.Modding.LoadersDirectModLoader

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

The DirectModLoader type exposes the following members.

Constructors
  NameDescription
Public methodDirectModLoader
Initializes a new instance of the DirectModLoader class
Top
Methods
  NameDescription
Public methodLoadMod
Load a mod.
Public methodLoadModAsync
Load a mod asynchronously.
Top
See Also