808 lines
25 KiB
Go
808 lines
25 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.0
|
|
// protoc v3.20.0
|
|
// source: mline/mline_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 MlineGetListReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CType int32 `protobuf:"varint,1,opt,name=cType,proto3" json:"cType"` // 章节类型
|
|
}
|
|
|
|
func (x *MlineGetListReq) Reset() {
|
|
*x = MlineGetListReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineGetListReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineGetListReq) ProtoMessage() {}
|
|
|
|
func (x *MlineGetListReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineGetListReq.ProtoReflect.Descriptor instead.
|
|
func (*MlineGetListReq) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *MlineGetListReq) GetCType() int32 {
|
|
if x != nil {
|
|
return x.CType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 返回进度信息
|
|
type MlineGetListResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*DBMline `protobuf:"bytes,1,rep,name=data,proto3" json:"data"`
|
|
}
|
|
|
|
func (x *MlineGetListResp) Reset() {
|
|
*x = MlineGetListResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineGetListResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineGetListResp) ProtoMessage() {}
|
|
|
|
func (x *MlineGetListResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineGetListResp.ProtoReflect.Descriptor instead.
|
|
func (*MlineGetListResp) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *MlineGetListResp) GetData() []*DBMline {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 领取关卡宝箱
|
|
type MlineGetRewardReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
CId int32 `protobuf:"varint,1,opt,name=cId,proto3" json:"cId"` // 章节配置表唯一ID
|
|
Star int32 `protobuf:"varint,2,opt,name=star,proto3" json:"star"` // 星级奖励
|
|
}
|
|
|
|
func (x *MlineGetRewardReq) Reset() {
|
|
*x = MlineGetRewardReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineGetRewardReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineGetRewardReq) ProtoMessage() {}
|
|
|
|
func (x *MlineGetRewardReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineGetRewardReq.ProtoReflect.Descriptor instead.
|
|
func (*MlineGetRewardReq) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *MlineGetRewardReq) GetCId() int32 {
|
|
if x != nil {
|
|
return x.CId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MlineGetRewardReq) GetStar() int32 {
|
|
if x != nil {
|
|
return x.Star
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MlineGetRewardResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBMline `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` //当前章节信息
|
|
Reward []*UserAssets `protobuf:"bytes,2,rep,name=reward,proto3" json:"reward"` // 奖励
|
|
}
|
|
|
|
func (x *MlineGetRewardResp) Reset() {
|
|
*x = MlineGetRewardResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineGetRewardResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineGetRewardResp) ProtoMessage() {}
|
|
|
|
func (x *MlineGetRewardResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineGetRewardResp.ProtoReflect.Descriptor instead.
|
|
func (*MlineGetRewardResp) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *MlineGetRewardResp) GetData() *DBMline {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MlineGetRewardResp) GetReward() []*UserAssets {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 挑战关卡
|
|
type MlineChallengeReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StageId int32 `protobuf:"varint,1,opt,name=stageId,proto3" json:"stageId"` // 小关ID
|
|
Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"`
|
|
}
|
|
|
|
func (x *MlineChallengeReq) Reset() {
|
|
*x = MlineChallengeReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineChallengeReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineChallengeReq) ProtoMessage() {}
|
|
|
|
func (x *MlineChallengeReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineChallengeReq.ProtoReflect.Descriptor instead.
|
|
func (*MlineChallengeReq) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *MlineChallengeReq) GetStageId() int32 {
|
|
if x != nil {
|
|
return x.StageId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MlineChallengeReq) GetBattle() *BattleFormation {
|
|
if x != nil {
|
|
return x.Battle
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MlineChallengeResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"`
|
|
StageId int32 `protobuf:"varint,2,opt,name=stageId,proto3" json:"stageId"` // 小关ID
|
|
}
|
|
|
|
func (x *MlineChallengeResp) Reset() {
|
|
*x = MlineChallengeResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineChallengeResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineChallengeResp) ProtoMessage() {}
|
|
|
|
func (x *MlineChallengeResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineChallengeResp.ProtoReflect.Descriptor instead.
|
|
func (*MlineChallengeResp) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *MlineChallengeResp) GetInfo() *BattleInfo {
|
|
if x != nil {
|
|
return x.Info
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MlineChallengeResp) GetStageId() int32 {
|
|
if x != nil {
|
|
return x.StageId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 客户端通知服务器打赢了
|
|
type MlineChallengeOverReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StageId int32 `protobuf:"varint,1,opt,name=stageId,proto3" json:"stageId"` // 小关ID
|
|
Report *BattleReport `protobuf:"bytes,3,opt,name=report,proto3" json:"report"` //战报
|
|
}
|
|
|
|
func (x *MlineChallengeOverReq) Reset() {
|
|
*x = MlineChallengeOverReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineChallengeOverReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineChallengeOverReq) ProtoMessage() {}
|
|
|
|
func (x *MlineChallengeOverReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineChallengeOverReq.ProtoReflect.Descriptor instead.
|
|
func (*MlineChallengeOverReq) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *MlineChallengeOverReq) GetStageId() int32 {
|
|
if x != nil {
|
|
return x.StageId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MlineChallengeOverReq) GetReport() *BattleReport {
|
|
if x != nil {
|
|
return x.Report
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MlineChallengeOverResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data *DBMline `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` //当前章节信息
|
|
Reward []*UserAssets `protobuf:"bytes,2,rep,name=reward,proto3" json:"reward"` // 奖励
|
|
}
|
|
|
|
func (x *MlineChallengeOverResp) Reset() {
|
|
*x = MlineChallengeOverResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineChallengeOverResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineChallengeOverResp) ProtoMessage() {}
|
|
|
|
func (x *MlineChallengeOverResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineChallengeOverResp.ProtoReflect.Descriptor instead.
|
|
func (*MlineChallengeOverResp) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *MlineChallengeOverResp) GetData() *DBMline {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *MlineChallengeOverResp) GetReward() []*UserAssets {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 扫荡关卡
|
|
type MlineCleanStageReq struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StageId int32 `protobuf:"varint,1,opt,name=stageId,proto3" json:"stageId"` // 小关ID
|
|
}
|
|
|
|
func (x *MlineCleanStageReq) Reset() {
|
|
*x = MlineCleanStageReq{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineCleanStageReq) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineCleanStageReq) ProtoMessage() {}
|
|
|
|
func (x *MlineCleanStageReq) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineCleanStageReq.ProtoReflect.Descriptor instead.
|
|
func (*MlineCleanStageReq) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *MlineCleanStageReq) GetStageId() int32 {
|
|
if x != nil {
|
|
return x.StageId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MlineCleanStageResp struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
StageId int32 `protobuf:"varint,1,opt,name=stageId,proto3" json:"stageId"` // 小关ID
|
|
Reward []*UserAssets `protobuf:"bytes,2,rep,name=reward,proto3" json:"reward"` // 奖励
|
|
}
|
|
|
|
func (x *MlineCleanStageResp) Reset() {
|
|
*x = MlineCleanStageResp{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_mline_mline_msg_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *MlineCleanStageResp) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*MlineCleanStageResp) ProtoMessage() {}
|
|
|
|
func (x *MlineCleanStageResp) ProtoReflect() protoreflect.Message {
|
|
mi := &file_mline_mline_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 MlineCleanStageResp.ProtoReflect.Descriptor instead.
|
|
func (*MlineCleanStageResp) Descriptor() ([]byte, []int) {
|
|
return file_mline_mline_msg_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *MlineCleanStageResp) GetStageId() int32 {
|
|
if x != nil {
|
|
return x.StageId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *MlineCleanStageResp) GetReward() []*UserAssets {
|
|
if x != nil {
|
|
return x.Reward
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_mline_mline_msg_proto protoreflect.FileDescriptor
|
|
|
|
var file_mline_mline_msg_proto_rawDesc = []byte{
|
|
0x0a, 0x15, 0x6d, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x6d, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6d, 0x73,
|
|
0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x14, 0x6d, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x6d,
|
|
0x6c, 0x69, 0x6e, 0x65, 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, 0x27, 0x0a, 0x0f, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69,
|
|
0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x54, 0x79, 0x70, 0x65, 0x22, 0x30, 0x0a, 0x10, 0x4d,
|
|
0x6c, 0x69, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
0x1c, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x08, 0x2e,
|
|
0x44, 0x42, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x39, 0x0a,
|
|
0x11, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52,
|
|
0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52,
|
|
0x03, 0x63, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x04, 0x73, 0x74, 0x61, 0x72, 0x22, 0x57, 0x0a, 0x12, 0x4d, 0x6c, 0x69, 0x6e,
|
|
0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c,
|
|
0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x44,
|
|
0x42, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x23, 0x0a, 0x06,
|
|
0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55,
|
|
0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72,
|
|
0x64, 0x22, 0x57, 0x0a, 0x11, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65,
|
|
0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 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, 0x4f, 0x0a, 0x12, 0x4d, 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, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01,
|
|
0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x15, 0x4d,
|
|
0x6c, 0x69, 0x6e, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65,
|
|
0x72, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65, 0x49, 0x64, 0x12, 0x25,
|
|
0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 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, 0x22, 0x5b, 0x0a, 0x16, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x68,
|
|
0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12,
|
|
0x1c, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e,
|
|
0x44, 0x42, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x23, 0x0a,
|
|
0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e,
|
|
0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x06, 0x72, 0x65, 0x77, 0x61,
|
|
0x72, 0x64, 0x22, 0x2e, 0x0a, 0x12, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6c, 0x65, 0x61, 0x6e,
|
|
0x53, 0x74, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x67,
|
|
0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67, 0x65,
|
|
0x49, 0x64, 0x22, 0x54, 0x0a, 0x13, 0x4d, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6c, 0x65, 0x61, 0x6e,
|
|
0x53, 0x74, 0x61, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61,
|
|
0x67, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x73, 0x74, 0x61, 0x67,
|
|
0x65, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20,
|
|
0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73,
|
|
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_mline_mline_msg_proto_rawDescOnce sync.Once
|
|
file_mline_mline_msg_proto_rawDescData = file_mline_mline_msg_proto_rawDesc
|
|
)
|
|
|
|
func file_mline_mline_msg_proto_rawDescGZIP() []byte {
|
|
file_mline_mline_msg_proto_rawDescOnce.Do(func() {
|
|
file_mline_mline_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_mline_mline_msg_proto_rawDescData)
|
|
})
|
|
return file_mline_mline_msg_proto_rawDescData
|
|
}
|
|
|
|
var file_mline_mline_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
|
var file_mline_mline_msg_proto_goTypes = []interface{}{
|
|
(*MlineGetListReq)(nil), // 0: MlineGetListReq
|
|
(*MlineGetListResp)(nil), // 1: MlineGetListResp
|
|
(*MlineGetRewardReq)(nil), // 2: MlineGetRewardReq
|
|
(*MlineGetRewardResp)(nil), // 3: MlineGetRewardResp
|
|
(*MlineChallengeReq)(nil), // 4: MlineChallengeReq
|
|
(*MlineChallengeResp)(nil), // 5: MlineChallengeResp
|
|
(*MlineChallengeOverReq)(nil), // 6: MlineChallengeOverReq
|
|
(*MlineChallengeOverResp)(nil), // 7: MlineChallengeOverResp
|
|
(*MlineCleanStageReq)(nil), // 8: MlineCleanStageReq
|
|
(*MlineCleanStageResp)(nil), // 9: MlineCleanStageResp
|
|
(*DBMline)(nil), // 10: DBMline
|
|
(*UserAssets)(nil), // 11: UserAssets
|
|
(*BattleFormation)(nil), // 12: BattleFormation
|
|
(*BattleInfo)(nil), // 13: BattleInfo
|
|
(*BattleReport)(nil), // 14: BattleReport
|
|
}
|
|
var file_mline_mline_msg_proto_depIdxs = []int32{
|
|
10, // 0: MlineGetListResp.data:type_name -> DBMline
|
|
10, // 1: MlineGetRewardResp.data:type_name -> DBMline
|
|
11, // 2: MlineGetRewardResp.reward:type_name -> UserAssets
|
|
12, // 3: MlineChallengeReq.battle:type_name -> BattleFormation
|
|
13, // 4: MlineChallengeResp.info:type_name -> BattleInfo
|
|
14, // 5: MlineChallengeOverReq.report:type_name -> BattleReport
|
|
10, // 6: MlineChallengeOverResp.data:type_name -> DBMline
|
|
11, // 7: MlineChallengeOverResp.reward:type_name -> UserAssets
|
|
11, // 8: MlineCleanStageResp.reward:type_name -> UserAssets
|
|
9, // [9:9] is the sub-list for method output_type
|
|
9, // [9:9] is the sub-list for method input_type
|
|
9, // [9:9] is the sub-list for extension type_name
|
|
9, // [9:9] is the sub-list for extension extendee
|
|
0, // [0:9] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_mline_mline_msg_proto_init() }
|
|
func file_mline_mline_msg_proto_init() {
|
|
if File_mline_mline_msg_proto != nil {
|
|
return
|
|
}
|
|
file_mline_mline_db_proto_init()
|
|
file_battle_battle_msg_proto_init()
|
|
file_comm_proto_init()
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_mline_mline_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineGetListReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineGetListResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineGetRewardReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineGetRewardResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineChallengeReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineChallengeResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineChallengeOverReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineChallengeOverResp); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineCleanStageReq); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_mline_mline_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*MlineCleanStageResp); 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_mline_mline_msg_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 10,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_mline_mline_msg_proto_goTypes,
|
|
DependencyIndexes: file_mline_mline_msg_proto_depIdxs,
|
|
MessageInfos: file_mline_mline_msg_proto_msgTypes,
|
|
}.Build()
|
|
File_mline_mline_msg_proto = out.File
|
|
file_mline_mline_msg_proto_rawDesc = nil
|
|
file_mline_mline_msg_proto_goTypes = nil
|
|
file_mline_mline_msg_proto_depIdxs = nil
|
|
}
|