T_MSCLoader_Mod - piotrulos/MSCModLoader GitHub Wiki
The base mod class, all mods should have this class.
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.3.356
C#
public abstract class Mod
View Source
Inheritance | Object → Mod |
Derived | MSCLoader.ModConsole |
Author | Author of the mod (Enter your nickname in this variable) |
Description | Short Description of your mod |
Icon | Mod Icon from Resources or Embedded Resources. |
ID | The ID for your mod (This should be unique). |
isDisabled | true if mod is disabled |
Name | The name of mod that will be displayed in settings. (if not set, will be same as ID) |
Version | The current version of the mod. (prefered standard version format: 2, 3 or 4 digits) |
ModSetup | Setup your mod. |
SetupFunction | Setup selected function for your mod |