// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.28.0 // protoc v3.20.0 // source: plunder/plunder_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 PlunderGetListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PlunderGetListReq) Reset() { *x = PlunderGetListReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderGetListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderGetListReq) ProtoMessage() {} func (x *PlunderGetListReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderGetListReq.ProtoReflect.Descriptor instead. func (*PlunderGetListReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{0} } type PlunderGetListResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List *DBPlunder `protobuf:"bytes,1,opt,name=list,proto3" json:"list"` // 掠夺相关个人信息 Land *DBPlunderLand `protobuf:"bytes,2,opt,name=land,proto3" json:"land"` // 掠夺岛 } func (x *PlunderGetListResp) Reset() { *x = PlunderGetListResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderGetListResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderGetListResp) ProtoMessage() {} func (x *PlunderGetListResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderGetListResp.ProtoReflect.Descriptor instead. func (*PlunderGetListResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{1} } func (x *PlunderGetListResp) GetList() *DBPlunder { if x != nil { return x.List } return nil } func (x *PlunderGetListResp) GetLand() *DBPlunderLand { if x != nil { return x.Land } return nil } // 刷新货物 type PlunderRefreshReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PlunderRefreshReq) Reset() { *x = PlunderRefreshReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRefreshReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRefreshReq) ProtoMessage() {} func (x *PlunderRefreshReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderRefreshReq.ProtoReflect.Descriptor instead. func (*PlunderRefreshReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{2} } type PlunderRefreshResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Source []int32 `protobuf:"varint,1,rep,packed,name=source,proto3" json:"source"` // 货源列表 } func (x *PlunderRefreshResp) Reset() { *x = PlunderRefreshResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRefreshResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRefreshResp) ProtoMessage() {} func (x *PlunderRefreshResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderRefreshResp.ProtoReflect.Descriptor instead. func (*PlunderRefreshResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{3} } func (x *PlunderRefreshResp) GetSource() []int32 { if x != nil { return x.Source } return nil } // 战前准备 type PlunderChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` // source 货源列表对应的下标 Pos int32 `protobuf:"varint,2,opt,name=pos,proto3" json:"pos"` // 队列的位置 Battle *BattleFormation `protobuf:"bytes,3,opt,name=battle,proto3" json:"battle"` } func (x *PlunderChallengeReq) Reset() { *x = PlunderChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeReq) ProtoMessage() {} func (x *PlunderChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeReq.ProtoReflect.Descriptor instead. func (*PlunderChallengeReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{4} } func (x *PlunderChallengeReq) GetIndex() int32 { if x != nil { return x.Index } return 0 } func (x *PlunderChallengeReq) GetPos() int32 { if x != nil { return x.Pos } return 0 } func (x *PlunderChallengeReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } type PlunderChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` // source 货源列表对应的下标 Pos int32 `protobuf:"varint,2,opt,name=pos,proto3" json:"pos"` // 队列的位置 Info *BattleInfo `protobuf:"bytes,3,opt,name=info,proto3" json:"info"` } func (x *PlunderChallengeResp) Reset() { *x = PlunderChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeResp) ProtoMessage() {} func (x *PlunderChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeResp.ProtoReflect.Descriptor instead. func (*PlunderChallengeResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{5} } func (x *PlunderChallengeResp) GetIndex() int32 { if x != nil { return x.Index } return 0 } func (x *PlunderChallengeResp) GetPos() int32 { if x != nil { return x.Pos } return 0 } func (x *PlunderChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } // 船出发 type PlunderChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index"` // source 货源列表对应的下标 Pos int32 `protobuf:"varint,2,opt,name=pos,proto3" json:"pos"` // 队列的位置 Itype int32 `protobuf:"varint,3,opt,name=itype,proto3" json:"itype"` // 运输品质 Report *BattleReport `protobuf:"bytes,4,opt,name=report,proto3" json:"report"` //战报 } func (x *PlunderChallengeOverReq) Reset() { *x = PlunderChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeOverReq) ProtoMessage() {} func (x *PlunderChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeOverReq.ProtoReflect.Descriptor instead. func (*PlunderChallengeOverReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{6} } func (x *PlunderChallengeOverReq) GetIndex() int32 { if x != nil { return x.Index } return 0 } func (x *PlunderChallengeOverReq) GetPos() int32 { if x != nil { return x.Pos } return 0 } func (x *PlunderChallengeOverReq) GetItype() int32 { if x != nil { return x.Itype } return 0 } func (x *PlunderChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } type PlunderChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Line []*TransportLine `protobuf:"bytes,1,rep,name=line,proto3" json:"line"` // 运输队列 Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id Atno []*UserAtno `protobuf:"bytes,3,rep,name=atno,proto3" json:"atno"` // 奖励 Heroexp map[string]int32 `protobuf:"bytes,4,rep,name=heroexp,proto3" json:"heroexp" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 英雄获得经验 } func (x *PlunderChallengeOverResp) Reset() { *x = PlunderChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChallengeOverResp) ProtoMessage() {} func (x *PlunderChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderChallengeOverResp.ProtoReflect.Descriptor instead. func (*PlunderChallengeOverResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{7} } func (x *PlunderChallengeOverResp) GetLine() []*TransportLine { if x != nil { return x.Line } return nil } func (x *PlunderChallengeOverResp) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } func (x *PlunderChallengeOverResp) GetAtno() []*UserAtno { if x != nil { return x.Atno } return nil } func (x *PlunderChallengeOverResp) GetHeroexp() map[string]int32 { if x != nil { return x.Heroexp } return nil } // pvp 战斗 type PlunderPvpChallengeReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Battle *BattleFormation `protobuf:"bytes,2,opt,name=battle,proto3" json:"battle"` } func (x *PlunderPvpChallengeReq) Reset() { *x = PlunderPvpChallengeReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderPvpChallengeReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderPvpChallengeReq) ProtoMessage() {} func (x *PlunderPvpChallengeReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderPvpChallengeReq.ProtoReflect.Descriptor instead. func (*PlunderPvpChallengeReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{8} } func (x *PlunderPvpChallengeReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *PlunderPvpChallengeReq) GetBattle() *BattleFormation { if x != nil { return x.Battle } return nil } type PlunderPvpChallengeResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Info *BattleInfo `protobuf:"bytes,2,opt,name=info,proto3" json:"info"` } func (x *PlunderPvpChallengeResp) Reset() { *x = PlunderPvpChallengeResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderPvpChallengeResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderPvpChallengeResp) ProtoMessage() {} func (x *PlunderPvpChallengeResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_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 PlunderPvpChallengeResp.ProtoReflect.Descriptor instead. func (*PlunderPvpChallengeResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{9} } func (x *PlunderPvpChallengeResp) GetOid() string { if x != nil { return x.Oid } return "" } func (x *PlunderPvpChallengeResp) GetInfo() *BattleInfo { if x != nil { return x.Info } return nil } // pvp 战斗 结束 type PlunderPvpChallengeOverReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid string `protobuf:"bytes,1,opt,name=oid,proto3" json:"oid"` Report *BattleReport `protobuf:"bytes,2,opt,name=report,proto3" json:"report"` //战报 } func (x *PlunderPvpChallengeOverReq) Reset() { *x = PlunderPvpChallengeOverReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderPvpChallengeOverReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderPvpChallengeOverReq) ProtoMessage() {} func (x *PlunderPvpChallengeOverReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[10] 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 PlunderPvpChallengeOverReq.ProtoReflect.Descriptor instead. func (*PlunderPvpChallengeOverReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{10} } func (x *PlunderPvpChallengeOverReq) GetOid() string { if x != nil { return x.Oid } return "" } func (x *PlunderPvpChallengeOverReq) GetReport() *BattleReport { if x != nil { return x.Report } return nil } type PlunderPvpChallengeOverResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Atno []*UserAtno `protobuf:"bytes,1,rep,name=atno,proto3" json:"atno"` // 奖励 } func (x *PlunderPvpChallengeOverResp) Reset() { *x = PlunderPvpChallengeOverResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderPvpChallengeOverResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderPvpChallengeOverResp) ProtoMessage() {} func (x *PlunderPvpChallengeOverResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[11] 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 PlunderPvpChallengeOverResp.ProtoReflect.Descriptor instead. func (*PlunderPvpChallengeOverResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{11} } func (x *PlunderPvpChallengeOverResp) GetAtno() []*UserAtno { if x != nil { return x.Atno } return nil } // 船到达 type PlunderReachReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid []string `protobuf:"bytes,1,rep,name=oid,proto3" json:"oid"` // 船唯一id } func (x *PlunderReachReq) Reset() { *x = PlunderReachReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderReachReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderReachReq) ProtoMessage() {} func (x *PlunderReachReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[12] 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 PlunderReachReq.ProtoReflect.Descriptor instead. func (*PlunderReachReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{12} } func (x *PlunderReachReq) GetOid() []string { if x != nil { return x.Oid } return nil } type PlunderReachResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Line []*TransportLine `protobuf:"bytes,1,rep,name=line,proto3" json:"line"` // 运输队列 Atno []*UserAtno `protobuf:"bytes,2,rep,name=atno,proto3" json:"atno"` // 奖励 Oid []string `protobuf:"bytes,3,rep,name=oid,proto3" json:"oid"` // 船唯一id } func (x *PlunderReachResp) Reset() { *x = PlunderReachResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderReachResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderReachResp) ProtoMessage() {} func (x *PlunderReachResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[13] 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 PlunderReachResp.ProtoReflect.Descriptor instead. func (*PlunderReachResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{13} } func (x *PlunderReachResp) GetLine() []*TransportLine { if x != nil { return x.Line } return nil } func (x *PlunderReachResp) GetAtno() []*UserAtno { if x != nil { return x.Atno } return nil } func (x *PlunderReachResp) GetOid() []string { if x != nil { return x.Oid } return nil } // 修改状态 type PlunderClientTagReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Oid []string `protobuf:"bytes,1,rep,name=oid,proto3" json:"oid"` // 船唯一id } func (x *PlunderClientTagReq) Reset() { *x = PlunderClientTagReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderClientTagReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderClientTagReq) ProtoMessage() {} func (x *PlunderClientTagReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[14] 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 PlunderClientTagReq.ProtoReflect.Descriptor instead. func (*PlunderClientTagReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{14} } func (x *PlunderClientTagReq) GetOid() []string { if x != nil { return x.Oid } return nil } type PlunderClientTagResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id } func (x *PlunderClientTagResp) Reset() { *x = PlunderClientTagResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderClientTagResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderClientTagResp) ProtoMessage() {} func (x *PlunderClientTagResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[15] 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 PlunderClientTagResp.ProtoReflect.Descriptor instead. func (*PlunderClientTagResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{15} } func (x *PlunderClientTagResp) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } // 船数据变化消息推送 type PlunderChangePush struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Ship map[string]*ShipData `protobuf:"bytes,2,rep,name=ship,proto3" json:"ship" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 运输的船 key 唯一id } func (x *PlunderChangePush) Reset() { *x = PlunderChangePush{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderChangePush) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderChangePush) ProtoMessage() {} func (x *PlunderChangePush) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[16] 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 PlunderChangePush.ProtoReflect.Descriptor instead. func (*PlunderChangePush) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{16} } func (x *PlunderChangePush) GetShip() map[string]*ShipData { if x != nil { return x.Ship } return nil } // 解锁 type PlunderUnlockReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Pos int32 `protobuf:"varint,1,opt,name=pos,proto3" json:"pos"` // } func (x *PlunderUnlockReq) Reset() { *x = PlunderUnlockReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderUnlockReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderUnlockReq) ProtoMessage() {} func (x *PlunderUnlockReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[17] 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 PlunderUnlockReq.ProtoReflect.Descriptor instead. func (*PlunderUnlockReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{17} } func (x *PlunderUnlockReq) GetPos() int32 { if x != nil { return x.Pos } return 0 } type PlunderUnlockResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Line []*TransportLine `protobuf:"bytes,1,rep,name=line,proto3" json:"line"` // 运输队列 } func (x *PlunderUnlockResp) Reset() { *x = PlunderUnlockResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderUnlockResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderUnlockResp) ProtoMessage() {} func (x *PlunderUnlockResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[18] 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 PlunderUnlockResp.ProtoReflect.Descriptor instead. func (*PlunderUnlockResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{18} } func (x *PlunderUnlockResp) GetLine() []*TransportLine { if x != nil { return x.Line } return nil } type PlunderDevelopReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Cid int32 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` // } func (x *PlunderDevelopReq) Reset() { *x = PlunderDevelopReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderDevelopReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderDevelopReq) ProtoMessage() {} func (x *PlunderDevelopReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[19] 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 PlunderDevelopReq.ProtoReflect.Descriptor instead. func (*PlunderDevelopReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{19} } func (x *PlunderDevelopReq) GetCid() int32 { if x != nil { return x.Cid } return 0 } type PlunderDevelopResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Develop map[int32]int32 `protobuf:"bytes,1,rep,name=develop,proto3" json:"develop" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 海航术 } func (x *PlunderDevelopResp) Reset() { *x = PlunderDevelopResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderDevelopResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderDevelopResp) ProtoMessage() {} func (x *PlunderDevelopResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[20] 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 PlunderDevelopResp.ProtoReflect.Descriptor instead. func (*PlunderDevelopResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{20} } func (x *PlunderDevelopResp) GetDevelop() map[int32]int32 { if x != nil { return x.Develop } return nil } type PlunderRecordReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PlunderRecordReq) Reset() { *x = PlunderRecordReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRecordReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRecordReq) ProtoMessage() {} func (x *PlunderRecordReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[21] 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 PlunderRecordReq.ProtoReflect.Descriptor instead. func (*PlunderRecordReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{21} } type PlunderRecordResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Info *DBPlunderRecord `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` // 航海要事 } func (x *PlunderRecordResp) Reset() { *x = PlunderRecordResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRecordResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRecordResp) ProtoMessage() {} func (x *PlunderRecordResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[22] 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 PlunderRecordResp.ProtoReflect.Descriptor instead. func (*PlunderRecordResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{22} } func (x *PlunderRecordResp) GetInfo() *DBPlunderRecord { if x != nil { return x.Info } return nil } // 获取玩家积分信息 type PlunderRankSocreReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *PlunderRankSocreReq) Reset() { *x = PlunderRankSocreReq{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRankSocreReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRankSocreReq) ProtoMessage() {} func (x *PlunderRankSocreReq) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[23] 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 PlunderRankSocreReq.ProtoReflect.Descriptor instead. func (*PlunderRankSocreReq) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{23} } type PlunderRankSocreResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Score map[string]int32 `protobuf:"bytes,1,rep,name=score,proto3" json:"score" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // 排行榜积分用 } func (x *PlunderRankSocreResp) Reset() { *x = PlunderRankSocreResp{} if protoimpl.UnsafeEnabled { mi := &file_plunder_plunder_msg_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PlunderRankSocreResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PlunderRankSocreResp) ProtoMessage() {} func (x *PlunderRankSocreResp) ProtoReflect() protoreflect.Message { mi := &file_plunder_plunder_msg_proto_msgTypes[24] 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 PlunderRankSocreResp.ProtoReflect.Descriptor instead. func (*PlunderRankSocreResp) Descriptor() ([]byte, []int) { return file_plunder_plunder_msg_proto_rawDescGZIP(), []int{24} } func (x *PlunderRankSocreResp) GetScore() map[string]int32 { if x != nil { return x.Score } return nil } var File_plunder_plunder_msg_proto protoreflect.FileDescriptor var file_plunder_plunder_msg_proto_rawDesc = []byte{ 0x0a, 0x19, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x5f, 0x6d, 0x73, 0x67, 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, 0x18, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 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, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x22, 0x58, 0x0a, 0x12, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1e, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x44, 0x42, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x04, 0x6c, 0x61, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x44, 0x42, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x4c, 0x61, 0x6e, 0x64, 0x52, 0x04, 0x6c, 0x61, 0x6e, 0x64, 0x22, 0x13, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x71, 0x22, 0x2c, 0x0a, 0x12, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x67, 0x0a, 0x13, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 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, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x03, 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, 0x5f, 0x0a, 0x14, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x12, 0x1f, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x7e, 0x0a, 0x17, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 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, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x69, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a, 0x06, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 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, 0xd8, 0x02, 0x0a, 0x18, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x37, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x12, 0x40, 0x0a, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x48, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, 0x72, 0x6f, 0x65, 0x78, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x54, 0x0a, 0x16, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x50, 0x76, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x12, 0x28, 0x0a, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x42, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x62, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x22, 0x4c, 0x0a, 0x17, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x50, 0x76, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 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, 0x55, 0x0a, 0x1a, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x50, 0x76, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 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, 0x3c, 0x0a, 0x1b, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x50, 0x76, 0x70, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x22, 0x23, 0x0a, 0x0f, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x67, 0x0a, 0x10, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x61, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x1d, 0x0a, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x74, 0x6e, 0x6f, 0x52, 0x04, 0x61, 0x74, 0x6e, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x27, 0x0a, 0x13, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x6f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x6f, 0x69, 0x64, 0x22, 0x8f, 0x01, 0x0a, 0x14, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x89, 0x01, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x12, 0x30, 0x0a, 0x04, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x75, 0x73, 0x68, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x73, 0x68, 0x69, 0x70, 0x1a, 0x42, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x53, 0x68, 0x69, 0x70, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x24, 0x0a, 0x10, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x6f, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x70, 0x6f, 0x73, 0x22, 0x37, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x55, 0x6e, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x12, 0x22, 0x0a, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x69, 0x6e, 0x65, 0x52, 0x04, 0x6c, 0x69, 0x6e, 0x65, 0x22, 0x25, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x44, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x63, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x63, 0x69, 0x64, 0x22, 0x8c, 0x01, 0x0a, 0x12, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x44, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x07, 0x64, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x44, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x44, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x64, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x1a, 0x3a, 0x0a, 0x0c, 0x44, 0x65, 0x76, 0x65, 0x6c, 0x6f, 0x70, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x12, 0x0a, 0x10, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x71, 0x22, 0x39, 0x0a, 0x11, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x24, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x44, 0x42, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0x15, 0x0a, 0x13, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x61, 0x6e, 0x6b, 0x53, 0x6f, 0x63, 0x72, 0x65, 0x52, 0x65, 0x71, 0x22, 0x88, 0x01, 0x0a, 0x14, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x61, 0x6e, 0x6b, 0x53, 0x6f, 0x63, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x12, 0x36, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x50, 0x6c, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x52, 0x61, 0x6e, 0x6b, 0x53, 0x6f, 0x63, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x1a, 0x38, 0x0a, 0x0a, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_plunder_plunder_msg_proto_rawDescOnce sync.Once file_plunder_plunder_msg_proto_rawDescData = file_plunder_plunder_msg_proto_rawDesc ) func file_plunder_plunder_msg_proto_rawDescGZIP() []byte { file_plunder_plunder_msg_proto_rawDescOnce.Do(func() { file_plunder_plunder_msg_proto_rawDescData = protoimpl.X.CompressGZIP(file_plunder_plunder_msg_proto_rawDescData) }) return file_plunder_plunder_msg_proto_rawDescData } var file_plunder_plunder_msg_proto_msgTypes = make([]protoimpl.MessageInfo, 31) var file_plunder_plunder_msg_proto_goTypes = []interface{}{ (*PlunderGetListReq)(nil), // 0: PlunderGetListReq (*PlunderGetListResp)(nil), // 1: PlunderGetListResp (*PlunderRefreshReq)(nil), // 2: PlunderRefreshReq (*PlunderRefreshResp)(nil), // 3: PlunderRefreshResp (*PlunderChallengeReq)(nil), // 4: PlunderChallengeReq (*PlunderChallengeResp)(nil), // 5: PlunderChallengeResp (*PlunderChallengeOverReq)(nil), // 6: PlunderChallengeOverReq (*PlunderChallengeOverResp)(nil), // 7: PlunderChallengeOverResp (*PlunderPvpChallengeReq)(nil), // 8: PlunderPvpChallengeReq (*PlunderPvpChallengeResp)(nil), // 9: PlunderPvpChallengeResp (*PlunderPvpChallengeOverReq)(nil), // 10: PlunderPvpChallengeOverReq (*PlunderPvpChallengeOverResp)(nil), // 11: PlunderPvpChallengeOverResp (*PlunderReachReq)(nil), // 12: PlunderReachReq (*PlunderReachResp)(nil), // 13: PlunderReachResp (*PlunderClientTagReq)(nil), // 14: PlunderClientTagReq (*PlunderClientTagResp)(nil), // 15: PlunderClientTagResp (*PlunderChangePush)(nil), // 16: PlunderChangePush (*PlunderUnlockReq)(nil), // 17: PlunderUnlockReq (*PlunderUnlockResp)(nil), // 18: PlunderUnlockResp (*PlunderDevelopReq)(nil), // 19: PlunderDevelopReq (*PlunderDevelopResp)(nil), // 20: PlunderDevelopResp (*PlunderRecordReq)(nil), // 21: PlunderRecordReq (*PlunderRecordResp)(nil), // 22: PlunderRecordResp (*PlunderRankSocreReq)(nil), // 23: PlunderRankSocreReq (*PlunderRankSocreResp)(nil), // 24: PlunderRankSocreResp nil, // 25: PlunderChallengeOverResp.ShipEntry nil, // 26: PlunderChallengeOverResp.HeroexpEntry nil, // 27: PlunderClientTagResp.ShipEntry nil, // 28: PlunderChangePush.ShipEntry nil, // 29: PlunderDevelopResp.DevelopEntry nil, // 30: PlunderRankSocreResp.ScoreEntry (*DBPlunder)(nil), // 31: DBPlunder (*DBPlunderLand)(nil), // 32: DBPlunderLand (*BattleFormation)(nil), // 33: BattleFormation (*BattleInfo)(nil), // 34: BattleInfo (*BattleReport)(nil), // 35: BattleReport (*TransportLine)(nil), // 36: TransportLine (*UserAtno)(nil), // 37: UserAtno (*DBPlunderRecord)(nil), // 38: DBPlunderRecord (*ShipData)(nil), // 39: ShipData } var file_plunder_plunder_msg_proto_depIdxs = []int32{ 31, // 0: PlunderGetListResp.list:type_name -> DBPlunder 32, // 1: PlunderGetListResp.land:type_name -> DBPlunderLand 33, // 2: PlunderChallengeReq.battle:type_name -> BattleFormation 34, // 3: PlunderChallengeResp.info:type_name -> BattleInfo 35, // 4: PlunderChallengeOverReq.report:type_name -> BattleReport 36, // 5: PlunderChallengeOverResp.line:type_name -> TransportLine 25, // 6: PlunderChallengeOverResp.ship:type_name -> PlunderChallengeOverResp.ShipEntry 37, // 7: PlunderChallengeOverResp.atno:type_name -> UserAtno 26, // 8: PlunderChallengeOverResp.heroexp:type_name -> PlunderChallengeOverResp.HeroexpEntry 33, // 9: PlunderPvpChallengeReq.battle:type_name -> BattleFormation 34, // 10: PlunderPvpChallengeResp.info:type_name -> BattleInfo 35, // 11: PlunderPvpChallengeOverReq.report:type_name -> BattleReport 37, // 12: PlunderPvpChallengeOverResp.atno:type_name -> UserAtno 36, // 13: PlunderReachResp.line:type_name -> TransportLine 37, // 14: PlunderReachResp.atno:type_name -> UserAtno 27, // 15: PlunderClientTagResp.ship:type_name -> PlunderClientTagResp.ShipEntry 28, // 16: PlunderChangePush.ship:type_name -> PlunderChangePush.ShipEntry 36, // 17: PlunderUnlockResp.line:type_name -> TransportLine 29, // 18: PlunderDevelopResp.develop:type_name -> PlunderDevelopResp.DevelopEntry 38, // 19: PlunderRecordResp.info:type_name -> DBPlunderRecord 30, // 20: PlunderRankSocreResp.score:type_name -> PlunderRankSocreResp.ScoreEntry 39, // 21: PlunderChallengeOverResp.ShipEntry.value:type_name -> ShipData 39, // 22: PlunderClientTagResp.ShipEntry.value:type_name -> ShipData 39, // 23: PlunderChangePush.ShipEntry.value:type_name -> ShipData 24, // [24:24] is the sub-list for method output_type 24, // [24:24] is the sub-list for method input_type 24, // [24:24] is the sub-list for extension type_name 24, // [24:24] is the sub-list for extension extendee 0, // [0:24] is the sub-list for field type_name } func init() { file_plunder_plunder_msg_proto_init() } func file_plunder_plunder_msg_proto_init() { if File_plunder_plunder_msg_proto != nil { return } file_battle_battle_msg_proto_init() file_plunder_plunder_db_proto_init() file_comm_proto_init() if !protoimpl.UnsafeEnabled { file_plunder_plunder_msg_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderGetListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderGetListResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRefreshReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRefreshResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderPvpChallengeReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderPvpChallengeResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderPvpChallengeOverReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderPvpChallengeOverResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderReachReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderReachResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderClientTagReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderClientTagResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderChangePush); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderUnlockReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderUnlockResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderDevelopReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderDevelopResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRecordReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRecordResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRankSocreReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_plunder_plunder_msg_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PlunderRankSocreResp); 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_plunder_plunder_msg_proto_rawDesc, NumEnums: 0, NumMessages: 31, NumExtensions: 0, NumServices: 0, }, GoTypes: file_plunder_plunder_msg_proto_goTypes, DependencyIndexes: file_plunder_plunder_msg_proto_depIdxs, MessageInfos: file_plunder_plunder_msg_proto_msgTypes, }.Build() File_plunder_plunder_msg_proto = out.File file_plunder_plunder_msg_proto_rawDesc = nil file_plunder_plunder_msg_proto_goTypes = nil file_plunder_plunder_msg_proto_depIdxs = nil }