|
@@ -375,9 +375,9 @@ func (RoomStatus) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
|
type Round struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- MColor RoleType `protobuf:"varint,1,opt,name=m_color,json=mColor,proto3,enum=RoleType" json:"m_color,omitempty"`
|
|
|
+ MColor RoleType `protobuf:"varint,1,opt,name=m_color,json=mColor,proto3,enum=common_pack.RoleType" json:"m_color,omitempty"`
|
|
|
MRoad string `protobuf:"bytes,2,opt,name=m_road,json=mRoad,proto3" json:"m_road,omitempty"`
|
|
|
- Opt OptType `protobuf:"varint,3,opt,name=opt,proto3,enum=OptType" json:"opt,omitempty"`
|
|
|
+ Opt OptType `protobuf:"varint,3,opt,name=opt,proto3,enum=common_pack.OptType" json:"opt,omitempty"`
|
|
|
SzNumber int32 `protobuf:"varint,4,opt,name=szNumber,proto3" json:"szNumber,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -445,15 +445,15 @@ type RoomInfo struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Roles []*RoleData `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
|
|
|
Colors []*ColorData `protobuf:"bytes,2,rep,name=colors,proto3" json:"colors,omitempty"`
|
|
|
- RoomType RoomType `protobuf:"varint,3,opt,name=room_type,json=roomType,proto3,enum=RoomType" json:"room_type,omitempty"`
|
|
|
- RoomMode RoomMode `protobuf:"varint,4,opt,name=room_mode,json=roomMode,proto3,enum=RoomMode" json:"room_mode,omitempty"`
|
|
|
- CurRoundColor RoleType `protobuf:"varint,5,opt,name=cur_round_color,json=curRoundColor,proto3,enum=RoleType" json:"cur_round_color,omitempty"`
|
|
|
+ RoomType RoomType `protobuf:"varint,3,opt,name=room_type,json=roomType,proto3,enum=common_pack.RoomType" json:"room_type,omitempty"`
|
|
|
+ RoomMode RoomMode `protobuf:"varint,4,opt,name=room_mode,json=roomMode,proto3,enum=common_pack.RoomMode" json:"room_mode,omitempty"`
|
|
|
+ CurRoundColor RoleType `protobuf:"varint,5,opt,name=cur_round_color,json=curRoundColor,proto3,enum=common_pack.RoleType" json:"cur_round_color,omitempty"`
|
|
|
Rounds []*Round `protobuf:"bytes,6,rep,name=rounds,proto3" json:"rounds,omitempty"`
|
|
|
FinishColors []*ColorData `protobuf:"bytes,7,rep,name=finish_colors,json=finishColors,proto3" json:"finish_colors,omitempty"`
|
|
|
KictColors []*ColorData `protobuf:"bytes,8,rep,name=kict_colors,json=kictColors,proto3" json:"kict_colors,omitempty"`
|
|
|
Id int32 `protobuf:"varint,9,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
RoomLevel int32 `protobuf:"varint,10,opt,name=room_level,json=roomLevel,proto3" json:"room_level,omitempty"`
|
|
|
- RoomStatus RoomStatus `protobuf:"varint,11,opt,name=room_status,json=roomStatus,proto3,enum=RoomStatus" json:"room_status,omitempty"`
|
|
|
+ RoomStatus RoomStatus `protobuf:"varint,11,opt,name=room_status,json=roomStatus,proto3,enum=common_pack.RoomStatus" json:"room_status,omitempty"`
|
|
|
CurColorOptData *NotifyPlayerOpt `protobuf:"bytes,12,opt,name=cur_color_opt_data,json=curColorOptData,proto3" json:"cur_color_opt_data,omitempty"`
|
|
|
OptTime int32 `protobuf:"varint,13,opt,name=opt_time,json=optTime,proto3" json:"opt_time,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -583,10 +583,10 @@ func (x *RoomInfo) GetOptTime() int32 {
|
|
|
|
|
|
type RoleData struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- MColor RoleType `protobuf:"varint,1,opt,name=m_color,json=mColor,proto3,enum=RoleType" json:"m_color,omitempty"`
|
|
|
+ MColor RoleType `protobuf:"varint,1,opt,name=m_color,json=mColor,proto3,enum=common_pack.RoleType" json:"m_color,omitempty"`
|
|
|
MSeat int32 `protobuf:"varint,2,opt,name=m_seat,json=mSeat,proto3" json:"m_seat,omitempty"`
|
|
|
MId string `protobuf:"bytes,3,opt,name=m_id,json=mId,proto3" json:"m_id,omitempty"`
|
|
|
- MCurRoad RoadType `protobuf:"varint,4,opt,name=m_cur_road,json=mCurRoad,proto3,enum=RoadType" json:"m_cur_road,omitempty"`
|
|
|
+ MCurRoad RoadType `protobuf:"varint,4,opt,name=m_cur_road,json=mCurRoad,proto3,enum=common_pack.RoadType" json:"m_cur_road,omitempty"`
|
|
|
Step int32 `protobuf:"varint,5,opt,name=step,proto3" json:"step,omitempty"`
|
|
|
OldSetp int32 `protobuf:"varint,6,opt,name=old_setp,json=oldSetp,proto3" json:"old_setp,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -668,7 +668,7 @@ func (x *RoleData) GetOldSetp() int32 {
|
|
|
type ColorData struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
MId string `protobuf:"bytes,1,opt,name=m_id,json=mId,proto3" json:"m_id,omitempty"`
|
|
|
- MColor RoleType `protobuf:"varint,2,opt,name=m_color,json=mColor,proto3,enum=RoleType" json:"m_color,omitempty"`
|
|
|
+ MColor RoleType `protobuf:"varint,2,opt,name=m_color,json=mColor,proto3,enum=common_pack.RoleType" json:"m_color,omitempty"`
|
|
|
IsKick bool `protobuf:"varint,3,opt,name=is_kick,json=isKick,proto3" json:"is_kick,omitempty"`
|
|
|
IsFinish bool `protobuf:"varint,4,opt,name=is_finish,json=isFinish,proto3" json:"is_finish,omitempty"`
|
|
|
TimeOutNum int32 `protobuf:"varint,5,opt,name=time_out_num,json=timeOutNum,proto3" json:"time_out_num,omitempty"`
|
|
@@ -843,7 +843,7 @@ func (x *MoveStepData) GetOldSetp() int32 {
|
|
|
|
|
|
type SendColorSz struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
@@ -887,7 +887,7 @@ func (x *SendColorSz) GetColor() RoleType {
|
|
|
|
|
|
type SendRoleMove struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
RoleId string `protobuf:"bytes,2,opt,name=roleId,proto3" json:"roleId,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -939,7 +939,7 @@ func (x *SendRoleMove) GetRoleId() string {
|
|
|
|
|
|
type SendQuitRoom struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
@@ -983,8 +983,8 @@ func (x *SendQuitRoom) GetColor() RoleType {
|
|
|
|
|
|
type NotifyPlayerSzNumber struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
- SzNumber int32 `protobuf:"varint,2,opt,name=szNumber,proto3" json:"szNumber,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
+ SzNumber int32 `protobuf:"varint,2,opt,name=szNumber,proto3" json:"szNumber,omitempty"`
|
|
|
ErrMsg *MsgError `protobuf:"bytes,3,opt,name=err_msg,json=errMsg,proto3" json:"err_msg,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1043,8 +1043,8 @@ func (x *NotifyPlayerSzNumber) GetErrMsg() *MsgError {
|
|
|
|
|
|
type NotifyPlayerMove struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
- Step *MoveStepData `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
+ Step *MoveStepData `protobuf:"bytes,2,opt,name=step,proto3" json:"step,omitempty"`
|
|
|
Kick []*RoleData `protobuf:"bytes,3,rep,name=kick,proto3" json:"kick,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1103,8 +1103,8 @@ func (x *NotifyPlayerMove) GetKick() []*RoleData {
|
|
|
|
|
|
type NotifyPlayerOpt struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
- Opt OptType `protobuf:"varint,2,opt,name=opt,proto3,enum=OptType" json:"opt,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
+ Opt OptType `protobuf:"varint,2,opt,name=opt,proto3,enum=common_pack.OptType" json:"opt,omitempty"`
|
|
|
CanMoveRoles []*RoleData `protobuf:"bytes,3,rep,name=canMoveRoles,proto3" json:"canMoveRoles,omitempty"`
|
|
|
OptTime int32 `protobuf:"varint,4,opt,name=opt_time,json=optTime,proto3" json:"opt_time,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -1171,8 +1171,8 @@ func (x *NotifyPlayerOpt) GetOptTime() int32 {
|
|
|
|
|
|
type NotifyPlayerStatus struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
- Status PlayerStatus `protobuf:"varint,2,opt,name=status,proto3,enum=PlayerStatus" json:"status,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
+ Status PlayerStatus `protobuf:"varint,2,opt,name=status,proto3,enum=common_pack.PlayerStatus" json:"status,omitempty"`
|
|
|
Colors []*ColorData `protobuf:"bytes,3,rep,name=colors,proto3" json:"colors,omitempty"`
|
|
|
TimeOutColor *ColorData `protobuf:"bytes,4,opt,name=time_out_color,json=timeOutColor,proto3" json:"time_out_color,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -1239,7 +1239,7 @@ func (x *NotifyPlayerStatus) GetTimeOutColor() *ColorData {
|
|
|
|
|
|
type NotifySettlement struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=RoleType" json:"color,omitempty"`
|
|
|
+ Color RoleType `protobuf:"varint,1,opt,name=color,proto3,enum=common_pack.RoleType" json:"color,omitempty"`
|
|
|
FinishColors []*ColorData `protobuf:"bytes,2,rep,name=finish_colors,json=finishColors,proto3" json:"finish_colors,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -1816,9 +1816,9 @@ func (x *LeaveHall) GetUserId() string {
|
|
|
|
|
|
type MatchLudo struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
- SelectRoomType RoomType `protobuf:"varint,1,opt,name=select_room_type,json=selectRoomType,proto3,enum=RoomType" json:"select_room_type,omitempty"`
|
|
|
+ SelectRoomType RoomType `protobuf:"varint,1,opt,name=select_room_type,json=selectRoomType,proto3,enum=common_pack.RoomType" json:"select_room_type,omitempty"`
|
|
|
RoomLevel int32 `protobuf:"varint,2,opt,name=room_level,json=roomLevel,proto3" json:"room_level,omitempty"`
|
|
|
- SelectColor RoleType `protobuf:"varint,3,opt,name=select_color,json=selectColor,proto3,enum=RoleType" json:"select_color,omitempty"`
|
|
|
+ SelectColor RoleType `protobuf:"varint,3,opt,name=select_color,json=selectColor,proto3,enum=common_pack.RoleType" json:"select_color,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
@@ -3840,44 +3840,41 @@ var File_common_proto protoreflect.FileDescriptor
|
|
|
|
|
|
const file_common_proto_rawDesc = "" +
|
|
|
"\n" +
|
|
|
- "\fcommon.proto\"z\n" +
|
|
|
- "\x05round\x12\"\n" +
|
|
|
- "\am_color\x18\x01 \x01(\x0e2\t.roleTypeR\x06mColor\x12\x15\n" +
|
|
|
- "\x06m_road\x18\x02 \x01(\tR\x05mRoad\x12\x1a\n" +
|
|
|
- "\x03opt\x18\x03 \x01(\x0e2\b.OptTypeR\x03opt\x12\x1a\n" +
|
|
|
- "\bszNumber\x18\x04 \x01(\x05R\bszNumber\"\x87\x04\n" +
|
|
|
- "\bRoomInfo\x12\x1f\n" +
|
|
|
- "\x05roles\x18\x01 \x03(\v2\t.RoleDataR\x05roles\x12\"\n" +
|
|
|
- "\x06colors\x18\x02 \x03(\v2\n" +
|
|
|
- ".ColorDataR\x06colors\x12&\n" +
|
|
|
- "\troom_type\x18\x03 \x01(\x0e2\t.roomTypeR\broomType\x12&\n" +
|
|
|
- "\troom_mode\x18\x04 \x01(\x0e2\t.roomModeR\broomMode\x121\n" +
|
|
|
- "\x0fcur_round_color\x18\x05 \x01(\x0e2\t.roleTypeR\rcurRoundColor\x12\x1e\n" +
|
|
|
- "\x06rounds\x18\x06 \x03(\v2\x06.roundR\x06rounds\x12/\n" +
|
|
|
- "\rfinish_colors\x18\a \x03(\v2\n" +
|
|
|
- ".ColorDataR\ffinishColors\x12+\n" +
|
|
|
- "\vkict_colors\x18\b \x03(\v2\n" +
|
|
|
- ".ColorDataR\n" +
|
|
|
+ "\fcommon.proto\x12\vcommon_pack\"\x92\x01\n" +
|
|
|
+ "\x05round\x12.\n" +
|
|
|
+ "\am_color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x06mColor\x12\x15\n" +
|
|
|
+ "\x06m_road\x18\x02 \x01(\tR\x05mRoad\x12&\n" +
|
|
|
+ "\x03opt\x18\x03 \x01(\x0e2\x14.common_pack.OptTypeR\x03opt\x12\x1a\n" +
|
|
|
+ "\bszNumber\x18\x04 \x01(\x05R\bszNumber\"\xff\x04\n" +
|
|
|
+ "\bRoomInfo\x12+\n" +
|
|
|
+ "\x05roles\x18\x01 \x03(\v2\x15.common_pack.RoleDataR\x05roles\x12.\n" +
|
|
|
+ "\x06colors\x18\x02 \x03(\v2\x16.common_pack.ColorDataR\x06colors\x122\n" +
|
|
|
+ "\troom_type\x18\x03 \x01(\x0e2\x15.common_pack.roomTypeR\broomType\x122\n" +
|
|
|
+ "\troom_mode\x18\x04 \x01(\x0e2\x15.common_pack.roomModeR\broomMode\x12=\n" +
|
|
|
+ "\x0fcur_round_color\x18\x05 \x01(\x0e2\x15.common_pack.roleTypeR\rcurRoundColor\x12*\n" +
|
|
|
+ "\x06rounds\x18\x06 \x03(\v2\x12.common_pack.roundR\x06rounds\x12;\n" +
|
|
|
+ "\rfinish_colors\x18\a \x03(\v2\x16.common_pack.ColorDataR\ffinishColors\x127\n" +
|
|
|
+ "\vkict_colors\x18\b \x03(\v2\x16.common_pack.ColorDataR\n" +
|
|
|
"kictColors\x12\x0e\n" +
|
|
|
"\x02id\x18\t \x01(\x05R\x02id\x12\x1d\n" +
|
|
|
"\n" +
|
|
|
"room_level\x18\n" +
|
|
|
- " \x01(\x05R\troomLevel\x12,\n" +
|
|
|
- "\vroom_status\x18\v \x01(\x0e2\v.roomStatusR\n" +
|
|
|
- "roomStatus\x12=\n" +
|
|
|
- "\x12cur_color_opt_data\x18\f \x01(\v2\x10.NotifyPlayerOptR\x0fcurColorOptData\x12\x19\n" +
|
|
|
- "\bopt_time\x18\r \x01(\x05R\aoptTime\"\xb0\x01\n" +
|
|
|
- "\bRoleData\x12\"\n" +
|
|
|
- "\am_color\x18\x01 \x01(\x0e2\t.roleTypeR\x06mColor\x12\x15\n" +
|
|
|
+ " \x01(\x05R\troomLevel\x128\n" +
|
|
|
+ "\vroom_status\x18\v \x01(\x0e2\x17.common_pack.roomStatusR\n" +
|
|
|
+ "roomStatus\x12I\n" +
|
|
|
+ "\x12cur_color_opt_data\x18\f \x01(\v2\x1c.common_pack.NotifyPlayerOptR\x0fcurColorOptData\x12\x19\n" +
|
|
|
+ "\bopt_time\x18\r \x01(\x05R\aoptTime\"\xc8\x01\n" +
|
|
|
+ "\bRoleData\x12.\n" +
|
|
|
+ "\am_color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x06mColor\x12\x15\n" +
|
|
|
"\x06m_seat\x18\x02 \x01(\x05R\x05mSeat\x12\x11\n" +
|
|
|
- "\x04m_id\x18\x03 \x01(\tR\x03mId\x12'\n" +
|
|
|
+ "\x04m_id\x18\x03 \x01(\tR\x03mId\x123\n" +
|
|
|
"\n" +
|
|
|
- "m_cur_road\x18\x04 \x01(\x0e2\t.roadTypeR\bmCurRoad\x12\x12\n" +
|
|
|
+ "m_cur_road\x18\x04 \x01(\x0e2\x15.common_pack.roadTypeR\bmCurRoad\x12\x12\n" +
|
|
|
"\x04step\x18\x05 \x01(\x05R\x04step\x12\x19\n" +
|
|
|
- "\bold_setp\x18\x06 \x01(\x05R\aoldSetp\"\x9e\x02\n" +
|
|
|
+ "\bold_setp\x18\x06 \x01(\x05R\aoldSetp\"\xaa\x02\n" +
|
|
|
"\tColorData\x12\x11\n" +
|
|
|
- "\x04m_id\x18\x01 \x01(\tR\x03mId\x12\"\n" +
|
|
|
- "\am_color\x18\x02 \x01(\x0e2\t.roleTypeR\x06mColor\x12\x17\n" +
|
|
|
+ "\x04m_id\x18\x01 \x01(\tR\x03mId\x12.\n" +
|
|
|
+ "\am_color\x18\x02 \x01(\x0e2\x15.common_pack.roleTypeR\x06mColor\x12\x17\n" +
|
|
|
"\ais_kick\x18\x03 \x01(\bR\x06isKick\x12\x1b\n" +
|
|
|
"\tis_finish\x18\x04 \x01(\bR\bisFinish\x12 \n" +
|
|
|
"\ftime_out_num\x18\x05 \x01(\x05R\n" +
|
|
@@ -3891,40 +3888,37 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\fMoveStepData\x12\x11\n" +
|
|
|
"\x04m_id\x18\x01 \x01(\tR\x03mId\x12\x12\n" +
|
|
|
"\x04step\x18\x02 \x01(\x05R\x04step\x12\x19\n" +
|
|
|
- "\bold_setp\x18\x03 \x01(\x05R\aoldSetp\".\n" +
|
|
|
- "\vSendColorSz\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\"G\n" +
|
|
|
- "\fSendRoleMove\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\x12\x16\n" +
|
|
|
- "\x06roleId\x18\x02 \x01(\tR\x06roleId\"/\n" +
|
|
|
- "\fSendQuitRoom\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\"w\n" +
|
|
|
- "\x14NotifyPlayerSzNumber\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\x12\x1a\n" +
|
|
|
- "\bszNumber\x18\x02 \x01(\x05R\bszNumber\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x03 \x01(\v2\t.MsgErrorR\x06errMsg\"u\n" +
|
|
|
- "\x10NotifyPlayerMove\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\x12!\n" +
|
|
|
- "\x04step\x18\x02 \x01(\v2\r.MoveStepDataR\x04step\x12\x1d\n" +
|
|
|
- "\x04kick\x18\x03 \x03(\v2\t.RoleDataR\x04kick\"\x98\x01\n" +
|
|
|
- "\x0fNotifyPlayerOpt\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\x12\x1a\n" +
|
|
|
- "\x03opt\x18\x02 \x01(\x0e2\b.OptTypeR\x03opt\x12-\n" +
|
|
|
- "\fcanMoveRoles\x18\x03 \x03(\v2\t.RoleDataR\fcanMoveRoles\x12\x19\n" +
|
|
|
- "\bopt_time\x18\x04 \x01(\x05R\aoptTime\"\xb2\x01\n" +
|
|
|
- "\x12NotifyPlayerStatus\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\x12%\n" +
|
|
|
- "\x06status\x18\x02 \x01(\x0e2\r.playerStatusR\x06status\x12\"\n" +
|
|
|
- "\x06colors\x18\x03 \x03(\v2\n" +
|
|
|
- ".ColorDataR\x06colors\x120\n" +
|
|
|
- "\x0etime_out_color\x18\x04 \x01(\v2\n" +
|
|
|
- ".ColorDataR\ftimeOutColor\"d\n" +
|
|
|
- "\x10NotifySettlement\x12\x1f\n" +
|
|
|
- "\x05color\x18\x01 \x01(\x0e2\t.roleTypeR\x05color\x12/\n" +
|
|
|
- "\rfinish_colors\x18\x02 \x03(\v2\n" +
|
|
|
- ".ColorDataR\ffinishColors\">\n" +
|
|
|
- "\x14NotifyUpdateRoomInfo\x12&\n" +
|
|
|
- "\troom_info\x18\x01 \x01(\v2\t.RoomInfoR\broomInfo\"\xa2\x01\n" +
|
|
|
+ "\bold_setp\x18\x03 \x01(\x05R\aoldSetp\":\n" +
|
|
|
+ "\vSendColorSz\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\"S\n" +
|
|
|
+ "\fSendRoleMove\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\x12\x16\n" +
|
|
|
+ "\x06roleId\x18\x02 \x01(\tR\x06roleId\";\n" +
|
|
|
+ "\fSendQuitRoom\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\"\x8f\x01\n" +
|
|
|
+ "\x14NotifyPlayerSzNumber\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\x12\x1a\n" +
|
|
|
+ "\bszNumber\x18\x02 \x01(\x05R\bszNumber\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x03 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\"\x99\x01\n" +
|
|
|
+ "\x10NotifyPlayerMove\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\x12-\n" +
|
|
|
+ "\x04step\x18\x02 \x01(\v2\x19.common_pack.MoveStepDataR\x04step\x12)\n" +
|
|
|
+ "\x04kick\x18\x03 \x03(\v2\x15.common_pack.RoleDataR\x04kick\"\xbc\x01\n" +
|
|
|
+ "\x0fNotifyPlayerOpt\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\x12&\n" +
|
|
|
+ "\x03opt\x18\x02 \x01(\x0e2\x14.common_pack.OptTypeR\x03opt\x129\n" +
|
|
|
+ "\fcanMoveRoles\x18\x03 \x03(\v2\x15.common_pack.RoleDataR\fcanMoveRoles\x12\x19\n" +
|
|
|
+ "\bopt_time\x18\x04 \x01(\x05R\aoptTime\"\xe2\x01\n" +
|
|
|
+ "\x12NotifyPlayerStatus\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\x121\n" +
|
|
|
+ "\x06status\x18\x02 \x01(\x0e2\x19.common_pack.playerStatusR\x06status\x12.\n" +
|
|
|
+ "\x06colors\x18\x03 \x03(\v2\x16.common_pack.ColorDataR\x06colors\x12<\n" +
|
|
|
+ "\x0etime_out_color\x18\x04 \x01(\v2\x16.common_pack.ColorDataR\ftimeOutColor\"|\n" +
|
|
|
+ "\x10NotifySettlement\x12+\n" +
|
|
|
+ "\x05color\x18\x01 \x01(\x0e2\x15.common_pack.roleTypeR\x05color\x12;\n" +
|
|
|
+ "\rfinish_colors\x18\x02 \x03(\v2\x16.common_pack.ColorDataR\ffinishColors\"J\n" +
|
|
|
+ "\x14NotifyUpdateRoomInfo\x122\n" +
|
|
|
+ "\troom_info\x18\x01 \x01(\v2\x15.common_pack.RoomInfoR\broomInfo\"\xa2\x01\n" +
|
|
|
"\bUserInfo\x12\x16\n" +
|
|
|
"\x06UserId\x18\x01 \x01(\tR\x06UserId\x12\x15\n" +
|
|
|
"\x06m_head\x18\x02 \x01(\tR\x05mHead\x12\x15\n" +
|
|
@@ -3934,43 +3928,43 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\ronline_status\x18\x06 \x01(\x05R\fonlineStatus\"@\n" +
|
|
|
"\bReqLogin\x12\x18\n" +
|
|
|
"\aaccount\x18\x01 \x01(\tR\aaccount\x12\x1a\n" +
|
|
|
- "\bpassword\x18\x02 \x01(\tR\bpassword\"\x89\x01\n" +
|
|
|
+ "\bpassword\x18\x02 \x01(\tR\bpassword\"\xa1\x01\n" +
|
|
|
"\bResLogin\x12\x16\n" +
|
|
|
"\x06userId\x18\x01 \x01(\tR\x06userId\x12\x1a\n" +
|
|
|
- "\bnikeName\x18\x02 \x01(\tR\bnikeName\x12%\n" +
|
|
|
- "\buserInfo\x18\x03 \x01(\v2\t.UserInfoR\buserInfo\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x04 \x01(\v2\t.MsgErrorR\x06errMsg\"v\n" +
|
|
|
+ "\bnikeName\x18\x02 \x01(\tR\bnikeName\x121\n" +
|
|
|
+ "\buserInfo\x18\x03 \x01(\v2\x15.common_pack.UserInfoR\buserInfo\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x04 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\"v\n" +
|
|
|
"\vReqRegister\x12\x1a\n" +
|
|
|
"\bnikeName\x18\x01 \x01(\tR\bnikeName\x12\x18\n" +
|
|
|
"\aaccount\x18\x02 \x01(\tR\aaccount\x12\x1a\n" +
|
|
|
"\bpassword\x18\x03 \x01(\tR\bpassword\x12\x15\n" +
|
|
|
- "\x06m_head\x18\x04 \x01(\tR\x05mHead\"K\n" +
|
|
|
+ "\x06m_head\x18\x04 \x01(\tR\x05mHead\"W\n" +
|
|
|
"\vResRegister\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\"#\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\"#\n" +
|
|
|
"\tEnterHall\x12\x16\n" +
|
|
|
- "\x06userId\x18\x01 \x01(\tR\x06userId\"\x87\x01\n" +
|
|
|
+ "\x06userId\x18\x01 \x01(\tR\x06userId\"\x9f\x01\n" +
|
|
|
"\fResEnterHall\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x129\n" +
|
|
|
- "\x13reconnect_room_info\x18\x03 \x01(\v2\t.RoomInfoR\x11reconnectRoomInfo\"#\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12E\n" +
|
|
|
+ "\x13reconnect_room_info\x18\x03 \x01(\v2\x15.common_pack.RoomInfoR\x11reconnectRoomInfo\"#\n" +
|
|
|
"\tLeaveHall\x12\x16\n" +
|
|
|
- "\x06userId\x18\x01 \x01(\tR\x06userId\"\x8d\x01\n" +
|
|
|
- "\tMatchLudo\x123\n" +
|
|
|
- "\x10select_room_type\x18\x01 \x01(\x0e2\t.roomTypeR\x0eselectRoomType\x12\x1d\n" +
|
|
|
+ "\x06userId\x18\x01 \x01(\tR\x06userId\"\xa5\x01\n" +
|
|
|
+ "\tMatchLudo\x12?\n" +
|
|
|
+ "\x10select_room_type\x18\x01 \x01(\x0e2\x15.common_pack.roomTypeR\x0eselectRoomType\x12\x1d\n" +
|
|
|
"\n" +
|
|
|
- "room_level\x18\x02 \x01(\x05R\troomLevel\x12,\n" +
|
|
|
- "\fselect_color\x18\x03 \x01(\x0e2\t.roleTypeR\vselectColor\"k\n" +
|
|
|
+ "room_level\x18\x02 \x01(\x05R\troomLevel\x128\n" +
|
|
|
+ "\fselect_color\x18\x03 \x01(\x0e2\x15.common_pack.roleTypeR\vselectColor\"\x83\x01\n" +
|
|
|
"\fResMatchLudo\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04room\x18\x03 \x01(\v2\t.RoomInfoR\x04room\"F\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
+ "\x04room\x18\x03 \x01(\v2\x15.common_pack.RoomInfoR\x04room\"F\n" +
|
|
|
"\bMsgError\x12\x1d\n" +
|
|
|
"\n" +
|
|
|
"error_code\x18\x01 \x01(\x05R\terrorCode\x12\x1b\n" +
|
|
|
- "\terror_msg\x18\x02 \x01(\tR\berrorMsg\"/\n" +
|
|
|
- "\x0eUpdateUserInfo\x12\x1d\n" +
|
|
|
- "\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\" \n" +
|
|
|
+ "\terror_msg\x18\x02 \x01(\tR\berrorMsg\";\n" +
|
|
|
+ "\x0eUpdateUserInfo\x12)\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2\x15.common_pack.UserInfoR\x04info\" \n" +
|
|
|
"\fResHeartBeat\x12\x10\n" +
|
|
|
"\x03msg\x18\x01 \x01(\tR\x03msg\" \n" +
|
|
|
"\fReqHeartBeat\x12\x10\n" +
|
|
@@ -3979,32 +3973,32 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\x04name\x18\x01 \x01(\tR\x04name\x12\x0e\n" +
|
|
|
"\x02id\x18\x02 \x01(\tR\x02id\x12\x14\n" +
|
|
|
"\x05price\x18\x03 \x01(\x05R\x05price\x12\x10\n" +
|
|
|
- "\x03num\x18\x04 \x01(\x05R\x03num\"1\n" +
|
|
|
- "\vBeKickLogin\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x01 \x01(\v2\t.MsgErrorR\x06errMsg\"%\n" +
|
|
|
+ "\x03num\x18\x04 \x01(\x05R\x03num\"=\n" +
|
|
|
+ "\vBeKickLogin\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x01 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\"%\n" +
|
|
|
"\aReqShop\x12\x1a\n" +
|
|
|
- "\bshopType\x18\x01 \x01(\x05R\bshopType\"f\n" +
|
|
|
+ "\bshopType\x18\x01 \x01(\x05R\bshopType\"~\n" +
|
|
|
"\aResShop\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04list\x18\x03 \x03(\v2\t.ShopItemR\x04list\"e\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\x15.common_pack.ShopItemR\x04list\"e\n" +
|
|
|
"\rHistoryRecord\x12\x0e\n" +
|
|
|
"\x02id\x18\x01 \x01(\x05R\x02id\x12\x17\n" +
|
|
|
"\aroom_id\x18\x02 \x01(\x05R\x06roomId\x12\x17\n" +
|
|
|
"\auser_id\x18\x03 \x01(\tR\x06userId\x12\x12\n" +
|
|
|
"\x04time\x18\x04 \x01(\tR\x04time\")\n" +
|
|
|
"\x0eReqLudoHistory\x12\x17\n" +
|
|
|
- "\auser_id\x18\x01 \x01(\tR\x06userId\"r\n" +
|
|
|
+ "\auser_id\x18\x01 \x01(\tR\x06userId\"\x8a\x01\n" +
|
|
|
"\x0eResLudoHistory\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\"\n" +
|
|
|
- "\x04list\x18\x03 \x03(\v2\x0e.HistoryRecordR\x04list\"*\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12.\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\x1a.common_pack.HistoryRecordR\x04list\"*\n" +
|
|
|
"\x0fReqLudoRoomInfo\x12\x17\n" +
|
|
|
- "\aroom_id\x18\x01 \x01(\x03R\x06roomId\"n\n" +
|
|
|
+ "\aroom_id\x18\x01 \x01(\x03R\x06roomId\"\x86\x01\n" +
|
|
|
"\x0fResLudoRoomInfo\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04info\x18\x03 \x01(\v2\t.RoomInfoR\x04info\"\x1d\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
+ "\x04info\x18\x03 \x01(\v2\x15.common_pack.RoomInfoR\x04info\"\x1d\n" +
|
|
|
"\vBuyShopItem\x12\x0e\n" +
|
|
|
"\x02id\x18\x01 \x01(\tR\x02id\"\xb2\x01\n" +
|
|
|
"\x14RequestAddFriendItem\x12\x0e\n" +
|
|
@@ -4017,49 +4011,49 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\x06Status\x18\x05 \x01(\x05R\x06Status\x12\x18\n" +
|
|
|
"\aMessage\x18\x06 \x01(\tR\aMessage\"(\n" +
|
|
|
"\rReqFriendList\x12\x17\n" +
|
|
|
- "\auser_id\x18\x01 \x01(\tR\x06userId\"l\n" +
|
|
|
+ "\auser_id\x18\x01 \x01(\tR\x06userId\"\x84\x01\n" +
|
|
|
"\rResFriendList\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04list\x18\x03 \x03(\v2\t.UserInfoR\x04list\"\x8c\x01\n" +
|
|
|
- "\x11FriendRequestItem\x12\x1d\n" +
|
|
|
- "\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\x12\x1f\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\x15.common_pack.UserInfoR\x04list\"\x98\x01\n" +
|
|
|
+ "\x11FriendRequestItem\x12)\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2\x15.common_pack.UserInfoR\x04info\x12\x1f\n" +
|
|
|
"\vrequest_msg\x18\x02 \x01(\tR\n" +
|
|
|
"requestMsg\x12\x1f\n" +
|
|
|
"\vcreate_time\x18\x03 \x01(\tR\n" +
|
|
|
"createTime\x12\x16\n" +
|
|
|
"\x06status\x18\x04 \x01(\x05R\x06status\"/\n" +
|
|
|
"\x14ReqFriendRequestList\x12\x17\n" +
|
|
|
- "\auser_id\x18\x01 \x01(\tR\x06userId\"|\n" +
|
|
|
+ "\auser_id\x18\x01 \x01(\tR\x06userId\"\x94\x01\n" +
|
|
|
"\x14ResFriendRequestList\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12&\n" +
|
|
|
- "\x04list\x18\x03 \x03(\v2\x12.FriendRequestItemR\x04list\"<\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x122\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\x1e.common_pack.FriendRequestItemR\x04list\"<\n" +
|
|
|
"\fReqAddFriend\x12\x1a\n" +
|
|
|
"\bToUserID\x18\x01 \x01(\tR\bToUserID\x12\x10\n" +
|
|
|
- "\x03msg\x18\x02 \x01(\tR\x03msg\"5\n" +
|
|
|
- "\x14RecvAddFriendRequest\x12\x1d\n" +
|
|
|
- "\x04info\x18\x01 \x01(\v2\t.UserInfoR\x04info\"@\n" +
|
|
|
- "\x13OptAddFriendRequest\x12)\n" +
|
|
|
- "\x04info\x18\x01 \x01(\v2\x15.RequestAddFriendItemR\x04info\"<\n" +
|
|
|
- "\x0fNotifyOptFriend\x12)\n" +
|
|
|
- "\x04info\x18\x01 \x01(\v2\x15.RequestAddFriendItemR\x04info\"%\n" +
|
|
|
+ "\x03msg\x18\x02 \x01(\tR\x03msg\"A\n" +
|
|
|
+ "\x14RecvAddFriendRequest\x12)\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2\x15.common_pack.UserInfoR\x04info\"L\n" +
|
|
|
+ "\x13OptAddFriendRequest\x125\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2!.common_pack.RequestAddFriendItemR\x04info\"H\n" +
|
|
|
+ "\x0fNotifyOptFriend\x125\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2!.common_pack.RequestAddFriendItemR\x04info\"%\n" +
|
|
|
"\n" +
|
|
|
"SearchUser\x12\x17\n" +
|
|
|
- "\auser_id\x18\x01 \x01(\tR\x06userId\"l\n" +
|
|
|
+ "\auser_id\x18\x01 \x01(\tR\x06userId\"\x84\x01\n" +
|
|
|
"\rResSearchUser\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04info\x18\x03 \x01(\v2\t.UserInfoR\x04info\"-\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
+ "\x04info\x18\x03 \x01(\v2\x15.common_pack.UserInfoR\x04info\"-\n" +
|
|
|
"\x0fReqDeleteFriend\x12\x1a\n" +
|
|
|
- "\bToUserID\x18\x01 \x01(\tR\bToUserID\"O\n" +
|
|
|
+ "\bToUserID\x18\x01 \x01(\tR\bToUserID\"[\n" +
|
|
|
"\x0fResDeleteFriend\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\"t\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\"\x8c\x01\n" +
|
|
|
"\x15ResFriendOnLineStatus\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12\x1d\n" +
|
|
|
- "\x04info\x18\x03 \x01(\v2\t.UserInfoR\x04info\"\xb5\x01\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12)\n" +
|
|
|
+ "\x04info\x18\x03 \x01(\v2\x15.common_pack.UserInfoR\x04info\"\xb5\x01\n" +
|
|
|
"\vChatMessage\x12\x0e\n" +
|
|
|
"\x02id\x18\x01 \x01(\x05R\x02id\x12\x1d\n" +
|
|
|
"\n" +
|
|
@@ -4072,20 +4066,20 @@ const file_common_proto_rawDesc = "" +
|
|
|
"\x0eReqSendChatMsg\x12!\n" +
|
|
|
"\fcontent_type\x18\x01 \x01(\tR\vcontentType\x12\x1b\n" +
|
|
|
"\tto_userid\x18\x02 \x01(\tR\btoUserid\x12\x18\n" +
|
|
|
- "\acontent\x18\x03 \x01(\tR\acontent\"N\n" +
|
|
|
+ "\acontent\x18\x03 \x01(\tR\acontent\"Z\n" +
|
|
|
"\x0eResSendChatMsg\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\"/\n" +
|
|
|
- "\vRecvChatMsg\x12 \n" +
|
|
|
- "\x04info\x18\x01 \x01(\v2\f.ChatMessageR\x04info\"L\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\";\n" +
|
|
|
+ "\vRecvChatMsg\x12,\n" +
|
|
|
+ "\x04info\x18\x01 \x01(\v2\x18.common_pack.ChatMessageR\x04info\"L\n" +
|
|
|
"\x0eReqChatHistory\x12\x1b\n" +
|
|
|
"\tto_userid\x18\x01 \x01(\tR\btoUserid\x12\x1d\n" +
|
|
|
"\n" +
|
|
|
- "last_msgid\x18\x02 \x01(\x05R\tlastMsgid\"p\n" +
|
|
|
+ "last_msgid\x18\x02 \x01(\x05R\tlastMsgid\"\x88\x01\n" +
|
|
|
"\x0eResChatHistory\x12\x18\n" +
|
|
|
- "\asuccess\x18\x01 \x01(\bR\asuccess\x12\"\n" +
|
|
|
- "\aerr_msg\x18\x02 \x01(\v2\t.MsgErrorR\x06errMsg\x12 \n" +
|
|
|
- "\x04list\x18\x03 \x03(\v2\f.ChatMessageR\x04list*K\n" +
|
|
|
+ "\asuccess\x18\x01 \x01(\bR\asuccess\x12.\n" +
|
|
|
+ "\aerr_msg\x18\x02 \x01(\v2\x15.common_pack.MsgErrorR\x06errMsg\x12,\n" +
|
|
|
+ "\x04list\x18\x03 \x03(\v2\x18.common_pack.ChatMessageR\x04list*K\n" +
|
|
|
"\broleType\x12\x15\n" +
|
|
|
"\x11ROLE_TYPE_UNKNOWN\x10\x00\x12\a\n" +
|
|
|
"\x03RED\x10\x01\x12\b\n" +
|
|
@@ -4138,141 +4132,141 @@ func file_common_proto_rawDescGZIP() []byte {
|
|
|
var file_common_proto_enumTypes = make([]protoimpl.EnumInfo, 7)
|
|
|
var file_common_proto_msgTypes = make([]protoimpl.MessageInfo, 59)
|
|
|
var file_common_proto_goTypes = []any{
|
|
|
- (RoleType)(0),
|
|
|
- (OptType)(0),
|
|
|
- (RoomType)(0),
|
|
|
- (RoomMode)(0),
|
|
|
- (RoadType)(0),
|
|
|
- (PlayerStatus)(0),
|
|
|
- (RoomStatus)(0),
|
|
|
- (*Round)(nil),
|
|
|
- (*RoomInfo)(nil),
|
|
|
- (*RoleData)(nil),
|
|
|
- (*ColorData)(nil),
|
|
|
- (*MoveStepData)(nil),
|
|
|
- (*SendColorSz)(nil),
|
|
|
- (*SendRoleMove)(nil),
|
|
|
- (*SendQuitRoom)(nil),
|
|
|
- (*NotifyPlayerSzNumber)(nil),
|
|
|
- (*NotifyPlayerMove)(nil),
|
|
|
- (*NotifyPlayerOpt)(nil),
|
|
|
- (*NotifyPlayerStatus)(nil),
|
|
|
- (*NotifySettlement)(nil),
|
|
|
- (*NotifyUpdateRoomInfo)(nil),
|
|
|
- (*UserInfo)(nil),
|
|
|
- (*ReqLogin)(nil),
|
|
|
- (*ResLogin)(nil),
|
|
|
- (*ReqRegister)(nil),
|
|
|
- (*ResRegister)(nil),
|
|
|
- (*EnterHall)(nil),
|
|
|
- (*ResEnterHall)(nil),
|
|
|
- (*LeaveHall)(nil),
|
|
|
- (*MatchLudo)(nil),
|
|
|
- (*ResMatchLudo)(nil),
|
|
|
- (*MsgError)(nil),
|
|
|
- (*UpdateUserInfo)(nil),
|
|
|
- (*ResHeartBeat)(nil),
|
|
|
- (*ReqHeartBeat)(nil),
|
|
|
- (*ShopItem)(nil),
|
|
|
- (*BeKickLogin)(nil),
|
|
|
- (*ReqShop)(nil),
|
|
|
- (*ResShop)(nil),
|
|
|
- (*HistoryRecord)(nil),
|
|
|
- (*ReqLudoHistory)(nil),
|
|
|
- (*ResLudoHistory)(nil),
|
|
|
- (*ReqLudoRoomInfo)(nil),
|
|
|
- (*ResLudoRoomInfo)(nil),
|
|
|
- (*BuyShopItem)(nil),
|
|
|
- (*RequestAddFriendItem)(nil),
|
|
|
- (*ReqFriendList)(nil),
|
|
|
- (*ResFriendList)(nil),
|
|
|
- (*FriendRequestItem)(nil),
|
|
|
- (*ReqFriendRequestList)(nil),
|
|
|
- (*ResFriendRequestList)(nil),
|
|
|
- (*ReqAddFriend)(nil),
|
|
|
- (*RecvAddFriendRequest)(nil),
|
|
|
- (*OptAddFriendRequest)(nil),
|
|
|
- (*NotifyOptFriend)(nil),
|
|
|
- (*SearchUser)(nil),
|
|
|
- (*ResSearchUser)(nil),
|
|
|
- (*ReqDeleteFriend)(nil),
|
|
|
- (*ResDeleteFriend)(nil),
|
|
|
- (*ResFriendOnLineStatus)(nil),
|
|
|
- (*ChatMessage)(nil),
|
|
|
- (*ReqSendChatMsg)(nil),
|
|
|
- (*ResSendChatMsg)(nil),
|
|
|
- (*RecvChatMsg)(nil),
|
|
|
- (*ReqChatHistory)(nil),
|
|
|
- (*ResChatHistory)(nil),
|
|
|
+ (RoleType)(0),
|
|
|
+ (OptType)(0),
|
|
|
+ (RoomType)(0),
|
|
|
+ (RoomMode)(0),
|
|
|
+ (RoadType)(0),
|
|
|
+ (PlayerStatus)(0),
|
|
|
+ (RoomStatus)(0),
|
|
|
+ (*Round)(nil),
|
|
|
+ (*RoomInfo)(nil),
|
|
|
+ (*RoleData)(nil),
|
|
|
+ (*ColorData)(nil),
|
|
|
+ (*MoveStepData)(nil),
|
|
|
+ (*SendColorSz)(nil),
|
|
|
+ (*SendRoleMove)(nil),
|
|
|
+ (*SendQuitRoom)(nil),
|
|
|
+ (*NotifyPlayerSzNumber)(nil),
|
|
|
+ (*NotifyPlayerMove)(nil),
|
|
|
+ (*NotifyPlayerOpt)(nil),
|
|
|
+ (*NotifyPlayerStatus)(nil),
|
|
|
+ (*NotifySettlement)(nil),
|
|
|
+ (*NotifyUpdateRoomInfo)(nil),
|
|
|
+ (*UserInfo)(nil),
|
|
|
+ (*ReqLogin)(nil),
|
|
|
+ (*ResLogin)(nil),
|
|
|
+ (*ReqRegister)(nil),
|
|
|
+ (*ResRegister)(nil),
|
|
|
+ (*EnterHall)(nil),
|
|
|
+ (*ResEnterHall)(nil),
|
|
|
+ (*LeaveHall)(nil),
|
|
|
+ (*MatchLudo)(nil),
|
|
|
+ (*ResMatchLudo)(nil),
|
|
|
+ (*MsgError)(nil),
|
|
|
+ (*UpdateUserInfo)(nil),
|
|
|
+ (*ResHeartBeat)(nil),
|
|
|
+ (*ReqHeartBeat)(nil),
|
|
|
+ (*ShopItem)(nil),
|
|
|
+ (*BeKickLogin)(nil),
|
|
|
+ (*ReqShop)(nil),
|
|
|
+ (*ResShop)(nil),
|
|
|
+ (*HistoryRecord)(nil),
|
|
|
+ (*ReqLudoHistory)(nil),
|
|
|
+ (*ResLudoHistory)(nil),
|
|
|
+ (*ReqLudoRoomInfo)(nil),
|
|
|
+ (*ResLudoRoomInfo)(nil),
|
|
|
+ (*BuyShopItem)(nil),
|
|
|
+ (*RequestAddFriendItem)(nil),
|
|
|
+ (*ReqFriendList)(nil),
|
|
|
+ (*ResFriendList)(nil),
|
|
|
+ (*FriendRequestItem)(nil),
|
|
|
+ (*ReqFriendRequestList)(nil),
|
|
|
+ (*ResFriendRequestList)(nil),
|
|
|
+ (*ReqAddFriend)(nil),
|
|
|
+ (*RecvAddFriendRequest)(nil),
|
|
|
+ (*OptAddFriendRequest)(nil),
|
|
|
+ (*NotifyOptFriend)(nil),
|
|
|
+ (*SearchUser)(nil),
|
|
|
+ (*ResSearchUser)(nil),
|
|
|
+ (*ReqDeleteFriend)(nil),
|
|
|
+ (*ResDeleteFriend)(nil),
|
|
|
+ (*ResFriendOnLineStatus)(nil),
|
|
|
+ (*ChatMessage)(nil),
|
|
|
+ (*ReqSendChatMsg)(nil),
|
|
|
+ (*ResSendChatMsg)(nil),
|
|
|
+ (*RecvChatMsg)(nil),
|
|
|
+ (*ReqChatHistory)(nil),
|
|
|
+ (*ResChatHistory)(nil),
|
|
|
}
|
|
|
var file_common_proto_depIdxs = []int32{
|
|
|
- 0,
|
|
|
- 1,
|
|
|
- 9,
|
|
|
- 10,
|
|
|
- 2,
|
|
|
- 3,
|
|
|
- 0,
|
|
|
- 7,
|
|
|
- 10,
|
|
|
- 10,
|
|
|
- 6,
|
|
|
- 17,
|
|
|
- 0,
|
|
|
- 4,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 31,
|
|
|
- 0,
|
|
|
- 11,
|
|
|
- 9,
|
|
|
- 0,
|
|
|
- 1,
|
|
|
- 9,
|
|
|
- 0,
|
|
|
- 5,
|
|
|
- 10,
|
|
|
- 10,
|
|
|
- 0,
|
|
|
- 10,
|
|
|
- 8,
|
|
|
- 21,
|
|
|
- 31,
|
|
|
- 31,
|
|
|
- 31,
|
|
|
- 8,
|
|
|
- 2,
|
|
|
- 0,
|
|
|
- 31,
|
|
|
- 8,
|
|
|
- 21,
|
|
|
- 31,
|
|
|
- 31,
|
|
|
- 35,
|
|
|
- 31,
|
|
|
- 39,
|
|
|
- 31,
|
|
|
- 8,
|
|
|
- 31,
|
|
|
- 21,
|
|
|
- 21,
|
|
|
- 31,
|
|
|
- 48,
|
|
|
- 21,
|
|
|
- 45,
|
|
|
- 45,
|
|
|
- 31,
|
|
|
- 21,
|
|
|
- 31,
|
|
|
- 31,
|
|
|
- 21,
|
|
|
- 31,
|
|
|
- 60,
|
|
|
- 31,
|
|
|
- 60,
|
|
|
+ 0,
|
|
|
+ 1,
|
|
|
+ 9,
|
|
|
+ 10,
|
|
|
+ 2,
|
|
|
+ 3,
|
|
|
+ 0,
|
|
|
+ 7,
|
|
|
+ 10,
|
|
|
+ 10,
|
|
|
+ 6,
|
|
|
+ 17,
|
|
|
+ 0,
|
|
|
+ 4,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 31,
|
|
|
+ 0,
|
|
|
+ 11,
|
|
|
+ 9,
|
|
|
+ 0,
|
|
|
+ 1,
|
|
|
+ 9,
|
|
|
+ 0,
|
|
|
+ 5,
|
|
|
+ 10,
|
|
|
+ 10,
|
|
|
+ 0,
|
|
|
+ 10,
|
|
|
+ 8,
|
|
|
+ 21,
|
|
|
+ 31,
|
|
|
+ 31,
|
|
|
+ 31,
|
|
|
+ 8,
|
|
|
+ 2,
|
|
|
+ 0,
|
|
|
+ 31,
|
|
|
+ 8,
|
|
|
+ 21,
|
|
|
+ 31,
|
|
|
+ 31,
|
|
|
+ 35,
|
|
|
+ 31,
|
|
|
+ 39,
|
|
|
+ 31,
|
|
|
+ 8,
|
|
|
+ 31,
|
|
|
+ 21,
|
|
|
+ 21,
|
|
|
+ 31,
|
|
|
+ 48,
|
|
|
+ 21,
|
|
|
+ 45,
|
|
|
+ 45,
|
|
|
+ 31,
|
|
|
+ 21,
|
|
|
+ 31,
|
|
|
+ 31,
|
|
|
+ 21,
|
|
|
+ 31,
|
|
|
+ 60,
|
|
|
+ 31,
|
|
|
+ 60,
|
|
|
67,
|
|
|
67,
|
|
|
67,
|