123456789101112131415161718192021222324252627 |
- // 自动生成的消息ID映射
- export enum MsgID {
- ReqLogin = 0,
- ResLogin = 1,
- ReqRegister = 2,
- ResRegister = 3,
- EnterHall = 4,
- ResEnterHall = 5,
- LeaveHall = 6,
- ResHeartBeat = 7,
- ReqHeartBeat = 8,
- SendColorSz = 9,
- SendRoleMove = 10,
- NotifyPlayerSzNumber = 11,
- NotifyPlayerMove = 12,
- NotifyPlayerOpt = 13,
- NotifyPlayerStatus = 14,
- NotifySettlement = 15,
- MatchLudo = 16,
- ResMatchLudo = 17,
- NotifyUpdateRoomInfo = 18,
- BeKickLogin = 19,
- <<<<<<< HEAD
- =======
- UpdateUserInfo = 20,
- >>>>>>> 2ecde32175e8ba468084ddfc07a1ec19028ff79f
- }
|