1909 lines
60 KiB
Go
1909 lines
60 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: realarena/realarena_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 RealArenaInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaInfoReq) Reset() {
|
|
*x = RealArenaInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaInfoReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
type RealArenaInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBRealArena `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
Opentime int64 `protobuf:"varint,2,opt,name=opentime,proto3" json:"opentime"`
|
|
Endtime int64 `protobuf:"varint,3,opt,name=endtime,proto3" json:"endtime"`
|
|
}
|
|
|
|
func (x *RealArenaInfoResp) Reset() {
|
|
*x = RealArenaInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaInfoResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *RealArenaInfoResp) GetInfo() *DBRealArena {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RealArenaInfoResp) GetOpentime() int64 {
|
|
if x != nil {
|
|
return x.Opentime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RealArenaInfoResp) GetEndtime() int64 {
|
|
if x != nil {
|
|
return x.Endtime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//排行榜
|
|
type RealArenaRankReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaRankReq) Reset() {
|
|
*x = RealArenaRankReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaRankReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaRankReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaRankReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaRankReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaRankReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
type RealArenaRankResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Rank []*DBRealArena `protobuf:"bytes,1,rep,name=rank,proto3" json:"rank"`
|
|
}
|
|
|
|
func (x *RealArenaRankResp) Reset() {
|
|
*x = RealArenaRankResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaRankResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaRankResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaRankResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaRankResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaRankResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *RealArenaRankResp) GetRank() []*DBRealArena {
|
|
if x != nil {
|
|
return x.Rank
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//匹配请求
|
|
type RealArenaMatchReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaMatchReq) Reset() {
|
|
*x = RealArenaMatchReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaMatchReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaMatchReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaMatchReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaMatchReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaMatchReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
//匹配请求
|
|
type RealArenaMatchResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaMatchResp) Reset() {
|
|
*x = RealArenaMatchResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaMatchResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaMatchResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaMatchResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaMatchResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaMatchResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
//匹配取消请求
|
|
type RealArenaMatchCancelReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaMatchCancelReq) Reset() {
|
|
*x = RealArenaMatchCancelReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaMatchCancelReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaMatchCancelReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaMatchCancelReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaMatchCancelReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaMatchCancelReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
type RealArenaMatchCancelResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaMatchCancelResp) Reset() {
|
|
*x = RealArenaMatchCancelResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaMatchCancelResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaMatchCancelResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaMatchCancelResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaMatchCancelResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaMatchCancelResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
//匹配成功推送
|
|
type RealArenaMatchSuccPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Race *DBRealArenaRace `protobuf:"bytes,1,opt,name=race,proto3" json:"race"`
|
|
}
|
|
|
|
func (x *RealArenaMatchSuccPush) Reset() {
|
|
*x = RealArenaMatchSuccPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaMatchSuccPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaMatchSuccPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaMatchSuccPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaMatchSuccPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaMatchSuccPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *RealArenaMatchSuccPush) GetRace() *DBRealArenaRace {
|
|
if x != nil {
|
|
return x.Race
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//开始选择英雄推送
|
|
type RealArenaStartSelectHeroPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
|
|
Num int32 `protobuf:"varint,2,opt,name=num,proto3" json:"num"`
|
|
Countdown int32 `protobuf:"varint,3,opt,name=countdown,proto3" json:"countdown"` //倒计时
|
|
}
|
|
|
|
func (x *RealArenaStartSelectHeroPush) Reset() {
|
|
*x = RealArenaStartSelectHeroPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaStartSelectHeroPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaStartSelectHeroPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaStartSelectHeroPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaStartSelectHeroPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaStartSelectHeroPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *RealArenaStartSelectHeroPush) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaStartSelectHeroPush) GetNum() int32 {
|
|
if x != nil {
|
|
return x.Num
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RealArenaStartSelectHeroPush) GetCountdown() int32 {
|
|
if x != nil {
|
|
return x.Countdown
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//选择英雄请求
|
|
type RealArenaSelectTeamHeroReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
Heros []*HeroBase `protobuf:"bytes,2,rep,name=heros,proto3" json:"heros"`
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamHeroReq) Reset() {
|
|
*x = RealArenaSelectTeamHeroReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamHeroReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaSelectTeamHeroReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaSelectTeamHeroReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaSelectTeamHeroReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaSelectTeamHeroReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamHeroReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamHeroReq) GetHeros() []*HeroBase {
|
|
if x != nil {
|
|
return x.Heros
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RealArenaSelectTeamHeroResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamHeroResp) Reset() {
|
|
*x = RealArenaSelectTeamHeroResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamHeroResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaSelectTeamHeroResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaSelectTeamHeroResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaSelectTeamHeroResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaSelectTeamHeroResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
//开始选择英雄推送
|
|
type RealArenaSelectHeroPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
|
|
Heros []*HeroBase `protobuf:"bytes,2,rep,name=heros,proto3" json:"heros"`
|
|
}
|
|
|
|
func (x *RealArenaSelectHeroPush) Reset() {
|
|
*x = RealArenaSelectHeroPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaSelectHeroPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaSelectHeroPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaSelectHeroPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaSelectHeroPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaSelectHeroPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *RealArenaSelectHeroPush) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaSelectHeroPush) GetHeros() []*HeroBase {
|
|
if x != nil {
|
|
return x.Heros
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//开始禁用英雄推送
|
|
type RealArenaStartDisableHeroPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
|
|
Countdown int32 `protobuf:"varint,2,opt,name=countdown,proto3" json:"countdown"` //倒计时
|
|
}
|
|
|
|
func (x *RealArenaStartDisableHeroPush) Reset() {
|
|
*x = RealArenaStartDisableHeroPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaStartDisableHeroPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaStartDisableHeroPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaStartDisableHeroPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaStartDisableHeroPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaStartDisableHeroPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *RealArenaStartDisableHeroPush) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaStartDisableHeroPush) GetCountdown() int32 {
|
|
if x != nil {
|
|
return x.Countdown
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//禁用英雄请求
|
|
type RealArenaDisableTeamHeroReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index"`
|
|
}
|
|
|
|
func (x *RealArenaDisableTeamHeroReq) Reset() {
|
|
*x = RealArenaDisableTeamHeroReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaDisableTeamHeroReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaDisableTeamHeroReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaDisableTeamHeroReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaDisableTeamHeroReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaDisableTeamHeroReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *RealArenaDisableTeamHeroReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaDisableTeamHeroReq) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RealArenaDisableTeamHeroResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaDisableTeamHeroResp) Reset() {
|
|
*x = RealArenaDisableTeamHeroResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaDisableTeamHeroResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaDisableTeamHeroResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaDisableTeamHeroResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaDisableTeamHeroResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaDisableTeamHeroResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
//禁用英雄推送
|
|
type RealArenaDisableHeroPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
|
|
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index"`
|
|
}
|
|
|
|
func (x *RealArenaDisableHeroPush) Reset() {
|
|
*x = RealArenaDisableHeroPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaDisableHeroPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaDisableHeroPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaDisableHeroPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaDisableHeroPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaDisableHeroPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *RealArenaDisableHeroPush) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaDisableHeroPush) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//开始队长推送
|
|
type RealArenaStartSelectLeaderPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Countdown int32 `protobuf:"varint,2,opt,name=countdown,proto3" json:"countdown"` //倒计时
|
|
}
|
|
|
|
func (x *RealArenaStartSelectLeaderPush) Reset() {
|
|
*x = RealArenaStartSelectLeaderPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaStartSelectLeaderPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaStartSelectLeaderPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaStartSelectLeaderPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaStartSelectLeaderPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaStartSelectLeaderPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *RealArenaStartSelectLeaderPush) GetCountdown() int32 {
|
|
if x != nil {
|
|
return x.Countdown
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//选择队伍队长
|
|
type RealArenaSelectTeamLeaderReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index"`
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamLeaderReq) Reset() {
|
|
*x = RealArenaSelectTeamLeaderReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamLeaderReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaSelectTeamLeaderReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaSelectTeamLeaderReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaSelectTeamLeaderReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaSelectTeamLeaderReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamLeaderReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamLeaderReq) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type RealArenaSelectTeamLeaderResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamLeaderResp) Reset() {
|
|
*x = RealArenaSelectTeamLeaderResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaSelectTeamLeaderResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaSelectTeamLeaderResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaSelectTeamLeaderResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaSelectTeamLeaderResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaSelectTeamLeaderResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
//队长选择推送
|
|
type RealArenaSelectLeaderPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
|
|
Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index"`
|
|
}
|
|
|
|
func (x *RealArenaSelectLeaderPush) Reset() {
|
|
*x = RealArenaSelectLeaderPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaSelectLeaderPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaSelectLeaderPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaSelectLeaderPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaSelectLeaderPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaSelectLeaderPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *RealArenaSelectLeaderPush) GetUid() string {
|
|
if x != nil {
|
|
return x.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaSelectLeaderPush) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//战斗结束推送
|
|
type RealArenaBattleFinishPush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
Winside int32 `protobuf:"varint,2,opt,name=winside,proto3" json:"winside"`
|
|
Red *DBRealArenaMember `protobuf:"bytes,3,opt,name=red,proto3" json:"red"`
|
|
Bule *DBRealArenaMember `protobuf:"bytes,4,opt,name=bule,proto3" json:"bule"`
|
|
}
|
|
|
|
func (x *RealArenaBattleFinishPush) Reset() {
|
|
*x = RealArenaBattleFinishPush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaBattleFinishPush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaBattleFinishPush) ProtoMessage() {}
|
|
|
|
func (x *RealArenaBattleFinishPush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaBattleFinishPush.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaBattleFinishPush) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *RealArenaBattleFinishPush) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RealArenaBattleFinishPush) GetWinside() int32 {
|
|
if x != nil {
|
|
return x.Winside
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *RealArenaBattleFinishPush) GetRed() *DBRealArenaMember {
|
|
if x != nil {
|
|
return x.Red
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *RealArenaBattleFinishPush) GetBule() *DBRealArenaMember {
|
|
if x != nil {
|
|
return x.Bule
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RealArenaBattleExitReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Roomid string `protobuf:"bytes,1,opt,name=roomid,proto3" json:"roomid"`
|
|
}
|
|
|
|
func (x *RealArenaBattleExitReq) Reset() {
|
|
*x = RealArenaBattleExitReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaBattleExitReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaBattleExitReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaBattleExitReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaBattleExitReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaBattleExitReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *RealArenaBattleExitReq) GetRoomid() string {
|
|
if x != nil {
|
|
return x.Roomid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RealArenaBattleExitResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaBattleExitResp) Reset() {
|
|
*x = RealArenaBattleExitResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaBattleExitResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaBattleExitResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaBattleExitResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaBattleExitResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaBattleExitResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
type RealArenaBattleRecordReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RealArenaBattleRecordReq) Reset() {
|
|
*x = RealArenaBattleRecordReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaBattleRecordReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaBattleRecordReq) ProtoMessage() {}
|
|
|
|
func (x *RealArenaBattleRecordReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaBattleRecordReq.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaBattleRecordReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
type RealArenaBattleRecordResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Records []*DBRealArenaRecord `protobuf:"bytes,1,rep,name=records,proto3" json:"records"`
|
|
}
|
|
|
|
func (x *RealArenaBattleRecordResp) Reset() {
|
|
*x = RealArenaBattleRecordResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RealArenaBattleRecordResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RealArenaBattleRecordResp) ProtoMessage() {}
|
|
|
|
func (x *RealArenaBattleRecordResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RealArenaBattleRecordResp.ProtoReflect.Descriptor instead.
|
|
func (*RealArenaBattleRecordResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *RealArenaBattleRecordResp) GetRecords() []*DBRealArenaRecord {
|
|
if x != nil {
|
|
return x.Records
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//服务内部协议-------------------------------------------------------------
|
|
//实时竞技场离线委托通知
|
|
type RPC_RealArenaTrusteeshipReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
RoomId string `protobuf:"bytes,1,opt,name=RoomId,proto3" json:"RoomId"`
|
|
OffUid string `protobuf:"bytes,2,opt,name=OffUid,proto3" json:"OffUid"`
|
|
}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipReq) Reset() {
|
|
*x = RPC_RealArenaTrusteeshipReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RPC_RealArenaTrusteeshipReq) ProtoMessage() {}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RPC_RealArenaTrusteeshipReq.ProtoReflect.Descriptor instead.
|
|
func (*RPC_RealArenaTrusteeshipReq) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipReq) GetRoomId() string {
|
|
if x != nil {
|
|
return x.RoomId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipReq) GetOffUid() string {
|
|
if x != nil {
|
|
return x.OffUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type RPC_RealArenaTrusteeshipResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipResp) Reset() {
|
|
*x = RPC_RealArenaTrusteeshipResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_realarena_realarena_msg_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*RPC_RealArenaTrusteeshipResp) ProtoMessage() {}
|
|
|
|
func (x *RPC_RealArenaTrusteeshipResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_realarena_realarena_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 RPC_RealArenaTrusteeshipResp.ProtoReflect.Descriptor instead.
|
|
func (*RPC_RealArenaTrusteeshipResp) Descriptor() ([]byte, []int) {
|
|
return file_realarena_realarena_msg_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
var File_realarena_realarena_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_realarena_realarena_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1d, 0x72, 0x65, 0x61, 0x6c, 0x61, 0x72, 0x65, 0x6e, 0x61, 0x2f, 0x72, 0x65, 0x61, 0x6c,
|
|
0x61, 0x72, 0x65, 0x6e, 0x61, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
|
|
0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x72, 0x65, 0x61,
|
|
0x6c, 0x61, 0x72, 0x65, 0x6e, 0x61, 0x2f, 0x72, 0x65, 0x61, 0x6c, 0x61, 0x72, 0x65, 0x6e, 0x61,
|
|
0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x12, 0x0a, 0x10, 0x52, 0x65, 0x61,
|
|
0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x6b, 0x0a,
|
|
0x11, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0c, 0x2e, 0x44, 0x42, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x52, 0x04,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x69, 0x6d, 0x65,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x6e, 0x74, 0x69, 0x6d, 0x65,
|
|
0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x12, 0x0a, 0x10, 0x52, 0x65,
|
|
0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x22, 0x35,
|
|
0x0a, 0x11, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x52, 0x61, 0x6e, 0x6b, 0x52,
|
|
0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x52,
|
|
0x04, 0x72, 0x61, 0x6e, 0x6b, 0x22, 0x13, 0x0a, 0x11, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65,
|
|
0x6e, 0x61, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x22, 0x14, 0x0a, 0x12, 0x52, 0x65,
|
|
0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70,
|
|
0x22, 0x19, 0x0a, 0x17, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x4d, 0x61, 0x74,
|
|
0x63, 0x68, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x22, 0x1a, 0x0a, 0x18, 0x52,
|
|
0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x61, 0x6e,
|
|
0x63, 0x65, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x22, 0x3e, 0x0a, 0x16, 0x52, 0x65, 0x61, 0x6c, 0x41,
|
|
0x72, 0x65, 0x6e, 0x61, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x53, 0x75, 0x63, 0x63, 0x50, 0x75, 0x73,
|
|
0x68, 0x12, 0x24, 0x0a, 0x04, 0x72, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x10, 0x2e, 0x44, 0x42, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x52, 0x61, 0x63,
|
|
0x65, 0x52, 0x04, 0x72, 0x61, 0x63, 0x65, 0x22, 0x60, 0x0a, 0x1c, 0x52, 0x65, 0x61, 0x6c, 0x41,
|
|
0x72, 0x65, 0x6e, 0x61, 0x53, 0x74, 0x61, 0x72, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x48,
|
|
0x65, 0x72, 0x6f, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6e, 0x75, 0x6d,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6e, 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x63,
|
|
0x6f, 0x75, 0x6e, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09,
|
|
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x55, 0x0a, 0x1a, 0x52, 0x65, 0x61,
|
|
0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x54, 0x65, 0x61, 0x6d,
|
|
0x48, 0x65, 0x72, 0x6f, 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,
|
|
0x1f, 0x0a, 0x05, 0x68, 0x65, 0x72, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09,
|
|
0x2e, 0x48, 0x65, 0x72, 0x6f, 0x42, 0x61, 0x73, 0x65, 0x52, 0x05, 0x68, 0x65, 0x72, 0x6f, 0x73,
|
|
0x22, 0x1d, 0x0a, 0x1b, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x65, 0x6c,
|
|
0x65, 0x63, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x22,
|
|
0x4c, 0x0a, 0x17, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x65, 0x6c, 0x65,
|
|
0x63, 0x74, 0x48, 0x65, 0x72, 0x6f, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x05,
|
|
0x68, 0x65, 0x72, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x48, 0x65,
|
|
0x72, 0x6f, 0x42, 0x61, 0x73, 0x65, 0x52, 0x05, 0x68, 0x65, 0x72, 0x6f, 0x73, 0x22, 0x4f, 0x0a,
|
|
0x1d, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x74, 0x61, 0x72, 0x74, 0x44,
|
|
0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x48, 0x65, 0x72, 0x6f, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10,
|
|
0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64,
|
|
0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x22, 0x4b,
|
|
0x0a, 0x1b, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x44, 0x69, 0x73, 0x61, 0x62,
|
|
0x6c, 0x65, 0x54, 0x65, 0x61, 0x6d, 0x48, 0x65, 0x72, 0x6f, 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, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x1e, 0x0a, 0x1c, 0x52,
|
|
0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x54,
|
|
0x65, 0x61, 0x6d, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x22, 0x42, 0x0a, 0x18, 0x52,
|
|
0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x44, 0x69, 0x73, 0x61, 0x62, 0x6c, 0x65, 0x48,
|
|
0x65, 0x72, 0x6f, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64,
|
|
0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22,
|
|
0x3e, 0x0a, 0x1e, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x74, 0x61, 0x72,
|
|
0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x4c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x50, 0x75, 0x73,
|
|
0x68, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x64, 0x6f, 0x77, 0x6e, 0x22,
|
|
0x4c, 0x0a, 0x1c, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x65, 0x6c, 0x65,
|
|
0x63, 0x74, 0x54, 0x65, 0x61, 0x6d, 0x4c, 0x65, 0x61, 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, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x1f, 0x0a,
|
|
0x1d, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74,
|
|
0x54, 0x65, 0x61, 0x6d, 0x4c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x22, 0x43,
|
|
0x0a, 0x19, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x53, 0x65, 0x6c, 0x65, 0x63,
|
|
0x74, 0x4c, 0x65, 0x61, 0x64, 0x65, 0x72, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x75,
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a,
|
|
0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e,
|
|
0x64, 0x65, 0x78, 0x22, 0x9b, 0x01, 0x0a, 0x19, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e,
|
|
0x61, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 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, 0x18, 0x0a, 0x07, 0x77, 0x69, 0x6e,
|
|
0x73, 0x69, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x73,
|
|
0x69, 0x64, 0x65, 0x12, 0x24, 0x0a, 0x03, 0x72, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x12, 0x2e, 0x44, 0x42, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x4d, 0x65,
|
|
0x6d, 0x62, 0x65, 0x72, 0x52, 0x03, 0x72, 0x65, 0x64, 0x12, 0x26, 0x0a, 0x04, 0x62, 0x75, 0x6c,
|
|
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x44, 0x42, 0x52, 0x65, 0x61, 0x6c,
|
|
0x41, 0x72, 0x65, 0x6e, 0x61, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x04, 0x62, 0x75, 0x6c,
|
|
0x65, 0x22, 0x30, 0x0a, 0x16, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x42, 0x61,
|
|
0x74, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x69, 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, 0x19, 0x0a, 0x17, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61,
|
|
0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x22, 0x1a,
|
|
0x0a, 0x18, 0x52, 0x65, 0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x42, 0x61, 0x74, 0x74, 0x6c,
|
|
0x65, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x22, 0x49, 0x0a, 0x19, 0x52, 0x65,
|
|
0x61, 0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x63,
|
|
0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2c, 0x0a, 0x07, 0x72, 0x65, 0x63, 0x6f, 0x72,
|
|
0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x44, 0x42, 0x52, 0x65, 0x61,
|
|
0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x07, 0x72, 0x65,
|
|
0x63, 0x6f, 0x72, 0x64, 0x73, 0x22, 0x4d, 0x0a, 0x1b, 0x52, 0x50, 0x43, 0x5f, 0x52, 0x65, 0x61,
|
|
0x6c, 0x41, 0x72, 0x65, 0x6e, 0x61, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x65, 0x73, 0x68, 0x69,
|
|
0x70, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06,
|
|
0x4f, 0x66, 0x66, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x4f, 0x66,
|
|
0x66, 0x55, 0x69, 0x64, 0x22, 0x1e, 0x0a, 0x1c, 0x52, 0x50, 0x43, 0x5f, 0x52, 0x65, 0x61, 0x6c,
|
|
0x41, 0x72, 0x65, 0x6e, 0x61, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x65, 0x73, 0x68, 0x69, 0x70,
|
|
0x52, 0x65, 0x73, 0x70, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_realarena_realarena_msg_proto_rawDescOnce sync.Once
|
|
file_realarena_realarena_msg_proto_rawDescData = file_realarena_realarena_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_realarena_realarena_msg_proto_rawDescGZIP() []byte {
|
|
file_realarena_realarena_msg_proto_rawDescOnce.Do(func() {
|
|
file_realarena_realarena_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_realarena_realarena_msg_proto_rawDescData)
|
|
})
|
|
return file_realarena_realarena_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_realarena_realarena_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
|
|
var file_realarena_realarena_msg_proto_goTypes = []interface{}{
|
|
(*RealArenaInfoReq)(nil), // 0: RealArenaInfoReq
|
|
(*RealArenaInfoResp)(nil), // 1: RealArenaInfoResp
|
|
(*RealArenaRankReq)(nil), // 2: RealArenaRankReq
|
|
(*RealArenaRankResp)(nil), // 3: RealArenaRankResp
|
|
(*RealArenaMatchReq)(nil), // 4: RealArenaMatchReq
|
|
(*RealArenaMatchResp)(nil), // 5: RealArenaMatchResp
|
|
(*RealArenaMatchCancelReq)(nil), // 6: RealArenaMatchCancelReq
|
|
(*RealArenaMatchCancelResp)(nil), // 7: RealArenaMatchCancelResp
|
|
(*RealArenaMatchSuccPush)(nil), // 8: RealArenaMatchSuccPush
|
|
(*RealArenaStartSelectHeroPush)(nil), // 9: RealArenaStartSelectHeroPush
|
|
(*RealArenaSelectTeamHeroReq)(nil), // 10: RealArenaSelectTeamHeroReq
|
|
(*RealArenaSelectTeamHeroResp)(nil), // 11: RealArenaSelectTeamHeroResp
|
|
(*RealArenaSelectHeroPush)(nil), // 12: RealArenaSelectHeroPush
|
|
(*RealArenaStartDisableHeroPush)(nil), // 13: RealArenaStartDisableHeroPush
|
|
(*RealArenaDisableTeamHeroReq)(nil), // 14: RealArenaDisableTeamHeroReq
|
|
(*RealArenaDisableTeamHeroResp)(nil), // 15: RealArenaDisableTeamHeroResp
|
|
(*RealArenaDisableHeroPush)(nil), // 16: RealArenaDisableHeroPush
|
|
(*RealArenaStartSelectLeaderPush)(nil), // 17: RealArenaStartSelectLeaderPush
|
|
(*RealArenaSelectTeamLeaderReq)(nil), // 18: RealArenaSelectTeamLeaderReq
|
|
(*RealArenaSelectTeamLeaderResp)(nil), // 19: RealArenaSelectTeamLeaderResp
|
|
(*RealArenaSelectLeaderPush)(nil), // 20: RealArenaSelectLeaderPush
|
|
(*RealArenaBattleFinishPush)(nil), // 21: RealArenaBattleFinishPush
|
|
(*RealArenaBattleExitReq)(nil), // 22: RealArenaBattleExitReq
|
|
(*RealArenaBattleExitResp)(nil), // 23: RealArenaBattleExitResp
|
|
(*RealArenaBattleRecordReq)(nil), // 24: RealArenaBattleRecordReq
|
|
(*RealArenaBattleRecordResp)(nil), // 25: RealArenaBattleRecordResp
|
|
(*RPC_RealArenaTrusteeshipReq)(nil), // 26: RPC_RealArenaTrusteeshipReq
|
|
(*RPC_RealArenaTrusteeshipResp)(nil), // 27: RPC_RealArenaTrusteeshipResp
|
|
(*DBRealArena)(nil), // 28: DBRealArena
|
|
(*DBRealArenaRace)(nil), // 29: DBRealArenaRace
|
|
(*HeroBase)(nil), // 30: HeroBase
|
|
(*DBRealArenaMember)(nil), // 31: DBRealArenaMember
|
|
(*DBRealArenaRecord)(nil), // 32: DBRealArenaRecord
|
|
}
|
|
var file_realarena_realarena_msg_proto_depIdxs = []int32{
|
|
28, // 0: RealArenaInfoResp.info:type_name -> DBRealArena
|
|
28, // 1: RealArenaRankResp.rank:type_name -> DBRealArena
|
|
29, // 2: RealArenaMatchSuccPush.race:type_name -> DBRealArenaRace
|
|
30, // 3: RealArenaSelectTeamHeroReq.heros:type_name -> HeroBase
|
|
30, // 4: RealArenaSelectHeroPush.heros:type_name -> HeroBase
|
|
31, // 5: RealArenaBattleFinishPush.red:type_name -> DBRealArenaMember
|
|
31, // 6: RealArenaBattleFinishPush.bule:type_name -> DBRealArenaMember
|
|
32, // 7: RealArenaBattleRecordResp.records:type_name -> DBRealArenaRecord
|
|
8, // [8:8] is the sub-list for method output_type
|
|
8, // [8:8] is the sub-list for method input_type
|
|
8, // [8:8] is the sub-list for extension type_name
|
|
8, // [8:8] is the sub-list for extension extendee
|
|
0, // [0:8] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_realarena_realarena_msg_proto_init() }
|
|
func file_realarena_realarena_msg_proto_init() {
|
|
if File_realarena_realarena_msg_proto != nil {
|
|
return
|
|
}
|
|
file_comm_proto_init()
|
|
file_realarena_realarena_db_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_realarena_realarena_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaRankReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaRankResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaMatchReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaMatchResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaMatchCancelReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaMatchCancelResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaMatchSuccPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaStartSelectHeroPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaSelectTeamHeroReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaSelectTeamHeroResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaSelectHeroPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaStartDisableHeroPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaDisableTeamHeroReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaDisableTeamHeroResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaDisableHeroPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaStartSelectLeaderPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaSelectTeamLeaderReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaSelectTeamLeaderResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaSelectLeaderPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaBattleFinishPush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaBattleExitReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaBattleExitResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaBattleRecordReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RealArenaBattleRecordResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RPC_RealArenaTrusteeshipReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_realarena_realarena_msg_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*RPC_RealArenaTrusteeshipResp); 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_realarena_realarena_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 28,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_realarena_realarena_msg_proto_goTypes,
|
|
DependencyIndexes: file_realarena_realarena_msg_proto_depIdxs,
|
|
MessageInfos: file_realarena_realarena_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_realarena_realarena_msg_proto = out.File
|
|
file_realarena_realarena_msg_proto_rawDesc = nil
|
|
file_realarena_realarena_msg_proto_goTypes = nil
|
|
file_realarena_realarena_msg_proto_depIdxs = nil
|
|
}
|