protodoc.io
Project GoldBaby5511/mango
Welcome
Readme
License
Commits
GitHub project
Download project
Desktop application
Contact us
bs.center
bs.config
bs.gameddz
bs.gateway
bs.list
bs.lobby
bs.logger
bs.property
bs.room
bs.table
bs.types
bs.list
CMDList
RoomListReq
RoomListRsp
RoomRegisterReq
RoomRegisterRsp
package
bs.list
Get desktop application:
View/edit binary Protocol Buffers messages
enum
CMDList
list.proto:6
IDRoomRegisterReq
= 1
房间注册
IDRoomRegisterRsp
= 2
房间注册
IDRoomListReq
= 3
列表请求
IDRoomListRsp
= 4
列表请求
message
RoomListReq
list.proto:22
房间列表
optional
uint32
list_id
= 1
message
RoomListRsp
list.proto:27
房间列表
repeated
types.RoomInfo
rooms
= 1
message
RoomRegisterReq
list.proto:13
optional
types.RoomInfo
info
= 1
message
RoomRegisterRsp
list.proto:17
optional
types.ErrorInfo
err_info
= 99