module ecs.events; struct Event { uint type; } class EventManager { }