# [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 |