package eventDemo.app.event import eventDemo.app.GameId import eventDemo.libs.event.EventBus class GameEventBus( bus: EventBus, ) : EventBus by bus