Click or drag to resize

IModLoader Interface

Template for classes that want to implement mod-loading from different types of packages. Each would need to implement its corresponding Mod sub-class as well.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public interface IModLoader

The IModLoader type exposes the following members.

Methods
  NameDescription
Public methodLoadMod
Load a mod.
Public methodLoadModAsync
Load a mod asynchronously.
Top
See Also