Files
P42_godDaemons/Observer/handlers/arena/lifecycle.js
T

12 lines
236 B
JavaScript

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