// 自动生成的消息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,
    SendQuitRoom = 11,
    NotifyPlayerSzNumber = 12,
    NotifyPlayerMove = 13,
    NotifyPlayerOpt = 14,
    NotifyPlayerStatus = 15,
    NotifySettlement = 16,
    MatchLudo = 17,
    ResMatchLudo = 18,
    NotifyUpdateRoomInfo = 19,
    BeKickLogin = 20,
    UpdateUserInfo = 21,
    ReqShop = 22,
    ResShop = 23,
    BuyShopItem = 24,
    HistoryRecord = 25,
    ReqLudoHistory = 26,
    ResLudoHistory = 27,
    ReqLudoRoomInfo = 28,
    ResLudoRoomInfo = 29,
}