|
@@ -25,12 +25,13 @@ export enum MsgID {
|
|
ResHeartBeat = 22,
|
|
ResHeartBeat = 22,
|
|
NextRound = 23,
|
|
NextRound = 23,
|
|
ReqLeaveRoom = 24,
|
|
ReqLeaveRoom = 24,
|
|
- ReqUserInfo = 25,
|
|
|
|
- SiteShowResult = 26,
|
|
|
|
- ReqInsufficientPoints = 27,
|
|
|
|
- JoinRoomFail = 28,
|
|
|
|
- RoomInfo = 29,
|
|
|
|
- RoomSiteRount = 30,
|
|
|
|
- ResPlayerLoadGameOver = 31,
|
|
|
|
- ResPlayerLoadRoomOver = 32,
|
|
|
|
|
|
+ ResLeaveRoom = 25,
|
|
|
|
+ ReqUserInfo = 26,
|
|
|
|
+ SiteShowResult = 27,
|
|
|
|
+ ReqInsufficientPoints = 28,
|
|
|
|
+ JoinRoomFail = 29,
|
|
|
|
+ RoomInfo = 30,
|
|
|
|
+ RoomSiteRount = 31,
|
|
|
|
+ ResPlayerLoadGameOver = 32,
|
|
|
|
+ ResPlayerLoadRoomOver = 33,
|
|
}
|
|
}
|