|
|
|
@ -258,142 +258,6 @@ func (x *PlatformUserResp) GetUser() *User {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 通知-PvP伤害 statistics.pvp.damage
|
|
|
|
|
type StatPvPDamageReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` // 造成伤害的用户ID
|
|
|
|
|
TargetUid *int64 `protobuf:"varint,2,opt,name=targetUid,proto3,oneof" json:"targetUid,omitempty"` // 目标用户ID(可能是基地,不一定有)
|
|
|
|
|
Damage float32 `protobuf:"fixed32,3,opt,name=damage,proto3" json:"damage,omitempty"` // 伤害量
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPDamageReq) Reset() {
|
|
|
|
|
*x = StatPvPDamageReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPDamageReq) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*StatPvPDamageReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPDamageReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_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 StatPvPDamageReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*StatPvPDamageReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPDamageReq) GetUid() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Uid
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPDamageReq) GetTargetUid() int64 {
|
|
|
|
|
if x != nil && x.TargetUid != nil {
|
|
|
|
|
return *x.TargetUid
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPDamageReq) GetDamage() float32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Damage
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 通知-PvP击杀单位 statistics.pvp.killunit
|
|
|
|
|
type StatPvPKillUnitReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` // 用户ID
|
|
|
|
|
TargetUid *int64 `protobuf:"varint,2,opt,name=targetUid,proto3,oneof" json:"targetUid,omitempty"` // 目标用户
|
|
|
|
|
Attacker string `protobuf:"bytes,3,opt,name=attacker,proto3" json:"attacker,omitempty"` // 造成击杀东西(building:兵营 U0001:xxx兵 S0001: 技能)
|
|
|
|
|
Victim string `protobuf:"bytes,4,opt,name=victim,proto3" json:"victim,omitempty"` // 被击杀的东西(U0001:xxx兵)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) Reset() {
|
|
|
|
|
*x = StatPvPKillUnitReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*StatPvPKillUnitReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_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 StatPvPKillUnitReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*StatPvPKillUnitReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) GetUid() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Uid
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) GetTargetUid() int64 {
|
|
|
|
|
if x != nil && x.TargetUid != nil {
|
|
|
|
|
return *x.TargetUid
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) GetAttacker() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Attacker
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillUnitReq) GetVictim() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Victim
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 通知-PvP杀兵营(人) statistics.pvp.kill
|
|
|
|
|
type StatPvPKillReq struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
@ -408,7 +272,7 @@ type StatPvPKillReq struct {
|
|
|
|
|
func (x *StatPvPKillReq) Reset() {
|
|
|
|
|
*x = StatPvPKillReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[6]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[4]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -421,7 +285,7 @@ func (x *StatPvPKillReq) String() string {
|
|
|
|
|
func (*StatPvPKillReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[6]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[4]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -434,7 +298,7 @@ func (x *StatPvPKillReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use StatPvPKillReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*StatPvPKillReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPKillReq) GetUid() int64 {
|
|
|
|
@ -471,7 +335,7 @@ type StatPvPFirstBloodReq struct {
|
|
|
|
|
func (x *StatPvPFirstBloodReq) Reset() {
|
|
|
|
|
*x = StatPvPFirstBloodReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[7]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[5]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -484,7 +348,7 @@ func (x *StatPvPFirstBloodReq) String() string {
|
|
|
|
|
func (*StatPvPFirstBloodReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPFirstBloodReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[7]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[5]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -497,7 +361,7 @@ func (x *StatPvPFirstBloodReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use StatPvPFirstBloodReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*StatPvPFirstBloodReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPFirstBloodReq) GetUid() int64 {
|
|
|
|
@ -520,16 +384,16 @@ type StatPvPReportReq struct {
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
WinCamp int32 `protobuf:"varint,1,opt,name=winCamp,proto3" json:"winCamp,omitempty"` // 获胜阵营 1-蓝 2-红
|
|
|
|
|
GeneralUid int64 `protobuf:"varint,2,opt,name=generalUid,proto3" json:"generalUid,omitempty"` // 名将UID
|
|
|
|
|
WinUids []int64 `protobuf:"varint,3,rep,packed,name=winUids,proto3" json:"winUids,omitempty"` // 战胜方玩家列表
|
|
|
|
|
LostUids []int64 `protobuf:"varint,4,rep,packed,name=lostUids,proto3" json:"lostUids,omitempty"` // 战败方玩家列表
|
|
|
|
|
WinCamp int32 `protobuf:"varint,1,opt,name=winCamp,proto3" json:"winCamp,omitempty"` // 获胜阵营 1-蓝 2-红
|
|
|
|
|
GeneralUid int64 `protobuf:"varint,2,opt,name=generalUid,proto3" json:"generalUid,omitempty"` // 名将UID
|
|
|
|
|
WinItems []*StatPvPReportReq_Item `protobuf:"bytes,3,rep,name=winItems,proto3" json:"winItems,omitempty"` // 获胜方数据
|
|
|
|
|
LostItems []*StatPvPReportReq_Item `protobuf:"bytes,4,rep,name=lostItems,proto3" json:"lostItems,omitempty"` // 战败方数据
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq) Reset() {
|
|
|
|
|
*x = StatPvPReportReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[8]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[6]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -542,7 +406,7 @@ func (x *StatPvPReportReq) String() string {
|
|
|
|
|
func (*StatPvPReportReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[8]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[6]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -555,7 +419,7 @@ func (x *StatPvPReportReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use StatPvPReportReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*StatPvPReportReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{6}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq) GetWinCamp() int32 {
|
|
|
|
@ -572,16 +436,16 @@ func (x *StatPvPReportReq) GetGeneralUid() int64 {
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq) GetWinUids() []int64 {
|
|
|
|
|
func (x *StatPvPReportReq) GetWinItems() []*StatPvPReportReq_Item {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.WinUids
|
|
|
|
|
return x.WinItems
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq) GetLostUids() []int64 {
|
|
|
|
|
func (x *StatPvPReportReq) GetLostItems() []*StatPvPReportReq_Item {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.LostUids
|
|
|
|
|
return x.LostItems
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
@ -599,7 +463,7 @@ type RankPvpReq struct {
|
|
|
|
|
func (x *RankPvpReq) Reset() {
|
|
|
|
|
*x = RankPvpReq{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[9]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[7]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -612,7 +476,7 @@ func (x *RankPvpReq) String() string {
|
|
|
|
|
func (*RankPvpReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *RankPvpReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[9]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[7]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -625,7 +489,7 @@ func (x *RankPvpReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RankPvpReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*RankPvpReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{9}
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{7}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *RankPvpReq) GetType() int32 {
|
|
|
|
@ -654,7 +518,7 @@ type RankPvpResp struct {
|
|
|
|
|
func (x *RankPvpResp) Reset() {
|
|
|
|
|
*x = RankPvpResp{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[10]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[8]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -667,7 +531,7 @@ func (x *RankPvpResp) String() string {
|
|
|
|
|
func (*RankPvpResp) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *RankPvpResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[10]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[8]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -680,7 +544,7 @@ func (x *RankPvpResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RankPvpResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*RankPvpResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{10}
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{8}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *RankPvpResp) GetType() int32 {
|
|
|
|
@ -697,6 +561,85 @@ func (x *RankPvpResp) GetItems() []*RankPvpResp_Item {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type StatPvPReportReq_Item struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` // 用户ID
|
|
|
|
|
Damage int64 `protobuf:"varint,2,opt,name=damage,proto3" json:"damage,omitempty"` // 伤害量
|
|
|
|
|
DeDamage int64 `protobuf:"varint,3,opt,name=deDamage,proto3" json:"deDamage,omitempty"` // 承受伤害
|
|
|
|
|
KillUnit int64 `protobuf:"varint,4,opt,name=killUnit,proto3" json:"killUnit,omitempty"` // 击杀单位数量
|
|
|
|
|
DeKillUnit int64 `protobuf:"varint,5,opt,name=deKillUnit,proto3" json:"deKillUnit,omitempty"` // 被杀单位数量
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) Reset() {
|
|
|
|
|
*x = StatPvPReportReq_Item{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[9]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*StatPvPReportReq_Item) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_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 StatPvPReportReq_Item.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*StatPvPReportReq_Item) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{6, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) GetUid() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Uid
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) GetDamage() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Damage
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) GetDeDamage() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.DeDamage
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) GetKillUnit() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.KillUnit
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *StatPvPReportReq_Item) GetDeKillUnit() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.DeKillUnit
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type RankPvpResp_Item struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
@ -711,7 +654,7 @@ type RankPvpResp_Item struct {
|
|
|
|
|
func (x *RankPvpResp_Item) Reset() {
|
|
|
|
|
*x = RankPvpResp_Item{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[11]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[10]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
@ -724,7 +667,7 @@ func (x *RankPvpResp_Item) String() string {
|
|
|
|
|
func (*RankPvpResp_Item) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *RankPvpResp_Item) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[11]
|
|
|
|
|
mi := &file_user_center_proto_msgTypes[10]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
@ -737,7 +680,7 @@ func (x *RankPvpResp_Item) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use RankPvpResp_Item.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*RankPvpResp_Item) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{10, 0}
|
|
|
|
|
return file_user_center_proto_rawDescGZIP(), []int{8, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *RankPvpResp_Item) GetUid() int64 {
|
|
|
|
@ -791,66 +734,56 @@ var file_user_center_proto_rawDesc = []byte{
|
|
|
|
|
0x22, 0x30, 0x0a, 0x10, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x12, 0x1c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x0b, 0x32, 0x08, 0x2e, 0x70, 0x62, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x75, 0x73,
|
|
|
|
|
0x65, 0x72, 0x22, 0x6d, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x44, 0x61, 0x6d,
|
|
|
|
|
0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67,
|
|
|
|
|
0x65, 0x74, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x09, 0x74,
|
|
|
|
|
0x61, 0x72, 0x67, 0x65, 0x74, 0x55, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x16, 0x0a, 0x06, 0x64,
|
|
|
|
|
0x61, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x06, 0x64, 0x61, 0x6d,
|
|
|
|
|
0x61, 0x67, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x55, 0x69,
|
|
|
|
|
0x64, 0x22, 0x8b, 0x01, 0x0a, 0x12, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x4b, 0x69, 0x6c,
|
|
|
|
|
0x6c, 0x55, 0x6e, 0x69, 0x74, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x21, 0x0a, 0x09, 0x74, 0x61,
|
|
|
|
|
0x72, 0x67, 0x65, 0x74, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52,
|
|
|
|
|
0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x55, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a,
|
|
|
|
|
0x08, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
|
|
0x08, 0x61, 0x74, 0x74, 0x61, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x69, 0x63,
|
|
|
|
|
0x74, 0x69, 0x6d, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x69, 0x63, 0x74, 0x69,
|
|
|
|
|
0x6d, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x55, 0x69, 0x64, 0x22,
|
|
|
|
|
0x5e, 0x0a, 0x0e, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x4b, 0x69, 0x6c, 0x6c, 0x52, 0x65,
|
|
|
|
|
0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03,
|
|
|
|
|
0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x55, 0x69, 0x64,
|
|
|
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x55, 0x69,
|
|
|
|
|
0x64, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x18, 0x03,
|
|
|
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x22,
|
|
|
|
|
0x3c, 0x0a, 0x14, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x46, 0x69, 0x72, 0x73, 0x74, 0x42,
|
|
|
|
|
0x6c, 0x6f, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01,
|
|
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
|
|
|
|
|
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x82, 0x01,
|
|
|
|
|
0x0a, 0x10, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52,
|
|
|
|
|
0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x43, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x43, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, 0x0a,
|
|
|
|
|
0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
|
0x52, 0x0a, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x55, 0x69, 0x64, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
0x77, 0x69, 0x6e, 0x55, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x77,
|
|
|
|
|
0x69, 0x6e, 0x55, 0x69, 0x64, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x73, 0x74, 0x55, 0x69,
|
|
|
|
|
0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x6f, 0x73, 0x74, 0x55, 0x69,
|
|
|
|
|
0x64, 0x73, 0x22, 0x34, 0x0a, 0x0a, 0x52, 0x61, 0x6e, 0x6b, 0x50, 0x76, 0x70, 0x52, 0x65, 0x71,
|
|
|
|
|
0x65, 0x72, 0x22, 0x5e, 0x0a, 0x0e, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x4b, 0x69, 0x6c,
|
|
|
|
|
0x6c, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
|
|
|
|
|
0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
|
|
|
0x74, 0x55, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61,
|
|
|
|
|
0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x47, 0x65, 0x6e, 0x65, 0x72,
|
|
|
|
|
0x61, 0x6c, 0x22, 0x3c, 0x0a, 0x14, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x46, 0x69, 0x72,
|
|
|
|
|
0x73, 0x74, 0x42, 0x6c, 0x6f, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69,
|
|
|
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
|
0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
|
|
|
0x22, 0xc7, 0x02, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x52, 0x65, 0x70, 0x6f,
|
|
|
|
|
0x72, 0x74, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x43, 0x61, 0x6d, 0x70,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x43, 0x61, 0x6d, 0x70, 0x12,
|
|
|
|
|
0x1e, 0x0a, 0x0a, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
|
|
|
0x01, 0x28, 0x03, 0x52, 0x0a, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x55, 0x69, 0x64, 0x12,
|
|
|
|
|
0x35, 0x0a, 0x08, 0x77, 0x69, 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
|
|
|
0x0b, 0x32, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x52, 0x65,
|
|
|
|
|
0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x08, 0x77, 0x69,
|
|
|
|
|
0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x37, 0x0a, 0x09, 0x6c, 0x6f, 0x73, 0x74, 0x49, 0x74,
|
|
|
|
|
0x65, 0x6d, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x70, 0x62, 0x2e, 0x53,
|
|
|
|
|
0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x2e,
|
|
|
|
|
0x49, 0x74, 0x65, 0x6d, 0x52, 0x09, 0x6c, 0x6f, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x1a,
|
|
|
|
|
0x88, 0x01, 0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x61,
|
|
|
|
|
0x6d, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x64, 0x61, 0x6d, 0x61,
|
|
|
|
|
0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x65, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03,
|
|
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x64, 0x65, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1a,
|
|
|
|
|
0x0a, 0x08, 0x6b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
|
0x52, 0x08, 0x6b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65,
|
|
|
|
|
0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a,
|
|
|
|
|
0x64, 0x65, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x22, 0x34, 0x0a, 0x0a, 0x52, 0x61,
|
|
|
|
|
0x6e, 0x6b, 0x50, 0x76, 0x70, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04,
|
|
|
|
|
0x74, 0x6f, 0x70, 0x4e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x6f, 0x70, 0x4e,
|
|
|
|
|
0x22, 0xab, 0x01, 0x0a, 0x0b, 0x52, 0x61, 0x6e, 0x6b, 0x50, 0x76, 0x70, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
|
|
|
|
|
0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x6f, 0x70, 0x4e, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
0x28, 0x05, 0x52, 0x04, 0x74, 0x6f, 0x70, 0x4e, 0x22, 0xab, 0x01, 0x0a, 0x0b, 0x52, 0x61, 0x6e,
|
|
|
|
|
0x6b, 0x50, 0x76, 0x70, 0x52, 0x65, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x05,
|
|
|
|
|
0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x62,
|
|
|
|
|
0x2e, 0x52, 0x61, 0x6e, 0x6b, 0x50, 0x76, 0x70, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x49, 0x74, 0x65,
|
|
|
|
|
0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x1a, 0x5c, 0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d,
|
|
|
|
|
0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75,
|
|
|
|
|
0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x75, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x09, 0x52, 0x05, 0x75, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72,
|
|
|
|
|
0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x16,
|
|
|
|
|
0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
|
|
|
|
|
0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x32, 0xfd, 0x02, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x43,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x41, 0x0a, 0x14, 0x72, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76,
|
|
|
|
|
0x65, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x12, 0x13, 0x2e,
|
|
|
|
|
0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x52,
|
|
|
|
|
0x65, 0x71, 0x1a, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d,
|
|
|
|
|
0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x30, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x74,
|
|
|
|
|
0x50, 0x76, 0x70, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x53,
|
|
|
|
|
0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x44, 0x61, 0x6d, 0x61, 0x67, 0x65, 0x52, 0x65, 0x71, 0x1a,
|
|
|
|
|
0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x34, 0x0a, 0x0f, 0x73, 0x74,
|
|
|
|
|
0x61, 0x74, 0x50, 0x76, 0x70, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e, 0x69, 0x74, 0x12, 0x16, 0x2e,
|
|
|
|
|
0x70, 0x62, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x4b, 0x69, 0x6c, 0x6c, 0x55, 0x6e,
|
|
|
|
|
0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79,
|
|
|
|
|
0x74, 0x79, 0x70, 0x65, 0x12, 0x2a, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20,
|
|
|
|
|
0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x61, 0x6e, 0x6b, 0x50, 0x76, 0x70,
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73,
|
|
|
|
|
0x1a, 0x5c, 0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18,
|
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x75, 0x6e,
|
|
|
|
|
0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x75, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
|
0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
|
0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72,
|
|
|
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x32, 0x95,
|
|
|
|
|
0x02, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x12, 0x41, 0x0a,
|
|
|
|
|
0x14, 0x72, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72,
|
|
|
|
|
0x6d, 0x55, 0x73, 0x65, 0x72, 0x12, 0x13, 0x2e, 0x70, 0x62, 0x2e, 0x50, 0x6c, 0x61, 0x74, 0x66,
|
|
|
|
|
0x6f, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x70, 0x62, 0x2e,
|
|
|
|
|
0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70,
|
|
|
|
|
0x12, 0x2c, 0x0a, 0x0b, 0x73, 0x74, 0x61, 0x74, 0x50, 0x76, 0x70, 0x4b, 0x69, 0x6c, 0x6c, 0x12,
|
|
|
|
|
0x12, 0x2e, 0x70, 0x62, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x50, 0x76, 0x50, 0x4b, 0x69, 0x6c, 0x6c,
|
|
|
|
|
0x52, 0x65, 0x71, 0x1a, 0x09, 0x2e, 0x70, 0x62, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x38,
|
|
|
|
@ -879,43 +812,40 @@ func file_user_center_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_user_center_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_user_center_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
|
|
|
|
var file_user_center_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
|
|
|
|
|
var file_user_center_proto_goTypes = []interface{}{
|
|
|
|
|
(*User)(nil), // 0: pb.User
|
|
|
|
|
(*Empty)(nil), // 1: pb.Empty
|
|
|
|
|
(*PlatformUserReq)(nil), // 2: pb.PlatformUserReq
|
|
|
|
|
(*PlatformUserResp)(nil), // 3: pb.PlatformUserResp
|
|
|
|
|
(*StatPvPDamageReq)(nil), // 4: pb.StatPvPDamageReq
|
|
|
|
|
(*StatPvPKillUnitReq)(nil), // 5: pb.StatPvPKillUnitReq
|
|
|
|
|
(*StatPvPKillReq)(nil), // 6: pb.StatPvPKillReq
|
|
|
|
|
(*StatPvPFirstBloodReq)(nil), // 7: pb.StatPvPFirstBloodReq
|
|
|
|
|
(*StatPvPReportReq)(nil), // 8: pb.StatPvPReportReq
|
|
|
|
|
(*RankPvpReq)(nil), // 9: pb.RankPvpReq
|
|
|
|
|
(*RankPvpResp)(nil), // 10: pb.RankPvpResp
|
|
|
|
|
(*RankPvpResp_Item)(nil), // 11: pb.RankPvpResp.Item
|
|
|
|
|
(*User)(nil), // 0: pb.User
|
|
|
|
|
(*Empty)(nil), // 1: pb.Empty
|
|
|
|
|
(*PlatformUserReq)(nil), // 2: pb.PlatformUserReq
|
|
|
|
|
(*PlatformUserResp)(nil), // 3: pb.PlatformUserResp
|
|
|
|
|
(*StatPvPKillReq)(nil), // 4: pb.StatPvPKillReq
|
|
|
|
|
(*StatPvPFirstBloodReq)(nil), // 5: pb.StatPvPFirstBloodReq
|
|
|
|
|
(*StatPvPReportReq)(nil), // 6: pb.StatPvPReportReq
|
|
|
|
|
(*RankPvpReq)(nil), // 7: pb.RankPvpReq
|
|
|
|
|
(*RankPvpResp)(nil), // 8: pb.RankPvpResp
|
|
|
|
|
(*StatPvPReportReq_Item)(nil), // 9: pb.StatPvPReportReq.Item
|
|
|
|
|
(*RankPvpResp_Item)(nil), // 10: pb.RankPvpResp.Item
|
|
|
|
|
}
|
|
|
|
|
var file_user_center_proto_depIdxs = []int32{
|
|
|
|
|
0, // 0: pb.PlatformUserResp.user:type_name -> pb.User
|
|
|
|
|
11, // 1: pb.RankPvpResp.items:type_name -> pb.RankPvpResp.Item
|
|
|
|
|
2, // 2: pb.userCenter.retrievePlatformUser:input_type -> pb.PlatformUserReq
|
|
|
|
|
4, // 3: pb.userCenter.statPvpDamage:input_type -> pb.StatPvPDamageReq
|
|
|
|
|
5, // 4: pb.userCenter.statPvpKillUnit:input_type -> pb.StatPvPKillUnitReq
|
|
|
|
|
6, // 5: pb.userCenter.statPvpKill:input_type -> pb.StatPvPKillReq
|
|
|
|
|
7, // 6: pb.userCenter.statPvpFirstBlood:input_type -> pb.StatPvPFirstBloodReq
|
|
|
|
|
8, // 7: pb.userCenter.statPvpReport:input_type -> pb.StatPvPReportReq
|
|
|
|
|
9, // 8: pb.userCenter.rankPvp:input_type -> pb.RankPvpReq
|
|
|
|
|
9, // 1: pb.StatPvPReportReq.winItems:type_name -> pb.StatPvPReportReq.Item
|
|
|
|
|
9, // 2: pb.StatPvPReportReq.lostItems:type_name -> pb.StatPvPReportReq.Item
|
|
|
|
|
10, // 3: pb.RankPvpResp.items:type_name -> pb.RankPvpResp.Item
|
|
|
|
|
2, // 4: pb.userCenter.retrievePlatformUser:input_type -> pb.PlatformUserReq
|
|
|
|
|
4, // 5: pb.userCenter.statPvpKill:input_type -> pb.StatPvPKillReq
|
|
|
|
|
5, // 6: pb.userCenter.statPvpFirstBlood:input_type -> pb.StatPvPFirstBloodReq
|
|
|
|
|
6, // 7: pb.userCenter.statPvpReport:input_type -> pb.StatPvPReportReq
|
|
|
|
|
7, // 8: pb.userCenter.rankPvp:input_type -> pb.RankPvpReq
|
|
|
|
|
3, // 9: pb.userCenter.retrievePlatformUser:output_type -> pb.PlatformUserResp
|
|
|
|
|
1, // 10: pb.userCenter.statPvpDamage:output_type -> pb.Empty
|
|
|
|
|
1, // 11: pb.userCenter.statPvpKillUnit:output_type -> pb.Empty
|
|
|
|
|
1, // 12: pb.userCenter.statPvpKill:output_type -> pb.Empty
|
|
|
|
|
1, // 13: pb.userCenter.statPvpFirstBlood:output_type -> pb.Empty
|
|
|
|
|
1, // 14: pb.userCenter.statPvpReport:output_type -> pb.Empty
|
|
|
|
|
10, // 15: pb.userCenter.rankPvp:output_type -> pb.RankPvpResp
|
|
|
|
|
9, // [9:16] is the sub-list for method output_type
|
|
|
|
|
2, // [2:9] is the sub-list for method input_type
|
|
|
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
|
|
|
2, // [2:2] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:2] is the sub-list for field type_name
|
|
|
|
|
1, // 10: pb.userCenter.statPvpKill:output_type -> pb.Empty
|
|
|
|
|
1, // 11: pb.userCenter.statPvpFirstBlood:output_type -> pb.Empty
|
|
|
|
|
1, // 12: pb.userCenter.statPvpReport:output_type -> pb.Empty
|
|
|
|
|
8, // 13: pb.userCenter.rankPvp:output_type -> pb.RankPvpResp
|
|
|
|
|
9, // [9:14] is the sub-list for method output_type
|
|
|
|
|
4, // [4:9] is the sub-list for method input_type
|
|
|
|
|
4, // [4:4] is the sub-list for extension type_name
|
|
|
|
|
4, // [4:4] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:4] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_user_center_proto_init() }
|
|
|
|
@ -973,7 +903,7 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*StatPvPDamageReq); i {
|
|
|
|
|
switch v := v.(*StatPvPKillReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -985,7 +915,7 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*StatPvPKillUnitReq); i {
|
|
|
|
|
switch v := v.(*StatPvPFirstBloodReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -997,7 +927,7 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*StatPvPKillReq); i {
|
|
|
|
|
switch v := v.(*StatPvPReportReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1009,7 +939,7 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*StatPvPFirstBloodReq); i {
|
|
|
|
|
switch v := v.(*RankPvpReq); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1021,7 +951,7 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*StatPvPReportReq); i {
|
|
|
|
|
switch v := v.(*RankPvpResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1033,7 +963,7 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*RankPvpReq); i {
|
|
|
|
|
switch v := v.(*StatPvPReportReq_Item); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
@ -1045,18 +975,6 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*RankPvpResp); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*RankPvpResp_Item); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
@ -1069,15 +987,13 @@ func file_user_center_proto_init() {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_user_center_proto_msgTypes[4].OneofWrappers = []interface{}{}
|
|
|
|
|
file_user_center_proto_msgTypes[5].OneofWrappers = []interface{}{}
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_user_center_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 12,
|
|
|
|
|
NumMessages: 11,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
},
|
|
|
|
|