1833 lines
59 KiB
Go
1833 lines
59 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"` //出战的英雄卡
|
|
}
|
|
|
|
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 ""
|
|
}
|
|
|
|
// 匹配结果
|
|
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
|
|
}
|
|
|
|
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 ""
|
|
}
|
|
|
|
// 操作
|
|
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 int32 `protobuf:"varint,2,opt,name=itype,proto3" json:"itype"` // 操作类型 0 默认交换元素
|
|
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() int32 {
|
|
if x != nil {
|
|
return x.Itype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
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 int32 `protobuf:"varint,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() int32 {
|
|
if x != nil {
|
|
return x.Itype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
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"` // 获胜的玩家获得的奖励
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
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"`
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
// 断线重连
|
|
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)
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
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, 0x2b, 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, 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, 0xc6, 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, 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, 0x05,
|
|
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, 0x05,
|
|
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, 0xe2, 0x01, 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, 0x22, 0x92,
|
|
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, 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,
|
|
0x82, 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, 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, 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, 23)
|
|
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
|
|
nil, // 22: EntertainChangePush.CardEntry
|
|
(*PlayerData)(nil), // 23: PlayerData
|
|
(*MapData)(nil), // 24: MapData
|
|
(*UserAtno)(nil), // 25: UserAtno
|
|
(*DBXXLData)(nil), // 26: DBXXLData
|
|
}
|
|
var file_entertain_entertain_msg_proto_depIdxs = []int32{
|
|
23, // 0: EntertainStartGamePush.user1:type_name -> PlayerData
|
|
23, // 1: EntertainStartGamePush.user2:type_name -> PlayerData
|
|
24, // 2: EntertainStartGamePush.mpadata:type_name -> MapData
|
|
24, // 3: EntertainOperatorRstPush.mpadata:type_name -> MapData
|
|
23, // 4: EntertainOperatorRstPush.user1:type_name -> PlayerData
|
|
23, // 5: EntertainOperatorRstPush.user2:type_name -> PlayerData
|
|
23, // 6: EntertainGameOverPush.user1:type_name -> PlayerData
|
|
23, // 7: EntertainGameOverPush.user2:type_name -> PlayerData
|
|
24, // 8: EntertainGameOverPush.mpadata:type_name -> MapData
|
|
25, // 9: EntertainGameOverPush.reward:type_name -> UserAtno
|
|
23, // 10: EntertainEnterRoomPush.user1:type_name -> PlayerData
|
|
23, // 11: EntertainEnterRoomPush.user2:type_name -> PlayerData
|
|
24, // 12: EntertainReconnectResp.mpadata:type_name -> MapData
|
|
23, // 13: EntertainReconnectResp.user1:type_name -> PlayerData
|
|
23, // 14: EntertainReconnectResp.user2:type_name -> PlayerData
|
|
24, // 15: EntertainRefreshPlatResp.mpadata:type_name -> MapData
|
|
24, // 16: EntertainRefreshPush.mpadata:type_name -> MapData
|
|
26, // 17: EntertainGetListResp.data:type_name -> DBXXLData
|
|
26, // 18: EntertainRewardResp.data:type_name -> DBXXLData
|
|
25, // 19: EntertainRewardResp.reward:type_name -> UserAtno
|
|
22, // 20: EntertainChangePush.card:type_name -> EntertainChangePush.CardEntry
|
|
21, // [21:21] is the sub-list for method output_type
|
|
21, // [21:21] is the sub-list for method input_type
|
|
21, // [21:21] is the sub-list for extension type_name
|
|
21, // [21:21] is the sub-list for extension extendee
|
|
0, // [0:21] 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
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_entertain_entertain_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 23,
|
|
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
|
|
}
|