|
@@ -42,6 +42,7 @@ func init() {
|
|
Processor.Register(&NotifyUpdateRoomInfo{})
|
|
Processor.Register(&NotifyUpdateRoomInfo{})
|
|
Processor.Register(&BeKickLogin{})
|
|
Processor.Register(&BeKickLogin{})
|
|
Processor.Register(&UpdateUserInfo{})
|
|
Processor.Register(&UpdateUserInfo{})
|
|
|
|
+ Processor.Register(&ReqShop{})
|
|
Processor.Range(func(id uint16, t reflect.Type) {
|
|
Processor.Range(func(id uint16, t reflect.Type) {
|
|
log.Debug("消息ID: %d, 消息类型: %s\n", id, t.Elem().Name())
|
|
log.Debug("消息ID: %d, 消息类型: %s\n", id, t.Elem().Name())
|
|
msgList = append(msgList, MsgInfo{
|
|
msgList = append(msgList, MsgInfo{
|