// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: hunting/hunting_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 HuntingGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *HuntingGetListReq) Reset() { *x = HuntingGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingGetListReq) ProtoMessage() {} func (x *HuntingGetListReq) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingGetListReq.ProtoReflect.Descriptor instead. func (*HuntingGetListReq) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{0} } type HuntingGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBHunting `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *HuntingGetListResp) Reset() { *x = HuntingGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingGetListResp) ProtoMessage() {} func (x *HuntingGetListResp) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingGetListResp.ProtoReflect.Descriptor instead. func (*HuntingGetListResp) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{1} } func (x *HuntingGetListResp) GetData() *DBHunting { if x != nil { return x.Data } return nil } // 挑战 type HuntingChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BossType int32 `protobuf:"varint,1,opt,name=bossType,proto3" json:"bossType"` // boos 类型 Difficulty int32 `protobuf:"varint,2,opt,name=difficulty,proto3" json:"difficulty"` // 难度 Leadpos int32 `protobuf:"varint,3,opt,name=leadpos,proto3" json:"leadpos"` //队长位置 Teamids []string `protobuf:"bytes,4,rep,name=teamids,proto3" json:"teamids"` //阵容信息 } func (x *HuntingChallengeReq) Reset() { *x = HuntingChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingChallengeReq) ProtoMessage() {} func (x *HuntingChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingChallengeReq.ProtoReflect.Descriptor instead. func (*HuntingChallengeReq) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{2} } func (x *HuntingChallengeReq) GetBossType() int32 { if x != nil { return x.BossType } return 0 } func (x *HuntingChallengeReq) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } func (x *HuntingChallengeReq) GetLeadpos() int32 { if x != nil { return x.Leadpos } return 0 } func (x *HuntingChallengeReq) GetTeamids() []string { if x != nil { return x.Teamids } return nil } type HuntingChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *BattleInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` BossType int32 `protobuf:"varint,2,opt,name=bossType,proto3" json:"bossType"` // boos 类型 Difficulty int32 `protobuf:"varint,3,opt,name=difficulty,proto3" json:"difficulty"` // 难度 } func (x *HuntingChallengeResp) Reset() { *x = HuntingChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingChallengeResp) ProtoMessage() {} func (x *HuntingChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingChallengeResp.ProtoReflect.Descriptor instead. func (*HuntingChallengeResp) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{3} } func (x *HuntingChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } func (x *HuntingChallengeResp) GetBossType() int32 { if x != nil { return x.BossType } return 0 } func (x *HuntingChallengeResp) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } type HuntingChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BossType int32 `protobuf:"varint,1,opt,name=bossType,proto3" json:"bossType"` // boos 类型 Difficulty int32 `protobuf:"varint,2,opt,name=difficulty,proto3" json:"difficulty"` // 难度 Report *BattleReport `protobuf:"bytes,3,opt,name=report,proto3" json:"report"` //战报 } func (x *HuntingChallengeOverReq) Reset() { *x = HuntingChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingChallengeOverReq) ProtoMessage() {} func (x *HuntingChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingChallengeOverReq.ProtoReflect.Descriptor instead. func (*HuntingChallengeOverReq) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{4} } func (x *HuntingChallengeOverReq) GetBossType() int32 { if x != nil { return x.BossType } return 0 } func (x *HuntingChallengeOverReq) GetDifficulty() int32 { if x != nil { return x.Difficulty } return 0 } func (x *HuntingChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } // 客户端通知服务器打赢了 type HuntingChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBHunting `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *HuntingChallengeOverResp) Reset() { *x = HuntingChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingChallengeOverResp) ProtoMessage() {} func (x *HuntingChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingChallengeOverResp.ProtoReflect.Descriptor instead. func (*HuntingChallengeOverResp) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{5} } func (x *HuntingChallengeOverResp) GetData() *DBHunting { if x != nil { return x.Data } return nil } // 购买 type HuntingBuyReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count"` // 购买次数 } func (x *HuntingBuyReq) Reset() { *x = HuntingBuyReq{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingBuyReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingBuyReq) ProtoMessage() {} func (x *HuntingBuyReq) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingBuyReq.ProtoReflect.Descriptor instead. func (*HuntingBuyReq) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{6} } func (x *HuntingBuyReq) GetCount() int32 { if x != nil { return x.Count } return 0 } type HuntingBuyResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Data *DBHunting `protobuf:"bytes,1,opt,name=data,proto3" json:"data"` } func (x *HuntingBuyResp) Reset() { *x = HuntingBuyResp{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingBuyResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingBuyResp) ProtoMessage() {} func (x *HuntingBuyResp) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingBuyResp.ProtoReflect.Descriptor instead. func (*HuntingBuyResp) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{7} } func (x *HuntingBuyResp) GetData() *DBHunting { if x != nil { return x.Data } return nil } // 排行榜 type HuntingRankListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields BoosType int32 `protobuf:"varint,1,opt,name=boosType,proto3" json:"boosType"` // boss 类型 Friend bool `protobuf:"varint,2,opt,name=friend,proto3" json:"friend"` // 是否是好友榜 } func (x *HuntingRankListReq) Reset() { *x = HuntingRankListReq{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingRankListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingRankListReq) ProtoMessage() {} func (x *HuntingRankListReq) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingRankListReq.ProtoReflect.Descriptor instead. func (*HuntingRankListReq) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{8} } func (x *HuntingRankListReq) GetBoosType() int32 { if x != nil { return x.BoosType } return 0 } func (x *HuntingRankListReq) GetFriend() bool { if x != nil { return x.Friend } return false } type HuntingRankListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ranks []*DBHuntingRank `protobuf:"bytes,1,rep,name=ranks,proto3" json:"ranks"` // 排行数据 有序的 注意boss类型 } func (x *HuntingRankListResp) Reset() { *x = HuntingRankListResp{} if protoimpl.UnsafeEnabled { mi := &file_hunting_hunting_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *HuntingRankListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*HuntingRankListResp) ProtoMessage() {} func (x *HuntingRankListResp) ProtoReflect() protoreflect.Message { mi := &file_hunting_hunting_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 HuntingRankListResp.ProtoReflect.Descriptor instead. func (*HuntingRankListResp) Descriptor() ([]byte, []int) { return file_hunting_hunting_msg_proto_rawDescGZIP(), []int{9} } func (x *HuntingRankListResp) GetRanks() []*DBHuntingRank { if x != nil { return x.Ranks } return nil } var File_hunting_hunting_msg_proto protoreflect.FileDescriptor var file_hunting_hunting_msg_proto_rawDesc = []byte{ 0x0a, 0x19, 0x68, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x68, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x18, 0x68, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x68, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 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, 0x22, 0x13, 0x0a, 0x11, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x34, 0x0a, 0x12, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x85, 0x01, 0x0a, 0x13, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x6f, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x6f, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x6c, 0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6c, 0x65, 0x61, 0x64, 0x70, 0x6f, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x74, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x73, 0x22, 0x73, 0x0a, 0x14, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 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, 0x1a, 0x0a, 0x08, 0x62, 0x6f, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x6f, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x22, 0x7c, 0x0a, 0x17, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x6f, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x6f, 0x73, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x64, 0x69, 0x66, 0x66, 0x69, 0x63, 0x75, 0x6c, 0x74, 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, 0x3a, 0x0a, 0x18, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x25, 0x0a, 0x0d, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x79, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x30, 0x0a, 0x0e, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x42, 0x75, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x48, 0x0a, 0x12, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x62, 0x6f, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x62, 0x6f, 0x6f, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x22, 0x3b, 0x0a, 0x13, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x48, 0x75, 0x6e, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x6e, 0x6b, 0x52, 0x05, 0x72, 0x61, 0x6e, 0x6b, 0x73, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_hunting_hunting_msg_proto_rawDescOnce sync.Once file_hunting_hunting_msg_proto_rawDescData = file_hunting_hunting_msg_proto_rawDesc ) func file_hunting_hunting_msg_proto_rawDescGZIP() []byte { file_hunting_hunting_msg_proto_rawDescOnce.Do(func() { file_hunting_hunting_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_hunting_hunting_msg_proto_rawDescData) }) return file_hunting_hunting_msg_proto_rawDescData } var file_hunting_hunting_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 10) var file_hunting_hunting_msg_proto_goTypes = []interface{}{ (*HuntingGetListReq)(nil), // 0: HuntingGetListReq (*HuntingGetListResp)(nil), // 1: HuntingGetListResp (*HuntingChallengeReq)(nil), // 2: HuntingChallengeReq (*HuntingChallengeResp)(nil), // 3: HuntingChallengeResp (*HuntingChallengeOverReq)(nil), // 4: HuntingChallengeOverReq (*HuntingChallengeOverResp)(nil), // 5: HuntingChallengeOverResp (*HuntingBuyReq)(nil), // 6: HuntingBuyReq (*HuntingBuyResp)(nil), // 7: HuntingBuyResp (*HuntingRankListReq)(nil), // 8: HuntingRankListReq (*HuntingRankListResp)(nil), // 9: HuntingRankListResp (*DBHunting)(nil), // 10: DBHunting (*BattleInfo)(nil), // 11: BattleInfo (*BattleReport)(nil), // 12: BattleReport (*DBHuntingRank)(nil), // 13: DBHuntingRank } var file_hunting_hunting_msg_proto_depIdxs = []int32{ 10, // 0: HuntingGetListResp.data:type_name -> DBHunting 11, // 1: HuntingChallengeResp.info:type_name -> BattleInfo 12, // 2: HuntingChallengeOverReq.report:type_name -> BattleReport 10, // 3: HuntingChallengeOverResp.data:type_name -> DBHunting 10, // 4: HuntingBuyResp.data:type_name -> DBHunting 13, // 5: HuntingRankListResp.ranks:type_name -> DBHuntingRank 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_hunting_hunting_msg_proto_init() } func file_hunting_hunting_msg_proto_init() { if File_hunting_hunting_msg_proto != nil { return } file_hunting_hunting_db_proto_init() file_battle_battle_msg_proto_init() if !protoimpl.UnsafeEnabled { file_hunting_hunting_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingBuyReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingBuyResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingRankListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_hunting_hunting_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*HuntingRankListResp); 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_hunting_hunting_msg_proto_rawDesc, NumEnums: 0, NumMessages: 10, NumExtensions: 0, NumServices: 0, }, GoTypes: file_hunting_hunting_msg_proto_goTypes, DependencyIndexes: file_hunting_hunting_msg_proto_depIdxs, MessageInfos: file_hunting_hunting_msg_proto_msgTypes, }.Build() File_hunting_hunting_msg_proto = out.File file_hunting_hunting_msg_proto_rawDesc = nil file_hunting_hunting_msg_proto_goTypes = nil file_hunting_hunting_msg_proto_depIdxs = nil }