// Code generated by protoc-gen-go. DO NOT EDIT. // source: logic.proto package serverproto import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package //////////////////////////webgm type WebRoleInfo struct { Base *RoleBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` RoleHero *RoleHero `protobuf:"bytes,2,opt,name=role_hero,json=roleHero,proto3" json:"role_hero,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WebRoleInfo) Reset() { *m = WebRoleInfo{} } func (m *WebRoleInfo) String() string { return proto.CompactTextString(m) } func (*WebRoleInfo) ProtoMessage() {} func (*WebRoleInfo) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{0} } func (m *WebRoleInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebRoleInfo.Unmarshal(m, b) } func (m *WebRoleInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WebRoleInfo.Marshal(b, m, deterministic) } func (m *WebRoleInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_WebRoleInfo.Merge(m, src) } func (m *WebRoleInfo) XXX_Size() int { return xxx_messageInfo_WebRoleInfo.Size(m) } func (m *WebRoleInfo) XXX_DiscardUnknown() { xxx_messageInfo_WebRoleInfo.DiscardUnknown(m) } var xxx_messageInfo_WebRoleInfo proto.InternalMessageInfo func (m *WebRoleInfo) GetBase() *RoleBase { if m != nil { return m.Base } return nil } func (m *WebRoleInfo) GetRoleHero() *RoleHero { if m != nil { return m.RoleHero } return nil } type WebUpdateMailItem struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` UidList []uint64 `protobuf:"varint,2,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` RewardList []*KeyValueType `protobuf:"bytes,5,rep,name=reward_list,json=rewardList,proto3" json:"reward_list,omitempty"` SendDate uint64 `protobuf:"varint,6,opt,name=send_date,json=sendDate,proto3" json:"send_date,omitempty"` MailType int32 `protobuf:"varint,7,opt,name=mail_type,json=mailType,proto3" json:"mail_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *WebUpdateMailItem) Reset() { *m = WebUpdateMailItem{} } func (m *WebUpdateMailItem) String() string { return proto.CompactTextString(m) } func (*WebUpdateMailItem) ProtoMessage() {} func (*WebUpdateMailItem) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{1} } func (m *WebUpdateMailItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebUpdateMailItem.Unmarshal(m, b) } func (m *WebUpdateMailItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_WebUpdateMailItem.Marshal(b, m, deterministic) } func (m *WebUpdateMailItem) XXX_Merge(src proto.Message) { xxx_messageInfo_WebUpdateMailItem.Merge(m, src) } func (m *WebUpdateMailItem) XXX_Size() int { return xxx_messageInfo_WebUpdateMailItem.Size(m) } func (m *WebUpdateMailItem) XXX_DiscardUnknown() { xxx_messageInfo_WebUpdateMailItem.DiscardUnknown(m) } var xxx_messageInfo_WebUpdateMailItem proto.InternalMessageInfo func (m *WebUpdateMailItem) GetId() int32 { if m != nil { return m.Id } return 0 } func (m *WebUpdateMailItem) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } func (m *WebUpdateMailItem) GetTitle() string { if m != nil { return m.Title } return "" } func (m *WebUpdateMailItem) GetContent() string { if m != nil { return m.Content } return "" } func (m *WebUpdateMailItem) GetRewardList() []*KeyValueType { if m != nil { return m.RewardList } return nil } func (m *WebUpdateMailItem) GetSendDate() uint64 { if m != nil { return m.SendDate } return 0 } func (m *WebUpdateMailItem) GetMailType() int32 { if m != nil { return m.MailType } return 0 } type SSWebGMChatMsgNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` TargetUid uint64 `protobuf:"varint,2,opt,name=target_uid,json=targetUid,proto3" json:"target_uid,omitempty"` Content *ChatMessageInfo `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` MsgType int32 `protobuf:"varint,4,opt,name=msg_type,json=msgType,proto3" json:"msg_type,omitempty"` ChatSelfName string `protobuf:"bytes,5,opt,name=chat_self_name,json=chatSelfName,proto3" json:"chat_self_name,omitempty"` SelectZoneId int32 `protobuf:"varint,6,opt,name=select_zone_id,json=selectZoneId,proto3" json:"select_zone_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMChatMsgNtf) Reset() { *m = SSWebGMChatMsgNtf{} } func (m *SSWebGMChatMsgNtf) String() string { return proto.CompactTextString(m) } func (*SSWebGMChatMsgNtf) ProtoMessage() {} func (*SSWebGMChatMsgNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{2} } func (m *SSWebGMChatMsgNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMChatMsgNtf.Unmarshal(m, b) } func (m *SSWebGMChatMsgNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMChatMsgNtf.Marshal(b, m, deterministic) } func (m *SSWebGMChatMsgNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMChatMsgNtf.Merge(m, src) } func (m *SSWebGMChatMsgNtf) XXX_Size() int { return xxx_messageInfo_SSWebGMChatMsgNtf.Size(m) } func (m *SSWebGMChatMsgNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMChatMsgNtf.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMChatMsgNtf proto.InternalMessageInfo func (m *SSWebGMChatMsgNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSWebGMChatMsgNtf) GetTargetUid() uint64 { if m != nil { return m.TargetUid } return 0 } func (m *SSWebGMChatMsgNtf) GetContent() *ChatMessageInfo { if m != nil { return m.Content } return nil } func (m *SSWebGMChatMsgNtf) GetMsgType() int32 { if m != nil { return m.MsgType } return 0 } func (m *SSWebGMChatMsgNtf) GetChatSelfName() string { if m != nil { return m.ChatSelfName } return "" } func (m *SSWebGMChatMsgNtf) GetSelectZoneId() int32 { if m != nil { return m.SelectZoneId } return 0 } type SSWebGMAddMailNtf struct { MailInfo *WebUpdateMailItem `protobuf:"bytes,1,opt,name=mail_info,json=mailInfo,proto3" json:"mail_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMAddMailNtf) Reset() { *m = SSWebGMAddMailNtf{} } func (m *SSWebGMAddMailNtf) String() string { return proto.CompactTextString(m) } func (*SSWebGMAddMailNtf) ProtoMessage() {} func (*SSWebGMAddMailNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{3} } func (m *SSWebGMAddMailNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMAddMailNtf.Unmarshal(m, b) } func (m *SSWebGMAddMailNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMAddMailNtf.Marshal(b, m, deterministic) } func (m *SSWebGMAddMailNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMAddMailNtf.Merge(m, src) } func (m *SSWebGMAddMailNtf) XXX_Size() int { return xxx_messageInfo_SSWebGMAddMailNtf.Size(m) } func (m *SSWebGMAddMailNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMAddMailNtf.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMAddMailNtf proto.InternalMessageInfo func (m *SSWebGMAddMailNtf) GetMailInfo() *WebUpdateMailItem { if m != nil { return m.MailInfo } return nil } type SSWebGMBanNtf struct { BanUid uint64 `protobuf:"varint,1,opt,name=ban_uid,json=banUid,proto3" json:"ban_uid,omitempty"` IsBan bool `protobuf:"varint,2,opt,name=is_ban,json=isBan,proto3" json:"is_ban,omitempty"` BanTime uint64 `protobuf:"varint,3,opt,name=ban_time,json=banTime,proto3" json:"ban_time,omitempty"` BanType int32 `protobuf:"varint,4,opt,name=ban_type,json=banType,proto3" json:"ban_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMBanNtf) Reset() { *m = SSWebGMBanNtf{} } func (m *SSWebGMBanNtf) String() string { return proto.CompactTextString(m) } func (*SSWebGMBanNtf) ProtoMessage() {} func (*SSWebGMBanNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{4} } func (m *SSWebGMBanNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMBanNtf.Unmarshal(m, b) } func (m *SSWebGMBanNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMBanNtf.Marshal(b, m, deterministic) } func (m *SSWebGMBanNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMBanNtf.Merge(m, src) } func (m *SSWebGMBanNtf) XXX_Size() int { return xxx_messageInfo_SSWebGMBanNtf.Size(m) } func (m *SSWebGMBanNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMBanNtf.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMBanNtf proto.InternalMessageInfo func (m *SSWebGMBanNtf) GetBanUid() uint64 { if m != nil { return m.BanUid } return 0 } func (m *SSWebGMBanNtf) GetIsBan() bool { if m != nil { return m.IsBan } return false } func (m *SSWebGMBanNtf) GetBanTime() uint64 { if m != nil { return m.BanTime } return 0 } func (m *SSWebGMBanNtf) GetBanType() int32 { if m != nil { return m.BanType } return 0 } type SSWebGMNoticeNtf struct { NoticeInfo *GMNoticeInfo `protobuf:"bytes,1,opt,name=notice_info,json=noticeInfo,proto3" json:"notice_info,omitempty"` NoticeTime uint64 `protobuf:"varint,2,opt,name=notice_time,json=noticeTime,proto3" json:"notice_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMNoticeNtf) Reset() { *m = SSWebGMNoticeNtf{} } func (m *SSWebGMNoticeNtf) String() string { return proto.CompactTextString(m) } func (*SSWebGMNoticeNtf) ProtoMessage() {} func (*SSWebGMNoticeNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{5} } func (m *SSWebGMNoticeNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMNoticeNtf.Unmarshal(m, b) } func (m *SSWebGMNoticeNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMNoticeNtf.Marshal(b, m, deterministic) } func (m *SSWebGMNoticeNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMNoticeNtf.Merge(m, src) } func (m *SSWebGMNoticeNtf) XXX_Size() int { return xxx_messageInfo_SSWebGMNoticeNtf.Size(m) } func (m *SSWebGMNoticeNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMNoticeNtf.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMNoticeNtf proto.InternalMessageInfo func (m *SSWebGMNoticeNtf) GetNoticeInfo() *GMNoticeInfo { if m != nil { return m.NoticeInfo } return nil } func (m *SSWebGMNoticeNtf) GetNoticeTime() uint64 { if m != nil { return m.NoticeTime } return 0 } //服务器维护状态 type SSWEBGMServerMaintainNtf struct { State int32 `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWEBGMServerMaintainNtf) Reset() { *m = SSWEBGMServerMaintainNtf{} } func (m *SSWEBGMServerMaintainNtf) String() string { return proto.CompactTextString(m) } func (*SSWEBGMServerMaintainNtf) ProtoMessage() {} func (*SSWEBGMServerMaintainNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{6} } func (m *SSWEBGMServerMaintainNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWEBGMServerMaintainNtf.Unmarshal(m, b) } func (m *SSWEBGMServerMaintainNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWEBGMServerMaintainNtf.Marshal(b, m, deterministic) } func (m *SSWEBGMServerMaintainNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWEBGMServerMaintainNtf.Merge(m, src) } func (m *SSWEBGMServerMaintainNtf) XXX_Size() int { return xxx_messageInfo_SSWEBGMServerMaintainNtf.Size(m) } func (m *SSWEBGMServerMaintainNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSWEBGMServerMaintainNtf.DiscardUnknown(m) } var xxx_messageInfo_SSWEBGMServerMaintainNtf proto.InternalMessageInfo func (m *SSWEBGMServerMaintainNtf) GetState() int32 { if m != nil { return m.State } return 0 } //GM封停公会战 type SSWebGMGuildBattle struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMGuildBattle) Reset() { *m = SSWebGMGuildBattle{} } func (m *SSWebGMGuildBattle) String() string { return proto.CompactTextString(m) } func (*SSWebGMGuildBattle) ProtoMessage() {} func (*SSWebGMGuildBattle) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{7} } func (m *SSWebGMGuildBattle) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMGuildBattle.Unmarshal(m, b) } func (m *SSWebGMGuildBattle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMGuildBattle.Marshal(b, m, deterministic) } func (m *SSWebGMGuildBattle) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMGuildBattle.Merge(m, src) } func (m *SSWebGMGuildBattle) XXX_Size() int { return xxx_messageInfo_SSWebGMGuildBattle.Size(m) } func (m *SSWebGMGuildBattle) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMGuildBattle.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMGuildBattle proto.InternalMessageInfo //删除背包内道具(可以根据道具类型做处理) type SSWebGMDelItemNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` DelItemList []*KeyValueType `protobuf:"bytes,2,rep,name=del_item_list,json=delItemList,proto3" json:"del_item_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMDelItemNtf) Reset() { *m = SSWebGMDelItemNtf{} } func (m *SSWebGMDelItemNtf) String() string { return proto.CompactTextString(m) } func (*SSWebGMDelItemNtf) ProtoMessage() {} func (*SSWebGMDelItemNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{8} } func (m *SSWebGMDelItemNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMDelItemNtf.Unmarshal(m, b) } func (m *SSWebGMDelItemNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMDelItemNtf.Marshal(b, m, deterministic) } func (m *SSWebGMDelItemNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMDelItemNtf.Merge(m, src) } func (m *SSWebGMDelItemNtf) XXX_Size() int { return xxx_messageInfo_SSWebGMDelItemNtf.Size(m) } func (m *SSWebGMDelItemNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMDelItemNtf.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMDelItemNtf proto.InternalMessageInfo func (m *SSWebGMDelItemNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSWebGMDelItemNtf) GetDelItemList() []*KeyValueType { if m != nil { return m.DelItemList } return nil } //通知social服务器玩家上线 type SSPlayerOnlineNtf struct { ServiceNode string `protobuf:"bytes,1,opt,name=service_node,json=serviceNode,proto3" json:"service_node,omitempty"` BriefInfo *PlayerBriefInfo `protobuf:"bytes,2,opt,name=brief_info,json=briefInfo,proto3" json:"brief_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerOnlineNtf) Reset() { *m = SSPlayerOnlineNtf{} } func (m *SSPlayerOnlineNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerOnlineNtf) ProtoMessage() {} func (*SSPlayerOnlineNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{9} } func (m *SSPlayerOnlineNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerOnlineNtf.Unmarshal(m, b) } func (m *SSPlayerOnlineNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerOnlineNtf.Marshal(b, m, deterministic) } func (m *SSPlayerOnlineNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerOnlineNtf.Merge(m, src) } func (m *SSPlayerOnlineNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerOnlineNtf.Size(m) } func (m *SSPlayerOnlineNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerOnlineNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerOnlineNtf proto.InternalMessageInfo func (m *SSPlayerOnlineNtf) GetServiceNode() string { if m != nil { return m.ServiceNode } return "" } func (m *SSPlayerOnlineNtf) GetBriefInfo() *PlayerBriefInfo { if m != nil { return m.BriefInfo } return nil } type SSPlayerOfflineNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerOfflineNtf) Reset() { *m = SSPlayerOfflineNtf{} } func (m *SSPlayerOfflineNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerOfflineNtf) ProtoMessage() {} func (*SSPlayerOfflineNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{10} } func (m *SSPlayerOfflineNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerOfflineNtf.Unmarshal(m, b) } func (m *SSPlayerOfflineNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerOfflineNtf.Marshal(b, m, deterministic) } func (m *SSPlayerOfflineNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerOfflineNtf.Merge(m, src) } func (m *SSPlayerOfflineNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerOfflineNtf.Size(m) } func (m *SSPlayerOfflineNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerOfflineNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerOfflineNtf proto.InternalMessageInfo func (m *SSPlayerOfflineNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //social通知game当前在线的玩家数量 type SSPlayerOnlineNumNtf struct { OnlineNum int32 `protobuf:"varint,1,opt,name=online_num,json=onlineNum,proto3" json:"online_num,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerOnlineNumNtf) Reset() { *m = SSPlayerOnlineNumNtf{} } func (m *SSPlayerOnlineNumNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerOnlineNumNtf) ProtoMessage() {} func (*SSPlayerOnlineNumNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{11} } func (m *SSPlayerOnlineNumNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerOnlineNumNtf.Unmarshal(m, b) } func (m *SSPlayerOnlineNumNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerOnlineNumNtf.Marshal(b, m, deterministic) } func (m *SSPlayerOnlineNumNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerOnlineNumNtf.Merge(m, src) } func (m *SSPlayerOnlineNumNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerOnlineNumNtf.Size(m) } func (m *SSPlayerOnlineNumNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerOnlineNumNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerOnlineNumNtf proto.InternalMessageInfo func (m *SSPlayerOnlineNumNtf) GetOnlineNum() int32 { if m != nil { return m.OnlineNum } return 0 } //消息发送不成功,存到玩家的离线库中 type SSChatMessageAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` TargetId uint64 `protobuf:"varint,2,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` Message *ChatMessageInfo `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Type int32 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSChatMessageAck) Reset() { *m = SSChatMessageAck{} } func (m *SSChatMessageAck) String() string { return proto.CompactTextString(m) } func (*SSChatMessageAck) ProtoMessage() {} func (*SSChatMessageAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{12} } func (m *SSChatMessageAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSChatMessageAck.Unmarshal(m, b) } func (m *SSChatMessageAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSChatMessageAck.Marshal(b, m, deterministic) } func (m *SSChatMessageAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSChatMessageAck.Merge(m, src) } func (m *SSChatMessageAck) XXX_Size() int { return xxx_messageInfo_SSChatMessageAck.Size(m) } func (m *SSChatMessageAck) XXX_DiscardUnknown() { xxx_messageInfo_SSChatMessageAck.DiscardUnknown(m) } var xxx_messageInfo_SSChatMessageAck proto.InternalMessageInfo func (m *SSChatMessageAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSChatMessageAck) GetTargetId() uint64 { if m != nil { return m.TargetId } return 0 } func (m *SSChatMessageAck) GetMessage() *ChatMessageInfo { if m != nil { return m.Message } return nil } func (m *SSChatMessageAck) GetType() int32 { if m != nil { return m.Type } return 0 } type SSChatMessageNtf struct { Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` Message *ChatMessageInfo `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` TargetId uint64 `protobuf:"varint,3,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` FromId *ChatPlayerBriefInfo `protobuf:"bytes,4,opt,name=from_id,json=fromId,proto3" json:"from_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSChatMessageNtf) Reset() { *m = SSChatMessageNtf{} } func (m *SSChatMessageNtf) String() string { return proto.CompactTextString(m) } func (*SSChatMessageNtf) ProtoMessage() {} func (*SSChatMessageNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{13} } func (m *SSChatMessageNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSChatMessageNtf.Unmarshal(m, b) } func (m *SSChatMessageNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSChatMessageNtf.Marshal(b, m, deterministic) } func (m *SSChatMessageNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSChatMessageNtf.Merge(m, src) } func (m *SSChatMessageNtf) XXX_Size() int { return xxx_messageInfo_SSChatMessageNtf.Size(m) } func (m *SSChatMessageNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSChatMessageNtf.DiscardUnknown(m) } var xxx_messageInfo_SSChatMessageNtf proto.InternalMessageInfo func (m *SSChatMessageNtf) GetType() int32 { if m != nil { return m.Type } return 0 } func (m *SSChatMessageNtf) GetMessage() *ChatMessageInfo { if m != nil { return m.Message } return nil } func (m *SSChatMessageNtf) GetTargetId() uint64 { if m != nil { return m.TargetId } return 0 } func (m *SSChatMessageNtf) GetFromId() *ChatPlayerBriefInfo { if m != nil { return m.FromId } return nil } type SSGuildChatMessageNtf struct { Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` Message *ChatMessageInfo `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` FromId *ChatPlayerBriefInfo `protobuf:"bytes,3,opt,name=from_id,json=fromId,proto3" json:"from_id,omitempty"` UidList []uint64 `protobuf:"varint,4,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` GuildId uint64 `protobuf:"varint,5,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildChatMessageNtf) Reset() { *m = SSGuildChatMessageNtf{} } func (m *SSGuildChatMessageNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildChatMessageNtf) ProtoMessage() {} func (*SSGuildChatMessageNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{14} } func (m *SSGuildChatMessageNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildChatMessageNtf.Unmarshal(m, b) } func (m *SSGuildChatMessageNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildChatMessageNtf.Marshal(b, m, deterministic) } func (m *SSGuildChatMessageNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildChatMessageNtf.Merge(m, src) } func (m *SSGuildChatMessageNtf) XXX_Size() int { return xxx_messageInfo_SSGuildChatMessageNtf.Size(m) } func (m *SSGuildChatMessageNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildChatMessageNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildChatMessageNtf proto.InternalMessageInfo func (m *SSGuildChatMessageNtf) GetType() int32 { if m != nil { return m.Type } return 0 } func (m *SSGuildChatMessageNtf) GetMessage() *ChatMessageInfo { if m != nil { return m.Message } return nil } func (m *SSGuildChatMessageNtf) GetFromId() *ChatPlayerBriefInfo { if m != nil { return m.FromId } return nil } func (m *SSGuildChatMessageNtf) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } func (m *SSGuildChatMessageNtf) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } type SSGuildNoticeMessageNtf struct { SysMsg []*SystemMessage `protobuf:"bytes,1,rep,name=sys_msg,json=sysMsg,proto3" json:"sys_msg,omitempty"` GuildId uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` UidList []uint64 `protobuf:"varint,3,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildNoticeMessageNtf) Reset() { *m = SSGuildNoticeMessageNtf{} } func (m *SSGuildNoticeMessageNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildNoticeMessageNtf) ProtoMessage() {} func (*SSGuildNoticeMessageNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{15} } func (m *SSGuildNoticeMessageNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildNoticeMessageNtf.Unmarshal(m, b) } func (m *SSGuildNoticeMessageNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildNoticeMessageNtf.Marshal(b, m, deterministic) } func (m *SSGuildNoticeMessageNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildNoticeMessageNtf.Merge(m, src) } func (m *SSGuildNoticeMessageNtf) XXX_Size() int { return xxx_messageInfo_SSGuildNoticeMessageNtf.Size(m) } func (m *SSGuildNoticeMessageNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildNoticeMessageNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildNoticeMessageNtf proto.InternalMessageInfo func (m *SSGuildNoticeMessageNtf) GetSysMsg() []*SystemMessage { if m != nil { return m.SysMsg } return nil } func (m *SSGuildNoticeMessageNtf) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildNoticeMessageNtf) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } type SSGuildNoticeToRoleNtf struct { SysMsg []*SystemMessage `protobuf:"bytes,1,rep,name=sys_msg,json=sysMsg,proto3" json:"sys_msg,omitempty"` GuildId uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Uid uint64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildNoticeToRoleNtf) Reset() { *m = SSGuildNoticeToRoleNtf{} } func (m *SSGuildNoticeToRoleNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildNoticeToRoleNtf) ProtoMessage() {} func (*SSGuildNoticeToRoleNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{16} } func (m *SSGuildNoticeToRoleNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildNoticeToRoleNtf.Unmarshal(m, b) } func (m *SSGuildNoticeToRoleNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildNoticeToRoleNtf.Marshal(b, m, deterministic) } func (m *SSGuildNoticeToRoleNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildNoticeToRoleNtf.Merge(m, src) } func (m *SSGuildNoticeToRoleNtf) XXX_Size() int { return xxx_messageInfo_SSGuildNoticeToRoleNtf.Size(m) } func (m *SSGuildNoticeToRoleNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildNoticeToRoleNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildNoticeToRoleNtf proto.InternalMessageInfo func (m *SSGuildNoticeToRoleNtf) GetSysMsg() []*SystemMessage { if m != nil { return m.SysMsg } return nil } func (m *SSGuildNoticeToRoleNtf) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildNoticeToRoleNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //选择合适的AOI服务器节点 type SSPlayerEnterMapReq struct { MapType int32 `protobuf:"varint,1,opt,name=map_type,json=mapType,proto3" json:"map_type,omitempty"` ClientId uint64 `protobuf:"varint,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ServiceNode string `protobuf:"bytes,3,opt,name=service_node,json=serviceNode,proto3" json:"service_node,omitempty"` ShowInfo *PlayerShowInfo `protobuf:"bytes,4,opt,name=show_info,json=showInfo,proto3" json:"show_info,omitempty"` GuildId uint64 `protobuf:"varint,5,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Pos *Position `protobuf:"bytes,6,opt,name=pos,proto3" json:"pos,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerEnterMapReq) Reset() { *m = SSPlayerEnterMapReq{} } func (m *SSPlayerEnterMapReq) String() string { return proto.CompactTextString(m) } func (*SSPlayerEnterMapReq) ProtoMessage() {} func (*SSPlayerEnterMapReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{17} } func (m *SSPlayerEnterMapReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerEnterMapReq.Unmarshal(m, b) } func (m *SSPlayerEnterMapReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerEnterMapReq.Marshal(b, m, deterministic) } func (m *SSPlayerEnterMapReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerEnterMapReq.Merge(m, src) } func (m *SSPlayerEnterMapReq) XXX_Size() int { return xxx_messageInfo_SSPlayerEnterMapReq.Size(m) } func (m *SSPlayerEnterMapReq) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerEnterMapReq.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerEnterMapReq proto.InternalMessageInfo func (m *SSPlayerEnterMapReq) GetMapType() int32 { if m != nil { return m.MapType } return 0 } func (m *SSPlayerEnterMapReq) GetClientId() uint64 { if m != nil { return m.ClientId } return 0 } func (m *SSPlayerEnterMapReq) GetServiceNode() string { if m != nil { return m.ServiceNode } return "" } func (m *SSPlayerEnterMapReq) GetShowInfo() *PlayerShowInfo { if m != nil { return m.ShowInfo } return nil } func (m *SSPlayerEnterMapReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSPlayerEnterMapReq) GetPos() *Position { if m != nil { return m.Pos } return nil } //角色离开地图通知 type SSPlayerLeaveMapNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerLeaveMapNtf) Reset() { *m = SSPlayerLeaveMapNtf{} } func (m *SSPlayerLeaveMapNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerLeaveMapNtf) ProtoMessage() {} func (*SSPlayerLeaveMapNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{18} } func (m *SSPlayerLeaveMapNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerLeaveMapNtf.Unmarshal(m, b) } func (m *SSPlayerLeaveMapNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerLeaveMapNtf.Marshal(b, m, deterministic) } func (m *SSPlayerLeaveMapNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerLeaveMapNtf.Merge(m, src) } func (m *SSPlayerLeaveMapNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerLeaveMapNtf.Size(m) } func (m *SSPlayerLeaveMapNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerLeaveMapNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerLeaveMapNtf proto.InternalMessageInfo func (m *SSPlayerLeaveMapNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //断线重连后重新绑定,gate节点信息 type SSPlayerAoiReconnect struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerAoiReconnect) Reset() { *m = SSPlayerAoiReconnect{} } func (m *SSPlayerAoiReconnect) String() string { return proto.CompactTextString(m) } func (*SSPlayerAoiReconnect) ProtoMessage() {} func (*SSPlayerAoiReconnect) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{19} } func (m *SSPlayerAoiReconnect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerAoiReconnect.Unmarshal(m, b) } func (m *SSPlayerAoiReconnect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerAoiReconnect.Marshal(b, m, deterministic) } func (m *SSPlayerAoiReconnect) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerAoiReconnect.Merge(m, src) } func (m *SSPlayerAoiReconnect) XXX_Size() int { return xxx_messageInfo_SSPlayerAoiReconnect.Size(m) } func (m *SSPlayerAoiReconnect) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerAoiReconnect.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerAoiReconnect proto.InternalMessageInfo //离线后获取最终位置 type SSPlayerLeaveMapReqAck struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerLeaveMapReqAck) Reset() { *m = SSPlayerLeaveMapReqAck{} } func (m *SSPlayerLeaveMapReqAck) String() string { return proto.CompactTextString(m) } func (*SSPlayerLeaveMapReqAck) ProtoMessage() {} func (*SSPlayerLeaveMapReqAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{20} } func (m *SSPlayerLeaveMapReqAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerLeaveMapReqAck.Unmarshal(m, b) } func (m *SSPlayerLeaveMapReqAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerLeaveMapReqAck.Marshal(b, m, deterministic) } func (m *SSPlayerLeaveMapReqAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerLeaveMapReqAck.Merge(m, src) } func (m *SSPlayerLeaveMapReqAck) XXX_Size() int { return xxx_messageInfo_SSPlayerLeaveMapReqAck.Size(m) } func (m *SSPlayerLeaveMapReqAck) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerLeaveMapReqAck.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerLeaveMapReqAck proto.InternalMessageInfo //创建流程中名字判断 type SSNameReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Zone int32 `protobuf:"varint,2,opt,name=zone,proto3" json:"zone,omitempty"` Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` OldName string `protobuf:"bytes,4,opt,name=old_name,json=oldName,proto3" json:"old_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSNameReq) Reset() { *m = SSNameReq{} } func (m *SSNameReq) String() string { return proto.CompactTextString(m) } func (*SSNameReq) ProtoMessage() {} func (*SSNameReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{21} } func (m *SSNameReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSNameReq.Unmarshal(m, b) } func (m *SSNameReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSNameReq.Marshal(b, m, deterministic) } func (m *SSNameReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSNameReq.Merge(m, src) } func (m *SSNameReq) XXX_Size() int { return xxx_messageInfo_SSNameReq.Size(m) } func (m *SSNameReq) XXX_DiscardUnknown() { xxx_messageInfo_SSNameReq.DiscardUnknown(m) } var xxx_messageInfo_SSNameReq proto.InternalMessageInfo func (m *SSNameReq) GetName() string { if m != nil { return m.Name } return "" } func (m *SSNameReq) GetZone() int32 { if m != nil { return m.Zone } return 0 } func (m *SSNameReq) GetType() int32 { if m != nil { return m.Type } return 0 } func (m *SSNameReq) GetOldName() string { if m != nil { return m.OldName } return "" } type SSNameNtf struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type int32 `protobuf:"varint,3,opt,name=type,proto3" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSNameNtf) Reset() { *m = SSNameNtf{} } func (m *SSNameNtf) String() string { return proto.CompactTextString(m) } func (*SSNameNtf) ProtoMessage() {} func (*SSNameNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{22} } func (m *SSNameNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSNameNtf.Unmarshal(m, b) } func (m *SSNameNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSNameNtf.Marshal(b, m, deterministic) } func (m *SSNameNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSNameNtf.Merge(m, src) } func (m *SSNameNtf) XXX_Size() int { return xxx_messageInfo_SSNameNtf.Size(m) } func (m *SSNameNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSNameNtf.DiscardUnknown(m) } var xxx_messageInfo_SSNameNtf proto.InternalMessageInfo func (m *SSNameNtf) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSNameNtf) GetName() string { if m != nil { return m.Name } return "" } func (m *SSNameNtf) GetType() int32 { if m != nil { return m.Type } return 0 } //玩家显示变更通知 type SSPlayerShowChangeReq struct { ShowInfo *PlayerShowInfo `protobuf:"bytes,1,opt,name=show_info,json=showInfo,proto3" json:"show_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerShowChangeReq) Reset() { *m = SSPlayerShowChangeReq{} } func (m *SSPlayerShowChangeReq) String() string { return proto.CompactTextString(m) } func (*SSPlayerShowChangeReq) ProtoMessage() {} func (*SSPlayerShowChangeReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{23} } func (m *SSPlayerShowChangeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerShowChangeReq.Unmarshal(m, b) } func (m *SSPlayerShowChangeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerShowChangeReq.Marshal(b, m, deterministic) } func (m *SSPlayerShowChangeReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerShowChangeReq.Merge(m, src) } func (m *SSPlayerShowChangeReq) XXX_Size() int { return xxx_messageInfo_SSPlayerShowChangeReq.Size(m) } func (m *SSPlayerShowChangeReq) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerShowChangeReq.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerShowChangeReq proto.InternalMessageInfo func (m *SSPlayerShowChangeReq) GetShowInfo() *PlayerShowInfo { if m != nil { return m.ShowInfo } return nil } //进入boss场景 type SSPlayerEnterChallengeNtf struct { EnterUid uint64 `protobuf:"varint,1,opt,name=enter_uid,json=enterUid,proto3" json:"enter_uid,omitempty"` NotifyList []uint64 `protobuf:"varint,2,rep,packed,name=notify_list,json=notifyList,proto3" json:"notify_list,omitempty"` FightList []*FightRoleInfo `protobuf:"bytes,3,rep,name=fight_list,json=fightList,proto3" json:"fight_list,omitempty"` BossUid uint64 `protobuf:"varint,4,opt,name=boss_uid,json=bossUid,proto3" json:"boss_uid,omitempty"` SelfChangePlayId int32 `protobuf:"varint,5,opt,name=self_change_play_id,json=selfChangePlayId,proto3" json:"self_change_play_id,omitempty"` SummonBossType int32 `protobuf:"varint,6,opt,name=summon_boss_type,json=summonBossType,proto3" json:"summon_boss_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerEnterChallengeNtf) Reset() { *m = SSPlayerEnterChallengeNtf{} } func (m *SSPlayerEnterChallengeNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerEnterChallengeNtf) ProtoMessage() {} func (*SSPlayerEnterChallengeNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{24} } func (m *SSPlayerEnterChallengeNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerEnterChallengeNtf.Unmarshal(m, b) } func (m *SSPlayerEnterChallengeNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerEnterChallengeNtf.Marshal(b, m, deterministic) } func (m *SSPlayerEnterChallengeNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerEnterChallengeNtf.Merge(m, src) } func (m *SSPlayerEnterChallengeNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerEnterChallengeNtf.Size(m) } func (m *SSPlayerEnterChallengeNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerEnterChallengeNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerEnterChallengeNtf proto.InternalMessageInfo func (m *SSPlayerEnterChallengeNtf) GetEnterUid() uint64 { if m != nil { return m.EnterUid } return 0 } func (m *SSPlayerEnterChallengeNtf) GetNotifyList() []uint64 { if m != nil { return m.NotifyList } return nil } func (m *SSPlayerEnterChallengeNtf) GetFightList() []*FightRoleInfo { if m != nil { return m.FightList } return nil } func (m *SSPlayerEnterChallengeNtf) GetBossUid() uint64 { if m != nil { return m.BossUid } return 0 } func (m *SSPlayerEnterChallengeNtf) GetSelfChangePlayId() int32 { if m != nil { return m.SelfChangePlayId } return 0 } func (m *SSPlayerEnterChallengeNtf) GetSummonBossType() int32 { if m != nil { return m.SummonBossType } return 0 } //离开boss场景 type SSPlayerLeaveChallengeNtf struct { LeaveUid uint64 `protobuf:"varint,1,opt,name=leave_uid,json=leaveUid,proto3" json:"leave_uid,omitempty"` NotifyList []uint64 `protobuf:"varint,2,rep,packed,name=notify_list,json=notifyList,proto3" json:"notify_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerLeaveChallengeNtf) Reset() { *m = SSPlayerLeaveChallengeNtf{} } func (m *SSPlayerLeaveChallengeNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerLeaveChallengeNtf) ProtoMessage() {} func (*SSPlayerLeaveChallengeNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{25} } func (m *SSPlayerLeaveChallengeNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerLeaveChallengeNtf.Unmarshal(m, b) } func (m *SSPlayerLeaveChallengeNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerLeaveChallengeNtf.Marshal(b, m, deterministic) } func (m *SSPlayerLeaveChallengeNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerLeaveChallengeNtf.Merge(m, src) } func (m *SSPlayerLeaveChallengeNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerLeaveChallengeNtf.Size(m) } func (m *SSPlayerLeaveChallengeNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerLeaveChallengeNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerLeaveChallengeNtf proto.InternalMessageInfo func (m *SSPlayerLeaveChallengeNtf) GetLeaveUid() uint64 { if m != nil { return m.LeaveUid } return 0 } func (m *SSPlayerLeaveChallengeNtf) GetNotifyList() []uint64 { if m != nil { return m.NotifyList } return nil } //bossHP通知 type SSPlayerChallengeHpNtf struct { CurBossHp int32 `protobuf:"varint,1,opt,name=cur_boss_hp,json=curBossHp,proto3" json:"cur_boss_hp,omitempty"` NotifyList []uint64 `protobuf:"varint,2,rep,packed,name=notify_list,json=notifyList,proto3" json:"notify_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerChallengeHpNtf) Reset() { *m = SSPlayerChallengeHpNtf{} } func (m *SSPlayerChallengeHpNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerChallengeHpNtf) ProtoMessage() {} func (*SSPlayerChallengeHpNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{26} } func (m *SSPlayerChallengeHpNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerChallengeHpNtf.Unmarshal(m, b) } func (m *SSPlayerChallengeHpNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerChallengeHpNtf.Marshal(b, m, deterministic) } func (m *SSPlayerChallengeHpNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerChallengeHpNtf.Merge(m, src) } func (m *SSPlayerChallengeHpNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerChallengeHpNtf.Size(m) } func (m *SSPlayerChallengeHpNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerChallengeHpNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerChallengeHpNtf proto.InternalMessageInfo func (m *SSPlayerChallengeHpNtf) GetCurBossHp() int32 { if m != nil { return m.CurBossHp } return 0 } func (m *SSPlayerChallengeHpNtf) GetNotifyList() []uint64 { if m != nil { return m.NotifyList } return nil } //挑战结果通知 type SSPlayerChallengeResultNtf struct { Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"` NotifyList []uint64 `protobuf:"varint,2,rep,packed,name=notify_list,json=notifyList,proto3" json:"notify_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPlayerChallengeResultNtf) Reset() { *m = SSPlayerChallengeResultNtf{} } func (m *SSPlayerChallengeResultNtf) String() string { return proto.CompactTextString(m) } func (*SSPlayerChallengeResultNtf) ProtoMessage() {} func (*SSPlayerChallengeResultNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{27} } func (m *SSPlayerChallengeResultNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPlayerChallengeResultNtf.Unmarshal(m, b) } func (m *SSPlayerChallengeResultNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPlayerChallengeResultNtf.Marshal(b, m, deterministic) } func (m *SSPlayerChallengeResultNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPlayerChallengeResultNtf.Merge(m, src) } func (m *SSPlayerChallengeResultNtf) XXX_Size() int { return xxx_messageInfo_SSPlayerChallengeResultNtf.Size(m) } func (m *SSPlayerChallengeResultNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPlayerChallengeResultNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPlayerChallengeResultNtf proto.InternalMessageInfo func (m *SSPlayerChallengeResultNtf) GetResult() int32 { if m != nil { return m.Result } return 0 } func (m *SSPlayerChallengeResultNtf) GetNotifyList() []uint64 { if m != nil { return m.NotifyList } return nil } //////////////////////////mail //(4/5)和8选其一,根据邮件类型 type SSAddMailNtf struct { MailConfigId int32 `protobuf:"varint,1,opt,name=mail_config_id,json=mailConfigId,proto3" json:"mail_config_id,omitempty"` MailType int32 `protobuf:"varint,2,opt,name=mail_type,json=mailType,proto3" json:"mail_type,omitempty"` RewardList []*KeyValueType `protobuf:"bytes,3,rep,name=reward_list,json=rewardList,proto3" json:"reward_list,omitempty"` NotifyList []uint64 `protobuf:"varint,4,rep,packed,name=notify_list,json=notifyList,proto3" json:"notify_list,omitempty"` MailParamList []int32 `protobuf:"varint,5,rep,packed,name=mail_param_list,json=mailParamList,proto3" json:"mail_param_list,omitempty"` Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` Content string `protobuf:"bytes,7,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSAddMailNtf) Reset() { *m = SSAddMailNtf{} } func (m *SSAddMailNtf) String() string { return proto.CompactTextString(m) } func (*SSAddMailNtf) ProtoMessage() {} func (*SSAddMailNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{28} } func (m *SSAddMailNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSAddMailNtf.Unmarshal(m, b) } func (m *SSAddMailNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSAddMailNtf.Marshal(b, m, deterministic) } func (m *SSAddMailNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSAddMailNtf.Merge(m, src) } func (m *SSAddMailNtf) XXX_Size() int { return xxx_messageInfo_SSAddMailNtf.Size(m) } func (m *SSAddMailNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSAddMailNtf.DiscardUnknown(m) } var xxx_messageInfo_SSAddMailNtf proto.InternalMessageInfo func (m *SSAddMailNtf) GetMailConfigId() int32 { if m != nil { return m.MailConfigId } return 0 } func (m *SSAddMailNtf) GetMailType() int32 { if m != nil { return m.MailType } return 0 } func (m *SSAddMailNtf) GetRewardList() []*KeyValueType { if m != nil { return m.RewardList } return nil } func (m *SSAddMailNtf) GetNotifyList() []uint64 { if m != nil { return m.NotifyList } return nil } func (m *SSAddMailNtf) GetMailParamList() []int32 { if m != nil { return m.MailParamList } return nil } func (m *SSAddMailNtf) GetTitle() string { if m != nil { return m.Title } return "" } func (m *SSAddMailNtf) GetContent() string { if m != nil { return m.Content } return "" } //////////////////////////competition //获取对应赛季信息 //上线时加入选拔季排行列表 type SSGetCompetitionDataReq struct { CompetitionId int32 `protobuf:"varint,1,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` CompetitionType int32 `protobuf:"varint,2,opt,name=competition_type,json=competitionType,proto3" json:"competition_type,omitempty"` IsNowCompetition bool `protobuf:"varint,3,opt,name=is_now_competition,json=isNowCompetition,proto3" json:"is_now_competition,omitempty"` SubIdNum int32 `protobuf:"varint,4,opt,name=sub_id_num,json=subIdNum,proto3" json:"sub_id_num,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGetCompetitionDataReq) Reset() { *m = SSGetCompetitionDataReq{} } func (m *SSGetCompetitionDataReq) String() string { return proto.CompactTextString(m) } func (*SSGetCompetitionDataReq) ProtoMessage() {} func (*SSGetCompetitionDataReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{29} } func (m *SSGetCompetitionDataReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGetCompetitionDataReq.Unmarshal(m, b) } func (m *SSGetCompetitionDataReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGetCompetitionDataReq.Marshal(b, m, deterministic) } func (m *SSGetCompetitionDataReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGetCompetitionDataReq.Merge(m, src) } func (m *SSGetCompetitionDataReq) XXX_Size() int { return xxx_messageInfo_SSGetCompetitionDataReq.Size(m) } func (m *SSGetCompetitionDataReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGetCompetitionDataReq.DiscardUnknown(m) } var xxx_messageInfo_SSGetCompetitionDataReq proto.InternalMessageInfo func (m *SSGetCompetitionDataReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSGetCompetitionDataReq) GetCompetitionType() int32 { if m != nil { return m.CompetitionType } return 0 } func (m *SSGetCompetitionDataReq) GetIsNowCompetition() bool { if m != nil { return m.IsNowCompetition } return false } func (m *SSGetCompetitionDataReq) GetSubIdNum() int32 { if m != nil { return m.SubIdNum } return 0 } type SSGetCompetitionDataAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` CompetitionData *CompetitionInfo `protobuf:"bytes,2,opt,name=competition_data,json=competitionData,proto3" json:"competition_data,omitempty"` IdolData *IdolSeasonData `protobuf:"bytes,3,opt,name=idol_data,json=idolData,proto3" json:"idol_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGetCompetitionDataAck) Reset() { *m = SSGetCompetitionDataAck{} } func (m *SSGetCompetitionDataAck) String() string { return proto.CompactTextString(m) } func (*SSGetCompetitionDataAck) ProtoMessage() {} func (*SSGetCompetitionDataAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{30} } func (m *SSGetCompetitionDataAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGetCompetitionDataAck.Unmarshal(m, b) } func (m *SSGetCompetitionDataAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGetCompetitionDataAck.Marshal(b, m, deterministic) } func (m *SSGetCompetitionDataAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGetCompetitionDataAck.Merge(m, src) } func (m *SSGetCompetitionDataAck) XXX_Size() int { return xxx_messageInfo_SSGetCompetitionDataAck.Size(m) } func (m *SSGetCompetitionDataAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGetCompetitionDataAck.DiscardUnknown(m) } var xxx_messageInfo_SSGetCompetitionDataAck proto.InternalMessageInfo func (m *SSGetCompetitionDataAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSGetCompetitionDataAck) GetCompetitionData() *CompetitionInfo { if m != nil { return m.CompetitionData } return nil } func (m *SSGetCompetitionDataAck) GetIdolData() *IdolSeasonData { if m != nil { return m.IdolData } return nil } //赛季结算奖励 type SSCompetitionRewardReq struct { CompetitionId int32 `protobuf:"varint,1,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` CompetitionType int32 `protobuf:"varint,2,opt,name=competition_type,json=competitionType,proto3" json:"competition_type,omitempty"` CompetitionSubId int32 `protobuf:"varint,3,opt,name=competition_sub_id,json=competitionSubId,proto3" json:"competition_sub_id,omitempty"` EndSubId bool `protobuf:"varint,4,opt,name=end_sub_id,json=endSubId,proto3" json:"end_sub_id,omitempty"` RewardUidList []*KeyValueType64 `protobuf:"bytes,5,rep,name=reward_uid_list,json=rewardUidList,proto3" json:"reward_uid_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionRewardReq) Reset() { *m = SSCompetitionRewardReq{} } func (m *SSCompetitionRewardReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionRewardReq) ProtoMessage() {} func (*SSCompetitionRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{31} } func (m *SSCompetitionRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionRewardReq.Unmarshal(m, b) } func (m *SSCompetitionRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionRewardReq.Marshal(b, m, deterministic) } func (m *SSCompetitionRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionRewardReq.Merge(m, src) } func (m *SSCompetitionRewardReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionRewardReq.Size(m) } func (m *SSCompetitionRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionRewardReq proto.InternalMessageInfo func (m *SSCompetitionRewardReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSCompetitionRewardReq) GetCompetitionType() int32 { if m != nil { return m.CompetitionType } return 0 } func (m *SSCompetitionRewardReq) GetCompetitionSubId() int32 { if m != nil { return m.CompetitionSubId } return 0 } func (m *SSCompetitionRewardReq) GetEndSubId() bool { if m != nil { return m.EndSubId } return false } func (m *SSCompetitionRewardReq) GetRewardUidList() []*KeyValueType64 { if m != nil { return m.RewardUidList } return nil } type SSCompetitionRewardAck struct { CompetitionId int32 `protobuf:"varint,1,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` CompetitionSubId int32 `protobuf:"varint,2,opt,name=competition_sub_id,json=competitionSubId,proto3" json:"competition_sub_id,omitempty"` RewardUidList []*KeyValueType64 `protobuf:"bytes,3,rep,name=reward_uid_list,json=rewardUidList,proto3" json:"reward_uid_list,omitempty"` TotalRankCount int32 `protobuf:"varint,4,opt,name=total_rank_count,json=totalRankCount,proto3" json:"total_rank_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionRewardAck) Reset() { *m = SSCompetitionRewardAck{} } func (m *SSCompetitionRewardAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionRewardAck) ProtoMessage() {} func (*SSCompetitionRewardAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{32} } func (m *SSCompetitionRewardAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionRewardAck.Unmarshal(m, b) } func (m *SSCompetitionRewardAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionRewardAck.Marshal(b, m, deterministic) } func (m *SSCompetitionRewardAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionRewardAck.Merge(m, src) } func (m *SSCompetitionRewardAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionRewardAck.Size(m) } func (m *SSCompetitionRewardAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionRewardAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionRewardAck proto.InternalMessageInfo func (m *SSCompetitionRewardAck) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSCompetitionRewardAck) GetCompetitionSubId() int32 { if m != nil { return m.CompetitionSubId } return 0 } func (m *SSCompetitionRewardAck) GetRewardUidList() []*KeyValueType64 { if m != nil { return m.RewardUidList } return nil } func (m *SSCompetitionRewardAck) GetTotalRankCount() int32 { if m != nil { return m.TotalRankCount } return 0 } //上线时一次性获取历史赛季奖励 type SSCompetitionRewardHistoryReq struct { SCompetitionId int32 `protobuf:"varint,1,opt,name=s_competition_id,json=sCompetitionId,proto3" json:"s_competition_id,omitempty"` ECompetitionId int32 `protobuf:"varint,2,opt,name=e_competition_id,json=eCompetitionId,proto3" json:"e_competition_id,omitempty"` SCompetitionSubId int32 `protobuf:"varint,3,opt,name=s_competition_sub_id,json=sCompetitionSubId,proto3" json:"s_competition_sub_id,omitempty"` ECompetitionSubId int32 `protobuf:"varint,4,opt,name=e_competition_sub_id,json=eCompetitionSubId,proto3" json:"e_competition_sub_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionRewardHistoryReq) Reset() { *m = SSCompetitionRewardHistoryReq{} } func (m *SSCompetitionRewardHistoryReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionRewardHistoryReq) ProtoMessage() {} func (*SSCompetitionRewardHistoryReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{33} } func (m *SSCompetitionRewardHistoryReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionRewardHistoryReq.Unmarshal(m, b) } func (m *SSCompetitionRewardHistoryReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionRewardHistoryReq.Marshal(b, m, deterministic) } func (m *SSCompetitionRewardHistoryReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionRewardHistoryReq.Merge(m, src) } func (m *SSCompetitionRewardHistoryReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionRewardHistoryReq.Size(m) } func (m *SSCompetitionRewardHistoryReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionRewardHistoryReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionRewardHistoryReq proto.InternalMessageInfo func (m *SSCompetitionRewardHistoryReq) GetSCompetitionId() int32 { if m != nil { return m.SCompetitionId } return 0 } func (m *SSCompetitionRewardHistoryReq) GetECompetitionId() int32 { if m != nil { return m.ECompetitionId } return 0 } func (m *SSCompetitionRewardHistoryReq) GetSCompetitionSubId() int32 { if m != nil { return m.SCompetitionSubId } return 0 } func (m *SSCompetitionRewardHistoryReq) GetECompetitionSubId() int32 { if m != nil { return m.ECompetitionSubId } return 0 } type SSCompetitionRewardHistoryAck struct { RewardUidList []*KeyValueTypeList `protobuf:"bytes,1,rep,name=reward_uid_list,json=rewardUidList,proto3" json:"reward_uid_list,omitempty"` ECompetitionId int32 `protobuf:"varint,2,opt,name=e_competition_id,json=eCompetitionId,proto3" json:"e_competition_id,omitempty"` ECompetitionSubId int32 `protobuf:"varint,3,opt,name=e_competition_sub_id,json=eCompetitionSubId,proto3" json:"e_competition_sub_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionRewardHistoryAck) Reset() { *m = SSCompetitionRewardHistoryAck{} } func (m *SSCompetitionRewardHistoryAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionRewardHistoryAck) ProtoMessage() {} func (*SSCompetitionRewardHistoryAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{34} } func (m *SSCompetitionRewardHistoryAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionRewardHistoryAck.Unmarshal(m, b) } func (m *SSCompetitionRewardHistoryAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionRewardHistoryAck.Marshal(b, m, deterministic) } func (m *SSCompetitionRewardHistoryAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionRewardHistoryAck.Merge(m, src) } func (m *SSCompetitionRewardHistoryAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionRewardHistoryAck.Size(m) } func (m *SSCompetitionRewardHistoryAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionRewardHistoryAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionRewardHistoryAck proto.InternalMessageInfo func (m *SSCompetitionRewardHistoryAck) GetRewardUidList() []*KeyValueTypeList { if m != nil { return m.RewardUidList } return nil } func (m *SSCompetitionRewardHistoryAck) GetECompetitionId() int32 { if m != nil { return m.ECompetitionId } return 0 } func (m *SSCompetitionRewardHistoryAck) GetECompetitionSubId() int32 { if m != nil { return m.ECompetitionSubId } return 0 } //更新积分赛季排名 type SSCompetitionUpdateScoreReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` CompetitionId int32 `protobuf:"varint,2,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` Score int32 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"` //一下偶像季专用 FansUid uint64 `protobuf:"varint,4,opt,name=fans_uid,json=fansUid,proto3" json:"fans_uid,omitempty"` CurVoteScore int32 `protobuf:"varint,5,opt,name=cur_vote_score,json=curVoteScore,proto3" json:"cur_vote_score,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionUpdateScoreReq) Reset() { *m = SSCompetitionUpdateScoreReq{} } func (m *SSCompetitionUpdateScoreReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionUpdateScoreReq) ProtoMessage() {} func (*SSCompetitionUpdateScoreReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{35} } func (m *SSCompetitionUpdateScoreReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionUpdateScoreReq.Unmarshal(m, b) } func (m *SSCompetitionUpdateScoreReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionUpdateScoreReq.Marshal(b, m, deterministic) } func (m *SSCompetitionUpdateScoreReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionUpdateScoreReq.Merge(m, src) } func (m *SSCompetitionUpdateScoreReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionUpdateScoreReq.Size(m) } func (m *SSCompetitionUpdateScoreReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionUpdateScoreReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionUpdateScoreReq proto.InternalMessageInfo func (m *SSCompetitionUpdateScoreReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionUpdateScoreReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSCompetitionUpdateScoreReq) GetScore() int32 { if m != nil { return m.Score } return 0 } func (m *SSCompetitionUpdateScoreReq) GetFansUid() uint64 { if m != nil { return m.FansUid } return 0 } func (m *SSCompetitionUpdateScoreReq) GetCurVoteScore() int32 { if m != nil { return m.CurVoteScore } return 0 } type SSCompetitionUpdateScoreAck struct { CompetitionId int32 `protobuf:"varint,1,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` NextComScore int32 `protobuf:"varint,2,opt,name=next_com_score,json=nextComScore,proto3" json:"next_com_score,omitempty"` SelfRank int32 `protobuf:"varint,3,opt,name=self_rank,json=selfRank,proto3" json:"self_rank,omitempty"` TotalRank int32 `protobuf:"varint,4,opt,name=total_rank,json=totalRank,proto3" json:"total_rank,omitempty"` SectionId int32 `protobuf:"varint,5,opt,name=section_id,json=sectionId,proto3" json:"section_id,omitempty"` LastComScore int32 `protobuf:"varint,6,opt,name=last_com_score,json=lastComScore,proto3" json:"last_com_score,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionUpdateScoreAck) Reset() { *m = SSCompetitionUpdateScoreAck{} } func (m *SSCompetitionUpdateScoreAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionUpdateScoreAck) ProtoMessage() {} func (*SSCompetitionUpdateScoreAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{36} } func (m *SSCompetitionUpdateScoreAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionUpdateScoreAck.Unmarshal(m, b) } func (m *SSCompetitionUpdateScoreAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionUpdateScoreAck.Marshal(b, m, deterministic) } func (m *SSCompetitionUpdateScoreAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionUpdateScoreAck.Merge(m, src) } func (m *SSCompetitionUpdateScoreAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionUpdateScoreAck.Size(m) } func (m *SSCompetitionUpdateScoreAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionUpdateScoreAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionUpdateScoreAck proto.InternalMessageInfo func (m *SSCompetitionUpdateScoreAck) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSCompetitionUpdateScoreAck) GetNextComScore() int32 { if m != nil { return m.NextComScore } return 0 } func (m *SSCompetitionUpdateScoreAck) GetSelfRank() int32 { if m != nil { return m.SelfRank } return 0 } func (m *SSCompetitionUpdateScoreAck) GetTotalRank() int32 { if m != nil { return m.TotalRank } return 0 } func (m *SSCompetitionUpdateScoreAck) GetSectionId() int32 { if m != nil { return m.SectionId } return 0 } func (m *SSCompetitionUpdateScoreAck) GetLastComScore() int32 { if m != nil { return m.LastComScore } return 0 } type SSCompetitionOnVoteNtf struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` TotalCount int32 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` //前三名的票数 VoteList []*FansRankData `protobuf:"bytes,4,rep,name=vote_list,json=voteList,proto3" json:"vote_list,omitempty"` Detail []*PlayerShowData `protobuf:"bytes,5,rep,name=detail,proto3" json:"detail,omitempty"` VoteTarget *FansRankData `protobuf:"bytes,6,opt,name=vote_target,json=voteTarget,proto3" json:"vote_target,omitempty"` TicketCount int32 `protobuf:"varint,7,opt,name=ticket_count,json=ticketCount,proto3" json:"ticket_count,omitempty"` RewardData []*KeyValueType64 `protobuf:"bytes,8,rep,name=reward_data,json=rewardData,proto3" json:"reward_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionOnVoteNtf) Reset() { *m = SSCompetitionOnVoteNtf{} } func (m *SSCompetitionOnVoteNtf) String() string { return proto.CompactTextString(m) } func (*SSCompetitionOnVoteNtf) ProtoMessage() {} func (*SSCompetitionOnVoteNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{37} } func (m *SSCompetitionOnVoteNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionOnVoteNtf.Unmarshal(m, b) } func (m *SSCompetitionOnVoteNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionOnVoteNtf.Marshal(b, m, deterministic) } func (m *SSCompetitionOnVoteNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionOnVoteNtf.Merge(m, src) } func (m *SSCompetitionOnVoteNtf) XXX_Size() int { return xxx_messageInfo_SSCompetitionOnVoteNtf.Size(m) } func (m *SSCompetitionOnVoteNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionOnVoteNtf.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionOnVoteNtf proto.InternalMessageInfo func (m *SSCompetitionOnVoteNtf) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSCompetitionOnVoteNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionOnVoteNtf) GetTotalCount() int32 { if m != nil { return m.TotalCount } return 0 } func (m *SSCompetitionOnVoteNtf) GetVoteList() []*FansRankData { if m != nil { return m.VoteList } return nil } func (m *SSCompetitionOnVoteNtf) GetDetail() []*PlayerShowData { if m != nil { return m.Detail } return nil } func (m *SSCompetitionOnVoteNtf) GetVoteTarget() *FansRankData { if m != nil { return m.VoteTarget } return nil } func (m *SSCompetitionOnVoteNtf) GetTicketCount() int32 { if m != nil { return m.TicketCount } return 0 } func (m *SSCompetitionOnVoteNtf) GetRewardData() []*KeyValueType64 { if m != nil { return m.RewardData } return nil } //获取我的粉丝列表 type SSCompetitionSelfFansInfoReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` CompetitionId int32 `protobuf:"varint,2,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionSelfFansInfoReq) Reset() { *m = SSCompetitionSelfFansInfoReq{} } func (m *SSCompetitionSelfFansInfoReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionSelfFansInfoReq) ProtoMessage() {} func (*SSCompetitionSelfFansInfoReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{38} } func (m *SSCompetitionSelfFansInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionSelfFansInfoReq.Unmarshal(m, b) } func (m *SSCompetitionSelfFansInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionSelfFansInfoReq.Marshal(b, m, deterministic) } func (m *SSCompetitionSelfFansInfoReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionSelfFansInfoReq.Merge(m, src) } func (m *SSCompetitionSelfFansInfoReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionSelfFansInfoReq.Size(m) } func (m *SSCompetitionSelfFansInfoReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionSelfFansInfoReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionSelfFansInfoReq proto.InternalMessageInfo func (m *SSCompetitionSelfFansInfoReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionSelfFansInfoReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } type SSCompetitionSelfFansInfoAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` FanList []*FansVoteData `protobuf:"bytes,3,rep,name=fan_list,json=fanList,proto3" json:"fan_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionSelfFansInfoAck) Reset() { *m = SSCompetitionSelfFansInfoAck{} } func (m *SSCompetitionSelfFansInfoAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionSelfFansInfoAck) ProtoMessage() {} func (*SSCompetitionSelfFansInfoAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{39} } func (m *SSCompetitionSelfFansInfoAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionSelfFansInfoAck.Unmarshal(m, b) } func (m *SSCompetitionSelfFansInfoAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionSelfFansInfoAck.Marshal(b, m, deterministic) } func (m *SSCompetitionSelfFansInfoAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionSelfFansInfoAck.Merge(m, src) } func (m *SSCompetitionSelfFansInfoAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionSelfFansInfoAck.Size(m) } func (m *SSCompetitionSelfFansInfoAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionSelfFansInfoAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionSelfFansInfoAck proto.InternalMessageInfo func (m *SSCompetitionSelfFansInfoAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSCompetitionSelfFansInfoAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionSelfFansInfoAck) GetFanList() []*FansVoteData { if m != nil { return m.FanList } return nil } //获取偶像排行版 type SSCompetitionVoteRankReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` CompetitionId int32 `protobuf:"varint,3,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionVoteRankReq) Reset() { *m = SSCompetitionVoteRankReq{} } func (m *SSCompetitionVoteRankReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionVoteRankReq) ProtoMessage() {} func (*SSCompetitionVoteRankReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{40} } func (m *SSCompetitionVoteRankReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionVoteRankReq.Unmarshal(m, b) } func (m *SSCompetitionVoteRankReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionVoteRankReq.Marshal(b, m, deterministic) } func (m *SSCompetitionVoteRankReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionVoteRankReq.Merge(m, src) } func (m *SSCompetitionVoteRankReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionVoteRankReq.Size(m) } func (m *SSCompetitionVoteRankReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionVoteRankReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionVoteRankReq proto.InternalMessageInfo func (m *SSCompetitionVoteRankReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionVoteRankReq) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *SSCompetitionVoteRankReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } type SSCompetitionVoteRankAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` RankData []*FansRankData `protobuf:"bytes,4,rep,name=rank_data,json=rankData,proto3" json:"rank_data,omitempty"` IsEnd bool `protobuf:"varint,5,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionVoteRankAck) Reset() { *m = SSCompetitionVoteRankAck{} } func (m *SSCompetitionVoteRankAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionVoteRankAck) ProtoMessage() {} func (*SSCompetitionVoteRankAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{41} } func (m *SSCompetitionVoteRankAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionVoteRankAck.Unmarshal(m, b) } func (m *SSCompetitionVoteRankAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionVoteRankAck.Marshal(b, m, deterministic) } func (m *SSCompetitionVoteRankAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionVoteRankAck.Merge(m, src) } func (m *SSCompetitionVoteRankAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionVoteRankAck.Size(m) } func (m *SSCompetitionVoteRankAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionVoteRankAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionVoteRankAck proto.InternalMessageInfo func (m *SSCompetitionVoteRankAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSCompetitionVoteRankAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionVoteRankAck) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *SSCompetitionVoteRankAck) GetRankData() []*FansRankData { if m != nil { return m.RankData } return nil } func (m *SSCompetitionVoteRankAck) GetIsEnd() bool { if m != nil { return m.IsEnd } return false } //点亮宝箱排行榜 type SSCompetitionFansRewardRankReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` CompetitionId int32 `protobuf:"varint,4,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionFansRewardRankReq) Reset() { *m = SSCompetitionFansRewardRankReq{} } func (m *SSCompetitionFansRewardRankReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionFansRewardRankReq) ProtoMessage() {} func (*SSCompetitionFansRewardRankReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{42} } func (m *SSCompetitionFansRewardRankReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionFansRewardRankReq.Unmarshal(m, b) } func (m *SSCompetitionFansRewardRankReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionFansRewardRankReq.Marshal(b, m, deterministic) } func (m *SSCompetitionFansRewardRankReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionFansRewardRankReq.Merge(m, src) } func (m *SSCompetitionFansRewardRankReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionFansRewardRankReq.Size(m) } func (m *SSCompetitionFansRewardRankReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionFansRewardRankReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionFansRewardRankReq proto.InternalMessageInfo func (m *SSCompetitionFansRewardRankReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionFansRewardRankReq) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *SSCompetitionFansRewardRankReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } type SSCompetitionFansRewardRankAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` DataList []*FansBoxData `protobuf:"bytes,4,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` IsEnd bool `protobuf:"varint,5,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionFansRewardRankAck) Reset() { *m = SSCompetitionFansRewardRankAck{} } func (m *SSCompetitionFansRewardRankAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionFansRewardRankAck) ProtoMessage() {} func (*SSCompetitionFansRewardRankAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{43} } func (m *SSCompetitionFansRewardRankAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionFansRewardRankAck.Unmarshal(m, b) } func (m *SSCompetitionFansRewardRankAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionFansRewardRankAck.Marshal(b, m, deterministic) } func (m *SSCompetitionFansRewardRankAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionFansRewardRankAck.Merge(m, src) } func (m *SSCompetitionFansRewardRankAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionFansRewardRankAck.Size(m) } func (m *SSCompetitionFansRewardRankAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionFansRewardRankAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionFansRewardRankAck proto.InternalMessageInfo func (m *SSCompetitionFansRewardRankAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSCompetitionFansRewardRankAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionFansRewardRankAck) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *SSCompetitionFansRewardRankAck) GetDataList() []*FansBoxData { if m != nil { return m.DataList } return nil } func (m *SSCompetitionFansRewardRankAck) GetIsEnd() bool { if m != nil { return m.IsEnd } return false } //粉丝领取点亮宝箱奖励 type SSCompetitionFansGetRewardReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` IdolUid uint64 `protobuf:"varint,2,opt,name=idol_uid,json=idolUid,proto3" json:"idol_uid,omitempty"` RewardLevel int32 `protobuf:"varint,3,opt,name=reward_level,json=rewardLevel,proto3" json:"reward_level,omitempty"` CompetitionId int32 `protobuf:"varint,4,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionFansGetRewardReq) Reset() { *m = SSCompetitionFansGetRewardReq{} } func (m *SSCompetitionFansGetRewardReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionFansGetRewardReq) ProtoMessage() {} func (*SSCompetitionFansGetRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{44} } func (m *SSCompetitionFansGetRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionFansGetRewardReq.Unmarshal(m, b) } func (m *SSCompetitionFansGetRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionFansGetRewardReq.Marshal(b, m, deterministic) } func (m *SSCompetitionFansGetRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionFansGetRewardReq.Merge(m, src) } func (m *SSCompetitionFansGetRewardReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionFansGetRewardReq.Size(m) } func (m *SSCompetitionFansGetRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionFansGetRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionFansGetRewardReq proto.InternalMessageInfo func (m *SSCompetitionFansGetRewardReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionFansGetRewardReq) GetIdolUid() uint64 { if m != nil { return m.IdolUid } return 0 } func (m *SSCompetitionFansGetRewardReq) GetRewardLevel() int32 { if m != nil { return m.RewardLevel } return 0 } func (m *SSCompetitionFansGetRewardReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } type SSCompetitionFansGetRewardAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` IdolUid uint64 `protobuf:"varint,3,opt,name=idol_uid,json=idolUid,proto3" json:"idol_uid,omitempty"` RewardLevel int32 `protobuf:"varint,4,opt,name=reward_level,json=rewardLevel,proto3" json:"reward_level,omitempty"` IdolBoxCount int32 `protobuf:"varint,5,opt,name=idol_box_count,json=idolBoxCount,proto3" json:"idol_box_count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionFansGetRewardAck) Reset() { *m = SSCompetitionFansGetRewardAck{} } func (m *SSCompetitionFansGetRewardAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionFansGetRewardAck) ProtoMessage() {} func (*SSCompetitionFansGetRewardAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{45} } func (m *SSCompetitionFansGetRewardAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionFansGetRewardAck.Unmarshal(m, b) } func (m *SSCompetitionFansGetRewardAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionFansGetRewardAck.Marshal(b, m, deterministic) } func (m *SSCompetitionFansGetRewardAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionFansGetRewardAck.Merge(m, src) } func (m *SSCompetitionFansGetRewardAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionFansGetRewardAck.Size(m) } func (m *SSCompetitionFansGetRewardAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionFansGetRewardAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionFansGetRewardAck proto.InternalMessageInfo func (m *SSCompetitionFansGetRewardAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSCompetitionFansGetRewardAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionFansGetRewardAck) GetIdolUid() uint64 { if m != nil { return m.IdolUid } return 0 } func (m *SSCompetitionFansGetRewardAck) GetRewardLevel() int32 { if m != nil { return m.RewardLevel } return 0 } func (m *SSCompetitionFansGetRewardAck) GetIdolBoxCount() int32 { if m != nil { return m.IdolBoxCount } return 0 } //购买完宝箱,通知rank增加宝箱积分 type SSCompetitionAddIdolBoxScoreNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` Score int32 `protobuf:"varint,2,opt,name=score,proto3" json:"score,omitempty"` CompetitionId int32 `protobuf:"varint,3,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionAddIdolBoxScoreNtf) Reset() { *m = SSCompetitionAddIdolBoxScoreNtf{} } func (m *SSCompetitionAddIdolBoxScoreNtf) String() string { return proto.CompactTextString(m) } func (*SSCompetitionAddIdolBoxScoreNtf) ProtoMessage() {} func (*SSCompetitionAddIdolBoxScoreNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{46} } func (m *SSCompetitionAddIdolBoxScoreNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionAddIdolBoxScoreNtf.Unmarshal(m, b) } func (m *SSCompetitionAddIdolBoxScoreNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionAddIdolBoxScoreNtf.Marshal(b, m, deterministic) } func (m *SSCompetitionAddIdolBoxScoreNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionAddIdolBoxScoreNtf.Merge(m, src) } func (m *SSCompetitionAddIdolBoxScoreNtf) XXX_Size() int { return xxx_messageInfo_SSCompetitionAddIdolBoxScoreNtf.Size(m) } func (m *SSCompetitionAddIdolBoxScoreNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionAddIdolBoxScoreNtf.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionAddIdolBoxScoreNtf proto.InternalMessageInfo func (m *SSCompetitionAddIdolBoxScoreNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionAddIdolBoxScoreNtf) GetScore() int32 { if m != nil { return m.Score } return 0 } func (m *SSCompetitionAddIdolBoxScoreNtf) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } type SSCompetitionFansGetAllRewardReq struct { CompetitionId int32 `protobuf:"varint,1,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` CompetitionSubId int32 `protobuf:"varint,2,opt,name=competition_sub_id,json=competitionSubId,proto3" json:"competition_sub_id,omitempty"` CompetitionType int32 `protobuf:"varint,3,opt,name=competition_type,json=competitionType,proto3" json:"competition_type,omitempty"` Data []*FansVoteRewardData `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` IsFinish bool `protobuf:"varint,5,opt,name=is_finish,json=isFinish,proto3" json:"is_finish,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionFansGetAllRewardReq) Reset() { *m = SSCompetitionFansGetAllRewardReq{} } func (m *SSCompetitionFansGetAllRewardReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionFansGetAllRewardReq) ProtoMessage() {} func (*SSCompetitionFansGetAllRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{47} } func (m *SSCompetitionFansGetAllRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionFansGetAllRewardReq.Unmarshal(m, b) } func (m *SSCompetitionFansGetAllRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionFansGetAllRewardReq.Marshal(b, m, deterministic) } func (m *SSCompetitionFansGetAllRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionFansGetAllRewardReq.Merge(m, src) } func (m *SSCompetitionFansGetAllRewardReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionFansGetAllRewardReq.Size(m) } func (m *SSCompetitionFansGetAllRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionFansGetAllRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionFansGetAllRewardReq proto.InternalMessageInfo func (m *SSCompetitionFansGetAllRewardReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSCompetitionFansGetAllRewardReq) GetCompetitionSubId() int32 { if m != nil { return m.CompetitionSubId } return 0 } func (m *SSCompetitionFansGetAllRewardReq) GetCompetitionType() int32 { if m != nil { return m.CompetitionType } return 0 } func (m *SSCompetitionFansGetAllRewardReq) GetData() []*FansVoteRewardData { if m != nil { return m.Data } return nil } func (m *SSCompetitionFansGetAllRewardReq) GetIsFinish() bool { if m != nil { return m.IsFinish } return false } type SSCompetitionFansGetAllRewardAck struct { CompetitionId int32 `protobuf:"varint,1,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` CompetitionSubId int32 `protobuf:"varint,2,opt,name=competition_sub_id,json=competitionSubId,proto3" json:"competition_sub_id,omitempty"` Data []*FansVoteRewardData `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionFansGetAllRewardAck) Reset() { *m = SSCompetitionFansGetAllRewardAck{} } func (m *SSCompetitionFansGetAllRewardAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionFansGetAllRewardAck) ProtoMessage() {} func (*SSCompetitionFansGetAllRewardAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{48} } func (m *SSCompetitionFansGetAllRewardAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionFansGetAllRewardAck.Unmarshal(m, b) } func (m *SSCompetitionFansGetAllRewardAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionFansGetAllRewardAck.Marshal(b, m, deterministic) } func (m *SSCompetitionFansGetAllRewardAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionFansGetAllRewardAck.Merge(m, src) } func (m *SSCompetitionFansGetAllRewardAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionFansGetAllRewardAck.Size(m) } func (m *SSCompetitionFansGetAllRewardAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionFansGetAllRewardAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionFansGetAllRewardAck proto.InternalMessageInfo func (m *SSCompetitionFansGetAllRewardAck) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } func (m *SSCompetitionFansGetAllRewardAck) GetCompetitionSubId() int32 { if m != nil { return m.CompetitionSubId } return 0 } func (m *SSCompetitionFansGetAllRewardAck) GetData() []*FansVoteRewardData { if m != nil { return m.Data } return nil } type SSCompetitionGetPlayerVoteRankReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` ReqUid uint64 `protobuf:"varint,2,opt,name=req_uid,json=reqUid,proto3" json:"req_uid,omitempty"` CompetitionId int32 `protobuf:"varint,3,opt,name=competition_id,json=competitionId,proto3" json:"competition_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionGetPlayerVoteRankReq) Reset() { *m = SSCompetitionGetPlayerVoteRankReq{} } func (m *SSCompetitionGetPlayerVoteRankReq) String() string { return proto.CompactTextString(m) } func (*SSCompetitionGetPlayerVoteRankReq) ProtoMessage() {} func (*SSCompetitionGetPlayerVoteRankReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{49} } func (m *SSCompetitionGetPlayerVoteRankReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionGetPlayerVoteRankReq.Unmarshal(m, b) } func (m *SSCompetitionGetPlayerVoteRankReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionGetPlayerVoteRankReq.Marshal(b, m, deterministic) } func (m *SSCompetitionGetPlayerVoteRankReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionGetPlayerVoteRankReq.Merge(m, src) } func (m *SSCompetitionGetPlayerVoteRankReq) XXX_Size() int { return xxx_messageInfo_SSCompetitionGetPlayerVoteRankReq.Size(m) } func (m *SSCompetitionGetPlayerVoteRankReq) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionGetPlayerVoteRankReq.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionGetPlayerVoteRankReq proto.InternalMessageInfo func (m *SSCompetitionGetPlayerVoteRankReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSCompetitionGetPlayerVoteRankReq) GetReqUid() uint64 { if m != nil { return m.ReqUid } return 0 } func (m *SSCompetitionGetPlayerVoteRankReq) GetCompetitionId() int32 { if m != nil { return m.CompetitionId } return 0 } type SSCompetitionGetPlayerVoteRankAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` IdolRankData *FansRankData `protobuf:"bytes,2,opt,name=idol_rank_data,json=idolRankData,proto3" json:"idol_rank_data,omitempty"` ReqUid uint64 `protobuf:"varint,3,opt,name=req_uid,json=reqUid,proto3" json:"req_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSCompetitionGetPlayerVoteRankAck) Reset() { *m = SSCompetitionGetPlayerVoteRankAck{} } func (m *SSCompetitionGetPlayerVoteRankAck) String() string { return proto.CompactTextString(m) } func (*SSCompetitionGetPlayerVoteRankAck) ProtoMessage() {} func (*SSCompetitionGetPlayerVoteRankAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{50} } func (m *SSCompetitionGetPlayerVoteRankAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSCompetitionGetPlayerVoteRankAck.Unmarshal(m, b) } func (m *SSCompetitionGetPlayerVoteRankAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSCompetitionGetPlayerVoteRankAck.Marshal(b, m, deterministic) } func (m *SSCompetitionGetPlayerVoteRankAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSCompetitionGetPlayerVoteRankAck.Merge(m, src) } func (m *SSCompetitionGetPlayerVoteRankAck) XXX_Size() int { return xxx_messageInfo_SSCompetitionGetPlayerVoteRankAck.Size(m) } func (m *SSCompetitionGetPlayerVoteRankAck) XXX_DiscardUnknown() { xxx_messageInfo_SSCompetitionGetPlayerVoteRankAck.DiscardUnknown(m) } var xxx_messageInfo_SSCompetitionGetPlayerVoteRankAck proto.InternalMessageInfo func (m *SSCompetitionGetPlayerVoteRankAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSCompetitionGetPlayerVoteRankAck) GetIdolRankData() *FansRankData { if m != nil { return m.IdolRankData } return nil } func (m *SSCompetitionGetPlayerVoteRankAck) GetReqUid() uint64 { if m != nil { return m.ReqUid } return 0 } //////////////////////////social //friend type SSFriendAddReq struct { FromUid *CommonPlayerBriefInfo `protobuf:"bytes,1,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` AddUid uint64 `protobuf:"varint,2,opt,name=add_uid,json=addUid,proto3" json:"add_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSFriendAddReq) Reset() { *m = SSFriendAddReq{} } func (m *SSFriendAddReq) String() string { return proto.CompactTextString(m) } func (*SSFriendAddReq) ProtoMessage() {} func (*SSFriendAddReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{51} } func (m *SSFriendAddReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSFriendAddReq.Unmarshal(m, b) } func (m *SSFriendAddReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSFriendAddReq.Marshal(b, m, deterministic) } func (m *SSFriendAddReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSFriendAddReq.Merge(m, src) } func (m *SSFriendAddReq) XXX_Size() int { return xxx_messageInfo_SSFriendAddReq.Size(m) } func (m *SSFriendAddReq) XXX_DiscardUnknown() { xxx_messageInfo_SSFriendAddReq.DiscardUnknown(m) } var xxx_messageInfo_SSFriendAddReq proto.InternalMessageInfo func (m *SSFriendAddReq) GetFromUid() *CommonPlayerBriefInfo { if m != nil { return m.FromUid } return nil } func (m *SSFriendAddReq) GetAddUid() uint64 { if m != nil { return m.AddUid } return 0 } type SSFriendAddAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` FromUid uint64 `protobuf:"varint,2,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` AddUid *CommonPlayerBriefInfo `protobuf:"bytes,3,opt,name=add_uid,json=addUid,proto3" json:"add_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSFriendAddAck) Reset() { *m = SSFriendAddAck{} } func (m *SSFriendAddAck) String() string { return proto.CompactTextString(m) } func (*SSFriendAddAck) ProtoMessage() {} func (*SSFriendAddAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{52} } func (m *SSFriendAddAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSFriendAddAck.Unmarshal(m, b) } func (m *SSFriendAddAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSFriendAddAck.Marshal(b, m, deterministic) } func (m *SSFriendAddAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSFriendAddAck.Merge(m, src) } func (m *SSFriendAddAck) XXX_Size() int { return xxx_messageInfo_SSFriendAddAck.Size(m) } func (m *SSFriendAddAck) XXX_DiscardUnknown() { xxx_messageInfo_SSFriendAddAck.DiscardUnknown(m) } var xxx_messageInfo_SSFriendAddAck proto.InternalMessageInfo func (m *SSFriendAddAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSFriendAddAck) GetFromUid() uint64 { if m != nil { return m.FromUid } return 0 } func (m *SSFriendAddAck) GetAddUid() *CommonPlayerBriefInfo { if m != nil { return m.AddUid } return nil } //通过social发送给其他game服务器后,如果为找到del角色信息,会发送给db做处理 type SSFriendDelReq struct { FromUid uint64 `protobuf:"varint,1,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` DelUid uint64 `protobuf:"varint,2,opt,name=del_uid,json=delUid,proto3" json:"del_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSFriendDelReq) Reset() { *m = SSFriendDelReq{} } func (m *SSFriendDelReq) String() string { return proto.CompactTextString(m) } func (*SSFriendDelReq) ProtoMessage() {} func (*SSFriendDelReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{53} } func (m *SSFriendDelReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSFriendDelReq.Unmarshal(m, b) } func (m *SSFriendDelReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSFriendDelReq.Marshal(b, m, deterministic) } func (m *SSFriendDelReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSFriendDelReq.Merge(m, src) } func (m *SSFriendDelReq) XXX_Size() int { return xxx_messageInfo_SSFriendDelReq.Size(m) } func (m *SSFriendDelReq) XXX_DiscardUnknown() { xxx_messageInfo_SSFriendDelReq.DiscardUnknown(m) } var xxx_messageInfo_SSFriendDelReq proto.InternalMessageInfo func (m *SSFriendDelReq) GetFromUid() uint64 { if m != nil { return m.FromUid } return 0 } func (m *SSFriendDelReq) GetDelUid() uint64 { if m != nil { return m.DelUid } return 0 } type SSFriendDelAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` FromUid uint64 `protobuf:"varint,2,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` DelUid uint64 `protobuf:"varint,3,opt,name=del_uid,json=delUid,proto3" json:"del_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSFriendDelAck) Reset() { *m = SSFriendDelAck{} } func (m *SSFriendDelAck) String() string { return proto.CompactTextString(m) } func (*SSFriendDelAck) ProtoMessage() {} func (*SSFriendDelAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{54} } func (m *SSFriendDelAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSFriendDelAck.Unmarshal(m, b) } func (m *SSFriendDelAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSFriendDelAck.Marshal(b, m, deterministic) } func (m *SSFriendDelAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSFriendDelAck.Merge(m, src) } func (m *SSFriendDelAck) XXX_Size() int { return xxx_messageInfo_SSFriendDelAck.Size(m) } func (m *SSFriendDelAck) XXX_DiscardUnknown() { xxx_messageInfo_SSFriendDelAck.DiscardUnknown(m) } var xxx_messageInfo_SSFriendDelAck proto.InternalMessageInfo func (m *SSFriendDelAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSFriendDelAck) GetFromUid() uint64 { if m != nil { return m.FromUid } return 0 } func (m *SSFriendDelAck) GetDelUid() uint64 { if m != nil { return m.DelUid } return 0 } type SSFriendBlackNtf struct { FromUid uint64 `protobuf:"varint,1,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` BlackUid uint64 `protobuf:"varint,2,opt,name=black_uid,json=blackUid,proto3" json:"black_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSFriendBlackNtf) Reset() { *m = SSFriendBlackNtf{} } func (m *SSFriendBlackNtf) String() string { return proto.CompactTextString(m) } func (*SSFriendBlackNtf) ProtoMessage() {} func (*SSFriendBlackNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{55} } func (m *SSFriendBlackNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSFriendBlackNtf.Unmarshal(m, b) } func (m *SSFriendBlackNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSFriendBlackNtf.Marshal(b, m, deterministic) } func (m *SSFriendBlackNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSFriendBlackNtf.Merge(m, src) } func (m *SSFriendBlackNtf) XXX_Size() int { return xxx_messageInfo_SSFriendBlackNtf.Size(m) } func (m *SSFriendBlackNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSFriendBlackNtf.DiscardUnknown(m) } var xxx_messageInfo_SSFriendBlackNtf proto.InternalMessageInfo func (m *SSFriendBlackNtf) GetFromUid() uint64 { if m != nil { return m.FromUid } return 0 } func (m *SSFriendBlackNtf) GetBlackUid() uint64 { if m != nil { return m.BlackUid } return 0 } //查询在线状态 type SSOnlineStateReq struct { ProType int32 `protobuf:"varint,1,opt,name=pro_type,json=proType,proto3" json:"pro_type,omitempty"` ListType int32 `protobuf:"varint,2,opt,name=list_type,json=listType,proto3" json:"list_type,omitempty"` BriefInfoList []*CommonPlayerBriefInfo `protobuf:"bytes,3,rep,name=brief_info_list,json=briefInfoList,proto3" json:"brief_info_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSOnlineStateReq) Reset() { *m = SSOnlineStateReq{} } func (m *SSOnlineStateReq) String() string { return proto.CompactTextString(m) } func (*SSOnlineStateReq) ProtoMessage() {} func (*SSOnlineStateReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{56} } func (m *SSOnlineStateReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSOnlineStateReq.Unmarshal(m, b) } func (m *SSOnlineStateReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSOnlineStateReq.Marshal(b, m, deterministic) } func (m *SSOnlineStateReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSOnlineStateReq.Merge(m, src) } func (m *SSOnlineStateReq) XXX_Size() int { return xxx_messageInfo_SSOnlineStateReq.Size(m) } func (m *SSOnlineStateReq) XXX_DiscardUnknown() { xxx_messageInfo_SSOnlineStateReq.DiscardUnknown(m) } var xxx_messageInfo_SSOnlineStateReq proto.InternalMessageInfo func (m *SSOnlineStateReq) GetProType() int32 { if m != nil { return m.ProType } return 0 } func (m *SSOnlineStateReq) GetListType() int32 { if m != nil { return m.ListType } return 0 } func (m *SSOnlineStateReq) GetBriefInfoList() []*CommonPlayerBriefInfo { if m != nil { return m.BriefInfoList } return nil } type SSOnlineStateAck struct { ProType int32 `protobuf:"varint,1,opt,name=pro_type,json=proType,proto3" json:"pro_type,omitempty"` ListType int32 `protobuf:"varint,2,opt,name=list_type,json=listType,proto3" json:"list_type,omitempty"` BriefInfoList []*CommonPlayerBriefInfo `protobuf:"bytes,3,rep,name=brief_info_list,json=briefInfoList,proto3" json:"brief_info_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSOnlineStateAck) Reset() { *m = SSOnlineStateAck{} } func (m *SSOnlineStateAck) String() string { return proto.CompactTextString(m) } func (*SSOnlineStateAck) ProtoMessage() {} func (*SSOnlineStateAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{57} } func (m *SSOnlineStateAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSOnlineStateAck.Unmarshal(m, b) } func (m *SSOnlineStateAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSOnlineStateAck.Marshal(b, m, deterministic) } func (m *SSOnlineStateAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSOnlineStateAck.Merge(m, src) } func (m *SSOnlineStateAck) XXX_Size() int { return xxx_messageInfo_SSOnlineStateAck.Size(m) } func (m *SSOnlineStateAck) XXX_DiscardUnknown() { xxx_messageInfo_SSOnlineStateAck.DiscardUnknown(m) } var xxx_messageInfo_SSOnlineStateAck proto.InternalMessageInfo func (m *SSOnlineStateAck) GetProType() int32 { if m != nil { return m.ProType } return 0 } func (m *SSOnlineStateAck) GetListType() int32 { if m != nil { return m.ListType } return 0 } func (m *SSOnlineStateAck) GetBriefInfoList() []*CommonPlayerBriefInfo { if m != nil { return m.BriefInfoList } return nil } //////////////////////////////guild //公会相关消息 type SSGuildOnAddActivityNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` GuildId uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Activity int32 `protobuf:"varint,3,opt,name=activity,proto3" json:"activity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildOnAddActivityNtf) Reset() { *m = SSGuildOnAddActivityNtf{} } func (m *SSGuildOnAddActivityNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildOnAddActivityNtf) ProtoMessage() {} func (*SSGuildOnAddActivityNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{58} } func (m *SSGuildOnAddActivityNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildOnAddActivityNtf.Unmarshal(m, b) } func (m *SSGuildOnAddActivityNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildOnAddActivityNtf.Marshal(b, m, deterministic) } func (m *SSGuildOnAddActivityNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildOnAddActivityNtf.Merge(m, src) } func (m *SSGuildOnAddActivityNtf) XXX_Size() int { return xxx_messageInfo_SSGuildOnAddActivityNtf.Size(m) } func (m *SSGuildOnAddActivityNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildOnAddActivityNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildOnAddActivityNtf proto.InternalMessageInfo func (m *SSGuildOnAddActivityNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildOnAddActivityNtf) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildOnAddActivityNtf) GetActivity() int32 { if m != nil { return m.Activity } return 0 } type SSGuildBossRefreshNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` RefTime []*GuildBossTickTime `protobuf:"bytes,2,rep,name=ref_time,json=refTime,proto3" json:"ref_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBossRefreshNtf) Reset() { *m = SSGuildBossRefreshNtf{} } func (m *SSGuildBossRefreshNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildBossRefreshNtf) ProtoMessage() {} func (*SSGuildBossRefreshNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{59} } func (m *SSGuildBossRefreshNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBossRefreshNtf.Unmarshal(m, b) } func (m *SSGuildBossRefreshNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBossRefreshNtf.Marshal(b, m, deterministic) } func (m *SSGuildBossRefreshNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBossRefreshNtf.Merge(m, src) } func (m *SSGuildBossRefreshNtf) XXX_Size() int { return xxx_messageInfo_SSGuildBossRefreshNtf.Size(m) } func (m *SSGuildBossRefreshNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBossRefreshNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBossRefreshNtf proto.InternalMessageInfo func (m *SSGuildBossRefreshNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBossRefreshNtf) GetRefTime() []*GuildBossTickTime { if m != nil { return m.RefTime } return nil } //同步公会成员在线状态 type SSGuildOnlineStateReq struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildOnlineStateReq) Reset() { *m = SSGuildOnlineStateReq{} } func (m *SSGuildOnlineStateReq) String() string { return proto.CompactTextString(m) } func (*SSGuildOnlineStateReq) ProtoMessage() {} func (*SSGuildOnlineStateReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{60} } func (m *SSGuildOnlineStateReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildOnlineStateReq.Unmarshal(m, b) } func (m *SSGuildOnlineStateReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildOnlineStateReq.Marshal(b, m, deterministic) } func (m *SSGuildOnlineStateReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildOnlineStateReq.Merge(m, src) } func (m *SSGuildOnlineStateReq) XXX_Size() int { return xxx_messageInfo_SSGuildOnlineStateReq.Size(m) } func (m *SSGuildOnlineStateReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildOnlineStateReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildOnlineStateReq proto.InternalMessageInfo func (m *SSGuildOnlineStateReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildOnlineStateReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } type SSGuildOnlineStateAck struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` Offline uint64 `protobuf:"varint,3,opt,name=offline,proto3" json:"offline,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildOnlineStateAck) Reset() { *m = SSGuildOnlineStateAck{} } func (m *SSGuildOnlineStateAck) String() string { return proto.CompactTextString(m) } func (*SSGuildOnlineStateAck) ProtoMessage() {} func (*SSGuildOnlineStateAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{61} } func (m *SSGuildOnlineStateAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildOnlineStateAck.Unmarshal(m, b) } func (m *SSGuildOnlineStateAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildOnlineStateAck.Marshal(b, m, deterministic) } func (m *SSGuildOnlineStateAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildOnlineStateAck.Merge(m, src) } func (m *SSGuildOnlineStateAck) XXX_Size() int { return xxx_messageInfo_SSGuildOnlineStateAck.Size(m) } func (m *SSGuildOnlineStateAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildOnlineStateAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildOnlineStateAck proto.InternalMessageInfo func (m *SSGuildOnlineStateAck) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildOnlineStateAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildOnlineStateAck) GetOffline() uint64 { if m != nil { return m.Offline } return 0 } //获取新加入公会成员的在线状态 type SSGuildMemberOnlineInfoReq struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` UidList []uint64 `protobuf:"varint,2,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildMemberOnlineInfoReq) Reset() { *m = SSGuildMemberOnlineInfoReq{} } func (m *SSGuildMemberOnlineInfoReq) String() string { return proto.CompactTextString(m) } func (*SSGuildMemberOnlineInfoReq) ProtoMessage() {} func (*SSGuildMemberOnlineInfoReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{62} } func (m *SSGuildMemberOnlineInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildMemberOnlineInfoReq.Unmarshal(m, b) } func (m *SSGuildMemberOnlineInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildMemberOnlineInfoReq.Marshal(b, m, deterministic) } func (m *SSGuildMemberOnlineInfoReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildMemberOnlineInfoReq.Merge(m, src) } func (m *SSGuildMemberOnlineInfoReq) XXX_Size() int { return xxx_messageInfo_SSGuildMemberOnlineInfoReq.Size(m) } func (m *SSGuildMemberOnlineInfoReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildMemberOnlineInfoReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildMemberOnlineInfoReq proto.InternalMessageInfo func (m *SSGuildMemberOnlineInfoReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildMemberOnlineInfoReq) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } type SSGuildMemberOnlineInfoAck struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` UidList []*KeyValueType64 `protobuf:"bytes,2,rep,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildMemberOnlineInfoAck) Reset() { *m = SSGuildMemberOnlineInfoAck{} } func (m *SSGuildMemberOnlineInfoAck) String() string { return proto.CompactTextString(m) } func (*SSGuildMemberOnlineInfoAck) ProtoMessage() {} func (*SSGuildMemberOnlineInfoAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{63} } func (m *SSGuildMemberOnlineInfoAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildMemberOnlineInfoAck.Unmarshal(m, b) } func (m *SSGuildMemberOnlineInfoAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildMemberOnlineInfoAck.Marshal(b, m, deterministic) } func (m *SSGuildMemberOnlineInfoAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildMemberOnlineInfoAck.Merge(m, src) } func (m *SSGuildMemberOnlineInfoAck) XXX_Size() int { return xxx_messageInfo_SSGuildMemberOnlineInfoAck.Size(m) } func (m *SSGuildMemberOnlineInfoAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildMemberOnlineInfoAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildMemberOnlineInfoAck proto.InternalMessageInfo func (m *SSGuildMemberOnlineInfoAck) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildMemberOnlineInfoAck) GetUidList() []*KeyValueType64 { if m != nil { return m.UidList } return nil } //公会改名通知 type SSGuildNameChangeNtf struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` UidList []uint64 `protobuf:"varint,2,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` GuildName string `protobuf:"bytes,3,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildNameChangeNtf) Reset() { *m = SSGuildNameChangeNtf{} } func (m *SSGuildNameChangeNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildNameChangeNtf) ProtoMessage() {} func (*SSGuildNameChangeNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{64} } func (m *SSGuildNameChangeNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildNameChangeNtf.Unmarshal(m, b) } func (m *SSGuildNameChangeNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildNameChangeNtf.Marshal(b, m, deterministic) } func (m *SSGuildNameChangeNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildNameChangeNtf.Merge(m, src) } func (m *SSGuildNameChangeNtf) XXX_Size() int { return xxx_messageInfo_SSGuildNameChangeNtf.Size(m) } func (m *SSGuildNameChangeNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildNameChangeNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildNameChangeNtf proto.InternalMessageInfo func (m *SSGuildNameChangeNtf) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildNameChangeNtf) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } func (m *SSGuildNameChangeNtf) GetGuildName() string { if m != nil { return m.GuildName } return "" } //玩家上线请求公会信息 type SSOnlineGuildInfoReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` GuildId uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` IsRelogin bool `protobuf:"varint,3,opt,name=is_relogin,json=isRelogin,proto3" json:"is_relogin,omitempty"` DemonFightTime uint64 `protobuf:"varint,4,opt,name=demon_fight_time,json=demonFightTime,proto3" json:"demon_fight_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSOnlineGuildInfoReq) Reset() { *m = SSOnlineGuildInfoReq{} } func (m *SSOnlineGuildInfoReq) String() string { return proto.CompactTextString(m) } func (*SSOnlineGuildInfoReq) ProtoMessage() {} func (*SSOnlineGuildInfoReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{65} } func (m *SSOnlineGuildInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSOnlineGuildInfoReq.Unmarshal(m, b) } func (m *SSOnlineGuildInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSOnlineGuildInfoReq.Marshal(b, m, deterministic) } func (m *SSOnlineGuildInfoReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSOnlineGuildInfoReq.Merge(m, src) } func (m *SSOnlineGuildInfoReq) XXX_Size() int { return xxx_messageInfo_SSOnlineGuildInfoReq.Size(m) } func (m *SSOnlineGuildInfoReq) XXX_DiscardUnknown() { xxx_messageInfo_SSOnlineGuildInfoReq.DiscardUnknown(m) } var xxx_messageInfo_SSOnlineGuildInfoReq proto.InternalMessageInfo func (m *SSOnlineGuildInfoReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSOnlineGuildInfoReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSOnlineGuildInfoReq) GetIsRelogin() bool { if m != nil { return m.IsRelogin } return false } func (m *SSOnlineGuildInfoReq) GetDemonFightTime() uint64 { if m != nil { return m.DemonFightTime } return 0 } type SSOnlineGuildInfoAck struct { Data *GuildNotifyData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` NextJoin int64 `protobuf:"varint,2,opt,name=next_join,json=nextJoin,proto3" json:"next_join,omitempty"` Boss []uint32 `protobuf:"varint,3,rep,packed,name=boss,proto3" json:"boss,omitempty"` MsgRec []*MessageContentInfo `protobuf:"bytes,4,rep,name=msgRec,proto3" json:"msgRec,omitempty"` GuildSys *SystemMessage `protobuf:"bytes,5,opt,name=GuildSys,proto3" json:"GuildSys,omitempty"` InGuildBattle bool `protobuf:"varint,6,opt,name=in_guild_battle,json=inGuildBattle,proto3" json:"in_guild_battle,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSOnlineGuildInfoAck) Reset() { *m = SSOnlineGuildInfoAck{} } func (m *SSOnlineGuildInfoAck) String() string { return proto.CompactTextString(m) } func (*SSOnlineGuildInfoAck) ProtoMessage() {} func (*SSOnlineGuildInfoAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{66} } func (m *SSOnlineGuildInfoAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSOnlineGuildInfoAck.Unmarshal(m, b) } func (m *SSOnlineGuildInfoAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSOnlineGuildInfoAck.Marshal(b, m, deterministic) } func (m *SSOnlineGuildInfoAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSOnlineGuildInfoAck.Merge(m, src) } func (m *SSOnlineGuildInfoAck) XXX_Size() int { return xxx_messageInfo_SSOnlineGuildInfoAck.Size(m) } func (m *SSOnlineGuildInfoAck) XXX_DiscardUnknown() { xxx_messageInfo_SSOnlineGuildInfoAck.DiscardUnknown(m) } var xxx_messageInfo_SSOnlineGuildInfoAck proto.InternalMessageInfo func (m *SSOnlineGuildInfoAck) GetData() *GuildNotifyData { if m != nil { return m.Data } return nil } func (m *SSOnlineGuildInfoAck) GetNextJoin() int64 { if m != nil { return m.NextJoin } return 0 } func (m *SSOnlineGuildInfoAck) GetBoss() []uint32 { if m != nil { return m.Boss } return nil } func (m *SSOnlineGuildInfoAck) GetMsgRec() []*MessageContentInfo { if m != nil { return m.MsgRec } return nil } func (m *SSOnlineGuildInfoAck) GetGuildSys() *SystemMessage { if m != nil { return m.GuildSys } return nil } func (m *SSOnlineGuildInfoAck) GetInGuildBattle() bool { if m != nil { return m.InGuildBattle } return false } //公会战挑战占位 type SSGuildBattleChallengeReq struct { GuildBattleIdx int32 `protobuf:"varint,1,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` PosIdx int32 `protobuf:"varint,2,opt,name=pos_idx,json=posIdx,proto3" json:"pos_idx,omitempty"` BfInfo *CommonPlayerBriefInfo `protobuf:"bytes,3,opt,name=bf_info,json=bfInfo,proto3" json:"bf_info,omitempty"` SelfGuildId uint64 `protobuf:"varint,4,opt,name=self_guild_id,json=selfGuildId,proto3" json:"self_guild_id,omitempty"` CurRmb uint64 `protobuf:"varint,5,opt,name=cur_rmb,json=curRmb,proto3" json:"cur_rmb,omitempty"` BuyChallengeNum int32 `protobuf:"varint,6,opt,name=buy_challenge_num,json=buyChallengeNum,proto3" json:"buy_challenge_num,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleChallengeReq) Reset() { *m = SSGuildBattleChallengeReq{} } func (m *SSGuildBattleChallengeReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleChallengeReq) ProtoMessage() {} func (*SSGuildBattleChallengeReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{67} } func (m *SSGuildBattleChallengeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleChallengeReq.Unmarshal(m, b) } func (m *SSGuildBattleChallengeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleChallengeReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleChallengeReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleChallengeReq.Merge(m, src) } func (m *SSGuildBattleChallengeReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleChallengeReq.Size(m) } func (m *SSGuildBattleChallengeReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleChallengeReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleChallengeReq proto.InternalMessageInfo func (m *SSGuildBattleChallengeReq) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } func (m *SSGuildBattleChallengeReq) GetPosIdx() int32 { if m != nil { return m.PosIdx } return 0 } func (m *SSGuildBattleChallengeReq) GetBfInfo() *CommonPlayerBriefInfo { if m != nil { return m.BfInfo } return nil } func (m *SSGuildBattleChallengeReq) GetSelfGuildId() uint64 { if m != nil { return m.SelfGuildId } return 0 } func (m *SSGuildBattleChallengeReq) GetCurRmb() uint64 { if m != nil { return m.CurRmb } return 0 } func (m *SSGuildBattleChallengeReq) GetBuyChallengeNum() int32 { if m != nil { return m.BuyChallengeNum } return 0 } type SSGuildBattleChallengeAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` GuildBattleIdx int32 `protobuf:"varint,2,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` PosIdx int32 `protobuf:"varint,3,opt,name=pos_idx,json=posIdx,proto3" json:"pos_idx,omitempty"` FightInfo *FightRoleInfo `protobuf:"bytes,4,opt,name=fight_info,json=fightInfo,proto3" json:"fight_info,omitempty"` ChallengePosData *GuildPosIdxData `protobuf:"bytes,5,opt,name=challenge_pos_data,json=challengePosData,proto3" json:"challenge_pos_data,omitempty"` CostRmb uint64 `protobuf:"varint,6,opt,name=cost_rmb,json=costRmb,proto3" json:"cost_rmb,omitempty"` FightBuffList []*KeyValueType `protobuf:"bytes,7,rep,name=fight_buff_list,json=fightBuffList,proto3" json:"fight_buff_list,omitempty"` SelfBuffList []*KeyValueType `protobuf:"bytes,8,rep,name=self_buff_list,json=selfBuffList,proto3" json:"self_buff_list,omitempty"` SelfData *GuildBattleSelfData `protobuf:"bytes,9,opt,name=self_data,json=selfData,proto3" json:"self_data,omitempty"` UseBuyNum bool `protobuf:"varint,10,opt,name=use_buy_num,json=useBuyNum,proto3" json:"use_buy_num,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleChallengeAck) Reset() { *m = SSGuildBattleChallengeAck{} } func (m *SSGuildBattleChallengeAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleChallengeAck) ProtoMessage() {} func (*SSGuildBattleChallengeAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{68} } func (m *SSGuildBattleChallengeAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleChallengeAck.Unmarshal(m, b) } func (m *SSGuildBattleChallengeAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleChallengeAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleChallengeAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleChallengeAck.Merge(m, src) } func (m *SSGuildBattleChallengeAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleChallengeAck.Size(m) } func (m *SSGuildBattleChallengeAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleChallengeAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleChallengeAck proto.InternalMessageInfo func (m *SSGuildBattleChallengeAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSGuildBattleChallengeAck) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } func (m *SSGuildBattleChallengeAck) GetPosIdx() int32 { if m != nil { return m.PosIdx } return 0 } func (m *SSGuildBattleChallengeAck) GetFightInfo() *FightRoleInfo { if m != nil { return m.FightInfo } return nil } func (m *SSGuildBattleChallengeAck) GetChallengePosData() *GuildPosIdxData { if m != nil { return m.ChallengePosData } return nil } func (m *SSGuildBattleChallengeAck) GetCostRmb() uint64 { if m != nil { return m.CostRmb } return 0 } func (m *SSGuildBattleChallengeAck) GetFightBuffList() []*KeyValueType { if m != nil { return m.FightBuffList } return nil } func (m *SSGuildBattleChallengeAck) GetSelfBuffList() []*KeyValueType { if m != nil { return m.SelfBuffList } return nil } func (m *SSGuildBattleChallengeAck) GetSelfData() *GuildBattleSelfData { if m != nil { return m.SelfData } return nil } func (m *SSGuildBattleChallengeAck) GetUseBuyNum() bool { if m != nil { return m.UseBuyNum } return false } //贡献点请求 type SSGuildBattleCPRankReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` GuildId uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleCPRankReq) Reset() { *m = SSGuildBattleCPRankReq{} } func (m *SSGuildBattleCPRankReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleCPRankReq) ProtoMessage() {} func (*SSGuildBattleCPRankReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{69} } func (m *SSGuildBattleCPRankReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleCPRankReq.Unmarshal(m, b) } func (m *SSGuildBattleCPRankReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleCPRankReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleCPRankReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleCPRankReq.Merge(m, src) } func (m *SSGuildBattleCPRankReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleCPRankReq.Size(m) } func (m *SSGuildBattleCPRankReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleCPRankReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleCPRankReq proto.InternalMessageInfo func (m *SSGuildBattleCPRankReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleCPRankReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } type SSGuildBattleCPRankAck struct { CpList []*GuildBattleCP `protobuf:"bytes,1,rep,name=cp_list,json=cpList,proto3" json:"cp_list,omitempty"` SelfGuildRank int32 `protobuf:"varint,2,opt,name=self_guild_rank,json=selfGuildRank,proto3" json:"self_guild_rank,omitempty"` SelfGuildCp int32 `protobuf:"varint,3,opt,name=self_guild_cp,json=selfGuildCp,proto3" json:"self_guild_cp,omitempty"` Uid uint64 `protobuf:"varint,10,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleCPRankAck) Reset() { *m = SSGuildBattleCPRankAck{} } func (m *SSGuildBattleCPRankAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleCPRankAck) ProtoMessage() {} func (*SSGuildBattleCPRankAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{70} } func (m *SSGuildBattleCPRankAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleCPRankAck.Unmarshal(m, b) } func (m *SSGuildBattleCPRankAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleCPRankAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleCPRankAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleCPRankAck.Merge(m, src) } func (m *SSGuildBattleCPRankAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleCPRankAck.Size(m) } func (m *SSGuildBattleCPRankAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleCPRankAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleCPRankAck proto.InternalMessageInfo func (m *SSGuildBattleCPRankAck) GetCpList() []*GuildBattleCP { if m != nil { return m.CpList } return nil } func (m *SSGuildBattleCPRankAck) GetSelfGuildRank() int32 { if m != nil { return m.SelfGuildRank } return 0 } func (m *SSGuildBattleCPRankAck) GetSelfGuildCp() int32 { if m != nil { return m.SelfGuildCp } return 0 } func (m *SSGuildBattleCPRankAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //对阵表请求 type SSGuildBattleCountPartReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleCountPartReq) Reset() { *m = SSGuildBattleCountPartReq{} } func (m *SSGuildBattleCountPartReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleCountPartReq) ProtoMessage() {} func (*SSGuildBattleCountPartReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{71} } func (m *SSGuildBattleCountPartReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleCountPartReq.Unmarshal(m, b) } func (m *SSGuildBattleCountPartReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleCountPartReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleCountPartReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleCountPartReq.Merge(m, src) } func (m *SSGuildBattleCountPartReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleCountPartReq.Size(m) } func (m *SSGuildBattleCountPartReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleCountPartReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleCountPartReq proto.InternalMessageInfo func (m *SSGuildBattleCountPartReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } type SSGuildBattleCountPartAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Champion uint64 `protobuf:"varint,2,opt,name=champion,proto3" json:"champion,omitempty"` CurStge int32 `protobuf:"varint,3,opt,name=cur_stge,json=curStge,proto3" json:"cur_stge,omitempty"` TournamentPrepare uint64 `protobuf:"varint,4,opt,name=tournament_prepare,json=tournamentPrepare,proto3" json:"tournament_prepare,omitempty"` TournamentBegin uint64 `protobuf:"varint,5,opt,name=tournament_begin,json=tournamentBegin,proto3" json:"tournament_begin,omitempty"` TournamentEnd uint64 `protobuf:"varint,6,opt,name=tournament_end,json=tournamentEnd,proto3" json:"tournament_end,omitempty"` SemifinalsPrepare uint64 `protobuf:"varint,7,opt,name=semifinals_prepare,json=semifinalsPrepare,proto3" json:"semifinals_prepare,omitempty"` SemifinalsBegin uint64 `protobuf:"varint,8,opt,name=semifinals_begin,json=semifinalsBegin,proto3" json:"semifinals_begin,omitempty"` SemifinalsEnd uint64 `protobuf:"varint,9,opt,name=semifinals_end,json=semifinalsEnd,proto3" json:"semifinals_end,omitempty"` FinalsPrepare uint64 `protobuf:"varint,10,opt,name=finals_prepare,json=finalsPrepare,proto3" json:"finals_prepare,omitempty"` FinalsBegin uint64 `protobuf:"varint,11,opt,name=finals_begin,json=finalsBegin,proto3" json:"finals_begin,omitempty"` FinalsEnd uint64 `protobuf:"varint,12,opt,name=finals_end,json=finalsEnd,proto3" json:"finals_end,omitempty"` Table *GuildCountPartTable `protobuf:"bytes,13,opt,name=table,proto3" json:"table,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleCountPartAck) Reset() { *m = SSGuildBattleCountPartAck{} } func (m *SSGuildBattleCountPartAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleCountPartAck) ProtoMessage() {} func (*SSGuildBattleCountPartAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{72} } func (m *SSGuildBattleCountPartAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleCountPartAck.Unmarshal(m, b) } func (m *SSGuildBattleCountPartAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleCountPartAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleCountPartAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleCountPartAck.Merge(m, src) } func (m *SSGuildBattleCountPartAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleCountPartAck.Size(m) } func (m *SSGuildBattleCountPartAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleCountPartAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleCountPartAck proto.InternalMessageInfo func (m *SSGuildBattleCountPartAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSGuildBattleCountPartAck) GetChampion() uint64 { if m != nil { return m.Champion } return 0 } func (m *SSGuildBattleCountPartAck) GetCurStge() int32 { if m != nil { return m.CurStge } return 0 } func (m *SSGuildBattleCountPartAck) GetTournamentPrepare() uint64 { if m != nil { return m.TournamentPrepare } return 0 } func (m *SSGuildBattleCountPartAck) GetTournamentBegin() uint64 { if m != nil { return m.TournamentBegin } return 0 } func (m *SSGuildBattleCountPartAck) GetTournamentEnd() uint64 { if m != nil { return m.TournamentEnd } return 0 } func (m *SSGuildBattleCountPartAck) GetSemifinalsPrepare() uint64 { if m != nil { return m.SemifinalsPrepare } return 0 } func (m *SSGuildBattleCountPartAck) GetSemifinalsBegin() uint64 { if m != nil { return m.SemifinalsBegin } return 0 } func (m *SSGuildBattleCountPartAck) GetSemifinalsEnd() uint64 { if m != nil { return m.SemifinalsEnd } return 0 } func (m *SSGuildBattleCountPartAck) GetFinalsPrepare() uint64 { if m != nil { return m.FinalsPrepare } return 0 } func (m *SSGuildBattleCountPartAck) GetFinalsBegin() uint64 { if m != nil { return m.FinalsBegin } return 0 } func (m *SSGuildBattleCountPartAck) GetFinalsEnd() uint64 { if m != nil { return m.FinalsEnd } return 0 } func (m *SSGuildBattleCountPartAck) GetTable() *GuildCountPartTable { if m != nil { return m.Table } return nil } //MVP信息请求 type SSGuildBattleMvpInfoReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` GuildBattleIdx int32 `protobuf:"varint,2,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleMvpInfoReq) Reset() { *m = SSGuildBattleMvpInfoReq{} } func (m *SSGuildBattleMvpInfoReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleMvpInfoReq) ProtoMessage() {} func (*SSGuildBattleMvpInfoReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{73} } func (m *SSGuildBattleMvpInfoReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleMvpInfoReq.Unmarshal(m, b) } func (m *SSGuildBattleMvpInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleMvpInfoReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleMvpInfoReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleMvpInfoReq.Merge(m, src) } func (m *SSGuildBattleMvpInfoReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleMvpInfoReq.Size(m) } func (m *SSGuildBattleMvpInfoReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleMvpInfoReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleMvpInfoReq proto.InternalMessageInfo func (m *SSGuildBattleMvpInfoReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleMvpInfoReq) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } type SSGuildBattleMvpInfoAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` GuildBattleIdx int32 `protobuf:"varint,2,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` Detail []*GuildBattleDetail `protobuf:"bytes,3,rep,name=detail,proto3" json:"detail,omitempty"` CountPart *CountTableData `protobuf:"bytes,4,opt,name=count_part,json=countPart,proto3" json:"count_part,omitempty"` Uid uint64 `protobuf:"varint,5,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleMvpInfoAck) Reset() { *m = SSGuildBattleMvpInfoAck{} } func (m *SSGuildBattleMvpInfoAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleMvpInfoAck) ProtoMessage() {} func (*SSGuildBattleMvpInfoAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{74} } func (m *SSGuildBattleMvpInfoAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleMvpInfoAck.Unmarshal(m, b) } func (m *SSGuildBattleMvpInfoAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleMvpInfoAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleMvpInfoAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleMvpInfoAck.Merge(m, src) } func (m *SSGuildBattleMvpInfoAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleMvpInfoAck.Size(m) } func (m *SSGuildBattleMvpInfoAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleMvpInfoAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleMvpInfoAck proto.InternalMessageInfo func (m *SSGuildBattleMvpInfoAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSGuildBattleMvpInfoAck) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } func (m *SSGuildBattleMvpInfoAck) GetDetail() []*GuildBattleDetail { if m != nil { return m.Detail } return nil } func (m *SSGuildBattleMvpInfoAck) GetCountPart() *CountTableData { if m != nil { return m.CountPart } return nil } func (m *SSGuildBattleMvpInfoAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //Mvp详情请求 type SSGuildBattleMvpDetailReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` MvpType int32 `protobuf:"varint,2,opt,name=mvp_type,json=mvpType,proto3" json:"mvp_type,omitempty"` ReqRank int32 `protobuf:"varint,3,opt,name=req_rank,json=reqRank,proto3" json:"req_rank,omitempty"` GuildBattleIdx int32 `protobuf:"varint,4,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleMvpDetailReq) Reset() { *m = SSGuildBattleMvpDetailReq{} } func (m *SSGuildBattleMvpDetailReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleMvpDetailReq) ProtoMessage() {} func (*SSGuildBattleMvpDetailReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{75} } func (m *SSGuildBattleMvpDetailReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleMvpDetailReq.Unmarshal(m, b) } func (m *SSGuildBattleMvpDetailReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleMvpDetailReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleMvpDetailReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleMvpDetailReq.Merge(m, src) } func (m *SSGuildBattleMvpDetailReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleMvpDetailReq.Size(m) } func (m *SSGuildBattleMvpDetailReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleMvpDetailReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleMvpDetailReq proto.InternalMessageInfo func (m *SSGuildBattleMvpDetailReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleMvpDetailReq) GetMvpType() int32 { if m != nil { return m.MvpType } return 0 } func (m *SSGuildBattleMvpDetailReq) GetReqRank() int32 { if m != nil { return m.ReqRank } return 0 } func (m *SSGuildBattleMvpDetailReq) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } type SSGuildBattleMvpDetailAck struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` MvpType int32 `protobuf:"varint,2,opt,name=mvp_type,json=mvpType,proto3" json:"mvp_type,omitempty"` Mvp []*GuildBattleMvp `protobuf:"bytes,3,rep,name=mvp,proto3" json:"mvp,omitempty"` ReqRank int32 `protobuf:"varint,4,opt,name=req_rank,json=reqRank,proto3" json:"req_rank,omitempty"` GuildBattleIdx int32 `protobuf:"varint,5,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleMvpDetailAck) Reset() { *m = SSGuildBattleMvpDetailAck{} } func (m *SSGuildBattleMvpDetailAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleMvpDetailAck) ProtoMessage() {} func (*SSGuildBattleMvpDetailAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{76} } func (m *SSGuildBattleMvpDetailAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleMvpDetailAck.Unmarshal(m, b) } func (m *SSGuildBattleMvpDetailAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleMvpDetailAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleMvpDetailAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleMvpDetailAck.Merge(m, src) } func (m *SSGuildBattleMvpDetailAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleMvpDetailAck.Size(m) } func (m *SSGuildBattleMvpDetailAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleMvpDetailAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleMvpDetailAck proto.InternalMessageInfo func (m *SSGuildBattleMvpDetailAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleMvpDetailAck) GetMvpType() int32 { if m != nil { return m.MvpType } return 0 } func (m *SSGuildBattleMvpDetailAck) GetMvp() []*GuildBattleMvp { if m != nil { return m.Mvp } return nil } func (m *SSGuildBattleMvpDetailAck) GetReqRank() int32 { if m != nil { return m.ReqRank } return 0 } func (m *SSGuildBattleMvpDetailAck) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } type SSGuildBattleStageChangeNtf struct { InGuildBattle bool `protobuf:"varint,1,opt,name=in_guild_battle,json=inGuildBattle,proto3" json:"in_guild_battle,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleStageChangeNtf) Reset() { *m = SSGuildBattleStageChangeNtf{} } func (m *SSGuildBattleStageChangeNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleStageChangeNtf) ProtoMessage() {} func (*SSGuildBattleStageChangeNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{77} } func (m *SSGuildBattleStageChangeNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleStageChangeNtf.Unmarshal(m, b) } func (m *SSGuildBattleStageChangeNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleStageChangeNtf.Marshal(b, m, deterministic) } func (m *SSGuildBattleStageChangeNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleStageChangeNtf.Merge(m, src) } func (m *SSGuildBattleStageChangeNtf) XXX_Size() int { return xxx_messageInfo_SSGuildBattleStageChangeNtf.Size(m) } func (m *SSGuildBattleStageChangeNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleStageChangeNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleStageChangeNtf proto.InternalMessageInfo func (m *SSGuildBattleStageChangeNtf) GetInGuildBattle() bool { if m != nil { return m.InGuildBattle } return false } type SSGuildBattleRewardNtf struct { RewardType int32 `protobuf:"varint,1,opt,name=reward_type,json=rewardType,proto3" json:"reward_type,omitempty"` UidList []uint64 `protobuf:"varint,2,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` GuildPre uint64 `protobuf:"varint,3,opt,name=guild_pre,json=guildPre,proto3" json:"guild_pre,omitempty"` GuildRound int32 `protobuf:"varint,4,opt,name=guild_round,json=guildRound,proto3" json:"guild_round,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleRewardNtf) Reset() { *m = SSGuildBattleRewardNtf{} } func (m *SSGuildBattleRewardNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleRewardNtf) ProtoMessage() {} func (*SSGuildBattleRewardNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{78} } func (m *SSGuildBattleRewardNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleRewardNtf.Unmarshal(m, b) } func (m *SSGuildBattleRewardNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleRewardNtf.Marshal(b, m, deterministic) } func (m *SSGuildBattleRewardNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleRewardNtf.Merge(m, src) } func (m *SSGuildBattleRewardNtf) XXX_Size() int { return xxx_messageInfo_SSGuildBattleRewardNtf.Size(m) } func (m *SSGuildBattleRewardNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleRewardNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleRewardNtf proto.InternalMessageInfo func (m *SSGuildBattleRewardNtf) GetRewardType() int32 { if m != nil { return m.RewardType } return 0 } func (m *SSGuildBattleRewardNtf) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } func (m *SSGuildBattleRewardNtf) GetGuildPre() uint64 { if m != nil { return m.GuildPre } return 0 } func (m *SSGuildBattleRewardNtf) GetGuildRound() int32 { if m != nil { return m.GuildRound } return 0 } type SSGuildBattleOnlineGetRewardReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` CurRewardId int32 `protobuf:"varint,2,opt,name=cur_reward_id,json=curRewardId,proto3" json:"cur_reward_id,omitempty"` MvpRewardId int32 `protobuf:"varint,3,opt,name=mvp_reward_id,json=mvpRewardId,proto3" json:"mvp_reward_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleOnlineGetRewardReq) Reset() { *m = SSGuildBattleOnlineGetRewardReq{} } func (m *SSGuildBattleOnlineGetRewardReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleOnlineGetRewardReq) ProtoMessage() {} func (*SSGuildBattleOnlineGetRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{79} } func (m *SSGuildBattleOnlineGetRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleOnlineGetRewardReq.Unmarshal(m, b) } func (m *SSGuildBattleOnlineGetRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleOnlineGetRewardReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleOnlineGetRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleOnlineGetRewardReq.Merge(m, src) } func (m *SSGuildBattleOnlineGetRewardReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleOnlineGetRewardReq.Size(m) } func (m *SSGuildBattleOnlineGetRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleOnlineGetRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleOnlineGetRewardReq proto.InternalMessageInfo func (m *SSGuildBattleOnlineGetRewardReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleOnlineGetRewardReq) GetCurRewardId() int32 { if m != nil { return m.CurRewardId } return 0 } func (m *SSGuildBattleOnlineGetRewardReq) GetMvpRewardId() int32 { if m != nil { return m.MvpRewardId } return 0 } type GuildBattleReward struct { IsPre bool `protobuf:"varint,1,opt,name=is_pre,json=isPre,proto3" json:"is_pre,omitempty"` RewardType int32 `protobuf:"varint,2,opt,name=reward_type,json=rewardType,proto3" json:"reward_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GuildBattleReward) Reset() { *m = GuildBattleReward{} } func (m *GuildBattleReward) String() string { return proto.CompactTextString(m) } func (*GuildBattleReward) ProtoMessage() {} func (*GuildBattleReward) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{80} } func (m *GuildBattleReward) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GuildBattleReward.Unmarshal(m, b) } func (m *GuildBattleReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GuildBattleReward.Marshal(b, m, deterministic) } func (m *GuildBattleReward) XXX_Merge(src proto.Message) { xxx_messageInfo_GuildBattleReward.Merge(m, src) } func (m *GuildBattleReward) XXX_Size() int { return xxx_messageInfo_GuildBattleReward.Size(m) } func (m *GuildBattleReward) XXX_DiscardUnknown() { xxx_messageInfo_GuildBattleReward.DiscardUnknown(m) } var xxx_messageInfo_GuildBattleReward proto.InternalMessageInfo func (m *GuildBattleReward) GetIsPre() bool { if m != nil { return m.IsPre } return false } func (m *GuildBattleReward) GetRewardType() int32 { if m != nil { return m.RewardType } return 0 } type SSGuildBattleOnlineGetRewardAck struct { RoundReward []*GuildBattleReward `protobuf:"bytes,1,rep,name=round_reward,json=roundReward,proto3" json:"round_reward,omitempty"` CurBattleRound int32 `protobuf:"varint,2,opt,name=cur_battle_round,json=curBattleRound,proto3" json:"cur_battle_round,omitempty"` ScoreMvp []*MvpRewardInfo `protobuf:"bytes,3,rep,name=score_mvp,json=scoreMvp,proto3" json:"score_mvp,omitempty"` KillerMvp []*MvpRewardInfo `protobuf:"bytes,4,rep,name=killer_mvp,json=killerMvp,proto3" json:"killer_mvp,omitempty"` CurMvpRound int32 `protobuf:"varint,5,opt,name=cur_mvp_round,json=curMvpRound,proto3" json:"cur_mvp_round,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleOnlineGetRewardAck) Reset() { *m = SSGuildBattleOnlineGetRewardAck{} } func (m *SSGuildBattleOnlineGetRewardAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleOnlineGetRewardAck) ProtoMessage() {} func (*SSGuildBattleOnlineGetRewardAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{81} } func (m *SSGuildBattleOnlineGetRewardAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleOnlineGetRewardAck.Unmarshal(m, b) } func (m *SSGuildBattleOnlineGetRewardAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleOnlineGetRewardAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleOnlineGetRewardAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleOnlineGetRewardAck.Merge(m, src) } func (m *SSGuildBattleOnlineGetRewardAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleOnlineGetRewardAck.Size(m) } func (m *SSGuildBattleOnlineGetRewardAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleOnlineGetRewardAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleOnlineGetRewardAck proto.InternalMessageInfo func (m *SSGuildBattleOnlineGetRewardAck) GetRoundReward() []*GuildBattleReward { if m != nil { return m.RoundReward } return nil } func (m *SSGuildBattleOnlineGetRewardAck) GetCurBattleRound() int32 { if m != nil { return m.CurBattleRound } return 0 } func (m *SSGuildBattleOnlineGetRewardAck) GetScoreMvp() []*MvpRewardInfo { if m != nil { return m.ScoreMvp } return nil } func (m *SSGuildBattleOnlineGetRewardAck) GetKillerMvp() []*MvpRewardInfo { if m != nil { return m.KillerMvp } return nil } func (m *SSGuildBattleOnlineGetRewardAck) GetCurMvpRound() int32 { if m != nil { return m.CurMvpRound } return 0 } type SSGuildBattleCPChangeNtf struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleCPChangeNtf) Reset() { *m = SSGuildBattleCPChangeNtf{} } func (m *SSGuildBattleCPChangeNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleCPChangeNtf) ProtoMessage() {} func (*SSGuildBattleCPChangeNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{82} } func (m *SSGuildBattleCPChangeNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleCPChangeNtf.Unmarshal(m, b) } func (m *SSGuildBattleCPChangeNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleCPChangeNtf.Marshal(b, m, deterministic) } func (m *SSGuildBattleCPChangeNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleCPChangeNtf.Merge(m, src) } func (m *SSGuildBattleCPChangeNtf) XXX_Size() int { return xxx_messageInfo_SSGuildBattleCPChangeNtf.Size(m) } func (m *SSGuildBattleCPChangeNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleCPChangeNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleCPChangeNtf proto.InternalMessageInfo //公会战GM // type SSGuildBattleGMAddGuildCPReq struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` AddScore uint32 `protobuf:"varint,2,opt,name=add_score,json=addScore,proto3" json:"add_score,omitempty"` Uid uint64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleGMAddGuildCPReq) Reset() { *m = SSGuildBattleGMAddGuildCPReq{} } func (m *SSGuildBattleGMAddGuildCPReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleGMAddGuildCPReq) ProtoMessage() {} func (*SSGuildBattleGMAddGuildCPReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{83} } func (m *SSGuildBattleGMAddGuildCPReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleGMAddGuildCPReq.Unmarshal(m, b) } func (m *SSGuildBattleGMAddGuildCPReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleGMAddGuildCPReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleGMAddGuildCPReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleGMAddGuildCPReq.Merge(m, src) } func (m *SSGuildBattleGMAddGuildCPReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleGMAddGuildCPReq.Size(m) } func (m *SSGuildBattleGMAddGuildCPReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleGMAddGuildCPReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleGMAddGuildCPReq proto.InternalMessageInfo func (m *SSGuildBattleGMAddGuildCPReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildBattleGMAddGuildCPReq) GetAddScore() uint32 { if m != nil { return m.AddScore } return 0 } func (m *SSGuildBattleGMAddGuildCPReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //添加战斗积分 type SSGuildBattleGMAddGuildScoreReq struct { BattleIndex int32 `protobuf:"varint,1,opt,name=battle_index,json=battleIndex,proto3" json:"battle_index,omitempty"` GuildIndex int32 `protobuf:"varint,2,opt,name=guild_index,json=guildIndex,proto3" json:"guild_index,omitempty"` AddScore int32 `protobuf:"varint,3,opt,name=add_score,json=addScore,proto3" json:"add_score,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleGMAddGuildScoreReq) Reset() { *m = SSGuildBattleGMAddGuildScoreReq{} } func (m *SSGuildBattleGMAddGuildScoreReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleGMAddGuildScoreReq) ProtoMessage() {} func (*SSGuildBattleGMAddGuildScoreReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{84} } func (m *SSGuildBattleGMAddGuildScoreReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleGMAddGuildScoreReq.Unmarshal(m, b) } func (m *SSGuildBattleGMAddGuildScoreReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleGMAddGuildScoreReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleGMAddGuildScoreReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleGMAddGuildScoreReq.Merge(m, src) } func (m *SSGuildBattleGMAddGuildScoreReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleGMAddGuildScoreReq.Size(m) } func (m *SSGuildBattleGMAddGuildScoreReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleGMAddGuildScoreReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleGMAddGuildScoreReq proto.InternalMessageInfo func (m *SSGuildBattleGMAddGuildScoreReq) GetBattleIndex() int32 { if m != nil { return m.BattleIndex } return 0 } func (m *SSGuildBattleGMAddGuildScoreReq) GetGuildIndex() int32 { if m != nil { return m.GuildIndex } return 0 } func (m *SSGuildBattleGMAddGuildScoreReq) GetAddScore() int32 { if m != nil { return m.AddScore } return 0 } //GM会长转让 type SSGuildBattleGMChangeLeaderReq struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleGMChangeLeaderReq) Reset() { *m = SSGuildBattleGMChangeLeaderReq{} } func (m *SSGuildBattleGMChangeLeaderReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleGMChangeLeaderReq) ProtoMessage() {} func (*SSGuildBattleGMChangeLeaderReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{85} } func (m *SSGuildBattleGMChangeLeaderReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleGMChangeLeaderReq.Unmarshal(m, b) } func (m *SSGuildBattleGMChangeLeaderReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleGMChangeLeaderReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleGMChangeLeaderReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleGMChangeLeaderReq.Merge(m, src) } func (m *SSGuildBattleGMChangeLeaderReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleGMChangeLeaderReq.Size(m) } func (m *SSGuildBattleGMChangeLeaderReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleGMChangeLeaderReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleGMChangeLeaderReq proto.InternalMessageInfo func (m *SSGuildBattleGMChangeLeaderReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } //GM会长转让 type SSGuildBattleGMKickMemberReq struct { GuildId uint64 `protobuf:"varint,1,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleGMKickMemberReq) Reset() { *m = SSGuildBattleGMKickMemberReq{} } func (m *SSGuildBattleGMKickMemberReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleGMKickMemberReq) ProtoMessage() {} func (*SSGuildBattleGMKickMemberReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{86} } func (m *SSGuildBattleGMKickMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleGMKickMemberReq.Unmarshal(m, b) } func (m *SSGuildBattleGMKickMemberReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleGMKickMemberReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleGMKickMemberReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleGMKickMemberReq.Merge(m, src) } func (m *SSGuildBattleGMKickMemberReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleGMKickMemberReq.Size(m) } func (m *SSGuildBattleGMKickMemberReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleGMKickMemberReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleGMKickMemberReq proto.InternalMessageInfo func (m *SSGuildBattleGMKickMemberReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildBattleGMKickMemberReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } //GM设置公会魔王伤害 type SSGuildBattleGMDemonDamageReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleGMDemonDamageReq) Reset() { *m = SSGuildBattleGMDemonDamageReq{} } func (m *SSGuildBattleGMDemonDamageReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleGMDemonDamageReq) ProtoMessage() {} func (*SSGuildBattleGMDemonDamageReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{87} } func (m *SSGuildBattleGMDemonDamageReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleGMDemonDamageReq.Unmarshal(m, b) } func (m *SSGuildBattleGMDemonDamageReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleGMDemonDamageReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleGMDemonDamageReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleGMDemonDamageReq.Merge(m, src) } func (m *SSGuildBattleGMDemonDamageReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleGMDemonDamageReq.Size(m) } func (m *SSGuildBattleGMDemonDamageReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleGMDemonDamageReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleGMDemonDamageReq proto.InternalMessageInfo //取消公会战公会操作拦截 type SSGuildBattleGMOperatorReq struct { Operator int32 `protobuf:"varint,1,opt,name=operator,proto3" json:"operator,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleGMOperatorReq) Reset() { *m = SSGuildBattleGMOperatorReq{} } func (m *SSGuildBattleGMOperatorReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleGMOperatorReq) ProtoMessage() {} func (*SSGuildBattleGMOperatorReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{88} } func (m *SSGuildBattleGMOperatorReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleGMOperatorReq.Unmarshal(m, b) } func (m *SSGuildBattleGMOperatorReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleGMOperatorReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleGMOperatorReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleGMOperatorReq.Merge(m, src) } func (m *SSGuildBattleGMOperatorReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleGMOperatorReq.Size(m) } func (m *SSGuildBattleGMOperatorReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleGMOperatorReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleGMOperatorReq proto.InternalMessageInfo func (m *SSGuildBattleGMOperatorReq) GetOperator() int32 { if m != nil { return m.Operator } return 0 } type MvpRewardInfo struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` RewardType int32 `protobuf:"varint,2,opt,name=reward_type,json=rewardType,proto3" json:"reward_type,omitempty"` BattleIndex int32 `protobuf:"varint,3,opt,name=battle_index,json=battleIndex,proto3" json:"battle_index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MvpRewardInfo) Reset() { *m = MvpRewardInfo{} } func (m *MvpRewardInfo) String() string { return proto.CompactTextString(m) } func (*MvpRewardInfo) ProtoMessage() {} func (*MvpRewardInfo) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{89} } func (m *MvpRewardInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MvpRewardInfo.Unmarshal(m, b) } func (m *MvpRewardInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MvpRewardInfo.Marshal(b, m, deterministic) } func (m *MvpRewardInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_MvpRewardInfo.Merge(m, src) } func (m *MvpRewardInfo) XXX_Size() int { return xxx_messageInfo_MvpRewardInfo.Size(m) } func (m *MvpRewardInfo) XXX_DiscardUnknown() { xxx_messageInfo_MvpRewardInfo.DiscardUnknown(m) } var xxx_messageInfo_MvpRewardInfo proto.InternalMessageInfo func (m *MvpRewardInfo) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *MvpRewardInfo) GetRewardType() int32 { if m != nil { return m.RewardType } return 0 } func (m *MvpRewardInfo) GetBattleIndex() int32 { if m != nil { return m.BattleIndex } return 0 } //公会战MVP奖励 type SSGuildBattleSendMvpRewardReq struct { GuildBattleRound int32 `protobuf:"varint,1,opt,name=guild_battle_round,json=guildBattleRound,proto3" json:"guild_battle_round,omitempty"` ScoreMvp []*MvpRewardInfo `protobuf:"bytes,2,rep,name=score_mvp,json=scoreMvp,proto3" json:"score_mvp,omitempty"` KillerMvp []*MvpRewardInfo `protobuf:"bytes,3,rep,name=killer_mvp,json=killerMvp,proto3" json:"killer_mvp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleSendMvpRewardReq) Reset() { *m = SSGuildBattleSendMvpRewardReq{} } func (m *SSGuildBattleSendMvpRewardReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleSendMvpRewardReq) ProtoMessage() {} func (*SSGuildBattleSendMvpRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{90} } func (m *SSGuildBattleSendMvpRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleSendMvpRewardReq.Unmarshal(m, b) } func (m *SSGuildBattleSendMvpRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleSendMvpRewardReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleSendMvpRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleSendMvpRewardReq.Merge(m, src) } func (m *SSGuildBattleSendMvpRewardReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleSendMvpRewardReq.Size(m) } func (m *SSGuildBattleSendMvpRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleSendMvpRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleSendMvpRewardReq proto.InternalMessageInfo func (m *SSGuildBattleSendMvpRewardReq) GetGuildBattleRound() int32 { if m != nil { return m.GuildBattleRound } return 0 } func (m *SSGuildBattleSendMvpRewardReq) GetScoreMvp() []*MvpRewardInfo { if m != nil { return m.ScoreMvp } return nil } func (m *SSGuildBattleSendMvpRewardReq) GetKillerMvp() []*MvpRewardInfo { if m != nil { return m.KillerMvp } return nil } //公会战MVP奖励 type SSGuildBattleSendMvpRewardAck struct { GuildBattleRound int32 `protobuf:"varint,1,opt,name=guild_battle_round,json=guildBattleRound,proto3" json:"guild_battle_round,omitempty"` ScoreMvp []*MvpRewardInfo `protobuf:"bytes,2,rep,name=score_mvp,json=scoreMvp,proto3" json:"score_mvp,omitempty"` KillerMvp []*MvpRewardInfo `protobuf:"bytes,3,rep,name=killer_mvp,json=killerMvp,proto3" json:"killer_mvp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleSendMvpRewardAck) Reset() { *m = SSGuildBattleSendMvpRewardAck{} } func (m *SSGuildBattleSendMvpRewardAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleSendMvpRewardAck) ProtoMessage() {} func (*SSGuildBattleSendMvpRewardAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{91} } func (m *SSGuildBattleSendMvpRewardAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleSendMvpRewardAck.Unmarshal(m, b) } func (m *SSGuildBattleSendMvpRewardAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleSendMvpRewardAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleSendMvpRewardAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleSendMvpRewardAck.Merge(m, src) } func (m *SSGuildBattleSendMvpRewardAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleSendMvpRewardAck.Size(m) } func (m *SSGuildBattleSendMvpRewardAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleSendMvpRewardAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleSendMvpRewardAck proto.InternalMessageInfo func (m *SSGuildBattleSendMvpRewardAck) GetGuildBattleRound() int32 { if m != nil { return m.GuildBattleRound } return 0 } func (m *SSGuildBattleSendMvpRewardAck) GetScoreMvp() []*MvpRewardInfo { if m != nil { return m.ScoreMvp } return nil } func (m *SSGuildBattleSendMvpRewardAck) GetKillerMvp() []*MvpRewardInfo { if m != nil { return m.KillerMvp } return nil } //公会战购买buff请求 type SSGuildBattleBuyBuffReq struct { GuildBattleIdx int32 `protobuf:"varint,1,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` BuffIdList []int32 `protobuf:"varint,2,rep,packed,name=buff_id_list,json=buffIdList,proto3" json:"buff_id_list,omitempty"` Uid uint64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"` GuildId uint64 `protobuf:"varint,4,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` TotalGold uint64 `protobuf:"varint,5,opt,name=total_gold,json=totalGold,proto3" json:"total_gold,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleBuyBuffReq) Reset() { *m = SSGuildBattleBuyBuffReq{} } func (m *SSGuildBattleBuyBuffReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleBuyBuffReq) ProtoMessage() {} func (*SSGuildBattleBuyBuffReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{92} } func (m *SSGuildBattleBuyBuffReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleBuyBuffReq.Unmarshal(m, b) } func (m *SSGuildBattleBuyBuffReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleBuyBuffReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleBuyBuffReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleBuyBuffReq.Merge(m, src) } func (m *SSGuildBattleBuyBuffReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleBuyBuffReq.Size(m) } func (m *SSGuildBattleBuyBuffReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleBuyBuffReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleBuyBuffReq proto.InternalMessageInfo func (m *SSGuildBattleBuyBuffReq) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } func (m *SSGuildBattleBuyBuffReq) GetBuffIdList() []int32 { if m != nil { return m.BuffIdList } return nil } func (m *SSGuildBattleBuyBuffReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleBuyBuffReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildBattleBuyBuffReq) GetTotalGold() uint64 { if m != nil { return m.TotalGold } return 0 } //公会战购买buff返回 type SSGuildBattleBuyBuffAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` Uid uint64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"` NeedRes []*KeyValueType `protobuf:"bytes,3,rep,name=need_res,json=needRes,proto3" json:"need_res,omitempty"` SelfData *GuildBattleSelfData `protobuf:"bytes,4,opt,name=self_data,json=selfData,proto3" json:"self_data,omitempty"` GuildBattleIdx int32 `protobuf:"varint,5,opt,name=guild_battle_idx,json=guildBattleIdx,proto3" json:"guild_battle_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleBuyBuffAck) Reset() { *m = SSGuildBattleBuyBuffAck{} } func (m *SSGuildBattleBuyBuffAck) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleBuyBuffAck) ProtoMessage() {} func (*SSGuildBattleBuyBuffAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{93} } func (m *SSGuildBattleBuyBuffAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleBuyBuffAck.Unmarshal(m, b) } func (m *SSGuildBattleBuyBuffAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleBuyBuffAck.Marshal(b, m, deterministic) } func (m *SSGuildBattleBuyBuffAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleBuyBuffAck.Merge(m, src) } func (m *SSGuildBattleBuyBuffAck) XXX_Size() int { return xxx_messageInfo_SSGuildBattleBuyBuffAck.Size(m) } func (m *SSGuildBattleBuyBuffAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleBuyBuffAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleBuyBuffAck proto.InternalMessageInfo func (m *SSGuildBattleBuyBuffAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSGuildBattleBuyBuffAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildBattleBuyBuffAck) GetNeedRes() []*KeyValueType { if m != nil { return m.NeedRes } return nil } func (m *SSGuildBattleBuyBuffAck) GetSelfData() *GuildBattleSelfData { if m != nil { return m.SelfData } return nil } func (m *SSGuildBattleBuyBuffAck) GetGuildBattleIdx() int32 { if m != nil { return m.GuildBattleIdx } return 0 } type SSGuildBattleRewardReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildBattleRewardReq) Reset() { *m = SSGuildBattleRewardReq{} } func (m *SSGuildBattleRewardReq) String() string { return proto.CompactTextString(m) } func (*SSGuildBattleRewardReq) ProtoMessage() {} func (*SSGuildBattleRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{94} } func (m *SSGuildBattleRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildBattleRewardReq.Unmarshal(m, b) } func (m *SSGuildBattleRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildBattleRewardReq.Marshal(b, m, deterministic) } func (m *SSGuildBattleRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildBattleRewardReq.Merge(m, src) } func (m *SSGuildBattleRewardReq) XXX_Size() int { return xxx_messageInfo_SSGuildBattleRewardReq.Size(m) } func (m *SSGuildBattleRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildBattleRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildBattleRewardReq proto.InternalMessageInfo type SSGuildDemonFightReq struct { DemonId int32 `protobuf:"varint,1,opt,name=demon_id,json=demonId,proto3" json:"demon_id,omitempty"` Damage uint64 `protobuf:"varint,2,opt,name=damage,proto3" json:"damage,omitempty"` GuildId uint64 `protobuf:"varint,3,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Uid uint64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildDemonFightReq) Reset() { *m = SSGuildDemonFightReq{} } func (m *SSGuildDemonFightReq) String() string { return proto.CompactTextString(m) } func (*SSGuildDemonFightReq) ProtoMessage() {} func (*SSGuildDemonFightReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{95} } func (m *SSGuildDemonFightReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildDemonFightReq.Unmarshal(m, b) } func (m *SSGuildDemonFightReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildDemonFightReq.Marshal(b, m, deterministic) } func (m *SSGuildDemonFightReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildDemonFightReq.Merge(m, src) } func (m *SSGuildDemonFightReq) XXX_Size() int { return xxx_messageInfo_SSGuildDemonFightReq.Size(m) } func (m *SSGuildDemonFightReq) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildDemonFightReq.DiscardUnknown(m) } var xxx_messageInfo_SSGuildDemonFightReq proto.InternalMessageInfo func (m *SSGuildDemonFightReq) GetDemonId() int32 { if m != nil { return m.DemonId } return 0 } func (m *SSGuildDemonFightReq) GetDamage() uint64 { if m != nil { return m.Damage } return 0 } func (m *SSGuildDemonFightReq) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSGuildDemonFightReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } type SSGuildDemonFightAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` DemonId int32 `protobuf:"varint,2,opt,name=demon_id,json=demonId,proto3" json:"demon_id,omitempty"` FightCount int32 `protobuf:"varint,3,opt,name=fight_count,json=fightCount,proto3" json:"fight_count,omitempty"` TotalDamage uint64 `protobuf:"varint,4,opt,name=total_damage,json=totalDamage,proto3" json:"total_damage,omitempty"` Uid uint64 `protobuf:"varint,5,opt,name=uid,proto3" json:"uid,omitempty"` RefreshTime uint64 `protobuf:"varint,6,opt,name=refresh_time,json=refreshTime,proto3" json:"refresh_time,omitempty"` FreeFightCount int32 `protobuf:"varint,7,opt,name=free_fight_count,json=freeFightCount,proto3" json:"free_fight_count,omitempty"` GuildName string `protobuf:"bytes,9,opt,name=guild_name,json=guildName,proto3" json:"guild_name,omitempty"` RewardLevel int32 `protobuf:"varint,10,opt,name=reward_level,json=rewardLevel,proto3" json:"reward_level,omitempty"` ReqUid uint64 `protobuf:"varint,11,opt,name=req_uid,json=reqUid,proto3" json:"req_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildDemonFightAck) Reset() { *m = SSGuildDemonFightAck{} } func (m *SSGuildDemonFightAck) String() string { return proto.CompactTextString(m) } func (*SSGuildDemonFightAck) ProtoMessage() {} func (*SSGuildDemonFightAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{96} } func (m *SSGuildDemonFightAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildDemonFightAck.Unmarshal(m, b) } func (m *SSGuildDemonFightAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildDemonFightAck.Marshal(b, m, deterministic) } func (m *SSGuildDemonFightAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildDemonFightAck.Merge(m, src) } func (m *SSGuildDemonFightAck) XXX_Size() int { return xxx_messageInfo_SSGuildDemonFightAck.Size(m) } func (m *SSGuildDemonFightAck) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildDemonFightAck.DiscardUnknown(m) } var xxx_messageInfo_SSGuildDemonFightAck proto.InternalMessageInfo func (m *SSGuildDemonFightAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSGuildDemonFightAck) GetDemonId() int32 { if m != nil { return m.DemonId } return 0 } func (m *SSGuildDemonFightAck) GetFightCount() int32 { if m != nil { return m.FightCount } return 0 } func (m *SSGuildDemonFightAck) GetTotalDamage() uint64 { if m != nil { return m.TotalDamage } return 0 } func (m *SSGuildDemonFightAck) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSGuildDemonFightAck) GetRefreshTime() uint64 { if m != nil { return m.RefreshTime } return 0 } func (m *SSGuildDemonFightAck) GetFreeFightCount() int32 { if m != nil { return m.FreeFightCount } return 0 } func (m *SSGuildDemonFightAck) GetGuildName() string { if m != nil { return m.GuildName } return "" } func (m *SSGuildDemonFightAck) GetRewardLevel() int32 { if m != nil { return m.RewardLevel } return 0 } func (m *SSGuildDemonFightAck) GetReqUid() uint64 { if m != nil { return m.ReqUid } return 0 } type SSGuildDemonOnlineGetRewardNtf struct { DemonId int32 `protobuf:"varint,1,opt,name=demon_id,json=demonId,proto3" json:"demon_id,omitempty"` RewardList []*KeyValueType `protobuf:"bytes,2,rep,name=reward_list,json=rewardList,proto3" json:"reward_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildDemonOnlineGetRewardNtf) Reset() { *m = SSGuildDemonOnlineGetRewardNtf{} } func (m *SSGuildDemonOnlineGetRewardNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildDemonOnlineGetRewardNtf) ProtoMessage() {} func (*SSGuildDemonOnlineGetRewardNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{97} } func (m *SSGuildDemonOnlineGetRewardNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildDemonOnlineGetRewardNtf.Unmarshal(m, b) } func (m *SSGuildDemonOnlineGetRewardNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildDemonOnlineGetRewardNtf.Marshal(b, m, deterministic) } func (m *SSGuildDemonOnlineGetRewardNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildDemonOnlineGetRewardNtf.Merge(m, src) } func (m *SSGuildDemonOnlineGetRewardNtf) XXX_Size() int { return xxx_messageInfo_SSGuildDemonOnlineGetRewardNtf.Size(m) } func (m *SSGuildDemonOnlineGetRewardNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildDemonOnlineGetRewardNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildDemonOnlineGetRewardNtf proto.InternalMessageInfo func (m *SSGuildDemonOnlineGetRewardNtf) GetDemonId() int32 { if m != nil { return m.DemonId } return 0 } func (m *SSGuildDemonOnlineGetRewardNtf) GetRewardList() []*KeyValueType { if m != nil { return m.RewardList } return nil } type SSGuildDemonRewardNtf struct { DemonId int32 `protobuf:"varint,1,opt,name=demon_id,json=demonId,proto3" json:"demon_id,omitempty"` DemonLevel int32 `protobuf:"varint,2,opt,name=demon_level,json=demonLevel,proto3" json:"demon_level,omitempty"` TotalDamage uint64 `protobuf:"varint,3,opt,name=total_damage,json=totalDamage,proto3" json:"total_damage,omitempty"` UidList []uint64 `protobuf:"varint,4,rep,packed,name=uid_list,json=uidList,proto3" json:"uid_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSGuildDemonRewardNtf) Reset() { *m = SSGuildDemonRewardNtf{} } func (m *SSGuildDemonRewardNtf) String() string { return proto.CompactTextString(m) } func (*SSGuildDemonRewardNtf) ProtoMessage() {} func (*SSGuildDemonRewardNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{98} } func (m *SSGuildDemonRewardNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSGuildDemonRewardNtf.Unmarshal(m, b) } func (m *SSGuildDemonRewardNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSGuildDemonRewardNtf.Marshal(b, m, deterministic) } func (m *SSGuildDemonRewardNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSGuildDemonRewardNtf.Merge(m, src) } func (m *SSGuildDemonRewardNtf) XXX_Size() int { return xxx_messageInfo_SSGuildDemonRewardNtf.Size(m) } func (m *SSGuildDemonRewardNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSGuildDemonRewardNtf.DiscardUnknown(m) } var xxx_messageInfo_SSGuildDemonRewardNtf proto.InternalMessageInfo func (m *SSGuildDemonRewardNtf) GetDemonId() int32 { if m != nil { return m.DemonId } return 0 } func (m *SSGuildDemonRewardNtf) GetDemonLevel() int32 { if m != nil { return m.DemonLevel } return 0 } func (m *SSGuildDemonRewardNtf) GetTotalDamage() uint64 { if m != nil { return m.TotalDamage } return 0 } func (m *SSGuildDemonRewardNtf) GetUidList() []uint64 { if m != nil { return m.UidList } return nil } //////////////////////////expedition type SSExpeditionHelpReq struct { BeHelpedUid uint64 `protobuf:"varint,1,opt,name=be_helped_uid,json=beHelpedUid,proto3" json:"be_helped_uid,omitempty"` FromUid *CommonPlayerBriefInfo `protobuf:"bytes,2,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` HelpMsgSendTime uint64 `protobuf:"varint,3,opt,name=help_msg_send_time,json=helpMsgSendTime,proto3" json:"help_msg_send_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSExpeditionHelpReq) Reset() { *m = SSExpeditionHelpReq{} } func (m *SSExpeditionHelpReq) String() string { return proto.CompactTextString(m) } func (*SSExpeditionHelpReq) ProtoMessage() {} func (*SSExpeditionHelpReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{99} } func (m *SSExpeditionHelpReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSExpeditionHelpReq.Unmarshal(m, b) } func (m *SSExpeditionHelpReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSExpeditionHelpReq.Marshal(b, m, deterministic) } func (m *SSExpeditionHelpReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSExpeditionHelpReq.Merge(m, src) } func (m *SSExpeditionHelpReq) XXX_Size() int { return xxx_messageInfo_SSExpeditionHelpReq.Size(m) } func (m *SSExpeditionHelpReq) XXX_DiscardUnknown() { xxx_messageInfo_SSExpeditionHelpReq.DiscardUnknown(m) } var xxx_messageInfo_SSExpeditionHelpReq proto.InternalMessageInfo func (m *SSExpeditionHelpReq) GetBeHelpedUid() uint64 { if m != nil { return m.BeHelpedUid } return 0 } func (m *SSExpeditionHelpReq) GetFromUid() *CommonPlayerBriefInfo { if m != nil { return m.FromUid } return nil } func (m *SSExpeditionHelpReq) GetHelpMsgSendTime() uint64 { if m != nil { return m.HelpMsgSendTime } return 0 } type SSExpeditionHelpAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` BeHelpedUid uint64 `protobuf:"varint,2,opt,name=be_helped_uid,json=beHelpedUid,proto3" json:"be_helped_uid,omitempty"` FromUid *CommonPlayerBriefInfo `protobuf:"bytes,3,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSExpeditionHelpAck) Reset() { *m = SSExpeditionHelpAck{} } func (m *SSExpeditionHelpAck) String() string { return proto.CompactTextString(m) } func (*SSExpeditionHelpAck) ProtoMessage() {} func (*SSExpeditionHelpAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{100} } func (m *SSExpeditionHelpAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSExpeditionHelpAck.Unmarshal(m, b) } func (m *SSExpeditionHelpAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSExpeditionHelpAck.Marshal(b, m, deterministic) } func (m *SSExpeditionHelpAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSExpeditionHelpAck.Merge(m, src) } func (m *SSExpeditionHelpAck) XXX_Size() int { return xxx_messageInfo_SSExpeditionHelpAck.Size(m) } func (m *SSExpeditionHelpAck) XXX_DiscardUnknown() { xxx_messageInfo_SSExpeditionHelpAck.DiscardUnknown(m) } var xxx_messageInfo_SSExpeditionHelpAck proto.InternalMessageInfo func (m *SSExpeditionHelpAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSExpeditionHelpAck) GetBeHelpedUid() uint64 { if m != nil { return m.BeHelpedUid } return 0 } func (m *SSExpeditionHelpAck) GetFromUid() *CommonPlayerBriefInfo { if m != nil { return m.FromUid } return nil } //勇士积分排行 type SSExpeditionScoreRankListReq struct { StartIdx int32 `protobuf:"varint,1,opt,name=start_idx,json=startIdx,proto3" json:"start_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSExpeditionScoreRankListReq) Reset() { *m = SSExpeditionScoreRankListReq{} } func (m *SSExpeditionScoreRankListReq) String() string { return proto.CompactTextString(m) } func (*SSExpeditionScoreRankListReq) ProtoMessage() {} func (*SSExpeditionScoreRankListReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{101} } func (m *SSExpeditionScoreRankListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSExpeditionScoreRankListReq.Unmarshal(m, b) } func (m *SSExpeditionScoreRankListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSExpeditionScoreRankListReq.Marshal(b, m, deterministic) } func (m *SSExpeditionScoreRankListReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSExpeditionScoreRankListReq.Merge(m, src) } func (m *SSExpeditionScoreRankListReq) XXX_Size() int { return xxx_messageInfo_SSExpeditionScoreRankListReq.Size(m) } func (m *SSExpeditionScoreRankListReq) XXX_DiscardUnknown() { xxx_messageInfo_SSExpeditionScoreRankListReq.DiscardUnknown(m) } var xxx_messageInfo_SSExpeditionScoreRankListReq proto.InternalMessageInfo func (m *SSExpeditionScoreRankListReq) GetStartIdx() int32 { if m != nil { return m.StartIdx } return 0 } type SSExpeditionScoreRankListAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` RankList []*ExpeditionRankInfo `protobuf:"bytes,2,rep,name=rank_list,json=rankList,proto3" json:"rank_list,omitempty"` SelfRankInfo *ExpeditionRankInfo `protobuf:"bytes,3,opt,name=self_rank_info,json=selfRankInfo,proto3" json:"self_rank_info,omitempty"` StartIdx int32 `protobuf:"varint,4,opt,name=start_idx,json=startIdx,proto3" json:"start_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSExpeditionScoreRankListAck) Reset() { *m = SSExpeditionScoreRankListAck{} } func (m *SSExpeditionScoreRankListAck) String() string { return proto.CompactTextString(m) } func (*SSExpeditionScoreRankListAck) ProtoMessage() {} func (*SSExpeditionScoreRankListAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{102} } func (m *SSExpeditionScoreRankListAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSExpeditionScoreRankListAck.Unmarshal(m, b) } func (m *SSExpeditionScoreRankListAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSExpeditionScoreRankListAck.Marshal(b, m, deterministic) } func (m *SSExpeditionScoreRankListAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSExpeditionScoreRankListAck.Merge(m, src) } func (m *SSExpeditionScoreRankListAck) XXX_Size() int { return xxx_messageInfo_SSExpeditionScoreRankListAck.Size(m) } func (m *SSExpeditionScoreRankListAck) XXX_DiscardUnknown() { xxx_messageInfo_SSExpeditionScoreRankListAck.DiscardUnknown(m) } var xxx_messageInfo_SSExpeditionScoreRankListAck proto.InternalMessageInfo func (m *SSExpeditionScoreRankListAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSExpeditionScoreRankListAck) GetRankList() []*ExpeditionRankInfo { if m != nil { return m.RankList } return nil } func (m *SSExpeditionScoreRankListAck) GetSelfRankInfo() *ExpeditionRankInfo { if m != nil { return m.SelfRankInfo } return nil } func (m *SSExpeditionScoreRankListAck) GetStartIdx() int32 { if m != nil { return m.StartIdx } return 0 } //积分变动通知 type SSExpeditionUpdateScoreRankNtf struct { CurScore uint32 `protobuf:"varint,1,opt,name=cur_score,json=curScore,proto3" json:"cur_score,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSExpeditionUpdateScoreRankNtf) Reset() { *m = SSExpeditionUpdateScoreRankNtf{} } func (m *SSExpeditionUpdateScoreRankNtf) String() string { return proto.CompactTextString(m) } func (*SSExpeditionUpdateScoreRankNtf) ProtoMessage() {} func (*SSExpeditionUpdateScoreRankNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{103} } func (m *SSExpeditionUpdateScoreRankNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSExpeditionUpdateScoreRankNtf.Unmarshal(m, b) } func (m *SSExpeditionUpdateScoreRankNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSExpeditionUpdateScoreRankNtf.Marshal(b, m, deterministic) } func (m *SSExpeditionUpdateScoreRankNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSExpeditionUpdateScoreRankNtf.Merge(m, src) } func (m *SSExpeditionUpdateScoreRankNtf) XXX_Size() int { return xxx_messageInfo_SSExpeditionUpdateScoreRankNtf.Size(m) } func (m *SSExpeditionUpdateScoreRankNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSExpeditionUpdateScoreRankNtf.DiscardUnknown(m) } var xxx_messageInfo_SSExpeditionUpdateScoreRankNtf proto.InternalMessageInfo func (m *SSExpeditionUpdateScoreRankNtf) GetCurScore() uint32 { if m != nil { return m.CurScore } return 0 } //////////////////////////invitation //填写邀请码成为导师成员 type SSInvitationBeToMemberReq struct { MasterNumber uint64 `protobuf:"varint,1,opt,name=master_number,json=masterNumber,proto3" json:"master_number,omitempty"` MasterUid uint64 `protobuf:"varint,2,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` SelfUid *InvitationMemberValData `protobuf:"bytes,3,opt,name=self_uid,json=selfUid,proto3" json:"self_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationBeToMemberReq) Reset() { *m = SSInvitationBeToMemberReq{} } func (m *SSInvitationBeToMemberReq) String() string { return proto.CompactTextString(m) } func (*SSInvitationBeToMemberReq) ProtoMessage() {} func (*SSInvitationBeToMemberReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{104} } func (m *SSInvitationBeToMemberReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationBeToMemberReq.Unmarshal(m, b) } func (m *SSInvitationBeToMemberReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationBeToMemberReq.Marshal(b, m, deterministic) } func (m *SSInvitationBeToMemberReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationBeToMemberReq.Merge(m, src) } func (m *SSInvitationBeToMemberReq) XXX_Size() int { return xxx_messageInfo_SSInvitationBeToMemberReq.Size(m) } func (m *SSInvitationBeToMemberReq) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationBeToMemberReq.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationBeToMemberReq proto.InternalMessageInfo func (m *SSInvitationBeToMemberReq) GetMasterNumber() uint64 { if m != nil { return m.MasterNumber } return 0 } func (m *SSInvitationBeToMemberReq) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationBeToMemberReq) GetSelfUid() *InvitationMemberValData { if m != nil { return m.SelfUid } return nil } type SSInvitationBeToMemberAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` MasterNumber uint64 `protobuf:"varint,2,opt,name=master_number,json=masterNumber,proto3" json:"master_number,omitempty"` MasterUid uint64 `protobuf:"varint,3,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` SelfUid *InvitationMemberValData `protobuf:"bytes,4,opt,name=self_uid,json=selfUid,proto3" json:"self_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationBeToMemberAck) Reset() { *m = SSInvitationBeToMemberAck{} } func (m *SSInvitationBeToMemberAck) String() string { return proto.CompactTextString(m) } func (*SSInvitationBeToMemberAck) ProtoMessage() {} func (*SSInvitationBeToMemberAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{105} } func (m *SSInvitationBeToMemberAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationBeToMemberAck.Unmarshal(m, b) } func (m *SSInvitationBeToMemberAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationBeToMemberAck.Marshal(b, m, deterministic) } func (m *SSInvitationBeToMemberAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationBeToMemberAck.Merge(m, src) } func (m *SSInvitationBeToMemberAck) XXX_Size() int { return xxx_messageInfo_SSInvitationBeToMemberAck.Size(m) } func (m *SSInvitationBeToMemberAck) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationBeToMemberAck.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationBeToMemberAck proto.InternalMessageInfo func (m *SSInvitationBeToMemberAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSInvitationBeToMemberAck) GetMasterNumber() uint64 { if m != nil { return m.MasterNumber } return 0 } func (m *SSInvitationBeToMemberAck) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationBeToMemberAck) GetSelfUid() *InvitationMemberValData { if m != nil { return m.SelfUid } return nil } //master不在线操作数据库 type SSInvitationBeToMemberDBReq struct { MasterNumber uint64 `protobuf:"varint,1,opt,name=master_number,json=masterNumber,proto3" json:"master_number,omitempty"` MasterUid uint64 `protobuf:"varint,2,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` SelfUid *InvitationMemberValData `protobuf:"bytes,3,opt,name=self_uid,json=selfUid,proto3" json:"self_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationBeToMemberDBReq) Reset() { *m = SSInvitationBeToMemberDBReq{} } func (m *SSInvitationBeToMemberDBReq) String() string { return proto.CompactTextString(m) } func (*SSInvitationBeToMemberDBReq) ProtoMessage() {} func (*SSInvitationBeToMemberDBReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{106} } func (m *SSInvitationBeToMemberDBReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationBeToMemberDBReq.Unmarshal(m, b) } func (m *SSInvitationBeToMemberDBReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationBeToMemberDBReq.Marshal(b, m, deterministic) } func (m *SSInvitationBeToMemberDBReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationBeToMemberDBReq.Merge(m, src) } func (m *SSInvitationBeToMemberDBReq) XXX_Size() int { return xxx_messageInfo_SSInvitationBeToMemberDBReq.Size(m) } func (m *SSInvitationBeToMemberDBReq) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationBeToMemberDBReq.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationBeToMemberDBReq proto.InternalMessageInfo func (m *SSInvitationBeToMemberDBReq) GetMasterNumber() uint64 { if m != nil { return m.MasterNumber } return 0 } func (m *SSInvitationBeToMemberDBReq) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationBeToMemberDBReq) GetSelfUid() *InvitationMemberValData { if m != nil { return m.SelfUid } return nil } type SSInvitationBeToMemberDBAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` MasterNumber uint64 `protobuf:"varint,2,opt,name=master_number,json=masterNumber,proto3" json:"master_number,omitempty"` MasterUid uint64 `protobuf:"varint,3,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` SelfUid *InvitationMemberValData `protobuf:"bytes,4,opt,name=self_uid,json=selfUid,proto3" json:"self_uid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationBeToMemberDBAck) Reset() { *m = SSInvitationBeToMemberDBAck{} } func (m *SSInvitationBeToMemberDBAck) String() string { return proto.CompactTextString(m) } func (*SSInvitationBeToMemberDBAck) ProtoMessage() {} func (*SSInvitationBeToMemberDBAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{107} } func (m *SSInvitationBeToMemberDBAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationBeToMemberDBAck.Unmarshal(m, b) } func (m *SSInvitationBeToMemberDBAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationBeToMemberDBAck.Marshal(b, m, deterministic) } func (m *SSInvitationBeToMemberDBAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationBeToMemberDBAck.Merge(m, src) } func (m *SSInvitationBeToMemberDBAck) XXX_Size() int { return xxx_messageInfo_SSInvitationBeToMemberDBAck.Size(m) } func (m *SSInvitationBeToMemberDBAck) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationBeToMemberDBAck.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationBeToMemberDBAck proto.InternalMessageInfo func (m *SSInvitationBeToMemberDBAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSInvitationBeToMemberDBAck) GetMasterNumber() uint64 { if m != nil { return m.MasterNumber } return 0 } func (m *SSInvitationBeToMemberDBAck) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationBeToMemberDBAck) GetSelfUid() *InvitationMemberValData { if m != nil { return m.SelfUid } return nil } //解除关系 type SSInvitationDelMemberNtf struct { MasterUid uint64 `protobuf:"varint,1,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` DelMemberList []uint64 `protobuf:"varint,2,rep,packed,name=del_member_list,json=delMemberList,proto3" json:"del_member_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationDelMemberNtf) Reset() { *m = SSInvitationDelMemberNtf{} } func (m *SSInvitationDelMemberNtf) String() string { return proto.CompactTextString(m) } func (*SSInvitationDelMemberNtf) ProtoMessage() {} func (*SSInvitationDelMemberNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{108} } func (m *SSInvitationDelMemberNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationDelMemberNtf.Unmarshal(m, b) } func (m *SSInvitationDelMemberNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationDelMemberNtf.Marshal(b, m, deterministic) } func (m *SSInvitationDelMemberNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationDelMemberNtf.Merge(m, src) } func (m *SSInvitationDelMemberNtf) XXX_Size() int { return xxx_messageInfo_SSInvitationDelMemberNtf.Size(m) } func (m *SSInvitationDelMemberNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationDelMemberNtf.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationDelMemberNtf proto.InternalMessageInfo func (m *SSInvitationDelMemberNtf) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationDelMemberNtf) GetDelMemberList() []uint64 { if m != nil { return m.DelMemberList } return nil } //等级,充值等数据变更时通知导师 type SSInvitationMemberNoticeMasterReq struct { SelfUid uint64 `protobuf:"varint,1,opt,name=self_uid,json=selfUid,proto3" json:"self_uid,omitempty"` MasterUid uint64 `protobuf:"varint,2,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` Param *KeyValueType `protobuf:"bytes,3,opt,name=param,proto3" json:"param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationMemberNoticeMasterReq) Reset() { *m = SSInvitationMemberNoticeMasterReq{} } func (m *SSInvitationMemberNoticeMasterReq) String() string { return proto.CompactTextString(m) } func (*SSInvitationMemberNoticeMasterReq) ProtoMessage() {} func (*SSInvitationMemberNoticeMasterReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{109} } func (m *SSInvitationMemberNoticeMasterReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationMemberNoticeMasterReq.Unmarshal(m, b) } func (m *SSInvitationMemberNoticeMasterReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationMemberNoticeMasterReq.Marshal(b, m, deterministic) } func (m *SSInvitationMemberNoticeMasterReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationMemberNoticeMasterReq.Merge(m, src) } func (m *SSInvitationMemberNoticeMasterReq) XXX_Size() int { return xxx_messageInfo_SSInvitationMemberNoticeMasterReq.Size(m) } func (m *SSInvitationMemberNoticeMasterReq) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationMemberNoticeMasterReq.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationMemberNoticeMasterReq proto.InternalMessageInfo func (m *SSInvitationMemberNoticeMasterReq) GetSelfUid() uint64 { if m != nil { return m.SelfUid } return 0 } func (m *SSInvitationMemberNoticeMasterReq) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationMemberNoticeMasterReq) GetParam() *KeyValueType { if m != nil { return m.Param } return nil } type SSInvitationMemberNoticeMasterAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` SelfUid uint64 `protobuf:"varint,2,opt,name=self_uid,json=selfUid,proto3" json:"self_uid,omitempty"` MasterUid uint64 `protobuf:"varint,3,opt,name=master_uid,json=masterUid,proto3" json:"master_uid,omitempty"` Param *KeyValueType `protobuf:"bytes,4,opt,name=param,proto3" json:"param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSInvitationMemberNoticeMasterAck) Reset() { *m = SSInvitationMemberNoticeMasterAck{} } func (m *SSInvitationMemberNoticeMasterAck) String() string { return proto.CompactTextString(m) } func (*SSInvitationMemberNoticeMasterAck) ProtoMessage() {} func (*SSInvitationMemberNoticeMasterAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{110} } func (m *SSInvitationMemberNoticeMasterAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSInvitationMemberNoticeMasterAck.Unmarshal(m, b) } func (m *SSInvitationMemberNoticeMasterAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSInvitationMemberNoticeMasterAck.Marshal(b, m, deterministic) } func (m *SSInvitationMemberNoticeMasterAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSInvitationMemberNoticeMasterAck.Merge(m, src) } func (m *SSInvitationMemberNoticeMasterAck) XXX_Size() int { return xxx_messageInfo_SSInvitationMemberNoticeMasterAck.Size(m) } func (m *SSInvitationMemberNoticeMasterAck) XXX_DiscardUnknown() { xxx_messageInfo_SSInvitationMemberNoticeMasterAck.DiscardUnknown(m) } var xxx_messageInfo_SSInvitationMemberNoticeMasterAck proto.InternalMessageInfo func (m *SSInvitationMemberNoticeMasterAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSInvitationMemberNoticeMasterAck) GetSelfUid() uint64 { if m != nil { return m.SelfUid } return 0 } func (m *SSInvitationMemberNoticeMasterAck) GetMasterUid() uint64 { if m != nil { return m.MasterUid } return 0 } func (m *SSInvitationMemberNoticeMasterAck) GetParam() *KeyValueType { if m != nil { return m.Param } return nil } //////////////////////////pay //订单对应的奖励信息 type PayOrderSaveInfo struct { GoodsId int32 `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"` GoodsType int32 `protobuf:"varint,2,opt,name=goods_type,json=goodsType,proto3" json:"goods_type,omitempty"` GoodsName string `protobuf:"bytes,3,opt,name=goods_name,json=goodsName,proto3" json:"goods_name,omitempty"` CpOrderId uint64 `protobuf:"varint,4,opt,name=cp_order_id,json=cpOrderId,proto3" json:"cp_order_id,omitempty"` Amount float32 `protobuf:"fixed32,5,opt,name=amount,proto3" json:"amount,omitempty"` Count int32 `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"` OrderProcessTime uint64 `protobuf:"varint,7,opt,name=order_process_time,json=orderProcessTime,proto3" json:"order_process_time,omitempty"` OrderState int32 `protobuf:"varint,8,opt,name=order_state,json=orderState,proto3" json:"order_state,omitempty"` Uid uint64 `protobuf:"varint,9,opt,name=uid,proto3" json:"uid,omitempty"` RewardList []*KeyValueType `protobuf:"bytes,10,rep,name=reward_list,json=rewardList,proto3" json:"reward_list,omitempty"` SdkOrderId string `protobuf:"bytes,11,opt,name=sdk_order_id,json=sdkOrderId,proto3" json:"sdk_order_id,omitempty"` PayMethod string `protobuf:"bytes,12,opt,name=pay_method,json=payMethod,proto3" json:"pay_method,omitempty"` PayCurrency string `protobuf:"bytes,13,opt,name=pay_currency,json=payCurrency,proto3" json:"pay_currency,omitempty"` PayTime uint64 `protobuf:"varint,14,opt,name=pay_time,json=payTime,proto3" json:"pay_time,omitempty"` PayChannel string `protobuf:"bytes,15,opt,name=pay_channel,json=payChannel,proto3" json:"pay_channel,omitempty"` SId int32 `protobuf:"varint,16,opt,name=s_id,json=sId,proto3" json:"s_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PayOrderSaveInfo) Reset() { *m = PayOrderSaveInfo{} } func (m *PayOrderSaveInfo) String() string { return proto.CompactTextString(m) } func (*PayOrderSaveInfo) ProtoMessage() {} func (*PayOrderSaveInfo) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{111} } func (m *PayOrderSaveInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PayOrderSaveInfo.Unmarshal(m, b) } func (m *PayOrderSaveInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PayOrderSaveInfo.Marshal(b, m, deterministic) } func (m *PayOrderSaveInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_PayOrderSaveInfo.Merge(m, src) } func (m *PayOrderSaveInfo) XXX_Size() int { return xxx_messageInfo_PayOrderSaveInfo.Size(m) } func (m *PayOrderSaveInfo) XXX_DiscardUnknown() { xxx_messageInfo_PayOrderSaveInfo.DiscardUnknown(m) } var xxx_messageInfo_PayOrderSaveInfo proto.InternalMessageInfo func (m *PayOrderSaveInfo) GetGoodsId() int32 { if m != nil { return m.GoodsId } return 0 } func (m *PayOrderSaveInfo) GetGoodsType() int32 { if m != nil { return m.GoodsType } return 0 } func (m *PayOrderSaveInfo) GetGoodsName() string { if m != nil { return m.GoodsName } return "" } func (m *PayOrderSaveInfo) GetCpOrderId() uint64 { if m != nil { return m.CpOrderId } return 0 } func (m *PayOrderSaveInfo) GetAmount() float32 { if m != nil { return m.Amount } return 0 } func (m *PayOrderSaveInfo) GetCount() int32 { if m != nil { return m.Count } return 0 } func (m *PayOrderSaveInfo) GetOrderProcessTime() uint64 { if m != nil { return m.OrderProcessTime } return 0 } func (m *PayOrderSaveInfo) GetOrderState() int32 { if m != nil { return m.OrderState } return 0 } func (m *PayOrderSaveInfo) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *PayOrderSaveInfo) GetRewardList() []*KeyValueType { if m != nil { return m.RewardList } return nil } func (m *PayOrderSaveInfo) GetSdkOrderId() string { if m != nil { return m.SdkOrderId } return "" } func (m *PayOrderSaveInfo) GetPayMethod() string { if m != nil { return m.PayMethod } return "" } func (m *PayOrderSaveInfo) GetPayCurrency() string { if m != nil { return m.PayCurrency } return "" } func (m *PayOrderSaveInfo) GetPayTime() uint64 { if m != nil { return m.PayTime } return 0 } func (m *PayOrderSaveInfo) GetPayChannel() string { if m != nil { return m.PayChannel } return "" } func (m *PayOrderSaveInfo) GetSId() int32 { if m != nil { return m.SId } return 0 } //充值订单数据保存/状态变更 type SSPayInfoSaveReq struct { PayOrderInfo *PayOrderSaveInfo `protobuf:"bytes,1,opt,name=pay_order_info,json=payOrderInfo,proto3" json:"pay_order_info,omitempty"` SaveNotify bool `protobuf:"varint,2,opt,name=save_notify,json=saveNotify,proto3" json:"save_notify,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPayInfoSaveReq) Reset() { *m = SSPayInfoSaveReq{} } func (m *SSPayInfoSaveReq) String() string { return proto.CompactTextString(m) } func (*SSPayInfoSaveReq) ProtoMessage() {} func (*SSPayInfoSaveReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{112} } func (m *SSPayInfoSaveReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPayInfoSaveReq.Unmarshal(m, b) } func (m *SSPayInfoSaveReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPayInfoSaveReq.Marshal(b, m, deterministic) } func (m *SSPayInfoSaveReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPayInfoSaveReq.Merge(m, src) } func (m *SSPayInfoSaveReq) XXX_Size() int { return xxx_messageInfo_SSPayInfoSaveReq.Size(m) } func (m *SSPayInfoSaveReq) XXX_DiscardUnknown() { xxx_messageInfo_SSPayInfoSaveReq.DiscardUnknown(m) } var xxx_messageInfo_SSPayInfoSaveReq proto.InternalMessageInfo func (m *SSPayInfoSaveReq) GetPayOrderInfo() *PayOrderSaveInfo { if m != nil { return m.PayOrderInfo } return nil } func (m *SSPayInfoSaveReq) GetSaveNotify() bool { if m != nil { return m.SaveNotify } return false } type SSPayInfoSaveAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` PayOrderInfo *PayOrderSaveInfo `protobuf:"bytes,2,opt,name=pay_order_info,json=payOrderInfo,proto3" json:"pay_order_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPayInfoSaveAck) Reset() { *m = SSPayInfoSaveAck{} } func (m *SSPayInfoSaveAck) String() string { return proto.CompactTextString(m) } func (*SSPayInfoSaveAck) ProtoMessage() {} func (*SSPayInfoSaveAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{113} } func (m *SSPayInfoSaveAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPayInfoSaveAck.Unmarshal(m, b) } func (m *SSPayInfoSaveAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPayInfoSaveAck.Marshal(b, m, deterministic) } func (m *SSPayInfoSaveAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPayInfoSaveAck.Merge(m, src) } func (m *SSPayInfoSaveAck) XXX_Size() int { return xxx_messageInfo_SSPayInfoSaveAck.Size(m) } func (m *SSPayInfoSaveAck) XXX_DiscardUnknown() { xxx_messageInfo_SSPayInfoSaveAck.DiscardUnknown(m) } var xxx_messageInfo_SSPayInfoSaveAck proto.InternalMessageInfo func (m *SSPayInfoSaveAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSPayInfoSaveAck) GetPayOrderInfo() *PayOrderSaveInfo { if m != nil { return m.PayOrderInfo } return nil } //上线获取成功成但是没有获取奖励的订单数据 type SSPayInfoOrderOKListGetReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPayInfoOrderOKListGetReq) Reset() { *m = SSPayInfoOrderOKListGetReq{} } func (m *SSPayInfoOrderOKListGetReq) String() string { return proto.CompactTextString(m) } func (*SSPayInfoOrderOKListGetReq) ProtoMessage() {} func (*SSPayInfoOrderOKListGetReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{114} } func (m *SSPayInfoOrderOKListGetReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPayInfoOrderOKListGetReq.Unmarshal(m, b) } func (m *SSPayInfoOrderOKListGetReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPayInfoOrderOKListGetReq.Marshal(b, m, deterministic) } func (m *SSPayInfoOrderOKListGetReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPayInfoOrderOKListGetReq.Merge(m, src) } func (m *SSPayInfoOrderOKListGetReq) XXX_Size() int { return xxx_messageInfo_SSPayInfoOrderOKListGetReq.Size(m) } func (m *SSPayInfoOrderOKListGetReq) XXX_DiscardUnknown() { xxx_messageInfo_SSPayInfoOrderOKListGetReq.DiscardUnknown(m) } var xxx_messageInfo_SSPayInfoOrderOKListGetReq proto.InternalMessageInfo type SSPayInfoOrderOkListGetAck struct { PayOrderOkList []*PayOrderSaveInfo `protobuf:"bytes,2,rep,name=pay_order_ok_list,json=payOrderOkList,proto3" json:"pay_order_ok_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPayInfoOrderOkListGetAck) Reset() { *m = SSPayInfoOrderOkListGetAck{} } func (m *SSPayInfoOrderOkListGetAck) String() string { return proto.CompactTextString(m) } func (*SSPayInfoOrderOkListGetAck) ProtoMessage() {} func (*SSPayInfoOrderOkListGetAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{115} } func (m *SSPayInfoOrderOkListGetAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPayInfoOrderOkListGetAck.Unmarshal(m, b) } func (m *SSPayInfoOrderOkListGetAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPayInfoOrderOkListGetAck.Marshal(b, m, deterministic) } func (m *SSPayInfoOrderOkListGetAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPayInfoOrderOkListGetAck.Merge(m, src) } func (m *SSPayInfoOrderOkListGetAck) XXX_Size() int { return xxx_messageInfo_SSPayInfoOrderOkListGetAck.Size(m) } func (m *SSPayInfoOrderOkListGetAck) XXX_DiscardUnknown() { xxx_messageInfo_SSPayInfoOrderOkListGetAck.DiscardUnknown(m) } var xxx_messageInfo_SSPayInfoOrderOkListGetAck proto.InternalMessageInfo func (m *SSPayInfoOrderOkListGetAck) GetPayOrderOkList() []*PayOrderSaveInfo { if m != nil { return m.PayOrderOkList } return nil } //充值成功后gmweb通知给game服务器 type SSPayInfoOrderNtf struct { PayOrderInfo *PayOrderSaveInfo `protobuf:"bytes,1,opt,name=pay_order_info,json=payOrderInfo,proto3" json:"pay_order_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSPayInfoOrderNtf) Reset() { *m = SSPayInfoOrderNtf{} } func (m *SSPayInfoOrderNtf) String() string { return proto.CompactTextString(m) } func (*SSPayInfoOrderNtf) ProtoMessage() {} func (*SSPayInfoOrderNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{116} } func (m *SSPayInfoOrderNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSPayInfoOrderNtf.Unmarshal(m, b) } func (m *SSPayInfoOrderNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSPayInfoOrderNtf.Marshal(b, m, deterministic) } func (m *SSPayInfoOrderNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSPayInfoOrderNtf.Merge(m, src) } func (m *SSPayInfoOrderNtf) XXX_Size() int { return xxx_messageInfo_SSPayInfoOrderNtf.Size(m) } func (m *SSPayInfoOrderNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSPayInfoOrderNtf.DiscardUnknown(m) } var xxx_messageInfo_SSPayInfoOrderNtf proto.InternalMessageInfo func (m *SSPayInfoOrderNtf) GetPayOrderInfo() *PayOrderSaveInfo { if m != nil { return m.PayOrderInfo } return nil } //////////////////////////百人道场 //获取占位信息 type SSDaoChang100PosInfoListReq struct { PosIdxList []int32 `protobuf:"varint,1,rep,packed,name=pos_idx_list,json=posIdxList,proto3" json:"pos_idx_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100PosInfoListReq) Reset() { *m = SSDaoChang100PosInfoListReq{} } func (m *SSDaoChang100PosInfoListReq) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100PosInfoListReq) ProtoMessage() {} func (*SSDaoChang100PosInfoListReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{117} } func (m *SSDaoChang100PosInfoListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100PosInfoListReq.Unmarshal(m, b) } func (m *SSDaoChang100PosInfoListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100PosInfoListReq.Marshal(b, m, deterministic) } func (m *SSDaoChang100PosInfoListReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100PosInfoListReq.Merge(m, src) } func (m *SSDaoChang100PosInfoListReq) XXX_Size() int { return xxx_messageInfo_SSDaoChang100PosInfoListReq.Size(m) } func (m *SSDaoChang100PosInfoListReq) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100PosInfoListReq.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100PosInfoListReq proto.InternalMessageInfo func (m *SSDaoChang100PosInfoListReq) GetPosIdxList() []int32 { if m != nil { return m.PosIdxList } return nil } type SSDaoChang100PosInfoListAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` PosDataList []*DaoChang100PosIdxData `protobuf:"bytes,2,rep,name=pos_data_list,json=posDataList,proto3" json:"pos_data_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100PosInfoListAck) Reset() { *m = SSDaoChang100PosInfoListAck{} } func (m *SSDaoChang100PosInfoListAck) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100PosInfoListAck) ProtoMessage() {} func (*SSDaoChang100PosInfoListAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{118} } func (m *SSDaoChang100PosInfoListAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100PosInfoListAck.Unmarshal(m, b) } func (m *SSDaoChang100PosInfoListAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100PosInfoListAck.Marshal(b, m, deterministic) } func (m *SSDaoChang100PosInfoListAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100PosInfoListAck.Merge(m, src) } func (m *SSDaoChang100PosInfoListAck) XXX_Size() int { return xxx_messageInfo_SSDaoChang100PosInfoListAck.Size(m) } func (m *SSDaoChang100PosInfoListAck) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100PosInfoListAck.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100PosInfoListAck proto.InternalMessageInfo func (m *SSDaoChang100PosInfoListAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSDaoChang100PosInfoListAck) GetPosDataList() []*DaoChang100PosIdxData { if m != nil { return m.PosDataList } return nil } //占领日志信息 type SSDaoChang100LogReq struct { BeginTime uint64 `protobuf:"varint,1,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100LogReq) Reset() { *m = SSDaoChang100LogReq{} } func (m *SSDaoChang100LogReq) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100LogReq) ProtoMessage() {} func (*SSDaoChang100LogReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{119} } func (m *SSDaoChang100LogReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100LogReq.Unmarshal(m, b) } func (m *SSDaoChang100LogReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100LogReq.Marshal(b, m, deterministic) } func (m *SSDaoChang100LogReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100LogReq.Merge(m, src) } func (m *SSDaoChang100LogReq) XXX_Size() int { return xxx_messageInfo_SSDaoChang100LogReq.Size(m) } func (m *SSDaoChang100LogReq) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100LogReq.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100LogReq proto.InternalMessageInfo func (m *SSDaoChang100LogReq) GetBeginTime() uint64 { if m != nil { return m.BeginTime } return 0 } type SSDaoChang100LogAck struct { LogList []*DaoChang100Log `protobuf:"bytes,1,rep,name=log_list,json=logList,proto3" json:"log_list,omitempty"` IsEnd bool `protobuf:"varint,2,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100LogAck) Reset() { *m = SSDaoChang100LogAck{} } func (m *SSDaoChang100LogAck) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100LogAck) ProtoMessage() {} func (*SSDaoChang100LogAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{120} } func (m *SSDaoChang100LogAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100LogAck.Unmarshal(m, b) } func (m *SSDaoChang100LogAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100LogAck.Marshal(b, m, deterministic) } func (m *SSDaoChang100LogAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100LogAck.Merge(m, src) } func (m *SSDaoChang100LogAck) XXX_Size() int { return xxx_messageInfo_SSDaoChang100LogAck.Size(m) } func (m *SSDaoChang100LogAck) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100LogAck.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100LogAck proto.InternalMessageInfo func (m *SSDaoChang100LogAck) GetLogList() []*DaoChang100Log { if m != nil { return m.LogList } return nil } func (m *SSDaoChang100LogAck) GetIsEnd() bool { if m != nil { return m.IsEnd } return false } //挑战占位 type SSDaoChang100ChallengeReq struct { PosIdx int32 `protobuf:"varint,1,opt,name=pos_idx,json=posIdx,proto3" json:"pos_idx,omitempty"` HasChallengeCount bool `protobuf:"varint,2,opt,name=has_challenge_count,json=hasChallengeCount,proto3" json:"has_challenge_count,omitempty"` OwnerBrief *CommonPlayerBriefInfo `protobuf:"bytes,3,opt,name=owner_brief,json=ownerBrief,proto3" json:"owner_brief,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100ChallengeReq) Reset() { *m = SSDaoChang100ChallengeReq{} } func (m *SSDaoChang100ChallengeReq) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100ChallengeReq) ProtoMessage() {} func (*SSDaoChang100ChallengeReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{121} } func (m *SSDaoChang100ChallengeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100ChallengeReq.Unmarshal(m, b) } func (m *SSDaoChang100ChallengeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100ChallengeReq.Marshal(b, m, deterministic) } func (m *SSDaoChang100ChallengeReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100ChallengeReq.Merge(m, src) } func (m *SSDaoChang100ChallengeReq) XXX_Size() int { return xxx_messageInfo_SSDaoChang100ChallengeReq.Size(m) } func (m *SSDaoChang100ChallengeReq) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100ChallengeReq.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100ChallengeReq proto.InternalMessageInfo func (m *SSDaoChang100ChallengeReq) GetPosIdx() int32 { if m != nil { return m.PosIdx } return 0 } func (m *SSDaoChang100ChallengeReq) GetHasChallengeCount() bool { if m != nil { return m.HasChallengeCount } return false } func (m *SSDaoChang100ChallengeReq) GetOwnerBrief() *CommonPlayerBriefInfo { if m != nil { return m.OwnerBrief } return nil } type SSDaoChang100ChallengeAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` PosIdx int32 `protobuf:"varint,2,opt,name=pos_idx,json=posIdx,proto3" json:"pos_idx,omitempty"` FightInfo *FightRoleInfo `protobuf:"bytes,3,opt,name=fight_info,json=fightInfo,proto3" json:"fight_info,omitempty"` RobotId int32 `protobuf:"varint,4,opt,name=robot_id,json=robotId,proto3" json:"robot_id,omitempty"` RewardDeltaTime uint64 `protobuf:"varint,5,opt,name=reward_delta_time,json=rewardDeltaTime,proto3" json:"reward_delta_time,omitempty"` SelfPosData *DaoChang100PosIdxData `protobuf:"bytes,6,opt,name=self_pos_data,json=selfPosData,proto3" json:"self_pos_data,omitempty"` ChallengePosData *DaoChang100PosIdxData `protobuf:"bytes,7,opt,name=challenge_pos_data,json=challengePosData,proto3" json:"challenge_pos_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100ChallengeAck) Reset() { *m = SSDaoChang100ChallengeAck{} } func (m *SSDaoChang100ChallengeAck) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100ChallengeAck) ProtoMessage() {} func (*SSDaoChang100ChallengeAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{122} } func (m *SSDaoChang100ChallengeAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100ChallengeAck.Unmarshal(m, b) } func (m *SSDaoChang100ChallengeAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100ChallengeAck.Marshal(b, m, deterministic) } func (m *SSDaoChang100ChallengeAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100ChallengeAck.Merge(m, src) } func (m *SSDaoChang100ChallengeAck) XXX_Size() int { return xxx_messageInfo_SSDaoChang100ChallengeAck.Size(m) } func (m *SSDaoChang100ChallengeAck) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100ChallengeAck.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100ChallengeAck proto.InternalMessageInfo func (m *SSDaoChang100ChallengeAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSDaoChang100ChallengeAck) GetPosIdx() int32 { if m != nil { return m.PosIdx } return 0 } func (m *SSDaoChang100ChallengeAck) GetFightInfo() *FightRoleInfo { if m != nil { return m.FightInfo } return nil } func (m *SSDaoChang100ChallengeAck) GetRobotId() int32 { if m != nil { return m.RobotId } return 0 } func (m *SSDaoChang100ChallengeAck) GetRewardDeltaTime() uint64 { if m != nil { return m.RewardDeltaTime } return 0 } func (m *SSDaoChang100ChallengeAck) GetSelfPosData() *DaoChang100PosIdxData { if m != nil { return m.SelfPosData } return nil } func (m *SSDaoChang100ChallengeAck) GetChallengePosData() *DaoChang100PosIdxData { if m != nil { return m.ChallengePosData } return nil } //挑战占位战斗结果上报 type SSDaoChang100ChallengeResultReq struct { PosIdx int32 `protobuf:"varint,1,opt,name=pos_idx,json=posIdx,proto3" json:"pos_idx,omitempty"` PosUid uint64 `protobuf:"varint,2,opt,name=pos_uid,json=posUid,proto3" json:"pos_uid,omitempty"` OwnerBrief *CommonPlayerBriefInfo `protobuf:"bytes,3,opt,name=owner_brief,json=ownerBrief,proto3" json:"owner_brief,omitempty"` BattleResult bool `protobuf:"varint,4,opt,name=battle_result,json=battleResult,proto3" json:"battle_result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100ChallengeResultReq) Reset() { *m = SSDaoChang100ChallengeResultReq{} } func (m *SSDaoChang100ChallengeResultReq) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100ChallengeResultReq) ProtoMessage() {} func (*SSDaoChang100ChallengeResultReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{123} } func (m *SSDaoChang100ChallengeResultReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100ChallengeResultReq.Unmarshal(m, b) } func (m *SSDaoChang100ChallengeResultReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100ChallengeResultReq.Marshal(b, m, deterministic) } func (m *SSDaoChang100ChallengeResultReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100ChallengeResultReq.Merge(m, src) } func (m *SSDaoChang100ChallengeResultReq) XXX_Size() int { return xxx_messageInfo_SSDaoChang100ChallengeResultReq.Size(m) } func (m *SSDaoChang100ChallengeResultReq) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100ChallengeResultReq.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100ChallengeResultReq proto.InternalMessageInfo func (m *SSDaoChang100ChallengeResultReq) GetPosIdx() int32 { if m != nil { return m.PosIdx } return 0 } func (m *SSDaoChang100ChallengeResultReq) GetPosUid() uint64 { if m != nil { return m.PosUid } return 0 } func (m *SSDaoChang100ChallengeResultReq) GetOwnerBrief() *CommonPlayerBriefInfo { if m != nil { return m.OwnerBrief } return nil } func (m *SSDaoChang100ChallengeResultReq) GetBattleResult() bool { if m != nil { return m.BattleResult } return false } type SSDaoChang100ChallengeResultAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` PosIdx int32 `protobuf:"varint,2,opt,name=pos_idx,json=posIdx,proto3" json:"pos_idx,omitempty"` BattleResult bool `protobuf:"varint,3,opt,name=battle_result,json=battleResult,proto3" json:"battle_result,omitempty"` EmptyPosIdx bool `protobuf:"varint,4,opt,name=empty_pos_idx,json=emptyPosIdx,proto3" json:"empty_pos_idx,omitempty"` SelfPosData *DaoChang100PosIdxData `protobuf:"bytes,5,opt,name=self_pos_data,json=selfPosData,proto3" json:"self_pos_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100ChallengeResultAck) Reset() { *m = SSDaoChang100ChallengeResultAck{} } func (m *SSDaoChang100ChallengeResultAck) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100ChallengeResultAck) ProtoMessage() {} func (*SSDaoChang100ChallengeResultAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{124} } func (m *SSDaoChang100ChallengeResultAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100ChallengeResultAck.Unmarshal(m, b) } func (m *SSDaoChang100ChallengeResultAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100ChallengeResultAck.Marshal(b, m, deterministic) } func (m *SSDaoChang100ChallengeResultAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100ChallengeResultAck.Merge(m, src) } func (m *SSDaoChang100ChallengeResultAck) XXX_Size() int { return xxx_messageInfo_SSDaoChang100ChallengeResultAck.Size(m) } func (m *SSDaoChang100ChallengeResultAck) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100ChallengeResultAck.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100ChallengeResultAck proto.InternalMessageInfo func (m *SSDaoChang100ChallengeResultAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSDaoChang100ChallengeResultAck) GetPosIdx() int32 { if m != nil { return m.PosIdx } return 0 } func (m *SSDaoChang100ChallengeResultAck) GetBattleResult() bool { if m != nil { return m.BattleResult } return false } func (m *SSDaoChang100ChallengeResultAck) GetEmptyPosIdx() bool { if m != nil { return m.EmptyPosIdx } return false } func (m *SSDaoChang100ChallengeResultAck) GetSelfPosData() *DaoChang100PosIdxData { if m != nil { return m.SelfPosData } return nil } type SSDaoChang100ChallengeResultNtf struct { NtfUid uint64 `protobuf:"varint,1,opt,name=ntf_uid,json=ntfUid,proto3" json:"ntf_uid,omitempty"` PosIdxDataChange bool `protobuf:"varint,2,opt,name=pos_idx_data_change,json=posIdxDataChange,proto3" json:"pos_idx_data_change,omitempty"` NtfPosData *DaoChang100PosIdxData `protobuf:"bytes,3,opt,name=ntf_pos_data,json=ntfPosData,proto3" json:"ntf_pos_data,omitempty"` FromOtherGame bool `protobuf:"varint,4,opt,name=from_other_game,json=fromOtherGame,proto3" json:"from_other_game,omitempty"` ChallengeUid uint64 `protobuf:"varint,5,opt,name=challenge_uid,json=challengeUid,proto3" json:"challenge_uid,omitempty"` BattleResult int32 `protobuf:"varint,6,opt,name=battle_result,json=battleResult,proto3" json:"battle_result,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100ChallengeResultNtf) Reset() { *m = SSDaoChang100ChallengeResultNtf{} } func (m *SSDaoChang100ChallengeResultNtf) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100ChallengeResultNtf) ProtoMessage() {} func (*SSDaoChang100ChallengeResultNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{125} } func (m *SSDaoChang100ChallengeResultNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100ChallengeResultNtf.Unmarshal(m, b) } func (m *SSDaoChang100ChallengeResultNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100ChallengeResultNtf.Marshal(b, m, deterministic) } func (m *SSDaoChang100ChallengeResultNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100ChallengeResultNtf.Merge(m, src) } func (m *SSDaoChang100ChallengeResultNtf) XXX_Size() int { return xxx_messageInfo_SSDaoChang100ChallengeResultNtf.Size(m) } func (m *SSDaoChang100ChallengeResultNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100ChallengeResultNtf.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100ChallengeResultNtf proto.InternalMessageInfo func (m *SSDaoChang100ChallengeResultNtf) GetNtfUid() uint64 { if m != nil { return m.NtfUid } return 0 } func (m *SSDaoChang100ChallengeResultNtf) GetPosIdxDataChange() bool { if m != nil { return m.PosIdxDataChange } return false } func (m *SSDaoChang100ChallengeResultNtf) GetNtfPosData() *DaoChang100PosIdxData { if m != nil { return m.NtfPosData } return nil } func (m *SSDaoChang100ChallengeResultNtf) GetFromOtherGame() bool { if m != nil { return m.FromOtherGame } return false } func (m *SSDaoChang100ChallengeResultNtf) GetChallengeUid() uint64 { if m != nil { return m.ChallengeUid } return 0 } func (m *SSDaoChang100ChallengeResultNtf) GetBattleResult() int32 { if m != nil { return m.BattleResult } return 0 } //获取收益奖励 type SSDaoChang100TimeRewardReq struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` BaseRewardTime uint64 `protobuf:"varint,2,opt,name=base_reward_time,json=baseRewardTime,proto3" json:"base_reward_time,omitempty"` RewardIntervalTime uint64 `protobuf:"varint,3,opt,name=reward_interval_time,json=rewardIntervalTime,proto3" json:"reward_interval_time,omitempty"` NowTime uint64 `protobuf:"varint,4,opt,name=now_time,json=nowTime,proto3" json:"now_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100TimeRewardReq) Reset() { *m = SSDaoChang100TimeRewardReq{} } func (m *SSDaoChang100TimeRewardReq) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100TimeRewardReq) ProtoMessage() {} func (*SSDaoChang100TimeRewardReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{126} } func (m *SSDaoChang100TimeRewardReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100TimeRewardReq.Unmarshal(m, b) } func (m *SSDaoChang100TimeRewardReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100TimeRewardReq.Marshal(b, m, deterministic) } func (m *SSDaoChang100TimeRewardReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100TimeRewardReq.Merge(m, src) } func (m *SSDaoChang100TimeRewardReq) XXX_Size() int { return xxx_messageInfo_SSDaoChang100TimeRewardReq.Size(m) } func (m *SSDaoChang100TimeRewardReq) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100TimeRewardReq.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100TimeRewardReq proto.InternalMessageInfo func (m *SSDaoChang100TimeRewardReq) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSDaoChang100TimeRewardReq) GetBaseRewardTime() uint64 { if m != nil { return m.BaseRewardTime } return 0 } func (m *SSDaoChang100TimeRewardReq) GetRewardIntervalTime() uint64 { if m != nil { return m.RewardIntervalTime } return 0 } func (m *SSDaoChang100TimeRewardReq) GetNowTime() uint64 { if m != nil { return m.NowTime } return 0 } type SSDaoChang100TimeRewardAck struct { PosIdxRewardList []*KeyValueType `protobuf:"bytes,1,rep,name=pos_idx_reward_list,json=posIdxRewardList,proto3" json:"pos_idx_reward_list,omitempty"` BaseRewardTime uint64 `protobuf:"varint,2,opt,name=base_reward_time,json=baseRewardTime,proto3" json:"base_reward_time,omitempty"` RewardIntervalTime uint64 `protobuf:"varint,3,opt,name=reward_interval_time,json=rewardIntervalTime,proto3" json:"reward_interval_time,omitempty"` NowTime uint64 `protobuf:"varint,4,opt,name=now_time,json=nowTime,proto3" json:"now_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100TimeRewardAck) Reset() { *m = SSDaoChang100TimeRewardAck{} } func (m *SSDaoChang100TimeRewardAck) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100TimeRewardAck) ProtoMessage() {} func (*SSDaoChang100TimeRewardAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{127} } func (m *SSDaoChang100TimeRewardAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100TimeRewardAck.Unmarshal(m, b) } func (m *SSDaoChang100TimeRewardAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100TimeRewardAck.Marshal(b, m, deterministic) } func (m *SSDaoChang100TimeRewardAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100TimeRewardAck.Merge(m, src) } func (m *SSDaoChang100TimeRewardAck) XXX_Size() int { return xxx_messageInfo_SSDaoChang100TimeRewardAck.Size(m) } func (m *SSDaoChang100TimeRewardAck) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100TimeRewardAck.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100TimeRewardAck proto.InternalMessageInfo func (m *SSDaoChang100TimeRewardAck) GetPosIdxRewardList() []*KeyValueType { if m != nil { return m.PosIdxRewardList } return nil } func (m *SSDaoChang100TimeRewardAck) GetBaseRewardTime() uint64 { if m != nil { return m.BaseRewardTime } return 0 } func (m *SSDaoChang100TimeRewardAck) GetRewardIntervalTime() uint64 { if m != nil { return m.RewardIntervalTime } return 0 } func (m *SSDaoChang100TimeRewardAck) GetNowTime() uint64 { if m != nil { return m.NowTime } return 0 } //道场公会贡献点排行更新 type SSDaoChang100GuildRankUpdateNtf struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` GuildId uint64 `protobuf:"varint,2,opt,name=guild_id,json=guildId,proto3" json:"guild_id,omitempty"` Score uint32 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSDaoChang100GuildRankUpdateNtf) Reset() { *m = SSDaoChang100GuildRankUpdateNtf{} } func (m *SSDaoChang100GuildRankUpdateNtf) String() string { return proto.CompactTextString(m) } func (*SSDaoChang100GuildRankUpdateNtf) ProtoMessage() {} func (*SSDaoChang100GuildRankUpdateNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{128} } func (m *SSDaoChang100GuildRankUpdateNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSDaoChang100GuildRankUpdateNtf.Unmarshal(m, b) } func (m *SSDaoChang100GuildRankUpdateNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSDaoChang100GuildRankUpdateNtf.Marshal(b, m, deterministic) } func (m *SSDaoChang100GuildRankUpdateNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSDaoChang100GuildRankUpdateNtf.Merge(m, src) } func (m *SSDaoChang100GuildRankUpdateNtf) XXX_Size() int { return xxx_messageInfo_SSDaoChang100GuildRankUpdateNtf.Size(m) } func (m *SSDaoChang100GuildRankUpdateNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSDaoChang100GuildRankUpdateNtf.DiscardUnknown(m) } var xxx_messageInfo_SSDaoChang100GuildRankUpdateNtf proto.InternalMessageInfo func (m *SSDaoChang100GuildRankUpdateNtf) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSDaoChang100GuildRankUpdateNtf) GetGuildId() uint64 { if m != nil { return m.GuildId } return 0 } func (m *SSDaoChang100GuildRankUpdateNtf) GetScore() uint32 { if m != nil { return m.Score } return 0 } //////////////////////////精彩活动 type SSActivitiesCollectionServerDataReq struct { ActivityId int32 `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"` RewardIdx int32 `protobuf:"varint,2,opt,name=reward_idx,json=rewardIdx,proto3" json:"reward_idx,omitempty"` ServerLimitNum int32 `protobuf:"varint,3,opt,name=server_limit_num,json=serverLimitNum,proto3" json:"server_limit_num,omitempty"` PetData []*ExchangeInfo `protobuf:"bytes,4,rep,name=pet_data,json=petData,proto3" json:"pet_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSActivitiesCollectionServerDataReq) Reset() { *m = SSActivitiesCollectionServerDataReq{} } func (m *SSActivitiesCollectionServerDataReq) String() string { return proto.CompactTextString(m) } func (*SSActivitiesCollectionServerDataReq) ProtoMessage() {} func (*SSActivitiesCollectionServerDataReq) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{129} } func (m *SSActivitiesCollectionServerDataReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSActivitiesCollectionServerDataReq.Unmarshal(m, b) } func (m *SSActivitiesCollectionServerDataReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSActivitiesCollectionServerDataReq.Marshal(b, m, deterministic) } func (m *SSActivitiesCollectionServerDataReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SSActivitiesCollectionServerDataReq.Merge(m, src) } func (m *SSActivitiesCollectionServerDataReq) XXX_Size() int { return xxx_messageInfo_SSActivitiesCollectionServerDataReq.Size(m) } func (m *SSActivitiesCollectionServerDataReq) XXX_DiscardUnknown() { xxx_messageInfo_SSActivitiesCollectionServerDataReq.DiscardUnknown(m) } var xxx_messageInfo_SSActivitiesCollectionServerDataReq proto.InternalMessageInfo func (m *SSActivitiesCollectionServerDataReq) GetActivityId() int32 { if m != nil { return m.ActivityId } return 0 } func (m *SSActivitiesCollectionServerDataReq) GetRewardIdx() int32 { if m != nil { return m.RewardIdx } return 0 } func (m *SSActivitiesCollectionServerDataReq) GetServerLimitNum() int32 { if m != nil { return m.ServerLimitNum } return 0 } func (m *SSActivitiesCollectionServerDataReq) GetPetData() []*ExchangeInfo { if m != nil { return m.PetData } return nil } type SSActivitiesCollectionServerDataAck struct { Error int32 `protobuf:"varint,1,opt,name=error,proto3" json:"error,omitempty"` ActivityId int32 `protobuf:"varint,2,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"` DataList []*KeyValueType `protobuf:"bytes,3,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` RewardIdx int32 `protobuf:"varint,4,opt,name=reward_idx,json=rewardIdx,proto3" json:"reward_idx,omitempty"` PetData []*ExchangeInfo `protobuf:"bytes,5,rep,name=pet_data,json=petData,proto3" json:"pet_data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSActivitiesCollectionServerDataAck) Reset() { *m = SSActivitiesCollectionServerDataAck{} } func (m *SSActivitiesCollectionServerDataAck) String() string { return proto.CompactTextString(m) } func (*SSActivitiesCollectionServerDataAck) ProtoMessage() {} func (*SSActivitiesCollectionServerDataAck) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{130} } func (m *SSActivitiesCollectionServerDataAck) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSActivitiesCollectionServerDataAck.Unmarshal(m, b) } func (m *SSActivitiesCollectionServerDataAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSActivitiesCollectionServerDataAck.Marshal(b, m, deterministic) } func (m *SSActivitiesCollectionServerDataAck) XXX_Merge(src proto.Message) { xxx_messageInfo_SSActivitiesCollectionServerDataAck.Merge(m, src) } func (m *SSActivitiesCollectionServerDataAck) XXX_Size() int { return xxx_messageInfo_SSActivitiesCollectionServerDataAck.Size(m) } func (m *SSActivitiesCollectionServerDataAck) XXX_DiscardUnknown() { xxx_messageInfo_SSActivitiesCollectionServerDataAck.DiscardUnknown(m) } var xxx_messageInfo_SSActivitiesCollectionServerDataAck proto.InternalMessageInfo func (m *SSActivitiesCollectionServerDataAck) GetError() int32 { if m != nil { return m.Error } return 0 } func (m *SSActivitiesCollectionServerDataAck) GetActivityId() int32 { if m != nil { return m.ActivityId } return 0 } func (m *SSActivitiesCollectionServerDataAck) GetDataList() []*KeyValueType { if m != nil { return m.DataList } return nil } func (m *SSActivitiesCollectionServerDataAck) GetRewardIdx() int32 { if m != nil { return m.RewardIdx } return 0 } func (m *SSActivitiesCollectionServerDataAck) GetPetData() []*ExchangeInfo { if m != nil { return m.PetData } return nil } type CollectionSaveData struct { ActivityId int32 `protobuf:"varint,2,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"` DataList []*KeyValueType `protobuf:"bytes,3,rep,name=data_list,json=dataList,proto3" json:"data_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CollectionSaveData) Reset() { *m = CollectionSaveData{} } func (m *CollectionSaveData) String() string { return proto.CompactTextString(m) } func (*CollectionSaveData) ProtoMessage() {} func (*CollectionSaveData) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{131} } func (m *CollectionSaveData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CollectionSaveData.Unmarshal(m, b) } func (m *CollectionSaveData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CollectionSaveData.Marshal(b, m, deterministic) } func (m *CollectionSaveData) XXX_Merge(src proto.Message) { xxx_messageInfo_CollectionSaveData.Merge(m, src) } func (m *CollectionSaveData) XXX_Size() int { return xxx_messageInfo_CollectionSaveData.Size(m) } func (m *CollectionSaveData) XXX_DiscardUnknown() { xxx_messageInfo_CollectionSaveData.DiscardUnknown(m) } var xxx_messageInfo_CollectionSaveData proto.InternalMessageInfo func (m *CollectionSaveData) GetActivityId() int32 { if m != nil { return m.ActivityId } return 0 } func (m *CollectionSaveData) GetDataList() []*KeyValueType { if m != nil { return m.DataList } return nil } type SSActivitiesCollectionServerDataNtf struct { ActivityId int32 `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"` RewardIdx int32 `protobuf:"varint,2,opt,name=reward_idx,json=rewardIdx,proto3" json:"reward_idx,omitempty"` ServerCurNum int32 `protobuf:"varint,3,opt,name=server_cur_num,json=serverCurNum,proto3" json:"server_cur_num,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSActivitiesCollectionServerDataNtf) Reset() { *m = SSActivitiesCollectionServerDataNtf{} } func (m *SSActivitiesCollectionServerDataNtf) String() string { return proto.CompactTextString(m) } func (*SSActivitiesCollectionServerDataNtf) ProtoMessage() {} func (*SSActivitiesCollectionServerDataNtf) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{132} } func (m *SSActivitiesCollectionServerDataNtf) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSActivitiesCollectionServerDataNtf.Unmarshal(m, b) } func (m *SSActivitiesCollectionServerDataNtf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSActivitiesCollectionServerDataNtf.Marshal(b, m, deterministic) } func (m *SSActivitiesCollectionServerDataNtf) XXX_Merge(src proto.Message) { xxx_messageInfo_SSActivitiesCollectionServerDataNtf.Merge(m, src) } func (m *SSActivitiesCollectionServerDataNtf) XXX_Size() int { return xxx_messageInfo_SSActivitiesCollectionServerDataNtf.Size(m) } func (m *SSActivitiesCollectionServerDataNtf) XXX_DiscardUnknown() { xxx_messageInfo_SSActivitiesCollectionServerDataNtf.DiscardUnknown(m) } var xxx_messageInfo_SSActivitiesCollectionServerDataNtf proto.InternalMessageInfo func (m *SSActivitiesCollectionServerDataNtf) GetActivityId() int32 { if m != nil { return m.ActivityId } return 0 } func (m *SSActivitiesCollectionServerDataNtf) GetRewardIdx() int32 { if m != nil { return m.RewardIdx } return 0 } func (m *SSActivitiesCollectionServerDataNtf) GetServerCurNum() int32 { if m != nil { return m.ServerCurNum } return 0 } type SSWebGMHeadChange struct { Uid uint64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` HeadId int32 `protobuf:"varint,2,opt,name=head_id,json=headId,proto3" json:"head_id,omitempty"` State int32 `protobuf:"varint,3,opt,name=state,proto3" json:"state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SSWebGMHeadChange) Reset() { *m = SSWebGMHeadChange{} } func (m *SSWebGMHeadChange) String() string { return proto.CompactTextString(m) } func (*SSWebGMHeadChange) ProtoMessage() {} func (*SSWebGMHeadChange) Descriptor() ([]byte, []int) { return fileDescriptor_60207fea82c31ca8, []int{133} } func (m *SSWebGMHeadChange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SSWebGMHeadChange.Unmarshal(m, b) } func (m *SSWebGMHeadChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SSWebGMHeadChange.Marshal(b, m, deterministic) } func (m *SSWebGMHeadChange) XXX_Merge(src proto.Message) { xxx_messageInfo_SSWebGMHeadChange.Merge(m, src) } func (m *SSWebGMHeadChange) XXX_Size() int { return xxx_messageInfo_SSWebGMHeadChange.Size(m) } func (m *SSWebGMHeadChange) XXX_DiscardUnknown() { xxx_messageInfo_SSWebGMHeadChange.DiscardUnknown(m) } var xxx_messageInfo_SSWebGMHeadChange proto.InternalMessageInfo func (m *SSWebGMHeadChange) GetUid() uint64 { if m != nil { return m.Uid } return 0 } func (m *SSWebGMHeadChange) GetHeadId() int32 { if m != nil { return m.HeadId } return 0 } func (m *SSWebGMHeadChange) GetState() int32 { if m != nil { return m.State } return 0 } func init() { proto.RegisterType((*WebRoleInfo)(nil), "serverproto.WebRoleInfo") proto.RegisterType((*WebUpdateMailItem)(nil), "serverproto.WebUpdateMailItem") proto.RegisterType((*SSWebGMChatMsgNtf)(nil), "serverproto.SSWebGMChatMsgNtf") proto.RegisterType((*SSWebGMAddMailNtf)(nil), "serverproto.SSWebGMAddMailNtf") proto.RegisterType((*SSWebGMBanNtf)(nil), "serverproto.SSWebGMBanNtf") proto.RegisterType((*SSWebGMNoticeNtf)(nil), "serverproto.SSWebGMNoticeNtf") proto.RegisterType((*SSWEBGMServerMaintainNtf)(nil), "serverproto.SSWEBGMServerMaintainNtf") proto.RegisterType((*SSWebGMGuildBattle)(nil), "serverproto.SSWebGMGuildBattle") proto.RegisterType((*SSWebGMDelItemNtf)(nil), "serverproto.SSWebGMDelItemNtf") proto.RegisterType((*SSPlayerOnlineNtf)(nil), "serverproto.SSPlayerOnlineNtf") proto.RegisterType((*SSPlayerOfflineNtf)(nil), "serverproto.SSPlayerOfflineNtf") proto.RegisterType((*SSPlayerOnlineNumNtf)(nil), "serverproto.SSPlayerOnlineNumNtf") proto.RegisterType((*SSChatMessageAck)(nil), "serverproto.SSChatMessageAck") proto.RegisterType((*SSChatMessageNtf)(nil), "serverproto.SSChatMessageNtf") proto.RegisterType((*SSGuildChatMessageNtf)(nil), "serverproto.SSGuildChatMessageNtf") proto.RegisterType((*SSGuildNoticeMessageNtf)(nil), "serverproto.SSGuildNoticeMessageNtf") proto.RegisterType((*SSGuildNoticeToRoleNtf)(nil), "serverproto.SSGuildNoticeToRoleNtf") proto.RegisterType((*SSPlayerEnterMapReq)(nil), "serverproto.SSPlayerEnterMapReq") proto.RegisterType((*SSPlayerLeaveMapNtf)(nil), "serverproto.SSPlayerLeaveMapNtf") proto.RegisterType((*SSPlayerAoiReconnect)(nil), "serverproto.SSPlayerAoiReconnect") proto.RegisterType((*SSPlayerLeaveMapReqAck)(nil), "serverproto.SSPlayerLeaveMapReqAck") proto.RegisterType((*SSNameReq)(nil), "serverproto.SSNameReq") proto.RegisterType((*SSNameNtf)(nil), "serverproto.SSNameNtf") proto.RegisterType((*SSPlayerShowChangeReq)(nil), "serverproto.SSPlayerShowChangeReq") proto.RegisterType((*SSPlayerEnterChallengeNtf)(nil), "serverproto.SSPlayerEnterChallengeNtf") proto.RegisterType((*SSPlayerLeaveChallengeNtf)(nil), "serverproto.SSPlayerLeaveChallengeNtf") proto.RegisterType((*SSPlayerChallengeHpNtf)(nil), "serverproto.SSPlayerChallengeHpNtf") proto.RegisterType((*SSPlayerChallengeResultNtf)(nil), "serverproto.SSPlayerChallengeResultNtf") proto.RegisterType((*SSAddMailNtf)(nil), "serverproto.SSAddMailNtf") proto.RegisterType((*SSGetCompetitionDataReq)(nil), "serverproto.SSGetCompetitionDataReq") proto.RegisterType((*SSGetCompetitionDataAck)(nil), "serverproto.SSGetCompetitionDataAck") proto.RegisterType((*SSCompetitionRewardReq)(nil), "serverproto.SSCompetitionRewardReq") proto.RegisterType((*SSCompetitionRewardAck)(nil), "serverproto.SSCompetitionRewardAck") proto.RegisterType((*SSCompetitionRewardHistoryReq)(nil), "serverproto.SSCompetitionRewardHistoryReq") proto.RegisterType((*SSCompetitionRewardHistoryAck)(nil), "serverproto.SSCompetitionRewardHistoryAck") proto.RegisterType((*SSCompetitionUpdateScoreReq)(nil), "serverproto.SSCompetitionUpdateScoreReq") proto.RegisterType((*SSCompetitionUpdateScoreAck)(nil), "serverproto.SSCompetitionUpdateScoreAck") proto.RegisterType((*SSCompetitionOnVoteNtf)(nil), "serverproto.SSCompetitionOnVoteNtf") proto.RegisterType((*SSCompetitionSelfFansInfoReq)(nil), "serverproto.SSCompetitionSelfFansInfoReq") proto.RegisterType((*SSCompetitionSelfFansInfoAck)(nil), "serverproto.SSCompetitionSelfFansInfoAck") proto.RegisterType((*SSCompetitionVoteRankReq)(nil), "serverproto.SSCompetitionVoteRankReq") proto.RegisterType((*SSCompetitionVoteRankAck)(nil), "serverproto.SSCompetitionVoteRankAck") proto.RegisterType((*SSCompetitionFansRewardRankReq)(nil), "serverproto.SSCompetitionFansRewardRankReq") proto.RegisterType((*SSCompetitionFansRewardRankAck)(nil), "serverproto.SSCompetitionFansRewardRankAck") proto.RegisterType((*SSCompetitionFansGetRewardReq)(nil), "serverproto.SSCompetitionFansGetRewardReq") proto.RegisterType((*SSCompetitionFansGetRewardAck)(nil), "serverproto.SSCompetitionFansGetRewardAck") proto.RegisterType((*SSCompetitionAddIdolBoxScoreNtf)(nil), "serverproto.SSCompetitionAddIdolBoxScoreNtf") proto.RegisterType((*SSCompetitionFansGetAllRewardReq)(nil), "serverproto.SSCompetitionFansGetAllRewardReq") proto.RegisterType((*SSCompetitionFansGetAllRewardAck)(nil), "serverproto.SSCompetitionFansGetAllRewardAck") proto.RegisterType((*SSCompetitionGetPlayerVoteRankReq)(nil), "serverproto.SSCompetitionGetPlayerVoteRankReq") proto.RegisterType((*SSCompetitionGetPlayerVoteRankAck)(nil), "serverproto.SSCompetitionGetPlayerVoteRankAck") proto.RegisterType((*SSFriendAddReq)(nil), "serverproto.SSFriendAddReq") proto.RegisterType((*SSFriendAddAck)(nil), "serverproto.SSFriendAddAck") proto.RegisterType((*SSFriendDelReq)(nil), "serverproto.SSFriendDelReq") proto.RegisterType((*SSFriendDelAck)(nil), "serverproto.SSFriendDelAck") proto.RegisterType((*SSFriendBlackNtf)(nil), "serverproto.SSFriendBlackNtf") proto.RegisterType((*SSOnlineStateReq)(nil), "serverproto.SSOnlineStateReq") proto.RegisterType((*SSOnlineStateAck)(nil), "serverproto.SSOnlineStateAck") proto.RegisterType((*SSGuildOnAddActivityNtf)(nil), "serverproto.SSGuildOnAddActivityNtf") proto.RegisterType((*SSGuildBossRefreshNtf)(nil), "serverproto.SSGuildBossRefreshNtf") proto.RegisterType((*SSGuildOnlineStateReq)(nil), "serverproto.SSGuildOnlineStateReq") proto.RegisterType((*SSGuildOnlineStateAck)(nil), "serverproto.SSGuildOnlineStateAck") proto.RegisterType((*SSGuildMemberOnlineInfoReq)(nil), "serverproto.SSGuildMemberOnlineInfoReq") proto.RegisterType((*SSGuildMemberOnlineInfoAck)(nil), "serverproto.SSGuildMemberOnlineInfoAck") proto.RegisterType((*SSGuildNameChangeNtf)(nil), "serverproto.SSGuildNameChangeNtf") proto.RegisterType((*SSOnlineGuildInfoReq)(nil), "serverproto.SSOnlineGuildInfoReq") proto.RegisterType((*SSOnlineGuildInfoAck)(nil), "serverproto.SSOnlineGuildInfoAck") proto.RegisterType((*SSGuildBattleChallengeReq)(nil), "serverproto.SSGuildBattleChallengeReq") proto.RegisterType((*SSGuildBattleChallengeAck)(nil), "serverproto.SSGuildBattleChallengeAck") proto.RegisterType((*SSGuildBattleCPRankReq)(nil), "serverproto.SSGuildBattleCPRankReq") proto.RegisterType((*SSGuildBattleCPRankAck)(nil), "serverproto.SSGuildBattleCPRankAck") proto.RegisterType((*SSGuildBattleCountPartReq)(nil), "serverproto.SSGuildBattleCountPartReq") proto.RegisterType((*SSGuildBattleCountPartAck)(nil), "serverproto.SSGuildBattleCountPartAck") proto.RegisterType((*SSGuildBattleMvpInfoReq)(nil), "serverproto.SSGuildBattleMvpInfoReq") proto.RegisterType((*SSGuildBattleMvpInfoAck)(nil), "serverproto.SSGuildBattleMvpInfoAck") proto.RegisterType((*SSGuildBattleMvpDetailReq)(nil), "serverproto.SSGuildBattleMvpDetailReq") proto.RegisterType((*SSGuildBattleMvpDetailAck)(nil), "serverproto.SSGuildBattleMvpDetailAck") proto.RegisterType((*SSGuildBattleStageChangeNtf)(nil), "serverproto.SSGuildBattleStageChangeNtf") proto.RegisterType((*SSGuildBattleRewardNtf)(nil), "serverproto.SSGuildBattleRewardNtf") proto.RegisterType((*SSGuildBattleOnlineGetRewardReq)(nil), "serverproto.SSGuildBattleOnlineGetRewardReq") proto.RegisterType((*GuildBattleReward)(nil), "serverproto.GuildBattleReward") proto.RegisterType((*SSGuildBattleOnlineGetRewardAck)(nil), "serverproto.SSGuildBattleOnlineGetRewardAck") proto.RegisterType((*SSGuildBattleCPChangeNtf)(nil), "serverproto.SSGuildBattleCPChangeNtf") proto.RegisterType((*SSGuildBattleGMAddGuildCPReq)(nil), "serverproto.SSGuildBattleGMAddGuildCPReq") proto.RegisterType((*SSGuildBattleGMAddGuildScoreReq)(nil), "serverproto.SSGuildBattleGMAddGuildScoreReq") proto.RegisterType((*SSGuildBattleGMChangeLeaderReq)(nil), "serverproto.SSGuildBattleGMChangeLeaderReq") proto.RegisterType((*SSGuildBattleGMKickMemberReq)(nil), "serverproto.SSGuildBattleGMKickMemberReq") proto.RegisterType((*SSGuildBattleGMDemonDamageReq)(nil), "serverproto.SSGuildBattleGMDemonDamageReq") proto.RegisterType((*SSGuildBattleGMOperatorReq)(nil), "serverproto.SSGuildBattleGMOperatorReq") proto.RegisterType((*MvpRewardInfo)(nil), "serverproto.MvpRewardInfo") proto.RegisterType((*SSGuildBattleSendMvpRewardReq)(nil), "serverproto.SSGuildBattleSendMvpRewardReq") proto.RegisterType((*SSGuildBattleSendMvpRewardAck)(nil), "serverproto.SSGuildBattleSendMvpRewardAck") proto.RegisterType((*SSGuildBattleBuyBuffReq)(nil), "serverproto.SSGuildBattleBuyBuffReq") proto.RegisterType((*SSGuildBattleBuyBuffAck)(nil), "serverproto.SSGuildBattleBuyBuffAck") proto.RegisterType((*SSGuildBattleRewardReq)(nil), "serverproto.SSGuildBattleRewardReq") proto.RegisterType((*SSGuildDemonFightReq)(nil), "serverproto.SSGuildDemonFightReq") proto.RegisterType((*SSGuildDemonFightAck)(nil), "serverproto.SSGuildDemonFightAck") proto.RegisterType((*SSGuildDemonOnlineGetRewardNtf)(nil), "serverproto.SSGuildDemonOnlineGetRewardNtf") proto.RegisterType((*SSGuildDemonRewardNtf)(nil), "serverproto.SSGuildDemonRewardNtf") proto.RegisterType((*SSExpeditionHelpReq)(nil), "serverproto.SSExpeditionHelpReq") proto.RegisterType((*SSExpeditionHelpAck)(nil), "serverproto.SSExpeditionHelpAck") proto.RegisterType((*SSExpeditionScoreRankListReq)(nil), "serverproto.SSExpeditionScoreRankListReq") proto.RegisterType((*SSExpeditionScoreRankListAck)(nil), "serverproto.SSExpeditionScoreRankListAck") proto.RegisterType((*SSExpeditionUpdateScoreRankNtf)(nil), "serverproto.SSExpeditionUpdateScoreRankNtf") proto.RegisterType((*SSInvitationBeToMemberReq)(nil), "serverproto.SSInvitationBeToMemberReq") proto.RegisterType((*SSInvitationBeToMemberAck)(nil), "serverproto.SSInvitationBeToMemberAck") proto.RegisterType((*SSInvitationBeToMemberDBReq)(nil), "serverproto.SSInvitationBeToMemberDBReq") proto.RegisterType((*SSInvitationBeToMemberDBAck)(nil), "serverproto.SSInvitationBeToMemberDBAck") proto.RegisterType((*SSInvitationDelMemberNtf)(nil), "serverproto.SSInvitationDelMemberNtf") proto.RegisterType((*SSInvitationMemberNoticeMasterReq)(nil), "serverproto.SSInvitationMemberNoticeMasterReq") proto.RegisterType((*SSInvitationMemberNoticeMasterAck)(nil), "serverproto.SSInvitationMemberNoticeMasterAck") proto.RegisterType((*PayOrderSaveInfo)(nil), "serverproto.PayOrderSaveInfo") proto.RegisterType((*SSPayInfoSaveReq)(nil), "serverproto.SSPayInfoSaveReq") proto.RegisterType((*SSPayInfoSaveAck)(nil), "serverproto.SSPayInfoSaveAck") proto.RegisterType((*SSPayInfoOrderOKListGetReq)(nil), "serverproto.SSPayInfoOrderOKListGetReq") proto.RegisterType((*SSPayInfoOrderOkListGetAck)(nil), "serverproto.SSPayInfoOrderOkListGetAck") proto.RegisterType((*SSPayInfoOrderNtf)(nil), "serverproto.SSPayInfoOrderNtf") proto.RegisterType((*SSDaoChang100PosInfoListReq)(nil), "serverproto.SSDaoChang100PosInfoListReq") proto.RegisterType((*SSDaoChang100PosInfoListAck)(nil), "serverproto.SSDaoChang100PosInfoListAck") proto.RegisterType((*SSDaoChang100LogReq)(nil), "serverproto.SSDaoChang100LogReq") proto.RegisterType((*SSDaoChang100LogAck)(nil), "serverproto.SSDaoChang100LogAck") proto.RegisterType((*SSDaoChang100ChallengeReq)(nil), "serverproto.SSDaoChang100ChallengeReq") proto.RegisterType((*SSDaoChang100ChallengeAck)(nil), "serverproto.SSDaoChang100ChallengeAck") proto.RegisterType((*SSDaoChang100ChallengeResultReq)(nil), "serverproto.SSDaoChang100ChallengeResultReq") proto.RegisterType((*SSDaoChang100ChallengeResultAck)(nil), "serverproto.SSDaoChang100ChallengeResultAck") proto.RegisterType((*SSDaoChang100ChallengeResultNtf)(nil), "serverproto.SSDaoChang100ChallengeResultNtf") proto.RegisterType((*SSDaoChang100TimeRewardReq)(nil), "serverproto.SSDaoChang100TimeRewardReq") proto.RegisterType((*SSDaoChang100TimeRewardAck)(nil), "serverproto.SSDaoChang100TimeRewardAck") proto.RegisterType((*SSDaoChang100GuildRankUpdateNtf)(nil), "serverproto.SSDaoChang100GuildRankUpdateNtf") proto.RegisterType((*SSActivitiesCollectionServerDataReq)(nil), "serverproto.SSActivitiesCollectionServerDataReq") proto.RegisterType((*SSActivitiesCollectionServerDataAck)(nil), "serverproto.SSActivitiesCollectionServerDataAck") proto.RegisterType((*CollectionSaveData)(nil), "serverproto.CollectionSaveData") proto.RegisterType((*SSActivitiesCollectionServerDataNtf)(nil), "serverproto.SSActivitiesCollectionServerDataNtf") proto.RegisterType((*SSWebGMHeadChange)(nil), "serverproto.SSWebGMHeadChange") } func init() { proto.RegisterFile("logic.proto", fileDescriptor_60207fea82c31ca8) } var fileDescriptor_60207fea82c31ca8 = []byte{ // 5572 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3c, 0x4b, 0x8f, 0x24, 0xe9, 0x51, 0xaa, 0x47, 0x77, 0x55, 0x45, 0xf5, 0x6b, 0xd2, 0xe3, 0xdd, 0x9e, 0x99, 0x9d, 0x57, 0xee, 0x78, 0x3d, 0x36, 0xde, 0x07, 0xbb, 0xeb, 0xb1, 0xd7, 0xe3, 0xd5, 0x6a, 0xba, 0x7b, 0x1e, 0xbd, 0x3b, 0x3d, 0xd3, 0x64, 0xcd, 0xec, 0x62, 0x1f, 0x48, 0x65, 0x55, 0x7e, 0x55, 0x9d, 0x74, 0xbe, 0x26, 0x33, 0xab, 0x67, 0xca, 0x46, 0x1c, 0x90, 0x85, 0x40, 0x06, 0x4b, 0x36, 0x92, 0xcf, 0x80, 0x58, 0x24, 0x5e, 0x07, 0x38, 0x18, 0x0e, 0x70, 0xe0, 0xe0, 0x7f, 0x00, 0x9c, 0x40, 0x80, 0x40, 0x48, 0xc8, 0x12, 0x27, 0x2e, 0x88, 0x0b, 0x8a, 0x88, 0x2f, 0x33, 0xbf, 0xac, 0xca, 0xac, 0xea, 0xda, 0x87, 0xd8, 0x53, 0x57, 0x46, 0x7e, 0x19, 0xaf, 0x2f, 0x22, 0xbe, 0xf8, 0x22, 0xbe, 0xaf, 0xa1, 0xeb, 0x06, 0x23, 0x67, 0xf0, 0x4a, 0x18, 0x05, 0x49, 0xa0, 0x75, 0x63, 0x11, 0x9d, 0x88, 0x88, 0x1e, 0xce, 0xaf, 0x0d, 0x02, 0xcf, 0x0b, 0x7c, 0x7e, 0x75, 0x1e, 0xc6, 0xb1, 0x88, 0xf8, 0xb7, 0xee, 0x42, 0xf7, 0x03, 0xd1, 0x37, 0x02, 0x57, 0xec, 0xfb, 0xc3, 0x40, 0xfb, 0x12, 0x34, 0xfb, 0x56, 0x2c, 0xb6, 0x6b, 0x57, 0x6a, 0xd7, 0xbb, 0xaf, 0x7f, 0xfe, 0x15, 0x05, 0xc9, 0x2b, 0x38, 0x68, 0xc7, 0x8a, 0x85, 0x41, 0x43, 0xb4, 0xd7, 0xa1, 0x13, 0x05, 0xae, 0x30, 0x8f, 0x44, 0x14, 0x6c, 0xd7, 0x2b, 0xc6, 0xdf, 0x13, 0x51, 0x60, 0xb4, 0x23, 0xf9, 0x4b, 0xff, 0xf7, 0x1a, 0x9c, 0xf9, 0x40, 0xf4, 0x1f, 0x87, 0xb6, 0x95, 0x88, 0x03, 0xcb, 0x71, 0xf7, 0x13, 0xe1, 0x69, 0x1b, 0x50, 0x77, 0x6c, 0x22, 0xb9, 0x62, 0xd4, 0x1d, 0x5b, 0x3b, 0x07, 0xed, 0xb1, 0x63, 0x9b, 0xae, 0x13, 0x27, 0xdb, 0xf5, 0x2b, 0x8d, 0xeb, 0x4d, 0xa3, 0x35, 0x76, 0xec, 0xfb, 0x4e, 0x9c, 0x68, 0x67, 0x61, 0x25, 0x71, 0x12, 0x57, 0x6c, 0x37, 0xae, 0xd4, 0xae, 0x77, 0x0c, 0x7e, 0xd0, 0xb6, 0xa1, 0x35, 0x08, 0xfc, 0x44, 0xf8, 0xc9, 0x76, 0x93, 0xe0, 0xe9, 0xa3, 0xf6, 0x0d, 0xe8, 0x46, 0xe2, 0xa9, 0x15, 0x49, 0x6c, 0x2b, 0x57, 0x1a, 0xd7, 0xbb, 0xaf, 0x9f, 0x2b, 0xb0, 0xf9, 0x9e, 0x98, 0xbc, 0x6f, 0xb9, 0x63, 0xf1, 0x68, 0x12, 0x0a, 0x03, 0x78, 0x34, 0xd1, 0xba, 0x00, 0x9d, 0x58, 0xf8, 0xb6, 0x89, 0xbc, 0x6e, 0xaf, 0x5e, 0xa9, 0x5d, 0x6f, 0x1a, 0x6d, 0x04, 0xec, 0x59, 0x89, 0xc0, 0x97, 0x9e, 0xe5, 0xb8, 0x66, 0x32, 0x09, 0xc5, 0x76, 0x8b, 0x58, 0x6f, 0x23, 0x00, 0xb1, 0xe8, 0xff, 0x56, 0x83, 0x33, 0xbd, 0xde, 0x07, 0xa2, 0x7f, 0xf7, 0x60, 0xf7, 0xc8, 0x4a, 0x0e, 0xe2, 0xd1, 0x83, 0x64, 0xa8, 0x6d, 0x41, 0x63, 0x2c, 0xe5, 0x6c, 0x1a, 0xf8, 0x53, 0xbb, 0x08, 0x90, 0x58, 0xd1, 0x48, 0x24, 0x26, 0xbe, 0xa8, 0xd3, 0x8b, 0x0e, 0x43, 0x1e, 0x3b, 0xb6, 0x76, 0x23, 0x17, 0xab, 0x41, 0xfa, 0x7d, 0xa1, 0xc0, 0x38, 0xa1, 0x16, 0x71, 0x6c, 0x8d, 0x68, 0xee, 0x72, 0xa1, 0xcf, 0x41, 0xdb, 0x8b, 0x47, 0xcc, 0x5a, 0x93, 0x58, 0x6b, 0x79, 0xf1, 0x08, 0x39, 0xd3, 0xae, 0xc1, 0xc6, 0xe0, 0xc8, 0x4a, 0xcc, 0x58, 0xb8, 0x43, 0xd3, 0xb7, 0x3c, 0xb1, 0xbd, 0x42, 0x0a, 0x5b, 0x43, 0x68, 0x4f, 0xb8, 0xc3, 0x07, 0x96, 0x47, 0xa3, 0x62, 0xe1, 0x8a, 0x41, 0x62, 0x7e, 0x27, 0xf0, 0x85, 0xe9, 0xd8, 0x24, 0xfe, 0x8a, 0xb1, 0xc6, 0xd0, 0x6f, 0x07, 0xbe, 0xd8, 0xb7, 0xf5, 0xc3, 0x4c, 0xc8, 0x5b, 0xb6, 0x8d, 0x93, 0x89, 0x42, 0xde, 0x94, 0x7a, 0x71, 0xfc, 0x61, 0x20, 0xad, 0xe8, 0x52, 0x81, 0xeb, 0x99, 0xe9, 0x67, 0xbd, 0xa1, 0x04, 0xfa, 0x18, 0xd6, 0x25, 0xc6, 0x1d, 0xcb, 0x47, 0x6c, 0xcf, 0x43, 0xab, 0x6f, 0xf9, 0x66, 0xae, 0xb6, 0xd5, 0xbe, 0xe5, 0xa3, 0x6a, 0x3e, 0x0f, 0xab, 0x4e, 0x6c, 0xf6, 0x2d, 0x9f, 0xb4, 0xd6, 0x36, 0x56, 0x9c, 0x78, 0xc7, 0xf2, 0x51, 0x72, 0x1c, 0x9f, 0x38, 0x1e, 0x5b, 0x48, 0xd3, 0xc0, 0xef, 0x1f, 0x39, 0x9e, 0xc8, 0x5e, 0x29, 0x4a, 0xc1, 0x57, 0x38, 0x5d, 0x01, 0x6c, 0x49, 0xb2, 0x0f, 0x82, 0xc4, 0x19, 0x08, 0xa4, 0xfc, 0x0d, 0xe8, 0xfa, 0xf4, 0xa0, 0x4a, 0x52, 0x34, 0x9c, 0x74, 0x38, 0x29, 0x1f, 0xfc, 0xec, 0xb7, 0x76, 0x39, 0xfb, 0x96, 0x18, 0xe1, 0x79, 0x95, 0x03, 0x90, 0x17, 0xfd, 0x35, 0xd8, 0xee, 0xf5, 0x3e, 0xb8, 0xbd, 0x73, 0xf7, 0xa0, 0x47, 0xf8, 0x0e, 0x2c, 0xc7, 0x4f, 0x2c, 0x87, 0x44, 0x3e, 0x0b, 0x2b, 0x71, 0x82, 0x16, 0xc7, 0xfe, 0xc0, 0x0f, 0xfa, 0x59, 0xd0, 0x24, 0x8b, 0x77, 0xc7, 0x8e, 0x6b, 0xef, 0x58, 0x49, 0xe2, 0x0a, 0xdd, 0xce, 0x66, 0x60, 0x4f, 0x90, 0x2e, 0xcb, 0xcd, 0xec, 0x6d, 0x58, 0xb7, 0x85, 0x6b, 0x3a, 0x89, 0xf0, 0x72, 0xa7, 0x9a, 0xeb, 0x06, 0x5d, 0x9b, 0xf1, 0xa1, 0x1f, 0xe8, 0x31, 0x52, 0x39, 0x74, 0xad, 0x89, 0x88, 0x1e, 0xfa, 0xae, 0xe3, 0x93, 0x7e, 0xae, 0xc2, 0x1a, 0x7e, 0x8d, 0x42, 0xfa, 0x81, 0xcd, 0xdc, 0x76, 0x8c, 0xae, 0x84, 0x3d, 0x08, 0x6c, 0xa1, 0xdd, 0x04, 0xe8, 0x47, 0x8e, 0x18, 0xb2, 0x06, 0xeb, 0x25, 0x16, 0xcc, 0x48, 0x77, 0x70, 0x10, 0x29, 0xb1, 0xd3, 0x4f, 0x7f, 0xea, 0x2f, 0xa1, 0xc0, 0x92, 0xe8, 0x70, 0x98, 0x52, 0x9d, 0x91, 0x4d, 0xff, 0x2a, 0x9c, 0x9d, 0x62, 0x6e, 0x4c, 0x5a, 0xb8, 0x08, 0x10, 0xd0, 0xb3, 0xe9, 0x8f, 0x3d, 0xa9, 0xcb, 0x4e, 0x90, 0x8e, 0xd0, 0x7f, 0x58, 0xc3, 0x39, 0x57, 0x3c, 0xe8, 0xd6, 0xe0, 0x18, 0x55, 0x2f, 0xa2, 0x28, 0x88, 0x52, 0xd5, 0xd3, 0x03, 0x7a, 0xba, 0x74, 0xd2, 0xcc, 0x47, 0xdb, 0x0c, 0xd8, 0x27, 0x17, 0xf5, 0x18, 0xc1, 0xe9, 0x5c, 0x54, 0x0e, 0xd6, 0x34, 0x68, 0x2a, 0x96, 0x48, 0xbf, 0xf5, 0x9f, 0x4c, 0xf3, 0x84, 0x72, 0xa4, 0x03, 0x6b, 0xf9, 0x40, 0x95, 0x68, 0x7d, 0x19, 0xa2, 0x05, 0x49, 0x1a, 0x53, 0x92, 0xbc, 0x05, 0xad, 0x61, 0x14, 0x78, 0xf8, 0xaa, 0x49, 0x48, 0xaf, 0xcc, 0x20, 0x9d, 0x9e, 0xae, 0x55, 0xfc, 0x60, 0xdf, 0xd6, 0xff, 0xae, 0x06, 0x9f, 0xef, 0xf5, 0xc8, 0x30, 0x3f, 0x45, 0xee, 0x15, 0x06, 0x1b, 0xcb, 0x31, 0x58, 0x58, 0x50, 0x9a, 0xc5, 0x05, 0xe5, 0x1c, 0xb4, 0x47, 0xc8, 0x38, 0xa2, 0x5d, 0xe1, 0x88, 0x41, 0xcf, 0xfb, 0xb6, 0xfe, 0xbd, 0x1a, 0x3c, 0x2f, 0xc5, 0x62, 0x47, 0x57, 0x04, 0x7b, 0x03, 0x5a, 0xf1, 0x24, 0x36, 0xbd, 0x78, 0xb4, 0x5d, 0x23, 0x67, 0x3a, 0x5f, 0x60, 0xa6, 0x37, 0x89, 0x13, 0xe1, 0xc9, 0xf1, 0xc6, 0x6a, 0x3c, 0x89, 0x0f, 0xe2, 0x51, 0x81, 0x56, 0xbd, 0x40, 0xab, 0xc0, 0x61, 0xa3, 0xc0, 0xa1, 0xfe, 0x1d, 0x78, 0xae, 0xc0, 0xc5, 0xa3, 0x00, 0x17, 0xd6, 0x4f, 0x83, 0x09, 0xe9, 0x5d, 0x8d, 0xdc, 0xbb, 0xfe, 0xab, 0x06, 0x9f, 0x4b, 0xdd, 0xeb, 0xb6, 0x9f, 0x60, 0xa4, 0x0a, 0x0d, 0xf1, 0x84, 0x56, 0x18, 0x2b, 0x34, 0x95, 0xb9, 0x6d, 0x79, 0x56, 0x48, 0x2b, 0xcc, 0x05, 0xe8, 0x0c, 0x5c, 0x47, 0xf8, 0xaa, 0xbb, 0x30, 0x60, 0xdf, 0x9e, 0x89, 0x1a, 0x8d, 0xd9, 0xa8, 0xf1, 0x75, 0xe8, 0xc4, 0x47, 0xc1, 0x53, 0x0e, 0x1a, 0x6c, 0x89, 0x17, 0x4a, 0x82, 0x46, 0xef, 0x28, 0x78, 0x4a, 0x73, 0xdc, 0x8e, 0xe5, 0xaf, 0x39, 0x53, 0xa9, 0x7d, 0x11, 0x1a, 0x61, 0x10, 0xd3, 0x2a, 0x36, 0x9d, 0xa5, 0x1c, 0x06, 0xb1, 0x93, 0x38, 0x81, 0x6f, 0xe0, 0x08, 0xfd, 0x8b, 0xb9, 0xbc, 0xf7, 0x85, 0x75, 0x22, 0x0e, 0xac, 0xb0, 0x3c, 0xee, 0x3c, 0x97, 0xc7, 0x9d, 0x5b, 0x81, 0x63, 0x88, 0x41, 0xe0, 0xfb, 0x62, 0x90, 0xe8, 0xdb, 0x38, 0x5b, 0x45, 0x04, 0x86, 0x78, 0x72, 0x6b, 0x70, 0xac, 0xf7, 0xa1, 0xd3, 0xeb, 0xe1, 0xf2, 0x8a, 0x0a, 0xd4, 0xa0, 0x49, 0xab, 0x2f, 0x87, 0x4d, 0xfa, 0x8d, 0x30, 0x5c, 0x6e, 0x49, 0x69, 0x2b, 0x06, 0xfd, 0xce, 0x1c, 0xa8, 0xa1, 0x38, 0xd0, 0x39, 0x68, 0x07, 0xae, 0xcd, 0xab, 0xb7, 0x4c, 0x77, 0x02, 0xd7, 0x46, 0xcc, 0xfa, 0x7e, 0x4a, 0x43, 0xae, 0x24, 0x25, 0xe1, 0x2c, 0xa5, 0x5c, 0x2f, 0x52, 0x9e, 0xa6, 0xa2, 0xff, 0x02, 0xfa, 0x74, 0xae, 0xeb, 0xdd, 0x23, 0xcb, 0x1f, 0x11, 0xeb, 0x85, 0x09, 0xaa, 0x2d, 0x31, 0x41, 0xfa, 0x6f, 0xd4, 0xe1, 0x5c, 0xc1, 0x9a, 0x76, 0x8f, 0x2c, 0xd7, 0x15, 0x3e, 0xbb, 0xd4, 0x05, 0xe8, 0x08, 0x04, 0x2a, 0xab, 0x7d, 0x9b, 0x00, 0xb8, 0xde, 0xcb, 0x25, 0x75, 0x38, 0x51, 0xb3, 0x42, 0x60, 0x10, 0xf9, 0xf1, 0x5b, 0x00, 0x43, 0x67, 0x74, 0x94, 0xe4, 0x2e, 0x34, 0xed, 0x0e, 0x77, 0xf0, 0x75, 0x9a, 0xe8, 0x1a, 0x1d, 0x1a, 0x9d, 0x86, 0x80, 0x7e, 0x10, 0xc7, 0x44, 0xb7, 0x29, 0x93, 0x86, 0x20, 0x8e, 0x91, 0xec, 0xcb, 0xf0, 0x39, 0xca, 0x94, 0x06, 0x24, 0xbd, 0x19, 0xba, 0xd6, 0x24, 0xb5, 0xae, 0x15, 0x63, 0x0b, 0x5f, 0xb1, 0x5e, 0x50, 0xa6, 0x7d, 0x5b, 0xbb, 0x0e, 0x5b, 0xf1, 0x18, 0x13, 0x6d, 0x93, 0x10, 0x92, 0x4e, 0x39, 0x73, 0xda, 0x60, 0xf8, 0x4e, 0x10, 0xc7, 0x94, 0x72, 0x7c, 0x2b, 0xd7, 0x04, 0x99, 0xc9, 0xb4, 0x26, 0x5c, 0x04, 0xaa, 0x9a, 0x20, 0xc0, 0x69, 0x34, 0xa1, 0x7f, 0x2b, 0xb7, 0xc0, 0x0c, 0xeb, 0x3d, 0xb2, 0xe2, 0x4b, 0xd0, 0x1d, 0x8c, 0x23, 0xe6, 0xed, 0x28, 0x4c, 0x17, 0xc5, 0xc1, 0x38, 0x42, 0xb6, 0xee, 0x85, 0x8b, 0x51, 0x3f, 0x86, 0xf3, 0x33, 0xa8, 0x0d, 0x11, 0x8f, 0xdd, 0x04, 0xd1, 0x3f, 0x07, 0xab, 0x11, 0x3d, 0x48, 0xcc, 0xf2, 0x69, 0x31, 0xda, 0x5f, 0xaf, 0xc3, 0x5a, 0xaf, 0xa7, 0x24, 0x91, 0xd7, 0x60, 0x83, 0x92, 0xc8, 0x41, 0xe0, 0x0f, 0x9d, 0x91, 0x99, 0x6d, 0x0e, 0xd6, 0x10, 0xba, 0x4b, 0xc0, 0x7d, 0xbb, 0x98, 0x82, 0xd7, 0x8b, 0x29, 0xf8, 0x74, 0xe2, 0xdf, 0x58, 0x26, 0xf1, 0x9f, 0x62, 0xb8, 0x39, 0x63, 0x6c, 0x2f, 0xc1, 0x26, 0x51, 0x0e, 0xad, 0xc8, 0xf2, 0xf2, 0x9d, 0xc5, 0x8a, 0xb1, 0x8e, 0xe0, 0x43, 0x84, 0x16, 0x77, 0x2b, 0xab, 0x15, 0xbb, 0x95, 0x56, 0x61, 0xb7, 0xa2, 0xff, 0x25, 0xaf, 0x38, 0x22, 0xd9, 0x0d, 0xbc, 0x50, 0x24, 0x14, 0x97, 0xf6, 0xac, 0xc4, 0x42, 0xb7, 0xfb, 0x02, 0x6c, 0x0c, 0x72, 0x68, 0xae, 0x93, 0x75, 0x05, 0xba, 0x6f, 0x6b, 0x5f, 0x82, 0x2d, 0x75, 0x98, 0xa2, 0x9b, 0x4d, 0x05, 0x4e, 0x2a, 0xfa, 0x0a, 0x68, 0x4e, 0x6c, 0xfa, 0xc1, 0x53, 0x53, 0x79, 0x43, 0x31, 0xa0, 0x6d, 0x6c, 0x39, 0xf1, 0x83, 0xe0, 0xa9, 0xc2, 0x86, 0xf6, 0x02, 0x40, 0x3c, 0xee, 0x9b, 0x8e, 0x4d, 0x09, 0x15, 0xe7, 0x2d, 0xed, 0x78, 0xdc, 0xdf, 0xb7, 0x31, 0x9f, 0xfa, 0x8b, 0x0a, 0xce, 0xab, 0xd3, 0xaa, 0xbb, 0x45, 0x46, 0x6d, 0x2b, 0xb1, 0xca, 0xf3, 0x01, 0x45, 0x3c, 0x74, 0x5c, 0x55, 0x0c, 0xa4, 0x80, 0xf1, 0xc8, 0xb1, 0x03, 0x97, 0x31, 0x34, 0x4a, 0xe2, 0xd1, 0xbe, 0x1d, 0xb8, 0x3d, 0x61, 0xc5, 0x52, 0x97, 0x6d, 0x1c, 0x8d, 0xbf, 0xf4, 0xff, 0xad, 0xa1, 0xab, 0x28, 0x04, 0x0c, 0xb2, 0x81, 0x4f, 0x4d, 0xdb, 0xea, 0x50, 0xd6, 0xa5, 0x8c, 0xb8, 0x2a, 0x92, 0x1e, 0xaa, 0x14, 0xb5, 0x8d, 0x5b, 0x4f, 0x39, 0xaa, 0x49, 0x73, 0xd2, 0x16, 0xbe, 0xcd, 0x6f, 0x77, 0x61, 0x53, 0x1a, 0x77, 0x96, 0x34, 0xf0, 0xce, 0xf6, 0x42, 0xa5, 0x81, 0xdf, 0x78, 0xd3, 0x58, 0xe7, 0x6f, 0x1e, 0xcb, 0xbc, 0xe2, 0x1f, 0xcb, 0xa5, 0xc7, 0x19, 0x3b, 0xa5, 0xf4, 0xe5, 0x22, 0xd5, 0x2b, 0x44, 0x2a, 0x61, 0xba, 0xb1, 0x2c, 0xd3, 0x18, 0x61, 0x93, 0x20, 0xb1, 0x5c, 0x33, 0xb2, 0xfc, 0x63, 0x73, 0x10, 0x8c, 0xe5, 0x96, 0x7f, 0xc5, 0xd8, 0x20, 0xb8, 0x61, 0xf9, 0xc7, 0xbb, 0x08, 0xd5, 0xff, 0xbe, 0x06, 0x17, 0x4b, 0xc4, 0xbb, 0xe7, 0xc4, 0x49, 0x10, 0x4d, 0x70, 0x8e, 0x31, 0x5a, 0x9b, 0xa5, 0x72, 0x6e, 0xc4, 0xbb, 0x05, 0x41, 0xaf, 0xc3, 0x96, 0x98, 0x1e, 0xc9, 0x62, 0x6e, 0x88, 0xe2, 0xc8, 0x57, 0xe1, 0x6c, 0x11, 0x67, 0x61, 0x9e, 0xcf, 0xa8, 0x78, 0x59, 0x2b, 0xaf, 0xc2, 0x59, 0x51, 0xf6, 0x01, 0x0b, 0x75, 0x46, 0x4c, 0x7f, 0xa0, 0xff, 0xed, 0x5c, 0xb9, 0x70, 0xf6, 0x6e, 0xcf, 0x2a, 0x9a, 0xd3, 0xc3, 0x8b, 0x95, 0x8a, 0x46, 0xdd, 0x96, 0xa8, 0xfa, 0xf4, 0x42, 0x8b, 0x39, 0x42, 0xcf, 0xca, 0xf0, 0x67, 0x35, 0xb8, 0x50, 0x90, 0x81, 0x2b, 0x02, 0xbd, 0x41, 0x10, 0x51, 0x8a, 0x31, 0xbb, 0x85, 0x9d, 0xb5, 0xc8, 0x7a, 0x99, 0x45, 0xe2, 0xe6, 0x19, 0x91, 0x48, 0xd2, 0xfc, 0x80, 0x0b, 0xfc, 0xd0, 0xf2, 0x0b, 0x0b, 0x3c, 0x3e, 0xe3, 0x6a, 0x7a, 0x0d, 0x36, 0x70, 0x49, 0x3c, 0x09, 0x12, 0x61, 0xf2, 0x97, 0xbc, 0xb6, 0xaf, 0x0d, 0xc6, 0xd1, 0xfb, 0x81, 0x64, 0x49, 0xff, 0xd9, 0x1c, 0x7e, 0x97, 0xf0, 0x97, 0x6b, 0xb0, 0xe1, 0x8b, 0x67, 0x09, 0xaa, 0x4a, 0x12, 0x63, 0x21, 0xd6, 0x10, 0xba, 0x1b, 0x78, 0x84, 0x8f, 0xcb, 0x4e, 0xee, 0x90, 0x2c, 0x5c, 0xca, 0xd1, 0x46, 0x00, 0x9a, 0x36, 0x55, 0x8c, 0x32, 0xfb, 0x97, 0x46, 0xd2, 0xc9, 0x2c, 0x1f, 0x5f, 0xc7, 0x62, 0x90, 0x32, 0xc1, 0xa2, 0x74, 0x24, 0x84, 0x19, 0x70, 0xad, 0x58, 0x65, 0x40, 0xd6, 0x75, 0x10, 0x9a, 0x32, 0xa0, 0xff, 0xac, 0x3e, 0x15, 0x18, 0x1e, 0xfa, 0xa8, 0x8a, 0xea, 0x94, 0x52, 0x4e, 0x57, 0x3d, 0x9f, 0xae, 0xcb, 0xd0, 0x65, 0x36, 0xd9, 0x43, 0x59, 0x0a, 0xe6, 0x9c, 0xbc, 0x53, 0xbb, 0x01, 0x1d, 0xd2, 0x79, 0xb6, 0xc0, 0x4e, 0x2f, 0xce, 0x77, 0x2c, 0x3f, 0x46, 0x91, 0x38, 0x64, 0xe3, 0x58, 0x32, 0xca, 0x37, 0x60, 0xd5, 0x16, 0x89, 0xe5, 0xb8, 0xa5, 0x01, 0x2f, 0xcf, 0x3c, 0xe9, 0x33, 0x39, 0x14, 0x73, 0x01, 0x22, 0xc6, 0x7b, 0x5d, 0xb9, 0x0b, 0x98, 0x43, 0x0e, 0x70, 0xf4, 0x23, 0x1a, 0x8c, 0x3b, 0x96, 0xc4, 0x19, 0x1c, 0x8b, 0x44, 0x8a, 0xc2, 0xa5, 0xbe, 0x2e, 0xc3, 0x58, 0x96, 0x6f, 0x66, 0xa9, 0x06, 0x2d, 0x41, 0xed, 0xc5, 0x41, 0x4d, 0x26, 0x1b, 0xb4, 0x08, 0x7d, 0x00, 0x2f, 0x14, 0x94, 0xdd, 0x13, 0xee, 0x10, 0xb9, 0xa1, 0xc5, 0xee, 0x63, 0xf8, 0x82, 0xfe, 0x2b, 0x73, 0x10, 0x57, 0x2f, 0xcb, 0xb3, 0x73, 0xf9, 0x26, 0x79, 0x4f, 0x75, 0x1a, 0x85, 0x38, 0xd1, 0x3e, 0x48, 0x75, 0xe8, 0x58, 0xb4, 0xba, 0x8c, 0x60, 0xbb, 0x40, 0x1d, 0x47, 0xa0, 0x82, 0xcb, 0x45, 0xd2, 0xa0, 0x19, 0xa6, 0x05, 0x81, 0x15, 0x83, 0x7e, 0x97, 0x88, 0xd9, 0x28, 0x13, 0xf3, 0xc3, 0x5a, 0x05, 0xa5, 0x65, 0x64, 0x4c, 0xe9, 0x37, 0x14, 0xfa, 0x37, 0xa0, 0x43, 0x8b, 0x0c, 0x4d, 0xea, 0x62, 0x13, 0x8d, 0xe4, 0x2f, 0x59, 0x9a, 0x14, 0x3e, 0xfb, 0x1f, 0x95, 0x26, 0x6f, 0xfb, 0xb6, 0xee, 0xc1, 0xa5, 0x02, 0x9b, 0xf4, 0x35, 0xe7, 0x1b, 0x1f, 0x53, 0x2d, 0xcd, 0x32, 0xb5, 0xfc, 0x71, 0x6d, 0x2e, 0xbd, 0x8f, 0xab, 0x9c, 0xaf, 0x42, 0x07, 0xf5, 0xa2, 0xfa, 0xef, 0xf6, 0x8c, 0x72, 0x76, 0x82, 0x67, 0xac, 0x1b, 0x1c, 0x4a, 0xee, 0x5b, 0xa1, 0x9b, 0x1f, 0x4f, 0xaf, 0x69, 0xf8, 0xf5, 0x5d, 0x91, 0xe4, 0xf9, 0xd8, 0xac, 0x6e, 0xce, 0x01, 0x25, 0x72, 0x4a, 0xe5, 0xbc, 0x85, 0xcf, 0x18, 0xd4, 0xaf, 0xc2, 0x5a, 0x9a, 0xfb, 0x8b, 0x13, 0xe1, 0x4a, 0xc6, 0xa5, 0x93, 0xde, 0x47, 0xd0, 0x69, 0xb5, 0xf8, 0x27, 0x73, 0x19, 0x5b, 0x46, 0x89, 0x2a, 0xbb, 0x8d, 0xf9, 0xec, 0x36, 0x67, 0xd9, 0xbd, 0x06, 0x1b, 0xf4, 0x75, 0x3f, 0x78, 0x26, 0xe3, 0x90, 0x5c, 0xa6, 0x10, 0xba, 0x13, 0x3c, 0xe3, 0x94, 0x27, 0x84, 0xcb, 0x05, 0x66, 0x6f, 0xd9, 0xf6, 0x3e, 0xbf, 0xa7, 0xc0, 0x5e, 0x5e, 0x1c, 0xce, 0x96, 0xcc, 0xba, 0xba, 0x64, 0x9e, 0xd2, 0xf9, 0xfe, 0xbb, 0x06, 0x57, 0xca, 0xf4, 0x73, 0xcb, 0x75, 0x97, 0xce, 0xa5, 0x97, 0xcb, 0x26, 0xcb, 0x32, 0xef, 0x46, 0x79, 0xe6, 0xfd, 0x06, 0x34, 0x15, 0x1f, 0xbe, 0x5c, 0x1a, 0xbc, 0x8c, 0x2c, 0x20, 0x1b, 0x34, 0x18, 0x57, 0x61, 0x27, 0x36, 0x87, 0x8e, 0xef, 0xc4, 0x47, 0xd2, 0x58, 0xdb, 0x4e, 0x7c, 0x87, 0x9e, 0xf5, 0x3f, 0x5d, 0x24, 0xf6, 0xa7, 0x96, 0x44, 0xa7, 0xb2, 0x34, 0x96, 0x90, 0x45, 0x1f, 0xc3, 0xd5, 0x02, 0xb7, 0x77, 0x85, 0xac, 0x94, 0xce, 0x0f, 0xca, 0xcf, 0x43, 0x2b, 0x12, 0x4f, 0x14, 0x07, 0x5b, 0x8d, 0xc4, 0x93, 0xc7, 0xa5, 0x0b, 0x50, 0xa9, 0x71, 0xfc, 0x4e, 0x6d, 0x11, 0xdd, 0x6a, 0x07, 0x7a, 0x47, 0x1a, 0x7c, 0x1e, 0x81, 0xeb, 0x8b, 0x56, 0x6d, 0xf2, 0x85, 0xf4, 0x49, 0x65, 0xbe, 0xa1, 0x32, 0xaf, 0x1f, 0xc1, 0x46, 0xaf, 0x77, 0x27, 0x72, 0x84, 0x6f, 0xdf, 0xb2, 0xc9, 0x3e, 0xdf, 0x86, 0x36, 0x15, 0x96, 0x53, 0xf1, 0xbb, 0xaf, 0xeb, 0xd3, 0x3b, 0x50, 0x2f, 0xf0, 0xa7, 0x6b, 0xcb, 0x54, 0x8c, 0x7e, 0xcc, 0x6a, 0xb2, 0x6c, 0x5b, 0x55, 0x93, 0x65, 0x63, 0x12, 0xad, 0xff, 0x6a, 0x81, 0x52, 0xb5, 0xac, 0xe7, 0x14, 0xfa, 0x32, 0x92, 0xa5, 0xb8, 0x6f, 0xe6, 0xb8, 0x1b, 0xa7, 0xe6, 0x2c, 0xa5, 0xbf, 0x97, 0xd3, 0xdf, 0x13, 0xae, 0x2c, 0xdb, 0x16, 0x24, 0x6d, 0x16, 0xa4, 0xb0, 0x85, 0x1a, 0x4d, 0x57, 0x6d, 0x81, 0xd1, 0x49, 0xff, 0x76, 0x01, 0xcb, 0x47, 0x92, 0x42, 0xc1, 0xdd, 0x28, 0xe0, 0x7e, 0x17, 0xb6, 0x52, 0xdc, 0x3b, 0xae, 0x35, 0x38, 0xc6, 0x08, 0x35, 0x87, 0xc7, 0x0b, 0xd0, 0xe9, 0xe3, 0x30, 0x85, 0x46, 0x9b, 0x00, 0x88, 0xeb, 0xc7, 0xd4, 0x3d, 0xe1, 0x1e, 0x50, 0x2f, 0xb1, 0x12, 0x21, 0x05, 0x0e, 0xa3, 0xa0, 0x50, 0xa7, 0x0e, 0xa3, 0x20, 0xad, 0x53, 0xe3, 0xe2, 0x55, 0xa8, 0x1e, 0x21, 0x80, 0x5e, 0xbe, 0x0b, 0x9b, 0x79, 0xeb, 0x4a, 0x4d, 0x7d, 0x4e, 0xa3, 0xff, 0xf5, 0xac, 0x8b, 0x45, 0x99, 0xd0, 0x0c, 0x63, 0xa8, 0xc3, 0xcf, 0x02, 0x63, 0xfd, 0xac, 0xbd, 0xf1, 0xd0, 0x27, 0x03, 0x4d, 0x9c, 0x13, 0x27, 0x99, 0x94, 0x2f, 0x13, 0x73, 0xda, 0x06, 0xe7, 0xa1, 0x6d, 0xc9, 0x6f, 0xd3, 0xfd, 0x4a, 0xfa, 0xac, 0xdb, 0x59, 0x67, 0x68, 0x27, 0x88, 0x63, 0x43, 0x0c, 0x23, 0x11, 0x1f, 0x95, 0x53, 0x78, 0x0b, 0xda, 0x91, 0x18, 0xa6, 0x2d, 0xd3, 0xc6, 0x4c, 0xe3, 0x38, 0xc3, 0xf2, 0xc8, 0x19, 0x1c, 0x3f, 0x72, 0x3c, 0x61, 0xb4, 0x22, 0x31, 0xa4, 0x7e, 0xea, 0x5e, 0x46, 0x65, 0x76, 0xfe, 0x33, 0xae, 0x6b, 0xa5, 0xcd, 0x8e, 0x7c, 0x89, 0xd6, 0x7f, 0xa9, 0x0c, 0x8b, 0x9c, 0xac, 0x53, 0x63, 0xd1, 0xb6, 0xa1, 0x15, 0x70, 0xc3, 0x32, 0x5d, 0xe7, 0xe5, 0xa3, 0x6e, 0xc0, 0x79, 0x89, 0xff, 0x40, 0x78, 0xfd, 0xb4, 0x5f, 0x99, 0xe6, 0xf9, 0x73, 0x88, 0x54, 0x9f, 0x87, 0xd0, 0x83, 0x4a, 0x9c, 0x0b, 0x18, 0xbf, 0x31, 0x85, 0x73, 0xc1, 0x8e, 0x25, 0x23, 0x78, 0x0c, 0x67, 0xd3, 0x6e, 0x94, 0xe5, 0x09, 0xae, 0x7e, 0x4b, 0xb7, 0x5d, 0x9e, 0x7d, 0xdc, 0xaf, 0xf2, 0x57, 0xd4, 0x92, 0xe0, 0x6e, 0x50, 0x67, 0x94, 0x62, 0xd7, 0x7f, 0xab, 0x86, 0xd4, 0x58, 0x26, 0xa2, 0x59, 0xbd, 0x29, 0x9a, 0x63, 0x9f, 0x17, 0x01, 0x9c, 0xd8, 0x8c, 0x84, 0x1b, 0x8c, 0x9c, 0xb4, 0xbe, 0xd9, 0x71, 0x62, 0x83, 0x01, 0xda, 0x75, 0xd8, 0xb2, 0x85, 0x17, 0xf8, 0x26, 0xf7, 0x0f, 0xc8, 0xfe, 0xb8, 0x4a, 0xb0, 0x41, 0x70, 0xea, 0x1b, 0x90, 0x99, 0xfd, 0xa8, 0x5e, 0xc2, 0x0e, 0xea, 0xf9, 0x35, 0xb9, 0x2a, 0xd7, 0x4a, 0xea, 0x97, 0x59, 0xe7, 0x6e, 0x38, 0x29, 0xa6, 0x17, 0x54, 0x0a, 0xf8, 0xe5, 0xc0, 0xe1, 0x23, 0x0c, 0x0d, 0xa3, 0x8d, 0x80, 0x77, 0x03, 0xc7, 0xc7, 0x84, 0xbb, 0x1f, 0xc4, 0x31, 0x79, 0xf6, 0xba, 0x41, 0xbf, 0xb5, 0xaf, 0xc1, 0xaa, 0x17, 0x8f, 0x0c, 0x31, 0x28, 0x4d, 0x63, 0x64, 0x93, 0x6f, 0x97, 0xeb, 0xc8, 0xbc, 0x0a, 0xf0, 0x70, 0x9c, 0x68, 0x62, 0xa1, 0x37, 0x89, 0x29, 0x8f, 0x99, 0xdf, 0x25, 0xcc, 0xc6, 0x6a, 0x2f, 0xc1, 0xa6, 0xe3, 0x9b, 0xac, 0xd3, 0x3e, 0x1d, 0x37, 0xa0, 0x8d, 0x73, 0xdb, 0x58, 0x77, 0x7c, 0xf5, 0x0c, 0xc2, 0xf7, 0xa8, 0xa9, 0xa3, 0x40, 0x94, 0xce, 0x00, 0xd5, 0xd8, 0x54, 0x14, 0xa6, 0x63, 0x3f, 0x4b, 0x6b, 0x6c, 0xa3, 0xfc, 0x93, 0x7d, 0xfb, 0x19, 0x2e, 0x12, 0x61, 0x10, 0xd3, 0x00, 0x0e, 0x7a, 0xab, 0x61, 0x10, 0xe3, 0x8b, 0x9b, 0xd0, 0xea, 0xcb, 0x33, 0x04, 0x4b, 0xac, 0x81, 0x7d, 0xfa, 0xab, 0xe9, 0xb0, 0x4e, 0xc5, 0x94, 0xcc, 0x36, 0x78, 0x66, 0xbb, 0x08, 0xbc, 0x2b, 0xed, 0xe3, 0x79, 0x68, 0x0d, 0xc6, 0x91, 0x19, 0x79, 0x7d, 0xd9, 0x36, 0x5c, 0x1d, 0x8c, 0x23, 0xc3, 0xeb, 0x6b, 0x5f, 0x86, 0x33, 0xfd, 0xf1, 0xc4, 0x1c, 0xa4, 0x02, 0x51, 0xe5, 0x9b, 0x2b, 0x26, 0x9b, 0xfd, 0xf1, 0x24, 0xef, 0xd9, 0x8c, 0x3d, 0xfd, 0x7f, 0x1a, 0x55, 0x6a, 0xa8, 0x5e, 0x32, 0xcb, 0x94, 0x53, 0x5f, 0xa4, 0x9c, 0x46, 0x41, 0x39, 0x59, 0xdb, 0x4b, 0x69, 0x97, 0x2e, 0x6e, 0x7b, 0x91, 0x6a, 0xde, 0x05, 0x2d, 0x97, 0x0c, 0xb1, 0x93, 0x09, 0xaf, 0x54, 0x99, 0xf0, 0x21, 0x11, 0x24, 0x13, 0xde, 0xca, 0xbe, 0x3b, 0x0c, 0x62, 0xca, 0xb6, 0xce, 0x41, 0x7b, 0x10, 0xc4, 0x09, 0xe9, 0x90, 0x4f, 0x4a, 0xb5, 0xf0, 0x19, 0x95, 0x78, 0x0b, 0x36, 0x99, 0xc3, 0xfe, 0x78, 0x38, 0xe4, 0x20, 0xd0, 0x5a, 0xd4, 0x8c, 0x59, 0xa7, 0x2f, 0x76, 0xc6, 0xc3, 0x21, 0x45, 0x89, 0x77, 0xe8, 0x38, 0xd2, 0x50, 0xc1, 0xd0, 0x5e, 0x84, 0x61, 0x0d, 0x3f, 0xc8, 0x10, 0xbc, 0x2d, 0x4b, 0x6a, 0x24, 0x61, 0xa7, 0xe4, 0xf0, 0x80, 0x32, 0x6f, 0x3d, 0xe1, 0x0e, 0x79, 0xd7, 0x1a, 0xcb, 0x5f, 0xda, 0x25, 0xe8, 0x8e, 0x63, 0x61, 0xa2, 0x2d, 0xa0, 0x05, 0x00, 0x47, 0x90, 0x71, 0x2c, 0x76, 0xc6, 0x13, 0x9c, 0xfb, 0xdb, 0x59, 0x87, 0x5e, 0x4e, 0xfd, 0x61, 0x75, 0x52, 0x5d, 0x1d, 0xa7, 0x70, 0xb3, 0x59, 0x86, 0x07, 0xed, 0xe7, 0x0d, 0x68, 0x0d, 0x42, 0xb5, 0x94, 0x7b, 0xbe, 0x8a, 0xfd, 0xdd, 0x43, 0x63, 0x75, 0x10, 0xa6, 0x5d, 0x2a, 0xc5, 0xf6, 0xa9, 0x60, 0x28, 0x0b, 0x45, 0x99, 0xf5, 0x53, 0xd1, 0xb0, 0xe8, 0x23, 0x83, 0x30, 0xdd, 0x2f, 0x67, 0xa3, 0x76, 0xc3, 0x54, 0x10, 0xc8, 0x57, 0xcb, 0x97, 0xa7, 0xed, 0x1d, 0xb7, 0xa0, 0x87, 0x56, 0x94, 0x94, 0xca, 0xad, 0x7f, 0xbf, 0x59, 0x35, 0xbe, 0xda, 0x3f, 0xce, 0x43, 0x7b, 0x70, 0x64, 0x79, 0xa1, 0x13, 0xf8, 0xd9, 0x49, 0x02, 0xf9, 0x4c, 0x16, 0x37, 0x8e, 0xcc, 0x38, 0xc9, 0x0a, 0x13, 0xe8, 0xc4, 0xbd, 0x64, 0x24, 0xb4, 0x97, 0x41, 0x4b, 0x82, 0x71, 0x84, 0x4b, 0x8a, 0x9f, 0x98, 0x61, 0x24, 0x42, 0x2b, 0x4a, 0x43, 0xfa, 0x99, 0xfc, 0xcd, 0x21, 0xbf, 0xc0, 0x9d, 0xa4, 0x32, 0xbc, 0x2f, 0x70, 0x91, 0xe0, 0x38, 0xb0, 0x99, 0xc3, 0x77, 0x10, 0x8c, 0x1b, 0x1f, 0x65, 0xa8, 0xf0, 0x6d, 0x69, 0xec, 0xeb, 0x39, 0xf4, 0xb6, 0x6f, 0x23, 0x03, 0xb1, 0xf0, 0x9c, 0xa1, 0xe3, 0x5b, 0x6e, 0x9c, 0x31, 0xd0, 0x62, 0x06, 0xf2, 0x37, 0x0a, 0x03, 0xca, 0x70, 0x66, 0xa0, 0xcd, 0x0c, 0xe4, 0xf0, 0x8c, 0x01, 0x65, 0x28, 0x32, 0xd0, 0x61, 0x06, 0x72, 0x28, 0x32, 0xf0, 0x05, 0xd8, 0x98, 0x22, 0xce, 0x13, 0xb7, 0x5e, 0x24, 0x7c, 0x15, 0xd6, 0x0a, 0x44, 0xbb, 0x1c, 0x1b, 0x55, 0x82, 0x17, 0x31, 0xbe, 0x64, 0xc4, 0xd6, 0xf8, 0x84, 0x62, 0x4e, 0xe8, 0x06, 0xac, 0x24, 0x56, 0xdf, 0x15, 0xdb, 0xeb, 0x55, 0x4e, 0x95, 0x4d, 0xf3, 0x23, 0x1c, 0x67, 0xf0, 0x70, 0xfd, 0x71, 0x96, 0x7a, 0xb2, 0x31, 0x1c, 0x9c, 0x84, 0xd5, 0x4b, 0xfb, 0xa9, 0xc3, 0xa4, 0xfe, 0xcf, 0xb5, 0x72, 0xbc, 0x9f, 0x44, 0x08, 0xbe, 0x91, 0x55, 0x9e, 0x1b, 0x95, 0xc9, 0x29, 0x0d, 0xde, 0xa3, 0x51, 0x4a, 0xf1, 0x19, 0xa8, 0x62, 0x63, 0x86, 0x56, 0x94, 0x94, 0x1e, 0x68, 0x21, 0x15, 0x91, 0x7a, 0x28, 0xee, 0x74, 0x06, 0xa9, 0xca, 0x52, 0x5d, 0xac, 0xe4, 0x6e, 0xf4, 0xdb, 0xb5, 0x29, 0x37, 0x3a, 0x38, 0x09, 0x25, 0xc1, 0xaa, 0x70, 0xe3, 0x9d, 0x84, 0xea, 0x5e, 0xa2, 0xe5, 0x9d, 0xf0, 0x41, 0x9d, 0x73, 0x98, 0x6f, 0x3f, 0x51, 0xdb, 0x0c, 0xb8, 0x63, 0xa6, 0x88, 0x50, 0xa6, 0x95, 0x66, 0xa9, 0xc6, 0xff, 0xba, 0x92, 0x1f, 0xd4, 0xf9, 0x52, 0xfc, 0xbc, 0x0c, 0x0d, 0xef, 0x24, 0x2c, 0xed, 0x09, 0x16, 0xf1, 0x1b, 0x38, 0xae, 0xc0, 0x7e, 0x73, 0x31, 0xfb, 0x2b, 0xa5, 0xec, 0xdf, 0x86, 0x0b, 0x05, 0xee, 0x7b, 0x09, 0x66, 0x51, 0x59, 0x52, 0x5b, 0x92, 0x03, 0xd5, 0xca, 0x72, 0xa0, 0x1f, 0x4d, 0x47, 0x6e, 0x2e, 0xc1, 0x20, 0x8a, 0xcb, 0x59, 0x73, 0x40, 0xd9, 0xeb, 0xc9, 0xfa, 0x7f, 0x3a, 0x0d, 0x55, 0xd9, 0xf1, 0x05, 0xe0, 0x5c, 0x18, 0xbd, 0x38, 0x3d, 0xaf, 0x47, 0x80, 0xc3, 0x48, 0x20, 0x62, 0x19, 0xd8, 0x83, 0xb1, 0x9f, 0x96, 0x2f, 0x39, 0x9b, 0x36, 0x10, 0xa2, 0x7f, 0x17, 0x2e, 0x17, 0x78, 0x92, 0x79, 0xeb, 0xfc, 0xaa, 0xaa, 0x0e, 0xeb, 0x94, 0x0b, 0x31, 0xcb, 0x59, 0x21, 0xaa, 0x8b, 0x19, 0x11, 0xc1, 0xf6, 0x69, 0x0c, 0xce, 0x61, 0x3e, 0x46, 0xae, 0x17, 0xde, 0x49, 0x98, 0x8e, 0xd1, 0xdf, 0x83, 0x33, 0x33, 0xea, 0x90, 0xd5, 0x5f, 0x14, 0xa6, 0x96, 0x56, 0x7f, 0xa5, 0x24, 0xaa, 0x8a, 0xea, 0xd3, 0x2a, 0xd2, 0xff, 0xb0, 0x3e, 0x5f, 0x14, 0x34, 0xb5, 0x5b, 0xb0, 0x46, 0x8a, 0x90, 0x6c, 0xc9, 0x65, 0xb2, 0xd2, 0x49, 0xa5, 0x0e, 0xba, 0xf4, 0x8d, 0x64, 0xef, 0x3a, 0x6c, 0xd1, 0xf1, 0x18, 0x36, 0x1a, 0x56, 0xab, 0x8c, 0x05, 0x83, 0x71, 0x24, 0xbf, 0x43, 0xa8, 0xf6, 0x35, 0xe8, 0x50, 0x99, 0xd4, 0xcc, 0x0d, 0xb6, 0xb8, 0x20, 0x1f, 0x64, 0xaa, 0xe0, 0x13, 0x50, 0x38, 0xf8, 0xe0, 0x24, 0xc4, 0x74, 0xed, 0xd8, 0x71, 0x5d, 0x11, 0xd1, 0x97, 0xcd, 0x85, 0x5f, 0x76, 0x78, 0x34, 0x7e, 0x2a, 0x67, 0x86, 0x34, 0x4f, 0xac, 0xad, 0x64, 0x33, 0x83, 0xdf, 0xd0, 0x94, 0x9f, 0x87, 0xed, 0xa9, 0x04, 0x22, 0xb3, 0x65, 0xfd, 0x08, 0x5e, 0x28, 0xbc, 0xa3, 0x53, 0xdb, 0x1c, 0xa2, 0x0f, 0x17, 0xec, 0x3f, 0x2f, 0x40, 0xc7, 0xb2, 0x6d, 0xa5, 0x65, 0xb9, 0x6e, 0xb4, 0x2d, 0xdb, 0xe6, 0x76, 0xe5, 0xec, 0xa1, 0xc1, 0x5f, 0xab, 0x4d, 0x4d, 0x57, 0x4e, 0x2a, 0xeb, 0xf0, 0x5e, 0x85, 0xb5, 0xd4, 0x39, 0x7d, 0x5b, 0xa4, 0x7b, 0x82, 0x2e, 0xc3, 0xf6, 0x11, 0x94, 0x1b, 0x38, 0x8f, 0xa8, 0x2b, 0x06, 0xce, 0x03, 0x0a, 0x6c, 0xa5, 0x85, 0x07, 0xc9, 0x96, 0x7e, 0x13, 0x2e, 0x4d, 0xf1, 0xc0, 0xaa, 0xb8, 0x2f, 0x2c, 0x5b, 0x44, 0xf3, 0x05, 0xd6, 0xdf, 0x9b, 0xd1, 0xd5, 0x7b, 0xce, 0xe0, 0x98, 0x77, 0xd8, 0x4b, 0x97, 0x15, 0x2e, 0xc3, 0xc5, 0x29, 0x64, 0x7b, 0xb8, 0xad, 0xdc, 0xb3, 0x3c, 0x8b, 0xf6, 0x48, 0xfa, 0xd7, 0xb3, 0x3d, 0x7c, 0x3a, 0xe0, 0x61, 0x28, 0x22, 0x2b, 0x09, 0x88, 0xd6, 0x79, 0x68, 0x07, 0xf2, 0x51, 0x6a, 0x29, 0x7b, 0xd6, 0x05, 0xac, 0x17, 0xec, 0xa5, 0xc4, 0xa1, 0x17, 0x39, 0xd7, 0xcc, 0x4c, 0x34, 0x66, 0x66, 0x42, 0x1e, 0x39, 0x28, 0xe4, 0xc8, 0xbe, 0x9d, 0x11, 0x46, 0x26, 0xbf, 0x02, 0x5a, 0x21, 0xe2, 0xb2, 0x85, 0x32, 0xbb, 0x5b, 0x4a, 0xcc, 0x2d, 0x71, 0x9f, 0xfa, 0x47, 0x76, 0x9f, 0xc6, 0x12, 0xee, 0xb3, 0x40, 0x06, 0x8c, 0x20, 0x9f, 0x7d, 0x19, 0xfe, 0x7c, 0x3a, 0xbd, 0xd9, 0x19, 0x4f, 0x70, 0x8f, 0xb3, 0xdc, 0x46, 0xfb, 0x0a, 0xac, 0xd1, 0x46, 0x4a, 0x5d, 0x74, 0x56, 0x0c, 0x40, 0xd8, 0x3e, 0xaf, 0x3b, 0x33, 0x2e, 0x5d, 0x30, 0xf8, 0xe6, 0x4c, 0x75, 0x85, 0x5b, 0xfd, 0xa3, 0xc0, 0x4d, 0x53, 0x15, 0x3e, 0x91, 0x70, 0x37, 0x70, 0x6d, 0xfd, 0x5f, 0x2a, 0x78, 0x5e, 0xb2, 0x03, 0xed, 0x0b, 0x81, 0xa1, 0x3d, 0x5e, 0x7c, 0x90, 0xaf, 0x85, 0x43, 0x0d, 0x11, 0x17, 0x37, 0x7d, 0xcd, 0xa5, 0x37, 0x7d, 0xa7, 0x4f, 0x22, 0xb6, 0x4b, 0x17, 0x7f, 0xf4, 0xec, 0x93, 0xac, 0x58, 0xb6, 0x97, 0x55, 0x92, 0x64, 0xfc, 0xe0, 0x92, 0x53, 0xd6, 0x14, 0x6a, 0xd1, 0xf3, 0xbe, 0xad, 0x3d, 0x07, 0xab, 0x36, 0x45, 0x86, 0xac, 0x0c, 0x4f, 0x4f, 0x85, 0x19, 0x68, 0x94, 0x86, 0x9c, 0x66, 0x1e, 0x72, 0x7e, 0x5a, 0x2f, 0x21, 0x3c, 0xb7, 0x74, 0x9f, 0xb1, 0x53, 0x2f, 0xb2, 0x73, 0x19, 0xba, 0xbc, 0x7b, 0x2f, 0x1c, 0xe4, 0x20, 0x10, 0x1f, 0x7e, 0xb8, 0x0a, 0x6b, 0x3c, 0xfd, 0x92, 0x6b, 0x59, 0x5f, 0x21, 0x18, 0x87, 0xb8, 0xd9, 0x2c, 0x96, 0x3b, 0x9e, 0x54, 0x0a, 0xe6, 0x72, 0x1b, 0xef, 0xa2, 0xba, 0x12, 0x46, 0xd7, 0x75, 0xae, 0xc3, 0xd6, 0x30, 0x12, 0xc2, 0x54, 0xa9, 0xf3, 0xd9, 0x8b, 0x0d, 0x84, 0xdf, 0xc9, 0x39, 0x28, 0xd6, 0x10, 0x3b, 0x53, 0x35, 0xc4, 0x99, 0xee, 0x2a, 0xcc, 0x76, 0x57, 0x95, 0x5e, 0x51, 0xb7, 0xd0, 0x2b, 0x7a, 0x9a, 0x2d, 0x22, 0xa4, 0xc6, 0xa9, 0xb4, 0x43, 0x96, 0x3d, 0xab, 0x66, 0x72, 0xea, 0x04, 0x6a, 0x7d, 0x89, 0x13, 0xa8, 0xfa, 0x0f, 0xf3, 0x1b, 0x15, 0x44, 0xf9, 0x54, 0x04, 0x2f, 0x43, 0x97, 0x5f, 0xb1, 0xa0, 0x32, 0xd4, 0x13, 0x88, 0xe5, 0x9c, 0x9e, 0xab, 0xc6, 0xec, 0x5c, 0x55, 0xdf, 0x94, 0xd0, 0x3f, 0xa4, 0xbb, 0x00, 0xb7, 0x9f, 0x85, 0xc2, 0xa6, 0x6e, 0xde, 0x3d, 0xe1, 0xd2, 0x5d, 0x00, 0x1d, 0xd6, 0xfb, 0xc2, 0x3c, 0x12, 0x6e, 0x28, 0x6c, 0xa5, 0x6b, 0xd3, 0xed, 0x8b, 0x7b, 0x04, 0x7b, 0x4c, 0x37, 0x90, 0x8a, 0xcd, 0xa1, 0x25, 0x5b, 0x6c, 0x3f, 0x07, 0x1a, 0xe2, 0x37, 0xbd, 0x78, 0x64, 0xd2, 0x95, 0x3c, 0xe5, 0x82, 0xd7, 0x26, 0xbe, 0x39, 0x88, 0x47, 0x18, 0xcf, 0xa9, 0x4a, 0xfb, 0x83, 0x12, 0x3e, 0xab, 0x6d, 0x7f, 0x86, 0xfb, 0xfa, 0x7c, 0xee, 0x1b, 0x4b, 0x73, 0xaf, 0xdf, 0xc4, 0x6c, 0x22, 0xe7, 0x87, 0x73, 0x20, 0xcb, 0x3f, 0xa6, 0x43, 0x77, 0xe2, 0x09, 0x1d, 0xf8, 0x4a, 0xac, 0x28, 0x51, 0x62, 0x76, 0x9b, 0x00, 0x18, 0x5c, 0xfe, 0xa1, 0x36, 0xe7, 0xeb, 0x6a, 0xb1, 0xbe, 0x29, 0x0f, 0xaf, 0x28, 0xa6, 0x57, 0xac, 0x18, 0xe7, 0x18, 0x11, 0x19, 0xaf, 0x51, 0x91, 0x44, 0xab, 0xdd, 0x96, 0x05, 0x37, 0x42, 0xa1, 0x54, 0x5e, 0x17, 0xa2, 0x58, 0x4b, 0x0f, 0xaa, 0x51, 0x36, 0x52, 0x10, 0xac, 0x39, 0x25, 0xd8, 0xdb, 0xe8, 0x5b, 0x39, 0x0a, 0xf5, 0x04, 0xa0, 0xe5, 0x1f, 0xcb, 0x63, 0xf0, 0x54, 0xe2, 0xa1, 0xfc, 0xae, 0xc6, 0x69, 0xe7, 0x60, 0x1c, 0x71, 0x7e, 0xf7, 0xbb, 0xb4, 0xf1, 0xdc, 0xf7, 0x4f, 0x9c, 0xc4, 0xc2, 0xef, 0x77, 0xc4, 0xa3, 0x20, 0x4f, 0xd0, 0x5e, 0x84, 0x75, 0xcf, 0x8a, 0x13, 0x11, 0x99, 0xfe, 0x18, 0x61, 0xd2, 0x26, 0xd7, 0x18, 0xf8, 0x80, 0x60, 0x18, 0x38, 0xe4, 0x20, 0xe5, 0xf6, 0x25, 0x43, 0x70, 0xd6, 0xdf, 0x01, 0x5a, 0x0c, 0x94, 0x59, 0xbf, 0x56, 0x3c, 0x56, 0x9c, 0xd1, 0x66, 0xba, 0xef, 0x5b, 0x2e, 0x1f, 0x81, 0xc2, 0xaf, 0x70, 0xde, 0x7f, 0x52, 0xc9, 0x62, 0xf5, 0xbc, 0xcd, 0x30, 0x5e, 0x5f, 0xc8, 0x78, 0x63, 0x1e, 0xe3, 0xcd, 0x8f, 0xc2, 0xf8, 0xef, 0xd3, 0x71, 0xc7, 0x32, 0xc6, 0xf7, 0x76, 0x3e, 0x33, 0xda, 0xfd, 0xab, 0x39, 0x4c, 0x7e, 0xc6, 0xf5, 0x6b, 0xe1, 0x36, 0x2d, 0x1f, 0xb5, 0x27, 0x5c, 0x1e, 0x28, 0xef, 0x2d, 0x2a, 0xb4, 0x6b, 0xd3, 0xb4, 0x5f, 0x82, 0x4d, 0x5b, 0xb8, 0xa6, 0x47, 0xe3, 0xd5, 0xa2, 0xc1, 0xba, 0x9d, 0x62, 0xa1, 0x60, 0xfd, 0x03, 0x3a, 0x7b, 0x31, 0xcd, 0x89, 0xbc, 0xc6, 0x46, 0xd8, 0x64, 0x1e, 0x92, 0x49, 0x22, 0xf7, 0x31, 0x92, 0xc7, 0x45, 0xd3, 0xf7, 0x2a, 0xac, 0xd0, 0xe5, 0x07, 0x39, 0x77, 0x73, 0x96, 0x35, 0x1e, 0xa7, 0xff, 0xc1, 0x42, 0x86, 0xe6, 0xe6, 0x27, 0x19, 0x9b, 0xf5, 0x79, 0x6c, 0x36, 0x2a, 0xd9, 0x6c, 0x9e, 0x92, 0xcd, 0xdf, 0x6c, 0xc2, 0xd6, 0xa1, 0x35, 0x79, 0x18, 0xd9, 0x22, 0xea, 0x59, 0x27, 0x22, 0xbb, 0x58, 0x16, 0x04, 0x76, 0xac, 0xac, 0xb9, 0xf4, 0xcc, 0xd9, 0x2f, 0xbf, 0x52, 0x76, 0x57, 0x1d, 0x82, 0xd0, 0xe6, 0x2a, 0x7b, 0x5d, 0xe8, 0x6f, 0x22, 0x84, 0x72, 0x93, 0x4b, 0xd0, 0x1d, 0x84, 0x66, 0x80, 0xc4, 0xf2, 0xcc, 0xba, 0x33, 0x08, 0x89, 0x3c, 0x27, 0x83, 0x96, 0x97, 0x1d, 0xf7, 0xaa, 0x1b, 0xf2, 0x09, 0xd5, 0xc4, 0x19, 0x11, 0x37, 0xa3, 0xf8, 0x01, 0x37, 0x30, 0x8c, 0x2a, 0x8c, 0x82, 0x81, 0x88, 0x63, 0x5e, 0x25, 0xb9, 0xec, 0xbc, 0x45, 0x6f, 0x0e, 0xf9, 0x05, 0x25, 0x58, 0x97, 0xa1, 0xcb, 0xa3, 0xf9, 0xb6, 0x71, 0x9b, 0xb3, 0x05, 0x02, 0x51, 0xe3, 0x3b, 0x4d, 0xdb, 0x3a, 0x79, 0xda, 0x36, 0x95, 0xd1, 0xc0, 0x32, 0x77, 0x6a, 0xae, 0xc0, 0x5a, 0x6c, 0x1f, 0xe7, 0xb2, 0x76, 0x49, 0x17, 0x10, 0xdb, 0xc7, 0xa9, 0xb0, 0x17, 0x01, 0x42, 0x6b, 0x62, 0x7a, 0x22, 0x39, 0x0a, 0xb8, 0xd4, 0xdc, 0x31, 0x3a, 0xa1, 0x35, 0x39, 0x20, 0x00, 0x26, 0x2f, 0xf8, 0x7a, 0x30, 0x8e, 0x22, 0xe1, 0x0f, 0x26, 0x54, 0x71, 0xee, 0x18, 0xdd, 0xd0, 0x9a, 0xec, 0x4a, 0x10, 0x1d, 0xaa, 0xb0, 0x26, 0x2c, 0xf6, 0x06, 0xdb, 0x49, 0x68, 0x4d, 0x52, 0x69, 0xe9, 0xeb, 0x23, 0xcb, 0xf7, 0x85, 0xbb, 0xbd, 0xc9, 0xd4, 0xf1, 0x63, 0x86, 0x68, 0x67, 0xa0, 0x49, 0xf3, 0xbb, 0x45, 0x7a, 0x68, 0xc4, 0xfb, 0xb6, 0xfe, 0x0c, 0xb6, 0x7a, 0xbd, 0x43, 0x6b, 0x82, 0x36, 0x80, 0xb6, 0x80, 0x1e, 0xb3, 0x0b, 0x1b, 0x88, 0x47, 0x8a, 0x91, 0xdf, 0x80, 0x2b, 0x1e, 0xad, 0x9f, 0xb6, 0x20, 0x03, 0x59, 0x67, 0x39, 0xe5, 0xfd, 0xf0, 0xd8, 0x3a, 0x11, 0x26, 0xdf, 0x28, 0x92, 0x37, 0xd8, 0x01, 0x41, 0xdc, 0x27, 0xd6, 0xbd, 0x29, 0xca, 0xd5, 0xae, 0x31, 0xcb, 0x4f, 0x7d, 0x69, 0x7e, 0xf4, 0x17, 0xe8, 0x5a, 0x17, 0x93, 0x23, 0xe8, 0xc3, 0xf7, 0x70, 0xce, 0x28, 0xd1, 0x7d, 0xa2, 0x0f, 0x67, 0xde, 0x1e, 0xcb, 0xb7, 0xc8, 0xd6, 0x3d, 0x38, 0x93, 0x33, 0x10, 0x14, 0x12, 0x8e, 0x05, 0x3c, 0x6c, 0xa4, 0x3c, 0x30, 0x3e, 0xfd, 0x17, 0xe9, 0x9a, 0xb9, 0x42, 0x07, 0xc3, 0xe1, 0x27, 0xa1, 0x6f, 0xfd, 0x1d, 0x5c, 0x29, 0xf6, 0xac, 0x80, 0x2a, 0x40, 0x3f, 0xff, 0xda, 0x6b, 0x87, 0x41, 0x9c, 0x1e, 0x82, 0xc1, 0x39, 0xbd, 0x02, 0x6b, 0xb2, 0xb9, 0x9a, 0x77, 0xd8, 0x56, 0x0c, 0xe0, 0x0e, 0x2b, 0xb1, 0xf6, 0xdd, 0x6a, 0x04, 0xd5, 0x53, 0x73, 0x07, 0xd6, 0xd3, 0xae, 0xaa, 0xaa, 0x95, 0x62, 0xea, 0x38, 0x85, 0x54, 0x36, 0x58, 0xbb, 0x21, 0xf7, 0x55, 0x89, 0xf8, 0x9b, 0x98, 0xce, 0x2a, 0xe3, 0xee, 0x07, 0x23, 0xe4, 0xfa, 0x22, 0x00, 0x75, 0x6d, 0xd8, 0xdc, 0xe5, 0x42, 0x41, 0x10, 0xca, 0x82, 0xed, 0xd9, 0xaf, 0x90, 0xd5, 0x1b, 0xd0, 0x76, 0x83, 0x91, 0xda, 0x49, 0xbc, 0x50, 0xc5, 0x0f, 0xd2, 0x69, 0xb9, 0xc1, 0x68, 0xea, 0xe0, 0x6e, 0x5d, 0x3d, 0xb8, 0xfb, 0x47, 0x94, 0xe2, 0x28, 0x1f, 0x15, 0x9a, 0xff, 0x4a, 0xd7, 0xba, 0x56, 0xe8, 0x5a, 0xbf, 0x02, 0x9f, 0x3b, 0xb2, 0x62, 0xa5, 0xb1, 0xce, 0xd1, 0x8c, 0x51, 0x9f, 0x39, 0xb2, 0xe2, 0x0c, 0x0d, 0x6f, 0xf1, 0x76, 0xa1, 0x1b, 0x3c, 0xf5, 0x45, 0x64, 0xd2, 0x01, 0xa6, 0x25, 0x72, 0x70, 0xa0, 0xcf, 0xe8, 0x59, 0xff, 0x8f, 0x7a, 0x15, 0xaf, 0xd5, 0x73, 0x58, 0x79, 0x28, 0xa1, 0xd8, 0x77, 0x6f, 0x2c, 0xd3, 0x77, 0x3f, 0x07, 0xed, 0x28, 0xe8, 0x07, 0x49, 0x7e, 0xe8, 0xb8, 0x45, 0xcf, 0xfb, 0xb6, 0xf6, 0x65, 0x38, 0x93, 0xde, 0x24, 0x10, 0x6e, 0x62, 0xf1, 0xd4, 0xca, 0x5e, 0xa4, 0xbc, 0x32, 0x80, 0x70, 0x8a, 0x68, 0x77, 0x64, 0xd7, 0x36, 0xeb, 0xdc, 0xaf, 0x96, 0x68, 0xa5, 0xc2, 0xbc, 0xf0, 0xc3, 0xb4, 0x75, 0x7f, 0x58, 0x7a, 0x0c, 0xa0, 0x75, 0x6a, 0x64, 0x33, 0x87, 0x01, 0xf4, 0xbf, 0xa1, 0xfa, 0x6f, 0xb9, 0x51, 0xc4, 0x63, 0x37, 0x99, 0x6b, 0x1a, 0xf2, 0x85, 0x72, 0x0e, 0x31, 0x0c, 0xe8, 0xa6, 0xce, 0x27, 0x61, 0x03, 0x98, 0xfe, 0xa5, 0xd5, 0x3d, 0xbe, 0xa9, 0xca, 0x37, 0xeb, 0x64, 0x05, 0x94, 0xd9, 0xd3, 0xff, 0x75, 0x01, 0xff, 0x1f, 0xc1, 0x5c, 0x66, 0xe8, 0x36, 0x66, 0xe9, 0xe2, 0x56, 0x54, 0x78, 0x61, 0x32, 0x31, 0x53, 0x1c, 0xcc, 0x5c, 0x97, 0x80, 0xac, 0xf1, 0xd9, 0x59, 0x5f, 0xf9, 0x48, 0xb3, 0xae, 0xff, 0x5e, 0x7d, 0xbe, 0x8c, 0xf2, 0x9f, 0xaf, 0xf8, 0x89, 0x9a, 0x1c, 0xae, 0xfa, 0xc9, 0x50, 0xde, 0x8a, 0x4e, 0x03, 0x26, 0x45, 0x37, 0xbe, 0x1d, 0x2d, 0xdd, 0x77, 0x2b, 0xcc, 0x48, 0x72, 0xc5, 0x5d, 0xdb, 0x83, 0x35, 0xc4, 0x93, 0xb1, 0xdc, 0x38, 0x35, 0xcb, 0xe0, 0x27, 0x99, 0x9d, 0xbe, 0x04, 0x9b, 0xb4, 0x09, 0x0f, 0x92, 0x23, 0x11, 0x99, 0xa3, 0xf4, 0xf2, 0x7b, 0xdb, 0x58, 0x47, 0xf0, 0x43, 0x84, 0xde, 0xc5, 0x9c, 0xea, 0x45, 0x58, 0xcf, 0xed, 0x39, 0xaf, 0x3b, 0xad, 0x65, 0x40, 0x94, 0x60, 0x66, 0x3e, 0xe4, 0x3d, 0xa8, 0x82, 0x1d, 0x7c, 0x58, 0xc3, 0x95, 0x4f, 0xe1, 0x8c, 0x0e, 0x1d, 0xce, 0x69, 0x9e, 0x5d, 0x87, 0xad, 0xbe, 0x15, 0x8b, 0xb4, 0x33, 0xa6, 0xfc, 0xf3, 0x97, 0x0d, 0x84, 0xf3, 0xa7, 0xe4, 0xbc, 0xaf, 0xc1, 0xd9, 0xb4, 0x7d, 0xe6, 0x27, 0x22, 0x3a, 0xb1, 0x5c, 0xb5, 0xa4, 0xa1, 0x45, 0xb2, 0xfc, 0xcb, 0xaf, 0xd2, 0x7f, 0x5f, 0xe3, 0x07, 0x4f, 0xd5, 0xd3, 0x69, 0x2d, 0x3f, 0x78, 0x4a, 0xa1, 0xfe, 0x9f, 0xaa, 0xf9, 0xe4, 0x15, 0x3a, 0x9b, 0x2d, 0x35, 0x7b, 0xab, 0x2d, 0xca, 0xde, 0xe4, 0x44, 0x1a, 0x79, 0x0e, 0xf7, 0xff, 0x24, 0x9f, 0x3d, 0x65, 0xaa, 0xd9, 0xc9, 0x15, 0xae, 0x19, 0x2c, 0x7d, 0x5e, 0xb5, 0x70, 0x49, 0x70, 0x5d, 0xde, 0x78, 0xd0, 0x7f, 0x5a, 0x83, 0x17, 0x7b, 0x3d, 0x79, 0x08, 0xd6, 0x11, 0xf1, 0x6e, 0xe0, 0xba, 0x7c, 0x71, 0x8e, 0xff, 0x47, 0x4f, 0x7a, 0x0f, 0xfb, 0x32, 0x74, 0xd3, 0xd3, 0xad, 0xf9, 0x7e, 0x00, 0x52, 0x10, 0xe7, 0xb1, 0x59, 0x6b, 0x34, 0x8d, 0x03, 0x1d, 0x29, 0xb1, 0xfd, 0x8c, 0x6e, 0x9d, 0x12, 0x42, 0xd3, 0x75, 0x3c, 0x27, 0xa1, 0x13, 0x45, 0x0d, 0x79, 0xeb, 0x94, 0xe0, 0xf7, 0x11, 0xfc, 0x60, 0xec, 0x69, 0x6f, 0x42, 0x3b, 0x14, 0x49, 0xf5, 0xfd, 0xa3, 0xdb, 0xcf, 0xd8, 0xf1, 0xb8, 0xda, 0x14, 0x8a, 0x84, 0x3c, 0xfb, 0x3f, 0x4f, 0x21, 0x47, 0x75, 0x04, 0x9b, 0x92, 0xae, 0x3e, 0x23, 0xdd, 0x0d, 0xf5, 0xe2, 0xcf, 0xc2, 0x62, 0x7c, 0x7e, 0xf3, 0xa7, 0xa8, 0x95, 0xe6, 0xb4, 0x56, 0x54, 0x59, 0x57, 0x4e, 0x2d, 0xab, 0x07, 0x9a, 0x22, 0x9e, 0x75, 0x42, 0x07, 0x28, 0x3e, 0x35, 0x19, 0xf4, 0xef, 0x9f, 0x42, 0xb5, 0xb2, 0xe7, 0xff, 0xb1, 0x4c, 0x84, 0xfe, 0xfd, 0x16, 0x99, 0xc8, 0x60, 0x1c, 0x29, 0x06, 0xb2, 0xc6, 0xd0, 0xdd, 0x71, 0xf4, 0x60, 0xec, 0xe9, 0x8f, 0xb2, 0x7f, 0xfe, 0x74, 0x4f, 0x58, 0xb6, 0x8c, 0xb5, 0xa5, 0xb7, 0x38, 0x8e, 0x84, 0xa5, 0xf4, 0xf2, 0x57, 0xf1, 0x51, 0xba, 0x01, 0x6d, 0xfd, 0x1a, 0xca, 0x3f, 0x9a, 0xea, 0xaf, 0x92, 0x06, 0xde, 0xf8, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4c, 0xaf, 0x0a, 0x3a, 0x4c, 0x4e, 0x00, 0x00, }