EntityEvents
constEntityEvents:ResourceDef<EntityEventQueue>
Defined in: entityEvents.ts:306
Shared EntityEventQueue resource. A plugin inserts the authoritative
instance on startup; systems access it via Res(EntityEvents).
The default value exists only so the resource is well-typed before
the owning plugin constructs the real queue. Consumers should never
see the placeholder at runtime — UIInteractionPlugin inserts its
queue during build().