Namespace TinyLife.Mods
Classes
- Mod
The base class for all Tiny Life mods. For an example mod, see https://github.com/Ellpeck/TinyLifeExampleMod. Mods are uniquely identified by their ID. The id is the name of the class that extends Mod, which should ideally be the same as the containing assembly's name (which is the project file's name, if not overridden elsewhere).
- ModLoader
The mod loader loads Mod instances from the GetModsFolder().
Enums
- EventPhase
An enumeration that represents the phases that a time-sensitive event can be invoked in