1982 lines
63 KiB
Go
1982 lines
63 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: mainline/mainline_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 MainlineInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *MainlineInfoReq) Reset() {
|
|
*x = MainlineInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineInfoReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
//主线关卡信息管理 回应
|
|
type MainlineInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBMainline `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
Conlds []*ConIProgress `protobuf:"bytes,2,rep,name=conlds,proto3" json:"conlds"` //子任务进度数据
|
|
}
|
|
|
|
func (x *MainlineInfoResp) Reset() {
|
|
*x = MainlineInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineInfoResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *MainlineInfoResp) GetInfo() *DBMainline {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineInfoResp) GetConlds() []*ConIProgress {
|
|
if x != nil {
|
|
return x.Conlds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 挑战关卡
|
|
type MainlineChallengeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` // 小关ID
|
|
Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"`
|
|
}
|
|
|
|
func (x *MainlineChallengeReq) Reset() {
|
|
*x = MainlineChallengeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineChallengeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineChallengeReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineChallengeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineChallengeReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineChallengeReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *MainlineChallengeReq) GetLevel() int32 {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineChallengeReq) GetBattle() *BattleFormation {
|
|
if x != nil {
|
|
return x.Battle
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineChallengeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
Level int32 `protobuf:"varint,2,opt,name=level,proto3" json:"level"` // 小关ID
|
|
}
|
|
|
|
func (x *MainlineChallengeResp) Reset() {
|
|
*x = MainlineChallengeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineChallengeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineChallengeResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineChallengeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineChallengeResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineChallengeResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *MainlineChallengeResp) GetInfo() *BattleInfo {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineChallengeResp) GetLevel() int32 {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//关卡战斗结束请求
|
|
type MainlineChallengeOverReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` // 小关ID
|
|
Report *BattleReport `protobuf:"bytes,2,opt,name=report,proto3" json:"report"` //战报
|
|
Pos *DBVector3 `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos"`
|
|
}
|
|
|
|
func (x *MainlineChallengeOverReq) Reset() {
|
|
*x = MainlineChallengeOverReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineChallengeOverReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineChallengeOverReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineChallengeOverReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineChallengeOverReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineChallengeOverReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *MainlineChallengeOverReq) GetLevel() int32 {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineChallengeOverReq) GetReport() *BattleReport {
|
|
if x != nil {
|
|
return x.Report
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineChallengeOverReq) GetPos() *DBVector3 {
|
|
if x != nil {
|
|
return x.Pos
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineChallengeOverResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` //小关ID
|
|
Star int32 `protobuf:"varint,2,opt,name=star,proto3" json:"star"` //通关星级
|
|
Reward []*UserAtno `protobuf:"bytes,3,rep,name=reward,proto3" json:"reward"` //奖励
|
|
UserExp int32 `protobuf:"varint,4,opt,name=userExp,proto3" json:"userExp"`
|
|
HeroExp int32 `protobuf:"varint,5,opt,name=heroExp,proto3" json:"heroExp"`
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) Reset() {
|
|
*x = MainlineChallengeOverResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineChallengeOverResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineChallengeOverResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineChallengeOverResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineChallengeOverResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) GetLevel() int32 {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) GetStar() int32 {
|
|
if x != nil {
|
|
return x.Star
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) GetUserExp() int32 {
|
|
if x != nil {
|
|
return x.UserExp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineChallengeOverResp) GetHeroExp() int32 {
|
|
if x != nil {
|
|
return x.HeroExp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//通关关卡 处理剧情和一些
|
|
type MainlineLevelPassReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` // 小关ID
|
|
Pos *DBVector3 `protobuf:"bytes,2,opt,name=pos,proto3" json:"pos"`
|
|
}
|
|
|
|
func (x *MainlineLevelPassReq) Reset() {
|
|
*x = MainlineLevelPassReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineLevelPassReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineLevelPassReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineLevelPassReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineLevelPassReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineLevelPassReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *MainlineLevelPassReq) GetLevel() int32 {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineLevelPassReq) GetPos() *DBVector3 {
|
|
if x != nil {
|
|
return x.Pos
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineLevelPassResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` //小关ID
|
|
Star int32 `protobuf:"varint,2,opt,name=star,proto3" json:"star"` //通关星级
|
|
Reward []*UserAtno `protobuf:"bytes,3,rep,name=reward,proto3" json:"reward"` //奖励
|
|
UserExp int32 `protobuf:"varint,4,opt,name=userExp,proto3" json:"userExp"`
|
|
HeroExp int32 `protobuf:"varint,5,opt,name=heroExp,proto3" json:"heroExp"`
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) Reset() {
|
|
*x = MainlineLevelPassResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineLevelPassResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineLevelPassResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineLevelPassResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineLevelPassResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) GetLevel() int32 {
|
|
if x != nil {
|
|
return x.Level
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) GetStar() int32 {
|
|
if x != nil {
|
|
return x.Star
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) GetUserExp() int32 {
|
|
if x != nil {
|
|
return x.UserExp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineLevelPassResp) GetHeroExp() int32 {
|
|
if x != nil {
|
|
return x.HeroExp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//奖励领取
|
|
type MainlineReceiveAwardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"` // 0 进度奖励 1 探索奖励 2组奖励
|
|
Chapter int32 `protobuf:"varint,2,opt,name=chapter,proto3" json:"chapter"` //章节id
|
|
Group int32 `protobuf:"varint,3,opt,name=group,proto3" json:"group"` //章节id
|
|
Stage int32 `protobuf:"varint,4,opt,name=stage,proto3" json:"stage"` //目标阶段
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardReq) Reset() {
|
|
*x = MainlineReceiveAwardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineReceiveAwardReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineReceiveAwardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineReceiveAwardReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineReceiveAwardReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardReq) GetRtype() int32 {
|
|
if x != nil {
|
|
return x.Rtype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardReq) GetChapter() int32 {
|
|
if x != nil {
|
|
return x.Chapter
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardReq) GetGroup() int32 {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardReq) GetStage() int32 {
|
|
if x != nil {
|
|
return x.Stage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//奖励领取
|
|
type MainlineReceiveAwardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Rtype int32 `protobuf:"varint,1,opt,name=rtype,proto3" json:"rtype"` // 0 进度奖励 1 探索奖励 2组奖励
|
|
Chapter int32 `protobuf:"varint,2,opt,name=chapter,proto3" json:"chapter"` //章节id
|
|
Group int32 `protobuf:"varint,3,opt,name=group,proto3" json:"group"` //章节id
|
|
Stage int32 `protobuf:"varint,4,opt,name=stage,proto3" json:"stage"` //目标阶段
|
|
Reward []*UserAtno `protobuf:"bytes,5,rep,name=reward,proto3" json:"reward"` //奖励
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) Reset() {
|
|
*x = MainlineReceiveAwardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineReceiveAwardResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineReceiveAwardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineReceiveAwardResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineReceiveAwardResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) GetRtype() int32 {
|
|
if x != nil {
|
|
return x.Rtype
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) GetChapter() int32 {
|
|
if x != nil {
|
|
return x.Chapter
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) GetGroup() int32 {
|
|
if x != nil {
|
|
return x.Group
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) GetStage() int32 {
|
|
if x != nil {
|
|
return x.Stage
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineReceiveAwardResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 获取商店信息
|
|
type MainlineShopReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *MainlineShopReq) Reset() {
|
|
*x = MainlineShopReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineShopReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineShopReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineShopReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineShopReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineShopReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
type MainlineShopResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBMainlineShop `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
}
|
|
|
|
func (x *MainlineShopResp) Reset() {
|
|
*x = MainlineShopResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineShopResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineShopResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineShopResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineShopResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineShopResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *MainlineShopResp) GetInfo() *DBMainlineShop {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 商店购买
|
|
type MainlineShopBuyReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Cid int32 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` // 配置表id
|
|
}
|
|
|
|
func (x *MainlineShopBuyReq) Reset() {
|
|
*x = MainlineShopBuyReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineShopBuyReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineShopBuyReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineShopBuyReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineShopBuyReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineShopBuyReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *MainlineShopBuyReq) GetCid() int32 {
|
|
if x != nil {
|
|
return x.Cid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MainlineShopBuyResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *DBMainlineShop `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
Item []*UserAtno `protobuf:"bytes,2,rep,name=item,proto3" json:"item"` // 购买获得的物品
|
|
}
|
|
|
|
func (x *MainlineShopBuyResp) Reset() {
|
|
*x = MainlineShopBuyResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineShopBuyResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineShopBuyResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineShopBuyResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineShopBuyResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineShopBuyResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *MainlineShopBuyResp) GetInfo() *DBMainlineShop {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineShopBuyResp) GetItem() []*UserAtno {
|
|
if x != nil {
|
|
return x.Item
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineShopChangePush struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Cid []int32 `protobuf:"varint,1,rep,packed,name=cid,proto3" json:"cid"` // 商店解锁数据变更推送
|
|
}
|
|
|
|
func (x *MainlineShopChangePush) Reset() {
|
|
*x = MainlineShopChangePush{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineShopChangePush) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineShopChangePush) ProtoMessage() {}
|
|
|
|
func (x *MainlineShopChangePush) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineShopChangePush.ProtoReflect.Descriptor instead.
|
|
func (*MainlineShopChangePush) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *MainlineShopChangePush) GetCid() []int32 {
|
|
if x != nil {
|
|
return x.Cid
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineTaskInfoReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
}
|
|
|
|
func (x *MainlineTaskInfoReq) Reset() {
|
|
*x = MainlineTaskInfoReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineTaskInfoReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineTaskInfoReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineTaskInfoReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineTaskInfoReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineTaskInfoReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
type MainlineTaskInfoResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Conlds []*ConIProgress `protobuf:"bytes,1,rep,name=conlds,proto3" json:"conlds"` //子任务进度数据
|
|
Tasks *DBMainTask `protobuf:"bytes,2,opt,name=tasks,proto3" json:"tasks"`
|
|
}
|
|
|
|
func (x *MainlineTaskInfoResp) Reset() {
|
|
*x = MainlineTaskInfoResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineTaskInfoResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineTaskInfoResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineTaskInfoResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineTaskInfoResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineTaskInfoResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *MainlineTaskInfoResp) GetConlds() []*ConIProgress {
|
|
if x != nil {
|
|
return x.Conlds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineTaskInfoResp) GetTasks() *DBMainTask {
|
|
if x != nil {
|
|
return x.Tasks
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//领奖 请求
|
|
type MainlineTaskReceiveReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveReq) Reset() {
|
|
*x = MainlineTaskReceiveReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineTaskReceiveReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineTaskReceiveReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineTaskReceiveReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineTaskReceiveReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveReq) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//领奖 请求回应
|
|
type MainlineTaskReceiveResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
|
|
Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveResp) Reset() {
|
|
*x = MainlineTaskReceiveResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineTaskReceiveResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineTaskReceiveResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineTaskReceiveResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineTaskReceiveResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveResp) GetId() int32 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineTaskReceiveResp) GetAward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineTaskChapteRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Chapteid int32 `protobuf:"varint,1,opt,name=chapteid,proto3" json:"chapteid"`
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardReq) Reset() {
|
|
*x = MainlineTaskChapteRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineTaskChapteRewardReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineTaskChapteRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineTaskChapteRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineTaskChapteRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardReq) GetChapteid() int32 {
|
|
if x != nil {
|
|
return x.Chapteid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//领奖 请求回应
|
|
type MainlineTaskChapteRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Task *DBMainTask `protobuf:"bytes,1,opt,name=task,proto3" json:"task"`
|
|
Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardResp) Reset() {
|
|
*x = MainlineTaskChapteRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineTaskChapteRewardResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineTaskChapteRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineTaskChapteRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineTaskChapteRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardResp) GetTask() *DBMainTask {
|
|
if x != nil {
|
|
return x.Task
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineTaskChapteRewardResp) GetAward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Award
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//boos 挑战
|
|
type MainlineBoosChallengeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Boosid int32 `protobuf:"varint,1,opt,name=boosid,proto3" json:"boosid"`
|
|
Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"`
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeReq) Reset() {
|
|
*x = MainlineBoosChallengeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineBoosChallengeReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineBoosChallengeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineBoosChallengeReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineBoosChallengeReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeReq) GetBoosid() int32 {
|
|
if x != nil {
|
|
return x.Boosid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeReq) GetBattle() *BattleFormation {
|
|
if x != nil {
|
|
return x.Battle
|
|
}
|
|
return nil
|
|
}
|
|
|
|
//boos 挑战回应
|
|
type MainlineBoosChallengeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
Boosid int32 `protobuf:"varint,2,opt,name=boosid,proto3" json:"boosid"`
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeResp) Reset() {
|
|
*x = MainlineBoosChallengeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineBoosChallengeResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineBoosChallengeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineBoosChallengeResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineBoosChallengeResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeResp) GetInfo() *BattleInfo {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeResp) GetBoosid() int32 {
|
|
if x != nil {
|
|
return x.Boosid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
//关卡战斗结束请求
|
|
type MainlineBoosChallengeOverReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Boosid int32 `protobuf:"varint,1,opt,name=boosid,proto3" json:"boosid"`
|
|
Report *BattleReport `protobuf:"bytes,2,opt,name=report,proto3" json:"report"` //战报
|
|
Pos *DBVector3 `protobuf:"bytes,3,opt,name=pos,proto3" json:"pos"`
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverReq) Reset() {
|
|
*x = MainlineBoosChallengeOverReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineBoosChallengeOverReq) ProtoMessage() {}
|
|
|
|
func (x *MainlineBoosChallengeOverReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineBoosChallengeOverReq.ProtoReflect.Descriptor instead.
|
|
func (*MainlineBoosChallengeOverReq) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverReq) GetBoosid() int32 {
|
|
if x != nil {
|
|
return x.Boosid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverReq) GetReport() *BattleReport {
|
|
if x != nil {
|
|
return x.Report
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverReq) GetPos() *DBVector3 {
|
|
if x != nil {
|
|
return x.Pos
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MainlineBoosChallengeOverResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Boosid int32 `protobuf:"varint,1,opt,name=boosid,proto3" json:"boosid"`
|
|
Reward []*UserAtno `protobuf:"bytes,2,rep,name=reward,proto3" json:"reward"` //奖励
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverResp) Reset() {
|
|
*x = MainlineBoosChallengeOverResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mainline_mainline_msg_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MainlineBoosChallengeOverResp) ProtoMessage() {}
|
|
|
|
func (x *MainlineBoosChallengeOverResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mainline_mainline_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 MainlineBoosChallengeOverResp.ProtoReflect.Descriptor instead.
|
|
func (*MainlineBoosChallengeOverResp) Descriptor() ([]byte, []int) {
|
|
return file_mainline_mainline_msg_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverResp) GetBoosid() int32 {
|
|
if x != nil {
|
|
return x.Boosid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MainlineBoosChallengeOverResp) GetReward() []*UserAtno {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_mainline_mainline_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_mainline_mainline_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x1b, 0x6d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x6d, 0x61, 0x69, 0x6e, 0x6c,
|
|
0x69, 0x6e, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x6d,
|
|
0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x6d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
|
|
0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x62, 0x75, 0x72, 0x69, 0x65,
|
|
0x64, 0x2f, 0x62, 0x75, 0x72, 0x69, 0x65, 0x64, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x1a, 0x17, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x2f, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65,
|
|
0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x11, 0x0a, 0x0f, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69,
|
|
0x6e, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x5a, 0x0a, 0x10, 0x4d, 0x61, 0x69,
|
|
0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1f, 0x0a,
|
|
0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x44, 0x42,
|
|
0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x25,
|
|
0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d,
|
|
0x2e, 0x43, 0x6f, 0x6e, 0x49, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x06, 0x63,
|
|
0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x22, 0x56, 0x0a, 0x14, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e,
|
|
0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a,
|
|
0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65,
|
|
0x76, 0x65, 0x6c, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d,
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x22, 0x4e, 0x0a,
|
|
0x15, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e,
|
|
0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66,
|
|
0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x22, 0x75, 0x0a,
|
|
0x18, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e,
|
|
0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76,
|
|
0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12,
|
|
0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
0x0d, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x06,
|
|
0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1c, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x03, 0x20,
|
|
0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x56, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x33, 0x52,
|
|
0x03, 0x70, 0x6f, 0x73, 0x22, 0x9c, 0x01, 0x0a, 0x19, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e,
|
|
0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x74, 0x61, 0x72,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x74, 0x61, 0x72, 0x12, 0x21, 0x0a, 0x06,
|
|
0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12,
|
|
0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x45, 0x78, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x45, 0x78, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x72,
|
|
0x6f, 0x45, 0x78, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x68, 0x65, 0x72, 0x6f,
|
|
0x45, 0x78, 0x70, 0x22, 0x4a, 0x0a, 0x14, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4c,
|
|
0x65, 0x76, 0x65, 0x6c, 0x50, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x6c,
|
|
0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65,
|
|
0x6c, 0x12, 0x1c, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a,
|
|
0x2e, 0x44, 0x42, 0x56, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x33, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x22,
|
|
0x98, 0x01, 0x0a, 0x15, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4c, 0x65, 0x76, 0x65,
|
|
0x6c, 0x50, 0x61, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76,
|
|
0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12,
|
|
0x12, 0x0a, 0x04, 0x73, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73,
|
|
0x74, 0x61, 0x72, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06,
|
|
0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x45, 0x78,
|
|
0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x75, 0x73, 0x65, 0x72, 0x45, 0x78, 0x70,
|
|
0x12, 0x18, 0x0a, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x45, 0x78, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
0x05, 0x52, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x45, 0x78, 0x70, 0x22, 0x75, 0x0a, 0x17, 0x4d, 0x61,
|
|
0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x41, 0x77, 0x61,
|
|
0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63,
|
|
0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x68,
|
|
0x61, 0x70, 0x74, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x73,
|
|
0x74, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x67,
|
|
0x65, 0x22, 0x99, 0x01, 0x0a, 0x18, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65,
|
|
0x63, 0x65, 0x69, 0x76, 0x65, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14,
|
|
0x0a, 0x05, 0x72, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x72,
|
|
0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x63, 0x68, 0x61, 0x70, 0x74, 0x65, 0x72, 0x12, 0x14,
|
|
0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x67,
|
|
0x72, 0x6f, 0x75, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x67, 0x65, 0x12, 0x21, 0x0a, 0x06, 0x72, 0x65,
|
|
0x77, 0x61, 0x72, 0x64, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65,
|
|
0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x22, 0x11, 0x0a,
|
|
0x0f, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x68, 0x6f, 0x70, 0x52, 0x65, 0x71,
|
|
0x22, 0x37, 0x0a, 0x10, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x68, 0x6f, 0x70,
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53,
|
|
0x68, 0x6f, 0x70, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x26, 0x0a, 0x12, 0x4d, 0x61, 0x69,
|
|
0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x68, 0x6f, 0x70, 0x42, 0x75, 0x79, 0x52, 0x65, 0x71, 0x12,
|
|
0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x63, 0x69,
|
|
0x64, 0x22, 0x59, 0x0a, 0x13, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x68, 0x6f,
|
|
0x70, 0x42, 0x75, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x23, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x69, 0x6e, 0x6c,
|
|
0x69, 0x6e, 0x65, 0x53, 0x68, 0x6f, 0x70, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a,
|
|
0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73,
|
|
0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x22, 0x2a, 0x0a, 0x16,
|
|
0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x68, 0x6f, 0x70, 0x43, 0x68, 0x61, 0x6e,
|
|
0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
0x03, 0x28, 0x05, 0x52, 0x03, 0x63, 0x69, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x4d, 0x61, 0x69, 0x6e,
|
|
0x6c, 0x69, 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22,
|
|
0x60, 0x0a, 0x14, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x25, 0x0a, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64,
|
|
0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x43, 0x6f, 0x6e, 0x49, 0x50, 0x72,
|
|
0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x6c, 0x64, 0x73, 0x12, 0x21,
|
|
0x0a, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e,
|
|
0x44, 0x42, 0x4d, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x05, 0x74, 0x61, 0x73, 0x6b,
|
|
0x73, 0x22, 0x28, 0x0a, 0x16, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x54, 0x61, 0x73,
|
|
0x6b, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x17, 0x4d,
|
|
0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69,
|
|
0x76, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18,
|
|
0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f,
|
|
0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x22, 0x39, 0x0a, 0x1b, 0x4d, 0x61, 0x69, 0x6e, 0x6c,
|
|
0x69, 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x43, 0x68, 0x61, 0x70, 0x74, 0x65, 0x52, 0x65, 0x77,
|
|
0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x68, 0x61, 0x70, 0x74, 0x65,
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x63, 0x68, 0x61, 0x70, 0x74, 0x65,
|
|
0x69, 0x64, 0x22, 0x60, 0x0a, 0x1c, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x54, 0x61,
|
|
0x73, 0x6b, 0x43, 0x68, 0x61, 0x70, 0x74, 0x65, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65,
|
|
0x73, 0x70, 0x12, 0x1f, 0x0a, 0x04, 0x74, 0x61, 0x73, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0b, 0x2e, 0x44, 0x42, 0x4d, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x04, 0x74,
|
|
0x61, 0x73, 0x6b, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61,
|
|
0x77, 0x61, 0x72, 0x64, 0x22, 0x5c, 0x0a, 0x18, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65,
|
|
0x42, 0x6f, 0x6f, 0x73, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71,
|
|
0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74,
|
|
0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c,
|
|
0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74,
|
|
0x6c, 0x65, 0x22, 0x54, 0x0a, 0x19, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x6f,
|
|
0x6f, 0x73, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e,
|
|
0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 0x22, 0x7b, 0x0a, 0x1c, 0x4d, 0x61, 0x69, 0x6e,
|
|
0x6c, 0x69, 0x6e, 0x65, 0x42, 0x6f, 0x6f, 0x73, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67,
|
|
0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, 0x73,
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64,
|
|
0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
0x32, 0x0d, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52,
|
|
0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1c, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x03,
|
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x56, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x33,
|
|
0x52, 0x03, 0x70, 0x6f, 0x73, 0x22, 0x5a, 0x0a, 0x1d, 0x4d, 0x61, 0x69, 0x6e, 0x6c, 0x69, 0x6e,
|
|
0x65, 0x42, 0x6f, 0x6f, 0x73, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76,
|
|
0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x73, 0x69, 0x64, 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, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x33,
|
|
}
|
|
|
|
var (
|
|
file_mainline_mainline_msg_proto_rawDescOnce sync.Once
|
|
file_mainline_mainline_msg_proto_rawDescData = file_mainline_mainline_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_mainline_mainline_msg_proto_rawDescGZIP() []byte {
|
|
file_mainline_mainline_msg_proto_rawDescOnce.Do(func() {
|
|
file_mainline_mainline_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_mainline_mainline_msg_proto_rawDescData)
|
|
})
|
|
return file_mainline_mainline_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_mainline_mainline_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
|
|
var file_mainline_mainline_msg_proto_goTypes = []interface{}{
|
|
(*MainlineInfoReq)(nil), // 0: MainlineInfoReq
|
|
(*MainlineInfoResp)(nil), // 1: MainlineInfoResp
|
|
(*MainlineChallengeReq)(nil), // 2: MainlineChallengeReq
|
|
(*MainlineChallengeResp)(nil), // 3: MainlineChallengeResp
|
|
(*MainlineChallengeOverReq)(nil), // 4: MainlineChallengeOverReq
|
|
(*MainlineChallengeOverResp)(nil), // 5: MainlineChallengeOverResp
|
|
(*MainlineLevelPassReq)(nil), // 6: MainlineLevelPassReq
|
|
(*MainlineLevelPassResp)(nil), // 7: MainlineLevelPassResp
|
|
(*MainlineReceiveAwardReq)(nil), // 8: MainlineReceiveAwardReq
|
|
(*MainlineReceiveAwardResp)(nil), // 9: MainlineReceiveAwardResp
|
|
(*MainlineShopReq)(nil), // 10: MainlineShopReq
|
|
(*MainlineShopResp)(nil), // 11: MainlineShopResp
|
|
(*MainlineShopBuyReq)(nil), // 12: MainlineShopBuyReq
|
|
(*MainlineShopBuyResp)(nil), // 13: MainlineShopBuyResp
|
|
(*MainlineShopChangePush)(nil), // 14: MainlineShopChangePush
|
|
(*MainlineTaskInfoReq)(nil), // 15: MainlineTaskInfoReq
|
|
(*MainlineTaskInfoResp)(nil), // 16: MainlineTaskInfoResp
|
|
(*MainlineTaskReceiveReq)(nil), // 17: MainlineTaskReceiveReq
|
|
(*MainlineTaskReceiveResp)(nil), // 18: MainlineTaskReceiveResp
|
|
(*MainlineTaskChapteRewardReq)(nil), // 19: MainlineTaskChapteRewardReq
|
|
(*MainlineTaskChapteRewardResp)(nil), // 20: MainlineTaskChapteRewardResp
|
|
(*MainlineBoosChallengeReq)(nil), // 21: MainlineBoosChallengeReq
|
|
(*MainlineBoosChallengeResp)(nil), // 22: MainlineBoosChallengeResp
|
|
(*MainlineBoosChallengeOverReq)(nil), // 23: MainlineBoosChallengeOverReq
|
|
(*MainlineBoosChallengeOverResp)(nil), // 24: MainlineBoosChallengeOverResp
|
|
(*DBMainline)(nil), // 25: DBMainline
|
|
(*ConIProgress)(nil), // 26: ConIProgress
|
|
(*BattleFormation)(nil), // 27: BattleFormation
|
|
(*BattleInfo)(nil), // 28: BattleInfo
|
|
(*BattleReport)(nil), // 29: BattleReport
|
|
(*DBVector3)(nil), // 30: DBVector3
|
|
(*UserAtno)(nil), // 31: UserAtno
|
|
(*DBMainlineShop)(nil), // 32: DBMainlineShop
|
|
(*DBMainTask)(nil), // 33: DBMainTask
|
|
}
|
|
var file_mainline_mainline_msg_proto_depIdxs = []int32{
|
|
25, // 0: MainlineInfoResp.info:type_name -> DBMainline
|
|
26, // 1: MainlineInfoResp.conlds:type_name -> ConIProgress
|
|
27, // 2: MainlineChallengeReq.battle:type_name -> BattleFormation
|
|
28, // 3: MainlineChallengeResp.info:type_name -> BattleInfo
|
|
29, // 4: MainlineChallengeOverReq.report:type_name -> BattleReport
|
|
30, // 5: MainlineChallengeOverReq.pos:type_name -> DBVector3
|
|
31, // 6: MainlineChallengeOverResp.reward:type_name -> UserAtno
|
|
30, // 7: MainlineLevelPassReq.pos:type_name -> DBVector3
|
|
31, // 8: MainlineLevelPassResp.reward:type_name -> UserAtno
|
|
31, // 9: MainlineReceiveAwardResp.reward:type_name -> UserAtno
|
|
32, // 10: MainlineShopResp.info:type_name -> DBMainlineShop
|
|
32, // 11: MainlineShopBuyResp.info:type_name -> DBMainlineShop
|
|
31, // 12: MainlineShopBuyResp.item:type_name -> UserAtno
|
|
26, // 13: MainlineTaskInfoResp.conlds:type_name -> ConIProgress
|
|
33, // 14: MainlineTaskInfoResp.tasks:type_name -> DBMainTask
|
|
31, // 15: MainlineTaskReceiveResp.award:type_name -> UserAtno
|
|
33, // 16: MainlineTaskChapteRewardResp.task:type_name -> DBMainTask
|
|
31, // 17: MainlineTaskChapteRewardResp.award:type_name -> UserAtno
|
|
27, // 18: MainlineBoosChallengeReq.battle:type_name -> BattleFormation
|
|
28, // 19: MainlineBoosChallengeResp.info:type_name -> BattleInfo
|
|
29, // 20: MainlineBoosChallengeOverReq.report:type_name -> BattleReport
|
|
30, // 21: MainlineBoosChallengeOverReq.pos:type_name -> DBVector3
|
|
31, // 22: MainlineBoosChallengeOverResp.reward:type_name -> UserAtno
|
|
23, // [23:23] is the sub-list for method output_type
|
|
23, // [23:23] is the sub-list for method input_type
|
|
23, // [23:23] is the sub-list for extension type_name
|
|
23, // [23:23] is the sub-list for extension extendee
|
|
0, // [0:23] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_mainline_mainline_msg_proto_init() }
|
|
func file_mainline_mainline_msg_proto_init() {
|
|
if File_mainline_mainline_msg_proto != nil {
|
|
return
|
|
}
|
|
file_mainline_mainline_db_proto_init()
|
|
file_buried_buried_db_proto_init()
|
|
file_battle_battle_msg_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_mainline_mainline_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineChallengeReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineChallengeResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineChallengeOverReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineChallengeOverResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineLevelPassReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineLevelPassResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineReceiveAwardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineReceiveAwardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineShopReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineShopResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineShopBuyReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineShopBuyResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineShopChangePush); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineTaskInfoReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineTaskInfoResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineTaskReceiveReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineTaskReceiveResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineTaskChapteRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineTaskChapteRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineBoosChallengeReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineBoosChallengeResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineBoosChallengeOverReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mainline_mainline_msg_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MainlineBoosChallengeOverResp); 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_mainline_mainline_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 25,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_mainline_mainline_msg_proto_goTypes,
|
|
DependencyIndexes: file_mainline_mainline_msg_proto_depIdxs,
|
|
MessageInfos: file_mainline_mainline_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_mainline_mainline_msg_proto = out.File
|
|
file_mainline_mainline_msg_proto_rawDesc = nil
|
|
file_mainline_mainline_msg_proto_goTypes = nil
|
|
file_mainline_mainline_msg_proto_depIdxs = nil
|
|
}
|