mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-16 17:33:13 +01:00
1 KiB
1 KiB
ModInfo
Namespace: TinyLife > Mods
Assembly: Tiny Life.dll
Implements IDisposable
Summary
A mod info is a set of properties that every TinyLife.Mods.ModInfo.Mod
instance is assigned
Fields
Type | Name | Summary |
---|---|---|
RawContentManager | Content | A MLEM.Data.Content.RawContentManager that this mod can use to load its content. This content manager's base directory automatically points to the mod's Content folder. |
String | Id | The id of the mod, which is based on the TinyLife.Mods.ModInfo.Mod 's class name |
Logger | Logger | The TinyLife.Mods.ModInfo.Logger that this mod can use to log information about itself. By default, this logger has the same sinks as the game's logger. |
Mod | Mod | The actual mod instance |
Methods
Return | Name | Summary |
---|---|---|
void | Dispose ( ) |