3611 lines
115 KiB
Go
3611 lines
115 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: entertain/entertain_msg.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// 匹配请求
|
|
type EntertainMatchReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Idcard string `protobuf:"bytes,1,opt,name=idcard,proto3" json:"idcard"` //出战的英雄卡
|
|
Skillcard []string `protobuf:"bytes,2,rep,name=skillcard,proto3" json:"skillcard"`
|
|
}
|
|
|
|
func (x *EntertainMatchReq) Reset() {
|
|
*x = EntertainMatchReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainMatchReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainMatchReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainMatchReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainMatchReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainMatchReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *EntertainMatchReq) GetIdcard() string {
|
|
if x != nil {
|
|
return x.Idcard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainMatchReq) GetSkillcard() []string {
|
|
if x != nil {
|
|
return x.Skillcard
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 匹配结果
|
|
type EntertainMatchResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Maych bool `protobuf:"varint,1,opt,name=maych,proto3" json:"maych"` // 匹配成功
|
|
}
|
|
|
|
func (x *EntertainMatchResp) Reset() {
|
|
*x = EntertainMatchResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainMatchResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainMatchResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainMatchResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainMatchResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainMatchResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *EntertainMatchResp) GetMaych() bool {
|
|
if x != nil {
|
|
return x.Maych
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 取消匹配
|
|
type EntertainCancelMatchReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainCancelMatchReq) Reset() {
|
|
*x = EntertainCancelMatchReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainCancelMatchReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainCancelMatchReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainCancelMatchReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainCancelMatchReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainCancelMatchReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
// 匹配结果
|
|
type EntertainCancelMatchResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Maych bool `protobuf:"varint,1,opt,name=maych,proto3" json:"maych"` // 取消匹配成功
|
|
}
|
|
|
|
func (x *EntertainCancelMatchResp) Reset() {
|
|
*x = EntertainCancelMatchResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainCancelMatchResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainCancelMatchResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainCancelMatchResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[3]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainCancelMatchResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainCancelMatchResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *EntertainCancelMatchResp) GetMaych() bool {
|
|
if x != nil {
|
|
return x.Maych
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 进入场景发送准备
|
|
type EntertainReadyReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` // 房间id
|
|
}
|
|
|
|
func (x *EntertainReadyReq) Reset() {
|
|
*x = EntertainReadyReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainReadyReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainReadyReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainReadyReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainReadyReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainReadyReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *EntertainReadyReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainReadyResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready"` // 对家是否准备完成
|
|
}
|
|
|
|
func (x *EntertainReadyResp) Reset() {
|
|
*x = EntertainReadyResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainReadyResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainReadyResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainReadyResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainReadyResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainReadyResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *EntertainReadyResp) GetReady() bool {
|
|
if x != nil {
|
|
return x.Ready
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 游戏开始
|
|
type EntertainStartGamePush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
User1 *PlayerData `protobuf:"bytes,1,opt,name=user1,proto3" json:"user1"`
|
|
User2 *PlayerData `protobuf:"bytes,2,opt,name=user2,proto3" json:"user2"`
|
|
Mpadata *MapData `protobuf:"bytes,3,opt,name=mpadata,proto3" json:"mpadata"` // 地图数据
|
|
Power string `protobuf:"bytes,4,opt,name=power,proto3" json:"power"` // 操作权
|
|
Round int32 `protobuf:"varint,5,opt,name=round,proto3" json:"round"` // 回合数
|
|
Roomid string `protobuf:"bytes,6,opt,name=roomid,proto3" json:"roomid"` // 房间id
|
|
Playtype int32 `protobuf:"varint,7,opt,name=playtype,proto3" json:"playtype"` // 随机的玩法类型
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) Reset() {
|
|
*x = EntertainStartGamePush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainStartGamePush) ProtoMessage() {}
|
|
|
|
func (x *EntertainStartGamePush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainStartGamePush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainStartGamePush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetUser1() *PlayerData {
|
|
if x != nil {
|
|
return x.User1
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetUser2() *PlayerData {
|
|
if x != nil {
|
|
return x.User2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetMpadata() *MapData {
|
|
if x != nil {
|
|
return x.Mpadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetPower() string {
|
|
if x != nil {
|
|
return x.Power
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetRound() int32 {
|
|
if x != nil {
|
|
return x.Round
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainStartGamePush) GetPlaytype() int32 {
|
|
if x != nil {
|
|
return x.Playtype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 操作
|
|
type EntertainOperatorReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` // 房间id
|
|
Itype string `protobuf:"bytes,2,opt,name=itype,proto3" json:"itype"` // 操作类型 "swap" 默认交换元素 "cardskill" 卡片技能 playerskill 传对应的key
|
|
Curid int32 `protobuf:"varint,3,opt,name=curid,proto3" json:"curid"` // 当前key
|
|
Targetid int32 `protobuf:"varint,4,opt,name=targetid,proto3" json:"targetid"` // 目标key
|
|
}
|
|
|
|
func (x *EntertainOperatorReq) Reset() {
|
|
*x = EntertainOperatorReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainOperatorReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainOperatorReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainOperatorReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainOperatorReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainOperatorReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *EntertainOperatorReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainOperatorReq) GetItype() string {
|
|
if x != nil {
|
|
return x.Itype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainOperatorReq) GetCurid() int32 {
|
|
if x != nil {
|
|
return x.Curid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainOperatorReq) GetTargetid() int32 {
|
|
if x != nil {
|
|
return x.Targetid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 操作返回
|
|
type EntertainOperatorResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success"` // 操作是否成功
|
|
}
|
|
|
|
func (x *EntertainOperatorResp) Reset() {
|
|
*x = EntertainOperatorResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainOperatorResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainOperatorResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainOperatorResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainOperatorResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainOperatorResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *EntertainOperatorResp) GetSuccess() bool {
|
|
if x != nil {
|
|
return x.Success
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 操作结果推送
|
|
type EntertainOperatorRstPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mpadata []*MapData `protobuf:"bytes,1,rep,name=mpadata,proto3" json:"mpadata"` // 地图数据
|
|
Power string `protobuf:"bytes,2,opt,name=power,proto3" json:"power"` //下一个谁操作
|
|
Curpower string `protobuf:"bytes,3,opt,name=curpower,proto3" json:"curpower"` //当前谁操作
|
|
Score int32 `protobuf:"varint,4,opt,name=score,proto3" json:"score"` // 获得积分
|
|
Round int32 `protobuf:"varint,5,opt,name=round,proto3" json:"round"` // 轮数
|
|
User1 *PlayerData `protobuf:"bytes,6,opt,name=user1,proto3" json:"user1"` // 玩家数据也需要同步
|
|
User2 *PlayerData `protobuf:"bytes,7,opt,name=user2,proto3" json:"user2"`
|
|
Itype string `protobuf:"bytes,8,opt,name=itype,proto3" json:"itype"` // 操作类型 0 默认交换元素
|
|
Curid int32 `protobuf:"varint,9,opt,name=curid,proto3" json:"curid"` // 当前key
|
|
Targetid int32 `protobuf:"varint,10,opt,name=targetid,proto3" json:"targetid"` // 目标key
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) Reset() {
|
|
*x = EntertainOperatorRstPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainOperatorRstPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainOperatorRstPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[9]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainOperatorRstPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainOperatorRstPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetMpadata() []*MapData {
|
|
if x != nil {
|
|
return x.Mpadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetPower() string {
|
|
if x != nil {
|
|
return x.Power
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetCurpower() string {
|
|
if x != nil {
|
|
return x.Curpower
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetScore() int32 {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetRound() int32 {
|
|
if x != nil {
|
|
return x.Round
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetUser1() *PlayerData {
|
|
if x != nil {
|
|
return x.User1
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetUser2() *PlayerData {
|
|
if x != nil {
|
|
return x.User2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetItype() string {
|
|
if x != nil {
|
|
return x.Itype
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetCurid() int32 {
|
|
if x != nil {
|
|
return x.Curid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainOperatorRstPush) GetTargetid() int32 {
|
|
if x != nil {
|
|
return x.Targetid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 游戏结束推送
|
|
type EntertainGameOverPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
User1 *PlayerData `protobuf:"bytes,1,opt,name=user1,proto3" json:"user1"`
|
|
User2 *PlayerData `protobuf:"bytes,2,opt,name=user2,proto3" json:"user2"`
|
|
Mpadata *MapData `protobuf:"bytes,3,opt,name=mpadata,proto3" json:"mpadata"` // 地图数据
|
|
Power string `protobuf:"bytes,4,opt,name=power,proto3" json:"power"` // 操作权
|
|
Round int32 `protobuf:"varint,5,opt,name=round,proto3" json:"round"` // 回合数
|
|
Win string `protobuf:"bytes,6,opt,name=win,proto3" json:"win"` // 谁赢了
|
|
Reward []*UserAtno `protobuf:"bytes,7,rep,name=reward,proto3" json:"reward"` // 获胜的玩家获得的奖励
|
|
Box *BoxData `protobuf:"bytes,8,opt,name=box,proto3" json:"box"` // 获得的宝箱
|
|
BDestruction bool `protobuf:"varint,9,opt,name=bDestruction,proto3" json:"bDestruction"` // 失败方是否销毁卡片
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) Reset() {
|
|
*x = EntertainGameOverPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainGameOverPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainGameOverPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainGameOverPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainGameOverPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetUser1() *PlayerData {
|
|
if x != nil {
|
|
return x.User1
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetUser2() *PlayerData {
|
|
if x != nil {
|
|
return x.User2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetMpadata() *MapData {
|
|
if x != nil {
|
|
return x.Mpadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetPower() string {
|
|
if x != nil {
|
|
return x.Power
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetRound() int32 {
|
|
if x != nil {
|
|
return x.Round
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetWin() string {
|
|
if x != nil {
|
|
return x.Win
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetBox() *BoxData {
|
|
if x != nil {
|
|
return x.Box
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainGameOverPush) GetBDestruction() bool {
|
|
if x != nil {
|
|
return x.BDestruction
|
|
}
|
|
return false
|
|
}
|
|
|
|
type EntertainEnterRoomPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Rooid string `protobuf:"bytes,1,opt,name=rooid,proto3" json:"rooid"`
|
|
Servepath string `protobuf:"bytes,2,opt,name=servepath,proto3" json:"servepath"`
|
|
User1 *PlayerData `protobuf:"bytes,3,opt,name=user1,proto3" json:"user1"`
|
|
User2 *PlayerData `protobuf:"bytes,4,opt,name=user2,proto3" json:"user2"`
|
|
Itype int32 `protobuf:"varint,5,opt,name=itype,proto3" json:"itype"` // 游戏类型
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) Reset() {
|
|
*x = EntertainEnterRoomPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainEnterRoomPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainEnterRoomPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[11]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainEnterRoomPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainEnterRoomPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) GetRooid() string {
|
|
if x != nil {
|
|
return x.Rooid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) GetServepath() string {
|
|
if x != nil {
|
|
return x.Servepath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) GetUser1() *PlayerData {
|
|
if x != nil {
|
|
return x.User1
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) GetUser2() *PlayerData {
|
|
if x != nil {
|
|
return x.User2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainEnterRoomPush) GetItype() int32 {
|
|
if x != nil {
|
|
return x.Itype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 断线重连
|
|
type EntertainReconnectReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
}
|
|
|
|
func (x *EntertainReconnectReq) Reset() {
|
|
*x = EntertainReconnectReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainReconnectReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainReconnectReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainReconnectReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainReconnectReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainReconnectReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *EntertainReconnectReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainReconnectResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
Mpadata *MapData `protobuf:"bytes,2,opt,name=mpadata,proto3" json:"mpadata"` // 地图数据
|
|
Power string `protobuf:"bytes,3,opt,name=power,proto3" json:"power"` //下一个谁操作
|
|
Curpower string `protobuf:"bytes,4,opt,name=curpower,proto3" json:"curpower"` //当前谁操作
|
|
Score int32 `protobuf:"varint,5,opt,name=score,proto3" json:"score"` // 获得积分
|
|
Round int32 `protobuf:"varint,6,opt,name=round,proto3" json:"round"` // 轮数
|
|
User1 *PlayerData `protobuf:"bytes,7,opt,name=user1,proto3" json:"user1"` // 玩家数据也需要同步
|
|
User2 *PlayerData `protobuf:"bytes,8,opt,name=user2,proto3" json:"user2"`
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) Reset() {
|
|
*x = EntertainReconnectResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainReconnectResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainReconnectResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainReconnectResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainReconnectResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetMpadata() *MapData {
|
|
if x != nil {
|
|
return x.Mpadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetPower() string {
|
|
if x != nil {
|
|
return x.Power
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetCurpower() string {
|
|
if x != nil {
|
|
return x.Curpower
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetScore() int32 {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetRound() int32 {
|
|
if x != nil {
|
|
return x.Round
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetUser1() *PlayerData {
|
|
if x != nil {
|
|
return x.User1
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainReconnectResp) GetUser2() *PlayerData {
|
|
if x != nil {
|
|
return x.User2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type EntertainRefreshPlatReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
}
|
|
|
|
func (x *EntertainRefreshPlatReq) Reset() {
|
|
*x = EntertainRefreshPlatReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRefreshPlatReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRefreshPlatReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainRefreshPlatReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRefreshPlatReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRefreshPlatReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *EntertainRefreshPlatReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainRefreshPlatResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mpadata *MapData `protobuf:"bytes,1,opt,name=mpadata,proto3" json:"mpadata"` // 地图数据
|
|
}
|
|
|
|
func (x *EntertainRefreshPlatResp) Reset() {
|
|
*x = EntertainRefreshPlatResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRefreshPlatResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRefreshPlatResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainRefreshPlatResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRefreshPlatResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRefreshPlatResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *EntertainRefreshPlatResp) GetMpadata() *MapData {
|
|
if x != nil {
|
|
return x.Mpadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 刷新地图推送
|
|
type EntertainRefreshPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Mpadata *MapData `protobuf:"bytes,1,opt,name=mpadata,proto3" json:"mpadata"` // 地图数据
|
|
}
|
|
|
|
func (x *EntertainRefreshPush) Reset() {
|
|
*x = EntertainRefreshPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRefreshPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRefreshPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainRefreshPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRefreshPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRefreshPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *EntertainRefreshPush) GetMpadata() *MapData {
|
|
if x != nil {
|
|
return x.Mpadata
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 奖励领取列表
|
|
type EntertainGetListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainGetListReq) Reset() {
|
|
*x = EntertainGetListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainGetListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainGetListReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainGetListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainGetListReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainGetListReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
type EntertainGetListResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBXXLData `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *EntertainGetListResp) Reset() {
|
|
*x = EntertainGetListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainGetListResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainGetListResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainGetListResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[18]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainGetListResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainGetListResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *EntertainGetListResp) GetData() *DBXXLData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 奖励领取列表
|
|
type EntertainRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Key int32 `protobuf:"varint,1,opt,name=key,proto3" json:"key"`
|
|
}
|
|
|
|
func (x *EntertainRewardReq) Reset() {
|
|
*x = EntertainRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRewardReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[19]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *EntertainRewardReq) GetKey() int32 {
|
|
if x != nil {
|
|
return x.Key
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type EntertainRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBXXLData `protobuf:"bytes,1,opt,name=data,proto3" json:"data"`
|
|
Reward []*UserAtno `protobuf:"bytes,2,rep,name=reward,proto3" json:"reward"`
|
|
}
|
|
|
|
func (x *EntertainRewardResp) Reset() {
|
|
*x = EntertainRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRewardResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[20]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *EntertainRewardResp) GetData() *DBXXLData {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainRewardResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 英雄卡数据变更推送
|
|
type EntertainChangePush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Card map[string]int32 `protobuf:"bytes,1,rep,name=card,proto3" json:"card" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // key 卡id value 数量(可为0)
|
|
Skill map[string]int32 `protobuf:"bytes,2,rep,name=skill,proto3" json:"skill" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` //
|
|
}
|
|
|
|
func (x *EntertainChangePush) Reset() {
|
|
*x = EntertainChangePush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainChangePush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainChangePush) ProtoMessage() {}
|
|
|
|
func (x *EntertainChangePush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[21]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainChangePush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainChangePush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *EntertainChangePush) GetCard() map[string]int32 {
|
|
if x != nil {
|
|
return x.Card
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainChangePush) GetSkill() map[string]int32 {
|
|
if x != nil {
|
|
return x.Skill
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 创建一个房间
|
|
type EntertainCreateRoomReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Idcard string `protobuf:"bytes,1,opt,name=idcard,proto3" json:"idcard"` //出战的英雄卡
|
|
}
|
|
|
|
func (x *EntertainCreateRoomReq) Reset() {
|
|
*x = EntertainCreateRoomReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainCreateRoomReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainCreateRoomReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainCreateRoomReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[22]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainCreateRoomReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainCreateRoomReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *EntertainCreateRoomReq) GetIdcard() string {
|
|
if x != nil {
|
|
return x.Idcard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 创建成功
|
|
type EntertainCreateRoomResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` // 房间id
|
|
Servepath string `protobuf:"bytes,2,opt,name=servepath,proto3" json:"servepath"`
|
|
}
|
|
|
|
func (x *EntertainCreateRoomResp) Reset() {
|
|
*x = EntertainCreateRoomResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainCreateRoomResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainCreateRoomResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainCreateRoomResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainCreateRoomResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainCreateRoomResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *EntertainCreateRoomResp) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainCreateRoomResp) GetServepath() string {
|
|
if x != nil {
|
|
return x.Servepath
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 通过房间号加入房间
|
|
type EntertainJoinRoomReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
Idcard string `protobuf:"bytes,2,opt,name=idcard,proto3" json:"idcard"` //出战的英雄卡
|
|
}
|
|
|
|
func (x *EntertainJoinRoomReq) Reset() {
|
|
*x = EntertainJoinRoomReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainJoinRoomReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainJoinRoomReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainJoinRoomReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainJoinRoomReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainJoinRoomReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *EntertainJoinRoomReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainJoinRoomReq) GetIdcard() string {
|
|
if x != nil {
|
|
return x.Idcard
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 通过房间号加入房间结果
|
|
type EntertainJoinRoomResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
BJoin bool `protobuf:"varint,1,opt,name=bJoin,proto3" json:"bJoin"` //
|
|
}
|
|
|
|
func (x *EntertainJoinRoomResp) Reset() {
|
|
*x = EntertainJoinRoomResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainJoinRoomResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainJoinRoomResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainJoinRoomResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainJoinRoomResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainJoinRoomResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *EntertainJoinRoomResp) GetBJoin() bool {
|
|
if x != nil {
|
|
return x.BJoin
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 加入创建的房间推送
|
|
type EntertainJoinCreateRoomPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
User1 *PlayerData `protobuf:"bytes,2,opt,name=user1,proto3" json:"user1"`
|
|
User2 *PlayerData `protobuf:"bytes,3,opt,name=user2,proto3" json:"user2"`
|
|
}
|
|
|
|
func (x *EntertainJoinCreateRoomPush) Reset() {
|
|
*x = EntertainJoinCreateRoomPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainJoinCreateRoomPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainJoinCreateRoomPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainJoinCreateRoomPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[26]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainJoinCreateRoomPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainJoinCreateRoomPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
func (x *EntertainJoinCreateRoomPush) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *EntertainJoinCreateRoomPush) GetUser1() *PlayerData {
|
|
if x != nil {
|
|
return x.User1
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainJoinCreateRoomPush) GetUser2() *PlayerData {
|
|
if x != nil {
|
|
return x.User2
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 房主开始游戏
|
|
type EntertainMasterStartReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
}
|
|
|
|
func (x *EntertainMasterStartReq) Reset() {
|
|
*x = EntertainMasterStartReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainMasterStartReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainMasterStartReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainMasterStartReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[27]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainMasterStartReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainMasterStartReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *EntertainMasterStartReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainMasterStartResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainMasterStartResp) Reset() {
|
|
*x = EntertainMasterStartResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainMasterStartResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainMasterStartResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainMasterStartResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[28]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainMasterStartResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainMasterStartResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
// 房主解散房间
|
|
type EntertainDissolveRoomReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
}
|
|
|
|
func (x *EntertainDissolveRoomReq) Reset() {
|
|
*x = EntertainDissolveRoomReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainDissolveRoomReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainDissolveRoomReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainDissolveRoomReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[29]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainDissolveRoomReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainDissolveRoomReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *EntertainDissolveRoomReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainDissolveRoomResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainDissolveRoomResp) Reset() {
|
|
*x = EntertainDissolveRoomResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainDissolveRoomResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainDissolveRoomResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainDissolveRoomResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainDissolveRoomResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainDissolveRoomResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
// 解散消息通知
|
|
type EntertainDissolveMasterRoomPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
}
|
|
|
|
func (x *EntertainDissolveMasterRoomPush) Reset() {
|
|
*x = EntertainDissolveMasterRoomPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainDissolveMasterRoomPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainDissolveMasterRoomPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainDissolveMasterRoomPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainDissolveMasterRoomPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainDissolveMasterRoomPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *EntertainDissolveMasterRoomPush) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 玩家准备状态推送
|
|
type EntertainGameReadyPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
P1Ready bool `protobuf:"varint,1,opt,name=p1ready,proto3" json:"p1ready"` // 玩家1是否准备
|
|
P2Ready bool `protobuf:"varint,2,opt,name=p2ready,proto3" json:"p2ready"` // 玩家2是否准备
|
|
}
|
|
|
|
func (x *EntertainGameReadyPush) Reset() {
|
|
*x = EntertainGameReadyPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainGameReadyPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainGameReadyPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainGameReadyPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[32]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainGameReadyPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainGameReadyPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *EntertainGameReadyPush) GetP1Ready() bool {
|
|
if x != nil {
|
|
return x.P1Ready
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *EntertainGameReadyPush) GetP2Ready() bool {
|
|
if x != nil {
|
|
return x.P2Ready
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 领取宝箱
|
|
type EntertainBoxRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` // 传索引
|
|
}
|
|
|
|
func (x *EntertainBoxRewardReq) Reset() {
|
|
*x = EntertainBoxRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainBoxRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainBoxRewardReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainBoxRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[33]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainBoxRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainBoxRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{33}
|
|
}
|
|
|
|
func (x *EntertainBoxRewardReq) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type EntertainBoxRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Box []*BoxData `protobuf:"bytes,1,rep,name=box,proto3" json:"box"`
|
|
Reward []*UserAtno `protobuf:"bytes,2,rep,name=reward,proto3" json:"reward"` // 宝箱的奖励
|
|
}
|
|
|
|
func (x *EntertainBoxRewardResp) Reset() {
|
|
*x = EntertainBoxRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[34]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainBoxRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainBoxRewardResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainBoxRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[34]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainBoxRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainBoxRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{34}
|
|
}
|
|
|
|
func (x *EntertainBoxRewardResp) GetBox() []*BoxData {
|
|
if x != nil {
|
|
return x.Box
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainBoxRewardResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 玩家操作完成
|
|
type EntertainOperatorOverReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
}
|
|
|
|
func (x *EntertainOperatorOverReq) Reset() {
|
|
*x = EntertainOperatorOverReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[35]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainOperatorOverReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainOperatorOverReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainOperatorOverReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[35]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainOperatorOverReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainOperatorOverReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{35}
|
|
}
|
|
|
|
func (x *EntertainOperatorOverReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainOperatorOverResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainOperatorOverResp) Reset() {
|
|
*x = EntertainOperatorOverResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[36]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainOperatorOverResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainOperatorOverResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainOperatorOverResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[36]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainOperatorOverResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainOperatorOverResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{36}
|
|
}
|
|
|
|
// 开启一个定时器
|
|
type EntertainStarTimerPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Time int32 `protobuf:"varint,1,opt,name=time,proto3" json:"time"` // 定时时间 单位s
|
|
Power string `protobuf:"bytes,2,opt,name=power,proto3" json:"power"` // 当前谁操作
|
|
}
|
|
|
|
func (x *EntertainStarTimerPush) Reset() {
|
|
*x = EntertainStarTimerPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[37]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainStarTimerPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainStarTimerPush) ProtoMessage() {}
|
|
|
|
func (x *EntertainStarTimerPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[37]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainStarTimerPush.ProtoReflect.Descriptor instead.
|
|
func (*EntertainStarTimerPush) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{37}
|
|
}
|
|
|
|
func (x *EntertainStarTimerPush) GetTime() int32 {
|
|
if x != nil {
|
|
return x.Time
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainStarTimerPush) GetPower() string {
|
|
if x != nil {
|
|
return x.Power
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 申请投降 surrender
|
|
type EntertainSurrenderReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"` //房间号
|
|
}
|
|
|
|
func (x *EntertainSurrenderReq) Reset() {
|
|
*x = EntertainSurrenderReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[38]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainSurrenderReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainSurrenderReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainSurrenderReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[38]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainSurrenderReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainSurrenderReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{38}
|
|
}
|
|
|
|
func (x *EntertainSurrenderReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type EntertainSurrenderResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Leftcount int32 `protobuf:"varint,1,opt,name=leftcount,proto3" json:"leftcount"` // 投降剩余次数
|
|
}
|
|
|
|
func (x *EntertainSurrenderResp) Reset() {
|
|
*x = EntertainSurrenderResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[39]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainSurrenderResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainSurrenderResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainSurrenderResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[39]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainSurrenderResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainSurrenderResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{39}
|
|
}
|
|
|
|
func (x *EntertainSurrenderResp) GetLeftcount() int32 {
|
|
if x != nil {
|
|
return x.Leftcount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 战令奖励领取
|
|
type EntertainReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Rtype int32 `protobuf:"varint,1,opt,name=Rtype,proto3" json:"Rtype"` // 战令类型 6
|
|
}
|
|
|
|
func (x *EntertainReceiveReq) Reset() {
|
|
*x = EntertainReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[40]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[40]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{40}
|
|
}
|
|
|
|
func (x *EntertainReceiveReq) GetRtype() int32 {
|
|
if x != nil {
|
|
return x.Rtype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type EntertainReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBXXLData `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *EntertainReceiveResp) Reset() {
|
|
*x = EntertainReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[41]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[41]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{41}
|
|
}
|
|
|
|
func (x *EntertainReceiveResp) GetInfo() *DBXXLData {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *EntertainReceiveResp) GetAward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//排行榜 请求
|
|
type EntertainRankReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainRankReq) Reset() {
|
|
*x = EntertainRankReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[42]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRankReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRankReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainRankReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[42]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRankReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRankReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{42}
|
|
}
|
|
|
|
//排行榜 回应
|
|
type EntertainRankResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Players []*XxlPlayer `protobuf:"bytes,1,rep,name=players,proto3" json:"players"`
|
|
}
|
|
|
|
func (x *EntertainRankResp) Reset() {
|
|
*x = EntertainRankResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[43]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRankResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRankResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainRankResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[43]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRankResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRankResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{43}
|
|
}
|
|
|
|
func (x *EntertainRankResp) GetPlayers() []*XxlPlayer {
|
|
if x != nil {
|
|
return x.Players
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 任务领奖
|
|
type EntertainTaskRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Score int32 `protobuf:"varint,1,opt,name=score,proto3" json:"score"`
|
|
}
|
|
|
|
func (x *EntertainTaskRewardReq) Reset() {
|
|
*x = EntertainTaskRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[44]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainTaskRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainTaskRewardReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainTaskRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[44]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainTaskRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainTaskRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{44}
|
|
}
|
|
|
|
func (x *EntertainTaskRewardReq) GetScore() int32 {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type EntertainTaskRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Taskprogess int32 `protobuf:"varint,1,opt,name=taskprogess,proto3" json:"taskprogess"` // 任务奖励进度
|
|
Award []*UserAtno `protobuf:"bytes,4,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *EntertainTaskRewardResp) Reset() {
|
|
*x = EntertainTaskRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[45]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainTaskRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainTaskRewardResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainTaskRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[45]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainTaskRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainTaskRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{45}
|
|
}
|
|
|
|
func (x *EntertainTaskRewardResp) GetTaskprogess() int32 {
|
|
if x != nil {
|
|
return x.Taskprogess
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *EntertainTaskRewardResp) GetAward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 战斗对局
|
|
type EntertainRecordReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *EntertainRecordReq) Reset() {
|
|
*x = EntertainRecordReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[46]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRecordReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRecordReq) ProtoMessage() {}
|
|
|
|
func (x *EntertainRecordReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[46]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRecordReq.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRecordReq) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{46}
|
|
}
|
|
|
|
type EntertainRecordResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Record []*DBXxlRecord `protobuf:"bytes,1,rep,name=record,proto3" json:"record"`
|
|
}
|
|
|
|
func (x *EntertainRecordResp) Reset() {
|
|
*x = EntertainRecordResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[47]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *EntertainRecordResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*EntertainRecordResp) ProtoMessage() {}
|
|
|
|
func (x *EntertainRecordResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_entertain_entertain_msg_proto_msgTypes[47]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use EntertainRecordResp.ProtoReflect.Descriptor instead.
|
|
func (*EntertainRecordResp) Descriptor() ([]byte, []int) {
|
|
return file_entertain_entertain_msg_proto_rawDescGZIP(), []int{47}
|
|
}
|
|
|
|
func (x *EntertainRecordResp) GetRecord() []*DBXxlRecord {
|
|
if x != nil {
|
|
return x.Record
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_entertain_entertain_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_entertain_entertain_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1d, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x2f, 0x65, 0x6e, 0x74, 0x65,
|
|
0x72, 0x74, 0x61, 0x69, 0x6e, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
|
|
0x1c, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x2f, 0x65, 0x6e, 0x74, 0x65, 0x72,
|
|
0x74, 0x61, 0x69, 0x6e, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63,
|
|
0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x49, 0x0a, 0x11, 0x45, 0x6e, 0x74,
|
|
0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x12, 0x16,
|
|
0x0a, 0x06, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x69, 0x64, 0x63, 0x61, 0x72, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x6b, 0x69, 0x6c, 0x6c, 0x63,
|
|
0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x73, 0x6b, 0x69, 0x6c, 0x6c,
|
|
0x63, 0x61, 0x72, 0x64, 0x22, 0x2a, 0x0a, 0x12, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69,
|
|
0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61,
|
|
0x79, 0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6d, 0x61, 0x79, 0x63, 0x68,
|
|
0x22, 0x19, 0x0a, 0x17, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x43, 0x61, 0x6e,
|
|
0x63, 0x65, 0x6c, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x22, 0x30, 0x0a, 0x18, 0x45,
|
|
0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x4d, 0x61,
|
|
0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x61, 0x79, 0x63, 0x68,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x6d, 0x61, 0x79, 0x63, 0x68, 0x22, 0x2b, 0x0a,
|
|
0x11, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x52,
|
|
0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x22, 0x2a, 0x0a, 0x12, 0x45, 0x6e,
|
|
0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x73, 0x70,
|
|
0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x05, 0x72, 0x65, 0x61, 0x64, 0x79, 0x22, 0xe2, 0x01, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72,
|
|
0x74, 0x61, 0x69, 0x6e, 0x53, 0x74, 0x61, 0x72, 0x74, 0x47, 0x61, 0x6d, 0x65, 0x50, 0x75, 0x73,
|
|
0x68, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75,
|
|
0x73, 0x65, 0x72, 0x31, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61,
|
|
0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x12, 0x22, 0x0a, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61,
|
|
0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x4d, 0x61, 0x70, 0x44, 0x61,
|
|
0x74, 0x61, 0x52, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x70,
|
|
0x6f, 0x77, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x77, 0x65,
|
|
0x72, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69,
|
|
0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x12,
|
|
0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x08, 0x70, 0x6c, 0x61, 0x79, 0x74, 0x79, 0x70, 0x65, 0x22, 0x76, 0x0a, 0x14, 0x45,
|
|
0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
|
|
0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69,
|
|
0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x74, 0x79, 0x70,
|
|
0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x75, 0x72, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x63, 0x75, 0x72, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
0x74, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
0x74, 0x69, 0x64, 0x22, 0x31, 0x0a, 0x15, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e,
|
|
0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07,
|
|
0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73,
|
|
0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0xaa, 0x02, 0x0a, 0x18, 0x45, 0x6e, 0x74, 0x65, 0x72,
|
|
0x74, 0x61, 0x69, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x52, 0x73, 0x74, 0x50,
|
|
0x75, 0x73, 0x68, 0x12, 0x22, 0x0a, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x4d, 0x61, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07,
|
|
0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x77, 0x65, 0x72,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x63, 0x75, 0x72, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x08, 0x63, 0x75, 0x72, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f,
|
|
0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12,
|
|
0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
|
|
0x72, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x18, 0x06,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74,
|
|
0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72,
|
|
0x32, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72,
|
|
0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x12, 0x14, 0x0a, 0x05, 0x69,
|
|
0x74, 0x79, 0x70, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x74, 0x79, 0x70,
|
|
0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x75, 0x72, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x63, 0x75, 0x72, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
0x74, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
0x74, 0x69, 0x64, 0x22, 0xa2, 0x02, 0x0a, 0x15, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69,
|
|
0x6e, 0x47, 0x61, 0x6d, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x50, 0x75, 0x73, 0x68, 0x12, 0x21, 0x0a,
|
|
0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50,
|
|
0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31,
|
|
0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73,
|
|
0x65, 0x72, 0x32, 0x12, 0x22, 0x0a, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x4d, 0x61, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07,
|
|
0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x77, 0x65, 0x72,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a,
|
|
0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x6f,
|
|
0x75, 0x6e, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x77, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x03, 0x77, 0x69, 0x6e, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18,
|
|
0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f,
|
|
0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x1a, 0x0a, 0x03, 0x62, 0x6f, 0x78, 0x18,
|
|
0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x6f, 0x78, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
0x03, 0x62, 0x6f, 0x78, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x44, 0x65, 0x73, 0x74, 0x72, 0x75, 0x63,
|
|
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x62, 0x44, 0x65, 0x73,
|
|
0x74, 0x72, 0x75, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa8, 0x01, 0x0a, 0x16, 0x45, 0x6e, 0x74,
|
|
0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x50,
|
|
0x75, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x05, 0x72, 0x6f, 0x6f, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65, 0x72,
|
|
0x76, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x65,
|
|
0x72, 0x76, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44,
|
|
0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73,
|
|
0x65, 0x72, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79,
|
|
0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x12, 0x14, 0x0a,
|
|
0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x74,
|
|
0x79, 0x70, 0x65, 0x22, 0x2f, 0x0a, 0x15, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e,
|
|
0x52, 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06,
|
|
0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f,
|
|
0x6f, 0x6d, 0x69, 0x64, 0x22, 0xf8, 0x01, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61,
|
|
0x69, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61,
|
|
0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x4d, 0x61, 0x70, 0x44, 0x61,
|
|
0x74, 0x61, 0x52, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x14, 0x0a, 0x05, 0x70,
|
|
0x6f, 0x77, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x77, 0x65,
|
|
0x72, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x75, 0x72, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x04, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x75, 0x72, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x14, 0x0a,
|
|
0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x63,
|
|
0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x06, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x05, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65,
|
|
0x72, 0x31, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65,
|
|
0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x12, 0x21, 0x0a, 0x05,
|
|
0x75, 0x73, 0x65, 0x72, 0x32, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c,
|
|
0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x22,
|
|
0x31, 0x0a, 0x17, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x66, 0x72,
|
|
0x65, 0x73, 0x68, 0x50, 0x6c, 0x61, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f,
|
|
0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d,
|
|
0x69, 0x64, 0x22, 0x3e, 0x0a, 0x18, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52,
|
|
0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x50, 0x6c, 0x61, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22,
|
|
0x0a, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x08, 0x2e, 0x4d, 0x61, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61,
|
|
0x74, 0x61, 0x22, 0x3a, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52,
|
|
0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x50, 0x75, 0x73, 0x68, 0x12, 0x22, 0x0a, 0x07, 0x6d, 0x70,
|
|
0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x4d, 0x61,
|
|
0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x07, 0x6d, 0x70, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x15,
|
|
0x0a, 0x13, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x47, 0x65, 0x74, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x36, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61,
|
|
0x69, 0x6e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a,
|
|
0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42,
|
|
0x58, 0x58, 0x4c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x26, 0x0a,
|
|
0x12, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64,
|
|
0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x58, 0x0a, 0x13, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61,
|
|
0x69, 0x6e, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04,
|
|
0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x58,
|
|
0x58, 0x4c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x21, 0x0a, 0x06,
|
|
0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x22,
|
|
0xf3, 0x01, 0x0a, 0x13, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x43, 0x68, 0x61,
|
|
0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x32, 0x0a, 0x04, 0x63, 0x61, 0x72, 0x64, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69,
|
|
0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x43, 0x61, 0x72, 0x64,
|
|
0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x63, 0x61, 0x72, 0x64, 0x12, 0x35, 0x0a, 0x05, 0x73,
|
|
0x6b, 0x69, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x45, 0x6e, 0x74,
|
|
0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68,
|
|
0x2e, 0x53, 0x6b, 0x69, 0x6c, 0x6c, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x73, 0x6b, 0x69,
|
|
0x6c, 0x6c, 0x1a, 0x37, 0x0a, 0x09, 0x43, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
|
|
0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
|
|
0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x38, 0x0a, 0x0a, 0x53,
|
|
0x6b, 0x69, 0x6c, 0x6c, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
|
|
0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
|
|
0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x30, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61,
|
|
0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12,
|
|
0x16, 0x0a, 0x06, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x06, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64, 0x22, 0x4f, 0x0a, 0x17, 0x45, 0x6e, 0x74, 0x65, 0x72,
|
|
0x74, 0x61, 0x69, 0x6e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x65,
|
|
0x72, 0x76, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73,
|
|
0x65, 0x72, 0x76, 0x65, 0x70, 0x61, 0x74, 0x68, 0x22, 0x46, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x65,
|
|
0x72, 0x74, 0x61, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71,
|
|
0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x64, 0x63, 0x61,
|
|
0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x69, 0x64, 0x63, 0x61, 0x72, 0x64,
|
|
0x22, 0x2d, 0x0a, 0x15, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4a, 0x6f, 0x69,
|
|
0x6e, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x62, 0x4a, 0x6f,
|
|
0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x62, 0x4a, 0x6f, 0x69, 0x6e, 0x22,
|
|
0x7b, 0x0a, 0x1b, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4a, 0x6f, 0x69, 0x6e,
|
|
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x75, 0x73, 0x68, 0x12, 0x16,
|
|
0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61,
|
|
0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x31, 0x12, 0x21, 0x0a, 0x05, 0x75, 0x73, 0x65,
|
|
0x72, 0x32, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x50, 0x6c, 0x61, 0x79, 0x65,
|
|
0x72, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x75, 0x73, 0x65, 0x72, 0x32, 0x22, 0x31, 0x0a, 0x17,
|
|
0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x53,
|
|
0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x22,
|
|
0x1a, 0x0a, 0x18, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4d, 0x61, 0x73, 0x74,
|
|
0x65, 0x72, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x32, 0x0a, 0x18, 0x45,
|
|
0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x6c, 0x76, 0x65,
|
|
0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x22,
|
|
0x1b, 0x0a, 0x19, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x44, 0x69, 0x73, 0x73,
|
|
0x6f, 0x6c, 0x76, 0x65, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x22, 0x39, 0x0a, 0x1f,
|
|
0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x44, 0x69, 0x73, 0x73, 0x6f, 0x6c, 0x76,
|
|
0x65, 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x75, 0x73, 0x68, 0x12,
|
|
0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x22, 0x4c, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72,
|
|
0x74, 0x61, 0x69, 0x6e, 0x47, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x61, 0x64, 0x79, 0x50, 0x75, 0x73,
|
|
0x68, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x31, 0x72, 0x65, 0x61, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x08, 0x52, 0x07, 0x70, 0x31, 0x72, 0x65, 0x61, 0x64, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x70,
|
|
0x32, 0x72, 0x65, 0x61, 0x64, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x70, 0x32,
|
|
0x72, 0x65, 0x61, 0x64, 0x79, 0x22, 0x2d, 0x0a, 0x15, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61,
|
|
0x69, 0x6e, 0x42, 0x6f, 0x78, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14,
|
|
0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69,
|
|
0x6e, 0x64, 0x65, 0x78, 0x22, 0x57, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69,
|
|
0x6e, 0x42, 0x6f, 0x78, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1a,
|
|
0x0a, 0x03, 0x62, 0x6f, 0x78, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x42, 0x6f,
|
|
0x78, 0x44, 0x61, 0x74, 0x61, 0x52, 0x03, 0x62, 0x6f, 0x78, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65,
|
|
0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x22, 0x32, 0x0a,
|
|
0x18, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
|
0x6f, 0x72, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f,
|
|
0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x69,
|
|
0x64, 0x22, 0x1b, 0x0a, 0x19, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x4f, 0x70,
|
|
0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x42,
|
|
0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x53, 0x74, 0x61, 0x72, 0x54,
|
|
0x69, 0x6d, 0x65, 0x72, 0x50, 0x75, 0x73, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05,
|
|
0x70, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x77,
|
|
0x65, 0x72, 0x22, 0x2f, 0x0a, 0x15, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x53,
|
|
0x75, 0x72, 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x72,
|
|
0x6f, 0x6f, 0x6d, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x6f, 0x6f,
|
|
0x6d, 0x69, 0x64, 0x22, 0x36, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e,
|
|
0x53, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c, 0x0a,
|
|
0x09, 0x6c, 0x65, 0x66, 0x74, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x09, 0x6c, 0x65, 0x66, 0x74, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x2b, 0x0a, 0x13, 0x45,
|
|
0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52,
|
|
0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x05, 0x52, 0x74, 0x79, 0x70, 0x65, 0x22, 0x57, 0x0a, 0x14, 0x45, 0x6e, 0x74, 0x65,
|
|
0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x73, 0x70,
|
|
0x12, 0x1e, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a,
|
|
0x2e, 0x44, 0x42, 0x58, 0x58, 0x4c, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72,
|
|
0x64, 0x22, 0x12, 0x0a, 0x10, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x61,
|
|
0x6e, 0x6b, 0x52, 0x65, 0x71, 0x22, 0x39, 0x0a, 0x11, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61,
|
|
0x69, 0x6e, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x07, 0x70, 0x6c,
|
|
0x61, 0x79, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x58, 0x78,
|
|
0x6c, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x07, 0x70, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x73,
|
|
0x22, 0x2e, 0x0a, 0x16, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x73,
|
|
0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63,
|
|
0x6f, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65,
|
|
0x22, 0x5c, 0x0a, 0x17, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x73,
|
|
0x6b, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x0b, 0x74,
|
|
0x61, 0x73, 0x6b, 0x70, 0x72, 0x6f, 0x67, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x0b, 0x74, 0x61, 0x73, 0x6b, 0x70, 0x72, 0x6f, 0x67, 0x65, 0x73, 0x73, 0x12, 0x1f, 0x0a,
|
|
0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x22, 0x14,
|
|
0x0a, 0x12, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x52, 0x65, 0x63, 0x6f, 0x72,
|
|
0x64, 0x52, 0x65, 0x71, 0x22, 0x3b, 0x0a, 0x13, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69,
|
|
0x6e, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x06, 0x72,
|
|
0x65, 0x63, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42,
|
|
0x58, 0x78, 0x6c, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x06, 0x72, 0x65, 0x63, 0x6f, 0x72,
|
|
0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x33,
|
|
}
|
|
|
|
var (
|
|
file_entertain_entertain_msg_proto_rawDescOnce sync.Once
|
|
file_entertain_entertain_msg_proto_rawDescData = file_entertain_entertain_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_entertain_entertain_msg_proto_rawDescGZIP() []byte {
|
|
file_entertain_entertain_msg_proto_rawDescOnce.Do(func() {
|
|
file_entertain_entertain_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_entertain_entertain_msg_proto_rawDescData)
|
|
})
|
|
return file_entertain_entertain_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_entertain_entertain_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 50)
|
|
var file_entertain_entertain_msg_proto_goTypes = []interface{}{
|
|
(*EntertainMatchReq)(nil), // 0: EntertainMatchReq
|
|
(*EntertainMatchResp)(nil), // 1: EntertainMatchResp
|
|
(*EntertainCancelMatchReq)(nil), // 2: EntertainCancelMatchReq
|
|
(*EntertainCancelMatchResp)(nil), // 3: EntertainCancelMatchResp
|
|
(*EntertainReadyReq)(nil), // 4: EntertainReadyReq
|
|
(*EntertainReadyResp)(nil), // 5: EntertainReadyResp
|
|
(*EntertainStartGamePush)(nil), // 6: EntertainStartGamePush
|
|
(*EntertainOperatorReq)(nil), // 7: EntertainOperatorReq
|
|
(*EntertainOperatorResp)(nil), // 8: EntertainOperatorResp
|
|
(*EntertainOperatorRstPush)(nil), // 9: EntertainOperatorRstPush
|
|
(*EntertainGameOverPush)(nil), // 10: EntertainGameOverPush
|
|
(*EntertainEnterRoomPush)(nil), // 11: EntertainEnterRoomPush
|
|
(*EntertainReconnectReq)(nil), // 12: EntertainReconnectReq
|
|
(*EntertainReconnectResp)(nil), // 13: EntertainReconnectResp
|
|
(*EntertainRefreshPlatReq)(nil), // 14: EntertainRefreshPlatReq
|
|
(*EntertainRefreshPlatResp)(nil), // 15: EntertainRefreshPlatResp
|
|
(*EntertainRefreshPush)(nil), // 16: EntertainRefreshPush
|
|
(*EntertainGetListReq)(nil), // 17: EntertainGetListReq
|
|
(*EntertainGetListResp)(nil), // 18: EntertainGetListResp
|
|
(*EntertainRewardReq)(nil), // 19: EntertainRewardReq
|
|
(*EntertainRewardResp)(nil), // 20: EntertainRewardResp
|
|
(*EntertainChangePush)(nil), // 21: EntertainChangePush
|
|
(*EntertainCreateRoomReq)(nil), // 22: EntertainCreateRoomReq
|
|
(*EntertainCreateRoomResp)(nil), // 23: EntertainCreateRoomResp
|
|
(*EntertainJoinRoomReq)(nil), // 24: EntertainJoinRoomReq
|
|
(*EntertainJoinRoomResp)(nil), // 25: EntertainJoinRoomResp
|
|
(*EntertainJoinCreateRoomPush)(nil), // 26: EntertainJoinCreateRoomPush
|
|
(*EntertainMasterStartReq)(nil), // 27: EntertainMasterStartReq
|
|
(*EntertainMasterStartResp)(nil), // 28: EntertainMasterStartResp
|
|
(*EntertainDissolveRoomReq)(nil), // 29: EntertainDissolveRoomReq
|
|
(*EntertainDissolveRoomResp)(nil), // 30: EntertainDissolveRoomResp
|
|
(*EntertainDissolveMasterRoomPush)(nil), // 31: EntertainDissolveMasterRoomPush
|
|
(*EntertainGameReadyPush)(nil), // 32: EntertainGameReadyPush
|
|
(*EntertainBoxRewardReq)(nil), // 33: EntertainBoxRewardReq
|
|
(*EntertainBoxRewardResp)(nil), // 34: EntertainBoxRewardResp
|
|
(*EntertainOperatorOverReq)(nil), // 35: EntertainOperatorOverReq
|
|
(*EntertainOperatorOverResp)(nil), // 36: EntertainOperatorOverResp
|
|
(*EntertainStarTimerPush)(nil), // 37: EntertainStarTimerPush
|
|
(*EntertainSurrenderReq)(nil), // 38: EntertainSurrenderReq
|
|
(*EntertainSurrenderResp)(nil), // 39: EntertainSurrenderResp
|
|
(*EntertainReceiveReq)(nil), // 40: EntertainReceiveReq
|
|
(*EntertainReceiveResp)(nil), // 41: EntertainReceiveResp
|
|
(*EntertainRankReq)(nil), // 42: EntertainRankReq
|
|
(*EntertainRankResp)(nil), // 43: EntertainRankResp
|
|
(*EntertainTaskRewardReq)(nil), // 44: EntertainTaskRewardReq
|
|
(*EntertainTaskRewardResp)(nil), // 45: EntertainTaskRewardResp
|
|
(*EntertainRecordReq)(nil), // 46: EntertainRecordReq
|
|
(*EntertainRecordResp)(nil), // 47: EntertainRecordResp
|
|
nil, // 48: EntertainChangePush.CardEntry
|
|
nil, // 49: EntertainChangePush.SkillEntry
|
|
(*PlayerData)(nil), // 50: PlayerData
|
|
(*MapData)(nil), // 51: MapData
|
|
(*UserAtno)(nil), // 52: UserAtno
|
|
(*BoxData)(nil), // 53: BoxData
|
|
(*DBXXLData)(nil), // 54: DBXXLData
|
|
(*XxlPlayer)(nil), // 55: XxlPlayer
|
|
(*DBXxlRecord)(nil), // 56: DBXxlRecord
|
|
}
|
|
var file_entertain_entertain_msg_proto_depIdxs = []int32{
|
|
50, // 0: EntertainStartGamePush.user1:type_name -> PlayerData
|
|
50, // 1: EntertainStartGamePush.user2:type_name -> PlayerData
|
|
51, // 2: EntertainStartGamePush.mpadata:type_name -> MapData
|
|
51, // 3: EntertainOperatorRstPush.mpadata:type_name -> MapData
|
|
50, // 4: EntertainOperatorRstPush.user1:type_name -> PlayerData
|
|
50, // 5: EntertainOperatorRstPush.user2:type_name -> PlayerData
|
|
50, // 6: EntertainGameOverPush.user1:type_name -> PlayerData
|
|
50, // 7: EntertainGameOverPush.user2:type_name -> PlayerData
|
|
51, // 8: EntertainGameOverPush.mpadata:type_name -> MapData
|
|
52, // 9: EntertainGameOverPush.reward:type_name -> UserAtno
|
|
53, // 10: EntertainGameOverPush.box:type_name -> BoxData
|
|
50, // 11: EntertainEnterRoomPush.user1:type_name -> PlayerData
|
|
50, // 12: EntertainEnterRoomPush.user2:type_name -> PlayerData
|
|
51, // 13: EntertainReconnectResp.mpadata:type_name -> MapData
|
|
50, // 14: EntertainReconnectResp.user1:type_name -> PlayerData
|
|
50, // 15: EntertainReconnectResp.user2:type_name -> PlayerData
|
|
51, // 16: EntertainRefreshPlatResp.mpadata:type_name -> MapData
|
|
51, // 17: EntertainRefreshPush.mpadata:type_name -> MapData
|
|
54, // 18: EntertainGetListResp.data:type_name -> DBXXLData
|
|
54, // 19: EntertainRewardResp.data:type_name -> DBXXLData
|
|
52, // 20: EntertainRewardResp.reward:type_name -> UserAtno
|
|
48, // 21: EntertainChangePush.card:type_name -> EntertainChangePush.CardEntry
|
|
49, // 22: EntertainChangePush.skill:type_name -> EntertainChangePush.SkillEntry
|
|
50, // 23: EntertainJoinCreateRoomPush.user1:type_name -> PlayerData
|
|
50, // 24: EntertainJoinCreateRoomPush.user2:type_name -> PlayerData
|
|
53, // 25: EntertainBoxRewardResp.box:type_name -> BoxData
|
|
52, // 26: EntertainBoxRewardResp.reward:type_name -> UserAtno
|
|
54, // 27: EntertainReceiveResp.info:type_name -> DBXXLData
|
|
52, // 28: EntertainReceiveResp.award:type_name -> UserAtno
|
|
55, // 29: EntertainRankResp.players:type_name -> XxlPlayer
|
|
52, // 30: EntertainTaskRewardResp.award:type_name -> UserAtno
|
|
56, // 31: EntertainRecordResp.record:type_name -> DBXxlRecord
|
|
32, // [32:32] is the sub-list for method output_type
|
|
32, // [32:32] is the sub-list for method input_type
|
|
32, // [32:32] is the sub-list for extension type_name
|
|
32, // [32:32] is the sub-list for extension extendee
|
|
0, // [0:32] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_entertain_entertain_msg_proto_init() }
|
|
func file_entertain_entertain_msg_proto_init() {
|
|
if File_entertain_entertain_msg_proto != nil {
|
|
return
|
|
}
|
|
file_entertain_entertain_db_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_entertain_entertain_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainMatchReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainMatchResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainCancelMatchReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainCancelMatchResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainReadyReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainReadyResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainStartGamePush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainOperatorReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainOperatorResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainOperatorRstPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainGameOverPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainEnterRoomPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainReconnectReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainReconnectResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRefreshPlatReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRefreshPlatResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRefreshPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainGetListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainGetListResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainChangePush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainCreateRoomReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainCreateRoomResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainJoinRoomReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainJoinRoomResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainJoinCreateRoomPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainMasterStartReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainMasterStartResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainDissolveRoomReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainDissolveRoomResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainDissolveMasterRoomPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainGameReadyPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainBoxRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainBoxRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainOperatorOverReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainOperatorOverResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainStarTimerPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainSurrenderReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainSurrenderResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainReceiveReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainReceiveResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRankReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRankResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainTaskRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainTaskRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRecordReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_entertain_entertain_msg_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*EntertainRecordResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_entertain_entertain_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 50,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_entertain_entertain_msg_proto_goTypes,
|
|
DependencyIndexes: file_entertain_entertain_msg_proto_depIdxs,
|
|
MessageInfos: file_entertain_entertain_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_entertain_entertain_msg_proto = out.File
|
|
file_entertain_entertain_msg_proto_rawDesc = nil
|
|
file_entertain_entertain_msg_proto_goTypes = nil
|
|
file_entertain_entertain_msg_proto_depIdxs = nil
|
|
}
|