This commit is contained in:
sk 2024-06-04 15:40:40 +08:00
parent 7f2452e10c
commit 549a622ad2
2 changed files with 2 additions and 2 deletions

View File

@ -4726,7 +4726,7 @@ type CSQueryRoomInfo struct {
GameIds []int32 `protobuf:"varint,1,rep,packed,name=GameIds,proto3" json:"GameIds,omitempty"`
GameSite int32 `protobuf:"varint,2,opt,name=GameSite,proto3" json:"GameSite,omitempty"` //1.初级 2.中级 3.高级
Id []int32 `protobuf:"varint,3,rep,packed,name=Id,proto3" json:"Id,omitempty"` //gamefreeid
SceneMode int32 `protobuf:"varint,4,opt,name=SceneMode,proto3" json:"SceneMode,omitempty"` // 0公共房 1私人房
SceneMode int32 `protobuf:"varint,4,opt,name=SceneMode,proto3" json:"SceneMode,omitempty"` // 0公共房 2私人房
}
func (x *CSQueryRoomInfo) Reset() {

View File

@ -615,7 +615,7 @@ message CSQueryRoomInfo{
repeated int32 GameIds = 1;
int32 GameSite = 2; //1. 2. 3.
repeated int32 Id = 3; //gamefreeid
int32 SceneMode = 4; // 0 1
int32 SceneMode = 4; // 0 2
}
//