using Coroutine; namespace MLEM.Startup { public static class CoroutineEvents { public static readonly Event Update = new Event(); public static readonly Event Draw = new Event(); } }