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.
- 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