summaryrefslogtreecommitdiff
path: root/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
committerMistivia <i@mistivia.com>2025-11-02 15:27:18 +0800
commite9c24f4af7ed56760f6db7941827d09f6db9020b (patch)
tree62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf
parent58d5e7cfda4781d8a57ec52aefd02983835c301a (diff)
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf')
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/app_ticket.pb.go115
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/base.pb.go2212
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server.pb.go11863
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_2.pb.go11450
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_friends.pb.go2500
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go1538
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_site_license.pb.go401
-rw-r--r--teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/content_manifest.pb.go620
8 files changed, 30699 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/app_ticket.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/app_ticket.pb.go
new file mode 100644
index 0000000..eb4dd24
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/app_ticket.pb.go
@@ -0,0 +1,115 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: encrypted_app_ticket.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type EncryptedAppTicket struct {
+ TicketVersionNo *uint32 `protobuf:"varint,1,opt,name=ticket_version_no,json=ticketVersionNo" json:"ticket_version_no,omitempty"`
+ CrcEncryptedticket *uint32 `protobuf:"varint,2,opt,name=crc_encryptedticket,json=crcEncryptedticket" json:"crc_encryptedticket,omitempty"`
+ CbEncrypteduserdata *uint32 `protobuf:"varint,3,opt,name=cb_encrypteduserdata,json=cbEncrypteduserdata" json:"cb_encrypteduserdata,omitempty"`
+ CbEncryptedAppownershipticket *uint32 `protobuf:"varint,4,opt,name=cb_encrypted_appownershipticket,json=cbEncryptedAppownershipticket" json:"cb_encrypted_appownershipticket,omitempty"`
+ EncryptedTicket []byte `protobuf:"bytes,5,opt,name=encrypted_ticket,json=encryptedTicket" json:"encrypted_ticket,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *EncryptedAppTicket) Reset() { *m = EncryptedAppTicket{} }
+func (m *EncryptedAppTicket) String() string { return proto.CompactTextString(m) }
+func (*EncryptedAppTicket) ProtoMessage() {}
+func (*EncryptedAppTicket) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c6d69fd1cac4e8d5, []int{0}
+}
+
+func (m *EncryptedAppTicket) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_EncryptedAppTicket.Unmarshal(m, b)
+}
+func (m *EncryptedAppTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_EncryptedAppTicket.Marshal(b, m, deterministic)
+}
+func (m *EncryptedAppTicket) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_EncryptedAppTicket.Merge(m, src)
+}
+func (m *EncryptedAppTicket) XXX_Size() int {
+ return xxx_messageInfo_EncryptedAppTicket.Size(m)
+}
+func (m *EncryptedAppTicket) XXX_DiscardUnknown() {
+ xxx_messageInfo_EncryptedAppTicket.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_EncryptedAppTicket proto.InternalMessageInfo
+
+func (m *EncryptedAppTicket) GetTicketVersionNo() uint32 {
+ if m != nil && m.TicketVersionNo != nil {
+ return *m.TicketVersionNo
+ }
+ return 0
+}
+
+func (m *EncryptedAppTicket) GetCrcEncryptedticket() uint32 {
+ if m != nil && m.CrcEncryptedticket != nil {
+ return *m.CrcEncryptedticket
+ }
+ return 0
+}
+
+func (m *EncryptedAppTicket) GetCbEncrypteduserdata() uint32 {
+ if m != nil && m.CbEncrypteduserdata != nil {
+ return *m.CbEncrypteduserdata
+ }
+ return 0
+}
+
+func (m *EncryptedAppTicket) GetCbEncryptedAppownershipticket() uint32 {
+ if m != nil && m.CbEncryptedAppownershipticket != nil {
+ return *m.CbEncryptedAppownershipticket
+ }
+ return 0
+}
+
+func (m *EncryptedAppTicket) GetEncryptedTicket() []byte {
+ if m != nil {
+ return m.EncryptedTicket
+ }
+ return nil
+}
+
+func init() {
+ proto.RegisterType((*EncryptedAppTicket)(nil), "EncryptedAppTicket")
+}
+
+func init() { proto.RegisterFile("encrypted_app_ticket.proto", fileDescriptor_c6d69fd1cac4e8d5) }
+
+var fileDescriptor_c6d69fd1cac4e8d5 = []byte{
+ // 202 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4a, 0xcd, 0x4b, 0x2e,
+ 0xaa, 0x2c, 0x28, 0x49, 0x4d, 0x89, 0x4f, 0x2c, 0x28, 0x88, 0x2f, 0xc9, 0x4c, 0xce, 0x4e, 0x2d,
+ 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x57, 0x9a, 0xce, 0xc4, 0x25, 0xe4, 0x0a, 0x93, 0x76, 0x2c,
+ 0x28, 0x08, 0x01, 0x4b, 0x0a, 0x69, 0x71, 0x09, 0x42, 0x94, 0xc5, 0x97, 0xa5, 0x16, 0x15, 0x67,
+ 0xe6, 0xe7, 0xc5, 0xe7, 0xe5, 0x4b, 0x30, 0x2a, 0x30, 0x6a, 0xf0, 0x06, 0xf1, 0x43, 0x24, 0xc2,
+ 0x20, 0xe2, 0x7e, 0xf9, 0x42, 0xfa, 0x5c, 0xc2, 0xc9, 0x45, 0xc9, 0xf1, 0x70, 0x4b, 0x20, 0xf2,
+ 0x12, 0x4c, 0x60, 0xd5, 0x42, 0xc9, 0x45, 0xc9, 0xae, 0xa8, 0x32, 0x42, 0x86, 0x5c, 0x22, 0xc9,
+ 0x49, 0x08, 0xf5, 0xa5, 0xc5, 0xa9, 0x45, 0x29, 0x89, 0x25, 0x89, 0x12, 0xcc, 0x60, 0x1d, 0xc2,
+ 0xc9, 0x49, 0xae, 0xe8, 0x52, 0x42, 0x6e, 0x5c, 0xf2, 0xc8, 0x5a, 0x40, 0xfe, 0xc8, 0x2f, 0xcf,
+ 0x4b, 0x2d, 0x2a, 0xce, 0xc8, 0x2c, 0x80, 0xda, 0xc7, 0x02, 0xd6, 0x2d, 0x8b, 0xa4, 0xdb, 0x11,
+ 0x43, 0x91, 0x90, 0x26, 0x97, 0x00, 0xc2, 0x10, 0xa8, 0x46, 0x56, 0x05, 0x46, 0x0d, 0x9e, 0x20,
+ 0x7e, 0xb8, 0x38, 0x24, 0x08, 0x9c, 0x58, 0x3d, 0x18, 0x1b, 0x18, 0x19, 0x00, 0x01, 0x00, 0x00,
+ 0xff, 0xff, 0xe8, 0x03, 0x98, 0x21, 0x3d, 0x01, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/base.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/base.pb.go
new file mode 100644
index 0000000..14457b2
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/base.pb.go
@@ -0,0 +1,2212 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_base.proto
+
+package protobuf
+
+import (
+ fmt "fmt"
+ proto "github.com/golang/protobuf/proto"
+ protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
+ 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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type EProtoClanEventType int32
+
+const (
+ EProtoClanEventType_k_EClanOtherEvent EProtoClanEventType = 1
+ EProtoClanEventType_k_EClanGameEvent EProtoClanEventType = 2
+ EProtoClanEventType_k_EClanPartyEvent EProtoClanEventType = 3
+ EProtoClanEventType_k_EClanMeetingEvent EProtoClanEventType = 4
+ EProtoClanEventType_k_EClanSpecialCauseEvent EProtoClanEventType = 5
+ EProtoClanEventType_k_EClanMusicAndArtsEvent EProtoClanEventType = 6
+ EProtoClanEventType_k_EClanSportsEvent EProtoClanEventType = 7
+ EProtoClanEventType_k_EClanTripEvent EProtoClanEventType = 8
+ EProtoClanEventType_k_EClanChatEvent EProtoClanEventType = 9
+ EProtoClanEventType_k_EClanGameReleaseEvent EProtoClanEventType = 10
+ EProtoClanEventType_k_EClanBroadcastEvent EProtoClanEventType = 11
+ EProtoClanEventType_k_EClanSmallUpdateEvent EProtoClanEventType = 12
+ EProtoClanEventType_k_EClanPreAnnounceMajorUpdateEvent EProtoClanEventType = 13
+ EProtoClanEventType_k_EClanMajorUpdateEvent EProtoClanEventType = 14
+ EProtoClanEventType_k_EClanDLCReleaseEvent EProtoClanEventType = 15
+ EProtoClanEventType_k_EClanFutureReleaseEvent EProtoClanEventType = 16
+ EProtoClanEventType_k_EClanESportTournamentStreamEvent EProtoClanEventType = 17
+ EProtoClanEventType_k_EClanDevStreamEvent EProtoClanEventType = 18
+ EProtoClanEventType_k_EClanFamousStreamEvent EProtoClanEventType = 19
+ EProtoClanEventType_k_EClanGameSalesEvent EProtoClanEventType = 20
+ EProtoClanEventType_k_EClanGameItemSalesEvent EProtoClanEventType = 21
+ EProtoClanEventType_k_EClanInGameBonusXPEvent EProtoClanEventType = 22
+ EProtoClanEventType_k_EClanInGameLootEvent EProtoClanEventType = 23
+ EProtoClanEventType_k_EClanInGamePerksEvent EProtoClanEventType = 24
+ EProtoClanEventType_k_EClanInGameChallengeEvent EProtoClanEventType = 25
+ EProtoClanEventType_k_EClanInGameContestEvent EProtoClanEventType = 26
+ EProtoClanEventType_k_EClanIRLEvent EProtoClanEventType = 27
+ EProtoClanEventType_k_EClanNewsEvent EProtoClanEventType = 28
+ EProtoClanEventType_k_EClanBetaReleaseEvent EProtoClanEventType = 29
+ EProtoClanEventType_k_EClanInGameContentReleaseEvent EProtoClanEventType = 30
+ EProtoClanEventType_k_EClanFreeTrial EProtoClanEventType = 31
+ EProtoClanEventType_k_EClanSeasonRelease EProtoClanEventType = 32
+ EProtoClanEventType_k_EClanSeasonUpdate EProtoClanEventType = 33
+ EProtoClanEventType_k_EClanCrosspostEvent EProtoClanEventType = 34
+ EProtoClanEventType_k_EClanInGameEventGeneral EProtoClanEventType = 35
+)
+
+var EProtoClanEventType_name = map[int32]string{
+ 1: "k_EClanOtherEvent",
+ 2: "k_EClanGameEvent",
+ 3: "k_EClanPartyEvent",
+ 4: "k_EClanMeetingEvent",
+ 5: "k_EClanSpecialCauseEvent",
+ 6: "k_EClanMusicAndArtsEvent",
+ 7: "k_EClanSportsEvent",
+ 8: "k_EClanTripEvent",
+ 9: "k_EClanChatEvent",
+ 10: "k_EClanGameReleaseEvent",
+ 11: "k_EClanBroadcastEvent",
+ 12: "k_EClanSmallUpdateEvent",
+ 13: "k_EClanPreAnnounceMajorUpdateEvent",
+ 14: "k_EClanMajorUpdateEvent",
+ 15: "k_EClanDLCReleaseEvent",
+ 16: "k_EClanFutureReleaseEvent",
+ 17: "k_EClanESportTournamentStreamEvent",
+ 18: "k_EClanDevStreamEvent",
+ 19: "k_EClanFamousStreamEvent",
+ 20: "k_EClanGameSalesEvent",
+ 21: "k_EClanGameItemSalesEvent",
+ 22: "k_EClanInGameBonusXPEvent",
+ 23: "k_EClanInGameLootEvent",
+ 24: "k_EClanInGamePerksEvent",
+ 25: "k_EClanInGameChallengeEvent",
+ 26: "k_EClanInGameContestEvent",
+ 27: "k_EClanIRLEvent",
+ 28: "k_EClanNewsEvent",
+ 29: "k_EClanBetaReleaseEvent",
+ 30: "k_EClanInGameContentReleaseEvent",
+ 31: "k_EClanFreeTrial",
+ 32: "k_EClanSeasonRelease",
+ 33: "k_EClanSeasonUpdate",
+ 34: "k_EClanCrosspostEvent",
+ 35: "k_EClanInGameEventGeneral",
+}
+
+var EProtoClanEventType_value = map[string]int32{
+ "k_EClanOtherEvent": 1,
+ "k_EClanGameEvent": 2,
+ "k_EClanPartyEvent": 3,
+ "k_EClanMeetingEvent": 4,
+ "k_EClanSpecialCauseEvent": 5,
+ "k_EClanMusicAndArtsEvent": 6,
+ "k_EClanSportsEvent": 7,
+ "k_EClanTripEvent": 8,
+ "k_EClanChatEvent": 9,
+ "k_EClanGameReleaseEvent": 10,
+ "k_EClanBroadcastEvent": 11,
+ "k_EClanSmallUpdateEvent": 12,
+ "k_EClanPreAnnounceMajorUpdateEvent": 13,
+ "k_EClanMajorUpdateEvent": 14,
+ "k_EClanDLCReleaseEvent": 15,
+ "k_EClanFutureReleaseEvent": 16,
+ "k_EClanESportTournamentStreamEvent": 17,
+ "k_EClanDevStreamEvent": 18,
+ "k_EClanFamousStreamEvent": 19,
+ "k_EClanGameSalesEvent": 20,
+ "k_EClanGameItemSalesEvent": 21,
+ "k_EClanInGameBonusXPEvent": 22,
+ "k_EClanInGameLootEvent": 23,
+ "k_EClanInGamePerksEvent": 24,
+ "k_EClanInGameChallengeEvent": 25,
+ "k_EClanInGameContestEvent": 26,
+ "k_EClanIRLEvent": 27,
+ "k_EClanNewsEvent": 28,
+ "k_EClanBetaReleaseEvent": 29,
+ "k_EClanInGameContentReleaseEvent": 30,
+ "k_EClanFreeTrial": 31,
+ "k_EClanSeasonRelease": 32,
+ "k_EClanSeasonUpdate": 33,
+ "k_EClanCrosspostEvent": 34,
+ "k_EClanInGameEventGeneral": 35,
+}
+
+func (x EProtoClanEventType) Enum() *EProtoClanEventType {
+ p := new(EProtoClanEventType)
+ *p = x
+ return p
+}
+
+func (x EProtoClanEventType) String() string {
+ return proto.EnumName(EProtoClanEventType_name, int32(x))
+}
+
+func (x *EProtoClanEventType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EProtoClanEventType_value, data, "EProtoClanEventType")
+ if err != nil {
+ return err
+ }
+ *x = EProtoClanEventType(value)
+ return nil
+}
+
+func (EProtoClanEventType) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{0}
+}
+
+type PartnerEventNotificationType int32
+
+const (
+ PartnerEventNotificationType_k_EEventStart PartnerEventNotificationType = 0
+ PartnerEventNotificationType_k_EEventBroadcastStart PartnerEventNotificationType = 1
+ PartnerEventNotificationType_k_EEventMatchStart PartnerEventNotificationType = 2
+ PartnerEventNotificationType_k_EEventPartnerMaxType PartnerEventNotificationType = 3
+)
+
+var PartnerEventNotificationType_name = map[int32]string{
+ 0: "k_EEventStart",
+ 1: "k_EEventBroadcastStart",
+ 2: "k_EEventMatchStart",
+ 3: "k_EEventPartnerMaxType",
+}
+
+var PartnerEventNotificationType_value = map[string]int32{
+ "k_EEventStart": 0,
+ "k_EEventBroadcastStart": 1,
+ "k_EEventMatchStart": 2,
+ "k_EEventPartnerMaxType": 3,
+}
+
+func (x PartnerEventNotificationType) Enum() *PartnerEventNotificationType {
+ p := new(PartnerEventNotificationType)
+ *p = x
+ return p
+}
+
+func (x PartnerEventNotificationType) String() string {
+ return proto.EnumName(PartnerEventNotificationType_name, int32(x))
+}
+
+func (x *PartnerEventNotificationType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(PartnerEventNotificationType_value, data, "PartnerEventNotificationType")
+ if err != nil {
+ return err
+ }
+ *x = PartnerEventNotificationType(value)
+ return nil
+}
+
+func (PartnerEventNotificationType) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{1}
+}
+
+type CMsgIPAddress struct {
+ // Types that are valid to be assigned to Ip:
+ // *CMsgIPAddress_V4
+ // *CMsgIPAddress_V6
+ Ip isCMsgIPAddress_Ip `protobuf_oneof:"ip"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgIPAddress) Reset() { *m = CMsgIPAddress{} }
+func (m *CMsgIPAddress) String() string { return proto.CompactTextString(m) }
+func (*CMsgIPAddress) ProtoMessage() {}
+func (*CMsgIPAddress) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{0}
+}
+
+func (m *CMsgIPAddress) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgIPAddress.Unmarshal(m, b)
+}
+func (m *CMsgIPAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgIPAddress.Marshal(b, m, deterministic)
+}
+func (m *CMsgIPAddress) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgIPAddress.Merge(m, src)
+}
+func (m *CMsgIPAddress) XXX_Size() int {
+ return xxx_messageInfo_CMsgIPAddress.Size(m)
+}
+func (m *CMsgIPAddress) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgIPAddress.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgIPAddress proto.InternalMessageInfo
+
+type isCMsgIPAddress_Ip interface {
+ isCMsgIPAddress_Ip()
+}
+
+type CMsgIPAddress_V4 struct {
+ V4 uint32 `protobuf:"fixed32,1,opt,name=v4,oneof"`
+}
+
+type CMsgIPAddress_V6 struct {
+ V6 []byte `protobuf:"bytes,2,opt,name=v6,oneof"`
+}
+
+func (*CMsgIPAddress_V4) isCMsgIPAddress_Ip() {}
+
+func (*CMsgIPAddress_V6) isCMsgIPAddress_Ip() {}
+
+func (m *CMsgIPAddress) GetIp() isCMsgIPAddress_Ip {
+ if m != nil {
+ return m.Ip
+ }
+ return nil
+}
+
+func (m *CMsgIPAddress) GetV4() uint32 {
+ if x, ok := m.GetIp().(*CMsgIPAddress_V4); ok {
+ return x.V4
+ }
+ return 0
+}
+
+func (m *CMsgIPAddress) GetV6() []byte {
+ if x, ok := m.GetIp().(*CMsgIPAddress_V6); ok {
+ return x.V6
+ }
+ return nil
+}
+
+// XXX_OneofWrappers is for the internal use of the proto package.
+func (*CMsgIPAddress) XXX_OneofWrappers() []interface{} {
+ return []interface{}{
+ (*CMsgIPAddress_V4)(nil),
+ (*CMsgIPAddress_V6)(nil),
+ }
+}
+
+type CMsgIPAddressBucket struct {
+ OriginalIpAddress *CMsgIPAddress `protobuf:"bytes,1,opt,name=original_ip_address,json=originalIpAddress" json:"original_ip_address,omitempty"`
+ Bucket *uint64 `protobuf:"fixed64,2,opt,name=bucket" json:"bucket,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgIPAddressBucket) Reset() { *m = CMsgIPAddressBucket{} }
+func (m *CMsgIPAddressBucket) String() string { return proto.CompactTextString(m) }
+func (*CMsgIPAddressBucket) ProtoMessage() {}
+func (*CMsgIPAddressBucket) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{1}
+}
+
+func (m *CMsgIPAddressBucket) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgIPAddressBucket.Unmarshal(m, b)
+}
+func (m *CMsgIPAddressBucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgIPAddressBucket.Marshal(b, m, deterministic)
+}
+func (m *CMsgIPAddressBucket) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgIPAddressBucket.Merge(m, src)
+}
+func (m *CMsgIPAddressBucket) XXX_Size() int {
+ return xxx_messageInfo_CMsgIPAddressBucket.Size(m)
+}
+func (m *CMsgIPAddressBucket) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgIPAddressBucket.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgIPAddressBucket proto.InternalMessageInfo
+
+func (m *CMsgIPAddressBucket) GetOriginalIpAddress() *CMsgIPAddress {
+ if m != nil {
+ return m.OriginalIpAddress
+ }
+ return nil
+}
+
+func (m *CMsgIPAddressBucket) GetBucket() uint64 {
+ if m != nil && m.Bucket != nil {
+ return *m.Bucket
+ }
+ return 0
+}
+
+type CMsgProtoBufHeader struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ ClientSessionid *int32 `protobuf:"varint,2,opt,name=client_sessionid,json=clientSessionid" json:"client_sessionid,omitempty"`
+ RoutingAppid *uint32 `protobuf:"varint,3,opt,name=routing_appid,json=routingAppid" json:"routing_appid,omitempty"`
+ JobidSource *uint64 `protobuf:"fixed64,10,opt,name=jobid_source,json=jobidSource,def=18446744073709551615" json:"jobid_source,omitempty"`
+ JobidTarget *uint64 `protobuf:"fixed64,11,opt,name=jobid_target,json=jobidTarget,def=18446744073709551615" json:"jobid_target,omitempty"`
+ TargetJobName *string `protobuf:"bytes,12,opt,name=target_job_name,json=targetJobName" json:"target_job_name,omitempty"`
+ SeqNum *int32 `protobuf:"varint,24,opt,name=seq_num,json=seqNum" json:"seq_num,omitempty"`
+ Eresult *int32 `protobuf:"varint,13,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ ErrorMessage *string `protobuf:"bytes,14,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
+ AuthAccountFlags *uint32 `protobuf:"varint,16,opt,name=auth_account_flags,json=authAccountFlags" json:"auth_account_flags,omitempty"`
+ TokenSource *uint32 `protobuf:"varint,22,opt,name=token_source,json=tokenSource" json:"token_source,omitempty"`
+ AdminSpoofingUser *bool `protobuf:"varint,23,opt,name=admin_spoofing_user,json=adminSpoofingUser" json:"admin_spoofing_user,omitempty"`
+ TransportError *int32 `protobuf:"varint,17,opt,name=transport_error,json=transportError,def=1" json:"transport_error,omitempty"`
+ Messageid *uint64 `protobuf:"varint,18,opt,name=messageid,def=18446744073709551615" json:"messageid,omitempty"`
+ PublisherGroupId *uint32 `protobuf:"varint,19,opt,name=publisher_group_id,json=publisherGroupId" json:"publisher_group_id,omitempty"`
+ Sysid *uint32 `protobuf:"varint,20,opt,name=sysid" json:"sysid,omitempty"`
+ TraceTag *uint64 `protobuf:"varint,21,opt,name=trace_tag,json=traceTag" json:"trace_tag,omitempty"`
+ WebapiKeyId *uint32 `protobuf:"varint,25,opt,name=webapi_key_id,json=webapiKeyId" json:"webapi_key_id,omitempty"`
+ IsFromExternalSource *bool `protobuf:"varint,26,opt,name=is_from_external_source,json=isFromExternalSource" json:"is_from_external_source,omitempty"`
+ ForwardToSysid []uint32 `protobuf:"varint,27,rep,name=forward_to_sysid,json=forwardToSysid" json:"forward_to_sysid,omitempty"`
+ CmSysid *uint32 `protobuf:"varint,28,opt,name=cm_sysid,json=cmSysid" json:"cm_sysid,omitempty"`
+ WgToken *string `protobuf:"bytes,30,opt,name=wg_token,json=wgToken" json:"wg_token,omitempty"`
+ LauncherType *uint32 `protobuf:"varint,31,opt,name=launcher_type,json=launcherType,def=0" json:"launcher_type,omitempty"`
+ Realm *uint32 `protobuf:"varint,32,opt,name=realm,def=0" json:"realm,omitempty"`
+ // Types that are valid to be assigned to IpAddr:
+ // *CMsgProtoBufHeader_Ip
+ // *CMsgProtoBufHeader_IpV6
+ IpAddr isCMsgProtoBufHeader_IpAddr `protobuf_oneof:"ip_addr"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgProtoBufHeader) Reset() { *m = CMsgProtoBufHeader{} }
+func (m *CMsgProtoBufHeader) String() string { return proto.CompactTextString(m) }
+func (*CMsgProtoBufHeader) ProtoMessage() {}
+func (*CMsgProtoBufHeader) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{2}
+}
+
+func (m *CMsgProtoBufHeader) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgProtoBufHeader.Unmarshal(m, b)
+}
+func (m *CMsgProtoBufHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgProtoBufHeader.Marshal(b, m, deterministic)
+}
+func (m *CMsgProtoBufHeader) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgProtoBufHeader.Merge(m, src)
+}
+func (m *CMsgProtoBufHeader) XXX_Size() int {
+ return xxx_messageInfo_CMsgProtoBufHeader.Size(m)
+}
+func (m *CMsgProtoBufHeader) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgProtoBufHeader.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgProtoBufHeader proto.InternalMessageInfo
+
+const Default_CMsgProtoBufHeader_JobidSource uint64 = 18446744073709551615
+const Default_CMsgProtoBufHeader_JobidTarget uint64 = 18446744073709551615
+const Default_CMsgProtoBufHeader_Eresult int32 = 2
+const Default_CMsgProtoBufHeader_TransportError int32 = 1
+const Default_CMsgProtoBufHeader_Messageid uint64 = 18446744073709551615
+const Default_CMsgProtoBufHeader_LauncherType uint32 = 0
+const Default_CMsgProtoBufHeader_Realm uint32 = 0
+
+func (m *CMsgProtoBufHeader) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetClientSessionid() int32 {
+ if m != nil && m.ClientSessionid != nil {
+ return *m.ClientSessionid
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetRoutingAppid() uint32 {
+ if m != nil && m.RoutingAppid != nil {
+ return *m.RoutingAppid
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetJobidSource() uint64 {
+ if m != nil && m.JobidSource != nil {
+ return *m.JobidSource
+ }
+ return Default_CMsgProtoBufHeader_JobidSource
+}
+
+func (m *CMsgProtoBufHeader) GetJobidTarget() uint64 {
+ if m != nil && m.JobidTarget != nil {
+ return *m.JobidTarget
+ }
+ return Default_CMsgProtoBufHeader_JobidTarget
+}
+
+func (m *CMsgProtoBufHeader) GetTargetJobName() string {
+ if m != nil && m.TargetJobName != nil {
+ return *m.TargetJobName
+ }
+ return ""
+}
+
+func (m *CMsgProtoBufHeader) GetSeqNum() int32 {
+ if m != nil && m.SeqNum != nil {
+ return *m.SeqNum
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgProtoBufHeader_Eresult
+}
+
+func (m *CMsgProtoBufHeader) GetErrorMessage() string {
+ if m != nil && m.ErrorMessage != nil {
+ return *m.ErrorMessage
+ }
+ return ""
+}
+
+func (m *CMsgProtoBufHeader) GetAuthAccountFlags() uint32 {
+ if m != nil && m.AuthAccountFlags != nil {
+ return *m.AuthAccountFlags
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetTokenSource() uint32 {
+ if m != nil && m.TokenSource != nil {
+ return *m.TokenSource
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetAdminSpoofingUser() bool {
+ if m != nil && m.AdminSpoofingUser != nil {
+ return *m.AdminSpoofingUser
+ }
+ return false
+}
+
+func (m *CMsgProtoBufHeader) GetTransportError() int32 {
+ if m != nil && m.TransportError != nil {
+ return *m.TransportError
+ }
+ return Default_CMsgProtoBufHeader_TransportError
+}
+
+func (m *CMsgProtoBufHeader) GetMessageid() uint64 {
+ if m != nil && m.Messageid != nil {
+ return *m.Messageid
+ }
+ return Default_CMsgProtoBufHeader_Messageid
+}
+
+func (m *CMsgProtoBufHeader) GetPublisherGroupId() uint32 {
+ if m != nil && m.PublisherGroupId != nil {
+ return *m.PublisherGroupId
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetSysid() uint32 {
+ if m != nil && m.Sysid != nil {
+ return *m.Sysid
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetTraceTag() uint64 {
+ if m != nil && m.TraceTag != nil {
+ return *m.TraceTag
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetWebapiKeyId() uint32 {
+ if m != nil && m.WebapiKeyId != nil {
+ return *m.WebapiKeyId
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetIsFromExternalSource() bool {
+ if m != nil && m.IsFromExternalSource != nil {
+ return *m.IsFromExternalSource
+ }
+ return false
+}
+
+func (m *CMsgProtoBufHeader) GetForwardToSysid() []uint32 {
+ if m != nil {
+ return m.ForwardToSysid
+ }
+ return nil
+}
+
+func (m *CMsgProtoBufHeader) GetCmSysid() uint32 {
+ if m != nil && m.CmSysid != nil {
+ return *m.CmSysid
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetWgToken() string {
+ if m != nil && m.WgToken != nil {
+ return *m.WgToken
+ }
+ return ""
+}
+
+func (m *CMsgProtoBufHeader) GetLauncherType() uint32 {
+ if m != nil && m.LauncherType != nil {
+ return *m.LauncherType
+ }
+ return Default_CMsgProtoBufHeader_LauncherType
+}
+
+func (m *CMsgProtoBufHeader) GetRealm() uint32 {
+ if m != nil && m.Realm != nil {
+ return *m.Realm
+ }
+ return Default_CMsgProtoBufHeader_Realm
+}
+
+type isCMsgProtoBufHeader_IpAddr interface {
+ isCMsgProtoBufHeader_IpAddr()
+}
+
+type CMsgProtoBufHeader_Ip struct {
+ Ip uint32 `protobuf:"varint,15,opt,name=ip,oneof"`
+}
+
+type CMsgProtoBufHeader_IpV6 struct {
+ IpV6 []byte `protobuf:"bytes,29,opt,name=ip_v6,json=ipV6,oneof"`
+}
+
+func (*CMsgProtoBufHeader_Ip) isCMsgProtoBufHeader_IpAddr() {}
+
+func (*CMsgProtoBufHeader_IpV6) isCMsgProtoBufHeader_IpAddr() {}
+
+func (m *CMsgProtoBufHeader) GetIpAddr() isCMsgProtoBufHeader_IpAddr {
+ if m != nil {
+ return m.IpAddr
+ }
+ return nil
+}
+
+func (m *CMsgProtoBufHeader) GetIp() uint32 {
+ if x, ok := m.GetIpAddr().(*CMsgProtoBufHeader_Ip); ok {
+ return x.Ip
+ }
+ return 0
+}
+
+func (m *CMsgProtoBufHeader) GetIpV6() []byte {
+ if x, ok := m.GetIpAddr().(*CMsgProtoBufHeader_IpV6); ok {
+ return x.IpV6
+ }
+ return nil
+}
+
+// XXX_OneofWrappers is for the internal use of the proto package.
+func (*CMsgProtoBufHeader) XXX_OneofWrappers() []interface{} {
+ return []interface{}{
+ (*CMsgProtoBufHeader_Ip)(nil),
+ (*CMsgProtoBufHeader_IpV6)(nil),
+ }
+}
+
+type CMsgMulti struct {
+ SizeUnzipped *uint32 `protobuf:"varint,1,opt,name=size_unzipped,json=sizeUnzipped" json:"size_unzipped,omitempty"`
+ MessageBody []byte `protobuf:"bytes,2,opt,name=message_body,json=messageBody" json:"message_body,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgMulti) Reset() { *m = CMsgMulti{} }
+func (m *CMsgMulti) String() string { return proto.CompactTextString(m) }
+func (*CMsgMulti) ProtoMessage() {}
+func (*CMsgMulti) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{3}
+}
+
+func (m *CMsgMulti) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgMulti.Unmarshal(m, b)
+}
+func (m *CMsgMulti) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgMulti.Marshal(b, m, deterministic)
+}
+func (m *CMsgMulti) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgMulti.Merge(m, src)
+}
+func (m *CMsgMulti) XXX_Size() int {
+ return xxx_messageInfo_CMsgMulti.Size(m)
+}
+func (m *CMsgMulti) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgMulti.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgMulti proto.InternalMessageInfo
+
+func (m *CMsgMulti) GetSizeUnzipped() uint32 {
+ if m != nil && m.SizeUnzipped != nil {
+ return *m.SizeUnzipped
+ }
+ return 0
+}
+
+func (m *CMsgMulti) GetMessageBody() []byte {
+ if m != nil {
+ return m.MessageBody
+ }
+ return nil
+}
+
+type CMsgProtobufWrapped struct {
+ MessageBody []byte `protobuf:"bytes,1,opt,name=message_body,json=messageBody" json:"message_body,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgProtobufWrapped) Reset() { *m = CMsgProtobufWrapped{} }
+func (m *CMsgProtobufWrapped) String() string { return proto.CompactTextString(m) }
+func (*CMsgProtobufWrapped) ProtoMessage() {}
+func (*CMsgProtobufWrapped) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{4}
+}
+
+func (m *CMsgProtobufWrapped) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgProtobufWrapped.Unmarshal(m, b)
+}
+func (m *CMsgProtobufWrapped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgProtobufWrapped.Marshal(b, m, deterministic)
+}
+func (m *CMsgProtobufWrapped) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgProtobufWrapped.Merge(m, src)
+}
+func (m *CMsgProtobufWrapped) XXX_Size() int {
+ return xxx_messageInfo_CMsgProtobufWrapped.Size(m)
+}
+func (m *CMsgProtobufWrapped) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgProtobufWrapped.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgProtobufWrapped proto.InternalMessageInfo
+
+func (m *CMsgProtobufWrapped) GetMessageBody() []byte {
+ if m != nil {
+ return m.MessageBody
+ }
+ return nil
+}
+
+type CMsgAuthTicket struct {
+ Estate *uint32 `protobuf:"varint,1,opt,name=estate" json:"estate,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Steamid *uint64 `protobuf:"fixed64,3,opt,name=steamid" json:"steamid,omitempty"`
+ Gameid *uint64 `protobuf:"fixed64,4,opt,name=gameid" json:"gameid,omitempty"`
+ HSteamPipe *uint32 `protobuf:"varint,5,opt,name=h_steam_pipe,json=hSteamPipe" json:"h_steam_pipe,omitempty"`
+ TicketCrc *uint32 `protobuf:"varint,6,opt,name=ticket_crc,json=ticketCrc" json:"ticket_crc,omitempty"`
+ Ticket []byte `protobuf:"bytes,7,opt,name=ticket" json:"ticket,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgAuthTicket) Reset() { *m = CMsgAuthTicket{} }
+func (m *CMsgAuthTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgAuthTicket) ProtoMessage() {}
+func (*CMsgAuthTicket) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{5}
+}
+
+func (m *CMsgAuthTicket) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgAuthTicket.Unmarshal(m, b)
+}
+func (m *CMsgAuthTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgAuthTicket.Marshal(b, m, deterministic)
+}
+func (m *CMsgAuthTicket) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgAuthTicket.Merge(m, src)
+}
+func (m *CMsgAuthTicket) XXX_Size() int {
+ return xxx_messageInfo_CMsgAuthTicket.Size(m)
+}
+func (m *CMsgAuthTicket) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgAuthTicket.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgAuthTicket proto.InternalMessageInfo
+
+const Default_CMsgAuthTicket_Eresult uint32 = 2
+
+func (m *CMsgAuthTicket) GetEstate() uint32 {
+ if m != nil && m.Estate != nil {
+ return *m.Estate
+ }
+ return 0
+}
+
+func (m *CMsgAuthTicket) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgAuthTicket_Eresult
+}
+
+func (m *CMsgAuthTicket) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgAuthTicket) GetGameid() uint64 {
+ if m != nil && m.Gameid != nil {
+ return *m.Gameid
+ }
+ return 0
+}
+
+func (m *CMsgAuthTicket) GetHSteamPipe() uint32 {
+ if m != nil && m.HSteamPipe != nil {
+ return *m.HSteamPipe
+ }
+ return 0
+}
+
+func (m *CMsgAuthTicket) GetTicketCrc() uint32 {
+ if m != nil && m.TicketCrc != nil {
+ return *m.TicketCrc
+ }
+ return 0
+}
+
+func (m *CMsgAuthTicket) GetTicket() []byte {
+ if m != nil {
+ return m.Ticket
+ }
+ return nil
+}
+
+type CCDDBAppDetailCommon struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Icon *string `protobuf:"bytes,3,opt,name=icon" json:"icon,omitempty"`
+ Logo *string `protobuf:"bytes,4,opt,name=logo" json:"logo,omitempty"`
+ LogoSmall *string `protobuf:"bytes,5,opt,name=logo_small,json=logoSmall" json:"logo_small,omitempty"`
+ Tool *bool `protobuf:"varint,6,opt,name=tool" json:"tool,omitempty"`
+ Demo *bool `protobuf:"varint,7,opt,name=demo" json:"demo,omitempty"`
+ Media *bool `protobuf:"varint,8,opt,name=media" json:"media,omitempty"`
+ CommunityVisibleStats *bool `protobuf:"varint,9,opt,name=community_visible_stats,json=communityVisibleStats" json:"community_visible_stats,omitempty"`
+ FriendlyName *string `protobuf:"bytes,10,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
+ Propagation *string `protobuf:"bytes,11,opt,name=propagation" json:"propagation,omitempty"`
+ HasAdultContent *bool `protobuf:"varint,12,opt,name=has_adult_content,json=hasAdultContent" json:"has_adult_content,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CCDDBAppDetailCommon) Reset() { *m = CCDDBAppDetailCommon{} }
+func (m *CCDDBAppDetailCommon) String() string { return proto.CompactTextString(m) }
+func (*CCDDBAppDetailCommon) ProtoMessage() {}
+func (*CCDDBAppDetailCommon) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{6}
+}
+
+func (m *CCDDBAppDetailCommon) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CCDDBAppDetailCommon.Unmarshal(m, b)
+}
+func (m *CCDDBAppDetailCommon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CCDDBAppDetailCommon.Marshal(b, m, deterministic)
+}
+func (m *CCDDBAppDetailCommon) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CCDDBAppDetailCommon.Merge(m, src)
+}
+func (m *CCDDBAppDetailCommon) XXX_Size() int {
+ return xxx_messageInfo_CCDDBAppDetailCommon.Size(m)
+}
+func (m *CCDDBAppDetailCommon) XXX_DiscardUnknown() {
+ xxx_messageInfo_CCDDBAppDetailCommon.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CCDDBAppDetailCommon proto.InternalMessageInfo
+
+func (m *CCDDBAppDetailCommon) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CCDDBAppDetailCommon) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CCDDBAppDetailCommon) GetIcon() string {
+ if m != nil && m.Icon != nil {
+ return *m.Icon
+ }
+ return ""
+}
+
+func (m *CCDDBAppDetailCommon) GetLogo() string {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return ""
+}
+
+func (m *CCDDBAppDetailCommon) GetLogoSmall() string {
+ if m != nil && m.LogoSmall != nil {
+ return *m.LogoSmall
+ }
+ return ""
+}
+
+func (m *CCDDBAppDetailCommon) GetTool() bool {
+ if m != nil && m.Tool != nil {
+ return *m.Tool
+ }
+ return false
+}
+
+func (m *CCDDBAppDetailCommon) GetDemo() bool {
+ if m != nil && m.Demo != nil {
+ return *m.Demo
+ }
+ return false
+}
+
+func (m *CCDDBAppDetailCommon) GetMedia() bool {
+ if m != nil && m.Media != nil {
+ return *m.Media
+ }
+ return false
+}
+
+func (m *CCDDBAppDetailCommon) GetCommunityVisibleStats() bool {
+ if m != nil && m.CommunityVisibleStats != nil {
+ return *m.CommunityVisibleStats
+ }
+ return false
+}
+
+func (m *CCDDBAppDetailCommon) GetFriendlyName() string {
+ if m != nil && m.FriendlyName != nil {
+ return *m.FriendlyName
+ }
+ return ""
+}
+
+func (m *CCDDBAppDetailCommon) GetPropagation() string {
+ if m != nil && m.Propagation != nil {
+ return *m.Propagation
+ }
+ return ""
+}
+
+func (m *CCDDBAppDetailCommon) GetHasAdultContent() bool {
+ if m != nil && m.HasAdultContent != nil {
+ return *m.HasAdultContent
+ }
+ return false
+}
+
+type CMsgAppRights struct {
+ EditInfo *bool `protobuf:"varint,1,opt,name=edit_info,json=editInfo" json:"edit_info,omitempty"`
+ Publish *bool `protobuf:"varint,2,opt,name=publish" json:"publish,omitempty"`
+ ViewErrorData *bool `protobuf:"varint,3,opt,name=view_error_data,json=viewErrorData" json:"view_error_data,omitempty"`
+ Download *bool `protobuf:"varint,4,opt,name=download" json:"download,omitempty"`
+ UploadCdkeys *bool `protobuf:"varint,5,opt,name=upload_cdkeys,json=uploadCdkeys" json:"upload_cdkeys,omitempty"`
+ GenerateCdkeys *bool `protobuf:"varint,6,opt,name=generate_cdkeys,json=generateCdkeys" json:"generate_cdkeys,omitempty"`
+ ViewFinancials *bool `protobuf:"varint,7,opt,name=view_financials,json=viewFinancials" json:"view_financials,omitempty"`
+ ManageCeg *bool `protobuf:"varint,8,opt,name=manage_ceg,json=manageCeg" json:"manage_ceg,omitempty"`
+ ManageSigning *bool `protobuf:"varint,9,opt,name=manage_signing,json=manageSigning" json:"manage_signing,omitempty"`
+ ManageCdkeys *bool `protobuf:"varint,10,opt,name=manage_cdkeys,json=manageCdkeys" json:"manage_cdkeys,omitempty"`
+ EditMarketing *bool `protobuf:"varint,11,opt,name=edit_marketing,json=editMarketing" json:"edit_marketing,omitempty"`
+ EconomySupport *bool `protobuf:"varint,12,opt,name=economy_support,json=economySupport" json:"economy_support,omitempty"`
+ EconomySupportSupervisor *bool `protobuf:"varint,13,opt,name=economy_support_supervisor,json=economySupportSupervisor" json:"economy_support_supervisor,omitempty"`
+ ManagePricing *bool `protobuf:"varint,14,opt,name=manage_pricing,json=managePricing" json:"manage_pricing,omitempty"`
+ BroadcastLive *bool `protobuf:"varint,15,opt,name=broadcast_live,json=broadcastLive" json:"broadcast_live,omitempty"`
+ ViewMarketingTraffic *bool `protobuf:"varint,16,opt,name=view_marketing_traffic,json=viewMarketingTraffic" json:"view_marketing_traffic,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgAppRights) Reset() { *m = CMsgAppRights{} }
+func (m *CMsgAppRights) String() string { return proto.CompactTextString(m) }
+func (*CMsgAppRights) ProtoMessage() {}
+func (*CMsgAppRights) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{7}
+}
+
+func (m *CMsgAppRights) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgAppRights.Unmarshal(m, b)
+}
+func (m *CMsgAppRights) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgAppRights.Marshal(b, m, deterministic)
+}
+func (m *CMsgAppRights) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgAppRights.Merge(m, src)
+}
+func (m *CMsgAppRights) XXX_Size() int {
+ return xxx_messageInfo_CMsgAppRights.Size(m)
+}
+func (m *CMsgAppRights) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgAppRights.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgAppRights proto.InternalMessageInfo
+
+func (m *CMsgAppRights) GetEditInfo() bool {
+ if m != nil && m.EditInfo != nil {
+ return *m.EditInfo
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetPublish() bool {
+ if m != nil && m.Publish != nil {
+ return *m.Publish
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetViewErrorData() bool {
+ if m != nil && m.ViewErrorData != nil {
+ return *m.ViewErrorData
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetDownload() bool {
+ if m != nil && m.Download != nil {
+ return *m.Download
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetUploadCdkeys() bool {
+ if m != nil && m.UploadCdkeys != nil {
+ return *m.UploadCdkeys
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetGenerateCdkeys() bool {
+ if m != nil && m.GenerateCdkeys != nil {
+ return *m.GenerateCdkeys
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetViewFinancials() bool {
+ if m != nil && m.ViewFinancials != nil {
+ return *m.ViewFinancials
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetManageCeg() bool {
+ if m != nil && m.ManageCeg != nil {
+ return *m.ManageCeg
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetManageSigning() bool {
+ if m != nil && m.ManageSigning != nil {
+ return *m.ManageSigning
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetManageCdkeys() bool {
+ if m != nil && m.ManageCdkeys != nil {
+ return *m.ManageCdkeys
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetEditMarketing() bool {
+ if m != nil && m.EditMarketing != nil {
+ return *m.EditMarketing
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetEconomySupport() bool {
+ if m != nil && m.EconomySupport != nil {
+ return *m.EconomySupport
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetEconomySupportSupervisor() bool {
+ if m != nil && m.EconomySupportSupervisor != nil {
+ return *m.EconomySupportSupervisor
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetManagePricing() bool {
+ if m != nil && m.ManagePricing != nil {
+ return *m.ManagePricing
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetBroadcastLive() bool {
+ if m != nil && m.BroadcastLive != nil {
+ return *m.BroadcastLive
+ }
+ return false
+}
+
+func (m *CMsgAppRights) GetViewMarketingTraffic() bool {
+ if m != nil && m.ViewMarketingTraffic != nil {
+ return *m.ViewMarketingTraffic
+ }
+ return false
+}
+
+type CCuratorPreferences struct {
+ SupportedLanguages *uint32 `protobuf:"varint,1,opt,name=supported_languages,json=supportedLanguages" json:"supported_languages,omitempty"`
+ PlatformWindows *bool `protobuf:"varint,2,opt,name=platform_windows,json=platformWindows" json:"platform_windows,omitempty"`
+ PlatformMac *bool `protobuf:"varint,3,opt,name=platform_mac,json=platformMac" json:"platform_mac,omitempty"`
+ PlatformLinux *bool `protobuf:"varint,4,opt,name=platform_linux,json=platformLinux" json:"platform_linux,omitempty"`
+ VrContent *bool `protobuf:"varint,5,opt,name=vr_content,json=vrContent" json:"vr_content,omitempty"`
+ AdultContentViolence *bool `protobuf:"varint,6,opt,name=adult_content_violence,json=adultContentViolence" json:"adult_content_violence,omitempty"`
+ AdultContentSex *bool `protobuf:"varint,7,opt,name=adult_content_sex,json=adultContentSex" json:"adult_content_sex,omitempty"`
+ TimestampUpdated *uint32 `protobuf:"varint,8,opt,name=timestamp_updated,json=timestampUpdated" json:"timestamp_updated,omitempty"`
+ TagidsCurated []uint32 `protobuf:"varint,9,rep,name=tagids_curated,json=tagidsCurated" json:"tagids_curated,omitempty"`
+ TagidsFiltered []uint32 `protobuf:"varint,10,rep,name=tagids_filtered,json=tagidsFiltered" json:"tagids_filtered,omitempty"`
+ WebsiteTitle *string `protobuf:"bytes,11,opt,name=website_title,json=websiteTitle" json:"website_title,omitempty"`
+ WebsiteUrl *string `protobuf:"bytes,12,opt,name=website_url,json=websiteUrl" json:"website_url,omitempty"`
+ DiscussionUrl *string `protobuf:"bytes,13,opt,name=discussion_url,json=discussionUrl" json:"discussion_url,omitempty"`
+ ShowBroadcast *bool `protobuf:"varint,14,opt,name=show_broadcast,json=showBroadcast" json:"show_broadcast,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CCuratorPreferences) Reset() { *m = CCuratorPreferences{} }
+func (m *CCuratorPreferences) String() string { return proto.CompactTextString(m) }
+func (*CCuratorPreferences) ProtoMessage() {}
+func (*CCuratorPreferences) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{8}
+}
+
+func (m *CCuratorPreferences) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CCuratorPreferences.Unmarshal(m, b)
+}
+func (m *CCuratorPreferences) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CCuratorPreferences.Marshal(b, m, deterministic)
+}
+func (m *CCuratorPreferences) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CCuratorPreferences.Merge(m, src)
+}
+func (m *CCuratorPreferences) XXX_Size() int {
+ return xxx_messageInfo_CCuratorPreferences.Size(m)
+}
+func (m *CCuratorPreferences) XXX_DiscardUnknown() {
+ xxx_messageInfo_CCuratorPreferences.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CCuratorPreferences proto.InternalMessageInfo
+
+func (m *CCuratorPreferences) GetSupportedLanguages() uint32 {
+ if m != nil && m.SupportedLanguages != nil {
+ return *m.SupportedLanguages
+ }
+ return 0
+}
+
+func (m *CCuratorPreferences) GetPlatformWindows() bool {
+ if m != nil && m.PlatformWindows != nil {
+ return *m.PlatformWindows
+ }
+ return false
+}
+
+func (m *CCuratorPreferences) GetPlatformMac() bool {
+ if m != nil && m.PlatformMac != nil {
+ return *m.PlatformMac
+ }
+ return false
+}
+
+func (m *CCuratorPreferences) GetPlatformLinux() bool {
+ if m != nil && m.PlatformLinux != nil {
+ return *m.PlatformLinux
+ }
+ return false
+}
+
+func (m *CCuratorPreferences) GetVrContent() bool {
+ if m != nil && m.VrContent != nil {
+ return *m.VrContent
+ }
+ return false
+}
+
+func (m *CCuratorPreferences) GetAdultContentViolence() bool {
+ if m != nil && m.AdultContentViolence != nil {
+ return *m.AdultContentViolence
+ }
+ return false
+}
+
+func (m *CCuratorPreferences) GetAdultContentSex() bool {
+ if m != nil && m.AdultContentSex != nil {
+ return *m.AdultContentSex
+ }
+ return false
+}
+
+func (m *CCuratorPreferences) GetTimestampUpdated() uint32 {
+ if m != nil && m.TimestampUpdated != nil {
+ return *m.TimestampUpdated
+ }
+ return 0
+}
+
+func (m *CCuratorPreferences) GetTagidsCurated() []uint32 {
+ if m != nil {
+ return m.TagidsCurated
+ }
+ return nil
+}
+
+func (m *CCuratorPreferences) GetTagidsFiltered() []uint32 {
+ if m != nil {
+ return m.TagidsFiltered
+ }
+ return nil
+}
+
+func (m *CCuratorPreferences) GetWebsiteTitle() string {
+ if m != nil && m.WebsiteTitle != nil {
+ return *m.WebsiteTitle
+ }
+ return ""
+}
+
+func (m *CCuratorPreferences) GetWebsiteUrl() string {
+ if m != nil && m.WebsiteUrl != nil {
+ return *m.WebsiteUrl
+ }
+ return ""
+}
+
+func (m *CCuratorPreferences) GetDiscussionUrl() string {
+ if m != nil && m.DiscussionUrl != nil {
+ return *m.DiscussionUrl
+ }
+ return ""
+}
+
+func (m *CCuratorPreferences) GetShowBroadcast() bool {
+ if m != nil && m.ShowBroadcast != nil {
+ return *m.ShowBroadcast
+ }
+ return false
+}
+
+type CLocalizationToken struct {
+ Language *uint32 `protobuf:"varint,1,opt,name=language" json:"language,omitempty"`
+ LocalizedString *string `protobuf:"bytes,2,opt,name=localized_string,json=localizedString" json:"localized_string,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CLocalizationToken) Reset() { *m = CLocalizationToken{} }
+func (m *CLocalizationToken) String() string { return proto.CompactTextString(m) }
+func (*CLocalizationToken) ProtoMessage() {}
+func (*CLocalizationToken) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{9}
+}
+
+func (m *CLocalizationToken) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CLocalizationToken.Unmarshal(m, b)
+}
+func (m *CLocalizationToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CLocalizationToken.Marshal(b, m, deterministic)
+}
+func (m *CLocalizationToken) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CLocalizationToken.Merge(m, src)
+}
+func (m *CLocalizationToken) XXX_Size() int {
+ return xxx_messageInfo_CLocalizationToken.Size(m)
+}
+func (m *CLocalizationToken) XXX_DiscardUnknown() {
+ xxx_messageInfo_CLocalizationToken.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CLocalizationToken proto.InternalMessageInfo
+
+func (m *CLocalizationToken) GetLanguage() uint32 {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return 0
+}
+
+func (m *CLocalizationToken) GetLocalizedString() string {
+ if m != nil && m.LocalizedString != nil {
+ return *m.LocalizedString
+ }
+ return ""
+}
+
+type CClanEventUserNewsTuple struct {
+ Clanid *uint32 `protobuf:"varint,1,opt,name=clanid" json:"clanid,omitempty"`
+ EventGid *uint64 `protobuf:"fixed64,2,opt,name=event_gid,json=eventGid" json:"event_gid,omitempty"`
+ AnnouncementGid *uint64 `protobuf:"fixed64,3,opt,name=announcement_gid,json=announcementGid" json:"announcement_gid,omitempty"`
+ RtimeStart *uint32 `protobuf:"varint,4,opt,name=rtime_start,json=rtimeStart" json:"rtime_start,omitempty"`
+ RtimeEnd *uint32 `protobuf:"varint,5,opt,name=rtime_end,json=rtimeEnd" json:"rtime_end,omitempty"`
+ PriorityScore *uint32 `protobuf:"varint,6,opt,name=priority_score,json=priorityScore" json:"priority_score,omitempty"`
+ Type *uint32 `protobuf:"varint,7,opt,name=type" json:"type,omitempty"`
+ ClampRangeSlot *uint32 `protobuf:"varint,8,opt,name=clamp_range_slot,json=clampRangeSlot" json:"clamp_range_slot,omitempty"`
+ Appid *uint32 `protobuf:"varint,9,opt,name=appid" json:"appid,omitempty"`
+ Rtime32LastModified *uint32 `protobuf:"varint,10,opt,name=rtime32_last_modified,json=rtime32LastModified" json:"rtime32_last_modified,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CClanEventUserNewsTuple) Reset() { *m = CClanEventUserNewsTuple{} }
+func (m *CClanEventUserNewsTuple) String() string { return proto.CompactTextString(m) }
+func (*CClanEventUserNewsTuple) ProtoMessage() {}
+func (*CClanEventUserNewsTuple) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{10}
+}
+
+func (m *CClanEventUserNewsTuple) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CClanEventUserNewsTuple.Unmarshal(m, b)
+}
+func (m *CClanEventUserNewsTuple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CClanEventUserNewsTuple.Marshal(b, m, deterministic)
+}
+func (m *CClanEventUserNewsTuple) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CClanEventUserNewsTuple.Merge(m, src)
+}
+func (m *CClanEventUserNewsTuple) XXX_Size() int {
+ return xxx_messageInfo_CClanEventUserNewsTuple.Size(m)
+}
+func (m *CClanEventUserNewsTuple) XXX_DiscardUnknown() {
+ xxx_messageInfo_CClanEventUserNewsTuple.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CClanEventUserNewsTuple proto.InternalMessageInfo
+
+func (m *CClanEventUserNewsTuple) GetClanid() uint32 {
+ if m != nil && m.Clanid != nil {
+ return *m.Clanid
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetEventGid() uint64 {
+ if m != nil && m.EventGid != nil {
+ return *m.EventGid
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetAnnouncementGid() uint64 {
+ if m != nil && m.AnnouncementGid != nil {
+ return *m.AnnouncementGid
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetRtimeStart() uint32 {
+ if m != nil && m.RtimeStart != nil {
+ return *m.RtimeStart
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetRtimeEnd() uint32 {
+ if m != nil && m.RtimeEnd != nil {
+ return *m.RtimeEnd
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetPriorityScore() uint32 {
+ if m != nil && m.PriorityScore != nil {
+ return *m.PriorityScore
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetClampRangeSlot() uint32 {
+ if m != nil && m.ClampRangeSlot != nil {
+ return *m.ClampRangeSlot
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CClanEventUserNewsTuple) GetRtime32LastModified() uint32 {
+ if m != nil && m.Rtime32LastModified != nil {
+ return *m.Rtime32LastModified
+ }
+ return 0
+}
+
+type CClanMatchEventByRange struct {
+ RtimeBefore *uint32 `protobuf:"varint,1,opt,name=rtime_before,json=rtimeBefore" json:"rtime_before,omitempty"`
+ RtimeAfter *uint32 `protobuf:"varint,2,opt,name=rtime_after,json=rtimeAfter" json:"rtime_after,omitempty"`
+ Qualified *uint32 `protobuf:"varint,3,opt,name=qualified" json:"qualified,omitempty"`
+ Events []*CClanEventUserNewsTuple `protobuf:"bytes,4,rep,name=events" json:"events,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CClanMatchEventByRange) Reset() { *m = CClanMatchEventByRange{} }
+func (m *CClanMatchEventByRange) String() string { return proto.CompactTextString(m) }
+func (*CClanMatchEventByRange) ProtoMessage() {}
+func (*CClanMatchEventByRange) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{11}
+}
+
+func (m *CClanMatchEventByRange) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CClanMatchEventByRange.Unmarshal(m, b)
+}
+func (m *CClanMatchEventByRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CClanMatchEventByRange.Marshal(b, m, deterministic)
+}
+func (m *CClanMatchEventByRange) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CClanMatchEventByRange.Merge(m, src)
+}
+func (m *CClanMatchEventByRange) XXX_Size() int {
+ return xxx_messageInfo_CClanMatchEventByRange.Size(m)
+}
+func (m *CClanMatchEventByRange) XXX_DiscardUnknown() {
+ xxx_messageInfo_CClanMatchEventByRange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CClanMatchEventByRange proto.InternalMessageInfo
+
+func (m *CClanMatchEventByRange) GetRtimeBefore() uint32 {
+ if m != nil && m.RtimeBefore != nil {
+ return *m.RtimeBefore
+ }
+ return 0
+}
+
+func (m *CClanMatchEventByRange) GetRtimeAfter() uint32 {
+ if m != nil && m.RtimeAfter != nil {
+ return *m.RtimeAfter
+ }
+ return 0
+}
+
+func (m *CClanMatchEventByRange) GetQualified() uint32 {
+ if m != nil && m.Qualified != nil {
+ return *m.Qualified
+ }
+ return 0
+}
+
+func (m *CClanMatchEventByRange) GetEvents() []*CClanEventUserNewsTuple {
+ if m != nil {
+ return m.Events
+ }
+ return nil
+}
+
+type CCommunity_ClanAnnouncementInfo struct {
+ Gid *uint64 `protobuf:"varint,1,opt,name=gid" json:"gid,omitempty"`
+ Clanid *uint64 `protobuf:"varint,2,opt,name=clanid" json:"clanid,omitempty"`
+ Posterid *uint64 `protobuf:"varint,3,opt,name=posterid" json:"posterid,omitempty"`
+ Headline *string `protobuf:"bytes,4,opt,name=headline" json:"headline,omitempty"`
+ Posttime *uint32 `protobuf:"varint,5,opt,name=posttime" json:"posttime,omitempty"`
+ Updatetime *uint32 `protobuf:"varint,6,opt,name=updatetime" json:"updatetime,omitempty"`
+ Body *string `protobuf:"bytes,7,opt,name=body" json:"body,omitempty"`
+ Commentcount *int32 `protobuf:"varint,8,opt,name=commentcount" json:"commentcount,omitempty"`
+ Tags []string `protobuf:"bytes,9,rep,name=tags" json:"tags,omitempty"`
+ Language *int32 `protobuf:"varint,10,opt,name=language" json:"language,omitempty"`
+ Hidden *bool `protobuf:"varint,11,opt,name=hidden" json:"hidden,omitempty"`
+ ForumTopicId *uint64 `protobuf:"fixed64,12,opt,name=forum_topic_id,json=forumTopicId" json:"forum_topic_id,omitempty"`
+ EventGid *uint64 `protobuf:"fixed64,13,opt,name=event_gid,json=eventGid" json:"event_gid,omitempty"`
+ Voteupcount *int32 `protobuf:"varint,14,opt,name=voteupcount" json:"voteupcount,omitempty"`
+ Votedowncount *int32 `protobuf:"varint,15,opt,name=votedowncount" json:"votedowncount,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) Reset() { *m = CCommunity_ClanAnnouncementInfo{} }
+func (m *CCommunity_ClanAnnouncementInfo) String() string { return proto.CompactTextString(m) }
+func (*CCommunity_ClanAnnouncementInfo) ProtoMessage() {}
+func (*CCommunity_ClanAnnouncementInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{12}
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CCommunity_ClanAnnouncementInfo.Unmarshal(m, b)
+}
+func (m *CCommunity_ClanAnnouncementInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CCommunity_ClanAnnouncementInfo.Marshal(b, m, deterministic)
+}
+func (m *CCommunity_ClanAnnouncementInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CCommunity_ClanAnnouncementInfo.Merge(m, src)
+}
+func (m *CCommunity_ClanAnnouncementInfo) XXX_Size() int {
+ return xxx_messageInfo_CCommunity_ClanAnnouncementInfo.Size(m)
+}
+func (m *CCommunity_ClanAnnouncementInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CCommunity_ClanAnnouncementInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CCommunity_ClanAnnouncementInfo proto.InternalMessageInfo
+
+func (m *CCommunity_ClanAnnouncementInfo) GetGid() uint64 {
+ if m != nil && m.Gid != nil {
+ return *m.Gid
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetClanid() uint64 {
+ if m != nil && m.Clanid != nil {
+ return *m.Clanid
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetPosterid() uint64 {
+ if m != nil && m.Posterid != nil {
+ return *m.Posterid
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetHeadline() string {
+ if m != nil && m.Headline != nil {
+ return *m.Headline
+ }
+ return ""
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetPosttime() uint32 {
+ if m != nil && m.Posttime != nil {
+ return *m.Posttime
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetUpdatetime() uint32 {
+ if m != nil && m.Updatetime != nil {
+ return *m.Updatetime
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetBody() string {
+ if m != nil && m.Body != nil {
+ return *m.Body
+ }
+ return ""
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetCommentcount() int32 {
+ if m != nil && m.Commentcount != nil {
+ return *m.Commentcount
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetTags() []string {
+ if m != nil {
+ return m.Tags
+ }
+ return nil
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetLanguage() int32 {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetHidden() bool {
+ if m != nil && m.Hidden != nil {
+ return *m.Hidden
+ }
+ return false
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetForumTopicId() uint64 {
+ if m != nil && m.ForumTopicId != nil {
+ return *m.ForumTopicId
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetEventGid() uint64 {
+ if m != nil && m.EventGid != nil {
+ return *m.EventGid
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetVoteupcount() int32 {
+ if m != nil && m.Voteupcount != nil {
+ return *m.Voteupcount
+ }
+ return 0
+}
+
+func (m *CCommunity_ClanAnnouncementInfo) GetVotedowncount() int32 {
+ if m != nil && m.Votedowncount != nil {
+ return *m.Votedowncount
+ }
+ return 0
+}
+
+type CClanEventData struct {
+ Gid *uint64 `protobuf:"fixed64,1,opt,name=gid" json:"gid,omitempty"`
+ ClanSteamid *uint64 `protobuf:"fixed64,2,opt,name=clan_steamid,json=clanSteamid" json:"clan_steamid,omitempty"`
+ EventName *string `protobuf:"bytes,3,opt,name=event_name,json=eventName" json:"event_name,omitempty"`
+ EventType *EProtoClanEventType `protobuf:"varint,4,opt,name=event_type,json=eventType,enum=EProtoClanEventType,def=1" json:"event_type,omitempty"`
+ Appid *uint32 `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"`
+ ServerAddress *string `protobuf:"bytes,6,opt,name=server_address,json=serverAddress" json:"server_address,omitempty"`
+ ServerPassword *string `protobuf:"bytes,7,opt,name=server_password,json=serverPassword" json:"server_password,omitempty"`
+ Rtime32StartTime *uint32 `protobuf:"varint,8,opt,name=rtime32_start_time,json=rtime32StartTime" json:"rtime32_start_time,omitempty"`
+ Rtime32EndTime *uint32 `protobuf:"varint,9,opt,name=rtime32_end_time,json=rtime32EndTime" json:"rtime32_end_time,omitempty"`
+ CommentCount *int32 `protobuf:"varint,10,opt,name=comment_count,json=commentCount" json:"comment_count,omitempty"`
+ CreatorSteamid *uint64 `protobuf:"fixed64,11,opt,name=creator_steamid,json=creatorSteamid" json:"creator_steamid,omitempty"`
+ LastUpdateSteamid *uint64 `protobuf:"fixed64,12,opt,name=last_update_steamid,json=lastUpdateSteamid" json:"last_update_steamid,omitempty"`
+ EventNotes *string `protobuf:"bytes,13,opt,name=event_notes,json=eventNotes" json:"event_notes,omitempty"`
+ Jsondata *string `protobuf:"bytes,14,opt,name=jsondata" json:"jsondata,omitempty"`
+ AnnouncementBody *CCommunity_ClanAnnouncementInfo `protobuf:"bytes,15,opt,name=announcement_body,json=announcementBody" json:"announcement_body,omitempty"`
+ Published *bool `protobuf:"varint,16,opt,name=published" json:"published,omitempty"`
+ Hidden *bool `protobuf:"varint,17,opt,name=hidden" json:"hidden,omitempty"`
+ Rtime32VisibilityStart *uint32 `protobuf:"varint,18,opt,name=rtime32_visibility_start,json=rtime32VisibilityStart" json:"rtime32_visibility_start,omitempty"`
+ Rtime32VisibilityEnd *uint32 `protobuf:"varint,19,opt,name=rtime32_visibility_end,json=rtime32VisibilityEnd" json:"rtime32_visibility_end,omitempty"`
+ BroadcasterAccountid *uint32 `protobuf:"varint,20,opt,name=broadcaster_accountid,json=broadcasterAccountid" json:"broadcaster_accountid,omitempty"`
+ FollowerCount *uint32 `protobuf:"varint,21,opt,name=follower_count,json=followerCount" json:"follower_count,omitempty"`
+ IgnoreCount *uint32 `protobuf:"varint,22,opt,name=ignore_count,json=ignoreCount" json:"ignore_count,omitempty"`
+ ForumTopicId *uint64 `protobuf:"fixed64,23,opt,name=forum_topic_id,json=forumTopicId" json:"forum_topic_id,omitempty"`
+ Rtime32LastModified *uint32 `protobuf:"varint,24,opt,name=rtime32_last_modified,json=rtime32LastModified" json:"rtime32_last_modified,omitempty"`
+ NewsPostGid *uint64 `protobuf:"fixed64,25,opt,name=news_post_gid,json=newsPostGid" json:"news_post_gid,omitempty"`
+ RtimeModReviewed *uint32 `protobuf:"varint,26,opt,name=rtime_mod_reviewed,json=rtimeModReviewed" json:"rtime_mod_reviewed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CClanEventData) Reset() { *m = CClanEventData{} }
+func (m *CClanEventData) String() string { return proto.CompactTextString(m) }
+func (*CClanEventData) ProtoMessage() {}
+func (*CClanEventData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{13}
+}
+
+func (m *CClanEventData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CClanEventData.Unmarshal(m, b)
+}
+func (m *CClanEventData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CClanEventData.Marshal(b, m, deterministic)
+}
+func (m *CClanEventData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CClanEventData.Merge(m, src)
+}
+func (m *CClanEventData) XXX_Size() int {
+ return xxx_messageInfo_CClanEventData.Size(m)
+}
+func (m *CClanEventData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CClanEventData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CClanEventData proto.InternalMessageInfo
+
+const Default_CClanEventData_EventType EProtoClanEventType = EProtoClanEventType_k_EClanOtherEvent
+
+func (m *CClanEventData) GetGid() uint64 {
+ if m != nil && m.Gid != nil {
+ return *m.Gid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetClanSteamid() uint64 {
+ if m != nil && m.ClanSteamid != nil {
+ return *m.ClanSteamid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetEventName() string {
+ if m != nil && m.EventName != nil {
+ return *m.EventName
+ }
+ return ""
+}
+
+func (m *CClanEventData) GetEventType() EProtoClanEventType {
+ if m != nil && m.EventType != nil {
+ return *m.EventType
+ }
+ return Default_CClanEventData_EventType
+}
+
+func (m *CClanEventData) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetServerAddress() string {
+ if m != nil && m.ServerAddress != nil {
+ return *m.ServerAddress
+ }
+ return ""
+}
+
+func (m *CClanEventData) GetServerPassword() string {
+ if m != nil && m.ServerPassword != nil {
+ return *m.ServerPassword
+ }
+ return ""
+}
+
+func (m *CClanEventData) GetRtime32StartTime() uint32 {
+ if m != nil && m.Rtime32StartTime != nil {
+ return *m.Rtime32StartTime
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetRtime32EndTime() uint32 {
+ if m != nil && m.Rtime32EndTime != nil {
+ return *m.Rtime32EndTime
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetCommentCount() int32 {
+ if m != nil && m.CommentCount != nil {
+ return *m.CommentCount
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetCreatorSteamid() uint64 {
+ if m != nil && m.CreatorSteamid != nil {
+ return *m.CreatorSteamid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetLastUpdateSteamid() uint64 {
+ if m != nil && m.LastUpdateSteamid != nil {
+ return *m.LastUpdateSteamid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetEventNotes() string {
+ if m != nil && m.EventNotes != nil {
+ return *m.EventNotes
+ }
+ return ""
+}
+
+func (m *CClanEventData) GetJsondata() string {
+ if m != nil && m.Jsondata != nil {
+ return *m.Jsondata
+ }
+ return ""
+}
+
+func (m *CClanEventData) GetAnnouncementBody() *CCommunity_ClanAnnouncementInfo {
+ if m != nil {
+ return m.AnnouncementBody
+ }
+ return nil
+}
+
+func (m *CClanEventData) GetPublished() bool {
+ if m != nil && m.Published != nil {
+ return *m.Published
+ }
+ return false
+}
+
+func (m *CClanEventData) GetHidden() bool {
+ if m != nil && m.Hidden != nil {
+ return *m.Hidden
+ }
+ return false
+}
+
+func (m *CClanEventData) GetRtime32VisibilityStart() uint32 {
+ if m != nil && m.Rtime32VisibilityStart != nil {
+ return *m.Rtime32VisibilityStart
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetRtime32VisibilityEnd() uint32 {
+ if m != nil && m.Rtime32VisibilityEnd != nil {
+ return *m.Rtime32VisibilityEnd
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetBroadcasterAccountid() uint32 {
+ if m != nil && m.BroadcasterAccountid != nil {
+ return *m.BroadcasterAccountid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetFollowerCount() uint32 {
+ if m != nil && m.FollowerCount != nil {
+ return *m.FollowerCount
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetIgnoreCount() uint32 {
+ if m != nil && m.IgnoreCount != nil {
+ return *m.IgnoreCount
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetForumTopicId() uint64 {
+ if m != nil && m.ForumTopicId != nil {
+ return *m.ForumTopicId
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetRtime32LastModified() uint32 {
+ if m != nil && m.Rtime32LastModified != nil {
+ return *m.Rtime32LastModified
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetNewsPostGid() uint64 {
+ if m != nil && m.NewsPostGid != nil {
+ return *m.NewsPostGid
+ }
+ return 0
+}
+
+func (m *CClanEventData) GetRtimeModReviewed() uint32 {
+ if m != nil && m.RtimeModReviewed != nil {
+ return *m.RtimeModReviewed
+ }
+ return 0
+}
+
+type CBilling_Address struct {
+ FirstName *string `protobuf:"bytes,1,opt,name=first_name,json=firstName" json:"first_name,omitempty"`
+ LastName *string `protobuf:"bytes,2,opt,name=last_name,json=lastName" json:"last_name,omitempty"`
+ Address1 *string `protobuf:"bytes,3,opt,name=address1" json:"address1,omitempty"`
+ Address2 *string `protobuf:"bytes,4,opt,name=address2" json:"address2,omitempty"`
+ City *string `protobuf:"bytes,5,opt,name=city" json:"city,omitempty"`
+ UsState *string `protobuf:"bytes,6,opt,name=us_state,json=usState" json:"us_state,omitempty"`
+ CountryCode *string `protobuf:"bytes,7,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
+ Postcode *string `protobuf:"bytes,8,opt,name=postcode" json:"postcode,omitempty"`
+ ZipPlus4 *int32 `protobuf:"varint,9,opt,name=zip_plus4,json=zipPlus4" json:"zip_plus4,omitempty"`
+ Phone *string `protobuf:"bytes,10,opt,name=phone" json:"phone,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CBilling_Address) Reset() { *m = CBilling_Address{} }
+func (m *CBilling_Address) String() string { return proto.CompactTextString(m) }
+func (*CBilling_Address) ProtoMessage() {}
+func (*CBilling_Address) Descriptor() ([]byte, []int) {
+ return fileDescriptor_8bf300d5da56aa5f, []int{14}
+}
+
+func (m *CBilling_Address) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CBilling_Address.Unmarshal(m, b)
+}
+func (m *CBilling_Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CBilling_Address.Marshal(b, m, deterministic)
+}
+func (m *CBilling_Address) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CBilling_Address.Merge(m, src)
+}
+func (m *CBilling_Address) XXX_Size() int {
+ return xxx_messageInfo_CBilling_Address.Size(m)
+}
+func (m *CBilling_Address) XXX_DiscardUnknown() {
+ xxx_messageInfo_CBilling_Address.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CBilling_Address proto.InternalMessageInfo
+
+func (m *CBilling_Address) GetFirstName() string {
+ if m != nil && m.FirstName != nil {
+ return *m.FirstName
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetLastName() string {
+ if m != nil && m.LastName != nil {
+ return *m.LastName
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetAddress1() string {
+ if m != nil && m.Address1 != nil {
+ return *m.Address1
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetAddress2() string {
+ if m != nil && m.Address2 != nil {
+ return *m.Address2
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetCity() string {
+ if m != nil && m.City != nil {
+ return *m.City
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetUsState() string {
+ if m != nil && m.UsState != nil {
+ return *m.UsState
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetPostcode() string {
+ if m != nil && m.Postcode != nil {
+ return *m.Postcode
+ }
+ return ""
+}
+
+func (m *CBilling_Address) GetZipPlus4() int32 {
+ if m != nil && m.ZipPlus4 != nil {
+ return *m.ZipPlus4
+ }
+ return 0
+}
+
+func (m *CBilling_Address) GetPhone() string {
+ if m != nil && m.Phone != nil {
+ return *m.Phone
+ }
+ return ""
+}
+
+var E_MsgpoolSoftLimit = &proto.ExtensionDesc{
+ ExtendedType: (*protobuf.MessageOptions)(nil),
+ ExtensionType: (*int32)(nil),
+ Field: 50000,
+ Name: "msgpool_soft_limit",
+ Tag: "varint,50000,opt,name=msgpool_soft_limit,def=32",
+ Filename: "steammessages_base.proto",
+}
+
+var E_MsgpoolHardLimit = &proto.ExtensionDesc{
+ ExtendedType: (*protobuf.MessageOptions)(nil),
+ ExtensionType: (*int32)(nil),
+ Field: 50001,
+ Name: "msgpool_hard_limit",
+ Tag: "varint,50001,opt,name=msgpool_hard_limit,def=384",
+ Filename: "steammessages_base.proto",
+}
+
+var E_ForcePhpGeneration = &proto.ExtensionDesc{
+ ExtendedType: (*protobuf.FileOptions)(nil),
+ ExtensionType: (*bool)(nil),
+ Field: 50000,
+ Name: "force_php_generation",
+ Tag: "varint,50000,opt,name=force_php_generation,def=0",
+ Filename: "steammessages_base.proto",
+}
+
+var E_PhpOutputAlwaysNumber = &proto.ExtensionDesc{
+ ExtendedType: (*protobuf.FieldOptions)(nil),
+ ExtensionType: (*bool)(nil),
+ Field: 50020,
+ Name: "php_output_always_number",
+ Tag: "varint,50020,opt,name=php_output_always_number,def=0",
+ Filename: "steammessages_base.proto",
+}
+
+func init() {
+ proto.RegisterEnum("EProtoClanEventType", EProtoClanEventType_name, EProtoClanEventType_value)
+ proto.RegisterEnum("PartnerEventNotificationType", PartnerEventNotificationType_name, PartnerEventNotificationType_value)
+ proto.RegisterType((*CMsgIPAddress)(nil), "CMsgIPAddress")
+ proto.RegisterType((*CMsgIPAddressBucket)(nil), "CMsgIPAddressBucket")
+ proto.RegisterType((*CMsgProtoBufHeader)(nil), "CMsgProtoBufHeader")
+ proto.RegisterType((*CMsgMulti)(nil), "CMsgMulti")
+ proto.RegisterType((*CMsgProtobufWrapped)(nil), "CMsgProtobufWrapped")
+ proto.RegisterType((*CMsgAuthTicket)(nil), "CMsgAuthTicket")
+ proto.RegisterType((*CCDDBAppDetailCommon)(nil), "CCDDBAppDetailCommon")
+ proto.RegisterType((*CMsgAppRights)(nil), "CMsgAppRights")
+ proto.RegisterType((*CCuratorPreferences)(nil), "CCuratorPreferences")
+ proto.RegisterType((*CLocalizationToken)(nil), "CLocalizationToken")
+ proto.RegisterType((*CClanEventUserNewsTuple)(nil), "CClanEventUserNewsTuple")
+ proto.RegisterType((*CClanMatchEventByRange)(nil), "CClanMatchEventByRange")
+ proto.RegisterType((*CCommunity_ClanAnnouncementInfo)(nil), "CCommunity_ClanAnnouncementInfo")
+ proto.RegisterType((*CClanEventData)(nil), "CClanEventData")
+ proto.RegisterType((*CBilling_Address)(nil), "CBilling_Address")
+ proto.RegisterExtension(E_MsgpoolSoftLimit)
+ proto.RegisterExtension(E_MsgpoolHardLimit)
+ proto.RegisterExtension(E_ForcePhpGeneration)
+ proto.RegisterExtension(E_PhpOutputAlwaysNumber)
+}
+
+func init() { proto.RegisterFile("steammessages_base.proto", fileDescriptor_8bf300d5da56aa5f) }
+
+var fileDescriptor_8bf300d5da56aa5f = []byte{
+ // 3258 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x59, 0xcd, 0x72, 0x1c, 0xb7,
+ 0x76, 0xbe, 0xc3, 0xdf, 0x19, 0x70, 0x66, 0x38, 0x04, 0xff, 0x5a, 0x94, 0x64, 0x8d, 0xc7, 0xbe,
+ 0x36, 0xe3, 0xa4, 0x68, 0x8b, 0xa2, 0x65, 0x5f, 0x55, 0x2a, 0x55, 0xe4, 0x88, 0x94, 0x95, 0x90,
+ 0x32, 0xab, 0x87, 0xb6, 0x53, 0x95, 0x05, 0x0a, 0xec, 0xc6, 0xcc, 0xc0, 0xea, 0x6e, 0xb4, 0x01,
+ 0x34, 0xa9, 0xd1, 0xea, 0x66, 0x93, 0x57, 0xc9, 0x26, 0xdb, 0x3c, 0x42, 0x36, 0xa9, 0x4a, 0xd5,
+ 0xcd, 0x3b, 0x24, 0xd9, 0x64, 0x93, 0x27, 0x48, 0xa5, 0xce, 0x01, 0xba, 0xd9, 0x23, 0xc9, 0xe5,
+ 0xac, 0x38, 0xf8, 0xbe, 0x03, 0xe0, 0xe0, 0xfc, 0x02, 0x4d, 0x12, 0x18, 0x2b, 0x78, 0x9a, 0x0a,
+ 0x63, 0xf8, 0x44, 0x18, 0x76, 0xcd, 0x8d, 0x38, 0xc8, 0xb5, 0xb2, 0x6a, 0xaf, 0x3f, 0x51, 0x6a,
+ 0x92, 0x88, 0x2f, 0x71, 0x74, 0x5d, 0x8c, 0xbf, 0x8c, 0x85, 0x89, 0xb4, 0xcc, 0xad, 0xd2, 0x4e,
+ 0x62, 0xf0, 0x07, 0xd2, 0x19, 0x5e, 0x98, 0xc9, 0xcb, 0xcb, 0xe3, 0x38, 0xd6, 0xc2, 0x18, 0xda,
+ 0x23, 0x0b, 0x37, 0x47, 0x41, 0xa3, 0xdf, 0xd8, 0x5f, 0xfd, 0xee, 0x77, 0xe1, 0xc2, 0xcd, 0x11,
+ 0x22, 0x4f, 0x83, 0x85, 0x7e, 0x63, 0xbf, 0x8d, 0xc8, 0xd3, 0x93, 0x25, 0xb2, 0x20, 0xf3, 0x41,
+ 0x4a, 0x36, 0xe7, 0xa6, 0x9e, 0x14, 0xd1, 0x6b, 0x61, 0xe9, 0x5f, 0x91, 0x4d, 0xa5, 0xe5, 0x44,
+ 0x66, 0x3c, 0x61, 0x32, 0x67, 0xdc, 0x91, 0xb8, 0xe2, 0xda, 0x61, 0xf7, 0x60, 0x6e, 0x4a, 0xb8,
+ 0x51, 0x8a, 0xbe, 0xcc, 0x4b, 0x05, 0x76, 0xc8, 0xca, 0x35, 0xae, 0x84, 0x5b, 0xae, 0x84, 0x7e,
+ 0x34, 0xf8, 0xcf, 0x55, 0x42, 0x61, 0xf2, 0x25, 0xe8, 0x7d, 0x52, 0x8c, 0xbf, 0x13, 0x3c, 0x16,
+ 0x9a, 0x06, 0x64, 0x15, 0x8f, 0x2f, 0x63, 0xdc, 0x62, 0x25, 0x2c, 0x87, 0xf4, 0xcf, 0x48, 0x2f,
+ 0x4a, 0xa4, 0xc8, 0x2c, 0x33, 0xc2, 0x18, 0xa9, 0x32, 0x19, 0xe3, 0x92, 0xcb, 0xe1, 0xba, 0xc3,
+ 0x47, 0x25, 0x4c, 0x3f, 0x21, 0x1d, 0xad, 0x0a, 0x2b, 0xb3, 0x09, 0xe3, 0x79, 0x2e, 0xe3, 0x60,
+ 0xb1, 0xdf, 0xd8, 0xef, 0x84, 0x6d, 0x0f, 0x1e, 0x03, 0x46, 0xbf, 0x21, 0xed, 0x9f, 0xd5, 0xb5,
+ 0x8c, 0x99, 0x51, 0x85, 0x8e, 0x44, 0x40, 0x60, 0xbb, 0x67, 0x5b, 0x8f, 0xbf, 0x3d, 0x3a, 0x7a,
+ 0xfa, 0xcd, 0xd1, 0xd1, 0x57, 0xdf, 0x3c, 0xf9, 0xe6, 0xab, 0x3f, 0x7c, 0xfd, 0xf5, 0xe3, 0xa7,
+ 0x8f, 0xbf, 0x0e, 0xd7, 0x50, 0x72, 0x84, 0x82, 0x77, 0x13, 0x2d, 0xd7, 0x13, 0x61, 0x83, 0xb5,
+ 0xdf, 0x9c, 0x78, 0x85, 0x82, 0xf4, 0x33, 0xb2, 0xee, 0xa6, 0xb0, 0x9f, 0xd5, 0x35, 0xcb, 0x78,
+ 0x2a, 0x82, 0x76, 0xbf, 0xb1, 0xdf, 0x0a, 0x3b, 0x0e, 0xfe, 0x6b, 0x75, 0xfd, 0x8a, 0xa7, 0x82,
+ 0xee, 0x92, 0x55, 0x23, 0x7e, 0x61, 0x59, 0x91, 0x06, 0x01, 0x1e, 0x70, 0xc5, 0x88, 0x5f, 0x5e,
+ 0x15, 0x29, 0xbd, 0x4f, 0x56, 0x85, 0x16, 0xa6, 0x48, 0x6c, 0xd0, 0x01, 0xe2, 0x59, 0xe3, 0x30,
+ 0x2c, 0x11, 0x38, 0xb4, 0xd0, 0x5a, 0x69, 0xe6, 0x23, 0x27, 0xe8, 0xe2, 0xda, 0x6d, 0x04, 0x2f,
+ 0x1c, 0x46, 0xff, 0x82, 0x50, 0x5e, 0xd8, 0x29, 0xe3, 0x51, 0xa4, 0x8a, 0xcc, 0xb2, 0x71, 0xc2,
+ 0x27, 0x26, 0xe8, 0xa1, 0x79, 0x7a, 0xc0, 0x1c, 0x3b, 0xe2, 0x0c, 0x70, 0xfa, 0x31, 0x69, 0x5b,
+ 0xf5, 0x5a, 0x64, 0xa5, 0x89, 0x76, 0x50, 0x6e, 0x0d, 0x31, 0x6f, 0x8c, 0x03, 0xb2, 0xc9, 0xe3,
+ 0x54, 0x66, 0xcc, 0xe4, 0x4a, 0x8d, 0xc1, 0xe2, 0x85, 0x11, 0x3a, 0xd8, 0xed, 0x37, 0xf6, 0x9b,
+ 0xe1, 0x06, 0x52, 0x23, 0xcf, 0xfc, 0x60, 0x84, 0xa6, 0x5f, 0x90, 0x75, 0xab, 0x79, 0x66, 0x72,
+ 0xa5, 0x2d, 0x43, 0xd5, 0x82, 0x0d, 0x77, 0x94, 0xc7, 0x61, 0xb7, 0x62, 0x4e, 0x81, 0xa0, 0x87,
+ 0xa4, 0xe5, 0xcf, 0x22, 0xe3, 0x80, 0xf6, 0x1b, 0xfb, 0x4b, 0xbf, 0x62, 0xe5, 0x3b, 0x31, 0x38,
+ 0x60, 0x5e, 0x5c, 0x27, 0xd2, 0x4c, 0x85, 0x66, 0x13, 0xad, 0x8a, 0x9c, 0xc9, 0x38, 0xd8, 0x74,
+ 0x07, 0xac, 0x98, 0x17, 0x40, 0xbc, 0x8c, 0xe9, 0x16, 0x59, 0x36, 0x33, 0x23, 0xe3, 0x60, 0x0b,
+ 0x05, 0xdc, 0x80, 0xde, 0x27, 0x2d, 0xab, 0x79, 0x24, 0x98, 0xe5, 0x93, 0x60, 0x1b, 0xf6, 0x0d,
+ 0x9b, 0x08, 0x5c, 0xf1, 0x09, 0x1d, 0x90, 0xce, 0xad, 0xb8, 0xe6, 0xb9, 0x64, 0xaf, 0xc5, 0x0c,
+ 0xd6, 0xbe, 0xe7, 0x8c, 0xe2, 0xc0, 0xbf, 0x11, 0xb3, 0x97, 0x31, 0xfd, 0x9a, 0xec, 0x4a, 0xc3,
+ 0xc6, 0x5a, 0xa5, 0x4c, 0xbc, 0xb1, 0x42, 0x43, 0xee, 0x78, 0x13, 0xee, 0xa1, 0x61, 0xb6, 0xa4,
+ 0x39, 0xd3, 0x2a, 0x3d, 0xf5, 0xa4, 0xb7, 0xe5, 0x3e, 0xe9, 0x8d, 0x95, 0xbe, 0xe5, 0x3a, 0x66,
+ 0x56, 0x31, 0xa7, 0xd8, 0xfd, 0xfe, 0xe2, 0x7e, 0x27, 0xec, 0x7a, 0xfc, 0x4a, 0x8d, 0x50, 0xc3,
+ 0x7b, 0xa4, 0x19, 0xa5, 0x5e, 0xe2, 0x01, 0xee, 0xbf, 0x1a, 0xa5, 0x15, 0x75, 0x3b, 0x61, 0xe8,
+ 0xa2, 0xe0, 0x23, 0x8c, 0x80, 0xd5, 0xdb, 0xc9, 0x15, 0x0c, 0xe9, 0x67, 0xa4, 0x93, 0xf0, 0x22,
+ 0x8b, 0xc0, 0x34, 0x76, 0x96, 0x8b, 0xe0, 0x11, 0x4c, 0x7d, 0xd6, 0xf8, 0x2a, 0x6c, 0x97, 0xf8,
+ 0xd5, 0x2c, 0x87, 0xf8, 0x5b, 0xd6, 0x82, 0x27, 0x69, 0xd0, 0x2f, 0x79, 0x37, 0x86, 0xd2, 0x21,
+ 0xf3, 0x60, 0x1d, 0x50, 0x28, 0x1d, 0x32, 0xa7, 0xdb, 0x64, 0x59, 0xe6, 0xec, 0xe6, 0x69, 0xf0,
+ 0xd0, 0xd7, 0x93, 0x25, 0x99, 0xff, 0xf8, 0xf4, 0xa4, 0x45, 0x56, 0x7d, 0xad, 0x18, 0x8c, 0x48,
+ 0x0b, 0xd2, 0xfc, 0xa2, 0x48, 0xac, 0x84, 0x18, 0x35, 0xf2, 0xad, 0x60, 0x45, 0xf6, 0x56, 0xe6,
+ 0xb9, 0x70, 0x39, 0xde, 0x09, 0xdb, 0x00, 0xfe, 0xe0, 0x31, 0x88, 0x3a, 0xef, 0x4f, 0x76, 0xad,
+ 0xe2, 0x99, 0x2b, 0x55, 0xe1, 0x9a, 0xc7, 0x4e, 0x54, 0x3c, 0x1b, 0x7c, 0xeb, 0x6a, 0xd5, 0xa5,
+ 0xaf, 0x83, 0x3f, 0x69, 0xfe, 0xc1, 0x99, 0x8d, 0xf7, 0x67, 0xfe, 0xa9, 0x41, 0xba, 0x30, 0xf5,
+ 0xb8, 0xb0, 0xd3, 0x2b, 0x89, 0x15, 0x6e, 0x87, 0xac, 0x08, 0x63, 0xb9, 0x15, 0x5e, 0x1b, 0x3f,
+ 0xaa, 0x67, 0xdb, 0x82, 0x33, 0x44, 0x2d, 0xdb, 0x6a, 0x75, 0x6a, 0x71, 0xbe, 0x4e, 0xed, 0x90,
+ 0x95, 0x09, 0x4f, 0x21, 0x64, 0x97, 0x5c, 0xc1, 0x73, 0x23, 0xda, 0x27, 0xed, 0x29, 0x43, 0x21,
+ 0x96, 0xcb, 0x5c, 0x04, 0xcb, 0xb8, 0x19, 0x99, 0x8e, 0x00, 0xba, 0x94, 0xb9, 0xa0, 0x0f, 0x09,
+ 0xb1, 0xa8, 0x12, 0x8b, 0x74, 0x14, 0xac, 0x20, 0xdf, 0x72, 0xc8, 0x50, 0x47, 0xb0, 0xb0, 0x1b,
+ 0x04, 0xab, 0x78, 0x2e, 0x3f, 0x1a, 0xfc, 0xcf, 0x02, 0xd9, 0x1a, 0x0e, 0x9f, 0x3f, 0x3f, 0x39,
+ 0xce, 0xf3, 0xe7, 0xc2, 0x72, 0x99, 0x0c, 0x55, 0x9a, 0xaa, 0x0c, 0xa2, 0xdb, 0x95, 0x3f, 0x77,
+ 0x2e, 0x37, 0xa0, 0x94, 0x2c, 0x61, 0xe9, 0x59, 0xc0, 0xe0, 0xc0, 0xdf, 0x80, 0xc9, 0x48, 0x65,
+ 0x78, 0x94, 0x56, 0x88, 0xbf, 0x01, 0x4b, 0xd4, 0x44, 0xe1, 0x29, 0x5a, 0x21, 0xfe, 0x06, 0x0d,
+ 0xe1, 0x2f, 0x33, 0x29, 0x4f, 0x12, 0x3c, 0x41, 0x2b, 0x6c, 0x01, 0x32, 0x02, 0x00, 0xa6, 0x58,
+ 0xa5, 0x12, 0x54, 0xbd, 0x19, 0xe2, 0x6f, 0xc0, 0x62, 0x91, 0x2a, 0xd4, 0xb9, 0x19, 0xe2, 0x6f,
+ 0x50, 0x2c, 0x15, 0xb1, 0xe4, 0x41, 0x13, 0x41, 0x37, 0xa0, 0x4f, 0xc9, 0x6e, 0xa4, 0xd2, 0xb4,
+ 0xc8, 0xa4, 0x9d, 0xb1, 0x1b, 0x69, 0xe4, 0x75, 0x22, 0x18, 0xb8, 0xc2, 0x04, 0x2d, 0x94, 0xdb,
+ 0xae, 0xe8, 0x1f, 0x1d, 0x3b, 0x02, 0x12, 0x82, 0x6a, 0xac, 0xa5, 0xc8, 0xe2, 0x64, 0xe6, 0x8a,
+ 0x2a, 0x71, 0x85, 0xaf, 0x04, 0xb1, 0xa6, 0xf6, 0xc9, 0x5a, 0xae, 0x55, 0xce, 0x27, 0xdc, 0x4a,
+ 0x95, 0x61, 0xcd, 0x6e, 0x85, 0x75, 0x88, 0x7e, 0x41, 0x36, 0xa6, 0xdc, 0x30, 0x1e, 0x17, 0x89,
+ 0x65, 0x91, 0xca, 0xac, 0xc8, 0x2c, 0xd6, 0xe7, 0x66, 0xb8, 0x3e, 0xe5, 0xe6, 0x18, 0xf0, 0xa1,
+ 0x83, 0x07, 0xff, 0xbb, 0xe4, 0xfa, 0xec, 0x71, 0x9e, 0x87, 0x72, 0x32, 0xb5, 0x06, 0x6a, 0x86,
+ 0x88, 0xa5, 0x65, 0x32, 0x1b, 0x2b, 0xb4, 0x77, 0x33, 0x6c, 0x02, 0xf0, 0x32, 0x1b, 0x2b, 0x08,
+ 0x16, 0x5f, 0x7a, 0xd0, 0xea, 0xcd, 0xb0, 0x1c, 0x42, 0x4b, 0xb8, 0x91, 0xe2, 0xd6, 0x55, 0x42,
+ 0x16, 0x73, 0xcb, 0xd1, 0x07, 0xcd, 0xb0, 0x03, 0x30, 0x96, 0xc1, 0xe7, 0xdc, 0x72, 0xba, 0x47,
+ 0x9a, 0xb1, 0xba, 0xcd, 0x12, 0xc5, 0x5d, 0x58, 0x35, 0xc3, 0x6a, 0x0c, 0xe7, 0x2f, 0x72, 0xf8,
+ 0xc5, 0xa2, 0xf8, 0xb5, 0x98, 0x19, 0xf4, 0x4b, 0x33, 0x6c, 0x3b, 0x70, 0x88, 0x18, 0xfd, 0x9c,
+ 0xac, 0x4f, 0x44, 0x26, 0x34, 0xb7, 0xa2, 0x14, 0x73, 0x5e, 0xea, 0x96, 0xf0, 0x9d, 0x20, 0x6a,
+ 0x34, 0x96, 0x19, 0xcf, 0x22, 0xc9, 0x13, 0xe3, 0x5d, 0xd7, 0x05, 0xf8, 0xac, 0x42, 0x21, 0x16,
+ 0x52, 0x9e, 0x41, 0xae, 0x45, 0x62, 0xe2, 0x3d, 0xd9, 0x72, 0xc8, 0x50, 0x4c, 0xe8, 0xef, 0x49,
+ 0xd7, 0xd3, 0x46, 0x4e, 0x32, 0x99, 0x4d, 0xbc, 0x13, 0x3b, 0x0e, 0x1d, 0x39, 0x10, 0x94, 0x2f,
+ 0x57, 0x71, 0x5a, 0x11, 0xa7, 0xbc, 0x5f, 0xc8, 0xe9, 0xf4, 0x7b, 0xd2, 0x45, 0xe3, 0xa6, 0x5c,
+ 0xbf, 0x16, 0xd0, 0xc1, 0xd1, 0x7f, 0xcd, 0xb0, 0x03, 0xe8, 0x45, 0x09, 0x82, 0xea, 0x22, 0x52,
+ 0x99, 0x4a, 0x67, 0xcc, 0x14, 0x39, 0xf4, 0x11, 0xef, 0xbf, 0xae, 0x87, 0x47, 0x0e, 0xa5, 0x7f,
+ 0x49, 0xf6, 0xde, 0x11, 0x84, 0xbf, 0x42, 0xdf, 0x48, 0xa3, 0x34, 0xb6, 0xd6, 0x66, 0x18, 0xcc,
+ 0xcf, 0x19, 0x55, 0x7c, 0xed, 0x64, 0xb9, 0x96, 0x11, 0x68, 0xd3, 0xad, 0x9f, 0xec, 0xd2, 0x81,
+ 0x20, 0x76, 0xad, 0x15, 0x8f, 0x23, 0x6e, 0x2c, 0x4b, 0xe4, 0x8d, 0xc0, 0xc2, 0xd9, 0x0c, 0x3b,
+ 0x15, 0x7a, 0x2e, 0x6f, 0x04, 0x3d, 0x22, 0x3b, 0x68, 0xef, 0xea, 0x6c, 0xcc, 0x6a, 0x3e, 0x1e,
+ 0xcb, 0x08, 0xbb, 0x72, 0x33, 0xdc, 0x02, 0xb6, 0x3a, 0xe3, 0x95, 0xe3, 0x06, 0xff, 0xb6, 0x44,
+ 0x36, 0x87, 0xc3, 0x42, 0x73, 0xab, 0xf4, 0xa5, 0x16, 0x63, 0xa1, 0x45, 0x16, 0x09, 0x43, 0xbf,
+ 0x24, 0x9b, 0xfe, 0x44, 0x22, 0x66, 0x09, 0xcf, 0x26, 0x05, 0xdc, 0x21, 0x7d, 0x01, 0xa0, 0x15,
+ 0x75, 0x5e, 0x32, 0x70, 0xab, 0xca, 0x13, 0x6e, 0xc7, 0x4a, 0xa7, 0xec, 0x56, 0x66, 0xb1, 0xba,
+ 0x35, 0x3e, 0x46, 0xd7, 0x4b, 0xfc, 0x27, 0x07, 0x43, 0x75, 0xad, 0x44, 0x53, 0x1e, 0xf9, 0x40,
+ 0x5d, 0x2b, 0xb1, 0x0b, 0x1e, 0xc1, 0x99, 0x2b, 0x91, 0x44, 0x66, 0xc5, 0x1b, 0x1f, 0xac, 0x9d,
+ 0x12, 0x3d, 0x07, 0x10, 0x42, 0xe7, 0x46, 0x57, 0x39, 0xe6, 0xc2, 0xb5, 0x75, 0xa3, 0x7d, 0x76,
+ 0x81, 0x49, 0xe6, 0xb2, 0x90, 0xdd, 0x48, 0x95, 0xc0, 0xf9, 0x7c, 0xc8, 0x6e, 0xf1, 0x5a, 0x2e,
+ 0xfe, 0xe8, 0x39, 0xc8, 0xdf, 0xf9, 0x59, 0x46, 0xbc, 0xf1, 0xa1, 0xbb, 0x5e, 0x9f, 0x30, 0x12,
+ 0x6f, 0xe8, 0x9f, 0x93, 0x0d, 0x2b, 0x53, 0xa8, 0xf3, 0x69, 0xce, 0x8a, 0x3c, 0xe6, 0x56, 0xc4,
+ 0x18, 0xc2, 0x9d, 0xb0, 0x57, 0x11, 0x3f, 0x38, 0x1c, 0x0e, 0x65, 0xf9, 0x44, 0xc6, 0x86, 0x45,
+ 0x60, 0x70, 0x11, 0x07, 0x2d, 0x6c, 0xca, 0x1d, 0x87, 0x0e, 0x1d, 0x08, 0xd1, 0xe7, 0xc5, 0xc6,
+ 0x32, 0xb1, 0x42, 0x8b, 0x38, 0x20, 0xae, 0x79, 0x3b, 0xf8, 0xcc, 0xa3, 0x10, 0xf2, 0xb7, 0xe2,
+ 0xda, 0x48, 0x2b, 0x98, 0x95, 0x36, 0x11, 0xbe, 0x18, 0xb5, 0x3d, 0x78, 0x05, 0x18, 0x7d, 0x44,
+ 0xd6, 0x4a, 0xa1, 0x42, 0x27, 0xfe, 0x9e, 0x48, 0x3c, 0xf4, 0x83, 0x4e, 0x40, 0xab, 0x58, 0x9a,
+ 0xa8, 0xc0, 0x3b, 0x2f, 0xca, 0x74, 0xdc, 0x5d, 0xf2, 0x0e, 0xf5, 0x62, 0x66, 0xaa, 0x6e, 0x59,
+ 0x15, 0x74, 0x65, 0xb0, 0x02, 0x7a, 0x52, 0x82, 0x83, 0xbf, 0x23, 0x74, 0x78, 0xae, 0x22, 0x9e,
+ 0xc8, 0xb7, 0x58, 0x0d, 0xdd, 0x85, 0x61, 0x8f, 0x34, 0xcb, 0x18, 0xf2, 0x21, 0x54, 0x8d, 0x21,
+ 0x70, 0x12, 0x37, 0x41, 0xc4, 0xcc, 0x58, 0x0d, 0x79, 0xe0, 0x5a, 0xca, 0x7a, 0x85, 0x8f, 0x10,
+ 0x1e, 0xfc, 0xd7, 0x02, 0xd9, 0x1d, 0x0e, 0x13, 0x9e, 0x9d, 0xde, 0x88, 0xcc, 0xc2, 0x35, 0xf0,
+ 0x95, 0xb8, 0x35, 0x57, 0x45, 0x9e, 0x08, 0x68, 0x6a, 0x51, 0xc2, 0xb3, 0xaa, 0x49, 0xf9, 0x11,
+ 0xd6, 0x53, 0x90, 0x66, 0x13, 0x7f, 0xcd, 0x5f, 0x09, 0x9b, 0x08, 0xbc, 0x70, 0x4f, 0x01, 0x9e,
+ 0x65, 0xaa, 0xc8, 0x22, 0x91, 0x96, 0x32, 0xae, 0x0b, 0xaf, 0xd7, 0x71, 0x10, 0x7d, 0x44, 0xd6,
+ 0x34, 0x78, 0x14, 0x1a, 0x89, 0xb6, 0x18, 0x8e, 0x9d, 0x90, 0x20, 0x34, 0x02, 0x04, 0x36, 0x72,
+ 0x02, 0x22, 0x8b, 0x7d, 0x4f, 0x6e, 0x22, 0x70, 0x9a, 0xa1, 0xeb, 0x73, 0x2d, 0x95, 0x86, 0x8e,
+ 0x64, 0x22, 0xa5, 0x85, 0xef, 0xca, 0x9d, 0x12, 0x1d, 0x01, 0x88, 0x7d, 0x0f, 0xee, 0x53, 0xab,
+ 0x48, 0xe2, 0x6f, 0xb8, 0xcc, 0x45, 0x09, 0x84, 0x97, 0xe6, 0x19, 0x14, 0xc1, 0x44, 0x59, 0x1f,
+ 0x61, 0x5d, 0xc4, 0x43, 0x80, 0x47, 0x89, 0xb2, 0x77, 0x6d, 0xba, 0x55, 0x6f, 0xd3, 0x87, 0x64,
+ 0x1b, 0xd5, 0x78, 0x72, 0xc8, 0x12, 0xa8, 0x20, 0xa9, 0x8a, 0xe5, 0x58, 0x62, 0x50, 0x81, 0xd4,
+ 0xa6, 0x27, 0xcf, 0xb9, 0xb1, 0x17, 0x9e, 0x1a, 0xfc, 0x53, 0x83, 0xec, 0xa0, 0xa1, 0x2f, 0xb8,
+ 0x8d, 0xa6, 0x68, 0xed, 0x93, 0x19, 0x6e, 0x04, 0xc9, 0xeb, 0x8e, 0x79, 0x2d, 0xc6, 0x70, 0x0e,
+ 0x67, 0x6d, 0x67, 0x9b, 0x13, 0x84, 0xee, 0x4c, 0xc5, 0xc7, 0x56, 0x68, 0x77, 0xe7, 0xf1, 0xa6,
+ 0x3a, 0x06, 0x84, 0x3e, 0x20, 0xad, 0x5f, 0x0a, 0x9e, 0x38, 0x35, 0xdc, 0x93, 0xea, 0x0e, 0xa0,
+ 0x5f, 0x91, 0x15, 0x74, 0x90, 0x09, 0x96, 0xfa, 0x8b, 0xfb, 0x6b, 0x87, 0xc1, 0xc1, 0xaf, 0xf8,
+ 0x3c, 0xf4, 0x72, 0x83, 0x7f, 0x5d, 0x24, 0x8f, 0x86, 0xc3, 0xaa, 0xe5, 0x83, 0xf4, 0x71, 0xcd,
+ 0x7d, 0xd8, 0x3a, 0x7b, 0x64, 0x71, 0xe2, 0x83, 0x63, 0x29, 0x84, 0x9f, 0xb5, 0x88, 0x59, 0x40,
+ 0xb0, 0x8c, 0x98, 0x3d, 0xd2, 0xcc, 0x95, 0xb1, 0x42, 0xfb, 0x60, 0x58, 0x0a, 0xab, 0x31, 0x70,
+ 0x53, 0xc1, 0xe3, 0x44, 0x66, 0xc2, 0xdf, 0x67, 0xaa, 0x71, 0x39, 0x0f, 0x8e, 0x59, 0xfa, 0xbf,
+ 0x1c, 0xd3, 0x8f, 0x08, 0x71, 0xd5, 0x01, 0x59, 0xe7, 0xfb, 0x1a, 0x02, 0x8e, 0xc7, 0x8b, 0xe6,
+ 0xaa, 0xbb, 0x23, 0xc1, 0x6f, 0x3a, 0x20, 0x6d, 0xb8, 0xa7, 0x88, 0xcc, 0xe2, 0x4b, 0x0a, 0x9d,
+ 0xbe, 0x1c, 0xce, 0x61, 0x18, 0x30, 0xf0, 0xf0, 0x82, 0x42, 0xd2, 0x0a, 0xf1, 0xf7, 0x5c, 0xb2,
+ 0x11, 0x9c, 0x73, 0x97, 0x6c, 0x3b, 0x64, 0x65, 0x2a, 0xe3, 0x58, 0x64, 0xbe, 0xf1, 0xf9, 0x11,
+ 0xfd, 0x94, 0xc0, 0xcb, 0xa0, 0x48, 0x99, 0x55, 0xb9, 0x8c, 0xe0, 0x35, 0xd2, 0xc6, 0x34, 0x68,
+ 0x23, 0x7a, 0x05, 0xe0, 0xcb, 0x77, 0x72, 0xa9, 0xf3, 0x4e, 0x2e, 0xf5, 0xc9, 0xda, 0x8d, 0xb2,
+ 0xa2, 0xc8, 0x9d, 0xb6, 0x5d, 0xdc, 0xb9, 0x0e, 0xd1, 0x4f, 0x49, 0x07, 0x86, 0x70, 0xdf, 0x70,
+ 0x32, 0xeb, 0x28, 0x33, 0x0f, 0x0e, 0xfe, 0xa5, 0x49, 0xba, 0x77, 0x0e, 0xc7, 0x4b, 0x4b, 0xcd,
+ 0x77, 0x2b, 0xce, 0x77, 0x1f, 0x93, 0x36, 0x78, 0x8b, 0x95, 0x57, 0x67, 0x97, 0xd8, 0x6b, 0x80,
+ 0x8d, 0xfc, 0xf5, 0xf9, 0x21, 0x21, 0x4e, 0x59, 0xbc, 0xca, 0xb9, 0x0b, 0xa9, 0x53, 0x1f, 0xef,
+ 0x71, 0x67, 0x25, 0x8d, 0x09, 0x07, 0xbe, 0xec, 0x1e, 0x6e, 0x1d, 0x9c, 0xe2, 0x4b, 0xa0, 0xda,
+ 0x1d, 0x5e, 0x31, 0xcf, 0x36, 0x5e, 0xb3, 0x53, 0x40, 0xbe, 0xb7, 0x53, 0xa1, 0x11, 0xf6, 0xeb,
+ 0xe0, 0x1b, 0xa7, 0x4a, 0xba, 0xe5, 0x7a, 0xd2, 0x41, 0xb5, 0x14, 0xfa, 0x46, 0xe8, 0xea, 0x3b,
+ 0xc7, 0x8a, 0x2b, 0xaa, 0x0e, 0x2d, 0xbf, 0x69, 0x7c, 0x4e, 0xd6, 0xbd, 0x58, 0xce, 0x8d, 0xb9,
+ 0x55, 0x3a, 0xf6, 0x11, 0xe0, 0x67, 0x5f, 0x7a, 0x14, 0x5e, 0xa3, 0x65, 0x12, 0x63, 0xfd, 0x61,
+ 0x18, 0x47, 0xbe, 0xd1, 0x78, 0x06, 0xcb, 0xd0, 0x15, 0x44, 0xd3, 0x3e, 0x29, 0x31, 0x28, 0x46,
+ 0x4e, 0xd6, 0xd5, 0x84, 0xae, 0xc7, 0x4f, 0xb3, 0x18, 0x25, 0x3f, 0x21, 0x1d, 0x1f, 0x4f, 0xcc,
+ 0xb9, 0x84, 0xcc, 0x05, 0xd9, 0x10, 0xfd, 0xf6, 0x39, 0x59, 0x8f, 0xb4, 0x80, 0x1b, 0x42, 0x65,
+ 0x6f, 0xfc, 0x54, 0x11, 0x76, 0x3d, 0x5c, 0x9a, 0xfc, 0x80, 0x6c, 0x62, 0x89, 0x71, 0x81, 0x5d,
+ 0x09, 0xbb, 0x50, 0xda, 0x00, 0xca, 0xb5, 0xc2, 0x52, 0xfe, 0x11, 0x59, 0xf3, 0x2e, 0x52, 0x56,
+ 0x18, 0xdf, 0x77, 0x9c, 0x5b, 0x5e, 0x01, 0x02, 0xa1, 0xfc, 0xb3, 0x51, 0x19, 0x5e, 0x67, 0xdd,
+ 0x57, 0x88, 0x6a, 0x4c, 0x2f, 0xc8, 0xc6, 0x5c, 0xed, 0xc6, 0xfc, 0x59, 0xc7, 0xaf, 0x49, 0xfd,
+ 0x83, 0xdf, 0xa8, 0x06, 0xe1, 0x5c, 0xd9, 0x87, 0xf7, 0x1c, 0xd4, 0xa4, 0xf2, 0x55, 0x1f, 0xfb,
+ 0x1b, 0xd3, 0x1d, 0x50, 0xcb, 0x9b, 0x8d, 0xb9, 0xbc, 0xf9, 0x96, 0x04, 0xa5, 0xa5, 0xf1, 0xa1,
+ 0x21, 0x13, 0xac, 0xf0, 0xd8, 0x22, 0x28, 0x5a, 0x7c, 0xc7, 0xf3, 0x3f, 0x56, 0xb4, 0x6b, 0x17,
+ 0x47, 0x64, 0xe7, 0x03, 0x33, 0xa1, 0x77, 0xb8, 0x6f, 0x0c, 0x5b, 0xef, 0xcd, 0x83, 0x3e, 0xf2,
+ 0x84, 0x6c, 0x57, 0x0d, 0x18, 0x82, 0xcb, 0x7d, 0x64, 0xa9, 0xbe, 0x3b, 0x6c, 0xd5, 0xc8, 0xe3,
+ 0x92, 0x83, 0x60, 0x1c, 0xab, 0x24, 0x51, 0xb7, 0x42, 0x7b, 0x2f, 0x6f, 0xbb, 0xe6, 0x53, 0xa2,
+ 0xce, 0xcd, 0x1f, 0x93, 0xb6, 0x9c, 0x64, 0x4a, 0x0b, 0x2f, 0xe4, 0x3f, 0xd2, 0x38, 0x6c, 0xe8,
+ 0x33, 0xf8, 0xdd, 0x32, 0xb1, 0xfb, 0x81, 0x32, 0xf1, 0xab, 0x1d, 0x27, 0xf8, 0xd5, 0x8e, 0x43,
+ 0x07, 0xa4, 0x93, 0x89, 0x5b, 0xc3, 0xa0, 0x62, 0x62, 0x79, 0xb9, 0xe7, 0x32, 0x1a, 0xc0, 0x4b,
+ 0x65, 0xb0, 0xc2, 0x94, 0x49, 0x00, 0x0b, 0x32, 0x2d, 0xe0, 0x3e, 0x2b, 0x62, 0xfc, 0x10, 0x52,
+ 0x26, 0xc1, 0x85, 0x8a, 0x43, 0x8f, 0x0f, 0xfe, 0x71, 0x81, 0xf4, 0x86, 0x27, 0x32, 0x49, 0xe0,
+ 0x2a, 0x5c, 0x26, 0xdc, 0x43, 0x42, 0xc6, 0x52, 0x1b, 0x5f, 0x14, 0x1a, 0xae, 0x28, 0x20, 0x82,
+ 0x45, 0xe1, 0x3e, 0x69, 0xa1, 0xc6, 0xb5, 0x77, 0x6d, 0x13, 0x00, 0x24, 0xf7, 0x48, 0xd3, 0x27,
+ 0xf3, 0x63, 0x5f, 0x4e, 0xaa, 0x71, 0x8d, 0x3b, 0x2c, 0xfb, 0x42, 0x39, 0x86, 0x1a, 0x1d, 0x49,
+ 0x3b, 0xf3, 0xaf, 0x5c, 0xfc, 0x4d, 0xef, 0x91, 0x66, 0x61, 0x98, 0xfb, 0x58, 0xe0, 0x2a, 0xc3,
+ 0x6a, 0x61, 0x46, 0xf8, 0xb5, 0x00, 0x4a, 0x1b, 0x18, 0x5b, 0xcf, 0x58, 0xa4, 0x62, 0xe1, 0x0b,
+ 0xc2, 0x9a, 0xc7, 0x86, 0x2a, 0xae, 0x3a, 0x0d, 0xd2, 0x4d, 0xb7, 0x5b, 0x39, 0x86, 0x23, 0xbc,
+ 0x95, 0x39, 0xcb, 0x93, 0xc2, 0x1c, 0x61, 0xd2, 0x2f, 0x87, 0xcd, 0xb7, 0x32, 0xbf, 0x84, 0x31,
+ 0x14, 0xab, 0x7c, 0xaa, 0xb2, 0xf2, 0x65, 0xeb, 0x06, 0x5f, 0xfc, 0xf7, 0x2a, 0xd9, 0xfc, 0x40,
+ 0xe1, 0xa3, 0xdb, 0xe4, 0xfd, 0xd2, 0xd7, 0x6b, 0xd0, 0x2d, 0xd2, 0xf3, 0xf0, 0x0b, 0x9e, 0x0a,
+ 0x87, 0x2e, 0xd4, 0x84, 0x2f, 0xb9, 0xb6, 0x33, 0x07, 0x2f, 0xd2, 0x5d, 0xb2, 0xe9, 0xe1, 0x0b,
+ 0x81, 0x0f, 0x0f, 0x47, 0x2c, 0xd1, 0x07, 0x24, 0xf0, 0xc4, 0x28, 0x17, 0xf0, 0x10, 0x1c, 0xf2,
+ 0xc2, 0xf8, 0xd5, 0x96, 0x6b, 0xec, 0x45, 0x61, 0x64, 0x74, 0x9c, 0xc5, 0xc7, 0xda, 0x1a, 0xc7,
+ 0xae, 0xd0, 0x1d, 0x42, 0xab, 0xb9, 0xaa, 0xc2, 0x57, 0x6b, 0x9a, 0x5d, 0x69, 0x99, 0x3b, 0xb4,
+ 0x59, 0x43, 0x87, 0x53, 0x6e, 0x1d, 0xda, 0xa2, 0xf7, 0xc9, 0x6e, 0xed, 0x14, 0xa1, 0x48, 0x04,
+ 0x2f, 0xb7, 0x27, 0xf4, 0x1e, 0xd9, 0xf6, 0x64, 0x75, 0xb3, 0x75, 0xd4, 0x5a, 0x6d, 0x1e, 0x7e,
+ 0xaa, 0x70, 0x05, 0xcd, 0x91, 0x6d, 0xfa, 0x19, 0x19, 0x94, 0x46, 0xd0, 0xa2, 0x2c, 0x3a, 0x17,
+ 0xfc, 0x67, 0xa5, 0xeb, 0x72, 0x9d, 0xda, 0x22, 0xef, 0x91, 0x5d, 0xba, 0x47, 0x76, 0x3c, 0xf9,
+ 0xfc, 0x7c, 0x38, 0xa7, 0xd8, 0x3a, 0x7d, 0x48, 0xee, 0x79, 0xee, 0xac, 0xb0, 0x85, 0x9e, 0xd7,
+ 0xbb, 0x57, 0xdb, 0xff, 0x14, 0x2d, 0x73, 0xa5, 0x0a, 0x0d, 0xb1, 0x9c, 0xd9, 0x91, 0xd5, 0x82,
+ 0xa7, 0x4e, 0x6e, 0xa3, 0x76, 0xbe, 0xe7, 0xe2, 0xa6, 0x4e, 0xd1, 0x9a, 0xe5, 0xcf, 0x78, 0xaa,
+ 0x20, 0x28, 0xef, 0xd8, 0xcd, 0xda, 0x44, 0xb0, 0xda, 0x88, 0x27, 0xc2, 0x1b, 0x7f, 0xab, 0xa6,
+ 0x1a, 0x50, 0x2f, 0xad, 0x48, 0x6b, 0xf4, 0x76, 0x8d, 0x7e, 0x89, 0x02, 0x27, 0x2a, 0x2b, 0xcc,
+ 0xdf, 0x5e, 0x3a, 0x7a, 0xa7, 0x76, 0x68, 0x47, 0x9f, 0x2b, 0xe5, 0x4d, 0xbe, 0x5b, 0xb3, 0x96,
+ 0xe3, 0x2e, 0x85, 0x7e, 0xed, 0xd7, 0x0d, 0xe8, 0x23, 0x72, 0x7f, 0x8e, 0x1c, 0x4e, 0x79, 0x92,
+ 0x88, 0x6c, 0xe2, 0x6d, 0x72, 0xef, 0xbd, 0x8d, 0xf1, 0xf5, 0x56, 0xfa, 0x73, 0x8f, 0x6e, 0x92,
+ 0xf5, 0x92, 0x0e, 0xcf, 0x1d, 0x78, 0xbf, 0x16, 0x32, 0x70, 0xd9, 0x74, 0xe8, 0x83, 0x9a, 0x1e,
+ 0x27, 0xc2, 0xf2, 0x39, 0xd3, 0x3f, 0xa4, 0x9f, 0x92, 0xfe, 0xfb, 0xdb, 0x64, 0x76, 0x4e, 0xea,
+ 0xa3, 0xda, 0xc2, 0x67, 0x5a, 0x88, 0x2b, 0x2d, 0x79, 0xd2, 0x7b, 0x44, 0x03, 0xb2, 0x55, 0xc6,
+ 0x94, 0xe0, 0x46, 0x65, 0x7e, 0x52, 0xaf, 0x5f, 0x4b, 0x1f, 0xc7, 0xb8, 0x48, 0xe9, 0x7d, 0x5c,
+ 0x73, 0xc4, 0x50, 0x2b, 0x63, 0x20, 0xfd, 0xdd, 0x1e, 0x83, 0xf7, 0x0e, 0x8c, 0xf8, 0x0b, 0xfc,
+ 0x38, 0x93, 0xf4, 0x3e, 0xf9, 0xe2, 0xef, 0x1b, 0xe4, 0x01, 0xa4, 0x68, 0xe6, 0x33, 0xfa, 0x95,
+ 0xb2, 0x72, 0x2c, 0x23, 0xf7, 0x5a, 0x83, 0xb4, 0xdf, 0x20, 0x9d, 0xd7, 0xec, 0x14, 0x39, 0x6c,
+ 0x55, 0xbd, 0xdf, 0x79, 0xef, 0xb8, 0x77, 0x40, 0x99, 0x10, 0x8e, 0x6b, 0xf8, 0x64, 0x44, 0x0e,
+ 0x5f, 0x0b, 0x0e, 0x5f, 0xa8, 0xcf, 0xf1, 0xdb, 0x5d, 0xf0, 0x37, 0xb0, 0x41, 0x6f, 0xf1, 0xd9,
+ 0x88, 0xd0, 0xd4, 0x4c, 0x72, 0xa5, 0x12, 0x66, 0xd4, 0xd8, 0xb2, 0x44, 0xa6, 0xd2, 0xd2, 0x47,
+ 0x07, 0xee, 0xdf, 0x52, 0x07, 0xe5, 0xbf, 0xa5, 0x0e, 0xfc, 0x7f, 0x1b, 0xbe, 0xcf, 0x41, 0x39,
+ 0x13, 0xfc, 0xe9, 0x1f, 0x16, 0xf1, 0x13, 0xff, 0xc2, 0x93, 0xc3, 0xb0, 0xe7, 0x17, 0x18, 0xa9,
+ 0xb1, 0x3d, 0x87, 0xe9, 0xcf, 0xae, 0xee, 0x16, 0x9d, 0x72, 0x1d, 0xff, 0x7f, 0x17, 0xfd, 0x77,
+ 0xbf, 0xe8, 0xe2, 0x93, 0x6f, 0x8f, 0xaa, 0x55, 0xbf, 0xe3, 0x3a, 0x76, 0xab, 0xfe, 0x44, 0xb6,
+ 0xc6, 0x4a, 0x47, 0x82, 0xe5, 0xd3, 0x9c, 0xf9, 0x4f, 0x5c, 0x52, 0x65, 0xf4, 0xc1, 0x7b, 0xeb,
+ 0x9e, 0xc9, 0xe4, 0x1d, 0x4d, 0x9b, 0xcf, 0x96, 0xc7, 0x3c, 0x31, 0x22, 0xa4, 0xb8, 0xc4, 0xe5,
+ 0x34, 0x7f, 0x51, 0x2d, 0xf0, 0x8c, 0x91, 0x00, 0x96, 0x54, 0x85, 0xcd, 0x0b, 0xcb, 0x78, 0x72,
+ 0xcb, 0x67, 0x86, 0x65, 0x45, 0x7a, 0x2d, 0x34, 0x7d, 0xf8, 0x81, 0xc5, 0x45, 0x12, 0x97, 0xab,
+ 0xff, 0xc7, 0xfc, 0xea, 0xdb, 0xf9, 0x34, 0xff, 0x1e, 0x97, 0x39, 0xc6, 0x55, 0x5e, 0xe1, 0x22,
+ 0x27, 0xad, 0x3f, 0xfe, 0x73, 0xd0, 0xf8, 0xae, 0xf1, 0xc7, 0x46, 0xe3, 0xff, 0x02, 0x00, 0x00,
+ 0xff, 0xff, 0x08, 0x0c, 0x80, 0xfd, 0x0a, 0x1c, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server.pb.go
new file mode 100644
index 0000000..63d48af
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server.pb.go
@@ -0,0 +1,11863 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_clientserver.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type EMMSLobbyStatus int32
+
+const (
+ EMMSLobbyStatus_k_EMMSLobbyStatusInvalid EMMSLobbyStatus = 0
+ EMMSLobbyStatus_k_EMMSLobbyStatusExists EMMSLobbyStatus = 1
+ EMMSLobbyStatus_k_EMMSLobbyStatusDoesNotExist EMMSLobbyStatus = 2
+ EMMSLobbyStatus_k_EMMSLobbyStatusNotAMember EMMSLobbyStatus = 3
+)
+
+var EMMSLobbyStatus_name = map[int32]string{
+ 0: "k_EMMSLobbyStatusInvalid",
+ 1: "k_EMMSLobbyStatusExists",
+ 2: "k_EMMSLobbyStatusDoesNotExist",
+ 3: "k_EMMSLobbyStatusNotAMember",
+}
+
+var EMMSLobbyStatus_value = map[string]int32{
+ "k_EMMSLobbyStatusInvalid": 0,
+ "k_EMMSLobbyStatusExists": 1,
+ "k_EMMSLobbyStatusDoesNotExist": 2,
+ "k_EMMSLobbyStatusNotAMember": 3,
+}
+
+func (x EMMSLobbyStatus) Enum() *EMMSLobbyStatus {
+ p := new(EMMSLobbyStatus)
+ *p = x
+ return p
+}
+
+func (x EMMSLobbyStatus) String() string {
+ return proto.EnumName(EMMSLobbyStatus_name, int32(x))
+}
+
+func (x *EMMSLobbyStatus) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EMMSLobbyStatus_value, data, "EMMSLobbyStatus")
+ if err != nil {
+ return err
+ }
+ *x = EMMSLobbyStatus(value)
+ return nil
+}
+
+func (EMMSLobbyStatus) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{0}
+}
+
+type CMsgClientUDSP2PSessionStarted struct {
+ SteamidRemote *uint64 `protobuf:"fixed64,1,opt,name=steamid_remote,json=steamidRemote" json:"steamid_remote,omitempty"`
+ Appid *int32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUDSP2PSessionStarted) Reset() { *m = CMsgClientUDSP2PSessionStarted{} }
+func (m *CMsgClientUDSP2PSessionStarted) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUDSP2PSessionStarted) ProtoMessage() {}
+func (*CMsgClientUDSP2PSessionStarted) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{0}
+}
+
+func (m *CMsgClientUDSP2PSessionStarted) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUDSP2PSessionStarted.Unmarshal(m, b)
+}
+func (m *CMsgClientUDSP2PSessionStarted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUDSP2PSessionStarted.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUDSP2PSessionStarted) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUDSP2PSessionStarted.Merge(m, src)
+}
+func (m *CMsgClientUDSP2PSessionStarted) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUDSP2PSessionStarted.Size(m)
+}
+func (m *CMsgClientUDSP2PSessionStarted) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUDSP2PSessionStarted.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUDSP2PSessionStarted proto.InternalMessageInfo
+
+func (m *CMsgClientUDSP2PSessionStarted) GetSteamidRemote() uint64 {
+ if m != nil && m.SteamidRemote != nil {
+ return *m.SteamidRemote
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionStarted) GetAppid() int32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgClientUDSP2PSessionEnded struct {
+ SteamidRemote *uint64 `protobuf:"fixed64,1,opt,name=steamid_remote,json=steamidRemote" json:"steamid_remote,omitempty"`
+ Appid *int32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
+ SessionLengthSec *int32 `protobuf:"varint,3,opt,name=session_length_sec,json=sessionLengthSec" json:"session_length_sec,omitempty"`
+ SessionError *int32 `protobuf:"varint,4,opt,name=session_error,json=sessionError" json:"session_error,omitempty"`
+ Nattype *int32 `protobuf:"varint,5,opt,name=nattype" json:"nattype,omitempty"`
+ BytesRecv *int32 `protobuf:"varint,6,opt,name=bytes_recv,json=bytesRecv" json:"bytes_recv,omitempty"`
+ BytesSent *int32 `protobuf:"varint,7,opt,name=bytes_sent,json=bytesSent" json:"bytes_sent,omitempty"`
+ BytesSentRelay *int32 `protobuf:"varint,8,opt,name=bytes_sent_relay,json=bytesSentRelay" json:"bytes_sent_relay,omitempty"`
+ BytesRecvRelay *int32 `protobuf:"varint,9,opt,name=bytes_recv_relay,json=bytesRecvRelay" json:"bytes_recv_relay,omitempty"`
+ TimeToConnectMs *int32 `protobuf:"varint,10,opt,name=time_to_connect_ms,json=timeToConnectMs" json:"time_to_connect_ms,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) Reset() { *m = CMsgClientUDSP2PSessionEnded{} }
+func (m *CMsgClientUDSP2PSessionEnded) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUDSP2PSessionEnded) ProtoMessage() {}
+func (*CMsgClientUDSP2PSessionEnded) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{1}
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUDSP2PSessionEnded.Unmarshal(m, b)
+}
+func (m *CMsgClientUDSP2PSessionEnded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUDSP2PSessionEnded.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUDSP2PSessionEnded) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUDSP2PSessionEnded.Merge(m, src)
+}
+func (m *CMsgClientUDSP2PSessionEnded) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUDSP2PSessionEnded.Size(m)
+}
+func (m *CMsgClientUDSP2PSessionEnded) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUDSP2PSessionEnded.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUDSP2PSessionEnded proto.InternalMessageInfo
+
+func (m *CMsgClientUDSP2PSessionEnded) GetSteamidRemote() uint64 {
+ if m != nil && m.SteamidRemote != nil {
+ return *m.SteamidRemote
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetAppid() int32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetSessionLengthSec() int32 {
+ if m != nil && m.SessionLengthSec != nil {
+ return *m.SessionLengthSec
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetSessionError() int32 {
+ if m != nil && m.SessionError != nil {
+ return *m.SessionError
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetNattype() int32 {
+ if m != nil && m.Nattype != nil {
+ return *m.Nattype
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetBytesRecv() int32 {
+ if m != nil && m.BytesRecv != nil {
+ return *m.BytesRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetBytesSent() int32 {
+ if m != nil && m.BytesSent != nil {
+ return *m.BytesSent
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetBytesSentRelay() int32 {
+ if m != nil && m.BytesSentRelay != nil {
+ return *m.BytesSentRelay
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetBytesRecvRelay() int32 {
+ if m != nil && m.BytesRecvRelay != nil {
+ return *m.BytesRecvRelay
+ }
+ return 0
+}
+
+func (m *CMsgClientUDSP2PSessionEnded) GetTimeToConnectMs() int32 {
+ if m != nil && m.TimeToConnectMs != nil {
+ return *m.TimeToConnectMs
+ }
+ return 0
+}
+
+type CMsgClientRegisterAuthTicketWithCM struct {
+ ProtocolVersion *uint32 `protobuf:"varint,1,opt,name=protocol_version,json=protocolVersion" json:"protocol_version,omitempty"`
+ Ticket []byte `protobuf:"bytes,3,opt,name=ticket" json:"ticket,omitempty"`
+ ClientInstanceId *uint64 `protobuf:"varint,4,opt,name=client_instance_id,json=clientInstanceId" json:"client_instance_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRegisterAuthTicketWithCM) Reset() { *m = CMsgClientRegisterAuthTicketWithCM{} }
+func (m *CMsgClientRegisterAuthTicketWithCM) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRegisterAuthTicketWithCM) ProtoMessage() {}
+func (*CMsgClientRegisterAuthTicketWithCM) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{2}
+}
+
+func (m *CMsgClientRegisterAuthTicketWithCM) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRegisterAuthTicketWithCM.Unmarshal(m, b)
+}
+func (m *CMsgClientRegisterAuthTicketWithCM) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRegisterAuthTicketWithCM.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRegisterAuthTicketWithCM) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRegisterAuthTicketWithCM.Merge(m, src)
+}
+func (m *CMsgClientRegisterAuthTicketWithCM) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRegisterAuthTicketWithCM.Size(m)
+}
+func (m *CMsgClientRegisterAuthTicketWithCM) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRegisterAuthTicketWithCM.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRegisterAuthTicketWithCM proto.InternalMessageInfo
+
+func (m *CMsgClientRegisterAuthTicketWithCM) GetProtocolVersion() uint32 {
+ if m != nil && m.ProtocolVersion != nil {
+ return *m.ProtocolVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientRegisterAuthTicketWithCM) GetTicket() []byte {
+ if m != nil {
+ return m.Ticket
+ }
+ return nil
+}
+
+func (m *CMsgClientRegisterAuthTicketWithCM) GetClientInstanceId() uint64 {
+ if m != nil && m.ClientInstanceId != nil {
+ return *m.ClientInstanceId
+ }
+ return 0
+}
+
+type CMsgClientTicketAuthComplete struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ GameId *uint64 `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ Estate *uint32 `protobuf:"varint,3,opt,name=estate" json:"estate,omitempty"`
+ EauthSessionResponse *uint32 `protobuf:"varint,4,opt,name=eauth_session_response,json=eauthSessionResponse" json:"eauth_session_response,omitempty"`
+ DEPRECATEDTicket []byte `protobuf:"bytes,5,opt,name=DEPRECATED_ticket,json=DEPRECATEDTicket" json:"DEPRECATED_ticket,omitempty"`
+ TicketCrc *uint32 `protobuf:"varint,6,opt,name=ticket_crc,json=ticketCrc" json:"ticket_crc,omitempty"`
+ TicketSequence *uint32 `protobuf:"varint,7,opt,name=ticket_sequence,json=ticketSequence" json:"ticket_sequence,omitempty"`
+ OwnerSteamId *uint64 `protobuf:"fixed64,8,opt,name=owner_steam_id,json=ownerSteamId" json:"owner_steam_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientTicketAuthComplete) Reset() { *m = CMsgClientTicketAuthComplete{} }
+func (m *CMsgClientTicketAuthComplete) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientTicketAuthComplete) ProtoMessage() {}
+func (*CMsgClientTicketAuthComplete) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{3}
+}
+
+func (m *CMsgClientTicketAuthComplete) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientTicketAuthComplete.Unmarshal(m, b)
+}
+func (m *CMsgClientTicketAuthComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientTicketAuthComplete.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientTicketAuthComplete) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientTicketAuthComplete.Merge(m, src)
+}
+func (m *CMsgClientTicketAuthComplete) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientTicketAuthComplete.Size(m)
+}
+func (m *CMsgClientTicketAuthComplete) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientTicketAuthComplete.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientTicketAuthComplete proto.InternalMessageInfo
+
+func (m *CMsgClientTicketAuthComplete) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientTicketAuthComplete) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientTicketAuthComplete) GetEstate() uint32 {
+ if m != nil && m.Estate != nil {
+ return *m.Estate
+ }
+ return 0
+}
+
+func (m *CMsgClientTicketAuthComplete) GetEauthSessionResponse() uint32 {
+ if m != nil && m.EauthSessionResponse != nil {
+ return *m.EauthSessionResponse
+ }
+ return 0
+}
+
+func (m *CMsgClientTicketAuthComplete) GetDEPRECATEDTicket() []byte {
+ if m != nil {
+ return m.DEPRECATEDTicket
+ }
+ return nil
+}
+
+func (m *CMsgClientTicketAuthComplete) GetTicketCrc() uint32 {
+ if m != nil && m.TicketCrc != nil {
+ return *m.TicketCrc
+ }
+ return 0
+}
+
+func (m *CMsgClientTicketAuthComplete) GetTicketSequence() uint32 {
+ if m != nil && m.TicketSequence != nil {
+ return *m.TicketSequence
+ }
+ return 0
+}
+
+func (m *CMsgClientTicketAuthComplete) GetOwnerSteamId() uint64 {
+ if m != nil && m.OwnerSteamId != nil {
+ return *m.OwnerSteamId
+ }
+ return 0
+}
+
+type CMsgClientCMList struct {
+ CmAddresses []uint32 `protobuf:"varint,1,rep,name=cm_addresses,json=cmAddresses" json:"cm_addresses,omitempty"`
+ CmPorts []uint32 `protobuf:"varint,2,rep,name=cm_ports,json=cmPorts" json:"cm_ports,omitempty"`
+ CmWebsocketAddresses []string `protobuf:"bytes,3,rep,name=cm_websocket_addresses,json=cmWebsocketAddresses" json:"cm_websocket_addresses,omitempty"`
+ PercentDefaultToWebsocket *uint32 `protobuf:"varint,4,opt,name=percent_default_to_websocket,json=percentDefaultToWebsocket" json:"percent_default_to_websocket,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCMList) Reset() { *m = CMsgClientCMList{} }
+func (m *CMsgClientCMList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCMList) ProtoMessage() {}
+func (*CMsgClientCMList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{4}
+}
+
+func (m *CMsgClientCMList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCMList.Unmarshal(m, b)
+}
+func (m *CMsgClientCMList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCMList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCMList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCMList.Merge(m, src)
+}
+func (m *CMsgClientCMList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCMList.Size(m)
+}
+func (m *CMsgClientCMList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCMList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCMList proto.InternalMessageInfo
+
+func (m *CMsgClientCMList) GetCmAddresses() []uint32 {
+ if m != nil {
+ return m.CmAddresses
+ }
+ return nil
+}
+
+func (m *CMsgClientCMList) GetCmPorts() []uint32 {
+ if m != nil {
+ return m.CmPorts
+ }
+ return nil
+}
+
+func (m *CMsgClientCMList) GetCmWebsocketAddresses() []string {
+ if m != nil {
+ return m.CmWebsocketAddresses
+ }
+ return nil
+}
+
+func (m *CMsgClientCMList) GetPercentDefaultToWebsocket() uint32 {
+ if m != nil && m.PercentDefaultToWebsocket != nil {
+ return *m.PercentDefaultToWebsocket
+ }
+ return 0
+}
+
+type CMsgClientP2PConnectionInfo struct {
+ SteamIdDest *uint64 `protobuf:"fixed64,1,opt,name=steam_id_dest,json=steamIdDest" json:"steam_id_dest,omitempty"`
+ SteamIdSrc *uint64 `protobuf:"fixed64,2,opt,name=steam_id_src,json=steamIdSrc" json:"steam_id_src,omitempty"`
+ AppId *uint32 `protobuf:"varint,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Candidate []byte `protobuf:"bytes,4,opt,name=candidate" json:"candidate,omitempty"`
+ ConnectionIdSrc *uint64 `protobuf:"fixed64,5,opt,name=connection_id_src,json=connectionIdSrc" json:"connection_id_src,omitempty"`
+ Rendezvous []byte `protobuf:"bytes,6,opt,name=rendezvous" json:"rendezvous,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientP2PConnectionInfo) Reset() { *m = CMsgClientP2PConnectionInfo{} }
+func (m *CMsgClientP2PConnectionInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientP2PConnectionInfo) ProtoMessage() {}
+func (*CMsgClientP2PConnectionInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{5}
+}
+
+func (m *CMsgClientP2PConnectionInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientP2PConnectionInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientP2PConnectionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientP2PConnectionInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientP2PConnectionInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientP2PConnectionInfo.Merge(m, src)
+}
+func (m *CMsgClientP2PConnectionInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientP2PConnectionInfo.Size(m)
+}
+func (m *CMsgClientP2PConnectionInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientP2PConnectionInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientP2PConnectionInfo proto.InternalMessageInfo
+
+func (m *CMsgClientP2PConnectionInfo) GetSteamIdDest() uint64 {
+ if m != nil && m.SteamIdDest != nil {
+ return *m.SteamIdDest
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionInfo) GetSteamIdSrc() uint64 {
+ if m != nil && m.SteamIdSrc != nil {
+ return *m.SteamIdSrc
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionInfo) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionInfo) GetCandidate() []byte {
+ if m != nil {
+ return m.Candidate
+ }
+ return nil
+}
+
+func (m *CMsgClientP2PConnectionInfo) GetConnectionIdSrc() uint64 {
+ if m != nil && m.ConnectionIdSrc != nil {
+ return *m.ConnectionIdSrc
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionInfo) GetRendezvous() []byte {
+ if m != nil {
+ return m.Rendezvous
+ }
+ return nil
+}
+
+type CMsgClientP2PConnectionFailInfo struct {
+ SteamIdDest *uint64 `protobuf:"fixed64,1,opt,name=steam_id_dest,json=steamIdDest" json:"steam_id_dest,omitempty"`
+ SteamIdSrc *uint64 `protobuf:"fixed64,2,opt,name=steam_id_src,json=steamIdSrc" json:"steam_id_src,omitempty"`
+ AppId *uint32 `protobuf:"varint,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Ep2PSessionError *uint32 `protobuf:"varint,4,opt,name=ep2p_session_error,json=ep2pSessionError" json:"ep2p_session_error,omitempty"`
+ ConnectionIdDest *uint64 `protobuf:"fixed64,5,opt,name=connection_id_dest,json=connectionIdDest" json:"connection_id_dest,omitempty"`
+ CloseReason *uint32 `protobuf:"varint,7,opt,name=close_reason,json=closeReason" json:"close_reason,omitempty"`
+ CloseMessage *string `protobuf:"bytes,8,opt,name=close_message,json=closeMessage" json:"close_message,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) Reset() { *m = CMsgClientP2PConnectionFailInfo{} }
+func (m *CMsgClientP2PConnectionFailInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientP2PConnectionFailInfo) ProtoMessage() {}
+func (*CMsgClientP2PConnectionFailInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{6}
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientP2PConnectionFailInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientP2PConnectionFailInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientP2PConnectionFailInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientP2PConnectionFailInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientP2PConnectionFailInfo.Merge(m, src)
+}
+func (m *CMsgClientP2PConnectionFailInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientP2PConnectionFailInfo.Size(m)
+}
+func (m *CMsgClientP2PConnectionFailInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientP2PConnectionFailInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientP2PConnectionFailInfo proto.InternalMessageInfo
+
+func (m *CMsgClientP2PConnectionFailInfo) GetSteamIdDest() uint64 {
+ if m != nil && m.SteamIdDest != nil {
+ return *m.SteamIdDest
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) GetSteamIdSrc() uint64 {
+ if m != nil && m.SteamIdSrc != nil {
+ return *m.SteamIdSrc
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) GetEp2PSessionError() uint32 {
+ if m != nil && m.Ep2PSessionError != nil {
+ return *m.Ep2PSessionError
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) GetConnectionIdDest() uint64 {
+ if m != nil && m.ConnectionIdDest != nil {
+ return *m.ConnectionIdDest
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) GetCloseReason() uint32 {
+ if m != nil && m.CloseReason != nil {
+ return *m.CloseReason
+ }
+ return 0
+}
+
+func (m *CMsgClientP2PConnectionFailInfo) GetCloseMessage() string {
+ if m != nil && m.CloseMessage != nil {
+ return *m.CloseMessage
+ }
+ return ""
+}
+
+type CMsgClientNetworkingCertRequest struct {
+ KeyData []byte `protobuf:"bytes,2,opt,name=key_data,json=keyData" json:"key_data,omitempty"`
+ AppId *uint32 `protobuf:"varint,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNetworkingCertRequest) Reset() { *m = CMsgClientNetworkingCertRequest{} }
+func (m *CMsgClientNetworkingCertRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNetworkingCertRequest) ProtoMessage() {}
+func (*CMsgClientNetworkingCertRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{7}
+}
+
+func (m *CMsgClientNetworkingCertRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNetworkingCertRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientNetworkingCertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNetworkingCertRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNetworkingCertRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNetworkingCertRequest.Merge(m, src)
+}
+func (m *CMsgClientNetworkingCertRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNetworkingCertRequest.Size(m)
+}
+func (m *CMsgClientNetworkingCertRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNetworkingCertRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNetworkingCertRequest proto.InternalMessageInfo
+
+func (m *CMsgClientNetworkingCertRequest) GetKeyData() []byte {
+ if m != nil {
+ return m.KeyData
+ }
+ return nil
+}
+
+func (m *CMsgClientNetworkingCertRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientNetworkingCertReply struct {
+ Cert []byte `protobuf:"bytes,4,opt,name=cert" json:"cert,omitempty"`
+ CaKeyId *uint64 `protobuf:"fixed64,5,opt,name=ca_key_id,json=caKeyId" json:"ca_key_id,omitempty"`
+ CaSignature []byte `protobuf:"bytes,6,opt,name=ca_signature,json=caSignature" json:"ca_signature,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNetworkingCertReply) Reset() { *m = CMsgClientNetworkingCertReply{} }
+func (m *CMsgClientNetworkingCertReply) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNetworkingCertReply) ProtoMessage() {}
+func (*CMsgClientNetworkingCertReply) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{8}
+}
+
+func (m *CMsgClientNetworkingCertReply) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNetworkingCertReply.Unmarshal(m, b)
+}
+func (m *CMsgClientNetworkingCertReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNetworkingCertReply.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNetworkingCertReply) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNetworkingCertReply.Merge(m, src)
+}
+func (m *CMsgClientNetworkingCertReply) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNetworkingCertReply.Size(m)
+}
+func (m *CMsgClientNetworkingCertReply) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNetworkingCertReply.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNetworkingCertReply proto.InternalMessageInfo
+
+func (m *CMsgClientNetworkingCertReply) GetCert() []byte {
+ if m != nil {
+ return m.Cert
+ }
+ return nil
+}
+
+func (m *CMsgClientNetworkingCertReply) GetCaKeyId() uint64 {
+ if m != nil && m.CaKeyId != nil {
+ return *m.CaKeyId
+ }
+ return 0
+}
+
+func (m *CMsgClientNetworkingCertReply) GetCaSignature() []byte {
+ if m != nil {
+ return m.CaSignature
+ }
+ return nil
+}
+
+type CMsgClientNetworkingMobileCertRequest struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNetworkingMobileCertRequest) Reset() { *m = CMsgClientNetworkingMobileCertRequest{} }
+func (m *CMsgClientNetworkingMobileCertRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNetworkingMobileCertRequest) ProtoMessage() {}
+func (*CMsgClientNetworkingMobileCertRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{9}
+}
+
+func (m *CMsgClientNetworkingMobileCertRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNetworkingMobileCertRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientNetworkingMobileCertRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNetworkingMobileCertRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNetworkingMobileCertRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNetworkingMobileCertRequest.Merge(m, src)
+}
+func (m *CMsgClientNetworkingMobileCertRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNetworkingMobileCertRequest.Size(m)
+}
+func (m *CMsgClientNetworkingMobileCertRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNetworkingMobileCertRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNetworkingMobileCertRequest proto.InternalMessageInfo
+
+func (m *CMsgClientNetworkingMobileCertRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientNetworkingMobileCertReply struct {
+ EncodedCert *string `protobuf:"bytes,1,opt,name=encoded_cert,json=encodedCert" json:"encoded_cert,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNetworkingMobileCertReply) Reset() { *m = CMsgClientNetworkingMobileCertReply{} }
+func (m *CMsgClientNetworkingMobileCertReply) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNetworkingMobileCertReply) ProtoMessage() {}
+func (*CMsgClientNetworkingMobileCertReply) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{10}
+}
+
+func (m *CMsgClientNetworkingMobileCertReply) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNetworkingMobileCertReply.Unmarshal(m, b)
+}
+func (m *CMsgClientNetworkingMobileCertReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNetworkingMobileCertReply.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNetworkingMobileCertReply) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNetworkingMobileCertReply.Merge(m, src)
+}
+func (m *CMsgClientNetworkingMobileCertReply) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNetworkingMobileCertReply.Size(m)
+}
+func (m *CMsgClientNetworkingMobileCertReply) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNetworkingMobileCertReply.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNetworkingMobileCertReply proto.InternalMessageInfo
+
+func (m *CMsgClientNetworkingMobileCertReply) GetEncodedCert() string {
+ if m != nil && m.EncodedCert != nil {
+ return *m.EncodedCert
+ }
+ return ""
+}
+
+type CMsgClientGetAppOwnershipTicket struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetAppOwnershipTicket) Reset() { *m = CMsgClientGetAppOwnershipTicket{} }
+func (m *CMsgClientGetAppOwnershipTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetAppOwnershipTicket) ProtoMessage() {}
+func (*CMsgClientGetAppOwnershipTicket) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{11}
+}
+
+func (m *CMsgClientGetAppOwnershipTicket) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetAppOwnershipTicket.Unmarshal(m, b)
+}
+func (m *CMsgClientGetAppOwnershipTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetAppOwnershipTicket.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetAppOwnershipTicket) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetAppOwnershipTicket.Merge(m, src)
+}
+func (m *CMsgClientGetAppOwnershipTicket) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetAppOwnershipTicket.Size(m)
+}
+func (m *CMsgClientGetAppOwnershipTicket) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetAppOwnershipTicket.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetAppOwnershipTicket proto.InternalMessageInfo
+
+func (m *CMsgClientGetAppOwnershipTicket) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientGetAppOwnershipTicketResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Ticket []byte `protobuf:"bytes,3,opt,name=ticket" json:"ticket,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetAppOwnershipTicketResponse) Reset() {
+ *m = CMsgClientGetAppOwnershipTicketResponse{}
+}
+func (m *CMsgClientGetAppOwnershipTicketResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetAppOwnershipTicketResponse) ProtoMessage() {}
+func (*CMsgClientGetAppOwnershipTicketResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{12}
+}
+
+func (m *CMsgClientGetAppOwnershipTicketResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetAppOwnershipTicketResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetAppOwnershipTicketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetAppOwnershipTicketResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetAppOwnershipTicketResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetAppOwnershipTicketResponse.Merge(m, src)
+}
+func (m *CMsgClientGetAppOwnershipTicketResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetAppOwnershipTicketResponse.Size(m)
+}
+func (m *CMsgClientGetAppOwnershipTicketResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetAppOwnershipTicketResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetAppOwnershipTicketResponse proto.InternalMessageInfo
+
+const Default_CMsgClientGetAppOwnershipTicketResponse_Eresult uint32 = 2
+
+func (m *CMsgClientGetAppOwnershipTicketResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientGetAppOwnershipTicketResponse_Eresult
+}
+
+func (m *CMsgClientGetAppOwnershipTicketResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetAppOwnershipTicketResponse) GetTicket() []byte {
+ if m != nil {
+ return m.Ticket
+ }
+ return nil
+}
+
+type CMsgClientSessionToken struct {
+ Token *uint64 `protobuf:"varint,1,opt,name=token" json:"token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSessionToken) Reset() { *m = CMsgClientSessionToken{} }
+func (m *CMsgClientSessionToken) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSessionToken) ProtoMessage() {}
+func (*CMsgClientSessionToken) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{13}
+}
+
+func (m *CMsgClientSessionToken) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSessionToken.Unmarshal(m, b)
+}
+func (m *CMsgClientSessionToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSessionToken.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSessionToken) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSessionToken.Merge(m, src)
+}
+func (m *CMsgClientSessionToken) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSessionToken.Size(m)
+}
+func (m *CMsgClientSessionToken) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSessionToken.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSessionToken proto.InternalMessageInfo
+
+func (m *CMsgClientSessionToken) GetToken() uint64 {
+ if m != nil && m.Token != nil {
+ return *m.Token
+ }
+ return 0
+}
+
+type CMsgClientGameConnectTokens struct {
+ MaxTokensToKeep *uint32 `protobuf:"varint,1,opt,name=max_tokens_to_keep,json=maxTokensToKeep,def=10" json:"max_tokens_to_keep,omitempty"`
+ Tokens [][]byte `protobuf:"bytes,2,rep,name=tokens" json:"tokens,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGameConnectTokens) Reset() { *m = CMsgClientGameConnectTokens{} }
+func (m *CMsgClientGameConnectTokens) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGameConnectTokens) ProtoMessage() {}
+func (*CMsgClientGameConnectTokens) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{14}
+}
+
+func (m *CMsgClientGameConnectTokens) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGameConnectTokens.Unmarshal(m, b)
+}
+func (m *CMsgClientGameConnectTokens) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGameConnectTokens.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGameConnectTokens) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGameConnectTokens.Merge(m, src)
+}
+func (m *CMsgClientGameConnectTokens) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGameConnectTokens.Size(m)
+}
+func (m *CMsgClientGameConnectTokens) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGameConnectTokens.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGameConnectTokens proto.InternalMessageInfo
+
+const Default_CMsgClientGameConnectTokens_MaxTokensToKeep uint32 = 10
+
+func (m *CMsgClientGameConnectTokens) GetMaxTokensToKeep() uint32 {
+ if m != nil && m.MaxTokensToKeep != nil {
+ return *m.MaxTokensToKeep
+ }
+ return Default_CMsgClientGameConnectTokens_MaxTokensToKeep
+}
+
+func (m *CMsgClientGameConnectTokens) GetTokens() [][]byte {
+ if m != nil {
+ return m.Tokens
+ }
+ return nil
+}
+
+type CMsgGSServerType struct {
+ AppIdServed *uint32 `protobuf:"varint,1,opt,name=app_id_served,json=appIdServed" json:"app_id_served,omitempty"`
+ Flags *uint32 `protobuf:"varint,2,opt,name=flags" json:"flags,omitempty"`
+ DeprecatedGameIpAddress *uint32 `protobuf:"varint,3,opt,name=deprecated_game_ip_address,json=deprecatedGameIpAddress" json:"deprecated_game_ip_address,omitempty"`
+ GamePort *uint32 `protobuf:"varint,4,opt,name=game_port,json=gamePort" json:"game_port,omitempty"`
+ GameDir *string `protobuf:"bytes,5,opt,name=game_dir,json=gameDir" json:"game_dir,omitempty"`
+ GameVersion *string `protobuf:"bytes,6,opt,name=game_version,json=gameVersion" json:"game_version,omitempty"`
+ GameQueryPort *uint32 `protobuf:"varint,7,opt,name=game_query_port,json=gameQueryPort" json:"game_query_port,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSServerType) Reset() { *m = CMsgGSServerType{} }
+func (m *CMsgGSServerType) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSServerType) ProtoMessage() {}
+func (*CMsgGSServerType) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{15}
+}
+
+func (m *CMsgGSServerType) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSServerType.Unmarshal(m, b)
+}
+func (m *CMsgGSServerType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSServerType.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSServerType) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSServerType.Merge(m, src)
+}
+func (m *CMsgGSServerType) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSServerType.Size(m)
+}
+func (m *CMsgGSServerType) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSServerType.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSServerType proto.InternalMessageInfo
+
+func (m *CMsgGSServerType) GetAppIdServed() uint32 {
+ if m != nil && m.AppIdServed != nil {
+ return *m.AppIdServed
+ }
+ return 0
+}
+
+func (m *CMsgGSServerType) GetFlags() uint32 {
+ if m != nil && m.Flags != nil {
+ return *m.Flags
+ }
+ return 0
+}
+
+func (m *CMsgGSServerType) GetDeprecatedGameIpAddress() uint32 {
+ if m != nil && m.DeprecatedGameIpAddress != nil {
+ return *m.DeprecatedGameIpAddress
+ }
+ return 0
+}
+
+func (m *CMsgGSServerType) GetGamePort() uint32 {
+ if m != nil && m.GamePort != nil {
+ return *m.GamePort
+ }
+ return 0
+}
+
+func (m *CMsgGSServerType) GetGameDir() string {
+ if m != nil && m.GameDir != nil {
+ return *m.GameDir
+ }
+ return ""
+}
+
+func (m *CMsgGSServerType) GetGameVersion() string {
+ if m != nil && m.GameVersion != nil {
+ return *m.GameVersion
+ }
+ return ""
+}
+
+func (m *CMsgGSServerType) GetGameQueryPort() uint32 {
+ if m != nil && m.GameQueryPort != nil {
+ return *m.GameQueryPort
+ }
+ return 0
+}
+
+type CMsgGSStatusReply struct {
+ IsSecure *bool `protobuf:"varint,1,opt,name=is_secure,json=isSecure" json:"is_secure,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSStatusReply) Reset() { *m = CMsgGSStatusReply{} }
+func (m *CMsgGSStatusReply) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSStatusReply) ProtoMessage() {}
+func (*CMsgGSStatusReply) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{16}
+}
+
+func (m *CMsgGSStatusReply) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSStatusReply.Unmarshal(m, b)
+}
+func (m *CMsgGSStatusReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSStatusReply.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSStatusReply) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSStatusReply.Merge(m, src)
+}
+func (m *CMsgGSStatusReply) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSStatusReply.Size(m)
+}
+func (m *CMsgGSStatusReply) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSStatusReply.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSStatusReply proto.InternalMessageInfo
+
+func (m *CMsgGSStatusReply) GetIsSecure() bool {
+ if m != nil && m.IsSecure != nil {
+ return *m.IsSecure
+ }
+ return false
+}
+
+type CMsgGSPlayerList struct {
+ Players []*CMsgGSPlayerList_Player `protobuf:"bytes,1,rep,name=players" json:"players,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSPlayerList) Reset() { *m = CMsgGSPlayerList{} }
+func (m *CMsgGSPlayerList) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSPlayerList) ProtoMessage() {}
+func (*CMsgGSPlayerList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{17}
+}
+
+func (m *CMsgGSPlayerList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSPlayerList.Unmarshal(m, b)
+}
+func (m *CMsgGSPlayerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSPlayerList.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSPlayerList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSPlayerList.Merge(m, src)
+}
+func (m *CMsgGSPlayerList) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSPlayerList.Size(m)
+}
+func (m *CMsgGSPlayerList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSPlayerList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSPlayerList proto.InternalMessageInfo
+
+func (m *CMsgGSPlayerList) GetPlayers() []*CMsgGSPlayerList_Player {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+type CMsgGSPlayerList_Player struct {
+ SteamId *uint64 `protobuf:"varint,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ DeprecatedPublicIp *uint32 `protobuf:"varint,2,opt,name=deprecated_public_ip,json=deprecatedPublicIp" json:"deprecated_public_ip,omitempty"`
+ Token []byte `protobuf:"bytes,3,opt,name=token" json:"token,omitempty"`
+ PublicIp *CMsgIPAddress `protobuf:"bytes,4,opt,name=public_ip,json=publicIp" json:"public_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSPlayerList_Player) Reset() { *m = CMsgGSPlayerList_Player{} }
+func (m *CMsgGSPlayerList_Player) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSPlayerList_Player) ProtoMessage() {}
+func (*CMsgGSPlayerList_Player) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{17, 0}
+}
+
+func (m *CMsgGSPlayerList_Player) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSPlayerList_Player.Unmarshal(m, b)
+}
+func (m *CMsgGSPlayerList_Player) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSPlayerList_Player.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSPlayerList_Player) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSPlayerList_Player.Merge(m, src)
+}
+func (m *CMsgGSPlayerList_Player) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSPlayerList_Player.Size(m)
+}
+func (m *CMsgGSPlayerList_Player) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSPlayerList_Player.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSPlayerList_Player proto.InternalMessageInfo
+
+func (m *CMsgGSPlayerList_Player) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgGSPlayerList_Player) GetDeprecatedPublicIp() uint32 {
+ if m != nil && m.DeprecatedPublicIp != nil {
+ return *m.DeprecatedPublicIp
+ }
+ return 0
+}
+
+func (m *CMsgGSPlayerList_Player) GetToken() []byte {
+ if m != nil {
+ return m.Token
+ }
+ return nil
+}
+
+func (m *CMsgGSPlayerList_Player) GetPublicIp() *CMsgIPAddress {
+ if m != nil {
+ return m.PublicIp
+ }
+ return nil
+}
+
+type CMsgGSUserPlaying struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ DeprecatedPublicIp *uint32 `protobuf:"varint,2,opt,name=deprecated_public_ip,json=deprecatedPublicIp" json:"deprecated_public_ip,omitempty"`
+ Token []byte `protobuf:"bytes,3,opt,name=token" json:"token,omitempty"`
+ PublicIp *CMsgIPAddress `protobuf:"bytes,4,opt,name=public_ip,json=publicIp" json:"public_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSUserPlaying) Reset() { *m = CMsgGSUserPlaying{} }
+func (m *CMsgGSUserPlaying) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSUserPlaying) ProtoMessage() {}
+func (*CMsgGSUserPlaying) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{18}
+}
+
+func (m *CMsgGSUserPlaying) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSUserPlaying.Unmarshal(m, b)
+}
+func (m *CMsgGSUserPlaying) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSUserPlaying.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSUserPlaying) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSUserPlaying.Merge(m, src)
+}
+func (m *CMsgGSUserPlaying) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSUserPlaying.Size(m)
+}
+func (m *CMsgGSUserPlaying) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSUserPlaying.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSUserPlaying proto.InternalMessageInfo
+
+func (m *CMsgGSUserPlaying) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgGSUserPlaying) GetDeprecatedPublicIp() uint32 {
+ if m != nil && m.DeprecatedPublicIp != nil {
+ return *m.DeprecatedPublicIp
+ }
+ return 0
+}
+
+func (m *CMsgGSUserPlaying) GetToken() []byte {
+ if m != nil {
+ return m.Token
+ }
+ return nil
+}
+
+func (m *CMsgGSUserPlaying) GetPublicIp() *CMsgIPAddress {
+ if m != nil {
+ return m.PublicIp
+ }
+ return nil
+}
+
+type CMsgGSDisconnectNotice struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSDisconnectNotice) Reset() { *m = CMsgGSDisconnectNotice{} }
+func (m *CMsgGSDisconnectNotice) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSDisconnectNotice) ProtoMessage() {}
+func (*CMsgGSDisconnectNotice) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{19}
+}
+
+func (m *CMsgGSDisconnectNotice) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSDisconnectNotice.Unmarshal(m, b)
+}
+func (m *CMsgGSDisconnectNotice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSDisconnectNotice.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSDisconnectNotice) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSDisconnectNotice.Merge(m, src)
+}
+func (m *CMsgGSDisconnectNotice) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSDisconnectNotice.Size(m)
+}
+func (m *CMsgGSDisconnectNotice) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSDisconnectNotice.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSDisconnectNotice proto.InternalMessageInfo
+
+func (m *CMsgGSDisconnectNotice) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgClientGamesPlayed struct {
+ GamesPlayed []*CMsgClientGamesPlayed_GamePlayed `protobuf:"bytes,1,rep,name=games_played,json=gamesPlayed" json:"games_played,omitempty"`
+ ClientOsType *uint32 `protobuf:"varint,2,opt,name=client_os_type,json=clientOsType" json:"client_os_type,omitempty"`
+ CloudGamingPlatform *uint32 `protobuf:"varint,3,opt,name=cloud_gaming_platform,json=cloudGamingPlatform" json:"cloud_gaming_platform,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGamesPlayed) Reset() { *m = CMsgClientGamesPlayed{} }
+func (m *CMsgClientGamesPlayed) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGamesPlayed) ProtoMessage() {}
+func (*CMsgClientGamesPlayed) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{20}
+}
+
+func (m *CMsgClientGamesPlayed) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGamesPlayed.Unmarshal(m, b)
+}
+func (m *CMsgClientGamesPlayed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGamesPlayed.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGamesPlayed) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGamesPlayed.Merge(m, src)
+}
+func (m *CMsgClientGamesPlayed) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGamesPlayed.Size(m)
+}
+func (m *CMsgClientGamesPlayed) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGamesPlayed.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGamesPlayed proto.InternalMessageInfo
+
+func (m *CMsgClientGamesPlayed) GetGamesPlayed() []*CMsgClientGamesPlayed_GamePlayed {
+ if m != nil {
+ return m.GamesPlayed
+ }
+ return nil
+}
+
+func (m *CMsgClientGamesPlayed) GetClientOsType() uint32 {
+ if m != nil && m.ClientOsType != nil {
+ return *m.ClientOsType
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed) GetCloudGamingPlatform() uint32 {
+ if m != nil && m.CloudGamingPlatform != nil {
+ return *m.CloudGamingPlatform
+ }
+ return 0
+}
+
+type CMsgClientGamesPlayed_GamePlayed struct {
+ SteamIdGs *uint64 `protobuf:"varint,1,opt,name=steam_id_gs,json=steamIdGs" json:"steam_id_gs,omitempty"`
+ GameId *uint64 `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ DeprecatedGameIpAddress *uint32 `protobuf:"varint,3,opt,name=deprecated_game_ip_address,json=deprecatedGameIpAddress" json:"deprecated_game_ip_address,omitempty"`
+ GamePort *uint32 `protobuf:"varint,4,opt,name=game_port,json=gamePort" json:"game_port,omitempty"`
+ IsSecure *bool `protobuf:"varint,5,opt,name=is_secure,json=isSecure" json:"is_secure,omitempty"`
+ Token []byte `protobuf:"bytes,6,opt,name=token" json:"token,omitempty"`
+ GameExtraInfo *string `protobuf:"bytes,7,opt,name=game_extra_info,json=gameExtraInfo" json:"game_extra_info,omitempty"`
+ GameDataBlob []byte `protobuf:"bytes,8,opt,name=game_data_blob,json=gameDataBlob" json:"game_data_blob,omitempty"`
+ ProcessId *uint32 `protobuf:"varint,9,opt,name=process_id,json=processId" json:"process_id,omitempty"`
+ StreamingProviderId *uint32 `protobuf:"varint,10,opt,name=streaming_provider_id,json=streamingProviderId" json:"streaming_provider_id,omitempty"`
+ GameFlags *uint32 `protobuf:"varint,11,opt,name=game_flags,json=gameFlags" json:"game_flags,omitempty"`
+ OwnerId *uint32 `protobuf:"varint,12,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
+ VrHmdVendor *string `protobuf:"bytes,13,opt,name=vr_hmd_vendor,json=vrHmdVendor" json:"vr_hmd_vendor,omitempty"`
+ VrHmdModel *string `protobuf:"bytes,14,opt,name=vr_hmd_model,json=vrHmdModel" json:"vr_hmd_model,omitempty"`
+ LaunchOptionType *uint32 `protobuf:"varint,15,opt,name=launch_option_type,json=launchOptionType,def=0" json:"launch_option_type,omitempty"`
+ PrimaryControllerType *int32 `protobuf:"varint,16,opt,name=primary_controller_type,json=primaryControllerType,def=-1" json:"primary_controller_type,omitempty"`
+ PrimarySteamControllerSerial *string `protobuf:"bytes,17,opt,name=primary_steam_controller_serial,json=primarySteamControllerSerial" json:"primary_steam_controller_serial,omitempty"`
+ TotalSteamControllerCount *uint32 `protobuf:"varint,18,opt,name=total_steam_controller_count,json=totalSteamControllerCount,def=0" json:"total_steam_controller_count,omitempty"`
+ TotalNonSteamControllerCount *uint32 `protobuf:"varint,19,opt,name=total_non_steam_controller_count,json=totalNonSteamControllerCount,def=0" json:"total_non_steam_controller_count,omitempty"`
+ ControllerWorkshopFileId *uint64 `protobuf:"varint,20,opt,name=controller_workshop_file_id,json=controllerWorkshopFileId,def=0" json:"controller_workshop_file_id,omitempty"`
+ LaunchSource *uint32 `protobuf:"varint,21,opt,name=launch_source,json=launchSource,def=0" json:"launch_source,omitempty"`
+ VrHmdRuntime *uint32 `protobuf:"varint,22,opt,name=vr_hmd_runtime,json=vrHmdRuntime" json:"vr_hmd_runtime,omitempty"`
+ GameIpAddress *CMsgIPAddress `protobuf:"bytes,23,opt,name=game_ip_address,json=gameIpAddress" json:"game_ip_address,omitempty"`
+ ControllerConnectionType *uint32 `protobuf:"varint,24,opt,name=controller_connection_type,json=controllerConnectionType,def=0" json:"controller_connection_type,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) Reset() { *m = CMsgClientGamesPlayed_GamePlayed{} }
+func (m *CMsgClientGamesPlayed_GamePlayed) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGamesPlayed_GamePlayed) ProtoMessage() {}
+func (*CMsgClientGamesPlayed_GamePlayed) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{20, 0}
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGamesPlayed_GamePlayed.Unmarshal(m, b)
+}
+func (m *CMsgClientGamesPlayed_GamePlayed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGamesPlayed_GamePlayed.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGamesPlayed_GamePlayed) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGamesPlayed_GamePlayed.Merge(m, src)
+}
+func (m *CMsgClientGamesPlayed_GamePlayed) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGamesPlayed_GamePlayed.Size(m)
+}
+func (m *CMsgClientGamesPlayed_GamePlayed) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGamesPlayed_GamePlayed.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGamesPlayed_GamePlayed proto.InternalMessageInfo
+
+const Default_CMsgClientGamesPlayed_GamePlayed_LaunchOptionType uint32 = 0
+const Default_CMsgClientGamesPlayed_GamePlayed_PrimaryControllerType int32 = -1
+const Default_CMsgClientGamesPlayed_GamePlayed_TotalSteamControllerCount uint32 = 0
+const Default_CMsgClientGamesPlayed_GamePlayed_TotalNonSteamControllerCount uint32 = 0
+const Default_CMsgClientGamesPlayed_GamePlayed_ControllerWorkshopFileId uint64 = 0
+const Default_CMsgClientGamesPlayed_GamePlayed_LaunchSource uint32 = 0
+const Default_CMsgClientGamesPlayed_GamePlayed_ControllerConnectionType uint32 = 0
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetSteamIdGs() uint64 {
+ if m != nil && m.SteamIdGs != nil {
+ return *m.SteamIdGs
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetDeprecatedGameIpAddress() uint32 {
+ if m != nil && m.DeprecatedGameIpAddress != nil {
+ return *m.DeprecatedGameIpAddress
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetGamePort() uint32 {
+ if m != nil && m.GamePort != nil {
+ return *m.GamePort
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetIsSecure() bool {
+ if m != nil && m.IsSecure != nil {
+ return *m.IsSecure
+ }
+ return false
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetToken() []byte {
+ if m != nil {
+ return m.Token
+ }
+ return nil
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetGameExtraInfo() string {
+ if m != nil && m.GameExtraInfo != nil {
+ return *m.GameExtraInfo
+ }
+ return ""
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetGameDataBlob() []byte {
+ if m != nil {
+ return m.GameDataBlob
+ }
+ return nil
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetProcessId() uint32 {
+ if m != nil && m.ProcessId != nil {
+ return *m.ProcessId
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetStreamingProviderId() uint32 {
+ if m != nil && m.StreamingProviderId != nil {
+ return *m.StreamingProviderId
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetGameFlags() uint32 {
+ if m != nil && m.GameFlags != nil {
+ return *m.GameFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetOwnerId() uint32 {
+ if m != nil && m.OwnerId != nil {
+ return *m.OwnerId
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetVrHmdVendor() string {
+ if m != nil && m.VrHmdVendor != nil {
+ return *m.VrHmdVendor
+ }
+ return ""
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetVrHmdModel() string {
+ if m != nil && m.VrHmdModel != nil {
+ return *m.VrHmdModel
+ }
+ return ""
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetLaunchOptionType() uint32 {
+ if m != nil && m.LaunchOptionType != nil {
+ return *m.LaunchOptionType
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_LaunchOptionType
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetPrimaryControllerType() int32 {
+ if m != nil && m.PrimaryControllerType != nil {
+ return *m.PrimaryControllerType
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_PrimaryControllerType
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetPrimarySteamControllerSerial() string {
+ if m != nil && m.PrimarySteamControllerSerial != nil {
+ return *m.PrimarySteamControllerSerial
+ }
+ return ""
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetTotalSteamControllerCount() uint32 {
+ if m != nil && m.TotalSteamControllerCount != nil {
+ return *m.TotalSteamControllerCount
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_TotalSteamControllerCount
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetTotalNonSteamControllerCount() uint32 {
+ if m != nil && m.TotalNonSteamControllerCount != nil {
+ return *m.TotalNonSteamControllerCount
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_TotalNonSteamControllerCount
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetControllerWorkshopFileId() uint64 {
+ if m != nil && m.ControllerWorkshopFileId != nil {
+ return *m.ControllerWorkshopFileId
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_ControllerWorkshopFileId
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetLaunchSource() uint32 {
+ if m != nil && m.LaunchSource != nil {
+ return *m.LaunchSource
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_LaunchSource
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetVrHmdRuntime() uint32 {
+ if m != nil && m.VrHmdRuntime != nil {
+ return *m.VrHmdRuntime
+ }
+ return 0
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetGameIpAddress() *CMsgIPAddress {
+ if m != nil {
+ return m.GameIpAddress
+ }
+ return nil
+}
+
+func (m *CMsgClientGamesPlayed_GamePlayed) GetControllerConnectionType() uint32 {
+ if m != nil && m.ControllerConnectionType != nil {
+ return *m.ControllerConnectionType
+ }
+ return Default_CMsgClientGamesPlayed_GamePlayed_ControllerConnectionType
+}
+
+type CMsgGSApprove struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ OwnerSteamId *uint64 `protobuf:"fixed64,2,opt,name=owner_steam_id,json=ownerSteamId" json:"owner_steam_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSApprove) Reset() { *m = CMsgGSApprove{} }
+func (m *CMsgGSApprove) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSApprove) ProtoMessage() {}
+func (*CMsgGSApprove) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{21}
+}
+
+func (m *CMsgGSApprove) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSApprove.Unmarshal(m, b)
+}
+func (m *CMsgGSApprove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSApprove.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSApprove) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSApprove.Merge(m, src)
+}
+func (m *CMsgGSApprove) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSApprove.Size(m)
+}
+func (m *CMsgGSApprove) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSApprove.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSApprove proto.InternalMessageInfo
+
+func (m *CMsgGSApprove) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgGSApprove) GetOwnerSteamId() uint64 {
+ if m != nil && m.OwnerSteamId != nil {
+ return *m.OwnerSteamId
+ }
+ return 0
+}
+
+type CMsgGSDeny struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ EdenyReason *int32 `protobuf:"varint,2,opt,name=edeny_reason,json=edenyReason" json:"edeny_reason,omitempty"`
+ DenyString *string `protobuf:"bytes,3,opt,name=deny_string,json=denyString" json:"deny_string,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSDeny) Reset() { *m = CMsgGSDeny{} }
+func (m *CMsgGSDeny) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSDeny) ProtoMessage() {}
+func (*CMsgGSDeny) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{22}
+}
+
+func (m *CMsgGSDeny) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSDeny.Unmarshal(m, b)
+}
+func (m *CMsgGSDeny) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSDeny.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSDeny) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSDeny.Merge(m, src)
+}
+func (m *CMsgGSDeny) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSDeny.Size(m)
+}
+func (m *CMsgGSDeny) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSDeny.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSDeny proto.InternalMessageInfo
+
+func (m *CMsgGSDeny) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgGSDeny) GetEdenyReason() int32 {
+ if m != nil && m.EdenyReason != nil {
+ return *m.EdenyReason
+ }
+ return 0
+}
+
+func (m *CMsgGSDeny) GetDenyString() string {
+ if m != nil && m.DenyString != nil {
+ return *m.DenyString
+ }
+ return ""
+}
+
+type CMsgGSKick struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ EdenyReason *int32 `protobuf:"varint,2,opt,name=edeny_reason,json=edenyReason" json:"edeny_reason,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSKick) Reset() { *m = CMsgGSKick{} }
+func (m *CMsgGSKick) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSKick) ProtoMessage() {}
+func (*CMsgGSKick) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{23}
+}
+
+func (m *CMsgGSKick) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSKick.Unmarshal(m, b)
+}
+func (m *CMsgGSKick) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSKick.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSKick) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSKick.Merge(m, src)
+}
+func (m *CMsgGSKick) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSKick.Size(m)
+}
+func (m *CMsgGSKick) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSKick.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSKick proto.InternalMessageInfo
+
+func (m *CMsgGSKick) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgGSKick) GetEdenyReason() int32 {
+ if m != nil && m.EdenyReason != nil {
+ return *m.EdenyReason
+ }
+ return 0
+}
+
+type CMsgClientAuthList struct {
+ TokensLeft *uint32 `protobuf:"varint,1,opt,name=tokens_left,json=tokensLeft" json:"tokens_left,omitempty"`
+ LastRequestSeq *uint32 `protobuf:"varint,2,opt,name=last_request_seq,json=lastRequestSeq" json:"last_request_seq,omitempty"`
+ LastRequestSeqFromServer *uint32 `protobuf:"varint,3,opt,name=last_request_seq_from_server,json=lastRequestSeqFromServer" json:"last_request_seq_from_server,omitempty"`
+ Tickets []*CMsgAuthTicket `protobuf:"bytes,4,rep,name=tickets" json:"tickets,omitempty"`
+ AppIds []uint32 `protobuf:"varint,5,rep,name=app_ids,json=appIds" json:"app_ids,omitempty"`
+ MessageSequence *uint32 `protobuf:"varint,6,opt,name=message_sequence,json=messageSequence" json:"message_sequence,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAuthList) Reset() { *m = CMsgClientAuthList{} }
+func (m *CMsgClientAuthList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAuthList) ProtoMessage() {}
+func (*CMsgClientAuthList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{24}
+}
+
+func (m *CMsgClientAuthList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAuthList.Unmarshal(m, b)
+}
+func (m *CMsgClientAuthList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAuthList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAuthList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAuthList.Merge(m, src)
+}
+func (m *CMsgClientAuthList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAuthList.Size(m)
+}
+func (m *CMsgClientAuthList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAuthList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAuthList proto.InternalMessageInfo
+
+func (m *CMsgClientAuthList) GetTokensLeft() uint32 {
+ if m != nil && m.TokensLeft != nil {
+ return *m.TokensLeft
+ }
+ return 0
+}
+
+func (m *CMsgClientAuthList) GetLastRequestSeq() uint32 {
+ if m != nil && m.LastRequestSeq != nil {
+ return *m.LastRequestSeq
+ }
+ return 0
+}
+
+func (m *CMsgClientAuthList) GetLastRequestSeqFromServer() uint32 {
+ if m != nil && m.LastRequestSeqFromServer != nil {
+ return *m.LastRequestSeqFromServer
+ }
+ return 0
+}
+
+func (m *CMsgClientAuthList) GetTickets() []*CMsgAuthTicket {
+ if m != nil {
+ return m.Tickets
+ }
+ return nil
+}
+
+func (m *CMsgClientAuthList) GetAppIds() []uint32 {
+ if m != nil {
+ return m.AppIds
+ }
+ return nil
+}
+
+func (m *CMsgClientAuthList) GetMessageSequence() uint32 {
+ if m != nil && m.MessageSequence != nil {
+ return *m.MessageSequence
+ }
+ return 0
+}
+
+type CMsgClientAuthListAck struct {
+ TicketCrc []uint32 `protobuf:"varint,1,rep,name=ticket_crc,json=ticketCrc" json:"ticket_crc,omitempty"`
+ AppIds []uint32 `protobuf:"varint,2,rep,name=app_ids,json=appIds" json:"app_ids,omitempty"`
+ MessageSequence *uint32 `protobuf:"varint,3,opt,name=message_sequence,json=messageSequence" json:"message_sequence,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAuthListAck) Reset() { *m = CMsgClientAuthListAck{} }
+func (m *CMsgClientAuthListAck) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAuthListAck) ProtoMessage() {}
+func (*CMsgClientAuthListAck) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{25}
+}
+
+func (m *CMsgClientAuthListAck) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAuthListAck.Unmarshal(m, b)
+}
+func (m *CMsgClientAuthListAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAuthListAck.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAuthListAck) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAuthListAck.Merge(m, src)
+}
+func (m *CMsgClientAuthListAck) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAuthListAck.Size(m)
+}
+func (m *CMsgClientAuthListAck) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAuthListAck.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAuthListAck proto.InternalMessageInfo
+
+func (m *CMsgClientAuthListAck) GetTicketCrc() []uint32 {
+ if m != nil {
+ return m.TicketCrc
+ }
+ return nil
+}
+
+func (m *CMsgClientAuthListAck) GetAppIds() []uint32 {
+ if m != nil {
+ return m.AppIds
+ }
+ return nil
+}
+
+func (m *CMsgClientAuthListAck) GetMessageSequence() uint32 {
+ if m != nil && m.MessageSequence != nil {
+ return *m.MessageSequence
+ }
+ return 0
+}
+
+type CMsgClientLicenseList struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Licenses []*CMsgClientLicenseList_License `protobuf:"bytes,2,rep,name=licenses" json:"licenses,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLicenseList) Reset() { *m = CMsgClientLicenseList{} }
+func (m *CMsgClientLicenseList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLicenseList) ProtoMessage() {}
+func (*CMsgClientLicenseList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{26}
+}
+
+func (m *CMsgClientLicenseList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLicenseList.Unmarshal(m, b)
+}
+func (m *CMsgClientLicenseList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLicenseList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLicenseList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLicenseList.Merge(m, src)
+}
+func (m *CMsgClientLicenseList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLicenseList.Size(m)
+}
+func (m *CMsgClientLicenseList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLicenseList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLicenseList proto.InternalMessageInfo
+
+const Default_CMsgClientLicenseList_Eresult int32 = 2
+
+func (m *CMsgClientLicenseList) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLicenseList_Eresult
+}
+
+func (m *CMsgClientLicenseList) GetLicenses() []*CMsgClientLicenseList_License {
+ if m != nil {
+ return m.Licenses
+ }
+ return nil
+}
+
+type CMsgClientLicenseList_License struct {
+ PackageId *uint32 `protobuf:"varint,1,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
+ TimeCreated *uint32 `protobuf:"fixed32,2,opt,name=time_created,json=timeCreated" json:"time_created,omitempty"`
+ TimeNextProcess *uint32 `protobuf:"fixed32,3,opt,name=time_next_process,json=timeNextProcess" json:"time_next_process,omitempty"`
+ MinuteLimit *int32 `protobuf:"varint,4,opt,name=minute_limit,json=minuteLimit" json:"minute_limit,omitempty"`
+ MinutesUsed *int32 `protobuf:"varint,5,opt,name=minutes_used,json=minutesUsed" json:"minutes_used,omitempty"`
+ PaymentMethod *uint32 `protobuf:"varint,6,opt,name=payment_method,json=paymentMethod" json:"payment_method,omitempty"`
+ Flags *uint32 `protobuf:"varint,7,opt,name=flags" json:"flags,omitempty"`
+ PurchaseCountryCode *string `protobuf:"bytes,8,opt,name=purchase_country_code,json=purchaseCountryCode" json:"purchase_country_code,omitempty"`
+ LicenseType *uint32 `protobuf:"varint,9,opt,name=license_type,json=licenseType" json:"license_type,omitempty"`
+ TerritoryCode *int32 `protobuf:"varint,10,opt,name=territory_code,json=territoryCode" json:"territory_code,omitempty"`
+ ChangeNumber *int32 `protobuf:"varint,11,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ OwnerId *uint32 `protobuf:"varint,12,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
+ InitialPeriod *uint32 `protobuf:"varint,13,opt,name=initial_period,json=initialPeriod" json:"initial_period,omitempty"`
+ InitialTimeUnit *uint32 `protobuf:"varint,14,opt,name=initial_time_unit,json=initialTimeUnit" json:"initial_time_unit,omitempty"`
+ RenewalPeriod *uint32 `protobuf:"varint,15,opt,name=renewal_period,json=renewalPeriod" json:"renewal_period,omitempty"`
+ RenewalTimeUnit *uint32 `protobuf:"varint,16,opt,name=renewal_time_unit,json=renewalTimeUnit" json:"renewal_time_unit,omitempty"`
+ AccessToken *uint64 `protobuf:"varint,17,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
+ MasterPackageId *uint32 `protobuf:"varint,18,opt,name=master_package_id,json=masterPackageId" json:"master_package_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLicenseList_License) Reset() { *m = CMsgClientLicenseList_License{} }
+func (m *CMsgClientLicenseList_License) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLicenseList_License) ProtoMessage() {}
+func (*CMsgClientLicenseList_License) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{26, 0}
+}
+
+func (m *CMsgClientLicenseList_License) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLicenseList_License.Unmarshal(m, b)
+}
+func (m *CMsgClientLicenseList_License) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLicenseList_License.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLicenseList_License) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLicenseList_License.Merge(m, src)
+}
+func (m *CMsgClientLicenseList_License) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLicenseList_License.Size(m)
+}
+func (m *CMsgClientLicenseList_License) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLicenseList_License.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLicenseList_License proto.InternalMessageInfo
+
+func (m *CMsgClientLicenseList_License) GetPackageId() uint32 {
+ if m != nil && m.PackageId != nil {
+ return *m.PackageId
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetTimeCreated() uint32 {
+ if m != nil && m.TimeCreated != nil {
+ return *m.TimeCreated
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetTimeNextProcess() uint32 {
+ if m != nil && m.TimeNextProcess != nil {
+ return *m.TimeNextProcess
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetMinuteLimit() int32 {
+ if m != nil && m.MinuteLimit != nil {
+ return *m.MinuteLimit
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetMinutesUsed() int32 {
+ if m != nil && m.MinutesUsed != nil {
+ return *m.MinutesUsed
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetPaymentMethod() uint32 {
+ if m != nil && m.PaymentMethod != nil {
+ return *m.PaymentMethod
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetFlags() uint32 {
+ if m != nil && m.Flags != nil {
+ return *m.Flags
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetPurchaseCountryCode() string {
+ if m != nil && m.PurchaseCountryCode != nil {
+ return *m.PurchaseCountryCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLicenseList_License) GetLicenseType() uint32 {
+ if m != nil && m.LicenseType != nil {
+ return *m.LicenseType
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetTerritoryCode() int32 {
+ if m != nil && m.TerritoryCode != nil {
+ return *m.TerritoryCode
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetChangeNumber() int32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetOwnerId() uint32 {
+ if m != nil && m.OwnerId != nil {
+ return *m.OwnerId
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetInitialPeriod() uint32 {
+ if m != nil && m.InitialPeriod != nil {
+ return *m.InitialPeriod
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetInitialTimeUnit() uint32 {
+ if m != nil && m.InitialTimeUnit != nil {
+ return *m.InitialTimeUnit
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetRenewalPeriod() uint32 {
+ if m != nil && m.RenewalPeriod != nil {
+ return *m.RenewalPeriod
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetRenewalTimeUnit() uint32 {
+ if m != nil && m.RenewalTimeUnit != nil {
+ return *m.RenewalTimeUnit
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetAccessToken() uint64 {
+ if m != nil && m.AccessToken != nil {
+ return *m.AccessToken
+ }
+ return 0
+}
+
+func (m *CMsgClientLicenseList_License) GetMasterPackageId() uint32 {
+ if m != nil && m.MasterPackageId != nil {
+ return *m.MasterPackageId
+ }
+ return 0
+}
+
+type CMsgClientLBSSetScore struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ LeaderboardId *int32 `protobuf:"varint,2,opt,name=leaderboard_id,json=leaderboardId" json:"leaderboard_id,omitempty"`
+ Score *int32 `protobuf:"varint,3,opt,name=score" json:"score,omitempty"`
+ Details []byte `protobuf:"bytes,4,opt,name=details" json:"details,omitempty"`
+ UploadScoreMethod *int32 `protobuf:"varint,5,opt,name=upload_score_method,json=uploadScoreMethod" json:"upload_score_method,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSSetScore) Reset() { *m = CMsgClientLBSSetScore{} }
+func (m *CMsgClientLBSSetScore) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSSetScore) ProtoMessage() {}
+func (*CMsgClientLBSSetScore) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{27}
+}
+
+func (m *CMsgClientLBSSetScore) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSSetScore.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSSetScore) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSSetScore.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSSetScore) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSSetScore.Merge(m, src)
+}
+func (m *CMsgClientLBSSetScore) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSSetScore.Size(m)
+}
+func (m *CMsgClientLBSSetScore) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSSetScore.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSSetScore proto.InternalMessageInfo
+
+func (m *CMsgClientLBSSetScore) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetScore) GetLeaderboardId() int32 {
+ if m != nil && m.LeaderboardId != nil {
+ return *m.LeaderboardId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetScore) GetScore() int32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetScore) GetDetails() []byte {
+ if m != nil {
+ return m.Details
+ }
+ return nil
+}
+
+func (m *CMsgClientLBSSetScore) GetUploadScoreMethod() int32 {
+ if m != nil && m.UploadScoreMethod != nil {
+ return *m.UploadScoreMethod
+ }
+ return 0
+}
+
+type CMsgClientLBSSetScoreResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ LeaderboardEntryCount *int32 `protobuf:"varint,2,opt,name=leaderboard_entry_count,json=leaderboardEntryCount" json:"leaderboard_entry_count,omitempty"`
+ ScoreChanged *bool `protobuf:"varint,3,opt,name=score_changed,json=scoreChanged" json:"score_changed,omitempty"`
+ GlobalRankPrevious *int32 `protobuf:"varint,4,opt,name=global_rank_previous,json=globalRankPrevious" json:"global_rank_previous,omitempty"`
+ GlobalRankNew *int32 `protobuf:"varint,5,opt,name=global_rank_new,json=globalRankNew" json:"global_rank_new,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSSetScoreResponse) Reset() { *m = CMsgClientLBSSetScoreResponse{} }
+func (m *CMsgClientLBSSetScoreResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSSetScoreResponse) ProtoMessage() {}
+func (*CMsgClientLBSSetScoreResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{28}
+}
+
+func (m *CMsgClientLBSSetScoreResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSSetScoreResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSSetScoreResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSSetScoreResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSSetScoreResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSSetScoreResponse.Merge(m, src)
+}
+func (m *CMsgClientLBSSetScoreResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSSetScoreResponse.Size(m)
+}
+func (m *CMsgClientLBSSetScoreResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSSetScoreResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSSetScoreResponse proto.InternalMessageInfo
+
+const Default_CMsgClientLBSSetScoreResponse_Eresult int32 = 2
+
+func (m *CMsgClientLBSSetScoreResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLBSSetScoreResponse_Eresult
+}
+
+func (m *CMsgClientLBSSetScoreResponse) GetLeaderboardEntryCount() int32 {
+ if m != nil && m.LeaderboardEntryCount != nil {
+ return *m.LeaderboardEntryCount
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetScoreResponse) GetScoreChanged() bool {
+ if m != nil && m.ScoreChanged != nil {
+ return *m.ScoreChanged
+ }
+ return false
+}
+
+func (m *CMsgClientLBSSetScoreResponse) GetGlobalRankPrevious() int32 {
+ if m != nil && m.GlobalRankPrevious != nil {
+ return *m.GlobalRankPrevious
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetScoreResponse) GetGlobalRankNew() int32 {
+ if m != nil && m.GlobalRankNew != nil {
+ return *m.GlobalRankNew
+ }
+ return 0
+}
+
+type CMsgClientLBSSetUGC struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ LeaderboardId *int32 `protobuf:"varint,2,opt,name=leaderboard_id,json=leaderboardId" json:"leaderboard_id,omitempty"`
+ UgcId *uint64 `protobuf:"fixed64,3,opt,name=ugc_id,json=ugcId" json:"ugc_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSSetUGC) Reset() { *m = CMsgClientLBSSetUGC{} }
+func (m *CMsgClientLBSSetUGC) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSSetUGC) ProtoMessage() {}
+func (*CMsgClientLBSSetUGC) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{29}
+}
+
+func (m *CMsgClientLBSSetUGC) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSSetUGC.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSSetUGC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSSetUGC.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSSetUGC) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSSetUGC.Merge(m, src)
+}
+func (m *CMsgClientLBSSetUGC) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSSetUGC.Size(m)
+}
+func (m *CMsgClientLBSSetUGC) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSSetUGC.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSSetUGC proto.InternalMessageInfo
+
+func (m *CMsgClientLBSSetUGC) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetUGC) GetLeaderboardId() int32 {
+ if m != nil && m.LeaderboardId != nil {
+ return *m.LeaderboardId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSSetUGC) GetUgcId() uint64 {
+ if m != nil && m.UgcId != nil {
+ return *m.UgcId
+ }
+ return 0
+}
+
+type CMsgClientLBSSetUGCResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSSetUGCResponse) Reset() { *m = CMsgClientLBSSetUGCResponse{} }
+func (m *CMsgClientLBSSetUGCResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSSetUGCResponse) ProtoMessage() {}
+func (*CMsgClientLBSSetUGCResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{30}
+}
+
+func (m *CMsgClientLBSSetUGCResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSSetUGCResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSSetUGCResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSSetUGCResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSSetUGCResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSSetUGCResponse.Merge(m, src)
+}
+func (m *CMsgClientLBSSetUGCResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSSetUGCResponse.Size(m)
+}
+func (m *CMsgClientLBSSetUGCResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSSetUGCResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSSetUGCResponse proto.InternalMessageInfo
+
+const Default_CMsgClientLBSSetUGCResponse_Eresult int32 = 2
+
+func (m *CMsgClientLBSSetUGCResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLBSSetUGCResponse_Eresult
+}
+
+type CMsgClientLBSFindOrCreateLB struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ LeaderboardSortMethod *int32 `protobuf:"varint,2,opt,name=leaderboard_sort_method,json=leaderboardSortMethod" json:"leaderboard_sort_method,omitempty"`
+ LeaderboardDisplayType *int32 `protobuf:"varint,3,opt,name=leaderboard_display_type,json=leaderboardDisplayType" json:"leaderboard_display_type,omitempty"`
+ CreateIfNotFound *bool `protobuf:"varint,4,opt,name=create_if_not_found,json=createIfNotFound" json:"create_if_not_found,omitempty"`
+ LeaderboardName *string `protobuf:"bytes,5,opt,name=leaderboard_name,json=leaderboardName" json:"leaderboard_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSFindOrCreateLB) Reset() { *m = CMsgClientLBSFindOrCreateLB{} }
+func (m *CMsgClientLBSFindOrCreateLB) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSFindOrCreateLB) ProtoMessage() {}
+func (*CMsgClientLBSFindOrCreateLB) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{31}
+}
+
+func (m *CMsgClientLBSFindOrCreateLB) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSFindOrCreateLB.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSFindOrCreateLB) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSFindOrCreateLB.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSFindOrCreateLB) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSFindOrCreateLB.Merge(m, src)
+}
+func (m *CMsgClientLBSFindOrCreateLB) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSFindOrCreateLB.Size(m)
+}
+func (m *CMsgClientLBSFindOrCreateLB) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSFindOrCreateLB.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSFindOrCreateLB proto.InternalMessageInfo
+
+func (m *CMsgClientLBSFindOrCreateLB) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSFindOrCreateLB) GetLeaderboardSortMethod() int32 {
+ if m != nil && m.LeaderboardSortMethod != nil {
+ return *m.LeaderboardSortMethod
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSFindOrCreateLB) GetLeaderboardDisplayType() int32 {
+ if m != nil && m.LeaderboardDisplayType != nil {
+ return *m.LeaderboardDisplayType
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSFindOrCreateLB) GetCreateIfNotFound() bool {
+ if m != nil && m.CreateIfNotFound != nil {
+ return *m.CreateIfNotFound
+ }
+ return false
+}
+
+func (m *CMsgClientLBSFindOrCreateLB) GetLeaderboardName() string {
+ if m != nil && m.LeaderboardName != nil {
+ return *m.LeaderboardName
+ }
+ return ""
+}
+
+type CMsgClientLBSFindOrCreateLBResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ LeaderboardId *int32 `protobuf:"varint,2,opt,name=leaderboard_id,json=leaderboardId" json:"leaderboard_id,omitempty"`
+ LeaderboardEntryCount *int32 `protobuf:"varint,3,opt,name=leaderboard_entry_count,json=leaderboardEntryCount" json:"leaderboard_entry_count,omitempty"`
+ LeaderboardSortMethod *int32 `protobuf:"varint,4,opt,name=leaderboard_sort_method,json=leaderboardSortMethod,def=0" json:"leaderboard_sort_method,omitempty"`
+ LeaderboardDisplayType *int32 `protobuf:"varint,5,opt,name=leaderboard_display_type,json=leaderboardDisplayType,def=0" json:"leaderboard_display_type,omitempty"`
+ LeaderboardName *string `protobuf:"bytes,6,opt,name=leaderboard_name,json=leaderboardName" json:"leaderboard_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) Reset() { *m = CMsgClientLBSFindOrCreateLBResponse{} }
+func (m *CMsgClientLBSFindOrCreateLBResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSFindOrCreateLBResponse) ProtoMessage() {}
+func (*CMsgClientLBSFindOrCreateLBResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{32}
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSFindOrCreateLBResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSFindOrCreateLBResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSFindOrCreateLBResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSFindOrCreateLBResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSFindOrCreateLBResponse.Merge(m, src)
+}
+func (m *CMsgClientLBSFindOrCreateLBResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSFindOrCreateLBResponse.Size(m)
+}
+func (m *CMsgClientLBSFindOrCreateLBResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSFindOrCreateLBResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSFindOrCreateLBResponse proto.InternalMessageInfo
+
+const Default_CMsgClientLBSFindOrCreateLBResponse_Eresult int32 = 2
+const Default_CMsgClientLBSFindOrCreateLBResponse_LeaderboardSortMethod int32 = 0
+const Default_CMsgClientLBSFindOrCreateLBResponse_LeaderboardDisplayType int32 = 0
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLBSFindOrCreateLBResponse_Eresult
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) GetLeaderboardId() int32 {
+ if m != nil && m.LeaderboardId != nil {
+ return *m.LeaderboardId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) GetLeaderboardEntryCount() int32 {
+ if m != nil && m.LeaderboardEntryCount != nil {
+ return *m.LeaderboardEntryCount
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) GetLeaderboardSortMethod() int32 {
+ if m != nil && m.LeaderboardSortMethod != nil {
+ return *m.LeaderboardSortMethod
+ }
+ return Default_CMsgClientLBSFindOrCreateLBResponse_LeaderboardSortMethod
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) GetLeaderboardDisplayType() int32 {
+ if m != nil && m.LeaderboardDisplayType != nil {
+ return *m.LeaderboardDisplayType
+ }
+ return Default_CMsgClientLBSFindOrCreateLBResponse_LeaderboardDisplayType
+}
+
+func (m *CMsgClientLBSFindOrCreateLBResponse) GetLeaderboardName() string {
+ if m != nil && m.LeaderboardName != nil {
+ return *m.LeaderboardName
+ }
+ return ""
+}
+
+type CMsgClientLBSGetLBEntries struct {
+ AppId *int32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ LeaderboardId *int32 `protobuf:"varint,2,opt,name=leaderboard_id,json=leaderboardId" json:"leaderboard_id,omitempty"`
+ RangeStart *int32 `protobuf:"varint,3,opt,name=range_start,json=rangeStart" json:"range_start,omitempty"`
+ RangeEnd *int32 `protobuf:"varint,4,opt,name=range_end,json=rangeEnd" json:"range_end,omitempty"`
+ LeaderboardDataRequest *int32 `protobuf:"varint,5,opt,name=leaderboard_data_request,json=leaderboardDataRequest" json:"leaderboard_data_request,omitempty"`
+ Steamids []uint64 `protobuf:"fixed64,6,rep,name=steamids" json:"steamids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSGetLBEntries) Reset() { *m = CMsgClientLBSGetLBEntries{} }
+func (m *CMsgClientLBSGetLBEntries) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSGetLBEntries) ProtoMessage() {}
+func (*CMsgClientLBSGetLBEntries) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{33}
+}
+
+func (m *CMsgClientLBSGetLBEntries) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntries.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSGetLBEntries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntries.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSGetLBEntries) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSGetLBEntries.Merge(m, src)
+}
+func (m *CMsgClientLBSGetLBEntries) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntries.Size(m)
+}
+func (m *CMsgClientLBSGetLBEntries) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSGetLBEntries.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSGetLBEntries proto.InternalMessageInfo
+
+func (m *CMsgClientLBSGetLBEntries) GetAppId() int32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntries) GetLeaderboardId() int32 {
+ if m != nil && m.LeaderboardId != nil {
+ return *m.LeaderboardId
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntries) GetRangeStart() int32 {
+ if m != nil && m.RangeStart != nil {
+ return *m.RangeStart
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntries) GetRangeEnd() int32 {
+ if m != nil && m.RangeEnd != nil {
+ return *m.RangeEnd
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntries) GetLeaderboardDataRequest() int32 {
+ if m != nil && m.LeaderboardDataRequest != nil {
+ return *m.LeaderboardDataRequest
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntries) GetSteamids() []uint64 {
+ if m != nil {
+ return m.Steamids
+ }
+ return nil
+}
+
+type CMsgClientLBSGetLBEntriesResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ LeaderboardEntryCount *int32 `protobuf:"varint,2,opt,name=leaderboard_entry_count,json=leaderboardEntryCount" json:"leaderboard_entry_count,omitempty"`
+ Entries []*CMsgClientLBSGetLBEntriesResponse_Entry `protobuf:"bytes,3,rep,name=entries" json:"entries,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse) Reset() { *m = CMsgClientLBSGetLBEntriesResponse{} }
+func (m *CMsgClientLBSGetLBEntriesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSGetLBEntriesResponse) ProtoMessage() {}
+func (*CMsgClientLBSGetLBEntriesResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{34}
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse.Merge(m, src)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse.Size(m)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse proto.InternalMessageInfo
+
+const Default_CMsgClientLBSGetLBEntriesResponse_Eresult int32 = 2
+
+func (m *CMsgClientLBSGetLBEntriesResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLBSGetLBEntriesResponse_Eresult
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse) GetLeaderboardEntryCount() int32 {
+ if m != nil && m.LeaderboardEntryCount != nil {
+ return *m.LeaderboardEntryCount
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse) GetEntries() []*CMsgClientLBSGetLBEntriesResponse_Entry {
+ if m != nil {
+ return m.Entries
+ }
+ return nil
+}
+
+type CMsgClientLBSGetLBEntriesResponse_Entry struct {
+ SteamIdUser *uint64 `protobuf:"fixed64,1,opt,name=steam_id_user,json=steamIdUser" json:"steam_id_user,omitempty"`
+ GlobalRank *int32 `protobuf:"varint,2,opt,name=global_rank,json=globalRank" json:"global_rank,omitempty"`
+ Score *int32 `protobuf:"varint,3,opt,name=score" json:"score,omitempty"`
+ Details []byte `protobuf:"bytes,4,opt,name=details" json:"details,omitempty"`
+ UgcId *uint64 `protobuf:"fixed64,5,opt,name=ugc_id,json=ugcId" json:"ugc_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) Reset() {
+ *m = CMsgClientLBSGetLBEntriesResponse_Entry{}
+}
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLBSGetLBEntriesResponse_Entry) ProtoMessage() {}
+func (*CMsgClientLBSGetLBEntriesResponse_Entry) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{34, 0}
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse_Entry.Unmarshal(m, b)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse_Entry.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse_Entry.Merge(m, src)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse_Entry.Size(m)
+}
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse_Entry.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLBSGetLBEntriesResponse_Entry proto.InternalMessageInfo
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) GetSteamIdUser() uint64 {
+ if m != nil && m.SteamIdUser != nil {
+ return *m.SteamIdUser
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) GetGlobalRank() int32 {
+ if m != nil && m.GlobalRank != nil {
+ return *m.GlobalRank
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) GetScore() int32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) GetDetails() []byte {
+ if m != nil {
+ return m.Details
+ }
+ return nil
+}
+
+func (m *CMsgClientLBSGetLBEntriesResponse_Entry) GetUgcId() uint64 {
+ if m != nil && m.UgcId != nil {
+ return *m.UgcId
+ }
+ return 0
+}
+
+type CMsgClientAppMinutesPlayedData struct {
+ MinutesPlayed []*CMsgClientAppMinutesPlayedData_AppMinutesPlayedData `protobuf:"bytes,1,rep,name=minutes_played,json=minutesPlayed" json:"minutes_played,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppMinutesPlayedData) Reset() { *m = CMsgClientAppMinutesPlayedData{} }
+func (m *CMsgClientAppMinutesPlayedData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppMinutesPlayedData) ProtoMessage() {}
+func (*CMsgClientAppMinutesPlayedData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{35}
+}
+
+func (m *CMsgClientAppMinutesPlayedData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppMinutesPlayedData.Unmarshal(m, b)
+}
+func (m *CMsgClientAppMinutesPlayedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppMinutesPlayedData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppMinutesPlayedData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppMinutesPlayedData.Merge(m, src)
+}
+func (m *CMsgClientAppMinutesPlayedData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppMinutesPlayedData.Size(m)
+}
+func (m *CMsgClientAppMinutesPlayedData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppMinutesPlayedData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppMinutesPlayedData proto.InternalMessageInfo
+
+func (m *CMsgClientAppMinutesPlayedData) GetMinutesPlayed() []*CMsgClientAppMinutesPlayedData_AppMinutesPlayedData {
+ if m != nil {
+ return m.MinutesPlayed
+ }
+ return nil
+}
+
+type CMsgClientAppMinutesPlayedData_AppMinutesPlayedData struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Forever *int32 `protobuf:"varint,2,opt,name=forever" json:"forever,omitempty"`
+ LastTwoWeeks *int32 `protobuf:"varint,3,opt,name=last_two_weeks,json=lastTwoWeeks" json:"last_two_weeks,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) Reset() {
+ *m = CMsgClientAppMinutesPlayedData_AppMinutesPlayedData{}
+}
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) ProtoMessage() {}
+func (*CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{35, 0}
+}
+
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppMinutesPlayedData_AppMinutesPlayedData.Unmarshal(m, b)
+}
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppMinutesPlayedData_AppMinutesPlayedData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppMinutesPlayedData_AppMinutesPlayedData.Merge(m, src)
+}
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppMinutesPlayedData_AppMinutesPlayedData.Size(m)
+}
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppMinutesPlayedData_AppMinutesPlayedData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppMinutesPlayedData_AppMinutesPlayedData proto.InternalMessageInfo
+
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) GetForever() int32 {
+ if m != nil && m.Forever != nil {
+ return *m.Forever
+ }
+ return 0
+}
+
+func (m *CMsgClientAppMinutesPlayedData_AppMinutesPlayedData) GetLastTwoWeeks() int32 {
+ if m != nil && m.LastTwoWeeks != nil {
+ return *m.LastTwoWeeks
+ }
+ return 0
+}
+
+type CMsgClientIsLimitedAccount struct {
+ BisLimitedAccount *bool `protobuf:"varint,1,opt,name=bis_limited_account,json=bisLimitedAccount" json:"bis_limited_account,omitempty"`
+ BisCommunityBanned *bool `protobuf:"varint,2,opt,name=bis_community_banned,json=bisCommunityBanned" json:"bis_community_banned,omitempty"`
+ BisLockedAccount *bool `protobuf:"varint,3,opt,name=bis_locked_account,json=bisLockedAccount" json:"bis_locked_account,omitempty"`
+ BisLimitedAccountAllowedToInviteFriends *bool `protobuf:"varint,4,opt,name=bis_limited_account_allowed_to_invite_friends,json=bisLimitedAccountAllowedToInviteFriends" json:"bis_limited_account_allowed_to_invite_friends,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientIsLimitedAccount) Reset() { *m = CMsgClientIsLimitedAccount{} }
+func (m *CMsgClientIsLimitedAccount) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientIsLimitedAccount) ProtoMessage() {}
+func (*CMsgClientIsLimitedAccount) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{36}
+}
+
+func (m *CMsgClientIsLimitedAccount) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientIsLimitedAccount.Unmarshal(m, b)
+}
+func (m *CMsgClientIsLimitedAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientIsLimitedAccount.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientIsLimitedAccount) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientIsLimitedAccount.Merge(m, src)
+}
+func (m *CMsgClientIsLimitedAccount) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientIsLimitedAccount.Size(m)
+}
+func (m *CMsgClientIsLimitedAccount) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientIsLimitedAccount.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientIsLimitedAccount proto.InternalMessageInfo
+
+func (m *CMsgClientIsLimitedAccount) GetBisLimitedAccount() bool {
+ if m != nil && m.BisLimitedAccount != nil {
+ return *m.BisLimitedAccount
+ }
+ return false
+}
+
+func (m *CMsgClientIsLimitedAccount) GetBisCommunityBanned() bool {
+ if m != nil && m.BisCommunityBanned != nil {
+ return *m.BisCommunityBanned
+ }
+ return false
+}
+
+func (m *CMsgClientIsLimitedAccount) GetBisLockedAccount() bool {
+ if m != nil && m.BisLockedAccount != nil {
+ return *m.BisLockedAccount
+ }
+ return false
+}
+
+func (m *CMsgClientIsLimitedAccount) GetBisLimitedAccountAllowedToInviteFriends() bool {
+ if m != nil && m.BisLimitedAccountAllowedToInviteFriends != nil {
+ return *m.BisLimitedAccountAllowedToInviteFriends
+ }
+ return false
+}
+
+type CMsgClientRequestedClientStats struct {
+ StatsToSend []*CMsgClientRequestedClientStats_StatsToSend `protobuf:"bytes,1,rep,name=stats_to_send,json=statsToSend" json:"stats_to_send,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestedClientStats) Reset() { *m = CMsgClientRequestedClientStats{} }
+func (m *CMsgClientRequestedClientStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestedClientStats) ProtoMessage() {}
+func (*CMsgClientRequestedClientStats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{37}
+}
+
+func (m *CMsgClientRequestedClientStats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestedClientStats.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestedClientStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestedClientStats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestedClientStats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestedClientStats.Merge(m, src)
+}
+func (m *CMsgClientRequestedClientStats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestedClientStats.Size(m)
+}
+func (m *CMsgClientRequestedClientStats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestedClientStats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestedClientStats proto.InternalMessageInfo
+
+func (m *CMsgClientRequestedClientStats) GetStatsToSend() []*CMsgClientRequestedClientStats_StatsToSend {
+ if m != nil {
+ return m.StatsToSend
+ }
+ return nil
+}
+
+type CMsgClientRequestedClientStats_StatsToSend struct {
+ ClientStat *uint32 `protobuf:"varint,1,opt,name=client_stat,json=clientStat" json:"client_stat,omitempty"`
+ StatAggregateMethod *uint32 `protobuf:"varint,2,opt,name=stat_aggregate_method,json=statAggregateMethod" json:"stat_aggregate_method,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestedClientStats_StatsToSend) Reset() {
+ *m = CMsgClientRequestedClientStats_StatsToSend{}
+}
+func (m *CMsgClientRequestedClientStats_StatsToSend) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestedClientStats_StatsToSend) ProtoMessage() {}
+func (*CMsgClientRequestedClientStats_StatsToSend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{37, 0}
+}
+
+func (m *CMsgClientRequestedClientStats_StatsToSend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestedClientStats_StatsToSend.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestedClientStats_StatsToSend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestedClientStats_StatsToSend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestedClientStats_StatsToSend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestedClientStats_StatsToSend.Merge(m, src)
+}
+func (m *CMsgClientRequestedClientStats_StatsToSend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestedClientStats_StatsToSend.Size(m)
+}
+func (m *CMsgClientRequestedClientStats_StatsToSend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestedClientStats_StatsToSend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestedClientStats_StatsToSend proto.InternalMessageInfo
+
+func (m *CMsgClientRequestedClientStats_StatsToSend) GetClientStat() uint32 {
+ if m != nil && m.ClientStat != nil {
+ return *m.ClientStat
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestedClientStats_StatsToSend) GetStatAggregateMethod() uint32 {
+ if m != nil && m.StatAggregateMethod != nil {
+ return *m.StatAggregateMethod
+ }
+ return 0
+}
+
+type CMsgClientStat2 struct {
+ StatDetail []*CMsgClientStat2_StatDetail `protobuf:"bytes,1,rep,name=stat_detail,json=statDetail" json:"stat_detail,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStat2) Reset() { *m = CMsgClientStat2{} }
+func (m *CMsgClientStat2) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStat2) ProtoMessage() {}
+func (*CMsgClientStat2) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{38}
+}
+
+func (m *CMsgClientStat2) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStat2.Unmarshal(m, b)
+}
+func (m *CMsgClientStat2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStat2.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStat2) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStat2.Merge(m, src)
+}
+func (m *CMsgClientStat2) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStat2.Size(m)
+}
+func (m *CMsgClientStat2) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStat2.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStat2 proto.InternalMessageInfo
+
+func (m *CMsgClientStat2) GetStatDetail() []*CMsgClientStat2_StatDetail {
+ if m != nil {
+ return m.StatDetail
+ }
+ return nil
+}
+
+type CMsgClientStat2_StatDetail struct {
+ ClientStat *uint32 `protobuf:"varint,1,opt,name=client_stat,json=clientStat" json:"client_stat,omitempty"`
+ LlValue *int64 `protobuf:"varint,2,opt,name=ll_value,json=llValue" json:"ll_value,omitempty"`
+ TimeOfDay *uint32 `protobuf:"varint,3,opt,name=time_of_day,json=timeOfDay" json:"time_of_day,omitempty"`
+ CellId *uint32 `protobuf:"varint,4,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ DepotId *uint32 `protobuf:"varint,5,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ AppId *uint32 `protobuf:"varint,6,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStat2_StatDetail) Reset() { *m = CMsgClientStat2_StatDetail{} }
+func (m *CMsgClientStat2_StatDetail) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStat2_StatDetail) ProtoMessage() {}
+func (*CMsgClientStat2_StatDetail) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{38, 0}
+}
+
+func (m *CMsgClientStat2_StatDetail) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStat2_StatDetail.Unmarshal(m, b)
+}
+func (m *CMsgClientStat2_StatDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStat2_StatDetail.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStat2_StatDetail) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStat2_StatDetail.Merge(m, src)
+}
+func (m *CMsgClientStat2_StatDetail) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStat2_StatDetail.Size(m)
+}
+func (m *CMsgClientStat2_StatDetail) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStat2_StatDetail.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStat2_StatDetail proto.InternalMessageInfo
+
+func (m *CMsgClientStat2_StatDetail) GetClientStat() uint32 {
+ if m != nil && m.ClientStat != nil {
+ return *m.ClientStat
+ }
+ return 0
+}
+
+func (m *CMsgClientStat2_StatDetail) GetLlValue() int64 {
+ if m != nil && m.LlValue != nil {
+ return *m.LlValue
+ }
+ return 0
+}
+
+func (m *CMsgClientStat2_StatDetail) GetTimeOfDay() uint32 {
+ if m != nil && m.TimeOfDay != nil {
+ return *m.TimeOfDay
+ }
+ return 0
+}
+
+func (m *CMsgClientStat2_StatDetail) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientStat2_StatDetail) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *CMsgClientStat2_StatDetail) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientMMSSetRatelimitPolicyOnClient struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ EnableRateLimits *bool `protobuf:"varint,2,opt,name=enable_rate_limits,json=enableRateLimits" json:"enable_rate_limits,omitempty"`
+ SecondsPerMessage *int32 `protobuf:"varint,3,opt,name=seconds_per_message,json=secondsPerMessage" json:"seconds_per_message,omitempty"`
+ MillisecondsPerDataUpdate *int32 `protobuf:"varint,4,opt,name=milliseconds_per_data_update,json=millisecondsPerDataUpdate" json:"milliseconds_per_data_update,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) Reset() {
+ *m = CMsgClientMMSSetRatelimitPolicyOnClient{}
+}
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetRatelimitPolicyOnClient) ProtoMessage() {}
+func (*CMsgClientMMSSetRatelimitPolicyOnClient) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{39}
+}
+
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetRatelimitPolicyOnClient.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetRatelimitPolicyOnClient.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetRatelimitPolicyOnClient.Merge(m, src)
+}
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetRatelimitPolicyOnClient.Size(m)
+}
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetRatelimitPolicyOnClient.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetRatelimitPolicyOnClient proto.InternalMessageInfo
+
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) GetEnableRateLimits() bool {
+ if m != nil && m.EnableRateLimits != nil {
+ return *m.EnableRateLimits
+ }
+ return false
+}
+
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) GetSecondsPerMessage() int32 {
+ if m != nil && m.SecondsPerMessage != nil {
+ return *m.SecondsPerMessage
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetRatelimitPolicyOnClient) GetMillisecondsPerDataUpdate() int32 {
+ if m != nil && m.MillisecondsPerDataUpdate != nil {
+ return *m.MillisecondsPerDataUpdate
+ }
+ return 0
+}
+
+type CMsgClientMMSCreateLobby struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ MaxMembers *int32 `protobuf:"varint,2,opt,name=max_members,json=maxMembers" json:"max_members,omitempty"`
+ LobbyType *int32 `protobuf:"varint,3,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
+ LobbyFlags *int32 `protobuf:"varint,4,opt,name=lobby_flags,json=lobbyFlags" json:"lobby_flags,omitempty"`
+ CellId *uint32 `protobuf:"varint,5,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ DeprecatedPublicIp *uint32 `protobuf:"varint,6,opt,name=deprecated_public_ip,json=deprecatedPublicIp" json:"deprecated_public_ip,omitempty"`
+ Metadata []byte `protobuf:"bytes,7,opt,name=metadata" json:"metadata,omitempty"`
+ PersonaNameOwner *string `protobuf:"bytes,8,opt,name=persona_name_owner,json=personaNameOwner" json:"persona_name_owner,omitempty"`
+ PublicIp *CMsgIPAddress `protobuf:"bytes,9,opt,name=public_ip,json=publicIp" json:"public_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSCreateLobby) Reset() { *m = CMsgClientMMSCreateLobby{} }
+func (m *CMsgClientMMSCreateLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSCreateLobby) ProtoMessage() {}
+func (*CMsgClientMMSCreateLobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{40}
+}
+
+func (m *CMsgClientMMSCreateLobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSCreateLobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSCreateLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSCreateLobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSCreateLobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSCreateLobby.Merge(m, src)
+}
+func (m *CMsgClientMMSCreateLobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSCreateLobby.Size(m)
+}
+func (m *CMsgClientMMSCreateLobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSCreateLobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSCreateLobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSCreateLobby) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobby) GetMaxMembers() int32 {
+ if m != nil && m.MaxMembers != nil {
+ return *m.MaxMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobby) GetLobbyType() int32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobby) GetLobbyFlags() int32 {
+ if m != nil && m.LobbyFlags != nil {
+ return *m.LobbyFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobby) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobby) GetDeprecatedPublicIp() uint32 {
+ if m != nil && m.DeprecatedPublicIp != nil {
+ return *m.DeprecatedPublicIp
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobby) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+func (m *CMsgClientMMSCreateLobby) GetPersonaNameOwner() string {
+ if m != nil && m.PersonaNameOwner != nil {
+ return *m.PersonaNameOwner
+ }
+ return ""
+}
+
+func (m *CMsgClientMMSCreateLobby) GetPublicIp() *CMsgIPAddress {
+ if m != nil {
+ return m.PublicIp
+ }
+ return nil
+}
+
+type CMsgClientMMSCreateLobbyResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ Eresult *int32 `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSCreateLobbyResponse) Reset() { *m = CMsgClientMMSCreateLobbyResponse{} }
+func (m *CMsgClientMMSCreateLobbyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSCreateLobbyResponse) ProtoMessage() {}
+func (*CMsgClientMMSCreateLobbyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{41}
+}
+
+func (m *CMsgClientMMSCreateLobbyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSCreateLobbyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSCreateLobbyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSCreateLobbyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSCreateLobbyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSCreateLobbyResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSCreateLobbyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSCreateLobbyResponse.Size(m)
+}
+func (m *CMsgClientMMSCreateLobbyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSCreateLobbyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSCreateLobbyResponse proto.InternalMessageInfo
+
+const Default_CMsgClientMMSCreateLobbyResponse_Eresult int32 = 2
+
+func (m *CMsgClientMMSCreateLobbyResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobbyResponse) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSCreateLobbyResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientMMSCreateLobbyResponse_Eresult
+}
+
+type CMsgClientMMSJoinLobby struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ PersonaName *string `protobuf:"bytes,3,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSJoinLobby) Reset() { *m = CMsgClientMMSJoinLobby{} }
+func (m *CMsgClientMMSJoinLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSJoinLobby) ProtoMessage() {}
+func (*CMsgClientMMSJoinLobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{42}
+}
+
+func (m *CMsgClientMMSJoinLobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSJoinLobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSJoinLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSJoinLobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSJoinLobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSJoinLobby.Merge(m, src)
+}
+func (m *CMsgClientMMSJoinLobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSJoinLobby.Size(m)
+}
+func (m *CMsgClientMMSJoinLobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSJoinLobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSJoinLobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSJoinLobby) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobby) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobby) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+type CMsgClientMMSJoinLobbyResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ ChatRoomEnterResponse *int32 `protobuf:"varint,3,opt,name=chat_room_enter_response,json=chatRoomEnterResponse" json:"chat_room_enter_response,omitempty"`
+ MaxMembers *int32 `protobuf:"varint,4,opt,name=max_members,json=maxMembers" json:"max_members,omitempty"`
+ LobbyType *int32 `protobuf:"varint,5,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
+ LobbyFlags *int32 `protobuf:"varint,6,opt,name=lobby_flags,json=lobbyFlags" json:"lobby_flags,omitempty"`
+ SteamIdOwner *uint64 `protobuf:"fixed64,7,opt,name=steam_id_owner,json=steamIdOwner" json:"steam_id_owner,omitempty"`
+ Metadata []byte `protobuf:"bytes,8,opt,name=metadata" json:"metadata,omitempty"`
+ Members []*CMsgClientMMSJoinLobbyResponse_Member `protobuf:"bytes,9,rep,name=members" json:"members,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) Reset() { *m = CMsgClientMMSJoinLobbyResponse{} }
+func (m *CMsgClientMMSJoinLobbyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSJoinLobbyResponse) ProtoMessage() {}
+func (*CMsgClientMMSJoinLobbyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{43}
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSJoinLobbyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSJoinLobbyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSJoinLobbyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSJoinLobbyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSJoinLobbyResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSJoinLobbyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSJoinLobbyResponse.Size(m)
+}
+func (m *CMsgClientMMSJoinLobbyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSJoinLobbyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSJoinLobbyResponse proto.InternalMessageInfo
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetChatRoomEnterResponse() int32 {
+ if m != nil && m.ChatRoomEnterResponse != nil {
+ return *m.ChatRoomEnterResponse
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetMaxMembers() int32 {
+ if m != nil && m.MaxMembers != nil {
+ return *m.MaxMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetLobbyType() int32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetLobbyFlags() int32 {
+ if m != nil && m.LobbyFlags != nil {
+ return *m.LobbyFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetSteamIdOwner() uint64 {
+ if m != nil && m.SteamIdOwner != nil {
+ return *m.SteamIdOwner
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse) GetMembers() []*CMsgClientMMSJoinLobbyResponse_Member {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+type CMsgClientMMSJoinLobbyResponse_Member struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
+ Metadata []byte `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse_Member) Reset() { *m = CMsgClientMMSJoinLobbyResponse_Member{} }
+func (m *CMsgClientMMSJoinLobbyResponse_Member) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSJoinLobbyResponse_Member) ProtoMessage() {}
+func (*CMsgClientMMSJoinLobbyResponse_Member) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{43, 0}
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse_Member) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSJoinLobbyResponse_Member.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSJoinLobbyResponse_Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSJoinLobbyResponse_Member.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSJoinLobbyResponse_Member) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSJoinLobbyResponse_Member.Merge(m, src)
+}
+func (m *CMsgClientMMSJoinLobbyResponse_Member) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSJoinLobbyResponse_Member.Size(m)
+}
+func (m *CMsgClientMMSJoinLobbyResponse_Member) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSJoinLobbyResponse_Member.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSJoinLobbyResponse_Member proto.InternalMessageInfo
+
+func (m *CMsgClientMMSJoinLobbyResponse_Member) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse_Member) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgClientMMSJoinLobbyResponse_Member) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+type CMsgClientMMSLeaveLobby struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSLeaveLobby) Reset() { *m = CMsgClientMMSLeaveLobby{} }
+func (m *CMsgClientMMSLeaveLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSLeaveLobby) ProtoMessage() {}
+func (*CMsgClientMMSLeaveLobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{44}
+}
+
+func (m *CMsgClientMMSLeaveLobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSLeaveLobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSLeaveLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSLeaveLobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSLeaveLobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSLeaveLobby.Merge(m, src)
+}
+func (m *CMsgClientMMSLeaveLobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSLeaveLobby.Size(m)
+}
+func (m *CMsgClientMMSLeaveLobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSLeaveLobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSLeaveLobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSLeaveLobby) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLeaveLobby) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+type CMsgClientMMSLeaveLobbyResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ Eresult *int32 `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSLeaveLobbyResponse) Reset() { *m = CMsgClientMMSLeaveLobbyResponse{} }
+func (m *CMsgClientMMSLeaveLobbyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSLeaveLobbyResponse) ProtoMessage() {}
+func (*CMsgClientMMSLeaveLobbyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{45}
+}
+
+func (m *CMsgClientMMSLeaveLobbyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSLeaveLobbyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSLeaveLobbyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSLeaveLobbyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSLeaveLobbyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSLeaveLobbyResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSLeaveLobbyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSLeaveLobbyResponse.Size(m)
+}
+func (m *CMsgClientMMSLeaveLobbyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSLeaveLobbyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSLeaveLobbyResponse proto.InternalMessageInfo
+
+const Default_CMsgClientMMSLeaveLobbyResponse_Eresult int32 = 2
+
+func (m *CMsgClientMMSLeaveLobbyResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLeaveLobbyResponse) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLeaveLobbyResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientMMSLeaveLobbyResponse_Eresult
+}
+
+type CMsgClientMMSGetLobbyList struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ NumLobbiesRequested *int32 `protobuf:"varint,3,opt,name=num_lobbies_requested,json=numLobbiesRequested" json:"num_lobbies_requested,omitempty"`
+ CellId *uint32 `protobuf:"varint,4,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ DeprecatedPublicIp *uint32 `protobuf:"varint,5,opt,name=deprecated_public_ip,json=deprecatedPublicIp" json:"deprecated_public_ip,omitempty"`
+ Filters []*CMsgClientMMSGetLobbyList_Filter `protobuf:"bytes,6,rep,name=filters" json:"filters,omitempty"`
+ PublicIp *CMsgIPAddress `protobuf:"bytes,7,opt,name=public_ip,json=publicIp" json:"public_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyList) Reset() { *m = CMsgClientMMSGetLobbyList{} }
+func (m *CMsgClientMMSGetLobbyList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyList) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{46}
+}
+
+func (m *CMsgClientMMSGetLobbyList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyList.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyList.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyList.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyList proto.InternalMessageInfo
+
+func (m *CMsgClientMMSGetLobbyList) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyList) GetNumLobbiesRequested() int32 {
+ if m != nil && m.NumLobbiesRequested != nil {
+ return *m.NumLobbiesRequested
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyList) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyList) GetDeprecatedPublicIp() uint32 {
+ if m != nil && m.DeprecatedPublicIp != nil {
+ return *m.DeprecatedPublicIp
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyList) GetFilters() []*CMsgClientMMSGetLobbyList_Filter {
+ if m != nil {
+ return m.Filters
+ }
+ return nil
+}
+
+func (m *CMsgClientMMSGetLobbyList) GetPublicIp() *CMsgIPAddress {
+ if m != nil {
+ return m.PublicIp
+ }
+ return nil
+}
+
+type CMsgClientMMSGetLobbyList_Filter struct {
+ Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
+ Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
+ Comparision *int32 `protobuf:"varint,3,opt,name=comparision" json:"comparision,omitempty"`
+ FilterType *int32 `protobuf:"varint,4,opt,name=filter_type,json=filterType" json:"filter_type,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyList_Filter) Reset() { *m = CMsgClientMMSGetLobbyList_Filter{} }
+func (m *CMsgClientMMSGetLobbyList_Filter) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyList_Filter) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyList_Filter) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{46, 0}
+}
+
+func (m *CMsgClientMMSGetLobbyList_Filter) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyList_Filter.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyList_Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyList_Filter.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyList_Filter) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyList_Filter.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyList_Filter) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyList_Filter.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyList_Filter) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyList_Filter.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyList_Filter proto.InternalMessageInfo
+
+func (m *CMsgClientMMSGetLobbyList_Filter) GetKey() string {
+ if m != nil && m.Key != nil {
+ return *m.Key
+ }
+ return ""
+}
+
+func (m *CMsgClientMMSGetLobbyList_Filter) GetValue() string {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return ""
+}
+
+func (m *CMsgClientMMSGetLobbyList_Filter) GetComparision() int32 {
+ if m != nil && m.Comparision != nil {
+ return *m.Comparision
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyList_Filter) GetFilterType() int32 {
+ if m != nil && m.FilterType != nil {
+ return *m.FilterType
+ }
+ return 0
+}
+
+type CMsgClientMMSGetLobbyListResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Eresult *int32 `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Lobbies []*CMsgClientMMSGetLobbyListResponse_Lobby `protobuf:"bytes,4,rep,name=lobbies" json:"lobbies,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse) Reset() { *m = CMsgClientMMSGetLobbyListResponse{} }
+func (m *CMsgClientMMSGetLobbyListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyListResponse) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyListResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{47}
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyListResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyListResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyListResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyListResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyListResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyListResponse.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyListResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyListResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyListResponse proto.InternalMessageInfo
+
+const Default_CMsgClientMMSGetLobbyListResponse_Eresult int32 = 2
+
+func (m *CMsgClientMMSGetLobbyListResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientMMSGetLobbyListResponse_Eresult
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse) GetLobbies() []*CMsgClientMMSGetLobbyListResponse_Lobby {
+ if m != nil {
+ return m.Lobbies
+ }
+ return nil
+}
+
+type CMsgClientMMSGetLobbyListResponse_Lobby struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ MaxMembers *int32 `protobuf:"varint,2,opt,name=max_members,json=maxMembers" json:"max_members,omitempty"`
+ LobbyType *int32 `protobuf:"varint,3,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
+ LobbyFlags *int32 `protobuf:"varint,4,opt,name=lobby_flags,json=lobbyFlags" json:"lobby_flags,omitempty"`
+ Metadata []byte `protobuf:"bytes,5,opt,name=metadata" json:"metadata,omitempty"`
+ NumMembers *int32 `protobuf:"varint,6,opt,name=num_members,json=numMembers" json:"num_members,omitempty"`
+ Distance *float32 `protobuf:"fixed32,7,opt,name=distance" json:"distance,omitempty"`
+ Weight *int64 `protobuf:"varint,8,opt,name=weight" json:"weight,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) Reset() {
+ *m = CMsgClientMMSGetLobbyListResponse_Lobby{}
+}
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyListResponse_Lobby) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyListResponse_Lobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{47, 0}
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyListResponse_Lobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyListResponse_Lobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyListResponse_Lobby.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyListResponse_Lobby.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyListResponse_Lobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyListResponse_Lobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetMaxMembers() int32 {
+ if m != nil && m.MaxMembers != nil {
+ return *m.MaxMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetLobbyType() int32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetLobbyFlags() int32 {
+ if m != nil && m.LobbyFlags != nil {
+ return *m.LobbyFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetNumMembers() int32 {
+ if m != nil && m.NumMembers != nil {
+ return *m.NumMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetDistance() float32 {
+ if m != nil && m.Distance != nil {
+ return *m.Distance
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyListResponse_Lobby) GetWeight() int64 {
+ if m != nil && m.Weight != nil {
+ return *m.Weight
+ }
+ return 0
+}
+
+type CMsgClientMMSSetLobbyData struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdMember *uint64 `protobuf:"fixed64,3,opt,name=steam_id_member,json=steamIdMember" json:"steam_id_member,omitempty"`
+ MaxMembers *int32 `protobuf:"varint,4,opt,name=max_members,json=maxMembers" json:"max_members,omitempty"`
+ LobbyType *int32 `protobuf:"varint,5,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
+ LobbyFlags *int32 `protobuf:"varint,6,opt,name=lobby_flags,json=lobbyFlags" json:"lobby_flags,omitempty"`
+ Metadata []byte `protobuf:"bytes,7,opt,name=metadata" json:"metadata,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetLobbyData) Reset() { *m = CMsgClientMMSSetLobbyData{} }
+func (m *CMsgClientMMSSetLobbyData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetLobbyData) ProtoMessage() {}
+func (*CMsgClientMMSSetLobbyData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{48}
+}
+
+func (m *CMsgClientMMSSetLobbyData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyData.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetLobbyData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetLobbyData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetLobbyData.Merge(m, src)
+}
+func (m *CMsgClientMMSSetLobbyData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyData.Size(m)
+}
+func (m *CMsgClientMMSSetLobbyData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetLobbyData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetLobbyData proto.InternalMessageInfo
+
+func (m *CMsgClientMMSSetLobbyData) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyData) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyData) GetSteamIdMember() uint64 {
+ if m != nil && m.SteamIdMember != nil {
+ return *m.SteamIdMember
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyData) GetMaxMembers() int32 {
+ if m != nil && m.MaxMembers != nil {
+ return *m.MaxMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyData) GetLobbyType() int32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyData) GetLobbyFlags() int32 {
+ if m != nil && m.LobbyFlags != nil {
+ return *m.LobbyFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyData) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+type CMsgClientMMSSetLobbyDataResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ Eresult *int32 `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetLobbyDataResponse) Reset() { *m = CMsgClientMMSSetLobbyDataResponse{} }
+func (m *CMsgClientMMSSetLobbyDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetLobbyDataResponse) ProtoMessage() {}
+func (*CMsgClientMMSSetLobbyDataResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{49}
+}
+
+func (m *CMsgClientMMSSetLobbyDataResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyDataResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetLobbyDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyDataResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetLobbyDataResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetLobbyDataResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSSetLobbyDataResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyDataResponse.Size(m)
+}
+func (m *CMsgClientMMSSetLobbyDataResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetLobbyDataResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetLobbyDataResponse proto.InternalMessageInfo
+
+const Default_CMsgClientMMSSetLobbyDataResponse_Eresult int32 = 2
+
+func (m *CMsgClientMMSSetLobbyDataResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyDataResponse) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyDataResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientMMSSetLobbyDataResponse_Eresult
+}
+
+type CMsgClientMMSGetLobbyData struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyData) Reset() { *m = CMsgClientMMSGetLobbyData{} }
+func (m *CMsgClientMMSGetLobbyData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyData) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{50}
+}
+
+func (m *CMsgClientMMSGetLobbyData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyData.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyData.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyData.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyData proto.InternalMessageInfo
+
+func (m *CMsgClientMMSGetLobbyData) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyData) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+type CMsgClientMMSLobbyData struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ NumMembers *int32 `protobuf:"varint,3,opt,name=num_members,json=numMembers" json:"num_members,omitempty"`
+ MaxMembers *int32 `protobuf:"varint,4,opt,name=max_members,json=maxMembers" json:"max_members,omitempty"`
+ LobbyType *int32 `protobuf:"varint,5,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
+ LobbyFlags *int32 `protobuf:"varint,6,opt,name=lobby_flags,json=lobbyFlags" json:"lobby_flags,omitempty"`
+ SteamIdOwner *uint64 `protobuf:"fixed64,7,opt,name=steam_id_owner,json=steamIdOwner" json:"steam_id_owner,omitempty"`
+ Metadata []byte `protobuf:"bytes,8,opt,name=metadata" json:"metadata,omitempty"`
+ Members []*CMsgClientMMSLobbyData_Member `protobuf:"bytes,9,rep,name=members" json:"members,omitempty"`
+ LobbyCellid *uint32 `protobuf:"varint,10,opt,name=lobby_cellid,json=lobbyCellid" json:"lobby_cellid,omitempty"`
+ OwnerShouldAcceptChanges *bool `protobuf:"varint,11,opt,name=owner_should_accept_changes,json=ownerShouldAcceptChanges" json:"owner_should_accept_changes,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSLobbyData) Reset() { *m = CMsgClientMMSLobbyData{} }
+func (m *CMsgClientMMSLobbyData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSLobbyData) ProtoMessage() {}
+func (*CMsgClientMMSLobbyData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{51}
+}
+
+func (m *CMsgClientMMSLobbyData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSLobbyData.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSLobbyData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSLobbyData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSLobbyData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSLobbyData.Merge(m, src)
+}
+func (m *CMsgClientMMSLobbyData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSLobbyData.Size(m)
+}
+func (m *CMsgClientMMSLobbyData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSLobbyData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSLobbyData proto.InternalMessageInfo
+
+func (m *CMsgClientMMSLobbyData) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetNumMembers() int32 {
+ if m != nil && m.NumMembers != nil {
+ return *m.NumMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetMaxMembers() int32 {
+ if m != nil && m.MaxMembers != nil {
+ return *m.MaxMembers
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetLobbyType() int32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetLobbyFlags() int32 {
+ if m != nil && m.LobbyFlags != nil {
+ return *m.LobbyFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetSteamIdOwner() uint64 {
+ if m != nil && m.SteamIdOwner != nil {
+ return *m.SteamIdOwner
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+func (m *CMsgClientMMSLobbyData) GetMembers() []*CMsgClientMMSLobbyData_Member {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CMsgClientMMSLobbyData) GetLobbyCellid() uint32 {
+ if m != nil && m.LobbyCellid != nil {
+ return *m.LobbyCellid
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData) GetOwnerShouldAcceptChanges() bool {
+ if m != nil && m.OwnerShouldAcceptChanges != nil {
+ return *m.OwnerShouldAcceptChanges
+ }
+ return false
+}
+
+type CMsgClientMMSLobbyData_Member struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
+ Metadata []byte `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSLobbyData_Member) Reset() { *m = CMsgClientMMSLobbyData_Member{} }
+func (m *CMsgClientMMSLobbyData_Member) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSLobbyData_Member) ProtoMessage() {}
+func (*CMsgClientMMSLobbyData_Member) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{51, 0}
+}
+
+func (m *CMsgClientMMSLobbyData_Member) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSLobbyData_Member.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSLobbyData_Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSLobbyData_Member.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSLobbyData_Member) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSLobbyData_Member.Merge(m, src)
+}
+func (m *CMsgClientMMSLobbyData_Member) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSLobbyData_Member.Size(m)
+}
+func (m *CMsgClientMMSLobbyData_Member) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSLobbyData_Member.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSLobbyData_Member proto.InternalMessageInfo
+
+func (m *CMsgClientMMSLobbyData_Member) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyData_Member) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgClientMMSLobbyData_Member) GetMetadata() []byte {
+ if m != nil {
+ return m.Metadata
+ }
+ return nil
+}
+
+type CMsgClientMMSSendLobbyChatMsg struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdTarget *uint64 `protobuf:"fixed64,3,opt,name=steam_id_target,json=steamIdTarget" json:"steam_id_target,omitempty"`
+ LobbyMessage []byte `protobuf:"bytes,4,opt,name=lobby_message,json=lobbyMessage" json:"lobby_message,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSendLobbyChatMsg) Reset() { *m = CMsgClientMMSSendLobbyChatMsg{} }
+func (m *CMsgClientMMSSendLobbyChatMsg) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSendLobbyChatMsg) ProtoMessage() {}
+func (*CMsgClientMMSSendLobbyChatMsg) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{52}
+}
+
+func (m *CMsgClientMMSSendLobbyChatMsg) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSendLobbyChatMsg.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSendLobbyChatMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSendLobbyChatMsg.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSendLobbyChatMsg) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSendLobbyChatMsg.Merge(m, src)
+}
+func (m *CMsgClientMMSSendLobbyChatMsg) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSendLobbyChatMsg.Size(m)
+}
+func (m *CMsgClientMMSSendLobbyChatMsg) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSendLobbyChatMsg.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSendLobbyChatMsg proto.InternalMessageInfo
+
+func (m *CMsgClientMMSSendLobbyChatMsg) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSendLobbyChatMsg) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSendLobbyChatMsg) GetSteamIdTarget() uint64 {
+ if m != nil && m.SteamIdTarget != nil {
+ return *m.SteamIdTarget
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSendLobbyChatMsg) GetLobbyMessage() []byte {
+ if m != nil {
+ return m.LobbyMessage
+ }
+ return nil
+}
+
+type CMsgClientMMSLobbyChatMsg struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdSender *uint64 `protobuf:"fixed64,3,opt,name=steam_id_sender,json=steamIdSender" json:"steam_id_sender,omitempty"`
+ LobbyMessage []byte `protobuf:"bytes,4,opt,name=lobby_message,json=lobbyMessage" json:"lobby_message,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSLobbyChatMsg) Reset() { *m = CMsgClientMMSLobbyChatMsg{} }
+func (m *CMsgClientMMSLobbyChatMsg) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSLobbyChatMsg) ProtoMessage() {}
+func (*CMsgClientMMSLobbyChatMsg) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{53}
+}
+
+func (m *CMsgClientMMSLobbyChatMsg) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSLobbyChatMsg.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSLobbyChatMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSLobbyChatMsg.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSLobbyChatMsg) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSLobbyChatMsg.Merge(m, src)
+}
+func (m *CMsgClientMMSLobbyChatMsg) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSLobbyChatMsg.Size(m)
+}
+func (m *CMsgClientMMSLobbyChatMsg) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSLobbyChatMsg.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSLobbyChatMsg proto.InternalMessageInfo
+
+func (m *CMsgClientMMSLobbyChatMsg) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyChatMsg) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyChatMsg) GetSteamIdSender() uint64 {
+ if m != nil && m.SteamIdSender != nil {
+ return *m.SteamIdSender
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyChatMsg) GetLobbyMessage() []byte {
+ if m != nil {
+ return m.LobbyMessage
+ }
+ return nil
+}
+
+type CMsgClientMMSSetLobbyOwner struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdNewOwner *uint64 `protobuf:"fixed64,3,opt,name=steam_id_new_owner,json=steamIdNewOwner" json:"steam_id_new_owner,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetLobbyOwner) Reset() { *m = CMsgClientMMSSetLobbyOwner{} }
+func (m *CMsgClientMMSSetLobbyOwner) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetLobbyOwner) ProtoMessage() {}
+func (*CMsgClientMMSSetLobbyOwner) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{54}
+}
+
+func (m *CMsgClientMMSSetLobbyOwner) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyOwner.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetLobbyOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyOwner.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetLobbyOwner) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetLobbyOwner.Merge(m, src)
+}
+func (m *CMsgClientMMSSetLobbyOwner) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyOwner.Size(m)
+}
+func (m *CMsgClientMMSSetLobbyOwner) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetLobbyOwner.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetLobbyOwner proto.InternalMessageInfo
+
+func (m *CMsgClientMMSSetLobbyOwner) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyOwner) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyOwner) GetSteamIdNewOwner() uint64 {
+ if m != nil && m.SteamIdNewOwner != nil {
+ return *m.SteamIdNewOwner
+ }
+ return 0
+}
+
+type CMsgClientMMSSetLobbyOwnerResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ Eresult *int32 `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetLobbyOwnerResponse) Reset() { *m = CMsgClientMMSSetLobbyOwnerResponse{} }
+func (m *CMsgClientMMSSetLobbyOwnerResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetLobbyOwnerResponse) ProtoMessage() {}
+func (*CMsgClientMMSSetLobbyOwnerResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{55}
+}
+
+func (m *CMsgClientMMSSetLobbyOwnerResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyOwnerResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetLobbyOwnerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyOwnerResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetLobbyOwnerResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetLobbyOwnerResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSSetLobbyOwnerResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyOwnerResponse.Size(m)
+}
+func (m *CMsgClientMMSSetLobbyOwnerResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetLobbyOwnerResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetLobbyOwnerResponse proto.InternalMessageInfo
+
+const Default_CMsgClientMMSSetLobbyOwnerResponse_Eresult int32 = 2
+
+func (m *CMsgClientMMSSetLobbyOwnerResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyOwnerResponse) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyOwnerResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientMMSSetLobbyOwnerResponse_Eresult
+}
+
+type CMsgClientMMSSetLobbyLinked struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdLobby2 *uint64 `protobuf:"fixed64,3,opt,name=steam_id_lobby2,json=steamIdLobby2" json:"steam_id_lobby2,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetLobbyLinked) Reset() { *m = CMsgClientMMSSetLobbyLinked{} }
+func (m *CMsgClientMMSSetLobbyLinked) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetLobbyLinked) ProtoMessage() {}
+func (*CMsgClientMMSSetLobbyLinked) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{56}
+}
+
+func (m *CMsgClientMMSSetLobbyLinked) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyLinked.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetLobbyLinked) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyLinked.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetLobbyLinked) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetLobbyLinked.Merge(m, src)
+}
+func (m *CMsgClientMMSSetLobbyLinked) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyLinked.Size(m)
+}
+func (m *CMsgClientMMSSetLobbyLinked) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetLobbyLinked.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetLobbyLinked proto.InternalMessageInfo
+
+func (m *CMsgClientMMSSetLobbyLinked) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyLinked) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyLinked) GetSteamIdLobby2() uint64 {
+ if m != nil && m.SteamIdLobby2 != nil {
+ return *m.SteamIdLobby2
+ }
+ return 0
+}
+
+type CMsgClientMMSSetLobbyGameServer struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ DeprecatedGameServerIp *uint32 `protobuf:"varint,3,opt,name=deprecated_game_server_ip,json=deprecatedGameServerIp" json:"deprecated_game_server_ip,omitempty"`
+ GameServerPort *uint32 `protobuf:"varint,4,opt,name=game_server_port,json=gameServerPort" json:"game_server_port,omitempty"`
+ GameServerSteamId *uint64 `protobuf:"fixed64,5,opt,name=game_server_steam_id,json=gameServerSteamId" json:"game_server_steam_id,omitempty"`
+ GameServerIp *CMsgIPAddress `protobuf:"bytes,6,opt,name=game_server_ip,json=gameServerIp" json:"game_server_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) Reset() { *m = CMsgClientMMSSetLobbyGameServer{} }
+func (m *CMsgClientMMSSetLobbyGameServer) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSSetLobbyGameServer) ProtoMessage() {}
+func (*CMsgClientMMSSetLobbyGameServer) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{57}
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyGameServer.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSSetLobbyGameServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyGameServer.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSSetLobbyGameServer) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSSetLobbyGameServer.Merge(m, src)
+}
+func (m *CMsgClientMMSSetLobbyGameServer) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSSetLobbyGameServer.Size(m)
+}
+func (m *CMsgClientMMSSetLobbyGameServer) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSSetLobbyGameServer.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSSetLobbyGameServer proto.InternalMessageInfo
+
+func (m *CMsgClientMMSSetLobbyGameServer) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) GetDeprecatedGameServerIp() uint32 {
+ if m != nil && m.DeprecatedGameServerIp != nil {
+ return *m.DeprecatedGameServerIp
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) GetGameServerPort() uint32 {
+ if m != nil && m.GameServerPort != nil {
+ return *m.GameServerPort
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) GetGameServerSteamId() uint64 {
+ if m != nil && m.GameServerSteamId != nil {
+ return *m.GameServerSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSSetLobbyGameServer) GetGameServerIp() *CMsgIPAddress {
+ if m != nil {
+ return m.GameServerIp
+ }
+ return nil
+}
+
+type CMsgClientMMSLobbyGameServerSet struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ DeprecatedGameServerIp *uint32 `protobuf:"varint,3,opt,name=deprecated_game_server_ip,json=deprecatedGameServerIp" json:"deprecated_game_server_ip,omitempty"`
+ GameServerPort *uint32 `protobuf:"varint,4,opt,name=game_server_port,json=gameServerPort" json:"game_server_port,omitempty"`
+ GameServerSteamId *uint64 `protobuf:"fixed64,5,opt,name=game_server_steam_id,json=gameServerSteamId" json:"game_server_steam_id,omitempty"`
+ GameServerIp *CMsgIPAddress `protobuf:"bytes,6,opt,name=game_server_ip,json=gameServerIp" json:"game_server_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) Reset() { *m = CMsgClientMMSLobbyGameServerSet{} }
+func (m *CMsgClientMMSLobbyGameServerSet) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSLobbyGameServerSet) ProtoMessage() {}
+func (*CMsgClientMMSLobbyGameServerSet) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{58}
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSLobbyGameServerSet.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSLobbyGameServerSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSLobbyGameServerSet.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSLobbyGameServerSet) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSLobbyGameServerSet.Merge(m, src)
+}
+func (m *CMsgClientMMSLobbyGameServerSet) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSLobbyGameServerSet.Size(m)
+}
+func (m *CMsgClientMMSLobbyGameServerSet) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSLobbyGameServerSet.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSLobbyGameServerSet proto.InternalMessageInfo
+
+func (m *CMsgClientMMSLobbyGameServerSet) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) GetDeprecatedGameServerIp() uint32 {
+ if m != nil && m.DeprecatedGameServerIp != nil {
+ return *m.DeprecatedGameServerIp
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) GetGameServerPort() uint32 {
+ if m != nil && m.GameServerPort != nil {
+ return *m.GameServerPort
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) GetGameServerSteamId() uint64 {
+ if m != nil && m.GameServerSteamId != nil {
+ return *m.GameServerSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSLobbyGameServerSet) GetGameServerIp() *CMsgIPAddress {
+ if m != nil {
+ return m.GameServerIp
+ }
+ return nil
+}
+
+type CMsgClientMMSUserJoinedLobby struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdUser *uint64 `protobuf:"fixed64,3,opt,name=steam_id_user,json=steamIdUser" json:"steam_id_user,omitempty"`
+ PersonaName *string `protobuf:"bytes,4,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSUserJoinedLobby) Reset() { *m = CMsgClientMMSUserJoinedLobby{} }
+func (m *CMsgClientMMSUserJoinedLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSUserJoinedLobby) ProtoMessage() {}
+func (*CMsgClientMMSUserJoinedLobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{59}
+}
+
+func (m *CMsgClientMMSUserJoinedLobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSUserJoinedLobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSUserJoinedLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSUserJoinedLobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSUserJoinedLobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSUserJoinedLobby.Merge(m, src)
+}
+func (m *CMsgClientMMSUserJoinedLobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSUserJoinedLobby.Size(m)
+}
+func (m *CMsgClientMMSUserJoinedLobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSUserJoinedLobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSUserJoinedLobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSUserJoinedLobby) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSUserJoinedLobby) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSUserJoinedLobby) GetSteamIdUser() uint64 {
+ if m != nil && m.SteamIdUser != nil {
+ return *m.SteamIdUser
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSUserJoinedLobby) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+type CMsgClientMMSUserLeftLobby struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdUser *uint64 `protobuf:"fixed64,3,opt,name=steam_id_user,json=steamIdUser" json:"steam_id_user,omitempty"`
+ PersonaName *string `protobuf:"bytes,4,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSUserLeftLobby) Reset() { *m = CMsgClientMMSUserLeftLobby{} }
+func (m *CMsgClientMMSUserLeftLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSUserLeftLobby) ProtoMessage() {}
+func (*CMsgClientMMSUserLeftLobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{60}
+}
+
+func (m *CMsgClientMMSUserLeftLobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSUserLeftLobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSUserLeftLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSUserLeftLobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSUserLeftLobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSUserLeftLobby.Merge(m, src)
+}
+func (m *CMsgClientMMSUserLeftLobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSUserLeftLobby.Size(m)
+}
+func (m *CMsgClientMMSUserLeftLobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSUserLeftLobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSUserLeftLobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSUserLeftLobby) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSUserLeftLobby) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSUserLeftLobby) GetSteamIdUser() uint64 {
+ if m != nil && m.SteamIdUser != nil {
+ return *m.SteamIdUser
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSUserLeftLobby) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+type CMsgClientMMSInviteToLobby struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ SteamIdUserInvited *uint64 `protobuf:"fixed64,3,opt,name=steam_id_user_invited,json=steamIdUserInvited" json:"steam_id_user_invited,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSInviteToLobby) Reset() { *m = CMsgClientMMSInviteToLobby{} }
+func (m *CMsgClientMMSInviteToLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSInviteToLobby) ProtoMessage() {}
+func (*CMsgClientMMSInviteToLobby) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{61}
+}
+
+func (m *CMsgClientMMSInviteToLobby) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSInviteToLobby.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSInviteToLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSInviteToLobby.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSInviteToLobby) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSInviteToLobby.Merge(m, src)
+}
+func (m *CMsgClientMMSInviteToLobby) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSInviteToLobby.Size(m)
+}
+func (m *CMsgClientMMSInviteToLobby) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSInviteToLobby.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSInviteToLobby proto.InternalMessageInfo
+
+func (m *CMsgClientMMSInviteToLobby) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSInviteToLobby) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSInviteToLobby) GetSteamIdUserInvited() uint64 {
+ if m != nil && m.SteamIdUserInvited != nil {
+ return *m.SteamIdUserInvited
+ }
+ return 0
+}
+
+type CMsgClientMMSGetLobbyStatus struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ ClaimMembership *bool `protobuf:"varint,3,opt,name=claim_membership,json=claimMembership" json:"claim_membership,omitempty"`
+ ClaimOwnership *bool `protobuf:"varint,4,opt,name=claim_ownership,json=claimOwnership" json:"claim_ownership,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyStatus) Reset() { *m = CMsgClientMMSGetLobbyStatus{} }
+func (m *CMsgClientMMSGetLobbyStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyStatus) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyStatus) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{62}
+}
+
+func (m *CMsgClientMMSGetLobbyStatus) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyStatus.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyStatus.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyStatus) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyStatus.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyStatus) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyStatus.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyStatus) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyStatus.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyStatus proto.InternalMessageInfo
+
+func (m *CMsgClientMMSGetLobbyStatus) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyStatus) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyStatus) GetClaimMembership() bool {
+ if m != nil && m.ClaimMembership != nil {
+ return *m.ClaimMembership
+ }
+ return false
+}
+
+func (m *CMsgClientMMSGetLobbyStatus) GetClaimOwnership() bool {
+ if m != nil && m.ClaimOwnership != nil {
+ return *m.ClaimOwnership
+ }
+ return false
+}
+
+type CMsgClientMMSGetLobbyStatusResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SteamIdLobby *uint64 `protobuf:"fixed64,2,opt,name=steam_id_lobby,json=steamIdLobby" json:"steam_id_lobby,omitempty"`
+ LobbyStatus *EMMSLobbyStatus `protobuf:"varint,3,opt,name=lobby_status,json=lobbyStatus,enum=EMMSLobbyStatus,def=0" json:"lobby_status,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientMMSGetLobbyStatusResponse) Reset() { *m = CMsgClientMMSGetLobbyStatusResponse{} }
+func (m *CMsgClientMMSGetLobbyStatusResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientMMSGetLobbyStatusResponse) ProtoMessage() {}
+func (*CMsgClientMMSGetLobbyStatusResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{63}
+}
+
+func (m *CMsgClientMMSGetLobbyStatusResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyStatusResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientMMSGetLobbyStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyStatusResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientMMSGetLobbyStatusResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientMMSGetLobbyStatusResponse.Merge(m, src)
+}
+func (m *CMsgClientMMSGetLobbyStatusResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientMMSGetLobbyStatusResponse.Size(m)
+}
+func (m *CMsgClientMMSGetLobbyStatusResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientMMSGetLobbyStatusResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientMMSGetLobbyStatusResponse proto.InternalMessageInfo
+
+const Default_CMsgClientMMSGetLobbyStatusResponse_LobbyStatus EMMSLobbyStatus = EMMSLobbyStatus_k_EMMSLobbyStatusInvalid
+
+func (m *CMsgClientMMSGetLobbyStatusResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyStatusResponse) GetSteamIdLobby() uint64 {
+ if m != nil && m.SteamIdLobby != nil {
+ return *m.SteamIdLobby
+ }
+ return 0
+}
+
+func (m *CMsgClientMMSGetLobbyStatusResponse) GetLobbyStatus() EMMSLobbyStatus {
+ if m != nil && m.LobbyStatus != nil {
+ return *m.LobbyStatus
+ }
+ return Default_CMsgClientMMSGetLobbyStatusResponse_LobbyStatus
+}
+
+type CMsgClientInviteToGame struct {
+ SteamIdDest *uint64 `protobuf:"fixed64,1,opt,name=steam_id_dest,json=steamIdDest" json:"steam_id_dest,omitempty"`
+ SteamIdSrc *uint64 `protobuf:"fixed64,2,opt,name=steam_id_src,json=steamIdSrc" json:"steam_id_src,omitempty"`
+ ConnectString *string `protobuf:"bytes,3,opt,name=connect_string,json=connectString" json:"connect_string,omitempty"`
+ RemotePlay *string `protobuf:"bytes,4,opt,name=remote_play,json=remotePlay" json:"remote_play,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientInviteToGame) Reset() { *m = CMsgClientInviteToGame{} }
+func (m *CMsgClientInviteToGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientInviteToGame) ProtoMessage() {}
+func (*CMsgClientInviteToGame) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{64}
+}
+
+func (m *CMsgClientInviteToGame) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientInviteToGame.Unmarshal(m, b)
+}
+func (m *CMsgClientInviteToGame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientInviteToGame.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientInviteToGame) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientInviteToGame.Merge(m, src)
+}
+func (m *CMsgClientInviteToGame) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientInviteToGame.Size(m)
+}
+func (m *CMsgClientInviteToGame) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientInviteToGame.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientInviteToGame proto.InternalMessageInfo
+
+func (m *CMsgClientInviteToGame) GetSteamIdDest() uint64 {
+ if m != nil && m.SteamIdDest != nil {
+ return *m.SteamIdDest
+ }
+ return 0
+}
+
+func (m *CMsgClientInviteToGame) GetSteamIdSrc() uint64 {
+ if m != nil && m.SteamIdSrc != nil {
+ return *m.SteamIdSrc
+ }
+ return 0
+}
+
+func (m *CMsgClientInviteToGame) GetConnectString() string {
+ if m != nil && m.ConnectString != nil {
+ return *m.ConnectString
+ }
+ return ""
+}
+
+func (m *CMsgClientInviteToGame) GetRemotePlay() string {
+ if m != nil && m.RemotePlay != nil {
+ return *m.RemotePlay
+ }
+ return ""
+}
+
+type CMsgClientChatInvite struct {
+ SteamIdInvited *uint64 `protobuf:"fixed64,1,opt,name=steam_id_invited,json=steamIdInvited" json:"steam_id_invited,omitempty"`
+ SteamIdChat *uint64 `protobuf:"fixed64,2,opt,name=steam_id_chat,json=steamIdChat" json:"steam_id_chat,omitempty"`
+ SteamIdPatron *uint64 `protobuf:"fixed64,3,opt,name=steam_id_patron,json=steamIdPatron" json:"steam_id_patron,omitempty"`
+ ChatroomType *int32 `protobuf:"varint,4,opt,name=chatroom_type,json=chatroomType" json:"chatroom_type,omitempty"`
+ SteamIdFriendChat *uint64 `protobuf:"fixed64,5,opt,name=steam_id_friend_chat,json=steamIdFriendChat" json:"steam_id_friend_chat,omitempty"`
+ ChatName *string `protobuf:"bytes,6,opt,name=chat_name,json=chatName" json:"chat_name,omitempty"`
+ GameId *uint64 `protobuf:"fixed64,7,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChatInvite) Reset() { *m = CMsgClientChatInvite{} }
+func (m *CMsgClientChatInvite) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientChatInvite) ProtoMessage() {}
+func (*CMsgClientChatInvite) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{65}
+}
+
+func (m *CMsgClientChatInvite) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChatInvite.Unmarshal(m, b)
+}
+func (m *CMsgClientChatInvite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChatInvite.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChatInvite) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChatInvite.Merge(m, src)
+}
+func (m *CMsgClientChatInvite) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChatInvite.Size(m)
+}
+func (m *CMsgClientChatInvite) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChatInvite.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChatInvite proto.InternalMessageInfo
+
+func (m *CMsgClientChatInvite) GetSteamIdInvited() uint64 {
+ if m != nil && m.SteamIdInvited != nil {
+ return *m.SteamIdInvited
+ }
+ return 0
+}
+
+func (m *CMsgClientChatInvite) GetSteamIdChat() uint64 {
+ if m != nil && m.SteamIdChat != nil {
+ return *m.SteamIdChat
+ }
+ return 0
+}
+
+func (m *CMsgClientChatInvite) GetSteamIdPatron() uint64 {
+ if m != nil && m.SteamIdPatron != nil {
+ return *m.SteamIdPatron
+ }
+ return 0
+}
+
+func (m *CMsgClientChatInvite) GetChatroomType() int32 {
+ if m != nil && m.ChatroomType != nil {
+ return *m.ChatroomType
+ }
+ return 0
+}
+
+func (m *CMsgClientChatInvite) GetSteamIdFriendChat() uint64 {
+ if m != nil && m.SteamIdFriendChat != nil {
+ return *m.SteamIdFriendChat
+ }
+ return 0
+}
+
+func (m *CMsgClientChatInvite) GetChatName() string {
+ if m != nil && m.ChatName != nil {
+ return *m.ChatName
+ }
+ return ""
+}
+
+func (m *CMsgClientChatInvite) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+type CMsgClientConnectionStats struct {
+ StatsLogon *CMsgClientConnectionStats_Stats_Logon `protobuf:"bytes,1,opt,name=stats_logon,json=statsLogon" json:"stats_logon,omitempty"`
+ StatsVconn *CMsgClientConnectionStats_Stats_VConn `protobuf:"bytes,2,opt,name=stats_vconn,json=statsVconn" json:"stats_vconn,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientConnectionStats) Reset() { *m = CMsgClientConnectionStats{} }
+func (m *CMsgClientConnectionStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientConnectionStats) ProtoMessage() {}
+func (*CMsgClientConnectionStats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{66}
+}
+
+func (m *CMsgClientConnectionStats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientConnectionStats.Unmarshal(m, b)
+}
+func (m *CMsgClientConnectionStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientConnectionStats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientConnectionStats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientConnectionStats.Merge(m, src)
+}
+func (m *CMsgClientConnectionStats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientConnectionStats.Size(m)
+}
+func (m *CMsgClientConnectionStats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientConnectionStats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientConnectionStats proto.InternalMessageInfo
+
+func (m *CMsgClientConnectionStats) GetStatsLogon() *CMsgClientConnectionStats_Stats_Logon {
+ if m != nil {
+ return m.StatsLogon
+ }
+ return nil
+}
+
+func (m *CMsgClientConnectionStats) GetStatsVconn() *CMsgClientConnectionStats_Stats_VConn {
+ if m != nil {
+ return m.StatsVconn
+ }
+ return nil
+}
+
+type CMsgClientConnectionStats_Stats_Logon struct {
+ ConnectAttempts *int32 `protobuf:"varint,1,opt,name=connect_attempts,json=connectAttempts" json:"connect_attempts,omitempty"`
+ ConnectSuccesses *int32 `protobuf:"varint,2,opt,name=connect_successes,json=connectSuccesses" json:"connect_successes,omitempty"`
+ ConnectFailures *int32 `protobuf:"varint,3,opt,name=connect_failures,json=connectFailures" json:"connect_failures,omitempty"`
+ ConnectionsDropped *int32 `protobuf:"varint,4,opt,name=connections_dropped,json=connectionsDropped" json:"connections_dropped,omitempty"`
+ SecondsRunning *uint32 `protobuf:"varint,5,opt,name=seconds_running,json=secondsRunning" json:"seconds_running,omitempty"`
+ MsecTologonthistime *uint32 `protobuf:"varint,6,opt,name=msec_tologonthistime,json=msecTologonthistime" json:"msec_tologonthistime,omitempty"`
+ CountBadCms *uint32 `protobuf:"varint,7,opt,name=count_bad_cms,json=countBadCms" json:"count_bad_cms,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) Reset() { *m = CMsgClientConnectionStats_Stats_Logon{} }
+func (m *CMsgClientConnectionStats_Stats_Logon) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientConnectionStats_Stats_Logon) ProtoMessage() {}
+func (*CMsgClientConnectionStats_Stats_Logon) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{66, 0}
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_Logon.Unmarshal(m, b)
+}
+func (m *CMsgClientConnectionStats_Stats_Logon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_Logon.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientConnectionStats_Stats_Logon) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientConnectionStats_Stats_Logon.Merge(m, src)
+}
+func (m *CMsgClientConnectionStats_Stats_Logon) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_Logon.Size(m)
+}
+func (m *CMsgClientConnectionStats_Stats_Logon) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientConnectionStats_Stats_Logon.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientConnectionStats_Stats_Logon proto.InternalMessageInfo
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetConnectAttempts() int32 {
+ if m != nil && m.ConnectAttempts != nil {
+ return *m.ConnectAttempts
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetConnectSuccesses() int32 {
+ if m != nil && m.ConnectSuccesses != nil {
+ return *m.ConnectSuccesses
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetConnectFailures() int32 {
+ if m != nil && m.ConnectFailures != nil {
+ return *m.ConnectFailures
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetConnectionsDropped() int32 {
+ if m != nil && m.ConnectionsDropped != nil {
+ return *m.ConnectionsDropped
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetSecondsRunning() uint32 {
+ if m != nil && m.SecondsRunning != nil {
+ return *m.SecondsRunning
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetMsecTologonthistime() uint32 {
+ if m != nil && m.MsecTologonthistime != nil {
+ return *m.MsecTologonthistime
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_Logon) GetCountBadCms() uint32 {
+ if m != nil && m.CountBadCms != nil {
+ return *m.CountBadCms
+ }
+ return 0
+}
+
+type CMsgClientConnectionStats_Stats_UDP struct {
+ PktsSent *uint64 `protobuf:"varint,1,opt,name=pkts_sent,json=pktsSent" json:"pkts_sent,omitempty"`
+ BytesSent *uint64 `protobuf:"varint,2,opt,name=bytes_sent,json=bytesSent" json:"bytes_sent,omitempty"`
+ PktsRecv *uint64 `protobuf:"varint,3,opt,name=pkts_recv,json=pktsRecv" json:"pkts_recv,omitempty"`
+ PktsProcessed *uint64 `protobuf:"varint,4,opt,name=pkts_processed,json=pktsProcessed" json:"pkts_processed,omitempty"`
+ BytesRecv *uint64 `protobuf:"varint,5,opt,name=bytes_recv,json=bytesRecv" json:"bytes_recv,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientConnectionStats_Stats_UDP) Reset() { *m = CMsgClientConnectionStats_Stats_UDP{} }
+func (m *CMsgClientConnectionStats_Stats_UDP) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientConnectionStats_Stats_UDP) ProtoMessage() {}
+func (*CMsgClientConnectionStats_Stats_UDP) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{66, 1}
+}
+
+func (m *CMsgClientConnectionStats_Stats_UDP) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_UDP.Unmarshal(m, b)
+}
+func (m *CMsgClientConnectionStats_Stats_UDP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_UDP.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientConnectionStats_Stats_UDP) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientConnectionStats_Stats_UDP.Merge(m, src)
+}
+func (m *CMsgClientConnectionStats_Stats_UDP) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_UDP.Size(m)
+}
+func (m *CMsgClientConnectionStats_Stats_UDP) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientConnectionStats_Stats_UDP.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientConnectionStats_Stats_UDP proto.InternalMessageInfo
+
+func (m *CMsgClientConnectionStats_Stats_UDP) GetPktsSent() uint64 {
+ if m != nil && m.PktsSent != nil {
+ return *m.PktsSent
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_UDP) GetBytesSent() uint64 {
+ if m != nil && m.BytesSent != nil {
+ return *m.BytesSent
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_UDP) GetPktsRecv() uint64 {
+ if m != nil && m.PktsRecv != nil {
+ return *m.PktsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_UDP) GetPktsProcessed() uint64 {
+ if m != nil && m.PktsProcessed != nil {
+ return *m.PktsProcessed
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_UDP) GetBytesRecv() uint64 {
+ if m != nil && m.BytesRecv != nil {
+ return *m.BytesRecv
+ }
+ return 0
+}
+
+type CMsgClientConnectionStats_Stats_VConn struct {
+ ConnectionsUdp *uint32 `protobuf:"varint,1,opt,name=connections_udp,json=connectionsUdp" json:"connections_udp,omitempty"`
+ ConnectionsTcp *uint32 `protobuf:"varint,2,opt,name=connections_tcp,json=connectionsTcp" json:"connections_tcp,omitempty"`
+ StatsUdp *CMsgClientConnectionStats_Stats_UDP `protobuf:"bytes,3,opt,name=stats_udp,json=statsUdp" json:"stats_udp,omitempty"`
+ PktsAbandoned *uint64 `protobuf:"varint,4,opt,name=pkts_abandoned,json=pktsAbandoned" json:"pkts_abandoned,omitempty"`
+ ConnReqReceived *uint64 `protobuf:"varint,5,opt,name=conn_req_received,json=connReqReceived" json:"conn_req_received,omitempty"`
+ PktsResent *uint64 `protobuf:"varint,6,opt,name=pkts_resent,json=pktsResent" json:"pkts_resent,omitempty"`
+ MsgsSent *uint64 `protobuf:"varint,7,opt,name=msgs_sent,json=msgsSent" json:"msgs_sent,omitempty"`
+ MsgsSentFailed *uint64 `protobuf:"varint,8,opt,name=msgs_sent_failed,json=msgsSentFailed" json:"msgs_sent_failed,omitempty"`
+ MsgsRecv *uint64 `protobuf:"varint,9,opt,name=msgs_recv,json=msgsRecv" json:"msgs_recv,omitempty"`
+ DatagramsSent *uint64 `protobuf:"varint,10,opt,name=datagrams_sent,json=datagramsSent" json:"datagrams_sent,omitempty"`
+ DatagramsRecv *uint64 `protobuf:"varint,11,opt,name=datagrams_recv,json=datagramsRecv" json:"datagrams_recv,omitempty"`
+ BadPktsRecv *uint64 `protobuf:"varint,12,opt,name=bad_pkts_recv,json=badPktsRecv" json:"bad_pkts_recv,omitempty"`
+ UnknownConnPktsRecv *uint64 `protobuf:"varint,13,opt,name=unknown_conn_pkts_recv,json=unknownConnPktsRecv" json:"unknown_conn_pkts_recv,omitempty"`
+ MissedPktsRecv *uint64 `protobuf:"varint,14,opt,name=missed_pkts_recv,json=missedPktsRecv" json:"missed_pkts_recv,omitempty"`
+ DupPktsRecv *uint64 `protobuf:"varint,15,opt,name=dup_pkts_recv,json=dupPktsRecv" json:"dup_pkts_recv,omitempty"`
+ FailedConnectChallenges *uint64 `protobuf:"varint,16,opt,name=failed_connect_challenges,json=failedConnectChallenges" json:"failed_connect_challenges,omitempty"`
+ MicroSecAvgLatency *uint32 `protobuf:"varint,17,opt,name=micro_sec_avg_latency,json=microSecAvgLatency" json:"micro_sec_avg_latency,omitempty"`
+ MicroSecMinLatency *uint32 `protobuf:"varint,18,opt,name=micro_sec_min_latency,json=microSecMinLatency" json:"micro_sec_min_latency,omitempty"`
+ MicroSecMaxLatency *uint32 `protobuf:"varint,19,opt,name=micro_sec_max_latency,json=microSecMaxLatency" json:"micro_sec_max_latency,omitempty"`
+ MemPoolMsgInUse *uint32 `protobuf:"varint,20,opt,name=mem_pool_msg_in_use,json=memPoolMsgInUse" json:"mem_pool_msg_in_use,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) Reset() { *m = CMsgClientConnectionStats_Stats_VConn{} }
+func (m *CMsgClientConnectionStats_Stats_VConn) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientConnectionStats_Stats_VConn) ProtoMessage() {}
+func (*CMsgClientConnectionStats_Stats_VConn) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{66, 2}
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_VConn.Unmarshal(m, b)
+}
+func (m *CMsgClientConnectionStats_Stats_VConn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_VConn.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientConnectionStats_Stats_VConn) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientConnectionStats_Stats_VConn.Merge(m, src)
+}
+func (m *CMsgClientConnectionStats_Stats_VConn) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientConnectionStats_Stats_VConn.Size(m)
+}
+func (m *CMsgClientConnectionStats_Stats_VConn) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientConnectionStats_Stats_VConn.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientConnectionStats_Stats_VConn proto.InternalMessageInfo
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetConnectionsUdp() uint32 {
+ if m != nil && m.ConnectionsUdp != nil {
+ return *m.ConnectionsUdp
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetConnectionsTcp() uint32 {
+ if m != nil && m.ConnectionsTcp != nil {
+ return *m.ConnectionsTcp
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetStatsUdp() *CMsgClientConnectionStats_Stats_UDP {
+ if m != nil {
+ return m.StatsUdp
+ }
+ return nil
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetPktsAbandoned() uint64 {
+ if m != nil && m.PktsAbandoned != nil {
+ return *m.PktsAbandoned
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetConnReqReceived() uint64 {
+ if m != nil && m.ConnReqReceived != nil {
+ return *m.ConnReqReceived
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetPktsResent() uint64 {
+ if m != nil && m.PktsResent != nil {
+ return *m.PktsResent
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMsgsSent() uint64 {
+ if m != nil && m.MsgsSent != nil {
+ return *m.MsgsSent
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMsgsSentFailed() uint64 {
+ if m != nil && m.MsgsSentFailed != nil {
+ return *m.MsgsSentFailed
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMsgsRecv() uint64 {
+ if m != nil && m.MsgsRecv != nil {
+ return *m.MsgsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetDatagramsSent() uint64 {
+ if m != nil && m.DatagramsSent != nil {
+ return *m.DatagramsSent
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetDatagramsRecv() uint64 {
+ if m != nil && m.DatagramsRecv != nil {
+ return *m.DatagramsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetBadPktsRecv() uint64 {
+ if m != nil && m.BadPktsRecv != nil {
+ return *m.BadPktsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetUnknownConnPktsRecv() uint64 {
+ if m != nil && m.UnknownConnPktsRecv != nil {
+ return *m.UnknownConnPktsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMissedPktsRecv() uint64 {
+ if m != nil && m.MissedPktsRecv != nil {
+ return *m.MissedPktsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetDupPktsRecv() uint64 {
+ if m != nil && m.DupPktsRecv != nil {
+ return *m.DupPktsRecv
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetFailedConnectChallenges() uint64 {
+ if m != nil && m.FailedConnectChallenges != nil {
+ return *m.FailedConnectChallenges
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMicroSecAvgLatency() uint32 {
+ if m != nil && m.MicroSecAvgLatency != nil {
+ return *m.MicroSecAvgLatency
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMicroSecMinLatency() uint32 {
+ if m != nil && m.MicroSecMinLatency != nil {
+ return *m.MicroSecMinLatency
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMicroSecMaxLatency() uint32 {
+ if m != nil && m.MicroSecMaxLatency != nil {
+ return *m.MicroSecMaxLatency
+ }
+ return 0
+}
+
+func (m *CMsgClientConnectionStats_Stats_VConn) GetMemPoolMsgInUse() uint32 {
+ if m != nil && m.MemPoolMsgInUse != nil {
+ return *m.MemPoolMsgInUse
+ }
+ return 0
+}
+
+type CMsgClientServersAvailable struct {
+ ServerTypesAvailable []*CMsgClientServersAvailable_Server_Types_Available `protobuf:"bytes,1,rep,name=server_types_available,json=serverTypesAvailable" json:"server_types_available,omitempty"`
+ ServerTypeForAuthServices *uint32 `protobuf:"varint,2,opt,name=server_type_for_auth_services,json=serverTypeForAuthServices" json:"server_type_for_auth_services,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServersAvailable) Reset() { *m = CMsgClientServersAvailable{} }
+func (m *CMsgClientServersAvailable) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServersAvailable) ProtoMessage() {}
+func (*CMsgClientServersAvailable) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{67}
+}
+
+func (m *CMsgClientServersAvailable) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServersAvailable.Unmarshal(m, b)
+}
+func (m *CMsgClientServersAvailable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServersAvailable.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServersAvailable) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServersAvailable.Merge(m, src)
+}
+func (m *CMsgClientServersAvailable) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServersAvailable.Size(m)
+}
+func (m *CMsgClientServersAvailable) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServersAvailable.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServersAvailable proto.InternalMessageInfo
+
+func (m *CMsgClientServersAvailable) GetServerTypesAvailable() []*CMsgClientServersAvailable_Server_Types_Available {
+ if m != nil {
+ return m.ServerTypesAvailable
+ }
+ return nil
+}
+
+func (m *CMsgClientServersAvailable) GetServerTypeForAuthServices() uint32 {
+ if m != nil && m.ServerTypeForAuthServices != nil {
+ return *m.ServerTypeForAuthServices
+ }
+ return 0
+}
+
+type CMsgClientServersAvailable_Server_Types_Available struct {
+ Server *uint32 `protobuf:"varint,1,opt,name=server" json:"server,omitempty"`
+ Changed *bool `protobuf:"varint,2,opt,name=changed" json:"changed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServersAvailable_Server_Types_Available) Reset() {
+ *m = CMsgClientServersAvailable_Server_Types_Available{}
+}
+func (m *CMsgClientServersAvailable_Server_Types_Available) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientServersAvailable_Server_Types_Available) ProtoMessage() {}
+func (*CMsgClientServersAvailable_Server_Types_Available) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{67, 0}
+}
+
+func (m *CMsgClientServersAvailable_Server_Types_Available) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServersAvailable_Server_Types_Available.Unmarshal(m, b)
+}
+func (m *CMsgClientServersAvailable_Server_Types_Available) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServersAvailable_Server_Types_Available.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServersAvailable_Server_Types_Available) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServersAvailable_Server_Types_Available.Merge(m, src)
+}
+func (m *CMsgClientServersAvailable_Server_Types_Available) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServersAvailable_Server_Types_Available.Size(m)
+}
+func (m *CMsgClientServersAvailable_Server_Types_Available) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServersAvailable_Server_Types_Available.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServersAvailable_Server_Types_Available proto.InternalMessageInfo
+
+func (m *CMsgClientServersAvailable_Server_Types_Available) GetServer() uint32 {
+ if m != nil && m.Server != nil {
+ return *m.Server
+ }
+ return 0
+}
+
+func (m *CMsgClientServersAvailable_Server_Types_Available) GetChanged() bool {
+ if m != nil && m.Changed != nil {
+ return *m.Changed
+ }
+ return false
+}
+
+type CMsgClientGetUserStats struct {
+ GameId *uint64 `protobuf:"fixed64,1,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ CrcStats *uint32 `protobuf:"varint,2,opt,name=crc_stats,json=crcStats" json:"crc_stats,omitempty"`
+ SchemaLocalVersion *int32 `protobuf:"varint,3,opt,name=schema_local_version,json=schemaLocalVersion" json:"schema_local_version,omitempty"`
+ SteamIdForUser *uint64 `protobuf:"fixed64,4,opt,name=steam_id_for_user,json=steamIdForUser" json:"steam_id_for_user,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetUserStats) Reset() { *m = CMsgClientGetUserStats{} }
+func (m *CMsgClientGetUserStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetUserStats) ProtoMessage() {}
+func (*CMsgClientGetUserStats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{68}
+}
+
+func (m *CMsgClientGetUserStats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetUserStats.Unmarshal(m, b)
+}
+func (m *CMsgClientGetUserStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetUserStats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetUserStats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetUserStats.Merge(m, src)
+}
+func (m *CMsgClientGetUserStats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetUserStats.Size(m)
+}
+func (m *CMsgClientGetUserStats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetUserStats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetUserStats proto.InternalMessageInfo
+
+func (m *CMsgClientGetUserStats) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStats) GetCrcStats() uint32 {
+ if m != nil && m.CrcStats != nil {
+ return *m.CrcStats
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStats) GetSchemaLocalVersion() int32 {
+ if m != nil && m.SchemaLocalVersion != nil {
+ return *m.SchemaLocalVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStats) GetSteamIdForUser() uint64 {
+ if m != nil && m.SteamIdForUser != nil {
+ return *m.SteamIdForUser
+ }
+ return 0
+}
+
+type CMsgClientGetUserStatsResponse struct {
+ GameId *uint64 `protobuf:"fixed64,1,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ Eresult *int32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ CrcStats *uint32 `protobuf:"varint,3,opt,name=crc_stats,json=crcStats" json:"crc_stats,omitempty"`
+ Schema []byte `protobuf:"bytes,4,opt,name=schema" json:"schema,omitempty"`
+ Stats []*CMsgClientGetUserStatsResponse_Stats `protobuf:"bytes,5,rep,name=stats" json:"stats,omitempty"`
+ AchievementBlocks []*CMsgClientGetUserStatsResponse_Achievement_Blocks `protobuf:"bytes,6,rep,name=achievement_blocks,json=achievementBlocks" json:"achievement_blocks,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetUserStatsResponse) Reset() { *m = CMsgClientGetUserStatsResponse{} }
+func (m *CMsgClientGetUserStatsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetUserStatsResponse) ProtoMessage() {}
+func (*CMsgClientGetUserStatsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{69}
+}
+
+func (m *CMsgClientGetUserStatsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetUserStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetUserStatsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetUserStatsResponse.Merge(m, src)
+}
+func (m *CMsgClientGetUserStatsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse.Size(m)
+}
+func (m *CMsgClientGetUserStatsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetUserStatsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetUserStatsResponse proto.InternalMessageInfo
+
+const Default_CMsgClientGetUserStatsResponse_Eresult int32 = 2
+
+func (m *CMsgClientGetUserStatsResponse) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStatsResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientGetUserStatsResponse_Eresult
+}
+
+func (m *CMsgClientGetUserStatsResponse) GetCrcStats() uint32 {
+ if m != nil && m.CrcStats != nil {
+ return *m.CrcStats
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStatsResponse) GetSchema() []byte {
+ if m != nil {
+ return m.Schema
+ }
+ return nil
+}
+
+func (m *CMsgClientGetUserStatsResponse) GetStats() []*CMsgClientGetUserStatsResponse_Stats {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+func (m *CMsgClientGetUserStatsResponse) GetAchievementBlocks() []*CMsgClientGetUserStatsResponse_Achievement_Blocks {
+ if m != nil {
+ return m.AchievementBlocks
+ }
+ return nil
+}
+
+type CMsgClientGetUserStatsResponse_Stats struct {
+ StatId *uint32 `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
+ StatValue *uint32 `protobuf:"varint,2,opt,name=stat_value,json=statValue" json:"stat_value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetUserStatsResponse_Stats) Reset() { *m = CMsgClientGetUserStatsResponse_Stats{} }
+func (m *CMsgClientGetUserStatsResponse_Stats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetUserStatsResponse_Stats) ProtoMessage() {}
+func (*CMsgClientGetUserStatsResponse_Stats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{69, 0}
+}
+
+func (m *CMsgClientGetUserStatsResponse_Stats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse_Stats.Unmarshal(m, b)
+}
+func (m *CMsgClientGetUserStatsResponse_Stats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse_Stats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetUserStatsResponse_Stats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetUserStatsResponse_Stats.Merge(m, src)
+}
+func (m *CMsgClientGetUserStatsResponse_Stats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse_Stats.Size(m)
+}
+func (m *CMsgClientGetUserStatsResponse_Stats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetUserStatsResponse_Stats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetUserStatsResponse_Stats proto.InternalMessageInfo
+
+func (m *CMsgClientGetUserStatsResponse_Stats) GetStatId() uint32 {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStatsResponse_Stats) GetStatValue() uint32 {
+ if m != nil && m.StatValue != nil {
+ return *m.StatValue
+ }
+ return 0
+}
+
+type CMsgClientGetUserStatsResponse_Achievement_Blocks struct {
+ AchievementId *uint32 `protobuf:"varint,1,opt,name=achievement_id,json=achievementId" json:"achievement_id,omitempty"`
+ UnlockTime []uint32 `protobuf:"fixed32,2,rep,name=unlock_time,json=unlockTime" json:"unlock_time,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) Reset() {
+ *m = CMsgClientGetUserStatsResponse_Achievement_Blocks{}
+}
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientGetUserStatsResponse_Achievement_Blocks) ProtoMessage() {}
+func (*CMsgClientGetUserStatsResponse_Achievement_Blocks) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{69, 1}
+}
+
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse_Achievement_Blocks.Unmarshal(m, b)
+}
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse_Achievement_Blocks.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetUserStatsResponse_Achievement_Blocks.Merge(m, src)
+}
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetUserStatsResponse_Achievement_Blocks.Size(m)
+}
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetUserStatsResponse_Achievement_Blocks.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetUserStatsResponse_Achievement_Blocks proto.InternalMessageInfo
+
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) GetAchievementId() uint32 {
+ if m != nil && m.AchievementId != nil {
+ return *m.AchievementId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetUserStatsResponse_Achievement_Blocks) GetUnlockTime() []uint32 {
+ if m != nil {
+ return m.UnlockTime
+ }
+ return nil
+}
+
+type CMsgClientStoreUserStatsResponse struct {
+ GameId *uint64 `protobuf:"fixed64,1,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ Eresult *int32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ CrcStats *uint32 `protobuf:"varint,3,opt,name=crc_stats,json=crcStats" json:"crc_stats,omitempty"`
+ StatsFailedValidation []*CMsgClientStoreUserStatsResponse_Stats_Failed_Validation `protobuf:"bytes,4,rep,name=stats_failed_validation,json=statsFailedValidation" json:"stats_failed_validation,omitempty"`
+ StatsOutOfDate *bool `protobuf:"varint,5,opt,name=stats_out_of_date,json=statsOutOfDate" json:"stats_out_of_date,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStoreUserStatsResponse) Reset() { *m = CMsgClientStoreUserStatsResponse{} }
+func (m *CMsgClientStoreUserStatsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStoreUserStatsResponse) ProtoMessage() {}
+func (*CMsgClientStoreUserStatsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{70}
+}
+
+func (m *CMsgClientStoreUserStatsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStoreUserStatsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientStoreUserStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStoreUserStatsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStoreUserStatsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStoreUserStatsResponse.Merge(m, src)
+}
+func (m *CMsgClientStoreUserStatsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStoreUserStatsResponse.Size(m)
+}
+func (m *CMsgClientStoreUserStatsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStoreUserStatsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStoreUserStatsResponse proto.InternalMessageInfo
+
+const Default_CMsgClientStoreUserStatsResponse_Eresult int32 = 2
+
+func (m *CMsgClientStoreUserStatsResponse) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStatsResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientStoreUserStatsResponse_Eresult
+}
+
+func (m *CMsgClientStoreUserStatsResponse) GetCrcStats() uint32 {
+ if m != nil && m.CrcStats != nil {
+ return *m.CrcStats
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStatsResponse) GetStatsFailedValidation() []*CMsgClientStoreUserStatsResponse_Stats_Failed_Validation {
+ if m != nil {
+ return m.StatsFailedValidation
+ }
+ return nil
+}
+
+func (m *CMsgClientStoreUserStatsResponse) GetStatsOutOfDate() bool {
+ if m != nil && m.StatsOutOfDate != nil {
+ return *m.StatsOutOfDate
+ }
+ return false
+}
+
+type CMsgClientStoreUserStatsResponse_Stats_Failed_Validation struct {
+ StatId *uint32 `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
+ RevertedStatValue *uint32 `protobuf:"varint,2,opt,name=reverted_stat_value,json=revertedStatValue" json:"reverted_stat_value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) Reset() {
+ *m = CMsgClientStoreUserStatsResponse_Stats_Failed_Validation{}
+}
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) ProtoMessage() {}
+func (*CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{70, 0}
+}
+
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStoreUserStatsResponse_Stats_Failed_Validation.Unmarshal(m, b)
+}
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStoreUserStatsResponse_Stats_Failed_Validation.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStoreUserStatsResponse_Stats_Failed_Validation.Merge(m, src)
+}
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStoreUserStatsResponse_Stats_Failed_Validation.Size(m)
+}
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStoreUserStatsResponse_Stats_Failed_Validation.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStoreUserStatsResponse_Stats_Failed_Validation proto.InternalMessageInfo
+
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) GetStatId() uint32 {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStatsResponse_Stats_Failed_Validation) GetRevertedStatValue() uint32 {
+ if m != nil && m.RevertedStatValue != nil {
+ return *m.RevertedStatValue
+ }
+ return 0
+}
+
+type CMsgClientStoreUserStats2 struct {
+ GameId *uint64 `protobuf:"fixed64,1,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ SettorSteamId *uint64 `protobuf:"fixed64,2,opt,name=settor_steam_id,json=settorSteamId" json:"settor_steam_id,omitempty"`
+ SetteeSteamId *uint64 `protobuf:"fixed64,3,opt,name=settee_steam_id,json=setteeSteamId" json:"settee_steam_id,omitempty"`
+ CrcStats *uint32 `protobuf:"varint,4,opt,name=crc_stats,json=crcStats" json:"crc_stats,omitempty"`
+ ExplicitReset *bool `protobuf:"varint,5,opt,name=explicit_reset,json=explicitReset" json:"explicit_reset,omitempty"`
+ Stats []*CMsgClientStoreUserStats2_Stats `protobuf:"bytes,6,rep,name=stats" json:"stats,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStoreUserStats2) Reset() { *m = CMsgClientStoreUserStats2{} }
+func (m *CMsgClientStoreUserStats2) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStoreUserStats2) ProtoMessage() {}
+func (*CMsgClientStoreUserStats2) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{71}
+}
+
+func (m *CMsgClientStoreUserStats2) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStoreUserStats2.Unmarshal(m, b)
+}
+func (m *CMsgClientStoreUserStats2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStoreUserStats2.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStoreUserStats2) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStoreUserStats2.Merge(m, src)
+}
+func (m *CMsgClientStoreUserStats2) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStoreUserStats2.Size(m)
+}
+func (m *CMsgClientStoreUserStats2) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStoreUserStats2.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStoreUserStats2 proto.InternalMessageInfo
+
+func (m *CMsgClientStoreUserStats2) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats2) GetSettorSteamId() uint64 {
+ if m != nil && m.SettorSteamId != nil {
+ return *m.SettorSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats2) GetSetteeSteamId() uint64 {
+ if m != nil && m.SetteeSteamId != nil {
+ return *m.SetteeSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats2) GetCrcStats() uint32 {
+ if m != nil && m.CrcStats != nil {
+ return *m.CrcStats
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats2) GetExplicitReset() bool {
+ if m != nil && m.ExplicitReset != nil {
+ return *m.ExplicitReset
+ }
+ return false
+}
+
+func (m *CMsgClientStoreUserStats2) GetStats() []*CMsgClientStoreUserStats2_Stats {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+type CMsgClientStoreUserStats2_Stats struct {
+ StatId *uint32 `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
+ StatValue *uint32 `protobuf:"varint,2,opt,name=stat_value,json=statValue" json:"stat_value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStoreUserStats2_Stats) Reset() { *m = CMsgClientStoreUserStats2_Stats{} }
+func (m *CMsgClientStoreUserStats2_Stats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStoreUserStats2_Stats) ProtoMessage() {}
+func (*CMsgClientStoreUserStats2_Stats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{71, 0}
+}
+
+func (m *CMsgClientStoreUserStats2_Stats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStoreUserStats2_Stats.Unmarshal(m, b)
+}
+func (m *CMsgClientStoreUserStats2_Stats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStoreUserStats2_Stats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStoreUserStats2_Stats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStoreUserStats2_Stats.Merge(m, src)
+}
+func (m *CMsgClientStoreUserStats2_Stats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStoreUserStats2_Stats.Size(m)
+}
+func (m *CMsgClientStoreUserStats2_Stats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStoreUserStats2_Stats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStoreUserStats2_Stats proto.InternalMessageInfo
+
+func (m *CMsgClientStoreUserStats2_Stats) GetStatId() uint32 {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats2_Stats) GetStatValue() uint32 {
+ if m != nil && m.StatValue != nil {
+ return *m.StatValue
+ }
+ return 0
+}
+
+type CMsgClientStatsUpdated struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ GameId *uint64 `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ CrcStats *uint32 `protobuf:"varint,3,opt,name=crc_stats,json=crcStats" json:"crc_stats,omitempty"`
+ UpdatedStats []*CMsgClientStatsUpdated_Updated_Stats `protobuf:"bytes,4,rep,name=updated_stats,json=updatedStats" json:"updated_stats,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStatsUpdated) Reset() { *m = CMsgClientStatsUpdated{} }
+func (m *CMsgClientStatsUpdated) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStatsUpdated) ProtoMessage() {}
+func (*CMsgClientStatsUpdated) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{72}
+}
+
+func (m *CMsgClientStatsUpdated) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStatsUpdated.Unmarshal(m, b)
+}
+func (m *CMsgClientStatsUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStatsUpdated.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStatsUpdated) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStatsUpdated.Merge(m, src)
+}
+func (m *CMsgClientStatsUpdated) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStatsUpdated.Size(m)
+}
+func (m *CMsgClientStatsUpdated) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStatsUpdated.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStatsUpdated proto.InternalMessageInfo
+
+func (m *CMsgClientStatsUpdated) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientStatsUpdated) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientStatsUpdated) GetCrcStats() uint32 {
+ if m != nil && m.CrcStats != nil {
+ return *m.CrcStats
+ }
+ return 0
+}
+
+func (m *CMsgClientStatsUpdated) GetUpdatedStats() []*CMsgClientStatsUpdated_Updated_Stats {
+ if m != nil {
+ return m.UpdatedStats
+ }
+ return nil
+}
+
+type CMsgClientStatsUpdated_Updated_Stats struct {
+ StatId *uint32 `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
+ StatValue *uint32 `protobuf:"varint,2,opt,name=stat_value,json=statValue" json:"stat_value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStatsUpdated_Updated_Stats) Reset() { *m = CMsgClientStatsUpdated_Updated_Stats{} }
+func (m *CMsgClientStatsUpdated_Updated_Stats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStatsUpdated_Updated_Stats) ProtoMessage() {}
+func (*CMsgClientStatsUpdated_Updated_Stats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{72, 0}
+}
+
+func (m *CMsgClientStatsUpdated_Updated_Stats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStatsUpdated_Updated_Stats.Unmarshal(m, b)
+}
+func (m *CMsgClientStatsUpdated_Updated_Stats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStatsUpdated_Updated_Stats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStatsUpdated_Updated_Stats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStatsUpdated_Updated_Stats.Merge(m, src)
+}
+func (m *CMsgClientStatsUpdated_Updated_Stats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStatsUpdated_Updated_Stats.Size(m)
+}
+func (m *CMsgClientStatsUpdated_Updated_Stats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStatsUpdated_Updated_Stats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStatsUpdated_Updated_Stats proto.InternalMessageInfo
+
+func (m *CMsgClientStatsUpdated_Updated_Stats) GetStatId() uint32 {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return 0
+}
+
+func (m *CMsgClientStatsUpdated_Updated_Stats) GetStatValue() uint32 {
+ if m != nil && m.StatValue != nil {
+ return *m.StatValue
+ }
+ return 0
+}
+
+type CMsgClientStoreUserStats struct {
+ GameId *uint64 `protobuf:"fixed64,1,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ ExplicitReset *bool `protobuf:"varint,2,opt,name=explicit_reset,json=explicitReset" json:"explicit_reset,omitempty"`
+ StatsToStore []*CMsgClientStoreUserStats_Stats_To_Store `protobuf:"bytes,3,rep,name=stats_to_store,json=statsToStore" json:"stats_to_store,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStoreUserStats) Reset() { *m = CMsgClientStoreUserStats{} }
+func (m *CMsgClientStoreUserStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStoreUserStats) ProtoMessage() {}
+func (*CMsgClientStoreUserStats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{73}
+}
+
+func (m *CMsgClientStoreUserStats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStoreUserStats.Unmarshal(m, b)
+}
+func (m *CMsgClientStoreUserStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStoreUserStats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStoreUserStats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStoreUserStats.Merge(m, src)
+}
+func (m *CMsgClientStoreUserStats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStoreUserStats.Size(m)
+}
+func (m *CMsgClientStoreUserStats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStoreUserStats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStoreUserStats proto.InternalMessageInfo
+
+func (m *CMsgClientStoreUserStats) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats) GetExplicitReset() bool {
+ if m != nil && m.ExplicitReset != nil {
+ return *m.ExplicitReset
+ }
+ return false
+}
+
+func (m *CMsgClientStoreUserStats) GetStatsToStore() []*CMsgClientStoreUserStats_Stats_To_Store {
+ if m != nil {
+ return m.StatsToStore
+ }
+ return nil
+}
+
+type CMsgClientStoreUserStats_Stats_To_Store struct {
+ StatId *uint32 `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
+ StatValue *uint32 `protobuf:"varint,2,opt,name=stat_value,json=statValue" json:"stat_value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientStoreUserStats_Stats_To_Store) Reset() {
+ *m = CMsgClientStoreUserStats_Stats_To_Store{}
+}
+func (m *CMsgClientStoreUserStats_Stats_To_Store) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientStoreUserStats_Stats_To_Store) ProtoMessage() {}
+func (*CMsgClientStoreUserStats_Stats_To_Store) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{73, 0}
+}
+
+func (m *CMsgClientStoreUserStats_Stats_To_Store) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientStoreUserStats_Stats_To_Store.Unmarshal(m, b)
+}
+func (m *CMsgClientStoreUserStats_Stats_To_Store) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientStoreUserStats_Stats_To_Store.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientStoreUserStats_Stats_To_Store) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientStoreUserStats_Stats_To_Store.Merge(m, src)
+}
+func (m *CMsgClientStoreUserStats_Stats_To_Store) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientStoreUserStats_Stats_To_Store.Size(m)
+}
+func (m *CMsgClientStoreUserStats_Stats_To_Store) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientStoreUserStats_Stats_To_Store.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientStoreUserStats_Stats_To_Store proto.InternalMessageInfo
+
+func (m *CMsgClientStoreUserStats_Stats_To_Store) GetStatId() uint32 {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return 0
+}
+
+func (m *CMsgClientStoreUserStats_Stats_To_Store) GetStatValue() uint32 {
+ if m != nil && m.StatValue != nil {
+ return *m.StatValue
+ }
+ return 0
+}
+
+type CMsgClientGetClientDetails struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientDetails) Reset() { *m = CMsgClientGetClientDetails{} }
+func (m *CMsgClientGetClientDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClientDetails) ProtoMessage() {}
+func (*CMsgClientGetClientDetails) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{74}
+}
+
+func (m *CMsgClientGetClientDetails) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientDetails.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientDetails.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientDetails) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientDetails.Merge(m, src)
+}
+func (m *CMsgClientGetClientDetails) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientDetails.Size(m)
+}
+func (m *CMsgClientGetClientDetails) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientDetails.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientDetails proto.InternalMessageInfo
+
+type CMsgClientReportOverlayDetourFailure struct {
+ FailureStrings []string `protobuf:"bytes,1,rep,name=failure_strings,json=failureStrings" json:"failure_strings,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientReportOverlayDetourFailure) Reset() { *m = CMsgClientReportOverlayDetourFailure{} }
+func (m *CMsgClientReportOverlayDetourFailure) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientReportOverlayDetourFailure) ProtoMessage() {}
+func (*CMsgClientReportOverlayDetourFailure) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{75}
+}
+
+func (m *CMsgClientReportOverlayDetourFailure) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientReportOverlayDetourFailure.Unmarshal(m, b)
+}
+func (m *CMsgClientReportOverlayDetourFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientReportOverlayDetourFailure.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientReportOverlayDetourFailure) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientReportOverlayDetourFailure.Merge(m, src)
+}
+func (m *CMsgClientReportOverlayDetourFailure) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientReportOverlayDetourFailure.Size(m)
+}
+func (m *CMsgClientReportOverlayDetourFailure) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientReportOverlayDetourFailure.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientReportOverlayDetourFailure proto.InternalMessageInfo
+
+func (m *CMsgClientReportOverlayDetourFailure) GetFailureStrings() []string {
+ if m != nil {
+ return m.FailureStrings
+ }
+ return nil
+}
+
+type CMsgClientGetClientDetailsResponse struct {
+ PackageVersion *uint32 `protobuf:"varint,1,opt,name=package_version,json=packageVersion" json:"package_version,omitempty"`
+ ProtocolVersion *uint32 `protobuf:"varint,8,opt,name=protocol_version,json=protocolVersion" json:"protocol_version,omitempty"`
+ Os *string `protobuf:"bytes,2,opt,name=os" json:"os,omitempty"`
+ MachineName *string `protobuf:"bytes,3,opt,name=machine_name,json=machineName" json:"machine_name,omitempty"`
+ IpPublic *string `protobuf:"bytes,4,opt,name=ip_public,json=ipPublic" json:"ip_public,omitempty"`
+ IpPrivate *string `protobuf:"bytes,5,opt,name=ip_private,json=ipPrivate" json:"ip_private,omitempty"`
+ BytesAvailable *uint64 `protobuf:"varint,7,opt,name=bytes_available,json=bytesAvailable" json:"bytes_available,omitempty"`
+ GamesRunning []*CMsgClientGetClientDetailsResponse_Game `protobuf:"bytes,6,rep,name=games_running,json=gamesRunning" json:"games_running,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientDetailsResponse) Reset() { *m = CMsgClientGetClientDetailsResponse{} }
+func (m *CMsgClientGetClientDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClientDetailsResponse) ProtoMessage() {}
+func (*CMsgClientGetClientDetailsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{76}
+}
+
+func (m *CMsgClientGetClientDetailsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientDetailsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientDetailsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientDetailsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientDetailsResponse.Merge(m, src)
+}
+func (m *CMsgClientGetClientDetailsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientDetailsResponse.Size(m)
+}
+func (m *CMsgClientGetClientDetailsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientDetailsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientDetailsResponse proto.InternalMessageInfo
+
+func (m *CMsgClientGetClientDetailsResponse) GetPackageVersion() uint32 {
+ if m != nil && m.PackageVersion != nil {
+ return *m.PackageVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetProtocolVersion() uint32 {
+ if m != nil && m.ProtocolVersion != nil {
+ return *m.ProtocolVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetOs() string {
+ if m != nil && m.Os != nil {
+ return *m.Os
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetMachineName() string {
+ if m != nil && m.MachineName != nil {
+ return *m.MachineName
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetIpPublic() string {
+ if m != nil && m.IpPublic != nil {
+ return *m.IpPublic
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetIpPrivate() string {
+ if m != nil && m.IpPrivate != nil {
+ return *m.IpPrivate
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetBytesAvailable() uint64 {
+ if m != nil && m.BytesAvailable != nil {
+ return *m.BytesAvailable
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientDetailsResponse) GetGamesRunning() []*CMsgClientGetClientDetailsResponse_Game {
+ if m != nil {
+ return m.GamesRunning
+ }
+ return nil
+}
+
+type CMsgClientGetClientDetailsResponse_Game struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ ExtraInfo *string `protobuf:"bytes,2,opt,name=extra_info,json=extraInfo" json:"extra_info,omitempty"`
+ TimeRunningSec *uint32 `protobuf:"varint,3,opt,name=time_running_sec,json=timeRunningSec" json:"time_running_sec,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientDetailsResponse_Game) Reset() {
+ *m = CMsgClientGetClientDetailsResponse_Game{}
+}
+func (m *CMsgClientGetClientDetailsResponse_Game) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClientDetailsResponse_Game) ProtoMessage() {}
+func (*CMsgClientGetClientDetailsResponse_Game) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{76, 0}
+}
+
+func (m *CMsgClientGetClientDetailsResponse_Game) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientDetailsResponse_Game.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientDetailsResponse_Game) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientDetailsResponse_Game.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientDetailsResponse_Game) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientDetailsResponse_Game.Merge(m, src)
+}
+func (m *CMsgClientGetClientDetailsResponse_Game) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientDetailsResponse_Game.Size(m)
+}
+func (m *CMsgClientGetClientDetailsResponse_Game) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientDetailsResponse_Game.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientDetailsResponse_Game proto.InternalMessageInfo
+
+func (m *CMsgClientGetClientDetailsResponse_Game) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientDetailsResponse_Game) GetExtraInfo() string {
+ if m != nil && m.ExtraInfo != nil {
+ return *m.ExtraInfo
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientDetailsResponse_Game) GetTimeRunningSec() uint32 {
+ if m != nil && m.TimeRunningSec != nil {
+ return *m.TimeRunningSec
+ }
+ return 0
+}
+
+type CMsgClientGetClientAppList struct {
+ Media *bool `protobuf:"varint,1,opt,name=media" json:"media,omitempty"`
+ Tools *bool `protobuf:"varint,2,opt,name=tools" json:"tools,omitempty"`
+ Games *bool `protobuf:"varint,3,opt,name=games" json:"games,omitempty"`
+ OnlyInstalled *bool `protobuf:"varint,4,opt,name=only_installed,json=onlyInstalled" json:"only_installed,omitempty"`
+ OnlyChanging *bool `protobuf:"varint,5,opt,name=only_changing,json=onlyChanging" json:"only_changing,omitempty"`
+ Comics *bool `protobuf:"varint,6,opt,name=comics" json:"comics,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientAppList) Reset() { *m = CMsgClientGetClientAppList{} }
+func (m *CMsgClientGetClientAppList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClientAppList) ProtoMessage() {}
+func (*CMsgClientGetClientAppList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{77}
+}
+
+func (m *CMsgClientGetClientAppList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientAppList.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientAppList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientAppList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientAppList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientAppList.Merge(m, src)
+}
+func (m *CMsgClientGetClientAppList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientAppList.Size(m)
+}
+func (m *CMsgClientGetClientAppList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientAppList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientAppList proto.InternalMessageInfo
+
+func (m *CMsgClientGetClientAppList) GetMedia() bool {
+ if m != nil && m.Media != nil {
+ return *m.Media
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppList) GetTools() bool {
+ if m != nil && m.Tools != nil {
+ return *m.Tools
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppList) GetGames() bool {
+ if m != nil && m.Games != nil {
+ return *m.Games
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppList) GetOnlyInstalled() bool {
+ if m != nil && m.OnlyInstalled != nil {
+ return *m.OnlyInstalled
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppList) GetOnlyChanging() bool {
+ if m != nil && m.OnlyChanging != nil {
+ return *m.OnlyChanging
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppList) GetComics() bool {
+ if m != nil && m.Comics != nil {
+ return *m.Comics
+ }
+ return false
+}
+
+type CMsgClientGetClientAppListResponse struct {
+ Apps []*CMsgClientGetClientAppListResponse_App `protobuf:"bytes,1,rep,name=apps" json:"apps,omitempty"`
+ BytesAvailable *uint64 `protobuf:"varint,2,opt,name=bytes_available,json=bytesAvailable" json:"bytes_available,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientAppListResponse) Reset() { *m = CMsgClientGetClientAppListResponse{} }
+func (m *CMsgClientGetClientAppListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClientAppListResponse) ProtoMessage() {}
+func (*CMsgClientGetClientAppListResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{78}
+}
+
+func (m *CMsgClientGetClientAppListResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientAppListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientAppListResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientAppListResponse.Merge(m, src)
+}
+func (m *CMsgClientGetClientAppListResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse.Size(m)
+}
+func (m *CMsgClientGetClientAppListResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientAppListResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientAppListResponse proto.InternalMessageInfo
+
+func (m *CMsgClientGetClientAppListResponse) GetApps() []*CMsgClientGetClientAppListResponse_App {
+ if m != nil {
+ return m.Apps
+ }
+ return nil
+}
+
+func (m *CMsgClientGetClientAppListResponse) GetBytesAvailable() uint64 {
+ if m != nil && m.BytesAvailable != nil {
+ return *m.BytesAvailable
+ }
+ return 0
+}
+
+type CMsgClientGetClientAppListResponse_App struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Category *string `protobuf:"bytes,2,opt,name=category" json:"category,omitempty"`
+ AppType *string `protobuf:"bytes,10,opt,name=app_type,json=appType" json:"app_type,omitempty"`
+ Favorite *bool `protobuf:"varint,3,opt,name=favorite" json:"favorite,omitempty"`
+ Installed *bool `protobuf:"varint,4,opt,name=installed" json:"installed,omitempty"`
+ AutoUpdate *bool `protobuf:"varint,5,opt,name=auto_update,json=autoUpdate" json:"auto_update,omitempty"`
+ BytesDownloaded *uint64 `protobuf:"varint,6,opt,name=bytes_downloaded,json=bytesDownloaded" json:"bytes_downloaded,omitempty"`
+ BytesNeeded *uint64 `protobuf:"varint,7,opt,name=bytes_needed,json=bytesNeeded" json:"bytes_needed,omitempty"`
+ BytesDownloadRate *uint32 `protobuf:"varint,8,opt,name=bytes_download_rate,json=bytesDownloadRate" json:"bytes_download_rate,omitempty"`
+ DownloadPaused *bool `protobuf:"varint,11,opt,name=download_paused,json=downloadPaused" json:"download_paused,omitempty"`
+ NumDownloading *uint32 `protobuf:"varint,12,opt,name=num_downloading,json=numDownloading" json:"num_downloading,omitempty"`
+ NumPaused *uint32 `protobuf:"varint,13,opt,name=num_paused,json=numPaused" json:"num_paused,omitempty"`
+ Changing *bool `protobuf:"varint,14,opt,name=changing" json:"changing,omitempty"`
+ AvailableOnPlatform *bool `protobuf:"varint,15,opt,name=available_on_platform,json=availableOnPlatform" json:"available_on_platform,omitempty"`
+ Dlcs []*CMsgClientGetClientAppListResponse_App_DLC `protobuf:"bytes,9,rep,name=dlcs" json:"dlcs,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) Reset() {
+ *m = CMsgClientGetClientAppListResponse_App{}
+}
+func (m *CMsgClientGetClientAppListResponse_App) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClientAppListResponse_App) ProtoMessage() {}
+func (*CMsgClientGetClientAppListResponse_App) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{78, 0}
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse_App.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientAppListResponse_App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse_App.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientAppListResponse_App) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientAppListResponse_App.Merge(m, src)
+}
+func (m *CMsgClientGetClientAppListResponse_App) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse_App.Size(m)
+}
+func (m *CMsgClientGetClientAppListResponse_App) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientAppListResponse_App.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientAppListResponse_App proto.InternalMessageInfo
+
+func (m *CMsgClientGetClientAppListResponse_App) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetCategory() string {
+ if m != nil && m.Category != nil {
+ return *m.Category
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetAppType() string {
+ if m != nil && m.AppType != nil {
+ return *m.AppType
+ }
+ return ""
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetFavorite() bool {
+ if m != nil && m.Favorite != nil {
+ return *m.Favorite
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetInstalled() bool {
+ if m != nil && m.Installed != nil {
+ return *m.Installed
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetAutoUpdate() bool {
+ if m != nil && m.AutoUpdate != nil {
+ return *m.AutoUpdate
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetBytesDownloaded() uint64 {
+ if m != nil && m.BytesDownloaded != nil {
+ return *m.BytesDownloaded
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetBytesNeeded() uint64 {
+ if m != nil && m.BytesNeeded != nil {
+ return *m.BytesNeeded
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetBytesDownloadRate() uint32 {
+ if m != nil && m.BytesDownloadRate != nil {
+ return *m.BytesDownloadRate
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetDownloadPaused() bool {
+ if m != nil && m.DownloadPaused != nil {
+ return *m.DownloadPaused
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetNumDownloading() uint32 {
+ if m != nil && m.NumDownloading != nil {
+ return *m.NumDownloading
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetNumPaused() uint32 {
+ if m != nil && m.NumPaused != nil {
+ return *m.NumPaused
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetChanging() bool {
+ if m != nil && m.Changing != nil {
+ return *m.Changing
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetAvailableOnPlatform() bool {
+ if m != nil && m.AvailableOnPlatform != nil {
+ return *m.AvailableOnPlatform
+ }
+ return false
+}
+
+func (m *CMsgClientGetClientAppListResponse_App) GetDlcs() []*CMsgClientGetClientAppListResponse_App_DLC {
+ if m != nil {
+ return m.Dlcs
+ }
+ return nil
+}
+
+type CMsgClientGetClientAppListResponse_App_DLC struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Installed *bool `protobuf:"varint,2,opt,name=installed" json:"installed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClientAppListResponse_App_DLC) Reset() {
+ *m = CMsgClientGetClientAppListResponse_App_DLC{}
+}
+func (m *CMsgClientGetClientAppListResponse_App_DLC) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientGetClientAppListResponse_App_DLC) ProtoMessage() {}
+func (*CMsgClientGetClientAppListResponse_App_DLC) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{78, 0, 0}
+}
+
+func (m *CMsgClientGetClientAppListResponse_App_DLC) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse_App_DLC.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClientAppListResponse_App_DLC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse_App_DLC.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClientAppListResponse_App_DLC) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClientAppListResponse_App_DLC.Merge(m, src)
+}
+func (m *CMsgClientGetClientAppListResponse_App_DLC) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClientAppListResponse_App_DLC.Size(m)
+}
+func (m *CMsgClientGetClientAppListResponse_App_DLC) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClientAppListResponse_App_DLC.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClientAppListResponse_App_DLC proto.InternalMessageInfo
+
+func (m *CMsgClientGetClientAppListResponse_App_DLC) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientGetClientAppListResponse_App_DLC) GetInstalled() bool {
+ if m != nil && m.Installed != nil {
+ return *m.Installed
+ }
+ return false
+}
+
+type CMsgClientInstallClientApp struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientInstallClientApp) Reset() { *m = CMsgClientInstallClientApp{} }
+func (m *CMsgClientInstallClientApp) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientInstallClientApp) ProtoMessage() {}
+func (*CMsgClientInstallClientApp) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{79}
+}
+
+func (m *CMsgClientInstallClientApp) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientInstallClientApp.Unmarshal(m, b)
+}
+func (m *CMsgClientInstallClientApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientInstallClientApp.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientInstallClientApp) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientInstallClientApp.Merge(m, src)
+}
+func (m *CMsgClientInstallClientApp) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientInstallClientApp.Size(m)
+}
+func (m *CMsgClientInstallClientApp) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientInstallClientApp.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientInstallClientApp proto.InternalMessageInfo
+
+func (m *CMsgClientInstallClientApp) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgClientInstallClientAppResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientInstallClientAppResponse) Reset() { *m = CMsgClientInstallClientAppResponse{} }
+func (m *CMsgClientInstallClientAppResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientInstallClientAppResponse) ProtoMessage() {}
+func (*CMsgClientInstallClientAppResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{80}
+}
+
+func (m *CMsgClientInstallClientAppResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientInstallClientAppResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientInstallClientAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientInstallClientAppResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientInstallClientAppResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientInstallClientAppResponse.Merge(m, src)
+}
+func (m *CMsgClientInstallClientAppResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientInstallClientAppResponse.Size(m)
+}
+func (m *CMsgClientInstallClientAppResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientInstallClientAppResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientInstallClientAppResponse proto.InternalMessageInfo
+
+func (m *CMsgClientInstallClientAppResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgClientUninstallClientApp struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUninstallClientApp) Reset() { *m = CMsgClientUninstallClientApp{} }
+func (m *CMsgClientUninstallClientApp) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUninstallClientApp) ProtoMessage() {}
+func (*CMsgClientUninstallClientApp) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{81}
+}
+
+func (m *CMsgClientUninstallClientApp) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUninstallClientApp.Unmarshal(m, b)
+}
+func (m *CMsgClientUninstallClientApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUninstallClientApp.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUninstallClientApp) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUninstallClientApp.Merge(m, src)
+}
+func (m *CMsgClientUninstallClientApp) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUninstallClientApp.Size(m)
+}
+func (m *CMsgClientUninstallClientApp) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUninstallClientApp.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUninstallClientApp proto.InternalMessageInfo
+
+func (m *CMsgClientUninstallClientApp) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgClientUninstallClientAppResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUninstallClientAppResponse) Reset() { *m = CMsgClientUninstallClientAppResponse{} }
+func (m *CMsgClientUninstallClientAppResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUninstallClientAppResponse) ProtoMessage() {}
+func (*CMsgClientUninstallClientAppResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{82}
+}
+
+func (m *CMsgClientUninstallClientAppResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUninstallClientAppResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUninstallClientAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUninstallClientAppResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUninstallClientAppResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUninstallClientAppResponse.Merge(m, src)
+}
+func (m *CMsgClientUninstallClientAppResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUninstallClientAppResponse.Size(m)
+}
+func (m *CMsgClientUninstallClientAppResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUninstallClientAppResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUninstallClientAppResponse proto.InternalMessageInfo
+
+func (m *CMsgClientUninstallClientAppResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgClientSetClientAppUpdateState struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Update *bool `protobuf:"varint,2,opt,name=update" json:"update,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSetClientAppUpdateState) Reset() { *m = CMsgClientSetClientAppUpdateState{} }
+func (m *CMsgClientSetClientAppUpdateState) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSetClientAppUpdateState) ProtoMessage() {}
+func (*CMsgClientSetClientAppUpdateState) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{83}
+}
+
+func (m *CMsgClientSetClientAppUpdateState) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSetClientAppUpdateState.Unmarshal(m, b)
+}
+func (m *CMsgClientSetClientAppUpdateState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSetClientAppUpdateState.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSetClientAppUpdateState) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSetClientAppUpdateState.Merge(m, src)
+}
+func (m *CMsgClientSetClientAppUpdateState) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSetClientAppUpdateState.Size(m)
+}
+func (m *CMsgClientSetClientAppUpdateState) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSetClientAppUpdateState.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSetClientAppUpdateState proto.InternalMessageInfo
+
+func (m *CMsgClientSetClientAppUpdateState) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientSetClientAppUpdateState) GetUpdate() bool {
+ if m != nil && m.Update != nil {
+ return *m.Update
+ }
+ return false
+}
+
+type CMsgClientSetClientAppUpdateStateResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSetClientAppUpdateStateResponse) Reset() {
+ *m = CMsgClientSetClientAppUpdateStateResponse{}
+}
+func (m *CMsgClientSetClientAppUpdateStateResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientSetClientAppUpdateStateResponse) ProtoMessage() {}
+func (*CMsgClientSetClientAppUpdateStateResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{84}
+}
+
+func (m *CMsgClientSetClientAppUpdateStateResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSetClientAppUpdateStateResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientSetClientAppUpdateStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSetClientAppUpdateStateResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSetClientAppUpdateStateResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSetClientAppUpdateStateResponse.Merge(m, src)
+}
+func (m *CMsgClientSetClientAppUpdateStateResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSetClientAppUpdateStateResponse.Size(m)
+}
+func (m *CMsgClientSetClientAppUpdateStateResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSetClientAppUpdateStateResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSetClientAppUpdateStateResponse proto.InternalMessageInfo
+
+func (m *CMsgClientSetClientAppUpdateStateResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgClientUFSUploadFileRequest struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileSize *uint32 `protobuf:"varint,2,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
+ RawFileSize *uint32 `protobuf:"varint,3,opt,name=raw_file_size,json=rawFileSize" json:"raw_file_size,omitempty"`
+ ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ TimeStamp *uint64 `protobuf:"varint,5,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
+ FileName *string `protobuf:"bytes,6,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ PlatformsToSyncDeprecated *uint32 `protobuf:"varint,7,opt,name=platforms_to_sync_deprecated,json=platformsToSyncDeprecated" json:"platforms_to_sync_deprecated,omitempty"`
+ PlatformsToSync *uint32 `protobuf:"varint,8,opt,name=platforms_to_sync,json=platformsToSync,def=4294967295" json:"platforms_to_sync,omitempty"`
+ CellId *uint32 `protobuf:"varint,9,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ CanEncrypt *bool `protobuf:"varint,10,opt,name=can_encrypt,json=canEncrypt" json:"can_encrypt,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadFileRequest) Reset() { *m = CMsgClientUFSUploadFileRequest{} }
+func (m *CMsgClientUFSUploadFileRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadFileRequest) ProtoMessage() {}
+func (*CMsgClientUFSUploadFileRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{85}
+}
+
+func (m *CMsgClientUFSUploadFileRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadFileRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadFileRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadFileRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadFileRequest.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadFileRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadFileRequest.Size(m)
+}
+func (m *CMsgClientUFSUploadFileRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadFileRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadFileRequest proto.InternalMessageInfo
+
+const Default_CMsgClientUFSUploadFileRequest_PlatformsToSync uint32 = 4294967295
+
+func (m *CMsgClientUFSUploadFileRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetFileSize() uint32 {
+ if m != nil && m.FileSize != nil {
+ return *m.FileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetRawFileSize() uint32 {
+ if m != nil && m.RawFileSize != nil {
+ return *m.RawFileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetTimeStamp() uint64 {
+ if m != nil && m.TimeStamp != nil {
+ return *m.TimeStamp
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetPlatformsToSyncDeprecated() uint32 {
+ if m != nil && m.PlatformsToSyncDeprecated != nil {
+ return *m.PlatformsToSyncDeprecated
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetPlatformsToSync() uint32 {
+ if m != nil && m.PlatformsToSync != nil {
+ return *m.PlatformsToSync
+ }
+ return Default_CMsgClientUFSUploadFileRequest_PlatformsToSync
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadFileRequest) GetCanEncrypt() bool {
+ if m != nil && m.CanEncrypt != nil {
+ return *m.CanEncrypt
+ }
+ return false
+}
+
+type CMsgClientUFSUploadFileResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ ShaFile []byte `protobuf:"bytes,2,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ UseHttp *bool `protobuf:"varint,3,opt,name=use_http,json=useHttp" json:"use_http,omitempty"`
+ HttpHost *string `protobuf:"bytes,4,opt,name=http_host,json=httpHost" json:"http_host,omitempty"`
+ HttpUrl *string `protobuf:"bytes,5,opt,name=http_url,json=httpUrl" json:"http_url,omitempty"`
+ KvHeaders []byte `protobuf:"bytes,6,opt,name=kv_headers,json=kvHeaders" json:"kv_headers,omitempty"`
+ UseHttps *bool `protobuf:"varint,7,opt,name=use_https,json=useHttps" json:"use_https,omitempty"`
+ EncryptFile *bool `protobuf:"varint,8,opt,name=encrypt_file,json=encryptFile" json:"encrypt_file,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadFileResponse) Reset() { *m = CMsgClientUFSUploadFileResponse{} }
+func (m *CMsgClientUFSUploadFileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadFileResponse) ProtoMessage() {}
+func (*CMsgClientUFSUploadFileResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{86}
+}
+
+func (m *CMsgClientUFSUploadFileResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadFileResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadFileResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadFileResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadFileResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadFileResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadFileResponse.Size(m)
+}
+func (m *CMsgClientUFSUploadFileResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadFileResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadFileResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSUploadFileResponse_Eresult int32 = 2
+
+func (m *CMsgClientUFSUploadFileResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSUploadFileResponse_Eresult
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetUseHttp() bool {
+ if m != nil && m.UseHttp != nil {
+ return *m.UseHttp
+ }
+ return false
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetHttpHost() string {
+ if m != nil && m.HttpHost != nil {
+ return *m.HttpHost
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetHttpUrl() string {
+ if m != nil && m.HttpUrl != nil {
+ return *m.HttpUrl
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetKvHeaders() []byte {
+ if m != nil {
+ return m.KvHeaders
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetUseHttps() bool {
+ if m != nil && m.UseHttps != nil {
+ return *m.UseHttps
+ }
+ return false
+}
+
+func (m *CMsgClientUFSUploadFileResponse) GetEncryptFile() bool {
+ if m != nil && m.EncryptFile != nil {
+ return *m.EncryptFile
+ }
+ return false
+}
+
+type CMsgClientUFSUploadCommit struct {
+ Files []*CMsgClientUFSUploadCommit_File `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadCommit) Reset() { *m = CMsgClientUFSUploadCommit{} }
+func (m *CMsgClientUFSUploadCommit) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadCommit) ProtoMessage() {}
+func (*CMsgClientUFSUploadCommit) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{87}
+}
+
+func (m *CMsgClientUFSUploadCommit) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadCommit.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadCommit.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadCommit) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadCommit.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadCommit) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadCommit.Size(m)
+}
+func (m *CMsgClientUFSUploadCommit) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadCommit.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadCommit proto.InternalMessageInfo
+
+func (m *CMsgClientUFSUploadCommit) GetFiles() []*CMsgClientUFSUploadCommit_File {
+ if m != nil {
+ return m.Files
+ }
+ return nil
+}
+
+type CMsgClientUFSUploadCommit_File struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ ShaFile []byte `protobuf:"bytes,3,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ CubFile *uint32 `protobuf:"varint,4,opt,name=cub_file,json=cubFile" json:"cub_file,omitempty"`
+ FileName *string `protobuf:"bytes,5,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadCommit_File) Reset() { *m = CMsgClientUFSUploadCommit_File{} }
+func (m *CMsgClientUFSUploadCommit_File) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadCommit_File) ProtoMessage() {}
+func (*CMsgClientUFSUploadCommit_File) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{87, 0}
+}
+
+func (m *CMsgClientUFSUploadCommit_File) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadCommit_File.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadCommit_File) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadCommit_File.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadCommit_File) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadCommit_File.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadCommit_File) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadCommit_File.Size(m)
+}
+func (m *CMsgClientUFSUploadCommit_File) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadCommit_File.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadCommit_File proto.InternalMessageInfo
+
+const Default_CMsgClientUFSUploadCommit_File_Eresult int32 = 2
+
+func (m *CMsgClientUFSUploadCommit_File) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSUploadCommit_File_Eresult
+}
+
+func (m *CMsgClientUFSUploadCommit_File) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadCommit_File) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSUploadCommit_File) GetCubFile() uint32 {
+ if m != nil && m.CubFile != nil {
+ return *m.CubFile
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadCommit_File) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+type CMsgClientUFSUploadCommitResponse struct {
+ Files []*CMsgClientUFSUploadCommitResponse_File `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadCommitResponse) Reset() { *m = CMsgClientUFSUploadCommitResponse{} }
+func (m *CMsgClientUFSUploadCommitResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadCommitResponse) ProtoMessage() {}
+func (*CMsgClientUFSUploadCommitResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{88}
+}
+
+func (m *CMsgClientUFSUploadCommitResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadCommitResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadCommitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadCommitResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadCommitResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadCommitResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadCommitResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadCommitResponse.Size(m)
+}
+func (m *CMsgClientUFSUploadCommitResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadCommitResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadCommitResponse proto.InternalMessageInfo
+
+func (m *CMsgClientUFSUploadCommitResponse) GetFiles() []*CMsgClientUFSUploadCommitResponse_File {
+ if m != nil {
+ return m.Files
+ }
+ return nil
+}
+
+type CMsgClientUFSUploadCommitResponse_File struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ ShaFile []byte `protobuf:"bytes,3,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadCommitResponse_File) Reset() {
+ *m = CMsgClientUFSUploadCommitResponse_File{}
+}
+func (m *CMsgClientUFSUploadCommitResponse_File) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadCommitResponse_File) ProtoMessage() {}
+func (*CMsgClientUFSUploadCommitResponse_File) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{88, 0}
+}
+
+func (m *CMsgClientUFSUploadCommitResponse_File) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadCommitResponse_File.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadCommitResponse_File) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadCommitResponse_File.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadCommitResponse_File) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadCommitResponse_File.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadCommitResponse_File) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadCommitResponse_File.Size(m)
+}
+func (m *CMsgClientUFSUploadCommitResponse_File) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadCommitResponse_File.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadCommitResponse_File proto.InternalMessageInfo
+
+const Default_CMsgClientUFSUploadCommitResponse_File_Eresult int32 = 2
+
+func (m *CMsgClientUFSUploadCommitResponse_File) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSUploadCommitResponse_File_Eresult
+}
+
+func (m *CMsgClientUFSUploadCommitResponse_File) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSUploadCommitResponse_File) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+type CMsgClientUFSFileChunk struct {
+ ShaFile []byte `protobuf:"bytes,1,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ FileStart *uint32 `protobuf:"varint,2,opt,name=file_start,json=fileStart" json:"file_start,omitempty"`
+ Data []byte `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSFileChunk) Reset() { *m = CMsgClientUFSFileChunk{} }
+func (m *CMsgClientUFSFileChunk) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSFileChunk) ProtoMessage() {}
+func (*CMsgClientUFSFileChunk) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{89}
+}
+
+func (m *CMsgClientUFSFileChunk) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSFileChunk.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSFileChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSFileChunk.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSFileChunk) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSFileChunk.Merge(m, src)
+}
+func (m *CMsgClientUFSFileChunk) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSFileChunk.Size(m)
+}
+func (m *CMsgClientUFSFileChunk) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSFileChunk.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSFileChunk proto.InternalMessageInfo
+
+func (m *CMsgClientUFSFileChunk) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSFileChunk) GetFileStart() uint32 {
+ if m != nil && m.FileStart != nil {
+ return *m.FileStart
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSFileChunk) GetData() []byte {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+type CMsgClientUFSTransferHeartbeat struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSTransferHeartbeat) Reset() { *m = CMsgClientUFSTransferHeartbeat{} }
+func (m *CMsgClientUFSTransferHeartbeat) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSTransferHeartbeat) ProtoMessage() {}
+func (*CMsgClientUFSTransferHeartbeat) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{90}
+}
+
+func (m *CMsgClientUFSTransferHeartbeat) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSTransferHeartbeat.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSTransferHeartbeat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSTransferHeartbeat.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSTransferHeartbeat) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSTransferHeartbeat.Merge(m, src)
+}
+func (m *CMsgClientUFSTransferHeartbeat) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSTransferHeartbeat.Size(m)
+}
+func (m *CMsgClientUFSTransferHeartbeat) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSTransferHeartbeat.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSTransferHeartbeat proto.InternalMessageInfo
+
+type CMsgClientUFSUploadFileFinished struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ ShaFile []byte `protobuf:"bytes,2,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSUploadFileFinished) Reset() { *m = CMsgClientUFSUploadFileFinished{} }
+func (m *CMsgClientUFSUploadFileFinished) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSUploadFileFinished) ProtoMessage() {}
+func (*CMsgClientUFSUploadFileFinished) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{91}
+}
+
+func (m *CMsgClientUFSUploadFileFinished) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSUploadFileFinished.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSUploadFileFinished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSUploadFileFinished.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSUploadFileFinished) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSUploadFileFinished.Merge(m, src)
+}
+func (m *CMsgClientUFSUploadFileFinished) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSUploadFileFinished.Size(m)
+}
+func (m *CMsgClientUFSUploadFileFinished) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSUploadFileFinished.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSUploadFileFinished proto.InternalMessageInfo
+
+const Default_CMsgClientUFSUploadFileFinished_Eresult int32 = 2
+
+func (m *CMsgClientUFSUploadFileFinished) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSUploadFileFinished_Eresult
+}
+
+func (m *CMsgClientUFSUploadFileFinished) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+type CMsgClientUFSDeleteFileRequest struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ IsExplicitDelete *bool `protobuf:"varint,3,opt,name=is_explicit_delete,json=isExplicitDelete" json:"is_explicit_delete,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSDeleteFileRequest) Reset() { *m = CMsgClientUFSDeleteFileRequest{} }
+func (m *CMsgClientUFSDeleteFileRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSDeleteFileRequest) ProtoMessage() {}
+func (*CMsgClientUFSDeleteFileRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{92}
+}
+
+func (m *CMsgClientUFSDeleteFileRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSDeleteFileRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSDeleteFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSDeleteFileRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSDeleteFileRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSDeleteFileRequest.Merge(m, src)
+}
+func (m *CMsgClientUFSDeleteFileRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSDeleteFileRequest.Size(m)
+}
+func (m *CMsgClientUFSDeleteFileRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSDeleteFileRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSDeleteFileRequest proto.InternalMessageInfo
+
+func (m *CMsgClientUFSDeleteFileRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSDeleteFileRequest) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSDeleteFileRequest) GetIsExplicitDelete() bool {
+ if m != nil && m.IsExplicitDelete != nil {
+ return *m.IsExplicitDelete
+ }
+ return false
+}
+
+type CMsgClientUFSDeleteFileResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSDeleteFileResponse) Reset() { *m = CMsgClientUFSDeleteFileResponse{} }
+func (m *CMsgClientUFSDeleteFileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSDeleteFileResponse) ProtoMessage() {}
+func (*CMsgClientUFSDeleteFileResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{93}
+}
+
+func (m *CMsgClientUFSDeleteFileResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSDeleteFileResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSDeleteFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSDeleteFileResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSDeleteFileResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSDeleteFileResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSDeleteFileResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSDeleteFileResponse.Size(m)
+}
+func (m *CMsgClientUFSDeleteFileResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSDeleteFileResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSDeleteFileResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSDeleteFileResponse_Eresult int32 = 2
+
+func (m *CMsgClientUFSDeleteFileResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSDeleteFileResponse_Eresult
+}
+
+func (m *CMsgClientUFSDeleteFileResponse) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+type CMsgClientUFSGetFileListForApp struct {
+ AppsToQuery []uint32 `protobuf:"varint,1,rep,name=apps_to_query,json=appsToQuery" json:"apps_to_query,omitempty"`
+ SendPathPrefixes *bool `protobuf:"varint,2,opt,name=send_path_prefixes,json=sendPathPrefixes" json:"send_path_prefixes,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetFileListForApp) Reset() { *m = CMsgClientUFSGetFileListForApp{} }
+func (m *CMsgClientUFSGetFileListForApp) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSGetFileListForApp) ProtoMessage() {}
+func (*CMsgClientUFSGetFileListForApp) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{94}
+}
+
+func (m *CMsgClientUFSGetFileListForApp) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForApp.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetFileListForApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForApp.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetFileListForApp) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetFileListForApp.Merge(m, src)
+}
+func (m *CMsgClientUFSGetFileListForApp) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForApp.Size(m)
+}
+func (m *CMsgClientUFSGetFileListForApp) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetFileListForApp.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetFileListForApp proto.InternalMessageInfo
+
+func (m *CMsgClientUFSGetFileListForApp) GetAppsToQuery() []uint32 {
+ if m != nil {
+ return m.AppsToQuery
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSGetFileListForApp) GetSendPathPrefixes() bool {
+ if m != nil && m.SendPathPrefixes != nil {
+ return *m.SendPathPrefixes
+ }
+ return false
+}
+
+type CMsgClientUFSGetFileListForAppResponse struct {
+ Files []*CMsgClientUFSGetFileListForAppResponse_File `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
+ PathPrefixes []string `protobuf:"bytes,2,rep,name=path_prefixes,json=pathPrefixes" json:"path_prefixes,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse) Reset() {
+ *m = CMsgClientUFSGetFileListForAppResponse{}
+}
+func (m *CMsgClientUFSGetFileListForAppResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSGetFileListForAppResponse) ProtoMessage() {}
+func (*CMsgClientUFSGetFileListForAppResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{95}
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse.Size(m)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse proto.InternalMessageInfo
+
+func (m *CMsgClientUFSGetFileListForAppResponse) GetFiles() []*CMsgClientUFSGetFileListForAppResponse_File {
+ if m != nil {
+ return m.Files
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse) GetPathPrefixes() []string {
+ if m != nil {
+ return m.PathPrefixes
+ }
+ return nil
+}
+
+type CMsgClientUFSGetFileListForAppResponse_File struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ ShaFile []byte `protobuf:"bytes,3,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ TimeStamp *uint64 `protobuf:"varint,4,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
+ RawFileSize *uint32 `protobuf:"varint,5,opt,name=raw_file_size,json=rawFileSize" json:"raw_file_size,omitempty"`
+ IsExplicitDelete *bool `protobuf:"varint,6,opt,name=is_explicit_delete,json=isExplicitDelete" json:"is_explicit_delete,omitempty"`
+ PlatformsToSync *uint32 `protobuf:"varint,7,opt,name=platforms_to_sync,json=platformsToSync" json:"platforms_to_sync,omitempty"`
+ PathPrefixIndex *uint32 `protobuf:"varint,8,opt,name=path_prefix_index,json=pathPrefixIndex" json:"path_prefix_index,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) Reset() {
+ *m = CMsgClientUFSGetFileListForAppResponse_File{}
+}
+func (m *CMsgClientUFSGetFileListForAppResponse_File) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUFSGetFileListForAppResponse_File) ProtoMessage() {}
+func (*CMsgClientUFSGetFileListForAppResponse_File) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{95, 0}
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse_File.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse_File) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse_File.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse_File) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse_File.Merge(m, src)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse_File) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse_File.Size(m)
+}
+func (m *CMsgClientUFSGetFileListForAppResponse_File) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse_File.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetFileListForAppResponse_File proto.InternalMessageInfo
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetTimeStamp() uint64 {
+ if m != nil && m.TimeStamp != nil {
+ return *m.TimeStamp
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetRawFileSize() uint32 {
+ if m != nil && m.RawFileSize != nil {
+ return *m.RawFileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetIsExplicitDelete() bool {
+ if m != nil && m.IsExplicitDelete != nil {
+ return *m.IsExplicitDelete
+ }
+ return false
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetPlatformsToSync() uint32 {
+ if m != nil && m.PlatformsToSync != nil {
+ return *m.PlatformsToSync
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetFileListForAppResponse_File) GetPathPrefixIndex() uint32 {
+ if m != nil && m.PathPrefixIndex != nil {
+ return *m.PathPrefixIndex
+ }
+ return 0
+}
+
+type CMsgClientUFSDownloadRequest struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ CanHandleHttp *bool `protobuf:"varint,3,opt,name=can_handle_http,json=canHandleHttp" json:"can_handle_http,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSDownloadRequest) Reset() { *m = CMsgClientUFSDownloadRequest{} }
+func (m *CMsgClientUFSDownloadRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSDownloadRequest) ProtoMessage() {}
+func (*CMsgClientUFSDownloadRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{96}
+}
+
+func (m *CMsgClientUFSDownloadRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSDownloadRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSDownloadRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSDownloadRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSDownloadRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSDownloadRequest.Merge(m, src)
+}
+func (m *CMsgClientUFSDownloadRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSDownloadRequest.Size(m)
+}
+func (m *CMsgClientUFSDownloadRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSDownloadRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSDownloadRequest proto.InternalMessageInfo
+
+func (m *CMsgClientUFSDownloadRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSDownloadRequest) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSDownloadRequest) GetCanHandleHttp() bool {
+ if m != nil && m.CanHandleHttp != nil {
+ return *m.CanHandleHttp
+ }
+ return false
+}
+
+type CMsgClientUFSDownloadResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileSize *uint32 `protobuf:"varint,3,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
+ RawFileSize *uint32 `protobuf:"varint,4,opt,name=raw_file_size,json=rawFileSize" json:"raw_file_size,omitempty"`
+ ShaFile []byte `protobuf:"bytes,5,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ TimeStamp *uint64 `protobuf:"varint,6,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
+ IsExplicitDelete *bool `protobuf:"varint,7,opt,name=is_explicit_delete,json=isExplicitDelete" json:"is_explicit_delete,omitempty"`
+ UseHttp *bool `protobuf:"varint,8,opt,name=use_http,json=useHttp" json:"use_http,omitempty"`
+ HttpHost *string `protobuf:"bytes,9,opt,name=http_host,json=httpHost" json:"http_host,omitempty"`
+ HttpUrl *string `protobuf:"bytes,10,opt,name=http_url,json=httpUrl" json:"http_url,omitempty"`
+ KvHeaders []byte `protobuf:"bytes,11,opt,name=kv_headers,json=kvHeaders" json:"kv_headers,omitempty"`
+ UseHttps *bool `protobuf:"varint,12,opt,name=use_https,json=useHttps" json:"use_https,omitempty"`
+ Encrypted *bool `protobuf:"varint,13,opt,name=encrypted" json:"encrypted,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSDownloadResponse) Reset() { *m = CMsgClientUFSDownloadResponse{} }
+func (m *CMsgClientUFSDownloadResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSDownloadResponse) ProtoMessage() {}
+func (*CMsgClientUFSDownloadResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{97}
+}
+
+func (m *CMsgClientUFSDownloadResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSDownloadResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSDownloadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSDownloadResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSDownloadResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSDownloadResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSDownloadResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSDownloadResponse.Size(m)
+}
+func (m *CMsgClientUFSDownloadResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSDownloadResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSDownloadResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSDownloadResponse_Eresult int32 = 2
+
+func (m *CMsgClientUFSDownloadResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSDownloadResponse_Eresult
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetFileSize() uint32 {
+ if m != nil && m.FileSize != nil {
+ return *m.FileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetRawFileSize() uint32 {
+ if m != nil && m.RawFileSize != nil {
+ return *m.RawFileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetTimeStamp() uint64 {
+ if m != nil && m.TimeStamp != nil {
+ return *m.TimeStamp
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetIsExplicitDelete() bool {
+ if m != nil && m.IsExplicitDelete != nil {
+ return *m.IsExplicitDelete
+ }
+ return false
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetUseHttp() bool {
+ if m != nil && m.UseHttp != nil {
+ return *m.UseHttp
+ }
+ return false
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetHttpHost() string {
+ if m != nil && m.HttpHost != nil {
+ return *m.HttpHost
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetHttpUrl() string {
+ if m != nil && m.HttpUrl != nil {
+ return *m.HttpUrl
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetKvHeaders() []byte {
+ if m != nil {
+ return m.KvHeaders
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetUseHttps() bool {
+ if m != nil && m.UseHttps != nil {
+ return *m.UseHttps
+ }
+ return false
+}
+
+func (m *CMsgClientUFSDownloadResponse) GetEncrypted() bool {
+ if m != nil && m.Encrypted != nil {
+ return *m.Encrypted
+ }
+ return false
+}
+
+type CMsgClientUFSLoginRequest struct {
+ ProtocolVersion *uint32 `protobuf:"varint,1,opt,name=protocol_version,json=protocolVersion" json:"protocol_version,omitempty"`
+ AmSessionToken *uint64 `protobuf:"varint,2,opt,name=am_session_token,json=amSessionToken" json:"am_session_token,omitempty"`
+ Apps []uint32 `protobuf:"varint,3,rep,name=apps" json:"apps,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSLoginRequest) Reset() { *m = CMsgClientUFSLoginRequest{} }
+func (m *CMsgClientUFSLoginRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSLoginRequest) ProtoMessage() {}
+func (*CMsgClientUFSLoginRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{98}
+}
+
+func (m *CMsgClientUFSLoginRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSLoginRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSLoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSLoginRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSLoginRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSLoginRequest.Merge(m, src)
+}
+func (m *CMsgClientUFSLoginRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSLoginRequest.Size(m)
+}
+func (m *CMsgClientUFSLoginRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSLoginRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSLoginRequest proto.InternalMessageInfo
+
+func (m *CMsgClientUFSLoginRequest) GetProtocolVersion() uint32 {
+ if m != nil && m.ProtocolVersion != nil {
+ return *m.ProtocolVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSLoginRequest) GetAmSessionToken() uint64 {
+ if m != nil && m.AmSessionToken != nil {
+ return *m.AmSessionToken
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSLoginRequest) GetApps() []uint32 {
+ if m != nil {
+ return m.Apps
+ }
+ return nil
+}
+
+type CMsgClientUFSLoginResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSLoginResponse) Reset() { *m = CMsgClientUFSLoginResponse{} }
+func (m *CMsgClientUFSLoginResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSLoginResponse) ProtoMessage() {}
+func (*CMsgClientUFSLoginResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{99}
+}
+
+func (m *CMsgClientUFSLoginResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSLoginResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSLoginResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSLoginResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSLoginResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSLoginResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSLoginResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSLoginResponse.Size(m)
+}
+func (m *CMsgClientUFSLoginResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSLoginResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSLoginResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSLoginResponse_Eresult int32 = 2
+
+func (m *CMsgClientUFSLoginResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSLoginResponse_Eresult
+}
+
+type CMsgClientRequestEncryptedAppTicket struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Userdata []byte `protobuf:"bytes,2,opt,name=userdata" json:"userdata,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestEncryptedAppTicket) Reset() { *m = CMsgClientRequestEncryptedAppTicket{} }
+func (m *CMsgClientRequestEncryptedAppTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestEncryptedAppTicket) ProtoMessage() {}
+func (*CMsgClientRequestEncryptedAppTicket) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{100}
+}
+
+func (m *CMsgClientRequestEncryptedAppTicket) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestEncryptedAppTicket.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestEncryptedAppTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestEncryptedAppTicket.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestEncryptedAppTicket) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestEncryptedAppTicket.Merge(m, src)
+}
+func (m *CMsgClientRequestEncryptedAppTicket) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestEncryptedAppTicket.Size(m)
+}
+func (m *CMsgClientRequestEncryptedAppTicket) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestEncryptedAppTicket.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestEncryptedAppTicket proto.InternalMessageInfo
+
+func (m *CMsgClientRequestEncryptedAppTicket) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestEncryptedAppTicket) GetUserdata() []byte {
+ if m != nil {
+ return m.Userdata
+ }
+ return nil
+}
+
+type CMsgClientRequestEncryptedAppTicketResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Eresult *int32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ EncryptedAppTicket *EncryptedAppTicket `protobuf:"bytes,3,opt,name=encrypted_app_ticket,json=encryptedAppTicket" json:"encrypted_app_ticket,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestEncryptedAppTicketResponse) Reset() {
+ *m = CMsgClientRequestEncryptedAppTicketResponse{}
+}
+func (m *CMsgClientRequestEncryptedAppTicketResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestEncryptedAppTicketResponse) ProtoMessage() {}
+func (*CMsgClientRequestEncryptedAppTicketResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{101}
+}
+
+func (m *CMsgClientRequestEncryptedAppTicketResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestEncryptedAppTicketResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestEncryptedAppTicketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestEncryptedAppTicketResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestEncryptedAppTicketResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestEncryptedAppTicketResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestEncryptedAppTicketResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestEncryptedAppTicketResponse.Size(m)
+}
+func (m *CMsgClientRequestEncryptedAppTicketResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestEncryptedAppTicketResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestEncryptedAppTicketResponse proto.InternalMessageInfo
+
+const Default_CMsgClientRequestEncryptedAppTicketResponse_Eresult int32 = 2
+
+func (m *CMsgClientRequestEncryptedAppTicketResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestEncryptedAppTicketResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientRequestEncryptedAppTicketResponse_Eresult
+}
+
+func (m *CMsgClientRequestEncryptedAppTicketResponse) GetEncryptedAppTicket() *EncryptedAppTicket {
+ if m != nil {
+ return m.EncryptedAppTicket
+ }
+ return nil
+}
+
+type CMsgClientWalletInfoUpdate struct {
+ HasWallet *bool `protobuf:"varint,1,opt,name=has_wallet,json=hasWallet" json:"has_wallet,omitempty"`
+ Balance *int32 `protobuf:"varint,2,opt,name=balance" json:"balance,omitempty"`
+ Currency *int32 `protobuf:"varint,3,opt,name=currency" json:"currency,omitempty"`
+ BalanceDelayed *int32 `protobuf:"varint,4,opt,name=balance_delayed,json=balanceDelayed" json:"balance_delayed,omitempty"`
+ Balance64 *int64 `protobuf:"varint,5,opt,name=balance64" json:"balance64,omitempty"`
+ Balance64Delayed *int64 `protobuf:"varint,6,opt,name=balance64_delayed,json=balance64Delayed" json:"balance64_delayed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWalletInfoUpdate) Reset() { *m = CMsgClientWalletInfoUpdate{} }
+func (m *CMsgClientWalletInfoUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWalletInfoUpdate) ProtoMessage() {}
+func (*CMsgClientWalletInfoUpdate) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{102}
+}
+
+func (m *CMsgClientWalletInfoUpdate) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWalletInfoUpdate.Unmarshal(m, b)
+}
+func (m *CMsgClientWalletInfoUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWalletInfoUpdate.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWalletInfoUpdate) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWalletInfoUpdate.Merge(m, src)
+}
+func (m *CMsgClientWalletInfoUpdate) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWalletInfoUpdate.Size(m)
+}
+func (m *CMsgClientWalletInfoUpdate) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWalletInfoUpdate.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWalletInfoUpdate proto.InternalMessageInfo
+
+func (m *CMsgClientWalletInfoUpdate) GetHasWallet() bool {
+ if m != nil && m.HasWallet != nil {
+ return *m.HasWallet
+ }
+ return false
+}
+
+func (m *CMsgClientWalletInfoUpdate) GetBalance() int32 {
+ if m != nil && m.Balance != nil {
+ return *m.Balance
+ }
+ return 0
+}
+
+func (m *CMsgClientWalletInfoUpdate) GetCurrency() int32 {
+ if m != nil && m.Currency != nil {
+ return *m.Currency
+ }
+ return 0
+}
+
+func (m *CMsgClientWalletInfoUpdate) GetBalanceDelayed() int32 {
+ if m != nil && m.BalanceDelayed != nil {
+ return *m.BalanceDelayed
+ }
+ return 0
+}
+
+func (m *CMsgClientWalletInfoUpdate) GetBalance64() int64 {
+ if m != nil && m.Balance64 != nil {
+ return *m.Balance64
+ }
+ return 0
+}
+
+func (m *CMsgClientWalletInfoUpdate) GetBalance64Delayed() int64 {
+ if m != nil && m.Balance64Delayed != nil {
+ return *m.Balance64Delayed
+ }
+ return 0
+}
+
+type CMsgClientAppInfoUpdate struct {
+ LastChangenumber *uint32 `protobuf:"varint,1,opt,name=last_changenumber,json=lastChangenumber" json:"last_changenumber,omitempty"`
+ SendChangelist *bool `protobuf:"varint,2,opt,name=send_changelist,json=sendChangelist" json:"send_changelist,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoUpdate) Reset() { *m = CMsgClientAppInfoUpdate{} }
+func (m *CMsgClientAppInfoUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoUpdate) ProtoMessage() {}
+func (*CMsgClientAppInfoUpdate) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{103}
+}
+
+func (m *CMsgClientAppInfoUpdate) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoUpdate.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoUpdate.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoUpdate) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoUpdate.Merge(m, src)
+}
+func (m *CMsgClientAppInfoUpdate) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoUpdate.Size(m)
+}
+func (m *CMsgClientAppInfoUpdate) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoUpdate.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoUpdate proto.InternalMessageInfo
+
+func (m *CMsgClientAppInfoUpdate) GetLastChangenumber() uint32 {
+ if m != nil && m.LastChangenumber != nil {
+ return *m.LastChangenumber
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoUpdate) GetSendChangelist() bool {
+ if m != nil && m.SendChangelist != nil {
+ return *m.SendChangelist
+ }
+ return false
+}
+
+type CMsgClientAppInfoChanges struct {
+ CurrentChangeNumber *uint32 `protobuf:"varint,1,opt,name=current_change_number,json=currentChangeNumber" json:"current_change_number,omitempty"`
+ ForceFullUpdate *bool `protobuf:"varint,2,opt,name=force_full_update,json=forceFullUpdate" json:"force_full_update,omitempty"`
+ AppIDs []uint32 `protobuf:"varint,3,rep,name=appIDs" json:"appIDs,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoChanges) Reset() { *m = CMsgClientAppInfoChanges{} }
+func (m *CMsgClientAppInfoChanges) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoChanges) ProtoMessage() {}
+func (*CMsgClientAppInfoChanges) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{104}
+}
+
+func (m *CMsgClientAppInfoChanges) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoChanges.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoChanges) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoChanges.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoChanges) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoChanges.Merge(m, src)
+}
+func (m *CMsgClientAppInfoChanges) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoChanges.Size(m)
+}
+func (m *CMsgClientAppInfoChanges) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoChanges.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoChanges proto.InternalMessageInfo
+
+func (m *CMsgClientAppInfoChanges) GetCurrentChangeNumber() uint32 {
+ if m != nil && m.CurrentChangeNumber != nil {
+ return *m.CurrentChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoChanges) GetForceFullUpdate() bool {
+ if m != nil && m.ForceFullUpdate != nil {
+ return *m.ForceFullUpdate
+ }
+ return false
+}
+
+func (m *CMsgClientAppInfoChanges) GetAppIDs() []uint32 {
+ if m != nil {
+ return m.AppIDs
+ }
+ return nil
+}
+
+type CMsgClientAppInfoRequest struct {
+ Apps []*CMsgClientAppInfoRequest_App `protobuf:"bytes,1,rep,name=apps" json:"apps,omitempty"`
+ SupportsBatches *bool `protobuf:"varint,2,opt,name=supports_batches,json=supportsBatches,def=0" json:"supports_batches,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoRequest) Reset() { *m = CMsgClientAppInfoRequest{} }
+func (m *CMsgClientAppInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoRequest) ProtoMessage() {}
+func (*CMsgClientAppInfoRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{105}
+}
+
+func (m *CMsgClientAppInfoRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoRequest.Merge(m, src)
+}
+func (m *CMsgClientAppInfoRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoRequest.Size(m)
+}
+func (m *CMsgClientAppInfoRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoRequest proto.InternalMessageInfo
+
+const Default_CMsgClientAppInfoRequest_SupportsBatches bool = false
+
+func (m *CMsgClientAppInfoRequest) GetApps() []*CMsgClientAppInfoRequest_App {
+ if m != nil {
+ return m.Apps
+ }
+ return nil
+}
+
+func (m *CMsgClientAppInfoRequest) GetSupportsBatches() bool {
+ if m != nil && m.SupportsBatches != nil {
+ return *m.SupportsBatches
+ }
+ return Default_CMsgClientAppInfoRequest_SupportsBatches
+}
+
+type CMsgClientAppInfoRequest_App struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ SectionFlags *uint32 `protobuf:"varint,2,opt,name=section_flags,json=sectionFlags" json:"section_flags,omitempty"`
+ Section_CRC []uint32 `protobuf:"varint,3,rep,name=section_CRC,json=sectionCRC" json:"section_CRC,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoRequest_App) Reset() { *m = CMsgClientAppInfoRequest_App{} }
+func (m *CMsgClientAppInfoRequest_App) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoRequest_App) ProtoMessage() {}
+func (*CMsgClientAppInfoRequest_App) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{105, 0}
+}
+
+func (m *CMsgClientAppInfoRequest_App) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoRequest_App.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoRequest_App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoRequest_App.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoRequest_App) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoRequest_App.Merge(m, src)
+}
+func (m *CMsgClientAppInfoRequest_App) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoRequest_App.Size(m)
+}
+func (m *CMsgClientAppInfoRequest_App) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoRequest_App.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoRequest_App proto.InternalMessageInfo
+
+func (m *CMsgClientAppInfoRequest_App) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoRequest_App) GetSectionFlags() uint32 {
+ if m != nil && m.SectionFlags != nil {
+ return *m.SectionFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoRequest_App) GetSection_CRC() []uint32 {
+ if m != nil {
+ return m.Section_CRC
+ }
+ return nil
+}
+
+type CMsgClientAppInfoResponse struct {
+ Apps []*CMsgClientAppInfoResponse_App `protobuf:"bytes,1,rep,name=apps" json:"apps,omitempty"`
+ AppsUnknown []uint32 `protobuf:"varint,2,rep,name=apps_unknown,json=appsUnknown" json:"apps_unknown,omitempty"`
+ AppsPending *uint32 `protobuf:"varint,3,opt,name=apps_pending,json=appsPending" json:"apps_pending,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoResponse) Reset() { *m = CMsgClientAppInfoResponse{} }
+func (m *CMsgClientAppInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoResponse) ProtoMessage() {}
+func (*CMsgClientAppInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{106}
+}
+
+func (m *CMsgClientAppInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientAppInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoResponse.Size(m)
+}
+func (m *CMsgClientAppInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoResponse proto.InternalMessageInfo
+
+func (m *CMsgClientAppInfoResponse) GetApps() []*CMsgClientAppInfoResponse_App {
+ if m != nil {
+ return m.Apps
+ }
+ return nil
+}
+
+func (m *CMsgClientAppInfoResponse) GetAppsUnknown() []uint32 {
+ if m != nil {
+ return m.AppsUnknown
+ }
+ return nil
+}
+
+func (m *CMsgClientAppInfoResponse) GetAppsPending() uint32 {
+ if m != nil && m.AppsPending != nil {
+ return *m.AppsPending
+ }
+ return 0
+}
+
+type CMsgClientAppInfoResponse_App struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ ChangeNumber *uint32 `protobuf:"varint,2,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ Sections []*CMsgClientAppInfoResponse_App_Section `protobuf:"bytes,3,rep,name=sections" json:"sections,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoResponse_App) Reset() { *m = CMsgClientAppInfoResponse_App{} }
+func (m *CMsgClientAppInfoResponse_App) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoResponse_App) ProtoMessage() {}
+func (*CMsgClientAppInfoResponse_App) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{106, 0}
+}
+
+func (m *CMsgClientAppInfoResponse_App) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoResponse_App.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoResponse_App) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoResponse_App.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoResponse_App) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoResponse_App.Merge(m, src)
+}
+func (m *CMsgClientAppInfoResponse_App) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoResponse_App.Size(m)
+}
+func (m *CMsgClientAppInfoResponse_App) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoResponse_App.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoResponse_App proto.InternalMessageInfo
+
+func (m *CMsgClientAppInfoResponse_App) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoResponse_App) GetChangeNumber() uint32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoResponse_App) GetSections() []*CMsgClientAppInfoResponse_App_Section {
+ if m != nil {
+ return m.Sections
+ }
+ return nil
+}
+
+type CMsgClientAppInfoResponse_App_Section struct {
+ SectionId *uint32 `protobuf:"varint,1,opt,name=section_id,json=sectionId" json:"section_id,omitempty"`
+ SectionKv []byte `protobuf:"bytes,2,opt,name=section_kv,json=sectionKv" json:"section_kv,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAppInfoResponse_App_Section) Reset() { *m = CMsgClientAppInfoResponse_App_Section{} }
+func (m *CMsgClientAppInfoResponse_App_Section) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAppInfoResponse_App_Section) ProtoMessage() {}
+func (*CMsgClientAppInfoResponse_App_Section) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{106, 0, 0}
+}
+
+func (m *CMsgClientAppInfoResponse_App_Section) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAppInfoResponse_App_Section.Unmarshal(m, b)
+}
+func (m *CMsgClientAppInfoResponse_App_Section) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAppInfoResponse_App_Section.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAppInfoResponse_App_Section) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAppInfoResponse_App_Section.Merge(m, src)
+}
+func (m *CMsgClientAppInfoResponse_App_Section) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAppInfoResponse_App_Section.Size(m)
+}
+func (m *CMsgClientAppInfoResponse_App_Section) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAppInfoResponse_App_Section.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAppInfoResponse_App_Section proto.InternalMessageInfo
+
+func (m *CMsgClientAppInfoResponse_App_Section) GetSectionId() uint32 {
+ if m != nil && m.SectionId != nil {
+ return *m.SectionId
+ }
+ return 0
+}
+
+func (m *CMsgClientAppInfoResponse_App_Section) GetSectionKv() []byte {
+ if m != nil {
+ return m.SectionKv
+ }
+ return nil
+}
+
+type CMsgClientPackageInfoRequest struct {
+ PackageIds []uint32 `protobuf:"varint,1,rep,name=package_ids,json=packageIds" json:"package_ids,omitempty"`
+ MetaDataOnly *bool `protobuf:"varint,2,opt,name=meta_data_only,json=metaDataOnly" json:"meta_data_only,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPackageInfoRequest) Reset() { *m = CMsgClientPackageInfoRequest{} }
+func (m *CMsgClientPackageInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPackageInfoRequest) ProtoMessage() {}
+func (*CMsgClientPackageInfoRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{107}
+}
+
+func (m *CMsgClientPackageInfoRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPackageInfoRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientPackageInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPackageInfoRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPackageInfoRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPackageInfoRequest.Merge(m, src)
+}
+func (m *CMsgClientPackageInfoRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPackageInfoRequest.Size(m)
+}
+func (m *CMsgClientPackageInfoRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPackageInfoRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPackageInfoRequest proto.InternalMessageInfo
+
+func (m *CMsgClientPackageInfoRequest) GetPackageIds() []uint32 {
+ if m != nil {
+ return m.PackageIds
+ }
+ return nil
+}
+
+func (m *CMsgClientPackageInfoRequest) GetMetaDataOnly() bool {
+ if m != nil && m.MetaDataOnly != nil {
+ return *m.MetaDataOnly
+ }
+ return false
+}
+
+type CMsgClientPackageInfoResponse struct {
+ Packages []*CMsgClientPackageInfoResponse_Package `protobuf:"bytes,1,rep,name=packages" json:"packages,omitempty"`
+ PackagesUnknown []uint32 `protobuf:"varint,2,rep,name=packages_unknown,json=packagesUnknown" json:"packages_unknown,omitempty"`
+ PackagesPending *uint32 `protobuf:"varint,3,opt,name=packages_pending,json=packagesPending" json:"packages_pending,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPackageInfoResponse) Reset() { *m = CMsgClientPackageInfoResponse{} }
+func (m *CMsgClientPackageInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPackageInfoResponse) ProtoMessage() {}
+func (*CMsgClientPackageInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{108}
+}
+
+func (m *CMsgClientPackageInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPackageInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientPackageInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPackageInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPackageInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPackageInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientPackageInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPackageInfoResponse.Size(m)
+}
+func (m *CMsgClientPackageInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPackageInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPackageInfoResponse proto.InternalMessageInfo
+
+func (m *CMsgClientPackageInfoResponse) GetPackages() []*CMsgClientPackageInfoResponse_Package {
+ if m != nil {
+ return m.Packages
+ }
+ return nil
+}
+
+func (m *CMsgClientPackageInfoResponse) GetPackagesUnknown() []uint32 {
+ if m != nil {
+ return m.PackagesUnknown
+ }
+ return nil
+}
+
+func (m *CMsgClientPackageInfoResponse) GetPackagesPending() uint32 {
+ if m != nil && m.PackagesPending != nil {
+ return *m.PackagesPending
+ }
+ return 0
+}
+
+type CMsgClientPackageInfoResponse_Package struct {
+ PackageId *uint32 `protobuf:"varint,1,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
+ ChangeNumber *uint32 `protobuf:"varint,2,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ Sha []byte `protobuf:"bytes,3,opt,name=sha" json:"sha,omitempty"`
+ Buffer []byte `protobuf:"bytes,4,opt,name=buffer" json:"buffer,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPackageInfoResponse_Package) Reset() { *m = CMsgClientPackageInfoResponse_Package{} }
+func (m *CMsgClientPackageInfoResponse_Package) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPackageInfoResponse_Package) ProtoMessage() {}
+func (*CMsgClientPackageInfoResponse_Package) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{108, 0}
+}
+
+func (m *CMsgClientPackageInfoResponse_Package) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPackageInfoResponse_Package.Unmarshal(m, b)
+}
+func (m *CMsgClientPackageInfoResponse_Package) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPackageInfoResponse_Package.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPackageInfoResponse_Package) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPackageInfoResponse_Package.Merge(m, src)
+}
+func (m *CMsgClientPackageInfoResponse_Package) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPackageInfoResponse_Package.Size(m)
+}
+func (m *CMsgClientPackageInfoResponse_Package) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPackageInfoResponse_Package.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPackageInfoResponse_Package proto.InternalMessageInfo
+
+func (m *CMsgClientPackageInfoResponse_Package) GetPackageId() uint32 {
+ if m != nil && m.PackageId != nil {
+ return *m.PackageId
+ }
+ return 0
+}
+
+func (m *CMsgClientPackageInfoResponse_Package) GetChangeNumber() uint32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPackageInfoResponse_Package) GetSha() []byte {
+ if m != nil {
+ return m.Sha
+ }
+ return nil
+}
+
+func (m *CMsgClientPackageInfoResponse_Package) GetBuffer() []byte {
+ if m != nil {
+ return m.Buffer
+ }
+ return nil
+}
+
+type CMsgClientPICSChangesSinceRequest struct {
+ SinceChangeNumber *uint32 `protobuf:"varint,1,opt,name=since_change_number,json=sinceChangeNumber" json:"since_change_number,omitempty"`
+ SendAppInfoChanges *bool `protobuf:"varint,2,opt,name=send_app_info_changes,json=sendAppInfoChanges" json:"send_app_info_changes,omitempty"`
+ SendPackageInfoChanges *bool `protobuf:"varint,3,opt,name=send_package_info_changes,json=sendPackageInfoChanges" json:"send_package_info_changes,omitempty"`
+ NumAppInfoCached *uint32 `protobuf:"varint,4,opt,name=num_app_info_cached,json=numAppInfoCached" json:"num_app_info_cached,omitempty"`
+ NumPackageInfoCached *uint32 `protobuf:"varint,5,opt,name=num_package_info_cached,json=numPackageInfoCached" json:"num_package_info_cached,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSChangesSinceRequest) Reset() { *m = CMsgClientPICSChangesSinceRequest{} }
+func (m *CMsgClientPICSChangesSinceRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSChangesSinceRequest) ProtoMessage() {}
+func (*CMsgClientPICSChangesSinceRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{109}
+}
+
+func (m *CMsgClientPICSChangesSinceRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSChangesSinceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSChangesSinceRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSChangesSinceRequest.Merge(m, src)
+}
+func (m *CMsgClientPICSChangesSinceRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceRequest.Size(m)
+}
+func (m *CMsgClientPICSChangesSinceRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSChangesSinceRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSChangesSinceRequest proto.InternalMessageInfo
+
+func (m *CMsgClientPICSChangesSinceRequest) GetSinceChangeNumber() uint32 {
+ if m != nil && m.SinceChangeNumber != nil {
+ return *m.SinceChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceRequest) GetSendAppInfoChanges() bool {
+ if m != nil && m.SendAppInfoChanges != nil {
+ return *m.SendAppInfoChanges
+ }
+ return false
+}
+
+func (m *CMsgClientPICSChangesSinceRequest) GetSendPackageInfoChanges() bool {
+ if m != nil && m.SendPackageInfoChanges != nil {
+ return *m.SendPackageInfoChanges
+ }
+ return false
+}
+
+func (m *CMsgClientPICSChangesSinceRequest) GetNumAppInfoCached() uint32 {
+ if m != nil && m.NumAppInfoCached != nil {
+ return *m.NumAppInfoCached
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceRequest) GetNumPackageInfoCached() uint32 {
+ if m != nil && m.NumPackageInfoCached != nil {
+ return *m.NumPackageInfoCached
+ }
+ return 0
+}
+
+type CMsgClientPICSChangesSinceResponse struct {
+ CurrentChangeNumber *uint32 `protobuf:"varint,1,opt,name=current_change_number,json=currentChangeNumber" json:"current_change_number,omitempty"`
+ SinceChangeNumber *uint32 `protobuf:"varint,2,opt,name=since_change_number,json=sinceChangeNumber" json:"since_change_number,omitempty"`
+ ForceFullUpdate *bool `protobuf:"varint,3,opt,name=force_full_update,json=forceFullUpdate" json:"force_full_update,omitempty"`
+ PackageChanges []*CMsgClientPICSChangesSinceResponse_PackageChange `protobuf:"bytes,4,rep,name=package_changes,json=packageChanges" json:"package_changes,omitempty"`
+ AppChanges []*CMsgClientPICSChangesSinceResponse_AppChange `protobuf:"bytes,5,rep,name=app_changes,json=appChanges" json:"app_changes,omitempty"`
+ ForceFullAppUpdate *bool `protobuf:"varint,6,opt,name=force_full_app_update,json=forceFullAppUpdate" json:"force_full_app_update,omitempty"`
+ ForceFullPackageUpdate *bool `protobuf:"varint,7,opt,name=force_full_package_update,json=forceFullPackageUpdate" json:"force_full_package_update,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) Reset() { *m = CMsgClientPICSChangesSinceResponse{} }
+func (m *CMsgClientPICSChangesSinceResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSChangesSinceResponse) ProtoMessage() {}
+func (*CMsgClientPICSChangesSinceResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{110}
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSChangesSinceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSChangesSinceResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSChangesSinceResponse.Merge(m, src)
+}
+func (m *CMsgClientPICSChangesSinceResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse.Size(m)
+}
+func (m *CMsgClientPICSChangesSinceResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSChangesSinceResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSChangesSinceResponse proto.InternalMessageInfo
+
+func (m *CMsgClientPICSChangesSinceResponse) GetCurrentChangeNumber() uint32 {
+ if m != nil && m.CurrentChangeNumber != nil {
+ return *m.CurrentChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) GetSinceChangeNumber() uint32 {
+ if m != nil && m.SinceChangeNumber != nil {
+ return *m.SinceChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) GetForceFullUpdate() bool {
+ if m != nil && m.ForceFullUpdate != nil {
+ return *m.ForceFullUpdate
+ }
+ return false
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) GetPackageChanges() []*CMsgClientPICSChangesSinceResponse_PackageChange {
+ if m != nil {
+ return m.PackageChanges
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) GetAppChanges() []*CMsgClientPICSChangesSinceResponse_AppChange {
+ if m != nil {
+ return m.AppChanges
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) GetForceFullAppUpdate() bool {
+ if m != nil && m.ForceFullAppUpdate != nil {
+ return *m.ForceFullAppUpdate
+ }
+ return false
+}
+
+func (m *CMsgClientPICSChangesSinceResponse) GetForceFullPackageUpdate() bool {
+ if m != nil && m.ForceFullPackageUpdate != nil {
+ return *m.ForceFullPackageUpdate
+ }
+ return false
+}
+
+type CMsgClientPICSChangesSinceResponse_PackageChange struct {
+ Packageid *uint32 `protobuf:"varint,1,opt,name=packageid" json:"packageid,omitempty"`
+ ChangeNumber *uint32 `protobuf:"varint,2,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ NeedsToken *bool `protobuf:"varint,3,opt,name=needs_token,json=needsToken" json:"needs_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) Reset() {
+ *m = CMsgClientPICSChangesSinceResponse_PackageChange{}
+}
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSChangesSinceResponse_PackageChange) ProtoMessage() {}
+func (*CMsgClientPICSChangesSinceResponse_PackageChange) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{110, 0}
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse_PackageChange.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse_PackageChange.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSChangesSinceResponse_PackageChange.Merge(m, src)
+}
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse_PackageChange.Size(m)
+}
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSChangesSinceResponse_PackageChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSChangesSinceResponse_PackageChange proto.InternalMessageInfo
+
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) GetPackageid() uint32 {
+ if m != nil && m.Packageid != nil {
+ return *m.Packageid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) GetChangeNumber() uint32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_PackageChange) GetNeedsToken() bool {
+ if m != nil && m.NeedsToken != nil {
+ return *m.NeedsToken
+ }
+ return false
+}
+
+type CMsgClientPICSChangesSinceResponse_AppChange struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ ChangeNumber *uint32 `protobuf:"varint,2,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ NeedsToken *bool `protobuf:"varint,3,opt,name=needs_token,json=needsToken" json:"needs_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) Reset() {
+ *m = CMsgClientPICSChangesSinceResponse_AppChange{}
+}
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSChangesSinceResponse_AppChange) ProtoMessage() {}
+func (*CMsgClientPICSChangesSinceResponse_AppChange) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{110, 1}
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse_AppChange.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse_AppChange.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSChangesSinceResponse_AppChange.Merge(m, src)
+}
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSChangesSinceResponse_AppChange.Size(m)
+}
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSChangesSinceResponse_AppChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSChangesSinceResponse_AppChange proto.InternalMessageInfo
+
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) GetChangeNumber() uint32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSChangesSinceResponse_AppChange) GetNeedsToken() bool {
+ if m != nil && m.NeedsToken != nil {
+ return *m.NeedsToken
+ }
+ return false
+}
+
+type CMsgClientPICSProductInfoRequest struct {
+ Packages []*CMsgClientPICSProductInfoRequest_PackageInfo `protobuf:"bytes,1,rep,name=packages" json:"packages,omitempty"`
+ Apps []*CMsgClientPICSProductInfoRequest_AppInfo `protobuf:"bytes,2,rep,name=apps" json:"apps,omitempty"`
+ MetaDataOnly *bool `protobuf:"varint,3,opt,name=meta_data_only,json=metaDataOnly" json:"meta_data_only,omitempty"`
+ NumPrevFailed *uint32 `protobuf:"varint,4,opt,name=num_prev_failed,json=numPrevFailed" json:"num_prev_failed,omitempty"`
+ SupportsPackageTokens *uint32 `protobuf:"varint,5,opt,name=supports_package_tokens,json=supportsPackageTokens" json:"supports_package_tokens,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSProductInfoRequest) Reset() { *m = CMsgClientPICSProductInfoRequest{} }
+func (m *CMsgClientPICSProductInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSProductInfoRequest) ProtoMessage() {}
+func (*CMsgClientPICSProductInfoRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{111}
+}
+
+func (m *CMsgClientPICSProductInfoRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSProductInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSProductInfoRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSProductInfoRequest.Merge(m, src)
+}
+func (m *CMsgClientPICSProductInfoRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest.Size(m)
+}
+func (m *CMsgClientPICSProductInfoRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSProductInfoRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSProductInfoRequest proto.InternalMessageInfo
+
+func (m *CMsgClientPICSProductInfoRequest) GetPackages() []*CMsgClientPICSProductInfoRequest_PackageInfo {
+ if m != nil {
+ return m.Packages
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoRequest) GetApps() []*CMsgClientPICSProductInfoRequest_AppInfo {
+ if m != nil {
+ return m.Apps
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoRequest) GetMetaDataOnly() bool {
+ if m != nil && m.MetaDataOnly != nil {
+ return *m.MetaDataOnly
+ }
+ return false
+}
+
+func (m *CMsgClientPICSProductInfoRequest) GetNumPrevFailed() uint32 {
+ if m != nil && m.NumPrevFailed != nil {
+ return *m.NumPrevFailed
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoRequest) GetSupportsPackageTokens() uint32 {
+ if m != nil && m.SupportsPackageTokens != nil {
+ return *m.SupportsPackageTokens
+ }
+ return 0
+}
+
+type CMsgClientPICSProductInfoRequest_AppInfo struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ AccessToken *uint64 `protobuf:"varint,2,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
+ OnlyPublic *bool `protobuf:"varint,3,opt,name=only_public,json=onlyPublic" json:"only_public,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) Reset() {
+ *m = CMsgClientPICSProductInfoRequest_AppInfo{}
+}
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSProductInfoRequest_AppInfo) ProtoMessage() {}
+func (*CMsgClientPICSProductInfoRequest_AppInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{111, 0}
+}
+
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest_AppInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest_AppInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSProductInfoRequest_AppInfo.Merge(m, src)
+}
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest_AppInfo.Size(m)
+}
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSProductInfoRequest_AppInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSProductInfoRequest_AppInfo proto.InternalMessageInfo
+
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) GetAccessToken() uint64 {
+ if m != nil && m.AccessToken != nil {
+ return *m.AccessToken
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoRequest_AppInfo) GetOnlyPublic() bool {
+ if m != nil && m.OnlyPublic != nil {
+ return *m.OnlyPublic
+ }
+ return false
+}
+
+type CMsgClientPICSProductInfoRequest_PackageInfo struct {
+ Packageid *uint32 `protobuf:"varint,1,opt,name=packageid" json:"packageid,omitempty"`
+ AccessToken *uint64 `protobuf:"varint,2,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) Reset() {
+ *m = CMsgClientPICSProductInfoRequest_PackageInfo{}
+}
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSProductInfoRequest_PackageInfo) ProtoMessage() {}
+func (*CMsgClientPICSProductInfoRequest_PackageInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{111, 1}
+}
+
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest_PackageInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest_PackageInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSProductInfoRequest_PackageInfo.Merge(m, src)
+}
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSProductInfoRequest_PackageInfo.Size(m)
+}
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSProductInfoRequest_PackageInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSProductInfoRequest_PackageInfo proto.InternalMessageInfo
+
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) GetPackageid() uint32 {
+ if m != nil && m.Packageid != nil {
+ return *m.Packageid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoRequest_PackageInfo) GetAccessToken() uint64 {
+ if m != nil && m.AccessToken != nil {
+ return *m.AccessToken
+ }
+ return 0
+}
+
+type CMsgClientPICSProductInfoResponse struct {
+ Apps []*CMsgClientPICSProductInfoResponse_AppInfo `protobuf:"bytes,1,rep,name=apps" json:"apps,omitempty"`
+ UnknownAppids []uint32 `protobuf:"varint,2,rep,name=unknown_appids,json=unknownAppids" json:"unknown_appids,omitempty"`
+ Packages []*CMsgClientPICSProductInfoResponse_PackageInfo `protobuf:"bytes,3,rep,name=packages" json:"packages,omitempty"`
+ UnknownPackageids []uint32 `protobuf:"varint,4,rep,name=unknown_packageids,json=unknownPackageids" json:"unknown_packageids,omitempty"`
+ MetaDataOnly *bool `protobuf:"varint,5,opt,name=meta_data_only,json=metaDataOnly" json:"meta_data_only,omitempty"`
+ ResponsePending *bool `protobuf:"varint,6,opt,name=response_pending,json=responsePending" json:"response_pending,omitempty"`
+ HttpMinSize *uint32 `protobuf:"varint,7,opt,name=http_min_size,json=httpMinSize" json:"http_min_size,omitempty"`
+ HttpHost *string `protobuf:"bytes,8,opt,name=http_host,json=httpHost" json:"http_host,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSProductInfoResponse) Reset() { *m = CMsgClientPICSProductInfoResponse{} }
+func (m *CMsgClientPICSProductInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSProductInfoResponse) ProtoMessage() {}
+func (*CMsgClientPICSProductInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{112}
+}
+
+func (m *CMsgClientPICSProductInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSProductInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSProductInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSProductInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientPICSProductInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse.Size(m)
+}
+func (m *CMsgClientPICSProductInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSProductInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSProductInfoResponse proto.InternalMessageInfo
+
+func (m *CMsgClientPICSProductInfoResponse) GetApps() []*CMsgClientPICSProductInfoResponse_AppInfo {
+ if m != nil {
+ return m.Apps
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetUnknownAppids() []uint32 {
+ if m != nil {
+ return m.UnknownAppids
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetPackages() []*CMsgClientPICSProductInfoResponse_PackageInfo {
+ if m != nil {
+ return m.Packages
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetUnknownPackageids() []uint32 {
+ if m != nil {
+ return m.UnknownPackageids
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetMetaDataOnly() bool {
+ if m != nil && m.MetaDataOnly != nil {
+ return *m.MetaDataOnly
+ }
+ return false
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetResponsePending() bool {
+ if m != nil && m.ResponsePending != nil {
+ return *m.ResponsePending
+ }
+ return false
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetHttpMinSize() uint32 {
+ if m != nil && m.HttpMinSize != nil {
+ return *m.HttpMinSize
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoResponse) GetHttpHost() string {
+ if m != nil && m.HttpHost != nil {
+ return *m.HttpHost
+ }
+ return ""
+}
+
+type CMsgClientPICSProductInfoResponse_AppInfo struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ ChangeNumber *uint32 `protobuf:"varint,2,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ MissingToken *bool `protobuf:"varint,3,opt,name=missing_token,json=missingToken" json:"missing_token,omitempty"`
+ Sha []byte `protobuf:"bytes,4,opt,name=sha" json:"sha,omitempty"`
+ Buffer []byte `protobuf:"bytes,5,opt,name=buffer" json:"buffer,omitempty"`
+ OnlyPublic *bool `protobuf:"varint,6,opt,name=only_public,json=onlyPublic" json:"only_public,omitempty"`
+ Size *uint32 `protobuf:"varint,7,opt,name=size" json:"size,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) Reset() {
+ *m = CMsgClientPICSProductInfoResponse_AppInfo{}
+}
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSProductInfoResponse_AppInfo) ProtoMessage() {}
+func (*CMsgClientPICSProductInfoResponse_AppInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{112, 0}
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse_AppInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse_AppInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSProductInfoResponse_AppInfo.Merge(m, src)
+}
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse_AppInfo.Size(m)
+}
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSProductInfoResponse_AppInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSProductInfoResponse_AppInfo proto.InternalMessageInfo
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetChangeNumber() uint32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetMissingToken() bool {
+ if m != nil && m.MissingToken != nil {
+ return *m.MissingToken
+ }
+ return false
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetSha() []byte {
+ if m != nil {
+ return m.Sha
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetBuffer() []byte {
+ if m != nil {
+ return m.Buffer
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetOnlyPublic() bool {
+ if m != nil && m.OnlyPublic != nil {
+ return *m.OnlyPublic
+ }
+ return false
+}
+
+func (m *CMsgClientPICSProductInfoResponse_AppInfo) GetSize() uint32 {
+ if m != nil && m.Size != nil {
+ return *m.Size
+ }
+ return 0
+}
+
+type CMsgClientPICSProductInfoResponse_PackageInfo struct {
+ Packageid *uint32 `protobuf:"varint,1,opt,name=packageid" json:"packageid,omitempty"`
+ ChangeNumber *uint32 `protobuf:"varint,2,opt,name=change_number,json=changeNumber" json:"change_number,omitempty"`
+ MissingToken *bool `protobuf:"varint,3,opt,name=missing_token,json=missingToken" json:"missing_token,omitempty"`
+ Sha []byte `protobuf:"bytes,4,opt,name=sha" json:"sha,omitempty"`
+ Buffer []byte `protobuf:"bytes,5,opt,name=buffer" json:"buffer,omitempty"`
+ Size *uint32 `protobuf:"varint,6,opt,name=size" json:"size,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) Reset() {
+ *m = CMsgClientPICSProductInfoResponse_PackageInfo{}
+}
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSProductInfoResponse_PackageInfo) ProtoMessage() {}
+func (*CMsgClientPICSProductInfoResponse_PackageInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{112, 1}
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse_PackageInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse_PackageInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSProductInfoResponse_PackageInfo.Merge(m, src)
+}
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSProductInfoResponse_PackageInfo.Size(m)
+}
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSProductInfoResponse_PackageInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSProductInfoResponse_PackageInfo proto.InternalMessageInfo
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) GetPackageid() uint32 {
+ if m != nil && m.Packageid != nil {
+ return *m.Packageid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) GetChangeNumber() uint32 {
+ if m != nil && m.ChangeNumber != nil {
+ return *m.ChangeNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) GetMissingToken() bool {
+ if m != nil && m.MissingToken != nil {
+ return *m.MissingToken
+ }
+ return false
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) GetSha() []byte {
+ if m != nil {
+ return m.Sha
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) GetBuffer() []byte {
+ if m != nil {
+ return m.Buffer
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSProductInfoResponse_PackageInfo) GetSize() uint32 {
+ if m != nil && m.Size != nil {
+ return *m.Size
+ }
+ return 0
+}
+
+type CMsgClientPICSAccessTokenRequest struct {
+ Packageids []uint32 `protobuf:"varint,1,rep,name=packageids" json:"packageids,omitempty"`
+ Appids []uint32 `protobuf:"varint,2,rep,name=appids" json:"appids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSAccessTokenRequest) Reset() { *m = CMsgClientPICSAccessTokenRequest{} }
+func (m *CMsgClientPICSAccessTokenRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSAccessTokenRequest) ProtoMessage() {}
+func (*CMsgClientPICSAccessTokenRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{113}
+}
+
+func (m *CMsgClientPICSAccessTokenRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSAccessTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSAccessTokenRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSAccessTokenRequest.Merge(m, src)
+}
+func (m *CMsgClientPICSAccessTokenRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenRequest.Size(m)
+}
+func (m *CMsgClientPICSAccessTokenRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSAccessTokenRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSAccessTokenRequest proto.InternalMessageInfo
+
+func (m *CMsgClientPICSAccessTokenRequest) GetPackageids() []uint32 {
+ if m != nil {
+ return m.Packageids
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSAccessTokenRequest) GetAppids() []uint32 {
+ if m != nil {
+ return m.Appids
+ }
+ return nil
+}
+
+type CMsgClientPICSAccessTokenResponse struct {
+ PackageAccessTokens []*CMsgClientPICSAccessTokenResponse_PackageToken `protobuf:"bytes,1,rep,name=package_access_tokens,json=packageAccessTokens" json:"package_access_tokens,omitempty"`
+ PackageDeniedTokens []uint32 `protobuf:"varint,2,rep,name=package_denied_tokens,json=packageDeniedTokens" json:"package_denied_tokens,omitempty"`
+ AppAccessTokens []*CMsgClientPICSAccessTokenResponse_AppToken `protobuf:"bytes,3,rep,name=app_access_tokens,json=appAccessTokens" json:"app_access_tokens,omitempty"`
+ AppDeniedTokens []uint32 `protobuf:"varint,4,rep,name=app_denied_tokens,json=appDeniedTokens" json:"app_denied_tokens,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSAccessTokenResponse) Reset() { *m = CMsgClientPICSAccessTokenResponse{} }
+func (m *CMsgClientPICSAccessTokenResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPICSAccessTokenResponse) ProtoMessage() {}
+func (*CMsgClientPICSAccessTokenResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{114}
+}
+
+func (m *CMsgClientPICSAccessTokenResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSAccessTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSAccessTokenResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSAccessTokenResponse.Merge(m, src)
+}
+func (m *CMsgClientPICSAccessTokenResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse.Size(m)
+}
+func (m *CMsgClientPICSAccessTokenResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSAccessTokenResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSAccessTokenResponse proto.InternalMessageInfo
+
+func (m *CMsgClientPICSAccessTokenResponse) GetPackageAccessTokens() []*CMsgClientPICSAccessTokenResponse_PackageToken {
+ if m != nil {
+ return m.PackageAccessTokens
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSAccessTokenResponse) GetPackageDeniedTokens() []uint32 {
+ if m != nil {
+ return m.PackageDeniedTokens
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSAccessTokenResponse) GetAppAccessTokens() []*CMsgClientPICSAccessTokenResponse_AppToken {
+ if m != nil {
+ return m.AppAccessTokens
+ }
+ return nil
+}
+
+func (m *CMsgClientPICSAccessTokenResponse) GetAppDeniedTokens() []uint32 {
+ if m != nil {
+ return m.AppDeniedTokens
+ }
+ return nil
+}
+
+type CMsgClientPICSAccessTokenResponse_PackageToken struct {
+ Packageid *uint32 `protobuf:"varint,1,opt,name=packageid" json:"packageid,omitempty"`
+ AccessToken *uint64 `protobuf:"varint,2,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) Reset() {
+ *m = CMsgClientPICSAccessTokenResponse_PackageToken{}
+}
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSAccessTokenResponse_PackageToken) ProtoMessage() {}
+func (*CMsgClientPICSAccessTokenResponse_PackageToken) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{114, 0}
+}
+
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse_PackageToken.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse_PackageToken.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSAccessTokenResponse_PackageToken.Merge(m, src)
+}
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse_PackageToken.Size(m)
+}
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSAccessTokenResponse_PackageToken.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSAccessTokenResponse_PackageToken proto.InternalMessageInfo
+
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) GetPackageid() uint32 {
+ if m != nil && m.Packageid != nil {
+ return *m.Packageid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSAccessTokenResponse_PackageToken) GetAccessToken() uint64 {
+ if m != nil && m.AccessToken != nil {
+ return *m.AccessToken
+ }
+ return 0
+}
+
+type CMsgClientPICSAccessTokenResponse_AppToken struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ AccessToken *uint64 `protobuf:"varint,2,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) Reset() {
+ *m = CMsgClientPICSAccessTokenResponse_AppToken{}
+}
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPICSAccessTokenResponse_AppToken) ProtoMessage() {}
+func (*CMsgClientPICSAccessTokenResponse_AppToken) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{114, 1}
+}
+
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse_AppToken.Unmarshal(m, b)
+}
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse_AppToken.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPICSAccessTokenResponse_AppToken.Merge(m, src)
+}
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPICSAccessTokenResponse_AppToken.Size(m)
+}
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPICSAccessTokenResponse_AppToken.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPICSAccessTokenResponse_AppToken proto.InternalMessageInfo
+
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientPICSAccessTokenResponse_AppToken) GetAccessToken() uint64 {
+ if m != nil && m.AccessToken != nil {
+ return *m.AccessToken
+ }
+ return 0
+}
+
+type CMsgClientUFSGetUGCDetails struct {
+ Hcontent *uint64 `protobuf:"fixed64,1,opt,name=hcontent,def=18446744073709551615" json:"hcontent,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetUGCDetails) Reset() { *m = CMsgClientUFSGetUGCDetails{} }
+func (m *CMsgClientUFSGetUGCDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSGetUGCDetails) ProtoMessage() {}
+func (*CMsgClientUFSGetUGCDetails) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{115}
+}
+
+func (m *CMsgClientUFSGetUGCDetails) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetUGCDetails.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetUGCDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetUGCDetails.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetUGCDetails) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetUGCDetails.Merge(m, src)
+}
+func (m *CMsgClientUFSGetUGCDetails) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetUGCDetails.Size(m)
+}
+func (m *CMsgClientUFSGetUGCDetails) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetUGCDetails.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetUGCDetails proto.InternalMessageInfo
+
+const Default_CMsgClientUFSGetUGCDetails_Hcontent uint64 = 18446744073709551615
+
+func (m *CMsgClientUFSGetUGCDetails) GetHcontent() uint64 {
+ if m != nil && m.Hcontent != nil {
+ return *m.Hcontent
+ }
+ return Default_CMsgClientUFSGetUGCDetails_Hcontent
+}
+
+type CMsgClientUFSGetUGCDetailsResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
+ AppId *uint32 `protobuf:"varint,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Filename *string `protobuf:"bytes,4,opt,name=filename" json:"filename,omitempty"`
+ SteamidCreator *uint64 `protobuf:"fixed64,5,opt,name=steamid_creator,json=steamidCreator" json:"steamid_creator,omitempty"`
+ FileSize *uint32 `protobuf:"varint,6,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
+ CompressedFileSize *uint32 `protobuf:"varint,7,opt,name=compressed_file_size,json=compressedFileSize" json:"compressed_file_size,omitempty"`
+ RangecheckHost *string `protobuf:"bytes,8,opt,name=rangecheck_host,json=rangecheckHost" json:"rangecheck_host,omitempty"`
+ FileEncodedSha1 *string `protobuf:"bytes,9,opt,name=file_encoded_sha1,json=fileEncodedSha1" json:"file_encoded_sha1,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) Reset() { *m = CMsgClientUFSGetUGCDetailsResponse{} }
+func (m *CMsgClientUFSGetUGCDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSGetUGCDetailsResponse) ProtoMessage() {}
+func (*CMsgClientUFSGetUGCDetailsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{116}
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetUGCDetailsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetUGCDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetUGCDetailsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetUGCDetailsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetUGCDetailsResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSGetUGCDetailsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetUGCDetailsResponse.Size(m)
+}
+func (m *CMsgClientUFSGetUGCDetailsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetUGCDetailsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetUGCDetailsResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSGetUGCDetailsResponse_Eresult int32 = 2
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSGetUGCDetailsResponse_Eresult
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetSteamidCreator() uint64 {
+ if m != nil && m.SteamidCreator != nil {
+ return *m.SteamidCreator
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetFileSize() uint32 {
+ if m != nil && m.FileSize != nil {
+ return *m.FileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetCompressedFileSize() uint32 {
+ if m != nil && m.CompressedFileSize != nil {
+ return *m.CompressedFileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetRangecheckHost() string {
+ if m != nil && m.RangecheckHost != nil {
+ return *m.RangecheckHost
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSGetUGCDetailsResponse) GetFileEncodedSha1() string {
+ if m != nil && m.FileEncodedSha1 != nil {
+ return *m.FileEncodedSha1
+ }
+ return ""
+}
+
+type CMsgClientUFSGetSingleFileInfo struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetSingleFileInfo) Reset() { *m = CMsgClientUFSGetSingleFileInfo{} }
+func (m *CMsgClientUFSGetSingleFileInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSGetSingleFileInfo) ProtoMessage() {}
+func (*CMsgClientUFSGetSingleFileInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{117}
+}
+
+func (m *CMsgClientUFSGetSingleFileInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetSingleFileInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetSingleFileInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetSingleFileInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetSingleFileInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetSingleFileInfo.Merge(m, src)
+}
+func (m *CMsgClientUFSGetSingleFileInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetSingleFileInfo.Size(m)
+}
+func (m *CMsgClientUFSGetSingleFileInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetSingleFileInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetSingleFileInfo proto.InternalMessageInfo
+
+func (m *CMsgClientUFSGetSingleFileInfo) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetSingleFileInfo) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+type CMsgClientUFSGetSingleFileInfoResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,3,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ TimeStamp *uint64 `protobuf:"varint,5,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
+ RawFileSize *uint32 `protobuf:"varint,6,opt,name=raw_file_size,json=rawFileSize" json:"raw_file_size,omitempty"`
+ IsExplicitDelete *bool `protobuf:"varint,7,opt,name=is_explicit_delete,json=isExplicitDelete" json:"is_explicit_delete,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) Reset() {
+ *m = CMsgClientUFSGetSingleFileInfoResponse{}
+}
+func (m *CMsgClientUFSGetSingleFileInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSGetSingleFileInfoResponse) ProtoMessage() {}
+func (*CMsgClientUFSGetSingleFileInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{118}
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSGetSingleFileInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSGetSingleFileInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSGetSingleFileInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSGetSingleFileInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSGetSingleFileInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSGetSingleFileInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSGetSingleFileInfoResponse.Size(m)
+}
+func (m *CMsgClientUFSGetSingleFileInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSGetSingleFileInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSGetSingleFileInfoResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSGetSingleFileInfoResponse_Eresult int32 = 2
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSGetSingleFileInfoResponse_Eresult
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetTimeStamp() uint64 {
+ if m != nil && m.TimeStamp != nil {
+ return *m.TimeStamp
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetRawFileSize() uint32 {
+ if m != nil && m.RawFileSize != nil {
+ return *m.RawFileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSGetSingleFileInfoResponse) GetIsExplicitDelete() bool {
+ if m != nil && m.IsExplicitDelete != nil {
+ return *m.IsExplicitDelete
+ }
+ return false
+}
+
+type CMsgClientUFSShareFile struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSShareFile) Reset() { *m = CMsgClientUFSShareFile{} }
+func (m *CMsgClientUFSShareFile) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSShareFile) ProtoMessage() {}
+func (*CMsgClientUFSShareFile) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{119}
+}
+
+func (m *CMsgClientUFSShareFile) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSShareFile.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSShareFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSShareFile.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSShareFile) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSShareFile.Merge(m, src)
+}
+func (m *CMsgClientUFSShareFile) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSShareFile.Size(m)
+}
+func (m *CMsgClientUFSShareFile) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSShareFile.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSShareFile proto.InternalMessageInfo
+
+func (m *CMsgClientUFSShareFile) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUFSShareFile) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+type CMsgClientUFSShareFileResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Hcontent *uint64 `protobuf:"fixed64,2,opt,name=hcontent,def=18446744073709551615" json:"hcontent,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUFSShareFileResponse) Reset() { *m = CMsgClientUFSShareFileResponse{} }
+func (m *CMsgClientUFSShareFileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUFSShareFileResponse) ProtoMessage() {}
+func (*CMsgClientUFSShareFileResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{120}
+}
+
+func (m *CMsgClientUFSShareFileResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUFSShareFileResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUFSShareFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUFSShareFileResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUFSShareFileResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUFSShareFileResponse.Merge(m, src)
+}
+func (m *CMsgClientUFSShareFileResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUFSShareFileResponse.Size(m)
+}
+func (m *CMsgClientUFSShareFileResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUFSShareFileResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUFSShareFileResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUFSShareFileResponse_Eresult int32 = 2
+const Default_CMsgClientUFSShareFileResponse_Hcontent uint64 = 18446744073709551615
+
+func (m *CMsgClientUFSShareFileResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUFSShareFileResponse_Eresult
+}
+
+func (m *CMsgClientUFSShareFileResponse) GetHcontent() uint64 {
+ if m != nil && m.Hcontent != nil {
+ return *m.Hcontent
+ }
+ return Default_CMsgClientUFSShareFileResponse_Hcontent
+}
+
+type CMsgClientAMGetClanOfficers struct {
+ SteamidClan *uint64 `protobuf:"fixed64,1,opt,name=steamid_clan,json=steamidClan" json:"steamid_clan,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetClanOfficers) Reset() { *m = CMsgClientAMGetClanOfficers{} }
+func (m *CMsgClientAMGetClanOfficers) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAMGetClanOfficers) ProtoMessage() {}
+func (*CMsgClientAMGetClanOfficers) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{121}
+}
+
+func (m *CMsgClientAMGetClanOfficers) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetClanOfficers.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetClanOfficers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetClanOfficers.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetClanOfficers) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetClanOfficers.Merge(m, src)
+}
+func (m *CMsgClientAMGetClanOfficers) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetClanOfficers.Size(m)
+}
+func (m *CMsgClientAMGetClanOfficers) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetClanOfficers.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetClanOfficers proto.InternalMessageInfo
+
+func (m *CMsgClientAMGetClanOfficers) GetSteamidClan() uint64 {
+ if m != nil && m.SteamidClan != nil {
+ return *m.SteamidClan
+ }
+ return 0
+}
+
+type CMsgClientAMGetClanOfficersResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ SteamidClan *uint64 `protobuf:"fixed64,2,opt,name=steamid_clan,json=steamidClan" json:"steamid_clan,omitempty"`
+ OfficerCount *int32 `protobuf:"varint,3,opt,name=officer_count,json=officerCount" json:"officer_count,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetClanOfficersResponse) Reset() { *m = CMsgClientAMGetClanOfficersResponse{} }
+func (m *CMsgClientAMGetClanOfficersResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAMGetClanOfficersResponse) ProtoMessage() {}
+func (*CMsgClientAMGetClanOfficersResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{122}
+}
+
+func (m *CMsgClientAMGetClanOfficersResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetClanOfficersResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetClanOfficersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetClanOfficersResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetClanOfficersResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetClanOfficersResponse.Merge(m, src)
+}
+func (m *CMsgClientAMGetClanOfficersResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetClanOfficersResponse.Size(m)
+}
+func (m *CMsgClientAMGetClanOfficersResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetClanOfficersResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetClanOfficersResponse proto.InternalMessageInfo
+
+const Default_CMsgClientAMGetClanOfficersResponse_Eresult int32 = 2
+
+func (m *CMsgClientAMGetClanOfficersResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientAMGetClanOfficersResponse_Eresult
+}
+
+func (m *CMsgClientAMGetClanOfficersResponse) GetSteamidClan() uint64 {
+ if m != nil && m.SteamidClan != nil {
+ return *m.SteamidClan
+ }
+ return 0
+}
+
+func (m *CMsgClientAMGetClanOfficersResponse) GetOfficerCount() int32 {
+ if m != nil && m.OfficerCount != nil {
+ return *m.OfficerCount
+ }
+ return 0
+}
+
+type CMsgClientAMGetPersonaNameHistory struct {
+ IdCount *int32 `protobuf:"varint,1,opt,name=id_count,json=idCount" json:"id_count,omitempty"`
+ Ids []*CMsgClientAMGetPersonaNameHistory_IdInstance `protobuf:"bytes,2,rep,name=Ids" json:"Ids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetPersonaNameHistory) Reset() { *m = CMsgClientAMGetPersonaNameHistory{} }
+func (m *CMsgClientAMGetPersonaNameHistory) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAMGetPersonaNameHistory) ProtoMessage() {}
+func (*CMsgClientAMGetPersonaNameHistory) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{123}
+}
+
+func (m *CMsgClientAMGetPersonaNameHistory) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistory.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetPersonaNameHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistory.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetPersonaNameHistory) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistory.Merge(m, src)
+}
+func (m *CMsgClientAMGetPersonaNameHistory) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistory.Size(m)
+}
+func (m *CMsgClientAMGetPersonaNameHistory) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistory.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetPersonaNameHistory proto.InternalMessageInfo
+
+func (m *CMsgClientAMGetPersonaNameHistory) GetIdCount() int32 {
+ if m != nil && m.IdCount != nil {
+ return *m.IdCount
+ }
+ return 0
+}
+
+func (m *CMsgClientAMGetPersonaNameHistory) GetIds() []*CMsgClientAMGetPersonaNameHistory_IdInstance {
+ if m != nil {
+ return m.Ids
+ }
+ return nil
+}
+
+type CMsgClientAMGetPersonaNameHistory_IdInstance struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) Reset() {
+ *m = CMsgClientAMGetPersonaNameHistory_IdInstance{}
+}
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientAMGetPersonaNameHistory_IdInstance) ProtoMessage() {}
+func (*CMsgClientAMGetPersonaNameHistory_IdInstance) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{123, 0}
+}
+
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistory_IdInstance.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistory_IdInstance.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistory_IdInstance.Merge(m, src)
+}
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistory_IdInstance.Size(m)
+}
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistory_IdInstance.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetPersonaNameHistory_IdInstance proto.InternalMessageInfo
+
+func (m *CMsgClientAMGetPersonaNameHistory_IdInstance) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+type CMsgClientAMGetPersonaNameHistoryResponse struct {
+ Responses []*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance `protobuf:"bytes,2,rep,name=responses" json:"responses,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) Reset() {
+ *m = CMsgClientAMGetPersonaNameHistoryResponse{}
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientAMGetPersonaNameHistoryResponse) ProtoMessage() {}
+func (*CMsgClientAMGetPersonaNameHistoryResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{124}
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse.Merge(m, src)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse.Size(m)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse proto.InternalMessageInfo
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse) GetResponses() []*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance {
+ if m != nil {
+ return m.Responses
+ }
+ return nil
+}
+
+type CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Steamid *uint64 `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
+ Names []*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance `protobuf:"bytes,3,rep,name=names" json:"names,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) Reset() {
+ *m = CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance{}
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) ProtoMessage() {}
+func (*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{124, 0}
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance.Merge(m, src)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance.Size(m)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance proto.InternalMessageInfo
+
+const Default_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_Eresult int32 = 2
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_Eresult
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance) GetNames() []*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance {
+ if m != nil {
+ return m.Names
+ }
+ return nil
+}
+
+type CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance struct {
+ NameSince *uint32 `protobuf:"fixed32,1,opt,name=name_since,json=nameSince" json:"name_since,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) Reset() {
+ *m = CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance{}
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) ProtoMessage() {}
+func (*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{124, 0, 0}
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance.Unmarshal(m, b)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance.Merge(m, src)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance.Size(m)
+}
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance proto.InternalMessageInfo
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) GetNameSince() uint32 {
+ if m != nil && m.NameSince != nil {
+ return *m.NameSince
+ }
+ return 0
+}
+
+func (m *CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+type CMsgClientDeregisterWithServer struct {
+ Eservertype *uint32 `protobuf:"varint,1,opt,name=eservertype" json:"eservertype,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDeregisterWithServer) Reset() { *m = CMsgClientDeregisterWithServer{} }
+func (m *CMsgClientDeregisterWithServer) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDeregisterWithServer) ProtoMessage() {}
+func (*CMsgClientDeregisterWithServer) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{125}
+}
+
+func (m *CMsgClientDeregisterWithServer) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDeregisterWithServer.Unmarshal(m, b)
+}
+func (m *CMsgClientDeregisterWithServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDeregisterWithServer.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDeregisterWithServer) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDeregisterWithServer.Merge(m, src)
+}
+func (m *CMsgClientDeregisterWithServer) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDeregisterWithServer.Size(m)
+}
+func (m *CMsgClientDeregisterWithServer) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDeregisterWithServer.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDeregisterWithServer proto.InternalMessageInfo
+
+func (m *CMsgClientDeregisterWithServer) GetEservertype() uint32 {
+ if m != nil && m.Eservertype != nil {
+ return *m.Eservertype
+ }
+ return 0
+}
+
+func (m *CMsgClientDeregisterWithServer) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientClanState struct {
+ SteamidClan *uint64 `protobuf:"fixed64,1,opt,name=steamid_clan,json=steamidClan" json:"steamid_clan,omitempty"`
+ ClanAccountFlags *uint32 `protobuf:"varint,3,opt,name=clan_account_flags,json=clanAccountFlags" json:"clan_account_flags,omitempty"`
+ NameInfo *CMsgClientClanState_NameInfo `protobuf:"bytes,4,opt,name=name_info,json=nameInfo" json:"name_info,omitempty"`
+ UserCounts *CMsgClientClanState_UserCounts `protobuf:"bytes,5,opt,name=user_counts,json=userCounts" json:"user_counts,omitempty"`
+ Events []*CMsgClientClanState_Event `protobuf:"bytes,6,rep,name=events" json:"events,omitempty"`
+ Announcements []*CMsgClientClanState_Event `protobuf:"bytes,7,rep,name=announcements" json:"announcements,omitempty"`
+ ChatRoomPrivate *bool `protobuf:"varint,8,opt,name=chat_room_private,json=chatRoomPrivate" json:"chat_room_private,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientClanState) Reset() { *m = CMsgClientClanState{} }
+func (m *CMsgClientClanState) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientClanState) ProtoMessage() {}
+func (*CMsgClientClanState) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{126}
+}
+
+func (m *CMsgClientClanState) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientClanState.Unmarshal(m, b)
+}
+func (m *CMsgClientClanState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientClanState.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientClanState) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientClanState.Merge(m, src)
+}
+func (m *CMsgClientClanState) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientClanState.Size(m)
+}
+func (m *CMsgClientClanState) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientClanState.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientClanState proto.InternalMessageInfo
+
+func (m *CMsgClientClanState) GetSteamidClan() uint64 {
+ if m != nil && m.SteamidClan != nil {
+ return *m.SteamidClan
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState) GetClanAccountFlags() uint32 {
+ if m != nil && m.ClanAccountFlags != nil {
+ return *m.ClanAccountFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState) GetNameInfo() *CMsgClientClanState_NameInfo {
+ if m != nil {
+ return m.NameInfo
+ }
+ return nil
+}
+
+func (m *CMsgClientClanState) GetUserCounts() *CMsgClientClanState_UserCounts {
+ if m != nil {
+ return m.UserCounts
+ }
+ return nil
+}
+
+func (m *CMsgClientClanState) GetEvents() []*CMsgClientClanState_Event {
+ if m != nil {
+ return m.Events
+ }
+ return nil
+}
+
+func (m *CMsgClientClanState) GetAnnouncements() []*CMsgClientClanState_Event {
+ if m != nil {
+ return m.Announcements
+ }
+ return nil
+}
+
+func (m *CMsgClientClanState) GetChatRoomPrivate() bool {
+ if m != nil && m.ChatRoomPrivate != nil {
+ return *m.ChatRoomPrivate
+ }
+ return false
+}
+
+type CMsgClientClanState_NameInfo struct {
+ ClanName *string `protobuf:"bytes,1,opt,name=clan_name,json=clanName" json:"clan_name,omitempty"`
+ ShaAvatar []byte `protobuf:"bytes,2,opt,name=sha_avatar,json=shaAvatar" json:"sha_avatar,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientClanState_NameInfo) Reset() { *m = CMsgClientClanState_NameInfo{} }
+func (m *CMsgClientClanState_NameInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientClanState_NameInfo) ProtoMessage() {}
+func (*CMsgClientClanState_NameInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{126, 0}
+}
+
+func (m *CMsgClientClanState_NameInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientClanState_NameInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientClanState_NameInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientClanState_NameInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientClanState_NameInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientClanState_NameInfo.Merge(m, src)
+}
+func (m *CMsgClientClanState_NameInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientClanState_NameInfo.Size(m)
+}
+func (m *CMsgClientClanState_NameInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientClanState_NameInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientClanState_NameInfo proto.InternalMessageInfo
+
+func (m *CMsgClientClanState_NameInfo) GetClanName() string {
+ if m != nil && m.ClanName != nil {
+ return *m.ClanName
+ }
+ return ""
+}
+
+func (m *CMsgClientClanState_NameInfo) GetShaAvatar() []byte {
+ if m != nil {
+ return m.ShaAvatar
+ }
+ return nil
+}
+
+type CMsgClientClanState_UserCounts struct {
+ Members *uint32 `protobuf:"varint,1,opt,name=members" json:"members,omitempty"`
+ Online *uint32 `protobuf:"varint,2,opt,name=online" json:"online,omitempty"`
+ Chatting *uint32 `protobuf:"varint,3,opt,name=chatting" json:"chatting,omitempty"`
+ InGame *uint32 `protobuf:"varint,4,opt,name=in_game,json=inGame" json:"in_game,omitempty"`
+ ChatRoomMembers *uint32 `protobuf:"varint,5,opt,name=chat_room_members,json=chatRoomMembers" json:"chat_room_members,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientClanState_UserCounts) Reset() { *m = CMsgClientClanState_UserCounts{} }
+func (m *CMsgClientClanState_UserCounts) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientClanState_UserCounts) ProtoMessage() {}
+func (*CMsgClientClanState_UserCounts) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{126, 1}
+}
+
+func (m *CMsgClientClanState_UserCounts) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientClanState_UserCounts.Unmarshal(m, b)
+}
+func (m *CMsgClientClanState_UserCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientClanState_UserCounts.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientClanState_UserCounts) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientClanState_UserCounts.Merge(m, src)
+}
+func (m *CMsgClientClanState_UserCounts) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientClanState_UserCounts.Size(m)
+}
+func (m *CMsgClientClanState_UserCounts) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientClanState_UserCounts.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientClanState_UserCounts proto.InternalMessageInfo
+
+func (m *CMsgClientClanState_UserCounts) GetMembers() uint32 {
+ if m != nil && m.Members != nil {
+ return *m.Members
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_UserCounts) GetOnline() uint32 {
+ if m != nil && m.Online != nil {
+ return *m.Online
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_UserCounts) GetChatting() uint32 {
+ if m != nil && m.Chatting != nil {
+ return *m.Chatting
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_UserCounts) GetInGame() uint32 {
+ if m != nil && m.InGame != nil {
+ return *m.InGame
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_UserCounts) GetChatRoomMembers() uint32 {
+ if m != nil && m.ChatRoomMembers != nil {
+ return *m.ChatRoomMembers
+ }
+ return 0
+}
+
+type CMsgClientClanState_Event struct {
+ Gid *uint64 `protobuf:"fixed64,1,opt,name=gid" json:"gid,omitempty"`
+ EventTime *uint32 `protobuf:"varint,2,opt,name=event_time,json=eventTime" json:"event_time,omitempty"`
+ Headline *string `protobuf:"bytes,3,opt,name=headline" json:"headline,omitempty"`
+ GameId *uint64 `protobuf:"fixed64,4,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
+ JustPosted *bool `protobuf:"varint,5,opt,name=just_posted,json=justPosted" json:"just_posted,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientClanState_Event) Reset() { *m = CMsgClientClanState_Event{} }
+func (m *CMsgClientClanState_Event) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientClanState_Event) ProtoMessage() {}
+func (*CMsgClientClanState_Event) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{126, 2}
+}
+
+func (m *CMsgClientClanState_Event) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientClanState_Event.Unmarshal(m, b)
+}
+func (m *CMsgClientClanState_Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientClanState_Event.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientClanState_Event) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientClanState_Event.Merge(m, src)
+}
+func (m *CMsgClientClanState_Event) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientClanState_Event.Size(m)
+}
+func (m *CMsgClientClanState_Event) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientClanState_Event.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientClanState_Event proto.InternalMessageInfo
+
+func (m *CMsgClientClanState_Event) GetGid() uint64 {
+ if m != nil && m.Gid != nil {
+ return *m.Gid
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_Event) GetEventTime() uint32 {
+ if m != nil && m.EventTime != nil {
+ return *m.EventTime
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_Event) GetHeadline() string {
+ if m != nil && m.Headline != nil {
+ return *m.Headline
+ }
+ return ""
+}
+
+func (m *CMsgClientClanState_Event) GetGameId() uint64 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgClientClanState_Event) GetJustPosted() bool {
+ if m != nil && m.JustPosted != nil {
+ return *m.JustPosted
+ }
+ return false
+}
+
+type CMsgClientUnsignedInstallScript struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ FileSize *uint32 `protobuf:"varint,3,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
+ SignatureBroken *bool `protobuf:"varint,4,opt,name=signature_broken,json=signatureBroken" json:"signature_broken,omitempty"`
+ DepotId *uint32 `protobuf:"varint,5,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ ManifestId *uint64 `protobuf:"varint,6,opt,name=manifest_id,json=manifestId" json:"manifest_id,omitempty"`
+ FileFlags *uint32 `protobuf:"varint,7,opt,name=file_flags,json=fileFlags" json:"file_flags,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUnsignedInstallScript) Reset() { *m = CMsgClientUnsignedInstallScript{} }
+func (m *CMsgClientUnsignedInstallScript) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUnsignedInstallScript) ProtoMessage() {}
+func (*CMsgClientUnsignedInstallScript) Descriptor() ([]byte, []int) {
+ return fileDescriptor_97f09b42bb99641f, []int{127}
+}
+
+func (m *CMsgClientUnsignedInstallScript) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUnsignedInstallScript.Unmarshal(m, b)
+}
+func (m *CMsgClientUnsignedInstallScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUnsignedInstallScript.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUnsignedInstallScript) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUnsignedInstallScript.Merge(m, src)
+}
+func (m *CMsgClientUnsignedInstallScript) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUnsignedInstallScript.Size(m)
+}
+func (m *CMsgClientUnsignedInstallScript) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUnsignedInstallScript.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUnsignedInstallScript proto.InternalMessageInfo
+
+func (m *CMsgClientUnsignedInstallScript) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUnsignedInstallScript) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUnsignedInstallScript) GetFileSize() uint32 {
+ if m != nil && m.FileSize != nil {
+ return *m.FileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUnsignedInstallScript) GetSignatureBroken() bool {
+ if m != nil && m.SignatureBroken != nil {
+ return *m.SignatureBroken
+ }
+ return false
+}
+
+func (m *CMsgClientUnsignedInstallScript) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *CMsgClientUnsignedInstallScript) GetManifestId() uint64 {
+ if m != nil && m.ManifestId != nil {
+ return *m.ManifestId
+ }
+ return 0
+}
+
+func (m *CMsgClientUnsignedInstallScript) GetFileFlags() uint32 {
+ if m != nil && m.FileFlags != nil {
+ return *m.FileFlags
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterEnum("EMMSLobbyStatus", EMMSLobbyStatus_name, EMMSLobbyStatus_value)
+ proto.RegisterType((*CMsgClientUDSP2PSessionStarted)(nil), "CMsgClientUDSP2PSessionStarted")
+ proto.RegisterType((*CMsgClientUDSP2PSessionEnded)(nil), "CMsgClientUDSP2PSessionEnded")
+ proto.RegisterType((*CMsgClientRegisterAuthTicketWithCM)(nil), "CMsgClientRegisterAuthTicketWithCM")
+ proto.RegisterType((*CMsgClientTicketAuthComplete)(nil), "CMsgClientTicketAuthComplete")
+ proto.RegisterType((*CMsgClientCMList)(nil), "CMsgClientCMList")
+ proto.RegisterType((*CMsgClientP2PConnectionInfo)(nil), "CMsgClientP2PConnectionInfo")
+ proto.RegisterType((*CMsgClientP2PConnectionFailInfo)(nil), "CMsgClientP2PConnectionFailInfo")
+ proto.RegisterType((*CMsgClientNetworkingCertRequest)(nil), "CMsgClientNetworkingCertRequest")
+ proto.RegisterType((*CMsgClientNetworkingCertReply)(nil), "CMsgClientNetworkingCertReply")
+ proto.RegisterType((*CMsgClientNetworkingMobileCertRequest)(nil), "CMsgClientNetworkingMobileCertRequest")
+ proto.RegisterType((*CMsgClientNetworkingMobileCertReply)(nil), "CMsgClientNetworkingMobileCertReply")
+ proto.RegisterType((*CMsgClientGetAppOwnershipTicket)(nil), "CMsgClientGetAppOwnershipTicket")
+ proto.RegisterType((*CMsgClientGetAppOwnershipTicketResponse)(nil), "CMsgClientGetAppOwnershipTicketResponse")
+ proto.RegisterType((*CMsgClientSessionToken)(nil), "CMsgClientSessionToken")
+ proto.RegisterType((*CMsgClientGameConnectTokens)(nil), "CMsgClientGameConnectTokens")
+ proto.RegisterType((*CMsgGSServerType)(nil), "CMsgGSServerType")
+ proto.RegisterType((*CMsgGSStatusReply)(nil), "CMsgGSStatusReply")
+ proto.RegisterType((*CMsgGSPlayerList)(nil), "CMsgGSPlayerList")
+ proto.RegisterType((*CMsgGSPlayerList_Player)(nil), "CMsgGSPlayerList.Player")
+ proto.RegisterType((*CMsgGSUserPlaying)(nil), "CMsgGSUserPlaying")
+ proto.RegisterType((*CMsgGSDisconnectNotice)(nil), "CMsgGSDisconnectNotice")
+ proto.RegisterType((*CMsgClientGamesPlayed)(nil), "CMsgClientGamesPlayed")
+ proto.RegisterType((*CMsgClientGamesPlayed_GamePlayed)(nil), "CMsgClientGamesPlayed.GamePlayed")
+ proto.RegisterType((*CMsgGSApprove)(nil), "CMsgGSApprove")
+ proto.RegisterType((*CMsgGSDeny)(nil), "CMsgGSDeny")
+ proto.RegisterType((*CMsgGSKick)(nil), "CMsgGSKick")
+ proto.RegisterType((*CMsgClientAuthList)(nil), "CMsgClientAuthList")
+ proto.RegisterType((*CMsgClientAuthListAck)(nil), "CMsgClientAuthListAck")
+ proto.RegisterType((*CMsgClientLicenseList)(nil), "CMsgClientLicenseList")
+ proto.RegisterType((*CMsgClientLicenseList_License)(nil), "CMsgClientLicenseList.License")
+ proto.RegisterType((*CMsgClientLBSSetScore)(nil), "CMsgClientLBSSetScore")
+ proto.RegisterType((*CMsgClientLBSSetScoreResponse)(nil), "CMsgClientLBSSetScoreResponse")
+ proto.RegisterType((*CMsgClientLBSSetUGC)(nil), "CMsgClientLBSSetUGC")
+ proto.RegisterType((*CMsgClientLBSSetUGCResponse)(nil), "CMsgClientLBSSetUGCResponse")
+ proto.RegisterType((*CMsgClientLBSFindOrCreateLB)(nil), "CMsgClientLBSFindOrCreateLB")
+ proto.RegisterType((*CMsgClientLBSFindOrCreateLBResponse)(nil), "CMsgClientLBSFindOrCreateLBResponse")
+ proto.RegisterType((*CMsgClientLBSGetLBEntries)(nil), "CMsgClientLBSGetLBEntries")
+ proto.RegisterType((*CMsgClientLBSGetLBEntriesResponse)(nil), "CMsgClientLBSGetLBEntriesResponse")
+ proto.RegisterType((*CMsgClientLBSGetLBEntriesResponse_Entry)(nil), "CMsgClientLBSGetLBEntriesResponse.Entry")
+ proto.RegisterType((*CMsgClientAppMinutesPlayedData)(nil), "CMsgClientAppMinutesPlayedData")
+ proto.RegisterType((*CMsgClientAppMinutesPlayedData_AppMinutesPlayedData)(nil), "CMsgClientAppMinutesPlayedData.AppMinutesPlayedData")
+ proto.RegisterType((*CMsgClientIsLimitedAccount)(nil), "CMsgClientIsLimitedAccount")
+ proto.RegisterType((*CMsgClientRequestedClientStats)(nil), "CMsgClientRequestedClientStats")
+ proto.RegisterType((*CMsgClientRequestedClientStats_StatsToSend)(nil), "CMsgClientRequestedClientStats.StatsToSend")
+ proto.RegisterType((*CMsgClientStat2)(nil), "CMsgClientStat2")
+ proto.RegisterType((*CMsgClientStat2_StatDetail)(nil), "CMsgClientStat2.StatDetail")
+ proto.RegisterType((*CMsgClientMMSSetRatelimitPolicyOnClient)(nil), "CMsgClientMMSSetRatelimitPolicyOnClient")
+ proto.RegisterType((*CMsgClientMMSCreateLobby)(nil), "CMsgClientMMSCreateLobby")
+ proto.RegisterType((*CMsgClientMMSCreateLobbyResponse)(nil), "CMsgClientMMSCreateLobbyResponse")
+ proto.RegisterType((*CMsgClientMMSJoinLobby)(nil), "CMsgClientMMSJoinLobby")
+ proto.RegisterType((*CMsgClientMMSJoinLobbyResponse)(nil), "CMsgClientMMSJoinLobbyResponse")
+ proto.RegisterType((*CMsgClientMMSJoinLobbyResponse_Member)(nil), "CMsgClientMMSJoinLobbyResponse.Member")
+ proto.RegisterType((*CMsgClientMMSLeaveLobby)(nil), "CMsgClientMMSLeaveLobby")
+ proto.RegisterType((*CMsgClientMMSLeaveLobbyResponse)(nil), "CMsgClientMMSLeaveLobbyResponse")
+ proto.RegisterType((*CMsgClientMMSGetLobbyList)(nil), "CMsgClientMMSGetLobbyList")
+ proto.RegisterType((*CMsgClientMMSGetLobbyList_Filter)(nil), "CMsgClientMMSGetLobbyList.Filter")
+ proto.RegisterType((*CMsgClientMMSGetLobbyListResponse)(nil), "CMsgClientMMSGetLobbyListResponse")
+ proto.RegisterType((*CMsgClientMMSGetLobbyListResponse_Lobby)(nil), "CMsgClientMMSGetLobbyListResponse.Lobby")
+ proto.RegisterType((*CMsgClientMMSSetLobbyData)(nil), "CMsgClientMMSSetLobbyData")
+ proto.RegisterType((*CMsgClientMMSSetLobbyDataResponse)(nil), "CMsgClientMMSSetLobbyDataResponse")
+ proto.RegisterType((*CMsgClientMMSGetLobbyData)(nil), "CMsgClientMMSGetLobbyData")
+ proto.RegisterType((*CMsgClientMMSLobbyData)(nil), "CMsgClientMMSLobbyData")
+ proto.RegisterType((*CMsgClientMMSLobbyData_Member)(nil), "CMsgClientMMSLobbyData.Member")
+ proto.RegisterType((*CMsgClientMMSSendLobbyChatMsg)(nil), "CMsgClientMMSSendLobbyChatMsg")
+ proto.RegisterType((*CMsgClientMMSLobbyChatMsg)(nil), "CMsgClientMMSLobbyChatMsg")
+ proto.RegisterType((*CMsgClientMMSSetLobbyOwner)(nil), "CMsgClientMMSSetLobbyOwner")
+ proto.RegisterType((*CMsgClientMMSSetLobbyOwnerResponse)(nil), "CMsgClientMMSSetLobbyOwnerResponse")
+ proto.RegisterType((*CMsgClientMMSSetLobbyLinked)(nil), "CMsgClientMMSSetLobbyLinked")
+ proto.RegisterType((*CMsgClientMMSSetLobbyGameServer)(nil), "CMsgClientMMSSetLobbyGameServer")
+ proto.RegisterType((*CMsgClientMMSLobbyGameServerSet)(nil), "CMsgClientMMSLobbyGameServerSet")
+ proto.RegisterType((*CMsgClientMMSUserJoinedLobby)(nil), "CMsgClientMMSUserJoinedLobby")
+ proto.RegisterType((*CMsgClientMMSUserLeftLobby)(nil), "CMsgClientMMSUserLeftLobby")
+ proto.RegisterType((*CMsgClientMMSInviteToLobby)(nil), "CMsgClientMMSInviteToLobby")
+ proto.RegisterType((*CMsgClientMMSGetLobbyStatus)(nil), "CMsgClientMMSGetLobbyStatus")
+ proto.RegisterType((*CMsgClientMMSGetLobbyStatusResponse)(nil), "CMsgClientMMSGetLobbyStatusResponse")
+ proto.RegisterType((*CMsgClientInviteToGame)(nil), "CMsgClientInviteToGame")
+ proto.RegisterType((*CMsgClientChatInvite)(nil), "CMsgClientChatInvite")
+ proto.RegisterType((*CMsgClientConnectionStats)(nil), "CMsgClientConnectionStats")
+ proto.RegisterType((*CMsgClientConnectionStats_Stats_Logon)(nil), "CMsgClientConnectionStats.Stats_Logon")
+ proto.RegisterType((*CMsgClientConnectionStats_Stats_UDP)(nil), "CMsgClientConnectionStats.Stats_UDP")
+ proto.RegisterType((*CMsgClientConnectionStats_Stats_VConn)(nil), "CMsgClientConnectionStats.Stats_VConn")
+ proto.RegisterType((*CMsgClientServersAvailable)(nil), "CMsgClientServersAvailable")
+ proto.RegisterType((*CMsgClientServersAvailable_Server_Types_Available)(nil), "CMsgClientServersAvailable.Server_Types_Available")
+ proto.RegisterType((*CMsgClientGetUserStats)(nil), "CMsgClientGetUserStats")
+ proto.RegisterType((*CMsgClientGetUserStatsResponse)(nil), "CMsgClientGetUserStatsResponse")
+ proto.RegisterType((*CMsgClientGetUserStatsResponse_Stats)(nil), "CMsgClientGetUserStatsResponse.Stats")
+ proto.RegisterType((*CMsgClientGetUserStatsResponse_Achievement_Blocks)(nil), "CMsgClientGetUserStatsResponse.Achievement_Blocks")
+ proto.RegisterType((*CMsgClientStoreUserStatsResponse)(nil), "CMsgClientStoreUserStatsResponse")
+ proto.RegisterType((*CMsgClientStoreUserStatsResponse_Stats_Failed_Validation)(nil), "CMsgClientStoreUserStatsResponse.Stats_Failed_Validation")
+ proto.RegisterType((*CMsgClientStoreUserStats2)(nil), "CMsgClientStoreUserStats2")
+ proto.RegisterType((*CMsgClientStoreUserStats2_Stats)(nil), "CMsgClientStoreUserStats2.Stats")
+ proto.RegisterType((*CMsgClientStatsUpdated)(nil), "CMsgClientStatsUpdated")
+ proto.RegisterType((*CMsgClientStatsUpdated_Updated_Stats)(nil), "CMsgClientStatsUpdated.Updated_Stats")
+ proto.RegisterType((*CMsgClientStoreUserStats)(nil), "CMsgClientStoreUserStats")
+ proto.RegisterType((*CMsgClientStoreUserStats_Stats_To_Store)(nil), "CMsgClientStoreUserStats.Stats_To_Store")
+ proto.RegisterType((*CMsgClientGetClientDetails)(nil), "CMsgClientGetClientDetails")
+ proto.RegisterType((*CMsgClientReportOverlayDetourFailure)(nil), "CMsgClientReportOverlayDetourFailure")
+ proto.RegisterType((*CMsgClientGetClientDetailsResponse)(nil), "CMsgClientGetClientDetailsResponse")
+ proto.RegisterType((*CMsgClientGetClientDetailsResponse_Game)(nil), "CMsgClientGetClientDetailsResponse.Game")
+ proto.RegisterType((*CMsgClientGetClientAppList)(nil), "CMsgClientGetClientAppList")
+ proto.RegisterType((*CMsgClientGetClientAppListResponse)(nil), "CMsgClientGetClientAppListResponse")
+ proto.RegisterType((*CMsgClientGetClientAppListResponse_App)(nil), "CMsgClientGetClientAppListResponse.App")
+ proto.RegisterType((*CMsgClientGetClientAppListResponse_App_DLC)(nil), "CMsgClientGetClientAppListResponse.App.DLC")
+ proto.RegisterType((*CMsgClientInstallClientApp)(nil), "CMsgClientInstallClientApp")
+ proto.RegisterType((*CMsgClientInstallClientAppResponse)(nil), "CMsgClientInstallClientAppResponse")
+ proto.RegisterType((*CMsgClientUninstallClientApp)(nil), "CMsgClientUninstallClientApp")
+ proto.RegisterType((*CMsgClientUninstallClientAppResponse)(nil), "CMsgClientUninstallClientAppResponse")
+ proto.RegisterType((*CMsgClientSetClientAppUpdateState)(nil), "CMsgClientSetClientAppUpdateState")
+ proto.RegisterType((*CMsgClientSetClientAppUpdateStateResponse)(nil), "CMsgClientSetClientAppUpdateStateResponse")
+ proto.RegisterType((*CMsgClientUFSUploadFileRequest)(nil), "CMsgClientUFSUploadFileRequest")
+ proto.RegisterType((*CMsgClientUFSUploadFileResponse)(nil), "CMsgClientUFSUploadFileResponse")
+ proto.RegisterType((*CMsgClientUFSUploadCommit)(nil), "CMsgClientUFSUploadCommit")
+ proto.RegisterType((*CMsgClientUFSUploadCommit_File)(nil), "CMsgClientUFSUploadCommit.File")
+ proto.RegisterType((*CMsgClientUFSUploadCommitResponse)(nil), "CMsgClientUFSUploadCommitResponse")
+ proto.RegisterType((*CMsgClientUFSUploadCommitResponse_File)(nil), "CMsgClientUFSUploadCommitResponse.File")
+ proto.RegisterType((*CMsgClientUFSFileChunk)(nil), "CMsgClientUFSFileChunk")
+ proto.RegisterType((*CMsgClientUFSTransferHeartbeat)(nil), "CMsgClientUFSTransferHeartbeat")
+ proto.RegisterType((*CMsgClientUFSUploadFileFinished)(nil), "CMsgClientUFSUploadFileFinished")
+ proto.RegisterType((*CMsgClientUFSDeleteFileRequest)(nil), "CMsgClientUFSDeleteFileRequest")
+ proto.RegisterType((*CMsgClientUFSDeleteFileResponse)(nil), "CMsgClientUFSDeleteFileResponse")
+ proto.RegisterType((*CMsgClientUFSGetFileListForApp)(nil), "CMsgClientUFSGetFileListForApp")
+ proto.RegisterType((*CMsgClientUFSGetFileListForAppResponse)(nil), "CMsgClientUFSGetFileListForAppResponse")
+ proto.RegisterType((*CMsgClientUFSGetFileListForAppResponse_File)(nil), "CMsgClientUFSGetFileListForAppResponse.File")
+ proto.RegisterType((*CMsgClientUFSDownloadRequest)(nil), "CMsgClientUFSDownloadRequest")
+ proto.RegisterType((*CMsgClientUFSDownloadResponse)(nil), "CMsgClientUFSDownloadResponse")
+ proto.RegisterType((*CMsgClientUFSLoginRequest)(nil), "CMsgClientUFSLoginRequest")
+ proto.RegisterType((*CMsgClientUFSLoginResponse)(nil), "CMsgClientUFSLoginResponse")
+ proto.RegisterType((*CMsgClientRequestEncryptedAppTicket)(nil), "CMsgClientRequestEncryptedAppTicket")
+ proto.RegisterType((*CMsgClientRequestEncryptedAppTicketResponse)(nil), "CMsgClientRequestEncryptedAppTicketResponse")
+ proto.RegisterType((*CMsgClientWalletInfoUpdate)(nil), "CMsgClientWalletInfoUpdate")
+ proto.RegisterType((*CMsgClientAppInfoUpdate)(nil), "CMsgClientAppInfoUpdate")
+ proto.RegisterType((*CMsgClientAppInfoChanges)(nil), "CMsgClientAppInfoChanges")
+ proto.RegisterType((*CMsgClientAppInfoRequest)(nil), "CMsgClientAppInfoRequest")
+ proto.RegisterType((*CMsgClientAppInfoRequest_App)(nil), "CMsgClientAppInfoRequest.App")
+ proto.RegisterType((*CMsgClientAppInfoResponse)(nil), "CMsgClientAppInfoResponse")
+ proto.RegisterType((*CMsgClientAppInfoResponse_App)(nil), "CMsgClientAppInfoResponse.App")
+ proto.RegisterType((*CMsgClientAppInfoResponse_App_Section)(nil), "CMsgClientAppInfoResponse.App.Section")
+ proto.RegisterType((*CMsgClientPackageInfoRequest)(nil), "CMsgClientPackageInfoRequest")
+ proto.RegisterType((*CMsgClientPackageInfoResponse)(nil), "CMsgClientPackageInfoResponse")
+ proto.RegisterType((*CMsgClientPackageInfoResponse_Package)(nil), "CMsgClientPackageInfoResponse.Package")
+ proto.RegisterType((*CMsgClientPICSChangesSinceRequest)(nil), "CMsgClientPICSChangesSinceRequest")
+ proto.RegisterType((*CMsgClientPICSChangesSinceResponse)(nil), "CMsgClientPICSChangesSinceResponse")
+ proto.RegisterType((*CMsgClientPICSChangesSinceResponse_PackageChange)(nil), "CMsgClientPICSChangesSinceResponse.PackageChange")
+ proto.RegisterType((*CMsgClientPICSChangesSinceResponse_AppChange)(nil), "CMsgClientPICSChangesSinceResponse.AppChange")
+ proto.RegisterType((*CMsgClientPICSProductInfoRequest)(nil), "CMsgClientPICSProductInfoRequest")
+ proto.RegisterType((*CMsgClientPICSProductInfoRequest_AppInfo)(nil), "CMsgClientPICSProductInfoRequest.AppInfo")
+ proto.RegisterType((*CMsgClientPICSProductInfoRequest_PackageInfo)(nil), "CMsgClientPICSProductInfoRequest.PackageInfo")
+ proto.RegisterType((*CMsgClientPICSProductInfoResponse)(nil), "CMsgClientPICSProductInfoResponse")
+ proto.RegisterType((*CMsgClientPICSProductInfoResponse_AppInfo)(nil), "CMsgClientPICSProductInfoResponse.AppInfo")
+ proto.RegisterType((*CMsgClientPICSProductInfoResponse_PackageInfo)(nil), "CMsgClientPICSProductInfoResponse.PackageInfo")
+ proto.RegisterType((*CMsgClientPICSAccessTokenRequest)(nil), "CMsgClientPICSAccessTokenRequest")
+ proto.RegisterType((*CMsgClientPICSAccessTokenResponse)(nil), "CMsgClientPICSAccessTokenResponse")
+ proto.RegisterType((*CMsgClientPICSAccessTokenResponse_PackageToken)(nil), "CMsgClientPICSAccessTokenResponse.PackageToken")
+ proto.RegisterType((*CMsgClientPICSAccessTokenResponse_AppToken)(nil), "CMsgClientPICSAccessTokenResponse.AppToken")
+ proto.RegisterType((*CMsgClientUFSGetUGCDetails)(nil), "CMsgClientUFSGetUGCDetails")
+ proto.RegisterType((*CMsgClientUFSGetUGCDetailsResponse)(nil), "CMsgClientUFSGetUGCDetailsResponse")
+ proto.RegisterType((*CMsgClientUFSGetSingleFileInfo)(nil), "CMsgClientUFSGetSingleFileInfo")
+ proto.RegisterType((*CMsgClientUFSGetSingleFileInfoResponse)(nil), "CMsgClientUFSGetSingleFileInfoResponse")
+ proto.RegisterType((*CMsgClientUFSShareFile)(nil), "CMsgClientUFSShareFile")
+ proto.RegisterType((*CMsgClientUFSShareFileResponse)(nil), "CMsgClientUFSShareFileResponse")
+ proto.RegisterType((*CMsgClientAMGetClanOfficers)(nil), "CMsgClientAMGetClanOfficers")
+ proto.RegisterType((*CMsgClientAMGetClanOfficersResponse)(nil), "CMsgClientAMGetClanOfficersResponse")
+ proto.RegisterType((*CMsgClientAMGetPersonaNameHistory)(nil), "CMsgClientAMGetPersonaNameHistory")
+ proto.RegisterType((*CMsgClientAMGetPersonaNameHistory_IdInstance)(nil), "CMsgClientAMGetPersonaNameHistory.IdInstance")
+ proto.RegisterType((*CMsgClientAMGetPersonaNameHistoryResponse)(nil), "CMsgClientAMGetPersonaNameHistoryResponse")
+ proto.RegisterType((*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance)(nil), "CMsgClientAMGetPersonaNameHistoryResponse.NameTableInstance")
+ proto.RegisterType((*CMsgClientAMGetPersonaNameHistoryResponse_NameTableInstance_NameInstance)(nil), "CMsgClientAMGetPersonaNameHistoryResponse.NameTableInstance.NameInstance")
+ proto.RegisterType((*CMsgClientDeregisterWithServer)(nil), "CMsgClientDeregisterWithServer")
+ proto.RegisterType((*CMsgClientClanState)(nil), "CMsgClientClanState")
+ proto.RegisterType((*CMsgClientClanState_NameInfo)(nil), "CMsgClientClanState.NameInfo")
+ proto.RegisterType((*CMsgClientClanState_UserCounts)(nil), "CMsgClientClanState.UserCounts")
+ proto.RegisterType((*CMsgClientClanState_Event)(nil), "CMsgClientClanState.Event")
+ proto.RegisterType((*CMsgClientUnsignedInstallScript)(nil), "CMsgClientUnsignedInstallScript")
+}
+
+func init() { proto.RegisterFile("steammessages_clientserver.proto", fileDescriptor_97f09b42bb99641f) }
+
+var fileDescriptor_97f09b42bb99641f = []byte{
+ // 9380 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0xbd, 0x6b, 0x8c, 0x1d, 0x49,
+ 0x96, 0x10, 0x3c, 0xf7, 0xde, 0xaa, 0xfb, 0x88, 0xaa, 0x5b, 0x8f, 0xf4, 0xeb, 0xfa, 0xda, 0xdd,
+ 0x76, 0x67, 0xbf, 0xdc, 0xaf, 0x3b, 0x76, 0x8d, 0xbb, 0x67, 0xec, 0x79, 0x74, 0x97, 0xab, 0x5c,
+ 0x76, 0xf5, 0xb8, 0xec, 0xda, 0xbc, 0xe5, 0xee, 0xdd, 0xd9, 0xef, 0x23, 0x15, 0x95, 0x19, 0x55,
+ 0x37, 0xb7, 0xf2, 0xd5, 0x99, 0x79, 0xcb, 0xae, 0xe6, 0xa1, 0x61, 0xc4, 0xc2, 0x0a, 0x86, 0xd5,
+ 0x6a, 0x17, 0xa4, 0xe5, 0xcf, 0x32, 0x5a, 0x04, 0xcb, 0x2e, 0x0f, 0x09, 0x56, 0x83, 0x84, 0x40,
+ 0x42, 0x8b, 0x10, 0x20, 0x7e, 0xf0, 0x83, 0x87, 0xf8, 0xb9, 0xe2, 0x21, 0xc1, 0x8f, 0x05, 0x09,
+ 0x58, 0xc4, 0xf2, 0x03, 0x84, 0xe2, 0x9c, 0x13, 0x99, 0x91, 0xf7, 0x51, 0x55, 0xdd, 0x76, 0xf7,
+ 0x82, 0xf8, 0x63, 0xdf, 0x3c, 0x71, 0xe2, 0xc4, 0x89, 0x13, 0x27, 0x4e, 0x9c, 0x38, 0x71, 0x22,
+ 0x8a, 0x5d, 0x4d, 0x33, 0xc1, 0x83, 0x40, 0xa4, 0x29, 0xdf, 0x17, 0xa9, 0xed, 0xf8, 0x9e, 0x08,
+ 0xb3, 0x54, 0x24, 0x87, 0x22, 0xe9, 0xc5, 0x49, 0x94, 0x45, 0xdd, 0x4e, 0x19, 0x63, 0x97, 0xa7,
+ 0x82, 0x4a, 0xba, 0x22, 0x74, 0x92, 0xa3, 0x38, 0x13, 0xae, 0xcd, 0xe3, 0xd8, 0xce, 0x3c, 0xe7,
+ 0x40, 0x64, 0x58, 0x66, 0xfe, 0xff, 0xec, 0xc5, 0xb5, 0xad, 0x74, 0x7f, 0x0d, 0xe8, 0x3d, 0x5e,
+ 0xef, 0x6f, 0xaf, 0x6c, 0xf7, 0x45, 0x9a, 0x7a, 0x51, 0xd8, 0xcf, 0x78, 0x92, 0x09, 0xd7, 0x78,
+ 0x95, 0x2d, 0x00, 0x65, 0xcf, 0xb5, 0x13, 0x11, 0x44, 0x99, 0xe8, 0x54, 0xae, 0x56, 0xae, 0xd5,
+ 0xad, 0x36, 0x41, 0x2d, 0x00, 0x1a, 0x67, 0xd9, 0x2c, 0x8f, 0x63, 0xcf, 0xed, 0x54, 0xaf, 0x56,
+ 0xae, 0xcd, 0x5a, 0xf8, 0x61, 0xfe, 0x89, 0x1a, 0xbb, 0x3c, 0x85, 0xfe, 0xdd, 0xd0, 0x7d, 0x46,
+ 0xea, 0xc6, 0xdb, 0xcc, 0x48, 0x91, 0x98, 0xed, 0x8b, 0x70, 0x3f, 0x1b, 0xd8, 0xa9, 0x70, 0x3a,
+ 0x35, 0x40, 0x59, 0xa2, 0x92, 0x07, 0x50, 0xd0, 0x17, 0x8e, 0xf1, 0x32, 0x6b, 0x2b, 0x6c, 0x91,
+ 0x24, 0x51, 0xd2, 0x99, 0x01, 0xc4, 0x79, 0x02, 0xde, 0x95, 0x30, 0xa3, 0xc3, 0x1a, 0x21, 0xcf,
+ 0xb2, 0xa3, 0x58, 0x74, 0x66, 0xa1, 0x58, 0x7d, 0x1a, 0x2f, 0x30, 0xb6, 0x7b, 0x94, 0x89, 0xd4,
+ 0x4e, 0x84, 0x73, 0xd8, 0xa9, 0x43, 0x61, 0x0b, 0x20, 0x96, 0x70, 0x0e, 0x8b, 0xe2, 0x54, 0x84,
+ 0x59, 0xa7, 0xa1, 0x15, 0xf7, 0x45, 0x98, 0x19, 0xd7, 0xd8, 0x52, 0x51, 0x6c, 0x27, 0xc2, 0xe7,
+ 0x47, 0x9d, 0x26, 0x20, 0x2d, 0xe4, 0x48, 0x96, 0x84, 0x16, 0x98, 0xb2, 0x1d, 0xc2, 0x6c, 0x69,
+ 0x98, 0xb2, 0x35, 0xc4, 0x7c, 0x8b, 0x19, 0x99, 0x17, 0x08, 0x3b, 0x8b, 0x6c, 0x27, 0x0a, 0x43,
+ 0xe1, 0x64, 0x76, 0x90, 0x76, 0x18, 0xe0, 0x2e, 0xca, 0x92, 0x9d, 0x68, 0x0d, 0xe1, 0x5b, 0xa9,
+ 0xf9, 0x67, 0x2b, 0xcc, 0x2c, 0x46, 0xc2, 0x12, 0xfb, 0x5e, 0x9a, 0x89, 0x64, 0x75, 0x98, 0x0d,
+ 0x76, 0x40, 0x1f, 0x3e, 0xf6, 0xb2, 0xc1, 0xda, 0x96, 0xf1, 0x06, 0x5b, 0x02, 0xc5, 0x70, 0x22,
+ 0xdf, 0x3e, 0x14, 0x89, 0x14, 0x0c, 0x8c, 0x48, 0xdb, 0x5a, 0x54, 0xf0, 0x8f, 0x10, 0x6c, 0x9c,
+ 0x67, 0x75, 0x54, 0x25, 0x90, 0xf8, 0xbc, 0x45, 0x5f, 0x72, 0x54, 0x50, 0x3d, 0x6d, 0x2f, 0x4c,
+ 0x33, 0x1e, 0x3a, 0xc2, 0xf6, 0x5c, 0x10, 0xf6, 0x8c, 0xb5, 0x84, 0x25, 0x9b, 0x54, 0xb0, 0xe9,
+ 0x9a, 0x7f, 0xa7, 0xaa, 0x6b, 0x08, 0xf2, 0x22, 0xb9, 0x5a, 0x8b, 0x82, 0xd8, 0x17, 0x99, 0x30,
+ 0x2e, 0xb2, 0x26, 0xe8, 0x82, 0x24, 0x82, 0xba, 0xd1, 0x80, 0xef, 0x4d, 0xd7, 0xb8, 0xc0, 0x1a,
+ 0xfb, 0x3c, 0x00, 0xf2, 0x55, 0x28, 0xa9, 0xcb, 0xcf, 0x4d, 0x57, 0xb2, 0x26, 0xd2, 0x8c, 0x67,
+ 0x02, 0x58, 0x6b, 0x5b, 0xf4, 0x65, 0xdc, 0x64, 0xe7, 0x05, 0x1f, 0x82, 0x9e, 0xa0, 0x22, 0x24,
+ 0x22, 0x8d, 0xa3, 0x30, 0x15, 0xc0, 0x5e, 0xdb, 0x3a, 0x0b, 0xa5, 0xa4, 0xa0, 0x16, 0x95, 0x19,
+ 0x6f, 0xb1, 0xe5, 0xf5, 0xbb, 0xdb, 0xd6, 0xdd, 0xb5, 0xd5, 0x9d, 0xbb, 0xeb, 0x34, 0x7d, 0x40,
+ 0x3b, 0xe6, 0xad, 0xa5, 0xa2, 0x00, 0x59, 0x97, 0x7a, 0x80, 0x18, 0xb6, 0x93, 0x38, 0xa0, 0x26,
+ 0x6d, 0xab, 0x85, 0x90, 0xb5, 0xc4, 0x31, 0x5e, 0x67, 0x8b, 0x54, 0x9c, 0x8a, 0x4f, 0x86, 0x22,
+ 0x74, 0x04, 0xe8, 0x4a, 0xdb, 0x5a, 0x40, 0x70, 0x9f, 0xa0, 0xc6, 0x2b, 0x6c, 0x21, 0x7a, 0x12,
+ 0x8a, 0xc4, 0xce, 0x3b, 0xdf, 0x84, 0x2e, 0xce, 0x03, 0xb4, 0x8f, 0x12, 0x30, 0xff, 0x51, 0x85,
+ 0x2d, 0x15, 0xd2, 0x5b, 0xdb, 0x7a, 0xe0, 0xa5, 0x99, 0xf1, 0x12, 0x9b, 0x77, 0x02, 0x9b, 0xbb,
+ 0x6e, 0x22, 0xd2, 0x54, 0xa4, 0x9d, 0xca, 0xd5, 0xda, 0xb5, 0xb6, 0x35, 0xe7, 0x04, 0xab, 0x0a,
+ 0x24, 0x85, 0xea, 0x04, 0x76, 0x1c, 0x25, 0x59, 0xda, 0xa9, 0x42, 0x71, 0xc3, 0x09, 0xb6, 0xe5,
+ 0xa7, 0x94, 0x91, 0x13, 0xd8, 0x4f, 0xc4, 0x6e, 0x1a, 0x01, 0x9f, 0x05, 0x9d, 0xda, 0xd5, 0xda,
+ 0xb5, 0x96, 0x75, 0xd6, 0x09, 0x3e, 0x56, 0x85, 0x05, 0xc1, 0xf7, 0xd9, 0xe5, 0x58, 0x24, 0x8e,
+ 0x1c, 0x75, 0x57, 0xec, 0xf1, 0xa1, 0x9f, 0x49, 0xb5, 0xcc, 0xa9, 0x90, 0x7c, 0x2f, 0x12, 0xce,
+ 0x3a, 0xa2, 0xec, 0x44, 0x39, 0x25, 0xf3, 0xdf, 0x55, 0xd8, 0xa5, 0xa2, 0x27, 0xdb, 0x2b, 0xdb,
+ 0xa4, 0xba, 0x5e, 0x14, 0x6e, 0x86, 0x7b, 0x91, 0x61, 0xb2, 0xb6, 0x92, 0x84, 0xed, 0x8a, 0x34,
+ 0x23, 0x5d, 0x98, 0x23, 0x5d, 0x58, 0x17, 0x69, 0x66, 0x5c, 0x65, 0xf3, 0x39, 0x4e, 0x9a, 0x38,
+ 0xa4, 0x14, 0x8c, 0x50, 0xfa, 0x89, 0x63, 0x9c, 0x63, 0x75, 0x69, 0x02, 0x3d, 0x97, 0x14, 0x43,
+ 0x1a, 0x92, 0x4d, 0xd7, 0xb8, 0xcc, 0x5a, 0x0e, 0x0f, 0x5d, 0xcf, 0x95, 0x2a, 0x33, 0x03, 0x23,
+ 0x5b, 0x00, 0x8c, 0x37, 0xd9, 0xb2, 0x93, 0x33, 0xa3, 0x68, 0xcf, 0x02, 0xed, 0xc5, 0xa2, 0x00,
+ 0x1b, 0x78, 0x91, 0xb1, 0x44, 0x84, 0xae, 0xf8, 0xf4, 0x30, 0x1a, 0xa6, 0x30, 0xfc, 0xf3, 0x96,
+ 0x06, 0x31, 0x7f, 0xb5, 0xca, 0xae, 0x4c, 0xe9, 0xe6, 0x06, 0xf7, 0xfc, 0x2f, 0xbe, 0xab, 0x6f,
+ 0x33, 0x43, 0xc4, 0x2b, 0xb1, 0x3d, 0x6e, 0x0a, 0xdb, 0xd6, 0x92, 0x2c, 0xe9, 0xeb, 0xe6, 0x50,
+ 0xce, 0xe5, 0x52, 0xd7, 0x81, 0x1f, 0xec, 0xfb, 0x92, 0xde, 0x77, 0x60, 0x4a, 0x2a, 0x9e, 0x1f,
+ 0xa5, 0xc2, 0x4e, 0x04, 0x4f, 0xa3, 0x90, 0x34, 0x7b, 0x0e, 0x60, 0x16, 0x80, 0xa4, 0x11, 0x46,
+ 0x14, 0x5a, 0xa8, 0x40, 0xab, 0x5b, 0x16, 0xd6, 0xdb, 0x42, 0x98, 0xd9, 0xd7, 0x65, 0xf4, 0x50,
+ 0x64, 0x4f, 0xa2, 0xe4, 0xc0, 0x0b, 0xf7, 0xd7, 0x44, 0x92, 0x59, 0x72, 0x7e, 0xa4, 0x99, 0x54,
+ 0xe0, 0x03, 0x71, 0x64, 0xbb, 0x3c, 0xe3, 0xd0, 0xf7, 0x79, 0xab, 0x71, 0x20, 0x8e, 0xd6, 0x79,
+ 0xc6, 0xa7, 0x74, 0xdc, 0x4c, 0xd8, 0x0b, 0xd3, 0x89, 0xc6, 0xfe, 0x91, 0x61, 0xb0, 0x19, 0x47,
+ 0x24, 0x19, 0x8d, 0x3f, 0xfc, 0x36, 0xba, 0x52, 0x31, 0x6c, 0xd9, 0x92, 0xe7, 0x52, 0xb7, 0x1b,
+ 0x0e, 0xff, 0xae, 0x38, 0xda, 0x74, 0xa1, 0xb7, 0xdc, 0x4e, 0xbd, 0xfd, 0x90, 0x67, 0xc3, 0x44,
+ 0xd0, 0x60, 0xcf, 0x39, 0xbc, 0xaf, 0x40, 0xe6, 0x77, 0xd8, 0xab, 0x93, 0xda, 0xdc, 0x8a, 0x76,
+ 0x3d, 0x5f, 0xe8, 0xdd, 0x29, 0x78, 0xae, 0xe8, 0x3c, 0xdf, 0x67, 0x2f, 0x9f, 0x54, 0x5f, 0x72,
+ 0xfe, 0x12, 0x9b, 0x17, 0xa1, 0x13, 0xb9, 0xc2, 0xb5, 0xa1, 0x07, 0x15, 0x90, 0xe9, 0x1c, 0xc1,
+ 0x24, 0x9e, 0xf9, 0x0d, 0x5d, 0xa4, 0xf7, 0x44, 0xb6, 0x1a, 0xc7, 0x8f, 0xa4, 0x21, 0x49, 0x07,
+ 0x5e, 0x4c, 0x96, 0x6b, 0x0a, 0x0f, 0x43, 0xf6, 0xfa, 0x09, 0x35, 0x73, 0x43, 0x79, 0x89, 0x35,
+ 0x44, 0x22, 0xd2, 0xa1, 0x8f, 0x2c, 0xb4, 0x6f, 0x57, 0x56, 0x2c, 0x05, 0xd1, 0xc8, 0x57, 0x75,
+ 0x7d, 0x9c, 0xb2, 0x8a, 0x98, 0x3d, 0x76, 0xbe, 0x68, 0x96, 0x74, 0x72, 0x27, 0x3a, 0x10, 0xa1,
+ 0xf4, 0x05, 0x32, 0xf9, 0x03, 0xda, 0x98, 0xb1, 0xf0, 0xc3, 0xdc, 0xd3, 0xcd, 0xc7, 0x3d, 0x1e,
+ 0x08, 0x9a, 0x58, 0x50, 0x27, 0x35, 0xbe, 0xca, 0x8c, 0x80, 0x3f, 0xb5, 0x01, 0x37, 0x95, 0xa6,
+ 0xe9, 0x40, 0x88, 0x98, 0xb8, 0xac, 0xde, 0xb8, 0x6e, 0x2d, 0x06, 0xfc, 0x29, 0xa2, 0xee, 0x44,
+ 0xdf, 0x15, 0x22, 0x06, 0xbe, 0xe0, 0x1b, 0xec, 0xa3, 0xe4, 0x0b, 0xbe, 0xcc, 0x1f, 0x56, 0xd1,
+ 0xe2, 0xde, 0xeb, 0xf7, 0xc1, 0xfb, 0xda, 0x91, 0xbe, 0x81, 0xc9, 0xda, 0xd8, 0x37, 0x1b, 0x5c,
+ 0x32, 0x25, 0xc1, 0x39, 0xe8, 0x22, 0xe0, 0xb9, 0x92, 0xed, 0x3d, 0x9f, 0xef, 0xa7, 0xaa, 0xfb,
+ 0xf0, 0x61, 0x7c, 0x93, 0x75, 0x5d, 0x11, 0x27, 0xc2, 0xe1, 0xd2, 0x3d, 0xc3, 0xd5, 0x2c, 0x56,
+ 0x36, 0x97, 0x14, 0xf8, 0x42, 0x81, 0x21, 0x3b, 0xb6, 0x19, 0x93, 0xd9, 0x35, 0x2e, 0xb1, 0x16,
+ 0xd4, 0x90, 0x76, 0x9c, 0xa6, 0x70, 0x53, 0x02, 0xa4, 0x21, 0x97, 0x33, 0x04, 0x0a, 0x5d, 0x2f,
+ 0x01, 0xcd, 0x6d, 0x59, 0xb0, 0x58, 0xae, 0x7b, 0x89, 0xd4, 0x17, 0x28, 0x52, 0x0b, 0x7c, 0x1d,
+ 0xf5, 0x45, 0xc2, 0xd4, 0xe2, 0xfe, 0x1a, 0x5b, 0x04, 0x94, 0x4f, 0x86, 0x22, 0x39, 0xc2, 0x06,
+ 0x70, 0x36, 0xb7, 0x25, 0xf8, 0x27, 0x24, 0x54, 0xb6, 0x62, 0x5e, 0x67, 0xcb, 0x24, 0x8d, 0x8c,
+ 0x67, 0xc3, 0x14, 0xf5, 0xf1, 0x12, 0x6b, 0x79, 0xd2, 0xd3, 0x71, 0xe4, 0xb4, 0x90, 0xa2, 0x68,
+ 0x5a, 0x4d, 0x2f, 0xed, 0xc3, 0xb7, 0xf9, 0xaf, 0x2b, 0x4a, 0x80, 0xdb, 0x3e, 0x3f, 0x12, 0x09,
+ 0x2c, 0x59, 0x2b, 0xac, 0x11, 0xc3, 0x17, 0xae, 0x56, 0x73, 0x2b, 0x9d, 0xde, 0x28, 0x4e, 0x0f,
+ 0x7f, 0x5a, 0x0a, 0xb1, 0xfb, 0xcb, 0x15, 0x56, 0x47, 0xd8, 0x98, 0x8f, 0x30, 0x53, 0xf8, 0x08,
+ 0xd7, 0xd9, 0x59, 0x4d, 0xc0, 0xf1, 0x70, 0xd7, 0xf7, 0x1c, 0xdb, 0x8b, 0x69, 0x14, 0x8c, 0xa2,
+ 0x6c, 0x1b, 0x8a, 0x36, 0xe3, 0x42, 0xbf, 0x50, 0x21, 0xf1, 0xc3, 0x78, 0x8b, 0xb5, 0x8a, 0xca,
+ 0x52, 0xd6, 0x73, 0x2b, 0x0b, 0xc0, 0xe3, 0xe6, 0x36, 0x0d, 0x87, 0xd5, 0x8c, 0x89, 0x84, 0xf9,
+ 0x17, 0x2a, 0x4a, 0x2c, 0x8f, 0x53, 0x91, 0x48, 0x26, 0xbd, 0x70, 0xff, 0x38, 0x4f, 0xe6, 0xf7,
+ 0x85, 0xcb, 0xaf, 0xe1, 0x14, 0xbb, 0xd7, 0x5f, 0xf7, 0x52, 0xb2, 0xe5, 0x0f, 0xa3, 0xcc, 0x73,
+ 0x8e, 0xf3, 0xb9, 0xcc, 0xff, 0xd1, 0x62, 0xe7, 0xca, 0x13, 0x2d, 0x85, 0x41, 0x70, 0x8d, 0x75,
+ 0xd4, 0xaa, 0xd4, 0x86, 0x01, 0x72, 0x69, 0x20, 0x5f, 0xea, 0x4d, 0xc4, 0xee, 0xc9, 0xdf, 0xf8,
+ 0x13, 0x15, 0x4f, 0x51, 0x79, 0x85, 0x2d, 0x90, 0xf7, 0x18, 0xa5, 0x36, 0xf8, 0xe1, 0x28, 0x83,
+ 0x79, 0x84, 0x3e, 0x4a, 0x61, 0xc2, 0xad, 0xb0, 0x73, 0x8e, 0x1f, 0x0d, 0x61, 0xc6, 0x78, 0xe1,
+ 0xbe, 0x6c, 0x32, 0xdb, 0x8b, 0x92, 0x80, 0x66, 0xcc, 0x19, 0x28, 0xbc, 0x07, 0x65, 0xdb, 0x54,
+ 0xd4, 0xfd, 0x7b, 0x4d, 0xc6, 0x8a, 0x56, 0x8d, 0x17, 0xd9, 0x5c, 0xbe, 0x82, 0xee, 0xa7, 0xa4,
+ 0x36, 0x2d, 0xea, 0xe6, 0xbd, 0x74, 0xba, 0x73, 0xf9, 0xc5, 0x4d, 0xd9, 0xd2, 0xbc, 0x99, 0x2d,
+ 0xcf, 0x9b, 0x62, 0xc0, 0xeb, 0xfa, 0x80, 0xab, 0x79, 0x2a, 0x9e, 0x66, 0x09, 0xb7, 0xbd, 0x70,
+ 0x2f, 0x82, 0x79, 0xda, 0xc2, 0x79, 0x7a, 0x57, 0x42, 0xc1, 0xa7, 0x78, 0x85, 0x2d, 0xa0, 0x35,
+ 0xe0, 0x19, 0xb7, 0x77, 0xfd, 0x68, 0x17, 0x16, 0xde, 0x79, 0x0b, 0x86, 0x4c, 0x2e, 0x9b, 0x77,
+ 0xfc, 0x68, 0x57, 0x3a, 0xaf, 0x71, 0x12, 0x39, 0x22, 0x4d, 0x65, 0xb7, 0x5b, 0xe8, 0xbc, 0x12,
+ 0x64, 0xd3, 0x95, 0x52, 0x4f, 0xb3, 0x44, 0x90, 0xc8, 0x93, 0xe8, 0xd0, 0x73, 0x45, 0x22, 0x31,
+ 0x19, 0x4a, 0x3d, 0x2f, 0xdc, 0xa6, 0xb2, 0x4d, 0x57, 0x92, 0x84, 0x86, 0xd1, 0xf6, 0xcd, 0x21,
+ 0x49, 0x09, 0xd9, 0x00, 0xfb, 0x77, 0x91, 0x35, 0xd1, 0xcd, 0xf5, 0xdc, 0xce, 0x3c, 0x14, 0x36,
+ 0xe0, 0x7b, 0xd3, 0x95, 0x46, 0xf5, 0x30, 0xb1, 0x07, 0x81, 0x6b, 0x1f, 0x8a, 0xd0, 0x8d, 0x92,
+ 0x4e, 0x1b, 0xcd, 0xd4, 0x61, 0x72, 0x3f, 0x70, 0x3f, 0x02, 0x90, 0x74, 0x83, 0x08, 0x27, 0x88,
+ 0x5c, 0xe1, 0x77, 0x16, 0x00, 0x85, 0x01, 0xca, 0x96, 0x84, 0x48, 0xc3, 0xef, 0xf3, 0x61, 0xe8,
+ 0x0c, 0xec, 0x28, 0x06, 0x27, 0x06, 0x74, 0x6a, 0x11, 0x97, 0xa7, 0xeb, 0xd6, 0x12, 0x16, 0x3e,
+ 0x82, 0x32, 0x50, 0xad, 0xdb, 0xec, 0x42, 0x9c, 0x78, 0x01, 0x4f, 0x8e, 0xe4, 0xae, 0x2a, 0x4b,
+ 0x22, 0xdf, 0x17, 0x09, 0xd6, 0x5a, 0x92, 0x5b, 0xab, 0xdb, 0xd5, 0x77, 0x6e, 0x58, 0xe7, 0x08,
+ 0x65, 0x2d, 0xc7, 0x80, 0xba, 0x77, 0xd9, 0x15, 0x55, 0x17, 0x75, 0x4b, 0xa3, 0x90, 0x8a, 0xc4,
+ 0xe3, 0x7e, 0x67, 0x19, 0x38, 0xbc, 0x4c, 0x68, 0xe0, 0xc7, 0x17, 0x44, 0xfa, 0x80, 0x63, 0xdc,
+ 0x61, 0x97, 0xb3, 0x28, 0xe3, 0xfe, 0x38, 0x11, 0x27, 0x1a, 0x86, 0x59, 0xc7, 0x50, 0xdc, 0x5f,
+ 0x04, 0xb4, 0x11, 0x22, 0x6b, 0x12, 0xc7, 0xd8, 0x64, 0x57, 0x91, 0x46, 0x18, 0x85, 0xd3, 0xe8,
+ 0x9c, 0x51, 0x74, 0xb0, 0xb9, 0x87, 0x72, 0xd3, 0x3f, 0x81, 0xd4, 0x07, 0xec, 0x92, 0x56, 0x55,
+ 0xfa, 0x20, 0xe9, 0x20, 0x8a, 0xed, 0x3d, 0xcf, 0x87, 0xd9, 0x71, 0x56, 0xce, 0x1c, 0x49, 0xa5,
+ 0x53, 0x60, 0x7d, 0x4c, 0x48, 0x1b, 0x9e, 0x2f, 0xa7, 0xcc, 0x6b, 0xac, 0x4d, 0x83, 0x90, 0x46,
+ 0xc3, 0xc4, 0x11, 0x9d, 0x73, 0xaa, 0xe5, 0x79, 0x84, 0xf7, 0x01, 0x2c, 0xb5, 0x94, 0x86, 0x33,
+ 0x19, 0x86, 0x72, 0x07, 0xdb, 0x39, 0x8f, 0x93, 0x1f, 0x06, 0xd4, 0x42, 0x98, 0xf1, 0x1e, 0xe9,
+ 0xbc, 0x36, 0xeb, 0x2e, 0x4c, 0x34, 0x75, 0x30, 0x07, 0x8a, 0xb9, 0xf7, 0x3e, 0xeb, 0x96, 0x44,
+ 0x90, 0xfb, 0xb5, 0x30, 0xb8, 0x1d, 0xc5, 0x92, 0xd6, 0x8d, 0xc2, 0x39, 0x97, 0xc3, 0x6b, 0x6e,
+ 0xb3, 0x36, 0x1a, 0xcc, 0xd5, 0x58, 0x6a, 0xff, 0xb1, 0x7b, 0xd3, 0xf1, 0xfd, 0x5b, 0x75, 0xc2,
+ 0xfe, 0xed, 0x80, 0x31, 0x32, 0xc1, 0x22, 0x3c, 0x3a, 0x8e, 0x9c, 0x74, 0xf1, 0x5c, 0x11, 0x1e,
+ 0x29, 0xd7, 0x1a, 0xe3, 0x20, 0x73, 0x00, 0x23, 0xd7, 0xfa, 0x0a, 0x9b, 0x03, 0x8c, 0x34, 0x4b,
+ 0xbc, 0x70, 0x1f, 0x0c, 0x51, 0xcb, 0x62, 0x12, 0xd4, 0x07, 0x88, 0xf9, 0xa1, 0x6a, 0xec, 0xbb,
+ 0x9e, 0x73, 0xf0, 0x6c, 0x8d, 0x99, 0x3f, 0x5f, 0x65, 0x46, 0x61, 0xd8, 0xe5, 0x86, 0x1d, 0xd6,
+ 0xf1, 0x2b, 0x6c, 0x8e, 0x5c, 0x2c, 0x5f, 0xec, 0x91, 0x17, 0x68, 0x31, 0x04, 0x3d, 0x10, 0x7b,
+ 0x10, 0x07, 0xf1, 0x79, 0x9a, 0xd9, 0x09, 0x3a, 0xbe, 0x72, 0x17, 0x4c, 0x06, 0x7e, 0x41, 0xc2,
+ 0xc9, 0x1f, 0xee, 0x8b, 0x4f, 0x8c, 0xef, 0xb0, 0xcb, 0xa3, 0x98, 0xf6, 0x5e, 0x12, 0x05, 0xe8,
+ 0x62, 0x25, 0x64, 0x68, 0x3b, 0xe5, 0x5a, 0x1b, 0x49, 0x14, 0xa0, 0x5f, 0x66, 0xbc, 0xc1, 0x1a,
+ 0xe8, 0x4a, 0xa6, 0x9d, 0x19, 0x58, 0x89, 0x16, 0x41, 0x3b, 0x8a, 0x88, 0x87, 0xa5, 0xca, 0xa5,
+ 0xa9, 0x47, 0xf7, 0x2d, 0xed, 0xcc, 0xc2, 0x66, 0xb8, 0x0e, 0x8e, 0x5b, 0x6a, 0xbc, 0xc1, 0x96,
+ 0x68, 0x9f, 0x52, 0x6c, 0xd7, 0x71, 0x4b, 0xbf, 0x48, 0x70, 0xb5, 0x5f, 0x37, 0x3f, 0xd5, 0x97,
+ 0x45, 0x25, 0x8f, 0x55, 0xe7, 0x60, 0x24, 0x20, 0x80, 0x7b, 0x71, 0x2d, 0x20, 0xa0, 0xb5, 0x5d,
+ 0x3d, 0xb1, 0xed, 0xda, 0xe4, 0xb6, 0x7f, 0x54, 0xd7, 0x1b, 0x7f, 0xe0, 0x39, 0x22, 0x4c, 0x05,
+ 0x8c, 0xc7, 0x88, 0x47, 0x3e, 0x5b, 0xf2, 0xc8, 0x6f, 0xb3, 0xa6, 0x8f, 0xb8, 0xd8, 0xf6, 0xdc,
+ 0xca, 0x8b, 0xbd, 0x89, 0x64, 0x7a, 0xf4, 0xdb, 0xca, 0xf1, 0xbb, 0x7f, 0x6d, 0x96, 0x35, 0x08,
+ 0x0a, 0xab, 0x06, 0x77, 0x0e, 0x24, 0xa7, 0xf9, 0xe6, 0xa1, 0x45, 0x10, 0xd4, 0x26, 0x08, 0x53,
+ 0x39, 0x89, 0x90, 0xeb, 0x21, 0x0c, 0x77, 0xc3, 0x9a, 0x93, 0xb0, 0x35, 0x04, 0xc9, 0x1d, 0x36,
+ 0xa0, 0x84, 0xe2, 0x69, 0x66, 0xd3, 0x7a, 0x03, 0x9d, 0x6d, 0x60, 0x20, 0xeb, 0xa1, 0x78, 0x9a,
+ 0x6d, 0x23, 0x58, 0x92, 0x0b, 0xbc, 0x70, 0x98, 0x09, 0xdb, 0xf7, 0x02, 0x2f, 0xa3, 0x28, 0xde,
+ 0x1c, 0xc2, 0x1e, 0x48, 0x50, 0x81, 0x92, 0xda, 0xc3, 0x54, 0xb8, 0x14, 0xc9, 0x23, 0x94, 0xf4,
+ 0x71, 0x8a, 0x71, 0xc7, 0x98, 0x1f, 0x05, 0xd2, 0xcf, 0x08, 0x44, 0x36, 0x88, 0x5c, 0x1a, 0xd7,
+ 0x36, 0x41, 0xb7, 0x00, 0x58, 0x38, 0xed, 0x0d, 0xdd, 0x69, 0x5f, 0x61, 0xe7, 0xe2, 0x61, 0xe2,
+ 0x0c, 0x78, 0x2a, 0xd0, 0x92, 0xc2, 0x5a, 0xe1, 0xaa, 0xcd, 0xec, 0x19, 0x55, 0xb8, 0x86, 0x65,
+ 0x6b, 0x91, 0x2b, 0x24, 0x4f, 0x24, 0x3c, 0x34, 0x37, 0xb8, 0xb8, 0xce, 0x11, 0x0c, 0x56, 0x8f,
+ 0x57, 0xd9, 0x42, 0x26, 0x92, 0xc4, 0xcb, 0x22, 0x45, 0x0f, 0x63, 0x79, 0xed, 0x1c, 0x0a, 0x94,
+ 0xe4, 0x16, 0x7a, 0xc0, 0xc3, 0x7d, 0x61, 0x87, 0xc3, 0x60, 0x57, 0x24, 0xb0, 0xa8, 0xce, 0x5a,
+ 0xf3, 0x08, 0x7c, 0x08, 0xb0, 0xe3, 0xd6, 0xd5, 0x57, 0xd9, 0x82, 0x17, 0x7a, 0x99, 0xc7, 0x7d,
+ 0x3b, 0x16, 0x89, 0x17, 0xb9, 0xb0, 0xb0, 0xb6, 0xad, 0x36, 0x41, 0xb7, 0x01, 0x28, 0xc7, 0x44,
+ 0xa1, 0xc1, 0xd8, 0x0c, 0x43, 0x2f, 0x83, 0xf5, 0xb5, 0x6d, 0x2d, 0x52, 0xc1, 0x8e, 0x17, 0x88,
+ 0xc7, 0xa1, 0x97, 0x49, 0x92, 0x89, 0x08, 0xc5, 0x93, 0x82, 0xe4, 0x22, 0x92, 0x24, 0x68, 0x41,
+ 0x52, 0xa1, 0x15, 0x24, 0x97, 0x90, 0x24, 0x15, 0xe4, 0x24, 0x5f, 0x62, 0xf3, 0xdc, 0x01, 0x4f,
+ 0x04, 0xbd, 0x9e, 0x65, 0xf0, 0xcf, 0xe6, 0x10, 0x86, 0x1b, 0xc1, 0x37, 0xd9, 0x72, 0xc0, 0xd3,
+ 0x4c, 0x24, 0xb6, 0xa6, 0x7e, 0x06, 0x4d, 0x11, 0x28, 0xd8, 0x56, 0x4a, 0x68, 0xfe, 0xb8, 0x52,
+ 0x9a, 0x22, 0x77, 0xfa, 0x7d, 0x91, 0xf5, 0x9d, 0x28, 0x11, 0x53, 0xb6, 0xbd, 0xb2, 0x4b, 0xbe,
+ 0xe0, 0xae, 0x48, 0x76, 0x23, 0x9e, 0xb8, 0x76, 0x1e, 0x7a, 0x6e, 0x6b, 0xd0, 0x4d, 0x50, 0x90,
+ 0x54, 0x92, 0xa1, 0xa8, 0x33, 0x7e, 0x18, 0x1d, 0xd6, 0x70, 0x45, 0xc6, 0x3d, 0x3f, 0xa5, 0x68,
+ 0x82, 0xfa, 0x34, 0x7a, 0xec, 0xcc, 0x30, 0xf6, 0x23, 0xee, 0xda, 0x80, 0xa9, 0x94, 0x0f, 0x35,
+ 0x74, 0x19, 0x8b, 0x80, 0x2f, 0x54, 0x40, 0xf3, 0xbf, 0x56, 0xf4, 0xb0, 0x85, 0xc6, 0xf7, 0xb4,
+ 0x4d, 0x77, 0x79, 0x8a, 0xbf, 0xc7, 0x2e, 0xe8, 0xbd, 0x10, 0xa4, 0xaa, 0x72, 0xf1, 0xc7, 0xee,
+ 0x9c, 0xd3, 0x8a, 0xef, 0xa2, 0xb2, 0xca, 0x25, 0xff, 0x65, 0xd6, 0x46, 0xfe, 0x50, 0xa9, 0x30,
+ 0x94, 0xd2, 0xb4, 0xe6, 0x01, 0xb8, 0x86, 0x30, 0xb9, 0x69, 0xd9, 0xf7, 0xa3, 0x5d, 0xee, 0xdb,
+ 0x09, 0x0f, 0x0f, 0xec, 0x38, 0x11, 0x87, 0x5e, 0x34, 0x4c, 0x69, 0x46, 0x1a, 0x58, 0x66, 0xf1,
+ 0xf0, 0x60, 0x9b, 0x4a, 0xc0, 0x5b, 0xd5, 0x6a, 0x84, 0xe2, 0x09, 0xf5, 0xbc, 0x5d, 0x20, 0x3f,
+ 0x14, 0x4f, 0xcc, 0x9f, 0x61, 0x67, 0x46, 0x3b, 0xfd, 0xf8, 0xde, 0xda, 0x33, 0x0e, 0xd5, 0x39,
+ 0x56, 0x1f, 0xee, 0x3b, 0x2a, 0x2e, 0x54, 0xb7, 0x66, 0x87, 0xfb, 0xce, 0xa6, 0x6b, 0xde, 0xd6,
+ 0x03, 0x07, 0x79, 0x5b, 0xa7, 0x12, 0xaf, 0xf9, 0xfd, 0xea, 0x48, 0xe5, 0x0d, 0x2f, 0x74, 0x1f,
+ 0x25, 0x68, 0xd6, 0x1e, 0xdc, 0x99, 0xc6, 0xf0, 0xc8, 0xa8, 0xa4, 0x51, 0x92, 0x5b, 0xa1, 0xf1,
+ 0x51, 0xe9, 0x47, 0x89, 0xb2, 0x46, 0xdf, 0x60, 0x1d, 0xbd, 0x9e, 0xeb, 0xa5, 0x72, 0xab, 0x85,
+ 0xf6, 0x04, 0xf5, 0xef, 0xbc, 0x56, 0xbe, 0x8e, 0xc5, 0x60, 0x5a, 0xde, 0x61, 0x67, 0xd0, 0xfc,
+ 0xda, 0xde, 0x9e, 0x1d, 0x46, 0x99, 0xbd, 0x17, 0x0d, 0x43, 0x0c, 0xca, 0x37, 0xad, 0x25, 0x2c,
+ 0xda, 0xdc, 0x7b, 0x18, 0x65, 0x1b, 0x12, 0x2e, 0xd7, 0x1e, 0xbd, 0xa1, 0x90, 0x07, 0x82, 0x62,
+ 0x08, 0x8b, 0x1a, 0xfc, 0x21, 0x0f, 0x84, 0xf9, 0x0f, 0xaa, 0x7a, 0x8c, 0x6a, 0x4c, 0x04, 0xa7,
+ 0x53, 0xd3, 0x53, 0x8e, 0xe0, 0x31, 0xda, 0x5c, 0x3b, 0x4e, 0x9b, 0x6f, 0x4d, 0x97, 0xf7, 0x0c,
+ 0xf2, 0x72, 0x7d, 0x9a, 0xc8, 0xbf, 0x79, 0x8c, 0xc8, 0x67, 0x55, 0xdd, 0x69, 0x52, 0x9f, 0x24,
+ 0xc6, 0xfa, 0x64, 0x31, 0xfe, 0xc7, 0x0a, 0xbb, 0x58, 0x12, 0xe3, 0x3d, 0x91, 0x3d, 0xb8, 0x23,
+ 0xfb, 0xe0, 0x89, 0x74, 0x44, 0x8f, 0x66, 0x3f, 0xa3, 0xe2, 0x5f, 0x61, 0x73, 0x09, 0xac, 0x17,
+ 0x69, 0xc6, 0x13, 0x25, 0x2a, 0x06, 0x20, 0x38, 0xe4, 0x93, 0xfb, 0x4e, 0x44, 0x10, 0xa4, 0x13,
+ 0xb3, 0x56, 0x13, 0x00, 0x77, 0xc3, 0x71, 0xa5, 0x93, 0x1b, 0x48, 0xf2, 0xc9, 0x68, 0xf2, 0x96,
+ 0xba, 0xcf, 0x33, 0xae, 0x82, 0x9a, 0x5d, 0xf2, 0x30, 0xa5, 0x6f, 0x53, 0xbf, 0x5a, 0xbb, 0x56,
+ 0xb7, 0xf2, 0x6f, 0xf3, 0x9f, 0x55, 0xd9, 0x4b, 0x53, 0xfb, 0xfb, 0xc5, 0xda, 0xb6, 0x3b, 0xac,
+ 0x21, 0xb0, 0x1d, 0x38, 0xd1, 0x98, 0x5b, 0xb9, 0xd6, 0x3b, 0x91, 0x93, 0x1e, 0xd4, 0xb7, 0x54,
+ 0xc5, 0xee, 0x2f, 0x55, 0xd8, 0x2c, 0x80, 0x4a, 0xc1, 0xfa, 0x61, 0x2a, 0x92, 0x91, 0x60, 0xfd,
+ 0xe3, 0x54, 0x24, 0x72, 0x00, 0x34, 0xb3, 0x47, 0xdc, 0xb1, 0xc2, 0xe4, 0x7d, 0xe6, 0x55, 0xa4,
+ 0x30, 0x65, 0xb3, 0xba, 0x29, 0xfb, 0x9d, 0x8a, 0x7e, 0x9a, 0xbb, 0x1a, 0xc7, 0x5b, 0xe8, 0xf1,
+ 0x60, 0xc4, 0x03, 0x82, 0xe3, 0x3f, 0xcd, 0x16, 0x94, 0x6b, 0x54, 0x0a, 0xd3, 0xdc, 0xec, 0x1d,
+ 0x5f, 0xb1, 0x37, 0x09, 0x68, 0xb5, 0x03, 0x1d, 0xd4, 0x0d, 0xd8, 0xd9, 0x89, 0x8d, 0x4e, 0x31,
+ 0x83, 0x1d, 0xd6, 0xd8, 0x8b, 0x12, 0x21, 0x9d, 0x79, 0x14, 0x89, 0xfa, 0x94, 0x9b, 0x27, 0xf0,
+ 0xfd, 0xb3, 0x27, 0x91, 0xfd, 0x44, 0x88, 0x83, 0x94, 0x04, 0x33, 0x2f, 0xa1, 0x3b, 0x4f, 0xa2,
+ 0x8f, 0x25, 0xcc, 0xfc, 0x61, 0x95, 0x75, 0x0b, 0xae, 0x37, 0x53, 0x70, 0xfe, 0x84, 0xbb, 0xea,
+ 0x80, 0x12, 0xc8, 0xa5, 0x76, 0xd7, 0x4b, 0xd1, 0x4b, 0x14, 0xae, 0xcd, 0x11, 0x4c, 0xf1, 0xc8,
+ 0xe5, 0x5d, 0x6f, 0x14, 0xff, 0x3a, 0x3b, 0x2b, 0xf1, 0x9d, 0x28, 0x08, 0xa4, 0x63, 0x72, 0x64,
+ 0xef, 0xf2, 0x30, 0x24, 0x7f, 0xb5, 0x69, 0x19, 0xbb, 0x5e, 0xba, 0xa6, 0x8a, 0xee, 0x40, 0x89,
+ 0xf1, 0x36, 0x33, 0xa0, 0x85, 0xc8, 0x39, 0xd0, 0x1a, 0xc0, 0xa5, 0x72, 0x49, 0x36, 0x00, 0x05,
+ 0x8a, 0xfe, 0x1f, 0x60, 0xef, 0x4c, 0xe0, 0xc7, 0xe6, 0xbe, 0x1f, 0x3d, 0x11, 0xae, 0x9d, 0x45,
+ 0xb6, 0x17, 0x1e, 0x7a, 0x99, 0xb0, 0xf7, 0x12, 0x4f, 0x84, 0x6e, 0x4a, 0xd6, 0xf9, 0xf5, 0x31,
+ 0x4e, 0x57, 0xb1, 0xc6, 0x4e, 0xb4, 0x09, 0xf8, 0x1b, 0x88, 0x6e, 0xfe, 0xcb, 0xd2, 0xe8, 0xd3,
+ 0x24, 0x14, 0x2e, 0x45, 0xd0, 0x33, 0x9e, 0xa5, 0xc6, 0x23, 0xa9, 0xac, 0x3c, 0x83, 0x00, 0x78,
+ 0x2a, 0x27, 0x3b, 0x0e, 0xfe, 0x5b, 0xbd, 0xe3, 0xeb, 0xf5, 0xe0, 0xdf, 0x9d, 0xa8, 0x2f, 0x42,
+ 0x57, 0x6a, 0x76, 0xfe, 0xd1, 0xdd, 0x65, 0x73, 0x5a, 0x99, 0x54, 0x74, 0x0a, 0xde, 0x49, 0x24,
+ 0xb5, 0xfd, 0x73, 0x72, 0x4a, 0x18, 0x41, 0xe2, 0x99, 0xcd, 0xf7, 0xf7, 0x13, 0xb1, 0x2f, 0xd7,
+ 0x23, 0x6d, 0xdd, 0x83, 0x08, 0x12, 0xcf, 0x56, 0x55, 0x19, 0xb9, 0x40, 0x3f, 0x5b, 0x65, 0x8b,
+ 0xda, 0x51, 0x40, 0xc6, 0xb3, 0x15, 0xe3, 0x5b, 0x0c, 0xd8, 0xb0, 0x71, 0x42, 0x50, 0x37, 0x2e,
+ 0xf5, 0x46, 0xd0, 0x80, 0xef, 0x75, 0x40, 0xb1, 0x58, 0x9a, 0xff, 0xee, 0xfe, 0x66, 0x85, 0xb1,
+ 0xa2, 0xe8, 0x64, 0xae, 0x2f, 0xb2, 0xa6, 0xef, 0xdb, 0x87, 0xdc, 0x1f, 0x62, 0x34, 0xb2, 0x66,
+ 0x35, 0x7c, 0xff, 0x23, 0xf9, 0x69, 0xbc, 0xc8, 0x60, 0x23, 0x63, 0x47, 0x7b, 0xb6, 0xcb, 0x8f,
+ 0x68, 0x83, 0xd6, 0x92, 0xa0, 0x47, 0x7b, 0xeb, 0xfc, 0x48, 0x6e, 0xef, 0x1c, 0xe1, 0xfb, 0xea,
+ 0x04, 0xbc, 0x6d, 0xd5, 0xe5, 0xe7, 0xa6, 0x2b, 0x69, 0xba, 0x22, 0x8e, 0x32, 0x35, 0x89, 0xdb,
+ 0x72, 0x76, 0xc7, 0x51, 0x86, 0x8e, 0x0a, 0x4d, 0x97, 0xba, 0x7e, 0x10, 0xf3, 0xdb, 0x15, 0xfd,
+ 0x24, 0x66, 0x6b, 0x4b, 0x7a, 0x2a, 0x16, 0xcf, 0x04, 0x28, 0xd4, 0x76, 0xe4, 0x7b, 0xce, 0xd1,
+ 0xa3, 0x10, 0x0b, 0xa7, 0xcd, 0xb8, 0xb7, 0x99, 0x21, 0x42, 0xbe, 0xeb, 0x0b, 0x3b, 0xe1, 0x6a,
+ 0x03, 0x95, 0x92, 0x82, 0x2f, 0x61, 0x89, 0xa4, 0x08, 0xea, 0x06, 0xbe, 0x6a, 0x2a, 0x9c, 0x28,
+ 0x74, 0x53, 0xe9, 0xd5, 0xe7, 0x27, 0x76, 0x38, 0x15, 0x97, 0xa9, 0x68, 0x5b, 0x24, 0x74, 0x6c,
+ 0x67, 0xbc, 0xcf, 0x2e, 0x07, 0x9e, 0xef, 0x7b, 0x7a, 0x25, 0x58, 0x2e, 0x86, 0x71, 0x7e, 0xb0,
+ 0x3a, 0x6b, 0x5d, 0xd4, 0x71, 0xb6, 0x45, 0x22, 0x2d, 0xc4, 0x63, 0x40, 0x30, 0xff, 0x45, 0x95,
+ 0x75, 0x4a, 0x3d, 0x24, 0x2f, 0x22, 0xda, 0xdd, 0x3d, 0x9a, 0xd6, 0xa5, 0x2b, 0x6c, 0x2e, 0xe0,
+ 0x4f, 0xed, 0x40, 0xc8, 0x6d, 0x4f, 0xaa, 0x6c, 0x6b, 0xc0, 0x9f, 0x6e, 0x21, 0x44, 0xee, 0x4e,
+ 0x7d, 0x49, 0x40, 0x77, 0x93, 0x5a, 0x00, 0x81, 0x35, 0xfa, 0x0a, 0x9b, 0xc3, 0x62, 0xdc, 0xe7,
+ 0x21, 0x8f, 0x58, 0x03, 0x23, 0x94, 0xda, 0x08, 0xce, 0x96, 0x46, 0x70, 0x5a, 0xcc, 0xbe, 0x3e,
+ 0x35, 0x66, 0xdf, 0x65, 0xcd, 0x40, 0x64, 0x1c, 0x0e, 0x2d, 0x1b, 0x60, 0xd1, 0xf3, 0x6f, 0x39,
+ 0x34, 0xb1, 0x48, 0xd2, 0x28, 0xe4, 0xe0, 0x27, 0xd8, 0xb0, 0x5b, 0xa3, 0x0d, 0xe5, 0x12, 0x95,
+ 0x48, 0x4f, 0x01, 0xce, 0xde, 0xca, 0x71, 0xfe, 0xd6, 0x09, 0x71, 0xfe, 0x3f, 0xc4, 0xae, 0x4e,
+ 0x93, 0x6a, 0xbe, 0xd2, 0x4e, 0x91, 0xee, 0x2b, 0x94, 0x9e, 0x23, 0x57, 0x37, 0x90, 0x89, 0x8a,
+ 0x62, 0xd1, 0xf2, 0x86, 0x43, 0xa3, 0x2d, 0xd3, 0xb5, 0x31, 0x1f, 0xf9, 0xa9, 0x7e, 0x90, 0xb7,
+ 0xb5, 0xd5, 0xff, 0x30, 0xf2, 0xc2, 0x63, 0x47, 0xf4, 0x74, 0x6d, 0xbe, 0xc4, 0xe6, 0x75, 0x79,
+ 0x51, 0xb8, 0x6b, 0x4e, 0x93, 0x94, 0xf9, 0xdb, 0x35, 0xdd, 0x20, 0xea, 0x4d, 0x3f, 0x9f, 0x6e,
+ 0x7f, 0x9d, 0x75, 0x9c, 0x01, 0xcf, 0xec, 0x24, 0x8a, 0x02, 0xe9, 0x7e, 0x88, 0xa4, 0xc8, 0x27,
+ 0x21, 0x7f, 0x54, 0x96, 0x5b, 0x51, 0x14, 0xdc, 0x95, 0xa5, 0x79, 0xab, 0x23, 0x3a, 0x3b, 0x73,
+ 0x82, 0xce, 0xce, 0x9e, 0xa0, 0xb3, 0xf5, 0x31, 0x9d, 0xd5, 0xf9, 0x47, 0x45, 0x6a, 0x94, 0xf8,
+ 0x47, 0x25, 0xd2, 0xd5, 0xb1, 0x39, 0xa2, 0x8e, 0x1f, 0xb0, 0x86, 0x62, 0xaf, 0x05, 0xc6, 0xf5,
+ 0xb5, 0xde, 0xf1, 0xa2, 0xec, 0x21, 0xef, 0x96, 0xaa, 0xd6, 0xdd, 0x65, 0x75, 0x04, 0x9d, 0x10,
+ 0x69, 0x2c, 0x8d, 0x62, 0x75, 0x6c, 0x14, 0x4b, 0x5c, 0xd6, 0xca, 0x5c, 0x9a, 0x1f, 0xb1, 0x0b,
+ 0x25, 0xae, 0x1e, 0x08, 0x7e, 0x28, 0x9e, 0x5d, 0xb9, 0xcc, 0x3f, 0xa8, 0x9f, 0x96, 0x97, 0xe8,
+ 0x7e, 0x09, 0x13, 0xe6, 0x17, 0x6a, 0xfa, 0x56, 0x60, 0x6b, 0x0b, 0x1c, 0x52, 0x59, 0x0d, 0x22,
+ 0x7a, 0x53, 0xda, 0x5d, 0x61, 0xe7, 0xc2, 0x61, 0x00, 0x4d, 0x7a, 0x90, 0x3b, 0x46, 0xab, 0x38,
+ 0x29, 0xe2, 0x99, 0x70, 0x18, 0x3c, 0xc0, 0xb2, 0x7c, 0x81, 0x9f, 0xbe, 0x36, 0x4d, 0xb3, 0x6c,
+ 0xb3, 0x53, 0x2d, 0xdb, 0x37, 0x59, 0x63, 0xcf, 0xf3, 0x33, 0xa9, 0x2e, 0xf5, 0xb1, 0x63, 0xbf,
+ 0x91, 0x2e, 0xf4, 0x36, 0x00, 0xd3, 0x52, 0x35, 0xca, 0xc6, 0xac, 0x71, 0xbc, 0x31, 0xeb, 0xa6,
+ 0xac, 0x8e, 0xf5, 0x8d, 0x25, 0x56, 0x3b, 0x10, 0x47, 0x94, 0xec, 0x20, 0x7f, 0x4a, 0x37, 0xba,
+ 0x58, 0xa4, 0x5b, 0x16, 0x7e, 0x18, 0x57, 0xd9, 0x9c, 0x13, 0x05, 0x31, 0x4f, 0x3c, 0x38, 0xec,
+ 0x46, 0x81, 0xe8, 0x20, 0x39, 0x9f, 0x90, 0x17, 0x9c, 0x6f, 0x34, 0x1f, 0x11, 0x04, 0x81, 0xff,
+ 0x5f, 0xac, 0xe9, 0xbb, 0x95, 0x91, 0xfe, 0x9c, 0xa4, 0x12, 0xc7, 0x0d, 0xb6, 0xdc, 0x8c, 0xd0,
+ 0x98, 0x51, 0x94, 0xfa, 0x5a, 0xef, 0xc4, 0x86, 0x7a, 0xa8, 0x89, 0xaa, 0x62, 0xf7, 0x77, 0x2b,
+ 0x6c, 0x16, 0xf5, 0xea, 0x98, 0x99, 0xf6, 0x85, 0xaf, 0x93, 0xfa, 0x3c, 0x9d, 0x1d, 0xb1, 0x26,
+ 0x57, 0xd8, 0x9c, 0xd4, 0x4e, 0xd5, 0x38, 0x19, 0xac, 0x70, 0x18, 0xa8, 0xc6, 0xbb, 0xac, 0xe9,
+ 0x7a, 0x98, 0x13, 0x08, 0x1a, 0x50, 0xb5, 0xf2, 0x6f, 0xe3, 0x3c, 0xab, 0x3f, 0x11, 0xde, 0xfe,
+ 0x20, 0x03, 0x23, 0x55, 0xb3, 0xe8, 0xcb, 0xfc, 0x9f, 0x95, 0x91, 0x79, 0xd2, 0x27, 0x59, 0x1d,
+ 0xb7, 0xe7, 0x38, 0xdd, 0xfc, 0x7c, 0x8d, 0x2d, 0xe6, 0x58, 0xc8, 0x34, 0xc5, 0x8c, 0xda, 0x84,
+ 0x46, 0x96, 0xed, 0x0b, 0x37, 0xe4, 0xc7, 0x78, 0x0c, 0xe6, 0x1f, 0x1e, 0xd1, 0x49, 0xbd, 0xfb,
+ 0x5f, 0x82, 0x99, 0xfa, 0xc9, 0x29, 0x56, 0xea, 0x99, 0xa5, 0x6f, 0xfe, 0xb9, 0x99, 0x11, 0x97,
+ 0xe1, 0x39, 0x8d, 0xea, 0x88, 0x16, 0xd6, 0xc6, 0xb4, 0xf0, 0xff, 0x82, 0x75, 0xf9, 0x1b, 0xa3,
+ 0xeb, 0xf2, 0x8b, 0xbd, 0xc9, 0xa2, 0x1a, 0x5d, 0x8f, 0xe1, 0x00, 0x02, 0x98, 0x93, 0x46, 0x3e,
+ 0x3f, 0xb3, 0x47, 0x86, 0xd7, 0x00, 0x64, 0x7c, 0x9b, 0x5d, 0xa2, 0x33, 0xcb, 0x41, 0x34, 0xf4,
+ 0x61, 0x8b, 0x2a, 0xe2, 0x8c, 0x62, 0xc0, 0x78, 0x78, 0xdf, 0xb4, 0x3a, 0x78, 0x80, 0x09, 0x18,
+ 0xab, 0x80, 0x80, 0xf1, 0xe0, 0x2f, 0x67, 0xc5, 0xff, 0xf5, 0x52, 0x3c, 0x1c, 0xb4, 0x3e, 0xc4,
+ 0xe1, 0x5d, 0x1b, 0xf0, 0x6c, 0x2b, 0xdd, 0x7f, 0x7e, 0x13, 0x3f, 0xe3, 0xc9, 0x3e, 0xa5, 0xa5,
+ 0x15, 0x13, 0x7f, 0x07, 0x80, 0xc6, 0xcb, 0xac, 0x8d, 0xc2, 0x54, 0x9b, 0x22, 0x0c, 0xd0, 0xa0,
+ 0x84, 0x55, 0x1a, 0xe3, 0x5f, 0x1c, 0x35, 0x50, 0x5f, 0x0c, 0x9f, 0x72, 0x23, 0x3f, 0x66, 0xa0,
+ 0xfa, 0x00, 0x3c, 0x1d, 0x9f, 0x7f, 0xbc, 0xa2, 0xc7, 0x51, 0x34, 0x4b, 0x82, 0xea, 0xf8, 0x4c,
+ 0x8c, 0xbe, 0xc5, 0x8c, 0x1c, 0x2b, 0x14, 0x4f, 0x48, 0xeb, 0x91, 0xd7, 0x45, 0xc2, 0x7c, 0x28,
+ 0x9e, 0x40, 0x4b, 0xe6, 0x1f, 0xd1, 0x53, 0xd4, 0x47, 0xf9, 0xf8, 0x12, 0x4c, 0xda, 0x0f, 0x4a,
+ 0x39, 0xc8, 0x1a, 0x03, 0x0f, 0xbc, 0xf0, 0x40, 0xb8, 0xcf, 0x6f, 0xc8, 0x00, 0x6b, 0x65, 0x64,
+ 0xc8, 0x00, 0x6d, 0xc5, 0xfc, 0x8d, 0xea, 0x88, 0xf3, 0xa9, 0x98, 0xb8, 0xc7, 0x03, 0x41, 0x67,
+ 0xdb, 0xcf, 0xc4, 0xc8, 0x2d, 0x76, 0x71, 0x34, 0x7f, 0x09, 0x8f, 0xd4, 0xa5, 0xfb, 0x85, 0x01,
+ 0x8c, 0xf3, 0xe5, 0xf4, 0x25, 0x6c, 0x75, 0x33, 0x36, 0xae, 0xb1, 0x25, 0x1d, 0x5f, 0x4b, 0x62,
+ 0x82, 0xec, 0x22, 0xc4, 0x83, 0x54, 0xa6, 0xaf, 0xb2, 0xb3, 0x3a, 0x66, 0x6e, 0x0d, 0x30, 0x5e,
+ 0xb9, 0x5c, 0x60, 0x53, 0x26, 0x84, 0x71, 0x93, 0x12, 0x94, 0x0a, 0x56, 0xea, 0x13, 0x3d, 0xc1,
+ 0xf9, 0x7d, 0x8d, 0xa1, 0x71, 0x61, 0x8d, 0x48, 0xaa, 0x3f, 0x35, 0xaf, 0xf5, 0xff, 0x41, 0x61,
+ 0xfd, 0x6a, 0x45, 0xbf, 0x6a, 0xb1, 0xb5, 0x05, 0xc9, 0x89, 0x72, 0x23, 0x27, 0xdc, 0xe7, 0xb0,
+ 0x21, 0x1f, 0x0b, 0x84, 0xd7, 0xc6, 0x03, 0xe1, 0xa3, 0xc6, 0x7f, 0x66, 0x7c, 0xd3, 0xfe, 0xa3,
+ 0x51, 0x63, 0x24, 0x2b, 0x3e, 0x10, 0x7b, 0xd9, 0xff, 0x39, 0x2c, 0xfe, 0x70, 0x94, 0x45, 0x8c,
+ 0xc3, 0xee, 0x44, 0xcf, 0x81, 0xc5, 0x1b, 0xec, 0x5c, 0x89, 0x45, 0x8a, 0x09, 0xab, 0x33, 0x4b,
+ 0x43, 0x63, 0x15, 0x5b, 0x75, 0xcd, 0xbf, 0x3e, 0x6a, 0xb5, 0x94, 0x27, 0x86, 0x29, 0xb9, 0xcf,
+ 0xc6, 0xcf, 0x1b, 0x6c, 0xc9, 0xf1, 0xb9, 0x97, 0x7b, 0x4d, 0x03, 0x52, 0xfb, 0xa6, 0xb5, 0x08,
+ 0xf0, 0xad, 0x1c, 0x6c, 0xbc, 0xce, 0x10, 0x84, 0x36, 0x1e, 0x30, 0x31, 0x82, 0xbd, 0x00, 0xe0,
+ 0x3c, 0x69, 0xdc, 0xfc, 0x1b, 0x15, 0xfd, 0xc8, 0x70, 0x8c, 0xe1, 0xe7, 0x63, 0xe8, 0xb7, 0x94,
+ 0xbb, 0x93, 0x02, 0x51, 0x60, 0x7a, 0x61, 0x65, 0xa9, 0x77, 0x57, 0x19, 0x09, 0x6c, 0xec, 0x76,
+ 0xe7, 0xc0, 0x1e, 0x01, 0x6d, 0x86, 0x87, 0xdc, 0xf7, 0x5c, 0x72, 0x8d, 0x10, 0x66, 0xfe, 0xa5,
+ 0x8a, 0xee, 0x93, 0xaa, 0x01, 0x97, 0xf3, 0xfd, 0x39, 0x5d, 0xd7, 0x78, 0x95, 0x2d, 0xa8, 0x4b,
+ 0x5c, 0xa5, 0x04, 0xae, 0x36, 0x41, 0x31, 0x87, 0x0b, 0xce, 0xf2, 0xe0, 0x4a, 0x1c, 0x1c, 0xdf,
+ 0x90, 0x76, 0x32, 0x04, 0x6d, 0xfb, 0xfc, 0xc8, 0xfc, 0xe5, 0x2a, 0x3b, 0xab, 0xdd, 0x08, 0x1a,
+ 0x70, 0x62, 0x56, 0x9a, 0xa3, 0x9c, 0x05, 0xa5, 0x54, 0xc8, 0xe9, 0x02, 0xb1, 0x41, 0x0a, 0x55,
+ 0xea, 0x90, 0x33, 0xe0, 0x19, 0x71, 0xab, 0x3a, 0x24, 0x69, 0x96, 0x56, 0xb3, 0x98, 0x67, 0x09,
+ 0x6d, 0xac, 0x8b, 0xd5, 0x6c, 0x1b, 0x80, 0x94, 0xac, 0x92, 0x41, 0x88, 0x4c, 0xdb, 0x5c, 0xcf,
+ 0x2b, 0x20, 0xf8, 0xcd, 0x5f, 0x65, 0x67, 0x73, 0x62, 0x78, 0xf8, 0x81, 0xed, 0x92, 0xfd, 0x23,
+ 0x8a, 0x78, 0xce, 0x01, 0xad, 0x5f, 0x62, 0x2d, 0x88, 0xbc, 0x69, 0x27, 0xaa, 0x4d, 0x09, 0x00,
+ 0xf7, 0x51, 0x4b, 0xdc, 0x6d, 0xe8, 0x89, 0xbb, 0xe6, 0x2f, 0xcd, 0xeb, 0xfe, 0x58, 0x91, 0xdb,
+ 0x87, 0x67, 0x23, 0xf7, 0xf0, 0x48, 0x21, 0xb5, 0xfd, 0x68, 0x9f, 0x2e, 0xbd, 0x95, 0xa3, 0x5e,
+ 0x23, 0x15, 0xf0, 0x50, 0xc4, 0x7e, 0x20, 0xb1, 0xf1, 0x74, 0x21, 0x85, 0xdf, 0x05, 0xa1, 0x43,
+ 0x39, 0x74, 0x20, 0xbc, 0xd3, 0x10, 0xfa, 0x48, 0x82, 0x89, 0xd0, 0x47, 0xb2, 0x66, 0xf7, 0xb7,
+ 0xaa, 0x74, 0xba, 0x82, 0x8d, 0xc0, 0x5c, 0x24, 0x15, 0xe1, 0x59, 0x26, 0x82, 0x38, 0x4b, 0xe9,
+ 0x3c, 0x58, 0x5d, 0x43, 0x5a, 0x25, 0xb0, 0xf1, 0x56, 0x7e, 0x65, 0xc9, 0x4e, 0x87, 0x90, 0x32,
+ 0x23, 0xd4, 0x9e, 0x5f, 0xd1, 0xe8, 0x2b, 0xb8, 0x4e, 0x77, 0x8f, 0x7b, 0xfe, 0x30, 0x11, 0x6a,
+ 0x73, 0xa4, 0xe8, 0x6e, 0x10, 0xd8, 0xf8, 0x2a, 0x3b, 0x53, 0xe4, 0x4d, 0xa6, 0xb6, 0x9b, 0x44,
+ 0x71, 0x2c, 0xd4, 0x99, 0xb1, 0x76, 0x55, 0x28, 0x5d, 0xc7, 0x12, 0x69, 0x14, 0xd4, 0x71, 0x40,
+ 0x32, 0x0c, 0x43, 0xa9, 0xd7, 0x18, 0x45, 0x5a, 0x20, 0xb0, 0x85, 0x50, 0xe3, 0x06, 0x3b, 0x1b,
+ 0xa4, 0xc2, 0xb1, 0xb3, 0x08, 0xe4, 0x9f, 0x0d, 0xbc, 0x14, 0x12, 0x40, 0x31, 0x9a, 0x7e, 0x46,
+ 0x96, 0xed, 0x94, 0x8b, 0xa4, 0x9e, 0xe2, 0x11, 0xda, 0x2e, 0x77, 0x6d, 0x27, 0x48, 0xf3, 0xfb,
+ 0x46, 0x12, 0x78, 0x87, 0xbb, 0x6b, 0x41, 0xda, 0xfd, 0x8d, 0x0a, 0x6b, 0xa1, 0x0c, 0x1f, 0xaf,
+ 0x6f, 0x4b, 0xbd, 0x89, 0x0f, 0x32, 0xba, 0xa3, 0x89, 0x19, 0xdf, 0x4d, 0x09, 0x80, 0x2b, 0x9a,
+ 0xe5, 0x1b, 0x9c, 0x55, 0xcc, 0x07, 0x2f, 0x6e, 0x70, 0xaa, 0xba, 0x70, 0xfd, 0xb3, 0x56, 0xd4,
+ 0x85, 0xdb, 0x9f, 0xaf, 0xb2, 0x05, 0x28, 0xa4, 0xdc, 0x35, 0xa1, 0xee, 0x3b, 0xb6, 0x25, 0x74,
+ 0x5b, 0x01, 0x47, 0xee, 0x90, 0xce, 0x6a, 0x4d, 0x48, 0x2a, 0xdd, 0xff, 0x52, 0x57, 0x03, 0x0e,
+ 0xca, 0x00, 0x16, 0x55, 0x93, 0xf6, 0xd0, 0xa5, 0x1b, 0x2b, 0xd6, 0x82, 0x06, 0x7e, 0xec, 0xc6,
+ 0xa3, 0x88, 0x99, 0xa3, 0x6e, 0x0e, 0xe8, 0x88, 0x3b, 0x4e, 0x6c, 0xac, 0xb2, 0x16, 0xea, 0xa6,
+ 0xa4, 0x55, 0x03, 0xcd, 0x7c, 0xe5, 0x44, 0xcd, 0x7c, 0xbc, 0xbe, 0x6d, 0x35, 0xa1, 0x9a, 0x6c,
+ 0x4b, 0x75, 0x95, 0xef, 0xf2, 0xd0, 0x8d, 0xc2, 0x72, 0x57, 0x57, 0x15, 0x50, 0x5d, 0x9a, 0xb3,
+ 0x13, 0xf1, 0x89, 0xec, 0xad, 0xf0, 0x0e, 0x29, 0x11, 0x6f, 0x06, 0xb5, 0xca, 0x12, 0x9f, 0x58,
+ 0x04, 0x96, 0x46, 0x8d, 0x44, 0x0b, 0xa2, 0xaf, 0x03, 0x16, 0x43, 0xe1, 0xa6, 0x24, 0xfb, 0x20,
+ 0xdd, 0xd7, 0xee, 0xd6, 0xce, 0x58, 0x4d, 0x09, 0x50, 0x57, 0x6b, 0xf3, 0x42, 0x50, 0x60, 0x81,
+ 0x77, 0x25, 0x67, 0xac, 0x05, 0x85, 0xb3, 0x01, 0xd0, 0x9c, 0x0c, 0x48, 0xbf, 0x55, 0x90, 0x51,
+ 0x43, 0x28, 0x77, 0x98, 0xfb, 0x09, 0x0f, 0xa8, 0x21, 0x86, 0xfd, 0xca, 0xa1, 0xd0, 0x5a, 0x09,
+ 0x0d, 0x08, 0xcd, 0x8d, 0xa0, 0x01, 0x35, 0x93, 0xb5, 0xa5, 0x56, 0x16, 0x1a, 0x33, 0x8f, 0xf9,
+ 0x6b, 0xbb, 0xdc, 0xdd, 0x56, 0x4a, 0xf3, 0x35, 0x76, 0x7e, 0x18, 0x1e, 0x84, 0xd1, 0x93, 0x10,
+ 0x92, 0x91, 0x35, 0xe4, 0x36, 0x20, 0x9f, 0xa1, 0x52, 0x39, 0x2a, 0x79, 0x25, 0xd9, 0x5b, 0x4f,
+ 0x2a, 0x93, 0x86, 0xbe, 0x40, 0xbd, 0x05, 0x78, 0x8e, 0x69, 0xb2, 0xb6, 0x3b, 0x8c, 0x35, 0xb4,
+ 0x45, 0x64, 0xc1, 0x1d, 0xc6, 0x39, 0xce, 0x6d, 0x76, 0x11, 0x25, 0x96, 0xdf, 0x20, 0x76, 0x06,
+ 0xdc, 0xf7, 0x05, 0xec, 0xf7, 0x97, 0x00, 0xff, 0x02, 0x22, 0x90, 0x6a, 0xac, 0xe5, 0xc5, 0xd2,
+ 0x55, 0x09, 0x3c, 0x27, 0x89, 0x6c, 0x39, 0x6d, 0xf9, 0xe1, 0xbe, 0xed, 0xf3, 0x4c, 0x84, 0xce,
+ 0x11, 0xa4, 0xea, 0xb5, 0x2d, 0x03, 0x0a, 0xfb, 0xc2, 0x59, 0x3d, 0xdc, 0x7f, 0x80, 0x25, 0xe5,
+ 0x2a, 0x81, 0x17, 0xe6, 0x55, 0x8c, 0x72, 0x95, 0x2d, 0x2f, 0x9c, 0x5c, 0x85, 0x3f, 0xcd, 0xab,
+ 0x9c, 0x19, 0xa9, 0xc2, 0x9f, 0xaa, 0x2a, 0x6f, 0xb3, 0x33, 0x81, 0x08, 0xec, 0x38, 0x8a, 0x7c,
+ 0x3b, 0x48, 0xf7, 0x6d, 0x2f, 0x94, 0xae, 0x14, 0xe4, 0xa9, 0x43, 0xf2, 0x6c, 0xb0, 0x1d, 0x45,
+ 0xbe, 0xf4, 0x93, 0xc3, 0xc7, 0xa9, 0x30, 0xff, 0x4c, 0x29, 0x8b, 0x00, 0x9d, 0xe5, 0x74, 0xf5,
+ 0x90, 0x7b, 0x3e, 0xdf, 0xf5, 0x85, 0x31, 0x60, 0xe7, 0xc9, 0xcb, 0x96, 0xcb, 0x57, 0x6a, 0x73,
+ 0x55, 0x42, 0x87, 0xce, 0x2b, 0xbd, 0xe9, 0x95, 0x7b, 0x08, 0xb0, 0x77, 0xa0, 0x66, 0x0e, 0xb6,
+ 0xce, 0xa6, 0xf9, 0xd5, 0x31, 0xad, 0xa5, 0x0f, 0xd8, 0x0b, 0x5a, 0x4b, 0xf6, 0x5e, 0x94, 0xd8,
+ 0x74, 0x57, 0x39, 0x39, 0xf4, 0x1c, 0xa1, 0x2e, 0x8e, 0x5d, 0x2c, 0x2a, 0x6f, 0x44, 0x70, 0x81,
+ 0xbb, 0x4f, 0x08, 0xdd, 0x0f, 0xd9, 0xf9, 0xc9, 0x2d, 0x1a, 0xe7, 0x59, 0x9d, 0xd2, 0xa6, 0xd1,
+ 0x80, 0xd0, 0x97, 0xd1, 0x61, 0x0d, 0x95, 0xe1, 0x87, 0xa7, 0xc0, 0xea, 0xd3, 0xfc, 0x2b, 0x25,
+ 0x87, 0xe7, 0x9e, 0xc8, 0xa4, 0xcb, 0x89, 0x2b, 0xa5, 0xb6, 0xc0, 0x56, 0x4a, 0x37, 0x63, 0xe4,
+ 0xb2, 0x9c, 0x38, 0xe0, 0x71, 0x29, 0x6e, 0x9b, 0x4e, 0xe2, 0x60, 0xad, 0xeb, 0xec, 0x6c, 0xea,
+ 0x0c, 0x44, 0xc0, 0x6d, 0x3f, 0x72, 0x78, 0x71, 0xbb, 0x1c, 0x57, 0x1a, 0x03, 0xcb, 0x1e, 0xc8,
+ 0x22, 0x75, 0x07, 0xed, 0x0d, 0xb6, 0x5c, 0xb8, 0x05, 0x51, 0x82, 0x2e, 0xfb, 0x4c, 0xc9, 0x65,
+ 0xd9, 0x88, 0x12, 0xc9, 0x97, 0xf9, 0x4f, 0x4a, 0x47, 0x7d, 0x3a, 0xb7, 0xb9, 0x37, 0x79, 0x0c,
+ 0xd7, 0x79, 0x48, 0xa0, 0x3a, 0x16, 0x9f, 0x2f, 0x75, 0xa9, 0x36, 0xd2, 0x25, 0x29, 0x55, 0x60,
+ 0x9b, 0xc2, 0x2a, 0xf4, 0x65, 0x7c, 0x93, 0xcd, 0x62, 0x85, 0x59, 0x50, 0x91, 0x57, 0x7b, 0xc7,
+ 0xb3, 0x86, 0x66, 0xd6, 0xc2, 0x3a, 0x06, 0x67, 0x06, 0x77, 0x06, 0x9e, 0x38, 0x14, 0x90, 0x9d,
+ 0xbc, 0xeb, 0x47, 0xce, 0x81, 0x3a, 0x55, 0x59, 0x39, 0x89, 0xd2, 0xaa, 0x56, 0xf3, 0x0e, 0xd4,
+ 0xb4, 0x96, 0x35, 0x6a, 0x08, 0xea, 0xbe, 0xcf, 0x66, 0xf3, 0x91, 0x84, 0x34, 0x8a, 0xdc, 0xc5,
+ 0xae, 0xcb, 0x4f, 0xbc, 0xb5, 0x03, 0x05, 0xc5, 0x71, 0x4a, 0xdb, 0x82, 0x95, 0x03, 0xb2, 0x1e,
+ 0xba, 0xff, 0x1f, 0x33, 0xc6, 0x5b, 0x92, 0xa6, 0x51, 0xe7, 0x3c, 0x27, 0xda, 0xd6, 0xa0, 0x78,
+ 0x12, 0x31, 0x0c, 0x65, 0x0d, 0x48, 0x02, 0x86, 0xcc, 0xf3, 0x86, 0xc5, 0x10, 0xb4, 0xe3, 0x05,
+ 0xc2, 0xfc, 0xef, 0x55, 0xfd, 0xc0, 0xba, 0x9f, 0x45, 0x89, 0xf8, 0x52, 0x86, 0xf3, 0x13, 0x76,
+ 0x01, 0x17, 0x47, 0x32, 0x89, 0xb0, 0x0d, 0xe0, 0x72, 0x35, 0xa4, 0xb3, 0x99, 0x5b, 0xbd, 0x93,
+ 0xd8, 0xa2, 0x15, 0x13, 0xd7, 0x1b, 0xfb, 0xa3, 0x9c, 0x80, 0x05, 0x69, 0x2f, 0x29, 0xc2, 0x0b,
+ 0x30, 0xaa, 0xb8, 0xac, 0x11, 0x0d, 0x33, 0xcc, 0x21, 0xc9, 0xd4, 0xcd, 0xaf, 0x05, 0x28, 0x78,
+ 0x34, 0xcc, 0x1e, 0xed, 0xad, 0xf3, 0x4c, 0x74, 0x77, 0xd9, 0x85, 0x29, 0xc4, 0xa7, 0x0f, 0x63,
+ 0x8f, 0x9d, 0x81, 0x84, 0xaa, 0x4c, 0xb8, 0xf6, 0xd8, 0x78, 0x2e, 0xab, 0xa2, 0xbe, 0x1a, 0x57,
+ 0xf3, 0xb7, 0xaa, 0xba, 0x87, 0x5c, 0xee, 0xe2, 0xca, 0x74, 0x91, 0xcb, 0xcd, 0x80, 0xc8, 0xb2,
+ 0x68, 0xec, 0xb2, 0x4b, 0x1b, 0xc1, 0x2a, 0x6c, 0x41, 0x78, 0x42, 0x14, 0x78, 0xb5, 0x02, 0x4f,
+ 0x08, 0x85, 0x57, 0x1a, 0xa5, 0x99, 0x91, 0x51, 0x7a, 0x95, 0x2d, 0x88, 0xa7, 0xb1, 0xef, 0x39,
+ 0x5e, 0x06, 0x0e, 0x43, 0x46, 0xf2, 0x6a, 0x2b, 0xa8, 0xf4, 0x19, 0x32, 0xe3, 0x3d, 0x35, 0x07,
+ 0x71, 0xe6, 0x5c, 0x9d, 0x3a, 0x74, 0x2b, 0xa5, 0xe9, 0xf7, 0xcc, 0x73, 0xc3, 0xfc, 0x5f, 0x25,
+ 0xc3, 0x09, 0xb4, 0x30, 0xbd, 0xc5, 0xfd, 0x5c, 0x4f, 0x59, 0x1c, 0xab, 0xb1, 0x1f, 0xb2, 0x36,
+ 0xe6, 0xd6, 0xb8, 0xb9, 0xb0, 0x46, 0x0d, 0x8e, 0xce, 0x40, 0x8f, 0xfe, 0xb7, 0xb1, 0xc7, 0xf3,
+ 0x54, 0x17, 0xbe, 0xba, 0xf7, 0x58, 0xbb, 0x54, 0xfc, 0xb9, 0x05, 0xf0, 0xbb, 0x15, 0x3d, 0x8b,
+ 0xa7, 0x2c, 0xec, 0xe9, 0x3a, 0x34, 0x3e, 0xac, 0xd5, 0x49, 0xc3, 0xfa, 0x90, 0x2d, 0x14, 0x19,
+ 0x6c, 0x19, 0xa6, 0x4c, 0x8e, 0x1e, 0x9b, 0x96, 0x9b, 0xa4, 0x29, 0xb9, 0x13, 0xd9, 0x00, 0xb7,
+ 0xe6, 0x55, 0xfe, 0x9a, 0xfc, 0xea, 0xde, 0x67, 0x0b, 0xe5, 0xf2, 0xcf, 0xdd, 0xed, 0xcb, 0xba,
+ 0x1b, 0x71, 0x4f, 0x64, 0xf8, 0x03, 0x53, 0xcc, 0x52, 0xf3, 0x11, 0x7b, 0x45, 0xcf, 0xb1, 0x8b,
+ 0xa3, 0x24, 0x7b, 0x74, 0x28, 0x12, 0x9f, 0x1f, 0xad, 0x8b, 0x2c, 0x1a, 0x26, 0xb4, 0xc3, 0x92,
+ 0x9e, 0x3c, 0xed, 0xc1, 0x28, 0x0c, 0x80, 0x17, 0xa2, 0x5b, 0xd6, 0x02, 0x81, 0x31, 0x0e, 0x90,
+ 0x9a, 0xff, 0xb0, 0xa6, 0x07, 0xcb, 0x47, 0xdb, 0xcb, 0xcd, 0xe4, 0xeb, 0x6c, 0x51, 0x5d, 0x8e,
+ 0x28, 0x3f, 0xe7, 0xb2, 0x40, 0xe0, 0x62, 0xb1, 0x1d, 0x7f, 0xf8, 0xa5, 0x39, 0xf9, 0xe1, 0x97,
+ 0x05, 0x56, 0x8d, 0x52, 0x3a, 0xb8, 0xa9, 0x46, 0x78, 0x23, 0x47, 0x9a, 0xf8, 0x50, 0x94, 0x52,
+ 0x71, 0x08, 0x06, 0x7b, 0xf2, 0x4b, 0xac, 0xe5, 0xc5, 0x94, 0x49, 0x40, 0x41, 0x8b, 0xa6, 0x17,
+ 0x63, 0xfa, 0x80, 0x14, 0xac, 0x2c, 0x4c, 0xbc, 0x43, 0x65, 0xfd, 0x5a, 0x56, 0xcb, 0x8b, 0xb7,
+ 0x11, 0x20, 0xbb, 0x80, 0x9b, 0xa6, 0xc2, 0xf5, 0xc2, 0x2d, 0x00, 0xbe, 0x87, 0x53, 0x38, 0x39,
+ 0x5b, 0xac, 0x8d, 0x17, 0x90, 0xd5, 0x4e, 0xb3, 0x3e, 0xa6, 0x1a, 0xd3, 0xe4, 0x04, 0xd7, 0x91,
+ 0x31, 0x5c, 0xaa, 0x76, 0xa4, 0x5d, 0xc1, 0x66, 0x20, 0xbe, 0x93, 0xbf, 0x3d, 0x54, 0x44, 0xa1,
+ 0x3c, 0xd0, 0x06, 0xed, 0xce, 0x2d, 0x0a, 0xa3, 0x25, 0xf2, 0xfb, 0xb6, 0xd7, 0xd8, 0x12, 0xe4,
+ 0x05, 0x12, 0x2b, 0xf9, 0xc3, 0x44, 0xf0, 0xd0, 0x4b, 0x20, 0xa8, 0x8d, 0xbe, 0x70, 0xcc, 0xbf,
+ 0x5f, 0x99, 0xa8, 0x38, 0xab, 0x71, 0x0c, 0xf9, 0x1e, 0x67, 0xd9, 0x6c, 0x20, 0x5c, 0x8f, 0x53,
+ 0xde, 0x2a, 0x7e, 0xe0, 0x65, 0xe0, 0xc8, 0x57, 0xb9, 0x7b, 0xf8, 0x21, 0xa1, 0xd0, 0x03, 0x8a,
+ 0xd0, 0xe1, 0x87, 0x9c, 0x59, 0x51, 0xe8, 0x1f, 0xe1, 0x6b, 0x3c, 0xbe, 0x2f, 0x54, 0xda, 0x7f,
+ 0x5b, 0x42, 0x37, 0x15, 0xd0, 0x78, 0x99, 0x01, 0x00, 0x4f, 0xfb, 0xd4, 0x3e, 0xbd, 0x69, 0xcd,
+ 0x4b, 0xe0, 0x1a, 0xc1, 0xa4, 0xc7, 0xe3, 0x44, 0x81, 0xe7, 0xe0, 0xe1, 0x66, 0xd3, 0xa2, 0x2f,
+ 0xf3, 0xbf, 0xcd, 0x4e, 0xd4, 0x46, 0xea, 0x44, 0xae, 0x8d, 0xdf, 0x64, 0x33, 0x3c, 0x8e, 0xd5,
+ 0x1d, 0xff, 0xd7, 0x7b, 0x27, 0x57, 0xe9, 0xad, 0xc6, 0xb1, 0x05, 0x95, 0x26, 0xe9, 0x41, 0x75,
+ 0x92, 0x1e, 0x74, 0xff, 0xc3, 0x0c, 0xab, 0xad, 0xc6, 0xf1, 0x94, 0x81, 0xeb, 0xb2, 0xa6, 0xc3,
+ 0x33, 0xb1, 0x1f, 0x25, 0x47, 0x34, 0x6c, 0xf9, 0xb7, 0x34, 0xd0, 0xf0, 0x42, 0xd6, 0x51, 0x8c,
+ 0x77, 0xaf, 0x5a, 0x56, 0x83, 0xc7, 0x31, 0xc4, 0xa8, 0xba, 0xac, 0xb9, 0xc7, 0x0f, 0xa3, 0xc4,
+ 0xa3, 0x47, 0x85, 0x9a, 0x56, 0xfe, 0x6d, 0x5c, 0x66, 0xad, 0x51, 0xe1, 0x16, 0x00, 0xe9, 0xef,
+ 0xf0, 0x61, 0x16, 0xa9, 0x2c, 0x48, 0x14, 0x2b, 0x93, 0x20, 0xb4, 0xb7, 0x72, 0xea, 0x61, 0xc7,
+ 0xdc, 0xe8, 0x49, 0xe8, 0x47, 0xdc, 0x15, 0x2e, 0xed, 0x81, 0xb1, 0xc3, 0xeb, 0x39, 0x58, 0x4e,
+ 0x35, 0x44, 0x0d, 0x85, 0x90, 0x68, 0x0d, 0xda, 0x55, 0x4a, 0xd8, 0x43, 0x00, 0x41, 0xda, 0x73,
+ 0x89, 0x1a, 0xe4, 0x7a, 0xd2, 0x5c, 0x5e, 0x2e, 0x11, 0xb4, 0x68, 0x7a, 0xe5, 0x98, 0x31, 0x87,
+ 0xfb, 0x72, 0x78, 0xd0, 0xbb, 0xa0, 0xc0, 0xdb, 0x00, 0x95, 0x88, 0xe1, 0x30, 0xc8, 0xc9, 0x4a,
+ 0x15, 0xc1, 0x9b, 0x65, 0x0b, 0xe1, 0x30, 0x58, 0x2f, 0xa0, 0x72, 0x6a, 0x48, 0x44, 0x22, 0x86,
+ 0x97, 0xcb, 0x5a, 0xe1, 0x30, 0x20, 0x3a, 0x72, 0x00, 0x94, 0x8e, 0x2d, 0xa0, 0x24, 0xd5, 0xb7,
+ 0xb1, 0xc2, 0xce, 0xe5, 0xa3, 0x6b, 0x47, 0x61, 0x71, 0xaf, 0x7f, 0x11, 0x10, 0xcf, 0xe4, 0x85,
+ 0x8f, 0x42, 0x75, 0xaf, 0xdf, 0x78, 0x9f, 0xcd, 0xb8, 0xbe, 0xa3, 0xce, 0xc3, 0xdf, 0x3a, 0xa5,
+ 0x52, 0xf5, 0xd6, 0x1f, 0xac, 0x59, 0x50, 0xb1, 0x7b, 0x8b, 0xd5, 0xd6, 0x1f, 0xac, 0x4d, 0x51,
+ 0x97, 0xd2, 0xd8, 0x56, 0x47, 0xc6, 0xd6, 0x5c, 0x29, 0x65, 0xa0, 0x23, 0x38, 0x6f, 0x72, 0x32,
+ 0x45, 0xf3, 0x5b, 0xfa, 0x54, 0x19, 0xad, 0x93, 0x4f, 0x95, 0xf3, 0xac, 0xae, 0x3f, 0xa5, 0x62,
+ 0xd1, 0x97, 0x79, 0xb3, 0xf4, 0xa0, 0x5a, 0xe8, 0x9d, 0xae, 0xcd, 0xef, 0xe8, 0xcb, 0xcf, 0x78,
+ 0xad, 0x13, 0x5b, 0xfd, 0x09, 0x3d, 0xd7, 0xa4, 0xaf, 0x89, 0x15, 0x55, 0xb8, 0x0f, 0xaf, 0x6b,
+ 0x4d, 0x16, 0xe0, 0x79, 0x56, 0x27, 0xcd, 0x47, 0xe9, 0xd1, 0x97, 0xb9, 0xc6, 0xde, 0x38, 0x91,
+ 0xe4, 0x89, 0x7c, 0xfd, 0xa0, 0xb4, 0xef, 0x7b, 0xbc, 0xd1, 0x7f, 0x0c, 0x37, 0xe8, 0x36, 0x3c,
+ 0x5f, 0x1c, 0xff, 0xb4, 0x8e, 0x5c, 0x91, 0xe0, 0x02, 0x7b, 0xea, 0x7d, 0xaa, 0x16, 0xf3, 0xa6,
+ 0x04, 0xf4, 0xbd, 0x4f, 0x21, 0xb2, 0x98, 0xf0, 0x27, 0x76, 0x81, 0x80, 0xa6, 0x7b, 0x2e, 0xe1,
+ 0x4f, 0x36, 0x14, 0x8e, 0x74, 0xe6, 0x06, 0x1c, 0x70, 0xd4, 0xf5, 0x8c, 0x74, 0xc0, 0x65, 0x31,
+ 0x5e, 0xf9, 0x0d, 0xe0, 0xbe, 0x4d, 0x10, 0xab, 0x30, 0x9f, 0x84, 0xf4, 0x25, 0x20, 0x6f, 0x5a,
+ 0x8f, 0x5e, 0x4b, 0x00, 0xac, 0x94, 0xef, 0xb3, 0xcb, 0x4a, 0xe9, 0xd1, 0xc9, 0x39, 0x0a, 0x1d,
+ 0xbb, 0x38, 0x61, 0xa4, 0x18, 0xe7, 0xc5, 0x1c, 0x67, 0x27, 0xea, 0x1f, 0x85, 0xce, 0x7a, 0x8e,
+ 0x60, 0xbc, 0xc7, 0x96, 0xc7, 0x08, 0xe0, 0xec, 0xbf, 0xcd, 0x6e, 0xae, 0xdc, 0xba, 0x79, 0xeb,
+ 0xbd, 0xaf, 0xaf, 0xdc, 0x7a, 0xd7, 0x5a, 0x1c, 0xa1, 0xa0, 0x67, 0x03, 0xb6, 0x4a, 0xd9, 0x80,
+ 0x57, 0xd8, 0x9c, 0xc3, 0x43, 0x9b, 0x1e, 0x11, 0x04, 0xbb, 0xd8, 0xb4, 0x98, 0xc3, 0xc3, 0xbb,
+ 0x08, 0x31, 0xff, 0x54, 0xe9, 0x10, 0x76, 0x64, 0x10, 0x4e, 0x73, 0x93, 0x47, 0x17, 0x65, 0xb5,
+ 0x2c, 0xca, 0x8b, 0xac, 0x39, 0x4c, 0x85, 0x3d, 0xc8, 0x32, 0x75, 0xee, 0xd4, 0x18, 0xa6, 0xe2,
+ 0x7e, 0x96, 0x81, 0x18, 0x25, 0xd8, 0x1e, 0x44, 0x69, 0xa6, 0x7c, 0x0a, 0x09, 0xb8, 0x1f, 0xe1,
+ 0xfb, 0x50, 0x50, 0x38, 0x4c, 0x7c, 0xf5, 0xfa, 0x8d, 0xfc, 0x7e, 0x9c, 0xf8, 0x72, 0x74, 0x0e,
+ 0x0e, 0xed, 0x01, 0xdc, 0x0d, 0x52, 0x4f, 0x74, 0xb5, 0x0e, 0x0e, 0xef, 0x23, 0x40, 0x92, 0x55,
+ 0x2d, 0x62, 0x44, 0xb9, 0x69, 0x35, 0xa9, 0xc9, 0x94, 0x5e, 0x5a, 0x92, 0xbd, 0x46, 0x6e, 0x9b,
+ 0x50, 0x3e, 0x47, 0x30, 0xc9, 0xb1, 0xf9, 0x6f, 0x4a, 0x59, 0x1f, 0xb9, 0x34, 0xd6, 0xa2, 0x20,
+ 0xf0, 0x32, 0xe3, 0x5d, 0x36, 0x2b, 0x2b, 0xaa, 0x25, 0xf0, 0x4a, 0x6f, 0x2a, 0x6a, 0x0f, 0xe4,
+ 0x87, 0xd8, 0xdd, 0x3f, 0x5d, 0x61, 0x33, 0x20, 0x8f, 0x63, 0xe5, 0x38, 0xe5, 0x89, 0x25, 0x5d,
+ 0xbc, 0xb5, 0x31, 0xf1, 0x3a, 0xc3, 0xdd, 0x42, 0x89, 0xdb, 0x56, 0xc3, 0x19, 0xee, 0x52, 0x4b,
+ 0x9a, 0x96, 0xce, 0x96, 0xb5, 0xd4, 0xfc, 0xdb, 0x15, 0xdd, 0x20, 0x8c, 0x70, 0x9e, 0x0f, 0xfa,
+ 0xb7, 0xcb, 0x9d, 0x7d, 0xbd, 0x77, 0x62, 0x95, 0x52, 0xa7, 0x1f, 0x7f, 0x21, 0x7d, 0x36, 0xf7,
+ 0xf4, 0xfd, 0xd9, 0xe3, 0x8d, 0xbe, 0x04, 0xae, 0x0d, 0x86, 0xe1, 0x41, 0xa9, 0x52, 0x65, 0x6c,
+ 0x4a, 0xa3, 0x35, 0x80, 0x2b, 0x74, 0xe4, 0xfc, 0x83, 0xbd, 0x80, 0x1b, 0x74, 0x06, 0x9b, 0xd1,
+ 0xd2, 0x95, 0xe0, 0xb7, 0x79, 0x75, 0xc4, 0x34, 0xed, 0x24, 0x3c, 0x4c, 0xf7, 0x44, 0x72, 0x5f,
+ 0xf0, 0x24, 0xdb, 0x15, 0x3c, 0x33, 0x7f, 0x6a, 0xea, 0xbc, 0xd9, 0xf0, 0x42, 0x2f, 0x1d, 0x08,
+ 0xf7, 0xf3, 0xce, 0x1b, 0xf3, 0x07, 0x95, 0x91, 0xd6, 0xd7, 0x85, 0x2f, 0x32, 0xf1, 0x19, 0x0c,
+ 0xa3, 0x96, 0x9d, 0x55, 0x58, 0xa7, 0xb7, 0x99, 0xe1, 0xa5, 0x76, 0xbe, 0x51, 0x73, 0x81, 0xa8,
+ 0xba, 0xf1, 0xe4, 0xa5, 0x77, 0xa9, 0x00, 0x1b, 0x33, 0x7f, 0x7a, 0xa4, 0x7f, 0x3a, 0x0f, 0xa7,
+ 0xb1, 0x0b, 0xc7, 0xb1, 0x62, 0x26, 0x23, 0x1d, 0xbc, 0x27, 0x60, 0xfe, 0xc9, 0x75, 0x7e, 0x23,
+ 0x4a, 0xe4, 0x52, 0x88, 0xaf, 0x72, 0x81, 0x11, 0x84, 0x67, 0xac, 0xd4, 0x43, 0x88, 0x12, 0xb8,
+ 0x13, 0xc1, 0x1b, 0x56, 0xf8, 0x84, 0x68, 0x08, 0x67, 0x98, 0x03, 0x3b, 0x4e, 0xc4, 0x9e, 0xf7,
+ 0x54, 0xe4, 0x37, 0x62, 0x64, 0xc9, 0x36, 0xcf, 0x06, 0xdb, 0x04, 0x37, 0xff, 0x6e, 0x8d, 0xbd,
+ 0x76, 0x7c, 0xa3, 0x79, 0xc7, 0xee, 0x94, 0x75, 0xff, 0xed, 0xde, 0xe9, 0xea, 0xe9, 0x13, 0x40,
+ 0xba, 0xe4, 0xa3, 0x7c, 0xc9, 0xad, 0xe0, 0x7c, 0xac, 0xf1, 0xd4, 0xfd, 0x95, 0x2a, 0x4d, 0x93,
+ 0xcf, 0x33, 0x9e, 0xc7, 0x98, 0x86, 0xf2, 0x22, 0x36, 0x33, 0xba, 0x88, 0x8d, 0x2d, 0x91, 0xb3,
+ 0xe3, 0x4b, 0xe4, 0x64, 0x6d, 0xa9, 0x4f, 0xd6, 0x16, 0xe3, 0xcd, 0x49, 0x0b, 0x57, 0x83, 0xb6,
+ 0xa0, 0x23, 0x8b, 0x95, 0xc4, 0x2d, 0x24, 0x63, 0x7b, 0xa1, 0x2b, 0x9e, 0xe6, 0xdb, 0xd5, 0x5c,
+ 0x3a, 0x9b, 0x12, 0x7c, 0xbb, 0xf9, 0xfd, 0x1f, 0x77, 0x9a, 0x3f, 0xf7, 0xe3, 0xce, 0x92, 0xf9,
+ 0x69, 0xc9, 0x77, 0xda, 0xe8, 0xe7, 0x7e, 0xf0, 0x33, 0xcc, 0x88, 0xd7, 0xd8, 0xa2, 0x5c, 0x1d,
+ 0x07, 0x3c, 0x74, 0xfd, 0xd2, 0x3a, 0xd5, 0x76, 0x78, 0x78, 0x1f, 0xa0, 0x72, 0xe9, 0x30, 0x7f,
+ 0xbd, 0xa6, 0x27, 0x2e, 0x96, 0x1a, 0x3f, 0xcd, 0x54, 0x98, 0x62, 0xe6, 0x4a, 0x5e, 0x4c, 0xed,
+ 0x24, 0x2f, 0x66, 0xe6, 0x78, 0x2f, 0x66, 0xf6, 0x38, 0x05, 0xa8, 0x8f, 0x2a, 0xc0, 0xe4, 0xc1,
+ 0x6d, 0x4c, 0x19, 0x5c, 0x7d, 0x1d, 0x6f, 0x1e, 0xb3, 0x8e, 0xb7, 0x8e, 0x59, 0xc7, 0xd9, 0x71,
+ 0xeb, 0xf8, 0xdc, 0xb1, 0xeb, 0xf8, 0xfc, 0xc8, 0x3a, 0x7e, 0x99, 0xb5, 0xf2, 0x47, 0x91, 0x61,
+ 0x87, 0xd2, 0xb4, 0x0a, 0x80, 0xf9, 0xc7, 0x46, 0x97, 0xf0, 0x07, 0xd1, 0xbe, 0x17, 0x2a, 0x2d,
+ 0xf9, 0x0c, 0x4f, 0xe4, 0x5e, 0x63, 0x4b, 0x3c, 0xc8, 0x9f, 0xda, 0xc4, 0x87, 0x2c, 0x68, 0xcf,
+ 0xca, 0x83, 0xd2, 0xa3, 0x86, 0x06, 0xed, 0x8c, 0x6b, 0x60, 0xa2, 0xe0, 0xb7, 0x79, 0x4b, 0xdf,
+ 0x5c, 0x14, 0x5c, 0x9c, 0xe6, 0x61, 0x82, 0x9f, 0xd4, 0x33, 0x6c, 0x88, 0xf1, 0xbb, 0xaa, 0x7f,
+ 0xab, 0xf1, 0xf1, 0x4f, 0x3e, 0xca, 0x1d, 0xda, 0x30, 0x15, 0x89, 0xf6, 0xb8, 0x66, 0xfe, 0x6d,
+ 0xfe, 0xe5, 0x0a, 0x7b, 0xeb, 0x14, 0xa4, 0x3f, 0xc3, 0xa5, 0x88, 0xf1, 0x28, 0xfd, 0x5d, 0x76,
+ 0x76, 0xd2, 0x93, 0xd5, 0x74, 0x60, 0x7d, 0xa6, 0x37, 0xa1, 0x39, 0x43, 0x8c, 0xc1, 0xcc, 0xff,
+ 0x5c, 0x8a, 0xac, 0x7c, 0x2c, 0x77, 0x6c, 0xd9, 0x66, 0xb8, 0xa7, 0xb6, 0xdd, 0x2f, 0x30, 0x36,
+ 0xe0, 0xa9, 0xfd, 0x04, 0xe0, 0x14, 0x5e, 0x69, 0x0d, 0x78, 0x8a, 0x88, 0x46, 0x87, 0x35, 0x76,
+ 0xb9, 0x0f, 0x37, 0x12, 0xe8, 0x76, 0x32, 0x7d, 0xc2, 0x06, 0x76, 0x98, 0x24, 0x70, 0x0a, 0x89,
+ 0xa7, 0x57, 0xf9, 0x37, 0x04, 0x29, 0x10, 0x4d, 0xce, 0x08, 0xb8, 0x60, 0x3d, 0x43, 0x8f, 0x37,
+ 0x23, 0x78, 0x1d, 0xa1, 0x86, 0xc9, 0x5a, 0x04, 0x79, 0xef, 0x26, 0xcc, 0xbc, 0xda, 0x9d, 0x99,
+ 0x1f, 0xfd, 0xad, 0x4e, 0xc5, 0x2a, 0xc0, 0xc6, 0x0d, 0xb6, 0x9c, 0x7f, 0xe4, 0xe4, 0xea, 0x1a,
+ 0xee, 0x52, 0x5e, 0x4c, 0x64, 0xcd, 0x48, 0xbf, 0x11, 0xb5, 0x1a, 0xc7, 0x5a, 0x7f, 0xdf, 0x62,
+ 0xcb, 0x70, 0xa9, 0x1a, 0x4f, 0xf8, 0xe8, 0xed, 0x18, 0x1c, 0x14, 0x78, 0x93, 0x69, 0x4d, 0x83,
+ 0x63, 0xde, 0x06, 0xe6, 0xe1, 0x84, 0xfb, 0xc2, 0xf7, 0x52, 0x15, 0x8f, 0x5d, 0x48, 0x31, 0x09,
+ 0x87, 0xa0, 0xe6, 0x2f, 0x96, 0xa2, 0xbd, 0xd4, 0x22, 0x65, 0x84, 0xc3, 0x33, 0x7d, 0x20, 0x19,
+ 0xd5, 0xaa, 0x5d, 0x6a, 0xf6, 0x0c, 0x15, 0xae, 0xe9, 0x2f, 0xd7, 0xbc, 0xc9, 0x96, 0xf7, 0xa2,
+ 0xc4, 0x11, 0xf6, 0xde, 0xd0, 0xf7, 0xed, 0xd2, 0xd6, 0x71, 0x11, 0x0a, 0x36, 0x86, 0xbe, 0x4f,
+ 0x5d, 0x3a, 0x0f, 0xca, 0xb5, 0xb9, 0xae, 0xe6, 0x0d, 0x7d, 0x99, 0xff, 0x76, 0x12, 0x53, 0x6a,
+ 0xfe, 0xde, 0x28, 0x05, 0xa1, 0x5e, 0xe8, 0x4d, 0x43, 0xd4, 0x42, 0x4f, 0xd7, 0xd9, 0x52, 0x3a,
+ 0x8c, 0xe1, 0xb9, 0x64, 0x7b, 0x97, 0x67, 0xce, 0x40, 0xf9, 0x08, 0xb7, 0x67, 0xf7, 0xb8, 0x9f,
+ 0x0a, 0x6b, 0x51, 0x15, 0xdf, 0xc1, 0xd2, 0xee, 0x2e, 0x86, 0xa0, 0xa6, 0x68, 0x3f, 0x3c, 0x45,
+ 0x8e, 0x6f, 0x8f, 0xe9, 0x6f, 0x82, 0xce, 0x13, 0x10, 0x2f, 0x0b, 0x5c, 0x61, 0x73, 0x0a, 0x69,
+ 0xcd, 0x5a, 0xa3, 0x1e, 0x32, 0x02, 0xad, 0x59, 0x6b, 0xe6, 0xef, 0x94, 0x4e, 0x6b, 0x72, 0xe6,
+ 0x69, 0xe2, 0xad, 0x94, 0xba, 0xf9, 0x62, 0x6f, 0x2a, 0xa6, 0xd6, 0xcf, 0x97, 0xd8, 0x3c, 0x78,
+ 0x4c, 0x94, 0x78, 0x40, 0x2f, 0x52, 0x81, 0xc3, 0xf4, 0x18, 0x41, 0x39, 0x4a, 0x2c, 0x42, 0x57,
+ 0x65, 0xa9, 0x11, 0xca, 0x36, 0x82, 0xba, 0xff, 0xb4, 0x72, 0x52, 0xe7, 0xcb, 0xca, 0xa0, 0x1e,
+ 0x78, 0xd4, 0xb5, 0xe0, 0x0e, 0x6b, 0x52, 0x4f, 0xd5, 0x2b, 0x0d, 0xaf, 0x1d, 0xdf, 0x83, 0x5e,
+ 0x1f, 0xd1, 0xad, 0xbc, 0x5e, 0xf7, 0x1e, 0x6b, 0x10, 0x10, 0x62, 0xf7, 0xf9, 0x23, 0xc6, 0xea,
+ 0x89, 0xaa, 0x54, 0x3d, 0x5e, 0xac, 0x17, 0x1f, 0x1c, 0x92, 0xc9, 0x53, 0xc5, 0xdf, 0x3d, 0xbc,
+ 0x3d, 0xf3, 0x73, 0x3f, 0xee, 0x7c, 0xc5, 0x14, 0xba, 0xf7, 0xa0, 0x5e, 0x16, 0xd2, 0xf4, 0xea,
+ 0x0a, 0x9b, 0x2b, 0xde, 0x21, 0x52, 0xaf, 0x6e, 0xb3, 0xfc, 0x1d, 0x2c, 0xb8, 0xfd, 0x11, 0x88,
+ 0x8c, 0xe3, 0x9d, 0xe8, 0x28, 0xf4, 0x8f, 0x48, 0xad, 0xe7, 0x25, 0x74, 0x9d, 0x67, 0xfc, 0x51,
+ 0xe8, 0x1f, 0x99, 0x7f, 0xb3, 0xaa, 0x3b, 0x0a, 0xa5, 0x76, 0x72, 0xd7, 0xb2, 0x49, 0x54, 0xd5,
+ 0xe8, 0xea, 0xb2, 0x99, 0x50, 0xa3, 0x47, 0x30, 0x2b, 0xaf, 0x07, 0x8b, 0x18, 0xfd, 0x1e, 0x19,
+ 0x6d, 0x75, 0x5e, 0x90, 0x8f, 0xb8, 0x8e, 0x5a, 0x1e, 0xf5, 0x1c, 0x55, 0x8d, 0xfc, 0x13, 0xd6,
+ 0xa0, 0xa6, 0x4e, 0x7a, 0x14, 0xec, 0x54, 0x4a, 0xb0, 0xc4, 0x6a, 0xe9, 0x40, 0x6d, 0xaa, 0xe4,
+ 0x4f, 0x39, 0xe1, 0x77, 0x87, 0x7b, 0x7b, 0x94, 0x07, 0x30, 0x6f, 0xd1, 0x97, 0xf9, 0x6b, 0xa5,
+ 0xe7, 0x44, 0xb6, 0x37, 0xd7, 0xfa, 0x64, 0x82, 0xfa, 0x5e, 0xe8, 0xe4, 0x3b, 0x9e, 0x1e, 0x3b,
+ 0x93, 0xca, 0xef, 0x89, 0xc6, 0x68, 0x19, 0x8a, 0x4a, 0xa6, 0xe8, 0x06, 0x3b, 0x07, 0x46, 0x10,
+ 0xb4, 0x38, 0xdc, 0x8b, 0xf2, 0x9b, 0x30, 0xf4, 0x24, 0x84, 0x2c, 0x1c, 0xb1, 0x78, 0xb7, 0xd8,
+ 0x45, 0xda, 0x4f, 0x50, 0xdf, 0xf5, 0x6a, 0xe8, 0x18, 0x9e, 0xc7, 0x6d, 0x45, 0x3e, 0x4a, 0xaa,
+ 0xea, 0x3b, 0xec, 0x4c, 0x38, 0x0c, 0xb4, 0xc6, 0xb8, 0x33, 0x10, 0xea, 0x6a, 0xe6, 0x52, 0x38,
+ 0x0c, 0x54, 0x53, 0x00, 0x37, 0xde, 0x65, 0x17, 0x30, 0xca, 0xaa, 0x37, 0x84, 0x55, 0xd0, 0x15,
+ 0x3f, 0x0b, 0x21, 0xd7, 0xa2, 0x19, 0x28, 0x33, 0xff, 0x6a, 0x29, 0x52, 0x3f, 0x2e, 0xa9, 0xdc,
+ 0x7a, 0x7c, 0x76, 0xcb, 0x3d, 0x45, 0xbc, 0xd5, 0x69, 0xe2, 0x9d, 0x68, 0xe9, 0x6b, 0x93, 0x2d,
+ 0xfd, 0xf7, 0x8a, 0x73, 0x2c, 0x25, 0x4d, 0x3c, 0xeb, 0xbc, 0xd1, 0x3b, 0xb9, 0x37, 0x4a, 0xff,
+ 0xb1, 0x2c, 0x3f, 0xfa, 0x52, 0x82, 0x7f, 0xc8, 0xa4, 0xf9, 0xca, 0xe9, 0x62, 0xd2, 0xc6, 0x3b,
+ 0xa7, 0xa1, 0xbb, 0x1a, 0xc7, 0x44, 0x93, 0x71, 0xf5, 0x13, 0x12, 0xa3, 0xb4, 0x7e, 0x49, 0xd2,
+ 0xd4, 0x37, 0xdc, 0xf9, 0x18, 0x79, 0xdf, 0xf2, 0x60, 0xa7, 0x54, 0x1b, 0xad, 0x8a, 0xea, 0x29,
+ 0x55, 0x43, 0x9f, 0xfa, 0x7c, 0x5e, 0x8d, 0x7a, 0x83, 0x55, 0xbb, 0x29, 0x6b, 0x97, 0xba, 0x27,
+ 0x7d, 0x5b, 0x22, 0x30, 0x36, 0xf1, 0xbc, 0x53, 0x4e, 0xbc, 0x2b, 0x6c, 0x2e, 0x14, 0xc2, 0x55,
+ 0x6f, 0xaf, 0xe1, 0x98, 0x30, 0x00, 0x81, 0xbb, 0xda, 0xdd, 0x67, 0xad, 0xbc, 0xef, 0x53, 0xe2,
+ 0xbe, 0xcf, 0xa5, 0x21, 0xf3, 0xdf, 0xd7, 0xf4, 0x5c, 0x10, 0x39, 0x10, 0xdb, 0x49, 0xe4, 0x0e,
+ 0x9d, 0x4c, 0xb7, 0xbc, 0x9b, 0x63, 0x06, 0x71, 0x74, 0xf4, 0xc6, 0x2b, 0xf5, 0x74, 0x3b, 0x59,
+ 0xd8, 0xc5, 0x6f, 0xd3, 0xaa, 0x89, 0xef, 0x21, 0xbe, 0x71, 0x32, 0x19, 0xb5, 0x14, 0xe1, 0x02,
+ 0x3a, 0x6e, 0xe2, 0x6b, 0xe3, 0x26, 0x5e, 0xee, 0x19, 0x61, 0xea, 0x26, 0xe2, 0x50, 0x25, 0x2c,
+ 0xe2, 0x2c, 0x6f, 0xcb, 0x29, 0x9b, 0x88, 0x43, 0xca, 0x57, 0x7c, 0x8f, 0x5d, 0xc8, 0xdd, 0x0e,
+ 0xa5, 0x13, 0xf4, 0x28, 0x39, 0x4e, 0xf1, 0x73, 0xaa, 0x98, 0x3a, 0x83, 0x2f, 0x98, 0x77, 0x1d,
+ 0xd6, 0x20, 0xb6, 0xa6, 0x8c, 0xcd, 0xe8, 0xe3, 0x7a, 0xd5, 0xf1, 0xc7, 0xf5, 0xae, 0xb0, 0x39,
+ 0x38, 0x0e, 0xa4, 0x33, 0x5b, 0x1a, 0x19, 0x09, 0xc2, 0x53, 0xdb, 0xee, 0x43, 0x36, 0xa7, 0x89,
+ 0xf0, 0x04, 0xad, 0x3b, 0xb9, 0x41, 0xf3, 0x57, 0xea, 0xa3, 0x26, 0xbc, 0x24, 0x6d, 0xb2, 0x4b,
+ 0xdf, 0x29, 0x79, 0x35, 0x6f, 0xf6, 0x4e, 0xac, 0x31, 0x32, 0x40, 0xaf, 0xb2, 0x05, 0x95, 0x73,
+ 0x09, 0xa2, 0x50, 0xaf, 0x6e, 0xb6, 0x09, 0xba, 0x0a, 0x40, 0xe3, 0x43, 0x4d, 0xa3, 0xd0, 0xfd,
+ 0xe8, 0x9d, 0xa2, 0xa9, 0xc9, 0x2a, 0xf5, 0x0e, 0x33, 0x54, 0x93, 0xb9, 0x40, 0xd0, 0x7a, 0xb5,
+ 0xad, 0x65, 0x2a, 0xd9, 0xce, 0x0b, 0x26, 0xa8, 0xd0, 0xec, 0x04, 0x15, 0x7a, 0x83, 0x2d, 0xa9,
+ 0xb7, 0x26, 0xf2, 0x45, 0x19, 0xcd, 0xcb, 0xa2, 0x82, 0xd3, 0xa2, 0x6c, 0x98, 0xac, 0x0d, 0x5b,
+ 0xe8, 0xc0, 0x0b, 0x31, 0x0c, 0x40, 0x69, 0xd2, 0x12, 0xb8, 0xe5, 0x85, 0x10, 0x06, 0x28, 0xed,
+ 0xc1, 0x9b, 0xe5, 0x3d, 0x78, 0xf7, 0x1f, 0x57, 0x4e, 0xd2, 0xa7, 0x53, 0xcd, 0xf5, 0x97, 0x59,
+ 0x3b, 0xf0, 0xd2, 0xd4, 0x0b, 0xf7, 0x4b, 0xb3, 0x7d, 0x9e, 0x80, 0xa8, 0x76, 0xb4, 0xe4, 0xcf,
+ 0x4c, 0x5a, 0xf2, 0x67, 0xf5, 0x25, 0x7f, 0x54, 0x41, 0xeb, 0xa3, 0x0a, 0x2a, 0xb7, 0xd4, 0x5a,
+ 0x77, 0xe1, 0x77, 0xf7, 0x37, 0x2b, 0x9f, 0x45, 0x6b, 0x7f, 0x3f, 0xba, 0xa5, 0xb8, 0xae, 0x17,
+ 0x5c, 0x93, 0xff, 0xf9, 0xbd, 0x51, 0x4b, 0xb8, 0x5a, 0xcc, 0x1e, 0x65, 0x09, 0x5f, 0xcc, 0xbd,
+ 0xae, 0x71, 0x17, 0x54, 0x2a, 0x17, 0x6e, 0x98, 0xca, 0x8f, 0xcd, 0x7a, 0x6e, 0x6a, 0xfe, 0xab,
+ 0xda, 0xe8, 0xe4, 0x2b, 0x11, 0xa7, 0xc9, 0xe7, 0xb0, 0x73, 0xca, 0x0c, 0xe9, 0xb3, 0x59, 0xcd,
+ 0xc6, 0xaf, 0xf6, 0x4e, 0x24, 0xd1, 0xd3, 0x0d, 0x95, 0x75, 0x86, 0xa8, 0x69, 0x88, 0xf8, 0xb8,
+ 0x2a, 0x35, 0xe2, 0x8a, 0xd0, 0x83, 0x97, 0xb1, 0xf2, 0xbf, 0xc3, 0xd0, 0xce, 0xeb, 0xac, 0x43,
+ 0x19, 0xd5, 0xf9, 0x98, 0x2d, 0xcb, 0x65, 0xb6, 0xcc, 0x54, 0x6d, 0xec, 0x3c, 0x78, 0x1a, 0x53,
+ 0xab, 0x71, 0x8c, 0x80, 0x45, 0x1e, 0xc7, 0x25, 0x66, 0xde, 0x44, 0xc2, 0x65, 0x46, 0x70, 0xea,
+ 0x4a, 0x5c, 0x9d, 0x89, 0xee, 0x23, 0x36, 0xaf, 0xf7, 0xee, 0x99, 0x2d, 0x62, 0x77, 0x8d, 0x35,
+ 0x15, 0x67, 0x9f, 0xdb, 0x8e, 0x9b, 0x0f, 0x47, 0x82, 0x48, 0xf7, 0xe0, 0x79, 0x4b, 0x4a, 0x7f,
+ 0x31, 0xae, 0xb3, 0xe6, 0xc0, 0x89, 0xc2, 0x4c, 0xdd, 0x87, 0xa8, 0xdf, 0x3e, 0x7b, 0xe3, 0x1b,
+ 0x37, 0x6f, 0xbe, 0xf7, 0xf5, 0x9b, 0x37, 0xaf, 0x7f, 0xfd, 0x6b, 0x5f, 0xbf, 0x7e, 0xeb, 0xdd,
+ 0x77, 0x6f, 0xbc, 0x77, 0xe3, 0x5d, 0x2b, 0xc7, 0x32, 0xff, 0x79, 0x55, 0xf7, 0x1f, 0x47, 0x09,
+ 0x9e, 0x2e, 0x98, 0xb9, 0xc4, 0x6a, 0xc3, 0xc4, 0xa7, 0x50, 0xaa, 0xfc, 0x39, 0xed, 0x8f, 0xd5,
+ 0x74, 0x19, 0x44, 0x33, 0xb5, 0x8b, 0x78, 0xf9, 0x37, 0x44, 0x28, 0xe8, 0x2f, 0x87, 0xc1, 0xfb,
+ 0x95, 0x51, 0x42, 0xf7, 0x85, 0xd4, 0x1f, 0x14, 0x5b, 0x43, 0x68, 0x39, 0x46, 0x5a, 0x1f, 0x89,
+ 0x91, 0x5e, 0x67, 0x67, 0x9d, 0x28, 0x88, 0xe1, 0xaf, 0x18, 0xb9, 0x5a, 0xa8, 0x14, 0x8d, 0x86,
+ 0x51, 0x94, 0xe5, 0x11, 0xd3, 0xd7, 0xd9, 0x22, 0xbc, 0x8d, 0xe8, 0x0c, 0x84, 0x73, 0xa0, 0x1b,
+ 0xcc, 0x85, 0x02, 0x0c, 0xa1, 0x4b, 0xe9, 0xde, 0x4a, 0x7a, 0xea, 0x4f, 0xb3, 0xa4, 0x03, 0x7e,
+ 0x83, 0xe2, 0x9b, 0x8b, 0xb2, 0xe0, 0x2e, 0xc2, 0xfb, 0x03, 0x7e, 0xc3, 0xdc, 0x19, 0x3f, 0xcc,
+ 0xe8, 0x7b, 0xe1, 0xbe, 0x0f, 0x87, 0x25, 0x60, 0xa9, 0x3e, 0x47, 0x6c, 0xda, 0xfc, 0xd9, 0xea,
+ 0xf8, 0x71, 0x45, 0x99, 0xec, 0x73, 0x09, 0x3e, 0x6b, 0x49, 0x5f, 0x93, 0x4f, 0x16, 0x3e, 0xdb,
+ 0xf1, 0xf8, 0x58, 0xd8, 0xba, 0x7e, 0xda, 0x93, 0x85, 0x29, 0xc1, 0x67, 0xf3, 0xc1, 0xc8, 0x89,
+ 0x5f, 0x7f, 0xc0, 0x13, 0xf1, 0x79, 0xcf, 0x4c, 0xcc, 0x68, 0x64, 0xac, 0x72, 0x6a, 0xa7, 0x13,
+ 0xa6, 0x3e, 0xe5, 0xaa, 0xa7, 0x9a, 0x72, 0x1f, 0xe8, 0xf7, 0x3b, 0x57, 0xb7, 0x20, 0xab, 0x85,
+ 0x87, 0x8f, 0xf6, 0xf6, 0x3c, 0x87, 0x1e, 0x76, 0xc8, 0x27, 0x82, 0xcf, 0xc3, 0xd2, 0xf5, 0x43,
+ 0xcf, 0x95, 0xa8, 0xe6, 0x9f, 0x2c, 0xdd, 0xb8, 0x1c, 0x23, 0x71, 0x3a, 0xc6, 0x47, 0xdb, 0xa9,
+ 0x8e, 0xb5, 0x03, 0x39, 0x64, 0x48, 0xb3, 0xf4, 0x2c, 0xeb, 0x3c, 0x01, 0xe1, 0xfd, 0x4d, 0xf3,
+ 0xd7, 0x4a, 0x67, 0xc7, 0xc0, 0xcc, 0x76, 0x71, 0xbb, 0xf6, 0xbe, 0x97, 0x66, 0x94, 0x8a, 0x25,
+ 0x1b, 0xca, 0x9f, 0x6c, 0x9c, 0xb5, 0x1a, 0x9e, 0x8b, 0x0f, 0x78, 0xbe, 0xcf, 0x6a, 0x9b, 0xae,
+ 0x72, 0xd1, 0x75, 0x4f, 0x7f, 0x0a, 0xad, 0xde, 0xa6, 0xab, 0xfe, 0xe0, 0x9c, 0x25, 0x6b, 0x76,
+ 0x5f, 0x63, 0xac, 0x00, 0x19, 0x1d, 0xd6, 0xa0, 0x3e, 0x94, 0x92, 0x72, 0x3d, 0xd7, 0xfc, 0xbd,
+ 0xaa, 0x9e, 0xa3, 0x32, 0x85, 0x7a, 0x2e, 0xbc, 0xef, 0xb1, 0x96, 0x72, 0xbd, 0x14, 0x73, 0xdf,
+ 0xea, 0x9d, 0xba, 0x7a, 0x4f, 0xc2, 0x76, 0xf8, 0xae, 0x9c, 0x97, 0xc4, 0x6b, 0x41, 0xae, 0xfb,
+ 0x9f, 0x2a, 0x6c, 0x79, 0x0c, 0xe1, 0xf8, 0xe1, 0xd2, 0xba, 0x55, 0x2d, 0x75, 0xcb, 0xb0, 0xd9,
+ 0x6c, 0x48, 0x69, 0x82, 0x92, 0xc9, 0xcd, 0x67, 0x61, 0x12, 0x20, 0x39, 0xc7, 0x48, 0xb7, 0xbb,
+ 0xca, 0xe6, 0x75, 0x30, 0x24, 0x84, 0xc1, 0x75, 0x75, 0xb9, 0x79, 0x06, 0x56, 0x1b, 0x56, 0x4b,
+ 0x42, 0x60, 0x37, 0x2d, 0x5d, 0x1e, 0x6d, 0xa2, 0xc1, 0x6f, 0xf3, 0xa7, 0xf4, 0x49, 0xb6, 0x2e,
+ 0x12, 0xfa, 0x7b, 0x85, 0x1f, 0x7b, 0x78, 0xdd, 0x45, 0x24, 0xc6, 0x55, 0x36, 0x27, 0xf0, 0x16,
+ 0x0b, 0xa4, 0xeb, 0xd1, 0x5f, 0x5c, 0xd2, 0x40, 0x53, 0xcc, 0x96, 0xf9, 0x47, 0xeb, 0xfa, 0xeb,
+ 0xd2, 0x52, 0x6f, 0x31, 0x7d, 0xe9, 0xe4, 0x79, 0x84, 0x7f, 0xda, 0x90, 0x87, 0xf9, 0xdb, 0x9d,
+ 0x18, 0xbc, 0xc5, 0x25, 0x6b, 0x49, 0x96, 0xd0, 0x0b, 0x9d, 0x18, 0xc0, 0xbd, 0xcd, 0xa0, 0x93,
+ 0x98, 0x21, 0x8a, 0x7f, 0x8c, 0x47, 0x8f, 0x36, 0xe7, 0x2d, 0x93, 0x0c, 0xe5, 0xa6, 0x21, 0xa4,
+ 0x5f, 0xc6, 0x07, 0x6c, 0x0e, 0xae, 0x7f, 0x03, 0x39, 0xdc, 0xee, 0x95, 0xb3, 0x45, 0x8a, 0xda,
+ 0x8f, 0x53, 0x9a, 0x59, 0xa9, 0xc5, 0x86, 0xf9, 0x6f, 0x63, 0x85, 0xd5, 0xc5, 0xa1, 0x08, 0xf3,
+ 0x0c, 0xf8, 0xee, 0xc4, 0xca, 0x77, 0x25, 0x8a, 0x45, 0x98, 0xc6, 0x07, 0xac, 0xcd, 0xc3, 0x30,
+ 0x1a, 0x86, 0x0e, 0x5c, 0xd6, 0x48, 0x3b, 0x8d, 0x13, 0xab, 0x96, 0x2b, 0xc0, 0xb5, 0xbf, 0xfc,
+ 0x4d, 0x3c, 0x95, 0xd2, 0xdb, 0xa4, 0x0b, 0xe3, 0xf4, 0x18, 0x1e, 0x25, 0xf6, 0x76, 0x37, 0x58,
+ 0x53, 0xf5, 0x1c, 0xd2, 0xdc, 0xa5, 0x64, 0x41, 0x11, 0x2a, 0x94, 0x96, 0xe9, 0xf3, 0x10, 0xd6,
+ 0x92, 0x17, 0x18, 0x93, 0x6b, 0x09, 0x3f, 0xe4, 0x19, 0x4f, 0xf2, 0xf0, 0xec, 0x80, 0xaf, 0x02,
+ 0xa0, 0xfb, 0xe7, 0x2b, 0x8c, 0x15, 0x42, 0x90, 0x8a, 0xaf, 0x9e, 0xc8, 0x41, 0xa5, 0xc8, 0x9f,
+ 0xc0, 0x39, 0xcf, 0xea, 0x51, 0xe8, 0x7b, 0xa1, 0x4a, 0xf8, 0xa2, 0x2f, 0xca, 0x48, 0xcc, 0xb2,
+ 0x22, 0xb2, 0x99, 0x7f, 0x1b, 0x17, 0x58, 0xc3, 0x0b, 0xe1, 0xe1, 0x07, 0xf5, 0x48, 0x9a, 0x17,
+ 0x42, 0x5a, 0x70, 0xa9, 0xa7, 0xaa, 0x41, 0xdc, 0x96, 0xe7, 0x3d, 0xa5, 0xdb, 0xf1, 0xdd, 0x9f,
+ 0xaf, 0xb0, 0x59, 0x10, 0x97, 0x74, 0x7d, 0xf6, 0x73, 0x43, 0x23, 0x7f, 0x42, 0x22, 0xb1, 0x2c,
+ 0x52, 0xb7, 0x61, 0xc0, 0x4f, 0x04, 0xc8, 0x8e, 0x87, 0x8f, 0xe1, 0x0c, 0x04, 0x77, 0x81, 0x6b,
+ 0x5a, 0x63, 0xd5, 0xb7, 0x9e, 0x4c, 0x3f, 0x53, 0x4a, 0xa6, 0xbf, 0xc2, 0xe6, 0x7e, 0x66, 0x98,
+ 0x66, 0x76, 0x1c, 0xc1, 0x1b, 0x70, 0x94, 0x72, 0x2a, 0x41, 0xdb, 0x00, 0x31, 0x7f, 0xaf, 0x52,
+ 0x4a, 0xcd, 0x08, 0x53, 0x6f, 0x3f, 0x14, 0x2e, 0x25, 0x23, 0xf6, 0x9d, 0xc4, 0x8b, 0x3f, 0xdf,
+ 0x69, 0xf8, 0xb1, 0xe7, 0xd1, 0x6f, 0xb0, 0xa5, 0xfc, 0xaf, 0xe5, 0xd9, 0xbb, 0x09, 0x78, 0xac,
+ 0x98, 0x2d, 0xbb, 0x98, 0xc3, 0xef, 0x00, 0xf8, 0xb8, 0xd7, 0x51, 0xe1, 0x91, 0xa6, 0xd0, 0xdb,
+ 0x13, 0x69, 0xa6, 0x9e, 0x48, 0x9d, 0xb1, 0x98, 0x02, 0x61, 0x30, 0x1f, 0x78, 0xd0, 0xff, 0x70,
+ 0x03, 0x70, 0x05, 0xb3, 0xf2, 0xcd, 0x5f, 0xa8, 0xb0, 0xc5, 0x91, 0x1b, 0xff, 0xc6, 0x65, 0x36,
+ 0xf5, 0x19, 0x80, 0xa5, 0xaf, 0x18, 0x97, 0xd8, 0x85, 0xb1, 0xd2, 0xbb, 0x4f, 0xbd, 0x34, 0x4b,
+ 0x97, 0x2a, 0xc6, 0x4b, 0xec, 0x85, 0xb1, 0xc2, 0xf5, 0x48, 0xa4, 0x0f, 0xa3, 0x0c, 0x70, 0x96,
+ 0xaa, 0xc6, 0x15, 0x76, 0x69, 0x0c, 0xe5, 0x61, 0x94, 0xad, 0xa2, 0x76, 0x2c, 0xd5, 0xee, 0xcc,
+ 0xde, 0xaf, 0x7c, 0xbf, 0xf2, 0x95, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x91, 0x25, 0x72,
+ 0xe4, 0x77, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_2.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_2.pb.go
new file mode 100644
index 0000000..9acaefe
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_2.pb.go
@@ -0,0 +1,11450 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_clientserver_2.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type CMsgClientUCMAddScreenshot struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Filename *string `protobuf:"bytes,2,opt,name=filename" json:"filename,omitempty"`
+ Thumbname *string `protobuf:"bytes,3,opt,name=thumbname" json:"thumbname,omitempty"`
+ VrFilename *string `protobuf:"bytes,14,opt,name=vr_filename,json=vrFilename" json:"vr_filename,omitempty"`
+ Rtime32Created *uint32 `protobuf:"fixed32,4,opt,name=rtime32_created,json=rtime32Created" json:"rtime32_created,omitempty"`
+ Width *uint32 `protobuf:"varint,5,opt,name=width" json:"width,omitempty"`
+ Height *uint32 `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
+ Permissions *uint32 `protobuf:"varint,7,opt,name=permissions" json:"permissions,omitempty"`
+ Caption *string `protobuf:"bytes,8,opt,name=caption" json:"caption,omitempty"`
+ ShortcutName *string `protobuf:"bytes,9,opt,name=shortcut_name,json=shortcutName" json:"shortcut_name,omitempty"`
+ Tag []*CMsgClientUCMAddScreenshot_Tag `protobuf:"bytes,10,rep,name=tag" json:"tag,omitempty"`
+ TaggedSteamid []uint64 `protobuf:"fixed64,11,rep,name=tagged_steamid,json=taggedSteamid" json:"tagged_steamid,omitempty"`
+ SpoilerTag *bool `protobuf:"varint,12,opt,name=spoiler_tag,json=spoilerTag" json:"spoiler_tag,omitempty"`
+ TaggedPublishedfileid []uint64 `protobuf:"varint,13,rep,name=tagged_publishedfileid,json=taggedPublishedfileid" json:"tagged_publishedfileid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMAddScreenshot) Reset() { *m = CMsgClientUCMAddScreenshot{} }
+func (m *CMsgClientUCMAddScreenshot) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMAddScreenshot) ProtoMessage() {}
+func (*CMsgClientUCMAddScreenshot) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{0}
+}
+
+func (m *CMsgClientUCMAddScreenshot) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshot.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMAddScreenshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshot.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMAddScreenshot) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMAddScreenshot.Merge(m, src)
+}
+func (m *CMsgClientUCMAddScreenshot) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshot.Size(m)
+}
+func (m *CMsgClientUCMAddScreenshot) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMAddScreenshot.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMAddScreenshot proto.InternalMessageInfo
+
+func (m *CMsgClientUCMAddScreenshot) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetThumbname() string {
+ if m != nil && m.Thumbname != nil {
+ return *m.Thumbname
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetVrFilename() string {
+ if m != nil && m.VrFilename != nil {
+ return *m.VrFilename
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetRtime32Created() uint32 {
+ if m != nil && m.Rtime32Created != nil {
+ return *m.Rtime32Created
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetWidth() uint32 {
+ if m != nil && m.Width != nil {
+ return *m.Width
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetHeight() uint32 {
+ if m != nil && m.Height != nil {
+ return *m.Height
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetPermissions() uint32 {
+ if m != nil && m.Permissions != nil {
+ return *m.Permissions
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetCaption() string {
+ if m != nil && m.Caption != nil {
+ return *m.Caption
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetShortcutName() string {
+ if m != nil && m.ShortcutName != nil {
+ return *m.ShortcutName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetTag() []*CMsgClientUCMAddScreenshot_Tag {
+ if m != nil {
+ return m.Tag
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetTaggedSteamid() []uint64 {
+ if m != nil {
+ return m.TaggedSteamid
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetSpoilerTag() bool {
+ if m != nil && m.SpoilerTag != nil {
+ return *m.SpoilerTag
+ }
+ return false
+}
+
+func (m *CMsgClientUCMAddScreenshot) GetTaggedPublishedfileid() []uint64 {
+ if m != nil {
+ return m.TaggedPublishedfileid
+ }
+ return nil
+}
+
+type CMsgClientUCMAddScreenshot_Tag struct {
+ TagName *string `protobuf:"bytes,1,opt,name=tag_name,json=tagName" json:"tag_name,omitempty"`
+ TagValue *string `protobuf:"bytes,2,opt,name=tag_value,json=tagValue" json:"tag_value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMAddScreenshot_Tag) Reset() { *m = CMsgClientUCMAddScreenshot_Tag{} }
+func (m *CMsgClientUCMAddScreenshot_Tag) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMAddScreenshot_Tag) ProtoMessage() {}
+func (*CMsgClientUCMAddScreenshot_Tag) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{0, 0}
+}
+
+func (m *CMsgClientUCMAddScreenshot_Tag) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshot_Tag.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMAddScreenshot_Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshot_Tag.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMAddScreenshot_Tag) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMAddScreenshot_Tag.Merge(m, src)
+}
+func (m *CMsgClientUCMAddScreenshot_Tag) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshot_Tag.Size(m)
+}
+func (m *CMsgClientUCMAddScreenshot_Tag) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMAddScreenshot_Tag.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMAddScreenshot_Tag proto.InternalMessageInfo
+
+func (m *CMsgClientUCMAddScreenshot_Tag) GetTagName() string {
+ if m != nil && m.TagName != nil {
+ return *m.TagName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMAddScreenshot_Tag) GetTagValue() string {
+ if m != nil && m.TagValue != nil {
+ return *m.TagValue
+ }
+ return ""
+}
+
+type CMsgClientUCMAddScreenshotResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Screenshotid *uint64 `protobuf:"fixed64,2,opt,name=screenshotid,def=18446744073709551615" json:"screenshotid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMAddScreenshotResponse) Reset() { *m = CMsgClientUCMAddScreenshotResponse{} }
+func (m *CMsgClientUCMAddScreenshotResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMAddScreenshotResponse) ProtoMessage() {}
+func (*CMsgClientUCMAddScreenshotResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{1}
+}
+
+func (m *CMsgClientUCMAddScreenshotResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshotResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMAddScreenshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshotResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMAddScreenshotResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMAddScreenshotResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMAddScreenshotResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMAddScreenshotResponse.Size(m)
+}
+func (m *CMsgClientUCMAddScreenshotResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMAddScreenshotResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMAddScreenshotResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMAddScreenshotResponse_Eresult int32 = 2
+const Default_CMsgClientUCMAddScreenshotResponse_Screenshotid uint64 = 18446744073709551615
+
+func (m *CMsgClientUCMAddScreenshotResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMAddScreenshotResponse_Eresult
+}
+
+func (m *CMsgClientUCMAddScreenshotResponse) GetScreenshotid() uint64 {
+ if m != nil && m.Screenshotid != nil {
+ return *m.Screenshotid
+ }
+ return Default_CMsgClientUCMAddScreenshotResponse_Screenshotid
+}
+
+type CMsgClientUCMDeleteScreenshot struct {
+ Screenshotid *uint64 `protobuf:"fixed64,1,opt,name=screenshotid,def=18446744073709551615" json:"screenshotid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMDeleteScreenshot) Reset() { *m = CMsgClientUCMDeleteScreenshot{} }
+func (m *CMsgClientUCMDeleteScreenshot) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMDeleteScreenshot) ProtoMessage() {}
+func (*CMsgClientUCMDeleteScreenshot) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{2}
+}
+
+func (m *CMsgClientUCMDeleteScreenshot) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMDeleteScreenshot.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMDeleteScreenshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMDeleteScreenshot.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMDeleteScreenshot) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMDeleteScreenshot.Merge(m, src)
+}
+func (m *CMsgClientUCMDeleteScreenshot) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMDeleteScreenshot.Size(m)
+}
+func (m *CMsgClientUCMDeleteScreenshot) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMDeleteScreenshot.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMDeleteScreenshot proto.InternalMessageInfo
+
+const Default_CMsgClientUCMDeleteScreenshot_Screenshotid uint64 = 18446744073709551615
+
+func (m *CMsgClientUCMDeleteScreenshot) GetScreenshotid() uint64 {
+ if m != nil && m.Screenshotid != nil {
+ return *m.Screenshotid
+ }
+ return Default_CMsgClientUCMDeleteScreenshot_Screenshotid
+}
+
+type CMsgClientUCMDeleteScreenshotResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMDeleteScreenshotResponse) Reset() { *m = CMsgClientUCMDeleteScreenshotResponse{} }
+func (m *CMsgClientUCMDeleteScreenshotResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMDeleteScreenshotResponse) ProtoMessage() {}
+func (*CMsgClientUCMDeleteScreenshotResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{3}
+}
+
+func (m *CMsgClientUCMDeleteScreenshotResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMDeleteScreenshotResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMDeleteScreenshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMDeleteScreenshotResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMDeleteScreenshotResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMDeleteScreenshotResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMDeleteScreenshotResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMDeleteScreenshotResponse.Size(m)
+}
+func (m *CMsgClientUCMDeleteScreenshotResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMDeleteScreenshotResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMDeleteScreenshotResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMDeleteScreenshotResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMDeleteScreenshotResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMDeleteScreenshotResponse_Eresult
+}
+
+type CMsgClientUCMPublishFile struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ FileName *string `protobuf:"bytes,2,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ PreviewFileName *string `protobuf:"bytes,3,opt,name=preview_file_name,json=previewFileName" json:"preview_file_name,omitempty"`
+ ConsumerAppId *uint32 `protobuf:"varint,4,opt,name=consumer_app_id,json=consumerAppId" json:"consumer_app_id,omitempty"`
+ Title *string `protobuf:"bytes,5,opt,name=title" json:"title,omitempty"`
+ Description *string `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
+ Tags []string `protobuf:"bytes,8,rep,name=tags" json:"tags,omitempty"`
+ WorkshopFile *bool `protobuf:"varint,9,opt,name=workshop_file,json=workshopFile" json:"workshop_file,omitempty"`
+ Visibility *int32 `protobuf:"varint,10,opt,name=visibility" json:"visibility,omitempty"`
+ FileType *uint32 `protobuf:"varint,11,opt,name=file_type,json=fileType" json:"file_type,omitempty"`
+ Url *string `protobuf:"bytes,12,opt,name=url" json:"url,omitempty"`
+ VideoProvider *uint32 `protobuf:"varint,13,opt,name=video_provider,json=videoProvider" json:"video_provider,omitempty"`
+ VideoAccountName *string `protobuf:"bytes,14,opt,name=video_account_name,json=videoAccountName" json:"video_account_name,omitempty"`
+ VideoIdentifier *string `protobuf:"bytes,15,opt,name=video_identifier,json=videoIdentifier" json:"video_identifier,omitempty"`
+ InProgress *bool `protobuf:"varint,16,opt,name=in_progress,json=inProgress" json:"in_progress,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMPublishFile) Reset() { *m = CMsgClientUCMPublishFile{} }
+func (m *CMsgClientUCMPublishFile) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMPublishFile) ProtoMessage() {}
+func (*CMsgClientUCMPublishFile) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{4}
+}
+
+func (m *CMsgClientUCMPublishFile) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMPublishFile.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMPublishFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMPublishFile.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMPublishFile) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMPublishFile.Merge(m, src)
+}
+func (m *CMsgClientUCMPublishFile) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMPublishFile.Size(m)
+}
+func (m *CMsgClientUCMPublishFile) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMPublishFile.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMPublishFile proto.InternalMessageInfo
+
+func (m *CMsgClientUCMPublishFile) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishFile) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetPreviewFileName() string {
+ if m != nil && m.PreviewFileName != nil {
+ return *m.PreviewFileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetConsumerAppId() uint32 {
+ if m != nil && m.ConsumerAppId != nil {
+ return *m.ConsumerAppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishFile) GetTitle() string {
+ if m != nil && m.Title != nil {
+ return *m.Title
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetTags() []string {
+ if m != nil {
+ return m.Tags
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMPublishFile) GetWorkshopFile() bool {
+ if m != nil && m.WorkshopFile != nil {
+ return *m.WorkshopFile
+ }
+ return false
+}
+
+func (m *CMsgClientUCMPublishFile) GetVisibility() int32 {
+ if m != nil && m.Visibility != nil {
+ return *m.Visibility
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishFile) GetFileType() uint32 {
+ if m != nil && m.FileType != nil {
+ return *m.FileType
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishFile) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetVideoProvider() uint32 {
+ if m != nil && m.VideoProvider != nil {
+ return *m.VideoProvider
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishFile) GetVideoAccountName() string {
+ if m != nil && m.VideoAccountName != nil {
+ return *m.VideoAccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetVideoIdentifier() string {
+ if m != nil && m.VideoIdentifier != nil {
+ return *m.VideoIdentifier
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMPublishFile) GetInProgress() bool {
+ if m != nil && m.InProgress != nil {
+ return *m.InProgress
+ }
+ return false
+}
+
+type CMsgClientUCMPublishFileResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PublishedFileId *uint64 `protobuf:"fixed64,2,opt,name=published_file_id,json=publishedFileId,def=18446744073709551615" json:"published_file_id,omitempty"`
+ NeedsWorkshopLegalAgreementAcceptance *bool `protobuf:"varint,3,opt,name=needs_workshop_legal_agreement_acceptance,json=needsWorkshopLegalAgreementAcceptance,def=0" json:"needs_workshop_legal_agreement_acceptance,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMPublishFileResponse) Reset() { *m = CMsgClientUCMPublishFileResponse{} }
+func (m *CMsgClientUCMPublishFileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMPublishFileResponse) ProtoMessage() {}
+func (*CMsgClientUCMPublishFileResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{5}
+}
+
+func (m *CMsgClientUCMPublishFileResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMPublishFileResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMPublishFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMPublishFileResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMPublishFileResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMPublishFileResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMPublishFileResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMPublishFileResponse.Size(m)
+}
+func (m *CMsgClientUCMPublishFileResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMPublishFileResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMPublishFileResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMPublishFileResponse_Eresult int32 = 2
+const Default_CMsgClientUCMPublishFileResponse_PublishedFileId uint64 = 18446744073709551615
+const Default_CMsgClientUCMPublishFileResponse_NeedsWorkshopLegalAgreementAcceptance bool = false
+
+func (m *CMsgClientUCMPublishFileResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMPublishFileResponse_Eresult
+}
+
+func (m *CMsgClientUCMPublishFileResponse) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return Default_CMsgClientUCMPublishFileResponse_PublishedFileId
+}
+
+func (m *CMsgClientUCMPublishFileResponse) GetNeedsWorkshopLegalAgreementAcceptance() bool {
+ if m != nil && m.NeedsWorkshopLegalAgreementAcceptance != nil {
+ return *m.NeedsWorkshopLegalAgreementAcceptance
+ }
+ return Default_CMsgClientUCMPublishFileResponse_NeedsWorkshopLegalAgreementAcceptance
+}
+
+type CMsgClientUCMUpdatePublishedFile struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ PublishedFileId *uint64 `protobuf:"fixed64,2,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ FileName *string `protobuf:"bytes,3,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
+ PreviewFileName *string `protobuf:"bytes,4,opt,name=preview_file_name,json=previewFileName" json:"preview_file_name,omitempty"`
+ Title *string `protobuf:"bytes,5,opt,name=title" json:"title,omitempty"`
+ Description *string `protobuf:"bytes,6,opt,name=description" json:"description,omitempty"`
+ Tags []string `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"`
+ Visibility *int32 `protobuf:"varint,8,opt,name=visibility" json:"visibility,omitempty"`
+ UpdateFile *bool `protobuf:"varint,9,opt,name=update_file,json=updateFile" json:"update_file,omitempty"`
+ UpdatePreviewFile *bool `protobuf:"varint,10,opt,name=update_preview_file,json=updatePreviewFile" json:"update_preview_file,omitempty"`
+ UpdateTitle *bool `protobuf:"varint,11,opt,name=update_title,json=updateTitle" json:"update_title,omitempty"`
+ UpdateDescription *bool `protobuf:"varint,12,opt,name=update_description,json=updateDescription" json:"update_description,omitempty"`
+ UpdateTags *bool `protobuf:"varint,13,opt,name=update_tags,json=updateTags" json:"update_tags,omitempty"`
+ UpdateVisibility *bool `protobuf:"varint,14,opt,name=update_visibility,json=updateVisibility" json:"update_visibility,omitempty"`
+ ChangeDescription *string `protobuf:"bytes,15,opt,name=change_description,json=changeDescription" json:"change_description,omitempty"`
+ UpdateUrl *bool `protobuf:"varint,16,opt,name=update_url,json=updateUrl" json:"update_url,omitempty"`
+ Url *string `protobuf:"bytes,17,opt,name=url" json:"url,omitempty"`
+ UpdateContentManifest *bool `protobuf:"varint,18,opt,name=update_content_manifest,json=updateContentManifest" json:"update_content_manifest,omitempty"`
+ ContentManifest *uint64 `protobuf:"fixed64,19,opt,name=content_manifest,json=contentManifest" json:"content_manifest,omitempty"`
+ Metadata *string `protobuf:"bytes,20,opt,name=metadata" json:"metadata,omitempty"`
+ UpdateMetadata *bool `protobuf:"varint,21,opt,name=update_metadata,json=updateMetadata" json:"update_metadata,omitempty"`
+ Language *int32 `protobuf:"varint,22,opt,name=language,def=0" json:"language,omitempty"`
+ RemovedKvtags []string `protobuf:"bytes,23,rep,name=removed_kvtags,json=removedKvtags" json:"removed_kvtags,omitempty"`
+ Kvtags []*CMsgClientUCMUpdatePublishedFile_KeyValueTag `protobuf:"bytes,24,rep,name=kvtags" json:"kvtags,omitempty"`
+ Previews []*CMsgClientUCMUpdatePublishedFile_AdditionalPreview `protobuf:"bytes,25,rep,name=previews" json:"previews,omitempty"`
+ PreviewsToRemove []int32 `protobuf:"varint,26,rep,name=previews_to_remove,json=previewsToRemove" json:"previews_to_remove,omitempty"`
+ ClearInProgress *bool `protobuf:"varint,27,opt,name=clear_in_progress,json=clearInProgress" json:"clear_in_progress,omitempty"`
+ RemoveAllKvtags *bool `protobuf:"varint,28,opt,name=remove_all_kvtags,json=removeAllKvtags" json:"remove_all_kvtags,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) Reset() { *m = CMsgClientUCMUpdatePublishedFile{} }
+func (m *CMsgClientUCMUpdatePublishedFile) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMUpdatePublishedFile) ProtoMessage() {}
+func (*CMsgClientUCMUpdatePublishedFile) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{6}
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMUpdatePublishedFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMUpdatePublishedFile) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFile.Merge(m, src)
+}
+func (m *CMsgClientUCMUpdatePublishedFile) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile.Size(m)
+}
+func (m *CMsgClientUCMUpdatePublishedFile) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFile.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMUpdatePublishedFile proto.InternalMessageInfo
+
+const Default_CMsgClientUCMUpdatePublishedFile_Language int32 = 0
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetFileName() string {
+ if m != nil && m.FileName != nil {
+ return *m.FileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetPreviewFileName() string {
+ if m != nil && m.PreviewFileName != nil {
+ return *m.PreviewFileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetTitle() string {
+ if m != nil && m.Title != nil {
+ return *m.Title
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetTags() []string {
+ if m != nil {
+ return m.Tags
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetVisibility() int32 {
+ if m != nil && m.Visibility != nil {
+ return *m.Visibility
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateFile() bool {
+ if m != nil && m.UpdateFile != nil {
+ return *m.UpdateFile
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdatePreviewFile() bool {
+ if m != nil && m.UpdatePreviewFile != nil {
+ return *m.UpdatePreviewFile
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateTitle() bool {
+ if m != nil && m.UpdateTitle != nil {
+ return *m.UpdateTitle
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateDescription() bool {
+ if m != nil && m.UpdateDescription != nil {
+ return *m.UpdateDescription
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateTags() bool {
+ if m != nil && m.UpdateTags != nil {
+ return *m.UpdateTags
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateVisibility() bool {
+ if m != nil && m.UpdateVisibility != nil {
+ return *m.UpdateVisibility
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetChangeDescription() string {
+ if m != nil && m.ChangeDescription != nil {
+ return *m.ChangeDescription
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateUrl() bool {
+ if m != nil && m.UpdateUrl != nil {
+ return *m.UpdateUrl
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateContentManifest() bool {
+ if m != nil && m.UpdateContentManifest != nil {
+ return *m.UpdateContentManifest
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetContentManifest() uint64 {
+ if m != nil && m.ContentManifest != nil {
+ return *m.ContentManifest
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetMetadata() string {
+ if m != nil && m.Metadata != nil {
+ return *m.Metadata
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetUpdateMetadata() bool {
+ if m != nil && m.UpdateMetadata != nil {
+ return *m.UpdateMetadata
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetLanguage() int32 {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return Default_CMsgClientUCMUpdatePublishedFile_Language
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetRemovedKvtags() []string {
+ if m != nil {
+ return m.RemovedKvtags
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetKvtags() []*CMsgClientUCMUpdatePublishedFile_KeyValueTag {
+ if m != nil {
+ return m.Kvtags
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetPreviews() []*CMsgClientUCMUpdatePublishedFile_AdditionalPreview {
+ if m != nil {
+ return m.Previews
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetPreviewsToRemove() []int32 {
+ if m != nil {
+ return m.PreviewsToRemove
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetClearInProgress() bool {
+ if m != nil && m.ClearInProgress != nil {
+ return *m.ClearInProgress
+ }
+ return false
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile) GetRemoveAllKvtags() bool {
+ if m != nil && m.RemoveAllKvtags != nil {
+ return *m.RemoveAllKvtags
+ }
+ return false
+}
+
+type CMsgClientUCMUpdatePublishedFile_KeyValueTag struct {
+ Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
+ Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) Reset() {
+ *m = CMsgClientUCMUpdatePublishedFile_KeyValueTag{}
+}
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMUpdatePublishedFile_KeyValueTag) ProtoMessage() {}
+func (*CMsgClientUCMUpdatePublishedFile_KeyValueTag) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{6, 0}
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_KeyValueTag.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_KeyValueTag.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_KeyValueTag.Merge(m, src)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_KeyValueTag.Size(m)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_KeyValueTag.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_KeyValueTag proto.InternalMessageInfo
+
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) GetKey() string {
+ if m != nil && m.Key != nil {
+ return *m.Key
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_KeyValueTag) GetValue() string {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return ""
+}
+
+type CMsgClientUCMUpdatePublishedFile_AdditionalPreview struct {
+ OriginalFileName *string `protobuf:"bytes,1,opt,name=original_file_name,json=originalFileName" json:"original_file_name,omitempty"`
+ InternalFileName *string `protobuf:"bytes,2,opt,name=internal_file_name,json=internalFileName" json:"internal_file_name,omitempty"`
+ Videoid *string `protobuf:"bytes,3,opt,name=videoid" json:"videoid,omitempty"`
+ PreviewType *uint32 `protobuf:"varint,4,opt,name=preview_type,json=previewType" json:"preview_type,omitempty"`
+ UpdateIndex *int32 `protobuf:"varint,5,opt,name=update_index,json=updateIndex,def=-1" json:"update_index,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) Reset() {
+ *m = CMsgClientUCMUpdatePublishedFile_AdditionalPreview{}
+}
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMUpdatePublishedFile_AdditionalPreview) ProtoMessage() {}
+func (*CMsgClientUCMUpdatePublishedFile_AdditionalPreview) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{6, 1}
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_AdditionalPreview.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_AdditionalPreview.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_AdditionalPreview.Merge(m, src)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_AdditionalPreview.Size(m)
+}
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_AdditionalPreview.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMUpdatePublishedFile_AdditionalPreview proto.InternalMessageInfo
+
+const Default_CMsgClientUCMUpdatePublishedFile_AdditionalPreview_UpdateIndex int32 = -1
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) GetOriginalFileName() string {
+ if m != nil && m.OriginalFileName != nil {
+ return *m.OriginalFileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) GetInternalFileName() string {
+ if m != nil && m.InternalFileName != nil {
+ return *m.InternalFileName
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) GetVideoid() string {
+ if m != nil && m.Videoid != nil {
+ return *m.Videoid
+ }
+ return ""
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) GetPreviewType() uint32 {
+ if m != nil && m.PreviewType != nil {
+ return *m.PreviewType
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMUpdatePublishedFile_AdditionalPreview) GetUpdateIndex() int32 {
+ if m != nil && m.UpdateIndex != nil {
+ return *m.UpdateIndex
+ }
+ return Default_CMsgClientUCMUpdatePublishedFile_AdditionalPreview_UpdateIndex
+}
+
+type CMsgClientUCMUpdatePublishedFileResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ NeedsWorkshopLegalAgreementAcceptance *bool `protobuf:"varint,2,opt,name=needs_workshop_legal_agreement_acceptance,json=needsWorkshopLegalAgreementAcceptance,def=0" json:"needs_workshop_legal_agreement_acceptance,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMUpdatePublishedFileResponse) Reset() {
+ *m = CMsgClientUCMUpdatePublishedFileResponse{}
+}
+func (m *CMsgClientUCMUpdatePublishedFileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMUpdatePublishedFileResponse) ProtoMessage() {}
+func (*CMsgClientUCMUpdatePublishedFileResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{7}
+}
+
+func (m *CMsgClientUCMUpdatePublishedFileResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFileResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMUpdatePublishedFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFileResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMUpdatePublishedFileResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFileResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMUpdatePublishedFileResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMUpdatePublishedFileResponse.Size(m)
+}
+func (m *CMsgClientUCMUpdatePublishedFileResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMUpdatePublishedFileResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMUpdatePublishedFileResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMUpdatePublishedFileResponse_Eresult int32 = 2
+const Default_CMsgClientUCMUpdatePublishedFileResponse_NeedsWorkshopLegalAgreementAcceptance bool = false
+
+func (m *CMsgClientUCMUpdatePublishedFileResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMUpdatePublishedFileResponse_Eresult
+}
+
+func (m *CMsgClientUCMUpdatePublishedFileResponse) GetNeedsWorkshopLegalAgreementAcceptance() bool {
+ if m != nil && m.NeedsWorkshopLegalAgreementAcceptance != nil {
+ return *m.NeedsWorkshopLegalAgreementAcceptance
+ }
+ return Default_CMsgClientUCMUpdatePublishedFileResponse_NeedsWorkshopLegalAgreementAcceptance
+}
+
+type CMsgClientUCMDeletePublishedFile struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMDeletePublishedFile) Reset() { *m = CMsgClientUCMDeletePublishedFile{} }
+func (m *CMsgClientUCMDeletePublishedFile) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMDeletePublishedFile) ProtoMessage() {}
+func (*CMsgClientUCMDeletePublishedFile) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{8}
+}
+
+func (m *CMsgClientUCMDeletePublishedFile) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMDeletePublishedFile.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMDeletePublishedFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMDeletePublishedFile.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMDeletePublishedFile) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMDeletePublishedFile.Merge(m, src)
+}
+func (m *CMsgClientUCMDeletePublishedFile) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMDeletePublishedFile.Size(m)
+}
+func (m *CMsgClientUCMDeletePublishedFile) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMDeletePublishedFile.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMDeletePublishedFile proto.InternalMessageInfo
+
+func (m *CMsgClientUCMDeletePublishedFile) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMDeletePublishedFile) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientUCMDeletePublishedFileResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMDeletePublishedFileResponse) Reset() {
+ *m = CMsgClientUCMDeletePublishedFileResponse{}
+}
+func (m *CMsgClientUCMDeletePublishedFileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMDeletePublishedFileResponse) ProtoMessage() {}
+func (*CMsgClientUCMDeletePublishedFileResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{9}
+}
+
+func (m *CMsgClientUCMDeletePublishedFileResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMDeletePublishedFileResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMDeletePublishedFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMDeletePublishedFileResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMDeletePublishedFileResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMDeletePublishedFileResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMDeletePublishedFileResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMDeletePublishedFileResponse.Size(m)
+}
+func (m *CMsgClientUCMDeletePublishedFileResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMDeletePublishedFileResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMDeletePublishedFileResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMDeletePublishedFileResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMDeletePublishedFileResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMDeletePublishedFileResponse_Eresult
+}
+
+type CMsgClientUCMEnumerateUserPublishedFiles struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ StartIndex *uint32 `protobuf:"varint,2,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
+ SortOrder *uint32 `protobuf:"varint,3,opt,name=sort_order,json=sortOrder" json:"sort_order,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) Reset() {
+ *m = CMsgClientUCMEnumerateUserPublishedFiles{}
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMEnumerateUserPublishedFiles) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserPublishedFiles) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{10}
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFiles.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFiles.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFiles.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFiles.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFiles.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFiles proto.InternalMessageInfo
+
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) GetStartIndex() uint32 {
+ if m != nil && m.StartIndex != nil {
+ return *m.StartIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFiles) GetSortOrder() uint32 {
+ if m != nil && m.SortOrder != nil {
+ return *m.SortOrder
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumerateUserPublishedFilesResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PublishedFiles []*CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId `protobuf:"bytes,2,rep,name=published_files,json=publishedFiles" json:"published_files,omitempty"`
+ TotalResults *uint32 `protobuf:"varint,3,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) Reset() {
+ *m = CMsgClientUCMEnumerateUserPublishedFilesResponse{}
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserPublishedFilesResponse) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserPublishedFilesResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{11}
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserPublishedFilesResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMEnumerateUserPublishedFilesResponse_Eresult
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) GetPublishedFiles() []*CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId {
+ if m != nil {
+ return m.PublishedFiles
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse) GetTotalResults() uint32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) Reset() {
+ *m = CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId{}
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{11, 0}
+}
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId proto.InternalMessageInfo
+
+func (m *CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumerateUserSubscribedFiles struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ StartIndex *uint32 `protobuf:"varint,2,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
+ ListType *uint32 `protobuf:"varint,3,opt,name=list_type,json=listType,def=1" json:"list_type,omitempty"`
+ MatchingFileType *uint32 `protobuf:"varint,4,opt,name=matching_file_type,json=matchingFileType,def=0" json:"matching_file_type,omitempty"`
+ Count *uint32 `protobuf:"varint,5,opt,name=count,def=50" json:"count,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) Reset() {
+ *m = CMsgClientUCMEnumerateUserSubscribedFiles{}
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserSubscribedFiles) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserSubscribedFiles) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{12}
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFiles.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFiles.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFiles.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFiles.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFiles.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFiles proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserSubscribedFiles_ListType uint32 = 1
+const Default_CMsgClientUCMEnumerateUserSubscribedFiles_MatchingFileType uint32 = 0
+const Default_CMsgClientUCMEnumerateUserSubscribedFiles_Count uint32 = 50
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) GetStartIndex() uint32 {
+ if m != nil && m.StartIndex != nil {
+ return *m.StartIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) GetListType() uint32 {
+ if m != nil && m.ListType != nil {
+ return *m.ListType
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFiles_ListType
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) GetMatchingFileType() uint32 {
+ if m != nil && m.MatchingFileType != nil {
+ return *m.MatchingFileType
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFiles_MatchingFileType
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFiles) GetCount() uint32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFiles_Count
+}
+
+type CMsgClientUCMEnumerateUserSubscribedFilesResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ SubscribedFiles []*CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId `protobuf:"bytes,2,rep,name=subscribed_files,json=subscribedFiles" json:"subscribed_files,omitempty"`
+ TotalResults *uint32 `protobuf:"varint,3,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) Reset() {
+ *m = CMsgClientUCMEnumerateUserSubscribedFilesResponse{}
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesResponse) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{13}
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserSubscribedFilesResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFilesResponse_Eresult
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) GetSubscribedFiles() []*CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId {
+ if m != nil {
+ return m.SubscribedFiles
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse) GetTotalResults() uint32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ Rtime32Subscribed *uint32 `protobuf:"fixed32,2,opt,name=rtime32_subscribed,json=rtime32Subscribed,def=0" json:"rtime32_subscribed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) Reset() {
+ *m = CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId{}
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{13, 0}
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId_Rtime32Subscribed uint32 = 0
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId) GetRtime32Subscribed() uint32 {
+ if m != nil && m.Rtime32Subscribed != nil {
+ return *m.Rtime32Subscribed
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId_Rtime32Subscribed
+}
+
+type CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ StartIndex *uint32 `protobuf:"varint,2,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
+ StartTime *uint32 `protobuf:"fixed32,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
+ DesiredRevision *uint32 `protobuf:"varint,4,opt,name=desired_revision,json=desiredRevision,def=0" json:"desired_revision,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) Reset() {
+ *m = CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates{}
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{14}
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates_DesiredRevision uint32 = 0
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) GetStartIndex() uint32 {
+ if m != nil && m.StartIndex != nil {
+ return *m.StartIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates) GetDesiredRevision() uint32 {
+ if m != nil && m.DesiredRevision != nil {
+ return *m.DesiredRevision
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates_DesiredRevision
+}
+
+type CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ SubscribedFiles []*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId `protobuf:"bytes,2,rep,name=subscribed_files,json=subscribedFiles" json:"subscribed_files,omitempty"`
+ TotalResults *uint32 `protobuf:"varint,3,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) Reset() {
+ *m = CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse{}
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{15}
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_Eresult
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) GetSubscribedFiles() []*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId {
+ if m != nil {
+ return m.SubscribedFiles
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse) GetTotalResults() uint32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ Rtime32Subscribed *uint32 `protobuf:"fixed32,2,opt,name=rtime32_subscribed,json=rtime32Subscribed,def=0" json:"rtime32_subscribed,omitempty"`
+ Appid *uint32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"`
+ FileHcontent *uint64 `protobuf:"fixed64,4,opt,name=file_hcontent,json=fileHcontent" json:"file_hcontent,omitempty"`
+ FileSize *uint32 `protobuf:"varint,5,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
+ Rtime32LastUpdated *uint32 `protobuf:"fixed32,6,opt,name=rtime32_last_updated,json=rtime32LastUpdated" json:"rtime32_last_updated,omitempty"`
+ IsDepotContent *bool `protobuf:"varint,7,opt,name=is_depot_content,json=isDepotContent" json:"is_depot_content,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) Reset() {
+ *m = CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId{}
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) ProtoMessage() {}
+func (*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{15, 0}
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId.Size(m)
+}
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId_Rtime32Subscribed uint32 = 0
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetRtime32Subscribed() uint32 {
+ if m != nil && m.Rtime32Subscribed != nil {
+ return *m.Rtime32Subscribed
+ }
+ return Default_CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId_Rtime32Subscribed
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetFileHcontent() uint64 {
+ if m != nil && m.FileHcontent != nil {
+ return *m.FileHcontent
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetFileSize() uint32 {
+ if m != nil && m.FileSize != nil {
+ return *m.FileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetRtime32LastUpdated() uint32 {
+ if m != nil && m.Rtime32LastUpdated != nil {
+ return *m.Rtime32LastUpdated
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId) GetIsDepotContent() bool {
+ if m != nil && m.IsDepotContent != nil {
+ return *m.IsDepotContent
+ }
+ return false
+}
+
+type CMsgClientUCMPublishedFileUpdated struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ TimeUpdated *uint32 `protobuf:"varint,3,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
+ Hcontent *uint64 `protobuf:"fixed64,4,opt,name=hcontent" json:"hcontent,omitempty"`
+ FileSize *uint32 `protobuf:"fixed32,5,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
+ IsDepotContent *bool `protobuf:"varint,6,opt,name=is_depot_content,json=isDepotContent" json:"is_depot_content,omitempty"`
+ Revision *uint32 `protobuf:"varint,7,opt,name=revision" json:"revision,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) Reset() { *m = CMsgClientUCMPublishedFileUpdated{} }
+func (m *CMsgClientUCMPublishedFileUpdated) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMPublishedFileUpdated) ProtoMessage() {}
+func (*CMsgClientUCMPublishedFileUpdated) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{16}
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMPublishedFileUpdated.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMPublishedFileUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMPublishedFileUpdated.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMPublishedFileUpdated) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMPublishedFileUpdated.Merge(m, src)
+}
+func (m *CMsgClientUCMPublishedFileUpdated) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMPublishedFileUpdated.Size(m)
+}
+func (m *CMsgClientUCMPublishedFileUpdated) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMPublishedFileUpdated.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMPublishedFileUpdated proto.InternalMessageInfo
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetTimeUpdated() uint32 {
+ if m != nil && m.TimeUpdated != nil {
+ return *m.TimeUpdated
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetHcontent() uint64 {
+ if m != nil && m.Hcontent != nil {
+ return *m.Hcontent
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetFileSize() uint32 {
+ if m != nil && m.FileSize != nil {
+ return *m.FileSize
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetIsDepotContent() bool {
+ if m != nil && m.IsDepotContent != nil {
+ return *m.IsDepotContent
+ }
+ return false
+}
+
+func (m *CMsgClientUCMPublishedFileUpdated) GetRevision() uint32 {
+ if m != nil && m.Revision != nil {
+ return *m.Revision
+ }
+ return 0
+}
+
+type CMsgClientWorkshopItemChangesRequest struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ LastTimeUpdated *uint32 `protobuf:"varint,2,opt,name=last_time_updated,json=lastTimeUpdated" json:"last_time_updated,omitempty"`
+ NumItemsNeeded *uint32 `protobuf:"varint,3,opt,name=num_items_needed,json=numItemsNeeded" json:"num_items_needed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemChangesRequest) Reset() { *m = CMsgClientWorkshopItemChangesRequest{} }
+func (m *CMsgClientWorkshopItemChangesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWorkshopItemChangesRequest) ProtoMessage() {}
+func (*CMsgClientWorkshopItemChangesRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{17}
+}
+
+func (m *CMsgClientWorkshopItemChangesRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemChangesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemChangesRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemChangesRequest.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemChangesRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesRequest.Size(m)
+}
+func (m *CMsgClientWorkshopItemChangesRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemChangesRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemChangesRequest proto.InternalMessageInfo
+
+func (m *CMsgClientWorkshopItemChangesRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemChangesRequest) GetLastTimeUpdated() uint32 {
+ if m != nil && m.LastTimeUpdated != nil {
+ return *m.LastTimeUpdated
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemChangesRequest) GetNumItemsNeeded() uint32 {
+ if m != nil && m.NumItemsNeeded != nil {
+ return *m.NumItemsNeeded
+ }
+ return 0
+}
+
+type CMsgClientWorkshopItemChangesResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ UpdateTime *uint32 `protobuf:"varint,2,opt,name=update_time,json=updateTime" json:"update_time,omitempty"`
+ WorkshopItems []*CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo `protobuf:"bytes,5,rep,name=workshop_items,json=workshopItems" json:"workshop_items,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse) Reset() { *m = CMsgClientWorkshopItemChangesResponse{} }
+func (m *CMsgClientWorkshopItemChangesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWorkshopItemChangesResponse) ProtoMessage() {}
+func (*CMsgClientWorkshopItemChangesResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{18}
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemChangesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemChangesResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemChangesResponse.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemChangesResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesResponse.Size(m)
+}
+func (m *CMsgClientWorkshopItemChangesResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemChangesResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemChangesResponse proto.InternalMessageInfo
+
+const Default_CMsgClientWorkshopItemChangesResponse_Eresult int32 = 2
+
+func (m *CMsgClientWorkshopItemChangesResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientWorkshopItemChangesResponse_Eresult
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse) GetUpdateTime() uint32 {
+ if m != nil && m.UpdateTime != nil {
+ return *m.UpdateTime
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse) GetWorkshopItems() []*CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo {
+ if m != nil {
+ return m.WorkshopItems
+ }
+ return nil
+}
+
+type CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ TimeUpdated *uint32 `protobuf:"varint,2,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
+ ManifestId *uint64 `protobuf:"fixed64,3,opt,name=manifest_id,json=manifestId" json:"manifest_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) Reset() {
+ *m = CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo{}
+}
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) ProtoMessage() {}
+func (*CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{18, 0}
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo.Size(m)
+}
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo proto.InternalMessageInfo
+
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) GetTimeUpdated() uint32 {
+ if m != nil && m.TimeUpdated != nil {
+ return *m.TimeUpdated
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo) GetManifestId() uint64 {
+ if m != nil && m.ManifestId != nil {
+ return *m.ManifestId
+ }
+ return 0
+}
+
+type CMsgClientWorkshopItemInfoRequest struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ LastTimeUpdated *uint32 `protobuf:"varint,2,opt,name=last_time_updated,json=lastTimeUpdated" json:"last_time_updated,omitempty"`
+ WorkshopItems []*CMsgClientWorkshopItemInfoRequest_WorkshopItem `protobuf:"bytes,3,rep,name=workshop_items,json=workshopItems" json:"workshop_items,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest) Reset() { *m = CMsgClientWorkshopItemInfoRequest{} }
+func (m *CMsgClientWorkshopItemInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWorkshopItemInfoRequest) ProtoMessage() {}
+func (*CMsgClientWorkshopItemInfoRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{19}
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemInfoRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoRequest.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemInfoRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoRequest.Size(m)
+}
+func (m *CMsgClientWorkshopItemInfoRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemInfoRequest proto.InternalMessageInfo
+
+func (m *CMsgClientWorkshopItemInfoRequest) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest) GetLastTimeUpdated() uint32 {
+ if m != nil && m.LastTimeUpdated != nil {
+ return *m.LastTimeUpdated
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest) GetWorkshopItems() []*CMsgClientWorkshopItemInfoRequest_WorkshopItem {
+ if m != nil {
+ return m.WorkshopItems
+ }
+ return nil
+}
+
+type CMsgClientWorkshopItemInfoRequest_WorkshopItem struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ TimeUpdated *uint32 `protobuf:"varint,2,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) Reset() {
+ *m = CMsgClientWorkshopItemInfoRequest_WorkshopItem{}
+}
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientWorkshopItemInfoRequest_WorkshopItem) ProtoMessage() {}
+func (*CMsgClientWorkshopItemInfoRequest_WorkshopItem) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{19, 0}
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoRequest_WorkshopItem.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoRequest_WorkshopItem.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoRequest_WorkshopItem.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoRequest_WorkshopItem.Size(m)
+}
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoRequest_WorkshopItem.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemInfoRequest_WorkshopItem proto.InternalMessageInfo
+
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoRequest_WorkshopItem) GetTimeUpdated() uint32 {
+ if m != nil && m.TimeUpdated != nil {
+ return *m.TimeUpdated
+ }
+ return 0
+}
+
+type CMsgClientWorkshopItemInfoResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ UpdateTime *uint32 `protobuf:"varint,2,opt,name=update_time,json=updateTime" json:"update_time,omitempty"`
+ WorkshopItems []*CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo `protobuf:"bytes,3,rep,name=workshop_items,json=workshopItems" json:"workshop_items,omitempty"`
+ PrivateItems []uint64 `protobuf:"fixed64,4,rep,name=private_items,json=privateItems" json:"private_items,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse) Reset() { *m = CMsgClientWorkshopItemInfoResponse{} }
+func (m *CMsgClientWorkshopItemInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWorkshopItemInfoResponse) ProtoMessage() {}
+func (*CMsgClientWorkshopItemInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{20}
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoResponse.Size(m)
+}
+func (m *CMsgClientWorkshopItemInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemInfoResponse proto.InternalMessageInfo
+
+const Default_CMsgClientWorkshopItemInfoResponse_Eresult int32 = 2
+
+func (m *CMsgClientWorkshopItemInfoResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientWorkshopItemInfoResponse_Eresult
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse) GetUpdateTime() uint32 {
+ if m != nil && m.UpdateTime != nil {
+ return *m.UpdateTime
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse) GetWorkshopItems() []*CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo {
+ if m != nil {
+ return m.WorkshopItems
+ }
+ return nil
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse) GetPrivateItems() []uint64 {
+ if m != nil {
+ return m.PrivateItems
+ }
+ return nil
+}
+
+type CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ TimeUpdated *uint32 `protobuf:"varint,2,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
+ ManifestId *uint64 `protobuf:"fixed64,3,opt,name=manifest_id,json=manifestId" json:"manifest_id,omitempty"`
+ IsLegacy *bool `protobuf:"varint,4,opt,name=is_legacy,json=isLegacy" json:"is_legacy,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) Reset() {
+ *m = CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo{}
+}
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) ProtoMessage() {}
+func (*CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{20, 0}
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo.Merge(m, src)
+}
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo.Size(m)
+}
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo proto.InternalMessageInfo
+
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) GetTimeUpdated() uint32 {
+ if m != nil && m.TimeUpdated != nil {
+ return *m.TimeUpdated
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) GetManifestId() uint64 {
+ if m != nil && m.ManifestId != nil {
+ return *m.ManifestId
+ }
+ return 0
+}
+
+func (m *CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo) GetIsLegacy() bool {
+ if m != nil && m.IsLegacy != nil {
+ return *m.IsLegacy
+ }
+ return false
+}
+
+type CMsgClientUCMGetPublishedFilesForUser struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ CreatorSteamId *uint64 `protobuf:"fixed64,2,opt,name=creator_steam_id,json=creatorSteamId" json:"creator_steam_id,omitempty"`
+ RequiredTags []string `protobuf:"bytes,3,rep,name=required_tags,json=requiredTags" json:"required_tags,omitempty"`
+ ExcludedTags []string `protobuf:"bytes,4,rep,name=excluded_tags,json=excludedTags" json:"excluded_tags,omitempty"`
+ StartIndex *uint32 `protobuf:"varint,5,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) Reset() { *m = CMsgClientUCMGetPublishedFilesForUser{} }
+func (m *CMsgClientUCMGetPublishedFilesForUser) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMGetPublishedFilesForUser) ProtoMessage() {}
+func (*CMsgClientUCMGetPublishedFilesForUser) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{21}
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUser.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUser.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUser) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUser.Merge(m, src)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUser) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUser.Size(m)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUser) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUser.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUser proto.InternalMessageInfo
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) GetCreatorSteamId() uint64 {
+ if m != nil && m.CreatorSteamId != nil {
+ return *m.CreatorSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) GetRequiredTags() []string {
+ if m != nil {
+ return m.RequiredTags
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) GetExcludedTags() []string {
+ if m != nil {
+ return m.ExcludedTags
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUser) GetStartIndex() uint32 {
+ if m != nil && m.StartIndex != nil {
+ return *m.StartIndex
+ }
+ return 0
+}
+
+type CMsgClientUCMGetPublishedFilesForUserResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PublishedFiles []*CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId `protobuf:"bytes,2,rep,name=published_files,json=publishedFiles" json:"published_files,omitempty"`
+ TotalResults *uint32 `protobuf:"varint,3,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) Reset() {
+ *m = CMsgClientUCMGetPublishedFilesForUserResponse{}
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMGetPublishedFilesForUserResponse) ProtoMessage() {}
+func (*CMsgClientUCMGetPublishedFilesForUserResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{22}
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse.Size(m)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMGetPublishedFilesForUserResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMGetPublishedFilesForUserResponse_Eresult
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) GetPublishedFiles() []*CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId {
+ if m != nil {
+ return m.PublishedFiles
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse) GetTotalResults() uint32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+type CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) Reset() {
+ *m = CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId{}
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) ProtoMessage() {}
+func (*CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{22, 0}
+}
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId.Size(m)
+}
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId proto.InternalMessageInfo
+
+func (m *CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+type CMsgClientUCMSetUserPublishedFileAction struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Action *int32 `protobuf:"varint,3,opt,name=action" json:"action,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMSetUserPublishedFileAction) Reset() {
+ *m = CMsgClientUCMSetUserPublishedFileAction{}
+}
+func (m *CMsgClientUCMSetUserPublishedFileAction) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUCMSetUserPublishedFileAction) ProtoMessage() {}
+func (*CMsgClientUCMSetUserPublishedFileAction) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{23}
+}
+
+func (m *CMsgClientUCMSetUserPublishedFileAction) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMSetUserPublishedFileAction.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMSetUserPublishedFileAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMSetUserPublishedFileAction.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMSetUserPublishedFileAction) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMSetUserPublishedFileAction.Merge(m, src)
+}
+func (m *CMsgClientUCMSetUserPublishedFileAction) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMSetUserPublishedFileAction.Size(m)
+}
+func (m *CMsgClientUCMSetUserPublishedFileAction) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMSetUserPublishedFileAction.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMSetUserPublishedFileAction proto.InternalMessageInfo
+
+func (m *CMsgClientUCMSetUserPublishedFileAction) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMSetUserPublishedFileAction) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMSetUserPublishedFileAction) GetAction() int32 {
+ if m != nil && m.Action != nil {
+ return *m.Action
+ }
+ return 0
+}
+
+type CMsgClientUCMSetUserPublishedFileActionResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) Reset() {
+ *m = CMsgClientUCMSetUserPublishedFileActionResponse{}
+}
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMSetUserPublishedFileActionResponse) ProtoMessage() {}
+func (*CMsgClientUCMSetUserPublishedFileActionResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{24}
+}
+
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMSetUserPublishedFileActionResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMSetUserPublishedFileActionResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMSetUserPublishedFileActionResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMSetUserPublishedFileActionResponse.Size(m)
+}
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMSetUserPublishedFileActionResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMSetUserPublishedFileActionResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMSetUserPublishedFileActionResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMSetUserPublishedFileActionResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMSetUserPublishedFileActionResponse_Eresult
+}
+
+type CMsgClientUCMEnumeratePublishedFilesByUserAction struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ StartIndex *uint32 `protobuf:"varint,2,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
+ Action *int32 `protobuf:"varint,3,opt,name=action" json:"action,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) Reset() {
+ *m = CMsgClientUCMEnumeratePublishedFilesByUserAction{}
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumeratePublishedFilesByUserAction) ProtoMessage() {}
+func (*CMsgClientUCMEnumeratePublishedFilesByUserAction) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{25}
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserAction.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserAction.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserAction.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserAction.Size(m)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserAction.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserAction proto.InternalMessageInfo
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) GetStartIndex() uint32 {
+ if m != nil && m.StartIndex != nil {
+ return *m.StartIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserAction) GetAction() int32 {
+ if m != nil && m.Action != nil {
+ return *m.Action
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumeratePublishedFilesByUserActionResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PublishedFiles []*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId `protobuf:"bytes,2,rep,name=published_files,json=publishedFiles" json:"published_files,omitempty"`
+ TotalResults *uint32 `protobuf:"varint,3,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) Reset() {
+ *m = CMsgClientUCMEnumeratePublishedFilesByUserActionResponse{}
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) ProtoMessage() {}
+func (*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{26}
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.Size(m)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_Eresult int32 = 2
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_Eresult
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) GetPublishedFiles() []*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId {
+ if m != nil {
+ return m.PublishedFiles
+ }
+ return nil
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse) GetTotalResults() uint32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+type CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ RtimeTimeStamp *uint32 `protobuf:"fixed32,2,opt,name=rtime_time_stamp,json=rtimeTimeStamp,def=0" json:"rtime_time_stamp,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) Reset() {
+ *m = CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId{}
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) ProtoMessage() {}
+func (*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{26, 0}
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId.Size(m)
+}
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId proto.InternalMessageInfo
+
+const Default_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId_RtimeTimeStamp uint32 = 0
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId) GetRtimeTimeStamp() uint32 {
+ if m != nil && m.RtimeTimeStamp != nil {
+ return *m.RtimeTimeStamp
+ }
+ return Default_CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId_RtimeTimeStamp
+}
+
+type CMsgClientScreenshotsChanged struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientScreenshotsChanged) Reset() { *m = CMsgClientScreenshotsChanged{} }
+func (m *CMsgClientScreenshotsChanged) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientScreenshotsChanged) ProtoMessage() {}
+func (*CMsgClientScreenshotsChanged) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{27}
+}
+
+func (m *CMsgClientScreenshotsChanged) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientScreenshotsChanged.Unmarshal(m, b)
+}
+func (m *CMsgClientScreenshotsChanged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientScreenshotsChanged.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientScreenshotsChanged) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientScreenshotsChanged.Merge(m, src)
+}
+func (m *CMsgClientScreenshotsChanged) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientScreenshotsChanged.Size(m)
+}
+func (m *CMsgClientScreenshotsChanged) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientScreenshotsChanged.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientScreenshotsChanged proto.InternalMessageInfo
+
+type CMsgClientUpdateUserGameInfo struct {
+ SteamidIdgs *uint64 `protobuf:"fixed64,1,opt,name=steamid_idgs,json=steamidIdgs" json:"steamid_idgs,omitempty"`
+ Gameid *uint64 `protobuf:"fixed64,2,opt,name=gameid" json:"gameid,omitempty"`
+ GameIp *uint32 `protobuf:"varint,3,opt,name=game_ip,json=gameIp" json:"game_ip,omitempty"`
+ GamePort *uint32 `protobuf:"varint,4,opt,name=game_port,json=gamePort" json:"game_port,omitempty"`
+ Token []byte `protobuf:"bytes,5,opt,name=token" json:"token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUpdateUserGameInfo) Reset() { *m = CMsgClientUpdateUserGameInfo{} }
+func (m *CMsgClientUpdateUserGameInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUpdateUserGameInfo) ProtoMessage() {}
+func (*CMsgClientUpdateUserGameInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{28}
+}
+
+func (m *CMsgClientUpdateUserGameInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUpdateUserGameInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientUpdateUserGameInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUpdateUserGameInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUpdateUserGameInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUpdateUserGameInfo.Merge(m, src)
+}
+func (m *CMsgClientUpdateUserGameInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUpdateUserGameInfo.Size(m)
+}
+func (m *CMsgClientUpdateUserGameInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUpdateUserGameInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUpdateUserGameInfo proto.InternalMessageInfo
+
+func (m *CMsgClientUpdateUserGameInfo) GetSteamidIdgs() uint64 {
+ if m != nil && m.SteamidIdgs != nil {
+ return *m.SteamidIdgs
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateUserGameInfo) GetGameid() uint64 {
+ if m != nil && m.Gameid != nil {
+ return *m.Gameid
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateUserGameInfo) GetGameIp() uint32 {
+ if m != nil && m.GameIp != nil {
+ return *m.GameIp
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateUserGameInfo) GetGamePort() uint32 {
+ if m != nil && m.GamePort != nil {
+ return *m.GamePort
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateUserGameInfo) GetToken() []byte {
+ if m != nil {
+ return m.Token
+ }
+ return nil
+}
+
+type CMsgClientRichPresenceUpload struct {
+ RichPresenceKv []byte `protobuf:"bytes,1,opt,name=rich_presence_kv,json=richPresenceKv" json:"rich_presence_kv,omitempty"`
+ SteamidBroadcast []uint64 `protobuf:"fixed64,2,rep,name=steamid_broadcast,json=steamidBroadcast" json:"steamid_broadcast,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRichPresenceUpload) Reset() { *m = CMsgClientRichPresenceUpload{} }
+func (m *CMsgClientRichPresenceUpload) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRichPresenceUpload) ProtoMessage() {}
+func (*CMsgClientRichPresenceUpload) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{29}
+}
+
+func (m *CMsgClientRichPresenceUpload) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRichPresenceUpload.Unmarshal(m, b)
+}
+func (m *CMsgClientRichPresenceUpload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRichPresenceUpload.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRichPresenceUpload) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRichPresenceUpload.Merge(m, src)
+}
+func (m *CMsgClientRichPresenceUpload) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRichPresenceUpload.Size(m)
+}
+func (m *CMsgClientRichPresenceUpload) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRichPresenceUpload.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRichPresenceUpload proto.InternalMessageInfo
+
+func (m *CMsgClientRichPresenceUpload) GetRichPresenceKv() []byte {
+ if m != nil {
+ return m.RichPresenceKv
+ }
+ return nil
+}
+
+func (m *CMsgClientRichPresenceUpload) GetSteamidBroadcast() []uint64 {
+ if m != nil {
+ return m.SteamidBroadcast
+ }
+ return nil
+}
+
+type CMsgClientRichPresenceRequest struct {
+ SteamidRequest []uint64 `protobuf:"fixed64,1,rep,name=steamid_request,json=steamidRequest" json:"steamid_request,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRichPresenceRequest) Reset() { *m = CMsgClientRichPresenceRequest{} }
+func (m *CMsgClientRichPresenceRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRichPresenceRequest) ProtoMessage() {}
+func (*CMsgClientRichPresenceRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{30}
+}
+
+func (m *CMsgClientRichPresenceRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRichPresenceRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientRichPresenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRichPresenceRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRichPresenceRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRichPresenceRequest.Merge(m, src)
+}
+func (m *CMsgClientRichPresenceRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRichPresenceRequest.Size(m)
+}
+func (m *CMsgClientRichPresenceRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRichPresenceRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRichPresenceRequest proto.InternalMessageInfo
+
+func (m *CMsgClientRichPresenceRequest) GetSteamidRequest() []uint64 {
+ if m != nil {
+ return m.SteamidRequest
+ }
+ return nil
+}
+
+type CMsgClientRichPresenceInfo struct {
+ RichPresence []*CMsgClientRichPresenceInfo_RichPresence `protobuf:"bytes,1,rep,name=rich_presence,json=richPresence" json:"rich_presence,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRichPresenceInfo) Reset() { *m = CMsgClientRichPresenceInfo{} }
+func (m *CMsgClientRichPresenceInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRichPresenceInfo) ProtoMessage() {}
+func (*CMsgClientRichPresenceInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{31}
+}
+
+func (m *CMsgClientRichPresenceInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRichPresenceInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientRichPresenceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRichPresenceInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRichPresenceInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRichPresenceInfo.Merge(m, src)
+}
+func (m *CMsgClientRichPresenceInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRichPresenceInfo.Size(m)
+}
+func (m *CMsgClientRichPresenceInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRichPresenceInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRichPresenceInfo proto.InternalMessageInfo
+
+func (m *CMsgClientRichPresenceInfo) GetRichPresence() []*CMsgClientRichPresenceInfo_RichPresence {
+ if m != nil {
+ return m.RichPresence
+ }
+ return nil
+}
+
+type CMsgClientRichPresenceInfo_RichPresence struct {
+ SteamidUser *uint64 `protobuf:"fixed64,1,opt,name=steamid_user,json=steamidUser" json:"steamid_user,omitempty"`
+ RichPresenceKv []byte `protobuf:"bytes,2,opt,name=rich_presence_kv,json=richPresenceKv" json:"rich_presence_kv,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRichPresenceInfo_RichPresence) Reset() {
+ *m = CMsgClientRichPresenceInfo_RichPresence{}
+}
+func (m *CMsgClientRichPresenceInfo_RichPresence) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRichPresenceInfo_RichPresence) ProtoMessage() {}
+func (*CMsgClientRichPresenceInfo_RichPresence) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{31, 0}
+}
+
+func (m *CMsgClientRichPresenceInfo_RichPresence) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRichPresenceInfo_RichPresence.Unmarshal(m, b)
+}
+func (m *CMsgClientRichPresenceInfo_RichPresence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRichPresenceInfo_RichPresence.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRichPresenceInfo_RichPresence) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRichPresenceInfo_RichPresence.Merge(m, src)
+}
+func (m *CMsgClientRichPresenceInfo_RichPresence) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRichPresenceInfo_RichPresence.Size(m)
+}
+func (m *CMsgClientRichPresenceInfo_RichPresence) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRichPresenceInfo_RichPresence.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRichPresenceInfo_RichPresence proto.InternalMessageInfo
+
+func (m *CMsgClientRichPresenceInfo_RichPresence) GetSteamidUser() uint64 {
+ if m != nil && m.SteamidUser != nil {
+ return *m.SteamidUser
+ }
+ return 0
+}
+
+func (m *CMsgClientRichPresenceInfo_RichPresence) GetRichPresenceKv() []byte {
+ if m != nil {
+ return m.RichPresenceKv
+ }
+ return nil
+}
+
+type CMsgClientCheckFileSignature struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCheckFileSignature) Reset() { *m = CMsgClientCheckFileSignature{} }
+func (m *CMsgClientCheckFileSignature) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCheckFileSignature) ProtoMessage() {}
+func (*CMsgClientCheckFileSignature) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{32}
+}
+
+func (m *CMsgClientCheckFileSignature) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCheckFileSignature.Unmarshal(m, b)
+}
+func (m *CMsgClientCheckFileSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCheckFileSignature.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCheckFileSignature) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCheckFileSignature.Merge(m, src)
+}
+func (m *CMsgClientCheckFileSignature) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCheckFileSignature.Size(m)
+}
+func (m *CMsgClientCheckFileSignature) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCheckFileSignature.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCheckFileSignature proto.InternalMessageInfo
+
+func (m *CMsgClientCheckFileSignature) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientCheckFileSignatureResponse struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Pid *uint32 `protobuf:"varint,2,opt,name=pid" json:"pid,omitempty"`
+ Eresult *uint32 `protobuf:"varint,3,opt,name=eresult" json:"eresult,omitempty"`
+ Filename *string `protobuf:"bytes,4,opt,name=filename" json:"filename,omitempty"`
+ Esignatureresult *uint32 `protobuf:"varint,5,opt,name=esignatureresult" json:"esignatureresult,omitempty"`
+ ShaFile []byte `protobuf:"bytes,6,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ Signatureheader []byte `protobuf:"bytes,7,opt,name=signatureheader" json:"signatureheader,omitempty"`
+ Filesize *uint32 `protobuf:"varint,8,opt,name=filesize" json:"filesize,omitempty"`
+ Getlasterror *uint32 `protobuf:"varint,9,opt,name=getlasterror" json:"getlasterror,omitempty"`
+ Evalvesignaturecheckdetail *uint32 `protobuf:"varint,10,opt,name=evalvesignaturecheckdetail" json:"evalvesignaturecheckdetail,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) Reset() { *m = CMsgClientCheckFileSignatureResponse{} }
+func (m *CMsgClientCheckFileSignatureResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCheckFileSignatureResponse) ProtoMessage() {}
+func (*CMsgClientCheckFileSignatureResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{33}
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCheckFileSignatureResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientCheckFileSignatureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCheckFileSignatureResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCheckFileSignatureResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCheckFileSignatureResponse.Merge(m, src)
+}
+func (m *CMsgClientCheckFileSignatureResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCheckFileSignatureResponse.Size(m)
+}
+func (m *CMsgClientCheckFileSignatureResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCheckFileSignatureResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCheckFileSignatureResponse proto.InternalMessageInfo
+
+func (m *CMsgClientCheckFileSignatureResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetPid() uint32 {
+ if m != nil && m.Pid != nil {
+ return *m.Pid
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetEsignatureresult() uint32 {
+ if m != nil && m.Esignatureresult != nil {
+ return *m.Esignatureresult
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetSignatureheader() []byte {
+ if m != nil {
+ return m.Signatureheader
+ }
+ return nil
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetFilesize() uint32 {
+ if m != nil && m.Filesize != nil {
+ return *m.Filesize
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetGetlasterror() uint32 {
+ if m != nil && m.Getlasterror != nil {
+ return *m.Getlasterror
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckFileSignatureResponse) GetEvalvesignaturecheckdetail() uint32 {
+ if m != nil && m.Evalvesignaturecheckdetail != nil {
+ return *m.Evalvesignaturecheckdetail
+ }
+ return 0
+}
+
+type CMsgClientReadMachineAuth struct {
+ Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
+ Offset *uint32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
+ Cubtoread *uint32 `protobuf:"varint,3,opt,name=cubtoread" json:"cubtoread,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientReadMachineAuth) Reset() { *m = CMsgClientReadMachineAuth{} }
+func (m *CMsgClientReadMachineAuth) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientReadMachineAuth) ProtoMessage() {}
+func (*CMsgClientReadMachineAuth) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{34}
+}
+
+func (m *CMsgClientReadMachineAuth) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientReadMachineAuth.Unmarshal(m, b)
+}
+func (m *CMsgClientReadMachineAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientReadMachineAuth.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientReadMachineAuth) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientReadMachineAuth.Merge(m, src)
+}
+func (m *CMsgClientReadMachineAuth) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientReadMachineAuth.Size(m)
+}
+func (m *CMsgClientReadMachineAuth) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientReadMachineAuth.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientReadMachineAuth proto.InternalMessageInfo
+
+func (m *CMsgClientReadMachineAuth) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientReadMachineAuth) GetOffset() uint32 {
+ if m != nil && m.Offset != nil {
+ return *m.Offset
+ }
+ return 0
+}
+
+func (m *CMsgClientReadMachineAuth) GetCubtoread() uint32 {
+ if m != nil && m.Cubtoread != nil {
+ return *m.Cubtoread
+ }
+ return 0
+}
+
+type CMsgClientReadMachineAuthResponse struct {
+ Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
+ Filesize *uint32 `protobuf:"varint,3,opt,name=filesize" json:"filesize,omitempty"`
+ ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ Getlasterror *uint32 `protobuf:"varint,5,opt,name=getlasterror" json:"getlasterror,omitempty"`
+ Offset *uint32 `protobuf:"varint,6,opt,name=offset" json:"offset,omitempty"`
+ Cubread *uint32 `protobuf:"varint,7,opt,name=cubread" json:"cubread,omitempty"`
+ BytesRead []byte `protobuf:"bytes,8,opt,name=bytes_read,json=bytesRead" json:"bytes_read,omitempty"`
+ FilenameSentry *string `protobuf:"bytes,9,opt,name=filename_sentry,json=filenameSentry" json:"filename_sentry,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientReadMachineAuthResponse) Reset() { *m = CMsgClientReadMachineAuthResponse{} }
+func (m *CMsgClientReadMachineAuthResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientReadMachineAuthResponse) ProtoMessage() {}
+func (*CMsgClientReadMachineAuthResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{35}
+}
+
+func (m *CMsgClientReadMachineAuthResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientReadMachineAuthResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientReadMachineAuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientReadMachineAuthResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientReadMachineAuthResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientReadMachineAuthResponse.Merge(m, src)
+}
+func (m *CMsgClientReadMachineAuthResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientReadMachineAuthResponse.Size(m)
+}
+func (m *CMsgClientReadMachineAuthResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientReadMachineAuthResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientReadMachineAuthResponse proto.InternalMessageInfo
+
+func (m *CMsgClientReadMachineAuthResponse) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetFilesize() uint32 {
+ if m != nil && m.Filesize != nil {
+ return *m.Filesize
+ }
+ return 0
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetGetlasterror() uint32 {
+ if m != nil && m.Getlasterror != nil {
+ return *m.Getlasterror
+ }
+ return 0
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetOffset() uint32 {
+ if m != nil && m.Offset != nil {
+ return *m.Offset
+ }
+ return 0
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetCubread() uint32 {
+ if m != nil && m.Cubread != nil {
+ return *m.Cubread
+ }
+ return 0
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetBytesRead() []byte {
+ if m != nil {
+ return m.BytesRead
+ }
+ return nil
+}
+
+func (m *CMsgClientReadMachineAuthResponse) GetFilenameSentry() string {
+ if m != nil && m.FilenameSentry != nil {
+ return *m.FilenameSentry
+ }
+ return ""
+}
+
+type CMsgClientUpdateMachineAuth struct {
+ Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
+ Offset *uint32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
+ Cubtowrite *uint32 `protobuf:"varint,3,opt,name=cubtowrite" json:"cubtowrite,omitempty"`
+ Bytes []byte `protobuf:"bytes,4,opt,name=bytes" json:"bytes,omitempty"`
+ OtpType *uint32 `protobuf:"varint,5,opt,name=otp_type,json=otpType" json:"otp_type,omitempty"`
+ OtpIdentifier *string `protobuf:"bytes,6,opt,name=otp_identifier,json=otpIdentifier" json:"otp_identifier,omitempty"`
+ OtpSharedsecret []byte `protobuf:"bytes,7,opt,name=otp_sharedsecret,json=otpSharedsecret" json:"otp_sharedsecret,omitempty"`
+ OtpTimedrift *uint32 `protobuf:"varint,8,opt,name=otp_timedrift,json=otpTimedrift" json:"otp_timedrift,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUpdateMachineAuth) Reset() { *m = CMsgClientUpdateMachineAuth{} }
+func (m *CMsgClientUpdateMachineAuth) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUpdateMachineAuth) ProtoMessage() {}
+func (*CMsgClientUpdateMachineAuth) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{36}
+}
+
+func (m *CMsgClientUpdateMachineAuth) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUpdateMachineAuth.Unmarshal(m, b)
+}
+func (m *CMsgClientUpdateMachineAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUpdateMachineAuth.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUpdateMachineAuth) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUpdateMachineAuth.Merge(m, src)
+}
+func (m *CMsgClientUpdateMachineAuth) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUpdateMachineAuth.Size(m)
+}
+func (m *CMsgClientUpdateMachineAuth) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUpdateMachineAuth.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUpdateMachineAuth proto.InternalMessageInfo
+
+func (m *CMsgClientUpdateMachineAuth) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetOffset() uint32 {
+ if m != nil && m.Offset != nil {
+ return *m.Offset
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetCubtowrite() uint32 {
+ if m != nil && m.Cubtowrite != nil {
+ return *m.Cubtowrite
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetBytes() []byte {
+ if m != nil {
+ return m.Bytes
+ }
+ return nil
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetOtpType() uint32 {
+ if m != nil && m.OtpType != nil {
+ return *m.OtpType
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetOtpIdentifier() string {
+ if m != nil && m.OtpIdentifier != nil {
+ return *m.OtpIdentifier
+ }
+ return ""
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetOtpSharedsecret() []byte {
+ if m != nil {
+ return m.OtpSharedsecret
+ }
+ return nil
+}
+
+func (m *CMsgClientUpdateMachineAuth) GetOtpTimedrift() uint32 {
+ if m != nil && m.OtpTimedrift != nil {
+ return *m.OtpTimedrift
+ }
+ return 0
+}
+
+type CMsgClientUpdateMachineAuthResponse struct {
+ Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
+ Filesize *uint32 `protobuf:"varint,3,opt,name=filesize" json:"filesize,omitempty"`
+ ShaFile []byte `protobuf:"bytes,4,opt,name=sha_file,json=shaFile" json:"sha_file,omitempty"`
+ Getlasterror *uint32 `protobuf:"varint,5,opt,name=getlasterror" json:"getlasterror,omitempty"`
+ Offset *uint32 `protobuf:"varint,6,opt,name=offset" json:"offset,omitempty"`
+ Cubwrote *uint32 `protobuf:"varint,7,opt,name=cubwrote" json:"cubwrote,omitempty"`
+ OtpType *int32 `protobuf:"varint,8,opt,name=otp_type,json=otpType" json:"otp_type,omitempty"`
+ OtpValue *uint32 `protobuf:"varint,9,opt,name=otp_value,json=otpValue" json:"otp_value,omitempty"`
+ OtpIdentifier *string `protobuf:"bytes,10,opt,name=otp_identifier,json=otpIdentifier" json:"otp_identifier,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) Reset() { *m = CMsgClientUpdateMachineAuthResponse{} }
+func (m *CMsgClientUpdateMachineAuthResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUpdateMachineAuthResponse) ProtoMessage() {}
+func (*CMsgClientUpdateMachineAuthResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{37}
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUpdateMachineAuthResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUpdateMachineAuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUpdateMachineAuthResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUpdateMachineAuthResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUpdateMachineAuthResponse.Merge(m, src)
+}
+func (m *CMsgClientUpdateMachineAuthResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUpdateMachineAuthResponse.Size(m)
+}
+func (m *CMsgClientUpdateMachineAuthResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUpdateMachineAuthResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUpdateMachineAuthResponse proto.InternalMessageInfo
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetFilesize() uint32 {
+ if m != nil && m.Filesize != nil {
+ return *m.Filesize
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetShaFile() []byte {
+ if m != nil {
+ return m.ShaFile
+ }
+ return nil
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetGetlasterror() uint32 {
+ if m != nil && m.Getlasterror != nil {
+ return *m.Getlasterror
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetOffset() uint32 {
+ if m != nil && m.Offset != nil {
+ return *m.Offset
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetCubwrote() uint32 {
+ if m != nil && m.Cubwrote != nil {
+ return *m.Cubwrote
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetOtpType() int32 {
+ if m != nil && m.OtpType != nil {
+ return *m.OtpType
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetOtpValue() uint32 {
+ if m != nil && m.OtpValue != nil {
+ return *m.OtpValue
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateMachineAuthResponse) GetOtpIdentifier() string {
+ if m != nil && m.OtpIdentifier != nil {
+ return *m.OtpIdentifier
+ }
+ return ""
+}
+
+type CMsgClientRequestMachineAuth struct {
+ Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
+ EresultSentryfile *uint32 `protobuf:"varint,2,opt,name=eresult_sentryfile,json=eresultSentryfile" json:"eresult_sentryfile,omitempty"`
+ Filesize *uint32 `protobuf:"varint,3,opt,name=filesize" json:"filesize,omitempty"`
+ ShaSentryfile []byte `protobuf:"bytes,4,opt,name=sha_sentryfile,json=shaSentryfile" json:"sha_sentryfile,omitempty"`
+ LockAccountAction *int32 `protobuf:"varint,6,opt,name=lock_account_action,json=lockAccountAction" json:"lock_account_action,omitempty"`
+ OtpType *uint32 `protobuf:"varint,7,opt,name=otp_type,json=otpType" json:"otp_type,omitempty"`
+ OtpIdentifier *string `protobuf:"bytes,8,opt,name=otp_identifier,json=otpIdentifier" json:"otp_identifier,omitempty"`
+ OtpSharedsecret []byte `protobuf:"bytes,9,opt,name=otp_sharedsecret,json=otpSharedsecret" json:"otp_sharedsecret,omitempty"`
+ OtpValue *uint32 `protobuf:"varint,10,opt,name=otp_value,json=otpValue" json:"otp_value,omitempty"`
+ MachineName *string `protobuf:"bytes,11,opt,name=machine_name,json=machineName" json:"machine_name,omitempty"`
+ MachineNameUserchosen *string `protobuf:"bytes,12,opt,name=machine_name_userchosen,json=machineNameUserchosen" json:"machine_name_userchosen,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestMachineAuth) Reset() { *m = CMsgClientRequestMachineAuth{} }
+func (m *CMsgClientRequestMachineAuth) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestMachineAuth) ProtoMessage() {}
+func (*CMsgClientRequestMachineAuth) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{38}
+}
+
+func (m *CMsgClientRequestMachineAuth) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestMachineAuth.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestMachineAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestMachineAuth.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestMachineAuth) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestMachineAuth.Merge(m, src)
+}
+func (m *CMsgClientRequestMachineAuth) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestMachineAuth.Size(m)
+}
+func (m *CMsgClientRequestMachineAuth) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestMachineAuth.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestMachineAuth proto.InternalMessageInfo
+
+func (m *CMsgClientRequestMachineAuth) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestMachineAuth) GetEresultSentryfile() uint32 {
+ if m != nil && m.EresultSentryfile != nil {
+ return *m.EresultSentryfile
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestMachineAuth) GetFilesize() uint32 {
+ if m != nil && m.Filesize != nil {
+ return *m.Filesize
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestMachineAuth) GetShaSentryfile() []byte {
+ if m != nil {
+ return m.ShaSentryfile
+ }
+ return nil
+}
+
+func (m *CMsgClientRequestMachineAuth) GetLockAccountAction() int32 {
+ if m != nil && m.LockAccountAction != nil {
+ return *m.LockAccountAction
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestMachineAuth) GetOtpType() uint32 {
+ if m != nil && m.OtpType != nil {
+ return *m.OtpType
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestMachineAuth) GetOtpIdentifier() string {
+ if m != nil && m.OtpIdentifier != nil {
+ return *m.OtpIdentifier
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestMachineAuth) GetOtpSharedsecret() []byte {
+ if m != nil {
+ return m.OtpSharedsecret
+ }
+ return nil
+}
+
+func (m *CMsgClientRequestMachineAuth) GetOtpValue() uint32 {
+ if m != nil && m.OtpValue != nil {
+ return *m.OtpValue
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestMachineAuth) GetMachineName() string {
+ if m != nil && m.MachineName != nil {
+ return *m.MachineName
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestMachineAuth) GetMachineNameUserchosen() string {
+ if m != nil && m.MachineNameUserchosen != nil {
+ return *m.MachineNameUserchosen
+ }
+ return ""
+}
+
+type CMsgClientRequestMachineAuthResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestMachineAuthResponse) Reset() { *m = CMsgClientRequestMachineAuthResponse{} }
+func (m *CMsgClientRequestMachineAuthResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestMachineAuthResponse) ProtoMessage() {}
+func (*CMsgClientRequestMachineAuthResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{39}
+}
+
+func (m *CMsgClientRequestMachineAuthResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestMachineAuthResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestMachineAuthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestMachineAuthResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestMachineAuthResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestMachineAuthResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestMachineAuthResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestMachineAuthResponse.Size(m)
+}
+func (m *CMsgClientRequestMachineAuthResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestMachineAuthResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestMachineAuthResponse proto.InternalMessageInfo
+
+func (m *CMsgClientRequestMachineAuthResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientRegisterKey struct {
+ Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRegisterKey) Reset() { *m = CMsgClientRegisterKey{} }
+func (m *CMsgClientRegisterKey) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRegisterKey) ProtoMessage() {}
+func (*CMsgClientRegisterKey) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{40}
+}
+
+func (m *CMsgClientRegisterKey) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRegisterKey.Unmarshal(m, b)
+}
+func (m *CMsgClientRegisterKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRegisterKey.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRegisterKey) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRegisterKey.Merge(m, src)
+}
+func (m *CMsgClientRegisterKey) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRegisterKey.Size(m)
+}
+func (m *CMsgClientRegisterKey) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRegisterKey.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRegisterKey proto.InternalMessageInfo
+
+func (m *CMsgClientRegisterKey) GetKey() string {
+ if m != nil && m.Key != nil {
+ return *m.Key
+ }
+ return ""
+}
+
+type CMsgClientPurchaseResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PurchaseResultDetails *int32 `protobuf:"varint,2,opt,name=purchase_result_details,json=purchaseResultDetails" json:"purchase_result_details,omitempty"`
+ PurchaseReceiptInfo []byte `protobuf:"bytes,3,opt,name=purchase_receipt_info,json=purchaseReceiptInfo" json:"purchase_receipt_info,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPurchaseResponse) Reset() { *m = CMsgClientPurchaseResponse{} }
+func (m *CMsgClientPurchaseResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPurchaseResponse) ProtoMessage() {}
+func (*CMsgClientPurchaseResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{41}
+}
+
+func (m *CMsgClientPurchaseResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPurchaseResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientPurchaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPurchaseResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPurchaseResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPurchaseResponse.Merge(m, src)
+}
+func (m *CMsgClientPurchaseResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPurchaseResponse.Size(m)
+}
+func (m *CMsgClientPurchaseResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPurchaseResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPurchaseResponse proto.InternalMessageInfo
+
+const Default_CMsgClientPurchaseResponse_Eresult int32 = 2
+
+func (m *CMsgClientPurchaseResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientPurchaseResponse_Eresult
+}
+
+func (m *CMsgClientPurchaseResponse) GetPurchaseResultDetails() int32 {
+ if m != nil && m.PurchaseResultDetails != nil {
+ return *m.PurchaseResultDetails
+ }
+ return 0
+}
+
+func (m *CMsgClientPurchaseResponse) GetPurchaseReceiptInfo() []byte {
+ if m != nil {
+ return m.PurchaseReceiptInfo
+ }
+ return nil
+}
+
+type CMsgClientActivateOEMLicense struct {
+ BiosManufacturer *string `protobuf:"bytes,1,opt,name=bios_manufacturer,json=biosManufacturer" json:"bios_manufacturer,omitempty"`
+ BiosSerialnumber *string `protobuf:"bytes,2,opt,name=bios_serialnumber,json=biosSerialnumber" json:"bios_serialnumber,omitempty"`
+ LicenseFile []byte `protobuf:"bytes,3,opt,name=license_file,json=licenseFile" json:"license_file,omitempty"`
+ MainboardManufacturer *string `protobuf:"bytes,4,opt,name=mainboard_manufacturer,json=mainboardManufacturer" json:"mainboard_manufacturer,omitempty"`
+ MainboardProduct *string `protobuf:"bytes,5,opt,name=mainboard_product,json=mainboardProduct" json:"mainboard_product,omitempty"`
+ MainboardSerialnumber *string `protobuf:"bytes,6,opt,name=mainboard_serialnumber,json=mainboardSerialnumber" json:"mainboard_serialnumber,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientActivateOEMLicense) Reset() { *m = CMsgClientActivateOEMLicense{} }
+func (m *CMsgClientActivateOEMLicense) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientActivateOEMLicense) ProtoMessage() {}
+func (*CMsgClientActivateOEMLicense) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{42}
+}
+
+func (m *CMsgClientActivateOEMLicense) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientActivateOEMLicense.Unmarshal(m, b)
+}
+func (m *CMsgClientActivateOEMLicense) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientActivateOEMLicense.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientActivateOEMLicense) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientActivateOEMLicense.Merge(m, src)
+}
+func (m *CMsgClientActivateOEMLicense) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientActivateOEMLicense.Size(m)
+}
+func (m *CMsgClientActivateOEMLicense) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientActivateOEMLicense.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientActivateOEMLicense proto.InternalMessageInfo
+
+func (m *CMsgClientActivateOEMLicense) GetBiosManufacturer() string {
+ if m != nil && m.BiosManufacturer != nil {
+ return *m.BiosManufacturer
+ }
+ return ""
+}
+
+func (m *CMsgClientActivateOEMLicense) GetBiosSerialnumber() string {
+ if m != nil && m.BiosSerialnumber != nil {
+ return *m.BiosSerialnumber
+ }
+ return ""
+}
+
+func (m *CMsgClientActivateOEMLicense) GetLicenseFile() []byte {
+ if m != nil {
+ return m.LicenseFile
+ }
+ return nil
+}
+
+func (m *CMsgClientActivateOEMLicense) GetMainboardManufacturer() string {
+ if m != nil && m.MainboardManufacturer != nil {
+ return *m.MainboardManufacturer
+ }
+ return ""
+}
+
+func (m *CMsgClientActivateOEMLicense) GetMainboardProduct() string {
+ if m != nil && m.MainboardProduct != nil {
+ return *m.MainboardProduct
+ }
+ return ""
+}
+
+func (m *CMsgClientActivateOEMLicense) GetMainboardSerialnumber() string {
+ if m != nil && m.MainboardSerialnumber != nil {
+ return *m.MainboardSerialnumber
+ }
+ return ""
+}
+
+type CMsgClientRegisterOEMMachine struct {
+ OemRegisterFile []byte `protobuf:"bytes,1,opt,name=oem_register_file,json=oemRegisterFile" json:"oem_register_file,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRegisterOEMMachine) Reset() { *m = CMsgClientRegisterOEMMachine{} }
+func (m *CMsgClientRegisterOEMMachine) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRegisterOEMMachine) ProtoMessage() {}
+func (*CMsgClientRegisterOEMMachine) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{43}
+}
+
+func (m *CMsgClientRegisterOEMMachine) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRegisterOEMMachine.Unmarshal(m, b)
+}
+func (m *CMsgClientRegisterOEMMachine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRegisterOEMMachine.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRegisterOEMMachine) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRegisterOEMMachine.Merge(m, src)
+}
+func (m *CMsgClientRegisterOEMMachine) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRegisterOEMMachine.Size(m)
+}
+func (m *CMsgClientRegisterOEMMachine) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRegisterOEMMachine.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRegisterOEMMachine proto.InternalMessageInfo
+
+func (m *CMsgClientRegisterOEMMachine) GetOemRegisterFile() []byte {
+ if m != nil {
+ return m.OemRegisterFile
+ }
+ return nil
+}
+
+type CMsgClientRegisterOEMMachineResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRegisterOEMMachineResponse) Reset() { *m = CMsgClientRegisterOEMMachineResponse{} }
+func (m *CMsgClientRegisterOEMMachineResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRegisterOEMMachineResponse) ProtoMessage() {}
+func (*CMsgClientRegisterOEMMachineResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{44}
+}
+
+func (m *CMsgClientRegisterOEMMachineResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRegisterOEMMachineResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRegisterOEMMachineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRegisterOEMMachineResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRegisterOEMMachineResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRegisterOEMMachineResponse.Merge(m, src)
+}
+func (m *CMsgClientRegisterOEMMachineResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRegisterOEMMachineResponse.Size(m)
+}
+func (m *CMsgClientRegisterOEMMachineResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRegisterOEMMachineResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRegisterOEMMachineResponse proto.InternalMessageInfo
+
+func (m *CMsgClientRegisterOEMMachineResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientPurchaseWithMachineID struct {
+ PackageId *uint32 `protobuf:"varint,1,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
+ MachineInfo []byte `protobuf:"bytes,2,opt,name=machine_info,json=machineInfo" json:"machine_info,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPurchaseWithMachineID) Reset() { *m = CMsgClientPurchaseWithMachineID{} }
+func (m *CMsgClientPurchaseWithMachineID) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPurchaseWithMachineID) ProtoMessage() {}
+func (*CMsgClientPurchaseWithMachineID) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{45}
+}
+
+func (m *CMsgClientPurchaseWithMachineID) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPurchaseWithMachineID.Unmarshal(m, b)
+}
+func (m *CMsgClientPurchaseWithMachineID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPurchaseWithMachineID.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPurchaseWithMachineID) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPurchaseWithMachineID.Merge(m, src)
+}
+func (m *CMsgClientPurchaseWithMachineID) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPurchaseWithMachineID.Size(m)
+}
+func (m *CMsgClientPurchaseWithMachineID) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPurchaseWithMachineID.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPurchaseWithMachineID proto.InternalMessageInfo
+
+func (m *CMsgClientPurchaseWithMachineID) GetPackageId() uint32 {
+ if m != nil && m.PackageId != nil {
+ return *m.PackageId
+ }
+ return 0
+}
+
+func (m *CMsgClientPurchaseWithMachineID) GetMachineInfo() []byte {
+ if m != nil {
+ return m.MachineInfo
+ }
+ return nil
+}
+
+type CMsgTrading_InitiateTradeRequest struct {
+ TradeRequestId *uint32 `protobuf:"varint,1,opt,name=trade_request_id,json=tradeRequestId" json:"trade_request_id,omitempty"`
+ OtherSteamid *uint64 `protobuf:"varint,2,opt,name=other_steamid,json=otherSteamid" json:"other_steamid,omitempty"`
+ OtherName *string `protobuf:"bytes,3,opt,name=other_name,json=otherName" json:"other_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgTrading_InitiateTradeRequest) Reset() { *m = CMsgTrading_InitiateTradeRequest{} }
+func (m *CMsgTrading_InitiateTradeRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgTrading_InitiateTradeRequest) ProtoMessage() {}
+func (*CMsgTrading_InitiateTradeRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{46}
+}
+
+func (m *CMsgTrading_InitiateTradeRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgTrading_InitiateTradeRequest.Unmarshal(m, b)
+}
+func (m *CMsgTrading_InitiateTradeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgTrading_InitiateTradeRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgTrading_InitiateTradeRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgTrading_InitiateTradeRequest.Merge(m, src)
+}
+func (m *CMsgTrading_InitiateTradeRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgTrading_InitiateTradeRequest.Size(m)
+}
+func (m *CMsgTrading_InitiateTradeRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgTrading_InitiateTradeRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgTrading_InitiateTradeRequest proto.InternalMessageInfo
+
+func (m *CMsgTrading_InitiateTradeRequest) GetTradeRequestId() uint32 {
+ if m != nil && m.TradeRequestId != nil {
+ return *m.TradeRequestId
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeRequest) GetOtherSteamid() uint64 {
+ if m != nil && m.OtherSteamid != nil {
+ return *m.OtherSteamid
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeRequest) GetOtherName() string {
+ if m != nil && m.OtherName != nil {
+ return *m.OtherName
+ }
+ return ""
+}
+
+type CMsgTrading_InitiateTradeResponse struct {
+ Response *uint32 `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
+ TradeRequestId *uint32 `protobuf:"varint,2,opt,name=trade_request_id,json=tradeRequestId" json:"trade_request_id,omitempty"`
+ OtherSteamid *uint64 `protobuf:"varint,3,opt,name=other_steamid,json=otherSteamid" json:"other_steamid,omitempty"`
+ SteamguardRequiredDays *uint32 `protobuf:"varint,4,opt,name=steamguard_required_days,json=steamguardRequiredDays" json:"steamguard_required_days,omitempty"`
+ NewDeviceCooldownDays *uint32 `protobuf:"varint,5,opt,name=new_device_cooldown_days,json=newDeviceCooldownDays" json:"new_device_cooldown_days,omitempty"`
+ DefaultPasswordResetProbationDays *uint32 `protobuf:"varint,6,opt,name=default_password_reset_probation_days,json=defaultPasswordResetProbationDays" json:"default_password_reset_probation_days,omitempty"`
+ PasswordResetProbationDays *uint32 `protobuf:"varint,7,opt,name=password_reset_probation_days,json=passwordResetProbationDays" json:"password_reset_probation_days,omitempty"`
+ DefaultEmailChangeProbationDays *uint32 `protobuf:"varint,8,opt,name=default_email_change_probation_days,json=defaultEmailChangeProbationDays" json:"default_email_change_probation_days,omitempty"`
+ EmailChangeProbationDays *uint32 `protobuf:"varint,9,opt,name=email_change_probation_days,json=emailChangeProbationDays" json:"email_change_probation_days,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) Reset() { *m = CMsgTrading_InitiateTradeResponse{} }
+func (m *CMsgTrading_InitiateTradeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgTrading_InitiateTradeResponse) ProtoMessage() {}
+func (*CMsgTrading_InitiateTradeResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{47}
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgTrading_InitiateTradeResponse.Unmarshal(m, b)
+}
+func (m *CMsgTrading_InitiateTradeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgTrading_InitiateTradeResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgTrading_InitiateTradeResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgTrading_InitiateTradeResponse.Merge(m, src)
+}
+func (m *CMsgTrading_InitiateTradeResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgTrading_InitiateTradeResponse.Size(m)
+}
+func (m *CMsgTrading_InitiateTradeResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgTrading_InitiateTradeResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgTrading_InitiateTradeResponse proto.InternalMessageInfo
+
+func (m *CMsgTrading_InitiateTradeResponse) GetResponse() uint32 {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetTradeRequestId() uint32 {
+ if m != nil && m.TradeRequestId != nil {
+ return *m.TradeRequestId
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetOtherSteamid() uint64 {
+ if m != nil && m.OtherSteamid != nil {
+ return *m.OtherSteamid
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetSteamguardRequiredDays() uint32 {
+ if m != nil && m.SteamguardRequiredDays != nil {
+ return *m.SteamguardRequiredDays
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetNewDeviceCooldownDays() uint32 {
+ if m != nil && m.NewDeviceCooldownDays != nil {
+ return *m.NewDeviceCooldownDays
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetDefaultPasswordResetProbationDays() uint32 {
+ if m != nil && m.DefaultPasswordResetProbationDays != nil {
+ return *m.DefaultPasswordResetProbationDays
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetPasswordResetProbationDays() uint32 {
+ if m != nil && m.PasswordResetProbationDays != nil {
+ return *m.PasswordResetProbationDays
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetDefaultEmailChangeProbationDays() uint32 {
+ if m != nil && m.DefaultEmailChangeProbationDays != nil {
+ return *m.DefaultEmailChangeProbationDays
+ }
+ return 0
+}
+
+func (m *CMsgTrading_InitiateTradeResponse) GetEmailChangeProbationDays() uint32 {
+ if m != nil && m.EmailChangeProbationDays != nil {
+ return *m.EmailChangeProbationDays
+ }
+ return 0
+}
+
+type CMsgTrading_CancelTradeRequest struct {
+ OtherSteamid *uint64 `protobuf:"varint,1,opt,name=other_steamid,json=otherSteamid" json:"other_steamid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgTrading_CancelTradeRequest) Reset() { *m = CMsgTrading_CancelTradeRequest{} }
+func (m *CMsgTrading_CancelTradeRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgTrading_CancelTradeRequest) ProtoMessage() {}
+func (*CMsgTrading_CancelTradeRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{48}
+}
+
+func (m *CMsgTrading_CancelTradeRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgTrading_CancelTradeRequest.Unmarshal(m, b)
+}
+func (m *CMsgTrading_CancelTradeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgTrading_CancelTradeRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgTrading_CancelTradeRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgTrading_CancelTradeRequest.Merge(m, src)
+}
+func (m *CMsgTrading_CancelTradeRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgTrading_CancelTradeRequest.Size(m)
+}
+func (m *CMsgTrading_CancelTradeRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgTrading_CancelTradeRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgTrading_CancelTradeRequest proto.InternalMessageInfo
+
+func (m *CMsgTrading_CancelTradeRequest) GetOtherSteamid() uint64 {
+ if m != nil && m.OtherSteamid != nil {
+ return *m.OtherSteamid
+ }
+ return 0
+}
+
+type CMsgTrading_StartSession struct {
+ OtherSteamid *uint64 `protobuf:"varint,1,opt,name=other_steamid,json=otherSteamid" json:"other_steamid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgTrading_StartSession) Reset() { *m = CMsgTrading_StartSession{} }
+func (m *CMsgTrading_StartSession) String() string { return proto.CompactTextString(m) }
+func (*CMsgTrading_StartSession) ProtoMessage() {}
+func (*CMsgTrading_StartSession) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{49}
+}
+
+func (m *CMsgTrading_StartSession) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgTrading_StartSession.Unmarshal(m, b)
+}
+func (m *CMsgTrading_StartSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgTrading_StartSession.Marshal(b, m, deterministic)
+}
+func (m *CMsgTrading_StartSession) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgTrading_StartSession.Merge(m, src)
+}
+func (m *CMsgTrading_StartSession) XXX_Size() int {
+ return xxx_messageInfo_CMsgTrading_StartSession.Size(m)
+}
+func (m *CMsgTrading_StartSession) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgTrading_StartSession.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgTrading_StartSession proto.InternalMessageInfo
+
+func (m *CMsgTrading_StartSession) GetOtherSteamid() uint64 {
+ if m != nil && m.OtherSteamid != nil {
+ return *m.OtherSteamid
+ }
+ return 0
+}
+
+type CMsgClientGetCDNAuthToken struct {
+ DepotId *uint32 `protobuf:"varint,1,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ HostName *string `protobuf:"bytes,2,opt,name=host_name,json=hostName" json:"host_name,omitempty"`
+ AppId *uint32 `protobuf:"varint,3,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetCDNAuthToken) Reset() { *m = CMsgClientGetCDNAuthToken{} }
+func (m *CMsgClientGetCDNAuthToken) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetCDNAuthToken) ProtoMessage() {}
+func (*CMsgClientGetCDNAuthToken) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{50}
+}
+
+func (m *CMsgClientGetCDNAuthToken) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetCDNAuthToken.Unmarshal(m, b)
+}
+func (m *CMsgClientGetCDNAuthToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetCDNAuthToken.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetCDNAuthToken) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetCDNAuthToken.Merge(m, src)
+}
+func (m *CMsgClientGetCDNAuthToken) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetCDNAuthToken.Size(m)
+}
+func (m *CMsgClientGetCDNAuthToken) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetCDNAuthToken.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetCDNAuthToken proto.InternalMessageInfo
+
+func (m *CMsgClientGetCDNAuthToken) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetCDNAuthToken) GetHostName() string {
+ if m != nil && m.HostName != nil {
+ return *m.HostName
+ }
+ return ""
+}
+
+func (m *CMsgClientGetCDNAuthToken) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientGetDepotDecryptionKey struct {
+ DepotId *uint32 `protobuf:"varint,1,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetDepotDecryptionKey) Reset() { *m = CMsgClientGetDepotDecryptionKey{} }
+func (m *CMsgClientGetDepotDecryptionKey) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetDepotDecryptionKey) ProtoMessage() {}
+func (*CMsgClientGetDepotDecryptionKey) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{51}
+}
+
+func (m *CMsgClientGetDepotDecryptionKey) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetDepotDecryptionKey.Unmarshal(m, b)
+}
+func (m *CMsgClientGetDepotDecryptionKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetDepotDecryptionKey.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetDepotDecryptionKey) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetDepotDecryptionKey.Merge(m, src)
+}
+func (m *CMsgClientGetDepotDecryptionKey) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetDepotDecryptionKey.Size(m)
+}
+func (m *CMsgClientGetDepotDecryptionKey) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetDepotDecryptionKey.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetDepotDecryptionKey proto.InternalMessageInfo
+
+func (m *CMsgClientGetDepotDecryptionKey) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetDepotDecryptionKey) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+type CMsgClientGetDepotDecryptionKeyResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ DepotId *uint32 `protobuf:"varint,2,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ DepotEncryptionKey []byte `protobuf:"bytes,3,opt,name=depot_encryption_key,json=depotEncryptionKey" json:"depot_encryption_key,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetDepotDecryptionKeyResponse) Reset() {
+ *m = CMsgClientGetDepotDecryptionKeyResponse{}
+}
+func (m *CMsgClientGetDepotDecryptionKeyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetDepotDecryptionKeyResponse) ProtoMessage() {}
+func (*CMsgClientGetDepotDecryptionKeyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{52}
+}
+
+func (m *CMsgClientGetDepotDecryptionKeyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetDepotDecryptionKeyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetDepotDecryptionKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetDepotDecryptionKeyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetDepotDecryptionKeyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetDepotDecryptionKeyResponse.Merge(m, src)
+}
+func (m *CMsgClientGetDepotDecryptionKeyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetDepotDecryptionKeyResponse.Size(m)
+}
+func (m *CMsgClientGetDepotDecryptionKeyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetDepotDecryptionKeyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetDepotDecryptionKeyResponse proto.InternalMessageInfo
+
+const Default_CMsgClientGetDepotDecryptionKeyResponse_Eresult int32 = 2
+
+func (m *CMsgClientGetDepotDecryptionKeyResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientGetDepotDecryptionKeyResponse_Eresult
+}
+
+func (m *CMsgClientGetDepotDecryptionKeyResponse) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetDepotDecryptionKeyResponse) GetDepotEncryptionKey() []byte {
+ if m != nil {
+ return m.DepotEncryptionKey
+ }
+ return nil
+}
+
+type CMsgClientCheckAppBetaPassword struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Betapassword *string `protobuf:"bytes,2,opt,name=betapassword" json:"betapassword,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCheckAppBetaPassword) Reset() { *m = CMsgClientCheckAppBetaPassword{} }
+func (m *CMsgClientCheckAppBetaPassword) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCheckAppBetaPassword) ProtoMessage() {}
+func (*CMsgClientCheckAppBetaPassword) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{53}
+}
+
+func (m *CMsgClientCheckAppBetaPassword) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPassword.Unmarshal(m, b)
+}
+func (m *CMsgClientCheckAppBetaPassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPassword.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCheckAppBetaPassword) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCheckAppBetaPassword.Merge(m, src)
+}
+func (m *CMsgClientCheckAppBetaPassword) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPassword.Size(m)
+}
+func (m *CMsgClientCheckAppBetaPassword) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCheckAppBetaPassword.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCheckAppBetaPassword proto.InternalMessageInfo
+
+func (m *CMsgClientCheckAppBetaPassword) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientCheckAppBetaPassword) GetBetapassword() string {
+ if m != nil && m.Betapassword != nil {
+ return *m.Betapassword
+ }
+ return ""
+}
+
+type CMsgClientCheckAppBetaPasswordResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Betapasswords []*CMsgClientCheckAppBetaPasswordResponse_BetaPassword `protobuf:"bytes,4,rep,name=betapasswords" json:"betapasswords,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCheckAppBetaPasswordResponse) Reset() {
+ *m = CMsgClientCheckAppBetaPasswordResponse{}
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCheckAppBetaPasswordResponse) ProtoMessage() {}
+func (*CMsgClientCheckAppBetaPasswordResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{54}
+}
+
+func (m *CMsgClientCheckAppBetaPasswordResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse.Merge(m, src)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse.Size(m)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse proto.InternalMessageInfo
+
+const Default_CMsgClientCheckAppBetaPasswordResponse_Eresult int32 = 2
+
+func (m *CMsgClientCheckAppBetaPasswordResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientCheckAppBetaPasswordResponse_Eresult
+}
+
+func (m *CMsgClientCheckAppBetaPasswordResponse) GetBetapasswords() []*CMsgClientCheckAppBetaPasswordResponse_BetaPassword {
+ if m != nil {
+ return m.Betapasswords
+ }
+ return nil
+}
+
+type CMsgClientCheckAppBetaPasswordResponse_BetaPassword struct {
+ Betaname *string `protobuf:"bytes,1,opt,name=betaname" json:"betaname,omitempty"`
+ Betapassword *string `protobuf:"bytes,2,opt,name=betapassword" json:"betapassword,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) Reset() {
+ *m = CMsgClientCheckAppBetaPasswordResponse_BetaPassword{}
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientCheckAppBetaPasswordResponse_BetaPassword) ProtoMessage() {}
+func (*CMsgClientCheckAppBetaPasswordResponse_BetaPassword) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{54, 0}
+}
+
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse_BetaPassword.Unmarshal(m, b)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse_BetaPassword.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse_BetaPassword.Merge(m, src)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse_BetaPassword.Size(m)
+}
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse_BetaPassword.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCheckAppBetaPasswordResponse_BetaPassword proto.InternalMessageInfo
+
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) GetBetaname() string {
+ if m != nil && m.Betaname != nil {
+ return *m.Betaname
+ }
+ return ""
+}
+
+func (m *CMsgClientCheckAppBetaPasswordResponse_BetaPassword) GetBetapassword() string {
+ if m != nil && m.Betapassword != nil {
+ return *m.Betapassword
+ }
+ return ""
+}
+
+type CMsgClientUpdateAppJobReport struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ DepotIds []uint32 `protobuf:"varint,2,rep,name=depot_ids,json=depotIds" json:"depot_ids,omitempty"`
+ AppState *uint32 `protobuf:"varint,3,opt,name=app_state,json=appState" json:"app_state,omitempty"`
+ JobAppError *uint32 `protobuf:"varint,4,opt,name=job_app_error,json=jobAppError" json:"job_app_error,omitempty"`
+ ErrorDetails *string `protobuf:"bytes,5,opt,name=error_details,json=errorDetails" json:"error_details,omitempty"`
+ JobDuration *uint32 `protobuf:"varint,6,opt,name=job_duration,json=jobDuration" json:"job_duration,omitempty"`
+ FilesValidationFailed *uint32 `protobuf:"varint,7,opt,name=files_validation_failed,json=filesValidationFailed" json:"files_validation_failed,omitempty"`
+ JobBytesDownloaded *uint64 `protobuf:"varint,8,opt,name=job_bytes_downloaded,json=jobBytesDownloaded" json:"job_bytes_downloaded,omitempty"`
+ JobBytesStaged *uint64 `protobuf:"varint,9,opt,name=job_bytes_staged,json=jobBytesStaged" json:"job_bytes_staged,omitempty"`
+ BytesComitted *uint64 `protobuf:"varint,10,opt,name=bytes_comitted,json=bytesComitted" json:"bytes_comitted,omitempty"`
+ StartAppState *uint32 `protobuf:"varint,11,opt,name=start_app_state,json=startAppState" json:"start_app_state,omitempty"`
+ StatsMachineId *uint64 `protobuf:"fixed64,12,opt,name=stats_machine_id,json=statsMachineId" json:"stats_machine_id,omitempty"`
+ BranchName *string `protobuf:"bytes,13,opt,name=branch_name,json=branchName" json:"branch_name,omitempty"`
+ TotalBytesDownloaded *uint64 `protobuf:"varint,14,opt,name=total_bytes_downloaded,json=totalBytesDownloaded" json:"total_bytes_downloaded,omitempty"`
+ TotalBytesStaged *uint64 `protobuf:"varint,15,opt,name=total_bytes_staged,json=totalBytesStaged" json:"total_bytes_staged,omitempty"`
+ TotalBytesRestored *uint64 `protobuf:"varint,16,opt,name=total_bytes_restored,json=totalBytesRestored" json:"total_bytes_restored,omitempty"`
+ IsBorrowed *bool `protobuf:"varint,17,opt,name=is_borrowed,json=isBorrowed" json:"is_borrowed,omitempty"`
+ IsFreeWeekend *bool `protobuf:"varint,18,opt,name=is_free_weekend,json=isFreeWeekend" json:"is_free_weekend,omitempty"`
+ TotalBytesLegacy *uint64 `protobuf:"varint,19,opt,name=total_bytes_legacy,json=totalBytesLegacy" json:"total_bytes_legacy,omitempty"`
+ TotalBytesPatched *uint64 `protobuf:"varint,20,opt,name=total_bytes_patched,json=totalBytesPatched" json:"total_bytes_patched,omitempty"`
+ TotalBytesSaved *uint64 `protobuf:"varint,21,opt,name=total_bytes_saved,json=totalBytesSaved" json:"total_bytes_saved,omitempty"`
+ CellId *uint32 `protobuf:"varint,22,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUpdateAppJobReport) Reset() { *m = CMsgClientUpdateAppJobReport{} }
+func (m *CMsgClientUpdateAppJobReport) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUpdateAppJobReport) ProtoMessage() {}
+func (*CMsgClientUpdateAppJobReport) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{55}
+}
+
+func (m *CMsgClientUpdateAppJobReport) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUpdateAppJobReport.Unmarshal(m, b)
+}
+func (m *CMsgClientUpdateAppJobReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUpdateAppJobReport.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUpdateAppJobReport) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUpdateAppJobReport.Merge(m, src)
+}
+func (m *CMsgClientUpdateAppJobReport) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUpdateAppJobReport.Size(m)
+}
+func (m *CMsgClientUpdateAppJobReport) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUpdateAppJobReport.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUpdateAppJobReport proto.InternalMessageInfo
+
+func (m *CMsgClientUpdateAppJobReport) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetDepotIds() []uint32 {
+ if m != nil {
+ return m.DepotIds
+ }
+ return nil
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetAppState() uint32 {
+ if m != nil && m.AppState != nil {
+ return *m.AppState
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetJobAppError() uint32 {
+ if m != nil && m.JobAppError != nil {
+ return *m.JobAppError
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetErrorDetails() string {
+ if m != nil && m.ErrorDetails != nil {
+ return *m.ErrorDetails
+ }
+ return ""
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetJobDuration() uint32 {
+ if m != nil && m.JobDuration != nil {
+ return *m.JobDuration
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetFilesValidationFailed() uint32 {
+ if m != nil && m.FilesValidationFailed != nil {
+ return *m.FilesValidationFailed
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetJobBytesDownloaded() uint64 {
+ if m != nil && m.JobBytesDownloaded != nil {
+ return *m.JobBytesDownloaded
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetJobBytesStaged() uint64 {
+ if m != nil && m.JobBytesStaged != nil {
+ return *m.JobBytesStaged
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetBytesComitted() uint64 {
+ if m != nil && m.BytesComitted != nil {
+ return *m.BytesComitted
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetStartAppState() uint32 {
+ if m != nil && m.StartAppState != nil {
+ return *m.StartAppState
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetStatsMachineId() uint64 {
+ if m != nil && m.StatsMachineId != nil {
+ return *m.StatsMachineId
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetBranchName() string {
+ if m != nil && m.BranchName != nil {
+ return *m.BranchName
+ }
+ return ""
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetTotalBytesDownloaded() uint64 {
+ if m != nil && m.TotalBytesDownloaded != nil {
+ return *m.TotalBytesDownloaded
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetTotalBytesStaged() uint64 {
+ if m != nil && m.TotalBytesStaged != nil {
+ return *m.TotalBytesStaged
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetTotalBytesRestored() uint64 {
+ if m != nil && m.TotalBytesRestored != nil {
+ return *m.TotalBytesRestored
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetIsBorrowed() bool {
+ if m != nil && m.IsBorrowed != nil {
+ return *m.IsBorrowed
+ }
+ return false
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetIsFreeWeekend() bool {
+ if m != nil && m.IsFreeWeekend != nil {
+ return *m.IsFreeWeekend
+ }
+ return false
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetTotalBytesLegacy() uint64 {
+ if m != nil && m.TotalBytesLegacy != nil {
+ return *m.TotalBytesLegacy
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetTotalBytesPatched() uint64 {
+ if m != nil && m.TotalBytesPatched != nil {
+ return *m.TotalBytesPatched
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetTotalBytesSaved() uint64 {
+ if m != nil && m.TotalBytesSaved != nil {
+ return *m.TotalBytesSaved
+ }
+ return 0
+}
+
+func (m *CMsgClientUpdateAppJobReport) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+type CMsgClientDPContentStatsReport struct {
+ StatsMachineId *uint64 `protobuf:"fixed64,1,opt,name=stats_machine_id,json=statsMachineId" json:"stats_machine_id,omitempty"`
+ CountryCode *string `protobuf:"bytes,2,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
+ OsType *int32 `protobuf:"varint,3,opt,name=os_type,json=osType" json:"os_type,omitempty"`
+ Language *int32 `protobuf:"varint,4,opt,name=language" json:"language,omitempty"`
+ NumInstallFolders *uint32 `protobuf:"varint,5,opt,name=num_install_folders,json=numInstallFolders" json:"num_install_folders,omitempty"`
+ NumInstalledGames *uint32 `protobuf:"varint,6,opt,name=num_installed_games,json=numInstalledGames" json:"num_installed_games,omitempty"`
+ SizeInstalledGames *uint64 `protobuf:"varint,7,opt,name=size_installed_games,json=sizeInstalledGames" json:"size_installed_games,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDPContentStatsReport) Reset() { *m = CMsgClientDPContentStatsReport{} }
+func (m *CMsgClientDPContentStatsReport) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDPContentStatsReport) ProtoMessage() {}
+func (*CMsgClientDPContentStatsReport) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{56}
+}
+
+func (m *CMsgClientDPContentStatsReport) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDPContentStatsReport.Unmarshal(m, b)
+}
+func (m *CMsgClientDPContentStatsReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDPContentStatsReport.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDPContentStatsReport) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDPContentStatsReport.Merge(m, src)
+}
+func (m *CMsgClientDPContentStatsReport) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDPContentStatsReport.Size(m)
+}
+func (m *CMsgClientDPContentStatsReport) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDPContentStatsReport.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDPContentStatsReport proto.InternalMessageInfo
+
+func (m *CMsgClientDPContentStatsReport) GetStatsMachineId() uint64 {
+ if m != nil && m.StatsMachineId != nil {
+ return *m.StatsMachineId
+ }
+ return 0
+}
+
+func (m *CMsgClientDPContentStatsReport) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgClientDPContentStatsReport) GetOsType() int32 {
+ if m != nil && m.OsType != nil {
+ return *m.OsType
+ }
+ return 0
+}
+
+func (m *CMsgClientDPContentStatsReport) GetLanguage() int32 {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return 0
+}
+
+func (m *CMsgClientDPContentStatsReport) GetNumInstallFolders() uint32 {
+ if m != nil && m.NumInstallFolders != nil {
+ return *m.NumInstallFolders
+ }
+ return 0
+}
+
+func (m *CMsgClientDPContentStatsReport) GetNumInstalledGames() uint32 {
+ if m != nil && m.NumInstalledGames != nil {
+ return *m.NumInstalledGames
+ }
+ return 0
+}
+
+func (m *CMsgClientDPContentStatsReport) GetSizeInstalledGames() uint64 {
+ if m != nil && m.SizeInstalledGames != nil {
+ return *m.SizeInstalledGames
+ }
+ return 0
+}
+
+type CMsgClientGetCDNAuthTokenResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Token *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
+ ExpirationTime *uint32 `protobuf:"varint,3,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetCDNAuthTokenResponse) Reset() { *m = CMsgClientGetCDNAuthTokenResponse{} }
+func (m *CMsgClientGetCDNAuthTokenResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetCDNAuthTokenResponse) ProtoMessage() {}
+func (*CMsgClientGetCDNAuthTokenResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{57}
+}
+
+func (m *CMsgClientGetCDNAuthTokenResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetCDNAuthTokenResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetCDNAuthTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetCDNAuthTokenResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetCDNAuthTokenResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetCDNAuthTokenResponse.Merge(m, src)
+}
+func (m *CMsgClientGetCDNAuthTokenResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetCDNAuthTokenResponse.Size(m)
+}
+func (m *CMsgClientGetCDNAuthTokenResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetCDNAuthTokenResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetCDNAuthTokenResponse proto.InternalMessageInfo
+
+const Default_CMsgClientGetCDNAuthTokenResponse_Eresult uint32 = 2
+
+func (m *CMsgClientGetCDNAuthTokenResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientGetCDNAuthTokenResponse_Eresult
+}
+
+func (m *CMsgClientGetCDNAuthTokenResponse) GetToken() string {
+ if m != nil && m.Token != nil {
+ return *m.Token
+ }
+ return ""
+}
+
+func (m *CMsgClientGetCDNAuthTokenResponse) GetExpirationTime() uint32 {
+ if m != nil && m.ExpirationTime != nil {
+ return *m.ExpirationTime
+ }
+ return 0
+}
+
+type CMsgDownloadRateStatistics struct {
+ CellId *uint32 `protobuf:"varint,1,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ Stats []*CMsgDownloadRateStatistics_StatsInfo `protobuf:"bytes,2,rep,name=stats" json:"stats,omitempty"`
+ ThrottlingKbps *uint32 `protobuf:"varint,3,opt,name=throttling_kbps,json=throttlingKbps" json:"throttling_kbps,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDownloadRateStatistics) Reset() { *m = CMsgDownloadRateStatistics{} }
+func (m *CMsgDownloadRateStatistics) String() string { return proto.CompactTextString(m) }
+func (*CMsgDownloadRateStatistics) ProtoMessage() {}
+func (*CMsgDownloadRateStatistics) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{58}
+}
+
+func (m *CMsgDownloadRateStatistics) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDownloadRateStatistics.Unmarshal(m, b)
+}
+func (m *CMsgDownloadRateStatistics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDownloadRateStatistics.Marshal(b, m, deterministic)
+}
+func (m *CMsgDownloadRateStatistics) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDownloadRateStatistics.Merge(m, src)
+}
+func (m *CMsgDownloadRateStatistics) XXX_Size() int {
+ return xxx_messageInfo_CMsgDownloadRateStatistics.Size(m)
+}
+func (m *CMsgDownloadRateStatistics) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDownloadRateStatistics.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDownloadRateStatistics proto.InternalMessageInfo
+
+func (m *CMsgDownloadRateStatistics) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgDownloadRateStatistics) GetStats() []*CMsgDownloadRateStatistics_StatsInfo {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+func (m *CMsgDownloadRateStatistics) GetThrottlingKbps() uint32 {
+ if m != nil && m.ThrottlingKbps != nil {
+ return *m.ThrottlingKbps
+ }
+ return 0
+}
+
+type CMsgDownloadRateStatistics_StatsInfo struct {
+ SourceType *uint32 `protobuf:"varint,1,opt,name=source_type,json=sourceType" json:"source_type,omitempty"`
+ SourceId *uint32 `protobuf:"varint,2,opt,name=source_id,json=sourceId" json:"source_id,omitempty"`
+ Seconds *uint32 `protobuf:"varint,3,opt,name=seconds" json:"seconds,omitempty"`
+ Bytes *uint64 `protobuf:"varint,4,opt,name=bytes" json:"bytes,omitempty"`
+ HostName *string `protobuf:"bytes,5,opt,name=host_name,json=hostName" json:"host_name,omitempty"`
+ Microseconds *uint64 `protobuf:"varint,6,opt,name=microseconds" json:"microseconds,omitempty"`
+ UsedIpv6 *bool `protobuf:"varint,7,opt,name=used_ipv6,json=usedIpv6" json:"used_ipv6,omitempty"`
+ Proxied *bool `protobuf:"varint,8,opt,name=proxied" json:"proxied,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) Reset() { *m = CMsgDownloadRateStatistics_StatsInfo{} }
+func (m *CMsgDownloadRateStatistics_StatsInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgDownloadRateStatistics_StatsInfo) ProtoMessage() {}
+func (*CMsgDownloadRateStatistics_StatsInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{58, 0}
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDownloadRateStatistics_StatsInfo.Unmarshal(m, b)
+}
+func (m *CMsgDownloadRateStatistics_StatsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDownloadRateStatistics_StatsInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgDownloadRateStatistics_StatsInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDownloadRateStatistics_StatsInfo.Merge(m, src)
+}
+func (m *CMsgDownloadRateStatistics_StatsInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgDownloadRateStatistics_StatsInfo.Size(m)
+}
+func (m *CMsgDownloadRateStatistics_StatsInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDownloadRateStatistics_StatsInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDownloadRateStatistics_StatsInfo proto.InternalMessageInfo
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetSourceType() uint32 {
+ if m != nil && m.SourceType != nil {
+ return *m.SourceType
+ }
+ return 0
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetSourceId() uint32 {
+ if m != nil && m.SourceId != nil {
+ return *m.SourceId
+ }
+ return 0
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetSeconds() uint32 {
+ if m != nil && m.Seconds != nil {
+ return *m.Seconds
+ }
+ return 0
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetBytes() uint64 {
+ if m != nil && m.Bytes != nil {
+ return *m.Bytes
+ }
+ return 0
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetHostName() string {
+ if m != nil && m.HostName != nil {
+ return *m.HostName
+ }
+ return ""
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetMicroseconds() uint64 {
+ if m != nil && m.Microseconds != nil {
+ return *m.Microseconds
+ }
+ return 0
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetUsedIpv6() bool {
+ if m != nil && m.UsedIpv6 != nil {
+ return *m.UsedIpv6
+ }
+ return false
+}
+
+func (m *CMsgDownloadRateStatistics_StatsInfo) GetProxied() bool {
+ if m != nil && m.Proxied != nil {
+ return *m.Proxied
+ }
+ return false
+}
+
+type CMsgClientRequestAccountData struct {
+ AccountOrEmail *string `protobuf:"bytes,1,opt,name=account_or_email,json=accountOrEmail" json:"account_or_email,omitempty"`
+ Action *uint32 `protobuf:"varint,2,opt,name=action" json:"action,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestAccountData) Reset() { *m = CMsgClientRequestAccountData{} }
+func (m *CMsgClientRequestAccountData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestAccountData) ProtoMessage() {}
+func (*CMsgClientRequestAccountData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{59}
+}
+
+func (m *CMsgClientRequestAccountData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestAccountData.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestAccountData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestAccountData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestAccountData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestAccountData.Merge(m, src)
+}
+func (m *CMsgClientRequestAccountData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestAccountData.Size(m)
+}
+func (m *CMsgClientRequestAccountData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestAccountData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestAccountData proto.InternalMessageInfo
+
+func (m *CMsgClientRequestAccountData) GetAccountOrEmail() string {
+ if m != nil && m.AccountOrEmail != nil {
+ return *m.AccountOrEmail
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestAccountData) GetAction() uint32 {
+ if m != nil && m.Action != nil {
+ return *m.Action
+ }
+ return 0
+}
+
+type CMsgClientRequestAccountDataResponse struct {
+ Action *uint32 `protobuf:"varint,1,opt,name=action" json:"action,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
+ AccountName *string `protobuf:"bytes,3,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
+ CtMatches *uint32 `protobuf:"varint,4,opt,name=ct_matches,json=ctMatches" json:"ct_matches,omitempty"`
+ AccountNameSuggestion1 *string `protobuf:"bytes,5,opt,name=account_name_suggestion1,json=accountNameSuggestion1" json:"account_name_suggestion1,omitempty"`
+ AccountNameSuggestion2 *string `protobuf:"bytes,6,opt,name=account_name_suggestion2,json=accountNameSuggestion2" json:"account_name_suggestion2,omitempty"`
+ AccountNameSuggestion3 *string `protobuf:"bytes,7,opt,name=account_name_suggestion3,json=accountNameSuggestion3" json:"account_name_suggestion3,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestAccountDataResponse) Reset() { *m = CMsgClientRequestAccountDataResponse{} }
+func (m *CMsgClientRequestAccountDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestAccountDataResponse) ProtoMessage() {}
+func (*CMsgClientRequestAccountDataResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{60}
+}
+
+func (m *CMsgClientRequestAccountDataResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestAccountDataResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestAccountDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestAccountDataResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestAccountDataResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestAccountDataResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestAccountDataResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestAccountDataResponse.Size(m)
+}
+func (m *CMsgClientRequestAccountDataResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestAccountDataResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestAccountDataResponse proto.InternalMessageInfo
+
+func (m *CMsgClientRequestAccountDataResponse) GetAction() uint32 {
+ if m != nil && m.Action != nil {
+ return *m.Action
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestAccountDataResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestAccountDataResponse) GetAccountName() string {
+ if m != nil && m.AccountName != nil {
+ return *m.AccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestAccountDataResponse) GetCtMatches() uint32 {
+ if m != nil && m.CtMatches != nil {
+ return *m.CtMatches
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestAccountDataResponse) GetAccountNameSuggestion1() string {
+ if m != nil && m.AccountNameSuggestion1 != nil {
+ return *m.AccountNameSuggestion1
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestAccountDataResponse) GetAccountNameSuggestion2() string {
+ if m != nil && m.AccountNameSuggestion2 != nil {
+ return *m.AccountNameSuggestion2
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestAccountDataResponse) GetAccountNameSuggestion3() string {
+ if m != nil && m.AccountNameSuggestion3 != nil {
+ return *m.AccountNameSuggestion3
+ }
+ return ""
+}
+
+type CMsgClientUGSGetGlobalStats struct {
+ Gameid *uint64 `protobuf:"varint,1,opt,name=gameid" json:"gameid,omitempty"`
+ HistoryDaysRequested *uint32 `protobuf:"varint,2,opt,name=history_days_requested,json=historyDaysRequested" json:"history_days_requested,omitempty"`
+ TimeLastRequested *uint32 `protobuf:"fixed32,3,opt,name=time_last_requested,json=timeLastRequested" json:"time_last_requested,omitempty"`
+ FirstDayCached *uint32 `protobuf:"varint,4,opt,name=first_day_cached,json=firstDayCached" json:"first_day_cached,omitempty"`
+ DaysCached *uint32 `protobuf:"varint,5,opt,name=days_cached,json=daysCached" json:"days_cached,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUGSGetGlobalStats) Reset() { *m = CMsgClientUGSGetGlobalStats{} }
+func (m *CMsgClientUGSGetGlobalStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUGSGetGlobalStats) ProtoMessage() {}
+func (*CMsgClientUGSGetGlobalStats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{61}
+}
+
+func (m *CMsgClientUGSGetGlobalStats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStats.Unmarshal(m, b)
+}
+func (m *CMsgClientUGSGetGlobalStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUGSGetGlobalStats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStats.Merge(m, src)
+}
+func (m *CMsgClientUGSGetGlobalStats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStats.Size(m)
+}
+func (m *CMsgClientUGSGetGlobalStats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUGSGetGlobalStats proto.InternalMessageInfo
+
+func (m *CMsgClientUGSGetGlobalStats) GetGameid() uint64 {
+ if m != nil && m.Gameid != nil {
+ return *m.Gameid
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStats) GetHistoryDaysRequested() uint32 {
+ if m != nil && m.HistoryDaysRequested != nil {
+ return *m.HistoryDaysRequested
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStats) GetTimeLastRequested() uint32 {
+ if m != nil && m.TimeLastRequested != nil {
+ return *m.TimeLastRequested
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStats) GetFirstDayCached() uint32 {
+ if m != nil && m.FirstDayCached != nil {
+ return *m.FirstDayCached
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStats) GetDaysCached() uint32 {
+ if m != nil && m.DaysCached != nil {
+ return *m.DaysCached
+ }
+ return 0
+}
+
+type CMsgClientUGSGetGlobalStatsResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Timestamp *uint32 `protobuf:"fixed32,2,opt,name=timestamp" json:"timestamp,omitempty"`
+ DayCurrent *int32 `protobuf:"varint,3,opt,name=day_current,json=dayCurrent" json:"day_current,omitempty"`
+ Days []*CMsgClientUGSGetGlobalStatsResponse_Day `protobuf:"bytes,4,rep,name=days" json:"days,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse) Reset() { *m = CMsgClientUGSGetGlobalStatsResponse{} }
+func (m *CMsgClientUGSGetGlobalStatsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUGSGetGlobalStatsResponse) ProtoMessage() {}
+func (*CMsgClientUGSGetGlobalStatsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{62}
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse.Merge(m, src)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse.Size(m)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse proto.InternalMessageInfo
+
+const Default_CMsgClientUGSGetGlobalStatsResponse_Eresult int32 = 2
+
+func (m *CMsgClientUGSGetGlobalStatsResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientUGSGetGlobalStatsResponse_Eresult
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse) GetDayCurrent() int32 {
+ if m != nil && m.DayCurrent != nil {
+ return *m.DayCurrent
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse) GetDays() []*CMsgClientUGSGetGlobalStatsResponse_Day {
+ if m != nil {
+ return m.Days
+ }
+ return nil
+}
+
+type CMsgClientUGSGetGlobalStatsResponse_Day struct {
+ DayId *uint32 `protobuf:"varint,1,opt,name=day_id,json=dayId" json:"day_id,omitempty"`
+ Stats []*CMsgClientUGSGetGlobalStatsResponse_Day_Stat `protobuf:"bytes,2,rep,name=stats" json:"stats,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) Reset() {
+ *m = CMsgClientUGSGetGlobalStatsResponse_Day{}
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUGSGetGlobalStatsResponse_Day) ProtoMessage() {}
+func (*CMsgClientUGSGetGlobalStatsResponse_Day) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{62, 0}
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day.Unmarshal(m, b)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day.Merge(m, src)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day.Size(m)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day proto.InternalMessageInfo
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) GetDayId() uint32 {
+ if m != nil && m.DayId != nil {
+ return *m.DayId
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day) GetStats() []*CMsgClientUGSGetGlobalStatsResponse_Day_Stat {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+type CMsgClientUGSGetGlobalStatsResponse_Day_Stat struct {
+ StatId *int32 `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
+ Data *int64 `protobuf:"varint,2,opt,name=data" json:"data,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) Reset() {
+ *m = CMsgClientUGSGetGlobalStatsResponse_Day_Stat{}
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUGSGetGlobalStatsResponse_Day_Stat) ProtoMessage() {}
+func (*CMsgClientUGSGetGlobalStatsResponse_Day_Stat) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{62, 0, 0}
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day_Stat.Unmarshal(m, b)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day_Stat.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day_Stat.Merge(m, src)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day_Stat.Size(m)
+}
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day_Stat.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUGSGetGlobalStatsResponse_Day_Stat proto.InternalMessageInfo
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) GetStatId() int32 {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return 0
+}
+
+func (m *CMsgClientUGSGetGlobalStatsResponse_Day_Stat) GetData() int64 {
+ if m != nil && m.Data != nil {
+ return *m.Data
+ }
+ return 0
+}
+
+type CMsgGameServerData struct {
+ SteamIdGs *uint64 `protobuf:"fixed64,1,opt,name=steam_id_gs,json=steamIdGs" json:"steam_id_gs,omitempty"`
+ DeprecatedIp *uint32 `protobuf:"varint,2,opt,name=deprecated_ip,json=deprecatedIp" json:"deprecated_ip,omitempty"`
+ QueryPort *uint32 `protobuf:"varint,3,opt,name=query_port,json=queryPort" json:"query_port,omitempty"`
+ GamePort *uint32 `protobuf:"varint,4,opt,name=game_port,json=gamePort" json:"game_port,omitempty"`
+ SourcetvPort *uint32 `protobuf:"varint,5,opt,name=sourcetv_port,json=sourcetvPort" json:"sourcetv_port,omitempty"`
+ Name *string `protobuf:"bytes,22,opt,name=name" json:"name,omitempty"`
+ GameIpAddress *CMsgIPAddress `protobuf:"bytes,23,opt,name=game_ip_address,json=gameIpAddress" json:"game_ip_address,omitempty"`
+ AppId *uint32 `protobuf:"varint,6,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ Gamedir *string `protobuf:"bytes,7,opt,name=gamedir" json:"gamedir,omitempty"`
+ Version *string `protobuf:"bytes,8,opt,name=version" json:"version,omitempty"`
+ Product *string `protobuf:"bytes,9,opt,name=product" json:"product,omitempty"`
+ Region *string `protobuf:"bytes,10,opt,name=region" json:"region,omitempty"`
+ Players []*CMsgGameServerData_Player `protobuf:"bytes,11,rep,name=players" json:"players,omitempty"`
+ MaxPlayers *uint32 `protobuf:"varint,12,opt,name=max_players,json=maxPlayers" json:"max_players,omitempty"`
+ BotCount *uint32 `protobuf:"varint,13,opt,name=bot_count,json=botCount" json:"bot_count,omitempty"`
+ Password *bool `protobuf:"varint,14,opt,name=password" json:"password,omitempty"`
+ Secure *bool `protobuf:"varint,15,opt,name=secure" json:"secure,omitempty"`
+ Dedicated *bool `protobuf:"varint,16,opt,name=dedicated" json:"dedicated,omitempty"`
+ Os *string `protobuf:"bytes,17,opt,name=os" json:"os,omitempty"`
+ GameData *string `protobuf:"bytes,18,opt,name=game_data,json=gameData" json:"game_data,omitempty"`
+ GameDataVersion *uint32 `protobuf:"varint,19,opt,name=game_data_version,json=gameDataVersion" json:"game_data_version,omitempty"`
+ GameType *string `protobuf:"bytes,20,opt,name=game_type,json=gameType" json:"game_type,omitempty"`
+ Map *string `protobuf:"bytes,21,opt,name=map" json:"map,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGameServerData) Reset() { *m = CMsgGameServerData{} }
+func (m *CMsgGameServerData) String() string { return proto.CompactTextString(m) }
+func (*CMsgGameServerData) ProtoMessage() {}
+func (*CMsgGameServerData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{63}
+}
+
+func (m *CMsgGameServerData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGameServerData.Unmarshal(m, b)
+}
+func (m *CMsgGameServerData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGameServerData.Marshal(b, m, deterministic)
+}
+func (m *CMsgGameServerData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGameServerData.Merge(m, src)
+}
+func (m *CMsgGameServerData) XXX_Size() int {
+ return xxx_messageInfo_CMsgGameServerData.Size(m)
+}
+func (m *CMsgGameServerData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGameServerData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGameServerData proto.InternalMessageInfo
+
+func (m *CMsgGameServerData) GetSteamIdGs() uint64 {
+ if m != nil && m.SteamIdGs != nil {
+ return *m.SteamIdGs
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetDeprecatedIp() uint32 {
+ if m != nil && m.DeprecatedIp != nil {
+ return *m.DeprecatedIp
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetQueryPort() uint32 {
+ if m != nil && m.QueryPort != nil {
+ return *m.QueryPort
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetGamePort() uint32 {
+ if m != nil && m.GamePort != nil {
+ return *m.GamePort
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetSourcetvPort() uint32 {
+ if m != nil && m.SourcetvPort != nil {
+ return *m.SourcetvPort
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetGameIpAddress() *CMsgIPAddress {
+ if m != nil {
+ return m.GameIpAddress
+ }
+ return nil
+}
+
+func (m *CMsgGameServerData) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetGamedir() string {
+ if m != nil && m.Gamedir != nil {
+ return *m.Gamedir
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetVersion() string {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetProduct() string {
+ if m != nil && m.Product != nil {
+ return *m.Product
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetRegion() string {
+ if m != nil && m.Region != nil {
+ return *m.Region
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetPlayers() []*CMsgGameServerData_Player {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CMsgGameServerData) GetMaxPlayers() uint32 {
+ if m != nil && m.MaxPlayers != nil {
+ return *m.MaxPlayers
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetBotCount() uint32 {
+ if m != nil && m.BotCount != nil {
+ return *m.BotCount
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetPassword() bool {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return false
+}
+
+func (m *CMsgGameServerData) GetSecure() bool {
+ if m != nil && m.Secure != nil {
+ return *m.Secure
+ }
+ return false
+}
+
+func (m *CMsgGameServerData) GetDedicated() bool {
+ if m != nil && m.Dedicated != nil {
+ return *m.Dedicated
+ }
+ return false
+}
+
+func (m *CMsgGameServerData) GetOs() string {
+ if m != nil && m.Os != nil {
+ return *m.Os
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetGameData() string {
+ if m != nil && m.GameData != nil {
+ return *m.GameData
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetGameDataVersion() uint32 {
+ if m != nil && m.GameDataVersion != nil {
+ return *m.GameDataVersion
+ }
+ return 0
+}
+
+func (m *CMsgGameServerData) GetGameType() string {
+ if m != nil && m.GameType != nil {
+ return *m.GameType
+ }
+ return ""
+}
+
+func (m *CMsgGameServerData) GetMap() string {
+ if m != nil && m.Map != nil {
+ return *m.Map
+ }
+ return ""
+}
+
+type CMsgGameServerData_Player struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGameServerData_Player) Reset() { *m = CMsgGameServerData_Player{} }
+func (m *CMsgGameServerData_Player) String() string { return proto.CompactTextString(m) }
+func (*CMsgGameServerData_Player) ProtoMessage() {}
+func (*CMsgGameServerData_Player) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{63, 0}
+}
+
+func (m *CMsgGameServerData_Player) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGameServerData_Player.Unmarshal(m, b)
+}
+func (m *CMsgGameServerData_Player) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGameServerData_Player.Marshal(b, m, deterministic)
+}
+func (m *CMsgGameServerData_Player) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGameServerData_Player.Merge(m, src)
+}
+func (m *CMsgGameServerData_Player) XXX_Size() int {
+ return xxx_messageInfo_CMsgGameServerData_Player.Size(m)
+}
+func (m *CMsgGameServerData_Player) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGameServerData_Player.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGameServerData_Player proto.InternalMessageInfo
+
+func (m *CMsgGameServerData_Player) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgGameServerRemove struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ DeprecatedIp *uint32 `protobuf:"varint,2,opt,name=deprecated_ip,json=deprecatedIp" json:"deprecated_ip,omitempty"`
+ QueryPort *uint32 `protobuf:"varint,3,opt,name=query_port,json=queryPort" json:"query_port,omitempty"`
+ Ip *CMsgIPAddress `protobuf:"bytes,4,opt,name=ip" json:"ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGameServerRemove) Reset() { *m = CMsgGameServerRemove{} }
+func (m *CMsgGameServerRemove) String() string { return proto.CompactTextString(m) }
+func (*CMsgGameServerRemove) ProtoMessage() {}
+func (*CMsgGameServerRemove) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{64}
+}
+
+func (m *CMsgGameServerRemove) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGameServerRemove.Unmarshal(m, b)
+}
+func (m *CMsgGameServerRemove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGameServerRemove.Marshal(b, m, deterministic)
+}
+func (m *CMsgGameServerRemove) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGameServerRemove.Merge(m, src)
+}
+func (m *CMsgGameServerRemove) XXX_Size() int {
+ return xxx_messageInfo_CMsgGameServerRemove.Size(m)
+}
+func (m *CMsgGameServerRemove) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGameServerRemove.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGameServerRemove proto.InternalMessageInfo
+
+func (m *CMsgGameServerRemove) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgGameServerRemove) GetDeprecatedIp() uint32 {
+ if m != nil && m.DeprecatedIp != nil {
+ return *m.DeprecatedIp
+ }
+ return 0
+}
+
+func (m *CMsgGameServerRemove) GetQueryPort() uint32 {
+ if m != nil && m.QueryPort != nil {
+ return *m.QueryPort
+ }
+ return 0
+}
+
+func (m *CMsgGameServerRemove) GetIp() *CMsgIPAddress {
+ if m != nil {
+ return m.Ip
+ }
+ return nil
+}
+
+type CMsgClientGMSServerQuery struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ GeoLocationIp *uint32 `protobuf:"varint,2,opt,name=geo_location_ip,json=geoLocationIp" json:"geo_location_ip,omitempty"`
+ RegionCode *uint32 `protobuf:"varint,3,opt,name=region_code,json=regionCode" json:"region_code,omitempty"`
+ FilterText *string `protobuf:"bytes,4,opt,name=filter_text,json=filterText" json:"filter_text,omitempty"`
+ MaxServers *uint32 `protobuf:"varint,5,opt,name=max_servers,json=maxServers" json:"max_servers,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGMSServerQuery) Reset() { *m = CMsgClientGMSServerQuery{} }
+func (m *CMsgClientGMSServerQuery) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGMSServerQuery) ProtoMessage() {}
+func (*CMsgClientGMSServerQuery) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{65}
+}
+
+func (m *CMsgClientGMSServerQuery) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGMSServerQuery.Unmarshal(m, b)
+}
+func (m *CMsgClientGMSServerQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGMSServerQuery.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGMSServerQuery) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGMSServerQuery.Merge(m, src)
+}
+func (m *CMsgClientGMSServerQuery) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGMSServerQuery.Size(m)
+}
+func (m *CMsgClientGMSServerQuery) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGMSServerQuery.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGMSServerQuery proto.InternalMessageInfo
+
+func (m *CMsgClientGMSServerQuery) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientGMSServerQuery) GetGeoLocationIp() uint32 {
+ if m != nil && m.GeoLocationIp != nil {
+ return *m.GeoLocationIp
+ }
+ return 0
+}
+
+func (m *CMsgClientGMSServerQuery) GetRegionCode() uint32 {
+ if m != nil && m.RegionCode != nil {
+ return *m.RegionCode
+ }
+ return 0
+}
+
+func (m *CMsgClientGMSServerQuery) GetFilterText() string {
+ if m != nil && m.FilterText != nil {
+ return *m.FilterText
+ }
+ return ""
+}
+
+func (m *CMsgClientGMSServerQuery) GetMaxServers() uint32 {
+ if m != nil && m.MaxServers != nil {
+ return *m.MaxServers
+ }
+ return 0
+}
+
+type CMsgGMSClientServerQueryResponse struct {
+ Servers []*CMsgGMSClientServerQueryResponse_Server `protobuf:"bytes,1,rep,name=servers" json:"servers,omitempty"`
+ Error *string `protobuf:"bytes,2,opt,name=error" json:"error,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGMSClientServerQueryResponse) Reset() { *m = CMsgGMSClientServerQueryResponse{} }
+func (m *CMsgGMSClientServerQueryResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGMSClientServerQueryResponse) ProtoMessage() {}
+func (*CMsgGMSClientServerQueryResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{66}
+}
+
+func (m *CMsgGMSClientServerQueryResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGMSClientServerQueryResponse.Unmarshal(m, b)
+}
+func (m *CMsgGMSClientServerQueryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGMSClientServerQueryResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgGMSClientServerQueryResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGMSClientServerQueryResponse.Merge(m, src)
+}
+func (m *CMsgGMSClientServerQueryResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgGMSClientServerQueryResponse.Size(m)
+}
+func (m *CMsgGMSClientServerQueryResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGMSClientServerQueryResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGMSClientServerQueryResponse proto.InternalMessageInfo
+
+func (m *CMsgGMSClientServerQueryResponse) GetServers() []*CMsgGMSClientServerQueryResponse_Server {
+ if m != nil {
+ return m.Servers
+ }
+ return nil
+}
+
+func (m *CMsgGMSClientServerQueryResponse) GetError() string {
+ if m != nil && m.Error != nil {
+ return *m.Error
+ }
+ return ""
+}
+
+type CMsgGMSClientServerQueryResponse_Server struct {
+ DeprecatedServerIp *uint32 `protobuf:"varint,1,opt,name=deprecated_server_ip,json=deprecatedServerIp" json:"deprecated_server_ip,omitempty"`
+ ServerPort *uint32 `protobuf:"varint,2,opt,name=server_port,json=serverPort" json:"server_port,omitempty"`
+ AuthPlayers *uint32 `protobuf:"varint,3,opt,name=auth_players,json=authPlayers" json:"auth_players,omitempty"`
+ ServerIp *CMsgIPAddress `protobuf:"bytes,4,opt,name=server_ip,json=serverIp" json:"server_ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGMSClientServerQueryResponse_Server) Reset() {
+ *m = CMsgGMSClientServerQueryResponse_Server{}
+}
+func (m *CMsgGMSClientServerQueryResponse_Server) String() string { return proto.CompactTextString(m) }
+func (*CMsgGMSClientServerQueryResponse_Server) ProtoMessage() {}
+func (*CMsgGMSClientServerQueryResponse_Server) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{66, 0}
+}
+
+func (m *CMsgGMSClientServerQueryResponse_Server) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGMSClientServerQueryResponse_Server.Unmarshal(m, b)
+}
+func (m *CMsgGMSClientServerQueryResponse_Server) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGMSClientServerQueryResponse_Server.Marshal(b, m, deterministic)
+}
+func (m *CMsgGMSClientServerQueryResponse_Server) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGMSClientServerQueryResponse_Server.Merge(m, src)
+}
+func (m *CMsgGMSClientServerQueryResponse_Server) XXX_Size() int {
+ return xxx_messageInfo_CMsgGMSClientServerQueryResponse_Server.Size(m)
+}
+func (m *CMsgGMSClientServerQueryResponse_Server) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGMSClientServerQueryResponse_Server.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGMSClientServerQueryResponse_Server proto.InternalMessageInfo
+
+func (m *CMsgGMSClientServerQueryResponse_Server) GetDeprecatedServerIp() uint32 {
+ if m != nil && m.DeprecatedServerIp != nil {
+ return *m.DeprecatedServerIp
+ }
+ return 0
+}
+
+func (m *CMsgGMSClientServerQueryResponse_Server) GetServerPort() uint32 {
+ if m != nil && m.ServerPort != nil {
+ return *m.ServerPort
+ }
+ return 0
+}
+
+func (m *CMsgGMSClientServerQueryResponse_Server) GetAuthPlayers() uint32 {
+ if m != nil && m.AuthPlayers != nil {
+ return *m.AuthPlayers
+ }
+ return 0
+}
+
+func (m *CMsgGMSClientServerQueryResponse_Server) GetServerIp() *CMsgIPAddress {
+ if m != nil {
+ return m.ServerIp
+ }
+ return nil
+}
+
+type CMsgGameServerOutOfDate struct {
+ SteamIdGs *uint64 `protobuf:"fixed64,1,opt,name=steam_id_gs,json=steamIdGs" json:"steam_id_gs,omitempty"`
+ Reject *bool `protobuf:"varint,2,opt,name=reject" json:"reject,omitempty"`
+ Message *string `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGameServerOutOfDate) Reset() { *m = CMsgGameServerOutOfDate{} }
+func (m *CMsgGameServerOutOfDate) String() string { return proto.CompactTextString(m) }
+func (*CMsgGameServerOutOfDate) ProtoMessage() {}
+func (*CMsgGameServerOutOfDate) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{67}
+}
+
+func (m *CMsgGameServerOutOfDate) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGameServerOutOfDate.Unmarshal(m, b)
+}
+func (m *CMsgGameServerOutOfDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGameServerOutOfDate.Marshal(b, m, deterministic)
+}
+func (m *CMsgGameServerOutOfDate) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGameServerOutOfDate.Merge(m, src)
+}
+func (m *CMsgGameServerOutOfDate) XXX_Size() int {
+ return xxx_messageInfo_CMsgGameServerOutOfDate.Size(m)
+}
+func (m *CMsgGameServerOutOfDate) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGameServerOutOfDate.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGameServerOutOfDate proto.InternalMessageInfo
+
+func (m *CMsgGameServerOutOfDate) GetSteamIdGs() uint64 {
+ if m != nil && m.SteamIdGs != nil {
+ return *m.SteamIdGs
+ }
+ return 0
+}
+
+func (m *CMsgGameServerOutOfDate) GetReject() bool {
+ if m != nil && m.Reject != nil {
+ return *m.Reject
+ }
+ return false
+}
+
+func (m *CMsgGameServerOutOfDate) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+type CMsgClientRedeemGuestPass struct {
+ GuestPassId *uint64 `protobuf:"fixed64,1,opt,name=guest_pass_id,json=guestPassId" json:"guest_pass_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRedeemGuestPass) Reset() { *m = CMsgClientRedeemGuestPass{} }
+func (m *CMsgClientRedeemGuestPass) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRedeemGuestPass) ProtoMessage() {}
+func (*CMsgClientRedeemGuestPass) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{68}
+}
+
+func (m *CMsgClientRedeemGuestPass) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRedeemGuestPass.Unmarshal(m, b)
+}
+func (m *CMsgClientRedeemGuestPass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRedeemGuestPass.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRedeemGuestPass) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRedeemGuestPass.Merge(m, src)
+}
+func (m *CMsgClientRedeemGuestPass) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRedeemGuestPass.Size(m)
+}
+func (m *CMsgClientRedeemGuestPass) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRedeemGuestPass.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRedeemGuestPass proto.InternalMessageInfo
+
+func (m *CMsgClientRedeemGuestPass) GetGuestPassId() uint64 {
+ if m != nil && m.GuestPassId != nil {
+ return *m.GuestPassId
+ }
+ return 0
+}
+
+type CMsgClientRedeemGuestPassResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PackageId *uint32 `protobuf:"varint,2,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
+ MustOwnAppid *uint32 `protobuf:"varint,3,opt,name=must_own_appid,json=mustOwnAppid" json:"must_own_appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRedeemGuestPassResponse) Reset() { *m = CMsgClientRedeemGuestPassResponse{} }
+func (m *CMsgClientRedeemGuestPassResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRedeemGuestPassResponse) ProtoMessage() {}
+func (*CMsgClientRedeemGuestPassResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{69}
+}
+
+func (m *CMsgClientRedeemGuestPassResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRedeemGuestPassResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRedeemGuestPassResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRedeemGuestPassResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRedeemGuestPassResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRedeemGuestPassResponse.Merge(m, src)
+}
+func (m *CMsgClientRedeemGuestPassResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRedeemGuestPassResponse.Size(m)
+}
+func (m *CMsgClientRedeemGuestPassResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRedeemGuestPassResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRedeemGuestPassResponse proto.InternalMessageInfo
+
+const Default_CMsgClientRedeemGuestPassResponse_Eresult uint32 = 2
+
+func (m *CMsgClientRedeemGuestPassResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientRedeemGuestPassResponse_Eresult
+}
+
+func (m *CMsgClientRedeemGuestPassResponse) GetPackageId() uint32 {
+ if m != nil && m.PackageId != nil {
+ return *m.PackageId
+ }
+ return 0
+}
+
+func (m *CMsgClientRedeemGuestPassResponse) GetMustOwnAppid() uint32 {
+ if m != nil && m.MustOwnAppid != nil {
+ return *m.MustOwnAppid
+ }
+ return 0
+}
+
+type CMsgClientGetClanActivityCounts struct {
+ SteamidClans []uint64 `protobuf:"varint,1,rep,name=steamid_clans,json=steamidClans" json:"steamid_clans,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClanActivityCounts) Reset() { *m = CMsgClientGetClanActivityCounts{} }
+func (m *CMsgClientGetClanActivityCounts) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClanActivityCounts) ProtoMessage() {}
+func (*CMsgClientGetClanActivityCounts) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{70}
+}
+
+func (m *CMsgClientGetClanActivityCounts) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClanActivityCounts.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClanActivityCounts) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClanActivityCounts.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClanActivityCounts) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClanActivityCounts.Merge(m, src)
+}
+func (m *CMsgClientGetClanActivityCounts) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClanActivityCounts.Size(m)
+}
+func (m *CMsgClientGetClanActivityCounts) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClanActivityCounts.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClanActivityCounts proto.InternalMessageInfo
+
+func (m *CMsgClientGetClanActivityCounts) GetSteamidClans() []uint64 {
+ if m != nil {
+ return m.SteamidClans
+ }
+ return nil
+}
+
+type CMsgClientGetClanActivityCountsResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetClanActivityCountsResponse) Reset() {
+ *m = CMsgClientGetClanActivityCountsResponse{}
+}
+func (m *CMsgClientGetClanActivityCountsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetClanActivityCountsResponse) ProtoMessage() {}
+func (*CMsgClientGetClanActivityCountsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{71}
+}
+
+func (m *CMsgClientGetClanActivityCountsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetClanActivityCountsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetClanActivityCountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetClanActivityCountsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetClanActivityCountsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetClanActivityCountsResponse.Merge(m, src)
+}
+func (m *CMsgClientGetClanActivityCountsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetClanActivityCountsResponse.Size(m)
+}
+func (m *CMsgClientGetClanActivityCountsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetClanActivityCountsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetClanActivityCountsResponse proto.InternalMessageInfo
+
+const Default_CMsgClientGetClanActivityCountsResponse_Eresult uint32 = 2
+
+func (m *CMsgClientGetClanActivityCountsResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientGetClanActivityCountsResponse_Eresult
+}
+
+type CMsgClientOGSReportString struct {
+ Accumulated *bool `protobuf:"varint,1,opt,name=accumulated" json:"accumulated,omitempty"`
+ Sessionid *uint64 `protobuf:"varint,2,opt,name=sessionid" json:"sessionid,omitempty"`
+ Severity *int32 `protobuf:"varint,3,opt,name=severity" json:"severity,omitempty"`
+ Formatter *string `protobuf:"bytes,4,opt,name=formatter" json:"formatter,omitempty"`
+ Varargs []byte `protobuf:"bytes,5,opt,name=varargs" json:"varargs,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientOGSReportString) Reset() { *m = CMsgClientOGSReportString{} }
+func (m *CMsgClientOGSReportString) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientOGSReportString) ProtoMessage() {}
+func (*CMsgClientOGSReportString) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{72}
+}
+
+func (m *CMsgClientOGSReportString) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientOGSReportString.Unmarshal(m, b)
+}
+func (m *CMsgClientOGSReportString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientOGSReportString.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientOGSReportString) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientOGSReportString.Merge(m, src)
+}
+func (m *CMsgClientOGSReportString) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientOGSReportString.Size(m)
+}
+func (m *CMsgClientOGSReportString) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientOGSReportString.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientOGSReportString proto.InternalMessageInfo
+
+func (m *CMsgClientOGSReportString) GetAccumulated() bool {
+ if m != nil && m.Accumulated != nil {
+ return *m.Accumulated
+ }
+ return false
+}
+
+func (m *CMsgClientOGSReportString) GetSessionid() uint64 {
+ if m != nil && m.Sessionid != nil {
+ return *m.Sessionid
+ }
+ return 0
+}
+
+func (m *CMsgClientOGSReportString) GetSeverity() int32 {
+ if m != nil && m.Severity != nil {
+ return *m.Severity
+ }
+ return 0
+}
+
+func (m *CMsgClientOGSReportString) GetFormatter() string {
+ if m != nil && m.Formatter != nil {
+ return *m.Formatter
+ }
+ return ""
+}
+
+func (m *CMsgClientOGSReportString) GetVarargs() []byte {
+ if m != nil {
+ return m.Varargs
+ }
+ return nil
+}
+
+type CMsgClientOGSReportBug struct {
+ Sessionid *uint64 `protobuf:"varint,1,opt,name=sessionid" json:"sessionid,omitempty"`
+ Bugtext *string `protobuf:"bytes,2,opt,name=bugtext" json:"bugtext,omitempty"`
+ Screenshot []byte `protobuf:"bytes,3,opt,name=screenshot" json:"screenshot,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientOGSReportBug) Reset() { *m = CMsgClientOGSReportBug{} }
+func (m *CMsgClientOGSReportBug) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientOGSReportBug) ProtoMessage() {}
+func (*CMsgClientOGSReportBug) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{73}
+}
+
+func (m *CMsgClientOGSReportBug) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientOGSReportBug.Unmarshal(m, b)
+}
+func (m *CMsgClientOGSReportBug) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientOGSReportBug.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientOGSReportBug) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientOGSReportBug.Merge(m, src)
+}
+func (m *CMsgClientOGSReportBug) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientOGSReportBug.Size(m)
+}
+func (m *CMsgClientOGSReportBug) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientOGSReportBug.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientOGSReportBug proto.InternalMessageInfo
+
+func (m *CMsgClientOGSReportBug) GetSessionid() uint64 {
+ if m != nil && m.Sessionid != nil {
+ return *m.Sessionid
+ }
+ return 0
+}
+
+func (m *CMsgClientOGSReportBug) GetBugtext() string {
+ if m != nil && m.Bugtext != nil {
+ return *m.Bugtext
+ }
+ return ""
+}
+
+func (m *CMsgClientOGSReportBug) GetScreenshot() []byte {
+ if m != nil {
+ return m.Screenshot
+ }
+ return nil
+}
+
+type CMsgGSAssociateWithClan struct {
+ SteamIdClan *uint64 `protobuf:"fixed64,1,opt,name=steam_id_clan,json=steamIdClan" json:"steam_id_clan,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSAssociateWithClan) Reset() { *m = CMsgGSAssociateWithClan{} }
+func (m *CMsgGSAssociateWithClan) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSAssociateWithClan) ProtoMessage() {}
+func (*CMsgGSAssociateWithClan) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{74}
+}
+
+func (m *CMsgGSAssociateWithClan) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSAssociateWithClan.Unmarshal(m, b)
+}
+func (m *CMsgGSAssociateWithClan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSAssociateWithClan.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSAssociateWithClan) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSAssociateWithClan.Merge(m, src)
+}
+func (m *CMsgGSAssociateWithClan) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSAssociateWithClan.Size(m)
+}
+func (m *CMsgGSAssociateWithClan) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSAssociateWithClan.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSAssociateWithClan proto.InternalMessageInfo
+
+func (m *CMsgGSAssociateWithClan) GetSteamIdClan() uint64 {
+ if m != nil && m.SteamIdClan != nil {
+ return *m.SteamIdClan
+ }
+ return 0
+}
+
+type CMsgGSAssociateWithClanResponse struct {
+ SteamIdClan *uint64 `protobuf:"fixed64,1,opt,name=steam_id_clan,json=steamIdClan" json:"steam_id_clan,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSAssociateWithClanResponse) Reset() { *m = CMsgGSAssociateWithClanResponse{} }
+func (m *CMsgGSAssociateWithClanResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSAssociateWithClanResponse) ProtoMessage() {}
+func (*CMsgGSAssociateWithClanResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{75}
+}
+
+func (m *CMsgGSAssociateWithClanResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSAssociateWithClanResponse.Unmarshal(m, b)
+}
+func (m *CMsgGSAssociateWithClanResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSAssociateWithClanResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSAssociateWithClanResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSAssociateWithClanResponse.Merge(m, src)
+}
+func (m *CMsgGSAssociateWithClanResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSAssociateWithClanResponse.Size(m)
+}
+func (m *CMsgGSAssociateWithClanResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSAssociateWithClanResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSAssociateWithClanResponse proto.InternalMessageInfo
+
+const Default_CMsgGSAssociateWithClanResponse_Eresult uint32 = 2
+
+func (m *CMsgGSAssociateWithClanResponse) GetSteamIdClan() uint64 {
+ if m != nil && m.SteamIdClan != nil {
+ return *m.SteamIdClan
+ }
+ return 0
+}
+
+func (m *CMsgGSAssociateWithClanResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgGSAssociateWithClanResponse_Eresult
+}
+
+type CMsgGSComputeNewPlayerCompatibility struct {
+ SteamIdCandidate *uint64 `protobuf:"fixed64,1,opt,name=steam_id_candidate,json=steamIdCandidate" json:"steam_id_candidate,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibility) Reset() { *m = CMsgGSComputeNewPlayerCompatibility{} }
+func (m *CMsgGSComputeNewPlayerCompatibility) String() string { return proto.CompactTextString(m) }
+func (*CMsgGSComputeNewPlayerCompatibility) ProtoMessage() {}
+func (*CMsgGSComputeNewPlayerCompatibility) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{76}
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibility) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSComputeNewPlayerCompatibility.Unmarshal(m, b)
+}
+func (m *CMsgGSComputeNewPlayerCompatibility) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSComputeNewPlayerCompatibility.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSComputeNewPlayerCompatibility) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSComputeNewPlayerCompatibility.Merge(m, src)
+}
+func (m *CMsgGSComputeNewPlayerCompatibility) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSComputeNewPlayerCompatibility.Size(m)
+}
+func (m *CMsgGSComputeNewPlayerCompatibility) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSComputeNewPlayerCompatibility.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSComputeNewPlayerCompatibility proto.InternalMessageInfo
+
+func (m *CMsgGSComputeNewPlayerCompatibility) GetSteamIdCandidate() uint64 {
+ if m != nil && m.SteamIdCandidate != nil {
+ return *m.SteamIdCandidate
+ }
+ return 0
+}
+
+type CMsgGSComputeNewPlayerCompatibilityResponse struct {
+ SteamIdCandidate *uint64 `protobuf:"fixed64,1,opt,name=steam_id_candidate,json=steamIdCandidate" json:"steam_id_candidate,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ IsClanMember *bool `protobuf:"varint,3,opt,name=is_clan_member,json=isClanMember" json:"is_clan_member,omitempty"`
+ CtDontLikeYou *int32 `protobuf:"varint,4,opt,name=ct_dont_like_you,json=ctDontLikeYou" json:"ct_dont_like_you,omitempty"`
+ CtYouDontLike *int32 `protobuf:"varint,5,opt,name=ct_you_dont_like,json=ctYouDontLike" json:"ct_you_dont_like,omitempty"`
+ CtClanmembersDontLikeYou *int32 `protobuf:"varint,6,opt,name=ct_clanmembers_dont_like_you,json=ctClanmembersDontLikeYou" json:"ct_clanmembers_dont_like_you,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) Reset() {
+ *m = CMsgGSComputeNewPlayerCompatibilityResponse{}
+}
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGSComputeNewPlayerCompatibilityResponse) ProtoMessage() {}
+func (*CMsgGSComputeNewPlayerCompatibilityResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{77}
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGSComputeNewPlayerCompatibilityResponse.Unmarshal(m, b)
+}
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGSComputeNewPlayerCompatibilityResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGSComputeNewPlayerCompatibilityResponse.Merge(m, src)
+}
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgGSComputeNewPlayerCompatibilityResponse.Size(m)
+}
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGSComputeNewPlayerCompatibilityResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGSComputeNewPlayerCompatibilityResponse proto.InternalMessageInfo
+
+const Default_CMsgGSComputeNewPlayerCompatibilityResponse_Eresult uint32 = 2
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) GetSteamIdCandidate() uint64 {
+ if m != nil && m.SteamIdCandidate != nil {
+ return *m.SteamIdCandidate
+ }
+ return 0
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgGSComputeNewPlayerCompatibilityResponse_Eresult
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) GetIsClanMember() bool {
+ if m != nil && m.IsClanMember != nil {
+ return *m.IsClanMember
+ }
+ return false
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) GetCtDontLikeYou() int32 {
+ if m != nil && m.CtDontLikeYou != nil {
+ return *m.CtDontLikeYou
+ }
+ return 0
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) GetCtYouDontLike() int32 {
+ if m != nil && m.CtYouDontLike != nil {
+ return *m.CtYouDontLike
+ }
+ return 0
+}
+
+func (m *CMsgGSComputeNewPlayerCompatibilityResponse) GetCtClanmembersDontLikeYou() int32 {
+ if m != nil && m.CtClanmembersDontLikeYou != nil {
+ return *m.CtClanmembersDontLikeYou
+ }
+ return 0
+}
+
+type CMsgClientSentLogs struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSentLogs) Reset() { *m = CMsgClientSentLogs{} }
+func (m *CMsgClientSentLogs) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSentLogs) ProtoMessage() {}
+func (*CMsgClientSentLogs) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{78}
+}
+
+func (m *CMsgClientSentLogs) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSentLogs.Unmarshal(m, b)
+}
+func (m *CMsgClientSentLogs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSentLogs.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSentLogs) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSentLogs.Merge(m, src)
+}
+func (m *CMsgClientSentLogs) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSentLogs.Size(m)
+}
+func (m *CMsgClientSentLogs) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSentLogs.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSentLogs proto.InternalMessageInfo
+
+type CMsgGCClient struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Msgtype *uint32 `protobuf:"varint,2,opt,name=msgtype" json:"msgtype,omitempty"`
+ Payload []byte `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"`
+ Steamid *uint64 `protobuf:"fixed64,4,opt,name=steamid" json:"steamid,omitempty"`
+ Gcname *string `protobuf:"bytes,5,opt,name=gcname" json:"gcname,omitempty"`
+ Ip *uint32 `protobuf:"varint,6,opt,name=ip" json:"ip,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGCClient) Reset() { *m = CMsgGCClient{} }
+func (m *CMsgGCClient) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClient) ProtoMessage() {}
+func (*CMsgGCClient) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{79}
+}
+
+func (m *CMsgGCClient) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGCClient.Unmarshal(m, b)
+}
+func (m *CMsgGCClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGCClient.Marshal(b, m, deterministic)
+}
+func (m *CMsgGCClient) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGCClient.Merge(m, src)
+}
+func (m *CMsgGCClient) XXX_Size() int {
+ return xxx_messageInfo_CMsgGCClient.Size(m)
+}
+func (m *CMsgGCClient) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGCClient.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGCClient proto.InternalMessageInfo
+
+func (m *CMsgGCClient) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgGCClient) GetMsgtype() uint32 {
+ if m != nil && m.Msgtype != nil {
+ return *m.Msgtype
+ }
+ return 0
+}
+
+func (m *CMsgGCClient) GetPayload() []byte {
+ if m != nil {
+ return m.Payload
+ }
+ return nil
+}
+
+func (m *CMsgGCClient) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgGCClient) GetGcname() string {
+ if m != nil && m.Gcname != nil {
+ return *m.Gcname
+ }
+ return ""
+}
+
+func (m *CMsgGCClient) GetIp() uint32 {
+ if m != nil && m.Ip != nil {
+ return *m.Ip
+ }
+ return 0
+}
+
+type CMsgClientRequestFreeLicense struct {
+ Appids []uint32 `protobuf:"varint,2,rep,name=appids" json:"appids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestFreeLicense) Reset() { *m = CMsgClientRequestFreeLicense{} }
+func (m *CMsgClientRequestFreeLicense) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestFreeLicense) ProtoMessage() {}
+func (*CMsgClientRequestFreeLicense) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{80}
+}
+
+func (m *CMsgClientRequestFreeLicense) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestFreeLicense.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestFreeLicense) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestFreeLicense.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestFreeLicense) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestFreeLicense.Merge(m, src)
+}
+func (m *CMsgClientRequestFreeLicense) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestFreeLicense.Size(m)
+}
+func (m *CMsgClientRequestFreeLicense) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestFreeLicense.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestFreeLicense proto.InternalMessageInfo
+
+func (m *CMsgClientRequestFreeLicense) GetAppids() []uint32 {
+ if m != nil {
+ return m.Appids
+ }
+ return nil
+}
+
+type CMsgClientRequestFreeLicenseResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ GrantedPackageids []uint32 `protobuf:"varint,2,rep,name=granted_packageids,json=grantedPackageids" json:"granted_packageids,omitempty"`
+ GrantedAppids []uint32 `protobuf:"varint,3,rep,name=granted_appids,json=grantedAppids" json:"granted_appids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestFreeLicenseResponse) Reset() { *m = CMsgClientRequestFreeLicenseResponse{} }
+func (m *CMsgClientRequestFreeLicenseResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestFreeLicenseResponse) ProtoMessage() {}
+func (*CMsgClientRequestFreeLicenseResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{81}
+}
+
+func (m *CMsgClientRequestFreeLicenseResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestFreeLicenseResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestFreeLicenseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestFreeLicenseResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestFreeLicenseResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestFreeLicenseResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestFreeLicenseResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestFreeLicenseResponse.Size(m)
+}
+func (m *CMsgClientRequestFreeLicenseResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestFreeLicenseResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestFreeLicenseResponse proto.InternalMessageInfo
+
+const Default_CMsgClientRequestFreeLicenseResponse_Eresult uint32 = 2
+
+func (m *CMsgClientRequestFreeLicenseResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientRequestFreeLicenseResponse_Eresult
+}
+
+func (m *CMsgClientRequestFreeLicenseResponse) GetGrantedPackageids() []uint32 {
+ if m != nil {
+ return m.GrantedPackageids
+ }
+ return nil
+}
+
+func (m *CMsgClientRequestFreeLicenseResponse) GetGrantedAppids() []uint32 {
+ if m != nil {
+ return m.GrantedAppids
+ }
+ return nil
+}
+
+type CMsgDRMDownloadRequestWithCrashData struct {
+ DownloadFlags *uint32 `protobuf:"varint,1,opt,name=download_flags,json=downloadFlags" json:"download_flags,omitempty"`
+ DownloadTypesKnown *uint32 `protobuf:"varint,2,opt,name=download_types_known,json=downloadTypesKnown" json:"download_types_known,omitempty"`
+ GuidDrm []byte `protobuf:"bytes,3,opt,name=guid_drm,json=guidDrm" json:"guid_drm,omitempty"`
+ GuidSplit []byte `protobuf:"bytes,4,opt,name=guid_split,json=guidSplit" json:"guid_split,omitempty"`
+ GuidMerge []byte `protobuf:"bytes,5,opt,name=guid_merge,json=guidMerge" json:"guid_merge,omitempty"`
+ ModuleName *string `protobuf:"bytes,6,opt,name=module_name,json=moduleName" json:"module_name,omitempty"`
+ ModulePath *string `protobuf:"bytes,7,opt,name=module_path,json=modulePath" json:"module_path,omitempty"`
+ CrashData []byte `protobuf:"bytes,8,opt,name=crash_data,json=crashData" json:"crash_data,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) Reset() { *m = CMsgDRMDownloadRequestWithCrashData{} }
+func (m *CMsgDRMDownloadRequestWithCrashData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDRMDownloadRequestWithCrashData) ProtoMessage() {}
+func (*CMsgDRMDownloadRequestWithCrashData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{82}
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDRMDownloadRequestWithCrashData.Unmarshal(m, b)
+}
+func (m *CMsgDRMDownloadRequestWithCrashData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDRMDownloadRequestWithCrashData.Marshal(b, m, deterministic)
+}
+func (m *CMsgDRMDownloadRequestWithCrashData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDRMDownloadRequestWithCrashData.Merge(m, src)
+}
+func (m *CMsgDRMDownloadRequestWithCrashData) XXX_Size() int {
+ return xxx_messageInfo_CMsgDRMDownloadRequestWithCrashData.Size(m)
+}
+func (m *CMsgDRMDownloadRequestWithCrashData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDRMDownloadRequestWithCrashData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDRMDownloadRequestWithCrashData proto.InternalMessageInfo
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetDownloadFlags() uint32 {
+ if m != nil && m.DownloadFlags != nil {
+ return *m.DownloadFlags
+ }
+ return 0
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetDownloadTypesKnown() uint32 {
+ if m != nil && m.DownloadTypesKnown != nil {
+ return *m.DownloadTypesKnown
+ }
+ return 0
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetGuidDrm() []byte {
+ if m != nil {
+ return m.GuidDrm
+ }
+ return nil
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetGuidSplit() []byte {
+ if m != nil {
+ return m.GuidSplit
+ }
+ return nil
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetGuidMerge() []byte {
+ if m != nil {
+ return m.GuidMerge
+ }
+ return nil
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetModuleName() string {
+ if m != nil && m.ModuleName != nil {
+ return *m.ModuleName
+ }
+ return ""
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetModulePath() string {
+ if m != nil && m.ModulePath != nil {
+ return *m.ModulePath
+ }
+ return ""
+}
+
+func (m *CMsgDRMDownloadRequestWithCrashData) GetCrashData() []byte {
+ if m != nil {
+ return m.CrashData
+ }
+ return nil
+}
+
+type CMsgDRMDownloadResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ BlobDownloadType *uint32 `protobuf:"varint,3,opt,name=blob_download_type,json=blobDownloadType" json:"blob_download_type,omitempty"`
+ MergeGuid []byte `protobuf:"bytes,4,opt,name=merge_guid,json=mergeGuid" json:"merge_guid,omitempty"`
+ DownloadFileDfsIp *uint32 `protobuf:"varint,5,opt,name=download_file_dfs_ip,json=downloadFileDfsIp" json:"download_file_dfs_ip,omitempty"`
+ DownloadFileDfsPort *uint32 `protobuf:"varint,6,opt,name=download_file_dfs_port,json=downloadFileDfsPort" json:"download_file_dfs_port,omitempty"`
+ DownloadFileUrl *string `protobuf:"bytes,7,opt,name=download_file_url,json=downloadFileUrl" json:"download_file_url,omitempty"`
+ ModulePath *string `protobuf:"bytes,8,opt,name=module_path,json=modulePath" json:"module_path,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDRMDownloadResponse) Reset() { *m = CMsgDRMDownloadResponse{} }
+func (m *CMsgDRMDownloadResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDRMDownloadResponse) ProtoMessage() {}
+func (*CMsgDRMDownloadResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{83}
+}
+
+func (m *CMsgDRMDownloadResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDRMDownloadResponse.Unmarshal(m, b)
+}
+func (m *CMsgDRMDownloadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDRMDownloadResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgDRMDownloadResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDRMDownloadResponse.Merge(m, src)
+}
+func (m *CMsgDRMDownloadResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgDRMDownloadResponse.Size(m)
+}
+func (m *CMsgDRMDownloadResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDRMDownloadResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDRMDownloadResponse proto.InternalMessageInfo
+
+const Default_CMsgDRMDownloadResponse_Eresult uint32 = 2
+
+func (m *CMsgDRMDownloadResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDRMDownloadResponse_Eresult
+}
+
+func (m *CMsgDRMDownloadResponse) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgDRMDownloadResponse) GetBlobDownloadType() uint32 {
+ if m != nil && m.BlobDownloadType != nil {
+ return *m.BlobDownloadType
+ }
+ return 0
+}
+
+func (m *CMsgDRMDownloadResponse) GetMergeGuid() []byte {
+ if m != nil {
+ return m.MergeGuid
+ }
+ return nil
+}
+
+func (m *CMsgDRMDownloadResponse) GetDownloadFileDfsIp() uint32 {
+ if m != nil && m.DownloadFileDfsIp != nil {
+ return *m.DownloadFileDfsIp
+ }
+ return 0
+}
+
+func (m *CMsgDRMDownloadResponse) GetDownloadFileDfsPort() uint32 {
+ if m != nil && m.DownloadFileDfsPort != nil {
+ return *m.DownloadFileDfsPort
+ }
+ return 0
+}
+
+func (m *CMsgDRMDownloadResponse) GetDownloadFileUrl() string {
+ if m != nil && m.DownloadFileUrl != nil {
+ return *m.DownloadFileUrl
+ }
+ return ""
+}
+
+func (m *CMsgDRMDownloadResponse) GetModulePath() string {
+ if m != nil && m.ModulePath != nil {
+ return *m.ModulePath
+ }
+ return ""
+}
+
+type CMsgDRMFinalResult struct {
+ EResult *uint32 `protobuf:"varint,1,opt,name=eResult,def=2" json:"eResult,omitempty"`
+ AppId *uint32 `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ BlobDownloadType *uint32 `protobuf:"varint,3,opt,name=blob_download_type,json=blobDownloadType" json:"blob_download_type,omitempty"`
+ ErrorDetail *uint32 `protobuf:"varint,4,opt,name=error_detail,json=errorDetail" json:"error_detail,omitempty"`
+ MergeGuid []byte `protobuf:"bytes,5,opt,name=merge_guid,json=mergeGuid" json:"merge_guid,omitempty"`
+ DownloadFileDfsIp *uint32 `protobuf:"varint,6,opt,name=download_file_dfs_ip,json=downloadFileDfsIp" json:"download_file_dfs_ip,omitempty"`
+ DownloadFileDfsPort *uint32 `protobuf:"varint,7,opt,name=download_file_dfs_port,json=downloadFileDfsPort" json:"download_file_dfs_port,omitempty"`
+ DownloadFileUrl *string `protobuf:"bytes,8,opt,name=download_file_url,json=downloadFileUrl" json:"download_file_url,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDRMFinalResult) Reset() { *m = CMsgDRMFinalResult{} }
+func (m *CMsgDRMFinalResult) String() string { return proto.CompactTextString(m) }
+func (*CMsgDRMFinalResult) ProtoMessage() {}
+func (*CMsgDRMFinalResult) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{84}
+}
+
+func (m *CMsgDRMFinalResult) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDRMFinalResult.Unmarshal(m, b)
+}
+func (m *CMsgDRMFinalResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDRMFinalResult.Marshal(b, m, deterministic)
+}
+func (m *CMsgDRMFinalResult) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDRMFinalResult.Merge(m, src)
+}
+func (m *CMsgDRMFinalResult) XXX_Size() int {
+ return xxx_messageInfo_CMsgDRMFinalResult.Size(m)
+}
+func (m *CMsgDRMFinalResult) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDRMFinalResult.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDRMFinalResult proto.InternalMessageInfo
+
+const Default_CMsgDRMFinalResult_EResult uint32 = 2
+
+func (m *CMsgDRMFinalResult) GetEResult() uint32 {
+ if m != nil && m.EResult != nil {
+ return *m.EResult
+ }
+ return Default_CMsgDRMFinalResult_EResult
+}
+
+func (m *CMsgDRMFinalResult) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgDRMFinalResult) GetBlobDownloadType() uint32 {
+ if m != nil && m.BlobDownloadType != nil {
+ return *m.BlobDownloadType
+ }
+ return 0
+}
+
+func (m *CMsgDRMFinalResult) GetErrorDetail() uint32 {
+ if m != nil && m.ErrorDetail != nil {
+ return *m.ErrorDetail
+ }
+ return 0
+}
+
+func (m *CMsgDRMFinalResult) GetMergeGuid() []byte {
+ if m != nil {
+ return m.MergeGuid
+ }
+ return nil
+}
+
+func (m *CMsgDRMFinalResult) GetDownloadFileDfsIp() uint32 {
+ if m != nil && m.DownloadFileDfsIp != nil {
+ return *m.DownloadFileDfsIp
+ }
+ return 0
+}
+
+func (m *CMsgDRMFinalResult) GetDownloadFileDfsPort() uint32 {
+ if m != nil && m.DownloadFileDfsPort != nil {
+ return *m.DownloadFileDfsPort
+ }
+ return 0
+}
+
+func (m *CMsgDRMFinalResult) GetDownloadFileUrl() string {
+ if m != nil && m.DownloadFileUrl != nil {
+ return *m.DownloadFileUrl
+ }
+ return ""
+}
+
+type CMsgClientDPCheckSpecialSurvey struct {
+ SurveyId *uint32 `protobuf:"varint,1,opt,name=survey_id,json=surveyId" json:"survey_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDPCheckSpecialSurvey) Reset() { *m = CMsgClientDPCheckSpecialSurvey{} }
+func (m *CMsgClientDPCheckSpecialSurvey) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDPCheckSpecialSurvey) ProtoMessage() {}
+func (*CMsgClientDPCheckSpecialSurvey) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{85}
+}
+
+func (m *CMsgClientDPCheckSpecialSurvey) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDPCheckSpecialSurvey.Unmarshal(m, b)
+}
+func (m *CMsgClientDPCheckSpecialSurvey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDPCheckSpecialSurvey.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDPCheckSpecialSurvey) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDPCheckSpecialSurvey.Merge(m, src)
+}
+func (m *CMsgClientDPCheckSpecialSurvey) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDPCheckSpecialSurvey.Size(m)
+}
+func (m *CMsgClientDPCheckSpecialSurvey) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDPCheckSpecialSurvey.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDPCheckSpecialSurvey proto.InternalMessageInfo
+
+func (m *CMsgClientDPCheckSpecialSurvey) GetSurveyId() uint32 {
+ if m != nil && m.SurveyId != nil {
+ return *m.SurveyId
+ }
+ return 0
+}
+
+type CMsgClientDPCheckSpecialSurveyResponse struct {
+ EResult *uint32 `protobuf:"varint,1,opt,name=eResult,def=2" json:"eResult,omitempty"`
+ State *uint32 `protobuf:"varint,2,opt,name=state" json:"state,omitempty"`
+ Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
+ CustomUrl *string `protobuf:"bytes,4,opt,name=custom_url,json=customUrl" json:"custom_url,omitempty"`
+ IncludeSoftware *bool `protobuf:"varint,5,opt,name=include_software,json=includeSoftware" json:"include_software,omitempty"`
+ Token []byte `protobuf:"bytes,6,opt,name=token" json:"token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) Reset() {
+ *m = CMsgClientDPCheckSpecialSurveyResponse{}
+}
+func (m *CMsgClientDPCheckSpecialSurveyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDPCheckSpecialSurveyResponse) ProtoMessage() {}
+func (*CMsgClientDPCheckSpecialSurveyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{86}
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDPCheckSpecialSurveyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientDPCheckSpecialSurveyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDPCheckSpecialSurveyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDPCheckSpecialSurveyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDPCheckSpecialSurveyResponse.Merge(m, src)
+}
+func (m *CMsgClientDPCheckSpecialSurveyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDPCheckSpecialSurveyResponse.Size(m)
+}
+func (m *CMsgClientDPCheckSpecialSurveyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDPCheckSpecialSurveyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDPCheckSpecialSurveyResponse proto.InternalMessageInfo
+
+const Default_CMsgClientDPCheckSpecialSurveyResponse_EResult uint32 = 2
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) GetEResult() uint32 {
+ if m != nil && m.EResult != nil {
+ return *m.EResult
+ }
+ return Default_CMsgClientDPCheckSpecialSurveyResponse_EResult
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) GetState() uint32 {
+ if m != nil && m.State != nil {
+ return *m.State
+ }
+ return 0
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) GetCustomUrl() string {
+ if m != nil && m.CustomUrl != nil {
+ return *m.CustomUrl
+ }
+ return ""
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) GetIncludeSoftware() bool {
+ if m != nil && m.IncludeSoftware != nil {
+ return *m.IncludeSoftware
+ }
+ return false
+}
+
+func (m *CMsgClientDPCheckSpecialSurveyResponse) GetToken() []byte {
+ if m != nil {
+ return m.Token
+ }
+ return nil
+}
+
+type CMsgClientDPSendSpecialSurveyResponse struct {
+ SurveyId *uint32 `protobuf:"varint,1,opt,name=survey_id,json=surveyId" json:"survey_id,omitempty"`
+ Data []byte `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDPSendSpecialSurveyResponse) Reset() { *m = CMsgClientDPSendSpecialSurveyResponse{} }
+func (m *CMsgClientDPSendSpecialSurveyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDPSendSpecialSurveyResponse) ProtoMessage() {}
+func (*CMsgClientDPSendSpecialSurveyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{87}
+}
+
+func (m *CMsgClientDPSendSpecialSurveyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponse.Merge(m, src)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponse.Size(m)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponse proto.InternalMessageInfo
+
+func (m *CMsgClientDPSendSpecialSurveyResponse) GetSurveyId() uint32 {
+ if m != nil && m.SurveyId != nil {
+ return *m.SurveyId
+ }
+ return 0
+}
+
+func (m *CMsgClientDPSendSpecialSurveyResponse) GetData() []byte {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+type CMsgClientDPSendSpecialSurveyResponseReply struct {
+ EResult *uint32 `protobuf:"varint,1,opt,name=eResult,def=2" json:"eResult,omitempty"`
+ Token []byte `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) Reset() {
+ *m = CMsgClientDPSendSpecialSurveyResponseReply{}
+}
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientDPSendSpecialSurveyResponseReply) ProtoMessage() {}
+func (*CMsgClientDPSendSpecialSurveyResponseReply) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{88}
+}
+
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponseReply.Unmarshal(m, b)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponseReply.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponseReply.Merge(m, src)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponseReply.Size(m)
+}
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponseReply.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDPSendSpecialSurveyResponseReply proto.InternalMessageInfo
+
+const Default_CMsgClientDPSendSpecialSurveyResponseReply_EResult uint32 = 2
+
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) GetEResult() uint32 {
+ if m != nil && m.EResult != nil {
+ return *m.EResult
+ }
+ return Default_CMsgClientDPSendSpecialSurveyResponseReply_EResult
+}
+
+func (m *CMsgClientDPSendSpecialSurveyResponseReply) GetToken() []byte {
+ if m != nil {
+ return m.Token
+ }
+ return nil
+}
+
+type CMsgClientRequestForgottenPasswordEmail struct {
+ AccountName *string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
+ PasswordTried *string `protobuf:"bytes,2,opt,name=password_tried,json=passwordTried" json:"password_tried,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestForgottenPasswordEmail) Reset() {
+ *m = CMsgClientRequestForgottenPasswordEmail{}
+}
+func (m *CMsgClientRequestForgottenPasswordEmail) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestForgottenPasswordEmail) ProtoMessage() {}
+func (*CMsgClientRequestForgottenPasswordEmail) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{89}
+}
+
+func (m *CMsgClientRequestForgottenPasswordEmail) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestForgottenPasswordEmail.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestForgottenPasswordEmail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestForgottenPasswordEmail.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestForgottenPasswordEmail) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestForgottenPasswordEmail.Merge(m, src)
+}
+func (m *CMsgClientRequestForgottenPasswordEmail) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestForgottenPasswordEmail.Size(m)
+}
+func (m *CMsgClientRequestForgottenPasswordEmail) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestForgottenPasswordEmail.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestForgottenPasswordEmail proto.InternalMessageInfo
+
+func (m *CMsgClientRequestForgottenPasswordEmail) GetAccountName() string {
+ if m != nil && m.AccountName != nil {
+ return *m.AccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestForgottenPasswordEmail) GetPasswordTried() string {
+ if m != nil && m.PasswordTried != nil {
+ return *m.PasswordTried
+ }
+ return ""
+}
+
+type CMsgClientRequestForgottenPasswordEmailResponse struct {
+ EResult *uint32 `protobuf:"varint,1,opt,name=eResult" json:"eResult,omitempty"`
+ UseSecretQuestion *bool `protobuf:"varint,2,opt,name=use_secret_question,json=useSecretQuestion" json:"use_secret_question,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) Reset() {
+ *m = CMsgClientRequestForgottenPasswordEmailResponse{}
+}
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestForgottenPasswordEmailResponse) ProtoMessage() {}
+func (*CMsgClientRequestForgottenPasswordEmailResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{90}
+}
+
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestForgottenPasswordEmailResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestForgottenPasswordEmailResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestForgottenPasswordEmailResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestForgottenPasswordEmailResponse.Size(m)
+}
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestForgottenPasswordEmailResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestForgottenPasswordEmailResponse proto.InternalMessageInfo
+
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) GetEResult() uint32 {
+ if m != nil && m.EResult != nil {
+ return *m.EResult
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestForgottenPasswordEmailResponse) GetUseSecretQuestion() bool {
+ if m != nil && m.UseSecretQuestion != nil {
+ return *m.UseSecretQuestion
+ }
+ return false
+}
+
+type CMsgClientItemAnnouncements struct {
+ CountNewItems *uint32 `protobuf:"varint,1,opt,name=count_new_items,json=countNewItems" json:"count_new_items,omitempty"`
+ UnseenItems []*CMsgClientItemAnnouncements_UnseenItem `protobuf:"bytes,2,rep,name=unseen_items,json=unseenItems" json:"unseen_items,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientItemAnnouncements) Reset() { *m = CMsgClientItemAnnouncements{} }
+func (m *CMsgClientItemAnnouncements) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientItemAnnouncements) ProtoMessage() {}
+func (*CMsgClientItemAnnouncements) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{91}
+}
+
+func (m *CMsgClientItemAnnouncements) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientItemAnnouncements.Unmarshal(m, b)
+}
+func (m *CMsgClientItemAnnouncements) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientItemAnnouncements.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientItemAnnouncements) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientItemAnnouncements.Merge(m, src)
+}
+func (m *CMsgClientItemAnnouncements) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientItemAnnouncements.Size(m)
+}
+func (m *CMsgClientItemAnnouncements) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientItemAnnouncements.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientItemAnnouncements proto.InternalMessageInfo
+
+func (m *CMsgClientItemAnnouncements) GetCountNewItems() uint32 {
+ if m != nil && m.CountNewItems != nil {
+ return *m.CountNewItems
+ }
+ return 0
+}
+
+func (m *CMsgClientItemAnnouncements) GetUnseenItems() []*CMsgClientItemAnnouncements_UnseenItem {
+ if m != nil {
+ return m.UnseenItems
+ }
+ return nil
+}
+
+type CMsgClientItemAnnouncements_UnseenItem struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ ContextId *uint64 `protobuf:"varint,2,opt,name=context_id,json=contextId" json:"context_id,omitempty"`
+ AssetId *uint64 `protobuf:"varint,3,opt,name=asset_id,json=assetId" json:"asset_id,omitempty"`
+ Amount *uint64 `protobuf:"varint,4,opt,name=amount" json:"amount,omitempty"`
+ Rtime32Gained *uint32 `protobuf:"fixed32,5,opt,name=rtime32_gained,json=rtime32Gained" json:"rtime32_gained,omitempty"`
+ SourceAppid *uint32 `protobuf:"varint,6,opt,name=source_appid,json=sourceAppid" json:"source_appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) Reset() {
+ *m = CMsgClientItemAnnouncements_UnseenItem{}
+}
+func (m *CMsgClientItemAnnouncements_UnseenItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientItemAnnouncements_UnseenItem) ProtoMessage() {}
+func (*CMsgClientItemAnnouncements_UnseenItem) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{91, 0}
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientItemAnnouncements_UnseenItem.Unmarshal(m, b)
+}
+func (m *CMsgClientItemAnnouncements_UnseenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientItemAnnouncements_UnseenItem.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientItemAnnouncements_UnseenItem) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientItemAnnouncements_UnseenItem.Merge(m, src)
+}
+func (m *CMsgClientItemAnnouncements_UnseenItem) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientItemAnnouncements_UnseenItem.Size(m)
+}
+func (m *CMsgClientItemAnnouncements_UnseenItem) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientItemAnnouncements_UnseenItem.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientItemAnnouncements_UnseenItem proto.InternalMessageInfo
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) GetContextId() uint64 {
+ if m != nil && m.ContextId != nil {
+ return *m.ContextId
+ }
+ return 0
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) GetAssetId() uint64 {
+ if m != nil && m.AssetId != nil {
+ return *m.AssetId
+ }
+ return 0
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) GetAmount() uint64 {
+ if m != nil && m.Amount != nil {
+ return *m.Amount
+ }
+ return 0
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) GetRtime32Gained() uint32 {
+ if m != nil && m.Rtime32Gained != nil {
+ return *m.Rtime32Gained
+ }
+ return 0
+}
+
+func (m *CMsgClientItemAnnouncements_UnseenItem) GetSourceAppid() uint32 {
+ if m != nil && m.SourceAppid != nil {
+ return *m.SourceAppid
+ }
+ return 0
+}
+
+type CMsgClientRequestItemAnnouncements struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestItemAnnouncements) Reset() { *m = CMsgClientRequestItemAnnouncements{} }
+func (m *CMsgClientRequestItemAnnouncements) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestItemAnnouncements) ProtoMessage() {}
+func (*CMsgClientRequestItemAnnouncements) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{92}
+}
+
+func (m *CMsgClientRequestItemAnnouncements) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestItemAnnouncements.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestItemAnnouncements) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestItemAnnouncements.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestItemAnnouncements) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestItemAnnouncements.Merge(m, src)
+}
+func (m *CMsgClientRequestItemAnnouncements) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestItemAnnouncements.Size(m)
+}
+func (m *CMsgClientRequestItemAnnouncements) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestItemAnnouncements.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestItemAnnouncements proto.InternalMessageInfo
+
+type CMsgClientUserNotifications struct {
+ Notifications []*CMsgClientUserNotifications_Notification `protobuf:"bytes,1,rep,name=notifications" json:"notifications,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUserNotifications) Reset() { *m = CMsgClientUserNotifications{} }
+func (m *CMsgClientUserNotifications) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUserNotifications) ProtoMessage() {}
+func (*CMsgClientUserNotifications) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{93}
+}
+
+func (m *CMsgClientUserNotifications) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUserNotifications.Unmarshal(m, b)
+}
+func (m *CMsgClientUserNotifications) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUserNotifications.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUserNotifications) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUserNotifications.Merge(m, src)
+}
+func (m *CMsgClientUserNotifications) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUserNotifications.Size(m)
+}
+func (m *CMsgClientUserNotifications) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUserNotifications.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUserNotifications proto.InternalMessageInfo
+
+func (m *CMsgClientUserNotifications) GetNotifications() []*CMsgClientUserNotifications_Notification {
+ if m != nil {
+ return m.Notifications
+ }
+ return nil
+}
+
+type CMsgClientUserNotifications_Notification struct {
+ UserNotificationType *uint32 `protobuf:"varint,1,opt,name=user_notification_type,json=userNotificationType" json:"user_notification_type,omitempty"`
+ Count *uint32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUserNotifications_Notification) Reset() {
+ *m = CMsgClientUserNotifications_Notification{}
+}
+func (m *CMsgClientUserNotifications_Notification) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUserNotifications_Notification) ProtoMessage() {}
+func (*CMsgClientUserNotifications_Notification) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{93, 0}
+}
+
+func (m *CMsgClientUserNotifications_Notification) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUserNotifications_Notification.Unmarshal(m, b)
+}
+func (m *CMsgClientUserNotifications_Notification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUserNotifications_Notification.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUserNotifications_Notification) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUserNotifications_Notification.Merge(m, src)
+}
+func (m *CMsgClientUserNotifications_Notification) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUserNotifications_Notification.Size(m)
+}
+func (m *CMsgClientUserNotifications_Notification) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUserNotifications_Notification.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUserNotifications_Notification proto.InternalMessageInfo
+
+func (m *CMsgClientUserNotifications_Notification) GetUserNotificationType() uint32 {
+ if m != nil && m.UserNotificationType != nil {
+ return *m.UserNotificationType
+ }
+ return 0
+}
+
+func (m *CMsgClientUserNotifications_Notification) GetCount() uint32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return 0
+}
+
+type CMsgClientCommentNotifications struct {
+ CountNewComments *uint32 `protobuf:"varint,1,opt,name=count_new_comments,json=countNewComments" json:"count_new_comments,omitempty"`
+ CountNewCommentsOwner *uint32 `protobuf:"varint,2,opt,name=count_new_comments_owner,json=countNewCommentsOwner" json:"count_new_comments_owner,omitempty"`
+ CountNewCommentsSubscriptions *uint32 `protobuf:"varint,3,opt,name=count_new_comments_subscriptions,json=countNewCommentsSubscriptions" json:"count_new_comments_subscriptions,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCommentNotifications) Reset() { *m = CMsgClientCommentNotifications{} }
+func (m *CMsgClientCommentNotifications) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCommentNotifications) ProtoMessage() {}
+func (*CMsgClientCommentNotifications) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{94}
+}
+
+func (m *CMsgClientCommentNotifications) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCommentNotifications.Unmarshal(m, b)
+}
+func (m *CMsgClientCommentNotifications) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCommentNotifications.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCommentNotifications) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCommentNotifications.Merge(m, src)
+}
+func (m *CMsgClientCommentNotifications) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCommentNotifications.Size(m)
+}
+func (m *CMsgClientCommentNotifications) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCommentNotifications.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCommentNotifications proto.InternalMessageInfo
+
+func (m *CMsgClientCommentNotifications) GetCountNewComments() uint32 {
+ if m != nil && m.CountNewComments != nil {
+ return *m.CountNewComments
+ }
+ return 0
+}
+
+func (m *CMsgClientCommentNotifications) GetCountNewCommentsOwner() uint32 {
+ if m != nil && m.CountNewCommentsOwner != nil {
+ return *m.CountNewCommentsOwner
+ }
+ return 0
+}
+
+func (m *CMsgClientCommentNotifications) GetCountNewCommentsSubscriptions() uint32 {
+ if m != nil && m.CountNewCommentsSubscriptions != nil {
+ return *m.CountNewCommentsSubscriptions
+ }
+ return 0
+}
+
+type CMsgClientRequestCommentNotifications struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestCommentNotifications) Reset() { *m = CMsgClientRequestCommentNotifications{} }
+func (m *CMsgClientRequestCommentNotifications) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestCommentNotifications) ProtoMessage() {}
+func (*CMsgClientRequestCommentNotifications) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{95}
+}
+
+func (m *CMsgClientRequestCommentNotifications) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestCommentNotifications.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestCommentNotifications) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestCommentNotifications.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestCommentNotifications) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestCommentNotifications.Merge(m, src)
+}
+func (m *CMsgClientRequestCommentNotifications) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestCommentNotifications.Size(m)
+}
+func (m *CMsgClientRequestCommentNotifications) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestCommentNotifications.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestCommentNotifications proto.InternalMessageInfo
+
+type CMsgClientOfflineMessageNotification struct {
+ OfflineMessages *uint32 `protobuf:"varint,1,opt,name=offline_messages,json=offlineMessages" json:"offline_messages,omitempty"`
+ FriendsWithOfflineMessages []uint32 `protobuf:"varint,2,rep,name=friends_with_offline_messages,json=friendsWithOfflineMessages" json:"friends_with_offline_messages,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientOfflineMessageNotification) Reset() { *m = CMsgClientOfflineMessageNotification{} }
+func (m *CMsgClientOfflineMessageNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientOfflineMessageNotification) ProtoMessage() {}
+func (*CMsgClientOfflineMessageNotification) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{96}
+}
+
+func (m *CMsgClientOfflineMessageNotification) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientOfflineMessageNotification.Unmarshal(m, b)
+}
+func (m *CMsgClientOfflineMessageNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientOfflineMessageNotification.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientOfflineMessageNotification) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientOfflineMessageNotification.Merge(m, src)
+}
+func (m *CMsgClientOfflineMessageNotification) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientOfflineMessageNotification.Size(m)
+}
+func (m *CMsgClientOfflineMessageNotification) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientOfflineMessageNotification.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientOfflineMessageNotification proto.InternalMessageInfo
+
+func (m *CMsgClientOfflineMessageNotification) GetOfflineMessages() uint32 {
+ if m != nil && m.OfflineMessages != nil {
+ return *m.OfflineMessages
+ }
+ return 0
+}
+
+func (m *CMsgClientOfflineMessageNotification) GetFriendsWithOfflineMessages() []uint32 {
+ if m != nil {
+ return m.FriendsWithOfflineMessages
+ }
+ return nil
+}
+
+type CMsgClientRequestOfflineMessageCount struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestOfflineMessageCount) Reset() { *m = CMsgClientRequestOfflineMessageCount{} }
+func (m *CMsgClientRequestOfflineMessageCount) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestOfflineMessageCount) ProtoMessage() {}
+func (*CMsgClientRequestOfflineMessageCount) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{97}
+}
+
+func (m *CMsgClientRequestOfflineMessageCount) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestOfflineMessageCount.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestOfflineMessageCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestOfflineMessageCount.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestOfflineMessageCount) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestOfflineMessageCount.Merge(m, src)
+}
+func (m *CMsgClientRequestOfflineMessageCount) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestOfflineMessageCount.Size(m)
+}
+func (m *CMsgClientRequestOfflineMessageCount) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestOfflineMessageCount.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestOfflineMessageCount proto.InternalMessageInfo
+
+type CMsgClientChatGetFriendMessageHistory struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChatGetFriendMessageHistory) Reset() { *m = CMsgClientChatGetFriendMessageHistory{} }
+func (m *CMsgClientChatGetFriendMessageHistory) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientChatGetFriendMessageHistory) ProtoMessage() {}
+func (*CMsgClientChatGetFriendMessageHistory) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{98}
+}
+
+func (m *CMsgClientChatGetFriendMessageHistory) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistory.Unmarshal(m, b)
+}
+func (m *CMsgClientChatGetFriendMessageHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistory.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChatGetFriendMessageHistory) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistory.Merge(m, src)
+}
+func (m *CMsgClientChatGetFriendMessageHistory) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistory.Size(m)
+}
+func (m *CMsgClientChatGetFriendMessageHistory) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistory.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChatGetFriendMessageHistory proto.InternalMessageInfo
+
+func (m *CMsgClientChatGetFriendMessageHistory) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+type CMsgClientChatGetFriendMessageHistoryResponse struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ Success *uint32 `protobuf:"varint,2,opt,name=success" json:"success,omitempty"`
+ Messages []*CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) Reset() {
+ *m = CMsgClientChatGetFriendMessageHistoryResponse{}
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientChatGetFriendMessageHistoryResponse) ProtoMessage() {}
+func (*CMsgClientChatGetFriendMessageHistoryResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{99}
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse.Merge(m, src)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse.Size(m)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse proto.InternalMessageInfo
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) GetSuccess() uint32 {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return 0
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse) GetMessages() []*CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage {
+ if m != nil {
+ return m.Messages
+ }
+ return nil
+}
+
+type CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage struct {
+ Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
+ Message *string `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"`
+ Unread *bool `protobuf:"varint,4,opt,name=unread" json:"unread,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) Reset() {
+ *m = CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage{}
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) ProtoMessage() {}
+func (*CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{99, 0}
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage.Unmarshal(m, b)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage.Merge(m, src)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage.Size(m)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage proto.InternalMessageInfo
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage) GetUnread() bool {
+ if m != nil && m.Unread != nil {
+ return *m.Unread
+ }
+ return false
+}
+
+type CMsgClientChatGetFriendMessageHistoryForOfflineMessages struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) Reset() {
+ *m = CMsgClientChatGetFriendMessageHistoryForOfflineMessages{}
+}
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientChatGetFriendMessageHistoryForOfflineMessages) ProtoMessage() {}
+func (*CMsgClientChatGetFriendMessageHistoryForOfflineMessages) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{100}
+}
+
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryForOfflineMessages.Unmarshal(m, b)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryForOfflineMessages.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryForOfflineMessages.Merge(m, src)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryForOfflineMessages.Size(m)
+}
+func (m *CMsgClientChatGetFriendMessageHistoryForOfflineMessages) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryForOfflineMessages.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChatGetFriendMessageHistoryForOfflineMessages proto.InternalMessageInfo
+
+type CMsgClientFSGetFriendsSteamLevels struct {
+ Accountids []uint32 `protobuf:"varint,1,rep,name=accountids" json:"accountids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevels) Reset() { *m = CMsgClientFSGetFriendsSteamLevels{} }
+func (m *CMsgClientFSGetFriendsSteamLevels) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFSGetFriendsSteamLevels) ProtoMessage() {}
+func (*CMsgClientFSGetFriendsSteamLevels) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{101}
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevels) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevels.Unmarshal(m, b)
+}
+func (m *CMsgClientFSGetFriendsSteamLevels) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevels.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFSGetFriendsSteamLevels) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFSGetFriendsSteamLevels.Merge(m, src)
+}
+func (m *CMsgClientFSGetFriendsSteamLevels) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevels.Size(m)
+}
+func (m *CMsgClientFSGetFriendsSteamLevels) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFSGetFriendsSteamLevels.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFSGetFriendsSteamLevels proto.InternalMessageInfo
+
+func (m *CMsgClientFSGetFriendsSteamLevels) GetAccountids() []uint32 {
+ if m != nil {
+ return m.Accountids
+ }
+ return nil
+}
+
+type CMsgClientFSGetFriendsSteamLevelsResponse struct {
+ Friends []*CMsgClientFSGetFriendsSteamLevelsResponse_Friend `protobuf:"bytes,1,rep,name=friends" json:"friends,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) Reset() {
+ *m = CMsgClientFSGetFriendsSteamLevelsResponse{}
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientFSGetFriendsSteamLevelsResponse) ProtoMessage() {}
+func (*CMsgClientFSGetFriendsSteamLevelsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{102}
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse.Merge(m, src)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse.Size(m)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse proto.InternalMessageInfo
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse) GetFriends() []*CMsgClientFSGetFriendsSteamLevelsResponse_Friend {
+ if m != nil {
+ return m.Friends
+ }
+ return nil
+}
+
+type CMsgClientFSGetFriendsSteamLevelsResponse_Friend struct {
+ Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
+ Level *uint32 `protobuf:"varint,2,opt,name=level" json:"level,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) Reset() {
+ *m = CMsgClientFSGetFriendsSteamLevelsResponse_Friend{}
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientFSGetFriendsSteamLevelsResponse_Friend) ProtoMessage() {}
+func (*CMsgClientFSGetFriendsSteamLevelsResponse_Friend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{102, 0}
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse_Friend.Unmarshal(m, b)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse_Friend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse_Friend.Merge(m, src)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse_Friend.Size(m)
+}
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse_Friend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFSGetFriendsSteamLevelsResponse_Friend proto.InternalMessageInfo
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+func (m *CMsgClientFSGetFriendsSteamLevelsResponse_Friend) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+type CMsgClientEmailAddrInfo struct {
+ EmailAddress *string `protobuf:"bytes,1,opt,name=email_address,json=emailAddress" json:"email_address,omitempty"`
+ EmailIsValidated *bool `protobuf:"varint,2,opt,name=email_is_validated,json=emailIsValidated" json:"email_is_validated,omitempty"`
+ EmailValidationChanged *bool `protobuf:"varint,3,opt,name=email_validation_changed,json=emailValidationChanged" json:"email_validation_changed,omitempty"`
+ CredentialChangeRequiresCode *bool `protobuf:"varint,4,opt,name=credential_change_requires_code,json=credentialChangeRequiresCode" json:"credential_change_requires_code,omitempty"`
+ PasswordOrSecretqaChangeRequiresCode *bool `protobuf:"varint,5,opt,name=password_or_secretqa_change_requires_code,json=passwordOrSecretqaChangeRequiresCode" json:"password_or_secretqa_change_requires_code,omitempty"`
+ RemindUserAboutEmail *bool `protobuf:"varint,6,opt,name=remind_user_about_email,json=remindUserAboutEmail" json:"remind_user_about_email,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientEmailAddrInfo) Reset() { *m = CMsgClientEmailAddrInfo{} }
+func (m *CMsgClientEmailAddrInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientEmailAddrInfo) ProtoMessage() {}
+func (*CMsgClientEmailAddrInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{103}
+}
+
+func (m *CMsgClientEmailAddrInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientEmailAddrInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientEmailAddrInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientEmailAddrInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientEmailAddrInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientEmailAddrInfo.Merge(m, src)
+}
+func (m *CMsgClientEmailAddrInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientEmailAddrInfo.Size(m)
+}
+func (m *CMsgClientEmailAddrInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientEmailAddrInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientEmailAddrInfo proto.InternalMessageInfo
+
+func (m *CMsgClientEmailAddrInfo) GetEmailAddress() string {
+ if m != nil && m.EmailAddress != nil {
+ return *m.EmailAddress
+ }
+ return ""
+}
+
+func (m *CMsgClientEmailAddrInfo) GetEmailIsValidated() bool {
+ if m != nil && m.EmailIsValidated != nil {
+ return *m.EmailIsValidated
+ }
+ return false
+}
+
+func (m *CMsgClientEmailAddrInfo) GetEmailValidationChanged() bool {
+ if m != nil && m.EmailValidationChanged != nil {
+ return *m.EmailValidationChanged
+ }
+ return false
+}
+
+func (m *CMsgClientEmailAddrInfo) GetCredentialChangeRequiresCode() bool {
+ if m != nil && m.CredentialChangeRequiresCode != nil {
+ return *m.CredentialChangeRequiresCode
+ }
+ return false
+}
+
+func (m *CMsgClientEmailAddrInfo) GetPasswordOrSecretqaChangeRequiresCode() bool {
+ if m != nil && m.PasswordOrSecretqaChangeRequiresCode != nil {
+ return *m.PasswordOrSecretqaChangeRequiresCode
+ }
+ return false
+}
+
+func (m *CMsgClientEmailAddrInfo) GetRemindUserAboutEmail() bool {
+ if m != nil && m.RemindUserAboutEmail != nil {
+ return *m.RemindUserAboutEmail
+ }
+ return false
+}
+
+type CMsgCREItemVoteSummary struct {
+ PublishedFileIds []*CMsgCREItemVoteSummary_PublishedFileId `protobuf:"bytes,1,rep,name=published_file_ids,json=publishedFileIds" json:"published_file_ids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREItemVoteSummary) Reset() { *m = CMsgCREItemVoteSummary{} }
+func (m *CMsgCREItemVoteSummary) String() string { return proto.CompactTextString(m) }
+func (*CMsgCREItemVoteSummary) ProtoMessage() {}
+func (*CMsgCREItemVoteSummary) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{104}
+}
+
+func (m *CMsgCREItemVoteSummary) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREItemVoteSummary.Unmarshal(m, b)
+}
+func (m *CMsgCREItemVoteSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREItemVoteSummary.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREItemVoteSummary) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREItemVoteSummary.Merge(m, src)
+}
+func (m *CMsgCREItemVoteSummary) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREItemVoteSummary.Size(m)
+}
+func (m *CMsgCREItemVoteSummary) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREItemVoteSummary.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREItemVoteSummary proto.InternalMessageInfo
+
+func (m *CMsgCREItemVoteSummary) GetPublishedFileIds() []*CMsgCREItemVoteSummary_PublishedFileId {
+ if m != nil {
+ return m.PublishedFileIds
+ }
+ return nil
+}
+
+type CMsgCREItemVoteSummary_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREItemVoteSummary_PublishedFileId) Reset() {
+ *m = CMsgCREItemVoteSummary_PublishedFileId{}
+}
+func (m *CMsgCREItemVoteSummary_PublishedFileId) String() string { return proto.CompactTextString(m) }
+func (*CMsgCREItemVoteSummary_PublishedFileId) ProtoMessage() {}
+func (*CMsgCREItemVoteSummary_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{104, 0}
+}
+
+func (m *CMsgCREItemVoteSummary_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREItemVoteSummary_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgCREItemVoteSummary_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREItemVoteSummary_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREItemVoteSummary_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREItemVoteSummary_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgCREItemVoteSummary_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREItemVoteSummary_PublishedFileId.Size(m)
+}
+func (m *CMsgCREItemVoteSummary_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREItemVoteSummary_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREItemVoteSummary_PublishedFileId proto.InternalMessageInfo
+
+func (m *CMsgCREItemVoteSummary_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+type CMsgCREItemVoteSummaryResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ ItemVoteSummaries []*CMsgCREItemVoteSummaryResponse_ItemVoteSummary `protobuf:"bytes,2,rep,name=item_vote_summaries,json=itemVoteSummaries" json:"item_vote_summaries,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREItemVoteSummaryResponse) Reset() { *m = CMsgCREItemVoteSummaryResponse{} }
+func (m *CMsgCREItemVoteSummaryResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgCREItemVoteSummaryResponse) ProtoMessage() {}
+func (*CMsgCREItemVoteSummaryResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{105}
+}
+
+func (m *CMsgCREItemVoteSummaryResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREItemVoteSummaryResponse.Unmarshal(m, b)
+}
+func (m *CMsgCREItemVoteSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREItemVoteSummaryResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREItemVoteSummaryResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREItemVoteSummaryResponse.Merge(m, src)
+}
+func (m *CMsgCREItemVoteSummaryResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREItemVoteSummaryResponse.Size(m)
+}
+func (m *CMsgCREItemVoteSummaryResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREItemVoteSummaryResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREItemVoteSummaryResponse proto.InternalMessageInfo
+
+const Default_CMsgCREItemVoteSummaryResponse_Eresult int32 = 2
+
+func (m *CMsgCREItemVoteSummaryResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgCREItemVoteSummaryResponse_Eresult
+}
+
+func (m *CMsgCREItemVoteSummaryResponse) GetItemVoteSummaries() []*CMsgCREItemVoteSummaryResponse_ItemVoteSummary {
+ if m != nil {
+ return m.ItemVoteSummaries
+ }
+ return nil
+}
+
+type CMsgCREItemVoteSummaryResponse_ItemVoteSummary struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ VotesFor *int32 `protobuf:"varint,2,opt,name=votes_for,json=votesFor" json:"votes_for,omitempty"`
+ VotesAgainst *int32 `protobuf:"varint,3,opt,name=votes_against,json=votesAgainst" json:"votes_against,omitempty"`
+ Reports *int32 `protobuf:"varint,4,opt,name=reports" json:"reports,omitempty"`
+ Score *float32 `protobuf:"fixed32,5,opt,name=score" json:"score,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) Reset() {
+ *m = CMsgCREItemVoteSummaryResponse_ItemVoteSummary{}
+}
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgCREItemVoteSummaryResponse_ItemVoteSummary) ProtoMessage() {}
+func (*CMsgCREItemVoteSummaryResponse_ItemVoteSummary) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{105, 0}
+}
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREItemVoteSummaryResponse_ItemVoteSummary.Unmarshal(m, b)
+}
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREItemVoteSummaryResponse_ItemVoteSummary.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREItemVoteSummaryResponse_ItemVoteSummary.Merge(m, src)
+}
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREItemVoteSummaryResponse_ItemVoteSummary.Size(m)
+}
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREItemVoteSummaryResponse_ItemVoteSummary.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREItemVoteSummaryResponse_ItemVoteSummary proto.InternalMessageInfo
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) GetVotesFor() int32 {
+ if m != nil && m.VotesFor != nil {
+ return *m.VotesFor
+ }
+ return 0
+}
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) GetVotesAgainst() int32 {
+ if m != nil && m.VotesAgainst != nil {
+ return *m.VotesAgainst
+ }
+ return 0
+}
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) GetReports() int32 {
+ if m != nil && m.Reports != nil {
+ return *m.Reports
+ }
+ return 0
+}
+
+func (m *CMsgCREItemVoteSummaryResponse_ItemVoteSummary) GetScore() float32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+type CMsgCREUpdateUserPublishedItemVote struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ VoteUp *bool `protobuf:"varint,2,opt,name=vote_up,json=voteUp" json:"vote_up,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREUpdateUserPublishedItemVote) Reset() { *m = CMsgCREUpdateUserPublishedItemVote{} }
+func (m *CMsgCREUpdateUserPublishedItemVote) String() string { return proto.CompactTextString(m) }
+func (*CMsgCREUpdateUserPublishedItemVote) ProtoMessage() {}
+func (*CMsgCREUpdateUserPublishedItemVote) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{106}
+}
+
+func (m *CMsgCREUpdateUserPublishedItemVote) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREUpdateUserPublishedItemVote.Unmarshal(m, b)
+}
+func (m *CMsgCREUpdateUserPublishedItemVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREUpdateUserPublishedItemVote.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREUpdateUserPublishedItemVote) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREUpdateUserPublishedItemVote.Merge(m, src)
+}
+func (m *CMsgCREUpdateUserPublishedItemVote) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREUpdateUserPublishedItemVote.Size(m)
+}
+func (m *CMsgCREUpdateUserPublishedItemVote) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREUpdateUserPublishedItemVote.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREUpdateUserPublishedItemVote proto.InternalMessageInfo
+
+func (m *CMsgCREUpdateUserPublishedItemVote) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgCREUpdateUserPublishedItemVote) GetVoteUp() bool {
+ if m != nil && m.VoteUp != nil {
+ return *m.VoteUp
+ }
+ return false
+}
+
+type CMsgCREUpdateUserPublishedItemVoteResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) Reset() {
+ *m = CMsgCREUpdateUserPublishedItemVoteResponse{}
+}
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgCREUpdateUserPublishedItemVoteResponse) ProtoMessage() {}
+func (*CMsgCREUpdateUserPublishedItemVoteResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{107}
+}
+
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREUpdateUserPublishedItemVoteResponse.Unmarshal(m, b)
+}
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREUpdateUserPublishedItemVoteResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREUpdateUserPublishedItemVoteResponse.Merge(m, src)
+}
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREUpdateUserPublishedItemVoteResponse.Size(m)
+}
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREUpdateUserPublishedItemVoteResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREUpdateUserPublishedItemVoteResponse proto.InternalMessageInfo
+
+const Default_CMsgCREUpdateUserPublishedItemVoteResponse_Eresult int32 = 2
+
+func (m *CMsgCREUpdateUserPublishedItemVoteResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgCREUpdateUserPublishedItemVoteResponse_Eresult
+}
+
+type CMsgCREGetUserPublishedItemVoteDetails struct {
+ PublishedFileIds []*CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId `protobuf:"bytes,1,rep,name=published_file_ids,json=publishedFileIds" json:"published_file_ids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetails) Reset() {
+ *m = CMsgCREGetUserPublishedItemVoteDetails{}
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgCREGetUserPublishedItemVoteDetails) ProtoMessage() {}
+func (*CMsgCREGetUserPublishedItemVoteDetails) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{108}
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetails) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails.Unmarshal(m, b)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails.Merge(m, src)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails.Size(m)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails proto.InternalMessageInfo
+
+func (m *CMsgCREGetUserPublishedItemVoteDetails) GetPublishedFileIds() []*CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId {
+ if m != nil {
+ return m.PublishedFileIds
+ }
+ return nil
+}
+
+type CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) Reset() {
+ *m = CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId{}
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) ProtoMessage() {}
+func (*CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{108, 0}
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId.Unmarshal(m, b)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId.Merge(m, src)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId.Size(m)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId proto.InternalMessageInfo
+
+func (m *CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+type CMsgCREGetUserPublishedItemVoteDetailsResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ UserItemVoteDetails []*CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail `protobuf:"bytes,2,rep,name=user_item_vote_details,json=userItemVoteDetails" json:"user_item_vote_details,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) Reset() {
+ *m = CMsgCREGetUserPublishedItemVoteDetailsResponse{}
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgCREGetUserPublishedItemVoteDetailsResponse) ProtoMessage() {}
+func (*CMsgCREGetUserPublishedItemVoteDetailsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{109}
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse.Unmarshal(m, b)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse.Merge(m, src)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse.Size(m)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse proto.InternalMessageInfo
+
+const Default_CMsgCREGetUserPublishedItemVoteDetailsResponse_Eresult int32 = 2
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgCREGetUserPublishedItemVoteDetailsResponse_Eresult
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse) GetUserItemVoteDetails() []*CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail {
+ if m != nil {
+ return m.UserItemVoteDetails
+ }
+ return nil
+}
+
+type CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail struct {
+ PublishedFileId *uint64 `protobuf:"fixed64,1,opt,name=published_file_id,json=publishedFileId" json:"published_file_id,omitempty"`
+ Vote *int32 `protobuf:"varint,2,opt,name=vote,def=0" json:"vote,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) Reset() {
+ *m = CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail{}
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) ProtoMessage() {}
+func (*CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{109, 0}
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail.Unmarshal(m, b)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail.Marshal(b, m, deterministic)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail.Merge(m, src)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) XXX_Size() int {
+ return xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail.Size(m)
+}
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail proto.InternalMessageInfo
+
+const Default_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail_Vote int32 = 0
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) GetPublishedFileId() uint64 {
+ if m != nil && m.PublishedFileId != nil {
+ return *m.PublishedFileId
+ }
+ return 0
+}
+
+func (m *CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail) GetVote() int32 {
+ if m != nil && m.Vote != nil {
+ return *m.Vote
+ }
+ return Default_CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail_Vote
+}
+
+type CMsgGameServerPingSample struct {
+ MyIp *uint32 `protobuf:"fixed32,1,opt,name=my_ip,json=myIp" json:"my_ip,omitempty"`
+ GsAppId *int32 `protobuf:"varint,2,opt,name=gs_app_id,json=gsAppId" json:"gs_app_id,omitempty"`
+ GsSamples []*CMsgGameServerPingSample_Sample `protobuf:"bytes,3,rep,name=gs_samples,json=gsSamples" json:"gs_samples,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGameServerPingSample) Reset() { *m = CMsgGameServerPingSample{} }
+func (m *CMsgGameServerPingSample) String() string { return proto.CompactTextString(m) }
+func (*CMsgGameServerPingSample) ProtoMessage() {}
+func (*CMsgGameServerPingSample) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{110}
+}
+
+func (m *CMsgGameServerPingSample) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGameServerPingSample.Unmarshal(m, b)
+}
+func (m *CMsgGameServerPingSample) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGameServerPingSample.Marshal(b, m, deterministic)
+}
+func (m *CMsgGameServerPingSample) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGameServerPingSample.Merge(m, src)
+}
+func (m *CMsgGameServerPingSample) XXX_Size() int {
+ return xxx_messageInfo_CMsgGameServerPingSample.Size(m)
+}
+func (m *CMsgGameServerPingSample) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGameServerPingSample.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGameServerPingSample proto.InternalMessageInfo
+
+func (m *CMsgGameServerPingSample) GetMyIp() uint32 {
+ if m != nil && m.MyIp != nil {
+ return *m.MyIp
+ }
+ return 0
+}
+
+func (m *CMsgGameServerPingSample) GetGsAppId() int32 {
+ if m != nil && m.GsAppId != nil {
+ return *m.GsAppId
+ }
+ return 0
+}
+
+func (m *CMsgGameServerPingSample) GetGsSamples() []*CMsgGameServerPingSample_Sample {
+ if m != nil {
+ return m.GsSamples
+ }
+ return nil
+}
+
+type CMsgGameServerPingSample_Sample struct {
+ Ip *uint32 `protobuf:"fixed32,1,opt,name=ip" json:"ip,omitempty"`
+ AvgPingMs *uint32 `protobuf:"varint,2,opt,name=avg_ping_ms,json=avgPingMs" json:"avg_ping_ms,omitempty"`
+ StddevPingMsX10 *uint32 `protobuf:"varint,3,opt,name=stddev_ping_ms_x10,json=stddevPingMsX10" json:"stddev_ping_ms_x10,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgGameServerPingSample_Sample) Reset() { *m = CMsgGameServerPingSample_Sample{} }
+func (m *CMsgGameServerPingSample_Sample) String() string { return proto.CompactTextString(m) }
+func (*CMsgGameServerPingSample_Sample) ProtoMessage() {}
+func (*CMsgGameServerPingSample_Sample) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{110, 0}
+}
+
+func (m *CMsgGameServerPingSample_Sample) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgGameServerPingSample_Sample.Unmarshal(m, b)
+}
+func (m *CMsgGameServerPingSample_Sample) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgGameServerPingSample_Sample.Marshal(b, m, deterministic)
+}
+func (m *CMsgGameServerPingSample_Sample) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgGameServerPingSample_Sample.Merge(m, src)
+}
+func (m *CMsgGameServerPingSample_Sample) XXX_Size() int {
+ return xxx_messageInfo_CMsgGameServerPingSample_Sample.Size(m)
+}
+func (m *CMsgGameServerPingSample_Sample) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgGameServerPingSample_Sample.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgGameServerPingSample_Sample proto.InternalMessageInfo
+
+func (m *CMsgGameServerPingSample_Sample) GetIp() uint32 {
+ if m != nil && m.Ip != nil {
+ return *m.Ip
+ }
+ return 0
+}
+
+func (m *CMsgGameServerPingSample_Sample) GetAvgPingMs() uint32 {
+ if m != nil && m.AvgPingMs != nil {
+ return *m.AvgPingMs
+ }
+ return 0
+}
+
+func (m *CMsgGameServerPingSample_Sample) GetStddevPingMsX10() uint32 {
+ if m != nil && m.StddevPingMsX10 != nil {
+ return *m.StddevPingMsX10
+ }
+ return 0
+}
+
+type CMsgFSGetFollowerCount struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgFSGetFollowerCount) Reset() { *m = CMsgFSGetFollowerCount{} }
+func (m *CMsgFSGetFollowerCount) String() string { return proto.CompactTextString(m) }
+func (*CMsgFSGetFollowerCount) ProtoMessage() {}
+func (*CMsgFSGetFollowerCount) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{111}
+}
+
+func (m *CMsgFSGetFollowerCount) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgFSGetFollowerCount.Unmarshal(m, b)
+}
+func (m *CMsgFSGetFollowerCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgFSGetFollowerCount.Marshal(b, m, deterministic)
+}
+func (m *CMsgFSGetFollowerCount) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgFSGetFollowerCount.Merge(m, src)
+}
+func (m *CMsgFSGetFollowerCount) XXX_Size() int {
+ return xxx_messageInfo_CMsgFSGetFollowerCount.Size(m)
+}
+func (m *CMsgFSGetFollowerCount) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgFSGetFollowerCount.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgFSGetFollowerCount proto.InternalMessageInfo
+
+func (m *CMsgFSGetFollowerCount) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgFSGetFollowerCountResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Count *int32 `protobuf:"varint,2,opt,name=count,def=0" json:"count,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgFSGetFollowerCountResponse) Reset() { *m = CMsgFSGetFollowerCountResponse{} }
+func (m *CMsgFSGetFollowerCountResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgFSGetFollowerCountResponse) ProtoMessage() {}
+func (*CMsgFSGetFollowerCountResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{112}
+}
+
+func (m *CMsgFSGetFollowerCountResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgFSGetFollowerCountResponse.Unmarshal(m, b)
+}
+func (m *CMsgFSGetFollowerCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgFSGetFollowerCountResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgFSGetFollowerCountResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgFSGetFollowerCountResponse.Merge(m, src)
+}
+func (m *CMsgFSGetFollowerCountResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgFSGetFollowerCountResponse.Size(m)
+}
+func (m *CMsgFSGetFollowerCountResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgFSGetFollowerCountResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgFSGetFollowerCountResponse proto.InternalMessageInfo
+
+const Default_CMsgFSGetFollowerCountResponse_Eresult int32 = 2
+const Default_CMsgFSGetFollowerCountResponse_Count int32 = 0
+
+func (m *CMsgFSGetFollowerCountResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgFSGetFollowerCountResponse_Eresult
+}
+
+func (m *CMsgFSGetFollowerCountResponse) GetCount() int32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return Default_CMsgFSGetFollowerCountResponse_Count
+}
+
+type CMsgFSGetIsFollowing struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgFSGetIsFollowing) Reset() { *m = CMsgFSGetIsFollowing{} }
+func (m *CMsgFSGetIsFollowing) String() string { return proto.CompactTextString(m) }
+func (*CMsgFSGetIsFollowing) ProtoMessage() {}
+func (*CMsgFSGetIsFollowing) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{113}
+}
+
+func (m *CMsgFSGetIsFollowing) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgFSGetIsFollowing.Unmarshal(m, b)
+}
+func (m *CMsgFSGetIsFollowing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgFSGetIsFollowing.Marshal(b, m, deterministic)
+}
+func (m *CMsgFSGetIsFollowing) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgFSGetIsFollowing.Merge(m, src)
+}
+func (m *CMsgFSGetIsFollowing) XXX_Size() int {
+ return xxx_messageInfo_CMsgFSGetIsFollowing.Size(m)
+}
+func (m *CMsgFSGetIsFollowing) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgFSGetIsFollowing.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgFSGetIsFollowing proto.InternalMessageInfo
+
+func (m *CMsgFSGetIsFollowing) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgFSGetIsFollowingResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ IsFollowing *bool `protobuf:"varint,2,opt,name=is_following,json=isFollowing,def=0" json:"is_following,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgFSGetIsFollowingResponse) Reset() { *m = CMsgFSGetIsFollowingResponse{} }
+func (m *CMsgFSGetIsFollowingResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgFSGetIsFollowingResponse) ProtoMessage() {}
+func (*CMsgFSGetIsFollowingResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{114}
+}
+
+func (m *CMsgFSGetIsFollowingResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgFSGetIsFollowingResponse.Unmarshal(m, b)
+}
+func (m *CMsgFSGetIsFollowingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgFSGetIsFollowingResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgFSGetIsFollowingResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgFSGetIsFollowingResponse.Merge(m, src)
+}
+func (m *CMsgFSGetIsFollowingResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgFSGetIsFollowingResponse.Size(m)
+}
+func (m *CMsgFSGetIsFollowingResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgFSGetIsFollowingResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgFSGetIsFollowingResponse proto.InternalMessageInfo
+
+const Default_CMsgFSGetIsFollowingResponse_Eresult int32 = 2
+const Default_CMsgFSGetIsFollowingResponse_IsFollowing bool = false
+
+func (m *CMsgFSGetIsFollowingResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgFSGetIsFollowingResponse_Eresult
+}
+
+func (m *CMsgFSGetIsFollowingResponse) GetIsFollowing() bool {
+ if m != nil && m.IsFollowing != nil {
+ return *m.IsFollowing
+ }
+ return Default_CMsgFSGetIsFollowingResponse_IsFollowing
+}
+
+type CMsgFSEnumerateFollowingList struct {
+ StartIndex *uint32 `protobuf:"varint,1,opt,name=start_index,json=startIndex" json:"start_index,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgFSEnumerateFollowingList) Reset() { *m = CMsgFSEnumerateFollowingList{} }
+func (m *CMsgFSEnumerateFollowingList) String() string { return proto.CompactTextString(m) }
+func (*CMsgFSEnumerateFollowingList) ProtoMessage() {}
+func (*CMsgFSEnumerateFollowingList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{115}
+}
+
+func (m *CMsgFSEnumerateFollowingList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgFSEnumerateFollowingList.Unmarshal(m, b)
+}
+func (m *CMsgFSEnumerateFollowingList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgFSEnumerateFollowingList.Marshal(b, m, deterministic)
+}
+func (m *CMsgFSEnumerateFollowingList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgFSEnumerateFollowingList.Merge(m, src)
+}
+func (m *CMsgFSEnumerateFollowingList) XXX_Size() int {
+ return xxx_messageInfo_CMsgFSEnumerateFollowingList.Size(m)
+}
+func (m *CMsgFSEnumerateFollowingList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgFSEnumerateFollowingList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgFSEnumerateFollowingList proto.InternalMessageInfo
+
+func (m *CMsgFSEnumerateFollowingList) GetStartIndex() uint32 {
+ if m != nil && m.StartIndex != nil {
+ return *m.StartIndex
+ }
+ return 0
+}
+
+type CMsgFSEnumerateFollowingListResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ TotalResults *int32 `protobuf:"varint,2,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
+ SteamIds []uint64 `protobuf:"fixed64,3,rep,name=steam_ids,json=steamIds" json:"steam_ids,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgFSEnumerateFollowingListResponse) Reset() { *m = CMsgFSEnumerateFollowingListResponse{} }
+func (m *CMsgFSEnumerateFollowingListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgFSEnumerateFollowingListResponse) ProtoMessage() {}
+func (*CMsgFSEnumerateFollowingListResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{116}
+}
+
+func (m *CMsgFSEnumerateFollowingListResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgFSEnumerateFollowingListResponse.Unmarshal(m, b)
+}
+func (m *CMsgFSEnumerateFollowingListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgFSEnumerateFollowingListResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgFSEnumerateFollowingListResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgFSEnumerateFollowingListResponse.Merge(m, src)
+}
+func (m *CMsgFSEnumerateFollowingListResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgFSEnumerateFollowingListResponse.Size(m)
+}
+func (m *CMsgFSEnumerateFollowingListResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgFSEnumerateFollowingListResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgFSEnumerateFollowingListResponse proto.InternalMessageInfo
+
+const Default_CMsgFSEnumerateFollowingListResponse_Eresult int32 = 2
+
+func (m *CMsgFSEnumerateFollowingListResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgFSEnumerateFollowingListResponse_Eresult
+}
+
+func (m *CMsgFSEnumerateFollowingListResponse) GetTotalResults() int32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+func (m *CMsgFSEnumerateFollowingListResponse) GetSteamIds() []uint64 {
+ if m != nil {
+ return m.SteamIds
+ }
+ return nil
+}
+
+type CMsgDPGetNumberOfCurrentPlayers struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDPGetNumberOfCurrentPlayers) Reset() { *m = CMsgDPGetNumberOfCurrentPlayers{} }
+func (m *CMsgDPGetNumberOfCurrentPlayers) String() string { return proto.CompactTextString(m) }
+func (*CMsgDPGetNumberOfCurrentPlayers) ProtoMessage() {}
+func (*CMsgDPGetNumberOfCurrentPlayers) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{117}
+}
+
+func (m *CMsgDPGetNumberOfCurrentPlayers) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayers.Unmarshal(m, b)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayers.Marshal(b, m, deterministic)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayers) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayers.Merge(m, src)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayers) XXX_Size() int {
+ return xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayers.Size(m)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayers) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayers.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayers proto.InternalMessageInfo
+
+func (m *CMsgDPGetNumberOfCurrentPlayers) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgDPGetNumberOfCurrentPlayersResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ PlayerCount *int32 `protobuf:"varint,2,opt,name=player_count,json=playerCount" json:"player_count,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) Reset() {
+ *m = CMsgDPGetNumberOfCurrentPlayersResponse{}
+}
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDPGetNumberOfCurrentPlayersResponse) ProtoMessage() {}
+func (*CMsgDPGetNumberOfCurrentPlayersResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{118}
+}
+
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayersResponse.Unmarshal(m, b)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayersResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayersResponse.Merge(m, src)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayersResponse.Size(m)
+}
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayersResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgDPGetNumberOfCurrentPlayersResponse proto.InternalMessageInfo
+
+const Default_CMsgDPGetNumberOfCurrentPlayersResponse_Eresult int32 = 2
+
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDPGetNumberOfCurrentPlayersResponse_Eresult
+}
+
+func (m *CMsgDPGetNumberOfCurrentPlayersResponse) GetPlayerCount() int32 {
+ if m != nil && m.PlayerCount != nil {
+ return *m.PlayerCount
+ }
+ return 0
+}
+
+type CMsgClientFriendUserStatusPublished struct {
+ FriendSteamid *uint64 `protobuf:"fixed64,1,opt,name=friend_steamid,json=friendSteamid" json:"friend_steamid,omitempty"`
+ Appid *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
+ StatusText *string `protobuf:"bytes,3,opt,name=status_text,json=statusText" json:"status_text,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendUserStatusPublished) Reset() { *m = CMsgClientFriendUserStatusPublished{} }
+func (m *CMsgClientFriendUserStatusPublished) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendUserStatusPublished) ProtoMessage() {}
+func (*CMsgClientFriendUserStatusPublished) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{119}
+}
+
+func (m *CMsgClientFriendUserStatusPublished) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendUserStatusPublished.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendUserStatusPublished) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendUserStatusPublished.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendUserStatusPublished) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendUserStatusPublished.Merge(m, src)
+}
+func (m *CMsgClientFriendUserStatusPublished) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendUserStatusPublished.Size(m)
+}
+func (m *CMsgClientFriendUserStatusPublished) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendUserStatusPublished.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendUserStatusPublished proto.InternalMessageInfo
+
+func (m *CMsgClientFriendUserStatusPublished) GetFriendSteamid() uint64 {
+ if m != nil && m.FriendSteamid != nil {
+ return *m.FriendSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendUserStatusPublished) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendUserStatusPublished) GetStatusText() string {
+ if m != nil && m.StatusText != nil {
+ return *m.StatusText
+ }
+ return ""
+}
+
+type CMsgClientServiceMethodLegacy struct {
+ MethodName *string `protobuf:"bytes,1,opt,name=method_name,json=methodName" json:"method_name,omitempty"`
+ SerializedMethod []byte `protobuf:"bytes,2,opt,name=serialized_method,json=serializedMethod" json:"serialized_method,omitempty"`
+ IsNotification *bool `protobuf:"varint,3,opt,name=is_notification,json=isNotification" json:"is_notification,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServiceMethodLegacy) Reset() { *m = CMsgClientServiceMethodLegacy{} }
+func (m *CMsgClientServiceMethodLegacy) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServiceMethodLegacy) ProtoMessage() {}
+func (*CMsgClientServiceMethodLegacy) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{120}
+}
+
+func (m *CMsgClientServiceMethodLegacy) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServiceMethodLegacy.Unmarshal(m, b)
+}
+func (m *CMsgClientServiceMethodLegacy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServiceMethodLegacy.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServiceMethodLegacy) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServiceMethodLegacy.Merge(m, src)
+}
+func (m *CMsgClientServiceMethodLegacy) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServiceMethodLegacy.Size(m)
+}
+func (m *CMsgClientServiceMethodLegacy) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServiceMethodLegacy.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServiceMethodLegacy proto.InternalMessageInfo
+
+func (m *CMsgClientServiceMethodLegacy) GetMethodName() string {
+ if m != nil && m.MethodName != nil {
+ return *m.MethodName
+ }
+ return ""
+}
+
+func (m *CMsgClientServiceMethodLegacy) GetSerializedMethod() []byte {
+ if m != nil {
+ return m.SerializedMethod
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceMethodLegacy) GetIsNotification() bool {
+ if m != nil && m.IsNotification != nil {
+ return *m.IsNotification
+ }
+ return false
+}
+
+type CMsgClientServiceMethodLegacyResponse struct {
+ MethodName *string `protobuf:"bytes,1,opt,name=method_name,json=methodName" json:"method_name,omitempty"`
+ SerializedMethodResponse []byte `protobuf:"bytes,2,opt,name=serialized_method_response,json=serializedMethodResponse" json:"serialized_method_response,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServiceMethodLegacyResponse) Reset() { *m = CMsgClientServiceMethodLegacyResponse{} }
+func (m *CMsgClientServiceMethodLegacyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServiceMethodLegacyResponse) ProtoMessage() {}
+func (*CMsgClientServiceMethodLegacyResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{121}
+}
+
+func (m *CMsgClientServiceMethodLegacyResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServiceMethodLegacyResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientServiceMethodLegacyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServiceMethodLegacyResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServiceMethodLegacyResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServiceMethodLegacyResponse.Merge(m, src)
+}
+func (m *CMsgClientServiceMethodLegacyResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServiceMethodLegacyResponse.Size(m)
+}
+func (m *CMsgClientServiceMethodLegacyResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServiceMethodLegacyResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServiceMethodLegacyResponse proto.InternalMessageInfo
+
+func (m *CMsgClientServiceMethodLegacyResponse) GetMethodName() string {
+ if m != nil && m.MethodName != nil {
+ return *m.MethodName
+ }
+ return ""
+}
+
+func (m *CMsgClientServiceMethodLegacyResponse) GetSerializedMethodResponse() []byte {
+ if m != nil {
+ return m.SerializedMethodResponse
+ }
+ return nil
+}
+
+type CMsgClientUIMode struct {
+ Uimode *uint32 `protobuf:"varint,1,opt,name=uimode" json:"uimode,omitempty"`
+ ChatMode *uint32 `protobuf:"varint,2,opt,name=chat_mode,json=chatMode" json:"chat_mode,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUIMode) Reset() { *m = CMsgClientUIMode{} }
+func (m *CMsgClientUIMode) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUIMode) ProtoMessage() {}
+func (*CMsgClientUIMode) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{122}
+}
+
+func (m *CMsgClientUIMode) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUIMode.Unmarshal(m, b)
+}
+func (m *CMsgClientUIMode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUIMode.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUIMode) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUIMode.Merge(m, src)
+}
+func (m *CMsgClientUIMode) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUIMode.Size(m)
+}
+func (m *CMsgClientUIMode) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUIMode.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUIMode proto.InternalMessageInfo
+
+func (m *CMsgClientUIMode) GetUimode() uint32 {
+ if m != nil && m.Uimode != nil {
+ return *m.Uimode
+ }
+ return 0
+}
+
+func (m *CMsgClientUIMode) GetChatMode() uint32 {
+ if m != nil && m.ChatMode != nil {
+ return *m.ChatMode
+ }
+ return 0
+}
+
+type CMsgClientVanityURLChangedNotification struct {
+ VanityUrl *string `protobuf:"bytes,1,opt,name=vanity_url,json=vanityUrl" json:"vanity_url,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientVanityURLChangedNotification) Reset() {
+ *m = CMsgClientVanityURLChangedNotification{}
+}
+func (m *CMsgClientVanityURLChangedNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientVanityURLChangedNotification) ProtoMessage() {}
+func (*CMsgClientVanityURLChangedNotification) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{123}
+}
+
+func (m *CMsgClientVanityURLChangedNotification) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientVanityURLChangedNotification.Unmarshal(m, b)
+}
+func (m *CMsgClientVanityURLChangedNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientVanityURLChangedNotification.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientVanityURLChangedNotification) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientVanityURLChangedNotification.Merge(m, src)
+}
+func (m *CMsgClientVanityURLChangedNotification) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientVanityURLChangedNotification.Size(m)
+}
+func (m *CMsgClientVanityURLChangedNotification) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientVanityURLChangedNotification.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientVanityURLChangedNotification proto.InternalMessageInfo
+
+func (m *CMsgClientVanityURLChangedNotification) GetVanityUrl() string {
+ if m != nil && m.VanityUrl != nil {
+ return *m.VanityUrl
+ }
+ return ""
+}
+
+type CMsgClientAuthorizeLocalDeviceRequest struct {
+ DeviceDescription *string `protobuf:"bytes,1,opt,name=device_description,json=deviceDescription" json:"device_description,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
+ LocalDeviceToken *uint64 `protobuf:"varint,3,opt,name=local_device_token,json=localDeviceToken" json:"local_device_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceRequest) Reset() { *m = CMsgClientAuthorizeLocalDeviceRequest{} }
+func (m *CMsgClientAuthorizeLocalDeviceRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAuthorizeLocalDeviceRequest) ProtoMessage() {}
+func (*CMsgClientAuthorizeLocalDeviceRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{124}
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDeviceRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientAuthorizeLocalDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDeviceRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAuthorizeLocalDeviceRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAuthorizeLocalDeviceRequest.Merge(m, src)
+}
+func (m *CMsgClientAuthorizeLocalDeviceRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDeviceRequest.Size(m)
+}
+func (m *CMsgClientAuthorizeLocalDeviceRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAuthorizeLocalDeviceRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAuthorizeLocalDeviceRequest proto.InternalMessageInfo
+
+func (m *CMsgClientAuthorizeLocalDeviceRequest) GetDeviceDescription() string {
+ if m != nil && m.DeviceDescription != nil {
+ return *m.DeviceDescription
+ }
+ return ""
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceRequest) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceRequest) GetLocalDeviceToken() uint64 {
+ if m != nil && m.LocalDeviceToken != nil {
+ return *m.LocalDeviceToken
+ }
+ return 0
+}
+
+type CMsgClientAuthorizeLocalDevice struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
+ AuthedDeviceToken *uint64 `protobuf:"varint,3,opt,name=authed_device_token,json=authedDeviceToken" json:"authed_device_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAuthorizeLocalDevice) Reset() { *m = CMsgClientAuthorizeLocalDevice{} }
+func (m *CMsgClientAuthorizeLocalDevice) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAuthorizeLocalDevice) ProtoMessage() {}
+func (*CMsgClientAuthorizeLocalDevice) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{125}
+}
+
+func (m *CMsgClientAuthorizeLocalDevice) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDevice.Unmarshal(m, b)
+}
+func (m *CMsgClientAuthorizeLocalDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDevice.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAuthorizeLocalDevice) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAuthorizeLocalDevice.Merge(m, src)
+}
+func (m *CMsgClientAuthorizeLocalDevice) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDevice.Size(m)
+}
+func (m *CMsgClientAuthorizeLocalDevice) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAuthorizeLocalDevice.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAuthorizeLocalDevice proto.InternalMessageInfo
+
+const Default_CMsgClientAuthorizeLocalDevice_Eresult int32 = 2
+
+func (m *CMsgClientAuthorizeLocalDevice) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientAuthorizeLocalDevice_Eresult
+}
+
+func (m *CMsgClientAuthorizeLocalDevice) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientAuthorizeLocalDevice) GetAuthedDeviceToken() uint64 {
+ if m != nil && m.AuthedDeviceToken != nil {
+ return *m.AuthedDeviceToken
+ }
+ return 0
+}
+
+type CMsgClientAuthorizeLocalDeviceNotification struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
+ LocalDeviceToken *uint64 `protobuf:"varint,3,opt,name=local_device_token,json=localDeviceToken" json:"local_device_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceNotification) Reset() {
+ *m = CMsgClientAuthorizeLocalDeviceNotification{}
+}
+func (m *CMsgClientAuthorizeLocalDeviceNotification) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientAuthorizeLocalDeviceNotification) ProtoMessage() {}
+func (*CMsgClientAuthorizeLocalDeviceNotification) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{126}
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceNotification) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDeviceNotification.Unmarshal(m, b)
+}
+func (m *CMsgClientAuthorizeLocalDeviceNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDeviceNotification.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAuthorizeLocalDeviceNotification) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAuthorizeLocalDeviceNotification.Merge(m, src)
+}
+func (m *CMsgClientAuthorizeLocalDeviceNotification) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAuthorizeLocalDeviceNotification.Size(m)
+}
+func (m *CMsgClientAuthorizeLocalDeviceNotification) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAuthorizeLocalDeviceNotification.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAuthorizeLocalDeviceNotification proto.InternalMessageInfo
+
+const Default_CMsgClientAuthorizeLocalDeviceNotification_Eresult int32 = 2
+
+func (m *CMsgClientAuthorizeLocalDeviceNotification) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientAuthorizeLocalDeviceNotification_Eresult
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceNotification) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientAuthorizeLocalDeviceNotification) GetLocalDeviceToken() uint64 {
+ if m != nil && m.LocalDeviceToken != nil {
+ return *m.LocalDeviceToken
+ }
+ return 0
+}
+
+type CMsgClientDeauthorizeDeviceRequest struct {
+ DeauthorizationAccountId *uint32 `protobuf:"varint,1,opt,name=deauthorization_account_id,json=deauthorizationAccountId" json:"deauthorization_account_id,omitempty"`
+ DeauthorizationDeviceToken *uint64 `protobuf:"varint,2,opt,name=deauthorization_device_token,json=deauthorizationDeviceToken" json:"deauthorization_device_token,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDeauthorizeDeviceRequest) Reset() { *m = CMsgClientDeauthorizeDeviceRequest{} }
+func (m *CMsgClientDeauthorizeDeviceRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDeauthorizeDeviceRequest) ProtoMessage() {}
+func (*CMsgClientDeauthorizeDeviceRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{127}
+}
+
+func (m *CMsgClientDeauthorizeDeviceRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDeauthorizeDeviceRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientDeauthorizeDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDeauthorizeDeviceRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDeauthorizeDeviceRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDeauthorizeDeviceRequest.Merge(m, src)
+}
+func (m *CMsgClientDeauthorizeDeviceRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDeauthorizeDeviceRequest.Size(m)
+}
+func (m *CMsgClientDeauthorizeDeviceRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDeauthorizeDeviceRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDeauthorizeDeviceRequest proto.InternalMessageInfo
+
+func (m *CMsgClientDeauthorizeDeviceRequest) GetDeauthorizationAccountId() uint32 {
+ if m != nil && m.DeauthorizationAccountId != nil {
+ return *m.DeauthorizationAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientDeauthorizeDeviceRequest) GetDeauthorizationDeviceToken() uint64 {
+ if m != nil && m.DeauthorizationDeviceToken != nil {
+ return *m.DeauthorizationDeviceToken
+ }
+ return 0
+}
+
+type CMsgClientDeauthorizeDevice struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ DeauthorizationAccountId *uint32 `protobuf:"varint,2,opt,name=deauthorization_account_id,json=deauthorizationAccountId" json:"deauthorization_account_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDeauthorizeDevice) Reset() { *m = CMsgClientDeauthorizeDevice{} }
+func (m *CMsgClientDeauthorizeDevice) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDeauthorizeDevice) ProtoMessage() {}
+func (*CMsgClientDeauthorizeDevice) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{128}
+}
+
+func (m *CMsgClientDeauthorizeDevice) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDeauthorizeDevice.Unmarshal(m, b)
+}
+func (m *CMsgClientDeauthorizeDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDeauthorizeDevice.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDeauthorizeDevice) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDeauthorizeDevice.Merge(m, src)
+}
+func (m *CMsgClientDeauthorizeDevice) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDeauthorizeDevice.Size(m)
+}
+func (m *CMsgClientDeauthorizeDevice) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDeauthorizeDevice.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDeauthorizeDevice proto.InternalMessageInfo
+
+const Default_CMsgClientDeauthorizeDevice_Eresult int32 = 2
+
+func (m *CMsgClientDeauthorizeDevice) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientDeauthorizeDevice_Eresult
+}
+
+func (m *CMsgClientDeauthorizeDevice) GetDeauthorizationAccountId() uint32 {
+ if m != nil && m.DeauthorizationAccountId != nil {
+ return *m.DeauthorizationAccountId
+ }
+ return 0
+}
+
+type CMsgClientUseLocalDeviceAuthorizations struct {
+ AuthorizationAccountId []uint32 `protobuf:"varint,1,rep,name=authorization_account_id,json=authorizationAccountId" json:"authorization_account_id,omitempty"`
+ DeviceTokens []*CMsgClientUseLocalDeviceAuthorizations_DeviceToken `protobuf:"bytes,2,rep,name=device_tokens,json=deviceTokens" json:"device_tokens,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUseLocalDeviceAuthorizations) Reset() {
+ *m = CMsgClientUseLocalDeviceAuthorizations{}
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientUseLocalDeviceAuthorizations) ProtoMessage() {}
+func (*CMsgClientUseLocalDeviceAuthorizations) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{129}
+}
+
+func (m *CMsgClientUseLocalDeviceAuthorizations) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations.Unmarshal(m, b)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations.Merge(m, src)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations.Size(m)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations proto.InternalMessageInfo
+
+func (m *CMsgClientUseLocalDeviceAuthorizations) GetAuthorizationAccountId() []uint32 {
+ if m != nil {
+ return m.AuthorizationAccountId
+ }
+ return nil
+}
+
+func (m *CMsgClientUseLocalDeviceAuthorizations) GetDeviceTokens() []*CMsgClientUseLocalDeviceAuthorizations_DeviceToken {
+ if m != nil {
+ return m.DeviceTokens
+ }
+ return nil
+}
+
+type CMsgClientUseLocalDeviceAuthorizations_DeviceToken struct {
+ OwnerAccountId *uint32 `protobuf:"varint,1,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
+ TokenId *uint64 `protobuf:"varint,2,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) Reset() {
+ *m = CMsgClientUseLocalDeviceAuthorizations_DeviceToken{}
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientUseLocalDeviceAuthorizations_DeviceToken) ProtoMessage() {}
+func (*CMsgClientUseLocalDeviceAuthorizations_DeviceToken) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{129, 0}
+}
+
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations_DeviceToken.Unmarshal(m, b)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations_DeviceToken.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations_DeviceToken.Merge(m, src)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations_DeviceToken.Size(m)
+}
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations_DeviceToken.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientUseLocalDeviceAuthorizations_DeviceToken proto.InternalMessageInfo
+
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientUseLocalDeviceAuthorizations_DeviceToken) GetTokenId() uint64 {
+ if m != nil && m.TokenId != nil {
+ return *m.TokenId
+ }
+ return 0
+}
+
+type CMsgClientGetAuthorizedDevices struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetAuthorizedDevices) Reset() { *m = CMsgClientGetAuthorizedDevices{} }
+func (m *CMsgClientGetAuthorizedDevices) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetAuthorizedDevices) ProtoMessage() {}
+func (*CMsgClientGetAuthorizedDevices) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{130}
+}
+
+func (m *CMsgClientGetAuthorizedDevices) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevices.Unmarshal(m, b)
+}
+func (m *CMsgClientGetAuthorizedDevices) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevices.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetAuthorizedDevices) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetAuthorizedDevices.Merge(m, src)
+}
+func (m *CMsgClientGetAuthorizedDevices) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevices.Size(m)
+}
+func (m *CMsgClientGetAuthorizedDevices) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetAuthorizedDevices.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetAuthorizedDevices proto.InternalMessageInfo
+
+type CMsgClientGetAuthorizedDevicesResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ AuthorizedDevice []*CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice `protobuf:"bytes,2,rep,name=authorized_device,json=authorizedDevice" json:"authorized_device,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse) Reset() {
+ *m = CMsgClientGetAuthorizedDevicesResponse{}
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetAuthorizedDevicesResponse) ProtoMessage() {}
+func (*CMsgClientGetAuthorizedDevicesResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{131}
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse.Merge(m, src)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse.Size(m)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse proto.InternalMessageInfo
+
+const Default_CMsgClientGetAuthorizedDevicesResponse_Eresult int32 = 2
+
+func (m *CMsgClientGetAuthorizedDevicesResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientGetAuthorizedDevicesResponse_Eresult
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse) GetAuthorizedDevice() []*CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice {
+ if m != nil {
+ return m.AuthorizedDevice
+ }
+ return nil
+}
+
+type CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice struct {
+ AuthDeviceToken *uint64 `protobuf:"varint,1,opt,name=auth_device_token,json=authDeviceToken" json:"auth_device_token,omitempty"`
+ DeviceName *string `protobuf:"bytes,2,opt,name=device_name,json=deviceName" json:"device_name,omitempty"`
+ LastAccessTime *uint32 `protobuf:"varint,3,opt,name=last_access_time,json=lastAccessTime" json:"last_access_time,omitempty"`
+ BorrowerId *uint32 `protobuf:"varint,4,opt,name=borrower_id,json=borrowerId" json:"borrower_id,omitempty"`
+ IsPending *bool `protobuf:"varint,5,opt,name=is_pending,json=isPending" json:"is_pending,omitempty"`
+ AppPlayed *uint32 `protobuf:"varint,6,opt,name=app_played,json=appPlayed" json:"app_played,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) Reset() {
+ *m = CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice{}
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) ProtoMessage() {}
+func (*CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{131, 0}
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice.Unmarshal(m, b)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice.Merge(m, src)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice.Size(m)
+}
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice proto.InternalMessageInfo
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) GetAuthDeviceToken() uint64 {
+ if m != nil && m.AuthDeviceToken != nil {
+ return *m.AuthDeviceToken
+ }
+ return 0
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) GetDeviceName() string {
+ if m != nil && m.DeviceName != nil {
+ return *m.DeviceName
+ }
+ return ""
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) GetLastAccessTime() uint32 {
+ if m != nil && m.LastAccessTime != nil {
+ return *m.LastAccessTime
+ }
+ return 0
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) GetBorrowerId() uint32 {
+ if m != nil && m.BorrowerId != nil {
+ return *m.BorrowerId
+ }
+ return 0
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) GetIsPending() bool {
+ if m != nil && m.IsPending != nil {
+ return *m.IsPending
+ }
+ return false
+}
+
+func (m *CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice) GetAppPlayed() uint32 {
+ if m != nil && m.AppPlayed != nil {
+ return *m.AppPlayed
+ }
+ return 0
+}
+
+type CMsgClientSharedLibraryLockStatus struct {
+ LockedLibrary []*CMsgClientSharedLibraryLockStatus_LockedLibrary `protobuf:"bytes,1,rep,name=locked_library,json=lockedLibrary" json:"locked_library,omitempty"`
+ OwnLibraryLockedBy *uint32 `protobuf:"varint,2,opt,name=own_library_locked_by,json=ownLibraryLockedBy" json:"own_library_locked_by,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSharedLibraryLockStatus) Reset() { *m = CMsgClientSharedLibraryLockStatus{} }
+func (m *CMsgClientSharedLibraryLockStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSharedLibraryLockStatus) ProtoMessage() {}
+func (*CMsgClientSharedLibraryLockStatus) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{132}
+}
+
+func (m *CMsgClientSharedLibraryLockStatus) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSharedLibraryLockStatus.Unmarshal(m, b)
+}
+func (m *CMsgClientSharedLibraryLockStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSharedLibraryLockStatus.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSharedLibraryLockStatus) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSharedLibraryLockStatus.Merge(m, src)
+}
+func (m *CMsgClientSharedLibraryLockStatus) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSharedLibraryLockStatus.Size(m)
+}
+func (m *CMsgClientSharedLibraryLockStatus) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSharedLibraryLockStatus.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSharedLibraryLockStatus proto.InternalMessageInfo
+
+func (m *CMsgClientSharedLibraryLockStatus) GetLockedLibrary() []*CMsgClientSharedLibraryLockStatus_LockedLibrary {
+ if m != nil {
+ return m.LockedLibrary
+ }
+ return nil
+}
+
+func (m *CMsgClientSharedLibraryLockStatus) GetOwnLibraryLockedBy() uint32 {
+ if m != nil && m.OwnLibraryLockedBy != nil {
+ return *m.OwnLibraryLockedBy
+ }
+ return 0
+}
+
+type CMsgClientSharedLibraryLockStatus_LockedLibrary struct {
+ OwnerId *uint32 `protobuf:"varint,1,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
+ LockedBy *uint32 `protobuf:"varint,2,opt,name=locked_by,json=lockedBy" json:"locked_by,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) Reset() {
+ *m = CMsgClientSharedLibraryLockStatus_LockedLibrary{}
+}
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientSharedLibraryLockStatus_LockedLibrary) ProtoMessage() {}
+func (*CMsgClientSharedLibraryLockStatus_LockedLibrary) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{132, 0}
+}
+
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSharedLibraryLockStatus_LockedLibrary.Unmarshal(m, b)
+}
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSharedLibraryLockStatus_LockedLibrary.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSharedLibraryLockStatus_LockedLibrary.Merge(m, src)
+}
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSharedLibraryLockStatus_LockedLibrary.Size(m)
+}
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSharedLibraryLockStatus_LockedLibrary.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSharedLibraryLockStatus_LockedLibrary proto.InternalMessageInfo
+
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) GetOwnerId() uint32 {
+ if m != nil && m.OwnerId != nil {
+ return *m.OwnerId
+ }
+ return 0
+}
+
+func (m *CMsgClientSharedLibraryLockStatus_LockedLibrary) GetLockedBy() uint32 {
+ if m != nil && m.LockedBy != nil {
+ return *m.LockedBy
+ }
+ return 0
+}
+
+type CMsgClientSharedLibraryStopPlaying struct {
+ SecondsLeft *int32 `protobuf:"varint,1,opt,name=seconds_left,json=secondsLeft" json:"seconds_left,omitempty"`
+ StopApps []*CMsgClientSharedLibraryStopPlaying_StopApp `protobuf:"bytes,2,rep,name=stop_apps,json=stopApps" json:"stop_apps,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSharedLibraryStopPlaying) Reset() { *m = CMsgClientSharedLibraryStopPlaying{} }
+func (m *CMsgClientSharedLibraryStopPlaying) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSharedLibraryStopPlaying) ProtoMessage() {}
+func (*CMsgClientSharedLibraryStopPlaying) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{133}
+}
+
+func (m *CMsgClientSharedLibraryStopPlaying) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSharedLibraryStopPlaying.Unmarshal(m, b)
+}
+func (m *CMsgClientSharedLibraryStopPlaying) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSharedLibraryStopPlaying.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSharedLibraryStopPlaying) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSharedLibraryStopPlaying.Merge(m, src)
+}
+func (m *CMsgClientSharedLibraryStopPlaying) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSharedLibraryStopPlaying.Size(m)
+}
+func (m *CMsgClientSharedLibraryStopPlaying) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSharedLibraryStopPlaying.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSharedLibraryStopPlaying proto.InternalMessageInfo
+
+func (m *CMsgClientSharedLibraryStopPlaying) GetSecondsLeft() int32 {
+ if m != nil && m.SecondsLeft != nil {
+ return *m.SecondsLeft
+ }
+ return 0
+}
+
+func (m *CMsgClientSharedLibraryStopPlaying) GetStopApps() []*CMsgClientSharedLibraryStopPlaying_StopApp {
+ if m != nil {
+ return m.StopApps
+ }
+ return nil
+}
+
+type CMsgClientSharedLibraryStopPlaying_StopApp struct {
+ AppId *uint32 `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
+ OwnerId *uint32 `protobuf:"varint,2,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) Reset() {
+ *m = CMsgClientSharedLibraryStopPlaying_StopApp{}
+}
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientSharedLibraryStopPlaying_StopApp) ProtoMessage() {}
+func (*CMsgClientSharedLibraryStopPlaying_StopApp) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{133, 0}
+}
+
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSharedLibraryStopPlaying_StopApp.Unmarshal(m, b)
+}
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSharedLibraryStopPlaying_StopApp.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSharedLibraryStopPlaying_StopApp.Merge(m, src)
+}
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSharedLibraryStopPlaying_StopApp.Size(m)
+}
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSharedLibraryStopPlaying_StopApp.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSharedLibraryStopPlaying_StopApp proto.InternalMessageInfo
+
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) GetAppId() uint32 {
+ if m != nil && m.AppId != nil {
+ return *m.AppId
+ }
+ return 0
+}
+
+func (m *CMsgClientSharedLibraryStopPlaying_StopApp) GetOwnerId() uint32 {
+ if m != nil && m.OwnerId != nil {
+ return *m.OwnerId
+ }
+ return 0
+}
+
+type CMsgClientServiceCall struct {
+ SysidRouting []byte `protobuf:"bytes,1,opt,name=sysid_routing,json=sysidRouting" json:"sysid_routing,omitempty"`
+ CallHandle *uint32 `protobuf:"varint,2,opt,name=call_handle,json=callHandle" json:"call_handle,omitempty"`
+ ModuleCrc *uint32 `protobuf:"varint,3,opt,name=module_crc,json=moduleCrc" json:"module_crc,omitempty"`
+ ModuleHash []byte `protobuf:"bytes,4,opt,name=module_hash,json=moduleHash" json:"module_hash,omitempty"`
+ FunctionId *uint32 `protobuf:"varint,5,opt,name=function_id,json=functionId" json:"function_id,omitempty"`
+ CubOutputMax *uint32 `protobuf:"varint,6,opt,name=cub_output_max,json=cubOutputMax" json:"cub_output_max,omitempty"`
+ Flags *uint32 `protobuf:"varint,7,opt,name=flags" json:"flags,omitempty"`
+ Callparameter []byte `protobuf:"bytes,8,opt,name=callparameter" json:"callparameter,omitempty"`
+ PingOnly *bool `protobuf:"varint,9,opt,name=ping_only,json=pingOnly" json:"ping_only,omitempty"`
+ MaxOutstandingCalls *uint32 `protobuf:"varint,10,opt,name=max_outstanding_calls,json=maxOutstandingCalls" json:"max_outstanding_calls,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServiceCall) Reset() { *m = CMsgClientServiceCall{} }
+func (m *CMsgClientServiceCall) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServiceCall) ProtoMessage() {}
+func (*CMsgClientServiceCall) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{134}
+}
+
+func (m *CMsgClientServiceCall) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServiceCall.Unmarshal(m, b)
+}
+func (m *CMsgClientServiceCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServiceCall.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServiceCall) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServiceCall.Merge(m, src)
+}
+func (m *CMsgClientServiceCall) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServiceCall.Size(m)
+}
+func (m *CMsgClientServiceCall) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServiceCall.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServiceCall proto.InternalMessageInfo
+
+func (m *CMsgClientServiceCall) GetSysidRouting() []byte {
+ if m != nil {
+ return m.SysidRouting
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCall) GetCallHandle() uint32 {
+ if m != nil && m.CallHandle != nil {
+ return *m.CallHandle
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCall) GetModuleCrc() uint32 {
+ if m != nil && m.ModuleCrc != nil {
+ return *m.ModuleCrc
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCall) GetModuleHash() []byte {
+ if m != nil {
+ return m.ModuleHash
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCall) GetFunctionId() uint32 {
+ if m != nil && m.FunctionId != nil {
+ return *m.FunctionId
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCall) GetCubOutputMax() uint32 {
+ if m != nil && m.CubOutputMax != nil {
+ return *m.CubOutputMax
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCall) GetFlags() uint32 {
+ if m != nil && m.Flags != nil {
+ return *m.Flags
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCall) GetCallparameter() []byte {
+ if m != nil {
+ return m.Callparameter
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCall) GetPingOnly() bool {
+ if m != nil && m.PingOnly != nil {
+ return *m.PingOnly
+ }
+ return false
+}
+
+func (m *CMsgClientServiceCall) GetMaxOutstandingCalls() uint32 {
+ if m != nil && m.MaxOutstandingCalls != nil {
+ return *m.MaxOutstandingCalls
+ }
+ return 0
+}
+
+type CMsgClientServiceModule struct {
+ ModuleCrc *uint32 `protobuf:"varint,1,opt,name=module_crc,json=moduleCrc" json:"module_crc,omitempty"`
+ ModuleHash []byte `protobuf:"bytes,2,opt,name=module_hash,json=moduleHash" json:"module_hash,omitempty"`
+ ModuleContent []byte `protobuf:"bytes,3,opt,name=module_content,json=moduleContent" json:"module_content,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServiceModule) Reset() { *m = CMsgClientServiceModule{} }
+func (m *CMsgClientServiceModule) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServiceModule) ProtoMessage() {}
+func (*CMsgClientServiceModule) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{135}
+}
+
+func (m *CMsgClientServiceModule) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServiceModule.Unmarshal(m, b)
+}
+func (m *CMsgClientServiceModule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServiceModule.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServiceModule) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServiceModule.Merge(m, src)
+}
+func (m *CMsgClientServiceModule) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServiceModule.Size(m)
+}
+func (m *CMsgClientServiceModule) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServiceModule.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServiceModule proto.InternalMessageInfo
+
+func (m *CMsgClientServiceModule) GetModuleCrc() uint32 {
+ if m != nil && m.ModuleCrc != nil {
+ return *m.ModuleCrc
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceModule) GetModuleHash() []byte {
+ if m != nil {
+ return m.ModuleHash
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceModule) GetModuleContent() []byte {
+ if m != nil {
+ return m.ModuleContent
+ }
+ return nil
+}
+
+type CMsgClientServiceCallResponse struct {
+ SysidRouting []byte `protobuf:"bytes,1,opt,name=sysid_routing,json=sysidRouting" json:"sysid_routing,omitempty"`
+ CallHandle *uint32 `protobuf:"varint,2,opt,name=call_handle,json=callHandle" json:"call_handle,omitempty"`
+ ModuleCrc *uint32 `protobuf:"varint,3,opt,name=module_crc,json=moduleCrc" json:"module_crc,omitempty"`
+ ModuleHash []byte `protobuf:"bytes,4,opt,name=module_hash,json=moduleHash" json:"module_hash,omitempty"`
+ Ecallresult *uint32 `protobuf:"varint,5,opt,name=ecallresult" json:"ecallresult,omitempty"`
+ ResultContent []byte `protobuf:"bytes,6,opt,name=result_content,json=resultContent" json:"result_content,omitempty"`
+ OsVersionInfo []byte `protobuf:"bytes,7,opt,name=os_version_info,json=osVersionInfo" json:"os_version_info,omitempty"`
+ SystemInfo []byte `protobuf:"bytes,8,opt,name=system_info,json=systemInfo" json:"system_info,omitempty"`
+ LoadAddress *uint64 `protobuf:"fixed64,9,opt,name=load_address,json=loadAddress" json:"load_address,omitempty"`
+ ExceptionRecord []byte `protobuf:"bytes,10,opt,name=exception_record,json=exceptionRecord" json:"exception_record,omitempty"`
+ PortableOsVersionInfo []byte `protobuf:"bytes,11,opt,name=portable_os_version_info,json=portableOsVersionInfo" json:"portable_os_version_info,omitempty"`
+ PortableSystemInfo []byte `protobuf:"bytes,12,opt,name=portable_system_info,json=portableSystemInfo" json:"portable_system_info,omitempty"`
+ WasConverted *bool `protobuf:"varint,13,opt,name=was_converted,json=wasConverted" json:"was_converted,omitempty"`
+ InternalResult *uint32 `protobuf:"varint,14,opt,name=internal_result,json=internalResult" json:"internal_result,omitempty"`
+ CurrentCount *uint32 `protobuf:"varint,15,opt,name=current_count,json=currentCount" json:"current_count,omitempty"`
+ LastCallHandle *uint32 `protobuf:"varint,16,opt,name=last_call_handle,json=lastCallHandle" json:"last_call_handle,omitempty"`
+ LastCallModuleCrc *uint32 `protobuf:"varint,17,opt,name=last_call_module_crc,json=lastCallModuleCrc" json:"last_call_module_crc,omitempty"`
+ LastCallSysidRouting []byte `protobuf:"bytes,18,opt,name=last_call_sysid_routing,json=lastCallSysidRouting" json:"last_call_sysid_routing,omitempty"`
+ LastEcallresult *uint32 `protobuf:"varint,19,opt,name=last_ecallresult,json=lastEcallresult" json:"last_ecallresult,omitempty"`
+ LastCallissueDelta *uint32 `protobuf:"varint,20,opt,name=last_callissue_delta,json=lastCallissueDelta" json:"last_callissue_delta,omitempty"`
+ LastCallcompleteDelta *uint32 `protobuf:"varint,21,opt,name=last_callcomplete_delta,json=lastCallcompleteDelta" json:"last_callcomplete_delta,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServiceCallResponse) Reset() { *m = CMsgClientServiceCallResponse{} }
+func (m *CMsgClientServiceCallResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServiceCallResponse) ProtoMessage() {}
+func (*CMsgClientServiceCallResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{136}
+}
+
+func (m *CMsgClientServiceCallResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServiceCallResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientServiceCallResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServiceCallResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServiceCallResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServiceCallResponse.Merge(m, src)
+}
+func (m *CMsgClientServiceCallResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServiceCallResponse.Size(m)
+}
+func (m *CMsgClientServiceCallResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServiceCallResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServiceCallResponse proto.InternalMessageInfo
+
+func (m *CMsgClientServiceCallResponse) GetSysidRouting() []byte {
+ if m != nil {
+ return m.SysidRouting
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetCallHandle() uint32 {
+ if m != nil && m.CallHandle != nil {
+ return *m.CallHandle
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetModuleCrc() uint32 {
+ if m != nil && m.ModuleCrc != nil {
+ return *m.ModuleCrc
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetModuleHash() []byte {
+ if m != nil {
+ return m.ModuleHash
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetEcallresult() uint32 {
+ if m != nil && m.Ecallresult != nil {
+ return *m.Ecallresult
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetResultContent() []byte {
+ if m != nil {
+ return m.ResultContent
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetOsVersionInfo() []byte {
+ if m != nil {
+ return m.OsVersionInfo
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetSystemInfo() []byte {
+ if m != nil {
+ return m.SystemInfo
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetLoadAddress() uint64 {
+ if m != nil && m.LoadAddress != nil {
+ return *m.LoadAddress
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetExceptionRecord() []byte {
+ if m != nil {
+ return m.ExceptionRecord
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetPortableOsVersionInfo() []byte {
+ if m != nil {
+ return m.PortableOsVersionInfo
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetPortableSystemInfo() []byte {
+ if m != nil {
+ return m.PortableSystemInfo
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetWasConverted() bool {
+ if m != nil && m.WasConverted != nil {
+ return *m.WasConverted
+ }
+ return false
+}
+
+func (m *CMsgClientServiceCallResponse) GetInternalResult() uint32 {
+ if m != nil && m.InternalResult != nil {
+ return *m.InternalResult
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetCurrentCount() uint32 {
+ if m != nil && m.CurrentCount != nil {
+ return *m.CurrentCount
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetLastCallHandle() uint32 {
+ if m != nil && m.LastCallHandle != nil {
+ return *m.LastCallHandle
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetLastCallModuleCrc() uint32 {
+ if m != nil && m.LastCallModuleCrc != nil {
+ return *m.LastCallModuleCrc
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetLastCallSysidRouting() []byte {
+ if m != nil {
+ return m.LastCallSysidRouting
+ }
+ return nil
+}
+
+func (m *CMsgClientServiceCallResponse) GetLastEcallresult() uint32 {
+ if m != nil && m.LastEcallresult != nil {
+ return *m.LastEcallresult
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetLastCallissueDelta() uint32 {
+ if m != nil && m.LastCallissueDelta != nil {
+ return *m.LastCallissueDelta
+ }
+ return 0
+}
+
+func (m *CMsgClientServiceCallResponse) GetLastCallcompleteDelta() uint32 {
+ if m != nil && m.LastCallcompleteDelta != nil {
+ return *m.LastCallcompleteDelta
+ }
+ return 0
+}
+
+type CMsgAMUnlockStreaming struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgAMUnlockStreaming) Reset() { *m = CMsgAMUnlockStreaming{} }
+func (m *CMsgAMUnlockStreaming) String() string { return proto.CompactTextString(m) }
+func (*CMsgAMUnlockStreaming) ProtoMessage() {}
+func (*CMsgAMUnlockStreaming) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{137}
+}
+
+func (m *CMsgAMUnlockStreaming) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgAMUnlockStreaming.Unmarshal(m, b)
+}
+func (m *CMsgAMUnlockStreaming) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgAMUnlockStreaming.Marshal(b, m, deterministic)
+}
+func (m *CMsgAMUnlockStreaming) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgAMUnlockStreaming.Merge(m, src)
+}
+func (m *CMsgAMUnlockStreaming) XXX_Size() int {
+ return xxx_messageInfo_CMsgAMUnlockStreaming.Size(m)
+}
+func (m *CMsgAMUnlockStreaming) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgAMUnlockStreaming.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgAMUnlockStreaming proto.InternalMessageInfo
+
+type CMsgAMUnlockStreamingResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ EncryptionKey []byte `protobuf:"bytes,2,opt,name=encryption_key,json=encryptionKey" json:"encryption_key,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgAMUnlockStreamingResponse) Reset() { *m = CMsgAMUnlockStreamingResponse{} }
+func (m *CMsgAMUnlockStreamingResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgAMUnlockStreamingResponse) ProtoMessage() {}
+func (*CMsgAMUnlockStreamingResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{138}
+}
+
+func (m *CMsgAMUnlockStreamingResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgAMUnlockStreamingResponse.Unmarshal(m, b)
+}
+func (m *CMsgAMUnlockStreamingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgAMUnlockStreamingResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgAMUnlockStreamingResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgAMUnlockStreamingResponse.Merge(m, src)
+}
+func (m *CMsgAMUnlockStreamingResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgAMUnlockStreamingResponse.Size(m)
+}
+func (m *CMsgAMUnlockStreamingResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgAMUnlockStreamingResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgAMUnlockStreamingResponse proto.InternalMessageInfo
+
+const Default_CMsgAMUnlockStreamingResponse_Eresult int32 = 2
+
+func (m *CMsgAMUnlockStreamingResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgAMUnlockStreamingResponse_Eresult
+}
+
+func (m *CMsgAMUnlockStreamingResponse) GetEncryptionKey() []byte {
+ if m != nil {
+ return m.EncryptionKey
+ }
+ return nil
+}
+
+type CMsgAMUnlockHEVC struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgAMUnlockHEVC) Reset() { *m = CMsgAMUnlockHEVC{} }
+func (m *CMsgAMUnlockHEVC) String() string { return proto.CompactTextString(m) }
+func (*CMsgAMUnlockHEVC) ProtoMessage() {}
+func (*CMsgAMUnlockHEVC) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{139}
+}
+
+func (m *CMsgAMUnlockHEVC) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgAMUnlockHEVC.Unmarshal(m, b)
+}
+func (m *CMsgAMUnlockHEVC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgAMUnlockHEVC.Marshal(b, m, deterministic)
+}
+func (m *CMsgAMUnlockHEVC) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgAMUnlockHEVC.Merge(m, src)
+}
+func (m *CMsgAMUnlockHEVC) XXX_Size() int {
+ return xxx_messageInfo_CMsgAMUnlockHEVC.Size(m)
+}
+func (m *CMsgAMUnlockHEVC) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgAMUnlockHEVC.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgAMUnlockHEVC proto.InternalMessageInfo
+
+type CMsgAMUnlockHEVCResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgAMUnlockHEVCResponse) Reset() { *m = CMsgAMUnlockHEVCResponse{} }
+func (m *CMsgAMUnlockHEVCResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgAMUnlockHEVCResponse) ProtoMessage() {}
+func (*CMsgAMUnlockHEVCResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{140}
+}
+
+func (m *CMsgAMUnlockHEVCResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgAMUnlockHEVCResponse.Unmarshal(m, b)
+}
+func (m *CMsgAMUnlockHEVCResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgAMUnlockHEVCResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgAMUnlockHEVCResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgAMUnlockHEVCResponse.Merge(m, src)
+}
+func (m *CMsgAMUnlockHEVCResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgAMUnlockHEVCResponse.Size(m)
+}
+func (m *CMsgAMUnlockHEVCResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgAMUnlockHEVCResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgAMUnlockHEVCResponse proto.InternalMessageInfo
+
+const Default_CMsgAMUnlockHEVCResponse_Eresult int32 = 2
+
+func (m *CMsgAMUnlockHEVCResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgAMUnlockHEVCResponse_Eresult
+}
+
+type CMsgClientPlayingSessionState struct {
+ PlayingBlocked *bool `protobuf:"varint,2,opt,name=playing_blocked,json=playingBlocked" json:"playing_blocked,omitempty"`
+ PlayingApp *uint32 `protobuf:"varint,3,opt,name=playing_app,json=playingApp" json:"playing_app,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPlayingSessionState) Reset() { *m = CMsgClientPlayingSessionState{} }
+func (m *CMsgClientPlayingSessionState) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPlayingSessionState) ProtoMessage() {}
+func (*CMsgClientPlayingSessionState) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{141}
+}
+
+func (m *CMsgClientPlayingSessionState) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPlayingSessionState.Unmarshal(m, b)
+}
+func (m *CMsgClientPlayingSessionState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPlayingSessionState.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPlayingSessionState) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPlayingSessionState.Merge(m, src)
+}
+func (m *CMsgClientPlayingSessionState) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPlayingSessionState.Size(m)
+}
+func (m *CMsgClientPlayingSessionState) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPlayingSessionState.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPlayingSessionState proto.InternalMessageInfo
+
+func (m *CMsgClientPlayingSessionState) GetPlayingBlocked() bool {
+ if m != nil && m.PlayingBlocked != nil {
+ return *m.PlayingBlocked
+ }
+ return false
+}
+
+func (m *CMsgClientPlayingSessionState) GetPlayingApp() uint32 {
+ if m != nil && m.PlayingApp != nil {
+ return *m.PlayingApp
+ }
+ return 0
+}
+
+type CMsgClientKickPlayingSession struct {
+ OnlyStopGame *bool `protobuf:"varint,1,opt,name=only_stop_game,json=onlyStopGame" json:"only_stop_game,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientKickPlayingSession) Reset() { *m = CMsgClientKickPlayingSession{} }
+func (m *CMsgClientKickPlayingSession) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientKickPlayingSession) ProtoMessage() {}
+func (*CMsgClientKickPlayingSession) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{142}
+}
+
+func (m *CMsgClientKickPlayingSession) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientKickPlayingSession.Unmarshal(m, b)
+}
+func (m *CMsgClientKickPlayingSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientKickPlayingSession.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientKickPlayingSession) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientKickPlayingSession.Merge(m, src)
+}
+func (m *CMsgClientKickPlayingSession) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientKickPlayingSession.Size(m)
+}
+func (m *CMsgClientKickPlayingSession) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientKickPlayingSession.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientKickPlayingSession proto.InternalMessageInfo
+
+func (m *CMsgClientKickPlayingSession) GetOnlyStopGame() bool {
+ if m != nil && m.OnlyStopGame != nil {
+ return *m.OnlyStopGame
+ }
+ return false
+}
+
+type CMsgClientVoiceCallPreAuthorize struct {
+ CallerSteamid *uint64 `protobuf:"fixed64,1,opt,name=caller_steamid,json=callerSteamid" json:"caller_steamid,omitempty"`
+ ReceiverSteamid *uint64 `protobuf:"fixed64,2,opt,name=receiver_steamid,json=receiverSteamid" json:"receiver_steamid,omitempty"`
+ CallerId *int32 `protobuf:"varint,3,opt,name=caller_id,json=callerId" json:"caller_id,omitempty"`
+ Hangup *bool `protobuf:"varint,4,opt,name=hangup" json:"hangup,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientVoiceCallPreAuthorize) Reset() { *m = CMsgClientVoiceCallPreAuthorize{} }
+func (m *CMsgClientVoiceCallPreAuthorize) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientVoiceCallPreAuthorize) ProtoMessage() {}
+func (*CMsgClientVoiceCallPreAuthorize) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{143}
+}
+
+func (m *CMsgClientVoiceCallPreAuthorize) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientVoiceCallPreAuthorize.Unmarshal(m, b)
+}
+func (m *CMsgClientVoiceCallPreAuthorize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientVoiceCallPreAuthorize.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientVoiceCallPreAuthorize) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientVoiceCallPreAuthorize.Merge(m, src)
+}
+func (m *CMsgClientVoiceCallPreAuthorize) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientVoiceCallPreAuthorize.Size(m)
+}
+func (m *CMsgClientVoiceCallPreAuthorize) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientVoiceCallPreAuthorize.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientVoiceCallPreAuthorize proto.InternalMessageInfo
+
+func (m *CMsgClientVoiceCallPreAuthorize) GetCallerSteamid() uint64 {
+ if m != nil && m.CallerSteamid != nil {
+ return *m.CallerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientVoiceCallPreAuthorize) GetReceiverSteamid() uint64 {
+ if m != nil && m.ReceiverSteamid != nil {
+ return *m.ReceiverSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientVoiceCallPreAuthorize) GetCallerId() int32 {
+ if m != nil && m.CallerId != nil {
+ return *m.CallerId
+ }
+ return 0
+}
+
+func (m *CMsgClientVoiceCallPreAuthorize) GetHangup() bool {
+ if m != nil && m.Hangup != nil {
+ return *m.Hangup
+ }
+ return false
+}
+
+type CMsgClientVoiceCallPreAuthorizeResponse struct {
+ CallerSteamid *uint64 `protobuf:"fixed64,1,opt,name=caller_steamid,json=callerSteamid" json:"caller_steamid,omitempty"`
+ ReceiverSteamid *uint64 `protobuf:"fixed64,2,opt,name=receiver_steamid,json=receiverSteamid" json:"receiver_steamid,omitempty"`
+ Eresult *int32 `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ CallerId *int32 `protobuf:"varint,4,opt,name=caller_id,json=callerId" json:"caller_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) Reset() {
+ *m = CMsgClientVoiceCallPreAuthorizeResponse{}
+}
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientVoiceCallPreAuthorizeResponse) ProtoMessage() {}
+func (*CMsgClientVoiceCallPreAuthorizeResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{144}
+}
+
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientVoiceCallPreAuthorizeResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientVoiceCallPreAuthorizeResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientVoiceCallPreAuthorizeResponse.Merge(m, src)
+}
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientVoiceCallPreAuthorizeResponse.Size(m)
+}
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientVoiceCallPreAuthorizeResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientVoiceCallPreAuthorizeResponse proto.InternalMessageInfo
+
+const Default_CMsgClientVoiceCallPreAuthorizeResponse_Eresult int32 = 2
+
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) GetCallerSteamid() uint64 {
+ if m != nil && m.CallerSteamid != nil {
+ return *m.CallerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) GetReceiverSteamid() uint64 {
+ if m != nil && m.ReceiverSteamid != nil {
+ return *m.ReceiverSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientVoiceCallPreAuthorizeResponse_Eresult
+}
+
+func (m *CMsgClientVoiceCallPreAuthorizeResponse) GetCallerId() int32 {
+ if m != nil && m.CallerId != nil {
+ return *m.CallerId
+ }
+ return 0
+}
+
+type CMsgBadgeCraftedNotification struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ BadgeLevel *uint32 `protobuf:"varint,2,opt,name=badge_level,json=badgeLevel" json:"badge_level,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgBadgeCraftedNotification) Reset() { *m = CMsgBadgeCraftedNotification{} }
+func (m *CMsgBadgeCraftedNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgBadgeCraftedNotification) ProtoMessage() {}
+func (*CMsgBadgeCraftedNotification) Descriptor() ([]byte, []int) {
+ return fileDescriptor_dab52857974b135d, []int{145}
+}
+
+func (m *CMsgBadgeCraftedNotification) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgBadgeCraftedNotification.Unmarshal(m, b)
+}
+func (m *CMsgBadgeCraftedNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgBadgeCraftedNotification.Marshal(b, m, deterministic)
+}
+func (m *CMsgBadgeCraftedNotification) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgBadgeCraftedNotification.Merge(m, src)
+}
+func (m *CMsgBadgeCraftedNotification) XXX_Size() int {
+ return xxx_messageInfo_CMsgBadgeCraftedNotification.Size(m)
+}
+func (m *CMsgBadgeCraftedNotification) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgBadgeCraftedNotification.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgBadgeCraftedNotification proto.InternalMessageInfo
+
+func (m *CMsgBadgeCraftedNotification) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgBadgeCraftedNotification) GetBadgeLevel() uint32 {
+ if m != nil && m.BadgeLevel != nil {
+ return *m.BadgeLevel
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterType((*CMsgClientUCMAddScreenshot)(nil), "CMsgClientUCMAddScreenshot")
+ proto.RegisterType((*CMsgClientUCMAddScreenshot_Tag)(nil), "CMsgClientUCMAddScreenshot.Tag")
+ proto.RegisterType((*CMsgClientUCMAddScreenshotResponse)(nil), "CMsgClientUCMAddScreenshotResponse")
+ proto.RegisterType((*CMsgClientUCMDeleteScreenshot)(nil), "CMsgClientUCMDeleteScreenshot")
+ proto.RegisterType((*CMsgClientUCMDeleteScreenshotResponse)(nil), "CMsgClientUCMDeleteScreenshotResponse")
+ proto.RegisterType((*CMsgClientUCMPublishFile)(nil), "CMsgClientUCMPublishFile")
+ proto.RegisterType((*CMsgClientUCMPublishFileResponse)(nil), "CMsgClientUCMPublishFileResponse")
+ proto.RegisterType((*CMsgClientUCMUpdatePublishedFile)(nil), "CMsgClientUCMUpdatePublishedFile")
+ proto.RegisterType((*CMsgClientUCMUpdatePublishedFile_KeyValueTag)(nil), "CMsgClientUCMUpdatePublishedFile.KeyValueTag")
+ proto.RegisterType((*CMsgClientUCMUpdatePublishedFile_AdditionalPreview)(nil), "CMsgClientUCMUpdatePublishedFile.AdditionalPreview")
+ proto.RegisterType((*CMsgClientUCMUpdatePublishedFileResponse)(nil), "CMsgClientUCMUpdatePublishedFileResponse")
+ proto.RegisterType((*CMsgClientUCMDeletePublishedFile)(nil), "CMsgClientUCMDeletePublishedFile")
+ proto.RegisterType((*CMsgClientUCMDeletePublishedFileResponse)(nil), "CMsgClientUCMDeletePublishedFileResponse")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserPublishedFiles)(nil), "CMsgClientUCMEnumerateUserPublishedFiles")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserPublishedFilesResponse)(nil), "CMsgClientUCMEnumerateUserPublishedFilesResponse")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserPublishedFilesResponse_PublishedFileId)(nil), "CMsgClientUCMEnumerateUserPublishedFilesResponse.PublishedFileId")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserSubscribedFiles)(nil), "CMsgClientUCMEnumerateUserSubscribedFiles")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserSubscribedFilesResponse)(nil), "CMsgClientUCMEnumerateUserSubscribedFilesResponse")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserSubscribedFilesResponse_PublishedFileId)(nil), "CMsgClientUCMEnumerateUserSubscribedFilesResponse.PublishedFileId")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates)(nil), "CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse)(nil), "CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse")
+ proto.RegisterType((*CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse_PublishedFileId)(nil), "CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.PublishedFileId")
+ proto.RegisterType((*CMsgClientUCMPublishedFileUpdated)(nil), "CMsgClientUCMPublishedFileUpdated")
+ proto.RegisterType((*CMsgClientWorkshopItemChangesRequest)(nil), "CMsgClientWorkshopItemChangesRequest")
+ proto.RegisterType((*CMsgClientWorkshopItemChangesResponse)(nil), "CMsgClientWorkshopItemChangesResponse")
+ proto.RegisterType((*CMsgClientWorkshopItemChangesResponse_WorkshopItemInfo)(nil), "CMsgClientWorkshopItemChangesResponse.WorkshopItemInfo")
+ proto.RegisterType((*CMsgClientWorkshopItemInfoRequest)(nil), "CMsgClientWorkshopItemInfoRequest")
+ proto.RegisterType((*CMsgClientWorkshopItemInfoRequest_WorkshopItem)(nil), "CMsgClientWorkshopItemInfoRequest.WorkshopItem")
+ proto.RegisterType((*CMsgClientWorkshopItemInfoResponse)(nil), "CMsgClientWorkshopItemInfoResponse")
+ proto.RegisterType((*CMsgClientWorkshopItemInfoResponse_WorkshopItemInfo)(nil), "CMsgClientWorkshopItemInfoResponse.WorkshopItemInfo")
+ proto.RegisterType((*CMsgClientUCMGetPublishedFilesForUser)(nil), "CMsgClientUCMGetPublishedFilesForUser")
+ proto.RegisterType((*CMsgClientUCMGetPublishedFilesForUserResponse)(nil), "CMsgClientUCMGetPublishedFilesForUserResponse")
+ proto.RegisterType((*CMsgClientUCMGetPublishedFilesForUserResponse_PublishedFileId)(nil), "CMsgClientUCMGetPublishedFilesForUserResponse.PublishedFileId")
+ proto.RegisterType((*CMsgClientUCMSetUserPublishedFileAction)(nil), "CMsgClientUCMSetUserPublishedFileAction")
+ proto.RegisterType((*CMsgClientUCMSetUserPublishedFileActionResponse)(nil), "CMsgClientUCMSetUserPublishedFileActionResponse")
+ proto.RegisterType((*CMsgClientUCMEnumeratePublishedFilesByUserAction)(nil), "CMsgClientUCMEnumeratePublishedFilesByUserAction")
+ proto.RegisterType((*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse)(nil), "CMsgClientUCMEnumeratePublishedFilesByUserActionResponse")
+ proto.RegisterType((*CMsgClientUCMEnumeratePublishedFilesByUserActionResponse_PublishedFileId)(nil), "CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.PublishedFileId")
+ proto.RegisterType((*CMsgClientScreenshotsChanged)(nil), "CMsgClientScreenshotsChanged")
+ proto.RegisterType((*CMsgClientUpdateUserGameInfo)(nil), "CMsgClientUpdateUserGameInfo")
+ proto.RegisterType((*CMsgClientRichPresenceUpload)(nil), "CMsgClientRichPresenceUpload")
+ proto.RegisterType((*CMsgClientRichPresenceRequest)(nil), "CMsgClientRichPresenceRequest")
+ proto.RegisterType((*CMsgClientRichPresenceInfo)(nil), "CMsgClientRichPresenceInfo")
+ proto.RegisterType((*CMsgClientRichPresenceInfo_RichPresence)(nil), "CMsgClientRichPresenceInfo.RichPresence")
+ proto.RegisterType((*CMsgClientCheckFileSignature)(nil), "CMsgClientCheckFileSignature")
+ proto.RegisterType((*CMsgClientCheckFileSignatureResponse)(nil), "CMsgClientCheckFileSignatureResponse")
+ proto.RegisterType((*CMsgClientReadMachineAuth)(nil), "CMsgClientReadMachineAuth")
+ proto.RegisterType((*CMsgClientReadMachineAuthResponse)(nil), "CMsgClientReadMachineAuthResponse")
+ proto.RegisterType((*CMsgClientUpdateMachineAuth)(nil), "CMsgClientUpdateMachineAuth")
+ proto.RegisterType((*CMsgClientUpdateMachineAuthResponse)(nil), "CMsgClientUpdateMachineAuthResponse")
+ proto.RegisterType((*CMsgClientRequestMachineAuth)(nil), "CMsgClientRequestMachineAuth")
+ proto.RegisterType((*CMsgClientRequestMachineAuthResponse)(nil), "CMsgClientRequestMachineAuthResponse")
+ proto.RegisterType((*CMsgClientRegisterKey)(nil), "CMsgClientRegisterKey")
+ proto.RegisterType((*CMsgClientPurchaseResponse)(nil), "CMsgClientPurchaseResponse")
+ proto.RegisterType((*CMsgClientActivateOEMLicense)(nil), "CMsgClientActivateOEMLicense")
+ proto.RegisterType((*CMsgClientRegisterOEMMachine)(nil), "CMsgClientRegisterOEMMachine")
+ proto.RegisterType((*CMsgClientRegisterOEMMachineResponse)(nil), "CMsgClientRegisterOEMMachineResponse")
+ proto.RegisterType((*CMsgClientPurchaseWithMachineID)(nil), "CMsgClientPurchaseWithMachineID")
+ proto.RegisterType((*CMsgTrading_InitiateTradeRequest)(nil), "CMsgTrading_InitiateTradeRequest")
+ proto.RegisterType((*CMsgTrading_InitiateTradeResponse)(nil), "CMsgTrading_InitiateTradeResponse")
+ proto.RegisterType((*CMsgTrading_CancelTradeRequest)(nil), "CMsgTrading_CancelTradeRequest")
+ proto.RegisterType((*CMsgTrading_StartSession)(nil), "CMsgTrading_StartSession")
+ proto.RegisterType((*CMsgClientGetCDNAuthToken)(nil), "CMsgClientGetCDNAuthToken")
+ proto.RegisterType((*CMsgClientGetDepotDecryptionKey)(nil), "CMsgClientGetDepotDecryptionKey")
+ proto.RegisterType((*CMsgClientGetDepotDecryptionKeyResponse)(nil), "CMsgClientGetDepotDecryptionKeyResponse")
+ proto.RegisterType((*CMsgClientCheckAppBetaPassword)(nil), "CMsgClientCheckAppBetaPassword")
+ proto.RegisterType((*CMsgClientCheckAppBetaPasswordResponse)(nil), "CMsgClientCheckAppBetaPasswordResponse")
+ proto.RegisterType((*CMsgClientCheckAppBetaPasswordResponse_BetaPassword)(nil), "CMsgClientCheckAppBetaPasswordResponse.BetaPassword")
+ proto.RegisterType((*CMsgClientUpdateAppJobReport)(nil), "CMsgClientUpdateAppJobReport")
+ proto.RegisterType((*CMsgClientDPContentStatsReport)(nil), "CMsgClientDPContentStatsReport")
+ proto.RegisterType((*CMsgClientGetCDNAuthTokenResponse)(nil), "CMsgClientGetCDNAuthTokenResponse")
+ proto.RegisterType((*CMsgDownloadRateStatistics)(nil), "CMsgDownloadRateStatistics")
+ proto.RegisterType((*CMsgDownloadRateStatistics_StatsInfo)(nil), "CMsgDownloadRateStatistics.StatsInfo")
+ proto.RegisterType((*CMsgClientRequestAccountData)(nil), "CMsgClientRequestAccountData")
+ proto.RegisterType((*CMsgClientRequestAccountDataResponse)(nil), "CMsgClientRequestAccountDataResponse")
+ proto.RegisterType((*CMsgClientUGSGetGlobalStats)(nil), "CMsgClientUGSGetGlobalStats")
+ proto.RegisterType((*CMsgClientUGSGetGlobalStatsResponse)(nil), "CMsgClientUGSGetGlobalStatsResponse")
+ proto.RegisterType((*CMsgClientUGSGetGlobalStatsResponse_Day)(nil), "CMsgClientUGSGetGlobalStatsResponse.Day")
+ proto.RegisterType((*CMsgClientUGSGetGlobalStatsResponse_Day_Stat)(nil), "CMsgClientUGSGetGlobalStatsResponse.Day.Stat")
+ proto.RegisterType((*CMsgGameServerData)(nil), "CMsgGameServerData")
+ proto.RegisterType((*CMsgGameServerData_Player)(nil), "CMsgGameServerData.Player")
+ proto.RegisterType((*CMsgGameServerRemove)(nil), "CMsgGameServerRemove")
+ proto.RegisterType((*CMsgClientGMSServerQuery)(nil), "CMsgClientGMSServerQuery")
+ proto.RegisterType((*CMsgGMSClientServerQueryResponse)(nil), "CMsgGMSClientServerQueryResponse")
+ proto.RegisterType((*CMsgGMSClientServerQueryResponse_Server)(nil), "CMsgGMSClientServerQueryResponse.Server")
+ proto.RegisterType((*CMsgGameServerOutOfDate)(nil), "CMsgGameServerOutOfDate")
+ proto.RegisterType((*CMsgClientRedeemGuestPass)(nil), "CMsgClientRedeemGuestPass")
+ proto.RegisterType((*CMsgClientRedeemGuestPassResponse)(nil), "CMsgClientRedeemGuestPassResponse")
+ proto.RegisterType((*CMsgClientGetClanActivityCounts)(nil), "CMsgClientGetClanActivityCounts")
+ proto.RegisterType((*CMsgClientGetClanActivityCountsResponse)(nil), "CMsgClientGetClanActivityCountsResponse")
+ proto.RegisterType((*CMsgClientOGSReportString)(nil), "CMsgClientOGSReportString")
+ proto.RegisterType((*CMsgClientOGSReportBug)(nil), "CMsgClientOGSReportBug")
+ proto.RegisterType((*CMsgGSAssociateWithClan)(nil), "CMsgGSAssociateWithClan")
+ proto.RegisterType((*CMsgGSAssociateWithClanResponse)(nil), "CMsgGSAssociateWithClanResponse")
+ proto.RegisterType((*CMsgGSComputeNewPlayerCompatibility)(nil), "CMsgGSComputeNewPlayerCompatibility")
+ proto.RegisterType((*CMsgGSComputeNewPlayerCompatibilityResponse)(nil), "CMsgGSComputeNewPlayerCompatibilityResponse")
+ proto.RegisterType((*CMsgClientSentLogs)(nil), "CMsgClientSentLogs")
+ proto.RegisterType((*CMsgGCClient)(nil), "CMsgGCClient")
+ proto.RegisterType((*CMsgClientRequestFreeLicense)(nil), "CMsgClientRequestFreeLicense")
+ proto.RegisterType((*CMsgClientRequestFreeLicenseResponse)(nil), "CMsgClientRequestFreeLicenseResponse")
+ proto.RegisterType((*CMsgDRMDownloadRequestWithCrashData)(nil), "CMsgDRMDownloadRequestWithCrashData")
+ proto.RegisterType((*CMsgDRMDownloadResponse)(nil), "CMsgDRMDownloadResponse")
+ proto.RegisterType((*CMsgDRMFinalResult)(nil), "CMsgDRMFinalResult")
+ proto.RegisterType((*CMsgClientDPCheckSpecialSurvey)(nil), "CMsgClientDPCheckSpecialSurvey")
+ proto.RegisterType((*CMsgClientDPCheckSpecialSurveyResponse)(nil), "CMsgClientDPCheckSpecialSurveyResponse")
+ proto.RegisterType((*CMsgClientDPSendSpecialSurveyResponse)(nil), "CMsgClientDPSendSpecialSurveyResponse")
+ proto.RegisterType((*CMsgClientDPSendSpecialSurveyResponseReply)(nil), "CMsgClientDPSendSpecialSurveyResponseReply")
+ proto.RegisterType((*CMsgClientRequestForgottenPasswordEmail)(nil), "CMsgClientRequestForgottenPasswordEmail")
+ proto.RegisterType((*CMsgClientRequestForgottenPasswordEmailResponse)(nil), "CMsgClientRequestForgottenPasswordEmailResponse")
+ proto.RegisterType((*CMsgClientItemAnnouncements)(nil), "CMsgClientItemAnnouncements")
+ proto.RegisterType((*CMsgClientItemAnnouncements_UnseenItem)(nil), "CMsgClientItemAnnouncements.UnseenItem")
+ proto.RegisterType((*CMsgClientRequestItemAnnouncements)(nil), "CMsgClientRequestItemAnnouncements")
+ proto.RegisterType((*CMsgClientUserNotifications)(nil), "CMsgClientUserNotifications")
+ proto.RegisterType((*CMsgClientUserNotifications_Notification)(nil), "CMsgClientUserNotifications.Notification")
+ proto.RegisterType((*CMsgClientCommentNotifications)(nil), "CMsgClientCommentNotifications")
+ proto.RegisterType((*CMsgClientRequestCommentNotifications)(nil), "CMsgClientRequestCommentNotifications")
+ proto.RegisterType((*CMsgClientOfflineMessageNotification)(nil), "CMsgClientOfflineMessageNotification")
+ proto.RegisterType((*CMsgClientRequestOfflineMessageCount)(nil), "CMsgClientRequestOfflineMessageCount")
+ proto.RegisterType((*CMsgClientChatGetFriendMessageHistory)(nil), "CMsgClientChatGetFriendMessageHistory")
+ proto.RegisterType((*CMsgClientChatGetFriendMessageHistoryResponse)(nil), "CMsgClientChatGetFriendMessageHistoryResponse")
+ proto.RegisterType((*CMsgClientChatGetFriendMessageHistoryResponse_FriendMessage)(nil), "CMsgClientChatGetFriendMessageHistoryResponse.FriendMessage")
+ proto.RegisterType((*CMsgClientChatGetFriendMessageHistoryForOfflineMessages)(nil), "CMsgClientChatGetFriendMessageHistoryForOfflineMessages")
+ proto.RegisterType((*CMsgClientFSGetFriendsSteamLevels)(nil), "CMsgClientFSGetFriendsSteamLevels")
+ proto.RegisterType((*CMsgClientFSGetFriendsSteamLevelsResponse)(nil), "CMsgClientFSGetFriendsSteamLevelsResponse")
+ proto.RegisterType((*CMsgClientFSGetFriendsSteamLevelsResponse_Friend)(nil), "CMsgClientFSGetFriendsSteamLevelsResponse.Friend")
+ proto.RegisterType((*CMsgClientEmailAddrInfo)(nil), "CMsgClientEmailAddrInfo")
+ proto.RegisterType((*CMsgCREItemVoteSummary)(nil), "CMsgCREItemVoteSummary")
+ proto.RegisterType((*CMsgCREItemVoteSummary_PublishedFileId)(nil), "CMsgCREItemVoteSummary.PublishedFileId")
+ proto.RegisterType((*CMsgCREItemVoteSummaryResponse)(nil), "CMsgCREItemVoteSummaryResponse")
+ proto.RegisterType((*CMsgCREItemVoteSummaryResponse_ItemVoteSummary)(nil), "CMsgCREItemVoteSummaryResponse.ItemVoteSummary")
+ proto.RegisterType((*CMsgCREUpdateUserPublishedItemVote)(nil), "CMsgCREUpdateUserPublishedItemVote")
+ proto.RegisterType((*CMsgCREUpdateUserPublishedItemVoteResponse)(nil), "CMsgCREUpdateUserPublishedItemVoteResponse")
+ proto.RegisterType((*CMsgCREGetUserPublishedItemVoteDetails)(nil), "CMsgCREGetUserPublishedItemVoteDetails")
+ proto.RegisterType((*CMsgCREGetUserPublishedItemVoteDetails_PublishedFileId)(nil), "CMsgCREGetUserPublishedItemVoteDetails.PublishedFileId")
+ proto.RegisterType((*CMsgCREGetUserPublishedItemVoteDetailsResponse)(nil), "CMsgCREGetUserPublishedItemVoteDetailsResponse")
+ proto.RegisterType((*CMsgCREGetUserPublishedItemVoteDetailsResponse_UserItemVoteDetail)(nil), "CMsgCREGetUserPublishedItemVoteDetailsResponse.UserItemVoteDetail")
+ proto.RegisterType((*CMsgGameServerPingSample)(nil), "CMsgGameServerPingSample")
+ proto.RegisterType((*CMsgGameServerPingSample_Sample)(nil), "CMsgGameServerPingSample.Sample")
+ proto.RegisterType((*CMsgFSGetFollowerCount)(nil), "CMsgFSGetFollowerCount")
+ proto.RegisterType((*CMsgFSGetFollowerCountResponse)(nil), "CMsgFSGetFollowerCountResponse")
+ proto.RegisterType((*CMsgFSGetIsFollowing)(nil), "CMsgFSGetIsFollowing")
+ proto.RegisterType((*CMsgFSGetIsFollowingResponse)(nil), "CMsgFSGetIsFollowingResponse")
+ proto.RegisterType((*CMsgFSEnumerateFollowingList)(nil), "CMsgFSEnumerateFollowingList")
+ proto.RegisterType((*CMsgFSEnumerateFollowingListResponse)(nil), "CMsgFSEnumerateFollowingListResponse")
+ proto.RegisterType((*CMsgDPGetNumberOfCurrentPlayers)(nil), "CMsgDPGetNumberOfCurrentPlayers")
+ proto.RegisterType((*CMsgDPGetNumberOfCurrentPlayersResponse)(nil), "CMsgDPGetNumberOfCurrentPlayersResponse")
+ proto.RegisterType((*CMsgClientFriendUserStatusPublished)(nil), "CMsgClientFriendUserStatusPublished")
+ proto.RegisterType((*CMsgClientServiceMethodLegacy)(nil), "CMsgClientServiceMethodLegacy")
+ proto.RegisterType((*CMsgClientServiceMethodLegacyResponse)(nil), "CMsgClientServiceMethodLegacyResponse")
+ proto.RegisterType((*CMsgClientUIMode)(nil), "CMsgClientUIMode")
+ proto.RegisterType((*CMsgClientVanityURLChangedNotification)(nil), "CMsgClientVanityURLChangedNotification")
+ proto.RegisterType((*CMsgClientAuthorizeLocalDeviceRequest)(nil), "CMsgClientAuthorizeLocalDeviceRequest")
+ proto.RegisterType((*CMsgClientAuthorizeLocalDevice)(nil), "CMsgClientAuthorizeLocalDevice")
+ proto.RegisterType((*CMsgClientAuthorizeLocalDeviceNotification)(nil), "CMsgClientAuthorizeLocalDeviceNotification")
+ proto.RegisterType((*CMsgClientDeauthorizeDeviceRequest)(nil), "CMsgClientDeauthorizeDeviceRequest")
+ proto.RegisterType((*CMsgClientDeauthorizeDevice)(nil), "CMsgClientDeauthorizeDevice")
+ proto.RegisterType((*CMsgClientUseLocalDeviceAuthorizations)(nil), "CMsgClientUseLocalDeviceAuthorizations")
+ proto.RegisterType((*CMsgClientUseLocalDeviceAuthorizations_DeviceToken)(nil), "CMsgClientUseLocalDeviceAuthorizations.DeviceToken")
+ proto.RegisterType((*CMsgClientGetAuthorizedDevices)(nil), "CMsgClientGetAuthorizedDevices")
+ proto.RegisterType((*CMsgClientGetAuthorizedDevicesResponse)(nil), "CMsgClientGetAuthorizedDevicesResponse")
+ proto.RegisterType((*CMsgClientGetAuthorizedDevicesResponse_AuthorizedDevice)(nil), "CMsgClientGetAuthorizedDevicesResponse.AuthorizedDevice")
+ proto.RegisterType((*CMsgClientSharedLibraryLockStatus)(nil), "CMsgClientSharedLibraryLockStatus")
+ proto.RegisterType((*CMsgClientSharedLibraryLockStatus_LockedLibrary)(nil), "CMsgClientSharedLibraryLockStatus.LockedLibrary")
+ proto.RegisterType((*CMsgClientSharedLibraryStopPlaying)(nil), "CMsgClientSharedLibraryStopPlaying")
+ proto.RegisterType((*CMsgClientSharedLibraryStopPlaying_StopApp)(nil), "CMsgClientSharedLibraryStopPlaying.StopApp")
+ proto.RegisterType((*CMsgClientServiceCall)(nil), "CMsgClientServiceCall")
+ proto.RegisterType((*CMsgClientServiceModule)(nil), "CMsgClientServiceModule")
+ proto.RegisterType((*CMsgClientServiceCallResponse)(nil), "CMsgClientServiceCallResponse")
+ proto.RegisterType((*CMsgAMUnlockStreaming)(nil), "CMsgAMUnlockStreaming")
+ proto.RegisterType((*CMsgAMUnlockStreamingResponse)(nil), "CMsgAMUnlockStreamingResponse")
+ proto.RegisterType((*CMsgAMUnlockHEVC)(nil), "CMsgAMUnlockHEVC")
+ proto.RegisterType((*CMsgAMUnlockHEVCResponse)(nil), "CMsgAMUnlockHEVCResponse")
+ proto.RegisterType((*CMsgClientPlayingSessionState)(nil), "CMsgClientPlayingSessionState")
+ proto.RegisterType((*CMsgClientKickPlayingSession)(nil), "CMsgClientKickPlayingSession")
+ proto.RegisterType((*CMsgClientVoiceCallPreAuthorize)(nil), "CMsgClientVoiceCallPreAuthorize")
+ proto.RegisterType((*CMsgClientVoiceCallPreAuthorizeResponse)(nil), "CMsgClientVoiceCallPreAuthorizeResponse")
+ proto.RegisterType((*CMsgBadgeCraftedNotification)(nil), "CMsgBadgeCraftedNotification")
+}
+
+func init() {
+ proto.RegisterFile("steammessages_clientserver_2.proto", fileDescriptor_dab52857974b135d)
+}
+
+var fileDescriptor_dab52857974b135d = []byte{
+ // 9088 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x7d, 0x4b, 0x8c, 0x1c, 0x49,
+ 0x76, 0x98, 0xab, 0xfa, 0x57, 0x1d, 0x5d, 0xd5, 0x5d, 0x9d, 0x6c, 0x92, 0x35, 0x35, 0x1f, 0x92,
+ 0xc9, 0xe1, 0x4c, 0x73, 0x3e, 0x35, 0x24, 0x87, 0x9f, 0xd1, 0x68, 0x66, 0x77, 0x9b, 0xdd, 0x64,
+ 0x4f, 0xef, 0xb0, 0x87, 0xad, 0x6c, 0x92, 0xb3, 0xab, 0x85, 0x9d, 0x8e, 0xca, 0x8c, 0xae, 0xca,
+ 0x61, 0x56, 0x66, 0x6e, 0x46, 0x64, 0x37, 0x6b, 0x05, 0xc3, 0xb2, 0x7e, 0x30, 0xec, 0x83, 0x05,
+ 0xc8, 0x96, 0x20, 0x03, 0xc6, 0xda, 0x90, 0x0d, 0x08, 0x36, 0x20, 0xf9, 0x60, 0x2f, 0x0c, 0x58,
+ 0x30, 0xe0, 0x9b, 0xbc, 0x80, 0x65, 0xc1, 0x82, 0x01, 0x1f, 0x7c, 0xf2, 0xc1, 0xf0, 0x75, 0x61,
+ 0x40, 0xf0, 0xc5, 0x80, 0x11, 0xef, 0x45, 0x64, 0x46, 0xd6, 0xa7, 0x59, 0xdc, 0xe1, 0x1a, 0xeb,
+ 0x53, 0x57, 0xbc, 0x17, 0x9f, 0x17, 0x2f, 0x5e, 0x44, 0xbc, 0x5f, 0x64, 0x13, 0x9b, 0x0b, 0x46,
+ 0x07, 0x03, 0xc6, 0x39, 0xed, 0x31, 0xee, 0x7a, 0x61, 0xc0, 0x22, 0xc1, 0x59, 0x7a, 0xcc, 0x52,
+ 0xf7, 0x46, 0x27, 0x49, 0x63, 0x11, 0xb7, 0x5b, 0xe5, 0x3a, 0x5d, 0xca, 0x19, 0x62, 0xec, 0x1f,
+ 0xcd, 0x93, 0xf6, 0xf6, 0x3e, 0xef, 0x6d, 0x43, 0xb3, 0xc7, 0xdb, 0xfb, 0x5b, 0xbe, 0x7f, 0xe8,
+ 0xa5, 0x8c, 0x45, 0xbc, 0x1f, 0x0b, 0x6b, 0x83, 0x2c, 0xd0, 0x24, 0x09, 0xfc, 0x56, 0xe5, 0x62,
+ 0x65, 0xb3, 0xe1, 0x60, 0xc1, 0x6a, 0x93, 0xda, 0x51, 0x10, 0xb2, 0x88, 0x0e, 0x58, 0xab, 0x7a,
+ 0xb1, 0xb2, 0xb9, 0xec, 0xe4, 0x65, 0xeb, 0x35, 0xb2, 0x2c, 0xfa, 0xd9, 0xa0, 0x0b, 0xc8, 0x39,
+ 0x40, 0x16, 0x00, 0xeb, 0x02, 0x59, 0x39, 0x4e, 0xdd, 0xbc, 0xf1, 0x2a, 0xe0, 0xc9, 0x71, 0x7a,
+ 0x5f, 0x37, 0x7f, 0x9b, 0xac, 0xa5, 0x22, 0x18, 0xb0, 0x0f, 0x6f, 0xb8, 0x5e, 0xca, 0xa8, 0x60,
+ 0x7e, 0x6b, 0xfe, 0x62, 0x65, 0x73, 0xc9, 0x59, 0x55, 0xe0, 0x6d, 0x84, 0x4a, 0xca, 0x4e, 0x02,
+ 0x5f, 0xf4, 0x5b, 0x0b, 0x48, 0x19, 0x14, 0xac, 0x73, 0x64, 0xb1, 0xcf, 0x82, 0x5e, 0x5f, 0xb4,
+ 0x16, 0x01, 0xac, 0x4a, 0xd6, 0x45, 0xb2, 0x92, 0xb0, 0x74, 0x10, 0x70, 0x1e, 0xc4, 0x11, 0x6f,
+ 0x2d, 0x01, 0xd2, 0x04, 0x59, 0x2d, 0xb2, 0xe4, 0xd1, 0x44, 0x04, 0x71, 0xd4, 0xaa, 0x01, 0x55,
+ 0xba, 0x68, 0x5d, 0x26, 0x0d, 0xde, 0x8f, 0x53, 0xe1, 0x65, 0xc2, 0x05, 0xaa, 0x97, 0x01, 0x5f,
+ 0xd7, 0xc0, 0x2f, 0x24, 0xdd, 0xd7, 0xc9, 0x9c, 0xa0, 0xbd, 0x16, 0xb9, 0x38, 0xb7, 0xb9, 0x72,
+ 0xe3, 0x42, 0x67, 0x3a, 0x4b, 0x3b, 0x8f, 0x68, 0xcf, 0x91, 0x75, 0xad, 0x2b, 0x64, 0x55, 0xd0,
+ 0x5e, 0x8f, 0xf9, 0x2e, 0xac, 0x4e, 0xe0, 0xb7, 0x56, 0x2e, 0xce, 0x6d, 0x2e, 0x3a, 0x0d, 0x84,
+ 0x1e, 0x22, 0x50, 0xb2, 0x8c, 0x27, 0x71, 0x10, 0xb2, 0xd4, 0x95, 0x23, 0xd4, 0x2f, 0x56, 0x36,
+ 0x6b, 0x0e, 0x51, 0xa0, 0x47, 0xb4, 0x67, 0xdd, 0x22, 0xe7, 0x54, 0x3f, 0x49, 0xd6, 0x0d, 0x03,
+ 0xde, 0x67, 0xbe, 0x64, 0x70, 0xe0, 0xb7, 0x1a, 0x17, 0xe7, 0x36, 0xe7, 0x9d, 0xb3, 0x88, 0x3d,
+ 0x28, 0x23, 0xdb, 0x9f, 0x92, 0x39, 0xd9, 0xfa, 0x15, 0x52, 0x13, 0xb4, 0x87, 0x13, 0xab, 0xe0,
+ 0xc4, 0x05, 0xed, 0xc1, 0x9c, 0x5e, 0x25, 0xcb, 0x12, 0x75, 0x4c, 0xc3, 0x2c, 0x5f, 0x67, 0x41,
+ 0x7b, 0x4f, 0x64, 0xd9, 0xfe, 0x15, 0x62, 0x4f, 0x9f, 0xa4, 0xc3, 0x78, 0x12, 0x47, 0x5c, 0x76,
+ 0xb1, 0xc4, 0x52, 0xc6, 0xb3, 0x50, 0x40, 0xe7, 0x0b, 0x1f, 0x57, 0x6e, 0x38, 0x1a, 0x62, 0x7d,
+ 0x44, 0xea, 0x3c, 0x6f, 0x12, 0xf8, 0x30, 0xc4, 0xe2, 0xc7, 0x1b, 0xd7, 0x3f, 0xba, 0x79, 0xf3,
+ 0xf6, 0x9d, 0x9b, 0x37, 0xaf, 0xdd, 0xf9, 0xf0, 0xce, 0xb5, 0x5f, 0xb8, 0x75, 0xeb, 0xfa, 0xed,
+ 0xeb, 0xb7, 0x9c, 0x52, 0x4d, 0xfb, 0xbb, 0xe4, 0xf5, 0xd2, 0xe0, 0x3b, 0x2c, 0x64, 0x82, 0x19,
+ 0x72, 0x3b, 0xda, 0x75, 0x65, 0xe6, 0xae, 0x77, 0xc8, 0x95, 0x53, 0xbb, 0x9e, 0x69, 0x6a, 0xf6,
+ 0xaf, 0xcf, 0x93, 0x56, 0xa9, 0x1b, 0xc5, 0x7d, 0x29, 0xe7, 0xd6, 0x59, 0xb2, 0x48, 0x93, 0xc4,
+ 0x2d, 0xed, 0xaa, 0x3d, 0x5f, 0xb2, 0x5b, 0x2e, 0x8d, 0x3b, 0xba, 0xad, 0x60, 0x2d, 0xde, 0x21,
+ 0xeb, 0x49, 0xca, 0x8e, 0x03, 0x76, 0xe2, 0x16, 0x95, 0x70, 0x7b, 0xad, 0x29, 0xc4, 0x7d, 0x5d,
+ 0xf7, 0x2d, 0xb2, 0xe6, 0xc5, 0x11, 0xcf, 0x06, 0x2c, 0x75, 0xd5, 0x40, 0xf3, 0x30, 0x50, 0x43,
+ 0x83, 0xb7, 0x60, 0xc0, 0x0d, 0xb2, 0x20, 0x02, 0x11, 0x32, 0xd8, 0x42, 0xcb, 0x0e, 0x16, 0xe4,
+ 0x56, 0xf1, 0x19, 0xf7, 0xd2, 0x00, 0x37, 0xc3, 0x22, 0xe0, 0x4c, 0x90, 0x65, 0x91, 0x79, 0x41,
+ 0x7b, 0xbc, 0x55, 0xbb, 0x38, 0xb7, 0xb9, 0xec, 0xc0, 0x6f, 0xb9, 0x49, 0x4e, 0xe2, 0xf4, 0x29,
+ 0xef, 0xc7, 0x09, 0x10, 0x08, 0x9b, 0xa4, 0xe6, 0xd4, 0x35, 0x10, 0x26, 0xfe, 0x06, 0x21, 0xc7,
+ 0x01, 0x0f, 0xba, 0x41, 0x18, 0x88, 0x61, 0x8b, 0x48, 0xae, 0x39, 0x06, 0x24, 0xe7, 0x80, 0x18,
+ 0x26, 0xac, 0xb5, 0x02, 0x24, 0x03, 0x07, 0x1e, 0x0d, 0x13, 0x66, 0x35, 0xc9, 0x5c, 0x96, 0x86,
+ 0x20, 0xff, 0xcb, 0x8e, 0xfc, 0x29, 0x37, 0xd0, 0x71, 0xe0, 0xb3, 0xd8, 0x4d, 0xd2, 0x58, 0xfe,
+ 0x48, 0x5b, 0x0d, 0x9c, 0x26, 0x40, 0x0f, 0x14, 0xd0, 0x7a, 0x8f, 0x58, 0x58, 0x8d, 0x7a, 0x5e,
+ 0x9c, 0x45, 0x6a, 0x13, 0xe3, 0xd1, 0xd3, 0x04, 0xcc, 0x16, 0x22, 0x80, 0x79, 0x57, 0x09, 0xc2,
+ 0xdc, 0xc0, 0x67, 0x91, 0x08, 0x8e, 0x02, 0x96, 0xb6, 0xd6, 0x90, 0xcf, 0x00, 0xdf, 0xcb, 0xc1,
+ 0x72, 0x67, 0x06, 0x91, 0x1c, 0xbc, 0x97, 0x32, 0xce, 0x5b, 0x4d, 0xdc, 0x99, 0x41, 0x74, 0xa0,
+ 0x20, 0xf6, 0x7f, 0xaf, 0x90, 0x8b, 0xd3, 0xa4, 0x60, 0xb6, 0x2d, 0xf2, 0x2d, 0xb2, 0x9e, 0x6f,
+ 0x6a, 0x5c, 0xf8, 0xe7, 0xec, 0x93, 0xb5, 0xbc, 0xba, 0x1c, 0x64, 0xcf, 0xb7, 0x5c, 0x72, 0x35,
+ 0x62, 0xcc, 0xe7, 0x6e, 0xbe, 0x3c, 0x21, 0xeb, 0xd1, 0xd0, 0xa5, 0xbd, 0x94, 0xb1, 0x01, 0x8b,
+ 0x84, 0x64, 0x0b, 0x4b, 0x04, 0x8d, 0x3c, 0x14, 0xa8, 0xda, 0xc7, 0x0b, 0x47, 0x34, 0xe4, 0xcc,
+ 0xb9, 0x02, 0xed, 0xbe, 0x54, 0xcd, 0x1e, 0xc8, 0x56, 0x5b, 0xba, 0xd1, 0x56, 0xde, 0xc6, 0xfe,
+ 0x8d, 0x95, 0x91, 0x49, 0x3e, 0x4e, 0x7c, 0x2a, 0xd8, 0x81, 0x49, 0xc7, 0x34, 0x91, 0x7f, 0x67,
+ 0xea, 0xf4, 0xc6, 0x27, 0x52, 0xda, 0x1e, 0x73, 0xb3, 0x6c, 0x8f, 0xf9, 0xc9, 0xdb, 0xe3, 0xeb,
+ 0x8a, 0xfd, 0x92, 0x21, 0xf6, 0x65, 0x89, 0xae, 0x8d, 0x49, 0xf4, 0x05, 0xb2, 0x92, 0x01, 0x3b,
+ 0xcc, 0x4d, 0x41, 0x10, 0x04, 0x8c, 0xe9, 0x90, 0x33, 0xaa, 0x82, 0x49, 0x3f, 0xec, 0x8d, 0x9a,
+ 0xb3, 0x8e, 0xa8, 0x83, 0x62, 0x02, 0xd6, 0x25, 0x52, 0x57, 0xf5, 0x71, 0x0e, 0x2b, 0x50, 0x51,
+ 0x0d, 0xf2, 0x08, 0x66, 0xf2, 0x3e, 0xb1, 0x54, 0x15, 0x73, 0x42, 0x75, 0xb3, 0xc7, 0x1d, 0x63,
+ 0x5a, 0x05, 0x89, 0x30, 0xbb, 0x86, 0x49, 0xe2, 0x23, 0x39, 0xc7, 0x77, 0x89, 0x6a, 0xe5, 0x1a,
+ 0x53, 0x5d, 0x85, 0x6a, 0x4d, 0x44, 0x3c, 0x29, 0x26, 0xfc, 0x3e, 0xb1, 0xbc, 0x3e, 0x8d, 0x7a,
+ 0xe5, 0xc1, 0x71, 0x03, 0xad, 0x23, 0xc6, 0x1c, 0xfc, 0x75, 0xa2, 0x46, 0x72, 0xe5, 0xde, 0xc6,
+ 0x1d, 0xb4, 0x8c, 0x90, 0xc7, 0x69, 0xa8, 0xf7, 0xfc, 0x7a, 0xb1, 0xe7, 0x6f, 0x93, 0xf3, 0xaa,
+ 0x81, 0x17, 0x47, 0x42, 0x8a, 0xef, 0x80, 0x46, 0xc1, 0x11, 0xe3, 0xa2, 0x65, 0x41, 0xeb, 0xb3,
+ 0x88, 0xde, 0x46, 0xec, 0xbe, 0x42, 0xca, 0x6d, 0x3d, 0xd6, 0xe0, 0x0c, 0x0a, 0x9a, 0x37, 0x52,
+ 0xb5, 0x4d, 0x6a, 0x03, 0x26, 0xa8, 0x4f, 0x05, 0x6d, 0x6d, 0xa0, 0x9c, 0xe9, 0xb2, 0x54, 0x4f,
+ 0xd4, 0xf0, 0x79, 0x95, 0xb3, 0x30, 0xec, 0x2a, 0x82, 0xf7, 0x75, 0xc5, 0xd7, 0x49, 0x2d, 0xa4,
+ 0x51, 0x2f, 0xa3, 0x3d, 0xd6, 0x3a, 0x87, 0xdb, 0xfa, 0x9a, 0x93, 0x83, 0xe4, 0xd1, 0x95, 0xb2,
+ 0x41, 0x7c, 0xcc, 0x7c, 0xf7, 0xe9, 0x31, 0xf0, 0xfd, 0x3c, 0x48, 0x55, 0x43, 0x41, 0x3f, 0x07,
+ 0xa0, 0x75, 0x8f, 0x2c, 0x2a, 0x74, 0x0b, 0x14, 0x8b, 0xf7, 0x3b, 0xcf, 0xdb, 0x69, 0x9d, 0xcf,
+ 0xd9, 0x10, 0x2e, 0x68, 0xa9, 0x66, 0xa8, 0xc6, 0xd6, 0x43, 0x52, 0x53, 0xd2, 0xc5, 0x5b, 0xaf,
+ 0x40, 0x47, 0x1f, 0x3e, 0xbf, 0xa3, 0x2d, 0xdf, 0x0f, 0xe4, 0x1a, 0xd1, 0x50, 0xc9, 0x9f, 0x93,
+ 0x77, 0x22, 0x8f, 0x54, 0xfd, 0xdb, 0x15, 0xb1, 0x8b, 0x44, 0xb7, 0xda, 0x17, 0xe7, 0x36, 0x17,
+ 0x9c, 0xa6, 0xc6, 0x3c, 0x8a, 0x1d, 0x80, 0xcb, 0xcd, 0xe9, 0x85, 0x8c, 0xa6, 0xae, 0x79, 0x5a,
+ 0xbe, 0x0a, 0x6c, 0x5b, 0x03, 0xc4, 0x5e, 0x7e, 0x64, 0xca, 0xba, 0xd8, 0x9b, 0x4b, 0xc3, 0x50,
+ 0xf3, 0xe6, 0x35, 0xac, 0x8b, 0x88, 0xad, 0x30, 0x44, 0xee, 0xb4, 0x6f, 0x91, 0x15, 0x63, 0xb6,
+ 0x52, 0x58, 0x9e, 0xb2, 0xa1, 0x52, 0x62, 0xe4, 0x4f, 0xb9, 0xd3, 0x4d, 0xe5, 0x05, 0x0b, 0xed,
+ 0xbf, 0xa8, 0x90, 0xf5, 0xb1, 0xc9, 0xc9, 0x29, 0xc5, 0x69, 0xd0, 0x0b, 0x22, 0x1a, 0x1a, 0x47,
+ 0x08, 0x76, 0xd6, 0xd4, 0x98, 0xfc, 0x0c, 0x79, 0x8f, 0x58, 0x41, 0x24, 0x58, 0x5a, 0xae, 0x8d,
+ 0xc3, 0x34, 0x35, 0x26, 0xaf, 0xdd, 0x22, 0x4b, 0x70, 0x77, 0x04, 0xbe, 0x3a, 0xb8, 0x74, 0x51,
+ 0x6e, 0x67, 0xbd, 0xef, 0xe1, 0xd2, 0x9b, 0x57, 0x8a, 0x29, 0xc2, 0xe0, 0xde, 0xbb, 0x92, 0xef,
+ 0xf8, 0x20, 0xf2, 0xd9, 0x33, 0x38, 0xb5, 0x16, 0x3e, 0xae, 0xbe, 0x7f, 0x5d, 0xef, 0xfa, 0x3d,
+ 0x09, 0xb6, 0xff, 0xb0, 0x42, 0x36, 0x9f, 0xb7, 0xa6, 0xb3, 0xdd, 0x39, 0x2f, 0x74, 0x63, 0x54,
+ 0x7f, 0x8a, 0x1b, 0x83, 0x8d, 0x5c, 0x18, 0xa8, 0x62, 0x95, 0x2f, 0x8c, 0x89, 0x37, 0x43, 0x65,
+ 0xf2, 0xcd, 0x50, 0x5c, 0x2e, 0x55, 0xe3, 0x72, 0xb1, 0x77, 0x47, 0x18, 0x32, 0x61, 0x98, 0xd9,
+ 0x94, 0xb9, 0xbf, 0x35, 0xca, 0xda, 0x7b, 0x91, 0x54, 0xa2, 0xe4, 0x19, 0xc5, 0x59, 0x5a, 0xea,
+ 0x90, 0x4f, 0xbb, 0xe9, 0xa4, 0x16, 0x2f, 0x68, 0x2a, 0xd4, 0x22, 0x22, 0xa1, 0x04, 0x40, 0xb0,
+ 0x7e, 0xf2, 0x24, 0xe4, 0x71, 0x2a, 0xdc, 0x38, 0x95, 0x8a, 0xcc, 0x1c, 0xe0, 0x97, 0x25, 0xe4,
+ 0xa1, 0x04, 0xd8, 0x3f, 0xac, 0x92, 0x6b, 0xb3, 0xd2, 0x30, 0xdb, 0x32, 0x7f, 0x45, 0xd6, 0xca,
+ 0x1c, 0xe6, 0xad, 0x2a, 0x9c, 0x0d, 0x5b, 0x9d, 0x17, 0x1d, 0xa8, 0x73, 0x50, 0x5e, 0x11, 0x67,
+ 0x35, 0x29, 0x33, 0xe5, 0x32, 0x69, 0x88, 0x58, 0xd0, 0xd0, 0xc5, 0xb1, 0xb9, 0x9a, 0x5f, 0x1d,
+ 0x80, 0x0e, 0xc2, 0xda, 0x9f, 0x92, 0xb5, 0x91, 0x7e, 0x5e, 0x44, 0x0a, 0xec, 0x3f, 0xab, 0x90,
+ 0xab, 0xd3, 0x09, 0x3f, 0xcc, 0xba, 0xf2, 0xd6, 0xe9, 0x7e, 0xdd, 0x65, 0x7a, 0x83, 0x2c, 0x87,
+ 0x01, 0x17, 0xb8, 0x5b, 0x61, 0x16, 0x1f, 0x57, 0xae, 0x3b, 0x35, 0x09, 0x83, 0xdd, 0xfa, 0x01,
+ 0xb1, 0x06, 0x54, 0x78, 0xfd, 0x20, 0xea, 0xb9, 0x85, 0x2e, 0x3b, 0x8f, 0x15, 0xaf, 0x39, 0x4d,
+ 0x8d, 0xbc, 0xaf, 0xd5, 0xda, 0x16, 0x59, 0x00, 0xe5, 0x13, 0xed, 0xd8, 0x8f, 0xab, 0xb7, 0xae,
+ 0x39, 0x08, 0xb0, 0xff, 0x4b, 0x95, 0x5c, 0x9f, 0x79, 0x42, 0xb3, 0xad, 0xf9, 0x80, 0x34, 0x79,
+ 0xde, 0xae, 0xb4, 0xe8, 0x77, 0x3b, 0x2f, 0x3c, 0xd4, 0xd8, 0xaa, 0xaf, 0xf1, 0x11, 0x26, 0xcf,
+ 0xb4, 0xec, 0xf1, 0xd7, 0x5a, 0x76, 0xeb, 0x1a, 0xb1, 0xb4, 0xc3, 0xa0, 0x18, 0x1e, 0x16, 0x6e,
+ 0x49, 0x32, 0x7c, 0x5d, 0x21, 0x8b, 0x39, 0xd8, 0xff, 0xb6, 0x42, 0x6e, 0xce, 0x3c, 0xd9, 0x2f,
+ 0x03, 0xd1, 0xc7, 0x93, 0xf4, 0xeb, 0x6d, 0x6d, 0xa8, 0x20, 0x49, 0x01, 0x1e, 0x2c, 0x39, 0xcb,
+ 0x00, 0x79, 0x14, 0xc0, 0x5d, 0xd2, 0xf4, 0x19, 0x0f, 0x52, 0xe6, 0xbb, 0xf2, 0xd8, 0xe7, 0x52,
+ 0x61, 0xca, 0x05, 0x66, 0x4d, 0xa1, 0x1c, 0x85, 0xb1, 0xff, 0xf1, 0x3c, 0xf9, 0xe4, 0xa7, 0xa1,
+ 0x7e, 0x36, 0x01, 0x79, 0x36, 0x55, 0x40, 0xf6, 0x3b, 0x5f, 0x67, 0xd4, 0x97, 0x24, 0x2b, 0x7f,
+ 0x50, 0xfd, 0x7f, 0x2c, 0x2c, 0x85, 0x03, 0x6c, 0xce, 0x74, 0x80, 0x5d, 0x26, 0x0d, 0x18, 0xa9,
+ 0xaf, 0x74, 0x47, 0x58, 0xaf, 0x45, 0xa7, 0x2e, 0x81, 0x9f, 0x29, 0x58, 0x6e, 0xb0, 0xf0, 0xe0,
+ 0x07, 0x4c, 0x79, 0xa9, 0xc0, 0x60, 0x39, 0x0c, 0x7e, 0xc0, 0xac, 0x6b, 0x64, 0x43, 0x53, 0x12,
+ 0x52, 0x2e, 0x5c, 0xbc, 0xca, 0x7d, 0xb0, 0x3b, 0x96, 0x1c, 0x4d, 0xe5, 0x03, 0xca, 0x05, 0x72,
+ 0xd2, 0xb7, 0x36, 0x49, 0x33, 0xe0, 0xae, 0xcf, 0x92, 0x58, 0x68, 0xdd, 0x17, 0xfc, 0x58, 0x35,
+ 0x67, 0x35, 0xe0, 0x3b, 0x12, 0xac, 0x74, 0x5e, 0xfb, 0x6f, 0x57, 0xc9, 0xa5, 0x49, 0x66, 0x27,
+ 0xb2, 0x41, 0xf7, 0xf7, 0xf5, 0x6f, 0x58, 0xa9, 0xbd, 0x48, 0x3a, 0x73, 0xe2, 0x91, 0x47, 0x2b,
+ 0x12, 0xa6, 0x47, 0x69, 0x93, 0xda, 0x08, 0x93, 0xf2, 0xf2, 0x38, 0x83, 0x96, 0x0c, 0x06, 0x4d,
+ 0x9a, 0xee, 0xe2, 0xa4, 0xe9, 0xca, 0x21, 0xf2, 0x7d, 0x83, 0x8e, 0xbd, 0xbc, 0x6c, 0xff, 0x4e,
+ 0x85, 0xbc, 0x59, 0xb0, 0x42, 0x6b, 0x26, 0x7b, 0x82, 0x0d, 0xb6, 0xc1, 0x16, 0xe1, 0x0e, 0xfb,
+ 0x7e, 0x26, 0x95, 0xfe, 0xe9, 0x06, 0x2a, 0x2c, 0x4f, 0x69, 0x9a, 0xc8, 0x83, 0x35, 0x89, 0x78,
+ 0x64, 0x4c, 0x75, 0x93, 0x34, 0xa3, 0x6c, 0xe0, 0x06, 0x82, 0x0d, 0xb8, 0x2b, 0x35, 0xa1, 0x9c,
+ 0x23, 0xab, 0x51, 0x36, 0x90, 0x63, 0xf2, 0x2f, 0x00, 0x6a, 0xff, 0xb8, 0x6a, 0x3a, 0x99, 0x26,
+ 0x52, 0x35, 0xcb, 0x66, 0x35, 0x2c, 0xb7, 0x40, 0x69, 0x9f, 0x8d, 0xdc, 0x72, 0x93, 0x27, 0xcb,
+ 0x5f, 0x23, 0xab, 0xb9, 0x0e, 0x07, 0x64, 0xb5, 0x16, 0x60, 0x2f, 0xdf, 0xe9, 0xcc, 0x34, 0x7a,
+ 0xc7, 0xc4, 0xed, 0x45, 0x47, 0xb1, 0x93, 0xfb, 0x78, 0x60, 0x36, 0xed, 0x5f, 0xab, 0x90, 0xe6,
+ 0x68, 0x9d, 0x17, 0x92, 0xab, 0x51, 0x01, 0xaa, 0x8e, 0x0b, 0xd0, 0x05, 0xb2, 0xa2, 0x0d, 0x36,
+ 0x57, 0x6d, 0xc3, 0x45, 0x87, 0x68, 0xd0, 0x9e, 0x6f, 0xff, 0xa3, 0x92, 0xb4, 0x8f, 0x91, 0xfc,
+ 0xf2, 0xd6, 0xf7, 0xc9, 0x18, 0x37, 0xe7, 0x80, 0x9b, 0x1f, 0x74, 0x9e, 0x3b, 0x7c, 0x89, 0x93,
+ 0xa3, 0x5c, 0xfc, 0xab, 0xa4, 0x6e, 0xa2, 0x5f, 0x32, 0x03, 0xed, 0xdf, 0x9a, 0x33, 0x3d, 0xb5,
+ 0xe3, 0x04, 0xbe, 0x14, 0x49, 0xfb, 0xde, 0x14, 0xde, 0xdc, 0xec, 0x3c, 0x7f, 0xe8, 0xe7, 0x89,
+ 0x99, 0x3c, 0x6d, 0x93, 0x34, 0x38, 0x06, 0x13, 0x08, 0xfa, 0x9e, 0x07, 0x3f, 0x79, 0x5d, 0x01,
+ 0x91, 0x8b, 0x3f, 0xfc, 0x39, 0x90, 0x45, 0x79, 0xa2, 0x05, 0x1c, 0xcc, 0x25, 0x6f, 0x08, 0xc7,
+ 0x5d, 0xcd, 0xa9, 0x05, 0xfc, 0x01, 0x94, 0xed, 0xbf, 0xa8, 0x8c, 0xb8, 0x96, 0x77, 0x99, 0x28,
+ 0xeb, 0xd3, 0xf7, 0xe3, 0x54, 0x5e, 0xa7, 0xd3, 0x84, 0x75, 0x93, 0x34, 0x21, 0x26, 0x12, 0xa7,
+ 0x18, 0x31, 0x28, 0x9c, 0x65, 0xab, 0x0a, 0x0e, 0x31, 0x83, 0x3d, 0xb8, 0x9f, 0x52, 0xf6, 0xfd,
+ 0x0c, 0x74, 0x0a, 0xb0, 0xa0, 0xe7, 0xc0, 0xbb, 0x50, 0xd7, 0xc0, 0x47, 0xca, 0x65, 0xcb, 0x9e,
+ 0x79, 0x61, 0xe6, 0xeb, 0x4a, 0xf3, 0x58, 0x49, 0x03, 0xa1, 0xd2, 0x88, 0x72, 0xb3, 0x30, 0xaa,
+ 0xdc, 0xd8, 0xbf, 0x5f, 0x25, 0xef, 0xcf, 0x34, 0xab, 0xd9, 0x24, 0xad, 0x37, 0xcd, 0x2a, 0xf9,
+ 0x46, 0xe7, 0x85, 0x46, 0xf9, 0xb9, 0x30, 0x49, 0x7e, 0xa3, 0x42, 0xde, 0x2e, 0x51, 0x7d, 0xc8,
+ 0xc4, 0x98, 0x15, 0xb5, 0xe5, 0x81, 0x27, 0xec, 0x25, 0x5c, 0xc7, 0xe7, 0xc8, 0x22, 0x85, 0xce,
+ 0x60, 0x2e, 0x0b, 0x8e, 0x2a, 0xd9, 0x5f, 0x90, 0x0f, 0x66, 0xa4, 0x62, 0x36, 0x7b, 0xf8, 0xd7,
+ 0x2a, 0xd3, 0x6c, 0xd1, 0xf2, 0x92, 0xdc, 0x1d, 0xca, 0x61, 0xd4, 0xfc, 0x7e, 0x5a, 0xe5, 0x79,
+ 0xda, 0xa4, 0xfe, 0x5b, 0x95, 0x7c, 0xf4, 0xa2, 0x44, 0xcc, 0x26, 0x82, 0xe9, 0x34, 0x11, 0xdc,
+ 0xeb, 0xfc, 0xb4, 0x03, 0xbe, 0x1c, 0x69, 0xfc, 0xea, 0xeb, 0x29, 0xbf, 0xef, 0x92, 0x26, 0xa8,
+ 0x95, 0x78, 0xd9, 0x71, 0x41, 0x07, 0x49, 0xa1, 0xfa, 0x62, 0x78, 0x55, 0x9e, 0xe5, 0x87, 0x12,
+ 0x61, 0xbf, 0x41, 0x5e, 0x2b, 0x26, 0x5b, 0x44, 0xbf, 0x38, 0xaa, 0x08, 0xbe, 0xfd, 0xcf, 0x2a,
+ 0x66, 0x05, 0x3c, 0x20, 0xe5, 0xbc, 0x77, 0xe9, 0x80, 0xc1, 0xd1, 0x7b, 0x89, 0xd4, 0x55, 0x58,
+ 0xd3, 0x0d, 0xfc, 0x1e, 0x57, 0x44, 0xad, 0x28, 0xd8, 0x9e, 0xdf, 0xe3, 0x72, 0x69, 0x7b, 0x74,
+ 0xc0, 0xf2, 0x53, 0x4c, 0x95, 0xac, 0xf3, 0x64, 0x49, 0xfe, 0x72, 0x83, 0x44, 0xb1, 0x01, 0x10,
+ 0x7b, 0x89, 0x3c, 0x5e, 0x01, 0x91, 0xc4, 0xa9, 0x50, 0xae, 0xb2, 0x9a, 0x04, 0x1c, 0xc4, 0x29,
+ 0x84, 0xaa, 0x45, 0xfc, 0x94, 0x45, 0x70, 0x46, 0xd5, 0x1d, 0x2c, 0xd8, 0x99, 0x49, 0xa6, 0x13,
+ 0x78, 0xfd, 0x83, 0x94, 0x71, 0x16, 0x79, 0xec, 0x71, 0x12, 0xc6, 0x14, 0xce, 0xd4, 0x34, 0xf0,
+ 0xfa, 0x6e, 0xa2, 0xc0, 0xee, 0xd3, 0x63, 0x20, 0xb5, 0xee, 0xac, 0xa6, 0x46, 0xed, 0xcf, 0x8f,
+ 0xad, 0x77, 0xc9, 0xba, 0x9e, 0x50, 0x37, 0x8d, 0xa9, 0xef, 0x51, 0x2e, 0x40, 0x30, 0x16, 0x9d,
+ 0xa6, 0x42, 0xdc, 0xd5, 0x70, 0xfb, 0x33, 0x33, 0x40, 0x69, 0x0e, 0xab, 0xf5, 0x91, 0xb7, 0xc9,
+ 0x9a, 0xee, 0x2d, 0x45, 0x50, 0xab, 0x02, 0x7d, 0xad, 0x2a, 0xb0, 0xaa, 0x68, 0xff, 0x69, 0xc5,
+ 0x0c, 0xd0, 0x9b, 0x5d, 0x01, 0x9b, 0xf7, 0x49, 0xa3, 0x44, 0x3f, 0xf4, 0xb2, 0x72, 0x63, 0xb3,
+ 0x33, 0xbd, 0x4d, 0xa7, 0x44, 0x4f, 0xdd, 0x9c, 0x66, 0xfb, 0x7b, 0xa4, 0x6e, 0x62, 0xcd, 0x55,
+ 0xcc, 0x38, 0x4b, 0x47, 0x56, 0x11, 0x2e, 0xab, 0x49, 0x1c, 0xac, 0x4e, 0xe2, 0xa0, 0x7d, 0xcb,
+ 0x5c, 0x8b, 0xed, 0x3e, 0xf3, 0x9e, 0xde, 0x07, 0x6d, 0xbf, 0x17, 0x51, 0x91, 0xa5, 0xd3, 0x82,
+ 0x44, 0xf6, 0x5f, 0x56, 0x4d, 0x1d, 0x7e, 0xbc, 0x5d, 0xbe, 0xab, 0xa7, 0x1c, 0x31, 0x4d, 0x32,
+ 0x97, 0xe4, 0x47, 0xa5, 0xfc, 0x69, 0xb5, 0x8a, 0xed, 0x8f, 0x02, 0x96, 0xef, 0x7d, 0x33, 0xb3,
+ 0x61, 0x7e, 0x24, 0xb3, 0xe1, 0x1d, 0xd2, 0x64, 0x5c, 0x0f, 0xaa, 0x9a, 0xe3, 0x7d, 0x38, 0x06,
+ 0xb7, 0x5e, 0x21, 0x35, 0xde, 0xa7, 0x18, 0xcb, 0x59, 0x04, 0x66, 0x2c, 0xf1, 0x3e, 0x05, 0xcf,
+ 0xe6, 0x26, 0x59, 0xcb, 0x6b, 0xf7, 0x19, 0xf5, 0x59, 0x0a, 0x56, 0x4b, 0xdd, 0x19, 0x05, 0x6b,
+ 0x62, 0xc0, 0x3c, 0xaa, 0x15, 0xf6, 0xa3, 0x2c, 0x5b, 0x36, 0xa9, 0xf7, 0x98, 0x90, 0x2a, 0x2a,
+ 0x4b, 0xd3, 0x38, 0x85, 0xc8, 0x52, 0xc3, 0x29, 0xc1, 0xac, 0x6f, 0x90, 0x36, 0x3b, 0xa6, 0xe1,
+ 0x71, 0x41, 0x9d, 0x27, 0x99, 0xe7, 0x33, 0x41, 0x83, 0x10, 0x42, 0x4c, 0x0d, 0xe7, 0x94, 0x1a,
+ 0xf6, 0x80, 0xbc, 0x62, 0x48, 0x11, 0xa3, 0xfe, 0x3e, 0xf5, 0xfa, 0x41, 0xc4, 0xb6, 0x32, 0xd1,
+ 0x2f, 0x71, 0xaa, 0x32, 0xc2, 0xa9, 0x73, 0x64, 0x31, 0x3e, 0x3a, 0xe2, 0x4c, 0x28, 0xa6, 0xab,
+ 0x92, 0xf5, 0x1a, 0x59, 0xf6, 0xb2, 0xae, 0x88, 0x53, 0x46, 0xb5, 0x69, 0x54, 0x00, 0xec, 0x3f,
+ 0x2a, 0x29, 0xf2, 0x23, 0xe3, 0xe5, 0x8b, 0x7c, 0xda, 0xb8, 0xc6, 0xba, 0x56, 0x27, 0xae, 0x2b,
+ 0xb0, 0x72, 0x6e, 0x84, 0x95, 0xe6, 0x5a, 0xcd, 0x97, 0xd7, 0x6a, 0x94, 0xcb, 0x0b, 0x13, 0xb8,
+ 0x5c, 0x4c, 0x76, 0xb1, 0x34, 0xd9, 0x16, 0x59, 0xf2, 0xb2, 0x2e, 0x4c, 0x15, 0xad, 0x52, 0x5d,
+ 0xb4, 0x5e, 0x27, 0xa4, 0x3b, 0x14, 0x8c, 0xbb, 0x80, 0xac, 0xc1, 0x90, 0xcb, 0x00, 0x91, 0x93,
+ 0x96, 0x47, 0x83, 0x9e, 0x91, 0xcb, 0x59, 0x24, 0xd2, 0xa1, 0xca, 0x38, 0x59, 0xd5, 0xe0, 0x43,
+ 0x80, 0x4a, 0xd5, 0xeb, 0xd5, 0xd1, 0x33, 0xf8, 0xeb, 0x2e, 0xd1, 0x1b, 0x84, 0xc0, 0x8a, 0x9c,
+ 0xa4, 0x81, 0xd0, 0xac, 0x32, 0x20, 0xf2, 0x94, 0x05, 0x4a, 0x15, 0xa7, 0xb0, 0x20, 0x59, 0x18,
+ 0x8b, 0x04, 0x7d, 0x9d, 0xc8, 0xa3, 0xa5, 0x58, 0x24, 0x2a, 0x7c, 0xb1, 0x2a, 0x51, 0x46, 0x34,
+ 0x1d, 0x43, 0xab, 0x8d, 0x58, 0x24, 0x46, 0x2c, 0xfd, 0x2a, 0x69, 0xca, 0x6a, 0xbc, 0x4f, 0x53,
+ 0xe6, 0x73, 0xe6, 0xa5, 0x4c, 0xe8, 0x6d, 0x11, 0x8b, 0xe4, 0xd0, 0x00, 0xcb, 0xbb, 0x12, 0x06,
+ 0x0b, 0x06, 0xcc, 0x4f, 0x83, 0x23, 0xa1, 0xf6, 0x46, 0x5d, 0x8e, 0xa8, 0x61, 0xf6, 0x7f, 0xa8,
+ 0x92, 0xcb, 0xa7, 0xf0, 0xe6, 0xff, 0x3f, 0x71, 0x6a, 0x93, 0x9a, 0x97, 0x75, 0x4f, 0xd2, 0x58,
+ 0x30, 0xed, 0xe5, 0xd0, 0xe5, 0x12, 0xfb, 0x31, 0x06, 0x9d, 0xb3, 0xff, 0x55, 0xb2, 0x2c, 0x51,
+ 0x18, 0x06, 0xc3, 0x43, 0x42, 0xd6, 0x85, 0xa0, 0xd9, 0x84, 0xb5, 0x21, 0x13, 0xd6, 0xc6, 0xfe,
+ 0xf7, 0x73, 0xa5, 0x4b, 0x14, 0x2f, 0xa6, 0x59, 0x05, 0xed, 0x7d, 0x62, 0x29, 0xae, 0x29, 0x61,
+ 0x06, 0xc6, 0x20, 0x3f, 0xd7, 0x15, 0xe6, 0x30, 0x47, 0x9c, 0xca, 0xd9, 0x2b, 0x64, 0x55, 0x72,
+ 0xd6, 0xe8, 0x06, 0xf9, 0xdb, 0xe0, 0x7d, 0x6a, 0x74, 0xd1, 0x21, 0x67, 0xc2, 0xd8, 0x7b, 0x9a,
+ 0xa7, 0x7b, 0x28, 0xf5, 0x71, 0x11, 0x18, 0xb3, 0x2e, 0x51, 0x2a, 0xdf, 0x43, 0x69, 0xa6, 0x26,
+ 0xf7, 0x96, 0x9e, 0x27, 0xbc, 0xb5, 0x59, 0x85, 0x77, 0x79, 0xb2, 0xf0, 0x96, 0xd6, 0x83, 0x8c,
+ 0xac, 0xc7, 0x25, 0x52, 0x1f, 0x20, 0x5b, 0x31, 0x9e, 0xb8, 0x82, 0x49, 0x08, 0x0a, 0x06, 0xa1,
+ 0xc4, 0xdb, 0xe4, 0xbc, 0x59, 0x05, 0x6e, 0x65, 0xaf, 0x1f, 0x73, 0x16, 0xa9, 0xcc, 0x98, 0xb3,
+ 0x46, 0xed, 0xc7, 0x39, 0xd2, 0xfe, 0x96, 0x79, 0x87, 0x8e, 0x2f, 0x61, 0xbe, 0x1f, 0x5a, 0x65,
+ 0xcd, 0xb8, 0x90, 0x79, 0xfb, 0x2a, 0x39, 0x6b, 0xf6, 0xd0, 0x0b, 0xa4, 0xc4, 0x7e, 0xce, 0x86,
+ 0xe3, 0x71, 0x57, 0xa9, 0x1c, 0x1a, 0x3a, 0xcb, 0x41, 0x96, 0x7a, 0x7d, 0xca, 0x67, 0x8c, 0x3e,
+ 0xde, 0x26, 0xe7, 0x13, 0xd5, 0x40, 0x29, 0xc3, 0x2e, 0x5e, 0x47, 0x1c, 0x84, 0x66, 0xc1, 0x39,
+ 0x9b, 0x14, 0xfd, 0x65, 0xa1, 0xd8, 0x41, 0xa4, 0x75, 0x83, 0x9c, 0x35, 0xda, 0x79, 0x2c, 0x48,
+ 0xa4, 0x4d, 0x71, 0x14, 0x83, 0x14, 0xd5, 0x9d, 0x33, 0x45, 0x2b, 0xc0, 0x49, 0x45, 0xc8, 0xfe,
+ 0x51, 0xd5, 0x14, 0x6c, 0x29, 0x0e, 0xc7, 0x54, 0xb0, 0x87, 0xf7, 0xf6, 0x1f, 0x04, 0x1e, 0x93,
+ 0x94, 0xbe, 0x4b, 0xd6, 0xbb, 0x41, 0xcc, 0xdd, 0x01, 0x8d, 0xb2, 0x23, 0xea, 0xc1, 0x05, 0xaf,
+ 0x63, 0xc2, 0x12, 0xb1, 0x6f, 0xc0, 0xf3, 0xca, 0x9c, 0xa5, 0x01, 0x0d, 0xa3, 0x6c, 0xd0, 0x65,
+ 0xa9, 0x0e, 0x09, 0x4b, 0xc4, 0xa1, 0x01, 0x97, 0x4b, 0x1d, 0xe2, 0x20, 0x78, 0x52, 0x20, 0x95,
+ 0x2b, 0x0a, 0x06, 0xa7, 0xc5, 0x2d, 0x72, 0x6e, 0x40, 0x83, 0xa8, 0x1b, 0xd3, 0xd4, 0x2f, 0x53,
+ 0x30, 0xaf, 0x57, 0x5a, 0x61, 0x47, 0xc9, 0x28, 0x9a, 0x25, 0x69, 0xec, 0x67, 0x9e, 0x50, 0xa9,
+ 0x2e, 0xcd, 0x1c, 0x71, 0x80, 0xf0, 0xf2, 0x18, 0x25, 0xc2, 0x17, 0x47, 0xc6, 0x30, 0xa9, 0xb7,
+ 0xbf, 0x5d, 0x3e, 0x10, 0x50, 0x16, 0x1e, 0xde, 0xdb, 0x57, 0x12, 0x25, 0xcd, 0x92, 0x98, 0x0d,
+ 0xdc, 0x54, 0x61, 0x70, 0x8a, 0x15, 0xb5, 0x23, 0xd8, 0x40, 0xb7, 0x90, 0xd3, 0x1c, 0x95, 0xcc,
+ 0xd1, 0xbe, 0x66, 0x90, 0x4c, 0x8f, 0x5c, 0x18, 0x97, 0xb6, 0x2f, 0x03, 0xd1, 0x57, 0x5d, 0xec,
+ 0xed, 0xc8, 0x2b, 0x37, 0xa1, 0xde, 0x53, 0xda, 0x63, 0x85, 0x7a, 0xb8, 0xac, 0x20, 0xe8, 0xfb,
+ 0xd1, 0xbb, 0x0a, 0x64, 0x06, 0xf5, 0x57, 0xbd, 0xf1, 0x40, 0x56, 0x7e, 0x5b, 0xe5, 0x72, 0x3d,
+ 0x4a, 0xa9, 0x1f, 0x44, 0x3d, 0x77, 0x2f, 0x0a, 0x44, 0x40, 0x05, 0x93, 0xe5, 0x5c, 0xab, 0xdf,
+ 0x24, 0x4d, 0x21, 0xcb, 0x5a, 0xa7, 0x2f, 0x06, 0x5b, 0x15, 0x46, 0x3d, 0xf4, 0xd0, 0xc4, 0xa2,
+ 0xcf, 0xd2, 0x3c, 0xf7, 0x53, 0x0e, 0x39, 0x2f, 0x2f, 0xb1, 0x3e, 0x4b, 0x75, 0xea, 0xe7, 0xeb,
+ 0x84, 0x60, 0x25, 0x33, 0x99, 0x16, 0x20, 0x72, 0x77, 0xdb, 0x7f, 0x30, 0x8f, 0x0a, 0xd3, 0x14,
+ 0x92, 0x8a, 0x1b, 0x2e, 0x55, 0xbf, 0x15, 0x2d, 0x79, 0x79, 0x22, 0xbd, 0xd5, 0xd9, 0xe8, 0x9d,
+ 0x9b, 0x40, 0xef, 0x47, 0x04, 0x13, 0x8d, 0x7b, 0x99, 0x14, 0xa7, 0xdc, 0x03, 0xe5, 0xd3, 0x21,
+ 0x57, 0xe6, 0xda, 0xb9, 0x02, 0xef, 0x28, 0xf4, 0x0e, 0x1d, 0x72, 0xeb, 0x0e, 0x69, 0x45, 0xec,
+ 0xc4, 0xf5, 0xd9, 0x71, 0xe0, 0x31, 0xd7, 0x8b, 0xe3, 0xd0, 0x8f, 0x4f, 0x22, 0x6c, 0x89, 0xb7,
+ 0xe4, 0xd9, 0x88, 0x9d, 0xec, 0x00, 0x7a, 0x5b, 0x61, 0xa1, 0xe1, 0x01, 0xb9, 0xe2, 0xb3, 0x23,
+ 0x2a, 0x8f, 0x89, 0x84, 0x72, 0x7e, 0x12, 0xc3, 0xc0, 0x9c, 0x09, 0x29, 0xfa, 0x5d, 0x2a, 0x0f,
+ 0x78, 0xec, 0x05, 0x6f, 0xd3, 0x4b, 0xaa, 0xf2, 0x81, 0xaa, 0xeb, 0xc8, 0xaa, 0x07, 0xba, 0x26,
+ 0xf4, 0xb8, 0x45, 0x5e, 0x3f, 0xbd, 0x27, 0xbc, 0x23, 0xda, 0xc9, 0xf4, 0x2e, 0x1e, 0x90, 0xcb,
+ 0x9a, 0x28, 0x36, 0xa0, 0x41, 0xe8, 0xaa, 0x94, 0xa8, 0x91, 0x8e, 0x50, 0x6f, 0xb9, 0xa0, 0xaa,
+ 0xde, 0x93, 0x35, 0xd1, 0xbc, 0x2e, 0xf7, 0xf6, 0x29, 0x79, 0xf5, 0xb4, 0x5e, 0xf0, 0x52, 0x6f,
+ 0xb1, 0x29, 0xcd, 0xed, 0x7b, 0xe4, 0x0d, 0x53, 0x48, 0xb6, 0x69, 0xe4, 0xb1, 0xb0, 0x24, 0xb5,
+ 0x63, 0x6b, 0x5b, 0x19, 0x5f, 0x5b, 0xfb, 0x9b, 0x98, 0xd0, 0xaa, 0xbb, 0x39, 0x14, 0x34, 0x15,
+ 0x87, 0x0c, 0x92, 0xa7, 0x67, 0xeb, 0xe0, 0x2b, 0xd3, 0x9a, 0xd8, 0x65, 0x62, 0x7b, 0xe7, 0x0b,
+ 0x79, 0xf3, 0x3c, 0x92, 0x66, 0xba, 0xbc, 0x83, 0x31, 0xd4, 0x93, 0x6f, 0x98, 0x25, 0x28, 0xa3,
+ 0x4f, 0xb5, 0x1f, 0x73, 0x51, 0x4a, 0x8b, 0x95, 0x00, 0xb8, 0x0e, 0x0b, 0x93, 0x6f, 0xce, 0x34,
+ 0x19, 0x0f, 0xcd, 0x13, 0x61, 0x97, 0x09, 0x88, 0x17, 0xed, 0x30, 0x2f, 0x1d, 0x42, 0xda, 0x99,
+ 0xbc, 0xb5, 0x4e, 0x19, 0x71, 0x4a, 0x3e, 0xc9, 0xef, 0x94, 0xbc, 0x79, 0x13, 0x7b, 0x9d, 0xed,
+ 0x8a, 0x33, 0x87, 0xae, 0x96, 0x87, 0xbe, 0x46, 0x36, 0x10, 0xc5, 0x22, 0xdd, 0xad, 0x2b, 0x2f,
+ 0x57, 0xbc, 0x1e, 0x2c, 0xc0, 0xdd, 0x8b, 0x8c, 0x11, 0xed, 0xef, 0xe1, 0xf2, 0x1a, 0xc6, 0xf1,
+ 0x56, 0x92, 0xdc, 0x65, 0x82, 0x6a, 0x11, 0x9f, 0x66, 0x16, 0xdb, 0xa4, 0xde, 0x65, 0x82, 0x6a,
+ 0x31, 0x56, 0xac, 0x2d, 0xc1, 0xec, 0x9f, 0x54, 0xc8, 0x5b, 0xa7, 0xf7, 0x3e, 0xdb, 0x8c, 0x7f,
+ 0x99, 0x34, 0xcc, 0x7e, 0xd1, 0xd5, 0x5c, 0x8e, 0x0e, 0x9c, 0xd6, 0x79, 0xa7, 0x04, 0x2c, 0x77,
+ 0xd5, 0xfe, 0x82, 0xd4, 0x4b, 0xd3, 0x6d, 0x93, 0x9a, 0xac, 0x60, 0x2a, 0xa3, 0xba, 0x3c, 0xd3,
+ 0x9c, 0xff, 0xee, 0xd2, 0xb8, 0x67, 0x6b, 0x2b, 0x49, 0xbe, 0x1d, 0x77, 0x1d, 0x96, 0xc4, 0xa9,
+ 0x38, 0x25, 0x7d, 0x5b, 0xaf, 0x2a, 0x3a, 0x0c, 0x1b, 0x4e, 0x4d, 0x2d, 0x2b, 0x97, 0x48, 0xd9,
+ 0x86, 0x0b, 0x9a, 0x5b, 0x55, 0x35, 0x9a, 0x24, 0x87, 0xb2, 0x6c, 0xd9, 0xa4, 0xf1, 0x55, 0xdc,
+ 0x85, 0x54, 0x6d, 0xb4, 0x0b, 0x54, 0x16, 0xd8, 0x57, 0x71, 0x77, 0x2b, 0x49, 0xee, 0x81, 0x59,
+ 0x70, 0x99, 0x34, 0x00, 0x97, 0x2b, 0x43, 0x78, 0xa3, 0xd7, 0x01, 0xa8, 0x75, 0xa0, 0x4b, 0xa4,
+ 0x2e, 0x3b, 0xf2, 0xb3, 0x94, 0xe6, 0x2a, 0x2f, 0xf6, 0xb3, 0xa3, 0x40, 0x52, 0xbd, 0x02, 0x7d,
+ 0x5a, 0x6a, 0xa0, 0x81, 0x8f, 0xc7, 0xc8, 0x11, 0x0d, 0x42, 0xa6, 0xad, 0xd4, 0xb3, 0x80, 0x7e,
+ 0x92, 0x63, 0xef, 0x03, 0x52, 0x0a, 0xa6, 0xec, 0x1a, 0xed, 0x56, 0x79, 0xfa, 0x86, 0x31, 0xf5,
+ 0x19, 0x5a, 0xaf, 0xf3, 0x8e, 0xf5, 0x55, 0xdc, 0xbd, 0x2b, 0x51, 0x3b, 0x39, 0x46, 0xde, 0x2d,
+ 0x45, 0x0b, 0x2e, 0x68, 0x8f, 0xf9, 0x70, 0x56, 0xcd, 0x3b, 0xab, 0xba, 0xf6, 0x21, 0x40, 0xa5,
+ 0x96, 0x8d, 0xb5, 0xbc, 0x78, 0x10, 0x08, 0xc1, 0x7c, 0x50, 0x8c, 0xe7, 0x9d, 0x06, 0x40, 0xb7,
+ 0x15, 0xd0, 0x7a, 0x8b, 0xac, 0xa1, 0xab, 0xb8, 0xe0, 0x24, 0xe6, 0x88, 0x37, 0x00, 0xbc, 0xa5,
+ 0xd9, 0xb9, 0x49, 0x9a, 0x12, 0x2b, 0xb5, 0x36, 0x75, 0xa5, 0xfb, 0xa0, 0x1b, 0x83, 0x6f, 0x8d,
+ 0x0a, 0xae, 0xb5, 0x02, 0x70, 0x3e, 0x77, 0x53, 0x1a, 0x79, 0x7d, 0x3c, 0x5c, 0x1a, 0xf8, 0x1a,
+ 0x05, 0x41, 0x70, 0xbc, 0xdc, 0x24, 0xe7, 0xd0, 0x2d, 0x3b, 0x36, 0xef, 0x55, 0xa0, 0x70, 0x03,
+ 0xb0, 0xa3, 0x33, 0x7f, 0x8f, 0x58, 0x66, 0x2b, 0x35, 0xf7, 0x35, 0x68, 0xd1, 0x2c, 0x5a, 0xa8,
+ 0xd9, 0x5f, 0x23, 0x1b, 0x66, 0xed, 0x94, 0x71, 0x11, 0xa7, 0xcc, 0x87, 0x64, 0xd8, 0x79, 0xc7,
+ 0x2a, 0xea, 0x3b, 0x0a, 0x03, 0x79, 0xe7, 0xdc, 0xed, 0xc6, 0x69, 0x1a, 0x9f, 0x30, 0x1f, 0xb2,
+ 0x63, 0x6b, 0x0e, 0x09, 0xf8, 0x5d, 0x05, 0x91, 0x9c, 0x0a, 0xb8, 0x7b, 0x94, 0x32, 0xe6, 0x9e,
+ 0x30, 0xf6, 0x94, 0x45, 0xbe, 0x4a, 0x8e, 0x6d, 0x04, 0xfc, 0x7e, 0xca, 0xd8, 0x97, 0x08, 0x1c,
+ 0x25, 0x54, 0xc5, 0xad, 0xce, 0x8c, 0x12, 0x8a, 0xf1, 0x2b, 0x69, 0x57, 0x99, 0xb5, 0x13, 0x2a,
+ 0xbc, 0x3e, 0xf3, 0x21, 0x45, 0x76, 0xde, 0x59, 0x2f, 0xaa, 0x1f, 0x20, 0x42, 0x2a, 0x81, 0x25,
+ 0x36, 0xd0, 0x63, 0xe6, 0x43, 0xb6, 0xec, 0xbc, 0xb3, 0x66, 0x70, 0x41, 0x82, 0xad, 0xf3, 0x64,
+ 0xc9, 0x63, 0x61, 0x28, 0x97, 0xea, 0x1c, 0x9a, 0xbd, 0xb2, 0xb8, 0xe7, 0xdb, 0xff, 0xaa, 0x6a,
+ 0x9e, 0x6f, 0x3b, 0x07, 0x2a, 0xe8, 0x2f, 0x57, 0x9a, 0xab, 0xfd, 0x38, 0x69, 0xbd, 0x2b, 0x13,
+ 0xd7, 0xfb, 0x12, 0xa9, 0x83, 0xe1, 0x97, 0x0e, 0x5d, 0x2f, 0xf6, 0xf5, 0x6d, 0xb2, 0xa2, 0x60,
+ 0xdb, 0xb1, 0xcf, 0x24, 0x21, 0x31, 0x2f, 0xb2, 0xbb, 0x16, 0x9c, 0xc5, 0x98, 0x83, 0x29, 0xd8,
+ 0x36, 0x12, 0x7a, 0xe7, 0x01, 0x53, 0x64, 0xf3, 0x76, 0xc8, 0x19, 0x88, 0xfc, 0x47, 0x5c, 0xd0,
+ 0x30, 0x74, 0x8f, 0xe2, 0xd0, 0x67, 0xa9, 0x56, 0x5c, 0xd6, 0xa3, 0x6c, 0xb0, 0x87, 0x98, 0xfb,
+ 0x88, 0x18, 0xa9, 0xcf, 0x7c, 0xb7, 0x47, 0x07, 0x4c, 0xab, 0x28, 0x46, 0x7d, 0xe6, 0xef, 0x4a,
+ 0x84, 0x14, 0x11, 0x69, 0x00, 0x8f, 0x35, 0x58, 0x42, 0x11, 0x91, 0xb8, 0x72, 0x0b, 0xfb, 0x6f,
+ 0x9a, 0xae, 0xb4, 0x91, 0xcb, 0x76, 0xda, 0x91, 0xdd, 0x28, 0x1d, 0xd9, 0xb9, 0x3b, 0x5d, 0xe5,
+ 0xce, 0x42, 0xc1, 0x7a, 0x9b, 0xac, 0xb1, 0x67, 0x49, 0x80, 0x87, 0x49, 0x91, 0xcf, 0xd4, 0x70,
+ 0x56, 0x0b, 0xf0, 0xa3, 0x60, 0xc0, 0xec, 0xbf, 0x37, 0x87, 0x26, 0xa0, 0xde, 0x16, 0x0e, 0x15,
+ 0x4c, 0x2e, 0x5a, 0xc0, 0x45, 0xe0, 0x71, 0x73, 0xbd, 0x2b, 0xe6, 0x7a, 0x5b, 0xbf, 0x48, 0x16,
+ 0x60, 0xd1, 0x54, 0xc8, 0xe5, 0x4a, 0x67, 0x7a, 0x27, 0x1d, 0x10, 0x02, 0x08, 0x18, 0x63, 0x1b,
+ 0x49, 0x9d, 0xe8, 0xa7, 0xb1, 0x10, 0xa1, 0x54, 0x51, 0x9e, 0x76, 0x13, 0x1d, 0x47, 0x59, 0x2d,
+ 0xc0, 0x9f, 0x77, 0x13, 0xde, 0xfe, 0x49, 0x85, 0x2c, 0xe7, 0xad, 0x21, 0x06, 0x15, 0x67, 0xa9,
+ 0xa7, 0x92, 0xf5, 0x2a, 0x2a, 0x06, 0x05, 0x20, 0xed, 0x44, 0x51, 0x15, 0xf2, 0x1b, 0xbb, 0x86,
+ 0x80, 0x3d, 0x70, 0x26, 0x73, 0xe6, 0xc5, 0x91, 0xaf, 0x07, 0xd3, 0xc5, 0xb2, 0xaf, 0x6c, 0x5e,
+ 0xfb, 0xca, 0x4a, 0xfa, 0xcc, 0xc2, 0x88, 0x3e, 0x63, 0x93, 0xfa, 0x20, 0xf0, 0xd2, 0x58, 0xf7,
+ 0xb8, 0x88, 0x8a, 0x94, 0x09, 0x93, 0x1d, 0x64, 0x9c, 0xf9, 0x6e, 0x90, 0x1c, 0xdf, 0x56, 0x19,
+ 0x40, 0x35, 0x09, 0xd8, 0x4b, 0x8e, 0x6f, 0x4b, 0x6a, 0x92, 0x34, 0x7e, 0x16, 0xa8, 0xa3, 0xb9,
+ 0xe6, 0xe8, 0xa2, 0xfd, 0xd7, 0x27, 0x38, 0x71, 0x94, 0x23, 0x64, 0x87, 0x0a, 0x2a, 0xb7, 0x91,
+ 0xf6, 0x98, 0xc4, 0x29, 0xea, 0xad, 0xea, 0xfe, 0x5c, 0x55, 0xf0, 0x87, 0x29, 0xe8, 0xa8, 0x46,
+ 0x48, 0x4e, 0xf9, 0x0e, 0x55, 0x48, 0xee, 0x4f, 0xab, 0x13, 0x9c, 0x0c, 0xc6, 0x10, 0xb9, 0xe0,
+ 0x15, 0x1d, 0x54, 0xcc, 0x0e, 0x4e, 0x71, 0xb8, 0x5d, 0x22, 0xf5, 0xd2, 0xeb, 0x1d, 0xb4, 0x85,
+ 0x56, 0xa8, 0xf1, 0x70, 0xe7, 0x75, 0x42, 0x3c, 0xe1, 0x42, 0x7e, 0x25, 0xd3, 0xe6, 0xc6, 0xb2,
+ 0x27, 0xf6, 0x11, 0x20, 0x6d, 0x13, 0xb3, 0x07, 0x97, 0x67, 0xbd, 0x1e, 0xe3, 0x72, 0xd8, 0xeb,
+ 0x6a, 0x15, 0xce, 0x19, 0xbd, 0x1d, 0x16, 0xd8, 0x53, 0x5a, 0xde, 0x50, 0x56, 0xf2, 0xe4, 0x96,
+ 0x37, 0x4e, 0x69, 0xf9, 0x21, 0x2c, 0xdc, 0xb4, 0x96, 0x1f, 0xda, 0xff, 0xa3, 0x52, 0x72, 0xed,
+ 0xee, 0x1e, 0xee, 0x32, 0xb1, 0x1b, 0xc6, 0x5d, 0x1a, 0x82, 0xd8, 0x1a, 0xa1, 0x33, 0x54, 0xb5,
+ 0x75, 0xe8, 0xec, 0x26, 0x39, 0xd7, 0x0f, 0xe4, 0x35, 0x31, 0x04, 0xe3, 0x40, 0xdb, 0x75, 0x79,
+ 0x3a, 0xc3, 0x86, 0xc2, 0x4a, 0xcb, 0xc0, 0xd1, 0x38, 0x38, 0xd9, 0x83, 0x01, 0xc3, 0x4c, 0xb4,
+ 0xa2, 0x09, 0x66, 0x2a, 0xae, 0x4b, 0xd4, 0x03, 0xca, 0x45, 0x51, 0x7f, 0x93, 0x34, 0x8f, 0x82,
+ 0x94, 0x0b, 0x39, 0x86, 0xeb, 0x51, 0xb8, 0x06, 0x90, 0xe1, 0xab, 0x00, 0xdf, 0xa1, 0xc3, 0x6d,
+ 0x80, 0xca, 0xad, 0x05, 0x74, 0xa8, 0x4a, 0x2a, 0x7d, 0x40, 0x82, 0xb0, 0x82, 0xfd, 0x5f, 0xcb,
+ 0x7e, 0xda, 0xd1, 0x89, 0xce, 0xa6, 0x5e, 0xbe, 0x46, 0x96, 0x25, 0x91, 0x46, 0x48, 0xd3, 0x29,
+ 0x00, 0x8a, 0x06, 0xd7, 0xcb, 0xd2, 0x94, 0x45, 0x42, 0x1d, 0xeb, 0x92, 0x86, 0x6d, 0x84, 0x58,
+ 0x9f, 0x90, 0x79, 0x65, 0xa2, 0x8e, 0x86, 0xce, 0xa6, 0xd2, 0xd3, 0xd9, 0xa1, 0x43, 0x07, 0x5a,
+ 0xb5, 0x7f, 0xb7, 0x42, 0xe6, 0x76, 0xe8, 0x50, 0xaa, 0x85, 0x72, 0x98, 0x42, 0x2d, 0xf4, 0xe9,
+ 0x70, 0xcf, 0xb7, 0xb6, 0xcb, 0x07, 0xda, 0xfb, 0xb3, 0xf6, 0x0e, 0xa7, 0x9b, 0x3a, 0xd8, 0xda,
+ 0x1f, 0x92, 0x79, 0x59, 0x94, 0xc7, 0xa6, 0x04, 0xe8, 0x41, 0x16, 0x9c, 0x45, 0x59, 0xdc, 0xf3,
+ 0x2d, 0x4b, 0x4e, 0x41, 0x50, 0x98, 0xfc, 0x9c, 0x03, 0xbf, 0xed, 0xbf, 0x5c, 0x20, 0x96, 0x1c,
+ 0x6c, 0x17, 0x22, 0x06, 0xe9, 0x31, 0x4b, 0x61, 0x9f, 0xbf, 0x41, 0x56, 0x74, 0xf6, 0x88, 0x9b,
+ 0xc7, 0x65, 0x97, 0x39, 0x66, 0x8e, 0xec, 0x42, 0x28, 0xda, 0x67, 0x49, 0xca, 0x3c, 0x2a, 0xe0,
+ 0x90, 0x51, 0x92, 0x53, 0x2f, 0x80, 0x7b, 0x89, 0xdc, 0x6c, 0xdf, 0xcf, 0x58, 0x3a, 0xc4, 0x50,
+ 0xac, 0x0a, 0xe5, 0x00, 0x04, 0x62, 0xb1, 0xa7, 0x06, 0x6a, 0x2f, 0x93, 0x06, 0x1e, 0x9e, 0xe2,
+ 0x18, 0x2b, 0x28, 0x37, 0xb8, 0x06, 0x42, 0x25, 0x8b, 0xcc, 0xc3, 0x46, 0x3f, 0x07, 0xdb, 0x04,
+ 0x7e, 0x5b, 0xb7, 0xc9, 0x9a, 0x8a, 0x0b, 0xbb, 0xd4, 0xf7, 0xe1, 0x15, 0xc9, 0xf9, 0x8b, 0x95,
+ 0xcd, 0x95, 0x1b, 0xab, 0xc0, 0xd4, 0xbd, 0x83, 0x2d, 0x84, 0x3a, 0x0d, 0x8c, 0x17, 0xab, 0xa2,
+ 0xa1, 0xb0, 0x2f, 0x9a, 0x0a, 0x7b, 0x0b, 0xc3, 0xcc, 0x7e, 0x90, 0xaa, 0xcd, 0xa8, 0x8b, 0xf0,
+ 0x5e, 0x83, 0xa5, 0xdc, 0x78, 0x0b, 0xac, 0x8a, 0xea, 0x78, 0x05, 0x97, 0x1a, 0xc6, 0x64, 0x74,
+ 0x51, 0xee, 0xc8, 0x94, 0xf5, 0x64, 0x13, 0xf4, 0xa1, 0xab, 0x92, 0x75, 0x93, 0x2c, 0x25, 0x21,
+ 0x1d, 0x4a, 0x7d, 0x60, 0x05, 0x24, 0xa0, 0xdd, 0x19, 0x5f, 0x94, 0xce, 0x01, 0x54, 0x71, 0x74,
+ 0x55, 0xcc, 0x34, 0x7a, 0xe6, 0xea, 0x96, 0x75, 0xdc, 0x37, 0x03, 0xfa, 0xec, 0x40, 0x55, 0x78,
+ 0x95, 0x2c, 0x77, 0x21, 0x33, 0x32, 0x8b, 0x84, 0x7a, 0xf6, 0x58, 0xeb, 0xc6, 0x62, 0x5b, 0x96,
+ 0xa5, 0xae, 0x92, 0x9b, 0x38, 0xf8, 0x50, 0x2b, 0x2f, 0x4b, 0x3a, 0x39, 0xf3, 0xb2, 0x94, 0x81,
+ 0x42, 0x5a, 0x73, 0x54, 0x49, 0xee, 0x21, 0x9f, 0xf9, 0x01, 0x2c, 0xb0, 0x7e, 0x88, 0x95, 0x03,
+ 0xac, 0x55, 0x52, 0x8d, 0xb9, 0x7a, 0x87, 0x55, 0x8d, 0x79, 0xbe, 0xc0, 0x20, 0x74, 0x16, 0x5e,
+ 0x62, 0x12, 0x00, 0x12, 0xf6, 0x0e, 0x59, 0xcf, 0x91, 0xae, 0x66, 0xe4, 0x19, 0x4c, 0xaa, 0xd3,
+ 0x95, 0x9e, 0x28, 0x86, 0xea, 0x8e, 0xe0, 0xe6, 0xdd, 0x28, 0x3a, 0xd2, 0x4f, 0x3e, 0x07, 0x34,
+ 0x01, 0x9d, 0x71, 0xd9, 0x91, 0x3f, 0xdb, 0x97, 0xc9, 0x22, 0x72, 0x00, 0xc2, 0x2c, 0x3a, 0x09,
+ 0x0a, 0x65, 0x78, 0x49, 0xc9, 0xb0, 0xfd, 0x0f, 0x2a, 0x64, 0xa3, 0xcc, 0x63, 0xf5, 0x10, 0x69,
+ 0x7a, 0x9b, 0x97, 0x22, 0xf5, 0x6f, 0x90, 0x6a, 0x90, 0x80, 0xb8, 0x8f, 0x8b, 0x64, 0x35, 0x48,
+ 0xec, 0x3f, 0xa9, 0x98, 0x8f, 0x82, 0x77, 0xf7, 0x0f, 0x91, 0xb8, 0x5f, 0x92, 0x1d, 0x4c, 0xb3,
+ 0x2a, 0xdf, 0x22, 0x6b, 0x3d, 0x16, 0xbb, 0x61, 0xec, 0xa1, 0xca, 0x95, 0x53, 0xd6, 0xe8, 0xb1,
+ 0xf8, 0x81, 0x82, 0xee, 0xc1, 0x21, 0x87, 0x02, 0x87, 0x9a, 0xad, 0x0a, 0xdc, 0x21, 0x08, 0x14,
+ 0xdb, 0x0b, 0x64, 0xe5, 0x28, 0x08, 0x05, 0x4b, 0x5d, 0xc1, 0x9e, 0x09, 0xe5, 0x42, 0x26, 0x08,
+ 0x7a, 0xc4, 0x9e, 0x09, 0x2d, 0x72, 0xf8, 0xe5, 0x00, 0xad, 0xbc, 0x4a, 0x91, 0x43, 0x2a, 0xb9,
+ 0xfd, 0xcf, 0xab, 0xe8, 0x01, 0xdd, 0xdd, 0x3f, 0x54, 0x69, 0x21, 0x05, 0xf9, 0xf9, 0x39, 0x7d,
+ 0x57, 0x6a, 0x43, 0xd8, 0x83, 0x99, 0x89, 0x70, 0x5a, 0x9b, 0x8e, 0x5a, 0x23, 0xdd, 0x50, 0xea,
+ 0x4d, 0x68, 0x07, 0x2b, 0xd5, 0x13, 0x0a, 0xed, 0x7f, 0x51, 0x21, 0x8b, 0x58, 0x53, 0x79, 0x49,
+ 0xf4, 0x62, 0xa9, 0x6f, 0x1d, 0x04, 0x89, 0xe2, 0x9c, 0x55, 0xe0, 0xb0, 0x3e, 0xb2, 0x47, 0x55,
+ 0x83, 0xa5, 0xd3, 0x69, 0x46, 0x00, 0x82, 0xb5, 0x93, 0x0a, 0x46, 0x26, 0xfa, 0xf9, 0x8e, 0x53,
+ 0xa9, 0xcc, 0x12, 0xa6, 0xb7, 0xdc, 0xbb, 0x64, 0xb9, 0x18, 0x6a, 0xf2, 0x2a, 0xd7, 0xb8, 0x1a,
+ 0xd0, 0x7e, 0x4a, 0xce, 0x97, 0x45, 0xf0, 0x61, 0x26, 0x1e, 0x1e, 0xed, 0x48, 0xfb, 0xf4, 0x79,
+ 0x07, 0x30, 0x9c, 0x24, 0x5f, 0x31, 0x0f, 0xc9, 0xac, 0x39, 0xaa, 0x24, 0xcf, 0x1e, 0xf5, 0x05,
+ 0x07, 0xfd, 0x8a, 0x4c, 0x15, 0xed, 0x6f, 0x96, 0x03, 0xf5, 0x3e, 0x63, 0x83, 0x5d, 0x79, 0x55,
+ 0x1f, 0x50, 0xce, 0x2d, 0x9b, 0x34, 0x7a, 0xe0, 0xdb, 0x95, 0x47, 0x40, 0x21, 0xf9, 0x2b, 0x3d,
+ 0x5d, 0x63, 0xcf, 0xb7, 0x7f, 0xb3, 0x52, 0x0e, 0xbd, 0x97, 0x7a, 0x98, 0xcd, 0x5e, 0x28, 0x7b,
+ 0xd8, 0xab, 0xa3, 0x1e, 0xf6, 0x37, 0xc9, 0xea, 0x20, 0xe3, 0xc2, 0x8d, 0x4f, 0x22, 0xd7, 0x4c,
+ 0xa8, 0xaf, 0x4b, 0xe8, 0xc3, 0x93, 0x68, 0x4b, 0xc2, 0xec, 0xfb, 0x23, 0x7e, 0xbb, 0xed, 0x90,
+ 0x46, 0x10, 0x96, 0x09, 0xc4, 0x10, 0x8e, 0x36, 0xb8, 0x9e, 0x74, 0x46, 0x8a, 0x17, 0xd2, 0x08,
+ 0xc5, 0x6c, 0xde, 0xd1, 0x69, 0x2a, 0xb2, 0x05, 0xb7, 0xef, 0x8f, 0x78, 0xea, 0xc6, 0xfb, 0x99,
+ 0x69, 0x52, 0xf6, 0x1f, 0x57, 0x4c, 0xce, 0x3e, 0xdc, 0x3d, 0x44, 0x93, 0xf3, 0x50, 0xa4, 0x41,
+ 0xd4, 0xb3, 0x2e, 0x12, 0xa9, 0x80, 0x66, 0x83, 0x2c, 0x84, 0x43, 0xb3, 0x82, 0x4f, 0x71, 0x0d,
+ 0x90, 0x3c, 0x54, 0x39, 0xfa, 0x48, 0x73, 0x0f, 0x7f, 0x01, 0x90, 0xc7, 0x34, 0x67, 0xc7, 0x2c,
+ 0x0d, 0xc4, 0x50, 0x69, 0x25, 0x79, 0x59, 0xb6, 0x3c, 0x8a, 0xd3, 0x01, 0x15, 0x22, 0x8f, 0xf7,
+ 0x14, 0x00, 0xb8, 0xa0, 0x68, 0x4a, 0xd3, 0x1e, 0x57, 0xd9, 0x4e, 0xba, 0x68, 0x27, 0xe4, 0xdc,
+ 0x04, 0x82, 0xef, 0x66, 0xbd, 0x32, 0x2d, 0x95, 0x51, 0x5a, 0x5a, 0x64, 0xa9, 0x9b, 0xf5, 0xe0,
+ 0x68, 0xc0, 0x5d, 0xa7, 0x8b, 0xd6, 0x1b, 0x84, 0x14, 0x1f, 0x48, 0x50, 0x8e, 0x48, 0x03, 0x62,
+ 0x7f, 0xaa, 0x24, 0xfd, 0x70, 0x8b, 0xf3, 0xd8, 0x0b, 0xa8, 0x80, 0xd0, 0x8b, 0xe4, 0xb8, 0x14,
+ 0xbd, 0x5c, 0xd2, 0xe5, 0x62, 0x95, 0xd2, 0x87, 0xf6, 0x60, 0xad, 0xec, 0x2e, 0x2e, 0xf9, 0x84,
+ 0xe6, 0xf9, 0x12, 0xcd, 0xd0, 0x8d, 0xb9, 0x8c, 0xd5, 0xb1, 0x65, 0x3c, 0x44, 0x1d, 0x73, 0xf7,
+ 0x70, 0x3b, 0x1e, 0x24, 0x99, 0x60, 0x5f, 0xb0, 0x13, 0xdc, 0xd4, 0xb2, 0x4c, 0x85, 0x7e, 0xbb,
+ 0xfc, 0x1e, 0xb1, 0x8a, 0x71, 0x68, 0xe4, 0x07, 0x3e, 0x15, 0x4c, 0x0d, 0xd6, 0xd4, 0x83, 0x69,
+ 0xb8, 0xfd, 0x2f, 0xab, 0xe4, 0xdd, 0x19, 0x7a, 0xcd, 0x67, 0xf1, 0x42, 0xbd, 0x9f, 0x3a, 0x1f,
+ 0xb9, 0x99, 0x02, 0x0e, 0xac, 0x70, 0x07, 0x0c, 0xa2, 0x75, 0x73, 0xf8, 0xb5, 0x85, 0x80, 0x4b,
+ 0x66, 0xec, 0x03, 0xcc, 0x7a, 0x9b, 0x34, 0x3d, 0xe1, 0xfa, 0x71, 0x24, 0xdc, 0x30, 0x78, 0xca,
+ 0xdc, 0x61, 0x9c, 0x29, 0xcf, 0x45, 0xc3, 0x13, 0x3b, 0x71, 0x24, 0x1e, 0x04, 0x4f, 0xd9, 0x77,
+ 0xe3, 0x4c, 0x55, 0x1c, 0xc6, 0x59, 0x51, 0x19, 0x5f, 0x99, 0xca, 0x8a, 0xdf, 0x8d, 0x33, 0x5d,
+ 0xd7, 0xfa, 0x06, 0x79, 0xcd, 0x13, 0x30, 0x2e, 0x0e, 0xcb, 0x47, 0x7a, 0xc7, 0x10, 0x7b, 0xcb,
+ 0x83, 0xfd, 0xa6, 0xaa, 0x18, 0x03, 0xd9, 0x1b, 0xa8, 0x90, 0xea, 0x9b, 0x20, 0x12, 0x0f, 0xe2,
+ 0x1e, 0xb7, 0xff, 0x61, 0x85, 0xd4, 0x81, 0x91, 0xdb, 0x88, 0x98, 0xf2, 0xd1, 0x19, 0x79, 0xfc,
+ 0xf1, 0x1e, 0xe8, 0x09, 0xca, 0x38, 0x54, 0x45, 0x50, 0xca, 0xe8, 0x30, 0x8c, 0x55, 0x52, 0x51,
+ 0xdd, 0xd1, 0x45, 0xb0, 0xcd, 0x55, 0x48, 0x62, 0xde, 0xb8, 0xef, 0x03, 0x50, 0x83, 0x7a, 0x9e,
+ 0x61, 0x82, 0xab, 0x92, 0x54, 0x74, 0x82, 0x44, 0xe9, 0x89, 0xf2, 0xce, 0xbe, 0x3d, 0xc1, 0x6a,
+ 0xbe, 0x9f, 0x32, 0xa6, 0x23, 0xc4, 0xe7, 0xe0, 0xda, 0x2e, 0x5c, 0xbe, 0xaa, 0x64, 0xff, 0x7e,
+ 0x65, 0x82, 0x2d, 0x6c, 0x34, 0x9c, 0xed, 0x50, 0x7d, 0x9f, 0x58, 0xbd, 0x94, 0x46, 0xf2, 0x96,
+ 0x53, 0x47, 0x69, 0x31, 0xd2, 0xba, 0xc2, 0x1c, 0xe4, 0x08, 0xeb, 0x0a, 0x59, 0xd5, 0xd5, 0x15,
+ 0x51, 0x73, 0x50, 0xb5, 0xa1, 0xa0, 0x5b, 0x48, 0xdb, 0xbf, 0x51, 0x36, 0xd7, 0x8e, 0xb3, 0x9f,
+ 0x7b, 0x56, 0x90, 0x40, 0xd8, 0x7a, 0x29, 0xe5, 0x7d, 0xd0, 0xe3, 0xae, 0x90, 0x55, 0xed, 0xf1,
+ 0x74, 0x8f, 0x42, 0xaa, 0xee, 0xaa, 0x86, 0xd3, 0xd0, 0xd0, 0xfb, 0x12, 0x08, 0xb7, 0xb1, 0xae,
+ 0x26, 0xd7, 0x83, 0xbb, 0x4f, 0xa3, 0xf8, 0x44, 0x3b, 0x07, 0x2c, 0x8d, 0x93, 0x1a, 0x1d, 0xff,
+ 0x5c, 0x62, 0xa4, 0x1e, 0xd6, 0xcb, 0x02, 0xdf, 0xf5, 0xd3, 0x81, 0x5e, 0x31, 0x59, 0xde, 0x49,
+ 0x07, 0xf2, 0x1a, 0x01, 0x14, 0x4f, 0xc2, 0x40, 0xa8, 0xfc, 0x8e, 0x65, 0x09, 0x39, 0x94, 0x80,
+ 0x1c, 0x3d, 0x60, 0x69, 0x8f, 0xa9, 0xb3, 0x0f, 0xd0, 0xfb, 0x12, 0x00, 0x3a, 0x4c, 0xec, 0x67,
+ 0xfa, 0x3d, 0x36, 0x5a, 0xe7, 0x04, 0x41, 0x5f, 0xa8, 0xef, 0x0f, 0xa9, 0x0a, 0x09, 0x15, 0x7d,
+ 0xa5, 0xf7, 0xab, 0x0a, 0x07, 0x54, 0xf4, 0xc1, 0x8b, 0x20, 0x19, 0x80, 0x9a, 0xad, 0xca, 0xcd,
+ 0xf2, 0x34, 0x4b, 0xec, 0xff, 0x58, 0xc5, 0xd3, 0xae, 0xc4, 0xba, 0x59, 0x56, 0x72, 0x4a, 0xca,
+ 0xf6, 0x7b, 0xc4, 0xea, 0x86, 0x71, 0xd7, 0x2d, 0x31, 0x50, 0x5d, 0x8d, 0x4d, 0x89, 0xd9, 0x31,
+ 0xb8, 0x27, 0x89, 0x83, 0x89, 0xbb, 0x72, 0xc6, 0x9a, 0x39, 0x00, 0xd9, 0xcd, 0x02, 0xdf, 0xfa,
+ 0xc0, 0x58, 0x08, 0xc8, 0x05, 0xf6, 0x8f, 0xb8, 0xd4, 0x55, 0x94, 0x1f, 0x32, 0x5f, 0xb5, 0x20,
+ 0x64, 0x3b, 0x47, 0x7c, 0x2f, 0xb1, 0x3e, 0x24, 0xe7, 0xc6, 0x1b, 0x80, 0x82, 0x84, 0x1b, 0xe0,
+ 0xcc, 0x48, 0x13, 0xd0, 0x94, 0xde, 0x21, 0xeb, 0xe5, 0x46, 0x59, 0x1a, 0x2a, 0x46, 0xae, 0x99,
+ 0xf5, 0x1f, 0xa7, 0xe1, 0x28, 0xbb, 0x6b, 0xa3, 0xec, 0xb6, 0x7f, 0x5c, 0xc5, 0x23, 0x61, 0xc7,
+ 0xd9, 0xbf, 0x1f, 0x44, 0x3a, 0xd5, 0x19, 0x58, 0xe9, 0x8c, 0xb1, 0xd2, 0x79, 0x89, 0xac, 0xbc,
+ 0x44, 0xea, 0x66, 0x3c, 0x45, 0x87, 0x5c, 0x8c, 0x70, 0xca, 0x08, 0xb7, 0x17, 0x66, 0xe5, 0xf6,
+ 0xe2, 0x8b, 0x73, 0x7b, 0xe9, 0x05, 0xb9, 0x5d, 0x9b, 0xc8, 0x6d, 0xfb, 0xd3, 0x11, 0x57, 0x79,
+ 0x9f, 0x79, 0x4f, 0x0f, 0x13, 0xe6, 0x05, 0x34, 0x3c, 0xcc, 0xd2, 0x63, 0x06, 0x1f, 0xd8, 0xe1,
+ 0xf0, 0xab, 0xb0, 0x33, 0x6a, 0x08, 0xd8, 0xf3, 0xed, 0xff, 0x54, 0x0a, 0xf6, 0x4d, 0x6a, 0x5f,
+ 0x12, 0xf5, 0xa9, 0xeb, 0xb3, 0x81, 0x1e, 0x0f, 0x7d, 0x4c, 0x63, 0x21, 0x37, 0xe8, 0xe7, 0x0c,
+ 0x83, 0x5e, 0x6e, 0xb6, 0x8c, 0x8b, 0x78, 0x00, 0xb3, 0x52, 0x5a, 0x0e, 0x42, 0xa4, 0xf4, 0x5c,
+ 0x25, 0xcd, 0x20, 0x82, 0xb7, 0x28, 0x2e, 0x8f, 0x8f, 0xc4, 0x09, 0x4d, 0x71, 0xcb, 0xd7, 0x9c,
+ 0x35, 0x05, 0x3f, 0x54, 0xe0, 0xc2, 0x5b, 0xbd, 0x68, 0x26, 0x7f, 0x7f, 0xc7, 0x7c, 0x70, 0xb3,
+ 0x73, 0x70, 0xc8, 0x22, 0x7f, 0xda, 0x7c, 0xa6, 0xf3, 0xa5, 0xe4, 0x5b, 0xa9, 0x2b, 0xdf, 0x8a,
+ 0x4b, 0xde, 0x99, 0xa9, 0x67, 0x87, 0x25, 0xe1, 0xf0, 0xb9, 0xec, 0x2a, 0x1c, 0xed, 0x39, 0xe9,
+ 0xdc, 0xd4, 0x60, 0xf5, 0xf5, 0x11, 0xa7, 0xbd, 0x58, 0x08, 0x16, 0xe9, 0x58, 0x27, 0xba, 0x63,
+ 0x47, 0x7d, 0xa3, 0x95, 0x71, 0xdf, 0xe8, 0x15, 0xb2, 0x9a, 0xe7, 0x34, 0x88, 0x34, 0x60, 0x3a,
+ 0xf2, 0xd9, 0xd0, 0xd0, 0x47, 0x12, 0x68, 0xff, 0x8a, 0xf9, 0x50, 0xe4, 0xd4, 0x41, 0x4b, 0x59,
+ 0x39, 0x4e, 0x39, 0x2b, 0x47, 0xcd, 0xab, 0x43, 0xce, 0x64, 0x9c, 0xb9, 0x98, 0xf7, 0xe6, 0x42,
+ 0x5f, 0xda, 0x65, 0x5c, 0x73, 0xd6, 0x33, 0xce, 0x0e, 0x01, 0xf3, 0x4b, 0x0a, 0x61, 0xff, 0xe7,
+ 0x52, 0x36, 0xeb, 0x9e, 0x60, 0x83, 0xad, 0x28, 0x8a, 0xb3, 0xc8, 0x83, 0xcf, 0x47, 0x70, 0xfc,
+ 0xaa, 0x15, 0x4c, 0x92, 0x9d, 0xa8, 0x77, 0x60, 0x15, 0xfd, 0x55, 0x2b, 0x39, 0x4f, 0x76, 0x82,
+ 0xaf, 0xc5, 0xbe, 0x4d, 0xea, 0x59, 0xc4, 0x19, 0x8b, 0x54, 0x25, 0xf4, 0xbb, 0xbd, 0xdd, 0x39,
+ 0xa5, 0xef, 0xce, 0x63, 0x68, 0x00, 0x8f, 0xf3, 0x56, 0xb2, 0xfc, 0x37, 0x6f, 0xff, 0xbb, 0x0a,
+ 0x21, 0x05, 0x6e, 0x8a, 0x62, 0x22, 0xa5, 0x38, 0x8e, 0xa4, 0xae, 0xec, 0x16, 0x5a, 0xbe, 0x82,
+ 0xec, 0xf9, 0xf2, 0xb2, 0xa3, 0x9c, 0xb3, 0xfc, 0xc5, 0xd8, 0xbc, 0xb3, 0x04, 0x65, 0xf5, 0x60,
+ 0x67, 0x00, 0x1e, 0x1c, 0x8c, 0x10, 0xa8, 0x12, 0x7c, 0x1d, 0x46, 0x3d, 0x0e, 0xee, 0xd1, 0x20,
+ 0x52, 0x8e, 0xd3, 0x25, 0xa7, 0xa1, 0xa0, 0xbb, 0x00, 0x84, 0xe4, 0x7c, 0x0c, 0x4b, 0x20, 0x55,
+ 0x2a, 0xdc, 0x8b, 0x30, 0x34, 0xa8, 0xde, 0x34, 0xdf, 0xfe, 0xe9, 0x6c, 0x9e, 0xd1, 0xe9, 0xdb,
+ 0x3f, 0x2e, 0x7b, 0x9b, 0x39, 0x4b, 0xbf, 0x88, 0x45, 0x70, 0x14, 0xa0, 0x77, 0x81, 0x5b, 0x0f,
+ 0x49, 0x23, 0x32, 0x01, 0xca, 0xb4, 0xbf, 0xda, 0x39, 0xa5, 0x51, 0xc7, 0x2c, 0x39, 0xe5, 0xf6,
+ 0xed, 0x5f, 0x26, 0x75, 0x13, 0x6d, 0xdd, 0x24, 0xe7, 0x32, 0xce, 0x52, 0xd7, 0xac, 0x65, 0x06,
+ 0x63, 0x36, 0xb2, 0x91, 0xee, 0xe1, 0x0c, 0xdf, 0xd0, 0x9f, 0x4e, 0x50, 0x07, 0x0d, 0x7e, 0x36,
+ 0xe1, 0xcf, 0x2b, 0xa5, 0x8c, 0x88, 0x78, 0x20, 0xe7, 0x58, 0x9e, 0xcf, 0x7b, 0xc4, 0x2a, 0x44,
+ 0xc9, 0xc3, 0x1a, 0x5a, 0x9a, 0x9a, 0x5a, 0x9a, 0x54, 0x4b, 0xc8, 0x4d, 0x1a, 0xaf, 0x2d, 0x0d,
+ 0x59, 0x95, 0xde, 0xd7, 0x70, 0xce, 0x8e, 0xb6, 0x79, 0x28, 0x91, 0xd6, 0x2e, 0xb9, 0x38, 0xa1,
+ 0xa1, 0x7a, 0x78, 0x9e, 0x20, 0x27, 0xf1, 0x7e, 0x7a, 0x7d, 0xb4, 0x83, 0x43, 0xb3, 0x92, 0xfd,
+ 0xb6, 0x79, 0x8e, 0xa9, 0x55, 0x9c, 0x34, 0x31, 0xfb, 0xef, 0x97, 0xb4, 0xce, 0x87, 0x47, 0x47,
+ 0x61, 0x10, 0xb1, 0x7d, 0xf4, 0x12, 0x94, 0x18, 0x7e, 0x95, 0x34, 0x63, 0xc4, 0xba, 0xfa, 0xab,
+ 0x90, 0x6a, 0xfe, 0x6b, 0x71, 0xa9, 0x15, 0xe4, 0x43, 0x1d, 0xa5, 0x01, 0x8b, 0x7c, 0xee, 0x9e,
+ 0x04, 0xa2, 0xef, 0x8e, 0xb5, 0x43, 0x75, 0xb4, 0xad, 0x2a, 0x49, 0x15, 0xb2, 0x3c, 0x30, 0xb7,
+ 0xdf, 0x9a, 0xa0, 0x0b, 0x97, 0xeb, 0x80, 0x51, 0x6e, 0x6f, 0x99, 0xf3, 0xdc, 0xee, 0x53, 0x69,
+ 0xba, 0xdf, 0x87, 0x6e, 0x55, 0xb5, 0xcf, 0x30, 0x7a, 0x61, 0xea, 0xf5, 0x95, 0x92, 0x5e, 0x6f,
+ 0xff, 0x49, 0xe9, 0x39, 0xe2, 0x29, 0x7d, 0x98, 0x27, 0xd8, 0xe4, 0xbe, 0x00, 0x93, 0x79, 0x1e,
+ 0xe3, 0x5c, 0x5b, 0x1c, 0xaa, 0x68, 0x7d, 0x87, 0xd4, 0xf2, 0xe9, 0xe3, 0x43, 0xd7, 0x4f, 0x3a,
+ 0x2f, 0x34, 0x6a, 0xa7, 0x84, 0x74, 0xf2, 0xde, 0xda, 0x7f, 0x83, 0x34, 0x4a, 0x28, 0x69, 0xb6,
+ 0xab, 0x93, 0xbc, 0x48, 0x5c, 0xcc, 0x01, 0xe3, 0x91, 0x8f, 0x86, 0x19, 0xf9, 0x98, 0xea, 0x31,
+ 0x92, 0x27, 0x4f, 0x16, 0xc1, 0xf3, 0x03, 0x7c, 0xa5, 0xaa, 0x4a, 0xf6, 0x2f, 0x90, 0x3b, 0x33,
+ 0xcd, 0xe3, 0x7e, 0x9c, 0x8e, 0x2e, 0xf2, 0xb6, 0xe9, 0x42, 0xba, 0x7f, 0x98, 0x37, 0xe4, 0x90,
+ 0x00, 0xf6, 0x80, 0x1d, 0xb3, 0x10, 0xbe, 0x97, 0x96, 0x13, 0x8f, 0xc7, 0x48, 0xc3, 0x31, 0x20,
+ 0xf6, 0x8f, 0x4a, 0x1f, 0x71, 0x99, 0xd2, 0x4b, 0xbe, 0x74, 0x9f, 0x93, 0x25, 0x25, 0x75, 0xea,
+ 0x44, 0xba, 0xde, 0x99, 0xb9, 0xb1, 0x5a, 0x01, 0x47, 0xf7, 0xd0, 0xfe, 0x84, 0x2c, 0x22, 0xe8,
+ 0x39, 0x2c, 0xdf, 0x20, 0x0b, 0xa1, 0xec, 0x49, 0x9f, 0x3a, 0x50, 0xb0, 0xff, 0x8f, 0x32, 0x0c,
+ 0x70, 0x6c, 0xb8, 0x23, 0xb7, 0x7c, 0x3f, 0x85, 0xf8, 0xf2, 0x65, 0xd2, 0xc0, 0x04, 0x3e, 0x1d,
+ 0xb5, 0xa8, 0xa8, 0xdc, 0x1d, 0x5d, 0x4b, 0x8a, 0xd4, 0x7b, 0xc4, 0xc2, 0x4a, 0x41, 0x9e, 0x9b,
+ 0xa3, 0xae, 0xe9, 0x9a, 0xd3, 0x04, 0xcc, 0x9e, 0xce, 0xca, 0x61, 0x90, 0x69, 0x89, 0xb5, 0x8d,
+ 0x34, 0x1e, 0x4c, 0x0f, 0xf4, 0x95, 0x2f, 0xe0, 0x1c, 0xe0, 0x8b, 0x3c, 0x1e, 0xf5, 0x70, 0xcf,
+ 0xba, 0x47, 0x2e, 0x78, 0x29, 0x83, 0xdc, 0x75, 0x9a, 0xa7, 0x14, 0xaa, 0x54, 0x4d, 0x8e, 0xce,
+ 0x63, 0x14, 0x89, 0xd7, 0x8a, 0x6a, 0xd8, 0x56, 0x25, 0x6c, 0x72, 0x70, 0x27, 0x7f, 0x49, 0xae,
+ 0xe6, 0x1a, 0x45, 0x9c, 0xaa, 0x5b, 0xfe, 0xfb, 0x74, 0x72, 0x87, 0xa8, 0xb4, 0xbd, 0xa9, 0x1b,
+ 0x3c, 0x4c, 0x0f, 0x55, 0xf5, 0x09, 0x1d, 0xdf, 0x22, 0xe7, 0x53, 0x36, 0x08, 0x22, 0x7c, 0x70,
+ 0xe6, 0xd2, 0x6e, 0x9c, 0xa9, 0x2c, 0x4a, 0xf5, 0xf9, 0x87, 0x0d, 0x44, 0xc3, 0x23, 0x4b, 0x89,
+ 0x04, 0x5e, 0xdb, 0x7f, 0x54, 0x51, 0x8e, 0x2f, 0xe7, 0x9e, 0xbc, 0xdf, 0x9e, 0xc4, 0x82, 0x1d,
+ 0x66, 0x83, 0x01, 0x4d, 0x87, 0xd6, 0x63, 0x62, 0x8d, 0xbd, 0x91, 0xd4, 0x02, 0xa3, 0xd4, 0x82,
+ 0xb1, 0x46, 0x63, 0x0f, 0x36, 0x9b, 0x23, 0xaf, 0x29, 0xbf, 0xf6, 0xdb, 0xe0, 0x3f, 0xd7, 0x89,
+ 0x2d, 0x63, 0x63, 0xcf, 0xfa, 0x95, 0xae, 0x33, 0x52, 0xbf, 0x71, 0x8f, 0x63, 0xc1, 0x5c, 0x0e,
+ 0x2d, 0x83, 0xfc, 0xa5, 0xea, 0x07, 0x9d, 0xd3, 0xbb, 0xee, 0x8c, 0xc2, 0xd7, 0x83, 0x12, 0x20,
+ 0x60, 0xbc, 0xfd, 0xc7, 0x15, 0xb2, 0x36, 0xca, 0xca, 0x17, 0x79, 0x6e, 0xfa, 0x2a, 0x59, 0x96,
+ 0xb4, 0x71, 0xf7, 0x48, 0x79, 0xf2, 0x17, 0x9c, 0x1a, 0x00, 0xee, 0x63, 0x3a, 0x1b, 0x22, 0xa9,
+ 0x54, 0x70, 0xb8, 0x8e, 0xca, 0xd6, 0x01, 0xb8, 0x85, 0x30, 0x79, 0x7c, 0xa5, 0xe0, 0xbe, 0xe4,
+ 0xca, 0x6f, 0xa5, 0x8b, 0x60, 0x62, 0x78, 0xb1, 0x32, 0x07, 0xaa, 0x0e, 0x16, 0xec, 0x40, 0x29,
+ 0x3b, 0xce, 0xbd, 0xe2, 0x3d, 0x6a, 0xbe, 0x44, 0x7a, 0x2a, 0x2f, 0x34, 0x87, 0xf3, 0x64, 0x09,
+ 0xf8, 0x9b, 0x25, 0xda, 0x17, 0x2f, 0x8b, 0x8f, 0x13, 0x7b, 0x4f, 0xe9, 0xff, 0xa7, 0x0e, 0x35,
+ 0xdb, 0x6b, 0xea, 0x3f, 0xd3, 0x66, 0x97, 0x73, 0x6f, 0x77, 0xe4, 0x61, 0xb6, 0xee, 0x48, 0xe7,
+ 0xf7, 0xb1, 0x53, 0x24, 0xf9, 0x4e, 0x67, 0xb6, 0x4e, 0x7e, 0xf6, 0x92, 0xfd, 0xc3, 0x2a, 0x99,
+ 0x91, 0x96, 0xd9, 0x24, 0xfd, 0x44, 0x29, 0x87, 0x85, 0xb8, 0x17, 0x0f, 0x42, 0x8c, 0x4f, 0x57,
+ 0xcd, 0x3c, 0x5a, 0x47, 0x56, 0x2a, 0xe3, 0x1c, 0x69, 0xaa, 0x8c, 0xc0, 0x78, 0xfb, 0x4b, 0x62,
+ 0x8d, 0x57, 0x7d, 0xc1, 0x87, 0xfa, 0xf3, 0x92, 0x60, 0x14, 0xff, 0x8f, 0x2b, 0xd7, 0x1c, 0x28,
+ 0xda, 0xff, 0x4b, 0x05, 0x02, 0x8b, 0xe8, 0xd0, 0x41, 0x10, 0xf5, 0x0e, 0xe9, 0x20, 0x09, 0x99,
+ 0x75, 0x86, 0x2c, 0x0c, 0x86, 0x3a, 0x9a, 0xb5, 0xe4, 0xcc, 0x0f, 0x86, 0x7b, 0x89, 0xd5, 0x26,
+ 0xcb, 0x3d, 0xee, 0x1a, 0x6e, 0x8f, 0x05, 0x67, 0xa9, 0xc7, 0xf1, 0x33, 0xbe, 0xdf, 0x24, 0xa4,
+ 0xc7, 0x5d, 0x0e, 0xad, 0xb5, 0x3a, 0x72, 0xb1, 0x33, 0xad, 0xff, 0x0e, 0xfe, 0x71, 0x96, 0x7b,
+ 0x1c, 0x7f, 0xf1, 0x36, 0x23, 0x8b, 0x6a, 0x6c, 0xf4, 0x7e, 0xe2, 0xc0, 0xd5, 0x20, 0xb1, 0xde,
+ 0x20, 0x2b, 0xf4, 0xb8, 0xe7, 0x26, 0x41, 0xd4, 0x73, 0x07, 0x5a, 0x0b, 0x5a, 0xa6, 0xc7, 0x3d,
+ 0xd9, 0xdf, 0x3e, 0xb7, 0xde, 0x25, 0x16, 0x17, 0xbe, 0xcf, 0x8e, 0x75, 0x15, 0xf7, 0xd9, 0xf5,
+ 0x6b, 0x4a, 0xa7, 0x5d, 0x43, 0x0c, 0xd6, 0xfc, 0xce, 0xf5, 0x6b, 0xf6, 0x87, 0x78, 0x42, 0xe3,
+ 0xbd, 0x1c, 0x87, 0x61, 0x7c, 0xc2, 0x52, 0x8c, 0x57, 0x9f, 0x12, 0xcb, 0x7d, 0x82, 0xa7, 0xe4,
+ 0x78, 0xa3, 0xd9, 0x64, 0xe7, 0xbc, 0x69, 0x22, 0xc0, 0x0a, 0x28, 0x2b, 0xe1, 0x3a, 0x86, 0x88,
+ 0xa1, 0xdf, 0x3d, 0x8e, 0x3d, 0x07, 0x51, 0xef, 0x34, 0x52, 0x18, 0xba, 0x82, 0x47, 0x9b, 0xcc,
+ 0x46, 0xc8, 0x26, 0xa9, 0x07, 0xf2, 0x28, 0x54, 0x8d, 0xca, 0xdf, 0x4d, 0x5c, 0x09, 0x8a, 0xee,
+ 0xec, 0x6f, 0xea, 0x61, 0xf2, 0xef, 0x0b, 0xe4, 0xb8, 0x07, 0x01, 0x17, 0xa3, 0x5f, 0x4c, 0xa8,
+ 0x8c, 0x7d, 0x91, 0xe3, 0x37, 0x95, 0x11, 0x30, 0xad, 0x87, 0xd9, 0x08, 0x1e, 0xfb, 0x22, 0x01,
+ 0x4a, 0x5d, 0xe9, 0x8b, 0x04, 0xe0, 0x37, 0x51, 0xdc, 0x42, 0xc9, 0x5b, 0x74, 0x6a, 0x8a, 0x5d,
+ 0xdc, 0xbe, 0x83, 0x91, 0x9d, 0x9d, 0x83, 0x5d, 0x26, 0xbe, 0x80, 0x77, 0x43, 0x0f, 0x8f, 0x54,
+ 0xca, 0x8d, 0x0e, 0xa9, 0x4e, 0x34, 0xa8, 0xed, 0x00, 0x7d, 0x1f, 0xa7, 0x34, 0x9c, 0x6d, 0x0a,
+ 0x97, 0x48, 0x1d, 0xc3, 0xb9, 0xae, 0x21, 0x03, 0xce, 0x4a, 0xa2, 0x82, 0x34, 0x52, 0x0c, 0x7e,
+ 0xbd, 0x62, 0xa6, 0x1f, 0xa1, 0xfe, 0x07, 0x5f, 0x34, 0x13, 0x54, 0x64, 0x3c, 0x3f, 0x49, 0xa4,
+ 0x45, 0x8e, 0x7a, 0xa2, 0x5b, 0xb6, 0x15, 0x1a, 0x08, 0xd5, 0x0f, 0x60, 0xf2, 0xf9, 0x54, 0x4d,
+ 0x07, 0x01, 0xae, 0x98, 0xc8, 0x38, 0x86, 0xde, 0x51, 0x15, 0x27, 0x08, 0x7a, 0xc4, 0x9e, 0x09,
+ 0xfb, 0x77, 0x2b, 0xe6, 0xe7, 0x02, 0xe4, 0x8e, 0x0d, 0x3c, 0xb6, 0xcf, 0x44, 0x3f, 0xf6, 0x55,
+ 0xee, 0xed, 0x05, 0xb2, 0x32, 0x80, 0xb2, 0xe9, 0xe2, 0x21, 0x08, 0x02, 0x0f, 0xcf, 0xbb, 0x64,
+ 0x1d, 0x9f, 0x6f, 0x05, 0x3f, 0x60, 0xbe, 0x8b, 0x08, 0xe5, 0x51, 0x6a, 0x16, 0x08, 0xec, 0xd3,
+ 0x7a, 0x1b, 0xf2, 0x83, 0x4d, 0x63, 0x5b, 0x29, 0x8d, 0xab, 0x01, 0x37, 0xcd, 0x44, 0xfb, 0xb7,
+ 0x4a, 0x9f, 0xac, 0x99, 0x40, 0x58, 0xbe, 0x10, 0xcf, 0x25, 0xf0, 0x13, 0xd2, 0x1e, 0x23, 0xd0,
+ 0xcd, 0x1f, 0x26, 0x21, 0xa5, 0xad, 0x51, 0x4a, 0x75, 0xf7, 0xf6, 0x2e, 0x69, 0x1a, 0xbe, 0x86,
+ 0xbd, 0x7d, 0xa9, 0x29, 0x4a, 0x1b, 0x26, 0x18, 0x48, 0xfd, 0x52, 0x65, 0x11, 0x62, 0x49, 0x0a,
+ 0xa5, 0xd7, 0xa7, 0xc2, 0x1d, 0xe8, 0x14, 0xdf, 0x86, 0x53, 0x93, 0x00, 0xd9, 0xc8, 0xde, 0x35,
+ 0x7d, 0x9c, 0x4f, 0x68, 0x14, 0x88, 0xe1, 0x63, 0xe7, 0x81, 0x52, 0x8e, 0x4b, 0x26, 0xf2, 0xeb,
+ 0x84, 0x1c, 0x03, 0x1e, 0x9c, 0x93, 0x38, 0xa1, 0x65, 0x84, 0x3c, 0x4e, 0x41, 0xe1, 0x34, 0x58,
+ 0xb3, 0x95, 0x89, 0x7e, 0x9c, 0x06, 0x3f, 0x60, 0x0f, 0x62, 0x8f, 0x86, 0xf8, 0x4e, 0x49, 0x3f,
+ 0xaf, 0x79, 0x9f, 0x58, 0xea, 0x5d, 0x93, 0xf9, 0x49, 0x64, 0xec, 0x70, 0x1d, 0x31, 0xe6, 0x27,
+ 0x91, 0x37, 0x49, 0x13, 0x7c, 0x0b, 0xf9, 0xfb, 0xd5, 0xe2, 0x4d, 0x16, 0xc0, 0x55, 0x42, 0x25,
+ 0x7a, 0xbc, 0x43, 0x39, 0x9c, 0x7e, 0x36, 0x85, 0x6e, 0x44, 0xf4, 0x31, 0x35, 0xc3, 0x82, 0x10,
+ 0xc8, 0xfa, 0xb5, 0x7f, 0xaf, 0xe4, 0x17, 0x99, 0x44, 0xf0, 0xf3, 0x4e, 0xb0, 0x59, 0xe9, 0xea,
+ 0x90, 0x33, 0x34, 0x13, 0xf2, 0x7a, 0x9c, 0x40, 0xd8, 0x3a, 0xa2, 0x4c, 0xca, 0xfe, 0x49, 0xc5,
+ 0xf4, 0xa6, 0x4e, 0xa2, 0xac, 0xb4, 0x30, 0x2f, 0x89, 0xca, 0x17, 0xe3, 0xde, 0x3f, 0xad, 0x98,
+ 0x9e, 0xb4, 0x1d, 0x46, 0x35, 0x95, 0xe5, 0xb5, 0xfe, 0x84, 0xb4, 0xfd, 0x1c, 0x87, 0x66, 0x99,
+ 0x41, 0x08, 0xca, 0x69, 0x6b, 0xa4, 0x46, 0x41, 0xd2, 0xb7, 0xc8, 0x6b, 0xa3, 0xad, 0x4b, 0xc4,
+ 0xa1, 0x6f, 0x71, 0x74, 0x04, 0x93, 0xcc, 0x67, 0xa6, 0x23, 0x6f, 0x8c, 0xca, 0xd3, 0x59, 0x77,
+ 0x3a, 0xed, 0xd5, 0xd3, 0x69, 0xb7, 0x7f, 0xbb, 0x6a, 0xee, 0xac, 0xc7, 0xdc, 0x5c, 0xbe, 0x2d,
+ 0xb3, 0x09, 0xa6, 0xe2, 0x4e, 0x67, 0xd1, 0xdc, 0x66, 0xc3, 0x39, 0x37, 0x85, 0x41, 0xdf, 0x21,
+ 0x0d, 0x93, 0x21, 0x5a, 0x03, 0xfc, 0xb0, 0x33, 0xdb, 0xc8, 0x1d, 0x83, 0x55, 0x4e, 0xdd, 0x2f,
+ 0x0a, 0xbc, 0xed, 0x90, 0x15, 0x03, 0x39, 0x51, 0x8c, 0x2a, 0x13, 0xc5, 0xe8, 0x15, 0x52, 0x03,
+ 0x5a, 0x0a, 0xdf, 0xef, 0x12, 0x94, 0xf7, 0x7c, 0xfb, 0xa2, 0xb9, 0xe1, 0x76, 0x59, 0x21, 0xd9,
+ 0x4a, 0xfa, 0xb9, 0xfd, 0x7b, 0x73, 0x26, 0xd3, 0x26, 0x55, 0x99, 0xed, 0xa6, 0x63, 0x64, 0x3d,
+ 0x5f, 0x6a, 0xbd, 0xeb, 0x14, 0x6f, 0x3e, 0xea, 0xcc, 0x36, 0x40, 0x67, 0x14, 0xe3, 0x34, 0xe9,
+ 0x08, 0xa4, 0xfd, 0x3f, 0x2b, 0xa4, 0x39, 0x5a, 0x4d, 0xea, 0xc3, 0x90, 0x39, 0x55, 0x92, 0x54,
+ 0xcc, 0x2f, 0x59, 0x93, 0x08, 0x93, 0xad, 0x17, 0xc8, 0x8a, 0xaa, 0x66, 0xbc, 0xe6, 0x23, 0x08,
+ 0x82, 0x5b, 0x62, 0x93, 0x34, 0x21, 0x09, 0x99, 0x82, 0x9f, 0xad, 0xf4, 0xc0, 0x40, 0xc2, 0xb7,
+ 0x00, 0x0c, 0x5f, 0x9c, 0xbb, 0x40, 0x56, 0xd4, 0x0b, 0x98, 0xb4, 0xf8, 0x07, 0x17, 0x44, 0x83,
+ 0xf6, 0xc0, 0x2d, 0x1f, 0x70, 0x37, 0x61, 0x91, 0x2f, 0xf5, 0x2d, 0x74, 0x41, 0x2c, 0x07, 0xfc,
+ 0x00, 0x01, 0x12, 0x2d, 0xd5, 0x69, 0x50, 0x06, 0xb4, 0xeb, 0x7c, 0x99, 0x26, 0x09, 0x68, 0x18,
+ 0xbe, 0xfd, 0xbf, 0x4b, 0x19, 0x51, 0xf8, 0x84, 0xff, 0x41, 0xd0, 0x4d, 0x69, 0x3a, 0x7c, 0x10,
+ 0x7b, 0x4f, 0x51, 0x3f, 0xb0, 0xbe, 0x24, 0xab, 0x61, 0xec, 0x3d, 0x65, 0xbe, 0x1b, 0x22, 0x4e,
+ 0x19, 0x63, 0xd7, 0x3a, 0xcf, 0x6d, 0xdb, 0x79, 0x00, 0x0d, 0x15, 0xdc, 0x69, 0x84, 0x66, 0xd1,
+ 0xba, 0x4e, 0xce, 0xc6, 0x27, 0x91, 0xee, 0xd5, 0x55, 0x83, 0x74, 0x87, 0x3a, 0xa8, 0x1e, 0x9f,
+ 0x44, 0x46, 0x8f, 0xcc, 0xbf, 0x3b, 0x6c, 0xef, 0x92, 0x46, 0xa9, 0x4b, 0xf8, 0xae, 0x01, 0xc8,
+ 0x70, 0xf1, 0xc2, 0x11, 0xca, 0x68, 0x9b, 0x8f, 0x76, 0x59, 0x0b, 0x55, 0x47, 0xd2, 0x20, 0xb5,
+ 0xa7, 0x90, 0x7f, 0x28, 0x62, 0x60, 0x90, 0x64, 0xe0, 0x25, 0x52, 0x57, 0x2f, 0x12, 0xdc, 0x90,
+ 0x1d, 0x29, 0xa9, 0x74, 0x56, 0x14, 0xec, 0x01, 0x3b, 0x12, 0xd6, 0x67, 0x52, 0x3d, 0x8c, 0x13,
+ 0x69, 0xb7, 0xe8, 0xad, 0xfa, 0x6e, 0xe7, 0xf9, 0x5d, 0x77, 0xe4, 0xef, 0xad, 0x24, 0x91, 0xba,
+ 0x24, 0xfc, 0xe0, 0xed, 0x5f, 0x24, 0x4b, 0x0a, 0x38, 0x2d, 0x51, 0xd2, 0x9c, 0x6d, 0xb5, 0x34,
+ 0x5b, 0xfb, 0x27, 0x55, 0xf3, 0xd3, 0x05, 0x4a, 0x8b, 0xd9, 0xa6, 0x61, 0x08, 0xc9, 0x64, 0x43,
+ 0x1e, 0xf8, 0x6e, 0x1a, 0x67, 0x42, 0x8a, 0x09, 0xbe, 0x51, 0xaf, 0x03, 0xd0, 0x41, 0x98, 0x94,
+ 0x34, 0x8f, 0x86, 0xa1, 0xdb, 0xa7, 0x91, 0x9f, 0x7f, 0xba, 0x82, 0x48, 0xd0, 0x67, 0x00, 0x81,
+ 0x40, 0x31, 0x46, 0xb9, 0xbd, 0xd4, 0xd3, 0x69, 0xa1, 0x08, 0xd9, 0x4e, 0x3d, 0x23, 0x08, 0xde,
+ 0xa7, 0xbc, 0xaf, 0xc2, 0xf6, 0xaa, 0xc5, 0x67, 0x94, 0xf7, 0x21, 0x35, 0x33, 0x8b, 0x3c, 0xcc,
+ 0xef, 0xcc, 0x93, 0xe4, 0x35, 0x08, 0x93, 0xe7, 0xbc, 0xac, 0xeb, 0xc6, 0x99, 0x48, 0x32, 0xe1,
+ 0x0e, 0xe8, 0x33, 0x25, 0xaf, 0x75, 0x2f, 0xeb, 0x3e, 0x04, 0xe0, 0x3e, 0x7d, 0x26, 0x95, 0x4f,
+ 0xcc, 0xd2, 0xc0, 0x70, 0x32, 0x16, 0xac, 0x37, 0x49, 0x43, 0x92, 0x9a, 0xd0, 0x94, 0x0e, 0x98,
+ 0x50, 0x5f, 0xb0, 0xa8, 0x3b, 0x65, 0xa0, 0x14, 0x08, 0xb0, 0xe0, 0xe2, 0x28, 0x1c, 0xaa, 0xff,
+ 0x52, 0x51, 0x93, 0x80, 0x87, 0x51, 0x38, 0xb4, 0x6e, 0x90, 0xb3, 0x03, 0xfa, 0x4c, 0x0e, 0xcf,
+ 0x05, 0x85, 0xdd, 0xe3, 0xca, 0xd6, 0x5c, 0x7d, 0xbf, 0xe2, 0xcc, 0x80, 0x3e, 0x7b, 0x58, 0xe0,
+ 0x24, 0x63, 0xb9, 0xfd, 0xab, 0x15, 0xd3, 0x1f, 0xaa, 0x35, 0x47, 0x98, 0xf3, 0x08, 0xbf, 0x2a,
+ 0xcf, 0xe1, 0x57, 0x75, 0x8c, 0x5f, 0x57, 0xc8, 0xaa, 0x6e, 0xaf, 0x3e, 0x0c, 0x8b, 0x49, 0x24,
+ 0x0d, 0xd5, 0x87, 0xfa, 0x0c, 0xee, 0xdf, 0x59, 0x9a, 0xa0, 0x55, 0x4b, 0xea, 0xf2, 0x33, 0xf5,
+ 0xe7, 0x63, 0xf9, 0x2f, 0x92, 0x15, 0x26, 0xbb, 0x2b, 0x7d, 0x52, 0xca, 0x04, 0xe1, 0x7f, 0x8b,
+ 0x80, 0x4f, 0x61, 0x98, 0x5f, 0xc2, 0xad, 0x3b, 0x0d, 0x84, 0xea, 0x0f, 0xe1, 0xbe, 0x45, 0xd6,
+ 0x62, 0xae, 0x13, 0xae, 0xf1, 0x43, 0x06, 0xf8, 0x09, 0x9d, 0x46, 0xcc, 0x55, 0xbe, 0x75, 0xfe,
+ 0xde, 0x69, 0xc8, 0x05, 0x1b, 0x60, 0x9d, 0x9a, 0x4a, 0xe9, 0x03, 0x90, 0xfe, 0x76, 0x1b, 0x24,
+ 0x1c, 0x68, 0x7f, 0xf5, 0x32, 0xe6, 0xdb, 0x49, 0x98, 0x76, 0x57, 0x5f, 0x25, 0x4d, 0xf6, 0xcc,
+ 0x63, 0xf8, 0x42, 0x39, 0x65, 0x5e, 0x9c, 0xe2, 0xab, 0xcd, 0xba, 0xb3, 0x96, 0xc3, 0x1d, 0x00,
+ 0x5b, 0x77, 0x48, 0x2b, 0x89, 0x53, 0x41, 0xbb, 0x21, 0x73, 0x47, 0xe9, 0x5b, 0x81, 0x26, 0x67,
+ 0x35, 0xfe, 0x61, 0x89, 0xce, 0x6b, 0x64, 0x23, 0x6f, 0x68, 0x12, 0x5c, 0xc7, 0xc7, 0xd0, 0x1a,
+ 0x77, 0x58, 0x10, 0x7e, 0x99, 0x34, 0x4e, 0x28, 0x97, 0x5c, 0x3a, 0x66, 0xa9, 0x60, 0xbe, 0xfa,
+ 0x6f, 0x26, 0xf5, 0x13, 0xca, 0xb7, 0x35, 0x0c, 0xac, 0x1f, 0xfd, 0xbf, 0x1b, 0x14, 0xcf, 0x57,
+ 0xf1, 0x8a, 0xd1, 0x60, 0x27, 0x37, 0x81, 0xd5, 0xa3, 0x11, 0x65, 0x40, 0xae, 0xe9, 0x5d, 0x07,
+ 0x40, 0xf4, 0x5d, 0xe8, 0x1b, 0xcb, 0x94, 0x91, 0x66, 0x71, 0x63, 0x6d, 0x17, 0x72, 0xf2, 0x01,
+ 0xd9, 0x28, 0x6a, 0x1a, 0x12, 0xb3, 0x8e, 0x09, 0x23, 0xba, 0xf6, 0x7e, 0x2e, 0x39, 0xb7, 0xc8,
+ 0xf9, 0xa2, 0x41, 0x59, 0x50, 0x2d, 0x60, 0xc1, 0x86, 0x6e, 0x73, 0x68, 0x0a, 0xec, 0x55, 0x45,
+ 0x91, 0x29, 0x54, 0x67, 0x8a, 0x4f, 0xda, 0xde, 0x33, 0x04, 0xeb, 0x9a, 0x41, 0x52, 0xc0, 0x79,
+ 0x26, 0x4d, 0x94, 0x50, 0xfd, 0xdb, 0x93, 0x86, 0x63, 0xe9, 0xee, 0x01, 0xb5, 0x23, 0x31, 0xd6,
+ 0x6d, 0x83, 0x26, 0x2f, 0x1e, 0x24, 0x21, 0x13, 0xba, 0xd1, 0x59, 0x8c, 0x85, 0xea, 0x46, 0x1a,
+ 0x0b, 0xed, 0xec, 0xf3, 0x78, 0x04, 0x6f, 0xed, 0x3f, 0x8e, 0x42, 0xb8, 0x03, 0x53, 0x69, 0x31,
+ 0x47, 0x3d, 0xdb, 0xc3, 0x4d, 0x3a, 0x86, 0x98, 0x4d, 0xf1, 0xb9, 0x42, 0x56, 0x47, 0x5e, 0xca,
+ 0xe3, 0x71, 0xd1, 0x60, 0xa5, 0x47, 0xf2, 0x16, 0x9a, 0x8f, 0x7a, 0x90, 0xcf, 0xee, 0x3d, 0xd9,
+ 0xb6, 0xef, 0xa0, 0x0f, 0xce, 0x84, 0xcd, 0xe6, 0xb0, 0x0d, 0xcc, 0x63, 0x45, 0x5d, 0x59, 0xea,
+ 0x4b, 0x08, 0xf8, 0x00, 0xf9, 0x6d, 0xb2, 0x96, 0x20, 0xd8, 0xed, 0xe2, 0xad, 0xaa, 0xbc, 0xc7,
+ 0xab, 0x0a, 0x7c, 0x17, 0xa1, 0x72, 0x23, 0xea, 0x8a, 0x34, 0xd1, 0x1f, 0x3b, 0x24, 0x0a, 0xb4,
+ 0x95, 0x24, 0xf6, 0x8e, 0x99, 0x7d, 0xf8, 0x79, 0xe0, 0x3d, 0x2d, 0x0f, 0x27, 0x2f, 0x06, 0x79,
+ 0x62, 0xbb, 0x70, 0xcb, 0xf6, 0xb4, 0xe1, 0x5d, 0x73, 0xea, 0x12, 0x2a, 0x2f, 0xcc, 0x5d, 0x3a,
+ 0x60, 0xf6, 0x1f, 0x56, 0xcc, 0xb4, 0xea, 0x27, 0xb1, 0x3a, 0x06, 0x0f, 0xd2, 0x5c, 0x3d, 0x86,
+ 0x0c, 0x11, 0xb9, 0xa4, 0x23, 0xdf, 0x70, 0x58, 0xc4, 0x7b, 0xa2, 0xf8, 0xc2, 0xc7, 0x55, 0xd2,
+ 0x84, 0x8f, 0xeb, 0x1c, 0x8f, 0x7c, 0xb9, 0x64, 0xd1, 0x59, 0xd3, 0x70, 0x5d, 0x55, 0x9a, 0xe1,
+ 0xd8, 0xa3, 0x4a, 0x7c, 0x58, 0x70, 0x6a, 0x08, 0xc0, 0xcc, 0x07, 0x69, 0x72, 0x67, 0x89, 0x8e,
+ 0x3f, 0x62, 0xc9, 0xfe, 0xd7, 0xa5, 0x6f, 0x2c, 0x4c, 0x24, 0x35, 0x5f, 0xa4, 0x9f, 0x05, 0xc9,
+ 0xa5, 0xef, 0x02, 0x96, 0x45, 0xad, 0x34, 0x9f, 0xf9, 0xf2, 0x7c, 0xec, 0xc7, 0xb8, 0x50, 0x77,
+ 0xa9, 0xdf, 0x63, 0xdb, 0x29, 0x3d, 0x12, 0x23, 0xce, 0x84, 0xc9, 0x99, 0x23, 0x52, 0x87, 0x95,
+ 0x2d, 0x5c, 0x33, 0xa0, 0x48, 0x00, 0x04, 0xc1, 0xca, 0xbb, 0x0b, 0x9f, 0x55, 0x7e, 0xb5, 0xf2,
+ 0x57, 0xfe, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x27, 0xc7, 0xd2, 0xe3, 0x71, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_friends.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_friends.pb.go
new file mode 100644
index 0000000..edb79b7
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_friends.pb.go
@@ -0,0 +1,2500 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_clientserver_friends.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type CMsgClientFriendMsg struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ ChatEntryType *int32 `protobuf:"varint,2,opt,name=chat_entry_type,json=chatEntryType" json:"chat_entry_type,omitempty"`
+ Message []byte `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"`
+ Rtime32ServerTimestamp *uint32 `protobuf:"fixed32,4,opt,name=rtime32_server_timestamp,json=rtime32ServerTimestamp" json:"rtime32_server_timestamp,omitempty"`
+ EchoToSender *bool `protobuf:"varint,5,opt,name=echo_to_sender,json=echoToSender" json:"echo_to_sender,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendMsg) Reset() { *m = CMsgClientFriendMsg{} }
+func (m *CMsgClientFriendMsg) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendMsg) ProtoMessage() {}
+func (*CMsgClientFriendMsg) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{0}
+}
+
+func (m *CMsgClientFriendMsg) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendMsg.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendMsg.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendMsg) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendMsg.Merge(m, src)
+}
+func (m *CMsgClientFriendMsg) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendMsg.Size(m)
+}
+func (m *CMsgClientFriendMsg) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendMsg.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendMsg proto.InternalMessageInfo
+
+func (m *CMsgClientFriendMsg) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendMsg) GetChatEntryType() int32 {
+ if m != nil && m.ChatEntryType != nil {
+ return *m.ChatEntryType
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendMsg) GetMessage() []byte {
+ if m != nil {
+ return m.Message
+ }
+ return nil
+}
+
+func (m *CMsgClientFriendMsg) GetRtime32ServerTimestamp() uint32 {
+ if m != nil && m.Rtime32ServerTimestamp != nil {
+ return *m.Rtime32ServerTimestamp
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendMsg) GetEchoToSender() bool {
+ if m != nil && m.EchoToSender != nil {
+ return *m.EchoToSender
+ }
+ return false
+}
+
+type CMsgClientFriendMsgIncoming struct {
+ SteamidFrom *uint64 `protobuf:"fixed64,1,opt,name=steamid_from,json=steamidFrom" json:"steamid_from,omitempty"`
+ ChatEntryType *int32 `protobuf:"varint,2,opt,name=chat_entry_type,json=chatEntryType" json:"chat_entry_type,omitempty"`
+ FromLimitedAccount *bool `protobuf:"varint,3,opt,name=from_limited_account,json=fromLimitedAccount" json:"from_limited_account,omitempty"`
+ Message []byte `protobuf:"bytes,4,opt,name=message" json:"message,omitempty"`
+ Rtime32ServerTimestamp *uint32 `protobuf:"fixed32,5,opt,name=rtime32_server_timestamp,json=rtime32ServerTimestamp" json:"rtime32_server_timestamp,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendMsgIncoming) Reset() { *m = CMsgClientFriendMsgIncoming{} }
+func (m *CMsgClientFriendMsgIncoming) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendMsgIncoming) ProtoMessage() {}
+func (*CMsgClientFriendMsgIncoming) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{1}
+}
+
+func (m *CMsgClientFriendMsgIncoming) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendMsgIncoming.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendMsgIncoming) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendMsgIncoming.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendMsgIncoming) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendMsgIncoming.Merge(m, src)
+}
+func (m *CMsgClientFriendMsgIncoming) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendMsgIncoming.Size(m)
+}
+func (m *CMsgClientFriendMsgIncoming) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendMsgIncoming.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendMsgIncoming proto.InternalMessageInfo
+
+func (m *CMsgClientFriendMsgIncoming) GetSteamidFrom() uint64 {
+ if m != nil && m.SteamidFrom != nil {
+ return *m.SteamidFrom
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendMsgIncoming) GetChatEntryType() int32 {
+ if m != nil && m.ChatEntryType != nil {
+ return *m.ChatEntryType
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendMsgIncoming) GetFromLimitedAccount() bool {
+ if m != nil && m.FromLimitedAccount != nil {
+ return *m.FromLimitedAccount
+ }
+ return false
+}
+
+func (m *CMsgClientFriendMsgIncoming) GetMessage() []byte {
+ if m != nil {
+ return m.Message
+ }
+ return nil
+}
+
+func (m *CMsgClientFriendMsgIncoming) GetRtime32ServerTimestamp() uint32 {
+ if m != nil && m.Rtime32ServerTimestamp != nil {
+ return *m.Rtime32ServerTimestamp
+ }
+ return 0
+}
+
+type CMsgClientAddFriend struct {
+ SteamidToAdd *uint64 `protobuf:"fixed64,1,opt,name=steamid_to_add,json=steamidToAdd" json:"steamid_to_add,omitempty"`
+ AccountnameOrEmailToAdd *string `protobuf:"bytes,2,opt,name=accountname_or_email_to_add,json=accountnameOrEmailToAdd" json:"accountname_or_email_to_add,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAddFriend) Reset() { *m = CMsgClientAddFriend{} }
+func (m *CMsgClientAddFriend) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAddFriend) ProtoMessage() {}
+func (*CMsgClientAddFriend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{2}
+}
+
+func (m *CMsgClientAddFriend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAddFriend.Unmarshal(m, b)
+}
+func (m *CMsgClientAddFriend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAddFriend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAddFriend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAddFriend.Merge(m, src)
+}
+func (m *CMsgClientAddFriend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAddFriend.Size(m)
+}
+func (m *CMsgClientAddFriend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAddFriend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAddFriend proto.InternalMessageInfo
+
+func (m *CMsgClientAddFriend) GetSteamidToAdd() uint64 {
+ if m != nil && m.SteamidToAdd != nil {
+ return *m.SteamidToAdd
+ }
+ return 0
+}
+
+func (m *CMsgClientAddFriend) GetAccountnameOrEmailToAdd() string {
+ if m != nil && m.AccountnameOrEmailToAdd != nil {
+ return *m.AccountnameOrEmailToAdd
+ }
+ return ""
+}
+
+type CMsgClientAddFriendResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ SteamIdAdded *uint64 `protobuf:"fixed64,2,opt,name=steam_id_added,json=steamIdAdded" json:"steam_id_added,omitempty"`
+ PersonaNameAdded *string `protobuf:"bytes,3,opt,name=persona_name_added,json=personaNameAdded" json:"persona_name_added,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAddFriendResponse) Reset() { *m = CMsgClientAddFriendResponse{} }
+func (m *CMsgClientAddFriendResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAddFriendResponse) ProtoMessage() {}
+func (*CMsgClientAddFriendResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{3}
+}
+
+func (m *CMsgClientAddFriendResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAddFriendResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientAddFriendResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAddFriendResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAddFriendResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAddFriendResponse.Merge(m, src)
+}
+func (m *CMsgClientAddFriendResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAddFriendResponse.Size(m)
+}
+func (m *CMsgClientAddFriendResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAddFriendResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAddFriendResponse proto.InternalMessageInfo
+
+const Default_CMsgClientAddFriendResponse_Eresult int32 = 2
+
+func (m *CMsgClientAddFriendResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientAddFriendResponse_Eresult
+}
+
+func (m *CMsgClientAddFriendResponse) GetSteamIdAdded() uint64 {
+ if m != nil && m.SteamIdAdded != nil {
+ return *m.SteamIdAdded
+ }
+ return 0
+}
+
+func (m *CMsgClientAddFriendResponse) GetPersonaNameAdded() string {
+ if m != nil && m.PersonaNameAdded != nil {
+ return *m.PersonaNameAdded
+ }
+ return ""
+}
+
+type CMsgClientRemoveFriend struct {
+ Friendid *uint64 `protobuf:"fixed64,1,opt,name=friendid" json:"friendid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRemoveFriend) Reset() { *m = CMsgClientRemoveFriend{} }
+func (m *CMsgClientRemoveFriend) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRemoveFriend) ProtoMessage() {}
+func (*CMsgClientRemoveFriend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{4}
+}
+
+func (m *CMsgClientRemoveFriend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRemoveFriend.Unmarshal(m, b)
+}
+func (m *CMsgClientRemoveFriend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRemoveFriend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRemoveFriend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRemoveFriend.Merge(m, src)
+}
+func (m *CMsgClientRemoveFriend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRemoveFriend.Size(m)
+}
+func (m *CMsgClientRemoveFriend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRemoveFriend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRemoveFriend proto.InternalMessageInfo
+
+func (m *CMsgClientRemoveFriend) GetFriendid() uint64 {
+ if m != nil && m.Friendid != nil {
+ return *m.Friendid
+ }
+ return 0
+}
+
+type CMsgClientHideFriend struct {
+ Friendid *uint64 `protobuf:"fixed64,1,opt,name=friendid" json:"friendid,omitempty"`
+ Hide *bool `protobuf:"varint,2,opt,name=hide" json:"hide,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientHideFriend) Reset() { *m = CMsgClientHideFriend{} }
+func (m *CMsgClientHideFriend) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientHideFriend) ProtoMessage() {}
+func (*CMsgClientHideFriend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{5}
+}
+
+func (m *CMsgClientHideFriend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientHideFriend.Unmarshal(m, b)
+}
+func (m *CMsgClientHideFriend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientHideFriend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientHideFriend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientHideFriend.Merge(m, src)
+}
+func (m *CMsgClientHideFriend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientHideFriend.Size(m)
+}
+func (m *CMsgClientHideFriend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientHideFriend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientHideFriend proto.InternalMessageInfo
+
+func (m *CMsgClientHideFriend) GetFriendid() uint64 {
+ if m != nil && m.Friendid != nil {
+ return *m.Friendid
+ }
+ return 0
+}
+
+func (m *CMsgClientHideFriend) GetHide() bool {
+ if m != nil && m.Hide != nil {
+ return *m.Hide
+ }
+ return false
+}
+
+type CMsgClientFriendsList struct {
+ Bincremental *bool `protobuf:"varint,1,opt,name=bincremental" json:"bincremental,omitempty"`
+ Friends []*CMsgClientFriendsList_Friend `protobuf:"bytes,2,rep,name=friends" json:"friends,omitempty"`
+ MaxFriendCount *uint32 `protobuf:"varint,3,opt,name=max_friend_count,json=maxFriendCount" json:"max_friend_count,omitempty"`
+ ActiveFriendCount *uint32 `protobuf:"varint,4,opt,name=active_friend_count,json=activeFriendCount" json:"active_friend_count,omitempty"`
+ FriendsLimitHit *bool `protobuf:"varint,5,opt,name=friends_limit_hit,json=friendsLimitHit" json:"friends_limit_hit,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendsList) Reset() { *m = CMsgClientFriendsList{} }
+func (m *CMsgClientFriendsList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendsList) ProtoMessage() {}
+func (*CMsgClientFriendsList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{6}
+}
+
+func (m *CMsgClientFriendsList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendsList.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendsList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendsList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendsList.Merge(m, src)
+}
+func (m *CMsgClientFriendsList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendsList.Size(m)
+}
+func (m *CMsgClientFriendsList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendsList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendsList proto.InternalMessageInfo
+
+func (m *CMsgClientFriendsList) GetBincremental() bool {
+ if m != nil && m.Bincremental != nil {
+ return *m.Bincremental
+ }
+ return false
+}
+
+func (m *CMsgClientFriendsList) GetFriends() []*CMsgClientFriendsList_Friend {
+ if m != nil {
+ return m.Friends
+ }
+ return nil
+}
+
+func (m *CMsgClientFriendsList) GetMaxFriendCount() uint32 {
+ if m != nil && m.MaxFriendCount != nil {
+ return *m.MaxFriendCount
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendsList) GetActiveFriendCount() uint32 {
+ if m != nil && m.ActiveFriendCount != nil {
+ return *m.ActiveFriendCount
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendsList) GetFriendsLimitHit() bool {
+ if m != nil && m.FriendsLimitHit != nil {
+ return *m.FriendsLimitHit
+ }
+ return false
+}
+
+type CMsgClientFriendsList_Friend struct {
+ Ulfriendid *uint64 `protobuf:"fixed64,1,opt,name=ulfriendid" json:"ulfriendid,omitempty"`
+ Efriendrelationship *uint32 `protobuf:"varint,2,opt,name=efriendrelationship" json:"efriendrelationship,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendsList_Friend) Reset() { *m = CMsgClientFriendsList_Friend{} }
+func (m *CMsgClientFriendsList_Friend) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendsList_Friend) ProtoMessage() {}
+func (*CMsgClientFriendsList_Friend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{6, 0}
+}
+
+func (m *CMsgClientFriendsList_Friend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendsList_Friend.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendsList_Friend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendsList_Friend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendsList_Friend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendsList_Friend.Merge(m, src)
+}
+func (m *CMsgClientFriendsList_Friend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendsList_Friend.Size(m)
+}
+func (m *CMsgClientFriendsList_Friend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendsList_Friend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendsList_Friend proto.InternalMessageInfo
+
+func (m *CMsgClientFriendsList_Friend) GetUlfriendid() uint64 {
+ if m != nil && m.Ulfriendid != nil {
+ return *m.Ulfriendid
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendsList_Friend) GetEfriendrelationship() uint32 {
+ if m != nil && m.Efriendrelationship != nil {
+ return *m.Efriendrelationship
+ }
+ return 0
+}
+
+type CMsgClientFriendsGroupsList struct {
+ Bremoval *bool `protobuf:"varint,1,opt,name=bremoval" json:"bremoval,omitempty"`
+ Bincremental *bool `protobuf:"varint,2,opt,name=bincremental" json:"bincremental,omitempty"`
+ FriendGroups []*CMsgClientFriendsGroupsList_FriendGroup `protobuf:"bytes,3,rep,name=friendGroups" json:"friendGroups,omitempty"`
+ Memberships []*CMsgClientFriendsGroupsList_FriendGroupsMembership `protobuf:"bytes,4,rep,name=memberships" json:"memberships,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendsGroupsList) Reset() { *m = CMsgClientFriendsGroupsList{} }
+func (m *CMsgClientFriendsGroupsList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendsGroupsList) ProtoMessage() {}
+func (*CMsgClientFriendsGroupsList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{7}
+}
+
+func (m *CMsgClientFriendsGroupsList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendsGroupsList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendsGroupsList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendsGroupsList.Merge(m, src)
+}
+func (m *CMsgClientFriendsGroupsList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList.Size(m)
+}
+func (m *CMsgClientFriendsGroupsList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendsGroupsList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendsGroupsList proto.InternalMessageInfo
+
+func (m *CMsgClientFriendsGroupsList) GetBremoval() bool {
+ if m != nil && m.Bremoval != nil {
+ return *m.Bremoval
+ }
+ return false
+}
+
+func (m *CMsgClientFriendsGroupsList) GetBincremental() bool {
+ if m != nil && m.Bincremental != nil {
+ return *m.Bincremental
+ }
+ return false
+}
+
+func (m *CMsgClientFriendsGroupsList) GetFriendGroups() []*CMsgClientFriendsGroupsList_FriendGroup {
+ if m != nil {
+ return m.FriendGroups
+ }
+ return nil
+}
+
+func (m *CMsgClientFriendsGroupsList) GetMemberships() []*CMsgClientFriendsGroupsList_FriendGroupsMembership {
+ if m != nil {
+ return m.Memberships
+ }
+ return nil
+}
+
+type CMsgClientFriendsGroupsList_FriendGroup struct {
+ NGroupID *int32 `protobuf:"varint,1,opt,name=nGroupID" json:"nGroupID,omitempty"`
+ StrGroupName *string `protobuf:"bytes,2,opt,name=strGroupName" json:"strGroupName,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendsGroupsList_FriendGroup) Reset() {
+ *m = CMsgClientFriendsGroupsList_FriendGroup{}
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroup) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendsGroupsList_FriendGroup) ProtoMessage() {}
+func (*CMsgClientFriendsGroupsList_FriendGroup) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{7, 0}
+}
+
+func (m *CMsgClientFriendsGroupsList_FriendGroup) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroup.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroup.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroup) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroup.Merge(m, src)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroup) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroup.Size(m)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroup) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroup.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroup proto.InternalMessageInfo
+
+func (m *CMsgClientFriendsGroupsList_FriendGroup) GetNGroupID() int32 {
+ if m != nil && m.NGroupID != nil {
+ return *m.NGroupID
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendsGroupsList_FriendGroup) GetStrGroupName() string {
+ if m != nil && m.StrGroupName != nil {
+ return *m.StrGroupName
+ }
+ return ""
+}
+
+type CMsgClientFriendsGroupsList_FriendGroupsMembership struct {
+ UlSteamID *uint64 `protobuf:"fixed64,1,opt,name=ulSteamID" json:"ulSteamID,omitempty"`
+ NGroupID *int32 `protobuf:"varint,2,opt,name=nGroupID" json:"nGroupID,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) Reset() {
+ *m = CMsgClientFriendsGroupsList_FriendGroupsMembership{}
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientFriendsGroupsList_FriendGroupsMembership) ProtoMessage() {}
+func (*CMsgClientFriendsGroupsList_FriendGroupsMembership) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{7, 1}
+}
+
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroupsMembership.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroupsMembership.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroupsMembership.Merge(m, src)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroupsMembership.Size(m)
+}
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroupsMembership.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendsGroupsList_FriendGroupsMembership proto.InternalMessageInfo
+
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) GetUlSteamID() uint64 {
+ if m != nil && m.UlSteamID != nil {
+ return *m.UlSteamID
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendsGroupsList_FriendGroupsMembership) GetNGroupID() int32 {
+ if m != nil && m.NGroupID != nil {
+ return *m.NGroupID
+ }
+ return 0
+}
+
+type CMsgClientPlayerNicknameList struct {
+ Removal *bool `protobuf:"varint,1,opt,name=removal" json:"removal,omitempty"`
+ Incremental *bool `protobuf:"varint,2,opt,name=incremental" json:"incremental,omitempty"`
+ Nicknames []*CMsgClientPlayerNicknameList_PlayerNickname `protobuf:"bytes,3,rep,name=nicknames" json:"nicknames,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPlayerNicknameList) Reset() { *m = CMsgClientPlayerNicknameList{} }
+func (m *CMsgClientPlayerNicknameList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPlayerNicknameList) ProtoMessage() {}
+func (*CMsgClientPlayerNicknameList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{8}
+}
+
+func (m *CMsgClientPlayerNicknameList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPlayerNicknameList.Unmarshal(m, b)
+}
+func (m *CMsgClientPlayerNicknameList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPlayerNicknameList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPlayerNicknameList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPlayerNicknameList.Merge(m, src)
+}
+func (m *CMsgClientPlayerNicknameList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPlayerNicknameList.Size(m)
+}
+func (m *CMsgClientPlayerNicknameList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPlayerNicknameList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPlayerNicknameList proto.InternalMessageInfo
+
+func (m *CMsgClientPlayerNicknameList) GetRemoval() bool {
+ if m != nil && m.Removal != nil {
+ return *m.Removal
+ }
+ return false
+}
+
+func (m *CMsgClientPlayerNicknameList) GetIncremental() bool {
+ if m != nil && m.Incremental != nil {
+ return *m.Incremental
+ }
+ return false
+}
+
+func (m *CMsgClientPlayerNicknameList) GetNicknames() []*CMsgClientPlayerNicknameList_PlayerNickname {
+ if m != nil {
+ return m.Nicknames
+ }
+ return nil
+}
+
+type CMsgClientPlayerNicknameList_PlayerNickname struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ Nickname *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) Reset() {
+ *m = CMsgClientPlayerNicknameList_PlayerNickname{}
+}
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientPlayerNicknameList_PlayerNickname) ProtoMessage() {}
+func (*CMsgClientPlayerNicknameList_PlayerNickname) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{8, 0}
+}
+
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPlayerNicknameList_PlayerNickname.Unmarshal(m, b)
+}
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPlayerNicknameList_PlayerNickname.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPlayerNicknameList_PlayerNickname.Merge(m, src)
+}
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPlayerNicknameList_PlayerNickname.Size(m)
+}
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPlayerNicknameList_PlayerNickname.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPlayerNicknameList_PlayerNickname proto.InternalMessageInfo
+
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientPlayerNicknameList_PlayerNickname) GetNickname() string {
+ if m != nil && m.Nickname != nil {
+ return *m.Nickname
+ }
+ return ""
+}
+
+type CMsgClientSetPlayerNickname struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ Nickname *string `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSetPlayerNickname) Reset() { *m = CMsgClientSetPlayerNickname{} }
+func (m *CMsgClientSetPlayerNickname) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSetPlayerNickname) ProtoMessage() {}
+func (*CMsgClientSetPlayerNickname) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{9}
+}
+
+func (m *CMsgClientSetPlayerNickname) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSetPlayerNickname.Unmarshal(m, b)
+}
+func (m *CMsgClientSetPlayerNickname) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSetPlayerNickname.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSetPlayerNickname) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSetPlayerNickname.Merge(m, src)
+}
+func (m *CMsgClientSetPlayerNickname) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSetPlayerNickname.Size(m)
+}
+func (m *CMsgClientSetPlayerNickname) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSetPlayerNickname.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSetPlayerNickname proto.InternalMessageInfo
+
+func (m *CMsgClientSetPlayerNickname) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientSetPlayerNickname) GetNickname() string {
+ if m != nil && m.Nickname != nil {
+ return *m.Nickname
+ }
+ return ""
+}
+
+type CMsgClientSetPlayerNicknameResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSetPlayerNicknameResponse) Reset() { *m = CMsgClientSetPlayerNicknameResponse{} }
+func (m *CMsgClientSetPlayerNicknameResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSetPlayerNicknameResponse) ProtoMessage() {}
+func (*CMsgClientSetPlayerNicknameResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{10}
+}
+
+func (m *CMsgClientSetPlayerNicknameResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSetPlayerNicknameResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientSetPlayerNicknameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSetPlayerNicknameResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSetPlayerNicknameResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSetPlayerNicknameResponse.Merge(m, src)
+}
+func (m *CMsgClientSetPlayerNicknameResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSetPlayerNicknameResponse.Size(m)
+}
+func (m *CMsgClientSetPlayerNicknameResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSetPlayerNicknameResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSetPlayerNicknameResponse proto.InternalMessageInfo
+
+func (m *CMsgClientSetPlayerNicknameResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientRequestFriendData struct {
+ PersonaStateRequested *uint32 `protobuf:"varint,1,opt,name=persona_state_requested,json=personaStateRequested" json:"persona_state_requested,omitempty"`
+ Friends []uint64 `protobuf:"fixed64,2,rep,name=friends" json:"friends,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestFriendData) Reset() { *m = CMsgClientRequestFriendData{} }
+func (m *CMsgClientRequestFriendData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRequestFriendData) ProtoMessage() {}
+func (*CMsgClientRequestFriendData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{11}
+}
+
+func (m *CMsgClientRequestFriendData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestFriendData.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestFriendData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestFriendData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestFriendData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestFriendData.Merge(m, src)
+}
+func (m *CMsgClientRequestFriendData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestFriendData.Size(m)
+}
+func (m *CMsgClientRequestFriendData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestFriendData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestFriendData proto.InternalMessageInfo
+
+func (m *CMsgClientRequestFriendData) GetPersonaStateRequested() uint32 {
+ if m != nil && m.PersonaStateRequested != nil {
+ return *m.PersonaStateRequested
+ }
+ return 0
+}
+
+func (m *CMsgClientRequestFriendData) GetFriends() []uint64 {
+ if m != nil {
+ return m.Friends
+ }
+ return nil
+}
+
+type CMsgClientChangeStatus struct {
+ PersonaState *uint32 `protobuf:"varint,1,opt,name=persona_state,json=personaState" json:"persona_state,omitempty"`
+ PlayerName *string `protobuf:"bytes,2,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
+ IsAutoGeneratedName *bool `protobuf:"varint,3,opt,name=is_auto_generated_name,json=isAutoGeneratedName" json:"is_auto_generated_name,omitempty"`
+ HighPriority *bool `protobuf:"varint,4,opt,name=high_priority,json=highPriority" json:"high_priority,omitempty"`
+ PersonaSetByUser *bool `protobuf:"varint,5,opt,name=persona_set_by_user,json=personaSetByUser" json:"persona_set_by_user,omitempty"`
+ PersonaStateFlags *uint32 `protobuf:"varint,6,opt,name=persona_state_flags,json=personaStateFlags,def=0" json:"persona_state_flags,omitempty"`
+ NeedPersonaResponse *bool `protobuf:"varint,7,opt,name=need_persona_response,json=needPersonaResponse" json:"need_persona_response,omitempty"`
+ IsClientIdle *bool `protobuf:"varint,8,opt,name=is_client_idle,json=isClientIdle" json:"is_client_idle,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChangeStatus) Reset() { *m = CMsgClientChangeStatus{} }
+func (m *CMsgClientChangeStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientChangeStatus) ProtoMessage() {}
+func (*CMsgClientChangeStatus) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{12}
+}
+
+func (m *CMsgClientChangeStatus) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChangeStatus.Unmarshal(m, b)
+}
+func (m *CMsgClientChangeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChangeStatus.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChangeStatus) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChangeStatus.Merge(m, src)
+}
+func (m *CMsgClientChangeStatus) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChangeStatus.Size(m)
+}
+func (m *CMsgClientChangeStatus) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChangeStatus.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChangeStatus proto.InternalMessageInfo
+
+const Default_CMsgClientChangeStatus_PersonaStateFlags uint32 = 0
+
+func (m *CMsgClientChangeStatus) GetPersonaState() uint32 {
+ if m != nil && m.PersonaState != nil {
+ return *m.PersonaState
+ }
+ return 0
+}
+
+func (m *CMsgClientChangeStatus) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+func (m *CMsgClientChangeStatus) GetIsAutoGeneratedName() bool {
+ if m != nil && m.IsAutoGeneratedName != nil {
+ return *m.IsAutoGeneratedName
+ }
+ return false
+}
+
+func (m *CMsgClientChangeStatus) GetHighPriority() bool {
+ if m != nil && m.HighPriority != nil {
+ return *m.HighPriority
+ }
+ return false
+}
+
+func (m *CMsgClientChangeStatus) GetPersonaSetByUser() bool {
+ if m != nil && m.PersonaSetByUser != nil {
+ return *m.PersonaSetByUser
+ }
+ return false
+}
+
+func (m *CMsgClientChangeStatus) GetPersonaStateFlags() uint32 {
+ if m != nil && m.PersonaStateFlags != nil {
+ return *m.PersonaStateFlags
+ }
+ return Default_CMsgClientChangeStatus_PersonaStateFlags
+}
+
+func (m *CMsgClientChangeStatus) GetNeedPersonaResponse() bool {
+ if m != nil && m.NeedPersonaResponse != nil {
+ return *m.NeedPersonaResponse
+ }
+ return false
+}
+
+func (m *CMsgClientChangeStatus) GetIsClientIdle() bool {
+ if m != nil && m.IsClientIdle != nil {
+ return *m.IsClientIdle
+ }
+ return false
+}
+
+type CMsgPersonaChangeResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ PlayerName *string `protobuf:"bytes,2,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgPersonaChangeResponse) Reset() { *m = CMsgPersonaChangeResponse{} }
+func (m *CMsgPersonaChangeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgPersonaChangeResponse) ProtoMessage() {}
+func (*CMsgPersonaChangeResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{13}
+}
+
+func (m *CMsgPersonaChangeResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgPersonaChangeResponse.Unmarshal(m, b)
+}
+func (m *CMsgPersonaChangeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgPersonaChangeResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgPersonaChangeResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgPersonaChangeResponse.Merge(m, src)
+}
+func (m *CMsgPersonaChangeResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgPersonaChangeResponse.Size(m)
+}
+func (m *CMsgPersonaChangeResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgPersonaChangeResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgPersonaChangeResponse proto.InternalMessageInfo
+
+func (m *CMsgPersonaChangeResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgPersonaChangeResponse) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+type CMsgClientPersonaState struct {
+ StatusFlags *uint32 `protobuf:"varint,1,opt,name=status_flags,json=statusFlags" json:"status_flags,omitempty"`
+ Friends []*CMsgClientPersonaState_Friend `protobuf:"bytes,2,rep,name=friends" json:"friends,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPersonaState) Reset() { *m = CMsgClientPersonaState{} }
+func (m *CMsgClientPersonaState) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPersonaState) ProtoMessage() {}
+func (*CMsgClientPersonaState) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{14}
+}
+
+func (m *CMsgClientPersonaState) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPersonaState.Unmarshal(m, b)
+}
+func (m *CMsgClientPersonaState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPersonaState.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPersonaState) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPersonaState.Merge(m, src)
+}
+func (m *CMsgClientPersonaState) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPersonaState.Size(m)
+}
+func (m *CMsgClientPersonaState) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPersonaState.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPersonaState proto.InternalMessageInfo
+
+func (m *CMsgClientPersonaState) GetStatusFlags() uint32 {
+ if m != nil && m.StatusFlags != nil {
+ return *m.StatusFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState) GetFriends() []*CMsgClientPersonaState_Friend {
+ if m != nil {
+ return m.Friends
+ }
+ return nil
+}
+
+type CMsgClientPersonaState_Friend struct {
+ Friendid *uint64 `protobuf:"fixed64,1,opt,name=friendid" json:"friendid,omitempty"`
+ PersonaState *uint32 `protobuf:"varint,2,opt,name=persona_state,json=personaState" json:"persona_state,omitempty"`
+ GamePlayedAppId *uint32 `protobuf:"varint,3,opt,name=game_played_app_id,json=gamePlayedAppId" json:"game_played_app_id,omitempty"`
+ GameServerIp *uint32 `protobuf:"varint,4,opt,name=game_server_ip,json=gameServerIp" json:"game_server_ip,omitempty"`
+ GameServerPort *uint32 `protobuf:"varint,5,opt,name=game_server_port,json=gameServerPort" json:"game_server_port,omitempty"`
+ PersonaStateFlags *uint32 `protobuf:"varint,6,opt,name=persona_state_flags,json=personaStateFlags" json:"persona_state_flags,omitempty"`
+ OnlineSessionInstances *uint32 `protobuf:"varint,7,opt,name=online_session_instances,json=onlineSessionInstances" json:"online_session_instances,omitempty"`
+ PersonaSetByUser *bool `protobuf:"varint,10,opt,name=persona_set_by_user,json=personaSetByUser" json:"persona_set_by_user,omitempty"`
+ PlayerName *string `protobuf:"bytes,15,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
+ QueryPort *uint32 `protobuf:"varint,20,opt,name=query_port,json=queryPort" json:"query_port,omitempty"`
+ SteamidSource *uint64 `protobuf:"fixed64,25,opt,name=steamid_source,json=steamidSource" json:"steamid_source,omitempty"`
+ AvatarHash []byte `protobuf:"bytes,31,opt,name=avatar_hash,json=avatarHash" json:"avatar_hash,omitempty"`
+ LastLogoff *uint32 `protobuf:"varint,45,opt,name=last_logoff,json=lastLogoff" json:"last_logoff,omitempty"`
+ LastLogon *uint32 `protobuf:"varint,46,opt,name=last_logon,json=lastLogon" json:"last_logon,omitempty"`
+ LastSeenOnline *uint32 `protobuf:"varint,47,opt,name=last_seen_online,json=lastSeenOnline" json:"last_seen_online,omitempty"`
+ ClanRank *uint32 `protobuf:"varint,50,opt,name=clan_rank,json=clanRank" json:"clan_rank,omitempty"`
+ GameName *string `protobuf:"bytes,55,opt,name=game_name,json=gameName" json:"game_name,omitempty"`
+ Gameid *uint64 `protobuf:"fixed64,56,opt,name=gameid" json:"gameid,omitempty"`
+ GameDataBlob []byte `protobuf:"bytes,60,opt,name=game_data_blob,json=gameDataBlob" json:"game_data_blob,omitempty"`
+ ClanData *CMsgClientPersonaState_Friend_ClanData `protobuf:"bytes,64,opt,name=clan_data,json=clanData" json:"clan_data,omitempty"`
+ ClanTag *string `protobuf:"bytes,65,opt,name=clan_tag,json=clanTag" json:"clan_tag,omitempty"`
+ RichPresence []*CMsgClientPersonaState_Friend_KV `protobuf:"bytes,71,rep,name=rich_presence,json=richPresence" json:"rich_presence,omitempty"`
+ BroadcastId *uint64 `protobuf:"fixed64,72,opt,name=broadcast_id,json=broadcastId" json:"broadcast_id,omitempty"`
+ GameLobbyId *uint64 `protobuf:"fixed64,73,opt,name=game_lobby_id,json=gameLobbyId" json:"game_lobby_id,omitempty"`
+ WatchingBroadcastAccountid *uint32 `protobuf:"varint,74,opt,name=watching_broadcast_accountid,json=watchingBroadcastAccountid" json:"watching_broadcast_accountid,omitempty"`
+ WatchingBroadcastAppid *uint32 `protobuf:"varint,75,opt,name=watching_broadcast_appid,json=watchingBroadcastAppid" json:"watching_broadcast_appid,omitempty"`
+ WatchingBroadcastViewers *uint32 `protobuf:"varint,76,opt,name=watching_broadcast_viewers,json=watchingBroadcastViewers" json:"watching_broadcast_viewers,omitempty"`
+ WatchingBroadcastTitle *string `protobuf:"bytes,77,opt,name=watching_broadcast_title,json=watchingBroadcastTitle" json:"watching_broadcast_title,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPersonaState_Friend) Reset() { *m = CMsgClientPersonaState_Friend{} }
+func (m *CMsgClientPersonaState_Friend) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPersonaState_Friend) ProtoMessage() {}
+func (*CMsgClientPersonaState_Friend) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{14, 0}
+}
+
+func (m *CMsgClientPersonaState_Friend) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend.Unmarshal(m, b)
+}
+func (m *CMsgClientPersonaState_Friend) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPersonaState_Friend) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPersonaState_Friend.Merge(m, src)
+}
+func (m *CMsgClientPersonaState_Friend) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend.Size(m)
+}
+func (m *CMsgClientPersonaState_Friend) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPersonaState_Friend.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPersonaState_Friend proto.InternalMessageInfo
+
+func (m *CMsgClientPersonaState_Friend) GetFriendid() uint64 {
+ if m != nil && m.Friendid != nil {
+ return *m.Friendid
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetPersonaState() uint32 {
+ if m != nil && m.PersonaState != nil {
+ return *m.PersonaState
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGamePlayedAppId() uint32 {
+ if m != nil && m.GamePlayedAppId != nil {
+ return *m.GamePlayedAppId
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGameServerIp() uint32 {
+ if m != nil && m.GameServerIp != nil {
+ return *m.GameServerIp
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGameServerPort() uint32 {
+ if m != nil && m.GameServerPort != nil {
+ return *m.GameServerPort
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetPersonaStateFlags() uint32 {
+ if m != nil && m.PersonaStateFlags != nil {
+ return *m.PersonaStateFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetOnlineSessionInstances() uint32 {
+ if m != nil && m.OnlineSessionInstances != nil {
+ return *m.OnlineSessionInstances
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetPersonaSetByUser() bool {
+ if m != nil && m.PersonaSetByUser != nil {
+ return *m.PersonaSetByUser
+ }
+ return false
+}
+
+func (m *CMsgClientPersonaState_Friend) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+func (m *CMsgClientPersonaState_Friend) GetQueryPort() uint32 {
+ if m != nil && m.QueryPort != nil {
+ return *m.QueryPort
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetSteamidSource() uint64 {
+ if m != nil && m.SteamidSource != nil {
+ return *m.SteamidSource
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetAvatarHash() []byte {
+ if m != nil {
+ return m.AvatarHash
+ }
+ return nil
+}
+
+func (m *CMsgClientPersonaState_Friend) GetLastLogoff() uint32 {
+ if m != nil && m.LastLogoff != nil {
+ return *m.LastLogoff
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetLastLogon() uint32 {
+ if m != nil && m.LastLogon != nil {
+ return *m.LastLogon
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetLastSeenOnline() uint32 {
+ if m != nil && m.LastSeenOnline != nil {
+ return *m.LastSeenOnline
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetClanRank() uint32 {
+ if m != nil && m.ClanRank != nil {
+ return *m.ClanRank
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGameName() string {
+ if m != nil && m.GameName != nil {
+ return *m.GameName
+ }
+ return ""
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGameid() uint64 {
+ if m != nil && m.Gameid != nil {
+ return *m.Gameid
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGameDataBlob() []byte {
+ if m != nil {
+ return m.GameDataBlob
+ }
+ return nil
+}
+
+func (m *CMsgClientPersonaState_Friend) GetClanData() *CMsgClientPersonaState_Friend_ClanData {
+ if m != nil {
+ return m.ClanData
+ }
+ return nil
+}
+
+func (m *CMsgClientPersonaState_Friend) GetClanTag() string {
+ if m != nil && m.ClanTag != nil {
+ return *m.ClanTag
+ }
+ return ""
+}
+
+func (m *CMsgClientPersonaState_Friend) GetRichPresence() []*CMsgClientPersonaState_Friend_KV {
+ if m != nil {
+ return m.RichPresence
+ }
+ return nil
+}
+
+func (m *CMsgClientPersonaState_Friend) GetBroadcastId() uint64 {
+ if m != nil && m.BroadcastId != nil {
+ return *m.BroadcastId
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetGameLobbyId() uint64 {
+ if m != nil && m.GameLobbyId != nil {
+ return *m.GameLobbyId
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetWatchingBroadcastAccountid() uint32 {
+ if m != nil && m.WatchingBroadcastAccountid != nil {
+ return *m.WatchingBroadcastAccountid
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetWatchingBroadcastAppid() uint32 {
+ if m != nil && m.WatchingBroadcastAppid != nil {
+ return *m.WatchingBroadcastAppid
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetWatchingBroadcastViewers() uint32 {
+ if m != nil && m.WatchingBroadcastViewers != nil {
+ return *m.WatchingBroadcastViewers
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend) GetWatchingBroadcastTitle() string {
+ if m != nil && m.WatchingBroadcastTitle != nil {
+ return *m.WatchingBroadcastTitle
+ }
+ return ""
+}
+
+type CMsgClientPersonaState_Friend_ClanData struct {
+ OggAppId *uint32 `protobuf:"varint,1,opt,name=ogg_app_id,json=oggAppId" json:"ogg_app_id,omitempty"`
+ ChatGroupId *uint64 `protobuf:"varint,2,opt,name=chat_group_id,json=chatGroupId" json:"chat_group_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPersonaState_Friend_ClanData) Reset() {
+ *m = CMsgClientPersonaState_Friend_ClanData{}
+}
+func (m *CMsgClientPersonaState_Friend_ClanData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPersonaState_Friend_ClanData) ProtoMessage() {}
+func (*CMsgClientPersonaState_Friend_ClanData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{14, 0, 0}
+}
+
+func (m *CMsgClientPersonaState_Friend_ClanData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend_ClanData.Unmarshal(m, b)
+}
+func (m *CMsgClientPersonaState_Friend_ClanData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend_ClanData.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPersonaState_Friend_ClanData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPersonaState_Friend_ClanData.Merge(m, src)
+}
+func (m *CMsgClientPersonaState_Friend_ClanData) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend_ClanData.Size(m)
+}
+func (m *CMsgClientPersonaState_Friend_ClanData) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPersonaState_Friend_ClanData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPersonaState_Friend_ClanData proto.InternalMessageInfo
+
+func (m *CMsgClientPersonaState_Friend_ClanData) GetOggAppId() uint32 {
+ if m != nil && m.OggAppId != nil {
+ return *m.OggAppId
+ }
+ return 0
+}
+
+func (m *CMsgClientPersonaState_Friend_ClanData) GetChatGroupId() uint64 {
+ if m != nil && m.ChatGroupId != nil {
+ return *m.ChatGroupId
+ }
+ return 0
+}
+
+type CMsgClientPersonaState_Friend_KV struct {
+ Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
+ Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientPersonaState_Friend_KV) Reset() { *m = CMsgClientPersonaState_Friend_KV{} }
+func (m *CMsgClientPersonaState_Friend_KV) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPersonaState_Friend_KV) ProtoMessage() {}
+func (*CMsgClientPersonaState_Friend_KV) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{14, 0, 1}
+}
+
+func (m *CMsgClientPersonaState_Friend_KV) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend_KV.Unmarshal(m, b)
+}
+func (m *CMsgClientPersonaState_Friend_KV) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend_KV.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientPersonaState_Friend_KV) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientPersonaState_Friend_KV.Merge(m, src)
+}
+func (m *CMsgClientPersonaState_Friend_KV) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientPersonaState_Friend_KV.Size(m)
+}
+func (m *CMsgClientPersonaState_Friend_KV) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientPersonaState_Friend_KV.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientPersonaState_Friend_KV proto.InternalMessageInfo
+
+func (m *CMsgClientPersonaState_Friend_KV) GetKey() string {
+ if m != nil && m.Key != nil {
+ return *m.Key
+ }
+ return ""
+}
+
+func (m *CMsgClientPersonaState_Friend_KV) GetValue() string {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return ""
+}
+
+type CMsgClientFriendProfileInfo struct {
+ SteamidFriend *uint64 `protobuf:"fixed64,1,opt,name=steamid_friend,json=steamidFriend" json:"steamid_friend,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendProfileInfo) Reset() { *m = CMsgClientFriendProfileInfo{} }
+func (m *CMsgClientFriendProfileInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendProfileInfo) ProtoMessage() {}
+func (*CMsgClientFriendProfileInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{15}
+}
+
+func (m *CMsgClientFriendProfileInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendProfileInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendProfileInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendProfileInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendProfileInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendProfileInfo.Merge(m, src)
+}
+func (m *CMsgClientFriendProfileInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendProfileInfo.Size(m)
+}
+func (m *CMsgClientFriendProfileInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendProfileInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendProfileInfo proto.InternalMessageInfo
+
+func (m *CMsgClientFriendProfileInfo) GetSteamidFriend() uint64 {
+ if m != nil && m.SteamidFriend != nil {
+ return *m.SteamidFriend
+ }
+ return 0
+}
+
+type CMsgClientFriendProfileInfoResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ SteamidFriend *uint64 `protobuf:"fixed64,2,opt,name=steamid_friend,json=steamidFriend" json:"steamid_friend,omitempty"`
+ TimeCreated *uint32 `protobuf:"varint,3,opt,name=time_created,json=timeCreated" json:"time_created,omitempty"`
+ RealName *string `protobuf:"bytes,4,opt,name=real_name,json=realName" json:"real_name,omitempty"`
+ CityName *string `protobuf:"bytes,5,opt,name=city_name,json=cityName" json:"city_name,omitempty"`
+ StateName *string `protobuf:"bytes,6,opt,name=state_name,json=stateName" json:"state_name,omitempty"`
+ CountryName *string `protobuf:"bytes,7,opt,name=country_name,json=countryName" json:"country_name,omitempty"`
+ Headline *string `protobuf:"bytes,8,opt,name=headline" json:"headline,omitempty"`
+ Summary *string `protobuf:"bytes,9,opt,name=summary" json:"summary,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) Reset() { *m = CMsgClientFriendProfileInfoResponse{} }
+func (m *CMsgClientFriendProfileInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientFriendProfileInfoResponse) ProtoMessage() {}
+func (*CMsgClientFriendProfileInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{16}
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientFriendProfileInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientFriendProfileInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientFriendProfileInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientFriendProfileInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientFriendProfileInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientFriendProfileInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientFriendProfileInfoResponse.Size(m)
+}
+func (m *CMsgClientFriendProfileInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientFriendProfileInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientFriendProfileInfoResponse proto.InternalMessageInfo
+
+const Default_CMsgClientFriendProfileInfoResponse_Eresult int32 = 2
+
+func (m *CMsgClientFriendProfileInfoResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientFriendProfileInfoResponse_Eresult
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetSteamidFriend() uint64 {
+ if m != nil && m.SteamidFriend != nil {
+ return *m.SteamidFriend
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetTimeCreated() uint32 {
+ if m != nil && m.TimeCreated != nil {
+ return *m.TimeCreated
+ }
+ return 0
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetRealName() string {
+ if m != nil && m.RealName != nil {
+ return *m.RealName
+ }
+ return ""
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetCityName() string {
+ if m != nil && m.CityName != nil {
+ return *m.CityName
+ }
+ return ""
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetStateName() string {
+ if m != nil && m.StateName != nil {
+ return *m.StateName
+ }
+ return ""
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetCountryName() string {
+ if m != nil && m.CountryName != nil {
+ return *m.CountryName
+ }
+ return ""
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetHeadline() string {
+ if m != nil && m.Headline != nil {
+ return *m.Headline
+ }
+ return ""
+}
+
+func (m *CMsgClientFriendProfileInfoResponse) GetSummary() string {
+ if m != nil && m.Summary != nil {
+ return *m.Summary
+ }
+ return ""
+}
+
+type CMsgClientCreateFriendsGroup struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ Groupname *string `protobuf:"bytes,2,opt,name=groupname" json:"groupname,omitempty"`
+ SteamidFriends []uint64 `protobuf:"fixed64,3,rep,name=steamid_friends,json=steamidFriends" json:"steamid_friends,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCreateFriendsGroup) Reset() { *m = CMsgClientCreateFriendsGroup{} }
+func (m *CMsgClientCreateFriendsGroup) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCreateFriendsGroup) ProtoMessage() {}
+func (*CMsgClientCreateFriendsGroup) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{17}
+}
+
+func (m *CMsgClientCreateFriendsGroup) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCreateFriendsGroup.Unmarshal(m, b)
+}
+func (m *CMsgClientCreateFriendsGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCreateFriendsGroup.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCreateFriendsGroup) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCreateFriendsGroup.Merge(m, src)
+}
+func (m *CMsgClientCreateFriendsGroup) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCreateFriendsGroup.Size(m)
+}
+func (m *CMsgClientCreateFriendsGroup) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCreateFriendsGroup.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCreateFriendsGroup proto.InternalMessageInfo
+
+func (m *CMsgClientCreateFriendsGroup) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientCreateFriendsGroup) GetGroupname() string {
+ if m != nil && m.Groupname != nil {
+ return *m.Groupname
+ }
+ return ""
+}
+
+func (m *CMsgClientCreateFriendsGroup) GetSteamidFriends() []uint64 {
+ if m != nil {
+ return m.SteamidFriends
+ }
+ return nil
+}
+
+type CMsgClientCreateFriendsGroupResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ Groupid *int32 `protobuf:"varint,2,opt,name=groupid" json:"groupid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientCreateFriendsGroupResponse) Reset() { *m = CMsgClientCreateFriendsGroupResponse{} }
+func (m *CMsgClientCreateFriendsGroupResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientCreateFriendsGroupResponse) ProtoMessage() {}
+func (*CMsgClientCreateFriendsGroupResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{18}
+}
+
+func (m *CMsgClientCreateFriendsGroupResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientCreateFriendsGroupResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientCreateFriendsGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientCreateFriendsGroupResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientCreateFriendsGroupResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientCreateFriendsGroupResponse.Merge(m, src)
+}
+func (m *CMsgClientCreateFriendsGroupResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientCreateFriendsGroupResponse.Size(m)
+}
+func (m *CMsgClientCreateFriendsGroupResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientCreateFriendsGroupResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientCreateFriendsGroupResponse proto.InternalMessageInfo
+
+func (m *CMsgClientCreateFriendsGroupResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgClientCreateFriendsGroupResponse) GetGroupid() int32 {
+ if m != nil && m.Groupid != nil {
+ return *m.Groupid
+ }
+ return 0
+}
+
+type CMsgClientDeleteFriendsGroup struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ Groupid *int32 `protobuf:"varint,2,opt,name=groupid" json:"groupid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDeleteFriendsGroup) Reset() { *m = CMsgClientDeleteFriendsGroup{} }
+func (m *CMsgClientDeleteFriendsGroup) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDeleteFriendsGroup) ProtoMessage() {}
+func (*CMsgClientDeleteFriendsGroup) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{19}
+}
+
+func (m *CMsgClientDeleteFriendsGroup) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDeleteFriendsGroup.Unmarshal(m, b)
+}
+func (m *CMsgClientDeleteFriendsGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDeleteFriendsGroup.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDeleteFriendsGroup) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDeleteFriendsGroup.Merge(m, src)
+}
+func (m *CMsgClientDeleteFriendsGroup) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDeleteFriendsGroup.Size(m)
+}
+func (m *CMsgClientDeleteFriendsGroup) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDeleteFriendsGroup.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDeleteFriendsGroup proto.InternalMessageInfo
+
+func (m *CMsgClientDeleteFriendsGroup) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgClientDeleteFriendsGroup) GetGroupid() int32 {
+ if m != nil && m.Groupid != nil {
+ return *m.Groupid
+ }
+ return 0
+}
+
+type CMsgClientDeleteFriendsGroupResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientDeleteFriendsGroupResponse) Reset() { *m = CMsgClientDeleteFriendsGroupResponse{} }
+func (m *CMsgClientDeleteFriendsGroupResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientDeleteFriendsGroupResponse) ProtoMessage() {}
+func (*CMsgClientDeleteFriendsGroupResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{20}
+}
+
+func (m *CMsgClientDeleteFriendsGroupResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientDeleteFriendsGroupResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientDeleteFriendsGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientDeleteFriendsGroupResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientDeleteFriendsGroupResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientDeleteFriendsGroupResponse.Merge(m, src)
+}
+func (m *CMsgClientDeleteFriendsGroupResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientDeleteFriendsGroupResponse.Size(m)
+}
+func (m *CMsgClientDeleteFriendsGroupResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientDeleteFriendsGroupResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientDeleteFriendsGroupResponse proto.InternalMessageInfo
+
+func (m *CMsgClientDeleteFriendsGroupResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientManageFriendsGroup struct {
+ Groupid *int32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"`
+ Groupname *string `protobuf:"bytes,2,opt,name=groupname" json:"groupname,omitempty"`
+ SteamidFriendsAdded []uint64 `protobuf:"fixed64,3,rep,name=steamid_friends_added,json=steamidFriendsAdded" json:"steamid_friends_added,omitempty"`
+ SteamidFriendsRemoved []uint64 `protobuf:"fixed64,4,rep,name=steamid_friends_removed,json=steamidFriendsRemoved" json:"steamid_friends_removed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientManageFriendsGroup) Reset() { *m = CMsgClientManageFriendsGroup{} }
+func (m *CMsgClientManageFriendsGroup) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientManageFriendsGroup) ProtoMessage() {}
+func (*CMsgClientManageFriendsGroup) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{21}
+}
+
+func (m *CMsgClientManageFriendsGroup) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientManageFriendsGroup.Unmarshal(m, b)
+}
+func (m *CMsgClientManageFriendsGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientManageFriendsGroup.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientManageFriendsGroup) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientManageFriendsGroup.Merge(m, src)
+}
+func (m *CMsgClientManageFriendsGroup) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientManageFriendsGroup.Size(m)
+}
+func (m *CMsgClientManageFriendsGroup) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientManageFriendsGroup.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientManageFriendsGroup proto.InternalMessageInfo
+
+func (m *CMsgClientManageFriendsGroup) GetGroupid() int32 {
+ if m != nil && m.Groupid != nil {
+ return *m.Groupid
+ }
+ return 0
+}
+
+func (m *CMsgClientManageFriendsGroup) GetGroupname() string {
+ if m != nil && m.Groupname != nil {
+ return *m.Groupname
+ }
+ return ""
+}
+
+func (m *CMsgClientManageFriendsGroup) GetSteamidFriendsAdded() []uint64 {
+ if m != nil {
+ return m.SteamidFriendsAdded
+ }
+ return nil
+}
+
+func (m *CMsgClientManageFriendsGroup) GetSteamidFriendsRemoved() []uint64 {
+ if m != nil {
+ return m.SteamidFriendsRemoved
+ }
+ return nil
+}
+
+type CMsgClientManageFriendsGroupResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientManageFriendsGroupResponse) Reset() { *m = CMsgClientManageFriendsGroupResponse{} }
+func (m *CMsgClientManageFriendsGroupResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientManageFriendsGroupResponse) ProtoMessage() {}
+func (*CMsgClientManageFriendsGroupResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{22}
+}
+
+func (m *CMsgClientManageFriendsGroupResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientManageFriendsGroupResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientManageFriendsGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientManageFriendsGroupResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientManageFriendsGroupResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientManageFriendsGroupResponse.Merge(m, src)
+}
+func (m *CMsgClientManageFriendsGroupResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientManageFriendsGroupResponse.Size(m)
+}
+func (m *CMsgClientManageFriendsGroupResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientManageFriendsGroupResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientManageFriendsGroupResponse proto.InternalMessageInfo
+
+func (m *CMsgClientManageFriendsGroupResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientAddFriendToGroup struct {
+ Groupid *int32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"`
+ Steamiduser *uint64 `protobuf:"fixed64,2,opt,name=steamiduser" json:"steamiduser,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAddFriendToGroup) Reset() { *m = CMsgClientAddFriendToGroup{} }
+func (m *CMsgClientAddFriendToGroup) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAddFriendToGroup) ProtoMessage() {}
+func (*CMsgClientAddFriendToGroup) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{23}
+}
+
+func (m *CMsgClientAddFriendToGroup) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAddFriendToGroup.Unmarshal(m, b)
+}
+func (m *CMsgClientAddFriendToGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAddFriendToGroup.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAddFriendToGroup) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAddFriendToGroup.Merge(m, src)
+}
+func (m *CMsgClientAddFriendToGroup) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAddFriendToGroup.Size(m)
+}
+func (m *CMsgClientAddFriendToGroup) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAddFriendToGroup.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAddFriendToGroup proto.InternalMessageInfo
+
+func (m *CMsgClientAddFriendToGroup) GetGroupid() int32 {
+ if m != nil && m.Groupid != nil {
+ return *m.Groupid
+ }
+ return 0
+}
+
+func (m *CMsgClientAddFriendToGroup) GetSteamiduser() uint64 {
+ if m != nil && m.Steamiduser != nil {
+ return *m.Steamiduser
+ }
+ return 0
+}
+
+type CMsgClientAddFriendToGroupResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAddFriendToGroupResponse) Reset() { *m = CMsgClientAddFriendToGroupResponse{} }
+func (m *CMsgClientAddFriendToGroupResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAddFriendToGroupResponse) ProtoMessage() {}
+func (*CMsgClientAddFriendToGroupResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{24}
+}
+
+func (m *CMsgClientAddFriendToGroupResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAddFriendToGroupResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientAddFriendToGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAddFriendToGroupResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAddFriendToGroupResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAddFriendToGroupResponse.Merge(m, src)
+}
+func (m *CMsgClientAddFriendToGroupResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAddFriendToGroupResponse.Size(m)
+}
+func (m *CMsgClientAddFriendToGroupResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAddFriendToGroupResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAddFriendToGroupResponse proto.InternalMessageInfo
+
+func (m *CMsgClientAddFriendToGroupResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientRemoveFriendFromGroup struct {
+ Groupid *int32 `protobuf:"varint,1,opt,name=groupid" json:"groupid,omitempty"`
+ Steamiduser *uint64 `protobuf:"fixed64,2,opt,name=steamiduser" json:"steamiduser,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRemoveFriendFromGroup) Reset() { *m = CMsgClientRemoveFriendFromGroup{} }
+func (m *CMsgClientRemoveFriendFromGroup) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRemoveFriendFromGroup) ProtoMessage() {}
+func (*CMsgClientRemoveFriendFromGroup) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{25}
+}
+
+func (m *CMsgClientRemoveFriendFromGroup) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRemoveFriendFromGroup.Unmarshal(m, b)
+}
+func (m *CMsgClientRemoveFriendFromGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRemoveFriendFromGroup.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRemoveFriendFromGroup) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRemoveFriendFromGroup.Merge(m, src)
+}
+func (m *CMsgClientRemoveFriendFromGroup) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRemoveFriendFromGroup.Size(m)
+}
+func (m *CMsgClientRemoveFriendFromGroup) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRemoveFriendFromGroup.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRemoveFriendFromGroup proto.InternalMessageInfo
+
+func (m *CMsgClientRemoveFriendFromGroup) GetGroupid() int32 {
+ if m != nil && m.Groupid != nil {
+ return *m.Groupid
+ }
+ return 0
+}
+
+func (m *CMsgClientRemoveFriendFromGroup) GetSteamiduser() uint64 {
+ if m != nil && m.Steamiduser != nil {
+ return *m.Steamiduser
+ }
+ return 0
+}
+
+type CMsgClientRemoveFriendFromGroupResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRemoveFriendFromGroupResponse) Reset() {
+ *m = CMsgClientRemoveFriendFromGroupResponse{}
+}
+func (m *CMsgClientRemoveFriendFromGroupResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientRemoveFriendFromGroupResponse) ProtoMessage() {}
+func (*CMsgClientRemoveFriendFromGroupResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{26}
+}
+
+func (m *CMsgClientRemoveFriendFromGroupResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRemoveFriendFromGroupResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRemoveFriendFromGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRemoveFriendFromGroupResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRemoveFriendFromGroupResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRemoveFriendFromGroupResponse.Merge(m, src)
+}
+func (m *CMsgClientRemoveFriendFromGroupResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRemoveFriendFromGroupResponse.Size(m)
+}
+func (m *CMsgClientRemoveFriendFromGroupResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRemoveFriendFromGroupResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRemoveFriendFromGroupResponse proto.InternalMessageInfo
+
+func (m *CMsgClientRemoveFriendFromGroupResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgClientGetEmoticonList struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientGetEmoticonList) Reset() { *m = CMsgClientGetEmoticonList{} }
+func (m *CMsgClientGetEmoticonList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientGetEmoticonList) ProtoMessage() {}
+func (*CMsgClientGetEmoticonList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{27}
+}
+
+func (m *CMsgClientGetEmoticonList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientGetEmoticonList.Unmarshal(m, b)
+}
+func (m *CMsgClientGetEmoticonList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientGetEmoticonList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientGetEmoticonList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientGetEmoticonList.Merge(m, src)
+}
+func (m *CMsgClientGetEmoticonList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientGetEmoticonList.Size(m)
+}
+func (m *CMsgClientGetEmoticonList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientGetEmoticonList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientGetEmoticonList proto.InternalMessageInfo
+
+type CMsgClientEmoticonList struct {
+ Emoticons []*CMsgClientEmoticonList_Emoticon `protobuf:"bytes,1,rep,name=emoticons" json:"emoticons,omitempty"`
+ Stickers []*CMsgClientEmoticonList_Sticker `protobuf:"bytes,2,rep,name=stickers" json:"stickers,omitempty"`
+ Effects []*CMsgClientEmoticonList_Effect `protobuf:"bytes,3,rep,name=effects" json:"effects,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientEmoticonList) Reset() { *m = CMsgClientEmoticonList{} }
+func (m *CMsgClientEmoticonList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientEmoticonList) ProtoMessage() {}
+func (*CMsgClientEmoticonList) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{28}
+}
+
+func (m *CMsgClientEmoticonList) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientEmoticonList.Unmarshal(m, b)
+}
+func (m *CMsgClientEmoticonList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientEmoticonList.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientEmoticonList) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientEmoticonList.Merge(m, src)
+}
+func (m *CMsgClientEmoticonList) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientEmoticonList.Size(m)
+}
+func (m *CMsgClientEmoticonList) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientEmoticonList.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientEmoticonList proto.InternalMessageInfo
+
+func (m *CMsgClientEmoticonList) GetEmoticons() []*CMsgClientEmoticonList_Emoticon {
+ if m != nil {
+ return m.Emoticons
+ }
+ return nil
+}
+
+func (m *CMsgClientEmoticonList) GetStickers() []*CMsgClientEmoticonList_Sticker {
+ if m != nil {
+ return m.Stickers
+ }
+ return nil
+}
+
+func (m *CMsgClientEmoticonList) GetEffects() []*CMsgClientEmoticonList_Effect {
+ if m != nil {
+ return m.Effects
+ }
+ return nil
+}
+
+type CMsgClientEmoticonList_Emoticon struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Count *int32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
+ TimeLastUsed *uint32 `protobuf:"varint,3,opt,name=time_last_used,json=timeLastUsed" json:"time_last_used,omitempty"`
+ UseCount *uint32 `protobuf:"varint,4,opt,name=use_count,json=useCount" json:"use_count,omitempty"`
+ TimeReceived *uint32 `protobuf:"varint,5,opt,name=time_received,json=timeReceived" json:"time_received,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientEmoticonList_Emoticon) Reset() { *m = CMsgClientEmoticonList_Emoticon{} }
+func (m *CMsgClientEmoticonList_Emoticon) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientEmoticonList_Emoticon) ProtoMessage() {}
+func (*CMsgClientEmoticonList_Emoticon) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{28, 0}
+}
+
+func (m *CMsgClientEmoticonList_Emoticon) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientEmoticonList_Emoticon.Unmarshal(m, b)
+}
+func (m *CMsgClientEmoticonList_Emoticon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientEmoticonList_Emoticon.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientEmoticonList_Emoticon) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientEmoticonList_Emoticon.Merge(m, src)
+}
+func (m *CMsgClientEmoticonList_Emoticon) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientEmoticonList_Emoticon.Size(m)
+}
+func (m *CMsgClientEmoticonList_Emoticon) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientEmoticonList_Emoticon.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientEmoticonList_Emoticon proto.InternalMessageInfo
+
+func (m *CMsgClientEmoticonList_Emoticon) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgClientEmoticonList_Emoticon) GetCount() int32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Emoticon) GetTimeLastUsed() uint32 {
+ if m != nil && m.TimeLastUsed != nil {
+ return *m.TimeLastUsed
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Emoticon) GetUseCount() uint32 {
+ if m != nil && m.UseCount != nil {
+ return *m.UseCount
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Emoticon) GetTimeReceived() uint32 {
+ if m != nil && m.TimeReceived != nil {
+ return *m.TimeReceived
+ }
+ return 0
+}
+
+type CMsgClientEmoticonList_Sticker struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Count *int32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
+ TimeReceived *uint32 `protobuf:"varint,3,opt,name=time_received,json=timeReceived" json:"time_received,omitempty"`
+ Appid *uint32 `protobuf:"varint,4,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientEmoticonList_Sticker) Reset() { *m = CMsgClientEmoticonList_Sticker{} }
+func (m *CMsgClientEmoticonList_Sticker) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientEmoticonList_Sticker) ProtoMessage() {}
+func (*CMsgClientEmoticonList_Sticker) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{28, 1}
+}
+
+func (m *CMsgClientEmoticonList_Sticker) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientEmoticonList_Sticker.Unmarshal(m, b)
+}
+func (m *CMsgClientEmoticonList_Sticker) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientEmoticonList_Sticker.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientEmoticonList_Sticker) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientEmoticonList_Sticker.Merge(m, src)
+}
+func (m *CMsgClientEmoticonList_Sticker) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientEmoticonList_Sticker.Size(m)
+}
+func (m *CMsgClientEmoticonList_Sticker) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientEmoticonList_Sticker.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientEmoticonList_Sticker proto.InternalMessageInfo
+
+func (m *CMsgClientEmoticonList_Sticker) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgClientEmoticonList_Sticker) GetCount() int32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Sticker) GetTimeReceived() uint32 {
+ if m != nil && m.TimeReceived != nil {
+ return *m.TimeReceived
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Sticker) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgClientEmoticonList_Effect struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Count *int32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
+ TimeReceived *uint32 `protobuf:"varint,3,opt,name=time_received,json=timeReceived" json:"time_received,omitempty"`
+ InfiniteUse *bool `protobuf:"varint,4,opt,name=infinite_use,json=infiniteUse" json:"infinite_use,omitempty"`
+ Appid *uint32 `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientEmoticonList_Effect) Reset() { *m = CMsgClientEmoticonList_Effect{} }
+func (m *CMsgClientEmoticonList_Effect) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientEmoticonList_Effect) ProtoMessage() {}
+func (*CMsgClientEmoticonList_Effect) Descriptor() ([]byte, []int) {
+ return fileDescriptor_4f7c18b08a29999e, []int{28, 2}
+}
+
+func (m *CMsgClientEmoticonList_Effect) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientEmoticonList_Effect.Unmarshal(m, b)
+}
+func (m *CMsgClientEmoticonList_Effect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientEmoticonList_Effect.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientEmoticonList_Effect) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientEmoticonList_Effect.Merge(m, src)
+}
+func (m *CMsgClientEmoticonList_Effect) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientEmoticonList_Effect.Size(m)
+}
+func (m *CMsgClientEmoticonList_Effect) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientEmoticonList_Effect.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientEmoticonList_Effect proto.InternalMessageInfo
+
+func (m *CMsgClientEmoticonList_Effect) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgClientEmoticonList_Effect) GetCount() int32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Effect) GetTimeReceived() uint32 {
+ if m != nil && m.TimeReceived != nil {
+ return *m.TimeReceived
+ }
+ return 0
+}
+
+func (m *CMsgClientEmoticonList_Effect) GetInfiniteUse() bool {
+ if m != nil && m.InfiniteUse != nil {
+ return *m.InfiniteUse
+ }
+ return false
+}
+
+func (m *CMsgClientEmoticonList_Effect) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterType((*CMsgClientFriendMsg)(nil), "CMsgClientFriendMsg")
+ proto.RegisterType((*CMsgClientFriendMsgIncoming)(nil), "CMsgClientFriendMsgIncoming")
+ proto.RegisterType((*CMsgClientAddFriend)(nil), "CMsgClientAddFriend")
+ proto.RegisterType((*CMsgClientAddFriendResponse)(nil), "CMsgClientAddFriendResponse")
+ proto.RegisterType((*CMsgClientRemoveFriend)(nil), "CMsgClientRemoveFriend")
+ proto.RegisterType((*CMsgClientHideFriend)(nil), "CMsgClientHideFriend")
+ proto.RegisterType((*CMsgClientFriendsList)(nil), "CMsgClientFriendsList")
+ proto.RegisterType((*CMsgClientFriendsList_Friend)(nil), "CMsgClientFriendsList.Friend")
+ proto.RegisterType((*CMsgClientFriendsGroupsList)(nil), "CMsgClientFriendsGroupsList")
+ proto.RegisterType((*CMsgClientFriendsGroupsList_FriendGroup)(nil), "CMsgClientFriendsGroupsList.FriendGroup")
+ proto.RegisterType((*CMsgClientFriendsGroupsList_FriendGroupsMembership)(nil), "CMsgClientFriendsGroupsList.FriendGroupsMembership")
+ proto.RegisterType((*CMsgClientPlayerNicknameList)(nil), "CMsgClientPlayerNicknameList")
+ proto.RegisterType((*CMsgClientPlayerNicknameList_PlayerNickname)(nil), "CMsgClientPlayerNicknameList.PlayerNickname")
+ proto.RegisterType((*CMsgClientSetPlayerNickname)(nil), "CMsgClientSetPlayerNickname")
+ proto.RegisterType((*CMsgClientSetPlayerNicknameResponse)(nil), "CMsgClientSetPlayerNicknameResponse")
+ proto.RegisterType((*CMsgClientRequestFriendData)(nil), "CMsgClientRequestFriendData")
+ proto.RegisterType((*CMsgClientChangeStatus)(nil), "CMsgClientChangeStatus")
+ proto.RegisterType((*CMsgPersonaChangeResponse)(nil), "CMsgPersonaChangeResponse")
+ proto.RegisterType((*CMsgClientPersonaState)(nil), "CMsgClientPersonaState")
+ proto.RegisterType((*CMsgClientPersonaState_Friend)(nil), "CMsgClientPersonaState.Friend")
+ proto.RegisterType((*CMsgClientPersonaState_Friend_ClanData)(nil), "CMsgClientPersonaState.Friend.ClanData")
+ proto.RegisterType((*CMsgClientPersonaState_Friend_KV)(nil), "CMsgClientPersonaState.Friend.KV")
+ proto.RegisterType((*CMsgClientFriendProfileInfo)(nil), "CMsgClientFriendProfileInfo")
+ proto.RegisterType((*CMsgClientFriendProfileInfoResponse)(nil), "CMsgClientFriendProfileInfoResponse")
+ proto.RegisterType((*CMsgClientCreateFriendsGroup)(nil), "CMsgClientCreateFriendsGroup")
+ proto.RegisterType((*CMsgClientCreateFriendsGroupResponse)(nil), "CMsgClientCreateFriendsGroupResponse")
+ proto.RegisterType((*CMsgClientDeleteFriendsGroup)(nil), "CMsgClientDeleteFriendsGroup")
+ proto.RegisterType((*CMsgClientDeleteFriendsGroupResponse)(nil), "CMsgClientDeleteFriendsGroupResponse")
+ proto.RegisterType((*CMsgClientManageFriendsGroup)(nil), "CMsgClientManageFriendsGroup")
+ proto.RegisterType((*CMsgClientManageFriendsGroupResponse)(nil), "CMsgClientManageFriendsGroupResponse")
+ proto.RegisterType((*CMsgClientAddFriendToGroup)(nil), "CMsgClientAddFriendToGroup")
+ proto.RegisterType((*CMsgClientAddFriendToGroupResponse)(nil), "CMsgClientAddFriendToGroupResponse")
+ proto.RegisterType((*CMsgClientRemoveFriendFromGroup)(nil), "CMsgClientRemoveFriendFromGroup")
+ proto.RegisterType((*CMsgClientRemoveFriendFromGroupResponse)(nil), "CMsgClientRemoveFriendFromGroupResponse")
+ proto.RegisterType((*CMsgClientGetEmoticonList)(nil), "CMsgClientGetEmoticonList")
+ proto.RegisterType((*CMsgClientEmoticonList)(nil), "CMsgClientEmoticonList")
+ proto.RegisterType((*CMsgClientEmoticonList_Emoticon)(nil), "CMsgClientEmoticonList.Emoticon")
+ proto.RegisterType((*CMsgClientEmoticonList_Sticker)(nil), "CMsgClientEmoticonList.Sticker")
+ proto.RegisterType((*CMsgClientEmoticonList_Effect)(nil), "CMsgClientEmoticonList.Effect")
+}
+
+func init() {
+ proto.RegisterFile("steammessages_clientserver_friends.proto", fileDescriptor_4f7c18b08a29999e)
+}
+
+var fileDescriptor_4f7c18b08a29999e = []byte{
+ // 2171 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xdd, 0x6e, 0x1b, 0xb9,
+ 0x15, 0xae, 0xe4, 0x3f, 0xf9, 0x48, 0x72, 0x36, 0x74, 0xe2, 0x4c, 0x94, 0x6c, 0xe2, 0x4c, 0xd2,
+ 0xc6, 0x68, 0xb3, 0x6a, 0xea, 0x14, 0xbb, 0xc1, 0x36, 0xd8, 0xc6, 0xb1, 0xe3, 0x44, 0x1b, 0x7b,
+ 0xd7, 0x18, 0x39, 0x41, 0xb1, 0x40, 0x31, 0xa0, 0x66, 0x28, 0x89, 0xf0, 0xfc, 0x68, 0x49, 0xca,
+ 0xbb, 0xba, 0x6a, 0x9f, 0xa0, 0xe8, 0x03, 0xf4, 0xa6, 0x17, 0xbd, 0xe8, 0x4b, 0xf4, 0xa2, 0x6f,
+ 0xd0, 0x9b, 0x3e, 0x46, 0x81, 0x02, 0x7d, 0x80, 0xe2, 0x90, 0x9c, 0xd1, 0x8c, 0x25, 0xff, 0xf4,
+ 0xe7, 0x6e, 0xf8, 0x9d, 0xff, 0x43, 0x9e, 0xc3, 0xc3, 0x81, 0x2d, 0xa9, 0x18, 0x8d, 0x63, 0x26,
+ 0x25, 0x1d, 0x30, 0xe9, 0x07, 0x11, 0x67, 0x89, 0x92, 0x4c, 0x9c, 0x32, 0xe1, 0xf7, 0x05, 0x67,
+ 0x49, 0x28, 0xdb, 0x23, 0x91, 0xaa, 0xb4, 0xe5, 0x94, 0x39, 0x7b, 0x54, 0x32, 0x43, 0x71, 0xff,
+ 0x56, 0x81, 0xf5, 0xdd, 0x43, 0x39, 0xd8, 0xd5, 0xc2, 0xfb, 0x5a, 0xea, 0x50, 0x0e, 0x88, 0x03,
+ 0x2b, 0x5a, 0x86, 0x87, 0x4e, 0x65, 0xb3, 0xb2, 0xb5, 0xec, 0x65, 0x4b, 0xf2, 0x23, 0xb8, 0x16,
+ 0x0c, 0xa9, 0xf2, 0x59, 0xa2, 0xc4, 0xc4, 0x57, 0x93, 0x11, 0x73, 0xaa, 0x9b, 0x95, 0xad, 0x25,
+ 0xaf, 0x89, 0xf0, 0x6b, 0x44, 0x8f, 0x27, 0x23, 0x86, 0x1a, 0xac, 0x41, 0x67, 0x61, 0xb3, 0xb2,
+ 0xd5, 0xf0, 0xb2, 0x25, 0x79, 0x0e, 0x8e, 0x50, 0x3c, 0x66, 0xcf, 0xb6, 0x7d, 0xeb, 0x2d, 0xae,
+ 0xa4, 0xa2, 0xf1, 0xc8, 0x59, 0xdc, 0xac, 0x6c, 0xad, 0x78, 0x1b, 0x96, 0xde, 0xd5, 0xe4, 0xe3,
+ 0x8c, 0x4a, 0x1e, 0xc1, 0x1a, 0x0b, 0x86, 0xa9, 0xaf, 0x52, 0x5f, 0xb2, 0x24, 0x64, 0xc2, 0x59,
+ 0xda, 0xac, 0x6c, 0xd5, 0xbc, 0x06, 0xa2, 0xc7, 0x69, 0x57, 0x63, 0xee, 0x3f, 0x2a, 0x70, 0x67,
+ 0x4e, 0x4c, 0x9d, 0x24, 0x48, 0x63, 0x9e, 0x0c, 0xc8, 0x03, 0x68, 0xd8, 0x60, 0xfc, 0xbe, 0x48,
+ 0x63, 0x1b, 0x60, 0xdd, 0x62, 0xfb, 0x22, 0x8d, 0xaf, 0x1c, 0xe4, 0x53, 0xb8, 0x81, 0x2a, 0xfc,
+ 0x88, 0xc7, 0x5c, 0xb1, 0xd0, 0xa7, 0x41, 0x90, 0x8e, 0x13, 0xa5, 0x23, 0xae, 0x79, 0x04, 0x69,
+ 0x07, 0x86, 0xb4, 0x63, 0x28, 0xc5, 0xb4, 0x2c, 0x5e, 0x3d, 0x2d, 0x4b, 0x17, 0xa5, 0xc5, 0x9d,
+ 0x14, 0xf7, 0x70, 0x27, 0x0c, 0x4d, 0xc8, 0x98, 0xad, 0x2c, 0x4e, 0x95, 0xfa, 0x34, 0xcc, 0xb6,
+ 0x32, 0x8b, 0xfe, 0x38, 0xdd, 0x09, 0x43, 0xf2, 0x02, 0xee, 0x58, 0xaf, 0x13, 0x1a, 0x33, 0x3f,
+ 0x15, 0x3e, 0x8b, 0x29, 0x8f, 0x32, 0x11, 0x0c, 0x7b, 0xd5, 0xbb, 0x55, 0x60, 0xf9, 0x5a, 0xbc,
+ 0x46, 0x06, 0x2d, 0xed, 0xfe, 0xae, 0x94, 0xeb, 0xdc, 0xb6, 0xc7, 0xe4, 0x28, 0x4d, 0x24, 0x23,
+ 0x77, 0x60, 0x85, 0x09, 0x26, 0xc7, 0x91, 0xd2, 0xc6, 0x97, 0x3e, 0xaf, 0x6c, 0x7b, 0x19, 0x92,
+ 0x3b, 0xe8, 0xf3, 0x10, 0x6d, 0x31, 0x63, 0x2d, 0x73, 0xb0, 0x13, 0xee, 0x20, 0x46, 0x9e, 0x00,
+ 0x19, 0x31, 0x21, 0xd3, 0x84, 0xfa, 0xda, 0x43, 0xc3, 0xb9, 0xa0, 0xfd, 0xfa, 0xc8, 0x52, 0xbe,
+ 0xa2, 0x31, 0xd3, 0xdc, 0xee, 0xcf, 0x61, 0x63, 0xea, 0x8f, 0xc7, 0xe2, 0xf4, 0x94, 0xd9, 0x74,
+ 0xb4, 0xa0, 0x66, 0xaa, 0x22, 0x3f, 0xd3, 0xf9, 0xda, 0xdd, 0x87, 0x1b, 0x53, 0xa9, 0xb7, 0x3c,
+ 0xbc, 0x82, 0x0c, 0x21, 0xb0, 0x38, 0xe4, 0xa1, 0x39, 0x18, 0x35, 0x4f, 0x7f, 0xbb, 0x7f, 0xaf,
+ 0xc2, 0xcd, 0xb3, 0x47, 0x4f, 0x1e, 0x70, 0xa9, 0x88, 0x0b, 0x8d, 0x1e, 0x4f, 0x02, 0xc1, 0x62,
+ 0x96, 0x28, 0x1a, 0x69, 0x6d, 0x35, 0xaf, 0x84, 0x91, 0xcf, 0x60, 0xc5, 0xd6, 0xad, 0x53, 0xdd,
+ 0x5c, 0xd8, 0xaa, 0x6f, 0x7f, 0xdc, 0x9e, 0xab, 0xac, 0x6d, 0x93, 0x9c, 0x71, 0x93, 0x2d, 0xf8,
+ 0x28, 0xa6, 0xdf, 0xdb, 0xa2, 0xf7, 0xa7, 0x47, 0xb0, 0xe9, 0xad, 0xc5, 0xf4, 0x7b, 0xc3, 0xbd,
+ 0xab, 0x8f, 0x5f, 0x1b, 0xd6, 0x69, 0xa0, 0xf8, 0x29, 0x2b, 0x33, 0x2f, 0x6a, 0xe6, 0xeb, 0x86,
+ 0x54, 0xe4, 0xff, 0x31, 0x5c, 0xb7, 0x46, 0xcc, 0x19, 0xf7, 0x87, 0x5c, 0xd9, 0xa2, 0xbb, 0xd6,
+ 0xcf, 0x3c, 0x8a, 0xb9, 0x7a, 0xcb, 0x55, 0xeb, 0x1b, 0x58, 0xb6, 0x69, 0xbb, 0x07, 0x30, 0x8e,
+ 0xce, 0x24, 0xae, 0x80, 0x90, 0xa7, 0xb0, 0xce, 0xcc, 0x42, 0xb0, 0x88, 0x2a, 0x9e, 0x26, 0x72,
+ 0xc8, 0x47, 0x3a, 0x93, 0x4d, 0x6f, 0x1e, 0xc9, 0xfd, 0xd3, 0xc2, 0x6c, 0x4d, 0xcb, 0x37, 0x22,
+ 0x1d, 0x8f, 0x4c, 0x7a, 0x5b, 0x50, 0xeb, 0x09, 0xdc, 0xed, 0x3c, 0xb5, 0xf9, 0x7a, 0x26, 0xf5,
+ 0xd5, 0x39, 0xa9, 0x3f, 0x80, 0x86, 0xb1, 0x6a, 0x74, 0x3a, 0x0b, 0x3a, 0xff, 0x5b, 0xed, 0x0b,
+ 0x6c, 0xda, 0x5d, 0xd0, 0x80, 0x57, 0x92, 0x26, 0xef, 0xa1, 0x1e, 0xb3, 0xb8, 0xc7, 0x04, 0xfa,
+ 0x2e, 0x9d, 0x45, 0xad, 0xec, 0xd9, 0x55, 0x95, 0xc9, 0xc3, 0x5c, 0xd6, 0x2b, 0xea, 0x69, 0x1d,
+ 0x42, 0xbd, 0xc0, 0x86, 0x31, 0x27, 0xfa, 0xab, 0xb3, 0x67, 0x8a, 0xcb, 0xcb, 0xd7, 0x18, 0xb3,
+ 0x54, 0x42, 0xaf, 0xb0, 0x36, 0x6c, 0x19, 0x97, 0xb0, 0x96, 0x07, 0x1b, 0xf3, 0xad, 0x92, 0xbb,
+ 0xb0, 0x3a, 0x8e, 0xba, 0xba, 0x08, 0xf7, 0xec, 0xf6, 0x4d, 0x81, 0x92, 0xdd, 0x6a, 0xd9, 0x2e,
+ 0xf6, 0xde, 0xbb, 0xd3, 0x30, 0x8f, 0x22, 0x3a, 0x61, 0xe2, 0x2b, 0x1e, 0x9c, 0x60, 0xe5, 0xea,
+ 0x8d, 0x72, 0x60, 0xa5, 0xbc, 0x4f, 0xd9, 0x92, 0x6c, 0x42, 0x7d, 0x76, 0x97, 0x8a, 0x10, 0xf9,
+ 0x12, 0x56, 0x13, 0xab, 0x2b, 0xdb, 0xa1, 0x27, 0xed, 0x8b, 0xac, 0xb5, 0xcb, 0x90, 0x37, 0x15,
+ 0x6f, 0xed, 0xc3, 0x5a, 0x99, 0x78, 0xc1, 0x95, 0x87, 0x01, 0x5b, 0x2e, 0xdb, 0x77, 0xf2, 0xb5,
+ 0xdb, 0x2d, 0x9e, 0xcb, 0x2e, 0x53, 0xff, 0x95, 0xd2, 0xea, 0x19, 0xa5, 0xbf, 0x84, 0x87, 0x17,
+ 0x28, 0xcd, 0x9b, 0xab, 0x53, 0x6e, 0xae, 0xcd, 0xbc, 0xb3, 0xba, 0x69, 0xd1, 0x2b, 0x8f, 0x7d,
+ 0x3b, 0x66, 0xd2, 0x9e, 0xb9, 0x3d, 0xaa, 0x28, 0xf9, 0x14, 0x6e, 0x65, 0x2d, 0x55, 0x2a, 0xaa,
+ 0x98, 0x2f, 0x0c, 0x0b, 0x0b, 0xad, 0xa2, 0x9b, 0x96, 0xdc, 0x45, 0xaa, 0x97, 0x11, 0xd1, 0x60,
+ 0xb1, 0x41, 0x2d, 0xe7, 0x1d, 0xc8, 0xfd, 0x57, 0xb5, 0xd8, 0x77, 0x77, 0x87, 0x34, 0x19, 0x30,
+ 0x14, 0x1e, 0x4b, 0xf2, 0x10, 0x9a, 0x25, 0x63, 0xd6, 0x44, 0xa3, 0x68, 0x82, 0xdc, 0x87, 0xfa,
+ 0x48, 0x07, 0xe9, 0x17, 0x12, 0x02, 0x06, 0xc2, 0xc3, 0x4a, 0x9e, 0xc1, 0x06, 0x97, 0x3e, 0x1d,
+ 0xab, 0xd4, 0x1f, 0xb0, 0x84, 0x09, 0x8a, 0xd7, 0x6d, 0xbe, 0x23, 0x35, 0x6f, 0x9d, 0xcb, 0x9d,
+ 0xb1, 0x4a, 0xdf, 0x64, 0x34, 0x2d, 0xf4, 0x10, 0x9a, 0x43, 0x3e, 0x18, 0xfa, 0x23, 0xc1, 0x53,
+ 0xc1, 0xd5, 0x44, 0xf7, 0xb9, 0x9a, 0xd7, 0x40, 0xf0, 0xc8, 0x62, 0xe4, 0x13, 0x58, 0xcf, 0xfd,
+ 0x63, 0xca, 0xef, 0x4d, 0xfc, 0xb1, 0xcc, 0x27, 0x8b, 0xec, 0x82, 0xe9, 0x32, 0xf5, 0x6a, 0xf2,
+ 0x5e, 0x32, 0x41, 0x7e, 0x56, 0x60, 0xd7, 0xb9, 0xeb, 0x47, 0x74, 0x20, 0x9d, 0x65, 0x0c, 0xea,
+ 0xf3, 0xca, 0x53, 0xef, 0x7a, 0x31, 0xae, 0x7d, 0xa4, 0x91, 0x6d, 0xb8, 0x99, 0x30, 0x16, 0xfa,
+ 0x99, 0x9c, 0xb0, 0x1b, 0xe8, 0xac, 0x18, 0xd7, 0x91, 0x78, 0x64, 0x68, 0xf9, 0xde, 0x3e, 0x82,
+ 0x35, 0x9e, 0xcd, 0x74, 0x3e, 0x0f, 0x23, 0xe6, 0xd4, 0x8c, 0xef, 0x5c, 0x9a, 0x1c, 0x77, 0xc2,
+ 0x88, 0xb9, 0xc7, 0x70, 0x1b, 0xb3, 0x6e, 0x85, 0x4d, 0xda, 0x73, 0x15, 0x1b, 0xb0, 0x5c, 0x3a,
+ 0x1d, 0x76, 0x75, 0x69, 0xae, 0xdd, 0x3f, 0xd6, 0x8b, 0x9b, 0x79, 0x54, 0xdc, 0x27, 0x3d, 0x3b,
+ 0xe1, 0xb6, 0xda, 0xb0, 0x8d, 0xe6, 0xba, 0xc1, 0x4c, 0xb4, 0xcf, 0xcf, 0xde, 0x62, 0xf7, 0xda,
+ 0xf3, 0x95, 0x9d, 0xbd, 0xc6, 0x5a, 0x7f, 0x86, 0xfc, 0x06, 0xb9, 0xe8, 0xe2, 0x9d, 0x39, 0x50,
+ 0xd5, 0x39, 0x07, 0xea, 0x27, 0x40, 0x06, 0x38, 0x2d, 0xe8, 0xb0, 0x42, 0x9f, 0x8e, 0x46, 0x3e,
+ 0x0f, 0xed, 0xa5, 0x78, 0x0d, 0x29, 0xba, 0xa6, 0xc2, 0x9d, 0xd1, 0xa8, 0xa3, 0x27, 0x25, 0xcd,
+ 0x6c, 0xe7, 0x2e, 0x3e, 0xb2, 0x17, 0x62, 0x03, 0x51, 0x33, 0x6d, 0x75, 0x46, 0x78, 0xcb, 0x16,
+ 0xb9, 0x46, 0xa9, 0x30, 0x57, 0x61, 0xd3, 0x5b, 0x9b, 0xf2, 0x1d, 0xa5, 0x42, 0xdf, 0xb2, 0xe7,
+ 0x9e, 0x91, 0x79, 0x07, 0xe4, 0x39, 0x38, 0x69, 0x12, 0xf1, 0x04, 0x75, 0x4b, 0xc9, 0xd3, 0xc4,
+ 0xe7, 0x89, 0x54, 0x34, 0x09, 0x98, 0xd4, 0x67, 0xa4, 0xe9, 0x6d, 0x18, 0x7a, 0xd7, 0x90, 0x3b,
+ 0x19, 0xf5, 0xbc, 0xc3, 0x0b, 0xe7, 0x1c, 0xde, 0x33, 0x5b, 0x7f, 0x6d, 0xa6, 0xcc, 0x3e, 0x06,
+ 0xf8, 0x76, 0xcc, 0xc4, 0xc4, 0x44, 0x77, 0x43, 0xdb, 0x5e, 0xd5, 0x88, 0x0e, 0xec, 0x87, 0xd3,
+ 0x91, 0x52, 0xa6, 0x63, 0x11, 0x30, 0xe7, 0xb6, 0xde, 0x9c, 0xa6, 0x45, 0xbb, 0x1a, 0x44, 0x33,
+ 0xf4, 0x94, 0x2a, 0x2a, 0xfc, 0x21, 0x95, 0x43, 0xe7, 0xbe, 0x1e, 0x74, 0xc1, 0x40, 0x6f, 0xa9,
+ 0x1c, 0x22, 0x43, 0x44, 0xa5, 0xf2, 0xa3, 0x74, 0x90, 0xf6, 0xfb, 0xce, 0x27, 0xda, 0x0e, 0x20,
+ 0x74, 0xa0, 0x11, 0xf4, 0x23, 0x67, 0x48, 0x9c, 0xb6, 0xf1, 0x23, 0xa3, 0x27, 0xb8, 0x15, 0x9a,
+ 0x2c, 0x19, 0x4b, 0x7c, 0x93, 0x1a, 0xe7, 0xa7, 0x66, 0x2b, 0x10, 0xef, 0x32, 0x96, 0x7c, 0xad,
+ 0x51, 0x72, 0x07, 0x56, 0x83, 0x88, 0x26, 0xbe, 0xa0, 0xc9, 0x89, 0xb3, 0xad, 0x59, 0x6a, 0x08,
+ 0x78, 0x34, 0x39, 0x41, 0xa2, 0xde, 0x51, 0x9d, 0x8c, 0xcf, 0x4c, 0x13, 0x46, 0x40, 0xa7, 0x62,
+ 0x03, 0x96, 0xf1, 0x9b, 0x87, 0xce, 0x73, 0x1d, 0xa3, 0x5d, 0xe5, 0x87, 0x25, 0xa4, 0x8a, 0xfa,
+ 0xbd, 0x28, 0xed, 0x39, 0x2f, 0x74, 0x7c, 0xfa, 0xb0, 0x60, 0x7b, 0x7d, 0x15, 0xa5, 0x3d, 0xb2,
+ 0x67, 0xed, 0x22, 0x97, 0xf3, 0x72, 0xb3, 0xb2, 0x55, 0xdf, 0x7e, 0x7c, 0x71, 0x1d, 0xb4, 0x77,
+ 0x23, 0x9a, 0xa0, 0xbc, 0x71, 0x50, 0x37, 0xea, 0xdb, 0xa0, 0xbf, 0x7d, 0x45, 0x07, 0xce, 0x8e,
+ 0xf6, 0x6f, 0x05, 0xd7, 0xc7, 0x74, 0x40, 0xf6, 0xa1, 0x29, 0x78, 0x80, 0xbd, 0x8d, 0x49, 0x96,
+ 0x04, 0xcc, 0x79, 0xa3, 0x8b, 0xed, 0xc1, 0x25, 0x46, 0xde, 0x7d, 0xf0, 0x1a, 0x28, 0x77, 0x64,
+ 0xc5, 0xb0, 0xa2, 0x7b, 0x22, 0xa5, 0x61, 0x80, 0xf9, 0xe4, 0xa1, 0xf3, 0xd6, 0xbc, 0x86, 0x72,
+ 0xac, 0x13, 0x12, 0x17, 0x9a, 0x3a, 0xe2, 0x28, 0xed, 0xf5, 0x26, 0xc8, 0xd3, 0x31, 0x3c, 0x08,
+ 0x1e, 0x20, 0xd6, 0x09, 0xc9, 0x4b, 0xb8, 0xfb, 0x1d, 0x55, 0xc1, 0x90, 0x27, 0x03, 0x7f, 0xaa,
+ 0xcf, 0x3e, 0x1b, 0x78, 0xe8, 0x7c, 0xa9, 0x53, 0xdf, 0xca, 0x78, 0x5e, 0x65, 0x2c, 0x3b, 0x19,
+ 0x07, 0x16, 0xc1, 0x3c, 0x0d, 0xa3, 0x11, 0x0f, 0x9d, 0x77, 0xa6, 0x08, 0x66, 0xa5, 0x91, 0x4a,
+ 0x5e, 0x40, 0x6b, 0x8e, 0xe4, 0x29, 0x67, 0xdf, 0x31, 0x21, 0x9d, 0x03, 0x2d, 0xeb, 0xcc, 0xc8,
+ 0x7e, 0x30, 0xf4, 0x73, 0xec, 0x2a, 0xae, 0x22, 0xe6, 0x1c, 0xea, 0x9c, 0xcf, 0xda, 0x3d, 0x46,
+ 0x6a, 0xeb, 0x00, 0x6a, 0xd9, 0x9e, 0x91, 0xbb, 0x00, 0xe9, 0x60, 0x90, 0xf5, 0x19, 0xd3, 0x16,
+ 0x6b, 0xe9, 0x60, 0x60, 0x1a, 0x8c, 0x0b, 0xfa, 0xe1, 0xe8, 0x0f, 0x70, 0x4c, 0x42, 0x06, 0x6c,
+ 0x59, 0x8b, 0x5e, 0x1d, 0x41, 0x33, 0x3a, 0x85, 0xad, 0x27, 0x50, 0x7d, 0xf7, 0x81, 0x7c, 0x04,
+ 0x0b, 0x27, 0x6c, 0xa2, 0x15, 0xac, 0x7a, 0xf8, 0x49, 0x6e, 0xc0, 0xd2, 0x29, 0x8d, 0xc6, 0x59,
+ 0xa3, 0x36, 0x0b, 0x77, 0x6f, 0x76, 0x1e, 0x3e, 0x12, 0x69, 0x9f, 0x47, 0xac, 0x93, 0xf4, 0xd3,
+ 0x62, 0xa1, 0x9a, 0xbe, 0x69, 0xbb, 0x68, 0x33, 0x7f, 0xe5, 0x22, 0xe8, 0xfe, 0xa5, 0x5a, 0x9c,
+ 0x34, 0x66, 0xd4, 0x5c, 0xed, 0x19, 0x37, 0x6b, 0xab, 0x3a, 0xc7, 0x16, 0x1e, 0x34, 0x7c, 0xbe,
+ 0xfa, 0x81, 0x60, 0x78, 0x41, 0xdb, 0x5e, 0x5c, 0x47, 0x6c, 0xd7, 0x40, 0x58, 0x8f, 0x82, 0xd1,
+ 0xc8, 0xd4, 0xe3, 0xa2, 0xa9, 0x47, 0x04, 0x74, 0x3d, 0x62, 0x25, 0x73, 0x35, 0x31, 0xc4, 0x25,
+ 0x43, 0x44, 0x20, 0xeb, 0x5b, 0xa6, 0xd3, 0x6a, 0xea, 0xb2, 0xa6, 0xae, 0x6a, 0x44, 0x93, 0x1f,
+ 0x40, 0x43, 0x1f, 0x33, 0x61, 0xc5, 0x57, 0x34, 0x43, 0xdd, 0x62, 0x9a, 0xa5, 0x05, 0xb5, 0x21,
+ 0xa3, 0xa1, 0x6e, 0x25, 0x35, 0xa3, 0x3d, 0x5b, 0xeb, 0x29, 0x6e, 0x1c, 0xc7, 0x54, 0x4c, 0x9c,
+ 0x55, 0x53, 0x85, 0x76, 0xe9, 0xfe, 0xa6, 0x38, 0xee, 0x9a, 0x30, 0x8a, 0xb3, 0xfd, 0x05, 0xf3,
+ 0xdf, 0x5d, 0x58, 0xd5, 0xa7, 0xa1, 0x70, 0x07, 0x4f, 0x01, 0xf2, 0x18, 0xae, 0x95, 0x73, 0x6a,
+ 0x06, 0xde, 0x65, 0x6f, 0xad, 0x94, 0x54, 0xe9, 0x7e, 0x03, 0x8f, 0x2e, 0x72, 0xe0, 0xf2, 0x59,
+ 0x11, 0x29, 0xda, 0xae, 0x3d, 0x95, 0x4b, 0x5e, 0xb6, 0x74, 0xbd, 0x62, 0x70, 0x7b, 0x2c, 0x62,
+ 0x57, 0x0e, 0xee, 0x7c, 0x9d, 0x2f, 0x8b, 0xfe, 0xce, 0xea, 0xbc, 0xc2, 0x6c, 0xfb, 0xd7, 0xd2,
+ 0x13, 0xe3, 0x90, 0x26, 0x74, 0x30, 0xe3, 0x56, 0x66, 0xbc, 0x52, 0x32, 0x7e, 0x49, 0xce, 0xb7,
+ 0xe1, 0xe6, 0x99, 0x9c, 0xe7, 0xff, 0x1a, 0x30, 0xf3, 0xeb, 0xe5, 0xcc, 0x9b, 0x9f, 0x13, 0x9f,
+ 0xc2, 0xad, 0xb3, 0x32, 0xfa, 0x3d, 0xc3, 0x42, 0xfd, 0xea, 0x5b, 0xf6, 0x6e, 0x96, 0xa5, 0xcc,
+ 0x1f, 0x89, 0x33, 0x69, 0x98, 0x8d, 0xe1, 0x0a, 0x69, 0xf8, 0x15, 0xb4, 0xe6, 0xfc, 0x78, 0x39,
+ 0x4e, 0x2f, 0xcb, 0xc1, 0x26, 0x64, 0x7f, 0xba, 0xf4, 0xa4, 0x50, 0x2d, 0xfd, 0xfc, 0x42, 0xc8,
+ 0xfd, 0x02, 0xdc, 0xf3, 0x35, 0x5f, 0xc1, 0xb3, 0x5f, 0xc3, 0xfd, 0xf9, 0xbf, 0x60, 0xf6, 0x45,
+ 0x1a, 0xff, 0xef, 0xee, 0xed, 0xc2, 0xe3, 0x4b, 0xd4, 0x5f, 0xc1, 0xc7, 0x3b, 0x66, 0x70, 0x36,
+ 0x4a, 0xde, 0x30, 0xf5, 0x3a, 0x4e, 0x15, 0x0f, 0xd2, 0x04, 0x5f, 0x8d, 0xee, 0x3f, 0x17, 0x8b,
+ 0xf3, 0x6f, 0x91, 0x44, 0xbe, 0x80, 0x55, 0x66, 0xd7, 0x38, 0xfc, 0xe2, 0x8d, 0xbb, 0xd9, 0x9e,
+ 0xcf, 0xdb, 0xce, 0x16, 0xde, 0x54, 0x84, 0xfc, 0x02, 0x6a, 0x52, 0xf1, 0xe0, 0x04, 0x2f, 0x26,
+ 0x33, 0x1d, 0xdf, 0x3f, 0x4f, 0xbc, 0x6b, 0xf8, 0xbc, 0x5c, 0x00, 0x27, 0x6b, 0xd6, 0xef, 0xb3,
+ 0x40, 0x65, 0xaf, 0xdf, 0x7b, 0xe7, 0x9a, 0xd6, 0x6c, 0x5e, 0xc6, 0xde, 0xfa, 0x43, 0x05, 0x6a,
+ 0x19, 0x03, 0x21, 0xb0, 0xa8, 0x0b, 0xc0, 0xdc, 0x31, 0xfa, 0x1b, 0x2f, 0x19, 0xf3, 0x27, 0xc8,
+ 0x94, 0xab, 0x59, 0xe0, 0xa8, 0xa3, 0x5b, 0xb6, 0x9e, 0xb5, 0xc6, 0x32, 0x6f, 0xda, 0xba, 0x91,
+ 0x1f, 0x50, 0xa9, 0xde, 0x4b, 0xd3, 0xb5, 0xc7, 0x92, 0x95, 0xfe, 0x24, 0xd5, 0xc6, 0x92, 0x99,
+ 0x1f, 0x48, 0x0f, 0xa1, 0xa9, 0x55, 0x08, 0x16, 0x30, 0x8e, 0x65, 0xb1, 0x34, 0xd5, 0xe0, 0x59,
+ 0xac, 0x95, 0xc0, 0x8a, 0x8d, 0xf6, 0x3f, 0x70, 0x6e, 0x46, 0xf3, 0xc2, 0xac, 0x66, 0x14, 0x35,
+ 0x13, 0x84, 0xf1, 0xcb, 0x2c, 0x5a, 0xbf, 0xaf, 0xc0, 0xb2, 0x49, 0xd1, 0xff, 0xdb, 0xde, 0x03,
+ 0x68, 0xf0, 0xa4, 0xcf, 0x13, 0xae, 0x18, 0x26, 0xcc, 0x3e, 0x38, 0xeb, 0x19, 0xf6, 0x5e, 0xb2,
+ 0xa9, 0x4b, 0x4b, 0x05, 0x97, 0x5e, 0x2d, 0xbd, 0xad, 0xfc, 0xb6, 0xf2, 0x83, 0x7f, 0x07, 0x00,
+ 0x00, 0xff, 0xff, 0xc5, 0x50, 0x67, 0x9b, 0xd4, 0x17, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go
new file mode 100644
index 0000000..d7fd0e2
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_server_login.pb.go
@@ -0,0 +1,1538 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_clientserver_login.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type CMsgClientHeartBeat struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientHeartBeat) Reset() { *m = CMsgClientHeartBeat{} }
+func (m *CMsgClientHeartBeat) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientHeartBeat) ProtoMessage() {}
+func (*CMsgClientHeartBeat) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{0}
+}
+
+func (m *CMsgClientHeartBeat) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientHeartBeat.Unmarshal(m, b)
+}
+func (m *CMsgClientHeartBeat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientHeartBeat.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientHeartBeat) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientHeartBeat.Merge(m, src)
+}
+func (m *CMsgClientHeartBeat) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientHeartBeat.Size(m)
+}
+func (m *CMsgClientHeartBeat) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientHeartBeat.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientHeartBeat proto.InternalMessageInfo
+
+type CMsgClientServerTimestampRequest struct {
+ ClientRequestTimestamp *uint64 `protobuf:"varint,1,opt,name=client_request_timestamp,json=clientRequestTimestamp" json:"client_request_timestamp,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServerTimestampRequest) Reset() { *m = CMsgClientServerTimestampRequest{} }
+func (m *CMsgClientServerTimestampRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServerTimestampRequest) ProtoMessage() {}
+func (*CMsgClientServerTimestampRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{1}
+}
+
+func (m *CMsgClientServerTimestampRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServerTimestampRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServerTimestampRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServerTimestampRequest.Merge(m, src)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServerTimestampRequest.Size(m)
+}
+func (m *CMsgClientServerTimestampRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServerTimestampRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServerTimestampRequest proto.InternalMessageInfo
+
+func (m *CMsgClientServerTimestampRequest) GetClientRequestTimestamp() uint64 {
+ if m != nil && m.ClientRequestTimestamp != nil {
+ return *m.ClientRequestTimestamp
+ }
+ return 0
+}
+
+type CMsgClientServerTimestampResponse struct {
+ ClientRequestTimestamp *uint64 `protobuf:"varint,1,opt,name=client_request_timestamp,json=clientRequestTimestamp" json:"client_request_timestamp,omitempty"`
+ ServerTimestampMs *uint64 `protobuf:"varint,2,opt,name=server_timestamp_ms,json=serverTimestampMs" json:"server_timestamp_ms,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientServerTimestampResponse) Reset() { *m = CMsgClientServerTimestampResponse{} }
+func (m *CMsgClientServerTimestampResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientServerTimestampResponse) ProtoMessage() {}
+func (*CMsgClientServerTimestampResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{2}
+}
+
+func (m *CMsgClientServerTimestampResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientServerTimestampResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientServerTimestampResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientServerTimestampResponse.Merge(m, src)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientServerTimestampResponse.Size(m)
+}
+func (m *CMsgClientServerTimestampResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientServerTimestampResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientServerTimestampResponse proto.InternalMessageInfo
+
+func (m *CMsgClientServerTimestampResponse) GetClientRequestTimestamp() uint64 {
+ if m != nil && m.ClientRequestTimestamp != nil {
+ return *m.ClientRequestTimestamp
+ }
+ return 0
+}
+
+func (m *CMsgClientServerTimestampResponse) GetServerTimestampMs() uint64 {
+ if m != nil && m.ServerTimestampMs != nil {
+ return *m.ServerTimestampMs
+ }
+ return 0
+}
+
+type CMsgClientSecret struct {
+ Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
+ Appid *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
+ Deviceid *uint32 `protobuf:"varint,3,opt,name=deviceid" json:"deviceid,omitempty"`
+ Nonce *uint64 `protobuf:"fixed64,4,opt,name=nonce" json:"nonce,omitempty"`
+ Hmac []byte `protobuf:"bytes,5,opt,name=hmac" json:"hmac,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSecret) Reset() { *m = CMsgClientSecret{} }
+func (m *CMsgClientSecret) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSecret) ProtoMessage() {}
+func (*CMsgClientSecret) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{3}
+}
+
+func (m *CMsgClientSecret) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSecret.Unmarshal(m, b)
+}
+func (m *CMsgClientSecret) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSecret.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSecret) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSecret.Merge(m, src)
+}
+func (m *CMsgClientSecret) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSecret.Size(m)
+}
+func (m *CMsgClientSecret) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSecret.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSecret proto.InternalMessageInfo
+
+func (m *CMsgClientSecret) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgClientSecret) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CMsgClientSecret) GetDeviceid() uint32 {
+ if m != nil && m.Deviceid != nil {
+ return *m.Deviceid
+ }
+ return 0
+}
+
+func (m *CMsgClientSecret) GetNonce() uint64 {
+ if m != nil && m.Nonce != nil {
+ return *m.Nonce
+ }
+ return 0
+}
+
+func (m *CMsgClientSecret) GetHmac() []byte {
+ if m != nil {
+ return m.Hmac
+ }
+ return nil
+}
+
+type CMsgClientLogon struct {
+ ProtocolVersion *uint32 `protobuf:"varint,1,opt,name=protocol_version,json=protocolVersion" json:"protocol_version,omitempty"`
+ DeprecatedObfustucatedPrivateIp *uint32 `protobuf:"varint,2,opt,name=deprecated_obfustucated_private_ip,json=deprecatedObfustucatedPrivateIp" json:"deprecated_obfustucated_private_ip,omitempty"`
+ CellId *uint32 `protobuf:"varint,3,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ LastSessionId *uint32 `protobuf:"varint,4,opt,name=last_session_id,json=lastSessionId" json:"last_session_id,omitempty"`
+ ClientPackageVersion *uint32 `protobuf:"varint,5,opt,name=client_package_version,json=clientPackageVersion" json:"client_package_version,omitempty"`
+ ClientLanguage *string `protobuf:"bytes,6,opt,name=client_language,json=clientLanguage" json:"client_language,omitempty"`
+ ClientOsType *uint32 `protobuf:"varint,7,opt,name=client_os_type,json=clientOsType" json:"client_os_type,omitempty"`
+ ShouldRememberPassword *bool `protobuf:"varint,8,opt,name=should_remember_password,json=shouldRememberPassword,def=0" json:"should_remember_password,omitempty"`
+ WineVersion *string `protobuf:"bytes,9,opt,name=wine_version,json=wineVersion" json:"wine_version,omitempty"`
+ Deprecated_10 *uint32 `protobuf:"varint,10,opt,name=deprecated_10,json=deprecated10" json:"deprecated_10,omitempty"`
+ ObfuscatedPrivateIp *CMsgIPAddress `protobuf:"bytes,11,opt,name=obfuscated_private_ip,json=obfuscatedPrivateIp" json:"obfuscated_private_ip,omitempty"`
+ DeprecatedPublicIp *uint32 `protobuf:"varint,20,opt,name=deprecated_public_ip,json=deprecatedPublicIp" json:"deprecated_public_ip,omitempty"`
+ QosLevel *uint32 `protobuf:"varint,21,opt,name=qos_level,json=qosLevel" json:"qos_level,omitempty"`
+ ClientSuppliedSteamId *uint64 `protobuf:"fixed64,22,opt,name=client_supplied_steam_id,json=clientSuppliedSteamId" json:"client_supplied_steam_id,omitempty"`
+ PublicIp *CMsgIPAddress `protobuf:"bytes,23,opt,name=public_ip,json=publicIp" json:"public_ip,omitempty"`
+ MachineId []byte `protobuf:"bytes,30,opt,name=machine_id,json=machineId" json:"machine_id,omitempty"`
+ LauncherType *uint32 `protobuf:"varint,31,opt,name=launcher_type,json=launcherType,def=0" json:"launcher_type,omitempty"`
+ UiMode *uint32 `protobuf:"varint,32,opt,name=ui_mode,json=uiMode,def=0" json:"ui_mode,omitempty"`
+ ChatMode *uint32 `protobuf:"varint,33,opt,name=chat_mode,json=chatMode,def=0" json:"chat_mode,omitempty"`
+ Steam2AuthTicket []byte `protobuf:"bytes,41,opt,name=steam2_auth_ticket,json=steam2AuthTicket" json:"steam2_auth_ticket,omitempty"`
+ EmailAddress *string `protobuf:"bytes,42,opt,name=email_address,json=emailAddress" json:"email_address,omitempty"`
+ Rtime32AccountCreation *uint32 `protobuf:"fixed32,43,opt,name=rtime32_account_creation,json=rtime32AccountCreation" json:"rtime32_account_creation,omitempty"`
+ AccountName *string `protobuf:"bytes,50,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
+ Password *string `protobuf:"bytes,51,opt,name=password" json:"password,omitempty"`
+ GameServerToken *string `protobuf:"bytes,52,opt,name=game_server_token,json=gameServerToken" json:"game_server_token,omitempty"`
+ LoginKey *string `protobuf:"bytes,60,opt,name=login_key,json=loginKey" json:"login_key,omitempty"`
+ WasConvertedDeprecatedMsg *bool `protobuf:"varint,70,opt,name=was_converted_deprecated_msg,json=wasConvertedDeprecatedMsg,def=0" json:"was_converted_deprecated_msg,omitempty"`
+ AnonUserTargetAccountName *string `protobuf:"bytes,80,opt,name=anon_user_target_account_name,json=anonUserTargetAccountName" json:"anon_user_target_account_name,omitempty"`
+ ResolvedUserSteamId *uint64 `protobuf:"fixed64,81,opt,name=resolved_user_steam_id,json=resolvedUserSteamId" json:"resolved_user_steam_id,omitempty"`
+ EresultSentryfile *int32 `protobuf:"varint,82,opt,name=eresult_sentryfile,json=eresultSentryfile" json:"eresult_sentryfile,omitempty"`
+ ShaSentryfile []byte `protobuf:"bytes,83,opt,name=sha_sentryfile,json=shaSentryfile" json:"sha_sentryfile,omitempty"`
+ AuthCode *string `protobuf:"bytes,84,opt,name=auth_code,json=authCode" json:"auth_code,omitempty"`
+ OtpType *int32 `protobuf:"varint,85,opt,name=otp_type,json=otpType" json:"otp_type,omitempty"`
+ OtpValue *uint32 `protobuf:"varint,86,opt,name=otp_value,json=otpValue" json:"otp_value,omitempty"`
+ OtpIdentifier *string `protobuf:"bytes,87,opt,name=otp_identifier,json=otpIdentifier" json:"otp_identifier,omitempty"`
+ Steam2TicketRequest *bool `protobuf:"varint,88,opt,name=steam2_ticket_request,json=steam2TicketRequest" json:"steam2_ticket_request,omitempty"`
+ SonyPsnTicket []byte `protobuf:"bytes,90,opt,name=sony_psn_ticket,json=sonyPsnTicket" json:"sony_psn_ticket,omitempty"`
+ SonyPsnServiceId *string `protobuf:"bytes,91,opt,name=sony_psn_service_id,json=sonyPsnServiceId" json:"sony_psn_service_id,omitempty"`
+ CreateNewPsnLinkedAccountIfNeeded *bool `protobuf:"varint,92,opt,name=create_new_psn_linked_account_if_needed,json=createNewPsnLinkedAccountIfNeeded,def=0" json:"create_new_psn_linked_account_if_needed,omitempty"`
+ SonyPsnName *string `protobuf:"bytes,93,opt,name=sony_psn_name,json=sonyPsnName" json:"sony_psn_name,omitempty"`
+ GameServerAppId *int32 `protobuf:"varint,94,opt,name=game_server_app_id,json=gameServerAppId" json:"game_server_app_id,omitempty"`
+ SteamguardDontRememberComputer *bool `protobuf:"varint,95,opt,name=steamguard_dont_remember_computer,json=steamguardDontRememberComputer" json:"steamguard_dont_remember_computer,omitempty"`
+ MachineName *string `protobuf:"bytes,96,opt,name=machine_name,json=machineName" json:"machine_name,omitempty"`
+ MachineNameUserchosen *string `protobuf:"bytes,97,opt,name=machine_name_userchosen,json=machineNameUserchosen" json:"machine_name_userchosen,omitempty"`
+ CountryOverride *string `protobuf:"bytes,98,opt,name=country_override,json=countryOverride" json:"country_override,omitempty"`
+ IsSteamBox *bool `protobuf:"varint,99,opt,name=is_steam_box,json=isSteamBox" json:"is_steam_box,omitempty"`
+ ClientInstanceId *uint64 `protobuf:"varint,100,opt,name=client_instance_id,json=clientInstanceId" json:"client_instance_id,omitempty"`
+ TwoFactorCode *string `protobuf:"bytes,101,opt,name=two_factor_code,json=twoFactorCode" json:"two_factor_code,omitempty"`
+ SupportsRateLimitResponse *bool `protobuf:"varint,102,opt,name=supports_rate_limit_response,json=supportsRateLimitResponse" json:"supports_rate_limit_response,omitempty"`
+ WebLogonNonce *string `protobuf:"bytes,103,opt,name=web_logon_nonce,json=webLogonNonce" json:"web_logon_nonce,omitempty"`
+ PriorityReason *int32 `protobuf:"varint,104,opt,name=priority_reason,json=priorityReason" json:"priority_reason,omitempty"`
+ EmbeddedClientSecret *CMsgClientSecret `protobuf:"bytes,105,opt,name=embedded_client_secret,json=embeddedClientSecret" json:"embedded_client_secret,omitempty"`
+ DisablePartnerAutogrants *bool `protobuf:"varint,106,opt,name=disable_partner_autogrants,json=disablePartnerAutogrants" json:"disable_partner_autogrants,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLogon) Reset() { *m = CMsgClientLogon{} }
+func (m *CMsgClientLogon) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLogon) ProtoMessage() {}
+func (*CMsgClientLogon) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{4}
+}
+
+func (m *CMsgClientLogon) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLogon.Unmarshal(m, b)
+}
+func (m *CMsgClientLogon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLogon.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLogon) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLogon.Merge(m, src)
+}
+func (m *CMsgClientLogon) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLogon.Size(m)
+}
+func (m *CMsgClientLogon) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLogon.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLogon proto.InternalMessageInfo
+
+const Default_CMsgClientLogon_ShouldRememberPassword bool = false
+const Default_CMsgClientLogon_LauncherType uint32 = 0
+const Default_CMsgClientLogon_UiMode uint32 = 0
+const Default_CMsgClientLogon_ChatMode uint32 = 0
+const Default_CMsgClientLogon_WasConvertedDeprecatedMsg bool = false
+const Default_CMsgClientLogon_CreateNewPsnLinkedAccountIfNeeded bool = false
+
+func (m *CMsgClientLogon) GetProtocolVersion() uint32 {
+ if m != nil && m.ProtocolVersion != nil {
+ return *m.ProtocolVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetDeprecatedObfustucatedPrivateIp() uint32 {
+ if m != nil && m.DeprecatedObfustucatedPrivateIp != nil {
+ return *m.DeprecatedObfustucatedPrivateIp
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetLastSessionId() uint32 {
+ if m != nil && m.LastSessionId != nil {
+ return *m.LastSessionId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetClientPackageVersion() uint32 {
+ if m != nil && m.ClientPackageVersion != nil {
+ return *m.ClientPackageVersion
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetClientLanguage() string {
+ if m != nil && m.ClientLanguage != nil {
+ return *m.ClientLanguage
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetClientOsType() uint32 {
+ if m != nil && m.ClientOsType != nil {
+ return *m.ClientOsType
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetShouldRememberPassword() bool {
+ if m != nil && m.ShouldRememberPassword != nil {
+ return *m.ShouldRememberPassword
+ }
+ return Default_CMsgClientLogon_ShouldRememberPassword
+}
+
+func (m *CMsgClientLogon) GetWineVersion() string {
+ if m != nil && m.WineVersion != nil {
+ return *m.WineVersion
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetDeprecated_10() uint32 {
+ if m != nil && m.Deprecated_10 != nil {
+ return *m.Deprecated_10
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetObfuscatedPrivateIp() *CMsgIPAddress {
+ if m != nil {
+ return m.ObfuscatedPrivateIp
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetDeprecatedPublicIp() uint32 {
+ if m != nil && m.DeprecatedPublicIp != nil {
+ return *m.DeprecatedPublicIp
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetQosLevel() uint32 {
+ if m != nil && m.QosLevel != nil {
+ return *m.QosLevel
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetClientSuppliedSteamId() uint64 {
+ if m != nil && m.ClientSuppliedSteamId != nil {
+ return *m.ClientSuppliedSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetPublicIp() *CMsgIPAddress {
+ if m != nil {
+ return m.PublicIp
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetMachineId() []byte {
+ if m != nil {
+ return m.MachineId
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetLauncherType() uint32 {
+ if m != nil && m.LauncherType != nil {
+ return *m.LauncherType
+ }
+ return Default_CMsgClientLogon_LauncherType
+}
+
+func (m *CMsgClientLogon) GetUiMode() uint32 {
+ if m != nil && m.UiMode != nil {
+ return *m.UiMode
+ }
+ return Default_CMsgClientLogon_UiMode
+}
+
+func (m *CMsgClientLogon) GetChatMode() uint32 {
+ if m != nil && m.ChatMode != nil {
+ return *m.ChatMode
+ }
+ return Default_CMsgClientLogon_ChatMode
+}
+
+func (m *CMsgClientLogon) GetSteam2AuthTicket() []byte {
+ if m != nil {
+ return m.Steam2AuthTicket
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetEmailAddress() string {
+ if m != nil && m.EmailAddress != nil {
+ return *m.EmailAddress
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetRtime32AccountCreation() uint32 {
+ if m != nil && m.Rtime32AccountCreation != nil {
+ return *m.Rtime32AccountCreation
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetAccountName() string {
+ if m != nil && m.AccountName != nil {
+ return *m.AccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetGameServerToken() string {
+ if m != nil && m.GameServerToken != nil {
+ return *m.GameServerToken
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetLoginKey() string {
+ if m != nil && m.LoginKey != nil {
+ return *m.LoginKey
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetWasConvertedDeprecatedMsg() bool {
+ if m != nil && m.WasConvertedDeprecatedMsg != nil {
+ return *m.WasConvertedDeprecatedMsg
+ }
+ return Default_CMsgClientLogon_WasConvertedDeprecatedMsg
+}
+
+func (m *CMsgClientLogon) GetAnonUserTargetAccountName() string {
+ if m != nil && m.AnonUserTargetAccountName != nil {
+ return *m.AnonUserTargetAccountName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetResolvedUserSteamId() uint64 {
+ if m != nil && m.ResolvedUserSteamId != nil {
+ return *m.ResolvedUserSteamId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetEresultSentryfile() int32 {
+ if m != nil && m.EresultSentryfile != nil {
+ return *m.EresultSentryfile
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetShaSentryfile() []byte {
+ if m != nil {
+ return m.ShaSentryfile
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetAuthCode() string {
+ if m != nil && m.AuthCode != nil {
+ return *m.AuthCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetOtpType() int32 {
+ if m != nil && m.OtpType != nil {
+ return *m.OtpType
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetOtpValue() uint32 {
+ if m != nil && m.OtpValue != nil {
+ return *m.OtpValue
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetOtpIdentifier() string {
+ if m != nil && m.OtpIdentifier != nil {
+ return *m.OtpIdentifier
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetSteam2TicketRequest() bool {
+ if m != nil && m.Steam2TicketRequest != nil {
+ return *m.Steam2TicketRequest
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetSonyPsnTicket() []byte {
+ if m != nil {
+ return m.SonyPsnTicket
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetSonyPsnServiceId() string {
+ if m != nil && m.SonyPsnServiceId != nil {
+ return *m.SonyPsnServiceId
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetCreateNewPsnLinkedAccountIfNeeded() bool {
+ if m != nil && m.CreateNewPsnLinkedAccountIfNeeded != nil {
+ return *m.CreateNewPsnLinkedAccountIfNeeded
+ }
+ return Default_CMsgClientLogon_CreateNewPsnLinkedAccountIfNeeded
+}
+
+func (m *CMsgClientLogon) GetSonyPsnName() string {
+ if m != nil && m.SonyPsnName != nil {
+ return *m.SonyPsnName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetGameServerAppId() int32 {
+ if m != nil && m.GameServerAppId != nil {
+ return *m.GameServerAppId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetSteamguardDontRememberComputer() bool {
+ if m != nil && m.SteamguardDontRememberComputer != nil {
+ return *m.SteamguardDontRememberComputer
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetMachineName() string {
+ if m != nil && m.MachineName != nil {
+ return *m.MachineName
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetMachineNameUserchosen() string {
+ if m != nil && m.MachineNameUserchosen != nil {
+ return *m.MachineNameUserchosen
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetCountryOverride() string {
+ if m != nil && m.CountryOverride != nil {
+ return *m.CountryOverride
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetIsSteamBox() bool {
+ if m != nil && m.IsSteamBox != nil {
+ return *m.IsSteamBox
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetClientInstanceId() uint64 {
+ if m != nil && m.ClientInstanceId != nil {
+ return *m.ClientInstanceId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetTwoFactorCode() string {
+ if m != nil && m.TwoFactorCode != nil {
+ return *m.TwoFactorCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetSupportsRateLimitResponse() bool {
+ if m != nil && m.SupportsRateLimitResponse != nil {
+ return *m.SupportsRateLimitResponse
+ }
+ return false
+}
+
+func (m *CMsgClientLogon) GetWebLogonNonce() string {
+ if m != nil && m.WebLogonNonce != nil {
+ return *m.WebLogonNonce
+ }
+ return ""
+}
+
+func (m *CMsgClientLogon) GetPriorityReason() int32 {
+ if m != nil && m.PriorityReason != nil {
+ return *m.PriorityReason
+ }
+ return 0
+}
+
+func (m *CMsgClientLogon) GetEmbeddedClientSecret() *CMsgClientSecret {
+ if m != nil {
+ return m.EmbeddedClientSecret
+ }
+ return nil
+}
+
+func (m *CMsgClientLogon) GetDisablePartnerAutogrants() bool {
+ if m != nil && m.DisablePartnerAutogrants != nil {
+ return *m.DisablePartnerAutogrants
+ }
+ return false
+}
+
+type CMsgClientLogonResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ OutOfGameHeartbeatSeconds *int32 `protobuf:"varint,2,opt,name=out_of_game_heartbeat_seconds,json=outOfGameHeartbeatSeconds" json:"out_of_game_heartbeat_seconds,omitempty"`
+ InGameHeartbeatSeconds *int32 `protobuf:"varint,3,opt,name=in_game_heartbeat_seconds,json=inGameHeartbeatSeconds" json:"in_game_heartbeat_seconds,omitempty"`
+ DeprecatedPublicIp *uint32 `protobuf:"varint,4,opt,name=deprecated_public_ip,json=deprecatedPublicIp" json:"deprecated_public_ip,omitempty"`
+ Rtime32ServerTime *uint32 `protobuf:"fixed32,5,opt,name=rtime32_server_time,json=rtime32ServerTime" json:"rtime32_server_time,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,6,opt,name=account_flags,json=accountFlags" json:"account_flags,omitempty"`
+ CellId *uint32 `protobuf:"varint,7,opt,name=cell_id,json=cellId" json:"cell_id,omitempty"`
+ EmailDomain *string `protobuf:"bytes,8,opt,name=email_domain,json=emailDomain" json:"email_domain,omitempty"`
+ Steam2Ticket []byte `protobuf:"bytes,9,opt,name=steam2_ticket,json=steam2Ticket" json:"steam2_ticket,omitempty"`
+ EresultExtended *int32 `protobuf:"varint,10,opt,name=eresult_extended,json=eresultExtended" json:"eresult_extended,omitempty"`
+ WebapiAuthenticateUserNonce *string `protobuf:"bytes,11,opt,name=webapi_authenticate_user_nonce,json=webapiAuthenticateUserNonce" json:"webapi_authenticate_user_nonce,omitempty"`
+ CellIdPingThreshold *uint32 `protobuf:"varint,12,opt,name=cell_id_ping_threshold,json=cellIdPingThreshold" json:"cell_id_ping_threshold,omitempty"`
+ DeprecatedUsePics *bool `protobuf:"varint,13,opt,name=deprecated_use_pics,json=deprecatedUsePics" json:"deprecated_use_pics,omitempty"`
+ VanityUrl *string `protobuf:"bytes,14,opt,name=vanity_url,json=vanityUrl" json:"vanity_url,omitempty"`
+ PublicIp *CMsgIPAddress `protobuf:"bytes,15,opt,name=public_ip,json=publicIp" json:"public_ip,omitempty"`
+ ClientSuppliedSteamid *uint64 `protobuf:"fixed64,20,opt,name=client_supplied_steamid,json=clientSuppliedSteamid" json:"client_supplied_steamid,omitempty"`
+ IpCountryCode *string `protobuf:"bytes,21,opt,name=ip_country_code,json=ipCountryCode" json:"ip_country_code,omitempty"`
+ ParentalSettings []byte `protobuf:"bytes,22,opt,name=parental_settings,json=parentalSettings" json:"parental_settings,omitempty"`
+ ParentalSettingSignature []byte `protobuf:"bytes,23,opt,name=parental_setting_signature,json=parentalSettingSignature" json:"parental_setting_signature,omitempty"`
+ CountLoginfailuresToMigrate *int32 `protobuf:"varint,24,opt,name=count_loginfailures_to_migrate,json=countLoginfailuresToMigrate" json:"count_loginfailures_to_migrate,omitempty"`
+ CountDisconnectsToMigrate *int32 `protobuf:"varint,25,opt,name=count_disconnects_to_migrate,json=countDisconnectsToMigrate" json:"count_disconnects_to_migrate,omitempty"`
+ OgsDataReportTimeWindow *int32 `protobuf:"varint,26,opt,name=ogs_data_report_time_window,json=ogsDataReportTimeWindow" json:"ogs_data_report_time_window,omitempty"`
+ ClientInstanceId *uint64 `protobuf:"varint,27,opt,name=client_instance_id,json=clientInstanceId" json:"client_instance_id,omitempty"`
+ ForceClientUpdateCheck *bool `protobuf:"varint,28,opt,name=force_client_update_check,json=forceClientUpdateCheck" json:"force_client_update_check,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLogonResponse) Reset() { *m = CMsgClientLogonResponse{} }
+func (m *CMsgClientLogonResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLogonResponse) ProtoMessage() {}
+func (*CMsgClientLogonResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{5}
+}
+
+func (m *CMsgClientLogonResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLogonResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientLogonResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLogonResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLogonResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLogonResponse.Merge(m, src)
+}
+func (m *CMsgClientLogonResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLogonResponse.Size(m)
+}
+func (m *CMsgClientLogonResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLogonResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLogonResponse proto.InternalMessageInfo
+
+const Default_CMsgClientLogonResponse_Eresult int32 = 2
+
+func (m *CMsgClientLogonResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLogonResponse_Eresult
+}
+
+func (m *CMsgClientLogonResponse) GetOutOfGameHeartbeatSeconds() int32 {
+ if m != nil && m.OutOfGameHeartbeatSeconds != nil {
+ return *m.OutOfGameHeartbeatSeconds
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetInGameHeartbeatSeconds() int32 {
+ if m != nil && m.InGameHeartbeatSeconds != nil {
+ return *m.InGameHeartbeatSeconds
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetDeprecatedPublicIp() uint32 {
+ if m != nil && m.DeprecatedPublicIp != nil {
+ return *m.DeprecatedPublicIp
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetRtime32ServerTime() uint32 {
+ if m != nil && m.Rtime32ServerTime != nil {
+ return *m.Rtime32ServerTime
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetCellId() uint32 {
+ if m != nil && m.CellId != nil {
+ return *m.CellId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetEmailDomain() string {
+ if m != nil && m.EmailDomain != nil {
+ return *m.EmailDomain
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetSteam2Ticket() []byte {
+ if m != nil {
+ return m.Steam2Ticket
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetEresultExtended() int32 {
+ if m != nil && m.EresultExtended != nil {
+ return *m.EresultExtended
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetWebapiAuthenticateUserNonce() string {
+ if m != nil && m.WebapiAuthenticateUserNonce != nil {
+ return *m.WebapiAuthenticateUserNonce
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetCellIdPingThreshold() uint32 {
+ if m != nil && m.CellIdPingThreshold != nil {
+ return *m.CellIdPingThreshold
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetDeprecatedUsePics() bool {
+ if m != nil && m.DeprecatedUsePics != nil {
+ return *m.DeprecatedUsePics
+ }
+ return false
+}
+
+func (m *CMsgClientLogonResponse) GetVanityUrl() string {
+ if m != nil && m.VanityUrl != nil {
+ return *m.VanityUrl
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetPublicIp() *CMsgIPAddress {
+ if m != nil {
+ return m.PublicIp
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetClientSuppliedSteamid() uint64 {
+ if m != nil && m.ClientSuppliedSteamid != nil {
+ return *m.ClientSuppliedSteamid
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetIpCountryCode() string {
+ if m != nil && m.IpCountryCode != nil {
+ return *m.IpCountryCode
+ }
+ return ""
+}
+
+func (m *CMsgClientLogonResponse) GetParentalSettings() []byte {
+ if m != nil {
+ return m.ParentalSettings
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetParentalSettingSignature() []byte {
+ if m != nil {
+ return m.ParentalSettingSignature
+ }
+ return nil
+}
+
+func (m *CMsgClientLogonResponse) GetCountLoginfailuresToMigrate() int32 {
+ if m != nil && m.CountLoginfailuresToMigrate != nil {
+ return *m.CountLoginfailuresToMigrate
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetCountDisconnectsToMigrate() int32 {
+ if m != nil && m.CountDisconnectsToMigrate != nil {
+ return *m.CountDisconnectsToMigrate
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetOgsDataReportTimeWindow() int32 {
+ if m != nil && m.OgsDataReportTimeWindow != nil {
+ return *m.OgsDataReportTimeWindow
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetClientInstanceId() uint64 {
+ if m != nil && m.ClientInstanceId != nil {
+ return *m.ClientInstanceId
+ }
+ return 0
+}
+
+func (m *CMsgClientLogonResponse) GetForceClientUpdateCheck() bool {
+ if m != nil && m.ForceClientUpdateCheck != nil {
+ return *m.ForceClientUpdateCheck
+ }
+ return false
+}
+
+type CMsgClientRequestWebAPIAuthenticateUserNonce struct {
+ TokenType *int32 `protobuf:"varint,1,opt,name=token_type,json=tokenType,def=-1" json:"token_type,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) Reset() {
+ *m = CMsgClientRequestWebAPIAuthenticateUserNonce{}
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonce) ProtoMessage() {}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonce) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{6}
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Merge(m, src)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.Size(m)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonce proto.InternalMessageInfo
+
+const Default_CMsgClientRequestWebAPIAuthenticateUserNonce_TokenType int32 = -1
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonce) GetTokenType() int32 {
+ if m != nil && m.TokenType != nil {
+ return *m.TokenType
+ }
+ return Default_CMsgClientRequestWebAPIAuthenticateUserNonce_TokenType
+}
+
+type CMsgClientRequestWebAPIAuthenticateUserNonceResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ WebapiAuthenticateUserNonce *string `protobuf:"bytes,11,opt,name=webapi_authenticate_user_nonce,json=webapiAuthenticateUserNonce" json:"webapi_authenticate_user_nonce,omitempty"`
+ TokenType *int32 `protobuf:"varint,3,opt,name=token_type,json=tokenType,def=-1" json:"token_type,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) Reset() {
+ *m = CMsgClientRequestWebAPIAuthenticateUserNonceResponse{}
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonceResponse) ProtoMessage() {}
+func (*CMsgClientRequestWebAPIAuthenticateUserNonceResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{7}
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Merge(m, src)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.Size(m)
+}
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientRequestWebAPIAuthenticateUserNonceResponse proto.InternalMessageInfo
+
+const Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_Eresult int32 = 2
+const Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_TokenType int32 = -1
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_Eresult
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) GetWebapiAuthenticateUserNonce() string {
+ if m != nil && m.WebapiAuthenticateUserNonce != nil {
+ return *m.WebapiAuthenticateUserNonce
+ }
+ return ""
+}
+
+func (m *CMsgClientRequestWebAPIAuthenticateUserNonceResponse) GetTokenType() int32 {
+ if m != nil && m.TokenType != nil {
+ return *m.TokenType
+ }
+ return Default_CMsgClientRequestWebAPIAuthenticateUserNonceResponse_TokenType
+}
+
+type CMsgClientLogOff struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLogOff) Reset() { *m = CMsgClientLogOff{} }
+func (m *CMsgClientLogOff) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLogOff) ProtoMessage() {}
+func (*CMsgClientLogOff) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{8}
+}
+
+func (m *CMsgClientLogOff) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLogOff.Unmarshal(m, b)
+}
+func (m *CMsgClientLogOff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLogOff.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLogOff) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLogOff.Merge(m, src)
+}
+func (m *CMsgClientLogOff) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLogOff.Size(m)
+}
+func (m *CMsgClientLogOff) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLogOff.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLogOff proto.InternalMessageInfo
+
+type CMsgClientLoggedOff struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientLoggedOff) Reset() { *m = CMsgClientLoggedOff{} }
+func (m *CMsgClientLoggedOff) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientLoggedOff) ProtoMessage() {}
+func (*CMsgClientLoggedOff) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{9}
+}
+
+func (m *CMsgClientLoggedOff) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientLoggedOff.Unmarshal(m, b)
+}
+func (m *CMsgClientLoggedOff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientLoggedOff.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientLoggedOff) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientLoggedOff.Merge(m, src)
+}
+func (m *CMsgClientLoggedOff) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientLoggedOff.Size(m)
+}
+func (m *CMsgClientLoggedOff) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientLoggedOff.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientLoggedOff proto.InternalMessageInfo
+
+const Default_CMsgClientLoggedOff_Eresult int32 = 2
+
+func (m *CMsgClientLoggedOff) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientLoggedOff_Eresult
+}
+
+type CMsgClientNewLoginKey struct {
+ UniqueId *uint32 `protobuf:"varint,1,opt,name=unique_id,json=uniqueId" json:"unique_id,omitempty"`
+ LoginKey *string `protobuf:"bytes,2,opt,name=login_key,json=loginKey" json:"login_key,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNewLoginKey) Reset() { *m = CMsgClientNewLoginKey{} }
+func (m *CMsgClientNewLoginKey) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNewLoginKey) ProtoMessage() {}
+func (*CMsgClientNewLoginKey) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{10}
+}
+
+func (m *CMsgClientNewLoginKey) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNewLoginKey.Unmarshal(m, b)
+}
+func (m *CMsgClientNewLoginKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNewLoginKey.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNewLoginKey) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNewLoginKey.Merge(m, src)
+}
+func (m *CMsgClientNewLoginKey) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNewLoginKey.Size(m)
+}
+func (m *CMsgClientNewLoginKey) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNewLoginKey.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNewLoginKey proto.InternalMessageInfo
+
+func (m *CMsgClientNewLoginKey) GetUniqueId() uint32 {
+ if m != nil && m.UniqueId != nil {
+ return *m.UniqueId
+ }
+ return 0
+}
+
+func (m *CMsgClientNewLoginKey) GetLoginKey() string {
+ if m != nil && m.LoginKey != nil {
+ return *m.LoginKey
+ }
+ return ""
+}
+
+type CMsgClientNewLoginKeyAccepted struct {
+ UniqueId *uint32 `protobuf:"varint,1,opt,name=unique_id,json=uniqueId" json:"unique_id,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientNewLoginKeyAccepted) Reset() { *m = CMsgClientNewLoginKeyAccepted{} }
+func (m *CMsgClientNewLoginKeyAccepted) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientNewLoginKeyAccepted) ProtoMessage() {}
+func (*CMsgClientNewLoginKeyAccepted) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{11}
+}
+
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Unmarshal(m, b)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Merge(m, src)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientNewLoginKeyAccepted.Size(m)
+}
+func (m *CMsgClientNewLoginKeyAccepted) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientNewLoginKeyAccepted.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientNewLoginKeyAccepted proto.InternalMessageInfo
+
+func (m *CMsgClientNewLoginKeyAccepted) GetUniqueId() uint32 {
+ if m != nil && m.UniqueId != nil {
+ return *m.UniqueId
+ }
+ return 0
+}
+
+type CMsgClientAccountInfo struct {
+ PersonaName *string `protobuf:"bytes,1,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
+ IpCountry *string `protobuf:"bytes,2,opt,name=ip_country,json=ipCountry" json:"ip_country,omitempty"`
+ CountAuthedComputers *int32 `protobuf:"varint,5,opt,name=count_authed_computers,json=countAuthedComputers" json:"count_authed_computers,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,7,opt,name=account_flags,json=accountFlags" json:"account_flags,omitempty"`
+ FacebookId *uint64 `protobuf:"varint,8,opt,name=facebook_id,json=facebookId" json:"facebook_id,omitempty"`
+ FacebookName *string `protobuf:"bytes,9,opt,name=facebook_name,json=facebookName" json:"facebook_name,omitempty"`
+ SteamguardNotifyNewmachines *bool `protobuf:"varint,14,opt,name=steamguard_notify_newmachines,json=steamguardNotifyNewmachines" json:"steamguard_notify_newmachines,omitempty"`
+ SteamguardMachineNameUserChosen *string `protobuf:"bytes,15,opt,name=steamguard_machine_name_user_chosen,json=steamguardMachineNameUserChosen" json:"steamguard_machine_name_user_chosen,omitempty"`
+ IsPhoneVerified *bool `protobuf:"varint,16,opt,name=is_phone_verified,json=isPhoneVerified" json:"is_phone_verified,omitempty"`
+ TwoFactorState *uint32 `protobuf:"varint,17,opt,name=two_factor_state,json=twoFactorState" json:"two_factor_state,omitempty"`
+ IsPhoneIdentifying *bool `protobuf:"varint,18,opt,name=is_phone_identifying,json=isPhoneIdentifying" json:"is_phone_identifying,omitempty"`
+ IsPhoneNeedingReverify *bool `protobuf:"varint,19,opt,name=is_phone_needing_reverify,json=isPhoneNeedingReverify" json:"is_phone_needing_reverify,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientAccountInfo) Reset() { *m = CMsgClientAccountInfo{} }
+func (m *CMsgClientAccountInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientAccountInfo) ProtoMessage() {}
+func (*CMsgClientAccountInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{12}
+}
+
+func (m *CMsgClientAccountInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientAccountInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientAccountInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientAccountInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientAccountInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientAccountInfo.Merge(m, src)
+}
+func (m *CMsgClientAccountInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientAccountInfo.Size(m)
+}
+func (m *CMsgClientAccountInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientAccountInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientAccountInfo proto.InternalMessageInfo
+
+func (m *CMsgClientAccountInfo) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetIpCountry() string {
+ if m != nil && m.IpCountry != nil {
+ return *m.IpCountry
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetCountAuthedComputers() int32 {
+ if m != nil && m.CountAuthedComputers != nil {
+ return *m.CountAuthedComputers
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetFacebookId() uint64 {
+ if m != nil && m.FacebookId != nil {
+ return *m.FacebookId
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetFacebookName() string {
+ if m != nil && m.FacebookName != nil {
+ return *m.FacebookName
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetSteamguardNotifyNewmachines() bool {
+ if m != nil && m.SteamguardNotifyNewmachines != nil {
+ return *m.SteamguardNotifyNewmachines
+ }
+ return false
+}
+
+func (m *CMsgClientAccountInfo) GetSteamguardMachineNameUserChosen() string {
+ if m != nil && m.SteamguardMachineNameUserChosen != nil {
+ return *m.SteamguardMachineNameUserChosen
+ }
+ return ""
+}
+
+func (m *CMsgClientAccountInfo) GetIsPhoneVerified() bool {
+ if m != nil && m.IsPhoneVerified != nil {
+ return *m.IsPhoneVerified
+ }
+ return false
+}
+
+func (m *CMsgClientAccountInfo) GetTwoFactorState() uint32 {
+ if m != nil && m.TwoFactorState != nil {
+ return *m.TwoFactorState
+ }
+ return 0
+}
+
+func (m *CMsgClientAccountInfo) GetIsPhoneIdentifying() bool {
+ if m != nil && m.IsPhoneIdentifying != nil {
+ return *m.IsPhoneIdentifying
+ }
+ return false
+}
+
+func (m *CMsgClientAccountInfo) GetIsPhoneNeedingReverify() bool {
+ if m != nil && m.IsPhoneNeedingReverify != nil {
+ return *m.IsPhoneNeedingReverify
+ }
+ return false
+}
+
+type CMsgClientChallengeRequest struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChallengeRequest) Reset() { *m = CMsgClientChallengeRequest{} }
+func (m *CMsgClientChallengeRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientChallengeRequest) ProtoMessage() {}
+func (*CMsgClientChallengeRequest) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{13}
+}
+
+func (m *CMsgClientChallengeRequest) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChallengeRequest.Unmarshal(m, b)
+}
+func (m *CMsgClientChallengeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChallengeRequest.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChallengeRequest) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChallengeRequest.Merge(m, src)
+}
+func (m *CMsgClientChallengeRequest) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChallengeRequest.Size(m)
+}
+func (m *CMsgClientChallengeRequest) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChallengeRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChallengeRequest proto.InternalMessageInfo
+
+func (m *CMsgClientChallengeRequest) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+type CMsgClientChallengeResponse struct {
+ Challenge *uint64 `protobuf:"fixed64,1,opt,name=challenge" json:"challenge,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientChallengeResponse) Reset() { *m = CMsgClientChallengeResponse{} }
+func (m *CMsgClientChallengeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientChallengeResponse) ProtoMessage() {}
+func (*CMsgClientChallengeResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_c98cb07f62c057af, []int{14}
+}
+
+func (m *CMsgClientChallengeResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientChallengeResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientChallengeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientChallengeResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientChallengeResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientChallengeResponse.Merge(m, src)
+}
+func (m *CMsgClientChallengeResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientChallengeResponse.Size(m)
+}
+func (m *CMsgClientChallengeResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientChallengeResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientChallengeResponse proto.InternalMessageInfo
+
+func (m *CMsgClientChallengeResponse) GetChallenge() uint64 {
+ if m != nil && m.Challenge != nil {
+ return *m.Challenge
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterType((*CMsgClientHeartBeat)(nil), "CMsgClientHeartBeat")
+ proto.RegisterType((*CMsgClientServerTimestampRequest)(nil), "CMsgClientServerTimestampRequest")
+ proto.RegisterType((*CMsgClientServerTimestampResponse)(nil), "CMsgClientServerTimestampResponse")
+ proto.RegisterType((*CMsgClientSecret)(nil), "CMsgClientSecret")
+ proto.RegisterType((*CMsgClientLogon)(nil), "CMsgClientLogon")
+ proto.RegisterType((*CMsgClientLogonResponse)(nil), "CMsgClientLogonResponse")
+ proto.RegisterType((*CMsgClientRequestWebAPIAuthenticateUserNonce)(nil), "CMsgClientRequestWebAPIAuthenticateUserNonce")
+ proto.RegisterType((*CMsgClientRequestWebAPIAuthenticateUserNonceResponse)(nil), "CMsgClientRequestWebAPIAuthenticateUserNonceResponse")
+ proto.RegisterType((*CMsgClientLogOff)(nil), "CMsgClientLogOff")
+ proto.RegisterType((*CMsgClientLoggedOff)(nil), "CMsgClientLoggedOff")
+ proto.RegisterType((*CMsgClientNewLoginKey)(nil), "CMsgClientNewLoginKey")
+ proto.RegisterType((*CMsgClientNewLoginKeyAccepted)(nil), "CMsgClientNewLoginKeyAccepted")
+ proto.RegisterType((*CMsgClientAccountInfo)(nil), "CMsgClientAccountInfo")
+ proto.RegisterType((*CMsgClientChallengeRequest)(nil), "CMsgClientChallengeRequest")
+ proto.RegisterType((*CMsgClientChallengeResponse)(nil), "CMsgClientChallengeResponse")
+}
+
+func init() {
+ proto.RegisterFile("steammessages_clientserver_login.proto", fileDescriptor_c98cb07f62c057af)
+}
+
+var fileDescriptor_c98cb07f62c057af = []byte{
+ // 2325 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x5b, 0x77, 0x1b, 0xb7,
+ 0xd5, 0xfd, 0x98, 0x58, 0x96, 0x08, 0x51, 0xb7, 0xd1, 0x0d, 0x92, 0x7c, 0x91, 0x98, 0xaf, 0x8e,
+ 0x12, 0x27, 0x5e, 0x8e, 0x9c, 0x95, 0x36, 0xa9, 0xd7, 0x4a, 0x65, 0xb9, 0x4e, 0xb8, 0xa2, 0x0b,
+ 0x33, 0x92, 0x9c, 0x5e, 0xd2, 0xa2, 0xe0, 0xcc, 0xe1, 0x10, 0xd5, 0x10, 0x18, 0x0f, 0x30, 0x62,
+ 0xf8, 0xd6, 0xc7, 0xbe, 0xf4, 0xa9, 0x7f, 0xa5, 0x6f, 0xfd, 0x11, 0xfd, 0x4b, 0x5d, 0x38, 0xc0,
+ 0x0c, 0x87, 0x8e, 0xec, 0x5e, 0x56, 0xdf, 0x34, 0xfb, 0x6c, 0x00, 0x07, 0x38, 0x1b, 0x07, 0x9b,
+ 0x22, 0x0f, 0xb4, 0x01, 0x3e, 0x1c, 0x82, 0xd6, 0x3c, 0x01, 0xcd, 0xa2, 0x54, 0x80, 0x34, 0x1a,
+ 0xf2, 0x6b, 0xc8, 0x59, 0xaa, 0x12, 0x21, 0x1f, 0x65, 0xb9, 0x32, 0x6a, 0x9b, 0x4e, 0xf3, 0x7a,
+ 0x5c, 0x83, 0x8b, 0xb4, 0xd7, 0xc9, 0xea, 0xd1, 0x89, 0x4e, 0x8e, 0x70, 0xe4, 0xd7, 0xc0, 0x73,
+ 0xf3, 0x0c, 0xb8, 0x69, 0x7f, 0x4f, 0x76, 0x27, 0xf0, 0x39, 0x4e, 0x78, 0x21, 0x86, 0xa0, 0x0d,
+ 0x1f, 0x66, 0x21, 0xbc, 0x2a, 0x40, 0x9b, 0xe0, 0x67, 0x84, 0xba, 0x05, 0x59, 0xee, 0x10, 0x66,
+ 0x4a, 0x0a, 0x6d, 0xec, 0x36, 0xf6, 0x6f, 0x85, 0x1b, 0x2e, 0xee, 0x07, 0x54, 0x13, 0xb4, 0xff,
+ 0xd2, 0x20, 0x7b, 0x6f, 0x99, 0x5e, 0x67, 0x4a, 0x6a, 0xf8, 0xef, 0xe7, 0x0f, 0x1e, 0x91, 0x55,
+ 0x7f, 0x08, 0xd5, 0x08, 0x36, 0xd4, 0xf4, 0x1d, 0x1c, 0xb4, 0xa2, 0xa7, 0xd7, 0x3b, 0xd1, 0xed,
+ 0x3f, 0x37, 0xc8, 0x72, 0x3d, 0x9f, 0x28, 0x07, 0x13, 0x50, 0x32, 0x7b, 0x0d, 0xb9, 0x16, 0x4a,
+ 0xe2, 0x6a, 0x0b, 0x61, 0xf9, 0x19, 0xac, 0x91, 0x19, 0x9e, 0x65, 0x22, 0xc6, 0x09, 0x17, 0x42,
+ 0xf7, 0x11, 0x6c, 0x93, 0xb9, 0x18, 0xae, 0x45, 0x04, 0x22, 0xa6, 0xef, 0x62, 0xa0, 0xfa, 0xb6,
+ 0x23, 0xa4, 0x92, 0x11, 0xd0, 0x5b, 0xbb, 0x8d, 0xfd, 0xdb, 0xa1, 0xfb, 0x08, 0x02, 0x72, 0x6b,
+ 0x30, 0xe4, 0x11, 0x9d, 0xd9, 0x6d, 0xec, 0xb7, 0x42, 0xfc, 0xbb, 0xfd, 0xd7, 0x55, 0xb2, 0x34,
+ 0x49, 0xe5, 0x58, 0x25, 0x4a, 0x06, 0x1f, 0x90, 0x65, 0x2c, 0x56, 0xa4, 0x52, 0x36, 0x9d, 0xd2,
+ 0x52, 0x89, 0xbf, 0xf4, 0xa9, 0x7d, 0x43, 0xda, 0x31, 0x64, 0x39, 0x44, 0xdc, 0x40, 0xcc, 0x54,
+ 0xaf, 0x5f, 0x68, 0x53, 0xb8, 0x8f, 0x2c, 0x17, 0xd7, 0xdc, 0x00, 0x13, 0x99, 0xcf, 0xfb, 0xfe,
+ 0x84, 0x79, 0x56, 0x23, 0x76, 0x1d, 0xaf, 0x93, 0x05, 0x9b, 0x64, 0x36, 0x82, 0x34, 0x65, 0xd5,
+ 0x86, 0x6e, 0xdb, 0xcf, 0x4e, 0x1c, 0x3c, 0x20, 0x4b, 0x29, 0xd7, 0x86, 0x69, 0xd0, 0x76, 0x55,
+ 0x4b, 0xb8, 0x85, 0x84, 0x05, 0x0b, 0x9f, 0x3b, 0xb4, 0x13, 0x07, 0x9f, 0x12, 0x5f, 0x21, 0x96,
+ 0xf1, 0xe8, 0x8a, 0x27, 0x50, 0xa5, 0x3f, 0x83, 0xf4, 0x35, 0x17, 0xed, 0xba, 0x60, 0xb9, 0x87,
+ 0xf7, 0xc9, 0x92, 0x1f, 0x95, 0x72, 0x99, 0x14, 0x3c, 0x01, 0x7a, 0x7b, 0xb7, 0xb1, 0xdf, 0x0c,
+ 0x17, 0x1d, 0x7c, 0xec, 0xd1, 0xe0, 0xff, 0x89, 0x47, 0x98, 0xd2, 0xcc, 0x8c, 0x33, 0xa0, 0xb3,
+ 0x38, 0x6d, 0xcb, 0xa1, 0x67, 0xfa, 0x62, 0x9c, 0x41, 0xf0, 0x25, 0xa1, 0x7a, 0xa0, 0x8a, 0x34,
+ 0x66, 0x39, 0x0c, 0x61, 0xd8, 0x83, 0x9c, 0x65, 0x5c, 0xeb, 0x91, 0xca, 0x63, 0x3a, 0xb7, 0xdb,
+ 0xd8, 0x9f, 0xfb, 0x62, 0xa6, 0xcf, 0x53, 0x0d, 0xe1, 0x86, 0xa3, 0x85, 0x9e, 0xd5, 0xf5, 0xa4,
+ 0x60, 0x8f, 0xb4, 0x46, 0x42, 0x4e, 0x72, 0x6f, 0x62, 0x32, 0xf3, 0x16, 0x2b, 0x53, 0x7e, 0x8f,
+ 0x2c, 0xd4, 0x8e, 0xfd, 0x93, 0xc7, 0x94, 0xb8, 0x44, 0x26, 0xe0, 0x27, 0x8f, 0x83, 0x67, 0x64,
+ 0x1d, 0x0b, 0xf2, 0xa3, 0x72, 0xcc, 0xef, 0x36, 0xf6, 0xe7, 0x0f, 0x16, 0x1f, 0xd9, 0xba, 0x77,
+ 0xba, 0x87, 0x71, 0x9c, 0x83, 0xd6, 0xe1, 0xea, 0x84, 0x3c, 0x29, 0xc9, 0x63, 0xb2, 0x56, 0x5b,
+ 0x28, 0x2b, 0x7a, 0xa9, 0x88, 0xec, 0x14, 0x6b, 0xb8, 0x5e, 0x30, 0x89, 0x75, 0x31, 0xd4, 0xc9,
+ 0x82, 0x1d, 0xd2, 0x7c, 0xa5, 0x34, 0x4b, 0xe1, 0x1a, 0x52, 0xba, 0xee, 0x74, 0xf9, 0x4a, 0xe9,
+ 0x63, 0xfb, 0x1d, 0xfc, 0xb4, 0xba, 0x62, 0xba, 0xc8, 0xb2, 0x54, 0x40, 0xcc, 0xb0, 0x53, 0xd8,
+ 0x8a, 0x6e, 0xa0, 0x54, 0xd7, 0x5d, 0xfc, 0xdc, 0x87, 0xcf, 0x6d, 0xb4, 0x13, 0x07, 0x0f, 0x49,
+ 0x73, 0xb2, 0xf8, 0xe6, 0x8d, 0xf9, 0xcf, 0x65, 0x65, 0x0a, 0x77, 0x09, 0x19, 0xf2, 0x68, 0x60,
+ 0xcf, 0x50, 0xc4, 0xf4, 0x1e, 0xaa, 0xbd, 0xe9, 0x11, 0x54, 0xd3, 0x42, 0xca, 0x0b, 0x19, 0x0d,
+ 0xec, 0x7d, 0xb5, 0x55, 0xbc, 0x6f, 0xb3, 0xfc, 0xa2, 0xf1, 0x38, 0x6c, 0x95, 0x38, 0x16, 0x72,
+ 0x9b, 0xcc, 0x16, 0x82, 0x0d, 0x55, 0x0c, 0x74, 0xb7, 0x64, 0xdc, 0x2e, 0xc4, 0x89, 0x8a, 0x21,
+ 0xb8, 0x47, 0x9a, 0xd1, 0x80, 0x1b, 0x17, 0xdd, 0x2b, 0xa3, 0x73, 0x16, 0xc3, 0xf8, 0x47, 0x24,
+ 0xc0, 0x8d, 0x1d, 0x30, 0x5e, 0x98, 0x01, 0x33, 0x22, 0xba, 0x02, 0x43, 0x3f, 0xc0, 0x54, 0x96,
+ 0x5d, 0xe4, 0xb0, 0x30, 0x83, 0x0b, 0xc4, 0x6d, 0x39, 0x61, 0xc8, 0x45, 0xca, 0xb8, 0xdb, 0x0b,
+ 0xfd, 0x10, 0x4b, 0xde, 0x42, 0xd0, 0xef, 0xcf, 0xb6, 0xa7, 0xdc, 0xb6, 0x97, 0x27, 0x07, 0x8c,
+ 0x47, 0x91, 0x2a, 0xa4, 0x61, 0x51, 0x0e, 0xdc, 0x58, 0x89, 0x3c, 0xdc, 0x6d, 0xec, 0xcf, 0x86,
+ 0x1b, 0x3e, 0x7e, 0xe8, 0xc2, 0x47, 0x3e, 0x6a, 0x05, 0x55, 0x8e, 0x90, 0x7c, 0x08, 0xf4, 0xc0,
+ 0x09, 0xca, 0x63, 0xa7, 0x7c, 0x68, 0xf7, 0x3a, 0x57, 0x89, 0xf4, 0x09, 0x86, 0xab, 0xef, 0xe0,
+ 0x43, 0xb2, 0x92, 0xf0, 0x21, 0xb0, 0xb2, 0xc5, 0xa9, 0x2b, 0x90, 0xf4, 0x53, 0x24, 0x2d, 0xd9,
+ 0x80, 0xef, 0xa7, 0x16, 0xb6, 0xd5, 0xc7, 0x77, 0x80, 0x5d, 0xc1, 0x98, 0x3e, 0x75, 0x13, 0x21,
+ 0xf0, 0x0d, 0x8c, 0x83, 0x17, 0xe4, 0xce, 0x88, 0x6b, 0x16, 0x29, 0x79, 0x0d, 0xb9, 0xd5, 0x53,
+ 0x4d, 0x5a, 0x43, 0x9d, 0xd0, 0x17, 0xf5, 0xdb, 0xb1, 0x35, 0xe2, 0xfa, 0xa8, 0x64, 0x3e, 0xaf,
+ 0x88, 0x27, 0x3a, 0x09, 0x7e, 0x41, 0xee, 0x72, 0xa9, 0x24, 0x2b, 0xb4, 0x4d, 0x87, 0xe7, 0x09,
+ 0x18, 0x36, 0xb5, 0xc1, 0x2e, 0x2e, 0xbc, 0x65, 0x49, 0x97, 0x1a, 0xf2, 0x0b, 0xa4, 0x1c, 0xd6,
+ 0xb6, 0xfb, 0x84, 0x6c, 0xe4, 0xa0, 0x55, 0x7a, 0x0d, 0xb1, 0x9b, 0xa5, 0x52, 0xe1, 0xb7, 0xa8,
+ 0xc2, 0xd5, 0x32, 0x6a, 0x87, 0x97, 0x1a, 0xfc, 0x98, 0x04, 0x90, 0x83, 0x2e, 0x52, 0xdb, 0x88,
+ 0xa4, 0xc9, 0xc7, 0x7d, 0x91, 0x02, 0x0d, 0x77, 0x1b, 0xfb, 0x33, 0xe1, 0x8a, 0x8f, 0x9c, 0x57,
+ 0x81, 0xe0, 0x27, 0x64, 0x51, 0x0f, 0x78, 0x9d, 0x7a, 0x8e, 0xe5, 0x5f, 0xd0, 0x03, 0x5e, 0xa3,
+ 0xed, 0x90, 0x26, 0x4a, 0x24, 0xb2, 0x4a, 0xba, 0x70, 0x27, 0x66, 0x81, 0x23, 0x2b, 0xa3, 0x2d,
+ 0x32, 0xa7, 0x4c, 0xe6, 0x54, 0x7a, 0x89, 0x0b, 0xcd, 0x2a, 0x93, 0xa1, 0x3a, 0x77, 0x48, 0xd3,
+ 0x86, 0xae, 0x79, 0x5a, 0x00, 0x7d, 0xe9, 0xee, 0x99, 0x32, 0xd9, 0x4b, 0xfb, 0x6d, 0xd7, 0xb6,
+ 0x41, 0x11, 0x83, 0x34, 0xa2, 0x2f, 0x20, 0xa7, 0xdf, 0xe1, 0xcc, 0x0b, 0xca, 0x64, 0x9d, 0x0a,
+ 0x0c, 0x0e, 0xc8, 0xba, 0x57, 0xa9, 0x13, 0x68, 0xf9, 0xf0, 0xd1, 0x5f, 0xd9, 0x4a, 0x84, 0xab,
+ 0x2e, 0xe8, 0x44, 0x5a, 0xbe, 0xc2, 0x0f, 0xc8, 0x92, 0x56, 0x72, 0xcc, 0x32, 0x2d, 0x4b, 0x59,
+ 0xff, 0xc6, 0xef, 0x4b, 0xc9, 0x71, 0x57, 0x4b, 0xaf, 0xe9, 0x8f, 0xc9, 0x6a, 0xc5, 0xb3, 0xca,
+ 0x11, 0x11, 0xde, 0xc6, 0xdf, 0x62, 0x1e, 0xcb, 0x9e, 0x7b, 0xee, 0x02, 0x9d, 0x38, 0xf8, 0x35,
+ 0x79, 0x1f, 0xd5, 0x0c, 0x4c, 0xc2, 0x08, 0x07, 0xa5, 0x42, 0x5e, 0x41, 0x5c, 0x15, 0x56, 0xf4,
+ 0x99, 0x04, 0x88, 0x21, 0xa6, 0xdf, 0xd7, 0x65, 0xb2, 0xe7, 0x46, 0x9d, 0xc2, 0xa8, 0xab, 0xe5,
+ 0x31, 0x0e, 0xf1, 0x85, 0xee, 0xf4, 0x4f, 0x91, 0x1f, 0xb4, 0xc9, 0x42, 0x95, 0x09, 0xca, 0xe3,
+ 0x77, 0x4e, 0xff, 0x3e, 0x07, 0x14, 0xc4, 0x43, 0x12, 0xd4, 0x35, 0xce, 0x33, 0x7b, 0x78, 0xf4,
+ 0xf7, 0x78, 0xe4, 0x35, 0x91, 0x1f, 0x66, 0x59, 0x27, 0x0e, 0x3a, 0x64, 0x0f, 0x4f, 0x26, 0x29,
+ 0x78, 0x1e, 0xb3, 0x58, 0xa1, 0x63, 0xf0, 0xad, 0x3e, 0x52, 0xc3, 0xac, 0x30, 0x90, 0x53, 0x86,
+ 0x47, 0x78, 0x6f, 0x42, 0x7c, 0xae, 0xac, 0x73, 0x70, 0xb4, 0x23, 0xcf, 0xb2, 0x57, 0xb3, 0x6c,
+ 0x55, 0x98, 0xda, 0x1f, 0x5c, 0x6a, 0x1e, 0xc3, 0xd4, 0x3e, 0x23, 0x9b, 0x75, 0x0a, 0xea, 0x35,
+ 0x1a, 0x28, 0x0d, 0x92, 0x72, 0x64, 0xaf, 0xd7, 0xd8, 0x97, 0x55, 0xd0, 0xbe, 0xe2, 0x78, 0x0e,
+ 0xf9, 0x98, 0xa9, 0x6b, 0xc8, 0x73, 0x11, 0x03, 0xed, 0xb9, 0x5b, 0xeb, 0xf1, 0x33, 0x0f, 0x07,
+ 0xbb, 0xa4, 0x25, 0xb4, 0xbf, 0x03, 0x3d, 0xf5, 0x03, 0x8d, 0x30, 0x77, 0x22, 0x34, 0x4a, 0xff,
+ 0x99, 0xfa, 0xc1, 0xf6, 0x33, 0xdf, 0xb8, 0x85, 0xd4, 0x86, 0x4b, 0x57, 0xcc, 0x18, 0x0d, 0xce,
+ 0xb2, 0x8b, 0x74, 0x7c, 0xc0, 0xbd, 0xd7, 0x66, 0xa4, 0x58, 0x9f, 0x47, 0x46, 0xe5, 0x4e, 0xd9,
+ 0xe0, 0xf4, 0x67, 0x46, 0xea, 0x05, 0xa2, 0x28, 0xef, 0x2f, 0xc9, 0x1d, 0xfb, 0x0e, 0xa8, 0xdc,
+ 0x68, 0x96, 0xdb, 0xda, 0xa7, 0x62, 0x28, 0xec, 0x61, 0x3a, 0x47, 0x46, 0xfb, 0x98, 0xc7, 0x56,
+ 0xc9, 0x09, 0xb9, 0x81, 0x63, 0xcb, 0xa8, 0x2c, 0xdb, 0x03, 0xb2, 0x34, 0x82, 0x9e, 0xb5, 0x9e,
+ 0x4a, 0x32, 0xe7, 0x78, 0x12, 0xb7, 0xd0, 0x08, 0x7a, 0x68, 0x66, 0x4e, 0xd1, 0xf9, 0xbc, 0x4f,
+ 0x96, 0xb2, 0x5c, 0xa8, 0x5c, 0x98, 0x31, 0xcb, 0x81, 0x6b, 0x25, 0xe9, 0x00, 0x6b, 0xbb, 0x58,
+ 0xc2, 0x21, 0xa2, 0xc1, 0x57, 0x64, 0xc3, 0x16, 0x28, 0x8e, 0x21, 0x66, 0xe5, 0x4b, 0x85, 0xf6,
+ 0x8c, 0x0a, 0x7c, 0x74, 0x56, 0x1e, 0xbd, 0xee, 0xdb, 0xc2, 0xb5, 0x72, 0xc0, 0x94, 0x9b, 0x7b,
+ 0x4a, 0xb6, 0x63, 0xa1, 0x79, 0x2f, 0x05, 0x96, 0xf1, 0xdc, 0x48, 0x2b, 0xaa, 0xc2, 0xa8, 0x24,
+ 0xe7, 0xd2, 0x68, 0xfa, 0x47, 0xdc, 0x18, 0xf5, 0x8c, 0xae, 0x23, 0x1c, 0x56, 0xf1, 0xf6, 0xdf,
+ 0x9a, 0x64, 0xf3, 0x35, 0x57, 0x56, 0xed, 0x79, 0x87, 0xcc, 0xfa, 0x66, 0x83, 0xa6, 0x6c, 0xe6,
+ 0x8b, 0xc6, 0x41, 0x58, 0x22, 0xb6, 0x35, 0xaa, 0xc2, 0x30, 0xd5, 0x67, 0x28, 0xe7, 0x81, 0x35,
+ 0xd8, 0x3d, 0xe0, 0xb8, 0x0b, 0x25, 0x63, 0xe7, 0x49, 0x67, 0xc2, 0x2d, 0x55, 0x98, 0xb3, 0xfe,
+ 0x57, 0x7c, 0x08, 0x5f, 0x97, 0x8c, 0x73, 0x47, 0x08, 0x3e, 0x27, 0x5b, 0x42, 0xbe, 0x69, 0xf4,
+ 0xbb, 0x38, 0x7a, 0x43, 0xc8, 0x1b, 0x87, 0xbe, 0xc9, 0x2c, 0xdc, 0x7a, 0xa3, 0x59, 0x78, 0x44,
+ 0x56, 0xcb, 0x37, 0xad, 0x66, 0xa0, 0xd1, 0xad, 0xcd, 0x86, 0x2b, 0x3e, 0x34, 0xf1, 0xeb, 0xf6,
+ 0xa1, 0x2c, 0xfb, 0x41, 0x3f, 0xe5, 0x89, 0x46, 0xa3, 0xb6, 0x10, 0x96, 0xcf, 0xdb, 0x0b, 0x8b,
+ 0xd5, 0x6d, 0xe4, 0xec, 0x94, 0x8d, 0xdc, 0x23, 0xee, 0x45, 0x65, 0xb1, 0x1a, 0x72, 0x21, 0xd1,
+ 0x8d, 0x35, 0xc3, 0x79, 0xc4, 0x9e, 0x23, 0x64, 0x17, 0x98, 0xea, 0x88, 0x68, 0xbe, 0x5a, 0x61,
+ 0xab, 0xde, 0x09, 0xed, 0xcd, 0x2a, 0x1f, 0x02, 0xf8, 0xc1, 0x80, 0xb4, 0x4d, 0x89, 0xb8, 0x56,
+ 0xe1, 0xf1, 0x5f, 0x7a, 0x38, 0x38, 0x22, 0xf7, 0x46, 0xd0, 0xe3, 0x99, 0x40, 0x1f, 0x60, 0x1b,
+ 0xaf, 0x3d, 0x00, 0xf7, 0xe6, 0x38, 0xbd, 0xce, 0x63, 0x12, 0x3b, 0x8e, 0x75, 0x58, 0x23, 0xd9,
+ 0xab, 0xec, 0xd4, 0xfb, 0x84, 0x6c, 0xf8, 0x0d, 0xb1, 0x4c, 0xc8, 0x84, 0x99, 0x41, 0x0e, 0x7a,
+ 0xa0, 0xd2, 0x98, 0xb6, 0x70, 0x7f, 0xab, 0x6e, 0x7f, 0x5d, 0x21, 0x93, 0x8b, 0x32, 0x64, 0x8f,
+ 0xb6, 0x56, 0x8c, 0x42, 0x03, 0xcb, 0x44, 0xa4, 0xe9, 0x02, 0x2a, 0x6f, 0x65, 0x12, 0xba, 0xd4,
+ 0xd0, 0x15, 0x91, 0xb6, 0xa6, 0xe9, 0x9a, 0x4b, 0x7b, 0x41, 0x8a, 0x3c, 0xa5, 0x8b, 0x98, 0x55,
+ 0xd3, 0x21, 0x97, 0x79, 0x3a, 0x6d, 0xc0, 0x96, 0xfe, 0x85, 0x01, 0xfb, 0x8c, 0x6c, 0xde, 0x68,
+ 0xf3, 0x44, 0x8c, 0xc6, 0xf1, 0x66, 0x97, 0x27, 0xb0, 0x6f, 0x88, 0x8c, 0x95, 0x5d, 0x0b, 0xfb,
+ 0xc6, 0xba, 0xbb, 0xce, 0x22, 0x3b, 0x72, 0x28, 0xf6, 0x8d, 0x87, 0x64, 0x25, 0xe3, 0x39, 0x48,
+ 0xc3, 0x53, 0xa6, 0xc1, 0x18, 0x21, 0x13, 0x8d, 0xfe, 0xb1, 0x15, 0x2e, 0x97, 0x81, 0x73, 0x8f,
+ 0xdb, 0x9b, 0xf8, 0x3a, 0x99, 0x69, 0x91, 0x48, 0x6e, 0x8a, 0x1c, 0xd0, 0x4b, 0xb6, 0x42, 0xfa,
+ 0xda, 0xa8, 0xf3, 0x32, 0x6e, 0x0b, 0xe8, 0xf4, 0x86, 0x2e, 0xa6, 0xcf, 0x45, 0x5a, 0xe4, 0xa0,
+ 0x99, 0x51, 0x6c, 0x28, 0x12, 0xdb, 0xb3, 0x28, 0xc5, 0xca, 0xef, 0x20, 0xeb, 0xb8, 0x4e, 0xba,
+ 0x50, 0x27, 0x8e, 0x62, 0xfb, 0x9c, 0x9b, 0x24, 0x16, 0x3a, 0x52, 0x52, 0x42, 0x64, 0xa6, 0xa6,
+ 0xd8, 0x72, 0x97, 0x12, 0x39, 0xcf, 0x27, 0x94, 0xc9, 0x04, 0x4f, 0xc9, 0x8e, 0x4a, 0x34, 0x8b,
+ 0xb9, 0xe1, 0x2c, 0x07, 0xdb, 0x0c, 0xf1, 0xa2, 0xb0, 0x91, 0x90, 0xb1, 0x1a, 0xd1, 0x6d, 0x1c,
+ 0xbf, 0xa9, 0x12, 0xfd, 0x9c, 0x1b, 0x1e, 0x22, 0xc1, 0xde, 0x97, 0xef, 0x30, 0xfc, 0x86, 0xe6,
+ 0xbd, 0xf3, 0x86, 0xe6, 0xfd, 0x39, 0xd9, 0xea, 0xab, 0x3c, 0x82, 0xb2, 0xff, 0x15, 0x59, 0x6c,
+ 0x25, 0x1b, 0x0d, 0x20, 0xba, 0xa2, 0x77, 0x50, 0x3e, 0x1b, 0x48, 0x70, 0xcd, 0xe9, 0x12, 0xc3,
+ 0x47, 0x36, 0xda, 0xfe, 0x96, 0x7c, 0x34, 0xe9, 0x5a, 0xde, 0x30, 0x7c, 0x07, 0xbd, 0xc3, 0x6e,
+ 0xe7, 0x66, 0x61, 0xef, 0x11, 0x82, 0x6e, 0xd2, 0x19, 0x1c, 0xd7, 0xcd, 0xde, 0xf9, 0xf8, 0x93,
+ 0xb0, 0x89, 0xa8, 0xb5, 0x39, 0xed, 0xbf, 0x37, 0xc8, 0xa7, 0xff, 0xc9, 0x9c, 0xff, 0x5e, 0x9b,
+ 0xfc, 0x9f, 0x5c, 0xcb, 0xe9, 0xec, 0xdf, 0xbd, 0x29, 0xfb, 0xa0, 0xfe, 0x3b, 0xff, 0x58, 0x25,
+ 0x67, 0xfd, 0x7e, 0xfb, 0xa0, 0xfe, 0x1f, 0x90, 0x63, 0x95, 0x24, 0x10, 0x9f, 0xf5, 0xfb, 0x6f,
+ 0xcd, 0xb7, 0xfd, 0x2d, 0x59, 0x9f, 0x8c, 0x39, 0x85, 0xd1, 0x71, 0x69, 0xa9, 0x77, 0x48, 0xb3,
+ 0x90, 0xe2, 0x55, 0x81, 0x15, 0x75, 0xbf, 0xd1, 0xe7, 0x1c, 0xd0, 0x89, 0xa7, 0xcd, 0xf8, 0x3b,
+ 0xd3, 0x66, 0xbc, 0xfd, 0x94, 0xdc, 0xbd, 0x71, 0xca, 0xc3, 0x28, 0x82, 0xcc, 0x40, 0xfc, 0xd6,
+ 0xa9, 0xdb, 0xff, 0xb8, 0x55, 0xcf, 0xa8, 0x74, 0x5c, 0xb2, 0xaf, 0x6c, 0x93, 0xcd, 0x20, 0xd7,
+ 0x4a, 0x72, 0xe7, 0x68, 0x1a, 0xae, 0xc9, 0x7a, 0x0c, 0x1d, 0xcd, 0x5d, 0x42, 0x26, 0xd7, 0xdc,
+ 0x27, 0xd6, 0xac, 0x6e, 0x38, 0xfe, 0x8a, 0xc7, 0xdb, 0x82, 0xb5, 0x89, 0x2b, 0x4b, 0xa5, 0xf1,
+ 0x5d, 0x98, 0x09, 0xd7, 0x30, 0x8a, 0x35, 0x89, 0x4b, 0x23, 0xa5, 0x7f, 0xfc, 0x34, 0xcc, 0xde,
+ 0xf0, 0x34, 0xdc, 0x27, 0xf3, 0x7d, 0x1e, 0x41, 0x4f, 0xa9, 0x2b, 0xbb, 0xab, 0x39, 0xbc, 0x02,
+ 0xa4, 0x84, 0x3a, 0xb1, 0x9d, 0xa5, 0x22, 0x60, 0xfa, 0xee, 0xc7, 0x77, 0xab, 0x04, 0x31, 0xff,
+ 0x67, 0xe4, 0x6e, 0xcd, 0xff, 0x49, 0x65, 0x44, 0x7f, 0x6c, 0x6d, 0xab, 0xf7, 0x61, 0x1a, 0xbb,
+ 0xe7, 0x5c, 0xb8, 0x33, 0x21, 0x9d, 0x22, 0xe7, 0x74, 0x42, 0x09, 0x8e, 0xc9, 0x7b, 0xb5, 0x39,
+ 0x7e, 0x64, 0xf0, 0x98, 0x77, 0x78, 0x4b, 0xb8, 0xfc, 0xfd, 0x09, 0xf5, 0x64, 0xda, 0xeb, 0x1d,
+ 0x39, 0xaf, 0xf7, 0x21, 0x59, 0x11, 0x9a, 0x65, 0x03, 0xe5, 0xfe, 0x6d, 0x60, 0xdd, 0x7d, 0x4c,
+ 0x97, 0x31, 0x8b, 0x25, 0xa1, 0xbb, 0x16, 0x7f, 0xe9, 0xe1, 0x60, 0x9f, 0x2c, 0xd7, 0xcc, 0x99,
+ 0x36, 0xb6, 0x01, 0xad, 0xe0, 0x59, 0x2d, 0x56, 0xee, 0xec, 0xdc, 0xa2, 0xf6, 0x3d, 0xaf, 0x66,
+ 0xf5, 0x3f, 0x25, 0xc6, 0x42, 0x26, 0x34, 0xc0, 0x89, 0x03, 0x3f, 0x71, 0x67, 0x12, 0x41, 0xf3,
+ 0x50, 0x8e, 0xb0, 0x6e, 0xdd, 0xf6, 0xda, 0x1c, 0x30, 0xa3, 0x31, 0x5d, 0x75, 0xbd, 0xc3, 0x0f,
+ 0x3b, 0x75, 0xe1, 0xd0, 0x47, 0xdb, 0x9f, 0x91, 0xed, 0x89, 0xa0, 0x8e, 0x06, 0x3c, 0x4d, 0x41,
+ 0x26, 0x50, 0xfe, 0xea, 0xa0, 0x64, 0xb6, 0x7c, 0x41, 0x1a, 0xf8, 0x82, 0x94, 0x9f, 0xed, 0x9f,
+ 0x93, 0x9d, 0x1b, 0xc7, 0xf9, 0x36, 0x70, 0x07, 0x7f, 0xa8, 0x3b, 0xd0, 0x0f, 0x9d, 0x00, 0xcf,
+ 0x66, 0xbe, 0x6e, 0xfc, 0xa9, 0xf1, 0x7f, 0xff, 0x0c, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x4a, 0xca,
+ 0x5a, 0xd7, 0x14, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_site_license.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_site_license.pb.go
new file mode 100644
index 0000000..fb67a3a
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/client_site_license.pb.go
@@ -0,0 +1,401 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: steammessages_sitelicenseclient.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type CMsgClientSiteInfo struct {
+ SiteId *uint64 `protobuf:"varint,1,opt,name=site_id,json=siteId" json:"site_id,omitempty"`
+ SiteName *string `protobuf:"bytes,2,opt,name=site_name,json=siteName" json:"site_name,omitempty"`
+ AllowCachedCredentials *bool `protobuf:"varint,3,opt,name=allow_cached_credentials,json=allowCachedCredentials" json:"allow_cached_credentials,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteInfo) Reset() { *m = CMsgClientSiteInfo{} }
+func (m *CMsgClientSiteInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSiteInfo) ProtoMessage() {}
+func (*CMsgClientSiteInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{0}
+}
+
+func (m *CMsgClientSiteInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteInfo.Merge(m, src)
+}
+func (m *CMsgClientSiteInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteInfo.Size(m)
+}
+func (m *CMsgClientSiteInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteInfo proto.InternalMessageInfo
+
+func (m *CMsgClientSiteInfo) GetSiteId() uint64 {
+ if m != nil && m.SiteId != nil {
+ return *m.SiteId
+ }
+ return 0
+}
+
+func (m *CMsgClientSiteInfo) GetSiteName() string {
+ if m != nil && m.SiteName != nil {
+ return *m.SiteName
+ }
+ return ""
+}
+
+func (m *CMsgClientSiteInfo) GetAllowCachedCredentials() bool {
+ if m != nil && m.AllowCachedCredentials != nil {
+ return *m.AllowCachedCredentials
+ }
+ return false
+}
+
+type CMsgClientSiteLicenseCheckout struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteLicenseCheckout) Reset() { *m = CMsgClientSiteLicenseCheckout{} }
+func (m *CMsgClientSiteLicenseCheckout) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSiteLicenseCheckout) ProtoMessage() {}
+func (*CMsgClientSiteLicenseCheckout) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{1}
+}
+
+func (m *CMsgClientSiteLicenseCheckout) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteLicenseCheckout.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteLicenseCheckout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteLicenseCheckout.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteLicenseCheckout) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteLicenseCheckout.Merge(m, src)
+}
+func (m *CMsgClientSiteLicenseCheckout) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteLicenseCheckout.Size(m)
+}
+func (m *CMsgClientSiteLicenseCheckout) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteLicenseCheckout.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteLicenseCheckout proto.InternalMessageInfo
+
+func (m *CMsgClientSiteLicenseCheckout) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgClientSiteLicenseCheckoutResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteLicenseCheckoutResponse) Reset() { *m = CMsgClientSiteLicenseCheckoutResponse{} }
+func (m *CMsgClientSiteLicenseCheckoutResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSiteLicenseCheckoutResponse) ProtoMessage() {}
+func (*CMsgClientSiteLicenseCheckoutResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{2}
+}
+
+func (m *CMsgClientSiteLicenseCheckoutResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteLicenseCheckoutResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteLicenseCheckoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteLicenseCheckoutResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteLicenseCheckoutResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteLicenseCheckoutResponse.Merge(m, src)
+}
+func (m *CMsgClientSiteLicenseCheckoutResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteLicenseCheckoutResponse.Size(m)
+}
+func (m *CMsgClientSiteLicenseCheckoutResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteLicenseCheckoutResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteLicenseCheckoutResponse proto.InternalMessageInfo
+
+const Default_CMsgClientSiteLicenseCheckoutResponse_Eresult int32 = 2
+
+func (m *CMsgClientSiteLicenseCheckoutResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientSiteLicenseCheckoutResponse_Eresult
+}
+
+type CMsgClientSiteLicenseGetAvailableSeats struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteLicenseGetAvailableSeats) Reset() {
+ *m = CMsgClientSiteLicenseGetAvailableSeats{}
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSiteLicenseGetAvailableSeats) ProtoMessage() {}
+func (*CMsgClientSiteLicenseGetAvailableSeats) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{3}
+}
+
+func (m *CMsgClientSiteLicenseGetAvailableSeats) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeats.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeats.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeats) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeats.Merge(m, src)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeats) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeats.Size(m)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeats) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeats.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeats proto.InternalMessageInfo
+
+func (m *CMsgClientSiteLicenseGetAvailableSeats) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+type CMsgClientSiteLicenseGetAvailableSeatsResponse struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Seats *uint32 `protobuf:"varint,2,opt,name=seats" json:"seats,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) Reset() {
+ *m = CMsgClientSiteLicenseGetAvailableSeatsResponse{}
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientSiteLicenseGetAvailableSeatsResponse) ProtoMessage() {}
+func (*CMsgClientSiteLicenseGetAvailableSeatsResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{4}
+}
+
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeatsResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeatsResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeatsResponse.Merge(m, src)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeatsResponse.Size(m)
+}
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeatsResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteLicenseGetAvailableSeatsResponse proto.InternalMessageInfo
+
+const Default_CMsgClientSiteLicenseGetAvailableSeatsResponse_Eresult int32 = 2
+
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgClientSiteLicenseGetAvailableSeatsResponse_Eresult
+}
+
+func (m *CMsgClientSiteLicenseGetAvailableSeatsResponse) GetSeats() uint32 {
+ if m != nil && m.Seats != nil {
+ return *m.Seats
+ }
+ return 0
+}
+
+type CMsgClientSiteLicenseGetContentCacheInfo struct {
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) Reset() {
+ *m = CMsgClientSiteLicenseGetContentCacheInfo{}
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSiteLicenseGetContentCacheInfo) ProtoMessage() {}
+func (*CMsgClientSiteLicenseGetContentCacheInfo) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{5}
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfo.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfo.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfo.Merge(m, src)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfo.Size(m)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfo) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfo proto.InternalMessageInfo
+
+type CMsgClientSiteLicenseGetContentCacheInfoResponse struct {
+ UseCache *bool `protobuf:"varint,1,opt,name=use_cache,json=useCache" json:"use_cache,omitempty"`
+ Ipv4Address *uint32 `protobuf:"varint,2,opt,name=ipv4_address,json=ipv4Address" json:"ipv4_address,omitempty"`
+ PortNumber *uint32 `protobuf:"varint,3,opt,name=port_number,json=portNumber" json:"port_number,omitempty"`
+ P2PGroup *uint32 `protobuf:"varint,4,opt,name=p2p_group,json=p2pGroup" json:"p2p_group,omitempty"`
+ IpAddress *string `protobuf:"bytes,5,opt,name=ip_address,json=ipAddress" json:"ip_address,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) Reset() {
+ *m = CMsgClientSiteLicenseGetContentCacheInfoResponse{}
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientSiteLicenseGetContentCacheInfoResponse) ProtoMessage() {}
+func (*CMsgClientSiteLicenseGetContentCacheInfoResponse) Descriptor() ([]byte, []int) {
+ return fileDescriptor_0a32817a56a37a6e, []int{6}
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfoResponse.Unmarshal(m, b)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfoResponse.Marshal(b, m, deterministic)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfoResponse.Merge(m, src)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) XXX_Size() int {
+ return xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfoResponse.Size(m)
+}
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) XXX_DiscardUnknown() {
+ xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfoResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_CMsgClientSiteLicenseGetContentCacheInfoResponse proto.InternalMessageInfo
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) GetUseCache() bool {
+ if m != nil && m.UseCache != nil {
+ return *m.UseCache
+ }
+ return false
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) GetIpv4Address() uint32 {
+ if m != nil && m.Ipv4Address != nil {
+ return *m.Ipv4Address
+ }
+ return 0
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) GetPortNumber() uint32 {
+ if m != nil && m.PortNumber != nil {
+ return *m.PortNumber
+ }
+ return 0
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) GetP2PGroup() uint32 {
+ if m != nil && m.P2PGroup != nil {
+ return *m.P2PGroup
+ }
+ return 0
+}
+
+func (m *CMsgClientSiteLicenseGetContentCacheInfoResponse) GetIpAddress() string {
+ if m != nil && m.IpAddress != nil {
+ return *m.IpAddress
+ }
+ return ""
+}
+
+func init() {
+ proto.RegisterType((*CMsgClientSiteInfo)(nil), "CMsgClientSiteInfo")
+ proto.RegisterType((*CMsgClientSiteLicenseCheckout)(nil), "CMsgClientSiteLicenseCheckout")
+ proto.RegisterType((*CMsgClientSiteLicenseCheckoutResponse)(nil), "CMsgClientSiteLicenseCheckoutResponse")
+ proto.RegisterType((*CMsgClientSiteLicenseGetAvailableSeats)(nil), "CMsgClientSiteLicenseGetAvailableSeats")
+ proto.RegisterType((*CMsgClientSiteLicenseGetAvailableSeatsResponse)(nil), "CMsgClientSiteLicenseGetAvailableSeatsResponse")
+ proto.RegisterType((*CMsgClientSiteLicenseGetContentCacheInfo)(nil), "CMsgClientSiteLicenseGetContentCacheInfo")
+ proto.RegisterType((*CMsgClientSiteLicenseGetContentCacheInfoResponse)(nil), "CMsgClientSiteLicenseGetContentCacheInfoResponse")
+}
+
+func init() {
+ proto.RegisterFile("steammessages_sitelicenseclient.proto", fileDescriptor_0a32817a56a37a6e)
+}
+
+var fileDescriptor_0a32817a56a37a6e = []byte{
+ // 393 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4f, 0x8b, 0xd3, 0x40,
+ 0x14, 0x77, 0x74, 0xe3, 0x26, 0x6f, 0xed, 0x65, 0x10, 0x0d, 0x2e, 0x8b, 0x35, 0xb0, 0x12, 0x3c,
+ 0x2c, 0x52, 0x14, 0xc4, 0x83, 0xb0, 0x46, 0x58, 0x17, 0xb4, 0x87, 0xe9, 0x07, 0x08, 0xd3, 0xe4,
+ 0xd9, 0x0e, 0x4e, 0x66, 0x86, 0xbc, 0x49, 0xbd, 0x7a, 0xf0, 0xfb, 0xf9, 0x95, 0x64, 0x26, 0xad,
+ 0x5a, 0xb0, 0xd2, 0xe3, 0xef, 0xcf, 0xfc, 0xde, 0x2f, 0xef, 0x05, 0x2e, 0xc9, 0xa3, 0xec, 0x3a,
+ 0x24, 0x92, 0x2b, 0xa4, 0x9a, 0x94, 0x47, 0xad, 0x1a, 0x34, 0x84, 0x8d, 0x56, 0x68, 0xfc, 0x95,
+ 0xeb, 0xad, 0xb7, 0x4f, 0xf2, 0x7d, 0xdb, 0x52, 0x12, 0x8e, 0x4a, 0xf1, 0x83, 0x01, 0xaf, 0x3e,
+ 0xd3, 0xaa, 0x8a, 0xf6, 0x85, 0xf2, 0x78, 0x6b, 0xbe, 0x58, 0xfe, 0x18, 0x4e, 0x43, 0x56, 0xad,
+ 0xda, 0x9c, 0x4d, 0x59, 0x79, 0x22, 0xee, 0x07, 0x78, 0xdb, 0xf2, 0x73, 0xc8, 0xa2, 0x60, 0x64,
+ 0x87, 0xf9, 0xdd, 0x29, 0x2b, 0x33, 0x91, 0x06, 0x62, 0x2e, 0x3b, 0xe4, 0x6f, 0x20, 0x97, 0x5a,
+ 0xdb, 0x6f, 0x75, 0x23, 0x9b, 0x35, 0xb6, 0x75, 0xd3, 0x63, 0x8b, 0xc6, 0x2b, 0xa9, 0x29, 0xbf,
+ 0x37, 0x65, 0x65, 0x2a, 0x1e, 0x45, 0xbd, 0x8a, 0x72, 0xf5, 0x47, 0x2d, 0x5e, 0xc3, 0xc5, 0x7e,
+ 0x8b, 0x4f, 0xe3, 0x57, 0x54, 0x6b, 0x6c, 0xbe, 0xda, 0xc1, 0xf3, 0x87, 0x90, 0x48, 0xe7, 0xb6,
+ 0x75, 0x26, 0x62, 0x04, 0xc5, 0x07, 0xb8, 0xfc, 0xef, 0x33, 0x81, 0xe4, 0xac, 0x21, 0xe4, 0xe7,
+ 0x70, 0x8a, 0x3d, 0xd2, 0xa0, 0x7d, 0x0c, 0x48, 0xde, 0xb2, 0x99, 0xd8, 0x31, 0xc5, 0x3b, 0x78,
+ 0xfe, 0xcf, 0x94, 0x1b, 0xf4, 0xd7, 0x1b, 0xa9, 0xb4, 0x5c, 0x6a, 0x5c, 0xa0, 0xf4, 0x74, 0xa0,
+ 0x45, 0x03, 0x57, 0xc7, 0xbd, 0x3f, 0xaa, 0x4e, 0x18, 0x42, 0xc1, 0x1d, 0xd7, 0x3b, 0x11, 0x23,
+ 0x28, 0x5e, 0x40, 0x79, 0x68, 0x48, 0x65, 0x8d, 0x47, 0xe3, 0xe3, 0x56, 0xc3, 0xf5, 0x8a, 0x9f,
+ 0x0c, 0x5e, 0x1e, 0x6b, 0xfe, 0xab, 0x53, 0x36, 0x10, 0x8e, 0xa7, 0x8b, 0xad, 0x52, 0x91, 0x0e,
+ 0x84, 0xd1, 0xc8, 0x9f, 0xc1, 0x03, 0xe5, 0x36, 0xaf, 0x6a, 0xd9, 0xb6, 0x3d, 0xd2, 0xae, 0xda,
+ 0x59, 0xe0, 0xae, 0x47, 0x8a, 0x3f, 0x85, 0x33, 0x67, 0x7b, 0x5f, 0x9b, 0xa1, 0x5b, 0x62, 0x1f,
+ 0xef, 0x3d, 0x11, 0x10, 0xa8, 0x79, 0x64, 0xc2, 0x00, 0x37, 0x73, 0xf5, 0xaa, 0xb7, 0x83, 0xcb,
+ 0x4f, 0xa2, 0x9c, 0xba, 0x99, 0xbb, 0x09, 0x98, 0x5f, 0x00, 0x28, 0xf7, 0x3b, 0x3e, 0x89, 0x3f,
+ 0x56, 0xa6, 0xdc, 0x36, 0xfc, 0x7d, 0xf2, 0x91, 0x7d, 0x67, 0x77, 0x7e, 0x05, 0x00, 0x00, 0xff,
+ 0xff, 0x35, 0x87, 0xfb, 0x5f, 0xef, 0x02, 0x00, 0x00,
+}
diff --git a/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/content_manifest.pb.go b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/content_manifest.pb.go
new file mode 100644
index 0000000..fef81a3
--- /dev/null
+++ b/teleirc/matterbridge/vendor/github.com/Philipp15b/go-steam/protocol/protobuf/content_manifest.pb.go
@@ -0,0 +1,620 @@
+// Code generated by protoc-gen-go. DO NOT EDIT.
+// source: content_manifest.proto
+
+package protobuf
+
+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 protobuf is being compiled against.
+// A compilation error at this line likely means your copy of the
+// proto package protobuf to be updated.
+const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
+
+type EContentDeltaChunkDataLocation int32
+
+const (
+ EContentDeltaChunkDataLocation_k_EContentDeltaChunkDataLocationInProtobuf EContentDeltaChunkDataLocation = 0
+ EContentDeltaChunkDataLocation_k_EContentDeltaChunkDataLocationAfterProtobuf EContentDeltaChunkDataLocation = 1
+)
+
+var EContentDeltaChunkDataLocation_name = map[int32]string{
+ 0: "k_EContentDeltaChunkDataLocationInProtobuf",
+ 1: "k_EContentDeltaChunkDataLocationAfterProtobuf",
+}
+
+var EContentDeltaChunkDataLocation_value = map[string]int32{
+ "k_EContentDeltaChunkDataLocationInProtobuf": 0,
+ "k_EContentDeltaChunkDataLocationAfterProtobuf": 1,
+}
+
+func (x EContentDeltaChunkDataLocation) Enum() *EContentDeltaChunkDataLocation {
+ p := new(EContentDeltaChunkDataLocation)
+ *p = x
+ return p
+}
+
+func (x EContentDeltaChunkDataLocation) String() string {
+ return proto.EnumName(EContentDeltaChunkDataLocation_name, int32(x))
+}
+
+func (x *EContentDeltaChunkDataLocation) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EContentDeltaChunkDataLocation_value, data, "EContentDeltaChunkDataLocation")
+ if err != nil {
+ return err
+ }
+ *x = EContentDeltaChunkDataLocation(value)
+ return nil
+}
+
+func (EContentDeltaChunkDataLocation) EnumDescriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{0}
+}
+
+type ContentManifestPayload struct {
+ Mappings []*ContentManifestPayload_FileMapping `protobuf:"bytes,1,rep,name=mappings" json:"mappings,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentManifestPayload) Reset() { *m = ContentManifestPayload{} }
+func (m *ContentManifestPayload) String() string { return proto.CompactTextString(m) }
+func (*ContentManifestPayload) ProtoMessage() {}
+func (*ContentManifestPayload) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{0}
+}
+
+func (m *ContentManifestPayload) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentManifestPayload.Unmarshal(m, b)
+}
+func (m *ContentManifestPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentManifestPayload.Marshal(b, m, deterministic)
+}
+func (m *ContentManifestPayload) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentManifestPayload.Merge(m, src)
+}
+func (m *ContentManifestPayload) XXX_Size() int {
+ return xxx_messageInfo_ContentManifestPayload.Size(m)
+}
+func (m *ContentManifestPayload) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentManifestPayload.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentManifestPayload proto.InternalMessageInfo
+
+func (m *ContentManifestPayload) GetMappings() []*ContentManifestPayload_FileMapping {
+ if m != nil {
+ return m.Mappings
+ }
+ return nil
+}
+
+type ContentManifestPayload_FileMapping struct {
+ Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
+ Size *uint64 `protobuf:"varint,2,opt,name=size" json:"size,omitempty"`
+ Flags *uint32 `protobuf:"varint,3,opt,name=flags" json:"flags,omitempty"`
+ ShaFilename []byte `protobuf:"bytes,4,opt,name=sha_filename,json=shaFilename" json:"sha_filename,omitempty"`
+ ShaContent []byte `protobuf:"bytes,5,opt,name=sha_content,json=shaContent" json:"sha_content,omitempty"`
+ Chunks []*ContentManifestPayload_FileMapping_ChunkData `protobuf:"bytes,6,rep,name=chunks" json:"chunks,omitempty"`
+ Linktarget *string `protobuf:"bytes,7,opt,name=linktarget" json:"linktarget,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentManifestPayload_FileMapping) Reset() { *m = ContentManifestPayload_FileMapping{} }
+func (m *ContentManifestPayload_FileMapping) String() string { return proto.CompactTextString(m) }
+func (*ContentManifestPayload_FileMapping) ProtoMessage() {}
+func (*ContentManifestPayload_FileMapping) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{0, 0}
+}
+
+func (m *ContentManifestPayload_FileMapping) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentManifestPayload_FileMapping.Unmarshal(m, b)
+}
+func (m *ContentManifestPayload_FileMapping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentManifestPayload_FileMapping.Marshal(b, m, deterministic)
+}
+func (m *ContentManifestPayload_FileMapping) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentManifestPayload_FileMapping.Merge(m, src)
+}
+func (m *ContentManifestPayload_FileMapping) XXX_Size() int {
+ return xxx_messageInfo_ContentManifestPayload_FileMapping.Size(m)
+}
+func (m *ContentManifestPayload_FileMapping) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentManifestPayload_FileMapping.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentManifestPayload_FileMapping proto.InternalMessageInfo
+
+func (m *ContentManifestPayload_FileMapping) GetFilename() string {
+ if m != nil && m.Filename != nil {
+ return *m.Filename
+ }
+ return ""
+}
+
+func (m *ContentManifestPayload_FileMapping) GetSize() uint64 {
+ if m != nil && m.Size != nil {
+ return *m.Size
+ }
+ return 0
+}
+
+func (m *ContentManifestPayload_FileMapping) GetFlags() uint32 {
+ if m != nil && m.Flags != nil {
+ return *m.Flags
+ }
+ return 0
+}
+
+func (m *ContentManifestPayload_FileMapping) GetShaFilename() []byte {
+ if m != nil {
+ return m.ShaFilename
+ }
+ return nil
+}
+
+func (m *ContentManifestPayload_FileMapping) GetShaContent() []byte {
+ if m != nil {
+ return m.ShaContent
+ }
+ return nil
+}
+
+func (m *ContentManifestPayload_FileMapping) GetChunks() []*ContentManifestPayload_FileMapping_ChunkData {
+ if m != nil {
+ return m.Chunks
+ }
+ return nil
+}
+
+func (m *ContentManifestPayload_FileMapping) GetLinktarget() string {
+ if m != nil && m.Linktarget != nil {
+ return *m.Linktarget
+ }
+ return ""
+}
+
+type ContentManifestPayload_FileMapping_ChunkData struct {
+ Sha []byte `protobuf:"bytes,1,opt,name=sha" json:"sha,omitempty"`
+ Crc *uint32 `protobuf:"fixed32,2,opt,name=crc" json:"crc,omitempty"`
+ Offset *uint64 `protobuf:"varint,3,opt,name=offset" json:"offset,omitempty"`
+ CbOriginal *uint32 `protobuf:"varint,4,opt,name=cb_original,json=cbOriginal" json:"cb_original,omitempty"`
+ CbCompressed *uint32 `protobuf:"varint,5,opt,name=cb_compressed,json=cbCompressed" json:"cb_compressed,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) Reset() {
+ *m = ContentManifestPayload_FileMapping_ChunkData{}
+}
+func (m *ContentManifestPayload_FileMapping_ChunkData) String() string {
+ return proto.CompactTextString(m)
+}
+func (*ContentManifestPayload_FileMapping_ChunkData) ProtoMessage() {}
+func (*ContentManifestPayload_FileMapping_ChunkData) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{0, 0, 0}
+}
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentManifestPayload_FileMapping_ChunkData.Unmarshal(m, b)
+}
+func (m *ContentManifestPayload_FileMapping_ChunkData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentManifestPayload_FileMapping_ChunkData.Marshal(b, m, deterministic)
+}
+func (m *ContentManifestPayload_FileMapping_ChunkData) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentManifestPayload_FileMapping_ChunkData.Merge(m, src)
+}
+func (m *ContentManifestPayload_FileMapping_ChunkData) XXX_Size() int {
+ return xxx_messageInfo_ContentManifestPayload_FileMapping_ChunkData.Size(m)
+}
+func (m *ContentManifestPayload_FileMapping_ChunkData) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentManifestPayload_FileMapping_ChunkData.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentManifestPayload_FileMapping_ChunkData proto.InternalMessageInfo
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) GetSha() []byte {
+ if m != nil {
+ return m.Sha
+ }
+ return nil
+}
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) GetCrc() uint32 {
+ if m != nil && m.Crc != nil {
+ return *m.Crc
+ }
+ return 0
+}
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) GetOffset() uint64 {
+ if m != nil && m.Offset != nil {
+ return *m.Offset
+ }
+ return 0
+}
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) GetCbOriginal() uint32 {
+ if m != nil && m.CbOriginal != nil {
+ return *m.CbOriginal
+ }
+ return 0
+}
+
+func (m *ContentManifestPayload_FileMapping_ChunkData) GetCbCompressed() uint32 {
+ if m != nil && m.CbCompressed != nil {
+ return *m.CbCompressed
+ }
+ return 0
+}
+
+type ContentManifestMetadata struct {
+ DepotId *uint32 `protobuf:"varint,1,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ GidManifest *uint64 `protobuf:"varint,2,opt,name=gid_manifest,json=gidManifest" json:"gid_manifest,omitempty"`
+ CreationTime *uint32 `protobuf:"varint,3,opt,name=creation_time,json=creationTime" json:"creation_time,omitempty"`
+ FilenamesEncrypted *bool `protobuf:"varint,4,opt,name=filenames_encrypted,json=filenamesEncrypted" json:"filenames_encrypted,omitempty"`
+ CbDiskOriginal *uint64 `protobuf:"varint,5,opt,name=cb_disk_original,json=cbDiskOriginal" json:"cb_disk_original,omitempty"`
+ CbDiskCompressed *uint64 `protobuf:"varint,6,opt,name=cb_disk_compressed,json=cbDiskCompressed" json:"cb_disk_compressed,omitempty"`
+ UniqueChunks *uint32 `protobuf:"varint,7,opt,name=unique_chunks,json=uniqueChunks" json:"unique_chunks,omitempty"`
+ CrcEncrypted *uint32 `protobuf:"varint,8,opt,name=crc_encrypted,json=crcEncrypted" json:"crc_encrypted,omitempty"`
+ CrcClear *uint32 `protobuf:"varint,9,opt,name=crc_clear,json=crcClear" json:"crc_clear,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentManifestMetadata) Reset() { *m = ContentManifestMetadata{} }
+func (m *ContentManifestMetadata) String() string { return proto.CompactTextString(m) }
+func (*ContentManifestMetadata) ProtoMessage() {}
+func (*ContentManifestMetadata) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{1}
+}
+
+func (m *ContentManifestMetadata) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentManifestMetadata.Unmarshal(m, b)
+}
+func (m *ContentManifestMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentManifestMetadata.Marshal(b, m, deterministic)
+}
+func (m *ContentManifestMetadata) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentManifestMetadata.Merge(m, src)
+}
+func (m *ContentManifestMetadata) XXX_Size() int {
+ return xxx_messageInfo_ContentManifestMetadata.Size(m)
+}
+func (m *ContentManifestMetadata) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentManifestMetadata.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentManifestMetadata proto.InternalMessageInfo
+
+func (m *ContentManifestMetadata) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetGidManifest() uint64 {
+ if m != nil && m.GidManifest != nil {
+ return *m.GidManifest
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetCreationTime() uint32 {
+ if m != nil && m.CreationTime != nil {
+ return *m.CreationTime
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetFilenamesEncrypted() bool {
+ if m != nil && m.FilenamesEncrypted != nil {
+ return *m.FilenamesEncrypted
+ }
+ return false
+}
+
+func (m *ContentManifestMetadata) GetCbDiskOriginal() uint64 {
+ if m != nil && m.CbDiskOriginal != nil {
+ return *m.CbDiskOriginal
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetCbDiskCompressed() uint64 {
+ if m != nil && m.CbDiskCompressed != nil {
+ return *m.CbDiskCompressed
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetUniqueChunks() uint32 {
+ if m != nil && m.UniqueChunks != nil {
+ return *m.UniqueChunks
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetCrcEncrypted() uint32 {
+ if m != nil && m.CrcEncrypted != nil {
+ return *m.CrcEncrypted
+ }
+ return 0
+}
+
+func (m *ContentManifestMetadata) GetCrcClear() uint32 {
+ if m != nil && m.CrcClear != nil {
+ return *m.CrcClear
+ }
+ return 0
+}
+
+type ContentManifestSignature struct {
+ Signature []byte `protobuf:"bytes,1,opt,name=signature" json:"signature,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentManifestSignature) Reset() { *m = ContentManifestSignature{} }
+func (m *ContentManifestSignature) String() string { return proto.CompactTextString(m) }
+func (*ContentManifestSignature) ProtoMessage() {}
+func (*ContentManifestSignature) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{2}
+}
+
+func (m *ContentManifestSignature) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentManifestSignature.Unmarshal(m, b)
+}
+func (m *ContentManifestSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentManifestSignature.Marshal(b, m, deterministic)
+}
+func (m *ContentManifestSignature) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentManifestSignature.Merge(m, src)
+}
+func (m *ContentManifestSignature) XXX_Size() int {
+ return xxx_messageInfo_ContentManifestSignature.Size(m)
+}
+func (m *ContentManifestSignature) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentManifestSignature.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentManifestSignature proto.InternalMessageInfo
+
+func (m *ContentManifestSignature) GetSignature() []byte {
+ if m != nil {
+ return m.Signature
+ }
+ return nil
+}
+
+type ContentDeltaChunks struct {
+ DepotId *uint32 `protobuf:"varint,1,opt,name=depot_id,json=depotId" json:"depot_id,omitempty"`
+ ManifestIdSource *uint64 `protobuf:"varint,2,opt,name=manifest_id_source,json=manifestIdSource" json:"manifest_id_source,omitempty"`
+ ManifestIdTarget *uint64 `protobuf:"varint,3,opt,name=manifest_id_target,json=manifestIdTarget" json:"manifest_id_target,omitempty"`
+ DeltaChunks []*ContentDeltaChunks_DeltaChunk `protobuf:"bytes,4,rep,name=deltaChunks" json:"deltaChunks,omitempty"`
+ ChunkDataLocation *EContentDeltaChunkDataLocation `protobuf:"varint,5,opt,name=chunk_data_location,json=chunkDataLocation,enum=EContentDeltaChunkDataLocation,def=0" json:"chunk_data_location,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentDeltaChunks) Reset() { *m = ContentDeltaChunks{} }
+func (m *ContentDeltaChunks) String() string { return proto.CompactTextString(m) }
+func (*ContentDeltaChunks) ProtoMessage() {}
+func (*ContentDeltaChunks) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{3}
+}
+
+func (m *ContentDeltaChunks) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentDeltaChunks.Unmarshal(m, b)
+}
+func (m *ContentDeltaChunks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentDeltaChunks.Marshal(b, m, deterministic)
+}
+func (m *ContentDeltaChunks) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentDeltaChunks.Merge(m, src)
+}
+func (m *ContentDeltaChunks) XXX_Size() int {
+ return xxx_messageInfo_ContentDeltaChunks.Size(m)
+}
+func (m *ContentDeltaChunks) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentDeltaChunks.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentDeltaChunks proto.InternalMessageInfo
+
+const Default_ContentDeltaChunks_ChunkDataLocation EContentDeltaChunkDataLocation = EContentDeltaChunkDataLocation_k_EContentDeltaChunkDataLocationInProtobuf
+
+func (m *ContentDeltaChunks) GetDepotId() uint32 {
+ if m != nil && m.DepotId != nil {
+ return *m.DepotId
+ }
+ return 0
+}
+
+func (m *ContentDeltaChunks) GetManifestIdSource() uint64 {
+ if m != nil && m.ManifestIdSource != nil {
+ return *m.ManifestIdSource
+ }
+ return 0
+}
+
+func (m *ContentDeltaChunks) GetManifestIdTarget() uint64 {
+ if m != nil && m.ManifestIdTarget != nil {
+ return *m.ManifestIdTarget
+ }
+ return 0
+}
+
+func (m *ContentDeltaChunks) GetDeltaChunks() []*ContentDeltaChunks_DeltaChunk {
+ if m != nil {
+ return m.DeltaChunks
+ }
+ return nil
+}
+
+func (m *ContentDeltaChunks) GetChunkDataLocation() EContentDeltaChunkDataLocation {
+ if m != nil && m.ChunkDataLocation != nil {
+ return *m.ChunkDataLocation
+ }
+ return Default_ContentDeltaChunks_ChunkDataLocation
+}
+
+type ContentDeltaChunks_DeltaChunk struct {
+ ShaSource []byte `protobuf:"bytes,1,opt,name=sha_source,json=shaSource" json:"sha_source,omitempty"`
+ ShaTarget []byte `protobuf:"bytes,2,opt,name=sha_target,json=shaTarget" json:"sha_target,omitempty"`
+ SizeOriginal *uint32 `protobuf:"varint,3,opt,name=size_original,json=sizeOriginal" json:"size_original,omitempty"`
+ PatchMethod *uint32 `protobuf:"varint,4,opt,name=patch_method,json=patchMethod" json:"patch_method,omitempty"`
+ Chunk []byte `protobuf:"bytes,5,opt,name=chunk" json:"chunk,omitempty"`
+ SizeDelta *uint32 `protobuf:"varint,6,opt,name=size_delta,json=sizeDelta" json:"size_delta,omitempty"`
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
+ XXX_unrecognized []byte `json:"-"`
+ XXX_sizecache int32 `json:"-"`
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) Reset() { *m = ContentDeltaChunks_DeltaChunk{} }
+func (m *ContentDeltaChunks_DeltaChunk) String() string { return proto.CompactTextString(m) }
+func (*ContentDeltaChunks_DeltaChunk) ProtoMessage() {}
+func (*ContentDeltaChunks_DeltaChunk) Descriptor() ([]byte, []int) {
+ return fileDescriptor_e3cda137a29253ba, []int{3, 0}
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) XXX_Unmarshal(b []byte) error {
+ return xxx_messageInfo_ContentDeltaChunks_DeltaChunk.Unmarshal(m, b)
+}
+func (m *ContentDeltaChunks_DeltaChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+ return xxx_messageInfo_ContentDeltaChunks_DeltaChunk.Marshal(b, m, deterministic)
+}
+func (m *ContentDeltaChunks_DeltaChunk) XXX_Merge(src proto.Message) {
+ xxx_messageInfo_ContentDeltaChunks_DeltaChunk.Merge(m, src)
+}
+func (m *ContentDeltaChunks_DeltaChunk) XXX_Size() int {
+ return xxx_messageInfo_ContentDeltaChunks_DeltaChunk.Size(m)
+}
+func (m *ContentDeltaChunks_DeltaChunk) XXX_DiscardUnknown() {
+ xxx_messageInfo_ContentDeltaChunks_DeltaChunk.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ContentDeltaChunks_DeltaChunk proto.InternalMessageInfo
+
+func (m *ContentDeltaChunks_DeltaChunk) GetShaSource() []byte {
+ if m != nil {
+ return m.ShaSource
+ }
+ return nil
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) GetShaTarget() []byte {
+ if m != nil {
+ return m.ShaTarget
+ }
+ return nil
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) GetSizeOriginal() uint32 {
+ if m != nil && m.SizeOriginal != nil {
+ return *m.SizeOriginal
+ }
+ return 0
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) GetPatchMethod() uint32 {
+ if m != nil && m.PatchMethod != nil {
+ return *m.PatchMethod
+ }
+ return 0
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) GetChunk() []byte {
+ if m != nil {
+ return m.Chunk
+ }
+ return nil
+}
+
+func (m *ContentDeltaChunks_DeltaChunk) GetSizeDelta() uint32 {
+ if m != nil && m.SizeDelta != nil {
+ return *m.SizeDelta
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterEnum("EContentDeltaChunkDataLocation", EContentDeltaChunkDataLocation_name, EContentDeltaChunkDataLocation_value)
+ proto.RegisterType((*ContentManifestPayload)(nil), "ContentManifestPayload")
+ proto.RegisterType((*ContentManifestPayload_FileMapping)(nil), "ContentManifestPayload.FileMapping")
+ proto.RegisterType((*ContentManifestPayload_FileMapping_ChunkData)(nil), "ContentManifestPayload.FileMapping.ChunkData")
+ proto.RegisterType((*ContentManifestMetadata)(nil), "ContentManifestMetadata")
+ proto.RegisterType((*ContentManifestSignature)(nil), "ContentManifestSignature")
+ proto.RegisterType((*ContentDeltaChunks)(nil), "ContentDeltaChunks")
+ proto.RegisterType((*ContentDeltaChunks_DeltaChunk)(nil), "ContentDeltaChunks.DeltaChunk")
+}
+
+func init() { proto.RegisterFile("content_manifest.proto", fileDescriptor_e3cda137a29253ba) }
+
+var fileDescriptor_e3cda137a29253ba = []byte{
+ // 742 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0x4f, 0x6f, 0xd3, 0x4e,
+ 0x10, 0xad, 0x9b, 0xff, 0x93, 0xa4, 0xca, 0x6f, 0xfb, 0x53, 0x31, 0x01, 0xda, 0x34, 0xbd, 0x44,
+ 0x55, 0x6b, 0x44, 0x4f, 0x88, 0x0b, 0x7f, 0xd2, 0x56, 0x54, 0x22, 0xa2, 0xda, 0xf6, 0xbe, 0xda,
+ 0xac, 0x37, 0xf1, 0x2a, 0x8e, 0x1d, 0xbc, 0x9b, 0x43, 0xcb, 0x05, 0x89, 0x33, 0x9c, 0xf8, 0x4e,
+ 0x7c, 0x17, 0xc4, 0x87, 0x40, 0xbb, 0x5e, 0xdb, 0x51, 0x8a, 0x0a, 0xdc, 0x3c, 0x33, 0x6f, 0xd6,
+ 0xef, 0xbd, 0x99, 0x5d, 0xd8, 0x61, 0x71, 0xa4, 0x78, 0xa4, 0xc8, 0x9c, 0x46, 0x62, 0xc2, 0xa5,
+ 0xf2, 0x16, 0x49, 0xac, 0xe2, 0xfe, 0x8f, 0x12, 0xec, 0x0c, 0xd3, 0xd2, 0xc8, 0x56, 0x2e, 0xe9,
+ 0x4d, 0x18, 0x53, 0x1f, 0xbd, 0x84, 0xfa, 0x9c, 0x2e, 0x16, 0x22, 0x9a, 0x4a, 0xd7, 0xe9, 0x95,
+ 0x06, 0xcd, 0x93, 0x03, 0xef, 0xf7, 0x50, 0xef, 0x5c, 0x84, 0x7c, 0x94, 0x62, 0x71, 0xde, 0xd4,
+ 0xfd, 0x5a, 0x82, 0xe6, 0x4a, 0x05, 0x75, 0xa1, 0x3e, 0x11, 0x21, 0x8f, 0xe8, 0x9c, 0xbb, 0x4e,
+ 0xcf, 0x19, 0x34, 0x70, 0x1e, 0x23, 0x04, 0x65, 0x29, 0x6e, 0xb9, 0xbb, 0xd9, 0x73, 0x06, 0x65,
+ 0x6c, 0xbe, 0xd1, 0xff, 0x50, 0x99, 0x84, 0x74, 0x2a, 0xdd, 0x52, 0xcf, 0x19, 0xb4, 0x71, 0x1a,
+ 0xa0, 0x7d, 0x68, 0xc9, 0x80, 0x92, 0xfc, 0xa4, 0x72, 0xcf, 0x19, 0xb4, 0x70, 0x53, 0x06, 0xf4,
+ 0x3c, 0x3b, 0x6c, 0x0f, 0x74, 0x48, 0xac, 0x64, 0xb7, 0x62, 0x10, 0x20, 0x03, 0x6a, 0xe9, 0xa3,
+ 0x33, 0xa8, 0xb2, 0x60, 0x19, 0xcd, 0xa4, 0x5b, 0x35, 0xc2, 0x8e, 0xff, 0x42, 0x98, 0x37, 0xd4,
+ 0x1d, 0xa7, 0x54, 0x51, 0x6c, 0x9b, 0xd1, 0x2e, 0x40, 0x28, 0xa2, 0x99, 0xa2, 0xc9, 0x94, 0x2b,
+ 0xb7, 0x66, 0x24, 0xad, 0x64, 0xba, 0x5f, 0x1c, 0x68, 0xe4, 0x5d, 0xa8, 0x03, 0x25, 0x19, 0x50,
+ 0xa3, 0xbc, 0x85, 0xf5, 0xa7, 0xce, 0xb0, 0x84, 0x19, 0xcd, 0x35, 0xac, 0x3f, 0xd1, 0x0e, 0x54,
+ 0xe3, 0xc9, 0x44, 0x72, 0x65, 0x34, 0x97, 0xb1, 0x8d, 0xb4, 0x22, 0x36, 0x26, 0x71, 0x22, 0xa6,
+ 0x22, 0xa2, 0xa1, 0xd1, 0xdc, 0xc6, 0xc0, 0xc6, 0xef, 0x6d, 0x06, 0x1d, 0x40, 0x9b, 0x8d, 0x09,
+ 0x8b, 0xe7, 0x8b, 0x84, 0x4b, 0xc9, 0x7d, 0x23, 0xba, 0x8d, 0x5b, 0x6c, 0x3c, 0xcc, 0x73, 0xfd,
+ 0x9f, 0x9b, 0xf0, 0x60, 0x4d, 0xe8, 0x88, 0x2b, 0xea, 0x6b, 0x76, 0x0f, 0xa1, 0xee, 0xf3, 0x45,
+ 0xac, 0x88, 0xf0, 0x0d, 0xc5, 0x36, 0xae, 0x99, 0xf8, 0xc2, 0xd7, 0x8e, 0x4f, 0x85, 0x9f, 0x6f,
+ 0x8e, 0x9d, 0x51, 0x73, 0x2a, 0xfc, 0xec, 0x14, 0xf3, 0xfb, 0x84, 0x53, 0x25, 0xe2, 0x88, 0x28,
+ 0x31, 0xe7, 0x76, 0x64, 0xad, 0x2c, 0x79, 0x2d, 0xe6, 0x1c, 0x3d, 0x85, 0xed, 0x6c, 0x6a, 0x92,
+ 0xf0, 0x88, 0x25, 0x37, 0x0b, 0xc5, 0x7d, 0x23, 0xa6, 0x8e, 0x51, 0x5e, 0x3a, 0xcb, 0x2a, 0x68,
+ 0x00, 0x1d, 0x36, 0x26, 0xbe, 0x90, 0xb3, 0x42, 0x7a, 0xc5, 0xfc, 0x7c, 0x8b, 0x8d, 0x4f, 0x85,
+ 0x9c, 0xe5, 0xf2, 0x8f, 0x00, 0x65, 0xc8, 0x15, 0x0f, 0xaa, 0x06, 0xdb, 0x49, 0xb1, 0x85, 0x0f,
+ 0x9a, 0xed, 0x32, 0x12, 0x1f, 0x96, 0x9c, 0xd8, 0x2d, 0xa8, 0xa5, 0x6c, 0xd3, 0xe4, 0x30, 0x1d,
+ 0xae, 0x91, 0xc4, 0x56, 0x78, 0xd6, 0x33, 0x49, 0xac, 0x60, 0xf8, 0x08, 0x1a, 0x1a, 0xc4, 0x42,
+ 0x4e, 0x13, 0xb7, 0x61, 0x00, 0x75, 0x96, 0xb0, 0xa1, 0x8e, 0xfb, 0xcf, 0xc1, 0x5d, 0x73, 0xfb,
+ 0x4a, 0x4c, 0x23, 0xaa, 0x96, 0x09, 0x47, 0x8f, 0xa1, 0x21, 0xb3, 0xc0, 0xae, 0x44, 0x91, 0xe8,
+ 0x7f, 0x2b, 0x03, 0xb2, 0xad, 0xa7, 0x3c, 0x54, 0xd4, 0x52, 0xba, 0x67, 0x46, 0x47, 0x80, 0xb2,
+ 0xf9, 0x10, 0xe1, 0x13, 0x19, 0x2f, 0x13, 0x96, 0xdd, 0xa6, 0x4e, 0x56, 0xb9, 0xf0, 0xaf, 0x4c,
+ 0x7e, 0x1d, 0x6d, 0x17, 0xb8, 0xb4, 0x8e, 0xbe, 0x36, 0x79, 0xf4, 0x0a, 0x9a, 0x7e, 0xc1, 0xc2,
+ 0x2d, 0x9b, 0x2b, 0xb3, 0xeb, 0xdd, 0x25, 0xe8, 0x15, 0xdf, 0x78, 0xb5, 0x05, 0x7d, 0x84, 0x6d,
+ 0xe3, 0x34, 0xd1, 0xab, 0x46, 0xc2, 0x98, 0x99, 0xa5, 0x30, 0xb3, 0xdc, 0x3a, 0xd9, 0xf3, 0xce,
+ 0xee, 0x1c, 0xa5, 0x2f, 0xcc, 0x3b, 0x0b, 0x7b, 0x71, 0x38, 0x23, 0xf7, 0x23, 0x2e, 0xa2, 0x4b,
+ 0xfd, 0x98, 0x8d, 0x97, 0x13, 0xfc, 0x1f, 0x5b, 0x2f, 0x76, 0xbf, 0x3b, 0x00, 0x45, 0x1f, 0x7a,
+ 0x02, 0xfa, 0x25, 0xc8, 0x1c, 0xca, 0xac, 0x0f, 0xa8, 0xb5, 0xc6, 0x96, 0xad, 0x25, 0x9b, 0x79,
+ 0xd9, 0x7a, 0x71, 0x00, 0x6d, 0xfd, 0x36, 0x15, 0xfb, 0x68, 0x17, 0x5d, 0x27, 0xf3, 0x6d, 0xdc,
+ 0x87, 0xd6, 0x82, 0x2a, 0x16, 0x90, 0x39, 0x57, 0x41, 0xec, 0xdb, 0xeb, 0xda, 0x34, 0xb9, 0x91,
+ 0x49, 0xe9, 0xb7, 0xcd, 0x30, 0xb5, 0x8f, 0x53, 0x1a, 0x98, 0x9f, 0xeb, 0xd3, 0x8d, 0x77, 0x66,
+ 0x7d, 0xdb, 0x7a, 0x2d, 0x6e, 0xb9, 0xe1, 0x7f, 0xf8, 0xd9, 0x81, 0xdd, 0xfb, 0x9d, 0x40, 0x1e,
+ 0xfc, 0x83, 0x5b, 0x9d, 0x0d, 0xf4, 0x0c, 0x8e, 0xff, 0x84, 0x7f, 0x3d, 0x51, 0x3c, 0xc9, 0x5b,
+ 0x9c, 0x37, 0x95, 0xb7, 0xce, 0x27, 0x67, 0xe3, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x9c,
+ 0xf1, 0x49, 0x52, 0x06, 0x00, 0x00,
+}