房卡场房间id范围

This commit is contained in:
sk 2024-08-29 09:00:58 +08:00
parent 9ea57766a4
commit 49c2d8baac
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ func IsDaZhong(gameId int) bool {
// 房间编号区间 // 房间编号区间
const ( const (
PrivateSceneStartId = 10000000 PrivateSceneStartId = 100000
PrivateSceneMaxId = 99999999 PrivateSceneMaxId = 999999
MatchSceneStartId = 100000000 MatchSceneStartId = 100000000
MatchSceneMaxId = 199999999 MatchSceneMaxId = 199999999
HundredSceneStartId = 200000000 HundredSceneStartId = 200000000