export type IGameEvents = { "object-count-changed": { count: number }; rendered: {}; };