export const eventHandlers = { 'arena:lifecycle': { onYourMarks(msg, chan) { this.observerSrv?.onYourMarks() }, bigBang(msg, chan) { this.observerSrv?.onBigBang() }, }, }