Kit.Modding Namespace |
| Class | Description | |
|---|---|---|
| Mod | Base class for mods loaded by a IModLoader. | |
| ModGroup | Mod groups decide how mods are loaded. | |
| ModManager | A manager for loading, executing, configuring, unloading mods and loading resources from them. | |
| ModMetadata | Information about the mod stored in MetadataFile. |
| Structure | Description | |
|---|---|---|
| ResourceInfo | Information about a loaded resource. |
| Interface | Description | |
|---|---|---|
| IModLoader |
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.
|
| Enumeration | Description | |
|---|---|---|
| ModPersistence | Defines a mode for executing mod scripts. | |
| ModType | Type of a mod. Identifier for a ModGroup. |