// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: storyline/storyline_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 StorylineInfoReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *StorylineInfoReq) Reset() { *x = StorylineInfoReq{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineInfoReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineInfoReq) ProtoMessage() {} func (x *StorylineInfoReq) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineInfoReq.ProtoReflect.Descriptor instead. func (*StorylineInfoReq) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{0} } //故事线 请求 回应 type StorylineInfoResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBStoryline `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` //英雄关卡信息 } func (x *StorylineInfoResp) Reset() { *x = StorylineInfoResp{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineInfoResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineInfoResp) ProtoMessage() {} func (x *StorylineInfoResp) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineInfoResp.ProtoReflect.Descriptor instead. func (*StorylineInfoResp) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{1} } func (x *StorylineInfoResp) GetInfo() *DBStoryline { if x != nil { return x.Info } return nil } //开启剧情 请求 type StorylineTurnonReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Heroid int32 `protobuf:"varint,1,opt,name=heroid,proto3" json:"heroid"` } func (x *StorylineTurnonReq) Reset() { *x = StorylineTurnonReq{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineTurnonReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineTurnonReq) ProtoMessage() {} func (x *StorylineTurnonReq) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineTurnonReq.ProtoReflect.Descriptor instead. func (*StorylineTurnonReq) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{2} } func (x *StorylineTurnonReq) GetHeroid() int32 { if x != nil { return x.Heroid } return 0 } //开启剧情 请求 type StorylineTurnonResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Heroid int32 `protobuf:"varint,1,opt,name=heroid,proto3" json:"heroid"` Info *DBStoryline `protobuf:"bytes,2,opt,name=info,proto3" json:"info"` //英雄关卡信息 } func (x *StorylineTurnonResp) Reset() { *x = StorylineTurnonResp{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineTurnonResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineTurnonResp) ProtoMessage() {} func (x *StorylineTurnonResp) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineTurnonResp.ProtoReflect.Descriptor instead. func (*StorylineTurnonResp) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{3} } func (x *StorylineTurnonResp) GetHeroid() int32 { if x != nil { return x.Heroid } return 0 } func (x *StorylineTurnonResp) GetInfo() *DBStoryline { if x != nil { return x.Info } return nil } //故事线 战斗 请求 type StorylineBattleReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"` //战斗类型 } func (x *StorylineBattleReq) Reset() { *x = StorylineBattleReq{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineBattleReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineBattleReq) ProtoMessage() {} func (x *StorylineBattleReq) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineBattleReq.ProtoReflect.Descriptor instead. func (*StorylineBattleReq) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{4} } func (x *StorylineBattleReq) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *StorylineBattleReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } //故事线 战斗 回应 type StorylineBattleResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` Info *BattleInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info"` //战斗信息 } func (x *StorylineBattleResp) Reset() { *x = StorylineBattleResp{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineBattleResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineBattleResp) ProtoMessage() {} func (x *StorylineBattleResp) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineBattleResp.ProtoReflect.Descriptor instead. func (*StorylineBattleResp) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{5} } func (x *StorylineBattleResp) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *StorylineBattleResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } //故事线 关卡完成 请求 type StorylineCompleteReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` Story int32 `protobuf:"varint,2,opt,name=story,proto3" json:"story"` Report *BattleReport `protobuf:"bytes,3,opt,name=report,proto3" json:"report"` //战报 打怪事件完成需要提交战报 } func (x *StorylineCompleteReq) Reset() { *x = StorylineCompleteReq{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineCompleteReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineCompleteReq) ProtoMessage() {} func (x *StorylineCompleteReq) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineCompleteReq.ProtoReflect.Descriptor instead. func (*StorylineCompleteReq) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{6} } func (x *StorylineCompleteReq) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *StorylineCompleteReq) GetStory() int32 { if x != nil { return x.Story } return 0 } func (x *StorylineCompleteReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } //故事线 关卡完成 回应 type StorylineCompleteResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level"` Story int32 `protobuf:"varint,2,opt,name=story,proto3" json:"story"` Award []*UserAssets `protobuf:"bytes,3,rep,name=award,proto3" json:"award"` //奖励 } func (x *StorylineCompleteResp) Reset() { *x = StorylineCompleteResp{} if protoimpl.UnsafeEnabled { mi := &file_storyline_storyline_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *StorylineCompleteResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*StorylineCompleteResp) ProtoMessage() {} func (x *StorylineCompleteResp) ProtoReflect() protoreflect.Message { mi := &file_storyline_storyline_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 StorylineCompleteResp.ProtoReflect.Descriptor instead. func (*StorylineCompleteResp) Descriptor() ([]byte, []int) { return file_storyline_storyline_msg_proto_rawDescGZIP(), []int{7} } func (x *StorylineCompleteResp) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *StorylineCompleteResp) GetStory() int32 { if x != nil { return x.Story } return 0 } func (x *StorylineCompleteResp) GetAward() []*UserAssets { if x != nil { return x.Award } return nil } var File_storyline_storyline_msg_proto protoreflect.FileDescriptor var file_storyline_storyline_msg_proto_rawDesc = []byte{ 0x0a, 0x1d, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x79, 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, 0x12, 0x0a, 0x10, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x35, 0x0a, 0x11, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x2c, 0x0a, 0x12, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x54, 0x75, 0x72, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x69, 0x64, 0x22, 0x4f, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x54, 0x75, 0x72, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x68, 0x65, 0x72, 0x6f, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x44, 0x42, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x54, 0x0a, 0x12, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x61, 0x74, 0x74, 0x6c, 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, 0x4c, 0x0a, 0x13, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 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, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x69, 0x0a, 0x14, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 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, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x79, 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, 0x66, 0x0a, 0x15, 0x53, 0x74, 0x6f, 0x72, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 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, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x21, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_storyline_storyline_msg_proto_rawDescOnce sync.Once file_storyline_storyline_msg_proto_rawDescData = file_storyline_storyline_msg_proto_rawDesc ) func file_storyline_storyline_msg_proto_rawDescGZIP() []byte { file_storyline_storyline_msg_proto_rawDescOnce.Do(func() { file_storyline_storyline_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_storyline_storyline_msg_proto_rawDescData) }) return file_storyline_storyline_msg_proto_rawDescData } var file_storyline_storyline_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_storyline_storyline_msg_proto_goTypes = []interface{}{ (*StorylineInfoReq)(nil), // 0: StorylineInfoReq (*StorylineInfoResp)(nil), // 1: StorylineInfoResp (*StorylineTurnonReq)(nil), // 2: StorylineTurnonReq (*StorylineTurnonResp)(nil), // 3: StorylineTurnonResp (*StorylineBattleReq)(nil), // 4: StorylineBattleReq (*StorylineBattleResp)(nil), // 5: StorylineBattleResp (*StorylineCompleteReq)(nil), // 6: StorylineCompleteReq (*StorylineCompleteResp)(nil), // 7: StorylineCompleteResp (*DBStoryline)(nil), // 8: DBStoryline (*BattleFormation)(nil), // 9: BattleFormation (*BattleInfo)(nil), // 10: BattleInfo (*BattleReport)(nil), // 11: BattleReport (*UserAssets)(nil), // 12: UserAssets } var file_storyline_storyline_msg_proto_depIdxs = []int32{ 8, // 0: StorylineInfoResp.info:type_name -> DBStoryline 8, // 1: StorylineTurnonResp.info:type_name -> DBStoryline 9, // 2: StorylineBattleReq.battle:type_name -> BattleFormation 10, // 3: StorylineBattleResp.info:type_name -> BattleInfo 11, // 4: StorylineCompleteReq.report:type_name -> BattleReport 12, // 5: StorylineCompleteResp.award:type_name -> UserAssets 6, // [6:6] is the sub-list for method output_type 6, // [6:6] is the sub-list for method input_type 6, // [6:6] is the sub-list for extension type_name 6, // [6:6] is the sub-list for extension extendee 0, // [0:6] is the sub-list for field type_name } func init() { file_storyline_storyline_msg_proto_init() } func file_storyline_storyline_msg_proto_init() { if File_storyline_storyline_msg_proto != nil { return } file_storyline_storyline_db_proto_init() file_battle_battle_msg_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_storyline_storyline_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineInfoReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineInfoResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineTurnonReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineTurnonResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineBattleReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineBattleResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineCompleteReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_storyline_storyline_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*StorylineCompleteResp); 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_storyline_storyline_msg_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_storyline_storyline_msg_proto_goTypes, DependencyIndexes: file_storyline_storyline_msg_proto_depIdxs, MessageInfos: file_storyline_storyline_msg_proto_msgTypes, }.Build() File_storyline_storyline_msg_proto = out.File file_storyline_storyline_msg_proto_rawDesc = nil file_storyline_storyline_msg_proto_goTypes = nil file_storyline_storyline_msg_proto_depIdxs = nil }