13 lines
245 B
JavaScript
13 lines
245 B
JavaScript
|
|
export const construct = (redisCnx) => {
|
|
}
|
|
|
|
export const methods = {
|
|
|
|
dispatchArenaMessage(msg, chan) {
|
|
if(this.debug) console.log(`[${this.redisId}] Arena message (unhandled):`, msg.eventType, chan)
|
|
return(false)
|
|
},
|
|
|
|
}
|