Merge branch 'master' of http://git.kingsome.cn/node/card_svr
This commit is contained in:
commit
3e3b359e79
@ -70,13 +70,13 @@ Object.defineProperties(Room.prototype, {
|
||||
},
|
||||
|
||||
sMsgQueue: {
|
||||
value: function (client:Client, datas?: PetInfoMsg) {
|
||||
value: function (client:Client, datas?: IMsg) {
|
||||
client.send("msg_queue_s2c", datas);
|
||||
}
|
||||
},
|
||||
|
||||
bMsgQueue: {
|
||||
value: function (datas?: PetInfoMsg, options?: any) {
|
||||
value: function (datas?: IMsg, options?: any) {
|
||||
this.broadcast("msg_queue_s2c", datas, options);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user