// 自动生成的消息ID映射 export enum MsgID { ReqLogin = 0, ResLogin = 1, EnterHall = 2, LeaveHall = 3, MatchLudo = 4, ResHeartBeat = 5, }