mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-16 17:33:13 +01:00
17 lines
434 B
Markdown
17 lines
434 B
Markdown
|
# [EventPhase](./EventPhase.md)
|
||
|
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 |
|
||
|
|
||
|
|