mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-16 17:33:13 +01:00
434 B
434 B
EventPhase
Namespace: TinyLife > Mods
Assembly: Tiny Life.dll
An enumeration that represents the phases that an TinyLife.Mods.Events
event can be invoked in
Enum
Value | Name | Summary |
---|---|---|
0 | Pre | A phase that represents an event that is invoked before something happens |
1 | Post | A phase that represents an event that is invoked after something happens |