|
@@ -11,14 +11,16 @@ export enum MsgID {
|
|
|
ReqHeartBeat = 8,
|
|
|
SendColorSz = 9,
|
|
|
SendRoleMove = 10,
|
|
|
- NotifyPlayerSzNumber = 11,
|
|
|
- NotifyPlayerMove = 12,
|
|
|
- NotifyPlayerOpt = 13,
|
|
|
- NotifyPlayerStatus = 14,
|
|
|
- NotifySettlement = 15,
|
|
|
- MatchLudo = 16,
|
|
|
- ResMatchLudo = 17,
|
|
|
- NotifyUpdateRoomInfo = 18,
|
|
|
- BeKickLogin = 19,
|
|
|
- UpdateUserInfo = 20,
|
|
|
+ SendQuitRoom = 11,
|
|
|
+ NotifyPlayerSzNumber = 12,
|
|
|
+ NotifyPlayerMove = 13,
|
|
|
+ NotifyPlayerOpt = 14,
|
|
|
+ NotifyPlayerStatus = 15,
|
|
|
+ NotifySettlement = 16,
|
|
|
+ MatchLudo = 17,
|
|
|
+ ResMatchLudo = 18,
|
|
|
+ NotifyUpdateRoomInfo = 19,
|
|
|
+ BeKickLogin = 20,
|
|
|
+ UpdateUserInfo = 21,
|
|
|
+ ReqShop = 22,
|
|
|
}
|