// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: whackamole/whackamole_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 WhackamoleInfoReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *WhackamoleInfoReq) Reset() { *x = WhackamoleInfoReq{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleInfoReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleInfoReq) ProtoMessage() {} func (x *WhackamoleInfoReq) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleInfoReq.ProtoReflect.Descriptor instead. func (*WhackamoleInfoReq) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{0} } type WhackamoleInfoResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBWhackamole `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` Award []*UserAtno `protobuf:"bytes,2,rep,name=award,proto3" json:"award"` //奖励 } func (x *WhackamoleInfoResp) Reset() { *x = WhackamoleInfoResp{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleInfoResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleInfoResp) ProtoMessage() {} func (x *WhackamoleInfoResp) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleInfoResp.ProtoReflect.Descriptor instead. func (*WhackamoleInfoResp) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{1} } func (x *WhackamoleInfoResp) GetInfo() *DBWhackamole { if x != nil { return x.Info } return nil } func (x *WhackamoleInfoResp) GetAward() []*UserAtno { if x != nil { return x.Award } return nil } //英雄上阵 type WhackamoleSuperiorReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Hid string `protobuf:"bytes,1,opt,name=hid,proto3" json:"hid"` //英雄id Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index"` //栏位坐标 } func (x *WhackamoleSuperiorReq) Reset() { *x = WhackamoleSuperiorReq{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleSuperiorReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleSuperiorReq) ProtoMessage() {} func (x *WhackamoleSuperiorReq) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleSuperiorReq.ProtoReflect.Descriptor instead. func (*WhackamoleSuperiorReq) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{2} } func (x *WhackamoleSuperiorReq) GetHid() string { if x != nil { return x.Hid } return "" } func (x *WhackamoleSuperiorReq) GetIndex() int32 { if x != nil { return x.Index } return 0 } type WhackamoleSuperiorResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Field *HeroField `protobuf:"bytes,1,opt,name=field,proto3" json:"field"` } func (x *WhackamoleSuperiorResp) Reset() { *x = WhackamoleSuperiorResp{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleSuperiorResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleSuperiorResp) ProtoMessage() {} func (x *WhackamoleSuperiorResp) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleSuperiorResp.ProtoReflect.Descriptor instead. func (*WhackamoleSuperiorResp) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{3} } func (x *WhackamoleSuperiorResp) GetField() *HeroField { if x != nil { return x.Field } return nil } //升级 type WhackamoleUpgradeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` } func (x *WhackamoleUpgradeReq) Reset() { *x = WhackamoleUpgradeReq{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleUpgradeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleUpgradeReq) ProtoMessage() {} func (x *WhackamoleUpgradeReq) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleUpgradeReq.ProtoReflect.Descriptor instead. func (*WhackamoleUpgradeReq) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{4} } func (x *WhackamoleUpgradeReq) GetIndex() int32 { if x != nil { return x.Index } return 0 } type WhackamoleUpgradeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Field *HeroField `protobuf:"bytes,1,opt,name=field,proto3" json:"field"` } func (x *WhackamoleUpgradeResp) Reset() { *x = WhackamoleUpgradeResp{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleUpgradeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleUpgradeResp) ProtoMessage() {} func (x *WhackamoleUpgradeResp) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleUpgradeResp.ProtoReflect.Descriptor instead. func (*WhackamoleUpgradeResp) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{5} } func (x *WhackamoleUpgradeResp) GetField() *HeroField { if x != nil { return x.Field } return nil } //觉醒 type WhackamoleAwakeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` } func (x *WhackamoleAwakeReq) Reset() { *x = WhackamoleAwakeReq{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleAwakeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleAwakeReq) ProtoMessage() {} func (x *WhackamoleAwakeReq) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleAwakeReq.ProtoReflect.Descriptor instead. func (*WhackamoleAwakeReq) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{6} } func (x *WhackamoleAwakeReq) GetIndex() int32 { if x != nil { return x.Index } return 0 } type WhackamoleAwakeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Hero *DBWHHero `protobuf:"bytes,1,opt,name=hero,proto3" json:"hero"` } func (x *WhackamoleAwakeResp) Reset() { *x = WhackamoleAwakeResp{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleAwakeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleAwakeResp) ProtoMessage() {} func (x *WhackamoleAwakeResp) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleAwakeResp.ProtoReflect.Descriptor instead. func (*WhackamoleAwakeResp) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{7} } func (x *WhackamoleAwakeResp) GetHero() *DBWHHero { if x != nil { return x.Hero } return nil } //关卡完成 type WhackamoleAwardReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` } func (x *WhackamoleAwardReq) Reset() { *x = WhackamoleAwardReq{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleAwardReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleAwardReq) ProtoMessage() {} func (x *WhackamoleAwardReq) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleAwardReq.ProtoReflect.Descriptor instead. func (*WhackamoleAwardReq) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{8} } func (x *WhackamoleAwardReq) GetId() int32 { if x != nil { return x.Id } return 0 } type WhackamoleAwardResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Award []*UserAtno `protobuf:"bytes,3,rep,name=award,proto3" json:"award"` //获取资源 } func (x *WhackamoleAwardResp) Reset() { *x = WhackamoleAwardResp{} if protoimpl.UnsafeEnabled { mi := &file_whackamole_whackamole_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WhackamoleAwardResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*WhackamoleAwardResp) ProtoMessage() {} func (x *WhackamoleAwardResp) ProtoReflect() protoreflect.Message { mi := &file_whackamole_whackamole_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 WhackamoleAwardResp.ProtoReflect.Descriptor instead. func (*WhackamoleAwardResp) Descriptor() ([]byte, []int) { return file_whackamole_whackamole_msg_proto_rawDescGZIP(), []int{9} } func (x *WhackamoleAwardResp) GetId() int32 { if x != nil { return x.Id } return 0 } func (x *WhackamoleAwardResp) GetAward() []*UserAtno { if x != nil { return x.Award } return nil } var File_whackamole_whackamole_msg_proto protoreflect.FileDescriptor var file_whackamole_whackamole_msg_proto_rawDesc = []byte{ 0x0a, 0x1f, 0x77, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x2f, 0x77, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x5f, 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x77, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x2f, 0x77, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x5f, 0x64, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x13, 0x0a, 0x11, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x22, 0x58, 0x0a, 0x12, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x21, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x44, 0x42, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x22, 0x3f, 0x0a, 0x15, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x53, 0x75, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x68, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x68, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x3a, 0x0a, 0x16, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x53, 0x75, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x22, 0x2c, 0x0a, 0x14, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x39, 0x0a, 0x15, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x20, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x22, 0x2a, 0x0a, 0x12, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x41, 0x77, 0x61, 0x6b, 0x65, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x34, 0x0a, 0x13, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x41, 0x77, 0x61, 0x6b, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x44, 0x42, 0x57, 0x48, 0x48, 0x65, 0x72, 0x6f, 0x52, 0x04, 0x68, 0x65, 0x72, 0x6f, 0x22, 0x24, 0x0a, 0x12, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x22, 0x46, 0x0a, 0x13, 0x57, 0x68, 0x61, 0x63, 0x6b, 0x61, 0x6d, 0x6f, 0x6c, 0x65, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 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_whackamole_whackamole_msg_proto_rawDescOnce sync.Once file_whackamole_whackamole_msg_proto_rawDescData = file_whackamole_whackamole_msg_proto_rawDesc ) func file_whackamole_whackamole_msg_proto_rawDescGZIP() []byte { file_whackamole_whackamole_msg_proto_rawDescOnce.Do(func() { file_whackamole_whackamole_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_whackamole_whackamole_msg_proto_rawDescData) }) return file_whackamole_whackamole_msg_proto_rawDescData } var file_whackamole_whackamole_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 10) var file_whackamole_whackamole_msg_proto_goTypes = []interface{}{ (*WhackamoleInfoReq)(nil), // 0: WhackamoleInfoReq (*WhackamoleInfoResp)(nil), // 1: WhackamoleInfoResp (*WhackamoleSuperiorReq)(nil), // 2: WhackamoleSuperiorReq (*WhackamoleSuperiorResp)(nil), // 3: WhackamoleSuperiorResp (*WhackamoleUpgradeReq)(nil), // 4: WhackamoleUpgradeReq (*WhackamoleUpgradeResp)(nil), // 5: WhackamoleUpgradeResp (*WhackamoleAwakeReq)(nil), // 6: WhackamoleAwakeReq (*WhackamoleAwakeResp)(nil), // 7: WhackamoleAwakeResp (*WhackamoleAwardReq)(nil), // 8: WhackamoleAwardReq (*WhackamoleAwardResp)(nil), // 9: WhackamoleAwardResp (*DBWhackamole)(nil), // 10: DBWhackamole (*UserAtno)(nil), // 11: UserAtno (*HeroField)(nil), // 12: HeroField (*DBWHHero)(nil), // 13: DBWHHero } var file_whackamole_whackamole_msg_proto_depIdxs = []int32{ 10, // 0: WhackamoleInfoResp.info:type_name -> DBWhackamole 11, // 1: WhackamoleInfoResp.award:type_name -> UserAtno 12, // 2: WhackamoleSuperiorResp.field:type_name -> HeroField 12, // 3: WhackamoleUpgradeResp.field:type_name -> HeroField 13, // 4: WhackamoleAwakeResp.hero:type_name -> DBWHHero 11, // 5: WhackamoleAwardResp.award:type_name -> UserAtno 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_whackamole_whackamole_msg_proto_init() } func file_whackamole_whackamole_msg_proto_init() { if File_whackamole_whackamole_msg_proto != nil { return } file_whackamole_whackamole_db_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_whackamole_whackamole_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleInfoReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleInfoResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleSuperiorReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleSuperiorResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleUpgradeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleUpgradeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleAwakeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleAwakeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleAwardReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_whackamole_whackamole_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WhackamoleAwardResp); 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_whackamole_whackamole_msg_proto_rawDesc, NumEnums: 0, NumMessages: 10, NumExtensions: 0, NumServices: 0, }, GoTypes: file_whackamole_whackamole_msg_proto_goTypes, DependencyIndexes: file_whackamole_whackamole_msg_proto_depIdxs, MessageInfos: file_whackamole_whackamole_msg_proto_msgTypes, }.Build() File_whackamole_whackamole_msg_proto = out.File file_whackamole_whackamole_msg_proto_rawDesc = nil file_whackamole_whackamole_msg_proto_goTypes = nil file_whackamole_whackamole_msg_proto_depIdxs = nil }