// 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"` } 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 } // 挑战关卡 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"` //战报 } 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 } 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 []*UserAssets `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() []*UserAssets { 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 } 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 } 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 []*UserAssets `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() []*UserAssets { 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 []*UserAssets `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() []*UserAssets { 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, 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, 0x33, 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, 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, 0x57, 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, 0x22, 0x9e, 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, 0x23, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 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, 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, 0x2c, 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, 0x22, 0x9a, 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, 0x23, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 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, 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, 0x9b, 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, 0x23, 0x0a, 0x06, 0x72, 0x65, 0x77, 0x61, 0x72, 0x64, 0x18, 0x05, 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_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, 10) 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 (*DBMainline)(nil), // 10: DBMainline (*BattleFormation)(nil), // 11: BattleFormation (*BattleInfo)(nil), // 12: BattleInfo (*BattleReport)(nil), // 13: BattleReport (*UserAssets)(nil), // 14: UserAssets } var file_mainline_mainline_msg_proto_depIdxs = []int32{ 10, // 0: MainlineInfoResp.info:type_name -> DBMainline 11, // 1: MainlineChallengeReq.battle:type_name -> BattleFormation 12, // 2: MainlineChallengeResp.info:type_name -> BattleInfo 13, // 3: MainlineChallengeOverReq.report:type_name -> BattleReport 14, // 4: MainlineChallengeOverResp.reward:type_name -> UserAssets 14, // 5: MainlineLevelPassResp.reward:type_name -> UserAssets 14, // 6: MainlineReceiveAwardResp.reward:type_name -> UserAssets 7, // [7:7] is the sub-list for method output_type 7, // [7:7] is the sub-list for method input_type 7, // [7:7] is the sub-list for extension type_name 7, // [7:7] is the sub-list for extension extendee 0, // [0:7] 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_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 } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_mainline_mainline_msg_proto_rawDesc, NumEnums: 0, NumMessages: 10, 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 }