namespace Syntriax.Engine.Systems.Time; public enum TimerState { Idle, Ticking, Paused, Stopped }