summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-06-22 01:00:27 +0200
committerWim <wim@42.be>2017-06-22 01:00:27 +0200
commit1f914618538920db4bfec7b106ee97038b157c9b (patch)
tree6bd0ab107fe1673dbacdf9dfd10004289cd7bfab /vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf
parent1f9874102aaca09ce5e0289beff376c307b8c57b (diff)
downloadmatterbridge-msglm-1f914618538920db4bfec7b106ee97038b157c9b.tar.gz
matterbridge-msglm-1f914618538920db4bfec7b106ee97038b157c9b.tar.bz2
matterbridge-msglm-1f914618538920db4bfec7b106ee97038b157c9b.zip
Add vendor (steam)
Diffstat (limited to 'vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf')
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/base.pb.go3651
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client.pb.go18413
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client_fantasy.pb.go6123
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_common.pb.go10997
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/econ.pb.go4441
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/gcsdk.pb.go1825
-rw-r--r--vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go579
7 files changed, 46029 insertions, 0 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/base.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/base.pb.go
new file mode 100644
index 00000000..302e667c
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/base.pb.go
@@ -0,0 +1,3651 @@
+// Code generated by protoc-gen-go.
+// source: base_gcmessages.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type EGCBaseMsg int32
+
+const (
+ EGCBaseMsg_k_EMsgGCSystemMessage EGCBaseMsg = 4001
+ EGCBaseMsg_k_EMsgGCReplicateConVars EGCBaseMsg = 4002
+ EGCBaseMsg_k_EMsgGCConVarUpdated EGCBaseMsg = 4003
+ EGCBaseMsg_k_EMsgGCInviteToParty EGCBaseMsg = 4501
+ EGCBaseMsg_k_EMsgGCInvitationCreated EGCBaseMsg = 4502
+ EGCBaseMsg_k_EMsgGCPartyInviteResponse EGCBaseMsg = 4503
+ EGCBaseMsg_k_EMsgGCKickFromParty EGCBaseMsg = 4504
+ EGCBaseMsg_k_EMsgGCLeaveParty EGCBaseMsg = 4505
+ EGCBaseMsg_k_EMsgGCServerAvailable EGCBaseMsg = 4506
+ EGCBaseMsg_k_EMsgGCClientConnectToServer EGCBaseMsg = 4507
+ EGCBaseMsg_k_EMsgGCGameServerInfo EGCBaseMsg = 4508
+ EGCBaseMsg_k_EMsgGCError EGCBaseMsg = 4509
+ EGCBaseMsg_k_EMsgGCReplay_UploadedToYouTube EGCBaseMsg = 4510
+ EGCBaseMsg_k_EMsgGCLANServerAvailable EGCBaseMsg = 4511
+ EGCBaseMsg_k_EMsgGCInviteToLobby EGCBaseMsg = 4512
+ EGCBaseMsg_k_EMsgGCLobbyInviteResponse EGCBaseMsg = 4513
+)
+
+var EGCBaseMsg_name = map[int32]string{
+ 4001: "k_EMsgGCSystemMessage",
+ 4002: "k_EMsgGCReplicateConVars",
+ 4003: "k_EMsgGCConVarUpdated",
+ 4501: "k_EMsgGCInviteToParty",
+ 4502: "k_EMsgGCInvitationCreated",
+ 4503: "k_EMsgGCPartyInviteResponse",
+ 4504: "k_EMsgGCKickFromParty",
+ 4505: "k_EMsgGCLeaveParty",
+ 4506: "k_EMsgGCServerAvailable",
+ 4507: "k_EMsgGCClientConnectToServer",
+ 4508: "k_EMsgGCGameServerInfo",
+ 4509: "k_EMsgGCError",
+ 4510: "k_EMsgGCReplay_UploadedToYouTube",
+ 4511: "k_EMsgGCLANServerAvailable",
+ 4512: "k_EMsgGCInviteToLobby",
+ 4513: "k_EMsgGCLobbyInviteResponse",
+}
+var EGCBaseMsg_value = map[string]int32{
+ "k_EMsgGCSystemMessage": 4001,
+ "k_EMsgGCReplicateConVars": 4002,
+ "k_EMsgGCConVarUpdated": 4003,
+ "k_EMsgGCInviteToParty": 4501,
+ "k_EMsgGCInvitationCreated": 4502,
+ "k_EMsgGCPartyInviteResponse": 4503,
+ "k_EMsgGCKickFromParty": 4504,
+ "k_EMsgGCLeaveParty": 4505,
+ "k_EMsgGCServerAvailable": 4506,
+ "k_EMsgGCClientConnectToServer": 4507,
+ "k_EMsgGCGameServerInfo": 4508,
+ "k_EMsgGCError": 4509,
+ "k_EMsgGCReplay_UploadedToYouTube": 4510,
+ "k_EMsgGCLANServerAvailable": 4511,
+ "k_EMsgGCInviteToLobby": 4512,
+ "k_EMsgGCLobbyInviteResponse": 4513,
+}
+
+func (x EGCBaseMsg) Enum() *EGCBaseMsg {
+ p := new(EGCBaseMsg)
+ *p = x
+ return p
+}
+func (x EGCBaseMsg) String() string {
+ return proto.EnumName(EGCBaseMsg_name, int32(x))
+}
+func (x *EGCBaseMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCBaseMsg_value, data, "EGCBaseMsg")
+ if err != nil {
+ return err
+ }
+ *x = EGCBaseMsg(value)
+ return nil
+}
+func (EGCBaseMsg) EnumDescriptor() ([]byte, []int) { return base_fileDescriptor0, []int{0} }
+
+type EGCBaseProtoObjectTypes int32
+
+const (
+ EGCBaseProtoObjectTypes_k_EProtoObjectPartyInvite EGCBaseProtoObjectTypes = 1001
+ EGCBaseProtoObjectTypes_k_EProtoObjectLobbyInvite EGCBaseProtoObjectTypes = 1002
+)
+
+var EGCBaseProtoObjectTypes_name = map[int32]string{
+ 1001: "k_EProtoObjectPartyInvite",
+ 1002: "k_EProtoObjectLobbyInvite",
+}
+var EGCBaseProtoObjectTypes_value = map[string]int32{
+ "k_EProtoObjectPartyInvite": 1001,
+ "k_EProtoObjectLobbyInvite": 1002,
+}
+
+func (x EGCBaseProtoObjectTypes) Enum() *EGCBaseProtoObjectTypes {
+ p := new(EGCBaseProtoObjectTypes)
+ *p = x
+ return p
+}
+func (x EGCBaseProtoObjectTypes) String() string {
+ return proto.EnumName(EGCBaseProtoObjectTypes_name, int32(x))
+}
+func (x *EGCBaseProtoObjectTypes) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCBaseProtoObjectTypes_value, data, "EGCBaseProtoObjectTypes")
+ if err != nil {
+ return err
+ }
+ *x = EGCBaseProtoObjectTypes(value)
+ return nil
+}
+func (EGCBaseProtoObjectTypes) EnumDescriptor() ([]byte, []int) { return base_fileDescriptor0, []int{1} }
+
+type ECustomGameInstallStatus int32
+
+const (
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_Unknown ECustomGameInstallStatus = 0
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_Ready ECustomGameInstallStatus = 1
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_Busy ECustomGameInstallStatus = 2
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedGeneric ECustomGameInstallStatus = 101
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedInternalError ECustomGameInstallStatus = 102
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_RequestedTimestampTooOld ECustomGameInstallStatus = 103
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_RequestedTimestampTooNew ECustomGameInstallStatus = 104
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_CRCMismatch ECustomGameInstallStatus = 105
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedSteam ECustomGameInstallStatus = 106
+ ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedCanceled ECustomGameInstallStatus = 107
+)
+
+var ECustomGameInstallStatus_name = map[int32]string{
+ 0: "k_ECustomGameInstallStatus_Unknown",
+ 1: "k_ECustomGameInstallStatus_Ready",
+ 2: "k_ECustomGameInstallStatus_Busy",
+ 101: "k_ECustomGameInstallStatus_FailedGeneric",
+ 102: "k_ECustomGameInstallStatus_FailedInternalError",
+ 103: "k_ECustomGameInstallStatus_RequestedTimestampTooOld",
+ 104: "k_ECustomGameInstallStatus_RequestedTimestampTooNew",
+ 105: "k_ECustomGameInstallStatus_CRCMismatch",
+ 106: "k_ECustomGameInstallStatus_FailedSteam",
+ 107: "k_ECustomGameInstallStatus_FailedCanceled",
+}
+var ECustomGameInstallStatus_value = map[string]int32{
+ "k_ECustomGameInstallStatus_Unknown": 0,
+ "k_ECustomGameInstallStatus_Ready": 1,
+ "k_ECustomGameInstallStatus_Busy": 2,
+ "k_ECustomGameInstallStatus_FailedGeneric": 101,
+ "k_ECustomGameInstallStatus_FailedInternalError": 102,
+ "k_ECustomGameInstallStatus_RequestedTimestampTooOld": 103,
+ "k_ECustomGameInstallStatus_RequestedTimestampTooNew": 104,
+ "k_ECustomGameInstallStatus_CRCMismatch": 105,
+ "k_ECustomGameInstallStatus_FailedSteam": 106,
+ "k_ECustomGameInstallStatus_FailedCanceled": 107,
+}
+
+func (x ECustomGameInstallStatus) Enum() *ECustomGameInstallStatus {
+ p := new(ECustomGameInstallStatus)
+ *p = x
+ return p
+}
+func (x ECustomGameInstallStatus) String() string {
+ return proto.EnumName(ECustomGameInstallStatus_name, int32(x))
+}
+func (x *ECustomGameInstallStatus) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ECustomGameInstallStatus_value, data, "ECustomGameInstallStatus")
+ if err != nil {
+ return err
+ }
+ *x = ECustomGameInstallStatus(value)
+ return nil
+}
+func (ECustomGameInstallStatus) EnumDescriptor() ([]byte, []int) { return base_fileDescriptor0, []int{2} }
+
+type GC_BannedWordType int32
+
+const (
+ GC_BannedWordType_GC_BANNED_WORD_DISABLE_WORD GC_BannedWordType = 0
+ GC_BannedWordType_GC_BANNED_WORD_ENABLE_WORD GC_BannedWordType = 1
+)
+
+var GC_BannedWordType_name = map[int32]string{
+ 0: "GC_BANNED_WORD_DISABLE_WORD",
+ 1: "GC_BANNED_WORD_ENABLE_WORD",
+}
+var GC_BannedWordType_value = map[string]int32{
+ "GC_BANNED_WORD_DISABLE_WORD": 0,
+ "GC_BANNED_WORD_ENABLE_WORD": 1,
+}
+
+func (x GC_BannedWordType) Enum() *GC_BannedWordType {
+ p := new(GC_BannedWordType)
+ *p = x
+ return p
+}
+func (x GC_BannedWordType) String() string {
+ return proto.EnumName(GC_BannedWordType_name, int32(x))
+}
+func (x *GC_BannedWordType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(GC_BannedWordType_value, data, "GC_BannedWordType")
+ if err != nil {
+ return err
+ }
+ *x = GC_BannedWordType(value)
+ return nil
+}
+func (GC_BannedWordType) EnumDescriptor() ([]byte, []int) { return base_fileDescriptor0, []int{3} }
+
+type CMsgExtractGemsResponse_EExtractGems int32
+
+const (
+ CMsgExtractGemsResponse_k_ExtractGems_Succeeded CMsgExtractGemsResponse_EExtractGems = 0
+ CMsgExtractGemsResponse_k_ExtractGems_Failed_ToolIsInvalid CMsgExtractGemsResponse_EExtractGems = 1
+ CMsgExtractGemsResponse_k_ExtractGems_Failed_ItemIsInvalid CMsgExtractGemsResponse_EExtractGems = 2
+ CMsgExtractGemsResponse_k_ExtractGems_Failed_ToolCannotRemoveGem CMsgExtractGemsResponse_EExtractGems = 3
+ CMsgExtractGemsResponse_k_ExtractGems_Failed_FailedToRemoveGem CMsgExtractGemsResponse_EExtractGems = 4
+)
+
+var CMsgExtractGemsResponse_EExtractGems_name = map[int32]string{
+ 0: "k_ExtractGems_Succeeded",
+ 1: "k_ExtractGems_Failed_ToolIsInvalid",
+ 2: "k_ExtractGems_Failed_ItemIsInvalid",
+ 3: "k_ExtractGems_Failed_ToolCannotRemoveGem",
+ 4: "k_ExtractGems_Failed_FailedToRemoveGem",
+}
+var CMsgExtractGemsResponse_EExtractGems_value = map[string]int32{
+ "k_ExtractGems_Succeeded": 0,
+ "k_ExtractGems_Failed_ToolIsInvalid": 1,
+ "k_ExtractGems_Failed_ItemIsInvalid": 2,
+ "k_ExtractGems_Failed_ToolCannotRemoveGem": 3,
+ "k_ExtractGems_Failed_FailedToRemoveGem": 4,
+}
+
+func (x CMsgExtractGemsResponse_EExtractGems) Enum() *CMsgExtractGemsResponse_EExtractGems {
+ p := new(CMsgExtractGemsResponse_EExtractGems)
+ *p = x
+ return p
+}
+func (x CMsgExtractGemsResponse_EExtractGems) String() string {
+ return proto.EnumName(CMsgExtractGemsResponse_EExtractGems_name, int32(x))
+}
+func (x *CMsgExtractGemsResponse_EExtractGems) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgExtractGemsResponse_EExtractGems_value, data, "CMsgExtractGemsResponse_EExtractGems")
+ if err != nil {
+ return err
+ }
+ *x = CMsgExtractGemsResponse_EExtractGems(value)
+ return nil
+}
+func (CMsgExtractGemsResponse_EExtractGems) EnumDescriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{78, 0}
+}
+
+type CMsgAddSocketResponse_EAddSocket int32
+
+const (
+ CMsgAddSocketResponse_k_AddSocket_Succeeded CMsgAddSocketResponse_EAddSocket = 0
+ CMsgAddSocketResponse_k_AddSocket_Failed_ToolIsInvalid CMsgAddSocketResponse_EAddSocket = 1
+ CMsgAddSocketResponse_k_AddSocket_Failed_ItemCannotBeSocketed CMsgAddSocketResponse_EAddSocket = 2
+ CMsgAddSocketResponse_k_AddSocket_Failed_FailedToAddSocket CMsgAddSocketResponse_EAddSocket = 3
+)
+
+var CMsgAddSocketResponse_EAddSocket_name = map[int32]string{
+ 0: "k_AddSocket_Succeeded",
+ 1: "k_AddSocket_Failed_ToolIsInvalid",
+ 2: "k_AddSocket_Failed_ItemCannotBeSocketed",
+ 3: "k_AddSocket_Failed_FailedToAddSocket",
+}
+var CMsgAddSocketResponse_EAddSocket_value = map[string]int32{
+ "k_AddSocket_Succeeded": 0,
+ "k_AddSocket_Failed_ToolIsInvalid": 1,
+ "k_AddSocket_Failed_ItemCannotBeSocketed": 2,
+ "k_AddSocket_Failed_FailedToAddSocket": 3,
+}
+
+func (x CMsgAddSocketResponse_EAddSocket) Enum() *CMsgAddSocketResponse_EAddSocket {
+ p := new(CMsgAddSocketResponse_EAddSocket)
+ *p = x
+ return p
+}
+func (x CMsgAddSocketResponse_EAddSocket) String() string {
+ return proto.EnumName(CMsgAddSocketResponse_EAddSocket_name, int32(x))
+}
+func (x *CMsgAddSocketResponse_EAddSocket) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgAddSocketResponse_EAddSocket_value, data, "CMsgAddSocketResponse_EAddSocket")
+ if err != nil {
+ return err
+ }
+ *x = CMsgAddSocketResponse_EAddSocket(value)
+ return nil
+}
+func (CMsgAddSocketResponse_EAddSocket) EnumDescriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{80, 0}
+}
+
+type CMsgAddItemToSocketResponse_EAddGem int32
+
+const (
+ CMsgAddItemToSocketResponse_k_AddGem_Succeeded CMsgAddItemToSocketResponse_EAddGem = 0
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_GemIsInvalid CMsgAddItemToSocketResponse_EAddGem = 1
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_ItemIsInvalid CMsgAddItemToSocketResponse_EAddGem = 2
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_FailedToAddGem CMsgAddItemToSocketResponse_EAddGem = 3
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_InvalidGemTypeForSocket CMsgAddItemToSocketResponse_EAddGem = 4
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_InvalidGemTypeForHero CMsgAddItemToSocketResponse_EAddGem = 5
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_InvalidGemTypeForSlot CMsgAddItemToSocketResponse_EAddGem = 6
+ CMsgAddItemToSocketResponse_k_AddGem_Failed_SocketContainsUnremovableGem CMsgAddItemToSocketResponse_EAddGem = 7
+)
+
+var CMsgAddItemToSocketResponse_EAddGem_name = map[int32]string{
+ 0: "k_AddGem_Succeeded",
+ 1: "k_AddGem_Failed_GemIsInvalid",
+ 2: "k_AddGem_Failed_ItemIsInvalid",
+ 3: "k_AddGem_Failed_FailedToAddGem",
+ 4: "k_AddGem_Failed_InvalidGemTypeForSocket",
+ 5: "k_AddGem_Failed_InvalidGemTypeForHero",
+ 6: "k_AddGem_Failed_InvalidGemTypeForSlot",
+ 7: "k_AddGem_Failed_SocketContainsUnremovableGem",
+}
+var CMsgAddItemToSocketResponse_EAddGem_value = map[string]int32{
+ "k_AddGem_Succeeded": 0,
+ "k_AddGem_Failed_GemIsInvalid": 1,
+ "k_AddGem_Failed_ItemIsInvalid": 2,
+ "k_AddGem_Failed_FailedToAddGem": 3,
+ "k_AddGem_Failed_InvalidGemTypeForSocket": 4,
+ "k_AddGem_Failed_InvalidGemTypeForHero": 5,
+ "k_AddGem_Failed_InvalidGemTypeForSlot": 6,
+ "k_AddGem_Failed_SocketContainsUnremovableGem": 7,
+}
+
+func (x CMsgAddItemToSocketResponse_EAddGem) Enum() *CMsgAddItemToSocketResponse_EAddGem {
+ p := new(CMsgAddItemToSocketResponse_EAddGem)
+ *p = x
+ return p
+}
+func (x CMsgAddItemToSocketResponse_EAddGem) String() string {
+ return proto.EnumName(CMsgAddItemToSocketResponse_EAddGem_name, int32(x))
+}
+func (x *CMsgAddItemToSocketResponse_EAddGem) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgAddItemToSocketResponse_EAddGem_value, data, "CMsgAddItemToSocketResponse_EAddGem")
+ if err != nil {
+ return err
+ }
+ *x = CMsgAddItemToSocketResponse_EAddGem(value)
+ return nil
+}
+func (CMsgAddItemToSocketResponse_EAddGem) EnumDescriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{83, 0}
+}
+
+type CMsgResetStrangeGemCountResponse_EResetGem int32
+
+const (
+ CMsgResetStrangeGemCountResponse_k_ResetGem_Succeeded CMsgResetStrangeGemCountResponse_EResetGem = 0
+ CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_FailedToResetGem CMsgResetStrangeGemCountResponse_EResetGem = 1
+ CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_ItemIsInvalid CMsgResetStrangeGemCountResponse_EResetGem = 2
+ CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_InvalidSocketId CMsgResetStrangeGemCountResponse_EResetGem = 3
+ CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_SocketCannotBeReset CMsgResetStrangeGemCountResponse_EResetGem = 4
+)
+
+var CMsgResetStrangeGemCountResponse_EResetGem_name = map[int32]string{
+ 0: "k_ResetGem_Succeeded",
+ 1: "k_ResetGem_Failed_FailedToResetGem",
+ 2: "k_ResetGem_Failed_ItemIsInvalid",
+ 3: "k_ResetGem_Failed_InvalidSocketId",
+ 4: "k_ResetGem_Failed_SocketCannotBeReset",
+}
+var CMsgResetStrangeGemCountResponse_EResetGem_value = map[string]int32{
+ "k_ResetGem_Succeeded": 0,
+ "k_ResetGem_Failed_FailedToResetGem": 1,
+ "k_ResetGem_Failed_ItemIsInvalid": 2,
+ "k_ResetGem_Failed_InvalidSocketId": 3,
+ "k_ResetGem_Failed_SocketCannotBeReset": 4,
+}
+
+func (x CMsgResetStrangeGemCountResponse_EResetGem) Enum() *CMsgResetStrangeGemCountResponse_EResetGem {
+ p := new(CMsgResetStrangeGemCountResponse_EResetGem)
+ *p = x
+ return p
+}
+func (x CMsgResetStrangeGemCountResponse_EResetGem) String() string {
+ return proto.EnumName(CMsgResetStrangeGemCountResponse_EResetGem_name, int32(x))
+}
+func (x *CMsgResetStrangeGemCountResponse_EResetGem) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgResetStrangeGemCountResponse_EResetGem_value, data, "CMsgResetStrangeGemCountResponse_EResetGem")
+ if err != nil {
+ return err
+ }
+ *x = CMsgResetStrangeGemCountResponse_EResetGem(value)
+ return nil
+}
+func (CMsgResetStrangeGemCountResponse_EResetGem) EnumDescriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{85, 0}
+}
+
+type CGCStorePurchaseInit_LineItem struct {
+ ItemDefId *uint32 `protobuf:"varint,1,opt,name=item_def_id" json:"item_def_id,omitempty"`
+ Quantity *uint32 `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
+ CostInLocalCurrency *uint32 `protobuf:"varint,3,opt,name=cost_in_local_currency" json:"cost_in_local_currency,omitempty"`
+ PurchaseType *uint32 `protobuf:"varint,4,opt,name=purchase_type" json:"purchase_type,omitempty"`
+ SourceReferenceId *uint64 `protobuf:"varint,5,opt,name=source_reference_id" json:"source_reference_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCStorePurchaseInit_LineItem) Reset() { *m = CGCStorePurchaseInit_LineItem{} }
+func (m *CGCStorePurchaseInit_LineItem) String() string { return proto.CompactTextString(m) }
+func (*CGCStorePurchaseInit_LineItem) ProtoMessage() {}
+func (*CGCStorePurchaseInit_LineItem) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{0} }
+
+func (m *CGCStorePurchaseInit_LineItem) GetItemDefId() uint32 {
+ if m != nil && m.ItemDefId != nil {
+ return *m.ItemDefId
+ }
+ return 0
+}
+
+func (m *CGCStorePurchaseInit_LineItem) GetQuantity() uint32 {
+ if m != nil && m.Quantity != nil {
+ return *m.Quantity
+ }
+ return 0
+}
+
+func (m *CGCStorePurchaseInit_LineItem) GetCostInLocalCurrency() uint32 {
+ if m != nil && m.CostInLocalCurrency != nil {
+ return *m.CostInLocalCurrency
+ }
+ return 0
+}
+
+func (m *CGCStorePurchaseInit_LineItem) GetPurchaseType() uint32 {
+ if m != nil && m.PurchaseType != nil {
+ return *m.PurchaseType
+ }
+ return 0
+}
+
+func (m *CGCStorePurchaseInit_LineItem) GetSourceReferenceId() uint64 {
+ if m != nil && m.SourceReferenceId != nil {
+ return *m.SourceReferenceId
+ }
+ return 0
+}
+
+type CMsgGCStorePurchaseInit struct {
+ Country *string `protobuf:"bytes,1,opt,name=country" json:"country,omitempty"`
+ Language *int32 `protobuf:"varint,2,opt,name=language" json:"language,omitempty"`
+ Currency *int32 `protobuf:"varint,3,opt,name=currency" json:"currency,omitempty"`
+ LineItems []*CGCStorePurchaseInit_LineItem `protobuf:"bytes,4,rep,name=line_items" json:"line_items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCStorePurchaseInit) Reset() { *m = CMsgGCStorePurchaseInit{} }
+func (m *CMsgGCStorePurchaseInit) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCStorePurchaseInit) ProtoMessage() {}
+func (*CMsgGCStorePurchaseInit) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{1} }
+
+func (m *CMsgGCStorePurchaseInit) GetCountry() string {
+ if m != nil && m.Country != nil {
+ return *m.Country
+ }
+ return ""
+}
+
+func (m *CMsgGCStorePurchaseInit) GetLanguage() int32 {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return 0
+}
+
+func (m *CMsgGCStorePurchaseInit) GetCurrency() int32 {
+ if m != nil && m.Currency != nil {
+ return *m.Currency
+ }
+ return 0
+}
+
+func (m *CMsgGCStorePurchaseInit) GetLineItems() []*CGCStorePurchaseInit_LineItem {
+ if m != nil {
+ return m.LineItems
+ }
+ return nil
+}
+
+type CMsgGCStorePurchaseInitResponse struct {
+ Result *int32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ TxnId *uint64 `protobuf:"varint,2,opt,name=txn_id" json:"txn_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCStorePurchaseInitResponse) Reset() { *m = CMsgGCStorePurchaseInitResponse{} }
+func (m *CMsgGCStorePurchaseInitResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCStorePurchaseInitResponse) ProtoMessage() {}
+func (*CMsgGCStorePurchaseInitResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{2} }
+
+func (m *CMsgGCStorePurchaseInitResponse) GetResult() int32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgGCStorePurchaseInitResponse) GetTxnId() uint64 {
+ if m != nil && m.TxnId != nil {
+ return *m.TxnId
+ }
+ return 0
+}
+
+type CMsgSystemBroadcast struct {
+ Message *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSystemBroadcast) Reset() { *m = CMsgSystemBroadcast{} }
+func (m *CMsgSystemBroadcast) String() string { return proto.CompactTextString(m) }
+func (*CMsgSystemBroadcast) ProtoMessage() {}
+func (*CMsgSystemBroadcast) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{3} }
+
+func (m *CMsgSystemBroadcast) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+type CMsgClientPingData struct {
+ RelayCodes []uint32 `protobuf:"fixed32,4,rep,packed,name=relay_codes" json:"relay_codes,omitempty"`
+ RelayPings []uint32 `protobuf:"varint,5,rep,packed,name=relay_pings" json:"relay_pings,omitempty"`
+ RegionCodes []uint32 `protobuf:"varint,8,rep,packed,name=region_codes" json:"region_codes,omitempty"`
+ RegionPings []uint32 `protobuf:"varint,9,rep,packed,name=region_pings" json:"region_pings,omitempty"`
+ RegionPingFailedBitmask *uint32 `protobuf:"varint,10,opt,name=region_ping_failed_bitmask" json:"region_ping_failed_bitmask,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientPingData) Reset() { *m = CMsgClientPingData{} }
+func (m *CMsgClientPingData) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientPingData) ProtoMessage() {}
+func (*CMsgClientPingData) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{4} }
+
+func (m *CMsgClientPingData) GetRelayCodes() []uint32 {
+ if m != nil {
+ return m.RelayCodes
+ }
+ return nil
+}
+
+func (m *CMsgClientPingData) GetRelayPings() []uint32 {
+ if m != nil {
+ return m.RelayPings
+ }
+ return nil
+}
+
+func (m *CMsgClientPingData) GetRegionCodes() []uint32 {
+ if m != nil {
+ return m.RegionCodes
+ }
+ return nil
+}
+
+func (m *CMsgClientPingData) GetRegionPings() []uint32 {
+ if m != nil {
+ return m.RegionPings
+ }
+ return nil
+}
+
+func (m *CMsgClientPingData) GetRegionPingFailedBitmask() uint32 {
+ if m != nil && m.RegionPingFailedBitmask != nil {
+ return *m.RegionPingFailedBitmask
+ }
+ return 0
+}
+
+type CMsgInviteToParty struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ TeamId *uint32 `protobuf:"varint,3,opt,name=team_id" json:"team_id,omitempty"`
+ AsCoach *bool `protobuf:"varint,4,opt,name=as_coach" json:"as_coach,omitempty"`
+ PingData *CMsgClientPingData `protobuf:"bytes,5,opt,name=ping_data" json:"ping_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgInviteToParty) Reset() { *m = CMsgInviteToParty{} }
+func (m *CMsgInviteToParty) String() string { return proto.CompactTextString(m) }
+func (*CMsgInviteToParty) ProtoMessage() {}
+func (*CMsgInviteToParty) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{5} }
+
+func (m *CMsgInviteToParty) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgInviteToParty) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgInviteToParty) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgInviteToParty) GetAsCoach() bool {
+ if m != nil && m.AsCoach != nil {
+ return *m.AsCoach
+ }
+ return false
+}
+
+func (m *CMsgInviteToParty) GetPingData() *CMsgClientPingData {
+ if m != nil {
+ return m.PingData
+ }
+ return nil
+}
+
+type CMsgInviteToLobby struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgInviteToLobby) Reset() { *m = CMsgInviteToLobby{} }
+func (m *CMsgInviteToLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgInviteToLobby) ProtoMessage() {}
+func (*CMsgInviteToLobby) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{6} }
+
+func (m *CMsgInviteToLobby) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgInviteToLobby) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+type CMsgInvitationCreated struct {
+ GroupId *uint64 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
+ SteamId *uint64 `protobuf:"fixed64,2,opt,name=steam_id" json:"steam_id,omitempty"`
+ UserOffline *bool `protobuf:"varint,3,opt,name=user_offline" json:"user_offline,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgInvitationCreated) Reset() { *m = CMsgInvitationCreated{} }
+func (m *CMsgInvitationCreated) String() string { return proto.CompactTextString(m) }
+func (*CMsgInvitationCreated) ProtoMessage() {}
+func (*CMsgInvitationCreated) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{7} }
+
+func (m *CMsgInvitationCreated) GetGroupId() uint64 {
+ if m != nil && m.GroupId != nil {
+ return *m.GroupId
+ }
+ return 0
+}
+
+func (m *CMsgInvitationCreated) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgInvitationCreated) GetUserOffline() bool {
+ if m != nil && m.UserOffline != nil {
+ return *m.UserOffline
+ }
+ return false
+}
+
+type CMsgPartyInviteResponse struct {
+ PartyId *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
+ Accept *bool `protobuf:"varint,2,opt,name=accept" json:"accept,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,3,opt,name=client_version" json:"client_version,omitempty"`
+ PingData *CMsgClientPingData `protobuf:"bytes,8,opt,name=ping_data" json:"ping_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPartyInviteResponse) Reset() { *m = CMsgPartyInviteResponse{} }
+func (m *CMsgPartyInviteResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgPartyInviteResponse) ProtoMessage() {}
+func (*CMsgPartyInviteResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{8} }
+
+func (m *CMsgPartyInviteResponse) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CMsgPartyInviteResponse) GetAccept() bool {
+ if m != nil && m.Accept != nil {
+ return *m.Accept
+ }
+ return false
+}
+
+func (m *CMsgPartyInviteResponse) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgPartyInviteResponse) GetPingData() *CMsgClientPingData {
+ if m != nil {
+ return m.PingData
+ }
+ return nil
+}
+
+type CMsgLobbyInviteResponse struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ Accept *bool `protobuf:"varint,2,opt,name=accept" json:"accept,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,3,opt,name=client_version" json:"client_version,omitempty"`
+ CustomGameCrc *uint64 `protobuf:"fixed64,6,opt,name=custom_game_crc" json:"custom_game_crc,omitempty"`
+ CustomGameTimestamp *uint32 `protobuf:"fixed32,7,opt,name=custom_game_timestamp" json:"custom_game_timestamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLobbyInviteResponse) Reset() { *m = CMsgLobbyInviteResponse{} }
+func (m *CMsgLobbyInviteResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgLobbyInviteResponse) ProtoMessage() {}
+func (*CMsgLobbyInviteResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{9} }
+
+func (m *CMsgLobbyInviteResponse) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgLobbyInviteResponse) GetAccept() bool {
+ if m != nil && m.Accept != nil {
+ return *m.Accept
+ }
+ return false
+}
+
+func (m *CMsgLobbyInviteResponse) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgLobbyInviteResponse) GetCustomGameCrc() uint64 {
+ if m != nil && m.CustomGameCrc != nil {
+ return *m.CustomGameCrc
+ }
+ return 0
+}
+
+func (m *CMsgLobbyInviteResponse) GetCustomGameTimestamp() uint32 {
+ if m != nil && m.CustomGameTimestamp != nil {
+ return *m.CustomGameTimestamp
+ }
+ return 0
+}
+
+type CMsgKickFromParty struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgKickFromParty) Reset() { *m = CMsgKickFromParty{} }
+func (m *CMsgKickFromParty) String() string { return proto.CompactTextString(m) }
+func (*CMsgKickFromParty) ProtoMessage() {}
+func (*CMsgKickFromParty) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{10} }
+
+func (m *CMsgKickFromParty) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgLeaveParty struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLeaveParty) Reset() { *m = CMsgLeaveParty{} }
+func (m *CMsgLeaveParty) String() string { return proto.CompactTextString(m) }
+func (*CMsgLeaveParty) ProtoMessage() {}
+func (*CMsgLeaveParty) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{11} }
+
+type CMsgCustomGameInstallStatus struct {
+ Status *ECustomGameInstallStatus `protobuf:"varint,1,opt,name=status,enum=ECustomGameInstallStatus,def=0" json:"status,omitempty"`
+ Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
+ LatestTimestampFromSteam *uint32 `protobuf:"fixed32,3,opt,name=latest_timestamp_from_steam" json:"latest_timestamp_from_steam,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgCustomGameInstallStatus) Reset() { *m = CMsgCustomGameInstallStatus{} }
+func (m *CMsgCustomGameInstallStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgCustomGameInstallStatus) ProtoMessage() {}
+func (*CMsgCustomGameInstallStatus) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{12} }
+
+const Default_CMsgCustomGameInstallStatus_Status ECustomGameInstallStatus = ECustomGameInstallStatus_k_ECustomGameInstallStatus_Unknown
+
+func (m *CMsgCustomGameInstallStatus) GetStatus() ECustomGameInstallStatus {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return Default_CMsgCustomGameInstallStatus_Status
+}
+
+func (m *CMsgCustomGameInstallStatus) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgCustomGameInstallStatus) GetLatestTimestampFromSteam() uint32 {
+ if m != nil && m.LatestTimestampFromSteam != nil {
+ return *m.LatestTimestampFromSteam
+ }
+ return 0
+}
+
+type CMsgServerAvailable struct {
+ CustomGameInstallStatus *CMsgCustomGameInstallStatus `protobuf:"bytes,1,opt,name=custom_game_install_status" json:"custom_game_install_status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgServerAvailable) Reset() { *m = CMsgServerAvailable{} }
+func (m *CMsgServerAvailable) String() string { return proto.CompactTextString(m) }
+func (*CMsgServerAvailable) ProtoMessage() {}
+func (*CMsgServerAvailable) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{13} }
+
+func (m *CMsgServerAvailable) GetCustomGameInstallStatus() *CMsgCustomGameInstallStatus {
+ if m != nil {
+ return m.CustomGameInstallStatus
+ }
+ return nil
+}
+
+type CMsgLANServerAvailable struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLANServerAvailable) Reset() { *m = CMsgLANServerAvailable{} }
+func (m *CMsgLANServerAvailable) String() string { return proto.CompactTextString(m) }
+func (*CMsgLANServerAvailable) ProtoMessage() {}
+func (*CMsgLANServerAvailable) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{14} }
+
+func (m *CMsgLANServerAvailable) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+type CSOEconGameAccountClient struct {
+ AdditionalBackpackSlots *uint32 `protobuf:"varint,1,opt,name=additional_backpack_slots,def=0" json:"additional_backpack_slots,omitempty"`
+ TrialAccount *bool `protobuf:"varint,2,opt,name=trial_account,def=0" json:"trial_account,omitempty"`
+ EligibleForOnlinePlay *bool `protobuf:"varint,3,opt,name=eligible_for_online_play,def=1" json:"eligible_for_online_play,omitempty"`
+ NeedToChooseMostHelpfulFriend *bool `protobuf:"varint,4,opt,name=need_to_choose_most_helpful_friend" json:"need_to_choose_most_helpful_friend,omitempty"`
+ InCoachesList *bool `protobuf:"varint,5,opt,name=in_coaches_list" json:"in_coaches_list,omitempty"`
+ TradeBanExpiration *uint32 `protobuf:"fixed32,6,opt,name=trade_ban_expiration" json:"trade_ban_expiration,omitempty"`
+ DuelBanExpiration *uint32 `protobuf:"fixed32,7,opt,name=duel_ban_expiration" json:"duel_ban_expiration,omitempty"`
+ PreviewItemDef *uint32 `protobuf:"varint,8,opt,name=preview_item_def,def=0" json:"preview_item_def,omitempty"`
+ MadeFirstPurchase *bool `protobuf:"varint,9,opt,name=made_first_purchase,def=0" json:"made_first_purchase,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconGameAccountClient) Reset() { *m = CSOEconGameAccountClient{} }
+func (m *CSOEconGameAccountClient) String() string { return proto.CompactTextString(m) }
+func (*CSOEconGameAccountClient) ProtoMessage() {}
+func (*CSOEconGameAccountClient) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{15} }
+
+const Default_CSOEconGameAccountClient_AdditionalBackpackSlots uint32 = 0
+const Default_CSOEconGameAccountClient_TrialAccount bool = false
+const Default_CSOEconGameAccountClient_EligibleForOnlinePlay bool = true
+const Default_CSOEconGameAccountClient_PreviewItemDef uint32 = 0
+const Default_CSOEconGameAccountClient_MadeFirstPurchase bool = false
+
+func (m *CSOEconGameAccountClient) GetAdditionalBackpackSlots() uint32 {
+ if m != nil && m.AdditionalBackpackSlots != nil {
+ return *m.AdditionalBackpackSlots
+ }
+ return Default_CSOEconGameAccountClient_AdditionalBackpackSlots
+}
+
+func (m *CSOEconGameAccountClient) GetTrialAccount() bool {
+ if m != nil && m.TrialAccount != nil {
+ return *m.TrialAccount
+ }
+ return Default_CSOEconGameAccountClient_TrialAccount
+}
+
+func (m *CSOEconGameAccountClient) GetEligibleForOnlinePlay() bool {
+ if m != nil && m.EligibleForOnlinePlay != nil {
+ return *m.EligibleForOnlinePlay
+ }
+ return Default_CSOEconGameAccountClient_EligibleForOnlinePlay
+}
+
+func (m *CSOEconGameAccountClient) GetNeedToChooseMostHelpfulFriend() bool {
+ if m != nil && m.NeedToChooseMostHelpfulFriend != nil {
+ return *m.NeedToChooseMostHelpfulFriend
+ }
+ return false
+}
+
+func (m *CSOEconGameAccountClient) GetInCoachesList() bool {
+ if m != nil && m.InCoachesList != nil {
+ return *m.InCoachesList
+ }
+ return false
+}
+
+func (m *CSOEconGameAccountClient) GetTradeBanExpiration() uint32 {
+ if m != nil && m.TradeBanExpiration != nil {
+ return *m.TradeBanExpiration
+ }
+ return 0
+}
+
+func (m *CSOEconGameAccountClient) GetDuelBanExpiration() uint32 {
+ if m != nil && m.DuelBanExpiration != nil {
+ return *m.DuelBanExpiration
+ }
+ return 0
+}
+
+func (m *CSOEconGameAccountClient) GetPreviewItemDef() uint32 {
+ if m != nil && m.PreviewItemDef != nil {
+ return *m.PreviewItemDef
+ }
+ return Default_CSOEconGameAccountClient_PreviewItemDef
+}
+
+func (m *CSOEconGameAccountClient) GetMadeFirstPurchase() bool {
+ if m != nil && m.MadeFirstPurchase != nil {
+ return *m.MadeFirstPurchase
+ }
+ return Default_CSOEconGameAccountClient_MadeFirstPurchase
+}
+
+type CSOItemCriteriaCondition struct {
+ Op *int32 `protobuf:"varint,1,opt,name=op" json:"op,omitempty"`
+ Field *string `protobuf:"bytes,2,opt,name=field" json:"field,omitempty"`
+ Required *bool `protobuf:"varint,3,opt,name=required" json:"required,omitempty"`
+ FloatValue *float32 `protobuf:"fixed32,4,opt,name=float_value" json:"float_value,omitempty"`
+ StringValue *string `protobuf:"bytes,5,opt,name=string_value" json:"string_value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOItemCriteriaCondition) Reset() { *m = CSOItemCriteriaCondition{} }
+func (m *CSOItemCriteriaCondition) String() string { return proto.CompactTextString(m) }
+func (*CSOItemCriteriaCondition) ProtoMessage() {}
+func (*CSOItemCriteriaCondition) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{16} }
+
+func (m *CSOItemCriteriaCondition) GetOp() int32 {
+ if m != nil && m.Op != nil {
+ return *m.Op
+ }
+ return 0
+}
+
+func (m *CSOItemCriteriaCondition) GetField() string {
+ if m != nil && m.Field != nil {
+ return *m.Field
+ }
+ return ""
+}
+
+func (m *CSOItemCriteriaCondition) GetRequired() bool {
+ if m != nil && m.Required != nil {
+ return *m.Required
+ }
+ return false
+}
+
+func (m *CSOItemCriteriaCondition) GetFloatValue() float32 {
+ if m != nil && m.FloatValue != nil {
+ return *m.FloatValue
+ }
+ return 0
+}
+
+func (m *CSOItemCriteriaCondition) GetStringValue() string {
+ if m != nil && m.StringValue != nil {
+ return *m.StringValue
+ }
+ return ""
+}
+
+type CSOItemCriteria struct {
+ ItemLevel *uint32 `protobuf:"varint,1,opt,name=item_level" json:"item_level,omitempty"`
+ ItemQuality *int32 `protobuf:"varint,2,opt,name=item_quality" json:"item_quality,omitempty"`
+ ItemLevelSet *bool `protobuf:"varint,3,opt,name=item_level_set" json:"item_level_set,omitempty"`
+ ItemQualitySet *bool `protobuf:"varint,4,opt,name=item_quality_set" json:"item_quality_set,omitempty"`
+ InitialInventory *uint32 `protobuf:"varint,5,opt,name=initial_inventory" json:"initial_inventory,omitempty"`
+ InitialQuantity *uint32 `protobuf:"varint,6,opt,name=initial_quantity" json:"initial_quantity,omitempty"`
+ IgnoreEnabledFlag *bool `protobuf:"varint,8,opt,name=ignore_enabled_flag" json:"ignore_enabled_flag,omitempty"`
+ Conditions []*CSOItemCriteriaCondition `protobuf:"bytes,9,rep,name=conditions" json:"conditions,omitempty"`
+ RecentOnly *bool `protobuf:"varint,10,opt,name=recent_only" json:"recent_only,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOItemCriteria) Reset() { *m = CSOItemCriteria{} }
+func (m *CSOItemCriteria) String() string { return proto.CompactTextString(m) }
+func (*CSOItemCriteria) ProtoMessage() {}
+func (*CSOItemCriteria) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{17} }
+
+func (m *CSOItemCriteria) GetItemLevel() uint32 {
+ if m != nil && m.ItemLevel != nil {
+ return *m.ItemLevel
+ }
+ return 0
+}
+
+func (m *CSOItemCriteria) GetItemQuality() int32 {
+ if m != nil && m.ItemQuality != nil {
+ return *m.ItemQuality
+ }
+ return 0
+}
+
+func (m *CSOItemCriteria) GetItemLevelSet() bool {
+ if m != nil && m.ItemLevelSet != nil {
+ return *m.ItemLevelSet
+ }
+ return false
+}
+
+func (m *CSOItemCriteria) GetItemQualitySet() bool {
+ if m != nil && m.ItemQualitySet != nil {
+ return *m.ItemQualitySet
+ }
+ return false
+}
+
+func (m *CSOItemCriteria) GetInitialInventory() uint32 {
+ if m != nil && m.InitialInventory != nil {
+ return *m.InitialInventory
+ }
+ return 0
+}
+
+func (m *CSOItemCriteria) GetInitialQuantity() uint32 {
+ if m != nil && m.InitialQuantity != nil {
+ return *m.InitialQuantity
+ }
+ return 0
+}
+
+func (m *CSOItemCriteria) GetIgnoreEnabledFlag() bool {
+ if m != nil && m.IgnoreEnabledFlag != nil {
+ return *m.IgnoreEnabledFlag
+ }
+ return false
+}
+
+func (m *CSOItemCriteria) GetConditions() []*CSOItemCriteriaCondition {
+ if m != nil {
+ return m.Conditions
+ }
+ return nil
+}
+
+func (m *CSOItemCriteria) GetRecentOnly() bool {
+ if m != nil && m.RecentOnly != nil {
+ return *m.RecentOnly
+ }
+ return false
+}
+
+type CSOItemRecipe struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ NA *string `protobuf:"bytes,3,opt,name=n_a" json:"n_a,omitempty"`
+ DescInputs *string `protobuf:"bytes,4,opt,name=desc_inputs" json:"desc_inputs,omitempty"`
+ DescOutputs *string `protobuf:"bytes,5,opt,name=desc_outputs" json:"desc_outputs,omitempty"`
+ DiA *string `protobuf:"bytes,6,opt,name=di_a" json:"di_a,omitempty"`
+ DiB *string `protobuf:"bytes,7,opt,name=di_b" json:"di_b,omitempty"`
+ DiC *string `protobuf:"bytes,8,opt,name=di_c" json:"di_c,omitempty"`
+ DoA *string `protobuf:"bytes,9,opt,name=do_a" json:"do_a,omitempty"`
+ DoB *string `protobuf:"bytes,10,opt,name=do_b" json:"do_b,omitempty"`
+ DoC *string `protobuf:"bytes,11,opt,name=do_c" json:"do_c,omitempty"`
+ RequiresAllSameClass *bool `protobuf:"varint,12,opt,name=requires_all_same_class" json:"requires_all_same_class,omitempty"`
+ RequiresAllSameSlot *bool `protobuf:"varint,13,opt,name=requires_all_same_slot" json:"requires_all_same_slot,omitempty"`
+ ClassUsageForOutput *int32 `protobuf:"varint,14,opt,name=class_usage_for_output" json:"class_usage_for_output,omitempty"`
+ SlotUsageForOutput *int32 `protobuf:"varint,15,opt,name=slot_usage_for_output" json:"slot_usage_for_output,omitempty"`
+ SetForOutput *int32 `protobuf:"varint,16,opt,name=set_for_output" json:"set_for_output,omitempty"`
+ InputItemsCriteria []*CSOItemCriteria `protobuf:"bytes,20,rep,name=input_items_criteria" json:"input_items_criteria,omitempty"`
+ OutputItemsCriteria []*CSOItemCriteria `protobuf:"bytes,21,rep,name=output_items_criteria" json:"output_items_criteria,omitempty"`
+ InputItemDupeCounts []uint32 `protobuf:"varint,22,rep,name=input_item_dupe_counts" json:"input_item_dupe_counts,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOItemRecipe) Reset() { *m = CSOItemRecipe{} }
+func (m *CSOItemRecipe) String() string { return proto.CompactTextString(m) }
+func (*CSOItemRecipe) ProtoMessage() {}
+func (*CSOItemRecipe) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{18} }
+
+func (m *CSOItemRecipe) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CSOItemRecipe) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetNA() string {
+ if m != nil && m.NA != nil {
+ return *m.NA
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDescInputs() string {
+ if m != nil && m.DescInputs != nil {
+ return *m.DescInputs
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDescOutputs() string {
+ if m != nil && m.DescOutputs != nil {
+ return *m.DescOutputs
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDiA() string {
+ if m != nil && m.DiA != nil {
+ return *m.DiA
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDiB() string {
+ if m != nil && m.DiB != nil {
+ return *m.DiB
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDiC() string {
+ if m != nil && m.DiC != nil {
+ return *m.DiC
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDoA() string {
+ if m != nil && m.DoA != nil {
+ return *m.DoA
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDoB() string {
+ if m != nil && m.DoB != nil {
+ return *m.DoB
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetDoC() string {
+ if m != nil && m.DoC != nil {
+ return *m.DoC
+ }
+ return ""
+}
+
+func (m *CSOItemRecipe) GetRequiresAllSameClass() bool {
+ if m != nil && m.RequiresAllSameClass != nil {
+ return *m.RequiresAllSameClass
+ }
+ return false
+}
+
+func (m *CSOItemRecipe) GetRequiresAllSameSlot() bool {
+ if m != nil && m.RequiresAllSameSlot != nil {
+ return *m.RequiresAllSameSlot
+ }
+ return false
+}
+
+func (m *CSOItemRecipe) GetClassUsageForOutput() int32 {
+ if m != nil && m.ClassUsageForOutput != nil {
+ return *m.ClassUsageForOutput
+ }
+ return 0
+}
+
+func (m *CSOItemRecipe) GetSlotUsageForOutput() int32 {
+ if m != nil && m.SlotUsageForOutput != nil {
+ return *m.SlotUsageForOutput
+ }
+ return 0
+}
+
+func (m *CSOItemRecipe) GetSetForOutput() int32 {
+ if m != nil && m.SetForOutput != nil {
+ return *m.SetForOutput
+ }
+ return 0
+}
+
+func (m *CSOItemRecipe) GetInputItemsCriteria() []*CSOItemCriteria {
+ if m != nil {
+ return m.InputItemsCriteria
+ }
+ return nil
+}
+
+func (m *CSOItemRecipe) GetOutputItemsCriteria() []*CSOItemCriteria {
+ if m != nil {
+ return m.OutputItemsCriteria
+ }
+ return nil
+}
+
+func (m *CSOItemRecipe) GetInputItemDupeCounts() []uint32 {
+ if m != nil {
+ return m.InputItemDupeCounts
+ }
+ return nil
+}
+
+type CMsgApplyStrangePart struct {
+ StrangePartItemId *uint64 `protobuf:"varint,1,opt,name=strange_part_item_id" json:"strange_part_item_id,omitempty"`
+ ItemItemId *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgApplyStrangePart) Reset() { *m = CMsgApplyStrangePart{} }
+func (m *CMsgApplyStrangePart) String() string { return proto.CompactTextString(m) }
+func (*CMsgApplyStrangePart) ProtoMessage() {}
+func (*CMsgApplyStrangePart) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{19} }
+
+func (m *CMsgApplyStrangePart) GetStrangePartItemId() uint64 {
+ if m != nil && m.StrangePartItemId != nil {
+ return *m.StrangePartItemId
+ }
+ return 0
+}
+
+func (m *CMsgApplyStrangePart) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+type CMsgApplyPennantUpgrade struct {
+ UpgradeItemId *uint64 `protobuf:"varint,1,opt,name=upgrade_item_id" json:"upgrade_item_id,omitempty"`
+ PennantItemId *uint64 `protobuf:"varint,2,opt,name=pennant_item_id" json:"pennant_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgApplyPennantUpgrade) Reset() { *m = CMsgApplyPennantUpgrade{} }
+func (m *CMsgApplyPennantUpgrade) String() string { return proto.CompactTextString(m) }
+func (*CMsgApplyPennantUpgrade) ProtoMessage() {}
+func (*CMsgApplyPennantUpgrade) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{20} }
+
+func (m *CMsgApplyPennantUpgrade) GetUpgradeItemId() uint64 {
+ if m != nil && m.UpgradeItemId != nil {
+ return *m.UpgradeItemId
+ }
+ return 0
+}
+
+func (m *CMsgApplyPennantUpgrade) GetPennantItemId() uint64 {
+ if m != nil && m.PennantItemId != nil {
+ return *m.PennantItemId
+ }
+ return 0
+}
+
+type CMsgApplyEggEssence struct {
+ EssenceItemId *uint64 `protobuf:"varint,1,opt,name=essence_item_id" json:"essence_item_id,omitempty"`
+ EggItemId *uint64 `protobuf:"varint,2,opt,name=egg_item_id" json:"egg_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgApplyEggEssence) Reset() { *m = CMsgApplyEggEssence{} }
+func (m *CMsgApplyEggEssence) String() string { return proto.CompactTextString(m) }
+func (*CMsgApplyEggEssence) ProtoMessage() {}
+func (*CMsgApplyEggEssence) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{21} }
+
+func (m *CMsgApplyEggEssence) GetEssenceItemId() uint64 {
+ if m != nil && m.EssenceItemId != nil {
+ return *m.EssenceItemId
+ }
+ return 0
+}
+
+func (m *CMsgApplyEggEssence) GetEggItemId() uint64 {
+ if m != nil && m.EggItemId != nil {
+ return *m.EggItemId
+ }
+ return 0
+}
+
+type CSOEconItemAttribute struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Value *uint32 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
+ ValueBytes []byte `protobuf:"bytes,3,opt,name=value_bytes" json:"value_bytes,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemAttribute) Reset() { *m = CSOEconItemAttribute{} }
+func (m *CSOEconItemAttribute) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemAttribute) ProtoMessage() {}
+func (*CSOEconItemAttribute) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{22} }
+
+func (m *CSOEconItemAttribute) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CSOEconItemAttribute) GetValue() uint32 {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return 0
+}
+
+func (m *CSOEconItemAttribute) GetValueBytes() []byte {
+ if m != nil {
+ return m.ValueBytes
+ }
+ return nil
+}
+
+type CSOEconItemEquipped struct {
+ NewClass *uint32 `protobuf:"varint,1,opt,name=new_class" json:"new_class,omitempty"`
+ NewSlot *uint32 `protobuf:"varint,2,opt,name=new_slot" json:"new_slot,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemEquipped) Reset() { *m = CSOEconItemEquipped{} }
+func (m *CSOEconItemEquipped) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemEquipped) ProtoMessage() {}
+func (*CSOEconItemEquipped) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{23} }
+
+func (m *CSOEconItemEquipped) GetNewClass() uint32 {
+ if m != nil && m.NewClass != nil {
+ return *m.NewClass
+ }
+ return 0
+}
+
+func (m *CSOEconItemEquipped) GetNewSlot() uint32 {
+ if m != nil && m.NewSlot != nil {
+ return *m.NewSlot
+ }
+ return 0
+}
+
+type CSOEconItem struct {
+ Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ AccountId *uint32 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
+ Inventory *uint32 `protobuf:"varint,3,opt,name=inventory" json:"inventory,omitempty"`
+ DefIndex *uint32 `protobuf:"varint,4,opt,name=def_index" json:"def_index,omitempty"`
+ Quantity *uint32 `protobuf:"varint,5,opt,name=quantity,def=1" json:"quantity,omitempty"`
+ Level *uint32 `protobuf:"varint,6,opt,name=level,def=1" json:"level,omitempty"`
+ Quality *uint32 `protobuf:"varint,7,opt,name=quality,def=4" json:"quality,omitempty"`
+ Flags *uint32 `protobuf:"varint,8,opt,name=flags,def=0" json:"flags,omitempty"`
+ Origin *uint32 `protobuf:"varint,9,opt,name=origin,def=0" json:"origin,omitempty"`
+ Attribute []*CSOEconItemAttribute `protobuf:"bytes,12,rep,name=attribute" json:"attribute,omitempty"`
+ InteriorItem *CSOEconItem `protobuf:"bytes,13,opt,name=interior_item" json:"interior_item,omitempty"`
+ InUse *bool `protobuf:"varint,14,opt,name=in_use,def=0" json:"in_use,omitempty"`
+ Style *uint32 `protobuf:"varint,15,opt,name=style,def=0" json:"style,omitempty"`
+ OriginalId *uint64 `protobuf:"varint,16,opt,name=original_id,def=0" json:"original_id,omitempty"`
+ EquippedState []*CSOEconItemEquipped `protobuf:"bytes,18,rep,name=equipped_state" json:"equipped_state,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItem) Reset() { *m = CSOEconItem{} }
+func (m *CSOEconItem) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItem) ProtoMessage() {}
+func (*CSOEconItem) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{24} }
+
+const Default_CSOEconItem_Quantity uint32 = 1
+const Default_CSOEconItem_Level uint32 = 1
+const Default_CSOEconItem_Quality uint32 = 4
+const Default_CSOEconItem_Flags uint32 = 0
+const Default_CSOEconItem_Origin uint32 = 0
+const Default_CSOEconItem_InUse bool = false
+const Default_CSOEconItem_Style uint32 = 0
+const Default_CSOEconItem_OriginalId uint64 = 0
+
+func (m *CSOEconItem) GetId() uint64 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CSOEconItem) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOEconItem) GetInventory() uint32 {
+ if m != nil && m.Inventory != nil {
+ return *m.Inventory
+ }
+ return 0
+}
+
+func (m *CSOEconItem) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CSOEconItem) GetQuantity() uint32 {
+ if m != nil && m.Quantity != nil {
+ return *m.Quantity
+ }
+ return Default_CSOEconItem_Quantity
+}
+
+func (m *CSOEconItem) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return Default_CSOEconItem_Level
+}
+
+func (m *CSOEconItem) GetQuality() uint32 {
+ if m != nil && m.Quality != nil {
+ return *m.Quality
+ }
+ return Default_CSOEconItem_Quality
+}
+
+func (m *CSOEconItem) GetFlags() uint32 {
+ if m != nil && m.Flags != nil {
+ return *m.Flags
+ }
+ return Default_CSOEconItem_Flags
+}
+
+func (m *CSOEconItem) GetOrigin() uint32 {
+ if m != nil && m.Origin != nil {
+ return *m.Origin
+ }
+ return Default_CSOEconItem_Origin
+}
+
+func (m *CSOEconItem) GetAttribute() []*CSOEconItemAttribute {
+ if m != nil {
+ return m.Attribute
+ }
+ return nil
+}
+
+func (m *CSOEconItem) GetInteriorItem() *CSOEconItem {
+ if m != nil {
+ return m.InteriorItem
+ }
+ return nil
+}
+
+func (m *CSOEconItem) GetInUse() bool {
+ if m != nil && m.InUse != nil {
+ return *m.InUse
+ }
+ return Default_CSOEconItem_InUse
+}
+
+func (m *CSOEconItem) GetStyle() uint32 {
+ if m != nil && m.Style != nil {
+ return *m.Style
+ }
+ return Default_CSOEconItem_Style
+}
+
+func (m *CSOEconItem) GetOriginalId() uint64 {
+ if m != nil && m.OriginalId != nil {
+ return *m.OriginalId
+ }
+ return Default_CSOEconItem_OriginalId
+}
+
+func (m *CSOEconItem) GetEquippedState() []*CSOEconItemEquipped {
+ if m != nil {
+ return m.EquippedState
+ }
+ return nil
+}
+
+type CMsgSortItems struct {
+ SortType *uint32 `protobuf:"varint,1,opt,name=sort_type" json:"sort_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSortItems) Reset() { *m = CMsgSortItems{} }
+func (m *CMsgSortItems) String() string { return proto.CompactTextString(m) }
+func (*CMsgSortItems) ProtoMessage() {}
+func (*CMsgSortItems) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{25} }
+
+func (m *CMsgSortItems) GetSortType() uint32 {
+ if m != nil && m.SortType != nil {
+ return *m.SortType
+ }
+ return 0
+}
+
+type CSOEconClaimCode struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ CodeType *uint32 `protobuf:"varint,2,opt,name=code_type" json:"code_type,omitempty"`
+ TimeAcquired *uint32 `protobuf:"varint,3,opt,name=time_acquired" json:"time_acquired,omitempty"`
+ Code *string `protobuf:"bytes,4,opt,name=code" json:"code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconClaimCode) Reset() { *m = CSOEconClaimCode{} }
+func (m *CSOEconClaimCode) String() string { return proto.CompactTextString(m) }
+func (*CSOEconClaimCode) ProtoMessage() {}
+func (*CSOEconClaimCode) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{26} }
+
+func (m *CSOEconClaimCode) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOEconClaimCode) GetCodeType() uint32 {
+ if m != nil && m.CodeType != nil {
+ return *m.CodeType
+ }
+ return 0
+}
+
+func (m *CSOEconClaimCode) GetTimeAcquired() uint32 {
+ if m != nil && m.TimeAcquired != nil {
+ return *m.TimeAcquired
+ }
+ return 0
+}
+
+func (m *CSOEconClaimCode) GetCode() string {
+ if m != nil && m.Code != nil {
+ return *m.Code
+ }
+ return ""
+}
+
+type CMsgStoreGetUserData struct {
+ PriceSheetVersion *uint32 `protobuf:"fixed32,1,opt,name=price_sheet_version" json:"price_sheet_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgStoreGetUserData) Reset() { *m = CMsgStoreGetUserData{} }
+func (m *CMsgStoreGetUserData) String() string { return proto.CompactTextString(m) }
+func (*CMsgStoreGetUserData) ProtoMessage() {}
+func (*CMsgStoreGetUserData) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{27} }
+
+func (m *CMsgStoreGetUserData) GetPriceSheetVersion() uint32 {
+ if m != nil && m.PriceSheetVersion != nil {
+ return *m.PriceSheetVersion
+ }
+ return 0
+}
+
+type CMsgStoreGetUserDataResponse struct {
+ Result *int32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ Currency *int32 `protobuf:"varint,2,opt,name=currency" json:"currency,omitempty"`
+ Country *string `protobuf:"bytes,3,opt,name=country" json:"country,omitempty"`
+ PriceSheetVersion *uint32 `protobuf:"fixed32,4,opt,name=price_sheet_version" json:"price_sheet_version,omitempty"`
+ ExperimentData *uint64 `protobuf:"varint,5,opt,name=experiment_data,def=0" json:"experiment_data,omitempty"`
+ FeaturedItemIdx *int32 `protobuf:"varint,6,opt,name=featured_item_idx" json:"featured_item_idx,omitempty"`
+ ShowHatDescriptions *bool `protobuf:"varint,7,opt,name=show_hat_descriptions,def=1" json:"show_hat_descriptions,omitempty"`
+ PriceSheet []byte `protobuf:"bytes,8,opt,name=price_sheet" json:"price_sheet,omitempty"`
+ DefaultItemSort *int32 `protobuf:"varint,9,opt,name=default_item_sort,def=0" json:"default_item_sort,omitempty"`
+ PopularItems []uint32 `protobuf:"varint,10,rep,name=popular_items" json:"popular_items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgStoreGetUserDataResponse) Reset() { *m = CMsgStoreGetUserDataResponse{} }
+func (m *CMsgStoreGetUserDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgStoreGetUserDataResponse) ProtoMessage() {}
+func (*CMsgStoreGetUserDataResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{28} }
+
+const Default_CMsgStoreGetUserDataResponse_ExperimentData uint64 = 0
+const Default_CMsgStoreGetUserDataResponse_ShowHatDescriptions bool = true
+const Default_CMsgStoreGetUserDataResponse_DefaultItemSort int32 = 0
+
+func (m *CMsgStoreGetUserDataResponse) GetResult() int32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetCurrency() int32 {
+ if m != nil && m.Currency != nil {
+ return *m.Currency
+ }
+ return 0
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetCountry() string {
+ if m != nil && m.Country != nil {
+ return *m.Country
+ }
+ return ""
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetPriceSheetVersion() uint32 {
+ if m != nil && m.PriceSheetVersion != nil {
+ return *m.PriceSheetVersion
+ }
+ return 0
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetExperimentData() uint64 {
+ if m != nil && m.ExperimentData != nil {
+ return *m.ExperimentData
+ }
+ return Default_CMsgStoreGetUserDataResponse_ExperimentData
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetFeaturedItemIdx() int32 {
+ if m != nil && m.FeaturedItemIdx != nil {
+ return *m.FeaturedItemIdx
+ }
+ return 0
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetShowHatDescriptions() bool {
+ if m != nil && m.ShowHatDescriptions != nil {
+ return *m.ShowHatDescriptions
+ }
+ return Default_CMsgStoreGetUserDataResponse_ShowHatDescriptions
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetPriceSheet() []byte {
+ if m != nil {
+ return m.PriceSheet
+ }
+ return nil
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetDefaultItemSort() int32 {
+ if m != nil && m.DefaultItemSort != nil {
+ return *m.DefaultItemSort
+ }
+ return Default_CMsgStoreGetUserDataResponse_DefaultItemSort
+}
+
+func (m *CMsgStoreGetUserDataResponse) GetPopularItems() []uint32 {
+ if m != nil {
+ return m.PopularItems
+ }
+ return nil
+}
+
+type CMsgUpdateItemSchema struct {
+ ItemsGame []byte `protobuf:"bytes,1,opt,name=items_game" json:"items_game,omitempty"`
+ ItemSchemaVersion *uint32 `protobuf:"fixed32,2,opt,name=item_schema_version" json:"item_schema_version,omitempty"`
+ ItemsGameUrl *string `protobuf:"bytes,3,opt,name=items_game_url" json:"items_game_url,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgUpdateItemSchema) Reset() { *m = CMsgUpdateItemSchema{} }
+func (m *CMsgUpdateItemSchema) String() string { return proto.CompactTextString(m) }
+func (*CMsgUpdateItemSchema) ProtoMessage() {}
+func (*CMsgUpdateItemSchema) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{29} }
+
+func (m *CMsgUpdateItemSchema) GetItemsGame() []byte {
+ if m != nil {
+ return m.ItemsGame
+ }
+ return nil
+}
+
+func (m *CMsgUpdateItemSchema) GetItemSchemaVersion() uint32 {
+ if m != nil && m.ItemSchemaVersion != nil {
+ return *m.ItemSchemaVersion
+ }
+ return 0
+}
+
+func (m *CMsgUpdateItemSchema) GetItemsGameUrl() string {
+ if m != nil && m.ItemsGameUrl != nil {
+ return *m.ItemsGameUrl
+ }
+ return ""
+}
+
+type CMsgGCError struct {
+ ErrorText *string `protobuf:"bytes,1,opt,name=error_text" json:"error_text,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCError) Reset() { *m = CMsgGCError{} }
+func (m *CMsgGCError) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCError) ProtoMessage() {}
+func (*CMsgGCError) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{30} }
+
+func (m *CMsgGCError) GetErrorText() string {
+ if m != nil && m.ErrorText != nil {
+ return *m.ErrorText
+ }
+ return ""
+}
+
+type CMsgRequestInventoryRefresh struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestInventoryRefresh) Reset() { *m = CMsgRequestInventoryRefresh{} }
+func (m *CMsgRequestInventoryRefresh) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestInventoryRefresh) ProtoMessage() {}
+func (*CMsgRequestInventoryRefresh) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{31} }
+
+type CMsgConVarValue struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgConVarValue) Reset() { *m = CMsgConVarValue{} }
+func (m *CMsgConVarValue) String() string { return proto.CompactTextString(m) }
+func (*CMsgConVarValue) ProtoMessage() {}
+func (*CMsgConVarValue) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{32} }
+
+func (m *CMsgConVarValue) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgConVarValue) GetValue() string {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return ""
+}
+
+type CMsgReplicateConVars struct {
+ Convars []*CMsgConVarValue `protobuf:"bytes,1,rep,name=convars" json:"convars,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgReplicateConVars) Reset() { *m = CMsgReplicateConVars{} }
+func (m *CMsgReplicateConVars) String() string { return proto.CompactTextString(m) }
+func (*CMsgReplicateConVars) ProtoMessage() {}
+func (*CMsgReplicateConVars) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{33} }
+
+func (m *CMsgReplicateConVars) GetConvars() []*CMsgConVarValue {
+ if m != nil {
+ return m.Convars
+ }
+ return nil
+}
+
+type CMsgReplayUploadedToYouTube struct {
+ YoutubeUrl *string `protobuf:"bytes,1,opt,name=youtube_url" json:"youtube_url,omitempty"`
+ YoutubeAccountName *string `protobuf:"bytes,2,opt,name=youtube_account_name" json:"youtube_account_name,omitempty"`
+ SessionId *uint64 `protobuf:"varint,3,opt,name=session_id" json:"session_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgReplayUploadedToYouTube) Reset() { *m = CMsgReplayUploadedToYouTube{} }
+func (m *CMsgReplayUploadedToYouTube) String() string { return proto.CompactTextString(m) }
+func (*CMsgReplayUploadedToYouTube) ProtoMessage() {}
+func (*CMsgReplayUploadedToYouTube) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{34} }
+
+func (m *CMsgReplayUploadedToYouTube) GetYoutubeUrl() string {
+ if m != nil && m.YoutubeUrl != nil {
+ return *m.YoutubeUrl
+ }
+ return ""
+}
+
+func (m *CMsgReplayUploadedToYouTube) GetYoutubeAccountName() string {
+ if m != nil && m.YoutubeAccountName != nil {
+ return *m.YoutubeAccountName
+ }
+ return ""
+}
+
+func (m *CMsgReplayUploadedToYouTube) GetSessionId() uint64 {
+ if m != nil && m.SessionId != nil {
+ return *m.SessionId
+ }
+ return 0
+}
+
+type CMsgConsumableExhausted struct {
+ ItemDefId *int32 `protobuf:"varint,1,opt,name=item_def_id" json:"item_def_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgConsumableExhausted) Reset() { *m = CMsgConsumableExhausted{} }
+func (m *CMsgConsumableExhausted) String() string { return proto.CompactTextString(m) }
+func (*CMsgConsumableExhausted) ProtoMessage() {}
+func (*CMsgConsumableExhausted) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{35} }
+
+func (m *CMsgConsumableExhausted) GetItemDefId() int32 {
+ if m != nil && m.ItemDefId != nil {
+ return *m.ItemDefId
+ }
+ return 0
+}
+
+type CMsgItemAcknowledged struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Inventory *uint32 `protobuf:"varint,2,opt,name=inventory" json:"inventory,omitempty"`
+ DefIndex *uint32 `protobuf:"varint,3,opt,name=def_index" json:"def_index,omitempty"`
+ Quality *uint32 `protobuf:"varint,4,opt,name=quality" json:"quality,omitempty"`
+ Rarity *uint32 `protobuf:"varint,5,opt,name=rarity" json:"rarity,omitempty"`
+ Origin *uint32 `protobuf:"varint,6,opt,name=origin" json:"origin,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgItemAcknowledged) Reset() { *m = CMsgItemAcknowledged{} }
+func (m *CMsgItemAcknowledged) String() string { return proto.CompactTextString(m) }
+func (*CMsgItemAcknowledged) ProtoMessage() {}
+func (*CMsgItemAcknowledged) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{36} }
+
+func (m *CMsgItemAcknowledged) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgItemAcknowledged) GetInventory() uint32 {
+ if m != nil && m.Inventory != nil {
+ return *m.Inventory
+ }
+ return 0
+}
+
+func (m *CMsgItemAcknowledged) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgItemAcknowledged) GetQuality() uint32 {
+ if m != nil && m.Quality != nil {
+ return *m.Quality
+ }
+ return 0
+}
+
+func (m *CMsgItemAcknowledged) GetRarity() uint32 {
+ if m != nil && m.Rarity != nil {
+ return *m.Rarity
+ }
+ return 0
+}
+
+func (m *CMsgItemAcknowledged) GetOrigin() uint32 {
+ if m != nil && m.Origin != nil {
+ return *m.Origin
+ }
+ return 0
+}
+
+type CMsgSetPresetItemPosition struct {
+ ClassId *uint32 `protobuf:"varint,1,opt,name=class_id" json:"class_id,omitempty"`
+ PresetId *uint32 `protobuf:"varint,2,opt,name=preset_id" json:"preset_id,omitempty"`
+ SlotId *uint32 `protobuf:"varint,3,opt,name=slot_id" json:"slot_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,4,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetPresetItemPosition) Reset() { *m = CMsgSetPresetItemPosition{} }
+func (m *CMsgSetPresetItemPosition) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetPresetItemPosition) ProtoMessage() {}
+func (*CMsgSetPresetItemPosition) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{37} }
+
+func (m *CMsgSetPresetItemPosition) GetClassId() uint32 {
+ if m != nil && m.ClassId != nil {
+ return *m.ClassId
+ }
+ return 0
+}
+
+func (m *CMsgSetPresetItemPosition) GetPresetId() uint32 {
+ if m != nil && m.PresetId != nil {
+ return *m.PresetId
+ }
+ return 0
+}
+
+func (m *CMsgSetPresetItemPosition) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+func (m *CMsgSetPresetItemPosition) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgSetItemPositions struct {
+ ItemPositions []*CMsgSetItemPositions_ItemPosition `protobuf:"bytes,1,rep,name=item_positions" json:"item_positions,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetItemPositions) Reset() { *m = CMsgSetItemPositions{} }
+func (m *CMsgSetItemPositions) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetItemPositions) ProtoMessage() {}
+func (*CMsgSetItemPositions) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{38} }
+
+func (m *CMsgSetItemPositions) GetItemPositions() []*CMsgSetItemPositions_ItemPosition {
+ if m != nil {
+ return m.ItemPositions
+ }
+ return nil
+}
+
+type CMsgSetItemPositions_ItemPosition struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ Position *uint32 `protobuf:"varint,2,opt,name=position" json:"position,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetItemPositions_ItemPosition) Reset() { *m = CMsgSetItemPositions_ItemPosition{} }
+func (m *CMsgSetItemPositions_ItemPosition) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetItemPositions_ItemPosition) ProtoMessage() {}
+func (*CMsgSetItemPositions_ItemPosition) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{38, 0}
+}
+
+func (m *CMsgSetItemPositions_ItemPosition) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgSetItemPositions_ItemPosition) GetPosition() uint32 {
+ if m != nil && m.Position != nil {
+ return *m.Position
+ }
+ return 0
+}
+
+type CSOEconItemPresetInstance struct {
+ ClassId *uint32 `protobuf:"varint,2,opt,name=class_id" json:"class_id,omitempty"`
+ PresetId *uint32 `protobuf:"varint,3,opt,name=preset_id" json:"preset_id,omitempty"`
+ SlotId *uint32 `protobuf:"varint,4,opt,name=slot_id" json:"slot_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,5,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemPresetInstance) Reset() { *m = CSOEconItemPresetInstance{} }
+func (m *CSOEconItemPresetInstance) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemPresetInstance) ProtoMessage() {}
+func (*CSOEconItemPresetInstance) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{39} }
+
+func (m *CSOEconItemPresetInstance) GetClassId() uint32 {
+ if m != nil && m.ClassId != nil {
+ return *m.ClassId
+ }
+ return 0
+}
+
+func (m *CSOEconItemPresetInstance) GetPresetId() uint32 {
+ if m != nil && m.PresetId != nil {
+ return *m.PresetId
+ }
+ return 0
+}
+
+func (m *CSOEconItemPresetInstance) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+func (m *CSOEconItemPresetInstance) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgSelectItemPresetForClass struct {
+ ClassId *uint32 `protobuf:"varint,1,opt,name=class_id" json:"class_id,omitempty"`
+ PresetId *uint32 `protobuf:"varint,2,opt,name=preset_id" json:"preset_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSelectItemPresetForClass) Reset() { *m = CMsgSelectItemPresetForClass{} }
+func (m *CMsgSelectItemPresetForClass) String() string { return proto.CompactTextString(m) }
+func (*CMsgSelectItemPresetForClass) ProtoMessage() {}
+func (*CMsgSelectItemPresetForClass) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{40} }
+
+func (m *CMsgSelectItemPresetForClass) GetClassId() uint32 {
+ if m != nil && m.ClassId != nil {
+ return *m.ClassId
+ }
+ return 0
+}
+
+func (m *CMsgSelectItemPresetForClass) GetPresetId() uint32 {
+ if m != nil && m.PresetId != nil {
+ return *m.PresetId
+ }
+ return 0
+}
+
+type CMsgSelectItemPresetForClassReply struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSelectItemPresetForClassReply) Reset() { *m = CMsgSelectItemPresetForClassReply{} }
+func (m *CMsgSelectItemPresetForClassReply) String() string { return proto.CompactTextString(m) }
+func (*CMsgSelectItemPresetForClassReply) ProtoMessage() {}
+func (*CMsgSelectItemPresetForClassReply) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{41}
+}
+
+func (m *CMsgSelectItemPresetForClassReply) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+type CSOSelectedItemPreset struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ClassId *uint32 `protobuf:"varint,2,opt,name=class_id" json:"class_id,omitempty"`
+ PresetId *uint32 `protobuf:"varint,3,opt,name=preset_id" json:"preset_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOSelectedItemPreset) Reset() { *m = CSOSelectedItemPreset{} }
+func (m *CSOSelectedItemPreset) String() string { return proto.CompactTextString(m) }
+func (*CSOSelectedItemPreset) ProtoMessage() {}
+func (*CSOSelectedItemPreset) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{42} }
+
+func (m *CSOSelectedItemPreset) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOSelectedItemPreset) GetClassId() uint32 {
+ if m != nil && m.ClassId != nil {
+ return *m.ClassId
+ }
+ return 0
+}
+
+func (m *CSOSelectedItemPreset) GetPresetId() uint32 {
+ if m != nil && m.PresetId != nil {
+ return *m.PresetId
+ }
+ return 0
+}
+
+type CMsgGCNameItemNotification struct {
+ PlayerSteamid *uint64 `protobuf:"fixed64,1,opt,name=player_steamid" json:"player_steamid,omitempty"`
+ ItemDefIndex *uint32 `protobuf:"varint,2,opt,name=item_def_index" json:"item_def_index,omitempty"`
+ ItemNameCustom *string `protobuf:"bytes,3,opt,name=item_name_custom" json:"item_name_custom,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCNameItemNotification) Reset() { *m = CMsgGCNameItemNotification{} }
+func (m *CMsgGCNameItemNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCNameItemNotification) ProtoMessage() {}
+func (*CMsgGCNameItemNotification) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{43} }
+
+func (m *CMsgGCNameItemNotification) GetPlayerSteamid() uint64 {
+ if m != nil && m.PlayerSteamid != nil {
+ return *m.PlayerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgGCNameItemNotification) GetItemDefIndex() uint32 {
+ if m != nil && m.ItemDefIndex != nil {
+ return *m.ItemDefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCNameItemNotification) GetItemNameCustom() string {
+ if m != nil && m.ItemNameCustom != nil {
+ return *m.ItemNameCustom
+ }
+ return ""
+}
+
+type CMsgGCClientDisplayNotification struct {
+ NotificationTitleLocalizationKey *string `protobuf:"bytes,1,opt,name=notification_title_localization_key" json:"notification_title_localization_key,omitempty"`
+ NotificationBodyLocalizationKey *string `protobuf:"bytes,2,opt,name=notification_body_localization_key" json:"notification_body_localization_key,omitempty"`
+ BodySubstringKeys []string `protobuf:"bytes,3,rep,name=body_substring_keys" json:"body_substring_keys,omitempty"`
+ BodySubstringValues []string `protobuf:"bytes,4,rep,name=body_substring_values" json:"body_substring_values,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCClientDisplayNotification) Reset() { *m = CMsgGCClientDisplayNotification{} }
+func (m *CMsgGCClientDisplayNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClientDisplayNotification) ProtoMessage() {}
+func (*CMsgGCClientDisplayNotification) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{44}
+}
+
+func (m *CMsgGCClientDisplayNotification) GetNotificationTitleLocalizationKey() string {
+ if m != nil && m.NotificationTitleLocalizationKey != nil {
+ return *m.NotificationTitleLocalizationKey
+ }
+ return ""
+}
+
+func (m *CMsgGCClientDisplayNotification) GetNotificationBodyLocalizationKey() string {
+ if m != nil && m.NotificationBodyLocalizationKey != nil {
+ return *m.NotificationBodyLocalizationKey
+ }
+ return ""
+}
+
+func (m *CMsgGCClientDisplayNotification) GetBodySubstringKeys() []string {
+ if m != nil {
+ return m.BodySubstringKeys
+ }
+ return nil
+}
+
+func (m *CMsgGCClientDisplayNotification) GetBodySubstringValues() []string {
+ if m != nil {
+ return m.BodySubstringValues
+ }
+ return nil
+}
+
+type CMsgGCShowItemsPickedUp struct {
+ PlayerSteamid *uint64 `protobuf:"fixed64,1,opt,name=player_steamid" json:"player_steamid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCShowItemsPickedUp) Reset() { *m = CMsgGCShowItemsPickedUp{} }
+func (m *CMsgGCShowItemsPickedUp) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCShowItemsPickedUp) ProtoMessage() {}
+func (*CMsgGCShowItemsPickedUp) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{45} }
+
+func (m *CMsgGCShowItemsPickedUp) GetPlayerSteamid() uint64 {
+ if m != nil && m.PlayerSteamid != nil {
+ return *m.PlayerSteamid
+ }
+ return 0
+}
+
+type CMsgGCIncrementKillCountResponse struct {
+ KillerAccountId *uint32 `protobuf:"varint,1,opt,name=killer_account_id" json:"killer_account_id,omitempty"`
+ NumKills *uint32 `protobuf:"varint,2,opt,name=num_kills" json:"num_kills,omitempty"`
+ ItemDef *uint32 `protobuf:"varint,3,opt,name=item_def" json:"item_def,omitempty"`
+ LevelType *uint32 `protobuf:"varint,4,opt,name=level_type" json:"level_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCIncrementKillCountResponse) Reset() { *m = CMsgGCIncrementKillCountResponse{} }
+func (m *CMsgGCIncrementKillCountResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCIncrementKillCountResponse) ProtoMessage() {}
+func (*CMsgGCIncrementKillCountResponse) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{46}
+}
+
+func (m *CMsgGCIncrementKillCountResponse) GetKillerAccountId() uint32 {
+ if m != nil && m.KillerAccountId != nil {
+ return *m.KillerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCIncrementKillCountResponse) GetNumKills() uint32 {
+ if m != nil && m.NumKills != nil {
+ return *m.NumKills
+ }
+ return 0
+}
+
+func (m *CMsgGCIncrementKillCountResponse) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CMsgGCIncrementKillCountResponse) GetLevelType() uint32 {
+ if m != nil && m.LevelType != nil {
+ return *m.LevelType
+ }
+ return 0
+}
+
+type CSOEconItemDropRateBonus struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ExpirationDate *uint32 `protobuf:"fixed32,2,opt,name=expiration_date" json:"expiration_date,omitempty"`
+ Bonus *float32 `protobuf:"fixed32,3,opt,name=bonus" json:"bonus,omitempty"`
+ BonusCount *uint32 `protobuf:"varint,4,opt,name=bonus_count" json:"bonus_count,omitempty"`
+ ItemId *uint64 `protobuf:"varint,5,opt,name=item_id" json:"item_id,omitempty"`
+ DefIndex *uint32 `protobuf:"varint,6,opt,name=def_index" json:"def_index,omitempty"`
+ SecondsLeft *uint32 `protobuf:"varint,7,opt,name=seconds_left" json:"seconds_left,omitempty"`
+ BoosterType *uint32 `protobuf:"varint,8,opt,name=booster_type" json:"booster_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemDropRateBonus) Reset() { *m = CSOEconItemDropRateBonus{} }
+func (m *CSOEconItemDropRateBonus) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemDropRateBonus) ProtoMessage() {}
+func (*CSOEconItemDropRateBonus) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{47} }
+
+func (m *CSOEconItemDropRateBonus) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetExpirationDate() uint32 {
+ if m != nil && m.ExpirationDate != nil {
+ return *m.ExpirationDate
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetBonus() float32 {
+ if m != nil && m.Bonus != nil {
+ return *m.Bonus
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetBonusCount() uint32 {
+ if m != nil && m.BonusCount != nil {
+ return *m.BonusCount
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetSecondsLeft() uint32 {
+ if m != nil && m.SecondsLeft != nil {
+ return *m.SecondsLeft
+ }
+ return 0
+}
+
+func (m *CSOEconItemDropRateBonus) GetBoosterType() uint32 {
+ if m != nil && m.BoosterType != nil {
+ return *m.BoosterType
+ }
+ return 0
+}
+
+type CSOEconItemLeagueViewPass struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ Itemindex *uint32 `protobuf:"varint,4,opt,name=itemindex" json:"itemindex,omitempty"`
+ GrantReason *uint32 `protobuf:"varint,5,opt,name=grant_reason" json:"grant_reason,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemLeagueViewPass) Reset() { *m = CSOEconItemLeagueViewPass{} }
+func (m *CSOEconItemLeagueViewPass) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemLeagueViewPass) ProtoMessage() {}
+func (*CSOEconItemLeagueViewPass) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{48} }
+
+func (m *CSOEconItemLeagueViewPass) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOEconItemLeagueViewPass) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CSOEconItemLeagueViewPass) GetItemindex() uint32 {
+ if m != nil && m.Itemindex != nil {
+ return *m.Itemindex
+ }
+ return 0
+}
+
+func (m *CSOEconItemLeagueViewPass) GetGrantReason() uint32 {
+ if m != nil && m.GrantReason != nil {
+ return *m.GrantReason
+ }
+ return 0
+}
+
+type CSOEconItemEventTicket struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ EventId *uint32 `protobuf:"varint,2,opt,name=event_id" json:"event_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,3,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemEventTicket) Reset() { *m = CSOEconItemEventTicket{} }
+func (m *CSOEconItemEventTicket) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemEventTicket) ProtoMessage() {}
+func (*CSOEconItemEventTicket) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{49} }
+
+func (m *CSOEconItemEventTicket) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOEconItemEventTicket) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CSOEconItemEventTicket) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CSOEconItemTournamentPassport struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,3,opt,name=item_id" json:"item_id,omitempty"`
+ OriginalPurchaserId *uint32 `protobuf:"varint,4,opt,name=original_purchaser_id" json:"original_purchaser_id,omitempty"`
+ PassportsBought *uint32 `protobuf:"varint,5,opt,name=passports_bought" json:"passports_bought,omitempty"`
+ Version *uint32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
+ DefIndex *uint32 `protobuf:"varint,7,opt,name=def_index" json:"def_index,omitempty"`
+ RewardFlags *uint32 `protobuf:"varint,8,opt,name=reward_flags" json:"reward_flags,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSOEconItemTournamentPassport) Reset() { *m = CSOEconItemTournamentPassport{} }
+func (m *CSOEconItemTournamentPassport) String() string { return proto.CompactTextString(m) }
+func (*CSOEconItemTournamentPassport) ProtoMessage() {}
+func (*CSOEconItemTournamentPassport) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{50} }
+
+func (m *CSOEconItemTournamentPassport) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetOriginalPurchaserId() uint32 {
+ if m != nil && m.OriginalPurchaserId != nil {
+ return *m.OriginalPurchaserId
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetPassportsBought() uint32 {
+ if m != nil && m.PassportsBought != nil {
+ return *m.PassportsBought
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CSOEconItemTournamentPassport) GetRewardFlags() uint32 {
+ if m != nil && m.RewardFlags != nil {
+ return *m.RewardFlags
+ }
+ return 0
+}
+
+type CMsgGCItemPreviewItemBoughtNotification struct {
+ ItemDefIndex *uint32 `protobuf:"varint,1,opt,name=item_def_index" json:"item_def_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemPreviewItemBoughtNotification) Reset() {
+ *m = CMsgGCItemPreviewItemBoughtNotification{}
+}
+func (m *CMsgGCItemPreviewItemBoughtNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemPreviewItemBoughtNotification) ProtoMessage() {}
+func (*CMsgGCItemPreviewItemBoughtNotification) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{51}
+}
+
+func (m *CMsgGCItemPreviewItemBoughtNotification) GetItemDefIndex() uint32 {
+ if m != nil && m.ItemDefIndex != nil {
+ return *m.ItemDefIndex
+ }
+ return 0
+}
+
+type CMsgGCStorePurchaseCancel struct {
+ TxnId *uint64 `protobuf:"varint,1,opt,name=txn_id" json:"txn_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCStorePurchaseCancel) Reset() { *m = CMsgGCStorePurchaseCancel{} }
+func (m *CMsgGCStorePurchaseCancel) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCStorePurchaseCancel) ProtoMessage() {}
+func (*CMsgGCStorePurchaseCancel) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{52} }
+
+func (m *CMsgGCStorePurchaseCancel) GetTxnId() uint64 {
+ if m != nil && m.TxnId != nil {
+ return *m.TxnId
+ }
+ return 0
+}
+
+type CMsgGCStorePurchaseCancelResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCStorePurchaseCancelResponse) Reset() { *m = CMsgGCStorePurchaseCancelResponse{} }
+func (m *CMsgGCStorePurchaseCancelResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage() {}
+func (*CMsgGCStorePurchaseCancelResponse) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{53}
+}
+
+func (m *CMsgGCStorePurchaseCancelResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgGCStorePurchaseFinalize struct {
+ TxnId *uint64 `protobuf:"varint,1,opt,name=txn_id" json:"txn_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCStorePurchaseFinalize) Reset() { *m = CMsgGCStorePurchaseFinalize{} }
+func (m *CMsgGCStorePurchaseFinalize) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCStorePurchaseFinalize) ProtoMessage() {}
+func (*CMsgGCStorePurchaseFinalize) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{54} }
+
+func (m *CMsgGCStorePurchaseFinalize) GetTxnId() uint64 {
+ if m != nil && m.TxnId != nil {
+ return *m.TxnId
+ }
+ return 0
+}
+
+type CMsgGCStorePurchaseFinalizeResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ ItemIds []uint64 `protobuf:"varint,2,rep,name=item_ids" json:"item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCStorePurchaseFinalizeResponse) Reset() { *m = CMsgGCStorePurchaseFinalizeResponse{} }
+func (m *CMsgGCStorePurchaseFinalizeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCStorePurchaseFinalizeResponse) ProtoMessage() {}
+func (*CMsgGCStorePurchaseFinalizeResponse) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{55}
+}
+
+func (m *CMsgGCStorePurchaseFinalizeResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgGCStorePurchaseFinalizeResponse) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+type CMsgGCBannedWordListRequest struct {
+ BanListGroupId *uint32 `protobuf:"varint,1,opt,name=ban_list_group_id" json:"ban_list_group_id,omitempty"`
+ WordId *uint32 `protobuf:"varint,2,opt,name=word_id" json:"word_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCBannedWordListRequest) Reset() { *m = CMsgGCBannedWordListRequest{} }
+func (m *CMsgGCBannedWordListRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCBannedWordListRequest) ProtoMessage() {}
+func (*CMsgGCBannedWordListRequest) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{56} }
+
+func (m *CMsgGCBannedWordListRequest) GetBanListGroupId() uint32 {
+ if m != nil && m.BanListGroupId != nil {
+ return *m.BanListGroupId
+ }
+ return 0
+}
+
+func (m *CMsgGCBannedWordListRequest) GetWordId() uint32 {
+ if m != nil && m.WordId != nil {
+ return *m.WordId
+ }
+ return 0
+}
+
+type CMsgGCBannedWord struct {
+ WordId *uint32 `protobuf:"varint,1,opt,name=word_id" json:"word_id,omitempty"`
+ WordType *GC_BannedWordType `protobuf:"varint,2,opt,name=word_type,enum=GC_BannedWordType,def=0" json:"word_type,omitempty"`
+ Word *string `protobuf:"bytes,3,opt,name=word" json:"word,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCBannedWord) Reset() { *m = CMsgGCBannedWord{} }
+func (m *CMsgGCBannedWord) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCBannedWord) ProtoMessage() {}
+func (*CMsgGCBannedWord) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{57} }
+
+const Default_CMsgGCBannedWord_WordType GC_BannedWordType = GC_BannedWordType_GC_BANNED_WORD_DISABLE_WORD
+
+func (m *CMsgGCBannedWord) GetWordId() uint32 {
+ if m != nil && m.WordId != nil {
+ return *m.WordId
+ }
+ return 0
+}
+
+func (m *CMsgGCBannedWord) GetWordType() GC_BannedWordType {
+ if m != nil && m.WordType != nil {
+ return *m.WordType
+ }
+ return Default_CMsgGCBannedWord_WordType
+}
+
+func (m *CMsgGCBannedWord) GetWord() string {
+ if m != nil && m.Word != nil {
+ return *m.Word
+ }
+ return ""
+}
+
+type CMsgGCBannedWordListResponse struct {
+ BanListGroupId *uint32 `protobuf:"varint,1,opt,name=ban_list_group_id" json:"ban_list_group_id,omitempty"`
+ WordList []*CMsgGCBannedWord `protobuf:"bytes,2,rep,name=word_list" json:"word_list,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCBannedWordListResponse) Reset() { *m = CMsgGCBannedWordListResponse{} }
+func (m *CMsgGCBannedWordListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCBannedWordListResponse) ProtoMessage() {}
+func (*CMsgGCBannedWordListResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{58} }
+
+func (m *CMsgGCBannedWordListResponse) GetBanListGroupId() uint32 {
+ if m != nil && m.BanListGroupId != nil {
+ return *m.BanListGroupId
+ }
+ return 0
+}
+
+func (m *CMsgGCBannedWordListResponse) GetWordList() []*CMsgGCBannedWord {
+ if m != nil {
+ return m.WordList
+ }
+ return nil
+}
+
+type CMsgGCToGCBannedWordListBroadcast struct {
+ Broadcast *CMsgGCBannedWordListResponse `protobuf:"bytes,1,opt,name=broadcast" json:"broadcast,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCBannedWordListBroadcast) Reset() { *m = CMsgGCToGCBannedWordListBroadcast{} }
+func (m *CMsgGCToGCBannedWordListBroadcast) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCBannedWordListBroadcast) ProtoMessage() {}
+func (*CMsgGCToGCBannedWordListBroadcast) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{59}
+}
+
+func (m *CMsgGCToGCBannedWordListBroadcast) GetBroadcast() *CMsgGCBannedWordListResponse {
+ if m != nil {
+ return m.Broadcast
+ }
+ return nil
+}
+
+type CMsgGCToGCBannedWordListUpdated struct {
+ GroupId *uint32 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCBannedWordListUpdated) Reset() { *m = CMsgGCToGCBannedWordListUpdated{} }
+func (m *CMsgGCToGCBannedWordListUpdated) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCBannedWordListUpdated) ProtoMessage() {}
+func (*CMsgGCToGCBannedWordListUpdated) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{60}
+}
+
+func (m *CMsgGCToGCBannedWordListUpdated) GetGroupId() uint32 {
+ if m != nil && m.GroupId != nil {
+ return *m.GroupId
+ }
+ return 0
+}
+
+type CMsgGCToGCDirtySDOCache struct {
+ SdoType *uint32 `protobuf:"varint,1,opt,name=sdo_type" json:"sdo_type,omitempty"`
+ KeyUint64 *uint64 `protobuf:"varint,2,opt,name=key_uint64" json:"key_uint64,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCDirtySDOCache) Reset() { *m = CMsgGCToGCDirtySDOCache{} }
+func (m *CMsgGCToGCDirtySDOCache) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCDirtySDOCache) ProtoMessage() {}
+func (*CMsgGCToGCDirtySDOCache) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{61} }
+
+func (m *CMsgGCToGCDirtySDOCache) GetSdoType() uint32 {
+ if m != nil && m.SdoType != nil {
+ return *m.SdoType
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCDirtySDOCache) GetKeyUint64() uint64 {
+ if m != nil && m.KeyUint64 != nil {
+ return *m.KeyUint64
+ }
+ return 0
+}
+
+type CMsgGCToGCDirtyMultipleSDOCache struct {
+ SdoType *uint32 `protobuf:"varint,1,opt,name=sdo_type" json:"sdo_type,omitempty"`
+ KeyUint64 []uint64 `protobuf:"varint,2,rep,name=key_uint64" json:"key_uint64,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCDirtyMultipleSDOCache) Reset() { *m = CMsgGCToGCDirtyMultipleSDOCache{} }
+func (m *CMsgGCToGCDirtyMultipleSDOCache) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCDirtyMultipleSDOCache) ProtoMessage() {}
+func (*CMsgGCToGCDirtyMultipleSDOCache) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{62}
+}
+
+func (m *CMsgGCToGCDirtyMultipleSDOCache) GetSdoType() uint32 {
+ if m != nil && m.SdoType != nil {
+ return *m.SdoType
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCDirtyMultipleSDOCache) GetKeyUint64() []uint64 {
+ if m != nil {
+ return m.KeyUint64
+ }
+ return nil
+}
+
+type CMsgGCToGCApplyLocalizationDiff struct {
+ Language *uint32 `protobuf:"varint,1,opt,name=language" json:"language,omitempty"`
+ PackedDiff *string `protobuf:"bytes,2,opt,name=packed_diff" json:"packed_diff,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCApplyLocalizationDiff) Reset() { *m = CMsgGCToGCApplyLocalizationDiff{} }
+func (m *CMsgGCToGCApplyLocalizationDiff) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCApplyLocalizationDiff) ProtoMessage() {}
+func (*CMsgGCToGCApplyLocalizationDiff) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{63}
+}
+
+func (m *CMsgGCToGCApplyLocalizationDiff) GetLanguage() uint32 {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCApplyLocalizationDiff) GetPackedDiff() string {
+ if m != nil && m.PackedDiff != nil {
+ return *m.PackedDiff
+ }
+ return ""
+}
+
+type CMsgGCToGCApplyLocalizationDiffResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCApplyLocalizationDiffResponse) Reset() {
+ *m = CMsgGCToGCApplyLocalizationDiffResponse{}
+}
+func (m *CMsgGCToGCApplyLocalizationDiffResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCApplyLocalizationDiffResponse) ProtoMessage() {}
+func (*CMsgGCToGCApplyLocalizationDiffResponse) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{64}
+}
+
+func (m *CMsgGCToGCApplyLocalizationDiffResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+type CMsgGCCollectItem struct {
+ CollectionItemId *uint64 `protobuf:"varint,1,opt,name=collection_item_id" json:"collection_item_id,omitempty"`
+ SubjectItemId *uint64 `protobuf:"varint,2,opt,name=subject_item_id" json:"subject_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCCollectItem) Reset() { *m = CMsgGCCollectItem{} }
+func (m *CMsgGCCollectItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCCollectItem) ProtoMessage() {}
+func (*CMsgGCCollectItem) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{65} }
+
+func (m *CMsgGCCollectItem) GetCollectionItemId() uint64 {
+ if m != nil && m.CollectionItemId != nil {
+ return *m.CollectionItemId
+ }
+ return 0
+}
+
+func (m *CMsgGCCollectItem) GetSubjectItemId() uint64 {
+ if m != nil && m.SubjectItemId != nil {
+ return *m.SubjectItemId
+ }
+ return 0
+}
+
+type CMsgSDONoMemcached struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSDONoMemcached) Reset() { *m = CMsgSDONoMemcached{} }
+func (m *CMsgSDONoMemcached) String() string { return proto.CompactTextString(m) }
+func (*CMsgSDONoMemcached) ProtoMessage() {}
+func (*CMsgSDONoMemcached) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{66} }
+
+type CMsgGCToGCUpdateSQLKeyValue struct {
+ KeyName *string `protobuf:"bytes,1,opt,name=key_name" json:"key_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCUpdateSQLKeyValue) Reset() { *m = CMsgGCToGCUpdateSQLKeyValue{} }
+func (m *CMsgGCToGCUpdateSQLKeyValue) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCUpdateSQLKeyValue) ProtoMessage() {}
+func (*CMsgGCToGCUpdateSQLKeyValue) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{67} }
+
+func (m *CMsgGCToGCUpdateSQLKeyValue) GetKeyName() string {
+ if m != nil && m.KeyName != nil {
+ return *m.KeyName
+ }
+ return ""
+}
+
+type CMsgGCToGCBroadcastConsoleCommand struct {
+ ConCommand *string `protobuf:"bytes,1,opt,name=con_command" json:"con_command,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCBroadcastConsoleCommand) Reset() { *m = CMsgGCToGCBroadcastConsoleCommand{} }
+func (m *CMsgGCToGCBroadcastConsoleCommand) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCBroadcastConsoleCommand) ProtoMessage() {}
+func (*CMsgGCToGCBroadcastConsoleCommand) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{68}
+}
+
+func (m *CMsgGCToGCBroadcastConsoleCommand) GetConCommand() string {
+ if m != nil && m.ConCommand != nil {
+ return *m.ConCommand
+ }
+ return ""
+}
+
+type CMsgGCServerVersionUpdated struct {
+ ServerVersion *uint32 `protobuf:"varint,1,opt,name=server_version" json:"server_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCServerVersionUpdated) Reset() { *m = CMsgGCServerVersionUpdated{} }
+func (m *CMsgGCServerVersionUpdated) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCServerVersionUpdated) ProtoMessage() {}
+func (*CMsgGCServerVersionUpdated) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{69} }
+
+func (m *CMsgGCServerVersionUpdated) GetServerVersion() uint32 {
+ if m != nil && m.ServerVersion != nil {
+ return *m.ServerVersion
+ }
+ return 0
+}
+
+type CMsgGCClientVersionUpdated struct {
+ ClientVersion *uint32 `protobuf:"varint,1,opt,name=client_version" json:"client_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCClientVersionUpdated) Reset() { *m = CMsgGCClientVersionUpdated{} }
+func (m *CMsgGCClientVersionUpdated) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClientVersionUpdated) ProtoMessage() {}
+func (*CMsgGCClientVersionUpdated) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{70} }
+
+func (m *CMsgGCClientVersionUpdated) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+type CMsgGCToGCWebAPIAccountChanged struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCWebAPIAccountChanged) Reset() { *m = CMsgGCToGCWebAPIAccountChanged{} }
+func (m *CMsgGCToGCWebAPIAccountChanged) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCWebAPIAccountChanged) ProtoMessage() {}
+func (*CMsgGCToGCWebAPIAccountChanged) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{71} }
+
+type CMsgRecipeComponent struct {
+ SubjectItemId *uint64 `protobuf:"varint,1,opt,name=subject_item_id" json:"subject_item_id,omitempty"`
+ AttributeIndex *uint64 `protobuf:"varint,2,opt,name=attribute_index" json:"attribute_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRecipeComponent) Reset() { *m = CMsgRecipeComponent{} }
+func (m *CMsgRecipeComponent) String() string { return proto.CompactTextString(m) }
+func (*CMsgRecipeComponent) ProtoMessage() {}
+func (*CMsgRecipeComponent) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{72} }
+
+func (m *CMsgRecipeComponent) GetSubjectItemId() uint64 {
+ if m != nil && m.SubjectItemId != nil {
+ return *m.SubjectItemId
+ }
+ return 0
+}
+
+func (m *CMsgRecipeComponent) GetAttributeIndex() uint64 {
+ if m != nil && m.AttributeIndex != nil {
+ return *m.AttributeIndex
+ }
+ return 0
+}
+
+type CMsgFulfillDynamicRecipeComponent struct {
+ ToolItemId *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"`
+ ConsumptionComponents []*CMsgRecipeComponent `protobuf:"bytes,2,rep,name=consumption_components" json:"consumption_components,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgFulfillDynamicRecipeComponent) Reset() { *m = CMsgFulfillDynamicRecipeComponent{} }
+func (m *CMsgFulfillDynamicRecipeComponent) String() string { return proto.CompactTextString(m) }
+func (*CMsgFulfillDynamicRecipeComponent) ProtoMessage() {}
+func (*CMsgFulfillDynamicRecipeComponent) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{73}
+}
+
+func (m *CMsgFulfillDynamicRecipeComponent) GetToolItemId() uint64 {
+ if m != nil && m.ToolItemId != nil {
+ return *m.ToolItemId
+ }
+ return 0
+}
+
+func (m *CMsgFulfillDynamicRecipeComponent) GetConsumptionComponents() []*CMsgRecipeComponent {
+ if m != nil {
+ return m.ConsumptionComponents
+ }
+ return nil
+}
+
+type CMsgGCClientMarketDataRequest struct {
+ UserCurrency *uint32 `protobuf:"varint,1,opt,name=user_currency" json:"user_currency,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCClientMarketDataRequest) Reset() { *m = CMsgGCClientMarketDataRequest{} }
+func (m *CMsgGCClientMarketDataRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClientMarketDataRequest) ProtoMessage() {}
+func (*CMsgGCClientMarketDataRequest) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{74} }
+
+func (m *CMsgGCClientMarketDataRequest) GetUserCurrency() uint32 {
+ if m != nil && m.UserCurrency != nil {
+ return *m.UserCurrency
+ }
+ return 0
+}
+
+type CMsgGCClientMarketDataEntry struct {
+ ItemDefIndex *uint32 `protobuf:"varint,1,opt,name=item_def_index" json:"item_def_index,omitempty"`
+ ItemQuality *uint32 `protobuf:"varint,2,opt,name=item_quality" json:"item_quality,omitempty"`
+ ItemSellListings *uint32 `protobuf:"varint,3,opt,name=item_sell_listings" json:"item_sell_listings,omitempty"`
+ PriceInLocalCurrency *uint32 `protobuf:"varint,4,opt,name=price_in_local_currency" json:"price_in_local_currency,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCClientMarketDataEntry) Reset() { *m = CMsgGCClientMarketDataEntry{} }
+func (m *CMsgGCClientMarketDataEntry) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClientMarketDataEntry) ProtoMessage() {}
+func (*CMsgGCClientMarketDataEntry) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{75} }
+
+func (m *CMsgGCClientMarketDataEntry) GetItemDefIndex() uint32 {
+ if m != nil && m.ItemDefIndex != nil {
+ return *m.ItemDefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCClientMarketDataEntry) GetItemQuality() uint32 {
+ if m != nil && m.ItemQuality != nil {
+ return *m.ItemQuality
+ }
+ return 0
+}
+
+func (m *CMsgGCClientMarketDataEntry) GetItemSellListings() uint32 {
+ if m != nil && m.ItemSellListings != nil {
+ return *m.ItemSellListings
+ }
+ return 0
+}
+
+func (m *CMsgGCClientMarketDataEntry) GetPriceInLocalCurrency() uint32 {
+ if m != nil && m.PriceInLocalCurrency != nil {
+ return *m.PriceInLocalCurrency
+ }
+ return 0
+}
+
+type CMsgGCClientMarketData struct {
+ Entries []*CMsgGCClientMarketDataEntry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCClientMarketData) Reset() { *m = CMsgGCClientMarketData{} }
+func (m *CMsgGCClientMarketData) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClientMarketData) ProtoMessage() {}
+func (*CMsgGCClientMarketData) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{76} }
+
+func (m *CMsgGCClientMarketData) GetEntries() []*CMsgGCClientMarketDataEntry {
+ if m != nil {
+ return m.Entries
+ }
+ return nil
+}
+
+type CMsgExtractGems struct {
+ ToolItemId *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"`
+ ItemItemId *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ ItemSocketId *uint32 `protobuf:"varint,3,opt,name=item_socket_id,def=65535" json:"item_socket_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgExtractGems) Reset() { *m = CMsgExtractGems{} }
+func (m *CMsgExtractGems) String() string { return proto.CompactTextString(m) }
+func (*CMsgExtractGems) ProtoMessage() {}
+func (*CMsgExtractGems) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{77} }
+
+const Default_CMsgExtractGems_ItemSocketId uint32 = 65535
+
+func (m *CMsgExtractGems) GetToolItemId() uint64 {
+ if m != nil && m.ToolItemId != nil {
+ return *m.ToolItemId
+ }
+ return 0
+}
+
+func (m *CMsgExtractGems) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+func (m *CMsgExtractGems) GetItemSocketId() uint32 {
+ if m != nil && m.ItemSocketId != nil {
+ return *m.ItemSocketId
+ }
+ return Default_CMsgExtractGems_ItemSocketId
+}
+
+type CMsgExtractGemsResponse struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ Response *CMsgExtractGemsResponse_EExtractGems `protobuf:"varint,2,opt,name=response,enum=CMsgExtractGemsResponse_EExtractGems,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgExtractGemsResponse) Reset() { *m = CMsgExtractGemsResponse{} }
+func (m *CMsgExtractGemsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgExtractGemsResponse) ProtoMessage() {}
+func (*CMsgExtractGemsResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{78} }
+
+const Default_CMsgExtractGemsResponse_Response CMsgExtractGemsResponse_EExtractGems = CMsgExtractGemsResponse_k_ExtractGems_Succeeded
+
+func (m *CMsgExtractGemsResponse) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgExtractGemsResponse) GetResponse() CMsgExtractGemsResponse_EExtractGems {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgExtractGemsResponse_Response
+}
+
+type CMsgAddSocket struct {
+ ToolItemId *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"`
+ ItemItemId *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ Unusual *bool `protobuf:"varint,3,opt,name=unusual" json:"unusual,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAddSocket) Reset() { *m = CMsgAddSocket{} }
+func (m *CMsgAddSocket) String() string { return proto.CompactTextString(m) }
+func (*CMsgAddSocket) ProtoMessage() {}
+func (*CMsgAddSocket) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{79} }
+
+func (m *CMsgAddSocket) GetToolItemId() uint64 {
+ if m != nil && m.ToolItemId != nil {
+ return *m.ToolItemId
+ }
+ return 0
+}
+
+func (m *CMsgAddSocket) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+func (m *CMsgAddSocket) GetUnusual() bool {
+ if m != nil && m.Unusual != nil {
+ return *m.Unusual
+ }
+ return false
+}
+
+type CMsgAddSocketResponse struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ UpdatedSocketIndex []uint32 `protobuf:"varint,2,rep,name=updated_socket_index" json:"updated_socket_index,omitempty"`
+ Response *CMsgAddSocketResponse_EAddSocket `protobuf:"varint,3,opt,name=response,enum=CMsgAddSocketResponse_EAddSocket,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAddSocketResponse) Reset() { *m = CMsgAddSocketResponse{} }
+func (m *CMsgAddSocketResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgAddSocketResponse) ProtoMessage() {}
+func (*CMsgAddSocketResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{80} }
+
+const Default_CMsgAddSocketResponse_Response CMsgAddSocketResponse_EAddSocket = CMsgAddSocketResponse_k_AddSocket_Succeeded
+
+func (m *CMsgAddSocketResponse) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgAddSocketResponse) GetUpdatedSocketIndex() []uint32 {
+ if m != nil {
+ return m.UpdatedSocketIndex
+ }
+ return nil
+}
+
+func (m *CMsgAddSocketResponse) GetResponse() CMsgAddSocketResponse_EAddSocket {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgAddSocketResponse_Response
+}
+
+type CMsgAddItemToSocketData struct {
+ GemItemId *uint64 `protobuf:"varint,1,opt,name=gem_item_id" json:"gem_item_id,omitempty"`
+ SocketIndex *uint32 `protobuf:"varint,2,opt,name=socket_index" json:"socket_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAddItemToSocketData) Reset() { *m = CMsgAddItemToSocketData{} }
+func (m *CMsgAddItemToSocketData) String() string { return proto.CompactTextString(m) }
+func (*CMsgAddItemToSocketData) ProtoMessage() {}
+func (*CMsgAddItemToSocketData) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{81} }
+
+func (m *CMsgAddItemToSocketData) GetGemItemId() uint64 {
+ if m != nil && m.GemItemId != nil {
+ return *m.GemItemId
+ }
+ return 0
+}
+
+func (m *CMsgAddItemToSocketData) GetSocketIndex() uint32 {
+ if m != nil && m.SocketIndex != nil {
+ return *m.SocketIndex
+ }
+ return 0
+}
+
+type CMsgAddItemToSocket struct {
+ ItemItemId *uint64 `protobuf:"varint,1,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ GemsToSocket []*CMsgAddItemToSocketData `protobuf:"bytes,2,rep,name=gems_to_socket" json:"gems_to_socket,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAddItemToSocket) Reset() { *m = CMsgAddItemToSocket{} }
+func (m *CMsgAddItemToSocket) String() string { return proto.CompactTextString(m) }
+func (*CMsgAddItemToSocket) ProtoMessage() {}
+func (*CMsgAddItemToSocket) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{82} }
+
+func (m *CMsgAddItemToSocket) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+func (m *CMsgAddItemToSocket) GetGemsToSocket() []*CMsgAddItemToSocketData {
+ if m != nil {
+ return m.GemsToSocket
+ }
+ return nil
+}
+
+type CMsgAddItemToSocketResponse struct {
+ ItemItemId *uint64 `protobuf:"varint,1,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ UpdatedSocketIndex []uint32 `protobuf:"varint,2,rep,name=updated_socket_index" json:"updated_socket_index,omitempty"`
+ Response *CMsgAddItemToSocketResponse_EAddGem `protobuf:"varint,3,opt,name=response,enum=CMsgAddItemToSocketResponse_EAddGem,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAddItemToSocketResponse) Reset() { *m = CMsgAddItemToSocketResponse{} }
+func (m *CMsgAddItemToSocketResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgAddItemToSocketResponse) ProtoMessage() {}
+func (*CMsgAddItemToSocketResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{83} }
+
+const Default_CMsgAddItemToSocketResponse_Response CMsgAddItemToSocketResponse_EAddGem = CMsgAddItemToSocketResponse_k_AddGem_Succeeded
+
+func (m *CMsgAddItemToSocketResponse) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+func (m *CMsgAddItemToSocketResponse) GetUpdatedSocketIndex() []uint32 {
+ if m != nil {
+ return m.UpdatedSocketIndex
+ }
+ return nil
+}
+
+func (m *CMsgAddItemToSocketResponse) GetResponse() CMsgAddItemToSocketResponse_EAddGem {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgAddItemToSocketResponse_Response
+}
+
+type CMsgResetStrangeGemCount struct {
+ ItemItemId *uint64 `protobuf:"varint,1,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ SocketIndex *uint32 `protobuf:"varint,2,opt,name=socket_index" json:"socket_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgResetStrangeGemCount) Reset() { *m = CMsgResetStrangeGemCount{} }
+func (m *CMsgResetStrangeGemCount) String() string { return proto.CompactTextString(m) }
+func (*CMsgResetStrangeGemCount) ProtoMessage() {}
+func (*CMsgResetStrangeGemCount) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{84} }
+
+func (m *CMsgResetStrangeGemCount) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+func (m *CMsgResetStrangeGemCount) GetSocketIndex() uint32 {
+ if m != nil && m.SocketIndex != nil {
+ return *m.SocketIndex
+ }
+ return 0
+}
+
+type CMsgResetStrangeGemCountResponse struct {
+ Response *CMsgResetStrangeGemCountResponse_EResetGem `protobuf:"varint,1,opt,name=response,enum=CMsgResetStrangeGemCountResponse_EResetGem,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgResetStrangeGemCountResponse) Reset() { *m = CMsgResetStrangeGemCountResponse{} }
+func (m *CMsgResetStrangeGemCountResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgResetStrangeGemCountResponse) ProtoMessage() {}
+func (*CMsgResetStrangeGemCountResponse) Descriptor() ([]byte, []int) {
+ return base_fileDescriptor0, []int{85}
+}
+
+const Default_CMsgResetStrangeGemCountResponse_Response CMsgResetStrangeGemCountResponse_EResetGem = CMsgResetStrangeGemCountResponse_k_ResetGem_Succeeded
+
+func (m *CMsgResetStrangeGemCountResponse) GetResponse() CMsgResetStrangeGemCountResponse_EResetGem {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgResetStrangeGemCountResponse_Response
+}
+
+func init() {
+ proto.RegisterType((*CGCStorePurchaseInit_LineItem)(nil), "CGCStorePurchaseInit_LineItem")
+ proto.RegisterType((*CMsgGCStorePurchaseInit)(nil), "CMsgGCStorePurchaseInit")
+ proto.RegisterType((*CMsgGCStorePurchaseInitResponse)(nil), "CMsgGCStorePurchaseInitResponse")
+ proto.RegisterType((*CMsgSystemBroadcast)(nil), "CMsgSystemBroadcast")
+ proto.RegisterType((*CMsgClientPingData)(nil), "CMsgClientPingData")
+ proto.RegisterType((*CMsgInviteToParty)(nil), "CMsgInviteToParty")
+ proto.RegisterType((*CMsgInviteToLobby)(nil), "CMsgInviteToLobby")
+ proto.RegisterType((*CMsgInvitationCreated)(nil), "CMsgInvitationCreated")
+ proto.RegisterType((*CMsgPartyInviteResponse)(nil), "CMsgPartyInviteResponse")
+ proto.RegisterType((*CMsgLobbyInviteResponse)(nil), "CMsgLobbyInviteResponse")
+ proto.RegisterType((*CMsgKickFromParty)(nil), "CMsgKickFromParty")
+ proto.RegisterType((*CMsgLeaveParty)(nil), "CMsgLeaveParty")
+ proto.RegisterType((*CMsgCustomGameInstallStatus)(nil), "CMsgCustomGameInstallStatus")
+ proto.RegisterType((*CMsgServerAvailable)(nil), "CMsgServerAvailable")
+ proto.RegisterType((*CMsgLANServerAvailable)(nil), "CMsgLANServerAvailable")
+ proto.RegisterType((*CSOEconGameAccountClient)(nil), "CSOEconGameAccountClient")
+ proto.RegisterType((*CSOItemCriteriaCondition)(nil), "CSOItemCriteriaCondition")
+ proto.RegisterType((*CSOItemCriteria)(nil), "CSOItemCriteria")
+ proto.RegisterType((*CSOItemRecipe)(nil), "CSOItemRecipe")
+ proto.RegisterType((*CMsgApplyStrangePart)(nil), "CMsgApplyStrangePart")
+ proto.RegisterType((*CMsgApplyPennantUpgrade)(nil), "CMsgApplyPennantUpgrade")
+ proto.RegisterType((*CMsgApplyEggEssence)(nil), "CMsgApplyEggEssence")
+ proto.RegisterType((*CSOEconItemAttribute)(nil), "CSOEconItemAttribute")
+ proto.RegisterType((*CSOEconItemEquipped)(nil), "CSOEconItemEquipped")
+ proto.RegisterType((*CSOEconItem)(nil), "CSOEconItem")
+ proto.RegisterType((*CMsgSortItems)(nil), "CMsgSortItems")
+ proto.RegisterType((*CSOEconClaimCode)(nil), "CSOEconClaimCode")
+ proto.RegisterType((*CMsgStoreGetUserData)(nil), "CMsgStoreGetUserData")
+ proto.RegisterType((*CMsgStoreGetUserDataResponse)(nil), "CMsgStoreGetUserDataResponse")
+ proto.RegisterType((*CMsgUpdateItemSchema)(nil), "CMsgUpdateItemSchema")
+ proto.RegisterType((*CMsgGCError)(nil), "CMsgGCError")
+ proto.RegisterType((*CMsgRequestInventoryRefresh)(nil), "CMsgRequestInventoryRefresh")
+ proto.RegisterType((*CMsgConVarValue)(nil), "CMsgConVarValue")
+ proto.RegisterType((*CMsgReplicateConVars)(nil), "CMsgReplicateConVars")
+ proto.RegisterType((*CMsgReplayUploadedToYouTube)(nil), "CMsgReplayUploadedToYouTube")
+ proto.RegisterType((*CMsgConsumableExhausted)(nil), "CMsgConsumableExhausted")
+ proto.RegisterType((*CMsgItemAcknowledged)(nil), "CMsgItemAcknowledged")
+ proto.RegisterType((*CMsgSetPresetItemPosition)(nil), "CMsgSetPresetItemPosition")
+ proto.RegisterType((*CMsgSetItemPositions)(nil), "CMsgSetItemPositions")
+ proto.RegisterType((*CMsgSetItemPositions_ItemPosition)(nil), "CMsgSetItemPositions.ItemPosition")
+ proto.RegisterType((*CSOEconItemPresetInstance)(nil), "CSOEconItemPresetInstance")
+ proto.RegisterType((*CMsgSelectItemPresetForClass)(nil), "CMsgSelectItemPresetForClass")
+ proto.RegisterType((*CMsgSelectItemPresetForClassReply)(nil), "CMsgSelectItemPresetForClassReply")
+ proto.RegisterType((*CSOSelectedItemPreset)(nil), "CSOSelectedItemPreset")
+ proto.RegisterType((*CMsgGCNameItemNotification)(nil), "CMsgGCNameItemNotification")
+ proto.RegisterType((*CMsgGCClientDisplayNotification)(nil), "CMsgGCClientDisplayNotification")
+ proto.RegisterType((*CMsgGCShowItemsPickedUp)(nil), "CMsgGCShowItemsPickedUp")
+ proto.RegisterType((*CMsgGCIncrementKillCountResponse)(nil), "CMsgGCIncrementKillCountResponse")
+ proto.RegisterType((*CSOEconItemDropRateBonus)(nil), "CSOEconItemDropRateBonus")
+ proto.RegisterType((*CSOEconItemLeagueViewPass)(nil), "CSOEconItemLeagueViewPass")
+ proto.RegisterType((*CSOEconItemEventTicket)(nil), "CSOEconItemEventTicket")
+ proto.RegisterType((*CSOEconItemTournamentPassport)(nil), "CSOEconItemTournamentPassport")
+ proto.RegisterType((*CMsgGCItemPreviewItemBoughtNotification)(nil), "CMsgGCItemPreviewItemBoughtNotification")
+ proto.RegisterType((*CMsgGCStorePurchaseCancel)(nil), "CMsgGCStorePurchaseCancel")
+ proto.RegisterType((*CMsgGCStorePurchaseCancelResponse)(nil), "CMsgGCStorePurchaseCancelResponse")
+ proto.RegisterType((*CMsgGCStorePurchaseFinalize)(nil), "CMsgGCStorePurchaseFinalize")
+ proto.RegisterType((*CMsgGCStorePurchaseFinalizeResponse)(nil), "CMsgGCStorePurchaseFinalizeResponse")
+ proto.RegisterType((*CMsgGCBannedWordListRequest)(nil), "CMsgGCBannedWordListRequest")
+ proto.RegisterType((*CMsgGCBannedWord)(nil), "CMsgGCBannedWord")
+ proto.RegisterType((*CMsgGCBannedWordListResponse)(nil), "CMsgGCBannedWordListResponse")
+ proto.RegisterType((*CMsgGCToGCBannedWordListBroadcast)(nil), "CMsgGCToGCBannedWordListBroadcast")
+ proto.RegisterType((*CMsgGCToGCBannedWordListUpdated)(nil), "CMsgGCToGCBannedWordListUpdated")
+ proto.RegisterType((*CMsgGCToGCDirtySDOCache)(nil), "CMsgGCToGCDirtySDOCache")
+ proto.RegisterType((*CMsgGCToGCDirtyMultipleSDOCache)(nil), "CMsgGCToGCDirtyMultipleSDOCache")
+ proto.RegisterType((*CMsgGCToGCApplyLocalizationDiff)(nil), "CMsgGCToGCApplyLocalizationDiff")
+ proto.RegisterType((*CMsgGCToGCApplyLocalizationDiffResponse)(nil), "CMsgGCToGCApplyLocalizationDiffResponse")
+ proto.RegisterType((*CMsgGCCollectItem)(nil), "CMsgGCCollectItem")
+ proto.RegisterType((*CMsgSDONoMemcached)(nil), "CMsgSDONoMemcached")
+ proto.RegisterType((*CMsgGCToGCUpdateSQLKeyValue)(nil), "CMsgGCToGCUpdateSQLKeyValue")
+ proto.RegisterType((*CMsgGCToGCBroadcastConsoleCommand)(nil), "CMsgGCToGCBroadcastConsoleCommand")
+ proto.RegisterType((*CMsgGCServerVersionUpdated)(nil), "CMsgGCServerVersionUpdated")
+ proto.RegisterType((*CMsgGCClientVersionUpdated)(nil), "CMsgGCClientVersionUpdated")
+ proto.RegisterType((*CMsgGCToGCWebAPIAccountChanged)(nil), "CMsgGCToGCWebAPIAccountChanged")
+ proto.RegisterType((*CMsgRecipeComponent)(nil), "CMsgRecipeComponent")
+ proto.RegisterType((*CMsgFulfillDynamicRecipeComponent)(nil), "CMsgFulfillDynamicRecipeComponent")
+ proto.RegisterType((*CMsgGCClientMarketDataRequest)(nil), "CMsgGCClientMarketDataRequest")
+ proto.RegisterType((*CMsgGCClientMarketDataEntry)(nil), "CMsgGCClientMarketDataEntry")
+ proto.RegisterType((*CMsgGCClientMarketData)(nil), "CMsgGCClientMarketData")
+ proto.RegisterType((*CMsgExtractGems)(nil), "CMsgExtractGems")
+ proto.RegisterType((*CMsgExtractGemsResponse)(nil), "CMsgExtractGemsResponse")
+ proto.RegisterType((*CMsgAddSocket)(nil), "CMsgAddSocket")
+ proto.RegisterType((*CMsgAddSocketResponse)(nil), "CMsgAddSocketResponse")
+ proto.RegisterType((*CMsgAddItemToSocketData)(nil), "CMsgAddItemToSocketData")
+ proto.RegisterType((*CMsgAddItemToSocket)(nil), "CMsgAddItemToSocket")
+ proto.RegisterType((*CMsgAddItemToSocketResponse)(nil), "CMsgAddItemToSocketResponse")
+ proto.RegisterType((*CMsgResetStrangeGemCount)(nil), "CMsgResetStrangeGemCount")
+ proto.RegisterType((*CMsgResetStrangeGemCountResponse)(nil), "CMsgResetStrangeGemCountResponse")
+ proto.RegisterEnum("EGCBaseMsg", EGCBaseMsg_name, EGCBaseMsg_value)
+ proto.RegisterEnum("EGCBaseProtoObjectTypes", EGCBaseProtoObjectTypes_name, EGCBaseProtoObjectTypes_value)
+ proto.RegisterEnum("ECustomGameInstallStatus", ECustomGameInstallStatus_name, ECustomGameInstallStatus_value)
+ proto.RegisterEnum("GC_BannedWordType", GC_BannedWordType_name, GC_BannedWordType_value)
+ proto.RegisterEnum("CMsgExtractGemsResponse_EExtractGems", CMsgExtractGemsResponse_EExtractGems_name, CMsgExtractGemsResponse_EExtractGems_value)
+ proto.RegisterEnum("CMsgAddSocketResponse_EAddSocket", CMsgAddSocketResponse_EAddSocket_name, CMsgAddSocketResponse_EAddSocket_value)
+ proto.RegisterEnum("CMsgAddItemToSocketResponse_EAddGem", CMsgAddItemToSocketResponse_EAddGem_name, CMsgAddItemToSocketResponse_EAddGem_value)
+ proto.RegisterEnum("CMsgResetStrangeGemCountResponse_EResetGem", CMsgResetStrangeGemCountResponse_EResetGem_name, CMsgResetStrangeGemCountResponse_EResetGem_value)
+}
+
+var base_fileDescriptor0 = []byte{
+ // 4164 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x9c, 0x5a, 0xdd, 0x6f, 0xe4, 0x58,
+ 0x56, 0xdf, 0xaa, 0x4a, 0xa5, 0x92, 0x9b, 0x8f, 0x71, 0x9c, 0xa4, 0x53, 0xfd, 0xdd, 0xed, 0xea,
+ 0xe9, 0xed, 0xed, 0x99, 0xa9, 0x9d, 0xe9, 0xe9, 0x19, 0x20, 0x12, 0x82, 0xa4, 0x92, 0xce, 0x64,
+ 0xa7, 0x3f, 0xb2, 0x49, 0x7a, 0x46, 0x2b, 0x01, 0x96, 0xcb, 0xbe, 0x55, 0xf1, 0xc6, 0x65, 0x7b,
+ 0xfd, 0x91, 0x4e, 0x2d, 0x3c, 0x2c, 0x20, 0x24, 0x24, 0x5e, 0xf9, 0x5c, 0x60, 0x61, 0x17, 0xc4,
+ 0x9f, 0x80, 0xc4, 0x0b, 0xbc, 0x20, 0x21, 0x21, 0xf1, 0xc6, 0x3e, 0xf3, 0x0a, 0xbc, 0x20, 0xfe,
+ 0x03, 0xce, 0x39, 0xf7, 0x5e, 0xdb, 0xe5, 0x2a, 0xa7, 0x67, 0x78, 0x88, 0x52, 0xbe, 0xf7, 0xdc,
+ 0x73, 0xcf, 0x3d, 0x1f, 0xbf, 0x73, 0xce, 0xb5, 0xd9, 0x66, 0xdf, 0x8a, 0xb9, 0x39, 0xb4, 0x47,
+ 0x3c, 0x8e, 0xad, 0x21, 0x8f, 0xbb, 0x61, 0x14, 0x24, 0xc1, 0x8d, 0xf5, 0x38, 0xe1, 0xd6, 0x68,
+ 0x72, 0xd0, 0xf8, 0x71, 0x8d, 0xdd, 0xee, 0x1d, 0xf4, 0x4e, 0x92, 0x20, 0xe2, 0x47, 0x69, 0x64,
+ 0x9f, 0xc1, 0xd2, 0x43, 0xdf, 0x4d, 0xcc, 0xe7, 0xae, 0xcf, 0x0f, 0x13, 0x3e, 0xd2, 0xd7, 0xd9,
+ 0x92, 0x0b, 0xff, 0x4d, 0x87, 0x0f, 0x4c, 0xd7, 0x69, 0xd7, 0xee, 0xd5, 0x1e, 0xad, 0xe8, 0x1a,
+ 0x5b, 0xf8, 0x41, 0x6a, 0xf9, 0x89, 0x9b, 0x8c, 0xdb, 0x75, 0x1a, 0xb9, 0xc3, 0xae, 0xd9, 0x41,
+ 0x9c, 0x98, 0xae, 0x6f, 0x7a, 0x81, 0x6d, 0x79, 0xa6, 0x9d, 0x46, 0x11, 0xf7, 0xed, 0x71, 0xbb,
+ 0x41, 0xf3, 0x9b, 0x6c, 0x25, 0x94, 0xfc, 0xcd, 0x64, 0x1c, 0xf2, 0xf6, 0x1c, 0x0d, 0xdf, 0x64,
+ 0xeb, 0x71, 0x00, 0xe3, 0xdc, 0x8c, 0xf8, 0x80, 0xe3, 0x02, 0x8e, 0xbb, 0x34, 0x61, 0x72, 0xce,
+ 0xf8, 0x9d, 0x1a, 0xdb, 0xea, 0xbd, 0x88, 0x87, 0x33, 0xe4, 0xd3, 0xdf, 0x61, 0x2d, 0x3b, 0x48,
+ 0xfd, 0x24, 0x1a, 0x93, 0x48, 0x8b, 0x28, 0x92, 0x67, 0xf9, 0xc3, 0x14, 0x0e, 0x47, 0x22, 0x35,
+ 0x71, 0x64, 0x42, 0x88, 0xa6, 0xfe, 0x84, 0x31, 0x0f, 0xce, 0x65, 0xe2, 0x81, 0x62, 0x90, 0xa0,
+ 0xf1, 0x68, 0xe9, 0xc9, 0x9d, 0xee, 0x95, 0xe7, 0x37, 0x76, 0xd8, 0xdd, 0x0a, 0x19, 0x8e, 0x79,
+ 0x1c, 0x06, 0x7e, 0xcc, 0xf5, 0x55, 0x36, 0x1f, 0xf1, 0x38, 0xf5, 0x12, 0x12, 0xa5, 0x89, 0xcf,
+ 0xc9, 0xa5, 0x8f, 0xe7, 0xa8, 0xd3, 0x39, 0x1e, 0xb2, 0x75, 0x64, 0x71, 0x32, 0x06, 0x0b, 0x8c,
+ 0x76, 0xa3, 0xc0, 0x72, 0x6c, 0x2b, 0xa6, 0x23, 0x48, 0x6b, 0x88, 0x23, 0x18, 0x3f, 0xa9, 0x31,
+ 0x1d, 0x09, 0x7b, 0x9e, 0xcb, 0xfd, 0xe4, 0xc8, 0xf5, 0x87, 0x7b, 0x56, 0x62, 0xe9, 0x5b, 0x6c,
+ 0x29, 0xe2, 0x9e, 0x35, 0x36, 0xed, 0xc0, 0xe1, 0x42, 0xec, 0xd6, 0x6e, 0x5d, 0xab, 0xe5, 0x13,
+ 0x21, 0x90, 0xc6, 0xa0, 0xb4, 0xc6, 0xa3, 0x15, 0x9a, 0x68, 0xb3, 0xe5, 0x88, 0x0f, 0xdd, 0xc0,
+ 0x97, 0x4b, 0x16, 0x66, 0xcc, 0x88, 0x35, 0x8b, 0xd9, 0x8c, 0xc1, 0x6e, 0x14, 0x66, 0xcc, 0x81,
+ 0xe5, 0x7a, 0xdc, 0x31, 0xfb, 0x6e, 0x32, 0xb2, 0xe2, 0xf3, 0x36, 0x43, 0x6b, 0x19, 0xbf, 0x5f,
+ 0x63, 0x6b, 0x28, 0xe0, 0xa1, 0x7f, 0x01, 0x2a, 0x3c, 0x0d, 0x8e, 0xac, 0x28, 0x19, 0xa3, 0x9e,
+ 0xc9, 0xb5, 0x94, 0x7b, 0xcc, 0xeb, 0xd7, 0xd8, 0xaa, 0x4d, 0x67, 0x30, 0x2f, 0x78, 0x14, 0x03,
+ 0x4f, 0xe9, 0x24, 0x70, 0x62, 0x45, 0xd8, 0x50, 0x7e, 0x64, 0xc5, 0x20, 0xa4, 0x65, 0x9f, 0x91,
+ 0x43, 0x2c, 0xe8, 0x0f, 0xd9, 0x22, 0xed, 0xef, 0xc0, 0xc9, 0xc9, 0x0d, 0x96, 0x9e, 0xac, 0x77,
+ 0xa7, 0x95, 0x62, 0xfc, 0xf2, 0xa4, 0x24, 0xcf, 0x83, 0x7e, 0xff, 0x6b, 0x48, 0x62, 0x7c, 0x97,
+ 0x6d, 0x66, 0xcb, 0xad, 0x04, 0xc6, 0x7b, 0x11, 0xb7, 0x12, 0xee, 0x20, 0x8b, 0x61, 0x14, 0xa4,
+ 0xa1, 0x62, 0x31, 0x37, 0xc1, 0xb4, 0x4e, 0x4c, 0x37, 0xd8, 0x72, 0x1a, 0xf3, 0xc8, 0x0c, 0x06,
+ 0x03, 0x74, 0x27, 0x3a, 0xcb, 0x82, 0xf1, 0x9b, 0xc2, 0x59, 0x49, 0x27, 0x42, 0xac, 0xcc, 0x41,
+ 0x80, 0x45, 0x88, 0xc3, 0x39, 0x53, 0x70, 0x11, 0xcb, 0xb6, 0x79, 0x98, 0x10, 0xcb, 0x85, 0x19,
+ 0x72, 0x0a, 0x05, 0x4d, 0xa8, 0x63, 0xa1, 0x5a, 0x1d, 0x7f, 0x20, 0x43, 0x85, 0xf4, 0x30, 0xbd,
+ 0xbb, 0x87, 0xc3, 0xb9, 0x56, 0xbe, 0xea, 0xee, 0x5b, 0xec, 0x1d, 0x3b, 0x8d, 0x93, 0x60, 0x64,
+ 0x0e, 0xad, 0x11, 0x37, 0xed, 0xc8, 0x6e, 0xcf, 0x13, 0x83, 0xdb, 0x6c, 0xb3, 0x38, 0x91, 0xb8,
+ 0xe0, 0xc8, 0x89, 0x35, 0x0a, 0xdb, 0x2d, 0x98, 0x6e, 0x19, 0xef, 0x0a, 0xe3, 0x7c, 0xee, 0xda,
+ 0xe7, 0xcf, 0xa2, 0x60, 0x54, 0xe1, 0x26, 0x86, 0xc6, 0x56, 0x49, 0x66, 0x6e, 0x5d, 0x70, 0xa2,
+ 0x31, 0x7e, 0x56, 0x63, 0x37, 0xe9, 0x74, 0xc4, 0xfc, 0x00, 0x78, 0x1f, 0xfa, 0xc0, 0xd8, 0xf3,
+ 0x4e, 0xc0, 0x4a, 0x69, 0xac, 0xbf, 0x60, 0xf3, 0x31, 0xfd, 0x22, 0x0e, 0xab, 0x4f, 0xae, 0x77,
+ 0xf7, 0x2b, 0x48, 0xb7, 0x8d, 0x73, 0xb3, 0x6a, 0xce, 0x7c, 0xed, 0x9f, 0xfb, 0xc1, 0x1b, 0xbf,
+ 0x18, 0x81, 0x75, 0x02, 0x91, 0x0e, 0xbb, 0xe9, 0x81, 0x1b, 0x00, 0x8e, 0x65, 0x47, 0x32, 0x07,
+ 0x70, 0x02, 0x93, 0x24, 0x27, 0xad, 0xb4, 0x8c, 0x2f, 0x65, 0x38, 0xf3, 0x08, 0xb4, 0xb5, 0x73,
+ 0x01, 0x81, 0x62, 0xf5, 0x3d, 0xae, 0xff, 0x2a, 0xbb, 0x51, 0xd4, 0x89, 0x2b, 0x76, 0x34, 0x0b,
+ 0xf2, 0x2e, 0x3d, 0xb9, 0xd5, 0xbd, 0xe2, 0x74, 0xc6, 0x63, 0x76, 0x8d, 0xf4, 0xb1, 0xf3, 0xb2,
+ 0xcc, 0x7b, 0xca, 0x84, 0xc6, 0xbf, 0xd4, 0x59, 0xbb, 0x77, 0xf2, 0x6a, 0xdf, 0x0e, 0x7c, 0x64,
+ 0xb4, 0x63, 0x13, 0x1a, 0x0a, 0xaf, 0xd0, 0x1f, 0xb0, 0xeb, 0x96, 0xe3, 0xb8, 0xe8, 0xd7, 0x80,
+ 0xc4, 0x7d, 0xcb, 0x3e, 0x0f, 0xe1, 0xcf, 0x8c, 0xbd, 0x20, 0x11, 0x92, 0xac, 0x6c, 0xd7, 0x3e,
+ 0xd4, 0x6f, 0xb1, 0x95, 0x24, 0x72, 0x81, 0xc0, 0x12, 0x8b, 0x85, 0x33, 0x6c, 0x37, 0x07, 0x96,
+ 0x07, 0x5e, 0xf3, 0x90, 0xb5, 0xb9, 0xe7, 0x0e, 0x5d, 0xd8, 0xde, 0x1c, 0x04, 0xe0, 0xec, 0x3e,
+ 0x41, 0x67, 0x08, 0x78, 0x23, 0x1c, 0x7e, 0x7b, 0x2e, 0x89, 0x52, 0xae, 0x3f, 0x66, 0x86, 0xcf,
+ 0x01, 0x29, 0x92, 0xc0, 0xb4, 0xcf, 0x82, 0x00, 0xe0, 0x7d, 0x84, 0x79, 0xe0, 0x8c, 0x7b, 0xe1,
+ 0x20, 0xf5, 0x40, 0x7b, 0x20, 0x91, 0x23, 0x83, 0x1b, 0xfc, 0xc9, 0xf5, 0x45, 0xb8, 0xf3, 0xd8,
+ 0xf4, 0xdc, 0x38, 0xa1, 0x10, 0x5f, 0x00, 0x51, 0x36, 0x92, 0xc8, 0x72, 0x38, 0xc8, 0xea, 0x9b,
+ 0xfc, 0x32, 0x74, 0x23, 0x0a, 0x4a, 0xf2, 0xb6, 0x16, 0x26, 0x09, 0x27, 0xe5, 0x5e, 0x79, 0xb2,
+ 0x25, 0x27, 0xb5, 0x30, 0xe2, 0x17, 0x2e, 0x7f, 0x63, 0xaa, 0x3c, 0x45, 0x81, 0x42, 0x47, 0x34,
+ 0xd8, 0xfa, 0x08, 0xd9, 0x0e, 0xdc, 0x08, 0x64, 0x52, 0x09, 0x08, 0x50, 0x2f, 0x3f, 0xa8, 0x11,
+ 0x91, 0x22, 0x11, 0xeb, 0x7b, 0x11, 0x70, 0x00, 0x8d, 0xf4, 0x02, 0x5f, 0x28, 0x4f, 0x67, 0xac,
+ 0x1e, 0x84, 0x12, 0xd5, 0x57, 0x58, 0x73, 0xe0, 0x72, 0xcf, 0x91, 0xae, 0x02, 0x26, 0x89, 0xf8,
+ 0x0f, 0x52, 0x37, 0xe2, 0x02, 0xcc, 0x16, 0x30, 0x53, 0x0e, 0xbc, 0xc0, 0x82, 0x20, 0xb2, 0xbc,
+ 0x54, 0x24, 0xb8, 0x3a, 0x62, 0x45, 0x0c, 0x5a, 0x86, 0x10, 0x16, 0xa3, 0x4d, 0x42, 0xfa, 0xdf,
+ 0xad, 0xb3, 0x77, 0x4a, 0x9b, 0xea, 0xb0, 0x19, 0x1d, 0xc0, 0xe3, 0x17, 0xdc, 0x93, 0x79, 0x16,
+ 0x56, 0xd3, 0x18, 0x24, 0x5b, 0x4f, 0xe5, 0xda, 0x26, 0x86, 0x6b, 0x4e, 0x69, 0xc6, 0x3c, 0x91,
+ 0x02, 0xb4, 0x99, 0x56, 0xa4, 0xa6, 0x19, 0xa1, 0xf8, 0xeb, 0x6c, 0xcd, 0x85, 0x8c, 0x85, 0xc6,
+ 0x76, 0xfd, 0x0b, 0x70, 0x91, 0x00, 0xf2, 0x66, 0x93, 0xb6, 0xc0, 0x45, 0x72, 0x2a, 0x4b, 0xe9,
+ 0xf3, 0x2a, 0x37, 0xbb, 0x43, 0x1f, 0x92, 0x9e, 0xc9, 0x7d, 0xf4, 0x42, 0xc7, 0x1c, 0x78, 0xd6,
+ 0x90, 0x94, 0xbb, 0xa0, 0x7f, 0xc0, 0x98, 0xad, 0xd4, 0x24, 0xd2, 0xc8, 0x12, 0x44, 0x63, 0xa5,
+ 0x22, 0xd7, 0x31, 0x55, 0xd9, 0x88, 0x30, 0xe0, 0x47, 0x63, 0x4a, 0x27, 0x0b, 0xc6, 0xcf, 0x1b,
+ 0x6c, 0x45, 0xae, 0x38, 0xe6, 0xb6, 0x1b, 0x72, 0x7d, 0x8d, 0x2d, 0x52, 0x9d, 0xe1, 0x3b, 0xfc,
+ 0x52, 0xaa, 0x60, 0x99, 0xcd, 0xf9, 0xe0, 0xe0, 0x52, 0xeb, 0x4b, 0xac, 0xe1, 0x9b, 0x16, 0x9d,
+ 0x77, 0x11, 0x99, 0x42, 0x76, 0xb3, 0x81, 0x3c, 0x4c, 0x93, 0x98, 0x8e, 0xba, 0x88, 0x2a, 0xa3,
+ 0xc1, 0x20, 0x4d, 0x68, 0x94, 0x14, 0x8e, 0x5c, 0x1c, 0x17, 0x16, 0xce, 0x17, 0x9e, 0xfa, 0xe4,
+ 0x41, 0xea, 0xc9, 0xa6, 0x83, 0x89, 0xa7, 0x00, 0x28, 0x17, 0x0b, 0x4f, 0x7d, 0x12, 0x58, 0x3d,
+ 0xd9, 0xed, 0x25, 0x7a, 0xba, 0xcb, 0xb6, 0xa4, 0x07, 0xc4, 0x26, 0x45, 0x3a, 0x61, 0xa4, 0x67,
+ 0xc5, 0x71, 0x7b, 0x99, 0x74, 0x04, 0x35, 0xd1, 0x34, 0x01, 0x06, 0x61, 0x7b, 0x45, 0xcd, 0x13,
+ 0xb9, 0x99, 0x22, 0x04, 0x89, 0x28, 0x23, 0xa9, 0xdb, 0xab, 0x64, 0x67, 0x40, 0x59, 0xa4, 0x9e,
+ 0x9e, 0x7e, 0x47, 0xb9, 0x01, 0x58, 0xb8, 0x38, 0xae, 0xd1, 0x78, 0x97, 0x6d, 0x90, 0x46, 0x44,
+ 0x99, 0x03, 0xa8, 0x2d, 0x8c, 0xd1, 0xde, 0x20, 0x23, 0x69, 0x65, 0x23, 0xe9, 0xdf, 0x66, 0x9b,
+ 0x62, 0x7d, 0x79, 0xc1, 0x66, 0xc5, 0x02, 0x90, 0x3b, 0xdf, 0xc0, 0x74, 0xd2, 0x10, 0x8e, 0x8d,
+ 0x00, 0x12, 0xb7, 0xaf, 0x61, 0x39, 0x61, 0x7c, 0x87, 0x6d, 0x20, 0x8e, 0xed, 0x84, 0xa1, 0x37,
+ 0x3e, 0x81, 0xb8, 0xf6, 0x87, 0x04, 0xef, 0x18, 0xe5, 0xb1, 0x78, 0x34, 0x31, 0x1d, 0x8a, 0xe5,
+ 0x59, 0x4a, 0x54, 0xbe, 0xae, 0x46, 0x45, 0xed, 0xf4, 0xb9, 0xc8, 0x6b, 0xc4, 0xeb, 0x88, 0xfb,
+ 0x3e, 0x78, 0xe8, 0xeb, 0x70, 0x88, 0x58, 0x81, 0x68, 0x92, 0x8a, 0x9f, 0x25, 0x4e, 0x30, 0x11,
+ 0x0a, 0xd2, 0x12, 0xb3, 0x9e, 0x40, 0x6e, 0x62, 0xb6, 0x3f, 0x1c, 0xee, 0xc7, 0x31, 0x16, 0x9c,
+ 0x48, 0xcf, 0xc5, 0xcf, 0x12, 0x23, 0x70, 0x30, 0x3e, 0x1c, 0x96, 0x98, 0xbc, 0x80, 0xd3, 0x09,
+ 0xe0, 0x45, 0xa5, 0xec, 0x24, 0x10, 0xdd, 0xfd, 0x34, 0x99, 0xe9, 0xbb, 0x00, 0x19, 0x22, 0xea,
+ 0x45, 0xf9, 0x03, 0xec, 0xe8, 0xd1, 0xec, 0x8f, 0x21, 0xc7, 0x90, 0x13, 0x2f, 0x1b, 0xdb, 0x20,
+ 0x53, 0xce, 0x6e, 0x1f, 0xdc, 0x25, 0x0c, 0xa1, 0x0e, 0x01, 0x6e, 0x3e, 0x40, 0x9a, 0x70, 0xa7,
+ 0xac, 0xe8, 0xc6, 0x21, 0x72, 0x20, 0x51, 0xc5, 0xfc, 0x6f, 0x9d, 0x2d, 0x15, 0x16, 0x23, 0x5c,
+ 0x65, 0xb2, 0xc3, 0x83, 0xc4, 0x75, 0x25, 0xfa, 0x0a, 0x32, 0xcd, 0xc3, 0xbf, 0xa1, 0x86, 0x72,
+ 0xa9, 0xe7, 0xa4, 0x98, 0x79, 0x71, 0xdf, 0x14, 0x48, 0xfa, 0x11, 0x6c, 0xde, 0x14, 0xc0, 0x34,
+ 0xaf, 0x46, 0x74, 0xd6, 0x52, 0xb0, 0xd4, 0x12, 0x63, 0x4f, 0x91, 0x0a, 0x31, 0x22, 0xce, 0x11,
+ 0x78, 0x8d, 0xcd, 0x07, 0x11, 0xa4, 0x11, 0x9f, 0x02, 0x8a, 0x86, 0x1e, 0xb1, 0x45, 0x4b, 0x69,
+ 0x0d, 0x22, 0x05, 0x7d, 0x6c, 0xb3, 0x3b, 0x53, 0xa5, 0x1d, 0xb6, 0xe2, 0xfa, 0xe8, 0x73, 0xe0,
+ 0xe2, 0x68, 0x04, 0x8a, 0x9b, 0xa5, 0x27, 0xcb, 0x45, 0x6a, 0xe8, 0x2c, 0xe6, 0x21, 0xa9, 0x40,
+ 0x41, 0x46, 0x51, 0x93, 0xe5, 0x2f, 0x10, 0x25, 0x4e, 0xc6, 0x1e, 0xa7, 0x60, 0xa1, 0x7d, 0xaf,
+ 0xb1, 0x25, 0x21, 0x0a, 0xa2, 0xa0, 0x43, 0xc1, 0x32, 0x87, 0xe3, 0xef, 0xb3, 0x55, 0x2e, 0xd5,
+ 0x4e, 0xd9, 0x9a, 0xb7, 0x75, 0x12, 0x6a, 0xa3, 0x3b, 0xc3, 0x30, 0x86, 0x01, 0x98, 0x85, 0xd9,
+ 0x3f, 0x88, 0x12, 0x1c, 0x8f, 0x51, 0x83, 0x31, 0x3c, 0x88, 0xae, 0x86, 0x2c, 0x65, 0xfc, 0x06,
+ 0xd3, 0xe4, 0xd2, 0x9e, 0x67, 0xb9, 0xa3, 0x1e, 0x14, 0xe1, 0x25, 0x7b, 0xd4, 0x94, 0xf2, 0xb1,
+ 0x40, 0x17, 0x4b, 0xeb, 0xaa, 0x4f, 0xc2, 0xd2, 0x03, 0x72, 0x72, 0x21, 0xb7, 0x10, 0x0a, 0x22,
+ 0xa5, 0xc0, 0x38, 0xe3, 0x63, 0x11, 0x60, 0xd4, 0x91, 0x1c, 0xf0, 0xe4, 0x35, 0x14, 0xa3, 0xd4,
+ 0x29, 0x00, 0x62, 0x87, 0x91, 0x0b, 0x6e, 0x1c, 0x9f, 0x71, 0x9e, 0x17, 0x73, 0x35, 0x2a, 0x5b,
+ 0xfe, 0xb0, 0xce, 0x6e, 0xcd, 0x5a, 0x55, 0xd9, 0xc6, 0x14, 0xfb, 0x27, 0x91, 0x78, 0x0a, 0x4d,
+ 0x97, 0x40, 0xe0, 0x8a, 0x0d, 0xe7, 0x28, 0x33, 0xdf, 0x80, 0xb0, 0xba, 0x0c, 0xc1, 0x7a, 0x23,
+ 0xc4, 0xfd, 0xac, 0xa0, 0x27, 0x9d, 0x43, 0x42, 0x1a, 0x40, 0xc1, 0x9d, 0xc2, 0x09, 0x55, 0x78,
+ 0x5d, 0x92, 0x6b, 0x35, 0xc1, 0xe8, 0x9b, 0xf1, 0x59, 0xf0, 0xc6, 0x3c, 0x83, 0x4c, 0x8a, 0x48,
+ 0x1e, 0xb9, 0xa1, 0x48, 0x32, 0xad, 0x42, 0xd5, 0x01, 0xa1, 0x54, 0xd8, 0x98, 0xdc, 0x6d, 0x19,
+ 0xf0, 0x65, 0x0d, 0x7c, 0xd9, 0x82, 0x13, 0x08, 0x9e, 0x68, 0x16, 0x72, 0xbb, 0x26, 0x6e, 0x89,
+ 0x1d, 0x68, 0x10, 0xa6, 0x9e, 0x15, 0xc9, 0xfe, 0x8f, 0x11, 0x58, 0x99, 0x42, 0x97, 0xaf, 0x43,
+ 0x10, 0x90, 0x3a, 0xbe, 0x13, 0x28, 0x4e, 0x46, 0x59, 0x3a, 0x8e, 0xa9, 0x9a, 0x23, 0x8d, 0x2c,
+ 0x53, 0x46, 0x24, 0xc6, 0x44, 0x32, 0xd1, 0x52, 0xb4, 0x54, 0x56, 0x16, 0x0b, 0xcc, 0x34, 0xf2,
+ 0x84, 0x8e, 0x8c, 0xfb, 0x10, 0xa3, 0xd4, 0x40, 0xee, 0x47, 0x51, 0x10, 0x21, 0x5f, 0x8e, 0x3f,
+ 0xcc, 0x84, 0x5f, 0x26, 0xb2, 0xf1, 0xbb, 0x2d, 0xaa, 0xde, 0x63, 0x70, 0x43, 0x28, 0x3a, 0x0f,
+ 0x55, 0x88, 0x1e, 0xf3, 0x01, 0x18, 0xe4, 0xcc, 0xe8, 0x42, 0xb1, 0x80, 0x65, 0x63, 0xe0, 0x7f,
+ 0x61, 0x45, 0x5f, 0x20, 0x82, 0x64, 0x59, 0x51, 0xf4, 0xbe, 0x13, 0x38, 0xb3, 0x68, 0xfc, 0x92,
+ 0x38, 0xd2, 0x31, 0x0f, 0x3d, 0xd7, 0x86, 0x53, 0x89, 0x85, 0xb1, 0x7e, 0x1f, 0xcd, 0xe7, 0x5f,
+ 0xc0, 0x4f, 0x58, 0x27, 0xa1, 0x7d, 0x92, 0xaf, 0xe1, 0x28, 0x49, 0xb0, 0xce, 0x7b, 0x1d, 0x42,
+ 0x39, 0xe3, 0x70, 0xe7, 0x34, 0xf8, 0x5e, 0x90, 0x9e, 0xa6, 0x7d, 0x52, 0xfb, 0x18, 0x72, 0x05,
+ 0xfc, 0xa4, 0x03, 0x8a, 0xdd, 0x01, 0xd6, 0xd5, 0xa0, 0xf2, 0xf0, 0x42, 0xc6, 0x86, 0xf3, 0xc6,
+ 0x80, 0xae, 0xd8, 0x58, 0xca, 0xb6, 0x6f, 0x0e, 0x0e, 0xb4, 0x25, 0x37, 0x8e, 0xd3, 0x11, 0x96,
+ 0x16, 0xfb, 0x97, 0x67, 0x16, 0x14, 0xc5, 0x80, 0x7b, 0x33, 0xae, 0x1b, 0x9a, 0xc6, 0x6f, 0xd7,
+ 0xc4, 0x89, 0x08, 0x1d, 0x6c, 0xac, 0xdd, 0xa1, 0x1a, 0x19, 0x02, 0x75, 0x45, 0x50, 0xe5, 0x20,
+ 0x57, 0x9f, 0x06, 0xb9, 0x86, 0x6a, 0x45, 0x15, 0x7a, 0x09, 0xd4, 0x43, 0xef, 0xb7, 0xa2, 0x0c,
+ 0xf3, 0xf0, 0x59, 0x02, 0x17, 0x21, 0x9e, 0xd1, 0x67, 0xd7, 0x45, 0xd5, 0x9f, 0x1c, 0x81, 0x51,
+ 0x38, 0x05, 0xff, 0x51, 0x10, 0x8b, 0xf2, 0x06, 0x43, 0x85, 0x32, 0x79, 0x51, 0x8a, 0x90, 0xe8,
+ 0x72, 0xf4, 0x85, 0x2d, 0x29, 0x9d, 0x67, 0xdd, 0x2f, 0x0c, 0xa8, 0xd4, 0x32, 0x47, 0x7a, 0xf9,
+ 0x3d, 0x79, 0xce, 0x93, 0x49, 0xf6, 0xb1, 0xbe, 0x2d, 0x2b, 0xbe, 0x50, 0x8d, 0x48, 0x03, 0x1a,
+ 0xdd, 0x59, 0xe4, 0xdd, 0xe2, 0xd3, 0x8d, 0x8f, 0xd8, 0xf2, 0x84, 0xac, 0x85, 0x5d, 0xb3, 0x06,
+ 0x57, 0xf1, 0x95, 0x79, 0x25, 0x81, 0xb3, 0xe6, 0xd0, 0x27, 0xcf, 0x8b, 0xad, 0x0a, 0x66, 0xcb,
+ 0x6b, 0x85, 0xb3, 0x12, 0xf9, 0xee, 0xdc, 0x8f, 0xfe, 0xee, 0x36, 0xde, 0x46, 0x14, 0x4e, 0xdc,
+ 0x28, 0x4c, 0x6c, 0xe6, 0xe7, 0x9e, 0x2b, 0x0c, 0x17, 0xe4, 0x68, 0xca, 0xec, 0x2c, 0xf0, 0x89,
+ 0x7b, 0xdc, 0x4e, 0xf2, 0x8d, 0x9f, 0x05, 0x51, 0x0f, 0xf7, 0xfb, 0x4a, 0x4a, 0x36, 0x9e, 0xb2,
+ 0xfb, 0x57, 0x31, 0x41, 0xc7, 0x1e, 0x93, 0x25, 0x52, 0x68, 0x80, 0x65, 0x6a, 0x5d, 0x30, 0x7e,
+ 0x8d, 0x6d, 0xc2, 0x81, 0xc5, 0x22, 0xee, 0xe4, 0xcb, 0xa0, 0x3a, 0x9e, 0x72, 0x30, 0x29, 0x7e,
+ 0x95, 0x1a, 0xd6, 0xa6, 0xd4, 0x60, 0x0c, 0xd8, 0x0d, 0x81, 0x00, 0x2f, 0xb1, 0xe5, 0x03, 0xe6,
+ 0x2f, 0x83, 0xc4, 0x1d, 0x60, 0x68, 0xa2, 0x3d, 0x00, 0x37, 0x30, 0xd8, 0x78, 0x24, 0x9a, 0xcc,
+ 0xe2, 0xd5, 0x45, 0x1e, 0x09, 0xe4, 0xb9, 0xf5, 0xac, 0x60, 0xc7, 0x71, 0x9f, 0xca, 0x4d, 0x6a,
+ 0x25, 0x25, 0xd2, 0xfc, 0x7d, 0x4d, 0xdd, 0x55, 0x89, 0x3e, 0x70, 0xcf, 0x8d, 0x91, 0xf3, 0xc4,
+ 0x6e, 0xef, 0xb1, 0x8e, 0x5f, 0x78, 0x86, 0x3e, 0x37, 0x81, 0x06, 0x8f, 0xae, 0xec, 0xdc, 0x1f,
+ 0x8a, 0xa1, 0x73, 0xae, 0xee, 0xd4, 0xb0, 0xb7, 0x2b, 0x12, 0xf7, 0x03, 0x67, 0x3c, 0x4d, 0x5b,
+ 0x57, 0xa9, 0x80, 0xa6, 0xe3, 0xb4, 0x2f, 0x1b, 0x1e, 0x98, 0xc3, 0x22, 0xa7, 0x01, 0x93, 0x50,
+ 0xc9, 0x96, 0x26, 0x09, 0xaf, 0xc4, 0x65, 0xd6, 0xa2, 0xf1, 0x51, 0x76, 0xcf, 0x07, 0xc0, 0x4f,
+ 0x59, 0xf5, 0xc8, 0xb5, 0xcf, 0xb9, 0xf3, 0x3a, 0xac, 0xd2, 0x8e, 0xf1, 0x5b, 0xec, 0x9e, 0x58,
+ 0x72, 0xe8, 0xdb, 0x11, 0xc7, 0x0c, 0xf3, 0xb9, 0xeb, 0x79, 0x3d, 0xb4, 0x54, 0x96, 0xd0, 0xee,
+ 0xb2, 0xb5, 0x73, 0x18, 0x84, 0xb5, 0x15, 0x36, 0xc4, 0x22, 0x2b, 0x1d, 0x99, 0x48, 0x14, 0x4b,
+ 0xed, 0x82, 0x93, 0x65, 0x6d, 0xa4, 0x88, 0x52, 0xc0, 0x18, 0xd1, 0x68, 0xe5, 0xd7, 0x96, 0xc6,
+ 0xbf, 0xd5, 0xb2, 0xee, 0x1b, 0xc5, 0xdd, 0x8b, 0x82, 0xf0, 0x18, 0x80, 0x76, 0x37, 0xf0, 0xd3,
+ 0xf8, 0x0a, 0x9f, 0xd9, 0xa2, 0x8c, 0x28, 0xfb, 0x57, 0xcc, 0x88, 0x5c, 0xe6, 0x8e, 0x75, 0xd6,
+ 0xec, 0xe3, 0x5a, 0xda, 0xb2, 0x2e, 0xa9, 0x01, 0x0a, 0x69, 0x50, 0x14, 0xd7, 0x12, 0xa6, 0xca,
+ 0x51, 0x33, 0x89, 0x6d, 0xf3, 0xaa, 0x6b, 0x8c, 0x39, 0x76, 0x67, 0xd0, 0x63, 0xf3, 0x41, 0x22,
+ 0xca, 0x33, 0x48, 0xc7, 0xcb, 0x7d, 0xe8, 0xcf, 0xa1, 0x9c, 0x12, 0x27, 0x59, 0xc8, 0x05, 0x33,
+ 0xde, 0x4c, 0x04, 0xfc, 0x73, 0x6e, 0x0d, 0x53, 0xfe, 0x05, 0xb4, 0xd4, 0x47, 0x18, 0x77, 0x57,
+ 0x9d, 0x67, 0xd1, 0x23, 0xda, 0x19, 0x41, 0x80, 0x52, 0x16, 0xab, 0x4a, 0x10, 0x0a, 0x6a, 0x75,
+ 0xe0, 0x11, 0x71, 0x2b, 0x06, 0xa4, 0x21, 0x94, 0x35, 0x5e, 0xb1, 0x6b, 0xc5, 0x22, 0x0b, 0x61,
+ 0xfb, 0x14, 0x4d, 0x9f, 0xcc, 0x84, 0x76, 0x30, 0x0e, 0x47, 0x92, 0x09, 0x4c, 0x55, 0xea, 0x10,
+ 0xa9, 0xe5, 0x5f, 0xf1, 0x42, 0x3b, 0xe7, 0x78, 0x1a, 0xa4, 0x11, 0x06, 0x8a, 0x9f, 0xe0, 0x51,
+ 0x42, 0x28, 0x08, 0xaa, 0x72, 0x46, 0xe9, 0x20, 0x53, 0x9c, 0xd1, 0x87, 0xb3, 0xf2, 0x51, 0xdd,
+ 0x24, 0x44, 0x19, 0xa8, 0x61, 0x58, 0x86, 0x72, 0x8b, 0x18, 0x02, 0x25, 0x1d, 0x9e, 0x25, 0x32,
+ 0x93, 0x00, 0x27, 0x55, 0x29, 0xcc, 0x4f, 0xa7, 0xa3, 0x96, 0xd2, 0x4e, 0xc4, 0xdf, 0x58, 0x91,
+ 0xe8, 0xb1, 0x65, 0xfd, 0x6c, 0xec, 0xb0, 0x6f, 0x4a, 0x27, 0x17, 0x88, 0x84, 0xb7, 0x1c, 0xf8,
+ 0x73, 0x97, 0xd8, 0x97, 0x51, 0xa4, 0x84, 0x16, 0xa2, 0x14, 0x7d, 0x4f, 0xa4, 0xad, 0xd2, 0xf5,
+ 0x75, 0x0f, 0x91, 0xdc, 0x2b, 0x5c, 0x54, 0x53, 0x26, 0x80, 0xba, 0xf2, 0x7e, 0x25, 0x71, 0x45,
+ 0x99, 0xb8, 0x62, 0x7c, 0x20, 0x4a, 0x86, 0xd2, 0xa2, 0x67, 0xa8, 0x27, 0xf7, 0x87, 0x7c, 0x6a,
+ 0x8f, 0x03, 0xd6, 0xb9, 0x82, 0xbc, 0x6a, 0x97, 0x2c, 0x2e, 0x5d, 0x07, 0x23, 0xb5, 0x01, 0x8c,
+ 0x0e, 0xd5, 0xbe, 0xbb, 0x96, 0xef, 0x73, 0xe7, 0xcb, 0x20, 0x72, 0x9e, 0xbb, 0x71, 0x22, 0x8b,
+ 0x28, 0xac, 0x30, 0xf1, 0xbe, 0x08, 0x2f, 0x99, 0xcc, 0x89, 0x1b, 0x5d, 0x32, 0xc8, 0x1b, 0xa0,
+ 0xce, 0x93, 0x46, 0x0a, 0xf5, 0x7a, 0x89, 0x55, 0x91, 0x48, 0xac, 0xda, 0x65, 0x8b, 0x34, 0x90,
+ 0x15, 0xeb, 0xab, 0x4f, 0xf4, 0xee, 0x41, 0xcf, 0xcc, 0xd7, 0x9c, 0xc2, 0xcc, 0xf6, 0x4d, 0x1c,
+ 0xda, 0x79, 0xf9, 0x72, 0x7f, 0xcf, 0xfc, 0xf2, 0xd5, 0xf1, 0x9e, 0xb9, 0x77, 0x78, 0xb2, 0xb3,
+ 0xfb, 0x7c, 0x9f, 0x1e, 0xb0, 0x6c, 0x43, 0x1e, 0x12, 0xaf, 0x4d, 0x91, 0xf0, 0xa6, 0x4f, 0x20,
+ 0x75, 0x70, 0xc5, 0x11, 0x1e, 0x48, 0x61, 0xe8, 0x0e, 0xad, 0x4e, 0xb5, 0xc0, 0x5a, 0xb7, 0xcc,
+ 0xcc, 0x78, 0xad, 0xec, 0x79, 0x1a, 0x94, 0x37, 0xc9, 0x5f, 0x43, 0x7c, 0xc8, 0x16, 0xfb, 0xea,
+ 0x41, 0x5e, 0x53, 0xde, 0xee, 0x5e, 0x25, 0x17, 0xb8, 0xc9, 0xdd, 0x2a, 0xb6, 0xa2, 0x8c, 0x9e,
+ 0xbe, 0x46, 0x5f, 0x31, 0x7e, 0x45, 0x61, 0x3c, 0x2e, 0xda, 0x73, 0xa3, 0x64, 0x7c, 0xb2, 0xf7,
+ 0xaa, 0x87, 0x37, 0x81, 0x74, 0x33, 0xec, 0x04, 0x85, 0x06, 0x0a, 0x63, 0x14, 0xb2, 0x87, 0x99,
+ 0x42, 0xf7, 0xf7, 0xe9, 0x53, 0xd9, 0x77, 0x1f, 0x14, 0x77, 0x25, 0x06, 0x2f, 0xc0, 0x3d, 0xdc,
+ 0xd0, 0xe3, 0x5f, 0x83, 0x11, 0x3a, 0xce, 0x67, 0x45, 0x46, 0x74, 0x17, 0xf0, 0xbc, 0x90, 0xd2,
+ 0xf6, 0xdc, 0xc1, 0x60, 0xe2, 0x65, 0x52, 0x4d, 0xf5, 0xee, 0x78, 0x87, 0x0a, 0xed, 0x8a, 0x03,
+ 0x04, 0xb2, 0xd0, 0xde, 0x56, 0xf1, 0x59, 0xc9, 0x29, 0xb3, 0xe5, 0x54, 0xc9, 0xf1, 0x99, 0xb8,
+ 0x23, 0x87, 0x5c, 0x1d, 0x78, 0xaa, 0x56, 0x01, 0x8c, 0xd6, 0x6d, 0xf1, 0x48, 0xf5, 0x72, 0xf9,
+ 0x56, 0x03, 0xd2, 0xe7, 0xf7, 0x61, 0xae, 0x74, 0x21, 0xb1, 0x21, 0xde, 0x1a, 0x81, 0x16, 0x5e,
+ 0x06, 0x2f, 0xf8, 0xc8, 0x46, 0x55, 0x38, 0xc6, 0xb7, 0x55, 0x78, 0xa0, 0x6c, 0xc2, 0x2c, 0x27,
+ 0xdf, 0x7d, 0xfe, 0x39, 0x1f, 0x8b, 0x06, 0x02, 0x4e, 0x88, 0x8a, 0xc9, 0x9b, 0x08, 0xe3, 0x17,
+ 0x27, 0x9c, 0x45, 0x79, 0x04, 0xd6, 0xe8, 0x81, 0x07, 0x2d, 0xc4, 0x68, 0x64, 0xf9, 0x54, 0x9e,
+ 0xdb, 0xf4, 0x5a, 0x89, 0x1e, 0xe5, 0xca, 0xa7, 0xaa, 0xbe, 0x11, 0xd7, 0xd6, 0x5f, 0x08, 0xb0,
+ 0x53, 0xae, 0x40, 0xd7, 0x54, 0x38, 0x3e, 0xd1, 0x8f, 0xae, 0xe4, 0xab, 0x44, 0xb1, 0x32, 0xbd,
+ 0xaa, 0xf4, 0x4a, 0x42, 0xac, 0xba, 0xc7, 0xee, 0xe4, 0x52, 0x7e, 0xc9, 0xfb, 0x3b, 0x47, 0x87,
+ 0xea, 0xee, 0xfb, 0x0c, 0x6f, 0x96, 0x1c, 0xf0, 0x93, 0x75, 0xd1, 0xc2, 0xe0, 0x8d, 0x22, 0xc8,
+ 0x0d, 0xfa, 0xc7, 0x3b, 0xf1, 0x19, 0xea, 0xcb, 0xf4, 0x9a, 0x5d, 0x47, 0x14, 0x0a, 0xad, 0x39,
+ 0x23, 0x10, 0x0a, 0x79, 0x96, 0x7a, 0x03, 0x28, 0x10, 0xf6, 0xc6, 0xa0, 0x2b, 0xd7, 0x2e, 0xb3,
+ 0x05, 0xe0, 0x4e, 0x82, 0xc0, 0x2b, 0xf1, 0x7c, 0x8a, 0x6f, 0x43, 0xb1, 0xb9, 0xa1, 0xd6, 0x15,
+ 0xd5, 0x25, 0xc8, 0x63, 0x19, 0xab, 0x1b, 0xdd, 0x19, 0x22, 0x1a, 0x9f, 0x42, 0xea, 0x2a, 0x68,
+ 0xe4, 0x85, 0x15, 0x41, 0x22, 0x14, 0x2d, 0xba, 0xc0, 0x34, 0x68, 0x61, 0xe9, 0xc5, 0x53, 0xd6,
+ 0x96, 0xd7, 0xd4, 0x6b, 0xb9, 0x9b, 0xb3, 0x17, 0xee, 0x63, 0xaf, 0x5e, 0x95, 0x1b, 0x66, 0xde,
+ 0x2e, 0x63, 0x9d, 0xa0, 0x8b, 0x26, 0x97, 0x7b, 0x1e, 0xe1, 0x0b, 0xbd, 0x28, 0x14, 0xb5, 0xd0,
+ 0x5d, 0xb6, 0x25, 0xda, 0xee, 0xe9, 0xd7, 0xbc, 0xa2, 0x30, 0x3a, 0x10, 0xaf, 0x30, 0xa6, 0x25,
+ 0xd1, 0x3f, 0x60, 0x2d, 0x18, 0x88, 0x5c, 0xae, 0x7a, 0x97, 0x5b, 0xdd, 0x2b, 0x64, 0x86, 0x8a,
+ 0x9c, 0x7a, 0xde, 0xfd, 0xcb, 0x24, 0xb2, 0xec, 0xe4, 0x00, 0x2f, 0x5a, 0x66, 0xab, 0x7a, 0xe6,
+ 0xb5, 0x21, 0x24, 0xeb, 0x55, 0x79, 0x05, 0x80, 0xc5, 0x44, 0x56, 0x8a, 0x6f, 0x37, 0x3f, 0xfd,
+ 0xe4, 0x93, 0x8f, 0x3f, 0x31, 0xfe, 0xbd, 0x2e, 0xd0, 0xa8, 0xc0, 0xbe, 0x18, 0xa9, 0x93, 0x3b,
+ 0x1c, 0xe1, 0x4d, 0xbf, 0x98, 0x94, 0xb8, 0xff, 0x6e, 0xb7, 0x62, 0x71, 0x77, 0xbf, 0x30, 0xb8,
+ 0xbd, 0x75, 0x6e, 0x16, 0x1e, 0xcd, 0x13, 0x8c, 0x7f, 0x0e, 0xfd, 0xb4, 0xf1, 0xf3, 0x1a, 0x5b,
+ 0x2e, 0x52, 0x42, 0xf1, 0x5c, 0x45, 0xab, 0x7d, 0x43, 0x7f, 0xc8, 0x8c, 0xc9, 0xc9, 0x67, 0xe2,
+ 0xdd, 0xec, 0x29, 0x28, 0xe3, 0x30, 0x3e, 0x84, 0x86, 0xde, 0x73, 0x1d, 0xad, 0x56, 0x49, 0x87,
+ 0xc8, 0x92, 0xd3, 0xd5, 0xf5, 0xf7, 0xd9, 0xa3, 0x4a, 0x7e, 0x90, 0xeb, 0xa1, 0xe2, 0x3f, 0xe6,
+ 0xa3, 0xe0, 0x82, 0xc3, 0x9c, 0xd6, 0x80, 0x1e, 0xe0, 0xe1, 0x4c, 0x6a, 0xf1, 0xef, 0x34, 0xc8,
+ 0x69, 0xe7, 0x8c, 0xe7, 0xe2, 0x6e, 0x6c, 0xc7, 0x71, 0x4e, 0x48, 0xef, 0x5f, 0xcb, 0x64, 0xa0,
+ 0xf7, 0x14, 0xaa, 0x5d, 0xf0, 0x45, 0xf9, 0x42, 0xf5, 0x1f, 0xea, 0xe2, 0x25, 0x6d, 0xc6, 0xae,
+ 0xda, 0x44, 0xb7, 0xd8, 0x46, 0x2a, 0x80, 0x23, 0xb3, 0xb8, 0x0c, 0xe4, 0x06, 0x78, 0xed, 0x77,
+ 0x0a, 0x06, 0x6c, 0x90, 0x01, 0xef, 0x77, 0x67, 0x32, 0xee, 0xee, 0x67, 0x43, 0xdb, 0x9b, 0xe7,
+ 0x66, 0xf6, 0x50, 0x30, 0xdd, 0xdf, 0xd6, 0x18, 0xcb, 0xa9, 0x20, 0x45, 0xcf, 0xa6, 0x03, 0xb3,
+ 0x3d, 0x60, 0xf7, 0x8a, 0x53, 0x15, 0x46, 0x7b, 0x8f, 0x7d, 0x73, 0x06, 0x15, 0x5d, 0xb7, 0x93,
+ 0x29, 0x76, 0xb9, 0x98, 0xe1, 0x68, 0xb9, 0x47, 0xec, 0xc1, 0x0c, 0x62, 0x65, 0x89, 0x6c, 0x42,
+ 0x6b, 0x18, 0x7b, 0xf2, 0xda, 0xdc, 0x71, 0x44, 0x15, 0x2c, 0x26, 0x28, 0x10, 0x01, 0xc2, 0x87,
+ 0x05, 0xe5, 0x67, 0x26, 0x29, 0x29, 0x0e, 0xa3, 0xf9, 0xd7, 0xe5, 0x7d, 0xf9, 0x24, 0x97, 0x29,
+ 0xfb, 0x09, 0x16, 0x1f, 0xb2, 0xd5, 0x21, 0xfa, 0x47, 0x12, 0x48, 0x1b, 0x48, 0xac, 0x6b, 0x77,
+ 0x2b, 0x24, 0x31, 0xfe, 0xa3, 0x21, 0x70, 0xab, 0x34, 0x97, 0x99, 0x79, 0xf6, 0x3e, 0x5f, 0xd7,
+ 0xd6, 0x0f, 0xba, 0x57, 0xec, 0x41, 0x16, 0x07, 0xe7, 0xdd, 0xd6, 0x49, 0xb1, 0xf0, 0xab, 0x60,
+ 0xeb, 0x7f, 0xaa, 0xb3, 0x96, 0x9c, 0x07, 0x0c, 0x9d, 0x41, 0x01, 0x56, 0xbe, 0xc7, 0x6e, 0x65,
+ 0xe3, 0xd2, 0x1e, 0x07, 0xc5, 0x70, 0xab, 0xe9, 0xf7, 0xd9, 0xed, 0x32, 0x45, 0x39, 0x22, 0x0d,
+ 0x76, 0xa7, 0x4c, 0x52, 0x30, 0xaa, 0x88, 0x43, 0xe5, 0x28, 0x45, 0x36, 0x82, 0x01, 0x8c, 0x60,
+ 0xe5, 0xf9, 0x2c, 0x88, 0xa4, 0xf9, 0xe7, 0xf4, 0x6f, 0xb1, 0x77, 0xdf, 0x4a, 0xfc, 0x19, 0x8f,
+ 0x02, 0xad, 0xf9, 0x95, 0x48, 0x4f, 0xbc, 0x20, 0xd1, 0xe6, 0xc1, 0xc2, 0xef, 0x97, 0x49, 0xc5,
+ 0x8e, 0x50, 0x24, 0x24, 0x96, 0xeb, 0xc7, 0xaf, 0xfd, 0x08, 0xd1, 0x00, 0x6f, 0xf4, 0x50, 0xe8,
+ 0x96, 0xf1, 0x0c, 0xda, 0x64, 0x4a, 0x74, 0x31, 0x4f, 0xe4, 0x9b, 0x20, 0x98, 0xa0, 0x2e, 0xbd,
+ 0xc2, 0xba, 0xb3, 0x1d, 0xf1, 0x1f, 0xeb, 0xa2, 0xdd, 0x9f, 0xc5, 0x28, 0x73, 0x97, 0x93, 0x82,
+ 0xe9, 0xc5, 0xe7, 0x01, 0xef, 0x75, 0xdf, 0xb6, 0xa8, 0xbb, 0x4f, 0xb3, 0xe8, 0x01, 0x1b, 0xe7,
+ 0xa6, 0xfa, 0x5d, 0xf0, 0x81, 0x7f, 0xae, 0xb1, 0xc5, 0x8c, 0x06, 0x9a, 0xbc, 0x99, 0x54, 0x0a,
+ 0xa4, 0xb3, 0x99, 0x29, 0x8c, 0x14, 0xe3, 0xe0, 0x0d, 0x1d, 0x76, 0x77, 0x9a, 0xae, 0xec, 0x0f,
+ 0xef, 0xb2, 0xfb, 0x33, 0x88, 0xc4, 0xb4, 0xd0, 0xf8, 0xa1, 0x03, 0x2e, 0x41, 0xa6, 0x2b, 0x93,
+ 0x49, 0x8b, 0x48, 0xf0, 0xa0, 0x59, 0x6d, 0xee, 0xf1, 0xff, 0x34, 0x00, 0xb6, 0xb0, 0x58, 0x8f,
+ 0x39, 0x68, 0x04, 0x72, 0x3c, 0xc0, 0xd6, 0xbe, 0xa8, 0xd9, 0xe8, 0xab, 0xa4, 0x17, 0xe2, 0x33,
+ 0x08, 0xed, 0xa7, 0x77, 0x21, 0x75, 0xb6, 0xd5, 0x5c, 0xf9, 0x06, 0x59, 0xfb, 0xd9, 0xdd, 0xe2,
+ 0x52, 0x31, 0x2a, 0x2b, 0x36, 0xed, 0x6f, 0x26, 0xe6, 0x26, 0x3e, 0x11, 0xd2, 0xfe, 0xa8, 0xa3,
+ 0xdf, 0x61, 0xd7, 0x27, 0xe6, 0x8a, 0x5f, 0xdd, 0x68, 0x7f, 0xdc, 0x81, 0x40, 0xba, 0xa9, 0xe6,
+ 0x67, 0x7c, 0x42, 0xa3, 0xfd, 0x49, 0xa7, 0xc8, 0x7d, 0xe2, 0xcb, 0x12, 0xed, 0x4f, 0x3b, 0x50,
+ 0xc4, 0xe9, 0x6a, 0x2e, 0xff, 0x9c, 0x44, 0xfb, 0xb3, 0x0e, 0xa0, 0xc5, 0x56, 0x76, 0xd2, 0xc9,
+ 0x8f, 0x2a, 0xb4, 0x1f, 0x77, 0x20, 0xf0, 0x6e, 0x67, 0x87, 0xa1, 0x32, 0x04, 0x8e, 0xe4, 0x43,
+ 0x89, 0x08, 0x30, 0x41, 0xc4, 0xda, 0x9f, 0x77, 0x20, 0x37, 0x5f, 0x53, 0x34, 0xf8, 0xa5, 0x85,
+ 0x98, 0x38, 0xf4, 0x07, 0x81, 0xf6, 0x17, 0x1d, 0xe8, 0x2f, 0x56, 0xd4, 0x24, 0x5d, 0xef, 0x6b,
+ 0x7f, 0xd9, 0x01, 0xeb, 0xdd, 0x2b, 0x2a, 0xd0, 0x1a, 0x9b, 0x53, 0x17, 0xe9, 0xda, 0x4f, 0x3a,
+ 0x50, 0x4b, 0xdd, 0xc8, 0x44, 0x9e, 0xfa, 0xe2, 0x43, 0xfb, 0xab, 0xce, 0x2c, 0x6d, 0xd2, 0xe7,
+ 0x3d, 0xda, 0x5f, 0x4f, 0x68, 0x6b, 0xc6, 0x27, 0x3f, 0xda, 0x4f, 0x3b, 0x8f, 0xbf, 0xc7, 0xb6,
+ 0xa4, 0xc1, 0x8f, 0xf0, 0x4b, 0xbf, 0x57, 0x54, 0xfa, 0x62, 0x3c, 0xc7, 0xd2, 0x14, 0x85, 0xe1,
+ 0x82, 0xc2, 0xb5, 0xff, 0x6a, 0x4d, 0xcf, 0x17, 0xb6, 0xd0, 0xfe, 0xbb, 0xf5, 0xf8, 0x3f, 0x1b,
+ 0xac, 0x5d, 0xf5, 0x6d, 0x8d, 0xac, 0x42, 0xde, 0xf2, 0xe5, 0x8d, 0x4a, 0x8f, 0x95, 0x74, 0xc7,
+ 0xdc, 0x72, 0xc6, 0x2a, 0x5c, 0x2a, 0xa9, 0x76, 0xd3, 0x78, 0x9c, 0x15, 0x34, 0x55, 0x44, 0x22,
+ 0x2e, 0x0e, 0xb8, 0xcf, 0xa1, 0x72, 0xd5, 0xb8, 0xfe, 0x84, 0x75, 0xdf, 0x4a, 0x7d, 0x88, 0x6f,
+ 0x1d, 0x7d, 0xcb, 0x13, 0x36, 0x1d, 0xe8, 0xbf, 0xc0, 0x3e, 0xbe, 0x52, 0x58, 0x2a, 0xcf, 0xc1,
+ 0xbe, 0xea, 0xa3, 0x21, 0xc8, 0xf2, 0xaf, 0x3c, 0x47, 0x1b, 0xfe, 0x7f, 0x16, 0xbe, 0xe4, 0x6f,
+ 0xb4, 0x33, 0x59, 0x76, 0x55, 0x2d, 0xec, 0x1d, 0xf7, 0x5e, 0xb8, 0xf1, 0xc8, 0x4a, 0xec, 0x33,
+ 0xcd, 0x7d, 0x0b, 0xad, 0x38, 0xd1, 0x09, 0xde, 0x9e, 0x6a, 0xdf, 0x87, 0x32, 0xfc, 0x5b, 0x6f,
+ 0xa5, 0x15, 0x17, 0x3e, 0x10, 0x96, 0xe7, 0x8f, 0x4f, 0xd9, 0xda, 0xd4, 0x15, 0x07, 0x78, 0xee,
+ 0x55, 0x97, 0x1c, 0x60, 0xdb, 0x3b, 0xec, 0x46, 0x89, 0x60, 0xff, 0x65, 0x3e, 0x5f, 0xdb, 0x6d,
+ 0x7e, 0x56, 0xfb, 0x51, 0xed, 0x1b, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0xde, 0x29, 0x50, 0xc3,
+ 0xa9, 0x2a, 0x00, 0x00,
+}
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client.pb.go
new file mode 100644
index 00000000..8677b820
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client.pb.go
@@ -0,0 +1,18413 @@
+// Code generated by protoc-gen-go.
+// source: dota_gcmessages_client.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type EMatchGroupServerStatus int32
+
+const (
+ EMatchGroupServerStatus_k_EMatchGroupServerStatus_OK EMatchGroupServerStatus = 0
+ EMatchGroupServerStatus_k_EMatchGroupServerStatus_LimitedAvailability EMatchGroupServerStatus = 1
+ EMatchGroupServerStatus_k_EMatchGroupServerStatus_Offline EMatchGroupServerStatus = 2
+)
+
+var EMatchGroupServerStatus_name = map[int32]string{
+ 0: "k_EMatchGroupServerStatus_OK",
+ 1: "k_EMatchGroupServerStatus_LimitedAvailability",
+ 2: "k_EMatchGroupServerStatus_Offline",
+}
+var EMatchGroupServerStatus_value = map[string]int32{
+ "k_EMatchGroupServerStatus_OK": 0,
+ "k_EMatchGroupServerStatus_LimitedAvailability": 1,
+ "k_EMatchGroupServerStatus_Offline": 2,
+}
+
+func (x EMatchGroupServerStatus) Enum() *EMatchGroupServerStatus {
+ p := new(EMatchGroupServerStatus)
+ *p = x
+ return p
+}
+func (x EMatchGroupServerStatus) String() string {
+ return proto.EnumName(EMatchGroupServerStatus_name, int32(x))
+}
+func (x *EMatchGroupServerStatus) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EMatchGroupServerStatus_value, data, "EMatchGroupServerStatus")
+ if err != nil {
+ return err
+ }
+ *x = EMatchGroupServerStatus(value)
+ return nil
+}
+func (EMatchGroupServerStatus) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{0} }
+
+type DOTA_WatchReplayType int32
+
+const (
+ DOTA_WatchReplayType_DOTA_WATCH_REPLAY_NORMAL DOTA_WatchReplayType = 0
+ DOTA_WatchReplayType_DOTA_WATCH_REPLAY_HIGHLIGHTS DOTA_WatchReplayType = 1
+)
+
+var DOTA_WatchReplayType_name = map[int32]string{
+ 0: "DOTA_WATCH_REPLAY_NORMAL",
+ 1: "DOTA_WATCH_REPLAY_HIGHLIGHTS",
+}
+var DOTA_WatchReplayType_value = map[string]int32{
+ "DOTA_WATCH_REPLAY_NORMAL": 0,
+ "DOTA_WATCH_REPLAY_HIGHLIGHTS": 1,
+}
+
+func (x DOTA_WatchReplayType) Enum() *DOTA_WatchReplayType {
+ p := new(DOTA_WatchReplayType)
+ *p = x
+ return p
+}
+func (x DOTA_WatchReplayType) String() string {
+ return proto.EnumName(DOTA_WatchReplayType_name, int32(x))
+}
+func (x *DOTA_WatchReplayType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_WatchReplayType_value, data, "DOTA_WatchReplayType")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_WatchReplayType(value)
+ return nil
+}
+func (DOTA_WatchReplayType) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{1} }
+
+type EItemEditorReservationResult int32
+
+const (
+ EItemEditorReservationResult_k_EItemEditorReservationResult_OK EItemEditorReservationResult = 1
+ EItemEditorReservationResult_k_EItemEditorReservationResult_AlreadyExists EItemEditorReservationResult = 2
+ EItemEditorReservationResult_k_EItemEditorReservationResult_Reserved EItemEditorReservationResult = 3
+ EItemEditorReservationResult_k_EItemEditorReservationResult_TimedOut EItemEditorReservationResult = 4
+)
+
+var EItemEditorReservationResult_name = map[int32]string{
+ 1: "k_EItemEditorReservationResult_OK",
+ 2: "k_EItemEditorReservationResult_AlreadyExists",
+ 3: "k_EItemEditorReservationResult_Reserved",
+ 4: "k_EItemEditorReservationResult_TimedOut",
+}
+var EItemEditorReservationResult_value = map[string]int32{
+ "k_EItemEditorReservationResult_OK": 1,
+ "k_EItemEditorReservationResult_AlreadyExists": 2,
+ "k_EItemEditorReservationResult_Reserved": 3,
+ "k_EItemEditorReservationResult_TimedOut": 4,
+}
+
+func (x EItemEditorReservationResult) Enum() *EItemEditorReservationResult {
+ p := new(EItemEditorReservationResult)
+ *p = x
+ return p
+}
+func (x EItemEditorReservationResult) String() string {
+ return proto.EnumName(EItemEditorReservationResult_name, int32(x))
+}
+func (x *EItemEditorReservationResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EItemEditorReservationResult_value, data, "EItemEditorReservationResult")
+ if err != nil {
+ return err
+ }
+ *x = EItemEditorReservationResult(value)
+ return nil
+}
+func (EItemEditorReservationResult) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{2} }
+
+type EProfileCardSlotType int32
+
+const (
+ EProfileCardSlotType_k_EProfileCardSlotType_Empty EProfileCardSlotType = 0
+ EProfileCardSlotType_k_EProfileCardSlotType_Stat EProfileCardSlotType = 1
+ EProfileCardSlotType_k_EProfileCardSlotType_Trophy EProfileCardSlotType = 2
+ EProfileCardSlotType_k_EProfileCardSlotType_Item EProfileCardSlotType = 3
+ EProfileCardSlotType_k_EProfileCardSlotType_Hero EProfileCardSlotType = 4
+ EProfileCardSlotType_k_EProfileCardSlotType_Emoticon EProfileCardSlotType = 5
+)
+
+var EProfileCardSlotType_name = map[int32]string{
+ 0: "k_EProfileCardSlotType_Empty",
+ 1: "k_EProfileCardSlotType_Stat",
+ 2: "k_EProfileCardSlotType_Trophy",
+ 3: "k_EProfileCardSlotType_Item",
+ 4: "k_EProfileCardSlotType_Hero",
+ 5: "k_EProfileCardSlotType_Emoticon",
+}
+var EProfileCardSlotType_value = map[string]int32{
+ "k_EProfileCardSlotType_Empty": 0,
+ "k_EProfileCardSlotType_Stat": 1,
+ "k_EProfileCardSlotType_Trophy": 2,
+ "k_EProfileCardSlotType_Item": 3,
+ "k_EProfileCardSlotType_Hero": 4,
+ "k_EProfileCardSlotType_Emoticon": 5,
+}
+
+func (x EProfileCardSlotType) Enum() *EProfileCardSlotType {
+ p := new(EProfileCardSlotType)
+ *p = x
+ return p
+}
+func (x EProfileCardSlotType) String() string {
+ return proto.EnumName(EProfileCardSlotType_name, int32(x))
+}
+func (x *EProfileCardSlotType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EProfileCardSlotType_value, data, "EProfileCardSlotType")
+ if err != nil {
+ return err
+ }
+ *x = EProfileCardSlotType(value)
+ return nil
+}
+func (EProfileCardSlotType) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{3} }
+
+type EFeaturedHeroTextField int32
+
+const (
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_NewHero EFeaturedHeroTextField = 0
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_NewItem EFeaturedHeroTextField = 1
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_ItemSetDescription EFeaturedHeroTextField = 2
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_ItemDescription EFeaturedHeroTextField = 3
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_Hype EFeaturedHeroTextField = 4
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_HeroWinLoss EFeaturedHeroTextField = 5
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_FrequentlyPlayedHero EFeaturedHeroTextField = 6
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_FeaturedItem EFeaturedHeroTextField = 7
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_PopularItem EFeaturedHeroTextField = 8
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_SaleItem EFeaturedHeroTextField = 9
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_SaleDiscount EFeaturedHeroTextField = 10
+ EFeaturedHeroTextField_k_EFeaturedHeroTextField_Container EFeaturedHeroTextField = 11
+)
+
+var EFeaturedHeroTextField_name = map[int32]string{
+ 0: "k_EFeaturedHeroTextField_NewHero",
+ 1: "k_EFeaturedHeroTextField_NewItem",
+ 2: "k_EFeaturedHeroTextField_ItemSetDescription",
+ 3: "k_EFeaturedHeroTextField_ItemDescription",
+ 4: "k_EFeaturedHeroTextField_Hype",
+ 5: "k_EFeaturedHeroTextField_HeroWinLoss",
+ 6: "k_EFeaturedHeroTextField_FrequentlyPlayedHero",
+ 7: "k_EFeaturedHeroTextField_FeaturedItem",
+ 8: "k_EFeaturedHeroTextField_PopularItem",
+ 9: "k_EFeaturedHeroTextField_SaleItem",
+ 10: "k_EFeaturedHeroTextField_SaleDiscount",
+ 11: "k_EFeaturedHeroTextField_Container",
+}
+var EFeaturedHeroTextField_value = map[string]int32{
+ "k_EFeaturedHeroTextField_NewHero": 0,
+ "k_EFeaturedHeroTextField_NewItem": 1,
+ "k_EFeaturedHeroTextField_ItemSetDescription": 2,
+ "k_EFeaturedHeroTextField_ItemDescription": 3,
+ "k_EFeaturedHeroTextField_Hype": 4,
+ "k_EFeaturedHeroTextField_HeroWinLoss": 5,
+ "k_EFeaturedHeroTextField_FrequentlyPlayedHero": 6,
+ "k_EFeaturedHeroTextField_FeaturedItem": 7,
+ "k_EFeaturedHeroTextField_PopularItem": 8,
+ "k_EFeaturedHeroTextField_SaleItem": 9,
+ "k_EFeaturedHeroTextField_SaleDiscount": 10,
+ "k_EFeaturedHeroTextField_Container": 11,
+}
+
+func (x EFeaturedHeroTextField) Enum() *EFeaturedHeroTextField {
+ p := new(EFeaturedHeroTextField)
+ *p = x
+ return p
+}
+func (x EFeaturedHeroTextField) String() string {
+ return proto.EnumName(EFeaturedHeroTextField_name, int32(x))
+}
+func (x *EFeaturedHeroTextField) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EFeaturedHeroTextField_value, data, "EFeaturedHeroTextField")
+ if err != nil {
+ return err
+ }
+ *x = EFeaturedHeroTextField(value)
+ return nil
+}
+func (EFeaturedHeroTextField) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{4} }
+
+type EFeaturedHeroDataType int32
+
+const (
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroID EFeaturedHeroDataType = 0
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_ItemDef EFeaturedHeroDataType = 1
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_HypeString EFeaturedHeroDataType = 2
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_StartTimestamp EFeaturedHeroDataType = 3
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_ExpireTimestamp EFeaturedHeroDataType = 4
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroWins EFeaturedHeroDataType = 5
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroLosses EFeaturedHeroDataType = 6
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_SaleDiscount EFeaturedHeroDataType = 7
+ EFeaturedHeroDataType_k_EFeaturedHeroDataType_ContainerItemDef EFeaturedHeroDataType = 8
+)
+
+var EFeaturedHeroDataType_name = map[int32]string{
+ 0: "k_EFeaturedHeroDataType_HeroID",
+ 1: "k_EFeaturedHeroDataType_ItemDef",
+ 2: "k_EFeaturedHeroDataType_HypeString",
+ 3: "k_EFeaturedHeroDataType_StartTimestamp",
+ 4: "k_EFeaturedHeroDataType_ExpireTimestamp",
+ 5: "k_EFeaturedHeroDataType_HeroWins",
+ 6: "k_EFeaturedHeroDataType_HeroLosses",
+ 7: "k_EFeaturedHeroDataType_SaleDiscount",
+ 8: "k_EFeaturedHeroDataType_ContainerItemDef",
+}
+var EFeaturedHeroDataType_value = map[string]int32{
+ "k_EFeaturedHeroDataType_HeroID": 0,
+ "k_EFeaturedHeroDataType_ItemDef": 1,
+ "k_EFeaturedHeroDataType_HypeString": 2,
+ "k_EFeaturedHeroDataType_StartTimestamp": 3,
+ "k_EFeaturedHeroDataType_ExpireTimestamp": 4,
+ "k_EFeaturedHeroDataType_HeroWins": 5,
+ "k_EFeaturedHeroDataType_HeroLosses": 6,
+ "k_EFeaturedHeroDataType_SaleDiscount": 7,
+ "k_EFeaturedHeroDataType_ContainerItemDef": 8,
+}
+
+func (x EFeaturedHeroDataType) Enum() *EFeaturedHeroDataType {
+ p := new(EFeaturedHeroDataType)
+ *p = x
+ return p
+}
+func (x EFeaturedHeroDataType) String() string {
+ return proto.EnumName(EFeaturedHeroDataType_name, int32(x))
+}
+func (x *EFeaturedHeroDataType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EFeaturedHeroDataType_value, data, "EFeaturedHeroDataType")
+ if err != nil {
+ return err
+ }
+ *x = EFeaturedHeroDataType(value)
+ return nil
+}
+func (EFeaturedHeroDataType) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{5} }
+
+type EDOTAGroupMergeResult int32
+
+const (
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_OK EDOTAGroupMergeResult = 0
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_FAILED_GENERIC EDOTAGroupMergeResult = 1
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_NOT_LEADER EDOTAGroupMergeResult = 2
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_TOO_MANY_PLAYERS EDOTAGroupMergeResult = 3
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_TOO_MANY_COACHES EDOTAGroupMergeResult = 4
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_ENGINE_MISMATCH EDOTAGroupMergeResult = 5
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_NO_SUCH_GROUP EDOTAGroupMergeResult = 6
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_OTHER_GROUP_NOT_OPEN EDOTAGroupMergeResult = 7
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_ALREADY_INVITED EDOTAGroupMergeResult = 8
+ EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_NOT_INVITED EDOTAGroupMergeResult = 9
+)
+
+var EDOTAGroupMergeResult_name = map[int32]string{
+ 0: "k_EDOTAGroupMergeResult_OK",
+ 1: "k_EDOTAGroupMergeResult_FAILED_GENERIC",
+ 2: "k_EDOTAGroupMergeResult_NOT_LEADER",
+ 3: "k_EDOTAGroupMergeResult_TOO_MANY_PLAYERS",
+ 4: "k_EDOTAGroupMergeResult_TOO_MANY_COACHES",
+ 5: "k_EDOTAGroupMergeResult_ENGINE_MISMATCH",
+ 6: "k_EDOTAGroupMergeResult_NO_SUCH_GROUP",
+ 7: "k_EDOTAGroupMergeResult_OTHER_GROUP_NOT_OPEN",
+ 8: "k_EDOTAGroupMergeResult_ALREADY_INVITED",
+ 9: "k_EDOTAGroupMergeResult_NOT_INVITED",
+}
+var EDOTAGroupMergeResult_value = map[string]int32{
+ "k_EDOTAGroupMergeResult_OK": 0,
+ "k_EDOTAGroupMergeResult_FAILED_GENERIC": 1,
+ "k_EDOTAGroupMergeResult_NOT_LEADER": 2,
+ "k_EDOTAGroupMergeResult_TOO_MANY_PLAYERS": 3,
+ "k_EDOTAGroupMergeResult_TOO_MANY_COACHES": 4,
+ "k_EDOTAGroupMergeResult_ENGINE_MISMATCH": 5,
+ "k_EDOTAGroupMergeResult_NO_SUCH_GROUP": 6,
+ "k_EDOTAGroupMergeResult_OTHER_GROUP_NOT_OPEN": 7,
+ "k_EDOTAGroupMergeResult_ALREADY_INVITED": 8,
+ "k_EDOTAGroupMergeResult_NOT_INVITED": 9,
+}
+
+func (x EDOTAGroupMergeResult) Enum() *EDOTAGroupMergeResult {
+ p := new(EDOTAGroupMergeResult)
+ *p = x
+ return p
+}
+func (x EDOTAGroupMergeResult) String() string {
+ return proto.EnumName(EDOTAGroupMergeResult_name, int32(x))
+}
+func (x *EDOTAGroupMergeResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EDOTAGroupMergeResult_value, data, "EDOTAGroupMergeResult")
+ if err != nil {
+ return err
+ }
+ *x = EDOTAGroupMergeResult(value)
+ return nil
+}
+func (EDOTAGroupMergeResult) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{6} }
+
+type CMsgDOTAMatch_ReplayState int32
+
+const (
+ CMsgDOTAMatch_REPLAY_AVAILABLE CMsgDOTAMatch_ReplayState = 0
+ CMsgDOTAMatch_REPLAY_NOT_RECORDED CMsgDOTAMatch_ReplayState = 1
+ CMsgDOTAMatch_REPLAY_EXPIRED CMsgDOTAMatch_ReplayState = 2
+)
+
+var CMsgDOTAMatch_ReplayState_name = map[int32]string{
+ 0: "REPLAY_AVAILABLE",
+ 1: "REPLAY_NOT_RECORDED",
+ 2: "REPLAY_EXPIRED",
+}
+var CMsgDOTAMatch_ReplayState_value = map[string]int32{
+ "REPLAY_AVAILABLE": 0,
+ "REPLAY_NOT_RECORDED": 1,
+ "REPLAY_EXPIRED": 2,
+}
+
+func (x CMsgDOTAMatch_ReplayState) Enum() *CMsgDOTAMatch_ReplayState {
+ p := new(CMsgDOTAMatch_ReplayState)
+ *p = x
+ return p
+}
+func (x CMsgDOTAMatch_ReplayState) String() string {
+ return proto.EnumName(CMsgDOTAMatch_ReplayState_name, int32(x))
+}
+func (x *CMsgDOTAMatch_ReplayState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAMatch_ReplayState_value, data, "CMsgDOTAMatch_ReplayState")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAMatch_ReplayState(value)
+ return nil
+}
+func (CMsgDOTAMatch_ReplayState) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{58, 0}
+}
+
+type CMsgDOTARequestMatches_SkillLevel int32
+
+const (
+ CMsgDOTARequestMatches_Any CMsgDOTARequestMatches_SkillLevel = 0
+ CMsgDOTARequestMatches_Normal CMsgDOTARequestMatches_SkillLevel = 1
+ CMsgDOTARequestMatches_High CMsgDOTARequestMatches_SkillLevel = 2
+ CMsgDOTARequestMatches_VeryHigh CMsgDOTARequestMatches_SkillLevel = 3
+)
+
+var CMsgDOTARequestMatches_SkillLevel_name = map[int32]string{
+ 0: "Any",
+ 1: "Normal",
+ 2: "High",
+ 3: "VeryHigh",
+}
+var CMsgDOTARequestMatches_SkillLevel_value = map[string]int32{
+ "Any": 0,
+ "Normal": 1,
+ "High": 2,
+ "VeryHigh": 3,
+}
+
+func (x CMsgDOTARequestMatches_SkillLevel) Enum() *CMsgDOTARequestMatches_SkillLevel {
+ p := new(CMsgDOTARequestMatches_SkillLevel)
+ *p = x
+ return p
+}
+func (x CMsgDOTARequestMatches_SkillLevel) String() string {
+ return proto.EnumName(CMsgDOTARequestMatches_SkillLevel_name, int32(x))
+}
+func (x *CMsgDOTARequestMatches_SkillLevel) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTARequestMatches_SkillLevel_value, data, "CMsgDOTARequestMatches_SkillLevel")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTARequestMatches_SkillLevel(value)
+ return nil
+}
+func (CMsgDOTARequestMatches_SkillLevel) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{62, 0}
+}
+
+type CMsgDOTAPopup_PopupID int32
+
+const (
+ CMsgDOTAPopup_KICKED_FROM_LOBBY CMsgDOTAPopup_PopupID = 0
+ CMsgDOTAPopup_KICKED_FROM_PARTY CMsgDOTAPopup_PopupID = 1
+ CMsgDOTAPopup_KICKED_FROM_TEAM CMsgDOTAPopup_PopupID = 2
+ CMsgDOTAPopup_TEAM_WAS_DISBANDED CMsgDOTAPopup_PopupID = 3
+ CMsgDOTAPopup_TEAM_MATCHMAKE_ALREADY_MATCH CMsgDOTAPopup_PopupID = 4
+ CMsgDOTAPopup_TEAM_MATCHMAKE_ALREADY_FINDING CMsgDOTAPopup_PopupID = 5
+ CMsgDOTAPopup_TEAM_MATCHMAKE_FULL CMsgDOTAPopup_PopupID = 6
+ CMsgDOTAPopup_TEAM_MATCHMAKE_FAIL_ADD CMsgDOTAPopup_PopupID = 7
+ CMsgDOTAPopup_TEAM_MATCHMAKE_FAIL_ADD_CURRENT CMsgDOTAPopup_PopupID = 8
+ CMsgDOTAPopup_TEAM_MATCHMAKE_FAILED_TEAM_MEMBER CMsgDOTAPopup_PopupID = 9
+ CMsgDOTAPopup_TEAM_MATCHMAKE_ALREADY_GAME CMsgDOTAPopup_PopupID = 10
+ CMsgDOTAPopup_TEAM_MATCHMAKE_FAIL_GET_PARTY CMsgDOTAPopup_PopupID = 11
+ CMsgDOTAPopup_MATCHMAKING_DISABLED CMsgDOTAPopup_PopupID = 12
+ CMsgDOTAPopup_INVITE_DENIED CMsgDOTAPopup_PopupID = 13
+ CMsgDOTAPopup_PARTY_FULL CMsgDOTAPopup_PopupID = 14
+ CMsgDOTAPopup_MADE_ADMIN CMsgDOTAPopup_PopupID = 15
+ CMsgDOTAPopup_NEED_TO_PURCHASE CMsgDOTAPopup_PopupID = 16
+ CMsgDOTAPopup_SIGNON_MESSAGE CMsgDOTAPopup_PopupID = 17
+ CMsgDOTAPopup_GUILD_KICKED CMsgDOTAPopup_PopupID = 18
+ CMsgDOTAPopup_MATCHMAKING_REGION_OFFLINE CMsgDOTAPopup_PopupID = 19
+ CMsgDOTAPopup_TOO_MANY_MATCHGROUPS CMsgDOTAPopup_PopupID = 20
+ CMsgDOTAPopup_TOURNAMENT_GAME_NOT_FOUND CMsgDOTAPopup_PopupID = 21
+ CMsgDOTAPopup_TOURNAMENT_GAME_HAS_LOBBY_ID CMsgDOTAPopup_PopupID = 22
+ CMsgDOTAPopup_TOURNAMENT_GAME_HAS_MATCH_ID CMsgDOTAPopup_PopupID = 23
+ CMsgDOTAPopup_TOURNAMENT_GAME_HAS_NO_RADIANT_TEAM CMsgDOTAPopup_PopupID = 24
+ CMsgDOTAPopup_TOURNAMENT_GAME_HAS_NO_DIRE_TEAM CMsgDOTAPopup_PopupID = 25
+ CMsgDOTAPopup_TOURNAMENT_GAME_SQL_UPDATE_FAILED CMsgDOTAPopup_PopupID = 26
+ CMsgDOTAPopup_NOT_LEAGUE_ADMIN CMsgDOTAPopup_PopupID = 27
+ CMsgDOTAPopup_PARTY_NOT_VALID_TO_MM CMsgDOTAPopup_PopupID = 28
+ CMsgDOTAPopup_PARTY_NOT_VALID_TO_MM_COACHCOUNT CMsgDOTAPopup_PopupID = 29
+ CMsgDOTAPopup_PARTY_MEMBER_IN_ANOTHER_GAME CMsgDOTAPopup_PopupID = 30
+ CMsgDOTAPopup_PARTY_MEMBER_IN_LOW_PRIORITY CMsgDOTAPopup_PopupID = 31
+ CMsgDOTAPopup_CLIENT_OUT_OF_DATE CMsgDOTAPopup_PopupID = 32
+ CMsgDOTAPopup_COMPETITIVE_MM_NO_COACHES CMsgDOTAPopup_PopupID = 33
+ CMsgDOTAPopup_COMPETITIVE_MM_NO_LOW_PRIORITY CMsgDOTAPopup_PopupID = 34
+ CMsgDOTAPopup_COMPETITIVE_MM_NOT_UNLOCKED CMsgDOTAPopup_PopupID = 35
+ CMsgDOTAPopup_COMPETITIVE_MM_GAME_MODE_NOT_ALLOWED CMsgDOTAPopup_PopupID = 36
+ CMsgDOTAPopup_GAME_MODE_NOT_UNLOCKED CMsgDOTAPopup_PopupID = 37
+ CMsgDOTAPopup_SAVE_GAME_CORRUPT CMsgDOTAPopup_PopupID = 38
+ CMsgDOTAPopup_INSUFFICIENT_INGOTS CMsgDOTAPopup_PopupID = 39
+ CMsgDOTAPopup_COMPETITIVE_MM_NO_4STACKS CMsgDOTAPopup_PopupID = 40
+ CMsgDOTAPopup_COMPETITIVE_MM_PARTY_MMR_SPREAD_TOO_LARGE CMsgDOTAPopup_PopupID = 41
+ CMsgDOTAPopup_COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_PLAY_MORE_CASUAL CMsgDOTAPopup_PopupID = 42
+ CMsgDOTAPopup_COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_IN_PARTY CMsgDOTAPopup_PopupID = 43
+ CMsgDOTAPopup_PARTY_LEADER_JOINED_LOBBY CMsgDOTAPopup_PopupID = 44
+ CMsgDOTAPopup_MM_1V1_NO_PARTIES CMsgDOTAPopup_PopupID = 45
+ CMsgDOTAPopup_MM_1V1_NO_LOW_PRIORITY CMsgDOTAPopup_PopupID = 46
+ CMsgDOTAPopup_WEEKEND_TOURNEY_REGISTRATION_NOT_OPEN CMsgDOTAPopup_PopupID = 47
+ CMsgDOTAPopup_WEEKEND_TOURNEY_UNMATCHED CMsgDOTAPopup_PopupID = 48
+ CMsgDOTAPopup_POST_MATCH_SURVEY CMsgDOTAPopup_PopupID = 49
+ CMsgDOTAPopup_TROPHY_AWARDED CMsgDOTAPopup_PopupID = 50
+ CMsgDOTAPopup_TROPHY_LEVEL_UP CMsgDOTAPopup_PopupID = 51
+ CMsgDOTAPopup_ALL_HERO_CHALLENGE_PROGRESS CMsgDOTAPopup_PopupID = 52
+ CMsgDOTAPopup_NEED_INITIAL_SKILL CMsgDOTAPopup_PopupID = 53
+ CMsgDOTAPopup_NEED_INITIAL_SKILL_IN_PARTY CMsgDOTAPopup_PopupID = 54
+ CMsgDOTAPopup_TARGET_ENGINE_MISMATCH CMsgDOTAPopup_PopupID = 55
+ CMsgDOTAPopup_VAC_NOT_VERIFIED CMsgDOTAPopup_PopupID = 56
+ CMsgDOTAPopup_KICKED_FROM_QUEUE_EVENT_STARTING CMsgDOTAPopup_PopupID = 57
+ CMsgDOTAPopup_KICKED_FROM_QUEUE_EVENT_ENDING CMsgDOTAPopup_PopupID = 58
+ CMsgDOTAPopup_EVENT_NO_LOW_PRIORITY CMsgDOTAPopup_PopupID = 59
+ CMsgDOTAPopup_MM_LOW_PRI_ONLY_CASUAL_AR CMsgDOTAPopup_PopupID = 60
+ CMsgDOTAPopup_CNY2015_ONCE_PER_ROUND CMsgDOTAPopup_PopupID = 61
+ CMsgDOTAPopup_LOBBY_FULL CMsgDOTAPopup_PopupID = 62
+ CMsgDOTAPopup_EVENT_POINTS_EARNED CMsgDOTAPopup_PopupID = 63
+ CMsgDOTAPopup_CUSTOM_GAME_INCORRECT_VERSION CMsgDOTAPopup_PopupID = 64
+ CMsgDOTAPopup_COMPETITIVE_MM_MMR_TOO_HIGH_S2 CMsgDOTAPopup_PopupID = 65
+ CMsgDOTAPopup_LIMITED_USER_CHAT CMsgDOTAPopup_PopupID = 66
+ CMsgDOTAPopup_EVENT_PREMIUM_POINTS_EARNED CMsgDOTAPopup_PopupID = 67
+)
+
+var CMsgDOTAPopup_PopupID_name = map[int32]string{
+ 0: "KICKED_FROM_LOBBY",
+ 1: "KICKED_FROM_PARTY",
+ 2: "KICKED_FROM_TEAM",
+ 3: "TEAM_WAS_DISBANDED",
+ 4: "TEAM_MATCHMAKE_ALREADY_MATCH",
+ 5: "TEAM_MATCHMAKE_ALREADY_FINDING",
+ 6: "TEAM_MATCHMAKE_FULL",
+ 7: "TEAM_MATCHMAKE_FAIL_ADD",
+ 8: "TEAM_MATCHMAKE_FAIL_ADD_CURRENT",
+ 9: "TEAM_MATCHMAKE_FAILED_TEAM_MEMBER",
+ 10: "TEAM_MATCHMAKE_ALREADY_GAME",
+ 11: "TEAM_MATCHMAKE_FAIL_GET_PARTY",
+ 12: "MATCHMAKING_DISABLED",
+ 13: "INVITE_DENIED",
+ 14: "PARTY_FULL",
+ 15: "MADE_ADMIN",
+ 16: "NEED_TO_PURCHASE",
+ 17: "SIGNON_MESSAGE",
+ 18: "GUILD_KICKED",
+ 19: "MATCHMAKING_REGION_OFFLINE",
+ 20: "TOO_MANY_MATCHGROUPS",
+ 21: "TOURNAMENT_GAME_NOT_FOUND",
+ 22: "TOURNAMENT_GAME_HAS_LOBBY_ID",
+ 23: "TOURNAMENT_GAME_HAS_MATCH_ID",
+ 24: "TOURNAMENT_GAME_HAS_NO_RADIANT_TEAM",
+ 25: "TOURNAMENT_GAME_HAS_NO_DIRE_TEAM",
+ 26: "TOURNAMENT_GAME_SQL_UPDATE_FAILED",
+ 27: "NOT_LEAGUE_ADMIN",
+ 28: "PARTY_NOT_VALID_TO_MM",
+ 29: "PARTY_NOT_VALID_TO_MM_COACHCOUNT",
+ 30: "PARTY_MEMBER_IN_ANOTHER_GAME",
+ 31: "PARTY_MEMBER_IN_LOW_PRIORITY",
+ 32: "CLIENT_OUT_OF_DATE",
+ 33: "COMPETITIVE_MM_NO_COACHES",
+ 34: "COMPETITIVE_MM_NO_LOW_PRIORITY",
+ 35: "COMPETITIVE_MM_NOT_UNLOCKED",
+ 36: "COMPETITIVE_MM_GAME_MODE_NOT_ALLOWED",
+ 37: "GAME_MODE_NOT_UNLOCKED",
+ 38: "SAVE_GAME_CORRUPT",
+ 39: "INSUFFICIENT_INGOTS",
+ 40: "COMPETITIVE_MM_NO_4STACKS",
+ 41: "COMPETITIVE_MM_PARTY_MMR_SPREAD_TOO_LARGE",
+ 42: "COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_PLAY_MORE_CASUAL",
+ 43: "COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_IN_PARTY",
+ 44: "PARTY_LEADER_JOINED_LOBBY",
+ 45: "MM_1V1_NO_PARTIES",
+ 46: "MM_1V1_NO_LOW_PRIORITY",
+ 47: "WEEKEND_TOURNEY_REGISTRATION_NOT_OPEN",
+ 48: "WEEKEND_TOURNEY_UNMATCHED",
+ 49: "POST_MATCH_SURVEY",
+ 50: "TROPHY_AWARDED",
+ 51: "TROPHY_LEVEL_UP",
+ 52: "ALL_HERO_CHALLENGE_PROGRESS",
+ 53: "NEED_INITIAL_SKILL",
+ 54: "NEED_INITIAL_SKILL_IN_PARTY",
+ 55: "TARGET_ENGINE_MISMATCH",
+ 56: "VAC_NOT_VERIFIED",
+ 57: "KICKED_FROM_QUEUE_EVENT_STARTING",
+ 58: "KICKED_FROM_QUEUE_EVENT_ENDING",
+ 59: "EVENT_NO_LOW_PRIORITY",
+ 60: "MM_LOW_PRI_ONLY_CASUAL_AR",
+ 61: "CNY2015_ONCE_PER_ROUND",
+ 62: "LOBBY_FULL",
+ 63: "EVENT_POINTS_EARNED",
+ 64: "CUSTOM_GAME_INCORRECT_VERSION",
+ 65: "COMPETITIVE_MM_MMR_TOO_HIGH_S2",
+ 66: "LIMITED_USER_CHAT",
+ 67: "EVENT_PREMIUM_POINTS_EARNED",
+}
+var CMsgDOTAPopup_PopupID_value = map[string]int32{
+ "KICKED_FROM_LOBBY": 0,
+ "KICKED_FROM_PARTY": 1,
+ "KICKED_FROM_TEAM": 2,
+ "TEAM_WAS_DISBANDED": 3,
+ "TEAM_MATCHMAKE_ALREADY_MATCH": 4,
+ "TEAM_MATCHMAKE_ALREADY_FINDING": 5,
+ "TEAM_MATCHMAKE_FULL": 6,
+ "TEAM_MATCHMAKE_FAIL_ADD": 7,
+ "TEAM_MATCHMAKE_FAIL_ADD_CURRENT": 8,
+ "TEAM_MATCHMAKE_FAILED_TEAM_MEMBER": 9,
+ "TEAM_MATCHMAKE_ALREADY_GAME": 10,
+ "TEAM_MATCHMAKE_FAIL_GET_PARTY": 11,
+ "MATCHMAKING_DISABLED": 12,
+ "INVITE_DENIED": 13,
+ "PARTY_FULL": 14,
+ "MADE_ADMIN": 15,
+ "NEED_TO_PURCHASE": 16,
+ "SIGNON_MESSAGE": 17,
+ "GUILD_KICKED": 18,
+ "MATCHMAKING_REGION_OFFLINE": 19,
+ "TOO_MANY_MATCHGROUPS": 20,
+ "TOURNAMENT_GAME_NOT_FOUND": 21,
+ "TOURNAMENT_GAME_HAS_LOBBY_ID": 22,
+ "TOURNAMENT_GAME_HAS_MATCH_ID": 23,
+ "TOURNAMENT_GAME_HAS_NO_RADIANT_TEAM": 24,
+ "TOURNAMENT_GAME_HAS_NO_DIRE_TEAM": 25,
+ "TOURNAMENT_GAME_SQL_UPDATE_FAILED": 26,
+ "NOT_LEAGUE_ADMIN": 27,
+ "PARTY_NOT_VALID_TO_MM": 28,
+ "PARTY_NOT_VALID_TO_MM_COACHCOUNT": 29,
+ "PARTY_MEMBER_IN_ANOTHER_GAME": 30,
+ "PARTY_MEMBER_IN_LOW_PRIORITY": 31,
+ "CLIENT_OUT_OF_DATE": 32,
+ "COMPETITIVE_MM_NO_COACHES": 33,
+ "COMPETITIVE_MM_NO_LOW_PRIORITY": 34,
+ "COMPETITIVE_MM_NOT_UNLOCKED": 35,
+ "COMPETITIVE_MM_GAME_MODE_NOT_ALLOWED": 36,
+ "GAME_MODE_NOT_UNLOCKED": 37,
+ "SAVE_GAME_CORRUPT": 38,
+ "INSUFFICIENT_INGOTS": 39,
+ "COMPETITIVE_MM_NO_4STACKS": 40,
+ "COMPETITIVE_MM_PARTY_MMR_SPREAD_TOO_LARGE": 41,
+ "COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_PLAY_MORE_CASUAL": 42,
+ "COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_IN_PARTY": 43,
+ "PARTY_LEADER_JOINED_LOBBY": 44,
+ "MM_1V1_NO_PARTIES": 45,
+ "MM_1V1_NO_LOW_PRIORITY": 46,
+ "WEEKEND_TOURNEY_REGISTRATION_NOT_OPEN": 47,
+ "WEEKEND_TOURNEY_UNMATCHED": 48,
+ "POST_MATCH_SURVEY": 49,
+ "TROPHY_AWARDED": 50,
+ "TROPHY_LEVEL_UP": 51,
+ "ALL_HERO_CHALLENGE_PROGRESS": 52,
+ "NEED_INITIAL_SKILL": 53,
+ "NEED_INITIAL_SKILL_IN_PARTY": 54,
+ "TARGET_ENGINE_MISMATCH": 55,
+ "VAC_NOT_VERIFIED": 56,
+ "KICKED_FROM_QUEUE_EVENT_STARTING": 57,
+ "KICKED_FROM_QUEUE_EVENT_ENDING": 58,
+ "EVENT_NO_LOW_PRIORITY": 59,
+ "MM_LOW_PRI_ONLY_CASUAL_AR": 60,
+ "CNY2015_ONCE_PER_ROUND": 61,
+ "LOBBY_FULL": 62,
+ "EVENT_POINTS_EARNED": 63,
+ "CUSTOM_GAME_INCORRECT_VERSION": 64,
+ "COMPETITIVE_MM_MMR_TOO_HIGH_S2": 65,
+ "LIMITED_USER_CHAT": 66,
+ "EVENT_PREMIUM_POINTS_EARNED": 67,
+}
+
+func (x CMsgDOTAPopup_PopupID) Enum() *CMsgDOTAPopup_PopupID {
+ p := new(CMsgDOTAPopup_PopupID)
+ *p = x
+ return p
+}
+func (x CMsgDOTAPopup_PopupID) String() string {
+ return proto.EnumName(CMsgDOTAPopup_PopupID_name, int32(x))
+}
+func (x *CMsgDOTAPopup_PopupID) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAPopup_PopupID_value, data, "CMsgDOTAPopup_PopupID")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAPopup_PopupID(value)
+ return nil
+}
+func (CMsgDOTAPopup_PopupID) EnumDescriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{64, 0} }
+
+type CMsgDOTACreateTeamResponse_Result int32
+
+const (
+ CMsgDOTACreateTeamResponse_INVALID CMsgDOTACreateTeamResponse_Result = -1
+ CMsgDOTACreateTeamResponse_SUCCESS CMsgDOTACreateTeamResponse_Result = 0
+ CMsgDOTACreateTeamResponse_NAME_EMPTY CMsgDOTACreateTeamResponse_Result = 1
+ CMsgDOTACreateTeamResponse_NAME_BAD_CHARACTERS CMsgDOTACreateTeamResponse_Result = 2
+ CMsgDOTACreateTeamResponse_NAME_TAKEN CMsgDOTACreateTeamResponse_Result = 3
+ CMsgDOTACreateTeamResponse_NAME_TOO_LONG CMsgDOTACreateTeamResponse_Result = 4
+ CMsgDOTACreateTeamResponse_TAG_EMPTY CMsgDOTACreateTeamResponse_Result = 5
+ CMsgDOTACreateTeamResponse_TAG_BAD_CHARACTERS CMsgDOTACreateTeamResponse_Result = 6
+ CMsgDOTACreateTeamResponse_TAG_TAKEN CMsgDOTACreateTeamResponse_Result = 7
+ CMsgDOTACreateTeamResponse_TAG_TOO_LONG CMsgDOTACreateTeamResponse_Result = 8
+ CMsgDOTACreateTeamResponse_CREATOR_BUSY CMsgDOTACreateTeamResponse_Result = 9
+ CMsgDOTACreateTeamResponse_UNSPECIFIED_ERROR CMsgDOTACreateTeamResponse_Result = 10
+ CMsgDOTACreateTeamResponse_CREATOR_TEAM_LIMIT_REACHED CMsgDOTACreateTeamResponse_Result = 11
+ CMsgDOTACreateTeamResponse_NO_LOGO CMsgDOTACreateTeamResponse_Result = 12
+ CMsgDOTACreateTeamResponse_CREATOR_TEAM_CREATION_COOLDOWN CMsgDOTACreateTeamResponse_Result = 13
+ CMsgDOTACreateTeamResponse_LOGO_UPLOAD_FAILED CMsgDOTACreateTeamResponse_Result = 14
+ CMsgDOTACreateTeamResponse_NAME_CHANGED_TOO_RECENTLY CMsgDOTACreateTeamResponse_Result = 15
+ CMsgDOTACreateTeamResponse_CREATOR_INSUFFICIENT_LEVEL CMsgDOTACreateTeamResponse_Result = 16
+)
+
+var CMsgDOTACreateTeamResponse_Result_name = map[int32]string{
+ -1: "INVALID",
+ 0: "SUCCESS",
+ 1: "NAME_EMPTY",
+ 2: "NAME_BAD_CHARACTERS",
+ 3: "NAME_TAKEN",
+ 4: "NAME_TOO_LONG",
+ 5: "TAG_EMPTY",
+ 6: "TAG_BAD_CHARACTERS",
+ 7: "TAG_TAKEN",
+ 8: "TAG_TOO_LONG",
+ 9: "CREATOR_BUSY",
+ 10: "UNSPECIFIED_ERROR",
+ 11: "CREATOR_TEAM_LIMIT_REACHED",
+ 12: "NO_LOGO",
+ 13: "CREATOR_TEAM_CREATION_COOLDOWN",
+ 14: "LOGO_UPLOAD_FAILED",
+ 15: "NAME_CHANGED_TOO_RECENTLY",
+ 16: "CREATOR_INSUFFICIENT_LEVEL",
+}
+var CMsgDOTACreateTeamResponse_Result_value = map[string]int32{
+ "INVALID": -1,
+ "SUCCESS": 0,
+ "NAME_EMPTY": 1,
+ "NAME_BAD_CHARACTERS": 2,
+ "NAME_TAKEN": 3,
+ "NAME_TOO_LONG": 4,
+ "TAG_EMPTY": 5,
+ "TAG_BAD_CHARACTERS": 6,
+ "TAG_TAKEN": 7,
+ "TAG_TOO_LONG": 8,
+ "CREATOR_BUSY": 9,
+ "UNSPECIFIED_ERROR": 10,
+ "CREATOR_TEAM_LIMIT_REACHED": 11,
+ "NO_LOGO": 12,
+ "CREATOR_TEAM_CREATION_COOLDOWN": 13,
+ "LOGO_UPLOAD_FAILED": 14,
+ "NAME_CHANGED_TOO_RECENTLY": 15,
+ "CREATOR_INSUFFICIENT_LEVEL": 16,
+}
+
+func (x CMsgDOTACreateTeamResponse_Result) Enum() *CMsgDOTACreateTeamResponse_Result {
+ p := new(CMsgDOTACreateTeamResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTACreateTeamResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTACreateTeamResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTACreateTeamResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTACreateTeamResponse_Result_value, data, "CMsgDOTACreateTeamResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTACreateTeamResponse_Result(value)
+ return nil
+}
+func (CMsgDOTACreateTeamResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{70, 0}
+}
+
+type CMsgDOTAEditTeamLogoResponse_Result int32
+
+const (
+ CMsgDOTAEditTeamLogoResponse_INVALID CMsgDOTAEditTeamLogoResponse_Result = -1
+ CMsgDOTAEditTeamLogoResponse_SUCCESS CMsgDOTAEditTeamLogoResponse_Result = 0
+ CMsgDOTAEditTeamLogoResponse_CREATOR_BUSY CMsgDOTAEditTeamLogoResponse_Result = 9
+ CMsgDOTAEditTeamLogoResponse_UNSPECIFIED_ERROR CMsgDOTAEditTeamLogoResponse_Result = 10
+ CMsgDOTAEditTeamLogoResponse_NO_LOGO CMsgDOTAEditTeamLogoResponse_Result = 12
+)
+
+var CMsgDOTAEditTeamLogoResponse_Result_name = map[int32]string{
+ -1: "INVALID",
+ 0: "SUCCESS",
+ 9: "CREATOR_BUSY",
+ 10: "UNSPECIFIED_ERROR",
+ 12: "NO_LOGO",
+}
+var CMsgDOTAEditTeamLogoResponse_Result_value = map[string]int32{
+ "INVALID": -1,
+ "SUCCESS": 0,
+ "CREATOR_BUSY": 9,
+ "UNSPECIFIED_ERROR": 10,
+ "NO_LOGO": 12,
+}
+
+func (x CMsgDOTAEditTeamLogoResponse_Result) Enum() *CMsgDOTAEditTeamLogoResponse_Result {
+ p := new(CMsgDOTAEditTeamLogoResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTAEditTeamLogoResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTAEditTeamLogoResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTAEditTeamLogoResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAEditTeamLogoResponse_Result_value, data, "CMsgDOTAEditTeamLogoResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAEditTeamLogoResponse_Result(value)
+ return nil
+}
+func (CMsgDOTAEditTeamLogoResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{73, 0}
+}
+
+type CMsgDOTAEditTeamDetailsResponse_Result int32
+
+const (
+ CMsgDOTAEditTeamDetailsResponse_INVALID CMsgDOTAEditTeamDetailsResponse_Result = -1
+ CMsgDOTAEditTeamDetailsResponse_SUCCESS CMsgDOTAEditTeamDetailsResponse_Result = 0
+ CMsgDOTAEditTeamDetailsResponse_CREATOR_BUSY CMsgDOTAEditTeamDetailsResponse_Result = 9
+ CMsgDOTAEditTeamDetailsResponse_UNSPECIFIED_ERROR CMsgDOTAEditTeamDetailsResponse_Result = 10
+)
+
+var CMsgDOTAEditTeamDetailsResponse_Result_name = map[int32]string{
+ -1: "INVALID",
+ 0: "SUCCESS",
+ 9: "CREATOR_BUSY",
+ 10: "UNSPECIFIED_ERROR",
+}
+var CMsgDOTAEditTeamDetailsResponse_Result_value = map[string]int32{
+ "INVALID": -1,
+ "SUCCESS": 0,
+ "CREATOR_BUSY": 9,
+ "UNSPECIFIED_ERROR": 10,
+}
+
+func (x CMsgDOTAEditTeamDetailsResponse_Result) Enum() *CMsgDOTAEditTeamDetailsResponse_Result {
+ p := new(CMsgDOTAEditTeamDetailsResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTAEditTeamDetailsResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTAEditTeamDetailsResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTAEditTeamDetailsResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAEditTeamDetailsResponse_Result_value, data, "CMsgDOTAEditTeamDetailsResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAEditTeamDetailsResponse_Result(value)
+ return nil
+}
+func (CMsgDOTAEditTeamDetailsResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{75, 0}
+}
+
+type CMsgDOTADisbandTeamResponse_Result int32
+
+const (
+ CMsgDOTADisbandTeamResponse_SUCCESS CMsgDOTADisbandTeamResponse_Result = 0
+ CMsgDOTADisbandTeamResponse_FAILURE CMsgDOTADisbandTeamResponse_Result = 1
+ CMsgDOTADisbandTeamResponse_FAILURE_NOT_EMPTY CMsgDOTADisbandTeamResponse_Result = 2
+)
+
+var CMsgDOTADisbandTeamResponse_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "FAILURE",
+ 2: "FAILURE_NOT_EMPTY",
+}
+var CMsgDOTADisbandTeamResponse_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "FAILURE": 1,
+ "FAILURE_NOT_EMPTY": 2,
+}
+
+func (x CMsgDOTADisbandTeamResponse_Result) Enum() *CMsgDOTADisbandTeamResponse_Result {
+ p := new(CMsgDOTADisbandTeamResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTADisbandTeamResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTADisbandTeamResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTADisbandTeamResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTADisbandTeamResponse_Result_value, data, "CMsgDOTADisbandTeamResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTADisbandTeamResponse_Result(value)
+ return nil
+}
+func (CMsgDOTADisbandTeamResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{77, 0}
+}
+
+type CMsgDOTARequestTeamDataResponse_Result int32
+
+const (
+ CMsgDOTARequestTeamDataResponse_SUCCESS CMsgDOTARequestTeamDataResponse_Result = 0
+ CMsgDOTARequestTeamDataResponse_FAILURE CMsgDOTARequestTeamDataResponse_Result = 1
+)
+
+var CMsgDOTARequestTeamDataResponse_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "FAILURE",
+}
+var CMsgDOTARequestTeamDataResponse_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "FAILURE": 1,
+}
+
+func (x CMsgDOTARequestTeamDataResponse_Result) Enum() *CMsgDOTARequestTeamDataResponse_Result {
+ p := new(CMsgDOTARequestTeamDataResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTARequestTeamDataResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTARequestTeamDataResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTARequestTeamDataResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTARequestTeamDataResponse_Result_value, data, "CMsgDOTARequestTeamDataResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTARequestTeamDataResponse_Result(value)
+ return nil
+}
+func (CMsgDOTARequestTeamDataResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{79, 0}
+}
+
+type CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result int32
+
+const (
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_SUCCESS CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 0
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_MEMBER_LIMIT CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 1
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_INVITEE_NOT_AVAILABLE CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 2
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_INVITEE_BUSY CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 3
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_INVITEE_ALREADY_ON_THE_TEAM CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 4
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_INVITEE_ALREADY_ON_TOO_MANY_TEAMS CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 5
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_UNSPECIFIED_ERROR CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 6
+ CMsgDOTATeamInvite_GCImmediateResponseToInviter_INVITEE_INSUFFICIENT_LEVEL CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = 7
+)
+
+var CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "MEMBER_LIMIT",
+ 2: "INVITEE_NOT_AVAILABLE",
+ 3: "INVITEE_BUSY",
+ 4: "INVITEE_ALREADY_ON_THE_TEAM",
+ 5: "INVITEE_ALREADY_ON_TOO_MANY_TEAMS",
+ 6: "UNSPECIFIED_ERROR",
+ 7: "INVITEE_INSUFFICIENT_LEVEL",
+}
+var CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "MEMBER_LIMIT": 1,
+ "INVITEE_NOT_AVAILABLE": 2,
+ "INVITEE_BUSY": 3,
+ "INVITEE_ALREADY_ON_THE_TEAM": 4,
+ "INVITEE_ALREADY_ON_TOO_MANY_TEAMS": 5,
+ "UNSPECIFIED_ERROR": 6,
+ "INVITEE_INSUFFICIENT_LEVEL": 7,
+}
+
+func (x CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result) Enum() *CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result {
+ p := new(CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result) String() string {
+ return proto.EnumName(CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result_name, int32(x))
+}
+func (x *CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result_value, data, "CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result(value)
+ return nil
+}
+func (CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{89, 0}
+}
+
+type CMsgDOTATeamInvite_InviteeResponseToGC_Result int32
+
+const (
+ CMsgDOTATeamInvite_InviteeResponseToGC_JOIN CMsgDOTATeamInvite_InviteeResponseToGC_Result = 0
+ CMsgDOTATeamInvite_InviteeResponseToGC_REJECT CMsgDOTATeamInvite_InviteeResponseToGC_Result = 1
+ CMsgDOTATeamInvite_InviteeResponseToGC_TIMEOUT CMsgDOTATeamInvite_InviteeResponseToGC_Result = 2
+)
+
+var CMsgDOTATeamInvite_InviteeResponseToGC_Result_name = map[int32]string{
+ 0: "JOIN",
+ 1: "REJECT",
+ 2: "TIMEOUT",
+}
+var CMsgDOTATeamInvite_InviteeResponseToGC_Result_value = map[string]int32{
+ "JOIN": 0,
+ "REJECT": 1,
+ "TIMEOUT": 2,
+}
+
+func (x CMsgDOTATeamInvite_InviteeResponseToGC_Result) Enum() *CMsgDOTATeamInvite_InviteeResponseToGC_Result {
+ p := new(CMsgDOTATeamInvite_InviteeResponseToGC_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTATeamInvite_InviteeResponseToGC_Result) String() string {
+ return proto.EnumName(CMsgDOTATeamInvite_InviteeResponseToGC_Result_name, int32(x))
+}
+func (x *CMsgDOTATeamInvite_InviteeResponseToGC_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTATeamInvite_InviteeResponseToGC_Result_value, data, "CMsgDOTATeamInvite_InviteeResponseToGC_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTATeamInvite_InviteeResponseToGC_Result(value)
+ return nil
+}
+func (CMsgDOTATeamInvite_InviteeResponseToGC_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{91, 0}
+}
+
+type CMsgDOTATeamInvite_GCResponseToInviter_Result int32
+
+const (
+ CMsgDOTATeamInvite_GCResponseToInviter_JOINED CMsgDOTATeamInvite_GCResponseToInviter_Result = 0
+ CMsgDOTATeamInvite_GCResponseToInviter_REJECTION CMsgDOTATeamInvite_GCResponseToInviter_Result = 1
+ CMsgDOTATeamInvite_GCResponseToInviter_TIMEOUT CMsgDOTATeamInvite_GCResponseToInviter_Result = 2
+ CMsgDOTATeamInvite_GCResponseToInviter_UNSPECIFIED_ERROR CMsgDOTATeamInvite_GCResponseToInviter_Result = 3
+)
+
+var CMsgDOTATeamInvite_GCResponseToInviter_Result_name = map[int32]string{
+ 0: "JOINED",
+ 1: "REJECTION",
+ 2: "TIMEOUT",
+ 3: "UNSPECIFIED_ERROR",
+}
+var CMsgDOTATeamInvite_GCResponseToInviter_Result_value = map[string]int32{
+ "JOINED": 0,
+ "REJECTION": 1,
+ "TIMEOUT": 2,
+ "UNSPECIFIED_ERROR": 3,
+}
+
+func (x CMsgDOTATeamInvite_GCResponseToInviter_Result) Enum() *CMsgDOTATeamInvite_GCResponseToInviter_Result {
+ p := new(CMsgDOTATeamInvite_GCResponseToInviter_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTATeamInvite_GCResponseToInviter_Result) String() string {
+ return proto.EnumName(CMsgDOTATeamInvite_GCResponseToInviter_Result_name, int32(x))
+}
+func (x *CMsgDOTATeamInvite_GCResponseToInviter_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTATeamInvite_GCResponseToInviter_Result_value, data, "CMsgDOTATeamInvite_GCResponseToInviter_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTATeamInvite_GCResponseToInviter_Result(value)
+ return nil
+}
+func (CMsgDOTATeamInvite_GCResponseToInviter_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{92, 0}
+}
+
+type CMsgDOTATeamInvite_GCResponseToInvitee_Result int32
+
+const (
+ CMsgDOTATeamInvite_GCResponseToInvitee_SUCCESS CMsgDOTATeamInvite_GCResponseToInvitee_Result = 0
+ CMsgDOTATeamInvite_GCResponseToInvitee_FAILURE CMsgDOTATeamInvite_GCResponseToInvitee_Result = 1
+)
+
+var CMsgDOTATeamInvite_GCResponseToInvitee_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "FAILURE",
+}
+var CMsgDOTATeamInvite_GCResponseToInvitee_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "FAILURE": 1,
+}
+
+func (x CMsgDOTATeamInvite_GCResponseToInvitee_Result) Enum() *CMsgDOTATeamInvite_GCResponseToInvitee_Result {
+ p := new(CMsgDOTATeamInvite_GCResponseToInvitee_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTATeamInvite_GCResponseToInvitee_Result) String() string {
+ return proto.EnumName(CMsgDOTATeamInvite_GCResponseToInvitee_Result_name, int32(x))
+}
+func (x *CMsgDOTATeamInvite_GCResponseToInvitee_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTATeamInvite_GCResponseToInvitee_Result_value, data, "CMsgDOTATeamInvite_GCResponseToInvitee_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTATeamInvite_GCResponseToInvitee_Result(value)
+ return nil
+}
+func (CMsgDOTATeamInvite_GCResponseToInvitee_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{93, 0}
+}
+
+type CMsgDOTAKickTeamMemberResponse_Result int32
+
+const (
+ CMsgDOTAKickTeamMemberResponse_SUCCESS CMsgDOTAKickTeamMemberResponse_Result = 0
+ CMsgDOTAKickTeamMemberResponse_FAILURE CMsgDOTAKickTeamMemberResponse_Result = 1
+)
+
+var CMsgDOTAKickTeamMemberResponse_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "FAILURE",
+}
+var CMsgDOTAKickTeamMemberResponse_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "FAILURE": 1,
+}
+
+func (x CMsgDOTAKickTeamMemberResponse_Result) Enum() *CMsgDOTAKickTeamMemberResponse_Result {
+ p := new(CMsgDOTAKickTeamMemberResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTAKickTeamMemberResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTAKickTeamMemberResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTAKickTeamMemberResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAKickTeamMemberResponse_Result_value, data, "CMsgDOTAKickTeamMemberResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAKickTeamMemberResponse_Result(value)
+ return nil
+}
+func (CMsgDOTAKickTeamMemberResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{96, 0}
+}
+
+type CMsgDOTATransferTeamAdminResponse_Result int32
+
+const (
+ CMsgDOTATransferTeamAdminResponse_SUCCESS CMsgDOTATransferTeamAdminResponse_Result = 0
+ CMsgDOTATransferTeamAdminResponse_NOT_ADMIN CMsgDOTATransferTeamAdminResponse_Result = 1
+ CMsgDOTATransferTeamAdminResponse_ON_OTHER_TEAM CMsgDOTATransferTeamAdminResponse_Result = 2
+ CMsgDOTATransferTeamAdminResponse_ADMIN_OF_OTHER_TEAM CMsgDOTATransferTeamAdminResponse_Result = 3
+ CMsgDOTATransferTeamAdminResponse_UNSPECIFIED_ERROR CMsgDOTATransferTeamAdminResponse_Result = 4
+)
+
+var CMsgDOTATransferTeamAdminResponse_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "NOT_ADMIN",
+ 2: "ON_OTHER_TEAM",
+ 3: "ADMIN_OF_OTHER_TEAM",
+ 4: "UNSPECIFIED_ERROR",
+}
+var CMsgDOTATransferTeamAdminResponse_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "NOT_ADMIN": 1,
+ "ON_OTHER_TEAM": 2,
+ "ADMIN_OF_OTHER_TEAM": 3,
+ "UNSPECIFIED_ERROR": 4,
+}
+
+func (x CMsgDOTATransferTeamAdminResponse_Result) Enum() *CMsgDOTATransferTeamAdminResponse_Result {
+ p := new(CMsgDOTATransferTeamAdminResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTATransferTeamAdminResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTATransferTeamAdminResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTATransferTeamAdminResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTATransferTeamAdminResponse_Result_value, data, "CMsgDOTATransferTeamAdminResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTATransferTeamAdminResponse_Result(value)
+ return nil
+}
+func (CMsgDOTATransferTeamAdminResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{98, 0}
+}
+
+type CMsgDOTALeaveTeamResponse_Result int32
+
+const (
+ CMsgDOTALeaveTeamResponse_SUCCESS CMsgDOTALeaveTeamResponse_Result = 0
+ CMsgDOTALeaveTeamResponse_FAILURE CMsgDOTALeaveTeamResponse_Result = 1
+)
+
+var CMsgDOTALeaveTeamResponse_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "FAILURE",
+}
+var CMsgDOTALeaveTeamResponse_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "FAILURE": 1,
+}
+
+func (x CMsgDOTALeaveTeamResponse_Result) Enum() *CMsgDOTALeaveTeamResponse_Result {
+ p := new(CMsgDOTALeaveTeamResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTALeaveTeamResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTALeaveTeamResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTALeaveTeamResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTALeaveTeamResponse_Result_value, data, "CMsgDOTALeaveTeamResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTALeaveTeamResponse_Result(value)
+ return nil
+}
+func (CMsgDOTALeaveTeamResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{100, 0}
+}
+
+type CMsgDOTAJoinChatChannelResponse_Result int32
+
+const (
+ CMsgDOTAJoinChatChannelResponse_JOIN_SUCCESS CMsgDOTAJoinChatChannelResponse_Result = 0
+ CMsgDOTAJoinChatChannelResponse_INVALID_CHANNEL_TYPE CMsgDOTAJoinChatChannelResponse_Result = 1
+ CMsgDOTAJoinChatChannelResponse_ACCOUNT_NOT_FOUND CMsgDOTAJoinChatChannelResponse_Result = 2
+ CMsgDOTAJoinChatChannelResponse_ACH_FAILED CMsgDOTAJoinChatChannelResponse_Result = 3
+ CMsgDOTAJoinChatChannelResponse_USER_IN_TOO_MANY_CHANNELS CMsgDOTAJoinChatChannelResponse_Result = 4
+ CMsgDOTAJoinChatChannelResponse_RATE_LIMIT_EXCEEDED CMsgDOTAJoinChatChannelResponse_Result = 5
+ CMsgDOTAJoinChatChannelResponse_CHANNEL_FULL CMsgDOTAJoinChatChannelResponse_Result = 6
+ CMsgDOTAJoinChatChannelResponse_CHANNEL_FULL_OVERFLOWED CMsgDOTAJoinChatChannelResponse_Result = 7
+ CMsgDOTAJoinChatChannelResponse_FAILED_TO_ADD_USER CMsgDOTAJoinChatChannelResponse_Result = 8
+ CMsgDOTAJoinChatChannelResponse_CHANNEL_TYPE_DISABLED CMsgDOTAJoinChatChannelResponse_Result = 9
+ CMsgDOTAJoinChatChannelResponse_PRIVATE_CHAT_CREATE_FAILED CMsgDOTAJoinChatChannelResponse_Result = 10
+ CMsgDOTAJoinChatChannelResponse_PRIVATE_CHAT_NO_PERMISSION CMsgDOTAJoinChatChannelResponse_Result = 11
+ CMsgDOTAJoinChatChannelResponse_PRIVATE_CHAT_CREATE_LOCK_FAILED CMsgDOTAJoinChatChannelResponse_Result = 12
+ CMsgDOTAJoinChatChannelResponse_PRIVATE_CHAT_KICKED CMsgDOTAJoinChatChannelResponse_Result = 13
+)
+
+var CMsgDOTAJoinChatChannelResponse_Result_name = map[int32]string{
+ 0: "JOIN_SUCCESS",
+ 1: "INVALID_CHANNEL_TYPE",
+ 2: "ACCOUNT_NOT_FOUND",
+ 3: "ACH_FAILED",
+ 4: "USER_IN_TOO_MANY_CHANNELS",
+ 5: "RATE_LIMIT_EXCEEDED",
+ 6: "CHANNEL_FULL",
+ 7: "CHANNEL_FULL_OVERFLOWED",
+ 8: "FAILED_TO_ADD_USER",
+ 9: "CHANNEL_TYPE_DISABLED",
+ 10: "PRIVATE_CHAT_CREATE_FAILED",
+ 11: "PRIVATE_CHAT_NO_PERMISSION",
+ 12: "PRIVATE_CHAT_CREATE_LOCK_FAILED",
+ 13: "PRIVATE_CHAT_KICKED",
+}
+var CMsgDOTAJoinChatChannelResponse_Result_value = map[string]int32{
+ "JOIN_SUCCESS": 0,
+ "INVALID_CHANNEL_TYPE": 1,
+ "ACCOUNT_NOT_FOUND": 2,
+ "ACH_FAILED": 3,
+ "USER_IN_TOO_MANY_CHANNELS": 4,
+ "RATE_LIMIT_EXCEEDED": 5,
+ "CHANNEL_FULL": 6,
+ "CHANNEL_FULL_OVERFLOWED": 7,
+ "FAILED_TO_ADD_USER": 8,
+ "CHANNEL_TYPE_DISABLED": 9,
+ "PRIVATE_CHAT_CREATE_FAILED": 10,
+ "PRIVATE_CHAT_NO_PERMISSION": 11,
+ "PRIVATE_CHAT_CREATE_LOCK_FAILED": 12,
+ "PRIVATE_CHAT_KICKED": 13,
+}
+
+func (x CMsgDOTAJoinChatChannelResponse_Result) Enum() *CMsgDOTAJoinChatChannelResponse_Result {
+ p := new(CMsgDOTAJoinChatChannelResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgDOTAJoinChatChannelResponse_Result) String() string {
+ return proto.EnumName(CMsgDOTAJoinChatChannelResponse_Result_name, int32(x))
+}
+func (x *CMsgDOTAJoinChatChannelResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAJoinChatChannelResponse_Result_value, data, "CMsgDOTAJoinChatChannelResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAJoinChatChannelResponse_Result(value)
+ return nil
+}
+func (CMsgDOTAJoinChatChannelResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{107, 0}
+}
+
+type CMsgDOTAGuildCreateResponse_EError int32
+
+const (
+ CMsgDOTAGuildCreateResponse_UNSPECIFIED CMsgDOTAGuildCreateResponse_EError = 0
+ CMsgDOTAGuildCreateResponse_NAME_EMPTY CMsgDOTAGuildCreateResponse_EError = 1
+ CMsgDOTAGuildCreateResponse_NAME_BAD_CHARACTERS CMsgDOTAGuildCreateResponse_EError = 2
+ CMsgDOTAGuildCreateResponse_NAME_TOO_LONG CMsgDOTAGuildCreateResponse_EError = 3
+ CMsgDOTAGuildCreateResponse_NAME_TAKEN CMsgDOTAGuildCreateResponse_EError = 4
+ CMsgDOTAGuildCreateResponse_TAG_EMPTY CMsgDOTAGuildCreateResponse_EError = 5
+ CMsgDOTAGuildCreateResponse_TAG_BAD_CHARACTERS CMsgDOTAGuildCreateResponse_EError = 6
+ CMsgDOTAGuildCreateResponse_TAG_TOO_LONG CMsgDOTAGuildCreateResponse_EError = 7
+ CMsgDOTAGuildCreateResponse_ACCOUNT_TOO_MANY_GUILDS CMsgDOTAGuildCreateResponse_EError = 8
+ CMsgDOTAGuildCreateResponse_LOGO_UPLOAD_FAILED CMsgDOTAGuildCreateResponse_EError = 9
+)
+
+var CMsgDOTAGuildCreateResponse_EError_name = map[int32]string{
+ 0: "UNSPECIFIED",
+ 1: "NAME_EMPTY",
+ 2: "NAME_BAD_CHARACTERS",
+ 3: "NAME_TOO_LONG",
+ 4: "NAME_TAKEN",
+ 5: "TAG_EMPTY",
+ 6: "TAG_BAD_CHARACTERS",
+ 7: "TAG_TOO_LONG",
+ 8: "ACCOUNT_TOO_MANY_GUILDS",
+ 9: "LOGO_UPLOAD_FAILED",
+}
+var CMsgDOTAGuildCreateResponse_EError_value = map[string]int32{
+ "UNSPECIFIED": 0,
+ "NAME_EMPTY": 1,
+ "NAME_BAD_CHARACTERS": 2,
+ "NAME_TOO_LONG": 3,
+ "NAME_TAKEN": 4,
+ "TAG_EMPTY": 5,
+ "TAG_BAD_CHARACTERS": 6,
+ "TAG_TOO_LONG": 7,
+ "ACCOUNT_TOO_MANY_GUILDS": 8,
+ "LOGO_UPLOAD_FAILED": 9,
+}
+
+func (x CMsgDOTAGuildCreateResponse_EError) Enum() *CMsgDOTAGuildCreateResponse_EError {
+ p := new(CMsgDOTAGuildCreateResponse_EError)
+ *p = x
+ return p
+}
+func (x CMsgDOTAGuildCreateResponse_EError) String() string {
+ return proto.EnumName(CMsgDOTAGuildCreateResponse_EError_name, int32(x))
+}
+func (x *CMsgDOTAGuildCreateResponse_EError) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAGuildCreateResponse_EError_value, data, "CMsgDOTAGuildCreateResponse_EError")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAGuildCreateResponse_EError(value)
+ return nil
+}
+func (CMsgDOTAGuildCreateResponse_EError) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{123, 0}
+}
+
+type CMsgDOTAGuildSetAccountRoleResponse_EResult int32
+
+const (
+ CMsgDOTAGuildSetAccountRoleResponse_SUCCESS CMsgDOTAGuildSetAccountRoleResponse_EResult = 0
+ CMsgDOTAGuildSetAccountRoleResponse_ERROR_UNSPECIFIED CMsgDOTAGuildSetAccountRoleResponse_EResult = 1
+ CMsgDOTAGuildSetAccountRoleResponse_ERROR_NO_PERMISSION CMsgDOTAGuildSetAccountRoleResponse_EResult = 2
+ CMsgDOTAGuildSetAccountRoleResponse_ERROR_NO_OTHER_LEADER CMsgDOTAGuildSetAccountRoleResponse_EResult = 3
+ CMsgDOTAGuildSetAccountRoleResponse_ERROR_ACCOUNT_TOO_MANY_GUILDS CMsgDOTAGuildSetAccountRoleResponse_EResult = 4
+ CMsgDOTAGuildSetAccountRoleResponse_ERROR_GUILD_TOO_MANY_MEMBERS CMsgDOTAGuildSetAccountRoleResponse_EResult = 5
+)
+
+var CMsgDOTAGuildSetAccountRoleResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+ 3: "ERROR_NO_OTHER_LEADER",
+ 4: "ERROR_ACCOUNT_TOO_MANY_GUILDS",
+ 5: "ERROR_GUILD_TOO_MANY_MEMBERS",
+}
+var CMsgDOTAGuildSetAccountRoleResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+ "ERROR_NO_OTHER_LEADER": 3,
+ "ERROR_ACCOUNT_TOO_MANY_GUILDS": 4,
+ "ERROR_GUILD_TOO_MANY_MEMBERS": 5,
+}
+
+func (x CMsgDOTAGuildSetAccountRoleResponse_EResult) Enum() *CMsgDOTAGuildSetAccountRoleResponse_EResult {
+ p := new(CMsgDOTAGuildSetAccountRoleResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAGuildSetAccountRoleResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAGuildSetAccountRoleResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAGuildSetAccountRoleResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAGuildSetAccountRoleResponse_EResult_value, data, "CMsgDOTAGuildSetAccountRoleResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAGuildSetAccountRoleResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAGuildSetAccountRoleResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{125, 0}
+}
+
+type CMsgDOTAGuildInviteAccountResponse_EResult int32
+
+const (
+ CMsgDOTAGuildInviteAccountResponse_SUCCESS CMsgDOTAGuildInviteAccountResponse_EResult = 0
+ CMsgDOTAGuildInviteAccountResponse_ERROR_UNSPECIFIED CMsgDOTAGuildInviteAccountResponse_EResult = 1
+ CMsgDOTAGuildInviteAccountResponse_ERROR_NO_PERMISSION CMsgDOTAGuildInviteAccountResponse_EResult = 2
+ CMsgDOTAGuildInviteAccountResponse_ERROR_ACCOUNT_ALREADY_INVITED CMsgDOTAGuildInviteAccountResponse_EResult = 3
+ CMsgDOTAGuildInviteAccountResponse_ERROR_ACCOUNT_ALREADY_IN_GUILD CMsgDOTAGuildInviteAccountResponse_EResult = 4
+ CMsgDOTAGuildInviteAccountResponse_ERROR_ACCOUNT_TOO_MANY_INVITES CMsgDOTAGuildInviteAccountResponse_EResult = 5
+ CMsgDOTAGuildInviteAccountResponse_ERROR_GUILD_TOO_MANY_INVITES CMsgDOTAGuildInviteAccountResponse_EResult = 6
+ CMsgDOTAGuildInviteAccountResponse_ERROR_ACCOUNT_TOO_MANY_GUILDS CMsgDOTAGuildInviteAccountResponse_EResult = 7
+)
+
+var CMsgDOTAGuildInviteAccountResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+ 3: "ERROR_ACCOUNT_ALREADY_INVITED",
+ 4: "ERROR_ACCOUNT_ALREADY_IN_GUILD",
+ 5: "ERROR_ACCOUNT_TOO_MANY_INVITES",
+ 6: "ERROR_GUILD_TOO_MANY_INVITES",
+ 7: "ERROR_ACCOUNT_TOO_MANY_GUILDS",
+}
+var CMsgDOTAGuildInviteAccountResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+ "ERROR_ACCOUNT_ALREADY_INVITED": 3,
+ "ERROR_ACCOUNT_ALREADY_IN_GUILD": 4,
+ "ERROR_ACCOUNT_TOO_MANY_INVITES": 5,
+ "ERROR_GUILD_TOO_MANY_INVITES": 6,
+ "ERROR_ACCOUNT_TOO_MANY_GUILDS": 7,
+}
+
+func (x CMsgDOTAGuildInviteAccountResponse_EResult) Enum() *CMsgDOTAGuildInviteAccountResponse_EResult {
+ p := new(CMsgDOTAGuildInviteAccountResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAGuildInviteAccountResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAGuildInviteAccountResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAGuildInviteAccountResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAGuildInviteAccountResponse_EResult_value, data, "CMsgDOTAGuildInviteAccountResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAGuildInviteAccountResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAGuildInviteAccountResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{127, 0}
+}
+
+type CMsgDOTAGuildCancelInviteResponse_EResult int32
+
+const (
+ CMsgDOTAGuildCancelInviteResponse_SUCCESS CMsgDOTAGuildCancelInviteResponse_EResult = 0
+ CMsgDOTAGuildCancelInviteResponse_ERROR_UNSPECIFIED CMsgDOTAGuildCancelInviteResponse_EResult = 1
+ CMsgDOTAGuildCancelInviteResponse_ERROR_NO_PERMISSION CMsgDOTAGuildCancelInviteResponse_EResult = 2
+)
+
+var CMsgDOTAGuildCancelInviteResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAGuildCancelInviteResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAGuildCancelInviteResponse_EResult) Enum() *CMsgDOTAGuildCancelInviteResponse_EResult {
+ p := new(CMsgDOTAGuildCancelInviteResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAGuildCancelInviteResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAGuildCancelInviteResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAGuildCancelInviteResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAGuildCancelInviteResponse_EResult_value, data, "CMsgDOTAGuildCancelInviteResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAGuildCancelInviteResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAGuildCancelInviteResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{129, 0}
+}
+
+type CMsgDOTAGuildUpdateDetailsResponse_EResult int32
+
+const (
+ CMsgDOTAGuildUpdateDetailsResponse_SUCCESS CMsgDOTAGuildUpdateDetailsResponse_EResult = 0
+ CMsgDOTAGuildUpdateDetailsResponse_ERROR_UNSPECIFIED CMsgDOTAGuildUpdateDetailsResponse_EResult = 1
+ CMsgDOTAGuildUpdateDetailsResponse_ERROR_NO_PERMISSION CMsgDOTAGuildUpdateDetailsResponse_EResult = 2
+)
+
+var CMsgDOTAGuildUpdateDetailsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAGuildUpdateDetailsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAGuildUpdateDetailsResponse_EResult) Enum() *CMsgDOTAGuildUpdateDetailsResponse_EResult {
+ p := new(CMsgDOTAGuildUpdateDetailsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAGuildUpdateDetailsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAGuildUpdateDetailsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAGuildUpdateDetailsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAGuildUpdateDetailsResponse_EResult_value, data, "CMsgDOTAGuildUpdateDetailsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAGuildUpdateDetailsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAGuildUpdateDetailsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{131, 0}
+}
+
+type CMsgDOTAPartySetOpenGuildResponse_EResult int32
+
+const (
+ CMsgDOTAPartySetOpenGuildResponse_SUCCESS CMsgDOTAPartySetOpenGuildResponse_EResult = 0
+ CMsgDOTAPartySetOpenGuildResponse_ERROR_UNSPECIFIED CMsgDOTAPartySetOpenGuildResponse_EResult = 1
+)
+
+var CMsgDOTAPartySetOpenGuildResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+}
+var CMsgDOTAPartySetOpenGuildResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+}
+
+func (x CMsgDOTAPartySetOpenGuildResponse_EResult) Enum() *CMsgDOTAPartySetOpenGuildResponse_EResult {
+ p := new(CMsgDOTAPartySetOpenGuildResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAPartySetOpenGuildResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAPartySetOpenGuildResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAPartySetOpenGuildResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAPartySetOpenGuildResponse_EResult_value, data, "CMsgDOTAPartySetOpenGuildResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAPartySetOpenGuildResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAPartySetOpenGuildResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{137, 0}
+}
+
+type CMsgDOTAJoinOpenGuildPartyResponse_EResult int32
+
+const (
+ CMsgDOTAJoinOpenGuildPartyResponse_SUCCESS CMsgDOTAJoinOpenGuildPartyResponse_EResult = 0
+ CMsgDOTAJoinOpenGuildPartyResponse_ERROR_UNSPECIFIED CMsgDOTAJoinOpenGuildPartyResponse_EResult = 1
+)
+
+var CMsgDOTAJoinOpenGuildPartyResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+}
+var CMsgDOTAJoinOpenGuildPartyResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+}
+
+func (x CMsgDOTAJoinOpenGuildPartyResponse_EResult) Enum() *CMsgDOTAJoinOpenGuildPartyResponse_EResult {
+ p := new(CMsgDOTAJoinOpenGuildPartyResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAJoinOpenGuildPartyResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAJoinOpenGuildPartyResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAJoinOpenGuildPartyResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAJoinOpenGuildPartyResponse_EResult_value, data, "CMsgDOTAJoinOpenGuildPartyResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAJoinOpenGuildPartyResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAJoinOpenGuildPartyResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{139, 0}
+}
+
+type CMsgDOTAGuildEditLogoResponse_EResult int32
+
+const (
+ CMsgDOTAGuildEditLogoResponse_SUCCESS CMsgDOTAGuildEditLogoResponse_EResult = 0
+ CMsgDOTAGuildEditLogoResponse_NO_PERMISSION CMsgDOTAGuildEditLogoResponse_EResult = 1
+ CMsgDOTAGuildEditLogoResponse_LOGO_UPLOAD_FAILED CMsgDOTAGuildEditLogoResponse_EResult = 2
+ CMsgDOTAGuildEditLogoResponse_UNSPECIFIED_ERROR CMsgDOTAGuildEditLogoResponse_EResult = 3
+)
+
+var CMsgDOTAGuildEditLogoResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "NO_PERMISSION",
+ 2: "LOGO_UPLOAD_FAILED",
+ 3: "UNSPECIFIED_ERROR",
+}
+var CMsgDOTAGuildEditLogoResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "NO_PERMISSION": 1,
+ "LOGO_UPLOAD_FAILED": 2,
+ "UNSPECIFIED_ERROR": 3,
+}
+
+func (x CMsgDOTAGuildEditLogoResponse_EResult) Enum() *CMsgDOTAGuildEditLogoResponse_EResult {
+ p := new(CMsgDOTAGuildEditLogoResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAGuildEditLogoResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAGuildEditLogoResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAGuildEditLogoResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAGuildEditLogoResponse_EResult_value, data, "CMsgDOTAGuildEditLogoResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAGuildEditLogoResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAGuildEditLogoResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{145, 0}
+}
+
+type CMsgWatchGameResponse_WatchGameResult int32
+
+const (
+ CMsgWatchGameResponse_PENDING CMsgWatchGameResponse_WatchGameResult = 0
+ CMsgWatchGameResponse_READY CMsgWatchGameResponse_WatchGameResult = 1
+ CMsgWatchGameResponse_GAMESERVERNOTFOUND CMsgWatchGameResponse_WatchGameResult = 2
+ CMsgWatchGameResponse_UNAVAILABLE CMsgWatchGameResponse_WatchGameResult = 3
+ CMsgWatchGameResponse_CANCELLED CMsgWatchGameResponse_WatchGameResult = 4
+ CMsgWatchGameResponse_INCOMPATIBLEVERSION CMsgWatchGameResponse_WatchGameResult = 5
+ CMsgWatchGameResponse_MISSINGLEAGUESUBSCRIPTION CMsgWatchGameResponse_WatchGameResult = 6
+ CMsgWatchGameResponse_LOBBYNOTFOUND CMsgWatchGameResponse_WatchGameResult = 7
+)
+
+var CMsgWatchGameResponse_WatchGameResult_name = map[int32]string{
+ 0: "PENDING",
+ 1: "READY",
+ 2: "GAMESERVERNOTFOUND",
+ 3: "UNAVAILABLE",
+ 4: "CANCELLED",
+ 5: "INCOMPATIBLEVERSION",
+ 6: "MISSINGLEAGUESUBSCRIPTION",
+ 7: "LOBBYNOTFOUND",
+}
+var CMsgWatchGameResponse_WatchGameResult_value = map[string]int32{
+ "PENDING": 0,
+ "READY": 1,
+ "GAMESERVERNOTFOUND": 2,
+ "UNAVAILABLE": 3,
+ "CANCELLED": 4,
+ "INCOMPATIBLEVERSION": 5,
+ "MISSINGLEAGUESUBSCRIPTION": 6,
+ "LOBBYNOTFOUND": 7,
+}
+
+func (x CMsgWatchGameResponse_WatchGameResult) Enum() *CMsgWatchGameResponse_WatchGameResult {
+ p := new(CMsgWatchGameResponse_WatchGameResult)
+ *p = x
+ return p
+}
+func (x CMsgWatchGameResponse_WatchGameResult) String() string {
+ return proto.EnumName(CMsgWatchGameResponse_WatchGameResult_name, int32(x))
+}
+func (x *CMsgWatchGameResponse_WatchGameResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgWatchGameResponse_WatchGameResult_value, data, "CMsgWatchGameResponse_WatchGameResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgWatchGameResponse_WatchGameResult(value)
+ return nil
+}
+func (CMsgWatchGameResponse_WatchGameResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{157, 0}
+}
+
+type CMsgDOTAFriendRecruitsResponse_EResult int32
+
+const (
+ CMsgDOTAFriendRecruitsResponse_SUCCESS CMsgDOTAFriendRecruitsResponse_EResult = 0
+ CMsgDOTAFriendRecruitsResponse_ERROR_UNSPECIFIED CMsgDOTAFriendRecruitsResponse_EResult = 1
+)
+
+var CMsgDOTAFriendRecruitsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+}
+var CMsgDOTAFriendRecruitsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+}
+
+func (x CMsgDOTAFriendRecruitsResponse_EResult) Enum() *CMsgDOTAFriendRecruitsResponse_EResult {
+ p := new(CMsgDOTAFriendRecruitsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFriendRecruitsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFriendRecruitsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFriendRecruitsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFriendRecruitsResponse_EResult_value, data, "CMsgDOTAFriendRecruitsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFriendRecruitsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFriendRecruitsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{222, 0}
+}
+
+type CMsgDOTARedeemEventPrizeResponse_ResultCode int32
+
+const (
+ CMsgDOTARedeemEventPrizeResponse_Success CMsgDOTARedeemEventPrizeResponse_ResultCode = 0
+ CMsgDOTARedeemEventPrizeResponse_ServerError CMsgDOTARedeemEventPrizeResponse_ResultCode = 1
+ CMsgDOTARedeemEventPrizeResponse_InsufficientPoints CMsgDOTARedeemEventPrizeResponse_ResultCode = 2
+ CMsgDOTARedeemEventPrizeResponse_PointsHeld CMsgDOTARedeemEventPrizeResponse_ResultCode = 3
+)
+
+var CMsgDOTARedeemEventPrizeResponse_ResultCode_name = map[int32]string{
+ 0: "Success",
+ 1: "ServerError",
+ 2: "InsufficientPoints",
+ 3: "PointsHeld",
+}
+var CMsgDOTARedeemEventPrizeResponse_ResultCode_value = map[string]int32{
+ "Success": 0,
+ "ServerError": 1,
+ "InsufficientPoints": 2,
+ "PointsHeld": 3,
+}
+
+func (x CMsgDOTARedeemEventPrizeResponse_ResultCode) Enum() *CMsgDOTARedeemEventPrizeResponse_ResultCode {
+ p := new(CMsgDOTARedeemEventPrizeResponse_ResultCode)
+ *p = x
+ return p
+}
+func (x CMsgDOTARedeemEventPrizeResponse_ResultCode) String() string {
+ return proto.EnumName(CMsgDOTARedeemEventPrizeResponse_ResultCode_name, int32(x))
+}
+func (x *CMsgDOTARedeemEventPrizeResponse_ResultCode) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTARedeemEventPrizeResponse_ResultCode_value, data, "CMsgDOTARedeemEventPrizeResponse_ResultCode")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTARedeemEventPrizeResponse_ResultCode(value)
+ return nil
+}
+func (CMsgDOTARedeemEventPrizeResponse_ResultCode) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{245, 0}
+}
+
+type CMsgGCNotificationsResponse_EResult int32
+
+const (
+ CMsgGCNotificationsResponse_SUCCESS CMsgGCNotificationsResponse_EResult = 0
+ CMsgGCNotificationsResponse_ERROR_UNSPECIFIED CMsgGCNotificationsResponse_EResult = 1
+)
+
+var CMsgGCNotificationsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+}
+var CMsgGCNotificationsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+}
+
+func (x CMsgGCNotificationsResponse_EResult) Enum() *CMsgGCNotificationsResponse_EResult {
+ p := new(CMsgGCNotificationsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgGCNotificationsResponse_EResult) String() string {
+ return proto.EnumName(CMsgGCNotificationsResponse_EResult_name, int32(x))
+}
+func (x *CMsgGCNotificationsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgGCNotificationsResponse_EResult_value, data, "CMsgGCNotificationsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgGCNotificationsResponse_EResult(value)
+ return nil
+}
+func (CMsgGCNotificationsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{258, 0}
+}
+
+type CMsgGCPlayerInfoSubmitResponse_EResult int32
+
+const (
+ CMsgGCPlayerInfoSubmitResponse_SUCCESS CMsgGCPlayerInfoSubmitResponse_EResult = 0
+ CMsgGCPlayerInfoSubmitResponse_ERROR_UNSPECIFIED CMsgGCPlayerInfoSubmitResponse_EResult = 1
+ CMsgGCPlayerInfoSubmitResponse_ERROR_INFO_LOCKED CMsgGCPlayerInfoSubmitResponse_EResult = 2
+)
+
+var CMsgGCPlayerInfoSubmitResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_INFO_LOCKED",
+}
+var CMsgGCPlayerInfoSubmitResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_INFO_LOCKED": 2,
+}
+
+func (x CMsgGCPlayerInfoSubmitResponse_EResult) Enum() *CMsgGCPlayerInfoSubmitResponse_EResult {
+ p := new(CMsgGCPlayerInfoSubmitResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgGCPlayerInfoSubmitResponse_EResult) String() string {
+ return proto.EnumName(CMsgGCPlayerInfoSubmitResponse_EResult_name, int32(x))
+}
+func (x *CMsgGCPlayerInfoSubmitResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgGCPlayerInfoSubmitResponse_EResult_value, data, "CMsgGCPlayerInfoSubmitResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgGCPlayerInfoSubmitResponse_EResult(value)
+ return nil
+}
+func (CMsgGCPlayerInfoSubmitResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{264, 0}
+}
+
+type CMsgClientToGCCreateStaticRecipeResponse_EResponse int32
+
+const (
+ CMsgClientToGCCreateStaticRecipeResponse_eResponse_Success CMsgClientToGCCreateStaticRecipeResponse_EResponse = 0
+ CMsgClientToGCCreateStaticRecipeResponse_eResponse_OfferingDisabled CMsgClientToGCCreateStaticRecipeResponse_EResponse = 1
+ CMsgClientToGCCreateStaticRecipeResponse_eResponse_InvalidItems CMsgClientToGCCreateStaticRecipeResponse_EResponse = 2
+ CMsgClientToGCCreateStaticRecipeResponse_eResponse_InternalError CMsgClientToGCCreateStaticRecipeResponse_EResponse = 3
+ CMsgClientToGCCreateStaticRecipeResponse_eResponse_MissingLeague CMsgClientToGCCreateStaticRecipeResponse_EResponse = 4
+)
+
+var CMsgClientToGCCreateStaticRecipeResponse_EResponse_name = map[int32]string{
+ 0: "eResponse_Success",
+ 1: "eResponse_OfferingDisabled",
+ 2: "eResponse_InvalidItems",
+ 3: "eResponse_InternalError",
+ 4: "eResponse_MissingLeague",
+}
+var CMsgClientToGCCreateStaticRecipeResponse_EResponse_value = map[string]int32{
+ "eResponse_Success": 0,
+ "eResponse_OfferingDisabled": 1,
+ "eResponse_InvalidItems": 2,
+ "eResponse_InternalError": 3,
+ "eResponse_MissingLeague": 4,
+}
+
+func (x CMsgClientToGCCreateStaticRecipeResponse_EResponse) Enum() *CMsgClientToGCCreateStaticRecipeResponse_EResponse {
+ p := new(CMsgClientToGCCreateStaticRecipeResponse_EResponse)
+ *p = x
+ return p
+}
+func (x CMsgClientToGCCreateStaticRecipeResponse_EResponse) String() string {
+ return proto.EnumName(CMsgClientToGCCreateStaticRecipeResponse_EResponse_name, int32(x))
+}
+func (x *CMsgClientToGCCreateStaticRecipeResponse_EResponse) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgClientToGCCreateStaticRecipeResponse_EResponse_value, data, "CMsgClientToGCCreateStaticRecipeResponse_EResponse")
+ if err != nil {
+ return err
+ }
+ *x = CMsgClientToGCCreateStaticRecipeResponse_EResponse(value)
+ return nil
+}
+func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{328, 0}
+}
+
+type CMsgGCToClientPrivateChatResponse_Result int32
+
+const (
+ CMsgGCToClientPrivateChatResponse_SUCCESS CMsgGCToClientPrivateChatResponse_Result = 0
+ CMsgGCToClientPrivateChatResponse_FAILURE_CREATION_LOCK CMsgGCToClientPrivateChatResponse_Result = 1
+ CMsgGCToClientPrivateChatResponse_FAILURE_SQL_TRANSACTION CMsgGCToClientPrivateChatResponse_Result = 2
+ CMsgGCToClientPrivateChatResponse_FAILURE_SDO_LOAD CMsgGCToClientPrivateChatResponse_Result = 3
+ CMsgGCToClientPrivateChatResponse_FAILURE_NO_PERMISSION CMsgGCToClientPrivateChatResponse_Result = 4
+ CMsgGCToClientPrivateChatResponse_FAILURE_ALREADY_MEMBER CMsgGCToClientPrivateChatResponse_Result = 5
+ CMsgGCToClientPrivateChatResponse_FAILURE_NOT_A_MEMBER CMsgGCToClientPrivateChatResponse_Result = 7
+ CMsgGCToClientPrivateChatResponse_FAILURE_NO_REMAINING_ADMINS CMsgGCToClientPrivateChatResponse_Result = 8
+ CMsgGCToClientPrivateChatResponse_FAILURE_NO_ROOM CMsgGCToClientPrivateChatResponse_Result = 9
+ CMsgGCToClientPrivateChatResponse_FAILURE_CREATION_RATE_LIMITED CMsgGCToClientPrivateChatResponse_Result = 10
+ CMsgGCToClientPrivateChatResponse_FAILURE_UNKNOWN_CHANNEL_NAME CMsgGCToClientPrivateChatResponse_Result = 11
+ CMsgGCToClientPrivateChatResponse_FAILURE_UNKNOWN_USER CMsgGCToClientPrivateChatResponse_Result = 12
+ CMsgGCToClientPrivateChatResponse_FAILURE_UNKNOWN_ERROR CMsgGCToClientPrivateChatResponse_Result = 13
+ CMsgGCToClientPrivateChatResponse_FAILURE_CANNOT_KICK_ADMIN CMsgGCToClientPrivateChatResponse_Result = 14
+ CMsgGCToClientPrivateChatResponse_FAILURE_ALREADY_ADMIN CMsgGCToClientPrivateChatResponse_Result = 15
+)
+
+var CMsgGCToClientPrivateChatResponse_Result_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "FAILURE_CREATION_LOCK",
+ 2: "FAILURE_SQL_TRANSACTION",
+ 3: "FAILURE_SDO_LOAD",
+ 4: "FAILURE_NO_PERMISSION",
+ 5: "FAILURE_ALREADY_MEMBER",
+ 7: "FAILURE_NOT_A_MEMBER",
+ 8: "FAILURE_NO_REMAINING_ADMINS",
+ 9: "FAILURE_NO_ROOM",
+ 10: "FAILURE_CREATION_RATE_LIMITED",
+ 11: "FAILURE_UNKNOWN_CHANNEL_NAME",
+ 12: "FAILURE_UNKNOWN_USER",
+ 13: "FAILURE_UNKNOWN_ERROR",
+ 14: "FAILURE_CANNOT_KICK_ADMIN",
+ 15: "FAILURE_ALREADY_ADMIN",
+}
+var CMsgGCToClientPrivateChatResponse_Result_value = map[string]int32{
+ "SUCCESS": 0,
+ "FAILURE_CREATION_LOCK": 1,
+ "FAILURE_SQL_TRANSACTION": 2,
+ "FAILURE_SDO_LOAD": 3,
+ "FAILURE_NO_PERMISSION": 4,
+ "FAILURE_ALREADY_MEMBER": 5,
+ "FAILURE_NOT_A_MEMBER": 7,
+ "FAILURE_NO_REMAINING_ADMINS": 8,
+ "FAILURE_NO_ROOM": 9,
+ "FAILURE_CREATION_RATE_LIMITED": 10,
+ "FAILURE_UNKNOWN_CHANNEL_NAME": 11,
+ "FAILURE_UNKNOWN_USER": 12,
+ "FAILURE_UNKNOWN_ERROR": 13,
+ "FAILURE_CANNOT_KICK_ADMIN": 14,
+ "FAILURE_ALREADY_ADMIN": 15,
+}
+
+func (x CMsgGCToClientPrivateChatResponse_Result) Enum() *CMsgGCToClientPrivateChatResponse_Result {
+ p := new(CMsgGCToClientPrivateChatResponse_Result)
+ *p = x
+ return p
+}
+func (x CMsgGCToClientPrivateChatResponse_Result) String() string {
+ return proto.EnumName(CMsgGCToClientPrivateChatResponse_Result_name, int32(x))
+}
+func (x *CMsgGCToClientPrivateChatResponse_Result) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgGCToClientPrivateChatResponse_Result_value, data, "CMsgGCToClientPrivateChatResponse_Result")
+ if err != nil {
+ return err
+ }
+ *x = CMsgGCToClientPrivateChatResponse_Result(value)
+ return nil
+}
+func (CMsgGCToClientPrivateChatResponse_Result) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{342, 0}
+}
+
+type CMsgStartFindingMatch struct {
+ Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
+ Matchgroups *uint32 `protobuf:"varint,2,opt,name=matchgroups,def=4294967295" json:"matchgroups,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,3,opt,name=client_version" json:"client_version,omitempty"`
+ GameModes *uint32 `protobuf:"varint,4,opt,name=game_modes,def=4294967295" json:"game_modes,omitempty"`
+ BotDifficulty *DOTABotDifficulty `protobuf:"varint,5,opt,name=bot_difficulty,enum=DOTABotDifficulty,def=3" json:"bot_difficulty,omitempty"`
+ MatchType *MatchType `protobuf:"varint,6,opt,name=match_type,enum=MatchType,def=0" json:"match_type,omitempty"`
+ Matchlanguages *uint32 `protobuf:"varint,7,opt,name=matchlanguages,def=4294967295" json:"matchlanguages,omitempty"`
+ MapPreference *uint32 `protobuf:"varint,9,opt,name=map_preference" json:"map_preference,omitempty"`
+ TeamId *uint32 `protobuf:"varint,8,opt,name=team_id" json:"team_id,omitempty"`
+ GameLanguageEnum *MatchLanguages `protobuf:"varint,10,opt,name=game_language_enum,enum=MatchLanguages,def=0" json:"game_language_enum,omitempty"`
+ GameLanguageName *string `protobuf:"bytes,11,opt,name=game_language_name" json:"game_language_name,omitempty"`
+ PingData *CMsgClientPingData `protobuf:"bytes,12,opt,name=ping_data" json:"ping_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgStartFindingMatch) Reset() { *m = CMsgStartFindingMatch{} }
+func (m *CMsgStartFindingMatch) String() string { return proto.CompactTextString(m) }
+func (*CMsgStartFindingMatch) ProtoMessage() {}
+func (*CMsgStartFindingMatch) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{0} }
+
+const Default_CMsgStartFindingMatch_Matchgroups uint32 = 4294967295
+const Default_CMsgStartFindingMatch_GameModes uint32 = 4294967295
+const Default_CMsgStartFindingMatch_BotDifficulty DOTABotDifficulty = DOTABotDifficulty_BOT_DIFFICULTY_HARD
+const Default_CMsgStartFindingMatch_MatchType MatchType = MatchType_MATCH_TYPE_CASUAL
+const Default_CMsgStartFindingMatch_Matchlanguages uint32 = 4294967295
+const Default_CMsgStartFindingMatch_GameLanguageEnum MatchLanguages = MatchLanguages_MATCH_LANGUAGE_INVALID
+
+func (m *CMsgStartFindingMatch) GetKey() string {
+ if m != nil && m.Key != nil {
+ return *m.Key
+ }
+ return ""
+}
+
+func (m *CMsgStartFindingMatch) GetMatchgroups() uint32 {
+ if m != nil && m.Matchgroups != nil {
+ return *m.Matchgroups
+ }
+ return Default_CMsgStartFindingMatch_Matchgroups
+}
+
+func (m *CMsgStartFindingMatch) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgStartFindingMatch) GetGameModes() uint32 {
+ if m != nil && m.GameModes != nil {
+ return *m.GameModes
+ }
+ return Default_CMsgStartFindingMatch_GameModes
+}
+
+func (m *CMsgStartFindingMatch) GetBotDifficulty() DOTABotDifficulty {
+ if m != nil && m.BotDifficulty != nil {
+ return *m.BotDifficulty
+ }
+ return Default_CMsgStartFindingMatch_BotDifficulty
+}
+
+func (m *CMsgStartFindingMatch) GetMatchType() MatchType {
+ if m != nil && m.MatchType != nil {
+ return *m.MatchType
+ }
+ return Default_CMsgStartFindingMatch_MatchType
+}
+
+func (m *CMsgStartFindingMatch) GetMatchlanguages() uint32 {
+ if m != nil && m.Matchlanguages != nil {
+ return *m.Matchlanguages
+ }
+ return Default_CMsgStartFindingMatch_Matchlanguages
+}
+
+func (m *CMsgStartFindingMatch) GetMapPreference() uint32 {
+ if m != nil && m.MapPreference != nil {
+ return *m.MapPreference
+ }
+ return 0
+}
+
+func (m *CMsgStartFindingMatch) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgStartFindingMatch) GetGameLanguageEnum() MatchLanguages {
+ if m != nil && m.GameLanguageEnum != nil {
+ return *m.GameLanguageEnum
+ }
+ return Default_CMsgStartFindingMatch_GameLanguageEnum
+}
+
+func (m *CMsgStartFindingMatch) GetGameLanguageName() string {
+ if m != nil && m.GameLanguageName != nil {
+ return *m.GameLanguageName
+ }
+ return ""
+}
+
+func (m *CMsgStartFindingMatch) GetPingData() *CMsgClientPingData {
+ if m != nil {
+ return m.PingData
+ }
+ return nil
+}
+
+type CMsgStopFindingMatch struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgStopFindingMatch) Reset() { *m = CMsgStopFindingMatch{} }
+func (m *CMsgStopFindingMatch) String() string { return proto.CompactTextString(m) }
+func (*CMsgStopFindingMatch) ProtoMessage() {}
+func (*CMsgStopFindingMatch) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{1} }
+
+type CMsgReadyUp struct {
+ State *DOTALobbyReadyState `protobuf:"varint,1,opt,name=state,enum=DOTALobbyReadyState,def=0" json:"state,omitempty"`
+ ReadyUpKey *uint64 `protobuf:"fixed64,2,opt,name=ready_up_key" json:"ready_up_key,omitempty"`
+ HardwareSpecs *CDOTAClientHardwareSpecs `protobuf:"bytes,3,opt,name=hardware_specs" json:"hardware_specs,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgReadyUp) Reset() { *m = CMsgReadyUp{} }
+func (m *CMsgReadyUp) String() string { return proto.CompactTextString(m) }
+func (*CMsgReadyUp) ProtoMessage() {}
+func (*CMsgReadyUp) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{2} }
+
+const Default_CMsgReadyUp_State DOTALobbyReadyState = DOTALobbyReadyState_DOTALobbyReadyState_UNDECLARED
+
+func (m *CMsgReadyUp) GetState() DOTALobbyReadyState {
+ if m != nil && m.State != nil {
+ return *m.State
+ }
+ return Default_CMsgReadyUp_State
+}
+
+func (m *CMsgReadyUp) GetReadyUpKey() uint64 {
+ if m != nil && m.ReadyUpKey != nil {
+ return *m.ReadyUpKey
+ }
+ return 0
+}
+
+func (m *CMsgReadyUp) GetHardwareSpecs() *CDOTAClientHardwareSpecs {
+ if m != nil {
+ return m.HardwareSpecs
+ }
+ return nil
+}
+
+type CMsgReadyUpStatus struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ AcceptedIds []uint32 `protobuf:"varint,2,rep,name=accepted_ids" json:"accepted_ids,omitempty"`
+ DeclinedIds []uint32 `protobuf:"varint,3,rep,name=declined_ids" json:"declined_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgReadyUpStatus) Reset() { *m = CMsgReadyUpStatus{} }
+func (m *CMsgReadyUpStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgReadyUpStatus) ProtoMessage() {}
+func (*CMsgReadyUpStatus) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{3} }
+
+func (m *CMsgReadyUpStatus) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgReadyUpStatus) GetAcceptedIds() []uint32 {
+ if m != nil {
+ return m.AcceptedIds
+ }
+ return nil
+}
+
+func (m *CMsgReadyUpStatus) GetDeclinedIds() []uint32 {
+ if m != nil {
+ return m.DeclinedIds
+ }
+ return nil
+}
+
+type CSourceTVGameSmall struct {
+ ActivateTime *uint32 `protobuf:"varint,1,opt,name=activate_time" json:"activate_time,omitempty"`
+ DeactivateTime *uint32 `protobuf:"varint,2,opt,name=deactivate_time" json:"deactivate_time,omitempty"`
+ ServerSteamId *uint64 `protobuf:"varint,3,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
+ LobbyId *uint64 `protobuf:"varint,4,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,5,opt,name=league_id" json:"league_id,omitempty"`
+ LobbyType *uint32 `protobuf:"varint,6,opt,name=lobby_type" json:"lobby_type,omitempty"`
+ GameTime *int32 `protobuf:"varint,7,opt,name=game_time" json:"game_time,omitempty"`
+ Delay *uint32 `protobuf:"varint,8,opt,name=delay" json:"delay,omitempty"`
+ Spectators *uint32 `protobuf:"varint,9,opt,name=spectators" json:"spectators,omitempty"`
+ GameMode *uint32 `protobuf:"varint,10,opt,name=game_mode" json:"game_mode,omitempty"`
+ AverageMmr *uint32 `protobuf:"varint,11,opt,name=average_mmr" json:"average_mmr,omitempty"`
+ TeamNameRadiant *string `protobuf:"bytes,15,opt,name=team_name_radiant" json:"team_name_radiant,omitempty"`
+ TeamNameDire *string `protobuf:"bytes,16,opt,name=team_name_dire" json:"team_name_dire,omitempty"`
+ SortScore *uint32 `protobuf:"varint,17,opt,name=sort_score" json:"sort_score,omitempty"`
+ LastUpdateTime *float32 `protobuf:"fixed32,18,opt,name=last_update_time" json:"last_update_time,omitempty"`
+ RadiantLead *int32 `protobuf:"varint,19,opt,name=radiant_lead" json:"radiant_lead,omitempty"`
+ RadiantScore *uint32 `protobuf:"varint,20,opt,name=radiant_score" json:"radiant_score,omitempty"`
+ DireScore *uint32 `protobuf:"varint,21,opt,name=dire_score" json:"dire_score,omitempty"`
+ Players []*CSourceTVGameSmall_Player `protobuf:"bytes,22,rep,name=players" json:"players,omitempty"`
+ BuildingState *uint32 `protobuf:"fixed32,23,opt,name=building_state" json:"building_state,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSourceTVGameSmall) Reset() { *m = CSourceTVGameSmall{} }
+func (m *CSourceTVGameSmall) String() string { return proto.CompactTextString(m) }
+func (*CSourceTVGameSmall) ProtoMessage() {}
+func (*CSourceTVGameSmall) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{4} }
+
+func (m *CSourceTVGameSmall) GetActivateTime() uint32 {
+ if m != nil && m.ActivateTime != nil {
+ return *m.ActivateTime
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetDeactivateTime() uint32 {
+ if m != nil && m.DeactivateTime != nil {
+ return *m.DeactivateTime
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetServerSteamId() uint64 {
+ if m != nil && m.ServerSteamId != nil {
+ return *m.ServerSteamId
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetLobbyType() uint32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetGameTime() int32 {
+ if m != nil && m.GameTime != nil {
+ return *m.GameTime
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetDelay() uint32 {
+ if m != nil && m.Delay != nil {
+ return *m.Delay
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetSpectators() uint32 {
+ if m != nil && m.Spectators != nil {
+ return *m.Spectators
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetAverageMmr() uint32 {
+ if m != nil && m.AverageMmr != nil {
+ return *m.AverageMmr
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetTeamNameRadiant() string {
+ if m != nil && m.TeamNameRadiant != nil {
+ return *m.TeamNameRadiant
+ }
+ return ""
+}
+
+func (m *CSourceTVGameSmall) GetTeamNameDire() string {
+ if m != nil && m.TeamNameDire != nil {
+ return *m.TeamNameDire
+ }
+ return ""
+}
+
+func (m *CSourceTVGameSmall) GetSortScore() uint32 {
+ if m != nil && m.SortScore != nil {
+ return *m.SortScore
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetLastUpdateTime() float32 {
+ if m != nil && m.LastUpdateTime != nil {
+ return *m.LastUpdateTime
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetRadiantLead() int32 {
+ if m != nil && m.RadiantLead != nil {
+ return *m.RadiantLead
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetRadiantScore() uint32 {
+ if m != nil && m.RadiantScore != nil {
+ return *m.RadiantScore
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetDireScore() uint32 {
+ if m != nil && m.DireScore != nil {
+ return *m.DireScore
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall) GetPlayers() []*CSourceTVGameSmall_Player {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CSourceTVGameSmall) GetBuildingState() uint32 {
+ if m != nil && m.BuildingState != nil {
+ return *m.BuildingState
+ }
+ return 0
+}
+
+type CSourceTVGameSmall_Player struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSourceTVGameSmall_Player) Reset() { *m = CSourceTVGameSmall_Player{} }
+func (m *CSourceTVGameSmall_Player) String() string { return proto.CompactTextString(m) }
+func (*CSourceTVGameSmall_Player) ProtoMessage() {}
+func (*CSourceTVGameSmall_Player) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{4, 0} }
+
+func (m *CSourceTVGameSmall_Player) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSourceTVGameSmall_Player) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgClientToGCFindTopSourceTVGames struct {
+ SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ StartGame *uint32 `protobuf:"varint,4,opt,name=start_game" json:"start_game,omitempty"`
+ GameListIndex *uint32 `protobuf:"varint,5,opt,name=game_list_index" json:"game_list_index,omitempty"`
+ LobbyIds []uint64 `protobuf:"varint,6,rep,name=lobby_ids" json:"lobby_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) Reset() { *m = CMsgClientToGCFindTopSourceTVGames{} }
+func (m *CMsgClientToGCFindTopSourceTVGames) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCFindTopSourceTVGames) ProtoMessage() {}
+func (*CMsgClientToGCFindTopSourceTVGames) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{5}
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) GetSearchKey() string {
+ if m != nil && m.SearchKey != nil {
+ return *m.SearchKey
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) GetStartGame() uint32 {
+ if m != nil && m.StartGame != nil {
+ return *m.StartGame
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) GetGameListIndex() uint32 {
+ if m != nil && m.GameListIndex != nil {
+ return *m.GameListIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopSourceTVGames) GetLobbyIds() []uint64 {
+ if m != nil {
+ return m.LobbyIds
+ }
+ return nil
+}
+
+type CMsgGCToClientFindTopSourceTVGamesResponse struct {
+ SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ StartGame *uint32 `protobuf:"varint,4,opt,name=start_game" json:"start_game,omitempty"`
+ NumGames *uint32 `protobuf:"varint,5,opt,name=num_games" json:"num_games,omitempty"`
+ GameListIndex *uint32 `protobuf:"varint,6,opt,name=game_list_index" json:"game_list_index,omitempty"`
+ GameList []*CSourceTVGameSmall `protobuf:"bytes,7,rep,name=game_list" json:"game_list,omitempty"`
+ SpecificGames *bool `protobuf:"varint,8,opt,name=specific_games" json:"specific_games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) Reset() {
+ *m = CMsgGCToClientFindTopSourceTVGamesResponse{}
+}
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientFindTopSourceTVGamesResponse) ProtoMessage() {}
+func (*CMsgGCToClientFindTopSourceTVGamesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{6}
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetSearchKey() string {
+ if m != nil && m.SearchKey != nil {
+ return *m.SearchKey
+ }
+ return ""
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetStartGame() uint32 {
+ if m != nil && m.StartGame != nil {
+ return *m.StartGame
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetNumGames() uint32 {
+ if m != nil && m.NumGames != nil {
+ return *m.NumGames
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetGameListIndex() uint32 {
+ if m != nil && m.GameListIndex != nil {
+ return *m.GameListIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetGameList() []*CSourceTVGameSmall {
+ if m != nil {
+ return m.GameList
+ }
+ return nil
+}
+
+func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetSpecificGames() bool {
+ if m != nil && m.SpecificGames != nil {
+ return *m.SpecificGames
+ }
+ return false
+}
+
+type CMsgClientToGCTopMatchesRequest struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ PlayerAccountId *uint32 `protobuf:"varint,2,opt,name=player_account_id" json:"player_account_id,omitempty"`
+ TeamId *uint32 `protobuf:"varint,3,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCTopMatchesRequest) Reset() { *m = CMsgClientToGCTopMatchesRequest{} }
+func (m *CMsgClientToGCTopMatchesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCTopMatchesRequest) ProtoMessage() {}
+func (*CMsgClientToGCTopMatchesRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{7} }
+
+func (m *CMsgClientToGCTopMatchesRequest) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCTopMatchesRequest) GetPlayerAccountId() uint32 {
+ if m != nil && m.PlayerAccountId != nil {
+ return *m.PlayerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCTopMatchesRequest) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgClientToGCTopLeagueMatchesRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCTopLeagueMatchesRequest) Reset() { *m = CMsgClientToGCTopLeagueMatchesRequest{} }
+func (m *CMsgClientToGCTopLeagueMatchesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCTopLeagueMatchesRequest) ProtoMessage() {}
+func (*CMsgClientToGCTopLeagueMatchesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{8}
+}
+
+type CMsgClientToGCTopFriendMatchesRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCTopFriendMatchesRequest) Reset() { *m = CMsgClientToGCTopFriendMatchesRequest{} }
+func (m *CMsgClientToGCTopFriendMatchesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCTopFriendMatchesRequest) ProtoMessage() {}
+func (*CMsgClientToGCTopFriendMatchesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{9}
+}
+
+type CMsgClientToGCMatchesMinimalRequest struct {
+ MatchIds []uint64 `protobuf:"varint,1,rep,name=match_ids" json:"match_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCMatchesMinimalRequest) Reset() { *m = CMsgClientToGCMatchesMinimalRequest{} }
+func (m *CMsgClientToGCMatchesMinimalRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCMatchesMinimalRequest) ProtoMessage() {}
+func (*CMsgClientToGCMatchesMinimalRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{10}
+}
+
+func (m *CMsgClientToGCMatchesMinimalRequest) GetMatchIds() []uint64 {
+ if m != nil {
+ return m.MatchIds
+ }
+ return nil
+}
+
+type CMsgClientToGCMatchesMinimalResponse struct {
+ Matches []*CMsgDOTAMatchMinimal `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
+ LastMatch *bool `protobuf:"varint,2,opt,name=last_match" json:"last_match,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCMatchesMinimalResponse) Reset() { *m = CMsgClientToGCMatchesMinimalResponse{} }
+func (m *CMsgClientToGCMatchesMinimalResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCMatchesMinimalResponse) ProtoMessage() {}
+func (*CMsgClientToGCMatchesMinimalResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{11}
+}
+
+func (m *CMsgClientToGCMatchesMinimalResponse) GetMatches() []*CMsgDOTAMatchMinimal {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCMatchesMinimalResponse) GetLastMatch() bool {
+ if m != nil && m.LastMatch != nil {
+ return *m.LastMatch
+ }
+ return false
+}
+
+type CMsgGCToClientTopLeagueMatchesResponse struct {
+ Matches []*CMsgDOTAMatchMinimal `protobuf:"bytes,2,rep,name=matches" json:"matches,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientTopLeagueMatchesResponse) Reset() {
+ *m = CMsgGCToClientTopLeagueMatchesResponse{}
+}
+func (m *CMsgGCToClientTopLeagueMatchesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientTopLeagueMatchesResponse) ProtoMessage() {}
+func (*CMsgGCToClientTopLeagueMatchesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{12}
+}
+
+func (m *CMsgGCToClientTopLeagueMatchesResponse) GetMatches() []*CMsgDOTAMatchMinimal {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+type CMsgGCToClientTopFriendMatchesResponse struct {
+ Matches []*CMsgDOTAMatchMinimal `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientTopFriendMatchesResponse) Reset() {
+ *m = CMsgGCToClientTopFriendMatchesResponse{}
+}
+func (m *CMsgGCToClientTopFriendMatchesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientTopFriendMatchesResponse) ProtoMessage() {}
+func (*CMsgGCToClientTopFriendMatchesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{13}
+}
+
+func (m *CMsgGCToClientTopFriendMatchesResponse) GetMatches() []*CMsgDOTAMatchMinimal {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+type CMsgClientToGCFindTopMatches struct {
+ StartGame *uint32 `protobuf:"varint,1,opt,name=start_game" json:"start_game,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ FriendId *uint32 `protobuf:"varint,4,opt,name=friend_id" json:"friend_id,omitempty"`
+ FriendList *bool `protobuf:"varint,5,opt,name=friend_list" json:"friend_list,omitempty"`
+ LeagueList *bool `protobuf:"varint,6,opt,name=league_list" json:"league_list,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCFindTopMatches) Reset() { *m = CMsgClientToGCFindTopMatches{} }
+func (m *CMsgClientToGCFindTopMatches) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCFindTopMatches) ProtoMessage() {}
+func (*CMsgClientToGCFindTopMatches) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{14} }
+
+func (m *CMsgClientToGCFindTopMatches) GetStartGame() uint32 {
+ if m != nil && m.StartGame != nil {
+ return *m.StartGame
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopMatches) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopMatches) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopMatches) GetFriendId() uint32 {
+ if m != nil && m.FriendId != nil {
+ return *m.FriendId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCFindTopMatches) GetFriendList() bool {
+ if m != nil && m.FriendList != nil {
+ return *m.FriendList
+ }
+ return false
+}
+
+func (m *CMsgClientToGCFindTopMatches) GetLeagueList() bool {
+ if m != nil && m.LeagueList != nil {
+ return *m.LeagueList
+ }
+ return false
+}
+
+type CMsgGCToClientFindTopLeagueMatchesResponse struct {
+ StartGame *uint32 `protobuf:"varint,1,opt,name=start_game" json:"start_game,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ MatchIds []uint32 `protobuf:"varint,4,rep,name=match_ids" json:"match_ids,omitempty"`
+ Matches []*CMsgDOTAMatch `protobuf:"bytes,5,rep,name=matches" json:"matches,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) Reset() {
+ *m = CMsgGCToClientFindTopLeagueMatchesResponse{}
+}
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientFindTopLeagueMatchesResponse) ProtoMessage() {}
+func (*CMsgGCToClientFindTopLeagueMatchesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{15}
+}
+
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetStartGame() uint32 {
+ if m != nil && m.StartGame != nil {
+ return *m.StartGame
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetMatchIds() []uint32 {
+ if m != nil {
+ return m.MatchIds
+ }
+ return nil
+}
+
+func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetMatches() []*CMsgDOTAMatch {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+type CMsgSpectateFriendGame struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSpectateFriendGame) Reset() { *m = CMsgSpectateFriendGame{} }
+func (m *CMsgSpectateFriendGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgSpectateFriendGame) ProtoMessage() {}
+func (*CMsgSpectateFriendGame) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{16} }
+
+func (m *CMsgSpectateFriendGame) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgSpectateFriendGameResponse struct {
+ ServerSteamid *uint64 `protobuf:"fixed64,4,opt,name=server_steamid" json:"server_steamid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSpectateFriendGameResponse) Reset() { *m = CMsgSpectateFriendGameResponse{} }
+func (m *CMsgSpectateFriendGameResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgSpectateFriendGameResponse) ProtoMessage() {}
+func (*CMsgSpectateFriendGameResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{17} }
+
+func (m *CMsgSpectateFriendGameResponse) GetServerSteamid() uint64 {
+ if m != nil && m.ServerSteamid != nil {
+ return *m.ServerSteamid
+ }
+ return 0
+}
+
+type CMsgAbandonCurrentGame struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAbandonCurrentGame) Reset() { *m = CMsgAbandonCurrentGame{} }
+func (m *CMsgAbandonCurrentGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgAbandonCurrentGame) ProtoMessage() {}
+func (*CMsgAbandonCurrentGame) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{18} }
+
+type CMsgClientSuspended struct {
+ TimeEnd *uint32 `protobuf:"varint,1,opt,name=time_end" json:"time_end,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientSuspended) Reset() { *m = CMsgClientSuspended{} }
+func (m *CMsgClientSuspended) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientSuspended) ProtoMessage() {}
+func (*CMsgClientSuspended) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{19} }
+
+func (m *CMsgClientSuspended) GetTimeEnd() uint32 {
+ if m != nil && m.TimeEnd != nil {
+ return *m.TimeEnd
+ }
+ return 0
+}
+
+type CMsgPracticeLobbySetDetails struct {
+ LobbyId *uint64 `protobuf:"varint,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ GameName *string `protobuf:"bytes,2,opt,name=game_name" json:"game_name,omitempty"`
+ TeamDetails []*CLobbyTeamDetails `protobuf:"bytes,3,rep,name=team_details" json:"team_details,omitempty"`
+ ServerRegion *uint32 `protobuf:"varint,4,opt,name=server_region" json:"server_region,omitempty"`
+ GameMode *uint32 `protobuf:"varint,5,opt,name=game_mode" json:"game_mode,omitempty"`
+ CmPick *DOTA_CM_PICK `protobuf:"varint,6,opt,name=cm_pick,enum=DOTA_CM_PICK,def=0" json:"cm_pick,omitempty"`
+ BotDifficulty *DOTABotDifficulty `protobuf:"varint,9,opt,name=bot_difficulty,enum=DOTABotDifficulty,def=2" json:"bot_difficulty,omitempty"`
+ AllowCheats *bool `protobuf:"varint,10,opt,name=allow_cheats" json:"allow_cheats,omitempty"`
+ FillWithBots *bool `protobuf:"varint,11,opt,name=fill_with_bots" json:"fill_with_bots,omitempty"`
+ IntroMode *bool `protobuf:"varint,12,opt,name=intro_mode" json:"intro_mode,omitempty"`
+ AllowSpectating *bool `protobuf:"varint,13,opt,name=allow_spectating" json:"allow_spectating,omitempty"`
+ GameVersion *DOTAGameVersion `protobuf:"varint,14,opt,name=game_version,enum=DOTAGameVersion,def=0" json:"game_version,omitempty"`
+ PassKey *string `protobuf:"bytes,15,opt,name=pass_key" json:"pass_key,omitempty"`
+ Leagueid *uint32 `protobuf:"varint,16,opt,name=leagueid" json:"leagueid,omitempty"`
+ PenaltyLevelRadiant *uint32 `protobuf:"varint,17,opt,name=penalty_level_radiant" json:"penalty_level_radiant,omitempty"`
+ PenaltyLevelDire *uint32 `protobuf:"varint,18,opt,name=penalty_level_dire" json:"penalty_level_dire,omitempty"`
+ LoadGameId *uint32 `protobuf:"varint,19,opt,name=load_game_id" json:"load_game_id,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,20,opt,name=series_type" json:"series_type,omitempty"`
+ RadiantSeriesWins *uint32 `protobuf:"varint,21,opt,name=radiant_series_wins" json:"radiant_series_wins,omitempty"`
+ DireSeriesWins *uint32 `protobuf:"varint,22,opt,name=dire_series_wins" json:"dire_series_wins,omitempty"`
+ Allchat *bool `protobuf:"varint,23,opt,name=allchat,def=0" json:"allchat,omitempty"`
+ DotaTvDelay *LobbyDotaTVDelay `protobuf:"varint,24,opt,name=dota_tv_delay,enum=LobbyDotaTVDelay,def=1" json:"dota_tv_delay,omitempty"`
+ Lan *bool `protobuf:"varint,25,opt,name=lan" json:"lan,omitempty"`
+ CustomGameMode *string `protobuf:"bytes,26,opt,name=custom_game_mode" json:"custom_game_mode,omitempty"`
+ CustomMapName *string `protobuf:"bytes,27,opt,name=custom_map_name" json:"custom_map_name,omitempty"`
+ CustomDifficulty *uint32 `protobuf:"varint,28,opt,name=custom_difficulty" json:"custom_difficulty,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,29,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ CustomMinPlayers *uint32 `protobuf:"varint,30,opt,name=custom_min_players" json:"custom_min_players,omitempty"`
+ CustomMaxPlayers *uint32 `protobuf:"varint,31,opt,name=custom_max_players" json:"custom_max_players,omitempty"`
+ LanHostPingToServerRegion *uint32 `protobuf:"varint,32,opt,name=lan_host_ping_to_server_region" json:"lan_host_ping_to_server_region,omitempty"`
+ Visibility *DOTALobbyVisibility `protobuf:"varint,33,opt,name=visibility,enum=DOTALobbyVisibility,def=0" json:"visibility,omitempty"`
+ CustomGameCrc *uint64 `protobuf:"fixed64,34,opt,name=custom_game_crc" json:"custom_game_crc,omitempty"`
+ LeagueSeriesId *uint32 `protobuf:"varint,35,opt,name=league_series_id" json:"league_series_id,omitempty"`
+ LeagueGameId *uint32 `protobuf:"varint,36,opt,name=league_game_id" json:"league_game_id,omitempty"`
+ CustomGameTimestamp *uint32 `protobuf:"fixed32,37,opt,name=custom_game_timestamp" json:"custom_game_timestamp,omitempty"`
+ PreviousMatchOverride *uint64 `protobuf:"varint,38,opt,name=previous_match_override" json:"previous_match_override,omitempty"`
+ LeagueSelectionPriorityTeam *uint32 `protobuf:"varint,39,opt,name=league_selection_priority_team" json:"league_selection_priority_team,omitempty"`
+ LeagueSelectionPriorityChoice *SelectionPriorityType `protobuf:"varint,40,opt,name=league_selection_priority_choice,enum=SelectionPriorityType,def=0" json:"league_selection_priority_choice,omitempty"`
+ LeagueNonSelectionPriorityChoice *SelectionPriorityType `protobuf:"varint,41,opt,name=league_non_selection_priority_choice,enum=SelectionPriorityType,def=0" json:"league_non_selection_priority_choice,omitempty"`
+ PauseSetting *LobbyDotaPauseSetting `protobuf:"varint,42,opt,name=pause_setting,enum=LobbyDotaPauseSetting,def=0" json:"pause_setting,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbySetDetails) Reset() { *m = CMsgPracticeLobbySetDetails{} }
+func (m *CMsgPracticeLobbySetDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbySetDetails) ProtoMessage() {}
+func (*CMsgPracticeLobbySetDetails) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{20} }
+
+const Default_CMsgPracticeLobbySetDetails_CmPick DOTA_CM_PICK = DOTA_CM_PICK_DOTA_CM_RANDOM
+const Default_CMsgPracticeLobbySetDetails_BotDifficulty DOTABotDifficulty = DOTABotDifficulty_BOT_DIFFICULTY_MEDIUM
+const Default_CMsgPracticeLobbySetDetails_GameVersion DOTAGameVersion = DOTAGameVersion_GAME_VERSION_CURRENT
+const Default_CMsgPracticeLobbySetDetails_Allchat bool = false
+const Default_CMsgPracticeLobbySetDetails_DotaTvDelay LobbyDotaTVDelay = LobbyDotaTVDelay_LobbyDotaTV_120
+const Default_CMsgPracticeLobbySetDetails_Visibility DOTALobbyVisibility = DOTALobbyVisibility_DOTALobbyVisibility_Public
+const Default_CMsgPracticeLobbySetDetails_LeagueSelectionPriorityChoice SelectionPriorityType = SelectionPriorityType_UNDEFINED
+const Default_CMsgPracticeLobbySetDetails_LeagueNonSelectionPriorityChoice SelectionPriorityType = SelectionPriorityType_UNDEFINED
+const Default_CMsgPracticeLobbySetDetails_PauseSetting LobbyDotaPauseSetting = LobbyDotaPauseSetting_LobbyDotaPauseSetting_Unlimited
+
+func (m *CMsgPracticeLobbySetDetails) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetGameName() string {
+ if m != nil && m.GameName != nil {
+ return *m.GameName
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetTeamDetails() []*CLobbyTeamDetails {
+ if m != nil {
+ return m.TeamDetails
+ }
+ return nil
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCmPick() DOTA_CM_PICK {
+ if m != nil && m.CmPick != nil {
+ return *m.CmPick
+ }
+ return Default_CMsgPracticeLobbySetDetails_CmPick
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetBotDifficulty() DOTABotDifficulty {
+ if m != nil && m.BotDifficulty != nil {
+ return *m.BotDifficulty
+ }
+ return Default_CMsgPracticeLobbySetDetails_BotDifficulty
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetAllowCheats() bool {
+ if m != nil && m.AllowCheats != nil {
+ return *m.AllowCheats
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetFillWithBots() bool {
+ if m != nil && m.FillWithBots != nil {
+ return *m.FillWithBots
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetIntroMode() bool {
+ if m != nil && m.IntroMode != nil {
+ return *m.IntroMode
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetAllowSpectating() bool {
+ if m != nil && m.AllowSpectating != nil {
+ return *m.AllowSpectating
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetGameVersion() DOTAGameVersion {
+ if m != nil && m.GameVersion != nil {
+ return *m.GameVersion
+ }
+ return Default_CMsgPracticeLobbySetDetails_GameVersion
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetPassKey() string {
+ if m != nil && m.PassKey != nil {
+ return *m.PassKey
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetPenaltyLevelRadiant() uint32 {
+ if m != nil && m.PenaltyLevelRadiant != nil {
+ return *m.PenaltyLevelRadiant
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetPenaltyLevelDire() uint32 {
+ if m != nil && m.PenaltyLevelDire != nil {
+ return *m.PenaltyLevelDire
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLoadGameId() uint32 {
+ if m != nil && m.LoadGameId != nil {
+ return *m.LoadGameId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetRadiantSeriesWins() uint32 {
+ if m != nil && m.RadiantSeriesWins != nil {
+ return *m.RadiantSeriesWins
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetDireSeriesWins() uint32 {
+ if m != nil && m.DireSeriesWins != nil {
+ return *m.DireSeriesWins
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetAllchat() bool {
+ if m != nil && m.Allchat != nil {
+ return *m.Allchat
+ }
+ return Default_CMsgPracticeLobbySetDetails_Allchat
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetDotaTvDelay() LobbyDotaTVDelay {
+ if m != nil && m.DotaTvDelay != nil {
+ return *m.DotaTvDelay
+ }
+ return Default_CMsgPracticeLobbySetDetails_DotaTvDelay
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLan() bool {
+ if m != nil && m.Lan != nil {
+ return *m.Lan
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomGameMode() string {
+ if m != nil && m.CustomGameMode != nil {
+ return *m.CustomGameMode
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomMapName() string {
+ if m != nil && m.CustomMapName != nil {
+ return *m.CustomMapName
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomDifficulty() uint32 {
+ if m != nil && m.CustomDifficulty != nil {
+ return *m.CustomDifficulty
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomMinPlayers() uint32 {
+ if m != nil && m.CustomMinPlayers != nil {
+ return *m.CustomMinPlayers
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomMaxPlayers() uint32 {
+ if m != nil && m.CustomMaxPlayers != nil {
+ return *m.CustomMaxPlayers
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLanHostPingToServerRegion() uint32 {
+ if m != nil && m.LanHostPingToServerRegion != nil {
+ return *m.LanHostPingToServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetVisibility() DOTALobbyVisibility {
+ if m != nil && m.Visibility != nil {
+ return *m.Visibility
+ }
+ return Default_CMsgPracticeLobbySetDetails_Visibility
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomGameCrc() uint64 {
+ if m != nil && m.CustomGameCrc != nil {
+ return *m.CustomGameCrc
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLeagueSeriesId() uint32 {
+ if m != nil && m.LeagueSeriesId != nil {
+ return *m.LeagueSeriesId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLeagueGameId() uint32 {
+ if m != nil && m.LeagueGameId != nil {
+ return *m.LeagueGameId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetCustomGameTimestamp() uint32 {
+ if m != nil && m.CustomGameTimestamp != nil {
+ return *m.CustomGameTimestamp
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetPreviousMatchOverride() uint64 {
+ if m != nil && m.PreviousMatchOverride != nil {
+ return *m.PreviousMatchOverride
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLeagueSelectionPriorityTeam() uint32 {
+ if m != nil && m.LeagueSelectionPriorityTeam != nil {
+ return *m.LeagueSelectionPriorityTeam
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLeagueSelectionPriorityChoice() SelectionPriorityType {
+ if m != nil && m.LeagueSelectionPriorityChoice != nil {
+ return *m.LeagueSelectionPriorityChoice
+ }
+ return Default_CMsgPracticeLobbySetDetails_LeagueSelectionPriorityChoice
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetLeagueNonSelectionPriorityChoice() SelectionPriorityType {
+ if m != nil && m.LeagueNonSelectionPriorityChoice != nil {
+ return *m.LeagueNonSelectionPriorityChoice
+ }
+ return Default_CMsgPracticeLobbySetDetails_LeagueNonSelectionPriorityChoice
+}
+
+func (m *CMsgPracticeLobbySetDetails) GetPauseSetting() LobbyDotaPauseSetting {
+ if m != nil && m.PauseSetting != nil {
+ return *m.PauseSetting
+ }
+ return Default_CMsgPracticeLobbySetDetails_PauseSetting
+}
+
+type CMsgPracticeLobbyCreate struct {
+ SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
+ TournamentGame *bool `protobuf:"varint,2,opt,name=tournament_game" json:"tournament_game,omitempty"`
+ TournamentGameId *uint32 `protobuf:"varint,3,opt,name=tournament_game_id" json:"tournament_game_id,omitempty"`
+ TournamentId *uint32 `protobuf:"varint,4,opt,name=tournament_id" json:"tournament_id,omitempty"`
+ PassKey *string `protobuf:"bytes,5,opt,name=pass_key" json:"pass_key,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,6,opt,name=client_version" json:"client_version,omitempty"`
+ LobbyDetails *CMsgPracticeLobbySetDetails `protobuf:"bytes,7,opt,name=lobby_details" json:"lobby_details,omitempty"`
+ SaveGame *CMsgPracticeLobbyCreate_SaveGame `protobuf:"bytes,8,opt,name=save_game" json:"save_game,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyCreate) Reset() { *m = CMsgPracticeLobbyCreate{} }
+func (m *CMsgPracticeLobbyCreate) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyCreate) ProtoMessage() {}
+func (*CMsgPracticeLobbyCreate) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{21} }
+
+func (m *CMsgPracticeLobbyCreate) GetSearchKey() string {
+ if m != nil && m.SearchKey != nil {
+ return *m.SearchKey
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyCreate) GetTournamentGame() bool {
+ if m != nil && m.TournamentGame != nil {
+ return *m.TournamentGame
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbyCreate) GetTournamentGameId() uint32 {
+ if m != nil && m.TournamentGameId != nil {
+ return *m.TournamentGameId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyCreate) GetTournamentId() uint32 {
+ if m != nil && m.TournamentId != nil {
+ return *m.TournamentId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyCreate) GetPassKey() string {
+ if m != nil && m.PassKey != nil {
+ return *m.PassKey
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyCreate) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyCreate) GetLobbyDetails() *CMsgPracticeLobbySetDetails {
+ if m != nil {
+ return m.LobbyDetails
+ }
+ return nil
+}
+
+func (m *CMsgPracticeLobbyCreate) GetSaveGame() *CMsgPracticeLobbyCreate_SaveGame {
+ if m != nil {
+ return m.SaveGame
+ }
+ return nil
+}
+
+type CMsgPracticeLobbyCreate_SaveGame struct {
+ Data []byte `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
+ Version *int32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
+ SteamId *uint64 `protobuf:"fixed64,3,opt,name=steam_id" json:"steam_id,omitempty"`
+ Signature *uint64 `protobuf:"fixed64,4,opt,name=signature" json:"signature,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyCreate_SaveGame) Reset() { *m = CMsgPracticeLobbyCreate_SaveGame{} }
+func (m *CMsgPracticeLobbyCreate_SaveGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyCreate_SaveGame) ProtoMessage() {}
+func (*CMsgPracticeLobbyCreate_SaveGame) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{21, 0}
+}
+
+func (m *CMsgPracticeLobbyCreate_SaveGame) GetData() []byte {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+func (m *CMsgPracticeLobbyCreate_SaveGame) GetVersion() int32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyCreate_SaveGame) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyCreate_SaveGame) GetSignature() uint64 {
+ if m != nil && m.Signature != nil {
+ return *m.Signature
+ }
+ return 0
+}
+
+type CMsgPracticeLobbySetTeamSlot struct {
+ Team *DOTA_GC_TEAM `protobuf:"varint,1,opt,name=team,enum=DOTA_GC_TEAM,def=0" json:"team,omitempty"`
+ Slot *uint32 `protobuf:"varint,2,opt,name=slot" json:"slot,omitempty"`
+ BotDifficulty *DOTABotDifficulty `protobuf:"varint,3,opt,name=bot_difficulty,enum=DOTABotDifficulty,def=0" json:"bot_difficulty,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbySetTeamSlot) Reset() { *m = CMsgPracticeLobbySetTeamSlot{} }
+func (m *CMsgPracticeLobbySetTeamSlot) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbySetTeamSlot) ProtoMessage() {}
+func (*CMsgPracticeLobbySetTeamSlot) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{22} }
+
+const Default_CMsgPracticeLobbySetTeamSlot_Team DOTA_GC_TEAM = DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS
+const Default_CMsgPracticeLobbySetTeamSlot_BotDifficulty DOTABotDifficulty = DOTABotDifficulty_BOT_DIFFICULTY_PASSIVE
+
+func (m *CMsgPracticeLobbySetTeamSlot) GetTeam() DOTA_GC_TEAM {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return Default_CMsgPracticeLobbySetTeamSlot_Team
+}
+
+func (m *CMsgPracticeLobbySetTeamSlot) GetSlot() uint32 {
+ if m != nil && m.Slot != nil {
+ return *m.Slot
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbySetTeamSlot) GetBotDifficulty() DOTABotDifficulty {
+ if m != nil && m.BotDifficulty != nil {
+ return *m.BotDifficulty
+ }
+ return Default_CMsgPracticeLobbySetTeamSlot_BotDifficulty
+}
+
+type CMsgPracticeLobbySetCoach struct {
+ Team *DOTA_GC_TEAM `protobuf:"varint,1,opt,name=team,enum=DOTA_GC_TEAM,def=0" json:"team,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbySetCoach) Reset() { *m = CMsgPracticeLobbySetCoach{} }
+func (m *CMsgPracticeLobbySetCoach) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbySetCoach) ProtoMessage() {}
+func (*CMsgPracticeLobbySetCoach) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{23} }
+
+const Default_CMsgPracticeLobbySetCoach_Team DOTA_GC_TEAM = DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS
+
+func (m *CMsgPracticeLobbySetCoach) GetTeam() DOTA_GC_TEAM {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return Default_CMsgPracticeLobbySetCoach_Team
+}
+
+type CMsgPracticeLobbyJoinBroadcastChannel struct {
+ Channel *uint32 `protobuf:"varint,1,opt,name=channel" json:"channel,omitempty"`
+ PreferredDescription *string `protobuf:"bytes,2,opt,name=preferred_description" json:"preferred_description,omitempty"`
+ PreferredCountryCode *string `protobuf:"bytes,3,opt,name=preferred_country_code" json:"preferred_country_code,omitempty"`
+ PreferredLanguageCode *string `protobuf:"bytes,4,opt,name=preferred_language_code" json:"preferred_language_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyJoinBroadcastChannel) Reset() { *m = CMsgPracticeLobbyJoinBroadcastChannel{} }
+func (m *CMsgPracticeLobbyJoinBroadcastChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyJoinBroadcastChannel) ProtoMessage() {}
+func (*CMsgPracticeLobbyJoinBroadcastChannel) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{24}
+}
+
+func (m *CMsgPracticeLobbyJoinBroadcastChannel) GetChannel() uint32 {
+ if m != nil && m.Channel != nil {
+ return *m.Channel
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyJoinBroadcastChannel) GetPreferredDescription() string {
+ if m != nil && m.PreferredDescription != nil {
+ return *m.PreferredDescription
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyJoinBroadcastChannel) GetPreferredCountryCode() string {
+ if m != nil && m.PreferredCountryCode != nil {
+ return *m.PreferredCountryCode
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyJoinBroadcastChannel) GetPreferredLanguageCode() string {
+ if m != nil && m.PreferredLanguageCode != nil {
+ return *m.PreferredLanguageCode
+ }
+ return ""
+}
+
+type CMsgPracticeLobbyCloseBroadcastChannel struct {
+ Channel *uint32 `protobuf:"varint,1,opt,name=channel" json:"channel,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyCloseBroadcastChannel) Reset() {
+ *m = CMsgPracticeLobbyCloseBroadcastChannel{}
+}
+func (m *CMsgPracticeLobbyCloseBroadcastChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyCloseBroadcastChannel) ProtoMessage() {}
+func (*CMsgPracticeLobbyCloseBroadcastChannel) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{25}
+}
+
+func (m *CMsgPracticeLobbyCloseBroadcastChannel) GetChannel() uint32 {
+ if m != nil && m.Channel != nil {
+ return *m.Channel
+ }
+ return 0
+}
+
+type CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus) Reset() {
+ *m = CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus{}
+}
+func (m *CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus) ProtoMessage() {}
+func (*CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{26}
+}
+
+type CMsgPracticeLobbyKick struct {
+ AccountId *uint32 `protobuf:"varint,3,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyKick) Reset() { *m = CMsgPracticeLobbyKick{} }
+func (m *CMsgPracticeLobbyKick) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyKick) ProtoMessage() {}
+func (*CMsgPracticeLobbyKick) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{27} }
+
+func (m *CMsgPracticeLobbyKick) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgPracticeLobbyKickFromTeam struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyKickFromTeam) Reset() { *m = CMsgPracticeLobbyKickFromTeam{} }
+func (m *CMsgPracticeLobbyKickFromTeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyKickFromTeam) ProtoMessage() {}
+func (*CMsgPracticeLobbyKickFromTeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{28} }
+
+func (m *CMsgPracticeLobbyKickFromTeam) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgPracticeLobbyLeave struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyLeave) Reset() { *m = CMsgPracticeLobbyLeave{} }
+func (m *CMsgPracticeLobbyLeave) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyLeave) ProtoMessage() {}
+func (*CMsgPracticeLobbyLeave) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{29} }
+
+type CMsgPracticeLobbyLaunch struct {
+ ClientVersion *uint32 `protobuf:"varint,5,opt,name=client_version" json:"client_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyLaunch) Reset() { *m = CMsgPracticeLobbyLaunch{} }
+func (m *CMsgPracticeLobbyLaunch) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyLaunch) ProtoMessage() {}
+func (*CMsgPracticeLobbyLaunch) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{30} }
+
+func (m *CMsgPracticeLobbyLaunch) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+type CMsgApplyTeamToPracticeLobby struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgApplyTeamToPracticeLobby) Reset() { *m = CMsgApplyTeamToPracticeLobby{} }
+func (m *CMsgApplyTeamToPracticeLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgApplyTeamToPracticeLobby) ProtoMessage() {}
+func (*CMsgApplyTeamToPracticeLobby) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{31} }
+
+func (m *CMsgApplyTeamToPracticeLobby) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgClearPracticeLobbyTeam struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClearPracticeLobbyTeam) Reset() { *m = CMsgClearPracticeLobbyTeam{} }
+func (m *CMsgClearPracticeLobbyTeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgClearPracticeLobbyTeam) ProtoMessage() {}
+func (*CMsgClearPracticeLobbyTeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{32} }
+
+type CMsgPracticeLobbyList struct {
+ TournamentGames *bool `protobuf:"varint,1,opt,name=tournament_games" json:"tournament_games,omitempty"`
+ PassKey *string `protobuf:"bytes,2,opt,name=pass_key" json:"pass_key,omitempty"`
+ Region *uint32 `protobuf:"varint,3,opt,name=region" json:"region,omitempty"`
+ GameMode *DOTA_GameMode `protobuf:"varint,4,opt,name=game_mode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyList) Reset() { *m = CMsgPracticeLobbyList{} }
+func (m *CMsgPracticeLobbyList) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyList) ProtoMessage() {}
+func (*CMsgPracticeLobbyList) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{33} }
+
+const Default_CMsgPracticeLobbyList_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
+
+func (m *CMsgPracticeLobbyList) GetTournamentGames() bool {
+ if m != nil && m.TournamentGames != nil {
+ return *m.TournamentGames
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbyList) GetPassKey() string {
+ if m != nil && m.PassKey != nil {
+ return *m.PassKey
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyList) GetRegion() uint32 {
+ if m != nil && m.Region != nil {
+ return *m.Region
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyList) GetGameMode() DOTA_GameMode {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return Default_CMsgPracticeLobbyList_GameMode
+}
+
+type CMsgPracticeLobbyListResponseEntry struct {
+ Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ TournamentId *uint32 `protobuf:"varint,3,opt,name=tournament_id" json:"tournament_id,omitempty"`
+ TournamentGameId *uint32 `protobuf:"varint,4,opt,name=tournament_game_id" json:"tournament_game_id,omitempty"`
+ Members []*CMsgPracticeLobbyListResponseEntry_CLobbyMember `protobuf:"bytes,5,rep,name=members" json:"members,omitempty"`
+ RequiresPassKey *bool `protobuf:"varint,6,opt,name=requires_pass_key" json:"requires_pass_key,omitempty"`
+ LeaderAccountId *uint32 `protobuf:"varint,7,opt,name=leader_account_id" json:"leader_account_id,omitempty"`
+ GuildId *uint32 `protobuf:"varint,8,opt,name=guild_id" json:"guild_id,omitempty"`
+ GuildLogo *uint64 `protobuf:"varint,9,opt,name=guild_logo" json:"guild_logo,omitempty"`
+ Name *string `protobuf:"bytes,10,opt,name=name" json:"name,omitempty"`
+ CustomGameMode *string `protobuf:"bytes,11,opt,name=custom_game_mode" json:"custom_game_mode,omitempty"`
+ GameMode *DOTA_GameMode `protobuf:"varint,12,opt,name=game_mode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
+ FriendPresent *bool `protobuf:"varint,13,opt,name=friend_present" json:"friend_present,omitempty"`
+ Players *uint32 `protobuf:"varint,14,opt,name=players" json:"players,omitempty"`
+ CustomMapName *string `protobuf:"bytes,15,opt,name=custom_map_name" json:"custom_map_name,omitempty"`
+ MaxPlayerCount *uint32 `protobuf:"varint,16,opt,name=max_player_count" json:"max_player_count,omitempty"`
+ ServerRegion *uint32 `protobuf:"varint,17,opt,name=server_region" json:"server_region,omitempty"`
+ LanHostPingToServerRegion *uint32 `protobuf:"varint,18,opt,name=lan_host_ping_to_server_region" json:"lan_host_ping_to_server_region,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,19,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) Reset() { *m = CMsgPracticeLobbyListResponseEntry{} }
+func (m *CMsgPracticeLobbyListResponseEntry) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyListResponseEntry) ProtoMessage() {}
+func (*CMsgPracticeLobbyListResponseEntry) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{34}
+}
+
+const Default_CMsgPracticeLobbyListResponseEntry_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetId() uint64 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetTournamentId() uint32 {
+ if m != nil && m.TournamentId != nil {
+ return *m.TournamentId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetTournamentGameId() uint32 {
+ if m != nil && m.TournamentGameId != nil {
+ return *m.TournamentGameId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetMembers() []*CMsgPracticeLobbyListResponseEntry_CLobbyMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetRequiresPassKey() bool {
+ if m != nil && m.RequiresPassKey != nil {
+ return *m.RequiresPassKey
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetLeaderAccountId() uint32 {
+ if m != nil && m.LeaderAccountId != nil {
+ return *m.LeaderAccountId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetGuildLogo() uint64 {
+ if m != nil && m.GuildLogo != nil {
+ return *m.GuildLogo
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetCustomGameMode() string {
+ if m != nil && m.CustomGameMode != nil {
+ return *m.CustomGameMode
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetGameMode() DOTA_GameMode {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return Default_CMsgPracticeLobbyListResponseEntry_GameMode
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetFriendPresent() bool {
+ if m != nil && m.FriendPresent != nil {
+ return *m.FriendPresent
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetPlayers() uint32 {
+ if m != nil && m.Players != nil {
+ return *m.Players
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetCustomMapName() string {
+ if m != nil && m.CustomMapName != nil {
+ return *m.CustomMapName
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetMaxPlayerCount() uint32 {
+ if m != nil && m.MaxPlayerCount != nil {
+ return *m.MaxPlayerCount
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetLanHostPingToServerRegion() uint32 {
+ if m != nil && m.LanHostPingToServerRegion != nil {
+ return *m.LanHostPingToServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgPracticeLobbyListResponseEntry_CLobbyMember struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ PlayerName *string `protobuf:"bytes,2,opt,name=player_name" json:"player_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry_CLobbyMember) Reset() {
+ *m = CMsgPracticeLobbyListResponseEntry_CLobbyMember{}
+}
+func (m *CMsgPracticeLobbyListResponseEntry_CLobbyMember) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgPracticeLobbyListResponseEntry_CLobbyMember) ProtoMessage() {}
+func (*CMsgPracticeLobbyListResponseEntry_CLobbyMember) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{34, 0}
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry_CLobbyMember) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyListResponseEntry_CLobbyMember) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+type CMsgPracticeLobbyListResponse struct {
+ TournamentGames *bool `protobuf:"varint,1,opt,name=tournament_games" json:"tournament_games,omitempty"`
+ Lobbies []*CMsgPracticeLobbyListResponseEntry `protobuf:"bytes,2,rep,name=lobbies" json:"lobbies,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyListResponse) Reset() { *m = CMsgPracticeLobbyListResponse{} }
+func (m *CMsgPracticeLobbyListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyListResponse) ProtoMessage() {}
+func (*CMsgPracticeLobbyListResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{35} }
+
+func (m *CMsgPracticeLobbyListResponse) GetTournamentGames() bool {
+ if m != nil && m.TournamentGames != nil {
+ return *m.TournamentGames
+ }
+ return false
+}
+
+func (m *CMsgPracticeLobbyListResponse) GetLobbies() []*CMsgPracticeLobbyListResponseEntry {
+ if m != nil {
+ return m.Lobbies
+ }
+ return nil
+}
+
+type CMsgLobbyList struct {
+ ServerRegion *uint32 `protobuf:"varint,1,opt,name=server_region,def=0" json:"server_region,omitempty"`
+ GameMode *DOTA_GameMode `protobuf:"varint,2,opt,name=game_mode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLobbyList) Reset() { *m = CMsgLobbyList{} }
+func (m *CMsgLobbyList) String() string { return proto.CompactTextString(m) }
+func (*CMsgLobbyList) ProtoMessage() {}
+func (*CMsgLobbyList) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{36} }
+
+const Default_CMsgLobbyList_ServerRegion uint32 = 0
+const Default_CMsgLobbyList_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
+
+func (m *CMsgLobbyList) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return Default_CMsgLobbyList_ServerRegion
+}
+
+func (m *CMsgLobbyList) GetGameMode() DOTA_GameMode {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return Default_CMsgLobbyList_GameMode
+}
+
+type CMsgLobbyListResponse struct {
+ Lobbies []*CMsgPracticeLobbyListResponseEntry `protobuf:"bytes,1,rep,name=lobbies" json:"lobbies,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLobbyListResponse) Reset() { *m = CMsgLobbyListResponse{} }
+func (m *CMsgLobbyListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgLobbyListResponse) ProtoMessage() {}
+func (*CMsgLobbyListResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{37} }
+
+func (m *CMsgLobbyListResponse) GetLobbies() []*CMsgPracticeLobbyListResponseEntry {
+ if m != nil {
+ return m.Lobbies
+ }
+ return nil
+}
+
+type CMsgPracticeLobbyJoin struct {
+ LobbyId *uint64 `protobuf:"varint,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ PassKey *string `protobuf:"bytes,3,opt,name=pass_key" json:"pass_key,omitempty"`
+ CustomGameCrc *uint64 `protobuf:"fixed64,4,opt,name=custom_game_crc" json:"custom_game_crc,omitempty"`
+ CustomGameTimestamp *uint32 `protobuf:"fixed32,5,opt,name=custom_game_timestamp" json:"custom_game_timestamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyJoin) Reset() { *m = CMsgPracticeLobbyJoin{} }
+func (m *CMsgPracticeLobbyJoin) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyJoin) ProtoMessage() {}
+func (*CMsgPracticeLobbyJoin) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{38} }
+
+func (m *CMsgPracticeLobbyJoin) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyJoin) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyJoin) GetPassKey() string {
+ if m != nil && m.PassKey != nil {
+ return *m.PassKey
+ }
+ return ""
+}
+
+func (m *CMsgPracticeLobbyJoin) GetCustomGameCrc() uint64 {
+ if m != nil && m.CustomGameCrc != nil {
+ return *m.CustomGameCrc
+ }
+ return 0
+}
+
+func (m *CMsgPracticeLobbyJoin) GetCustomGameTimestamp() uint32 {
+ if m != nil && m.CustomGameTimestamp != nil {
+ return *m.CustomGameTimestamp
+ }
+ return 0
+}
+
+type CMsgPracticeLobbyJoinResponse struct {
+ Result *DOTAJoinLobbyResult `protobuf:"varint,1,opt,name=result,enum=DOTAJoinLobbyResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPracticeLobbyJoinResponse) Reset() { *m = CMsgPracticeLobbyJoinResponse{} }
+func (m *CMsgPracticeLobbyJoinResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgPracticeLobbyJoinResponse) ProtoMessage() {}
+func (*CMsgPracticeLobbyJoinResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{39} }
+
+const Default_CMsgPracticeLobbyJoinResponse_Result DOTAJoinLobbyResult = DOTAJoinLobbyResult_DOTA_JOIN_RESULT_SUCCESS
+
+func (m *CMsgPracticeLobbyJoinResponse) GetResult() DOTAJoinLobbyResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgPracticeLobbyJoinResponse_Result
+}
+
+type CMsgFriendPracticeLobbyListRequest struct {
+ Friends []uint32 `protobuf:"varint,1,rep,name=friends" json:"friends,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgFriendPracticeLobbyListRequest) Reset() { *m = CMsgFriendPracticeLobbyListRequest{} }
+func (m *CMsgFriendPracticeLobbyListRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgFriendPracticeLobbyListRequest) ProtoMessage() {}
+func (*CMsgFriendPracticeLobbyListRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{40}
+}
+
+func (m *CMsgFriendPracticeLobbyListRequest) GetFriends() []uint32 {
+ if m != nil {
+ return m.Friends
+ }
+ return nil
+}
+
+type CMsgFriendPracticeLobbyListResponse struct {
+ Lobbies []*CMsgPracticeLobbyListResponseEntry `protobuf:"bytes,1,rep,name=lobbies" json:"lobbies,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgFriendPracticeLobbyListResponse) Reset() { *m = CMsgFriendPracticeLobbyListResponse{} }
+func (m *CMsgFriendPracticeLobbyListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgFriendPracticeLobbyListResponse) ProtoMessage() {}
+func (*CMsgFriendPracticeLobbyListResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{41}
+}
+
+func (m *CMsgFriendPracticeLobbyListResponse) GetLobbies() []*CMsgPracticeLobbyListResponseEntry {
+ if m != nil {
+ return m.Lobbies
+ }
+ return nil
+}
+
+type CMsgGuildmatePracticeLobbyListRequest struct {
+ Guilds []uint32 `protobuf:"varint,1,rep,name=guilds" json:"guilds,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGuildmatePracticeLobbyListRequest) Reset() { *m = CMsgGuildmatePracticeLobbyListRequest{} }
+func (m *CMsgGuildmatePracticeLobbyListRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGuildmatePracticeLobbyListRequest) ProtoMessage() {}
+func (*CMsgGuildmatePracticeLobbyListRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{42}
+}
+
+func (m *CMsgGuildmatePracticeLobbyListRequest) GetGuilds() []uint32 {
+ if m != nil {
+ return m.Guilds
+ }
+ return nil
+}
+
+type CMsgGuildmatePracticeLobbyListResponse struct {
+ Lobbies []*CMsgPracticeLobbyListResponseEntry `protobuf:"bytes,1,rep,name=lobbies" json:"lobbies,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGuildmatePracticeLobbyListResponse) Reset() {
+ *m = CMsgGuildmatePracticeLobbyListResponse{}
+}
+func (m *CMsgGuildmatePracticeLobbyListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGuildmatePracticeLobbyListResponse) ProtoMessage() {}
+func (*CMsgGuildmatePracticeLobbyListResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{43}
+}
+
+func (m *CMsgGuildmatePracticeLobbyListResponse) GetLobbies() []*CMsgPracticeLobbyListResponseEntry {
+ if m != nil {
+ return m.Lobbies
+ }
+ return nil
+}
+
+type CMsgJoinableCustomGameModesRequest struct {
+ ServerRegion *uint32 `protobuf:"varint,1,opt,name=server_region" json:"server_region,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgJoinableCustomGameModesRequest) Reset() { *m = CMsgJoinableCustomGameModesRequest{} }
+func (m *CMsgJoinableCustomGameModesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgJoinableCustomGameModesRequest) ProtoMessage() {}
+func (*CMsgJoinableCustomGameModesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{44}
+}
+
+func (m *CMsgJoinableCustomGameModesRequest) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+type CMsgJoinableCustomGameModesResponseEntry struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ LobbyCount *uint32 `protobuf:"varint,2,opt,name=lobby_count" json:"lobby_count,omitempty"`
+ PlayerCount *uint32 `protobuf:"varint,3,opt,name=player_count" json:"player_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgJoinableCustomGameModesResponseEntry) Reset() {
+ *m = CMsgJoinableCustomGameModesResponseEntry{}
+}
+func (m *CMsgJoinableCustomGameModesResponseEntry) String() string { return proto.CompactTextString(m) }
+func (*CMsgJoinableCustomGameModesResponseEntry) ProtoMessage() {}
+func (*CMsgJoinableCustomGameModesResponseEntry) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{45}
+}
+
+func (m *CMsgJoinableCustomGameModesResponseEntry) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomGameModesResponseEntry) GetLobbyCount() uint32 {
+ if m != nil && m.LobbyCount != nil {
+ return *m.LobbyCount
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomGameModesResponseEntry) GetPlayerCount() uint32 {
+ if m != nil && m.PlayerCount != nil {
+ return *m.PlayerCount
+ }
+ return 0
+}
+
+type CMsgJoinableCustomGameModesResponse struct {
+ GameModes []*CMsgJoinableCustomGameModesResponseEntry `protobuf:"bytes,1,rep,name=game_modes" json:"game_modes,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgJoinableCustomGameModesResponse) Reset() { *m = CMsgJoinableCustomGameModesResponse{} }
+func (m *CMsgJoinableCustomGameModesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgJoinableCustomGameModesResponse) ProtoMessage() {}
+func (*CMsgJoinableCustomGameModesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{46}
+}
+
+func (m *CMsgJoinableCustomGameModesResponse) GetGameModes() []*CMsgJoinableCustomGameModesResponseEntry {
+ if m != nil {
+ return m.GameModes
+ }
+ return nil
+}
+
+type CMsgJoinableCustomLobbiesRequest struct {
+ ServerRegion *uint32 `protobuf:"varint,1,opt,name=server_region" json:"server_region,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,2,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgJoinableCustomLobbiesRequest) Reset() { *m = CMsgJoinableCustomLobbiesRequest{} }
+func (m *CMsgJoinableCustomLobbiesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgJoinableCustomLobbiesRequest) ProtoMessage() {}
+func (*CMsgJoinableCustomLobbiesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{47}
+}
+
+func (m *CMsgJoinableCustomLobbiesRequest) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesRequest) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+type CMsgJoinableCustomLobbiesResponseEntry struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,2,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ LobbyName *string `protobuf:"bytes,3,opt,name=lobby_name" json:"lobby_name,omitempty"`
+ MemberCount *uint32 `protobuf:"varint,4,opt,name=member_count" json:"member_count,omitempty"`
+ LeaderAccountId *uint32 `protobuf:"varint,5,opt,name=leader_account_id" json:"leader_account_id,omitempty"`
+ LeaderName *string `protobuf:"bytes,6,opt,name=leader_name" json:"leader_name,omitempty"`
+ CustomMapName *string `protobuf:"bytes,7,opt,name=custom_map_name" json:"custom_map_name,omitempty"`
+ MaxPlayerCount *uint32 `protobuf:"varint,8,opt,name=max_player_count" json:"max_player_count,omitempty"`
+ ServerRegion *uint32 `protobuf:"varint,9,opt,name=server_region" json:"server_region,omitempty"`
+ LanHostPingToServerRegion *uint32 `protobuf:"varint,10,opt,name=lan_host_ping_to_server_region" json:"lan_host_ping_to_server_region,omitempty"`
+ HasPassKey *bool `protobuf:"varint,11,opt,name=has_pass_key" json:"has_pass_key,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) Reset() {
+ *m = CMsgJoinableCustomLobbiesResponseEntry{}
+}
+func (m *CMsgJoinableCustomLobbiesResponseEntry) String() string { return proto.CompactTextString(m) }
+func (*CMsgJoinableCustomLobbiesResponseEntry) ProtoMessage() {}
+func (*CMsgJoinableCustomLobbiesResponseEntry) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{48}
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetLobbyName() string {
+ if m != nil && m.LobbyName != nil {
+ return *m.LobbyName
+ }
+ return ""
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetMemberCount() uint32 {
+ if m != nil && m.MemberCount != nil {
+ return *m.MemberCount
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetLeaderAccountId() uint32 {
+ if m != nil && m.LeaderAccountId != nil {
+ return *m.LeaderAccountId
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetLeaderName() string {
+ if m != nil && m.LeaderName != nil {
+ return *m.LeaderName
+ }
+ return ""
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetCustomMapName() string {
+ if m != nil && m.CustomMapName != nil {
+ return *m.CustomMapName
+ }
+ return ""
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetMaxPlayerCount() uint32 {
+ if m != nil && m.MaxPlayerCount != nil {
+ return *m.MaxPlayerCount
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetLanHostPingToServerRegion() uint32 {
+ if m != nil && m.LanHostPingToServerRegion != nil {
+ return *m.LanHostPingToServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgJoinableCustomLobbiesResponseEntry) GetHasPassKey() bool {
+ if m != nil && m.HasPassKey != nil {
+ return *m.HasPassKey
+ }
+ return false
+}
+
+type CMsgJoinableCustomLobbiesResponse struct {
+ Lobbies []*CMsgJoinableCustomLobbiesResponseEntry `protobuf:"bytes,1,rep,name=lobbies" json:"lobbies,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgJoinableCustomLobbiesResponse) Reset() { *m = CMsgJoinableCustomLobbiesResponse{} }
+func (m *CMsgJoinableCustomLobbiesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgJoinableCustomLobbiesResponse) ProtoMessage() {}
+func (*CMsgJoinableCustomLobbiesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{49}
+}
+
+func (m *CMsgJoinableCustomLobbiesResponse) GetLobbies() []*CMsgJoinableCustomLobbiesResponseEntry {
+ if m != nil {
+ return m.Lobbies
+ }
+ return nil
+}
+
+type CMsgQuickJoinCustomLobby struct {
+ LegacyServerRegion *uint32 `protobuf:"varint,1,opt,name=legacy_server_region" json:"legacy_server_region,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,2,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,3,opt,name=client_version" json:"client_version,omitempty"`
+ CreateLobbyDetails *CMsgPracticeLobbySetDetails `protobuf:"bytes,4,opt,name=create_lobby_details" json:"create_lobby_details,omitempty"`
+ AllowAnyMap *bool `protobuf:"varint,5,opt,name=allow_any_map" json:"allow_any_map,omitempty"`
+ LegacyRegionPings []*CMsgQuickJoinCustomLobby_LegacyRegionPing `protobuf:"bytes,6,rep,name=legacy_region_pings" json:"legacy_region_pings,omitempty"`
+ PingData *CMsgClientPingData `protobuf:"bytes,7,opt,name=ping_data" json:"ping_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgQuickJoinCustomLobby) Reset() { *m = CMsgQuickJoinCustomLobby{} }
+func (m *CMsgQuickJoinCustomLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgQuickJoinCustomLobby) ProtoMessage() {}
+func (*CMsgQuickJoinCustomLobby) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{50} }
+
+func (m *CMsgQuickJoinCustomLobby) GetLegacyServerRegion() uint32 {
+ if m != nil && m.LegacyServerRegion != nil {
+ return *m.LegacyServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgQuickJoinCustomLobby) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgQuickJoinCustomLobby) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgQuickJoinCustomLobby) GetCreateLobbyDetails() *CMsgPracticeLobbySetDetails {
+ if m != nil {
+ return m.CreateLobbyDetails
+ }
+ return nil
+}
+
+func (m *CMsgQuickJoinCustomLobby) GetAllowAnyMap() bool {
+ if m != nil && m.AllowAnyMap != nil {
+ return *m.AllowAnyMap
+ }
+ return false
+}
+
+func (m *CMsgQuickJoinCustomLobby) GetLegacyRegionPings() []*CMsgQuickJoinCustomLobby_LegacyRegionPing {
+ if m != nil {
+ return m.LegacyRegionPings
+ }
+ return nil
+}
+
+func (m *CMsgQuickJoinCustomLobby) GetPingData() *CMsgClientPingData {
+ if m != nil {
+ return m.PingData
+ }
+ return nil
+}
+
+type CMsgQuickJoinCustomLobby_LegacyRegionPing struct {
+ ServerRegion *uint32 `protobuf:"varint,1,opt,name=server_region" json:"server_region,omitempty"`
+ Ping *uint32 `protobuf:"varint,2,opt,name=ping" json:"ping,omitempty"`
+ RegionCode *uint32 `protobuf:"fixed32,3,opt,name=region_code" json:"region_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgQuickJoinCustomLobby_LegacyRegionPing) Reset() {
+ *m = CMsgQuickJoinCustomLobby_LegacyRegionPing{}
+}
+func (m *CMsgQuickJoinCustomLobby_LegacyRegionPing) String() string { return proto.CompactTextString(m) }
+func (*CMsgQuickJoinCustomLobby_LegacyRegionPing) ProtoMessage() {}
+func (*CMsgQuickJoinCustomLobby_LegacyRegionPing) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{50, 0}
+}
+
+func (m *CMsgQuickJoinCustomLobby_LegacyRegionPing) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+func (m *CMsgQuickJoinCustomLobby_LegacyRegionPing) GetPing() uint32 {
+ if m != nil && m.Ping != nil {
+ return *m.Ping
+ }
+ return 0
+}
+
+func (m *CMsgQuickJoinCustomLobby_LegacyRegionPing) GetRegionCode() uint32 {
+ if m != nil && m.RegionCode != nil {
+ return *m.RegionCode
+ }
+ return 0
+}
+
+type CMsgQuickJoinCustomLobbyResponse struct {
+ Result *DOTAJoinLobbyResult `protobuf:"varint,1,opt,name=result,enum=DOTAJoinLobbyResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgQuickJoinCustomLobbyResponse) Reset() { *m = CMsgQuickJoinCustomLobbyResponse{} }
+func (m *CMsgQuickJoinCustomLobbyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgQuickJoinCustomLobbyResponse) ProtoMessage() {}
+func (*CMsgQuickJoinCustomLobbyResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{51}
+}
+
+const Default_CMsgQuickJoinCustomLobbyResponse_Result DOTAJoinLobbyResult = DOTAJoinLobbyResult_DOTA_JOIN_RESULT_SUCCESS
+
+func (m *CMsgQuickJoinCustomLobbyResponse) GetResult() DOTAJoinLobbyResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgQuickJoinCustomLobbyResponse_Result
+}
+
+type CMsgBotGameCreate struct {
+ SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ Difficulty *DOTABotDifficulty `protobuf:"varint,3,opt,name=difficulty,enum=DOTABotDifficulty,def=0" json:"difficulty,omitempty"`
+ Team *DOTA_GC_TEAM `protobuf:"varint,4,opt,name=team,enum=DOTA_GC_TEAM,def=0" json:"team,omitempty"`
+ GameMode *uint32 `protobuf:"varint,5,opt,name=game_mode" json:"game_mode,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgBotGameCreate) Reset() { *m = CMsgBotGameCreate{} }
+func (m *CMsgBotGameCreate) String() string { return proto.CompactTextString(m) }
+func (*CMsgBotGameCreate) ProtoMessage() {}
+func (*CMsgBotGameCreate) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{52} }
+
+const Default_CMsgBotGameCreate_Difficulty DOTABotDifficulty = DOTABotDifficulty_BOT_DIFFICULTY_PASSIVE
+const Default_CMsgBotGameCreate_Team DOTA_GC_TEAM = DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS
+
+func (m *CMsgBotGameCreate) GetSearchKey() string {
+ if m != nil && m.SearchKey != nil {
+ return *m.SearchKey
+ }
+ return ""
+}
+
+func (m *CMsgBotGameCreate) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgBotGameCreate) GetDifficulty() DOTABotDifficulty {
+ if m != nil && m.Difficulty != nil {
+ return *m.Difficulty
+ }
+ return Default_CMsgBotGameCreate_Difficulty
+}
+
+func (m *CMsgBotGameCreate) GetTeam() DOTA_GC_TEAM {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return Default_CMsgBotGameCreate_Team
+}
+
+func (m *CMsgBotGameCreate) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+type CMsgCustomGameCreate struct {
+ SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ Difficulty *uint32 `protobuf:"varint,3,opt,name=difficulty" json:"difficulty,omitempty"`
+ GameMode *string `protobuf:"bytes,4,opt,name=game_mode" json:"game_mode,omitempty"`
+ Map *string `protobuf:"bytes,5,opt,name=map" json:"map,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,7,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgCustomGameCreate) Reset() { *m = CMsgCustomGameCreate{} }
+func (m *CMsgCustomGameCreate) String() string { return proto.CompactTextString(m) }
+func (*CMsgCustomGameCreate) ProtoMessage() {}
+func (*CMsgCustomGameCreate) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{53} }
+
+func (m *CMsgCustomGameCreate) GetSearchKey() string {
+ if m != nil && m.SearchKey != nil {
+ return *m.SearchKey
+ }
+ return ""
+}
+
+func (m *CMsgCustomGameCreate) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgCustomGameCreate) GetDifficulty() uint32 {
+ if m != nil && m.Difficulty != nil {
+ return *m.Difficulty
+ }
+ return 0
+}
+
+func (m *CMsgCustomGameCreate) GetGameMode() string {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return ""
+}
+
+func (m *CMsgCustomGameCreate) GetMap() string {
+ if m != nil && m.Map != nil {
+ return *m.Map
+ }
+ return ""
+}
+
+func (m *CMsgCustomGameCreate) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+type CMsgEventGameCreate struct {
+ SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ Difficulty *uint32 `protobuf:"varint,3,opt,name=difficulty" json:"difficulty,omitempty"`
+ GameMode *string `protobuf:"bytes,4,opt,name=game_mode" json:"game_mode,omitempty"`
+ Map *string `protobuf:"bytes,5,opt,name=map" json:"map,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,7,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgEventGameCreate) Reset() { *m = CMsgEventGameCreate{} }
+func (m *CMsgEventGameCreate) String() string { return proto.CompactTextString(m) }
+func (*CMsgEventGameCreate) ProtoMessage() {}
+func (*CMsgEventGameCreate) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{54} }
+
+func (m *CMsgEventGameCreate) GetSearchKey() string {
+ if m != nil && m.SearchKey != nil {
+ return *m.SearchKey
+ }
+ return ""
+}
+
+func (m *CMsgEventGameCreate) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgEventGameCreate) GetDifficulty() uint32 {
+ if m != nil && m.Difficulty != nil {
+ return *m.Difficulty
+ }
+ return 0
+}
+
+func (m *CMsgEventGameCreate) GetGameMode() string {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return ""
+}
+
+func (m *CMsgEventGameCreate) GetMap() string {
+ if m != nil && m.Map != nil {
+ return *m.Map
+ }
+ return ""
+}
+
+func (m *CMsgEventGameCreate) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+type CMsgRequestInternationalTicket struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestInternationalTicket) Reset() { *m = CMsgRequestInternationalTicket{} }
+func (m *CMsgRequestInternationalTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestInternationalTicket) ProtoMessage() {}
+func (*CMsgRequestInternationalTicket) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{55} }
+
+type CMsgBalancedShuffleLobby struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgBalancedShuffleLobby) Reset() { *m = CMsgBalancedShuffleLobby{} }
+func (m *CMsgBalancedShuffleLobby) String() string { return proto.CompactTextString(m) }
+func (*CMsgBalancedShuffleLobby) ProtoMessage() {}
+func (*CMsgBalancedShuffleLobby) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{56} }
+
+type CMsgInitialQuestionnaireResponse struct {
+ InitialSkill *uint32 `protobuf:"varint,1,opt,name=initial_skill" json:"initial_skill,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgInitialQuestionnaireResponse) Reset() { *m = CMsgInitialQuestionnaireResponse{} }
+func (m *CMsgInitialQuestionnaireResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgInitialQuestionnaireResponse) ProtoMessage() {}
+func (*CMsgInitialQuestionnaireResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{57}
+}
+
+func (m *CMsgInitialQuestionnaireResponse) GetInitialSkill() uint32 {
+ if m != nil && m.InitialSkill != nil {
+ return *m.InitialSkill
+ }
+ return 0
+}
+
+type CMsgDOTAMatch struct {
+ GoodGuysWin *bool `protobuf:"varint,2,opt,name=good_guys_win" json:"good_guys_win,omitempty"`
+ Duration *uint32 `protobuf:"varint,3,opt,name=duration" json:"duration,omitempty"`
+ StartTime *uint32 `protobuf:"fixed32,4,opt,name=startTime" json:"startTime,omitempty"`
+ Players []*CMsgDOTAMatch_Player `protobuf:"bytes,5,rep,name=players" json:"players,omitempty"`
+ MatchId *uint64 `protobuf:"varint,6,opt,name=match_id" json:"match_id,omitempty"`
+ TowerStatus []uint32 `protobuf:"varint,8,rep,name=tower_status" json:"tower_status,omitempty"`
+ BarracksStatus []uint32 `protobuf:"varint,9,rep,name=barracks_status" json:"barracks_status,omitempty"`
+ Cluster *uint32 `protobuf:"varint,10,opt,name=cluster" json:"cluster,omitempty"`
+ FirstBloodTime *uint32 `protobuf:"varint,12,opt,name=first_blood_time" json:"first_blood_time,omitempty"`
+ ReplaySalt *uint32 `protobuf:"fixed32,13,opt,name=replay_salt" json:"replay_salt,omitempty"`
+ ServerIp *uint32 `protobuf:"fixed32,14,opt,name=server_ip" json:"server_ip,omitempty"`
+ ServerPort *uint32 `protobuf:"varint,15,opt,name=server_port" json:"server_port,omitempty"`
+ LobbyType *uint32 `protobuf:"varint,16,opt,name=lobby_type" json:"lobby_type,omitempty"`
+ HumanPlayers *uint32 `protobuf:"varint,17,opt,name=human_players" json:"human_players,omitempty"`
+ AverageSkill *uint32 `protobuf:"varint,18,opt,name=average_skill" json:"average_skill,omitempty"`
+ GameBalance *float32 `protobuf:"fixed32,19,opt,name=game_balance" json:"game_balance,omitempty"`
+ RadiantTeamId *uint32 `protobuf:"varint,20,opt,name=radiant_team_id" json:"radiant_team_id,omitempty"`
+ DireTeamId *uint32 `protobuf:"varint,21,opt,name=dire_team_id" json:"dire_team_id,omitempty"`
+ Leagueid *uint32 `protobuf:"varint,22,opt,name=leagueid" json:"leagueid,omitempty"`
+ RadiantTeamName *string `protobuf:"bytes,23,opt,name=radiant_team_name" json:"radiant_team_name,omitempty"`
+ DireTeamName *string `protobuf:"bytes,24,opt,name=dire_team_name" json:"dire_team_name,omitempty"`
+ RadiantTeamLogo *uint64 `protobuf:"varint,25,opt,name=radiant_team_logo" json:"radiant_team_logo,omitempty"`
+ DireTeamLogo *uint64 `protobuf:"varint,26,opt,name=dire_team_logo" json:"dire_team_logo,omitempty"`
+ RadiantTeamComplete *uint32 `protobuf:"varint,27,opt,name=radiant_team_complete" json:"radiant_team_complete,omitempty"`
+ DireTeamComplete *uint32 `protobuf:"varint,28,opt,name=dire_team_complete" json:"dire_team_complete,omitempty"`
+ PositiveVotes *uint32 `protobuf:"varint,29,opt,name=positive_votes" json:"positive_votes,omitempty"`
+ NegativeVotes *uint32 `protobuf:"varint,30,opt,name=negative_votes" json:"negative_votes,omitempty"`
+ GameMode *DOTA_GameMode `protobuf:"varint,31,opt,name=game_mode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
+ PicksBans []*CMatchHeroSelectEvent `protobuf:"bytes,32,rep,name=picks_bans" json:"picks_bans,omitempty"`
+ MatchSeqNum *uint64 `protobuf:"varint,33,opt,name=match_seq_num" json:"match_seq_num,omitempty"`
+ ReplayState *CMsgDOTAMatch_ReplayState `protobuf:"varint,34,opt,name=replay_state,enum=CMsgDOTAMatch_ReplayState,def=0" json:"replay_state,omitempty"`
+ RadiantGuildId *uint32 `protobuf:"varint,35,opt,name=radiant_guild_id" json:"radiant_guild_id,omitempty"`
+ DireGuildId *uint32 `protobuf:"varint,36,opt,name=dire_guild_id" json:"dire_guild_id,omitempty"`
+ RadiantTeamTag *string `protobuf:"bytes,37,opt,name=radiant_team_tag" json:"radiant_team_tag,omitempty"`
+ DireTeamTag *string `protobuf:"bytes,38,opt,name=dire_team_tag" json:"dire_team_tag,omitempty"`
+ SeriesId *uint32 `protobuf:"varint,39,opt,name=series_id" json:"series_id,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,40,opt,name=series_type" json:"series_type,omitempty"`
+ BroadcasterChannels []*CMsgDOTAMatch_BroadcasterChannel `protobuf:"bytes,43,rep,name=broadcaster_channels" json:"broadcaster_channels,omitempty"`
+ Engine *uint32 `protobuf:"varint,44,opt,name=engine" json:"engine,omitempty"`
+ CustomGameData *CMsgDOTAMatch_CustomGameData `protobuf:"bytes,45,opt,name=custom_game_data" json:"custom_game_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatch) Reset() { *m = CMsgDOTAMatch{} }
+func (m *CMsgDOTAMatch) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatch) ProtoMessage() {}
+func (*CMsgDOTAMatch) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{58} }
+
+const Default_CMsgDOTAMatch_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
+const Default_CMsgDOTAMatch_ReplayState CMsgDOTAMatch_ReplayState = CMsgDOTAMatch_REPLAY_AVAILABLE
+
+func (m *CMsgDOTAMatch) GetGoodGuysWin() bool {
+ if m != nil && m.GoodGuysWin != nil {
+ return *m.GoodGuysWin
+ }
+ return false
+}
+
+func (m *CMsgDOTAMatch) GetDuration() uint32 {
+ if m != nil && m.Duration != nil {
+ return *m.Duration
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetPlayers() []*CMsgDOTAMatch_Player {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetTowerStatus() []uint32 {
+ if m != nil {
+ return m.TowerStatus
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch) GetBarracksStatus() []uint32 {
+ if m != nil {
+ return m.BarracksStatus
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch) GetCluster() uint32 {
+ if m != nil && m.Cluster != nil {
+ return *m.Cluster
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetFirstBloodTime() uint32 {
+ if m != nil && m.FirstBloodTime != nil {
+ return *m.FirstBloodTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetReplaySalt() uint32 {
+ if m != nil && m.ReplaySalt != nil {
+ return *m.ReplaySalt
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetServerIp() uint32 {
+ if m != nil && m.ServerIp != nil {
+ return *m.ServerIp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetServerPort() uint32 {
+ if m != nil && m.ServerPort != nil {
+ return *m.ServerPort
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetLobbyType() uint32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetHumanPlayers() uint32 {
+ if m != nil && m.HumanPlayers != nil {
+ return *m.HumanPlayers
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetAverageSkill() uint32 {
+ if m != nil && m.AverageSkill != nil {
+ return *m.AverageSkill
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetGameBalance() float32 {
+ if m != nil && m.GameBalance != nil {
+ return *m.GameBalance
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetRadiantTeamId() uint32 {
+ if m != nil && m.RadiantTeamId != nil {
+ return *m.RadiantTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetDireTeamId() uint32 {
+ if m != nil && m.DireTeamId != nil {
+ return *m.DireTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetRadiantTeamName() string {
+ if m != nil && m.RadiantTeamName != nil {
+ return *m.RadiantTeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch) GetDireTeamName() string {
+ if m != nil && m.DireTeamName != nil {
+ return *m.DireTeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch) GetRadiantTeamLogo() uint64 {
+ if m != nil && m.RadiantTeamLogo != nil {
+ return *m.RadiantTeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetDireTeamLogo() uint64 {
+ if m != nil && m.DireTeamLogo != nil {
+ return *m.DireTeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetRadiantTeamComplete() uint32 {
+ if m != nil && m.RadiantTeamComplete != nil {
+ return *m.RadiantTeamComplete
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetDireTeamComplete() uint32 {
+ if m != nil && m.DireTeamComplete != nil {
+ return *m.DireTeamComplete
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetPositiveVotes() uint32 {
+ if m != nil && m.PositiveVotes != nil {
+ return *m.PositiveVotes
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetNegativeVotes() uint32 {
+ if m != nil && m.NegativeVotes != nil {
+ return *m.NegativeVotes
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetGameMode() DOTA_GameMode {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return Default_CMsgDOTAMatch_GameMode
+}
+
+func (m *CMsgDOTAMatch) GetPicksBans() []*CMatchHeroSelectEvent {
+ if m != nil {
+ return m.PicksBans
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch) GetMatchSeqNum() uint64 {
+ if m != nil && m.MatchSeqNum != nil {
+ return *m.MatchSeqNum
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetReplayState() CMsgDOTAMatch_ReplayState {
+ if m != nil && m.ReplayState != nil {
+ return *m.ReplayState
+ }
+ return Default_CMsgDOTAMatch_ReplayState
+}
+
+func (m *CMsgDOTAMatch) GetRadiantGuildId() uint32 {
+ if m != nil && m.RadiantGuildId != nil {
+ return *m.RadiantGuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetDireGuildId() uint32 {
+ if m != nil && m.DireGuildId != nil {
+ return *m.DireGuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetRadiantTeamTag() string {
+ if m != nil && m.RadiantTeamTag != nil {
+ return *m.RadiantTeamTag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch) GetDireTeamTag() string {
+ if m != nil && m.DireTeamTag != nil {
+ return *m.DireTeamTag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch) GetSeriesId() uint32 {
+ if m != nil && m.SeriesId != nil {
+ return *m.SeriesId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetBroadcasterChannels() []*CMsgDOTAMatch_BroadcasterChannel {
+ if m != nil {
+ return m.BroadcasterChannels
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch) GetEngine() uint32 {
+ if m != nil && m.Engine != nil {
+ return *m.Engine
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch) GetCustomGameData() *CMsgDOTAMatch_CustomGameData {
+ if m != nil {
+ return m.CustomGameData
+ }
+ return nil
+}
+
+type CMsgDOTAMatch_Player struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ PlayerSlot *uint32 `protobuf:"varint,2,opt,name=player_slot" json:"player_slot,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ Item_0 *uint32 `protobuf:"varint,4,opt,name=item_0" json:"item_0,omitempty"`
+ Item_1 *uint32 `protobuf:"varint,5,opt,name=item_1" json:"item_1,omitempty"`
+ Item_2 *uint32 `protobuf:"varint,6,opt,name=item_2" json:"item_2,omitempty"`
+ Item_3 *uint32 `protobuf:"varint,7,opt,name=item_3" json:"item_3,omitempty"`
+ Item_4 *uint32 `protobuf:"varint,8,opt,name=item_4" json:"item_4,omitempty"`
+ Item_5 *uint32 `protobuf:"varint,9,opt,name=item_5" json:"item_5,omitempty"`
+ ExpectedTeamContribution *float32 `protobuf:"fixed32,10,opt,name=expected_team_contribution" json:"expected_team_contribution,omitempty"`
+ ScaledMetric *float32 `protobuf:"fixed32,11,opt,name=scaled_metric" json:"scaled_metric,omitempty"`
+ PreviousRank *uint32 `protobuf:"varint,12,opt,name=previous_rank" json:"previous_rank,omitempty"`
+ RankChange *uint32 `protobuf:"varint,13,opt,name=rank_change" json:"rank_change,omitempty"`
+ SoloRank *bool `protobuf:"varint,49,opt,name=solo_rank" json:"solo_rank,omitempty"`
+ Kills *uint32 `protobuf:"varint,14,opt,name=kills" json:"kills,omitempty"`
+ Deaths *uint32 `protobuf:"varint,15,opt,name=deaths" json:"deaths,omitempty"`
+ Assists *uint32 `protobuf:"varint,16,opt,name=assists" json:"assists,omitempty"`
+ LeaverStatus *uint32 `protobuf:"varint,17,opt,name=leaver_status" json:"leaver_status,omitempty"`
+ Gold *uint32 `protobuf:"varint,18,opt,name=gold" json:"gold,omitempty"`
+ LastHits *uint32 `protobuf:"varint,19,opt,name=last_hits" json:"last_hits,omitempty"`
+ Denies *uint32 `protobuf:"varint,20,opt,name=denies" json:"denies,omitempty"`
+ GoldPerMin *uint32 `protobuf:"varint,21,opt,name=gold_per_min" json:"gold_per_min,omitempty"`
+ XPPerMin *uint32 `protobuf:"varint,22,opt,name=XP_per_min" json:"XP_per_min,omitempty"`
+ GoldSpent *uint32 `protobuf:"varint,23,opt,name=gold_spent" json:"gold_spent,omitempty"`
+ HeroDamage *uint32 `protobuf:"varint,24,opt,name=hero_damage" json:"hero_damage,omitempty"`
+ TowerDamage *uint32 `protobuf:"varint,25,opt,name=tower_damage" json:"tower_damage,omitempty"`
+ HeroHealing *uint32 `protobuf:"varint,26,opt,name=hero_healing" json:"hero_healing,omitempty"`
+ Level *uint32 `protobuf:"varint,27,opt,name=level" json:"level,omitempty"`
+ TimeLastSeen *uint32 `protobuf:"varint,28,opt,name=time_last_seen" json:"time_last_seen,omitempty"`
+ PlayerName *string `protobuf:"bytes,29,opt,name=player_name" json:"player_name,omitempty"`
+ SupportAbilityValue *uint32 `protobuf:"varint,30,opt,name=support_ability_value" json:"support_ability_value,omitempty"`
+ FeedingDetected *bool `protobuf:"varint,32,opt,name=feeding_detected" json:"feeding_detected,omitempty"`
+ SearchRank *uint32 `protobuf:"varint,34,opt,name=search_rank" json:"search_rank,omitempty"`
+ SearchRankUncertainty *uint32 `protobuf:"varint,35,opt,name=search_rank_uncertainty" json:"search_rank_uncertainty,omitempty"`
+ RankUncertaintyChange *int32 `protobuf:"varint,36,opt,name=rank_uncertainty_change" json:"rank_uncertainty_change,omitempty"`
+ HeroPlayCount *uint32 `protobuf:"varint,37,opt,name=hero_play_count" json:"hero_play_count,omitempty"`
+ PartyId *uint64 `protobuf:"fixed64,38,opt,name=party_id" json:"party_id,omitempty"`
+ ScaledKills *float32 `protobuf:"fixed32,39,opt,name=scaled_kills" json:"scaled_kills,omitempty"`
+ ScaledDeaths *float32 `protobuf:"fixed32,40,opt,name=scaled_deaths" json:"scaled_deaths,omitempty"`
+ ScaledAssists *float32 `protobuf:"fixed32,41,opt,name=scaled_assists" json:"scaled_assists,omitempty"`
+ ClaimedFarmGold *uint32 `protobuf:"varint,42,opt,name=claimed_farm_gold" json:"claimed_farm_gold,omitempty"`
+ SupportGold *uint32 `protobuf:"varint,43,opt,name=support_gold" json:"support_gold,omitempty"`
+ ClaimedDenies *uint32 `protobuf:"varint,44,opt,name=claimed_denies" json:"claimed_denies,omitempty"`
+ ClaimedMisses *uint32 `protobuf:"varint,45,opt,name=claimed_misses" json:"claimed_misses,omitempty"`
+ Misses *uint32 `protobuf:"varint,46,opt,name=misses" json:"misses,omitempty"`
+ AbilityUpgrades []*CMatchPlayerAbilityUpgrade `protobuf:"bytes,47,rep,name=ability_upgrades" json:"ability_upgrades,omitempty"`
+ AdditionalUnitsInventory []*CMatchAdditionalUnitInventory `protobuf:"bytes,48,rep,name=additional_units_inventory" json:"additional_units_inventory,omitempty"`
+ CustomGameData *CMsgDOTAMatch_Player_CustomGameData `protobuf:"bytes,50,opt,name=custom_game_data" json:"custom_game_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatch_Player) Reset() { *m = CMsgDOTAMatch_Player{} }
+func (m *CMsgDOTAMatch_Player) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatch_Player) ProtoMessage() {}
+func (*CMsgDOTAMatch_Player) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{58, 0} }
+
+func (m *CMsgDOTAMatch_Player) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetPlayerSlot() uint32 {
+ if m != nil && m.PlayerSlot != nil {
+ return *m.PlayerSlot
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetItem_0() uint32 {
+ if m != nil && m.Item_0 != nil {
+ return *m.Item_0
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetItem_1() uint32 {
+ if m != nil && m.Item_1 != nil {
+ return *m.Item_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetItem_2() uint32 {
+ if m != nil && m.Item_2 != nil {
+ return *m.Item_2
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetItem_3() uint32 {
+ if m != nil && m.Item_3 != nil {
+ return *m.Item_3
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetItem_4() uint32 {
+ if m != nil && m.Item_4 != nil {
+ return *m.Item_4
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetItem_5() uint32 {
+ if m != nil && m.Item_5 != nil {
+ return *m.Item_5
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetExpectedTeamContribution() float32 {
+ if m != nil && m.ExpectedTeamContribution != nil {
+ return *m.ExpectedTeamContribution
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetScaledMetric() float32 {
+ if m != nil && m.ScaledMetric != nil {
+ return *m.ScaledMetric
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetPreviousRank() uint32 {
+ if m != nil && m.PreviousRank != nil {
+ return *m.PreviousRank
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetRankChange() uint32 {
+ if m != nil && m.RankChange != nil {
+ return *m.RankChange
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetSoloRank() bool {
+ if m != nil && m.SoloRank != nil {
+ return *m.SoloRank
+ }
+ return false
+}
+
+func (m *CMsgDOTAMatch_Player) GetKills() uint32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetDeaths() uint32 {
+ if m != nil && m.Deaths != nil {
+ return *m.Deaths
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetAssists() uint32 {
+ if m != nil && m.Assists != nil {
+ return *m.Assists
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetLeaverStatus() uint32 {
+ if m != nil && m.LeaverStatus != nil {
+ return *m.LeaverStatus
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetGold() uint32 {
+ if m != nil && m.Gold != nil {
+ return *m.Gold
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetLastHits() uint32 {
+ if m != nil && m.LastHits != nil {
+ return *m.LastHits
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetDenies() uint32 {
+ if m != nil && m.Denies != nil {
+ return *m.Denies
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetGoldPerMin() uint32 {
+ if m != nil && m.GoldPerMin != nil {
+ return *m.GoldPerMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetXPPerMin() uint32 {
+ if m != nil && m.XPPerMin != nil {
+ return *m.XPPerMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetGoldSpent() uint32 {
+ if m != nil && m.GoldSpent != nil {
+ return *m.GoldSpent
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetHeroDamage() uint32 {
+ if m != nil && m.HeroDamage != nil {
+ return *m.HeroDamage
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetTowerDamage() uint32 {
+ if m != nil && m.TowerDamage != nil {
+ return *m.TowerDamage
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetHeroHealing() uint32 {
+ if m != nil && m.HeroHealing != nil {
+ return *m.HeroHealing
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetTimeLastSeen() uint32 {
+ if m != nil && m.TimeLastSeen != nil {
+ return *m.TimeLastSeen
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch_Player) GetSupportAbilityValue() uint32 {
+ if m != nil && m.SupportAbilityValue != nil {
+ return *m.SupportAbilityValue
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetFeedingDetected() bool {
+ if m != nil && m.FeedingDetected != nil {
+ return *m.FeedingDetected
+ }
+ return false
+}
+
+func (m *CMsgDOTAMatch_Player) GetSearchRank() uint32 {
+ if m != nil && m.SearchRank != nil {
+ return *m.SearchRank
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetSearchRankUncertainty() uint32 {
+ if m != nil && m.SearchRankUncertainty != nil {
+ return *m.SearchRankUncertainty
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetRankUncertaintyChange() int32 {
+ if m != nil && m.RankUncertaintyChange != nil {
+ return *m.RankUncertaintyChange
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetHeroPlayCount() uint32 {
+ if m != nil && m.HeroPlayCount != nil {
+ return *m.HeroPlayCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetScaledKills() float32 {
+ if m != nil && m.ScaledKills != nil {
+ return *m.ScaledKills
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetScaledDeaths() float32 {
+ if m != nil && m.ScaledDeaths != nil {
+ return *m.ScaledDeaths
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetScaledAssists() float32 {
+ if m != nil && m.ScaledAssists != nil {
+ return *m.ScaledAssists
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetClaimedFarmGold() uint32 {
+ if m != nil && m.ClaimedFarmGold != nil {
+ return *m.ClaimedFarmGold
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetSupportGold() uint32 {
+ if m != nil && m.SupportGold != nil {
+ return *m.SupportGold
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetClaimedDenies() uint32 {
+ if m != nil && m.ClaimedDenies != nil {
+ return *m.ClaimedDenies
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetClaimedMisses() uint32 {
+ if m != nil && m.ClaimedMisses != nil {
+ return *m.ClaimedMisses
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetMisses() uint32 {
+ if m != nil && m.Misses != nil {
+ return *m.Misses
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player) GetAbilityUpgrades() []*CMatchPlayerAbilityUpgrade {
+ if m != nil {
+ return m.AbilityUpgrades
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch_Player) GetAdditionalUnitsInventory() []*CMatchAdditionalUnitInventory {
+ if m != nil {
+ return m.AdditionalUnitsInventory
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch_Player) GetCustomGameData() *CMsgDOTAMatch_Player_CustomGameData {
+ if m != nil {
+ return m.CustomGameData
+ }
+ return nil
+}
+
+type CMsgDOTAMatch_Player_CustomGameData struct {
+ DotaTeam *uint32 `protobuf:"varint,1,opt,name=dota_team" json:"dota_team,omitempty"`
+ Winner *bool `protobuf:"varint,2,opt,name=winner" json:"winner,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatch_Player_CustomGameData) Reset() { *m = CMsgDOTAMatch_Player_CustomGameData{} }
+func (m *CMsgDOTAMatch_Player_CustomGameData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatch_Player_CustomGameData) ProtoMessage() {}
+func (*CMsgDOTAMatch_Player_CustomGameData) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{58, 0, 0}
+}
+
+func (m *CMsgDOTAMatch_Player_CustomGameData) GetDotaTeam() uint32 {
+ if m != nil && m.DotaTeam != nil {
+ return *m.DotaTeam
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_Player_CustomGameData) GetWinner() bool {
+ if m != nil && m.Winner != nil {
+ return *m.Winner
+ }
+ return false
+}
+
+type CMsgDOTAMatch_BroadcasterInfo struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatch_BroadcasterInfo) Reset() { *m = CMsgDOTAMatch_BroadcasterInfo{} }
+func (m *CMsgDOTAMatch_BroadcasterInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatch_BroadcasterInfo) ProtoMessage() {}
+func (*CMsgDOTAMatch_BroadcasterInfo) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{58, 1}
+}
+
+func (m *CMsgDOTAMatch_BroadcasterInfo) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_BroadcasterInfo) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+type CMsgDOTAMatch_BroadcasterChannel struct {
+ CountryCode *string `protobuf:"bytes,1,opt,name=country_code" json:"country_code,omitempty"`
+ Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
+ BroadcasterInfos []*CMsgDOTAMatch_BroadcasterInfo `protobuf:"bytes,3,rep,name=broadcaster_infos" json:"broadcaster_infos,omitempty"`
+ LanguageCode *string `protobuf:"bytes,4,opt,name=language_code" json:"language_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatch_BroadcasterChannel) Reset() { *m = CMsgDOTAMatch_BroadcasterChannel{} }
+func (m *CMsgDOTAMatch_BroadcasterChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatch_BroadcasterChannel) ProtoMessage() {}
+func (*CMsgDOTAMatch_BroadcasterChannel) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{58, 2}
+}
+
+func (m *CMsgDOTAMatch_BroadcasterChannel) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch_BroadcasterChannel) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatch_BroadcasterChannel) GetBroadcasterInfos() []*CMsgDOTAMatch_BroadcasterInfo {
+ if m != nil {
+ return m.BroadcasterInfos
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatch_BroadcasterChannel) GetLanguageCode() string {
+ if m != nil && m.LanguageCode != nil {
+ return *m.LanguageCode
+ }
+ return ""
+}
+
+type CMsgDOTAMatch_CustomGameData struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ MapName *string `protobuf:"bytes,2,opt,name=map_name" json:"map_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatch_CustomGameData) Reset() { *m = CMsgDOTAMatch_CustomGameData{} }
+func (m *CMsgDOTAMatch_CustomGameData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatch_CustomGameData) ProtoMessage() {}
+func (*CMsgDOTAMatch_CustomGameData) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{58, 3}
+}
+
+func (m *CMsgDOTAMatch_CustomGameData) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatch_CustomGameData) GetMapName() string {
+ if m != nil && m.MapName != nil {
+ return *m.MapName
+ }
+ return ""
+}
+
+type CMsgDOTAPlayerMatchHistory struct {
+ MatchIds []uint64 `protobuf:"varint,1,rep,name=match_ids" json:"match_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPlayerMatchHistory) Reset() { *m = CMsgDOTAPlayerMatchHistory{} }
+func (m *CMsgDOTAPlayerMatchHistory) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPlayerMatchHistory) ProtoMessage() {}
+func (*CMsgDOTAPlayerMatchHistory) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{59} }
+
+func (m *CMsgDOTAPlayerMatchHistory) GetMatchIds() []uint64 {
+ if m != nil {
+ return m.MatchIds
+ }
+ return nil
+}
+
+type CMsgDOTAMatchMinimal struct {
+ MatchId *uint32 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ StartTime *uint32 `protobuf:"fixed32,2,opt,name=start_time" json:"start_time,omitempty"`
+ Duration *uint32 `protobuf:"varint,3,opt,name=duration" json:"duration,omitempty"`
+ GameMode *DOTA_GameMode `protobuf:"varint,4,opt,name=game_mode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
+ WinningTeam *uint32 `protobuf:"varint,5,opt,name=winning_team" json:"winning_team,omitempty"`
+ Players []*CMsgDOTAMatchMinimal_Player `protobuf:"bytes,6,rep,name=players" json:"players,omitempty"`
+ League *CMsgDOTAMatchMinimal_League `protobuf:"bytes,7,opt,name=league" json:"league,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchMinimal) Reset() { *m = CMsgDOTAMatchMinimal{} }
+func (m *CMsgDOTAMatchMinimal) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchMinimal) ProtoMessage() {}
+func (*CMsgDOTAMatchMinimal) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{60} }
+
+const Default_CMsgDOTAMatchMinimal_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
+
+func (m *CMsgDOTAMatchMinimal) GetMatchId() uint32 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal) GetDuration() uint32 {
+ if m != nil && m.Duration != nil {
+ return *m.Duration
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal) GetGameMode() DOTA_GameMode {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return Default_CMsgDOTAMatchMinimal_GameMode
+}
+
+func (m *CMsgDOTAMatchMinimal) GetWinningTeam() uint32 {
+ if m != nil && m.WinningTeam != nil {
+ return *m.WinningTeam
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal) GetPlayers() []*CMsgDOTAMatchMinimal_Player {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatchMinimal) GetLeague() *CMsgDOTAMatchMinimal_League {
+ if m != nil {
+ return m.League
+ }
+ return nil
+}
+
+type CMsgDOTAMatchMinimal_Player struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ Kills *uint32 `protobuf:"varint,3,opt,name=kills" json:"kills,omitempty"`
+ Deaths *uint32 `protobuf:"varint,4,opt,name=deaths" json:"deaths,omitempty"`
+ Assists *uint32 `protobuf:"varint,5,opt,name=assists" json:"assists,omitempty"`
+ Items []uint32 `protobuf:"varint,6,rep,name=items" json:"items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchMinimal_Player) Reset() { *m = CMsgDOTAMatchMinimal_Player{} }
+func (m *CMsgDOTAMatchMinimal_Player) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchMinimal_Player) ProtoMessage() {}
+func (*CMsgDOTAMatchMinimal_Player) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{60, 0} }
+
+func (m *CMsgDOTAMatchMinimal_Player) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_Player) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_Player) GetKills() uint32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_Player) GetDeaths() uint32 {
+ if m != nil && m.Deaths != nil {
+ return *m.Deaths
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_Player) GetAssists() uint32 {
+ if m != nil && m.Assists != nil {
+ return *m.Assists
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_Player) GetItems() []uint32 {
+ if m != nil {
+ return m.Items
+ }
+ return nil
+}
+
+type CMsgDOTAMatchMinimal_League struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ RadiantTeamId *uint32 `protobuf:"varint,2,opt,name=radiant_team_id" json:"radiant_team_id,omitempty"`
+ RadiantTeamName *string `protobuf:"bytes,3,opt,name=radiant_team_name" json:"radiant_team_name,omitempty"`
+ RadiantTeamLogo *uint64 `protobuf:"fixed64,4,opt,name=radiant_team_logo" json:"radiant_team_logo,omitempty"`
+ DireTeamId *uint32 `protobuf:"varint,5,opt,name=dire_team_id" json:"dire_team_id,omitempty"`
+ DireTeamName *string `protobuf:"bytes,6,opt,name=dire_team_name" json:"dire_team_name,omitempty"`
+ DireTeamLogo *uint64 `protobuf:"fixed64,7,opt,name=dire_team_logo" json:"dire_team_logo,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,8,opt,name=series_type" json:"series_type,omitempty"`
+ SeriesGame *uint32 `protobuf:"varint,9,opt,name=series_game" json:"series_game,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchMinimal_League) Reset() { *m = CMsgDOTAMatchMinimal_League{} }
+func (m *CMsgDOTAMatchMinimal_League) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchMinimal_League) ProtoMessage() {}
+func (*CMsgDOTAMatchMinimal_League) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{60, 1} }
+
+func (m *CMsgDOTAMatchMinimal_League) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetRadiantTeamId() uint32 {
+ if m != nil && m.RadiantTeamId != nil {
+ return *m.RadiantTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetRadiantTeamName() string {
+ if m != nil && m.RadiantTeamName != nil {
+ return *m.RadiantTeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetRadiantTeamLogo() uint64 {
+ if m != nil && m.RadiantTeamLogo != nil {
+ return *m.RadiantTeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetDireTeamId() uint32 {
+ if m != nil && m.DireTeamId != nil {
+ return *m.DireTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetDireTeamName() string {
+ if m != nil && m.DireTeamName != nil {
+ return *m.DireTeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetDireTeamLogo() uint64 {
+ if m != nil && m.DireTeamLogo != nil {
+ return *m.DireTeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchMinimal_League) GetSeriesGame() uint32 {
+ if m != nil && m.SeriesGame != nil {
+ return *m.SeriesGame
+ }
+ return 0
+}
+
+type CMsgDOTAMatchHistoryFilter struct {
+ MatchIds []uint64 `protobuf:"varint,1,rep,name=match_ids" json:"match_ids,omitempty"`
+ NewestMatchIdAtLastQuery *uint64 `protobuf:"varint,2,opt,name=newest_match_id_at_last_query" json:"newest_match_id_at_last_query,omitempty"`
+ TimeLastQuery *uint32 `protobuf:"varint,3,opt,name=time_last_query" json:"time_last_query,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchHistoryFilter) Reset() { *m = CMsgDOTAMatchHistoryFilter{} }
+func (m *CMsgDOTAMatchHistoryFilter) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchHistoryFilter) ProtoMessage() {}
+func (*CMsgDOTAMatchHistoryFilter) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{61} }
+
+func (m *CMsgDOTAMatchHistoryFilter) GetMatchIds() []uint64 {
+ if m != nil {
+ return m.MatchIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatchHistoryFilter) GetNewestMatchIdAtLastQuery() uint64 {
+ if m != nil && m.NewestMatchIdAtLastQuery != nil {
+ return *m.NewestMatchIdAtLastQuery
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchHistoryFilter) GetTimeLastQuery() uint32 {
+ if m != nil && m.TimeLastQuery != nil {
+ return *m.TimeLastQuery
+ }
+ return 0
+}
+
+type CMsgDOTARequestMatches struct {
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ GameMode *uint32 `protobuf:"varint,3,opt,name=game_mode" json:"game_mode,omitempty"`
+ DateMin *uint32 `protobuf:"fixed32,6,opt,name=date_min" json:"date_min,omitempty"`
+ DateMax *uint32 `protobuf:"fixed32,7,opt,name=date_max" json:"date_max,omitempty"`
+ MatchesRequested *uint32 `protobuf:"varint,10,opt,name=matches_requested" json:"matches_requested,omitempty"`
+ StartAtMatchId *uint64 `protobuf:"varint,11,opt,name=start_at_match_id" json:"start_at_match_id,omitempty"`
+ MinPlayers *uint32 `protobuf:"fixed32,12,opt,name=min_players" json:"min_players,omitempty"`
+ RequestId *uint32 `protobuf:"varint,13,opt,name=request_id" json:"request_id,omitempty"`
+ TournamentGamesOnly *bool `protobuf:"varint,14,opt,name=tournament_games_only" json:"tournament_games_only,omitempty"`
+ AccountId *uint32 `protobuf:"varint,15,opt,name=account_id" json:"account_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,16,opt,name=league_id" json:"league_id,omitempty"`
+ Skill *CMsgDOTARequestMatches_SkillLevel `protobuf:"varint,17,opt,name=skill,enum=CMsgDOTARequestMatches_SkillLevel,def=0" json:"skill,omitempty"`
+ TeamId *uint32 `protobuf:"varint,18,opt,name=team_id" json:"team_id,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,20,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestMatches) Reset() { *m = CMsgDOTARequestMatches{} }
+func (m *CMsgDOTARequestMatches) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestMatches) ProtoMessage() {}
+func (*CMsgDOTARequestMatches) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{62} }
+
+const Default_CMsgDOTARequestMatches_Skill CMsgDOTARequestMatches_SkillLevel = CMsgDOTARequestMatches_Any
+
+func (m *CMsgDOTARequestMatches) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetDateMin() uint32 {
+ if m != nil && m.DateMin != nil {
+ return *m.DateMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetDateMax() uint32 {
+ if m != nil && m.DateMax != nil {
+ return *m.DateMax
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetMatchesRequested() uint32 {
+ if m != nil && m.MatchesRequested != nil {
+ return *m.MatchesRequested
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetStartAtMatchId() uint64 {
+ if m != nil && m.StartAtMatchId != nil {
+ return *m.StartAtMatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetMinPlayers() uint32 {
+ if m != nil && m.MinPlayers != nil {
+ return *m.MinPlayers
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetRequestId() uint32 {
+ if m != nil && m.RequestId != nil {
+ return *m.RequestId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetTournamentGamesOnly() bool {
+ if m != nil && m.TournamentGamesOnly != nil {
+ return *m.TournamentGamesOnly
+ }
+ return false
+}
+
+func (m *CMsgDOTARequestMatches) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetSkill() CMsgDOTARequestMatches_SkillLevel {
+ if m != nil && m.Skill != nil {
+ return *m.Skill
+ }
+ return Default_CMsgDOTARequestMatches_Skill
+}
+
+func (m *CMsgDOTARequestMatches) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatches) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+type CMsgDOTARequestMatchesResponse struct {
+ Matches []*CMsgDOTAMatch `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
+ Series []*CMsgDOTARequestMatchesResponse_Series `protobuf:"bytes,2,rep,name=series" json:"series,omitempty"`
+ RequestId *uint32 `protobuf:"varint,3,opt,name=request_id" json:"request_id,omitempty"`
+ TotalResults *uint32 `protobuf:"varint,4,opt,name=total_results" json:"total_results,omitempty"`
+ ResultsRemaining *uint32 `protobuf:"varint,5,opt,name=results_remaining" json:"results_remaining,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestMatchesResponse) Reset() { *m = CMsgDOTARequestMatchesResponse{} }
+func (m *CMsgDOTARequestMatchesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestMatchesResponse) ProtoMessage() {}
+func (*CMsgDOTARequestMatchesResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{63} }
+
+func (m *CMsgDOTARequestMatchesResponse) GetMatches() []*CMsgDOTAMatch {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+func (m *CMsgDOTARequestMatchesResponse) GetSeries() []*CMsgDOTARequestMatchesResponse_Series {
+ if m != nil {
+ return m.Series
+ }
+ return nil
+}
+
+func (m *CMsgDOTARequestMatchesResponse) GetRequestId() uint32 {
+ if m != nil && m.RequestId != nil {
+ return *m.RequestId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatchesResponse) GetTotalResults() uint32 {
+ if m != nil && m.TotalResults != nil {
+ return *m.TotalResults
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatchesResponse) GetResultsRemaining() uint32 {
+ if m != nil && m.ResultsRemaining != nil {
+ return *m.ResultsRemaining
+ }
+ return 0
+}
+
+type CMsgDOTARequestMatchesResponse_Series struct {
+ Matches []*CMsgDOTAMatch `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
+ SeriesId *uint32 `protobuf:"varint,2,opt,name=series_id" json:"series_id,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,3,opt,name=series_type" json:"series_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestMatchesResponse_Series) Reset() { *m = CMsgDOTARequestMatchesResponse_Series{} }
+func (m *CMsgDOTARequestMatchesResponse_Series) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestMatchesResponse_Series) ProtoMessage() {}
+func (*CMsgDOTARequestMatchesResponse_Series) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{63, 0}
+}
+
+func (m *CMsgDOTARequestMatchesResponse_Series) GetMatches() []*CMsgDOTAMatch {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+func (m *CMsgDOTARequestMatchesResponse_Series) GetSeriesId() uint32 {
+ if m != nil && m.SeriesId != nil {
+ return *m.SeriesId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestMatchesResponse_Series) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+type CMsgDOTAPopup struct {
+ Id *CMsgDOTAPopup_PopupID `protobuf:"varint,1,opt,name=id,enum=CMsgDOTAPopup_PopupID,def=0" json:"id,omitempty"`
+ CustomText *string `protobuf:"bytes,2,opt,name=custom_text" json:"custom_text,omitempty"`
+ IntData *int32 `protobuf:"zigzag32,3,opt,name=int_data" json:"int_data,omitempty"`
+ PopupData []byte `protobuf:"bytes,4,opt,name=popup_data" json:"popup_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPopup) Reset() { *m = CMsgDOTAPopup{} }
+func (m *CMsgDOTAPopup) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPopup) ProtoMessage() {}
+func (*CMsgDOTAPopup) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{64} }
+
+const Default_CMsgDOTAPopup_Id CMsgDOTAPopup_PopupID = CMsgDOTAPopup_KICKED_FROM_LOBBY
+
+func (m *CMsgDOTAPopup) GetId() CMsgDOTAPopup_PopupID {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return Default_CMsgDOTAPopup_Id
+}
+
+func (m *CMsgDOTAPopup) GetCustomText() string {
+ if m != nil && m.CustomText != nil {
+ return *m.CustomText
+ }
+ return ""
+}
+
+func (m *CMsgDOTAPopup) GetIntData() int32 {
+ if m != nil && m.IntData != nil {
+ return *m.IntData
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPopup) GetPopupData() []byte {
+ if m != nil {
+ return m.PopupData
+ }
+ return nil
+}
+
+type CMsgDOTATeamMemberSDO struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TeamIds []uint32 `protobuf:"varint,2,rep,name=team_ids" json:"team_ids,omitempty"`
+ ProfileTeamId *uint32 `protobuf:"varint,3,opt,name=profile_team_id" json:"profile_team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamMemberSDO) Reset() { *m = CMsgDOTATeamMemberSDO{} }
+func (m *CMsgDOTATeamMemberSDO) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamMemberSDO) ProtoMessage() {}
+func (*CMsgDOTATeamMemberSDO) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{65} }
+
+func (m *CMsgDOTATeamMemberSDO) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamMemberSDO) GetTeamIds() []uint32 {
+ if m != nil {
+ return m.TeamIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTATeamMemberSDO) GetProfileTeamId() uint32 {
+ if m != nil && m.ProfileTeamId != nil {
+ return *m.ProfileTeamId
+ }
+ return 0
+}
+
+type CMsgDOTATeamAdminSDO struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TeamIds []uint32 `protobuf:"varint,2,rep,name=team_ids" json:"team_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamAdminSDO) Reset() { *m = CMsgDOTATeamAdminSDO{} }
+func (m *CMsgDOTATeamAdminSDO) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamAdminSDO) ProtoMessage() {}
+func (*CMsgDOTATeamAdminSDO) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{66} }
+
+func (m *CMsgDOTATeamAdminSDO) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamAdminSDO) GetTeamIds() []uint32 {
+ if m != nil {
+ return m.TeamIds
+ }
+ return nil
+}
+
+type CMsgDOTATeamMember struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TimeJoined *uint32 `protobuf:"varint,4,opt,name=time_joined" json:"time_joined,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamMember) Reset() { *m = CMsgDOTATeamMember{} }
+func (m *CMsgDOTATeamMember) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamMember) ProtoMessage() {}
+func (*CMsgDOTATeamMember) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{67} }
+
+func (m *CMsgDOTATeamMember) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamMember) GetTimeJoined() uint32 {
+ if m != nil && m.TimeJoined != nil {
+ return *m.TimeJoined
+ }
+ return 0
+}
+
+type CMsgDOTATeam struct {
+ Members []*CMsgDOTATeamMember `protobuf:"bytes,1,rep,name=members" json:"members,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
+ Tag *string `protobuf:"bytes,4,opt,name=tag" json:"tag,omitempty"`
+ AdminId *uint32 `protobuf:"varint,5,opt,name=admin_id" json:"admin_id,omitempty"`
+ TimeCreated *uint32 `protobuf:"varint,6,opt,name=time_created" json:"time_created,omitempty"`
+ Disbanded *bool `protobuf:"varint,7,opt,name=disbanded" json:"disbanded,omitempty"`
+ Wins *uint32 `protobuf:"varint,8,opt,name=wins" json:"wins,omitempty"`
+ Losses *uint32 `protobuf:"varint,9,opt,name=losses" json:"losses,omitempty"`
+ Rank *uint32 `protobuf:"varint,10,opt,name=rank" json:"rank,omitempty"`
+ CalibrationGamesRemaining *uint32 `protobuf:"varint,24,opt,name=calibration_games_remaining" json:"calibration_games_remaining,omitempty"`
+ Logo *uint64 `protobuf:"varint,11,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,12,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,13,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ SponsorLogo *uint64 `protobuf:"varint,14,opt,name=sponsor_logo" json:"sponsor_logo,omitempty"`
+ CountryCode *string `protobuf:"bytes,15,opt,name=country_code" json:"country_code,omitempty"`
+ Url *string `protobuf:"bytes,16,opt,name=url" json:"url,omitempty"`
+ Fullgamesplayed *uint32 `protobuf:"varint,17,opt,name=fullgamesplayed" json:"fullgamesplayed,omitempty"`
+ Leagues []uint32 `protobuf:"varint,18,rep,name=leagues" json:"leagues,omitempty"`
+ Gamesplayed *uint32 `protobuf:"varint,19,opt,name=gamesplayed" json:"gamesplayed,omitempty"`
+ Gamesplayedwithcurrentroster *uint32 `protobuf:"varint,20,opt,name=gamesplayedwithcurrentroster" json:"gamesplayedwithcurrentroster,omitempty"`
+ Teammatchmakinggamesplayed *uint32 `protobuf:"varint,21,opt,name=teammatchmakinggamesplayed" json:"teammatchmakinggamesplayed,omitempty"`
+ Lastplayedgametime *uint32 `protobuf:"varint,22,opt,name=lastplayedgametime" json:"lastplayedgametime,omitempty"`
+ Lastrenametime *uint32 `protobuf:"varint,23,opt,name=lastrenametime" json:"lastrenametime,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeam) Reset() { *m = CMsgDOTATeam{} }
+func (m *CMsgDOTATeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeam) ProtoMessage() {}
+func (*CMsgDOTATeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{68} }
+
+func (m *CMsgDOTATeam) GetMembers() []*CMsgDOTATeamMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CMsgDOTATeam) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeam) GetTag() string {
+ if m != nil && m.Tag != nil {
+ return *m.Tag
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeam) GetAdminId() uint32 {
+ if m != nil && m.AdminId != nil {
+ return *m.AdminId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetTimeCreated() uint32 {
+ if m != nil && m.TimeCreated != nil {
+ return *m.TimeCreated
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetDisbanded() bool {
+ if m != nil && m.Disbanded != nil {
+ return *m.Disbanded
+ }
+ return false
+}
+
+func (m *CMsgDOTATeam) GetWins() uint32 {
+ if m != nil && m.Wins != nil {
+ return *m.Wins
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetLosses() uint32 {
+ if m != nil && m.Losses != nil {
+ return *m.Losses
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetRank() uint32 {
+ if m != nil && m.Rank != nil {
+ return *m.Rank
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetCalibrationGamesRemaining() uint32 {
+ if m != nil && m.CalibrationGamesRemaining != nil {
+ return *m.CalibrationGamesRemaining
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetSponsorLogo() uint64 {
+ if m != nil && m.SponsorLogo != nil {
+ return *m.SponsorLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeam) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeam) GetFullgamesplayed() uint32 {
+ if m != nil && m.Fullgamesplayed != nil {
+ return *m.Fullgamesplayed
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetLeagues() []uint32 {
+ if m != nil {
+ return m.Leagues
+ }
+ return nil
+}
+
+func (m *CMsgDOTATeam) GetGamesplayed() uint32 {
+ if m != nil && m.Gamesplayed != nil {
+ return *m.Gamesplayed
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetGamesplayedwithcurrentroster() uint32 {
+ if m != nil && m.Gamesplayedwithcurrentroster != nil {
+ return *m.Gamesplayedwithcurrentroster
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetTeammatchmakinggamesplayed() uint32 {
+ if m != nil && m.Teammatchmakinggamesplayed != nil {
+ return *m.Teammatchmakinggamesplayed
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetLastplayedgametime() uint32 {
+ if m != nil && m.Lastplayedgametime != nil {
+ return *m.Lastplayedgametime
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeam) GetLastrenametime() uint32 {
+ if m != nil && m.Lastrenametime != nil {
+ return *m.Lastrenametime
+ }
+ return 0
+}
+
+type CMsgDOTACreateTeam struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Tag *string `protobuf:"bytes,2,opt,name=tag" json:"tag,omitempty"`
+ Logo *uint64 `protobuf:"varint,3,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,4,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,5,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ SponsorLogo *uint64 `protobuf:"varint,6,opt,name=sponsor_logo" json:"sponsor_logo,omitempty"`
+ CountryCode *string `protobuf:"bytes,7,opt,name=country_code" json:"country_code,omitempty"`
+ Url *string `protobuf:"bytes,8,opt,name=url" json:"url,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACreateTeam) Reset() { *m = CMsgDOTACreateTeam{} }
+func (m *CMsgDOTACreateTeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACreateTeam) ProtoMessage() {}
+func (*CMsgDOTACreateTeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{69} }
+
+func (m *CMsgDOTACreateTeam) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTACreateTeam) GetTag() string {
+ if m != nil && m.Tag != nil {
+ return *m.Tag
+ }
+ return ""
+}
+
+func (m *CMsgDOTACreateTeam) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateTeam) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateTeam) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateTeam) GetSponsorLogo() uint64 {
+ if m != nil && m.SponsorLogo != nil {
+ return *m.SponsorLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateTeam) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTACreateTeam) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+type CMsgDOTACreateTeamResponse struct {
+ Results []CMsgDOTACreateTeamResponse_Result `protobuf:"varint,1,rep,name=results,enum=CMsgDOTACreateTeamResponse_Result" json:"results,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ SecondsRemaining *uint32 `protobuf:"varint,3,opt,name=seconds_remaining" json:"seconds_remaining,omitempty"`
+ RequiredLevel *uint32 `protobuf:"varint,4,opt,name=required_level" json:"required_level,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACreateTeamResponse) Reset() { *m = CMsgDOTACreateTeamResponse{} }
+func (m *CMsgDOTACreateTeamResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACreateTeamResponse) ProtoMessage() {}
+func (*CMsgDOTACreateTeamResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{70} }
+
+func (m *CMsgDOTACreateTeamResponse) GetResults() []CMsgDOTACreateTeamResponse_Result {
+ if m != nil {
+ return m.Results
+ }
+ return nil
+}
+
+func (m *CMsgDOTACreateTeamResponse) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateTeamResponse) GetSecondsRemaining() uint32 {
+ if m != nil && m.SecondsRemaining != nil {
+ return *m.SecondsRemaining
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateTeamResponse) GetRequiredLevel() uint32 {
+ if m != nil && m.RequiredLevel != nil {
+ return *m.RequiredLevel
+ }
+ return 0
+}
+
+type CMsgDOTAEditTeam struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Tag *string `protobuf:"bytes,2,opt,name=tag" json:"tag,omitempty"`
+ Logo *uint64 `protobuf:"varint,3,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,4,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,5,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ SponsorLogo *uint64 `protobuf:"varint,6,opt,name=sponsor_logo" json:"sponsor_logo,omitempty"`
+ CountryCode *string `protobuf:"bytes,7,opt,name=country_code" json:"country_code,omitempty"`
+ Url *string `protobuf:"bytes,8,opt,name=url" json:"url,omitempty"`
+ TeamId *uint32 `protobuf:"varint,9,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditTeam) Reset() { *m = CMsgDOTAEditTeam{} }
+func (m *CMsgDOTAEditTeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditTeam) ProtoMessage() {}
+func (*CMsgDOTAEditTeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{71} }
+
+func (m *CMsgDOTAEditTeam) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditTeam) GetTag() string {
+ if m != nil && m.Tag != nil {
+ return *m.Tag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditTeam) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeam) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeam) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeam) GetSponsorLogo() uint64 {
+ if m != nil && m.SponsorLogo != nil {
+ return *m.SponsorLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeam) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditTeam) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditTeam) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTAEditTeamLogo struct {
+ Logo *uint64 `protobuf:"varint,1,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,2,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,3,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ SponsorLogo *uint64 `protobuf:"varint,4,opt,name=sponsor_logo" json:"sponsor_logo,omitempty"`
+ TeamId *uint32 `protobuf:"varint,5,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditTeamLogo) Reset() { *m = CMsgDOTAEditTeamLogo{} }
+func (m *CMsgDOTAEditTeamLogo) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditTeamLogo) ProtoMessage() {}
+func (*CMsgDOTAEditTeamLogo) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{72} }
+
+func (m *CMsgDOTAEditTeamLogo) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeamLogo) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeamLogo) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeamLogo) GetSponsorLogo() uint64 {
+ if m != nil && m.SponsorLogo != nil {
+ return *m.SponsorLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditTeamLogo) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTAEditTeamLogoResponse struct {
+ Results []CMsgDOTAEditTeamLogoResponse_Result `protobuf:"varint,1,rep,name=results,enum=CMsgDOTAEditTeamLogoResponse_Result" json:"results,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditTeamLogoResponse) Reset() { *m = CMsgDOTAEditTeamLogoResponse{} }
+func (m *CMsgDOTAEditTeamLogoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditTeamLogoResponse) ProtoMessage() {}
+func (*CMsgDOTAEditTeamLogoResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{73} }
+
+func (m *CMsgDOTAEditTeamLogoResponse) GetResults() []CMsgDOTAEditTeamLogoResponse_Result {
+ if m != nil {
+ return m.Results
+ }
+ return nil
+}
+
+type CMsgDOTAEditTeamDetails struct {
+ CountryCode *string `protobuf:"bytes,1,opt,name=country_code" json:"country_code,omitempty"`
+ Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
+ TeamId *uint32 `protobuf:"varint,3,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditTeamDetails) Reset() { *m = CMsgDOTAEditTeamDetails{} }
+func (m *CMsgDOTAEditTeamDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditTeamDetails) ProtoMessage() {}
+func (*CMsgDOTAEditTeamDetails) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{74} }
+
+func (m *CMsgDOTAEditTeamDetails) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditTeamDetails) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditTeamDetails) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTAEditTeamDetailsResponse struct {
+ Results []CMsgDOTAEditTeamDetailsResponse_Result `protobuf:"varint,1,rep,name=results,enum=CMsgDOTAEditTeamDetailsResponse_Result" json:"results,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditTeamDetailsResponse) Reset() { *m = CMsgDOTAEditTeamDetailsResponse{} }
+func (m *CMsgDOTAEditTeamDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditTeamDetailsResponse) ProtoMessage() {}
+func (*CMsgDOTAEditTeamDetailsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{75}
+}
+
+func (m *CMsgDOTAEditTeamDetailsResponse) GetResults() []CMsgDOTAEditTeamDetailsResponse_Result {
+ if m != nil {
+ return m.Results
+ }
+ return nil
+}
+
+type CMsgDOTADisbandTeam struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTADisbandTeam) Reset() { *m = CMsgDOTADisbandTeam{} }
+func (m *CMsgDOTADisbandTeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTADisbandTeam) ProtoMessage() {}
+func (*CMsgDOTADisbandTeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{76} }
+
+func (m *CMsgDOTADisbandTeam) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTADisbandTeamResponse struct {
+ Result *CMsgDOTADisbandTeamResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTADisbandTeamResponse_Result,def=0" json:"result,omitempty"`
+ TeamName *string `protobuf:"bytes,2,opt,name=team_name" json:"team_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTADisbandTeamResponse) Reset() { *m = CMsgDOTADisbandTeamResponse{} }
+func (m *CMsgDOTADisbandTeamResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTADisbandTeamResponse) ProtoMessage() {}
+func (*CMsgDOTADisbandTeamResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{77} }
+
+const Default_CMsgDOTADisbandTeamResponse_Result CMsgDOTADisbandTeamResponse_Result = CMsgDOTADisbandTeamResponse_SUCCESS
+
+func (m *CMsgDOTADisbandTeamResponse) GetResult() CMsgDOTADisbandTeamResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTADisbandTeamResponse_Result
+}
+
+func (m *CMsgDOTADisbandTeamResponse) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+type CMsgDOTARequestTeamData struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestTeamData) Reset() { *m = CMsgDOTARequestTeamData{} }
+func (m *CMsgDOTARequestTeamData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestTeamData) ProtoMessage() {}
+func (*CMsgDOTARequestTeamData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{78} }
+
+type CMsgDOTARequestTeamDataResponse struct {
+ Result *CMsgDOTARequestTeamDataResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTARequestTeamDataResponse_Result,def=0" json:"result,omitempty"`
+ Data []*CMsgDOTATeamData `protobuf:"bytes,2,rep,name=data" json:"data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestTeamDataResponse) Reset() { *m = CMsgDOTARequestTeamDataResponse{} }
+func (m *CMsgDOTARequestTeamDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestTeamDataResponse) ProtoMessage() {}
+func (*CMsgDOTARequestTeamDataResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{79}
+}
+
+const Default_CMsgDOTARequestTeamDataResponse_Result CMsgDOTARequestTeamDataResponse_Result = CMsgDOTARequestTeamDataResponse_SUCCESS
+
+func (m *CMsgDOTARequestTeamDataResponse) GetResult() CMsgDOTARequestTeamDataResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTARequestTeamDataResponse_Result
+}
+
+func (m *CMsgDOTARequestTeamDataResponse) GetData() []*CMsgDOTATeamData {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+type CMsgDOTATeamData struct {
+ OnTeam *bool `protobuf:"varint,1,opt,name=on_team" json:"on_team,omitempty"`
+ ProfileTeam *bool `protobuf:"varint,2,opt,name=profile_team" json:"profile_team,omitempty"`
+ Team *CMsgDOTATeam `protobuf:"bytes,3,opt,name=team" json:"team,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamData) Reset() { *m = CMsgDOTATeamData{} }
+func (m *CMsgDOTATeamData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamData) ProtoMessage() {}
+func (*CMsgDOTATeamData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{80} }
+
+func (m *CMsgDOTATeamData) GetOnTeam() bool {
+ if m != nil && m.OnTeam != nil {
+ return *m.OnTeam
+ }
+ return false
+}
+
+func (m *CMsgDOTATeamData) GetProfileTeam() bool {
+ if m != nil && m.ProfileTeam != nil {
+ return *m.ProfileTeam
+ }
+ return false
+}
+
+func (m *CMsgDOTATeamData) GetTeam() *CMsgDOTATeam {
+ if m != nil {
+ return m.Team
+ }
+ return nil
+}
+
+type CMsgDOTATeamProfileRequest struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamProfileRequest) Reset() { *m = CMsgDOTATeamProfileRequest{} }
+func (m *CMsgDOTATeamProfileRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamProfileRequest) ProtoMessage() {}
+func (*CMsgDOTATeamProfileRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{81} }
+
+func (m *CMsgDOTATeamProfileRequest) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTATeamMemberProfileRequest struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamMemberProfileRequest) Reset() { *m = CMsgDOTATeamMemberProfileRequest{} }
+func (m *CMsgDOTATeamMemberProfileRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamMemberProfileRequest) ProtoMessage() {}
+func (*CMsgDOTATeamMemberProfileRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{82}
+}
+
+func (m *CMsgDOTATeamMemberProfileRequest) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CMsgDOTATeamIDByNameRequest struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamIDByNameRequest) Reset() { *m = CMsgDOTATeamIDByNameRequest{} }
+func (m *CMsgDOTATeamIDByNameRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamIDByNameRequest) ProtoMessage() {}
+func (*CMsgDOTATeamIDByNameRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{83} }
+
+func (m *CMsgDOTATeamIDByNameRequest) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+type CMsgDOTATeamIDByNameResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamIDByNameResponse) Reset() { *m = CMsgDOTATeamIDByNameResponse{} }
+func (m *CMsgDOTATeamIDByNameResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamIDByNameResponse) ProtoMessage() {}
+func (*CMsgDOTATeamIDByNameResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{84} }
+
+func (m *CMsgDOTATeamIDByNameResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamIDByNameResponse) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTATeamProfileResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ Team *CMsgDOTATeam `protobuf:"bytes,2,opt,name=team" json:"team,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamProfileResponse) Reset() { *m = CMsgDOTATeamProfileResponse{} }
+func (m *CMsgDOTATeamProfileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamProfileResponse) ProtoMessage() {}
+func (*CMsgDOTATeamProfileResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{85} }
+
+func (m *CMsgDOTATeamProfileResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamProfileResponse) GetTeam() *CMsgDOTATeam {
+ if m != nil {
+ return m.Team
+ }
+ return nil
+}
+
+type CMsgDOTAProTeamListRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProTeamListRequest) Reset() { *m = CMsgDOTAProTeamListRequest{} }
+func (m *CMsgDOTAProTeamListRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProTeamListRequest) ProtoMessage() {}
+func (*CMsgDOTAProTeamListRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{86} }
+
+type CMsgDOTAProTeamListResponse struct {
+ Teams []*CMsgDOTAProTeamListResponse_TeamEntry `protobuf:"bytes,1,rep,name=teams" json:"teams,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProTeamListResponse) Reset() { *m = CMsgDOTAProTeamListResponse{} }
+func (m *CMsgDOTAProTeamListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProTeamListResponse) ProtoMessage() {}
+func (*CMsgDOTAProTeamListResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{87} }
+
+func (m *CMsgDOTAProTeamListResponse) GetTeams() []*CMsgDOTAProTeamListResponse_TeamEntry {
+ if m != nil {
+ return m.Teams
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProTeamListResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgDOTAProTeamListResponse_TeamEntry struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ Tag *string `protobuf:"bytes,2,opt,name=tag" json:"tag,omitempty"`
+ TimeCreated *uint32 `protobuf:"varint,3,opt,name=time_created" json:"time_created,omitempty"`
+ Logo *uint64 `protobuf:"varint,4,opt,name=logo" json:"logo,omitempty"`
+ CountryCode *string `protobuf:"bytes,5,opt,name=country_code" json:"country_code,omitempty"`
+ MemberCount *uint32 `protobuf:"varint,6,opt,name=member_count" json:"member_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) Reset() { *m = CMsgDOTAProTeamListResponse_TeamEntry{} }
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProTeamListResponse_TeamEntry) ProtoMessage() {}
+func (*CMsgDOTAProTeamListResponse_TeamEntry) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{87, 0}
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) GetTag() string {
+ if m != nil && m.Tag != nil {
+ return *m.Tag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) GetTimeCreated() uint32 {
+ if m != nil && m.TimeCreated != nil {
+ return *m.TimeCreated
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTAProTeamListResponse_TeamEntry) GetMemberCount() uint32 {
+ if m != nil && m.MemberCount != nil {
+ return *m.MemberCount
+ }
+ return 0
+}
+
+type CMsgDOTATeamInvite_InviterToGC struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamInvite_InviterToGC) Reset() { *m = CMsgDOTATeamInvite_InviterToGC{} }
+func (m *CMsgDOTATeamInvite_InviterToGC) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamInvite_InviterToGC) ProtoMessage() {}
+func (*CMsgDOTATeamInvite_InviterToGC) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{88} }
+
+func (m *CMsgDOTATeamInvite_InviterToGC) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamInvite_InviterToGC) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTATeamInvite_GCImmediateResponseToInviter struct {
+ Result *CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result,def=0" json:"result,omitempty"`
+ InviteeName *string `protobuf:"bytes,2,opt,name=invitee_name" json:"invitee_name,omitempty"`
+ RequiredLevel *uint32 `protobuf:"varint,3,opt,name=required_level" json:"required_level,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamInvite_GCImmediateResponseToInviter) Reset() {
+ *m = CMsgDOTATeamInvite_GCImmediateResponseToInviter{}
+}
+func (m *CMsgDOTATeamInvite_GCImmediateResponseToInviter) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTATeamInvite_GCImmediateResponseToInviter) ProtoMessage() {}
+func (*CMsgDOTATeamInvite_GCImmediateResponseToInviter) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{89}
+}
+
+const Default_CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result = CMsgDOTATeamInvite_GCImmediateResponseToInviter_SUCCESS
+
+func (m *CMsgDOTATeamInvite_GCImmediateResponseToInviter) GetResult() CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result
+}
+
+func (m *CMsgDOTATeamInvite_GCImmediateResponseToInviter) GetInviteeName() string {
+ if m != nil && m.InviteeName != nil {
+ return *m.InviteeName
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeamInvite_GCImmediateResponseToInviter) GetRequiredLevel() uint32 {
+ if m != nil && m.RequiredLevel != nil {
+ return *m.RequiredLevel
+ }
+ return 0
+}
+
+type CMsgDOTATeamInvite_GCRequestToInvitee struct {
+ InviterAccountId *uint32 `protobuf:"varint,1,opt,name=inviter_account_id" json:"inviter_account_id,omitempty"`
+ TeamName *string `protobuf:"bytes,2,opt,name=team_name" json:"team_name,omitempty"`
+ TeamTag *string `protobuf:"bytes,3,opt,name=team_tag" json:"team_tag,omitempty"`
+ Logo *uint64 `protobuf:"varint,4,opt,name=logo" json:"logo,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamInvite_GCRequestToInvitee) Reset() { *m = CMsgDOTATeamInvite_GCRequestToInvitee{} }
+func (m *CMsgDOTATeamInvite_GCRequestToInvitee) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamInvite_GCRequestToInvitee) ProtoMessage() {}
+func (*CMsgDOTATeamInvite_GCRequestToInvitee) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{90}
+}
+
+func (m *CMsgDOTATeamInvite_GCRequestToInvitee) GetInviterAccountId() uint32 {
+ if m != nil && m.InviterAccountId != nil {
+ return *m.InviterAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamInvite_GCRequestToInvitee) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeamInvite_GCRequestToInvitee) GetTeamTag() string {
+ if m != nil && m.TeamTag != nil {
+ return *m.TeamTag
+ }
+ return ""
+}
+
+func (m *CMsgDOTATeamInvite_GCRequestToInvitee) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+type CMsgDOTATeamInvite_InviteeResponseToGC struct {
+ Result *CMsgDOTATeamInvite_InviteeResponseToGC_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTATeamInvite_InviteeResponseToGC_Result,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamInvite_InviteeResponseToGC) Reset() {
+ *m = CMsgDOTATeamInvite_InviteeResponseToGC{}
+}
+func (m *CMsgDOTATeamInvite_InviteeResponseToGC) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamInvite_InviteeResponseToGC) ProtoMessage() {}
+func (*CMsgDOTATeamInvite_InviteeResponseToGC) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{91}
+}
+
+const Default_CMsgDOTATeamInvite_InviteeResponseToGC_Result CMsgDOTATeamInvite_InviteeResponseToGC_Result = CMsgDOTATeamInvite_InviteeResponseToGC_JOIN
+
+func (m *CMsgDOTATeamInvite_InviteeResponseToGC) GetResult() CMsgDOTATeamInvite_InviteeResponseToGC_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTATeamInvite_InviteeResponseToGC_Result
+}
+
+type CMsgDOTATeamInvite_GCResponseToInviter struct {
+ Result *CMsgDOTATeamInvite_GCResponseToInviter_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTATeamInvite_GCResponseToInviter_Result,def=0" json:"result,omitempty"`
+ InviteeName *string `protobuf:"bytes,2,opt,name=invitee_name" json:"invitee_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamInvite_GCResponseToInviter) Reset() {
+ *m = CMsgDOTATeamInvite_GCResponseToInviter{}
+}
+func (m *CMsgDOTATeamInvite_GCResponseToInviter) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamInvite_GCResponseToInviter) ProtoMessage() {}
+func (*CMsgDOTATeamInvite_GCResponseToInviter) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{92}
+}
+
+const Default_CMsgDOTATeamInvite_GCResponseToInviter_Result CMsgDOTATeamInvite_GCResponseToInviter_Result = CMsgDOTATeamInvite_GCResponseToInviter_JOINED
+
+func (m *CMsgDOTATeamInvite_GCResponseToInviter) GetResult() CMsgDOTATeamInvite_GCResponseToInviter_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTATeamInvite_GCResponseToInviter_Result
+}
+
+func (m *CMsgDOTATeamInvite_GCResponseToInviter) GetInviteeName() string {
+ if m != nil && m.InviteeName != nil {
+ return *m.InviteeName
+ }
+ return ""
+}
+
+type CMsgDOTATeamInvite_GCResponseToInvitee struct {
+ Result *CMsgDOTATeamInvite_GCResponseToInvitee_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTATeamInvite_GCResponseToInvitee_Result,def=0" json:"result,omitempty"`
+ TeamName *string `protobuf:"bytes,2,opt,name=team_name" json:"team_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamInvite_GCResponseToInvitee) Reset() {
+ *m = CMsgDOTATeamInvite_GCResponseToInvitee{}
+}
+func (m *CMsgDOTATeamInvite_GCResponseToInvitee) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamInvite_GCResponseToInvitee) ProtoMessage() {}
+func (*CMsgDOTATeamInvite_GCResponseToInvitee) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{93}
+}
+
+const Default_CMsgDOTATeamInvite_GCResponseToInvitee_Result CMsgDOTATeamInvite_GCResponseToInvitee_Result = CMsgDOTATeamInvite_GCResponseToInvitee_SUCCESS
+
+func (m *CMsgDOTATeamInvite_GCResponseToInvitee) GetResult() CMsgDOTATeamInvite_GCResponseToInvitee_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTATeamInvite_GCResponseToInvitee_Result
+}
+
+func (m *CMsgDOTATeamInvite_GCResponseToInvitee) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+type CMsgDOTATeamOnProfile struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ Enabled *bool `protobuf:"varint,2,opt,name=enabled" json:"enabled,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATeamOnProfile) Reset() { *m = CMsgDOTATeamOnProfile{} }
+func (m *CMsgDOTATeamOnProfile) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATeamOnProfile) ProtoMessage() {}
+func (*CMsgDOTATeamOnProfile) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{94} }
+
+func (m *CMsgDOTATeamOnProfile) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATeamOnProfile) GetEnabled() bool {
+ if m != nil && m.Enabled != nil {
+ return *m.Enabled
+ }
+ return false
+}
+
+type CMsgDOTAKickTeamMember struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAKickTeamMember) Reset() { *m = CMsgDOTAKickTeamMember{} }
+func (m *CMsgDOTAKickTeamMember) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAKickTeamMember) ProtoMessage() {}
+func (*CMsgDOTAKickTeamMember) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{95} }
+
+func (m *CMsgDOTAKickTeamMember) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAKickTeamMember) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTAKickTeamMemberResponse struct {
+ Result *CMsgDOTAKickTeamMemberResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAKickTeamMemberResponse_Result,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAKickTeamMemberResponse) Reset() { *m = CMsgDOTAKickTeamMemberResponse{} }
+func (m *CMsgDOTAKickTeamMemberResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAKickTeamMemberResponse) ProtoMessage() {}
+func (*CMsgDOTAKickTeamMemberResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{96} }
+
+const Default_CMsgDOTAKickTeamMemberResponse_Result CMsgDOTAKickTeamMemberResponse_Result = CMsgDOTAKickTeamMemberResponse_SUCCESS
+
+func (m *CMsgDOTAKickTeamMemberResponse) GetResult() CMsgDOTAKickTeamMemberResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAKickTeamMemberResponse_Result
+}
+
+type CMsgDOTATransferTeamAdmin struct {
+ NewAdminAccountId *uint32 `protobuf:"varint,1,opt,name=new_admin_account_id" json:"new_admin_account_id,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATransferTeamAdmin) Reset() { *m = CMsgDOTATransferTeamAdmin{} }
+func (m *CMsgDOTATransferTeamAdmin) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATransferTeamAdmin) ProtoMessage() {}
+func (*CMsgDOTATransferTeamAdmin) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{97} }
+
+func (m *CMsgDOTATransferTeamAdmin) GetNewAdminAccountId() uint32 {
+ if m != nil && m.NewAdminAccountId != nil {
+ return *m.NewAdminAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATransferTeamAdmin) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTATransferTeamAdminResponse struct {
+ Result *CMsgDOTATransferTeamAdminResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTATransferTeamAdminResponse_Result,def=0" json:"result,omitempty"`
+ InviteeName *string `protobuf:"bytes,2,opt,name=invitee_name" json:"invitee_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATransferTeamAdminResponse) Reset() { *m = CMsgDOTATransferTeamAdminResponse{} }
+func (m *CMsgDOTATransferTeamAdminResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATransferTeamAdminResponse) ProtoMessage() {}
+func (*CMsgDOTATransferTeamAdminResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{98}
+}
+
+const Default_CMsgDOTATransferTeamAdminResponse_Result CMsgDOTATransferTeamAdminResponse_Result = CMsgDOTATransferTeamAdminResponse_SUCCESS
+
+func (m *CMsgDOTATransferTeamAdminResponse) GetResult() CMsgDOTATransferTeamAdminResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTATransferTeamAdminResponse_Result
+}
+
+func (m *CMsgDOTATransferTeamAdminResponse) GetInviteeName() string {
+ if m != nil && m.InviteeName != nil {
+ return *m.InviteeName
+ }
+ return ""
+}
+
+type CMsgDOTALeaveTeam struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeaveTeam) Reset() { *m = CMsgDOTALeaveTeam{} }
+func (m *CMsgDOTALeaveTeam) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeaveTeam) ProtoMessage() {}
+func (*CMsgDOTALeaveTeam) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{99} }
+
+func (m *CMsgDOTALeaveTeam) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CMsgDOTALeaveTeamResponse struct {
+ Result *CMsgDOTALeaveTeamResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTALeaveTeamResponse_Result,def=0" json:"result,omitempty"`
+ TeamName *string `protobuf:"bytes,2,opt,name=team_name" json:"team_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeaveTeamResponse) Reset() { *m = CMsgDOTALeaveTeamResponse{} }
+func (m *CMsgDOTALeaveTeamResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeaveTeamResponse) ProtoMessage() {}
+func (*CMsgDOTALeaveTeamResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{100} }
+
+const Default_CMsgDOTALeaveTeamResponse_Result CMsgDOTALeaveTeamResponse_Result = CMsgDOTALeaveTeamResponse_SUCCESS
+
+func (m *CMsgDOTALeaveTeamResponse) GetResult() CMsgDOTALeaveTeamResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTALeaveTeamResponse_Result
+}
+
+func (m *CMsgDOTALeaveTeamResponse) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+type CMsgDOTABetaParticipation struct {
+ AccessRights *uint32 `protobuf:"varint,1,opt,name=access_rights" json:"access_rights,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTABetaParticipation) Reset() { *m = CMsgDOTABetaParticipation{} }
+func (m *CMsgDOTABetaParticipation) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTABetaParticipation) ProtoMessage() {}
+func (*CMsgDOTABetaParticipation) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{101} }
+
+func (m *CMsgDOTABetaParticipation) GetAccessRights() uint32 {
+ if m != nil && m.AccessRights != nil {
+ return *m.AccessRights
+ }
+ return 0
+}
+
+type CMsgDOTAJoinChatChannel struct {
+ ChannelName *string `protobuf:"bytes,2,opt,name=channel_name" json:"channel_name,omitempty"`
+ ChannelType *DOTAChatChannelTypeT `protobuf:"varint,4,opt,name=channel_type,enum=DOTAChatChannelTypeT,def=0" json:"channel_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAJoinChatChannel) Reset() { *m = CMsgDOTAJoinChatChannel{} }
+func (m *CMsgDOTAJoinChatChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAJoinChatChannel) ProtoMessage() {}
+func (*CMsgDOTAJoinChatChannel) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{102} }
+
+const Default_CMsgDOTAJoinChatChannel_ChannelType DOTAChatChannelTypeT = DOTAChatChannelTypeT_DOTAChannelType_Regional
+
+func (m *CMsgDOTAJoinChatChannel) GetChannelName() string {
+ if m != nil && m.ChannelName != nil {
+ return *m.ChannelName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAJoinChatChannel) GetChannelType() DOTAChatChannelTypeT {
+ if m != nil && m.ChannelType != nil {
+ return *m.ChannelType
+ }
+ return Default_CMsgDOTAJoinChatChannel_ChannelType
+}
+
+type CMsgDOTALeaveChatChannel struct {
+ ChannelId *uint64 `protobuf:"varint,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeaveChatChannel) Reset() { *m = CMsgDOTALeaveChatChannel{} }
+func (m *CMsgDOTALeaveChatChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeaveChatChannel) ProtoMessage() {}
+func (*CMsgDOTALeaveChatChannel) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{103} }
+
+func (m *CMsgDOTALeaveChatChannel) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+type CMsgDOTAClientIgnoredUser struct {
+ IgnoredAccountId *uint32 `protobuf:"varint,1,opt,name=ignored_account_id" json:"ignored_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAClientIgnoredUser) Reset() { *m = CMsgDOTAClientIgnoredUser{} }
+func (m *CMsgDOTAClientIgnoredUser) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAClientIgnoredUser) ProtoMessage() {}
+func (*CMsgDOTAClientIgnoredUser) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{104} }
+
+func (m *CMsgDOTAClientIgnoredUser) GetIgnoredAccountId() uint32 {
+ if m != nil && m.IgnoredAccountId != nil {
+ return *m.IgnoredAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAChatMessage struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ChannelId *uint64 `protobuf:"varint,2,opt,name=channel_id" json:"channel_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,3,opt,name=persona_name" json:"persona_name,omitempty"`
+ Text *string `protobuf:"bytes,4,opt,name=text" json:"text,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,5,opt,name=timestamp" json:"timestamp,omitempty"`
+ SuggestInviteAccountId *uint32 `protobuf:"varint,6,opt,name=suggest_invite_account_id" json:"suggest_invite_account_id,omitempty"`
+ SuggestInviteName *string `protobuf:"bytes,7,opt,name=suggest_invite_name" json:"suggest_invite_name,omitempty"`
+ FantasyDraftOwnerAccountId *uint32 `protobuf:"varint,8,opt,name=fantasy_draft_owner_account_id" json:"fantasy_draft_owner_account_id,omitempty"`
+ FantasyDraftPlayerAccountId *uint32 `protobuf:"varint,9,opt,name=fantasy_draft_player_account_id" json:"fantasy_draft_player_account_id,omitempty"`
+ EventId *uint32 `protobuf:"varint,10,opt,name=event_id" json:"event_id,omitempty"`
+ SuggestInviteToLobby *bool `protobuf:"varint,11,opt,name=suggest_invite_to_lobby" json:"suggest_invite_to_lobby,omitempty"`
+ EventPoints *uint32 `protobuf:"varint,12,opt,name=event_points" json:"event_points,omitempty"`
+ CoinFlip *bool `protobuf:"varint,13,opt,name=coin_flip" json:"coin_flip,omitempty"`
+ PlayerId *int32 `protobuf:"varint,14,opt,name=player_id,def=-1" json:"player_id,omitempty"`
+ ShareProfileAccountId *uint32 `protobuf:"varint,15,opt,name=share_profile_account_id" json:"share_profile_account_id,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,16,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ DiceRoll *CMsgDOTAChatMessage_DiceRoll `protobuf:"bytes,17,opt,name=dice_roll" json:"dice_roll,omitempty"`
+ SharePartyId *uint64 `protobuf:"varint,18,opt,name=share_party_id" json:"share_party_id,omitempty"`
+ ShareLobbyId *uint64 `protobuf:"varint,19,opt,name=share_lobby_id" json:"share_lobby_id,omitempty"`
+ ShareLobbyCustomGameId *uint64 `protobuf:"varint,20,opt,name=share_lobby_custom_game_id" json:"share_lobby_custom_game_id,omitempty"`
+ ShareLobbyPasskey *string `protobuf:"bytes,21,opt,name=share_lobby_passkey" json:"share_lobby_passkey,omitempty"`
+ PrivateChatChannelId *uint32 `protobuf:"varint,22,opt,name=private_chat_channel_id" json:"private_chat_channel_id,omitempty"`
+ Status *uint32 `protobuf:"varint,23,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatMessage) Reset() { *m = CMsgDOTAChatMessage{} }
+func (m *CMsgDOTAChatMessage) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatMessage) ProtoMessage() {}
+func (*CMsgDOTAChatMessage) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{105} }
+
+const Default_CMsgDOTAChatMessage_PlayerId int32 = -1
+
+func (m *CMsgDOTAChatMessage) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatMessage) GetText() string {
+ if m != nil && m.Text != nil {
+ return *m.Text
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatMessage) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetSuggestInviteAccountId() uint32 {
+ if m != nil && m.SuggestInviteAccountId != nil {
+ return *m.SuggestInviteAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetSuggestInviteName() string {
+ if m != nil && m.SuggestInviteName != nil {
+ return *m.SuggestInviteName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatMessage) GetFantasyDraftOwnerAccountId() uint32 {
+ if m != nil && m.FantasyDraftOwnerAccountId != nil {
+ return *m.FantasyDraftOwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetFantasyDraftPlayerAccountId() uint32 {
+ if m != nil && m.FantasyDraftPlayerAccountId != nil {
+ return *m.FantasyDraftPlayerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetSuggestInviteToLobby() bool {
+ if m != nil && m.SuggestInviteToLobby != nil {
+ return *m.SuggestInviteToLobby
+ }
+ return false
+}
+
+func (m *CMsgDOTAChatMessage) GetEventPoints() uint32 {
+ if m != nil && m.EventPoints != nil {
+ return *m.EventPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetCoinFlip() bool {
+ if m != nil && m.CoinFlip != nil {
+ return *m.CoinFlip
+ }
+ return false
+}
+
+func (m *CMsgDOTAChatMessage) GetPlayerId() int32 {
+ if m != nil && m.PlayerId != nil {
+ return *m.PlayerId
+ }
+ return Default_CMsgDOTAChatMessage_PlayerId
+}
+
+func (m *CMsgDOTAChatMessage) GetShareProfileAccountId() uint32 {
+ if m != nil && m.ShareProfileAccountId != nil {
+ return *m.ShareProfileAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetDiceRoll() *CMsgDOTAChatMessage_DiceRoll {
+ if m != nil {
+ return m.DiceRoll
+ }
+ return nil
+}
+
+func (m *CMsgDOTAChatMessage) GetSharePartyId() uint64 {
+ if m != nil && m.SharePartyId != nil {
+ return *m.SharePartyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetShareLobbyId() uint64 {
+ if m != nil && m.ShareLobbyId != nil {
+ return *m.ShareLobbyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetShareLobbyCustomGameId() uint64 {
+ if m != nil && m.ShareLobbyCustomGameId != nil {
+ return *m.ShareLobbyCustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetShareLobbyPasskey() string {
+ if m != nil && m.ShareLobbyPasskey != nil {
+ return *m.ShareLobbyPasskey
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatMessage) GetPrivateChatChannelId() uint32 {
+ if m != nil && m.PrivateChatChannelId != nil {
+ return *m.PrivateChatChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgDOTAChatMessage_DiceRoll struct {
+ RollMin *int32 `protobuf:"varint,1,opt,name=roll_min" json:"roll_min,omitempty"`
+ RollMax *int32 `protobuf:"varint,2,opt,name=roll_max" json:"roll_max,omitempty"`
+ Result *int32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatMessage_DiceRoll) Reset() { *m = CMsgDOTAChatMessage_DiceRoll{} }
+func (m *CMsgDOTAChatMessage_DiceRoll) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatMessage_DiceRoll) ProtoMessage() {}
+func (*CMsgDOTAChatMessage_DiceRoll) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{105, 0}
+}
+
+func (m *CMsgDOTAChatMessage_DiceRoll) GetRollMin() int32 {
+ if m != nil && m.RollMin != nil {
+ return *m.RollMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage_DiceRoll) GetRollMax() int32 {
+ if m != nil && m.RollMax != nil {
+ return *m.RollMax
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMessage_DiceRoll) GetResult() int32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgDOTAChatMember struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name" json:"persona_name,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,3,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ Status *uint32 `protobuf:"varint,4,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatMember) Reset() { *m = CMsgDOTAChatMember{} }
+func (m *CMsgDOTAChatMember) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatMember) ProtoMessage() {}
+func (*CMsgDOTAChatMember) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{106} }
+
+func (m *CMsgDOTAChatMember) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMember) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatMember) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatMember) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgDOTAJoinChatChannelResponse struct {
+ Response *uint32 `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
+ ChannelName *string `protobuf:"bytes,2,opt,name=channel_name" json:"channel_name,omitempty"`
+ ChannelId *uint64 `protobuf:"fixed64,3,opt,name=channel_id" json:"channel_id,omitempty"`
+ MaxMembers *uint32 `protobuf:"varint,4,opt,name=max_members" json:"max_members,omitempty"`
+ Members []*CMsgDOTAChatMember `protobuf:"bytes,5,rep,name=members" json:"members,omitempty"`
+ ChannelType *DOTAChatChannelTypeT `protobuf:"varint,6,opt,name=channel_type,enum=DOTAChatChannelTypeT,def=0" json:"channel_type,omitempty"`
+ Result *CMsgDOTAJoinChatChannelResponse_Result `protobuf:"varint,7,opt,name=result,enum=CMsgDOTAJoinChatChannelResponse_Result,def=0" json:"result,omitempty"`
+ GcInitiatedJoin *bool `protobuf:"varint,8,opt,name=gc_initiated_join" json:"gc_initiated_join,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,9,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ WelcomeMessage *string `protobuf:"bytes,10,opt,name=welcome_message" json:"welcome_message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) Reset() { *m = CMsgDOTAJoinChatChannelResponse{} }
+func (m *CMsgDOTAJoinChatChannelResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAJoinChatChannelResponse) ProtoMessage() {}
+func (*CMsgDOTAJoinChatChannelResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{107}
+}
+
+const Default_CMsgDOTAJoinChatChannelResponse_ChannelType DOTAChatChannelTypeT = DOTAChatChannelTypeT_DOTAChannelType_Regional
+const Default_CMsgDOTAJoinChatChannelResponse_Result CMsgDOTAJoinChatChannelResponse_Result = CMsgDOTAJoinChatChannelResponse_JOIN_SUCCESS
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetResponse() uint32 {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return 0
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetChannelName() string {
+ if m != nil && m.ChannelName != nil {
+ return *m.ChannelName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetMaxMembers() uint32 {
+ if m != nil && m.MaxMembers != nil {
+ return *m.MaxMembers
+ }
+ return 0
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetMembers() []*CMsgDOTAChatMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetChannelType() DOTAChatChannelTypeT {
+ if m != nil && m.ChannelType != nil {
+ return *m.ChannelType
+ }
+ return Default_CMsgDOTAJoinChatChannelResponse_ChannelType
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetResult() CMsgDOTAJoinChatChannelResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAJoinChatChannelResponse_Result
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetGcInitiatedJoin() bool {
+ if m != nil && m.GcInitiatedJoin != nil {
+ return *m.GcInitiatedJoin
+ }
+ return false
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAJoinChatChannelResponse) GetWelcomeMessage() string {
+ if m != nil && m.WelcomeMessage != nil {
+ return *m.WelcomeMessage
+ }
+ return ""
+}
+
+type CMsgDOTAChatChannelFullUpdate struct {
+ ChannelId *uint64 `protobuf:"fixed64,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ Members []*CMsgDOTAChatMember `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatChannelFullUpdate) Reset() { *m = CMsgDOTAChatChannelFullUpdate{} }
+func (m *CMsgDOTAChatChannelFullUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatChannelFullUpdate) ProtoMessage() {}
+func (*CMsgDOTAChatChannelFullUpdate) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{108} }
+
+func (m *CMsgDOTAChatChannelFullUpdate) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatChannelFullUpdate) GetMembers() []*CMsgDOTAChatMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+type CMsgDOTAOtherJoinedChatChannel struct {
+ ChannelId *uint64 `protobuf:"fixed64,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name" json:"persona_name,omitempty"`
+ SteamId *uint64 `protobuf:"fixed64,3,opt,name=steam_id" json:"steam_id,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,4,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ Status *uint32 `protobuf:"varint,5,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAOtherJoinedChatChannel) Reset() { *m = CMsgDOTAOtherJoinedChatChannel{} }
+func (m *CMsgDOTAOtherJoinedChatChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAOtherJoinedChatChannel) ProtoMessage() {}
+func (*CMsgDOTAOtherJoinedChatChannel) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{109}
+}
+
+func (m *CMsgDOTAOtherJoinedChatChannel) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAOtherJoinedChatChannel) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAOtherJoinedChatChannel) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAOtherJoinedChatChannel) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAOtherJoinedChatChannel) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgDOTAOtherLeftChatChannel struct {
+ ChannelId *uint64 `protobuf:"fixed64,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ SteamId *uint64 `protobuf:"fixed64,2,opt,name=steam_id" json:"steam_id,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,3,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAOtherLeftChatChannel) Reset() { *m = CMsgDOTAOtherLeftChatChannel{} }
+func (m *CMsgDOTAOtherLeftChatChannel) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAOtherLeftChatChannel) ProtoMessage() {}
+func (*CMsgDOTAOtherLeftChatChannel) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{110} }
+
+func (m *CMsgDOTAOtherLeftChatChannel) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAOtherLeftChatChannel) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAOtherLeftChatChannel) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+type CMsgDOTAChatChannelMemberUpdate struct {
+ ChannelId *uint64 `protobuf:"fixed64,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ LeftSteamIds []uint64 `protobuf:"fixed64,2,rep,name=left_steam_ids" json:"left_steam_ids,omitempty"`
+ JoinedMembers []*CMsgDOTAChatChannelMemberUpdate_JoinedMember `protobuf:"bytes,3,rep,name=joined_members" json:"joined_members,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate) Reset() { *m = CMsgDOTAChatChannelMemberUpdate{} }
+func (m *CMsgDOTAChatChannelMemberUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatChannelMemberUpdate) ProtoMessage() {}
+func (*CMsgDOTAChatChannelMemberUpdate) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{111}
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate) GetLeftSteamIds() []uint64 {
+ if m != nil {
+ return m.LeftSteamIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate) GetJoinedMembers() []*CMsgDOTAChatChannelMemberUpdate_JoinedMember {
+ if m != nil {
+ return m.JoinedMembers
+ }
+ return nil
+}
+
+type CMsgDOTAChatChannelMemberUpdate_JoinedMember struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name" json:"persona_name,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,3,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ Status *uint32 `protobuf:"varint,4,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate_JoinedMember) Reset() {
+ *m = CMsgDOTAChatChannelMemberUpdate_JoinedMember{}
+}
+func (m *CMsgDOTAChatChannelMemberUpdate_JoinedMember) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAChatChannelMemberUpdate_JoinedMember) ProtoMessage() {}
+func (*CMsgDOTAChatChannelMemberUpdate_JoinedMember) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{111, 0}
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate_JoinedMember) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate_JoinedMember) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate_JoinedMember) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatChannelMemberUpdate_JoinedMember) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgDOTARequestChatChannelList struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestChatChannelList) Reset() { *m = CMsgDOTARequestChatChannelList{} }
+func (m *CMsgDOTARequestChatChannelList) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestChatChannelList) ProtoMessage() {}
+func (*CMsgDOTARequestChatChannelList) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{112}
+}
+
+type CMsgDOTARequestChatChannelListResponse struct {
+ Channels []*CMsgDOTARequestChatChannelListResponse_ChatChannel `protobuf:"bytes,1,rep,name=channels" json:"channels,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestChatChannelListResponse) Reset() {
+ *m = CMsgDOTARequestChatChannelListResponse{}
+}
+func (m *CMsgDOTARequestChatChannelListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestChatChannelListResponse) ProtoMessage() {}
+func (*CMsgDOTARequestChatChannelListResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{113}
+}
+
+func (m *CMsgDOTARequestChatChannelListResponse) GetChannels() []*CMsgDOTARequestChatChannelListResponse_ChatChannel {
+ if m != nil {
+ return m.Channels
+ }
+ return nil
+}
+
+type CMsgDOTARequestChatChannelListResponse_ChatChannel struct {
+ ChannelName *string `protobuf:"bytes,1,opt,name=channel_name" json:"channel_name,omitempty"`
+ NumMembers *uint32 `protobuf:"varint,2,opt,name=num_members" json:"num_members,omitempty"`
+ ChannelType *DOTAChatChannelTypeT `protobuf:"varint,3,opt,name=channel_type,enum=DOTAChatChannelTypeT,def=0" json:"channel_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestChatChannelListResponse_ChatChannel) Reset() {
+ *m = CMsgDOTARequestChatChannelListResponse_ChatChannel{}
+}
+func (m *CMsgDOTARequestChatChannelListResponse_ChatChannel) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARequestChatChannelListResponse_ChatChannel) ProtoMessage() {}
+func (*CMsgDOTARequestChatChannelListResponse_ChatChannel) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{113, 0}
+}
+
+const Default_CMsgDOTARequestChatChannelListResponse_ChatChannel_ChannelType DOTAChatChannelTypeT = DOTAChatChannelTypeT_DOTAChannelType_Regional
+
+func (m *CMsgDOTARequestChatChannelListResponse_ChatChannel) GetChannelName() string {
+ if m != nil && m.ChannelName != nil {
+ return *m.ChannelName
+ }
+ return ""
+}
+
+func (m *CMsgDOTARequestChatChannelListResponse_ChatChannel) GetNumMembers() uint32 {
+ if m != nil && m.NumMembers != nil {
+ return *m.NumMembers
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestChatChannelListResponse_ChatChannel) GetChannelType() DOTAChatChannelTypeT {
+ if m != nil && m.ChannelType != nil {
+ return *m.ChannelType
+ }
+ return Default_CMsgDOTARequestChatChannelListResponse_ChatChannel_ChannelType
+}
+
+type CMsgDOTAChatGetUserList struct {
+ ChannelId *uint64 `protobuf:"fixed64,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatGetUserList) Reset() { *m = CMsgDOTAChatGetUserList{} }
+func (m *CMsgDOTAChatGetUserList) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatGetUserList) ProtoMessage() {}
+func (*CMsgDOTAChatGetUserList) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{114} }
+
+func (m *CMsgDOTAChatGetUserList) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+type CMsgDOTAChatGetUserListResponse struct {
+ ChannelId *uint64 `protobuf:"fixed64,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ Members []*CMsgDOTAChatGetUserListResponse_Member `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatGetUserListResponse) Reset() { *m = CMsgDOTAChatGetUserListResponse{} }
+func (m *CMsgDOTAChatGetUserListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatGetUserListResponse) ProtoMessage() {}
+func (*CMsgDOTAChatGetUserListResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{115}
+}
+
+func (m *CMsgDOTAChatGetUserListResponse) GetChannelId() uint64 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatGetUserListResponse) GetMembers() []*CMsgDOTAChatGetUserListResponse_Member {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+type CMsgDOTAChatGetUserListResponse_Member struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name" json:"persona_name,omitempty"`
+ ChannelUserId *uint32 `protobuf:"varint,3,opt,name=channel_user_id" json:"channel_user_id,omitempty"`
+ Status *uint32 `protobuf:"varint,4,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatGetUserListResponse_Member) Reset() {
+ *m = CMsgDOTAChatGetUserListResponse_Member{}
+}
+func (m *CMsgDOTAChatGetUserListResponse_Member) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatGetUserListResponse_Member) ProtoMessage() {}
+func (*CMsgDOTAChatGetUserListResponse_Member) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{115, 0}
+}
+
+func (m *CMsgDOTAChatGetUserListResponse_Member) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatGetUserListResponse_Member) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatGetUserListResponse_Member) GetChannelUserId() uint32 {
+ if m != nil && m.ChannelUserId != nil {
+ return *m.ChannelUserId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatGetUserListResponse_Member) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgDOTAChatGetMemberCount struct {
+ ChannelName *string `protobuf:"bytes,1,opt,name=channel_name" json:"channel_name,omitempty"`
+ ChannelType *DOTAChatChannelTypeT `protobuf:"varint,2,opt,name=channel_type,enum=DOTAChatChannelTypeT,def=0" json:"channel_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatGetMemberCount) Reset() { *m = CMsgDOTAChatGetMemberCount{} }
+func (m *CMsgDOTAChatGetMemberCount) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatGetMemberCount) ProtoMessage() {}
+func (*CMsgDOTAChatGetMemberCount) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{116} }
+
+const Default_CMsgDOTAChatGetMemberCount_ChannelType DOTAChatChannelTypeT = DOTAChatChannelTypeT_DOTAChannelType_Regional
+
+func (m *CMsgDOTAChatGetMemberCount) GetChannelName() string {
+ if m != nil && m.ChannelName != nil {
+ return *m.ChannelName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatGetMemberCount) GetChannelType() DOTAChatChannelTypeT {
+ if m != nil && m.ChannelType != nil {
+ return *m.ChannelType
+ }
+ return Default_CMsgDOTAChatGetMemberCount_ChannelType
+}
+
+type CMsgDOTAChatGetMemberCountResponse struct {
+ ChannelName *string `protobuf:"bytes,1,opt,name=channel_name" json:"channel_name,omitempty"`
+ ChannelType *DOTAChatChannelTypeT `protobuf:"varint,2,opt,name=channel_type,enum=DOTAChatChannelTypeT,def=0" json:"channel_type,omitempty"`
+ MemberCount *uint32 `protobuf:"varint,3,opt,name=member_count" json:"member_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatGetMemberCountResponse) Reset() { *m = CMsgDOTAChatGetMemberCountResponse{} }
+func (m *CMsgDOTAChatGetMemberCountResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatGetMemberCountResponse) ProtoMessage() {}
+func (*CMsgDOTAChatGetMemberCountResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{117}
+}
+
+const Default_CMsgDOTAChatGetMemberCountResponse_ChannelType DOTAChatChannelTypeT = DOTAChatChannelTypeT_DOTAChannelType_Regional
+
+func (m *CMsgDOTAChatGetMemberCountResponse) GetChannelName() string {
+ if m != nil && m.ChannelName != nil {
+ return *m.ChannelName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAChatGetMemberCountResponse) GetChannelType() DOTAChatChannelTypeT {
+ if m != nil && m.ChannelType != nil {
+ return *m.ChannelType
+ }
+ return Default_CMsgDOTAChatGetMemberCountResponse_ChannelType
+}
+
+func (m *CMsgDOTAChatGetMemberCountResponse) GetMemberCount() uint32 {
+ if m != nil && m.MemberCount != nil {
+ return *m.MemberCount
+ }
+ return 0
+}
+
+type CMsgDOTAChatRegionsEnabled struct {
+ EnableAllRegions *bool `protobuf:"varint,1,opt,name=enable_all_regions" json:"enable_all_regions,omitempty"`
+ EnabledRegions []*CMsgDOTAChatRegionsEnabled_Region `protobuf:"bytes,2,rep,name=enabled_regions" json:"enabled_regions,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatRegionsEnabled) Reset() { *m = CMsgDOTAChatRegionsEnabled{} }
+func (m *CMsgDOTAChatRegionsEnabled) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatRegionsEnabled) ProtoMessage() {}
+func (*CMsgDOTAChatRegionsEnabled) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{118} }
+
+func (m *CMsgDOTAChatRegionsEnabled) GetEnableAllRegions() bool {
+ if m != nil && m.EnableAllRegions != nil {
+ return *m.EnableAllRegions
+ }
+ return false
+}
+
+func (m *CMsgDOTAChatRegionsEnabled) GetEnabledRegions() []*CMsgDOTAChatRegionsEnabled_Region {
+ if m != nil {
+ return m.EnabledRegions
+ }
+ return nil
+}
+
+type CMsgDOTAChatRegionsEnabled_Region struct {
+ MinLatitude *float32 `protobuf:"fixed32,1,opt,name=min_latitude" json:"min_latitude,omitempty"`
+ MaxLatitude *float32 `protobuf:"fixed32,2,opt,name=max_latitude" json:"max_latitude,omitempty"`
+ MinLongitude *float32 `protobuf:"fixed32,3,opt,name=min_longitude" json:"min_longitude,omitempty"`
+ MaxLongitude *float32 `protobuf:"fixed32,4,opt,name=max_longitude" json:"max_longitude,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAChatRegionsEnabled_Region) Reset() { *m = CMsgDOTAChatRegionsEnabled_Region{} }
+func (m *CMsgDOTAChatRegionsEnabled_Region) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAChatRegionsEnabled_Region) ProtoMessage() {}
+func (*CMsgDOTAChatRegionsEnabled_Region) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{118, 0}
+}
+
+func (m *CMsgDOTAChatRegionsEnabled_Region) GetMinLatitude() float32 {
+ if m != nil && m.MinLatitude != nil {
+ return *m.MinLatitude
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatRegionsEnabled_Region) GetMaxLatitude() float32 {
+ if m != nil && m.MaxLatitude != nil {
+ return *m.MaxLatitude
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatRegionsEnabled_Region) GetMinLongitude() float32 {
+ if m != nil && m.MinLongitude != nil {
+ return *m.MinLongitude
+ }
+ return 0
+}
+
+func (m *CMsgDOTAChatRegionsEnabled_Region) GetMaxLongitude() float32 {
+ if m != nil && m.MaxLongitude != nil {
+ return *m.MaxLongitude
+ }
+ return 0
+}
+
+type CMsgDOTAGuildSDO struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Tag *string `protobuf:"bytes,3,opt,name=tag" json:"tag,omitempty"`
+ TimeCreated *uint32 `protobuf:"varint,4,opt,name=time_created" json:"time_created,omitempty"`
+ TimeDisbanded *uint32 `protobuf:"varint,5,opt,name=time_disbanded" json:"time_disbanded,omitempty"`
+ Logo *uint64 `protobuf:"varint,6,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,7,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,8,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ Members []*CMsgDOTAGuildSDO_Member `protobuf:"bytes,9,rep,name=members" json:"members,omitempty"`
+ Invitations []*CMsgDOTAGuildSDO_Invitation `protobuf:"bytes,10,rep,name=invitations" json:"invitations,omitempty"`
+ Message *string `protobuf:"bytes,11,opt,name=message" json:"message,omitempty"`
+ Incremental *bool `protobuf:"varint,12,opt,name=incremental" json:"incremental,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildSDO) Reset() { *m = CMsgDOTAGuildSDO{} }
+func (m *CMsgDOTAGuildSDO) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildSDO) ProtoMessage() {}
+func (*CMsgDOTAGuildSDO) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{119} }
+
+func (m *CMsgDOTAGuildSDO) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildSDO) GetTag() string {
+ if m != nil && m.Tag != nil {
+ return *m.Tag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildSDO) GetTimeCreated() uint32 {
+ if m != nil && m.TimeCreated != nil {
+ return *m.TimeCreated
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO) GetTimeDisbanded() uint32 {
+ if m != nil && m.TimeDisbanded != nil {
+ return *m.TimeDisbanded
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO) GetMembers() []*CMsgDOTAGuildSDO_Member {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CMsgDOTAGuildSDO) GetInvitations() []*CMsgDOTAGuildSDO_Invitation {
+ if m != nil {
+ return m.Invitations
+ }
+ return nil
+}
+
+func (m *CMsgDOTAGuildSDO) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildSDO) GetIncremental() bool {
+ if m != nil && m.Incremental != nil {
+ return *m.Incremental
+ }
+ return false
+}
+
+type CMsgDOTAGuildSDO_Member struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TimeJoined *uint32 `protobuf:"varint,2,opt,name=time_joined" json:"time_joined,omitempty"`
+ Role *uint32 `protobuf:"varint,3,opt,name=role" json:"role,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildSDO_Member) Reset() { *m = CMsgDOTAGuildSDO_Member{} }
+func (m *CMsgDOTAGuildSDO_Member) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildSDO_Member) ProtoMessage() {}
+func (*CMsgDOTAGuildSDO_Member) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{119, 0} }
+
+func (m *CMsgDOTAGuildSDO_Member) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO_Member) GetTimeJoined() uint32 {
+ if m != nil && m.TimeJoined != nil {
+ return *m.TimeJoined
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO_Member) GetRole() uint32 {
+ if m != nil && m.Role != nil {
+ return *m.Role
+ }
+ return 0
+}
+
+type CMsgDOTAGuildSDO_Invitation struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ TimeSent *uint32 `protobuf:"varint,2,opt,name=time_sent" json:"time_sent,omitempty"`
+ AccountIdSender *uint32 `protobuf:"varint,3,opt,name=account_id_sender" json:"account_id_sender,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildSDO_Invitation) Reset() { *m = CMsgDOTAGuildSDO_Invitation{} }
+func (m *CMsgDOTAGuildSDO_Invitation) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildSDO_Invitation) ProtoMessage() {}
+func (*CMsgDOTAGuildSDO_Invitation) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{119, 1}
+}
+
+func (m *CMsgDOTAGuildSDO_Invitation) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO_Invitation) GetTimeSent() uint32 {
+ if m != nil && m.TimeSent != nil {
+ return *m.TimeSent
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSDO_Invitation) GetAccountIdSender() uint32 {
+ if m != nil && m.AccountIdSender != nil {
+ return *m.AccountIdSender
+ }
+ return 0
+}
+
+type CMsgDOTAGuildAuditSDO struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Entries []*CMsgDOTAGuildAuditSDO_Entry `protobuf:"bytes,2,rep,name=entries" json:"entries,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildAuditSDO) Reset() { *m = CMsgDOTAGuildAuditSDO{} }
+func (m *CMsgDOTAGuildAuditSDO) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildAuditSDO) ProtoMessage() {}
+func (*CMsgDOTAGuildAuditSDO) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{120} }
+
+func (m *CMsgDOTAGuildAuditSDO) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO) GetEntries() []*CMsgDOTAGuildAuditSDO_Entry {
+ if m != nil {
+ return m.Entries
+ }
+ return nil
+}
+
+type CMsgDOTAGuildAuditSDO_Entry struct {
+ EventIndex *uint32 `protobuf:"varint,1,opt,name=event_index" json:"event_index,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
+ Action *uint32 `protobuf:"varint,3,opt,name=action" json:"action,omitempty"`
+ AccountIdRequestor *uint32 `protobuf:"varint,4,opt,name=account_id_requestor" json:"account_id_requestor,omitempty"`
+ AccountIdTarget *uint32 `protobuf:"varint,5,opt,name=account_id_target" json:"account_id_target,omitempty"`
+ ReferenceDataA *uint32 `protobuf:"varint,6,opt,name=reference_data_a" json:"reference_data_a,omitempty"`
+ ReferenceDataB *uint32 `protobuf:"varint,7,opt,name=reference_data_b" json:"reference_data_b,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) Reset() { *m = CMsgDOTAGuildAuditSDO_Entry{} }
+func (m *CMsgDOTAGuildAuditSDO_Entry) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildAuditSDO_Entry) ProtoMessage() {}
+func (*CMsgDOTAGuildAuditSDO_Entry) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{120, 0}
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetEventIndex() uint32 {
+ if m != nil && m.EventIndex != nil {
+ return *m.EventIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetAction() uint32 {
+ if m != nil && m.Action != nil {
+ return *m.Action
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetAccountIdRequestor() uint32 {
+ if m != nil && m.AccountIdRequestor != nil {
+ return *m.AccountIdRequestor
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetAccountIdTarget() uint32 {
+ if m != nil && m.AccountIdTarget != nil {
+ return *m.AccountIdTarget
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetReferenceDataA() uint32 {
+ if m != nil && m.ReferenceDataA != nil {
+ return *m.ReferenceDataA
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildAuditSDO_Entry) GetReferenceDataB() uint32 {
+ if m != nil && m.ReferenceDataB != nil {
+ return *m.ReferenceDataB
+ }
+ return 0
+}
+
+type CMsgDOTAAccountGuildMembershipsSDO struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Memberships []*CMsgDOTAAccountGuildMembershipsSDO_Membership `protobuf:"bytes,2,rep,name=memberships" json:"memberships,omitempty"`
+ Invitations []*CMsgDOTAAccountGuildMembershipsSDO_Invitation `protobuf:"bytes,3,rep,name=invitations" json:"invitations,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO) Reset() { *m = CMsgDOTAAccountGuildMembershipsSDO{} }
+func (m *CMsgDOTAAccountGuildMembershipsSDO) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAAccountGuildMembershipsSDO) ProtoMessage() {}
+func (*CMsgDOTAAccountGuildMembershipsSDO) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{121}
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO) GetMemberships() []*CMsgDOTAAccountGuildMembershipsSDO_Membership {
+ if m != nil {
+ return m.Memberships
+ }
+ return nil
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO) GetInvitations() []*CMsgDOTAAccountGuildMembershipsSDO_Invitation {
+ if m != nil {
+ return m.Invitations
+ }
+ return nil
+}
+
+type CMsgDOTAAccountGuildMembershipsSDO_Membership struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Role *uint32 `protobuf:"varint,2,opt,name=role" json:"role,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Membership) Reset() {
+ *m = CMsgDOTAAccountGuildMembershipsSDO_Membership{}
+}
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Membership) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAAccountGuildMembershipsSDO_Membership) ProtoMessage() {}
+func (*CMsgDOTAAccountGuildMembershipsSDO_Membership) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{121, 0}
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Membership) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Membership) GetRole() uint32 {
+ if m != nil && m.Role != nil {
+ return *m.Role
+ }
+ return 0
+}
+
+type CMsgDOTAAccountGuildMembershipsSDO_Invitation struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ TimeSent *uint32 `protobuf:"varint,2,opt,name=time_sent" json:"time_sent,omitempty"`
+ AccountIdSender *uint32 `protobuf:"varint,3,opt,name=account_id_sender" json:"account_id_sender,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Invitation) Reset() {
+ *m = CMsgDOTAAccountGuildMembershipsSDO_Invitation{}
+}
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Invitation) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAAccountGuildMembershipsSDO_Invitation) ProtoMessage() {}
+func (*CMsgDOTAAccountGuildMembershipsSDO_Invitation) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{121, 1}
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Invitation) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Invitation) GetTimeSent() uint32 {
+ if m != nil && m.TimeSent != nil {
+ return *m.TimeSent
+ }
+ return 0
+}
+
+func (m *CMsgDOTAAccountGuildMembershipsSDO_Invitation) GetAccountIdSender() uint32 {
+ if m != nil && m.AccountIdSender != nil {
+ return *m.AccountIdSender
+ }
+ return 0
+}
+
+type CMsgDOTAGuildCreateRequest struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ Tag *string `protobuf:"bytes,2,opt,name=tag" json:"tag,omitempty"`
+ Logo *uint64 `protobuf:"varint,3,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,4,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,5,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildCreateRequest) Reset() { *m = CMsgDOTAGuildCreateRequest{} }
+func (m *CMsgDOTAGuildCreateRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildCreateRequest) ProtoMessage() {}
+func (*CMsgDOTAGuildCreateRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{122} }
+
+func (m *CMsgDOTAGuildCreateRequest) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildCreateRequest) GetTag() string {
+ if m != nil && m.Tag != nil {
+ return *m.Tag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildCreateRequest) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildCreateRequest) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildCreateRequest) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+type CMsgDOTAGuildCreateResponse struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Errors []CMsgDOTAGuildCreateResponse_EError `protobuf:"varint,2,rep,name=errors,enum=CMsgDOTAGuildCreateResponse_EError" json:"errors,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildCreateResponse) Reset() { *m = CMsgDOTAGuildCreateResponse{} }
+func (m *CMsgDOTAGuildCreateResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildCreateResponse) ProtoMessage() {}
+func (*CMsgDOTAGuildCreateResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{123} }
+
+func (m *CMsgDOTAGuildCreateResponse) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildCreateResponse) GetErrors() []CMsgDOTAGuildCreateResponse_EError {
+ if m != nil {
+ return m.Errors
+ }
+ return nil
+}
+
+type CMsgDOTAGuildSetAccountRoleRequest struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ TargetAccountId *uint32 `protobuf:"varint,2,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ TargetRole *uint32 `protobuf:"varint,3,opt,name=target_role" json:"target_role,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildSetAccountRoleRequest) Reset() { *m = CMsgDOTAGuildSetAccountRoleRequest{} }
+func (m *CMsgDOTAGuildSetAccountRoleRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildSetAccountRoleRequest) ProtoMessage() {}
+func (*CMsgDOTAGuildSetAccountRoleRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{124}
+}
+
+func (m *CMsgDOTAGuildSetAccountRoleRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSetAccountRoleRequest) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildSetAccountRoleRequest) GetTargetRole() uint32 {
+ if m != nil && m.TargetRole != nil {
+ return *m.TargetRole
+ }
+ return 0
+}
+
+type CMsgDOTAGuildSetAccountRoleResponse struct {
+ Result *CMsgDOTAGuildSetAccountRoleResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAGuildSetAccountRoleResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildSetAccountRoleResponse) Reset() { *m = CMsgDOTAGuildSetAccountRoleResponse{} }
+func (m *CMsgDOTAGuildSetAccountRoleResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildSetAccountRoleResponse) ProtoMessage() {}
+func (*CMsgDOTAGuildSetAccountRoleResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{125}
+}
+
+const Default_CMsgDOTAGuildSetAccountRoleResponse_Result CMsgDOTAGuildSetAccountRoleResponse_EResult = CMsgDOTAGuildSetAccountRoleResponse_SUCCESS
+
+func (m *CMsgDOTAGuildSetAccountRoleResponse) GetResult() CMsgDOTAGuildSetAccountRoleResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAGuildSetAccountRoleResponse_Result
+}
+
+type CMsgDOTAGuildInviteAccountRequest struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ TargetAccountId *uint32 `protobuf:"varint,2,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildInviteAccountRequest) Reset() { *m = CMsgDOTAGuildInviteAccountRequest{} }
+func (m *CMsgDOTAGuildInviteAccountRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildInviteAccountRequest) ProtoMessage() {}
+func (*CMsgDOTAGuildInviteAccountRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{126}
+}
+
+func (m *CMsgDOTAGuildInviteAccountRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildInviteAccountRequest) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAGuildInviteAccountResponse struct {
+ Result *CMsgDOTAGuildInviteAccountResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAGuildInviteAccountResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildInviteAccountResponse) Reset() { *m = CMsgDOTAGuildInviteAccountResponse{} }
+func (m *CMsgDOTAGuildInviteAccountResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildInviteAccountResponse) ProtoMessage() {}
+func (*CMsgDOTAGuildInviteAccountResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{127}
+}
+
+const Default_CMsgDOTAGuildInviteAccountResponse_Result CMsgDOTAGuildInviteAccountResponse_EResult = CMsgDOTAGuildInviteAccountResponse_SUCCESS
+
+func (m *CMsgDOTAGuildInviteAccountResponse) GetResult() CMsgDOTAGuildInviteAccountResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAGuildInviteAccountResponse_Result
+}
+
+type CMsgDOTAGuildCancelInviteRequest struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ TargetAccountId *uint32 `protobuf:"varint,2,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildCancelInviteRequest) Reset() { *m = CMsgDOTAGuildCancelInviteRequest{} }
+func (m *CMsgDOTAGuildCancelInviteRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildCancelInviteRequest) ProtoMessage() {}
+func (*CMsgDOTAGuildCancelInviteRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{128}
+}
+
+func (m *CMsgDOTAGuildCancelInviteRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildCancelInviteRequest) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAGuildCancelInviteResponse struct {
+ Result *CMsgDOTAGuildCancelInviteResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAGuildCancelInviteResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildCancelInviteResponse) Reset() { *m = CMsgDOTAGuildCancelInviteResponse{} }
+func (m *CMsgDOTAGuildCancelInviteResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildCancelInviteResponse) ProtoMessage() {}
+func (*CMsgDOTAGuildCancelInviteResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{129}
+}
+
+const Default_CMsgDOTAGuildCancelInviteResponse_Result CMsgDOTAGuildCancelInviteResponse_EResult = CMsgDOTAGuildCancelInviteResponse_SUCCESS
+
+func (m *CMsgDOTAGuildCancelInviteResponse) GetResult() CMsgDOTAGuildCancelInviteResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAGuildCancelInviteResponse_Result
+}
+
+type CMsgDOTAGuildUpdateDetailsRequest struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Logo *uint64 `protobuf:"varint,2,opt,name=logo" json:"logo,omitempty"`
+ BaseLogo *uint64 `protobuf:"varint,3,opt,name=base_logo" json:"base_logo,omitempty"`
+ BannerLogo *uint64 `protobuf:"varint,4,opt,name=banner_logo" json:"banner_logo,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildUpdateDetailsRequest) Reset() { *m = CMsgDOTAGuildUpdateDetailsRequest{} }
+func (m *CMsgDOTAGuildUpdateDetailsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildUpdateDetailsRequest) ProtoMessage() {}
+func (*CMsgDOTAGuildUpdateDetailsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{130}
+}
+
+func (m *CMsgDOTAGuildUpdateDetailsRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildUpdateDetailsRequest) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildUpdateDetailsRequest) GetBaseLogo() uint64 {
+ if m != nil && m.BaseLogo != nil {
+ return *m.BaseLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildUpdateDetailsRequest) GetBannerLogo() uint64 {
+ if m != nil && m.BannerLogo != nil {
+ return *m.BannerLogo
+ }
+ return 0
+}
+
+type CMsgDOTAGuildUpdateDetailsResponse struct {
+ Result *CMsgDOTAGuildUpdateDetailsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAGuildUpdateDetailsResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildUpdateDetailsResponse) Reset() { *m = CMsgDOTAGuildUpdateDetailsResponse{} }
+func (m *CMsgDOTAGuildUpdateDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildUpdateDetailsResponse) ProtoMessage() {}
+func (*CMsgDOTAGuildUpdateDetailsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{131}
+}
+
+const Default_CMsgDOTAGuildUpdateDetailsResponse_Result CMsgDOTAGuildUpdateDetailsResponse_EResult = CMsgDOTAGuildUpdateDetailsResponse_SUCCESS
+
+func (m *CMsgDOTAGuildUpdateDetailsResponse) GetResult() CMsgDOTAGuildUpdateDetailsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAGuildUpdateDetailsResponse_Result
+}
+
+type CMsgDOTAGCToGCUpdateOpenGuildPartyRequest struct {
+ PartyId *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
+ GuildId *uint32 `protobuf:"varint,2,opt,name=guild_id" json:"guild_id,omitempty"`
+ MemberAccountIds []uint32 `protobuf:"varint,3,rep,name=member_account_ids" json:"member_account_ids,omitempty"`
+ Description *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) Reset() {
+ *m = CMsgDOTAGCToGCUpdateOpenGuildPartyRequest{}
+}
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) ProtoMessage() {}
+func (*CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{132}
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) GetMemberAccountIds() []uint32 {
+ if m != nil {
+ return m.MemberAccountIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyRequest) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+type CMsgDOTAGCToGCUpdateOpenGuildPartyResponse struct {
+ MaintainAssociation *bool `protobuf:"varint,1,opt,name=maintain_association" json:"maintain_association,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyResponse) Reset() {
+ *m = CMsgDOTAGCToGCUpdateOpenGuildPartyResponse{}
+}
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAGCToGCUpdateOpenGuildPartyResponse) ProtoMessage() {}
+func (*CMsgDOTAGCToGCUpdateOpenGuildPartyResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{133}
+}
+
+func (m *CMsgDOTAGCToGCUpdateOpenGuildPartyResponse) GetMaintainAssociation() bool {
+ if m != nil && m.MaintainAssociation != nil {
+ return *m.MaintainAssociation
+ }
+ return false
+}
+
+type CMsgDOTAGCToGCDestroyOpenGuildPartyRequest struct {
+ PartyId *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
+ GuildId *uint32 `protobuf:"varint,2,opt,name=guild_id" json:"guild_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGCToGCDestroyOpenGuildPartyRequest) Reset() {
+ *m = CMsgDOTAGCToGCDestroyOpenGuildPartyRequest{}
+}
+func (m *CMsgDOTAGCToGCDestroyOpenGuildPartyRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAGCToGCDestroyOpenGuildPartyRequest) ProtoMessage() {}
+func (*CMsgDOTAGCToGCDestroyOpenGuildPartyRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{134}
+}
+
+func (m *CMsgDOTAGCToGCDestroyOpenGuildPartyRequest) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGCToGCDestroyOpenGuildPartyRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+type CMsgDOTAGCToGCDestroyOpenGuildPartyResponse struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGCToGCDestroyOpenGuildPartyResponse) Reset() {
+ *m = CMsgDOTAGCToGCDestroyOpenGuildPartyResponse{}
+}
+func (m *CMsgDOTAGCToGCDestroyOpenGuildPartyResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAGCToGCDestroyOpenGuildPartyResponse) ProtoMessage() {}
+func (*CMsgDOTAGCToGCDestroyOpenGuildPartyResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{135}
+}
+
+type CMsgDOTAPartySetOpenGuildRequest struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPartySetOpenGuildRequest) Reset() { *m = CMsgDOTAPartySetOpenGuildRequest{} }
+func (m *CMsgDOTAPartySetOpenGuildRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPartySetOpenGuildRequest) ProtoMessage() {}
+func (*CMsgDOTAPartySetOpenGuildRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{136}
+}
+
+func (m *CMsgDOTAPartySetOpenGuildRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPartySetOpenGuildRequest) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+type CMsgDOTAPartySetOpenGuildResponse struct {
+ Result *CMsgDOTAPartySetOpenGuildResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAPartySetOpenGuildResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPartySetOpenGuildResponse) Reset() { *m = CMsgDOTAPartySetOpenGuildResponse{} }
+func (m *CMsgDOTAPartySetOpenGuildResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPartySetOpenGuildResponse) ProtoMessage() {}
+func (*CMsgDOTAPartySetOpenGuildResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{137}
+}
+
+const Default_CMsgDOTAPartySetOpenGuildResponse_Result CMsgDOTAPartySetOpenGuildResponse_EResult = CMsgDOTAPartySetOpenGuildResponse_SUCCESS
+
+func (m *CMsgDOTAPartySetOpenGuildResponse) GetResult() CMsgDOTAPartySetOpenGuildResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAPartySetOpenGuildResponse_Result
+}
+
+type CMsgDOTAJoinOpenGuildPartyRequest struct {
+ PartyId *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAJoinOpenGuildPartyRequest) Reset() { *m = CMsgDOTAJoinOpenGuildPartyRequest{} }
+func (m *CMsgDOTAJoinOpenGuildPartyRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAJoinOpenGuildPartyRequest) ProtoMessage() {}
+func (*CMsgDOTAJoinOpenGuildPartyRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{138}
+}
+
+func (m *CMsgDOTAJoinOpenGuildPartyRequest) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+type CMsgDOTAJoinOpenGuildPartyResponse struct {
+ Result *CMsgDOTAJoinOpenGuildPartyResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAJoinOpenGuildPartyResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAJoinOpenGuildPartyResponse) Reset() { *m = CMsgDOTAJoinOpenGuildPartyResponse{} }
+func (m *CMsgDOTAJoinOpenGuildPartyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAJoinOpenGuildPartyResponse) ProtoMessage() {}
+func (*CMsgDOTAJoinOpenGuildPartyResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{139}
+}
+
+const Default_CMsgDOTAJoinOpenGuildPartyResponse_Result CMsgDOTAJoinOpenGuildPartyResponse_EResult = CMsgDOTAJoinOpenGuildPartyResponse_SUCCESS
+
+func (m *CMsgDOTAJoinOpenGuildPartyResponse) GetResult() CMsgDOTAJoinOpenGuildPartyResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAJoinOpenGuildPartyResponse_Result
+}
+
+type CMsgDOTAGuildOpenPartyRefresh struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ OpenParties []*CMsgDOTAGuildOpenPartyRefresh_OpenParty `protobuf:"bytes,2,rep,name=open_parties" json:"open_parties,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh) Reset() { *m = CMsgDOTAGuildOpenPartyRefresh{} }
+func (m *CMsgDOTAGuildOpenPartyRefresh) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildOpenPartyRefresh) ProtoMessage() {}
+func (*CMsgDOTAGuildOpenPartyRefresh) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{140} }
+
+func (m *CMsgDOTAGuildOpenPartyRefresh) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh) GetOpenParties() []*CMsgDOTAGuildOpenPartyRefresh_OpenParty {
+ if m != nil {
+ return m.OpenParties
+ }
+ return nil
+}
+
+type CMsgDOTAGuildOpenPartyRefresh_OpenParty struct {
+ PartyId *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
+ MemberAccountIds []uint32 `protobuf:"varint,2,rep,name=member_account_ids" json:"member_account_ids,omitempty"`
+ TimeCreated *uint32 `protobuf:"varint,3,opt,name=time_created" json:"time_created,omitempty"`
+ Description *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh_OpenParty) Reset() {
+ *m = CMsgDOTAGuildOpenPartyRefresh_OpenParty{}
+}
+func (m *CMsgDOTAGuildOpenPartyRefresh_OpenParty) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildOpenPartyRefresh_OpenParty) ProtoMessage() {}
+func (*CMsgDOTAGuildOpenPartyRefresh_OpenParty) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{140, 0}
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh_OpenParty) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh_OpenParty) GetMemberAccountIds() []uint32 {
+ if m != nil {
+ return m.MemberAccountIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh_OpenParty) GetTimeCreated() uint32 {
+ if m != nil && m.TimeCreated != nil {
+ return *m.TimeCreated
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildOpenPartyRefresh_OpenParty) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+type CMsgDOTARequestGuildData struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestGuildData) Reset() { *m = CMsgDOTARequestGuildData{} }
+func (m *CMsgDOTARequestGuildData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestGuildData) ProtoMessage() {}
+func (*CMsgDOTARequestGuildData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{141} }
+
+type CMsgDOTAGuildInviteData struct {
+ InvitedToGuild *bool `protobuf:"varint,1,opt,name=invited_to_guild" json:"invited_to_guild,omitempty"`
+ GuildId *uint32 `protobuf:"varint,2,opt,name=guild_id" json:"guild_id,omitempty"`
+ GuildName *string `protobuf:"bytes,3,opt,name=guild_name" json:"guild_name,omitempty"`
+ GuildTag *string `protobuf:"bytes,4,opt,name=guild_tag" json:"guild_tag,omitempty"`
+ Logo *uint64 `protobuf:"varint,5,opt,name=logo" json:"logo,omitempty"`
+ Inviter *uint32 `protobuf:"varint,6,opt,name=inviter" json:"inviter,omitempty"`
+ InviterName *string `protobuf:"bytes,7,opt,name=inviter_name" json:"inviter_name,omitempty"`
+ MemberCount *uint32 `protobuf:"varint,8,opt,name=member_count" json:"member_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildInviteData) Reset() { *m = CMsgDOTAGuildInviteData{} }
+func (m *CMsgDOTAGuildInviteData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildInviteData) ProtoMessage() {}
+func (*CMsgDOTAGuildInviteData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{142} }
+
+func (m *CMsgDOTAGuildInviteData) GetInvitedToGuild() bool {
+ if m != nil && m.InvitedToGuild != nil {
+ return *m.InvitedToGuild
+ }
+ return false
+}
+
+func (m *CMsgDOTAGuildInviteData) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildInviteData) GetGuildName() string {
+ if m != nil && m.GuildName != nil {
+ return *m.GuildName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildInviteData) GetGuildTag() string {
+ if m != nil && m.GuildTag != nil {
+ return *m.GuildTag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildInviteData) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildInviteData) GetInviter() uint32 {
+ if m != nil && m.Inviter != nil {
+ return *m.Inviter
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildInviteData) GetInviterName() string {
+ if m != nil && m.InviterName != nil {
+ return *m.InviterName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildInviteData) GetMemberCount() uint32 {
+ if m != nil && m.MemberCount != nil {
+ return *m.MemberCount
+ }
+ return 0
+}
+
+type CMsgDOTAGuildUpdateMessage struct {
+ Message *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
+ GuildId *uint32 `protobuf:"varint,2,opt,name=guild_id" json:"guild_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildUpdateMessage) Reset() { *m = CMsgDOTAGuildUpdateMessage{} }
+func (m *CMsgDOTAGuildUpdateMessage) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildUpdateMessage) ProtoMessage() {}
+func (*CMsgDOTAGuildUpdateMessage) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{143} }
+
+func (m *CMsgDOTAGuildUpdateMessage) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgDOTAGuildUpdateMessage) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+type CMsgDOTAGuildEditLogoRequest struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Logo *uint64 `protobuf:"varint,2,opt,name=logo" json:"logo,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildEditLogoRequest) Reset() { *m = CMsgDOTAGuildEditLogoRequest{} }
+func (m *CMsgDOTAGuildEditLogoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildEditLogoRequest) ProtoMessage() {}
+func (*CMsgDOTAGuildEditLogoRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{144} }
+
+func (m *CMsgDOTAGuildEditLogoRequest) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildEditLogoRequest) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+type CMsgDOTAGuildEditLogoResponse struct {
+ GuildId *uint32 `protobuf:"varint,1,opt,name=guild_id" json:"guild_id,omitempty"`
+ Result *CMsgDOTAGuildEditLogoResponse_EResult `protobuf:"varint,2,opt,name=result,enum=CMsgDOTAGuildEditLogoResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGuildEditLogoResponse) Reset() { *m = CMsgDOTAGuildEditLogoResponse{} }
+func (m *CMsgDOTAGuildEditLogoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGuildEditLogoResponse) ProtoMessage() {}
+func (*CMsgDOTAGuildEditLogoResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{145} }
+
+const Default_CMsgDOTAGuildEditLogoResponse_Result CMsgDOTAGuildEditLogoResponse_EResult = CMsgDOTAGuildEditLogoResponse_SUCCESS
+
+func (m *CMsgDOTAGuildEditLogoResponse) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGuildEditLogoResponse) GetResult() CMsgDOTAGuildEditLogoResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAGuildEditLogoResponse_Result
+}
+
+type CMsgDOTAReportsRemainingRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAReportsRemainingRequest) Reset() { *m = CMsgDOTAReportsRemainingRequest{} }
+func (m *CMsgDOTAReportsRemainingRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAReportsRemainingRequest) ProtoMessage() {}
+func (*CMsgDOTAReportsRemainingRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{146}
+}
+
+type CMsgDOTAReportsRemainingResponse struct {
+ NumPositiveReportsRemaining *uint32 `protobuf:"varint,1,opt,name=num_positive_reports_remaining" json:"num_positive_reports_remaining,omitempty"`
+ NumNegativeReportsRemaining *uint32 `protobuf:"varint,2,opt,name=num_negative_reports_remaining" json:"num_negative_reports_remaining,omitempty"`
+ NumPositiveReportsTotal *uint32 `protobuf:"varint,3,opt,name=num_positive_reports_total" json:"num_positive_reports_total,omitempty"`
+ NumNegativeReportsTotal *uint32 `protobuf:"varint,4,opt,name=num_negative_reports_total" json:"num_negative_reports_total,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAReportsRemainingResponse) Reset() { *m = CMsgDOTAReportsRemainingResponse{} }
+func (m *CMsgDOTAReportsRemainingResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAReportsRemainingResponse) ProtoMessage() {}
+func (*CMsgDOTAReportsRemainingResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{147}
+}
+
+func (m *CMsgDOTAReportsRemainingResponse) GetNumPositiveReportsRemaining() uint32 {
+ if m != nil && m.NumPositiveReportsRemaining != nil {
+ return *m.NumPositiveReportsRemaining
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportsRemainingResponse) GetNumNegativeReportsRemaining() uint32 {
+ if m != nil && m.NumNegativeReportsRemaining != nil {
+ return *m.NumNegativeReportsRemaining
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportsRemainingResponse) GetNumPositiveReportsTotal() uint32 {
+ if m != nil && m.NumPositiveReportsTotal != nil {
+ return *m.NumPositiveReportsTotal
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportsRemainingResponse) GetNumNegativeReportsTotal() uint32 {
+ if m != nil && m.NumNegativeReportsTotal != nil {
+ return *m.NumNegativeReportsTotal
+ }
+ return 0
+}
+
+type CMsgDOTASubmitPlayerReport struct {
+ TargetAccountId *uint32 `protobuf:"varint,1,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ ReportFlags *uint32 `protobuf:"varint,2,opt,name=report_flags" json:"report_flags,omitempty"`
+ Comment *string `protobuf:"bytes,5,opt,name=comment" json:"comment,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASubmitPlayerReport) Reset() { *m = CMsgDOTASubmitPlayerReport{} }
+func (m *CMsgDOTASubmitPlayerReport) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASubmitPlayerReport) ProtoMessage() {}
+func (*CMsgDOTASubmitPlayerReport) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{148} }
+
+func (m *CMsgDOTASubmitPlayerReport) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTASubmitPlayerReport) GetReportFlags() uint32 {
+ if m != nil && m.ReportFlags != nil {
+ return *m.ReportFlags
+ }
+ return 0
+}
+
+func (m *CMsgDOTASubmitPlayerReport) GetComment() string {
+ if m != nil && m.Comment != nil {
+ return *m.Comment
+ }
+ return ""
+}
+
+type CMsgDOTASubmitPlayerReportResponse struct {
+ TargetAccountId *uint32 `protobuf:"varint,1,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ ReportFlags *uint32 `protobuf:"varint,2,opt,name=report_flags" json:"report_flags,omitempty"`
+ Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASubmitPlayerReportResponse) Reset() { *m = CMsgDOTASubmitPlayerReportResponse{} }
+func (m *CMsgDOTASubmitPlayerReportResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASubmitPlayerReportResponse) ProtoMessage() {}
+func (*CMsgDOTASubmitPlayerReportResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{149}
+}
+
+func (m *CMsgDOTASubmitPlayerReportResponse) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTASubmitPlayerReportResponse) GetReportFlags() uint32 {
+ if m != nil && m.ReportFlags != nil {
+ return *m.ReportFlags
+ }
+ return 0
+}
+
+func (m *CMsgDOTASubmitPlayerReportResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgDOTAReportCountsRequest struct {
+ TargetAccountId *uint32 `protobuf:"varint,1,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAReportCountsRequest) Reset() { *m = CMsgDOTAReportCountsRequest{} }
+func (m *CMsgDOTAReportCountsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAReportCountsRequest) ProtoMessage() {}
+func (*CMsgDOTAReportCountsRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{150} }
+
+func (m *CMsgDOTAReportCountsRequest) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAReportCountsResponse struct {
+ TargetAccountId *uint32 `protobuf:"varint,1,opt,name=target_account_id" json:"target_account_id,omitempty"`
+ LeadershipCount *uint32 `protobuf:"varint,2,opt,name=leadership_count" json:"leadership_count,omitempty"`
+ TeachingCount *uint32 `protobuf:"varint,3,opt,name=teaching_count" json:"teaching_count,omitempty"`
+ FriendlyCount *uint32 `protobuf:"varint,4,opt,name=friendly_count" json:"friendly_count,omitempty"`
+ ForgivingCount *uint32 `protobuf:"varint,5,opt,name=forgiving_count" json:"forgiving_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAReportCountsResponse) Reset() { *m = CMsgDOTAReportCountsResponse{} }
+func (m *CMsgDOTAReportCountsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAReportCountsResponse) ProtoMessage() {}
+func (*CMsgDOTAReportCountsResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{151} }
+
+func (m *CMsgDOTAReportCountsResponse) GetTargetAccountId() uint32 {
+ if m != nil && m.TargetAccountId != nil {
+ return *m.TargetAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportCountsResponse) GetLeadershipCount() uint32 {
+ if m != nil && m.LeadershipCount != nil {
+ return *m.LeadershipCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportCountsResponse) GetTeachingCount() uint32 {
+ if m != nil && m.TeachingCount != nil {
+ return *m.TeachingCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportCountsResponse) GetFriendlyCount() uint32 {
+ if m != nil && m.FriendlyCount != nil {
+ return *m.FriendlyCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTAReportCountsResponse) GetForgivingCount() uint32 {
+ if m != nil && m.ForgivingCount != nil {
+ return *m.ForgivingCount
+ }
+ return 0
+}
+
+type CMsgDOTAKickedFromMatchmakingQueue struct {
+ MatchType *MatchType `protobuf:"varint,1,opt,name=match_type,enum=MatchType,def=0" json:"match_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAKickedFromMatchmakingQueue) Reset() { *m = CMsgDOTAKickedFromMatchmakingQueue{} }
+func (m *CMsgDOTAKickedFromMatchmakingQueue) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAKickedFromMatchmakingQueue) ProtoMessage() {}
+func (*CMsgDOTAKickedFromMatchmakingQueue) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{152}
+}
+
+const Default_CMsgDOTAKickedFromMatchmakingQueue_MatchType MatchType = MatchType_MATCH_TYPE_CASUAL
+
+func (m *CMsgDOTAKickedFromMatchmakingQueue) GetMatchType() MatchType {
+ if m != nil && m.MatchType != nil {
+ return *m.MatchType
+ }
+ return Default_CMsgDOTAKickedFromMatchmakingQueue_MatchType
+}
+
+type CMsgDOTARequestSaveGames struct {
+ ServerRegion *uint32 `protobuf:"varint,1,opt,name=server_region" json:"server_region,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestSaveGames) Reset() { *m = CMsgDOTARequestSaveGames{} }
+func (m *CMsgDOTARequestSaveGames) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestSaveGames) ProtoMessage() {}
+func (*CMsgDOTARequestSaveGames) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{153} }
+
+func (m *CMsgDOTARequestSaveGames) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return 0
+}
+
+type CMsgDOTARequestSaveGamesResponse struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ SaveGames []*CDOTASaveGame `protobuf:"bytes,2,rep,name=save_games" json:"save_games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARequestSaveGamesResponse) Reset() { *m = CMsgDOTARequestSaveGamesResponse{} }
+func (m *CMsgDOTARequestSaveGamesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARequestSaveGamesResponse) ProtoMessage() {}
+func (*CMsgDOTARequestSaveGamesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{154}
+}
+
+func (m *CMsgDOTARequestSaveGamesResponse) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARequestSaveGamesResponse) GetSaveGames() []*CDOTASaveGame {
+ if m != nil {
+ return m.SaveGames
+ }
+ return nil
+}
+
+type CMsgWatchGame struct {
+ ServerSteamid *uint64 `protobuf:"fixed64,1,opt,name=server_steamid" json:"server_steamid,omitempty"`
+ ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
+ WatchServerSteamid *uint64 `protobuf:"fixed64,3,opt,name=watch_server_steamid" json:"watch_server_steamid,omitempty"`
+ LobbyId *uint64 `protobuf:"varint,4,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ Regions []uint32 `protobuf:"varint,5,rep,name=regions" json:"regions,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgWatchGame) Reset() { *m = CMsgWatchGame{} }
+func (m *CMsgWatchGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgWatchGame) ProtoMessage() {}
+func (*CMsgWatchGame) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{155} }
+
+func (m *CMsgWatchGame) GetServerSteamid() uint64 {
+ if m != nil && m.ServerSteamid != nil {
+ return *m.ServerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgWatchGame) GetClientVersion() uint32 {
+ if m != nil && m.ClientVersion != nil {
+ return *m.ClientVersion
+ }
+ return 0
+}
+
+func (m *CMsgWatchGame) GetWatchServerSteamid() uint64 {
+ if m != nil && m.WatchServerSteamid != nil {
+ return *m.WatchServerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgWatchGame) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgWatchGame) GetRegions() []uint32 {
+ if m != nil {
+ return m.Regions
+ }
+ return nil
+}
+
+type CMsgCancelWatchGame struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgCancelWatchGame) Reset() { *m = CMsgCancelWatchGame{} }
+func (m *CMsgCancelWatchGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgCancelWatchGame) ProtoMessage() {}
+func (*CMsgCancelWatchGame) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{156} }
+
+type CMsgWatchGameResponse struct {
+ WatchGameResult *CMsgWatchGameResponse_WatchGameResult `protobuf:"varint,1,opt,name=watch_game_result,enum=CMsgWatchGameResponse_WatchGameResult,def=0" json:"watch_game_result,omitempty"`
+ SourceTvPublicAddr *uint32 `protobuf:"varint,2,opt,name=source_tv_public_addr" json:"source_tv_public_addr,omitempty"`
+ SourceTvPrivateAddr *uint32 `protobuf:"varint,3,opt,name=source_tv_private_addr" json:"source_tv_private_addr,omitempty"`
+ SourceTvPort *uint32 `protobuf:"varint,4,opt,name=source_tv_port" json:"source_tv_port,omitempty"`
+ GameServerSteamid *uint64 `protobuf:"fixed64,5,opt,name=game_server_steamid" json:"game_server_steamid,omitempty"`
+ WatchServerSteamid *uint64 `protobuf:"fixed64,6,opt,name=watch_server_steamid" json:"watch_server_steamid,omitempty"`
+ WatchTvUniqueSecretCode *uint64 `protobuf:"fixed64,7,opt,name=watch_tv_unique_secret_code" json:"watch_tv_unique_secret_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgWatchGameResponse) Reset() { *m = CMsgWatchGameResponse{} }
+func (m *CMsgWatchGameResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgWatchGameResponse) ProtoMessage() {}
+func (*CMsgWatchGameResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{157} }
+
+const Default_CMsgWatchGameResponse_WatchGameResult CMsgWatchGameResponse_WatchGameResult = CMsgWatchGameResponse_PENDING
+
+func (m *CMsgWatchGameResponse) GetWatchGameResult() CMsgWatchGameResponse_WatchGameResult {
+ if m != nil && m.WatchGameResult != nil {
+ return *m.WatchGameResult
+ }
+ return Default_CMsgWatchGameResponse_WatchGameResult
+}
+
+func (m *CMsgWatchGameResponse) GetSourceTvPublicAddr() uint32 {
+ if m != nil && m.SourceTvPublicAddr != nil {
+ return *m.SourceTvPublicAddr
+ }
+ return 0
+}
+
+func (m *CMsgWatchGameResponse) GetSourceTvPrivateAddr() uint32 {
+ if m != nil && m.SourceTvPrivateAddr != nil {
+ return *m.SourceTvPrivateAddr
+ }
+ return 0
+}
+
+func (m *CMsgWatchGameResponse) GetSourceTvPort() uint32 {
+ if m != nil && m.SourceTvPort != nil {
+ return *m.SourceTvPort
+ }
+ return 0
+}
+
+func (m *CMsgWatchGameResponse) GetGameServerSteamid() uint64 {
+ if m != nil && m.GameServerSteamid != nil {
+ return *m.GameServerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgWatchGameResponse) GetWatchServerSteamid() uint64 {
+ if m != nil && m.WatchServerSteamid != nil {
+ return *m.WatchServerSteamid
+ }
+ return 0
+}
+
+func (m *CMsgWatchGameResponse) GetWatchTvUniqueSecretCode() uint64 {
+ if m != nil && m.WatchTvUniqueSecretCode != nil {
+ return *m.WatchTvUniqueSecretCode
+ }
+ return 0
+}
+
+type CMsgPartyLeaderWatchGamePrompt struct {
+ GameServerSteamid *uint64 `protobuf:"fixed64,5,opt,name=game_server_steamid" json:"game_server_steamid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPartyLeaderWatchGamePrompt) Reset() { *m = CMsgPartyLeaderWatchGamePrompt{} }
+func (m *CMsgPartyLeaderWatchGamePrompt) String() string { return proto.CompactTextString(m) }
+func (*CMsgPartyLeaderWatchGamePrompt) ProtoMessage() {}
+func (*CMsgPartyLeaderWatchGamePrompt) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{158}
+}
+
+func (m *CMsgPartyLeaderWatchGamePrompt) GetGameServerSteamid() uint64 {
+ if m != nil && m.GameServerSteamid != nil {
+ return *m.GameServerSteamid
+ }
+ return 0
+}
+
+type CMsgGCMatchDetailsRequest struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCMatchDetailsRequest) Reset() { *m = CMsgGCMatchDetailsRequest{} }
+func (m *CMsgGCMatchDetailsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCMatchDetailsRequest) ProtoMessage() {}
+func (*CMsgGCMatchDetailsRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{159} }
+
+func (m *CMsgGCMatchDetailsRequest) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+type CMsgGCMatchDetailsResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ Match *CMsgDOTAMatch `protobuf:"bytes,2,opt,name=match" json:"match,omitempty"`
+ Vote *DOTAMatchVote `protobuf:"varint,3,opt,name=vote,enum=DOTAMatchVote,def=0" json:"vote,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCMatchDetailsResponse) Reset() { *m = CMsgGCMatchDetailsResponse{} }
+func (m *CMsgGCMatchDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCMatchDetailsResponse) ProtoMessage() {}
+func (*CMsgGCMatchDetailsResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{160} }
+
+const Default_CMsgGCMatchDetailsResponse_Vote DOTAMatchVote = DOTAMatchVote_DOTAMatchVote_INVALID
+
+func (m *CMsgGCMatchDetailsResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgGCMatchDetailsResponse) GetMatch() *CMsgDOTAMatch {
+ if m != nil {
+ return m.Match
+ }
+ return nil
+}
+
+func (m *CMsgGCMatchDetailsResponse) GetVote() DOTAMatchVote {
+ if m != nil && m.Vote != nil {
+ return *m.Vote
+ }
+ return Default_CMsgGCMatchDetailsResponse_Vote
+}
+
+type CMsgServerToGCMatchDetailsRequest struct {
+ MatchIds []uint64 `protobuf:"varint,1,rep,name=match_ids" json:"match_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgServerToGCMatchDetailsRequest) Reset() { *m = CMsgServerToGCMatchDetailsRequest{} }
+func (m *CMsgServerToGCMatchDetailsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgServerToGCMatchDetailsRequest) ProtoMessage() {}
+func (*CMsgServerToGCMatchDetailsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{161}
+}
+
+func (m *CMsgServerToGCMatchDetailsRequest) GetMatchIds() []uint64 {
+ if m != nil {
+ return m.MatchIds
+ }
+ return nil
+}
+
+type CMsgGCToServerMatchDetailsResponse struct {
+ Matches []*CMsgDOTAMatch `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToServerMatchDetailsResponse) Reset() { *m = CMsgGCToServerMatchDetailsResponse{} }
+func (m *CMsgGCToServerMatchDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToServerMatchDetailsResponse) ProtoMessage() {}
+func (*CMsgGCToServerMatchDetailsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{162}
+}
+
+func (m *CMsgGCToServerMatchDetailsResponse) GetMatches() []*CMsgDOTAMatch {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+type CMsgDOTAProfileRequest struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ RequestName *bool `protobuf:"varint,2,opt,name=request_name" json:"request_name,omitempty"`
+ Engine *ESourceEngine `protobuf:"varint,3,opt,name=engine,enum=ESourceEngine,def=0" json:"engine,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileRequest) Reset() { *m = CMsgDOTAProfileRequest{} }
+func (m *CMsgDOTAProfileRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileRequest) ProtoMessage() {}
+func (*CMsgDOTAProfileRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{163} }
+
+const Default_CMsgDOTAProfileRequest_Engine ESourceEngine = ESourceEngine_k_ESE_Source1
+
+func (m *CMsgDOTAProfileRequest) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileRequest) GetRequestName() bool {
+ if m != nil && m.RequestName != nil {
+ return *m.RequestName
+ }
+ return false
+}
+
+func (m *CMsgDOTAProfileRequest) GetEngine() ESourceEngine {
+ if m != nil && m.Engine != nil {
+ return *m.Engine
+ }
+ return Default_CMsgDOTAProfileRequest_Engine
+}
+
+type CMsgDOTAProfileResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ GameAccountClient *CSODOTAGameAccountClient `protobuf:"bytes,2,opt,name=game_account_client" json:"game_account_client,omitempty"`
+ LatestMatches []*CMsgDOTAMatch `protobuf:"bytes,3,rep,name=latest_matches" json:"latest_matches,omitempty"`
+ Heroes []*CMsgDOTAProfileResponse_PlayedHero `protobuf:"bytes,4,rep,name=heroes" json:"heroes,omitempty"`
+ PlayerName *string `protobuf:"bytes,5,opt,name=player_name" json:"player_name,omitempty"`
+ TeamName *string `protobuf:"bytes,6,opt,name=team_name" json:"team_name,omitempty"`
+ TeamTag *string `protobuf:"bytes,7,opt,name=team_tag" json:"team_tag,omitempty"`
+ TeamLogo *uint64 `protobuf:"varint,8,opt,name=team_logo" json:"team_logo,omitempty"`
+ ShowcaseHero *CMsgDOTAProfileResponse_ShowcaseHero `protobuf:"bytes,9,opt,name=showcase_hero" json:"showcase_hero,omitempty"`
+ LeaguePasses []*CMsgDOTAProfileResponse_LeaguePass `protobuf:"bytes,10,rep,name=league_passes" json:"league_passes,omitempty"`
+ EventTickets []*CMsgDOTAProfileResponse_EventTicket `protobuf:"bytes,11,rep,name=event_tickets" json:"event_tickets,omitempty"`
+ TeamId *uint32 `protobuf:"varint,12,opt,name=team_id" json:"team_id,omitempty"`
+ HasPassport *bool `protobuf:"varint,13,opt,name=has_passport" json:"has_passport,omitempty"`
+ FeaturedItems []*CMsgDOTAProfileResponse_FeaturedItem `protobuf:"bytes,14,rep,name=featured_items" json:"featured_items,omitempty"`
+ AbandonPercent *uint32 `protobuf:"varint,15,opt,name=abandon_percent" json:"abandon_percent,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileResponse) Reset() { *m = CMsgDOTAProfileResponse{} }
+func (m *CMsgDOTAProfileResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileResponse) ProtoMessage() {}
+func (*CMsgDOTAProfileResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{164} }
+
+func (m *CMsgDOTAProfileResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse) GetGameAccountClient() *CSODOTAGameAccountClient {
+ if m != nil {
+ return m.GameAccountClient
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetLatestMatches() []*CMsgDOTAMatch {
+ if m != nil {
+ return m.LatestMatches
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetHeroes() []*CMsgDOTAProfileResponse_PlayedHero {
+ if m != nil {
+ return m.Heroes
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAProfileResponse) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAProfileResponse) GetTeamTag() string {
+ if m != nil && m.TeamTag != nil {
+ return *m.TeamTag
+ }
+ return ""
+}
+
+func (m *CMsgDOTAProfileResponse) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse) GetShowcaseHero() *CMsgDOTAProfileResponse_ShowcaseHero {
+ if m != nil {
+ return m.ShowcaseHero
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetLeaguePasses() []*CMsgDOTAProfileResponse_LeaguePass {
+ if m != nil {
+ return m.LeaguePasses
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetEventTickets() []*CMsgDOTAProfileResponse_EventTicket {
+ if m != nil {
+ return m.EventTickets
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse) GetHasPassport() bool {
+ if m != nil && m.HasPassport != nil {
+ return *m.HasPassport
+ }
+ return false
+}
+
+func (m *CMsgDOTAProfileResponse) GetFeaturedItems() []*CMsgDOTAProfileResponse_FeaturedItem {
+ if m != nil {
+ return m.FeaturedItems
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse) GetAbandonPercent() uint32 {
+ if m != nil && m.AbandonPercent != nil {
+ return *m.AbandonPercent
+ }
+ return 0
+}
+
+type CMsgDOTAProfileResponse_PlayedHero struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ Wins *uint32 `protobuf:"varint,2,opt,name=wins" json:"wins,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileResponse_PlayedHero) Reset() { *m = CMsgDOTAProfileResponse_PlayedHero{} }
+func (m *CMsgDOTAProfileResponse_PlayedHero) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileResponse_PlayedHero) ProtoMessage() {}
+func (*CMsgDOTAProfileResponse_PlayedHero) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{164, 0}
+}
+
+func (m *CMsgDOTAProfileResponse_PlayedHero) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse_PlayedHero) GetWins() uint32 {
+ if m != nil && m.Wins != nil {
+ return *m.Wins
+ }
+ return 0
+}
+
+type CMsgDOTAProfileResponse_ShowcaseHero struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ ObjectData [][]byte `protobuf:"bytes,2,rep,name=object_data" json:"object_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileResponse_ShowcaseHero) Reset() { *m = CMsgDOTAProfileResponse_ShowcaseHero{} }
+func (m *CMsgDOTAProfileResponse_ShowcaseHero) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileResponse_ShowcaseHero) ProtoMessage() {}
+func (*CMsgDOTAProfileResponse_ShowcaseHero) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{164, 1}
+}
+
+func (m *CMsgDOTAProfileResponse_ShowcaseHero) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse_ShowcaseHero) GetObjectData() [][]byte {
+ if m != nil {
+ return m.ObjectData
+ }
+ return nil
+}
+
+type CMsgDOTAProfileResponse_LeaguePass struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ ItemDef *uint32 `protobuf:"varint,2,opt,name=item_def" json:"item_def,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileResponse_LeaguePass) Reset() { *m = CMsgDOTAProfileResponse_LeaguePass{} }
+func (m *CMsgDOTAProfileResponse_LeaguePass) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileResponse_LeaguePass) ProtoMessage() {}
+func (*CMsgDOTAProfileResponse_LeaguePass) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{164, 2}
+}
+
+func (m *CMsgDOTAProfileResponse_LeaguePass) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse_LeaguePass) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+type CMsgDOTAProfileResponse_EventTicket struct {
+ EventId *uint32 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileResponse_EventTicket) Reset() { *m = CMsgDOTAProfileResponse_EventTicket{} }
+func (m *CMsgDOTAProfileResponse_EventTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileResponse_EventTicket) ProtoMessage() {}
+func (*CMsgDOTAProfileResponse_EventTicket) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{164, 3}
+}
+
+func (m *CMsgDOTAProfileResponse_EventTicket) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+type CMsgDOTAProfileResponse_FeaturedItem struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ ObjectData []byte `protobuf:"bytes,2,opt,name=object_data" json:"object_data,omitempty"`
+ SlotIndex *uint32 `protobuf:"varint,3,opt,name=slot_index" json:"slot_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileResponse_FeaturedItem) Reset() { *m = CMsgDOTAProfileResponse_FeaturedItem{} }
+func (m *CMsgDOTAProfileResponse_FeaturedItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileResponse_FeaturedItem) ProtoMessage() {}
+func (*CMsgDOTAProfileResponse_FeaturedItem) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{164, 4}
+}
+
+func (m *CMsgDOTAProfileResponse_FeaturedItem) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileResponse_FeaturedItem) GetObjectData() []byte {
+ if m != nil {
+ return m.ObjectData
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileResponse_FeaturedItem) GetSlotIndex() uint32 {
+ if m != nil && m.SlotIndex != nil {
+ return *m.SlotIndex
+ }
+ return 0
+}
+
+type CMsgDOTAProfileTickets struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ AccountId *uint32 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
+ LeaguePasses []*CMsgDOTAProfileTickets_LeaguePass `protobuf:"bytes,3,rep,name=league_passes" json:"league_passes,omitempty"`
+ EventTickets []*CMsgDOTAProfileTickets_EventTicket `protobuf:"bytes,4,rep,name=event_tickets" json:"event_tickets,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileTickets) Reset() { *m = CMsgDOTAProfileTickets{} }
+func (m *CMsgDOTAProfileTickets) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileTickets) ProtoMessage() {}
+func (*CMsgDOTAProfileTickets) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{165} }
+
+func (m *CMsgDOTAProfileTickets) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileTickets) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileTickets) GetLeaguePasses() []*CMsgDOTAProfileTickets_LeaguePass {
+ if m != nil {
+ return m.LeaguePasses
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileTickets) GetEventTickets() []*CMsgDOTAProfileTickets_EventTicket {
+ if m != nil {
+ return m.EventTickets
+ }
+ return nil
+}
+
+type CMsgDOTAProfileTickets_LeaguePass struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ ItemDef *uint32 `protobuf:"varint,2,opt,name=item_def" json:"item_def,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileTickets_LeaguePass) Reset() { *m = CMsgDOTAProfileTickets_LeaguePass{} }
+func (m *CMsgDOTAProfileTickets_LeaguePass) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileTickets_LeaguePass) ProtoMessage() {}
+func (*CMsgDOTAProfileTickets_LeaguePass) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{165, 0}
+}
+
+func (m *CMsgDOTAProfileTickets_LeaguePass) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileTickets_LeaguePass) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+type CMsgDOTAProfileTickets_EventTicket struct {
+ EventId *uint32 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileTickets_EventTicket) Reset() { *m = CMsgDOTAProfileTickets_EventTicket{} }
+func (m *CMsgDOTAProfileTickets_EventTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileTickets_EventTicket) ProtoMessage() {}
+func (*CMsgDOTAProfileTickets_EventTicket) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{165, 1}
+}
+
+func (m *CMsgDOTAProfileTickets_EventTicket) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+type CMsgClientToGCGetProfileTickets struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetProfileTickets) Reset() { *m = CMsgClientToGCGetProfileTickets{} }
+func (m *CMsgClientToGCGetProfileTickets) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetProfileTickets) ProtoMessage() {}
+func (*CMsgClientToGCGetProfileTickets) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{166}
+}
+
+func (m *CMsgClientToGCGetProfileTickets) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgGCSteamProfileRequest struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCSteamProfileRequest) Reset() { *m = CMsgGCSteamProfileRequest{} }
+func (m *CMsgGCSteamProfileRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCSteamProfileRequest) ProtoMessage() {}
+func (*CMsgGCSteamProfileRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{167} }
+
+func (m *CMsgGCSteamProfileRequest) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgGCSteamProfileRequestResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCSteamProfileRequestResponse) Reset() { *m = CMsgGCSteamProfileRequestResponse{} }
+func (m *CMsgGCSteamProfileRequestResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCSteamProfileRequestResponse) ProtoMessage() {}
+func (*CMsgGCSteamProfileRequestResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{168}
+}
+
+func (m *CMsgGCSteamProfileRequestResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgDOTAClearNotifySuccessfulReport struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAClearNotifySuccessfulReport) Reset() { *m = CMsgDOTAClearNotifySuccessfulReport{} }
+func (m *CMsgDOTAClearNotifySuccessfulReport) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAClearNotifySuccessfulReport) ProtoMessage() {}
+func (*CMsgDOTAClearNotifySuccessfulReport) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{169}
+}
+
+type CMsgDOTAWelcome struct {
+ TournamentAdmin *bool `protobuf:"varint,3,opt,name=tournament_admin" json:"tournament_admin,omitempty"`
+ TournamentBroadcaster *bool `protobuf:"varint,4,opt,name=tournament_broadcaster" json:"tournament_broadcaster,omitempty"`
+ StoreItemHash *uint32 `protobuf:"varint,5,opt,name=store_item_hash" json:"store_item_hash,omitempty"`
+ Timeplayedconsecutively *uint32 `protobuf:"varint,6,opt,name=timeplayedconsecutively" json:"timeplayedconsecutively,omitempty"`
+ Allow_3RdPartyMatchHistory *bool `protobuf:"varint,7,opt,name=allow_3rd_party_match_history" json:"allow_3rd_party_match_history,omitempty"`
+ PartnerAccountType *PartnerAccountType `protobuf:"varint,8,opt,name=partner_account_type,enum=PartnerAccountType,def=0" json:"partner_account_type,omitempty"`
+ BannedWordListWordId *uint32 `protobuf:"varint,9,opt,name=banned_word_list_word_id" json:"banned_word_list_word_id,omitempty"`
+ PartnerAccountState *uint32 `protobuf:"varint,11,opt,name=partner_account_state" json:"partner_account_state,omitempty"`
+ LastTimePlayed *uint32 `protobuf:"varint,12,opt,name=last_time_played" json:"last_time_played,omitempty"`
+ LastIpAddress *uint32 `protobuf:"varint,13,opt,name=last_ip_address" json:"last_ip_address,omitempty"`
+ Shutdownlawterminateminutes *uint32 `protobuf:"varint,15,opt,name=shutdownlawterminateminutes" json:"shutdownlawterminateminutes,omitempty"`
+ BannedWordListVersion *uint32 `protobuf:"varint,16,opt,name=banned_word_list_version" json:"banned_word_list_version,omitempty"`
+ ProfilePrivate *bool `protobuf:"varint,17,opt,name=profile_private" json:"profile_private,omitempty"`
+ Currency *uint32 `protobuf:"varint,18,opt,name=currency" json:"currency,omitempty"`
+ BangNo *uint32 `protobuf:"varint,19,opt,name=bang_no" json:"bang_no,omitempty"`
+ ShouldRequestPlayerOrigin *bool `protobuf:"varint,20,opt,name=should_request_player_origin" json:"should_request_player_origin,omitempty"`
+ CompendiumUnlocks *uint64 `protobuf:"varint,21,opt,name=compendium_unlocks" json:"compendium_unlocks,omitempty"`
+ GcSocacheFileVersion *uint32 `protobuf:"varint,22,opt,name=gc_socache_file_version" json:"gc_socache_file_version,omitempty"`
+ LocalizationDigests []*CMsgDOTAWelcome_LocalizationDigest `protobuf:"bytes,23,rep,name=localization_digests" json:"localization_digests,omitempty"`
+ IsPerfectWorldTestAccount *bool `protobuf:"varint,24,opt,name=is_perfect_world_test_account" json:"is_perfect_world_test_account,omitempty"`
+ ActiveEvents []EEvent `protobuf:"varint,25,rep,name=active_events,enum=EEvent" json:"active_events,omitempty"`
+ ExtraMessages []*CMsgDOTAWelcome_CExtraMsg `protobuf:"bytes,26,rep,name=extra_messages" json:"extra_messages,omitempty"`
+ MinimumRecentItemId *uint64 `protobuf:"varint,27,opt,name=minimum_recent_item_id" json:"minimum_recent_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAWelcome) Reset() { *m = CMsgDOTAWelcome{} }
+func (m *CMsgDOTAWelcome) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAWelcome) ProtoMessage() {}
+func (*CMsgDOTAWelcome) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{170} }
+
+const Default_CMsgDOTAWelcome_PartnerAccountType PartnerAccountType = PartnerAccountType_PARTNER_NONE
+
+func (m *CMsgDOTAWelcome) GetTournamentAdmin() bool {
+ if m != nil && m.TournamentAdmin != nil {
+ return *m.TournamentAdmin
+ }
+ return false
+}
+
+func (m *CMsgDOTAWelcome) GetTournamentBroadcaster() bool {
+ if m != nil && m.TournamentBroadcaster != nil {
+ return *m.TournamentBroadcaster
+ }
+ return false
+}
+
+func (m *CMsgDOTAWelcome) GetStoreItemHash() uint32 {
+ if m != nil && m.StoreItemHash != nil {
+ return *m.StoreItemHash
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetTimeplayedconsecutively() uint32 {
+ if m != nil && m.Timeplayedconsecutively != nil {
+ return *m.Timeplayedconsecutively
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetAllow_3RdPartyMatchHistory() bool {
+ if m != nil && m.Allow_3RdPartyMatchHistory != nil {
+ return *m.Allow_3RdPartyMatchHistory
+ }
+ return false
+}
+
+func (m *CMsgDOTAWelcome) GetPartnerAccountType() PartnerAccountType {
+ if m != nil && m.PartnerAccountType != nil {
+ return *m.PartnerAccountType
+ }
+ return Default_CMsgDOTAWelcome_PartnerAccountType
+}
+
+func (m *CMsgDOTAWelcome) GetBannedWordListWordId() uint32 {
+ if m != nil && m.BannedWordListWordId != nil {
+ return *m.BannedWordListWordId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetPartnerAccountState() uint32 {
+ if m != nil && m.PartnerAccountState != nil {
+ return *m.PartnerAccountState
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetLastTimePlayed() uint32 {
+ if m != nil && m.LastTimePlayed != nil {
+ return *m.LastTimePlayed
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetLastIpAddress() uint32 {
+ if m != nil && m.LastIpAddress != nil {
+ return *m.LastIpAddress
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetShutdownlawterminateminutes() uint32 {
+ if m != nil && m.Shutdownlawterminateminutes != nil {
+ return *m.Shutdownlawterminateminutes
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetBannedWordListVersion() uint32 {
+ if m != nil && m.BannedWordListVersion != nil {
+ return *m.BannedWordListVersion
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetProfilePrivate() bool {
+ if m != nil && m.ProfilePrivate != nil {
+ return *m.ProfilePrivate
+ }
+ return false
+}
+
+func (m *CMsgDOTAWelcome) GetCurrency() uint32 {
+ if m != nil && m.Currency != nil {
+ return *m.Currency
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetBangNo() uint32 {
+ if m != nil && m.BangNo != nil {
+ return *m.BangNo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetShouldRequestPlayerOrigin() bool {
+ if m != nil && m.ShouldRequestPlayerOrigin != nil {
+ return *m.ShouldRequestPlayerOrigin
+ }
+ return false
+}
+
+func (m *CMsgDOTAWelcome) GetCompendiumUnlocks() uint64 {
+ if m != nil && m.CompendiumUnlocks != nil {
+ return *m.CompendiumUnlocks
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetGcSocacheFileVersion() uint32 {
+ if m != nil && m.GcSocacheFileVersion != nil {
+ return *m.GcSocacheFileVersion
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome) GetLocalizationDigests() []*CMsgDOTAWelcome_LocalizationDigest {
+ if m != nil {
+ return m.LocalizationDigests
+ }
+ return nil
+}
+
+func (m *CMsgDOTAWelcome) GetIsPerfectWorldTestAccount() bool {
+ if m != nil && m.IsPerfectWorldTestAccount != nil {
+ return *m.IsPerfectWorldTestAccount
+ }
+ return false
+}
+
+func (m *CMsgDOTAWelcome) GetActiveEvents() []EEvent {
+ if m != nil {
+ return m.ActiveEvents
+ }
+ return nil
+}
+
+func (m *CMsgDOTAWelcome) GetExtraMessages() []*CMsgDOTAWelcome_CExtraMsg {
+ if m != nil {
+ return m.ExtraMessages
+ }
+ return nil
+}
+
+func (m *CMsgDOTAWelcome) GetMinimumRecentItemId() uint64 {
+ if m != nil && m.MinimumRecentItemId != nil {
+ return *m.MinimumRecentItemId
+ }
+ return 0
+}
+
+type CMsgDOTAWelcome_LocalizationDigest struct {
+ Context *string `protobuf:"bytes,1,opt,name=context" json:"context,omitempty"`
+ EnglishLanguageFileSha1 *CMsgSHA1Digest `protobuf:"bytes,2,opt,name=english_language_file_sha1" json:"english_language_file_sha1,omitempty"`
+ ClientLanguageFileSha1 *CMsgSHA1Digest `protobuf:"bytes,3,opt,name=client_language_file_sha1" json:"client_language_file_sha1,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAWelcome_LocalizationDigest) Reset() { *m = CMsgDOTAWelcome_LocalizationDigest{} }
+func (m *CMsgDOTAWelcome_LocalizationDigest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAWelcome_LocalizationDigest) ProtoMessage() {}
+func (*CMsgDOTAWelcome_LocalizationDigest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{170, 0}
+}
+
+func (m *CMsgDOTAWelcome_LocalizationDigest) GetContext() string {
+ if m != nil && m.Context != nil {
+ return *m.Context
+ }
+ return ""
+}
+
+func (m *CMsgDOTAWelcome_LocalizationDigest) GetEnglishLanguageFileSha1() *CMsgSHA1Digest {
+ if m != nil {
+ return m.EnglishLanguageFileSha1
+ }
+ return nil
+}
+
+func (m *CMsgDOTAWelcome_LocalizationDigest) GetClientLanguageFileSha1() *CMsgSHA1Digest {
+ if m != nil {
+ return m.ClientLanguageFileSha1
+ }
+ return nil
+}
+
+type CMsgDOTAWelcome_CExtraMsg struct {
+ Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ Contents []byte `protobuf:"bytes,2,opt,name=contents" json:"contents,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAWelcome_CExtraMsg) Reset() { *m = CMsgDOTAWelcome_CExtraMsg{} }
+func (m *CMsgDOTAWelcome_CExtraMsg) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAWelcome_CExtraMsg) ProtoMessage() {}
+func (*CMsgDOTAWelcome_CExtraMsg) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{170, 1} }
+
+func (m *CMsgDOTAWelcome_CExtraMsg) GetId() uint32 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CMsgDOTAWelcome_CExtraMsg) GetContents() []byte {
+ if m != nil {
+ return m.Contents
+ }
+ return nil
+}
+
+type CSODOTAGameHeroFavorites struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAGameHeroFavorites) Reset() { *m = CSODOTAGameHeroFavorites{} }
+func (m *CSODOTAGameHeroFavorites) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAGameHeroFavorites) ProtoMessage() {}
+func (*CSODOTAGameHeroFavorites) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{171} }
+
+func (m *CSODOTAGameHeroFavorites) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSODOTAGameHeroFavorites) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgDOTAHeroFavoritesAdd struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHeroFavoritesAdd) Reset() { *m = CMsgDOTAHeroFavoritesAdd{} }
+func (m *CMsgDOTAHeroFavoritesAdd) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHeroFavoritesAdd) ProtoMessage() {}
+func (*CMsgDOTAHeroFavoritesAdd) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{172} }
+
+func (m *CMsgDOTAHeroFavoritesAdd) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgDOTAHeroFavoritesRemove struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHeroFavoritesRemove) Reset() { *m = CMsgDOTAHeroFavoritesRemove{} }
+func (m *CMsgDOTAHeroFavoritesRemove) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHeroFavoritesRemove) ProtoMessage() {}
+func (*CMsgDOTAHeroFavoritesRemove) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{173} }
+
+func (m *CMsgDOTAHeroFavoritesRemove) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgSetShowcaseHero struct {
+ ShowcaseHeroId *uint32 `protobuf:"varint,1,opt,name=showcase_hero_id" json:"showcase_hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetShowcaseHero) Reset() { *m = CMsgSetShowcaseHero{} }
+func (m *CMsgSetShowcaseHero) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetShowcaseHero) ProtoMessage() {}
+func (*CMsgSetShowcaseHero) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{174} }
+
+func (m *CMsgSetShowcaseHero) GetShowcaseHeroId() uint32 {
+ if m != nil && m.ShowcaseHeroId != nil {
+ return *m.ShowcaseHeroId
+ }
+ return 0
+}
+
+type CMsgSetFeaturedItems struct {
+ FeaturedItemId []uint64 `protobuf:"varint,1,rep,name=featured_item_id" json:"featured_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetFeaturedItems) Reset() { *m = CMsgSetFeaturedItems{} }
+func (m *CMsgSetFeaturedItems) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetFeaturedItems) ProtoMessage() {}
+func (*CMsgSetFeaturedItems) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{175} }
+
+func (m *CMsgSetFeaturedItems) GetFeaturedItemId() []uint64 {
+ if m != nil {
+ return m.FeaturedItemId
+ }
+ return nil
+}
+
+type CMsgDOTAFeaturedItems struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ FeaturedItemId []uint64 `protobuf:"varint,2,rep,name=featured_item_id" json:"featured_item_id,omitempty"`
+ ObjectData [][]byte `protobuf:"bytes,3,rep,name=object_data" json:"object_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFeaturedItems) Reset() { *m = CMsgDOTAFeaturedItems{} }
+func (m *CMsgDOTAFeaturedItems) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFeaturedItems) ProtoMessage() {}
+func (*CMsgDOTAFeaturedItems) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{176} }
+
+func (m *CMsgDOTAFeaturedItems) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFeaturedItems) GetFeaturedItemId() []uint64 {
+ if m != nil {
+ return m.FeaturedItemId
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFeaturedItems) GetObjectData() [][]byte {
+ if m != nil {
+ return m.ObjectData
+ }
+ return nil
+}
+
+type CMsgRequestLeagueInfo struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestLeagueInfo) Reset() { *m = CMsgRequestLeagueInfo{} }
+func (m *CMsgRequestLeagueInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestLeagueInfo) ProtoMessage() {}
+func (*CMsgRequestLeagueInfo) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{177} }
+
+type CDynamicLeagueData struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ LastMatchTime *uint32 `protobuf:"fixed32,2,opt,name=last_match_time" json:"last_match_time,omitempty"`
+ PrizePoolUsd *uint32 `protobuf:"varint,3,opt,name=prize_pool_usd" json:"prize_pool_usd,omitempty"`
+ HasLiveMatches *bool `protobuf:"varint,4,opt,name=has_live_matches" json:"has_live_matches,omitempty"`
+ IsCompendiumPublic *bool `protobuf:"varint,5,opt,name=is_compendium_public" json:"is_compendium_public,omitempty"`
+ CompendiumVersion *uint32 `protobuf:"varint,6,opt,name=compendium_version" json:"compendium_version,omitempty"`
+ CompendiumContentVersion *uint32 `protobuf:"varint,7,opt,name=compendium_content_version" json:"compendium_content_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDynamicLeagueData) Reset() { *m = CDynamicLeagueData{} }
+func (m *CDynamicLeagueData) String() string { return proto.CompactTextString(m) }
+func (*CDynamicLeagueData) ProtoMessage() {}
+func (*CDynamicLeagueData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{178} }
+
+func (m *CDynamicLeagueData) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CDynamicLeagueData) GetLastMatchTime() uint32 {
+ if m != nil && m.LastMatchTime != nil {
+ return *m.LastMatchTime
+ }
+ return 0
+}
+
+func (m *CDynamicLeagueData) GetPrizePoolUsd() uint32 {
+ if m != nil && m.PrizePoolUsd != nil {
+ return *m.PrizePoolUsd
+ }
+ return 0
+}
+
+func (m *CDynamicLeagueData) GetHasLiveMatches() bool {
+ if m != nil && m.HasLiveMatches != nil {
+ return *m.HasLiveMatches
+ }
+ return false
+}
+
+func (m *CDynamicLeagueData) GetIsCompendiumPublic() bool {
+ if m != nil && m.IsCompendiumPublic != nil {
+ return *m.IsCompendiumPublic
+ }
+ return false
+}
+
+func (m *CDynamicLeagueData) GetCompendiumVersion() uint32 {
+ if m != nil && m.CompendiumVersion != nil {
+ return *m.CompendiumVersion
+ }
+ return 0
+}
+
+func (m *CDynamicLeagueData) GetCompendiumContentVersion() uint32 {
+ if m != nil && m.CompendiumContentVersion != nil {
+ return *m.CompendiumContentVersion
+ }
+ return 0
+}
+
+type CStaticLeagueData struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
+ BannerName *string `protobuf:"bytes,4,opt,name=banner_name" json:"banner_name,omitempty"`
+ ItemdefName *string `protobuf:"bytes,5,opt,name=itemdef_name" json:"itemdef_name,omitempty"`
+ Url *string `protobuf:"bytes,6,opt,name=url" json:"url,omitempty"`
+ ItemDefIndex *uint32 `protobuf:"varint,7,opt,name=item_def_index" json:"item_def_index,omitempty"`
+ HudSkinItemDefIndex *uint32 `protobuf:"varint,8,opt,name=hud_skin_item_def_index" json:"hud_skin_item_def_index,omitempty"`
+ LoadingScreenName *string `protobuf:"bytes,9,opt,name=loading_screen_name" json:"loading_screen_name,omitempty"`
+ BasePrizePool *uint32 `protobuf:"varint,10,opt,name=base_prize_pool" json:"base_prize_pool,omitempty"`
+ IsMajor *bool `protobuf:"varint,11,opt,name=is_major" json:"is_major,omitempty"`
+ SortOrder *uint32 `protobuf:"varint,12,opt,name=sort_order" json:"sort_order,omitempty"`
+ Tier *uint32 `protobuf:"varint,13,opt,name=tier" json:"tier,omitempty"`
+ AmateurRegion *uint32 `protobuf:"varint,14,opt,name=amateur_region" json:"amateur_region,omitempty"`
+ Organizer *string `protobuf:"bytes,15,opt,name=organizer" json:"organizer,omitempty"`
+ StartDate *uint32 `protobuf:"varint,16,opt,name=start_date" json:"start_date,omitempty"`
+ EndDate *uint32 `protobuf:"varint,17,opt,name=end_date" json:"end_date,omitempty"`
+ Location *string `protobuf:"bytes,18,opt,name=location" json:"location,omitempty"`
+ InventoryImage *string `protobuf:"bytes,19,opt,name=inventory_image" json:"inventory_image,omitempty"`
+ SquareImage *string `protobuf:"bytes,20,opt,name=square_image" json:"square_image,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CStaticLeagueData) Reset() { *m = CStaticLeagueData{} }
+func (m *CStaticLeagueData) String() string { return proto.CompactTextString(m) }
+func (*CStaticLeagueData) ProtoMessage() {}
+func (*CStaticLeagueData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{179} }
+
+func (m *CStaticLeagueData) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetBannerName() string {
+ if m != nil && m.BannerName != nil {
+ return *m.BannerName
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetItemdefName() string {
+ if m != nil && m.ItemdefName != nil {
+ return *m.ItemdefName
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetItemDefIndex() uint32 {
+ if m != nil && m.ItemDefIndex != nil {
+ return *m.ItemDefIndex
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetHudSkinItemDefIndex() uint32 {
+ if m != nil && m.HudSkinItemDefIndex != nil {
+ return *m.HudSkinItemDefIndex
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetLoadingScreenName() string {
+ if m != nil && m.LoadingScreenName != nil {
+ return *m.LoadingScreenName
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetBasePrizePool() uint32 {
+ if m != nil && m.BasePrizePool != nil {
+ return *m.BasePrizePool
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetIsMajor() bool {
+ if m != nil && m.IsMajor != nil {
+ return *m.IsMajor
+ }
+ return false
+}
+
+func (m *CStaticLeagueData) GetSortOrder() uint32 {
+ if m != nil && m.SortOrder != nil {
+ return *m.SortOrder
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetTier() uint32 {
+ if m != nil && m.Tier != nil {
+ return *m.Tier
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetAmateurRegion() uint32 {
+ if m != nil && m.AmateurRegion != nil {
+ return *m.AmateurRegion
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetOrganizer() string {
+ if m != nil && m.Organizer != nil {
+ return *m.Organizer
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetStartDate() uint32 {
+ if m != nil && m.StartDate != nil {
+ return *m.StartDate
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetEndDate() uint32 {
+ if m != nil && m.EndDate != nil {
+ return *m.EndDate
+ }
+ return 0
+}
+
+func (m *CStaticLeagueData) GetLocation() string {
+ if m != nil && m.Location != nil {
+ return *m.Location
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetInventoryImage() string {
+ if m != nil && m.InventoryImage != nil {
+ return *m.InventoryImage
+ }
+ return ""
+}
+
+func (m *CStaticLeagueData) GetSquareImage() string {
+ if m != nil && m.SquareImage != nil {
+ return *m.SquareImage
+ }
+ return ""
+}
+
+type CLeagueData struct {
+ DynamicData *CDynamicLeagueData `protobuf:"bytes,1,opt,name=dynamic_data" json:"dynamic_data,omitempty"`
+ StaticData *CStaticLeagueData `protobuf:"bytes,2,opt,name=static_data" json:"static_data,omitempty"`
+ IsOwned *bool `protobuf:"varint,3,opt,name=is_owned" json:"is_owned,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CLeagueData) Reset() { *m = CLeagueData{} }
+func (m *CLeagueData) String() string { return proto.CompactTextString(m) }
+func (*CLeagueData) ProtoMessage() {}
+func (*CLeagueData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{180} }
+
+func (m *CLeagueData) GetDynamicData() *CDynamicLeagueData {
+ if m != nil {
+ return m.DynamicData
+ }
+ return nil
+}
+
+func (m *CLeagueData) GetStaticData() *CStaticLeagueData {
+ if m != nil {
+ return m.StaticData
+ }
+ return nil
+}
+
+func (m *CLeagueData) GetIsOwned() bool {
+ if m != nil && m.IsOwned != nil {
+ return *m.IsOwned
+ }
+ return false
+}
+
+type CMsgResponseLeagueInfo struct {
+ Leagues []*CDynamicLeagueData `protobuf:"bytes,1,rep,name=leagues" json:"leagues,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgResponseLeagueInfo) Reset() { *m = CMsgResponseLeagueInfo{} }
+func (m *CMsgResponseLeagueInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgResponseLeagueInfo) ProtoMessage() {}
+func (*CMsgResponseLeagueInfo) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{181} }
+
+func (m *CMsgResponseLeagueInfo) GetLeagues() []*CDynamicLeagueData {
+ if m != nil {
+ return m.Leagues
+ }
+ return nil
+}
+
+type CMsgDOTAMatchVotes struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ Votes []*CMsgDOTAMatchVotes_PlayerVote `protobuf:"bytes,2,rep,name=votes" json:"votes,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchVotes) Reset() { *m = CMsgDOTAMatchVotes{} }
+func (m *CMsgDOTAMatchVotes) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchVotes) ProtoMessage() {}
+func (*CMsgDOTAMatchVotes) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{182} }
+
+func (m *CMsgDOTAMatchVotes) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchVotes) GetVotes() []*CMsgDOTAMatchVotes_PlayerVote {
+ if m != nil {
+ return m.Votes
+ }
+ return nil
+}
+
+type CMsgDOTAMatchVotes_PlayerVote struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Vote *uint32 `protobuf:"varint,2,opt,name=vote" json:"vote,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchVotes_PlayerVote) Reset() { *m = CMsgDOTAMatchVotes_PlayerVote{} }
+func (m *CMsgDOTAMatchVotes_PlayerVote) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchVotes_PlayerVote) ProtoMessage() {}
+func (*CMsgDOTAMatchVotes_PlayerVote) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{182, 0}
+}
+
+func (m *CMsgDOTAMatchVotes_PlayerVote) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchVotes_PlayerVote) GetVote() uint32 {
+ if m != nil && m.Vote != nil {
+ return *m.Vote
+ }
+ return 0
+}
+
+type CMsgCastMatchVote struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ Vote *DOTAMatchVote `protobuf:"varint,2,opt,name=vote,enum=DOTAMatchVote,def=0" json:"vote,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgCastMatchVote) Reset() { *m = CMsgCastMatchVote{} }
+func (m *CMsgCastMatchVote) String() string { return proto.CompactTextString(m) }
+func (*CMsgCastMatchVote) ProtoMessage() {}
+func (*CMsgCastMatchVote) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{183} }
+
+const Default_CMsgCastMatchVote_Vote DOTAMatchVote = DOTAMatchVote_DOTAMatchVote_INVALID
+
+func (m *CMsgCastMatchVote) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgCastMatchVote) GetVote() DOTAMatchVote {
+ if m != nil && m.Vote != nil {
+ return *m.Vote
+ }
+ return Default_CMsgCastMatchVote_Vote
+}
+
+type CMsgRetrieveMatchVote struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ Incremental *uint32 `protobuf:"varint,2,opt,name=incremental" json:"incremental,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRetrieveMatchVote) Reset() { *m = CMsgRetrieveMatchVote{} }
+func (m *CMsgRetrieveMatchVote) String() string { return proto.CompactTextString(m) }
+func (*CMsgRetrieveMatchVote) ProtoMessage() {}
+func (*CMsgRetrieveMatchVote) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{184} }
+
+func (m *CMsgRetrieveMatchVote) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgRetrieveMatchVote) GetIncremental() uint32 {
+ if m != nil && m.Incremental != nil {
+ return *m.Incremental
+ }
+ return 0
+}
+
+type CMsgMatchVoteResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Vote *DOTAMatchVote `protobuf:"varint,2,opt,name=vote,enum=DOTAMatchVote,def=0" json:"vote,omitempty"`
+ PositiveVotes *uint32 `protobuf:"varint,3,opt,name=positive_votes" json:"positive_votes,omitempty"`
+ NegativeVotes *uint32 `protobuf:"varint,4,opt,name=negative_votes" json:"negative_votes,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgMatchVoteResponse) Reset() { *m = CMsgMatchVoteResponse{} }
+func (m *CMsgMatchVoteResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgMatchVoteResponse) ProtoMessage() {}
+func (*CMsgMatchVoteResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{185} }
+
+const Default_CMsgMatchVoteResponse_Eresult uint32 = 2
+const Default_CMsgMatchVoteResponse_Vote DOTAMatchVote = DOTAMatchVote_DOTAMatchVote_INVALID
+
+func (m *CMsgMatchVoteResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgMatchVoteResponse_Eresult
+}
+
+func (m *CMsgMatchVoteResponse) GetVote() DOTAMatchVote {
+ if m != nil && m.Vote != nil {
+ return *m.Vote
+ }
+ return Default_CMsgMatchVoteResponse_Vote
+}
+
+func (m *CMsgMatchVoteResponse) GetPositiveVotes() uint32 {
+ if m != nil && m.PositiveVotes != nil {
+ return *m.PositiveVotes
+ }
+ return 0
+}
+
+func (m *CMsgMatchVoteResponse) GetNegativeVotes() uint32 {
+ if m != nil && m.NegativeVotes != nil {
+ return *m.NegativeVotes
+ }
+ return 0
+}
+
+type CMsgDOTAHallOfFame struct {
+ Week *uint32 `protobuf:"varint,1,opt,name=week" json:"week,omitempty"`
+ FeaturedPlayers []*CMsgDOTAHallOfFame_FeaturedPlayer `protobuf:"bytes,2,rep,name=featured_players" json:"featured_players,omitempty"`
+ FeaturedFarmer *CMsgDOTAHallOfFame_FeaturedFarmer `protobuf:"bytes,3,opt,name=featured_farmer" json:"featured_farmer,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHallOfFame) Reset() { *m = CMsgDOTAHallOfFame{} }
+func (m *CMsgDOTAHallOfFame) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHallOfFame) ProtoMessage() {}
+func (*CMsgDOTAHallOfFame) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{186} }
+
+func (m *CMsgDOTAHallOfFame) GetWeek() uint32 {
+ if m != nil && m.Week != nil {
+ return *m.Week
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame) GetFeaturedPlayers() []*CMsgDOTAHallOfFame_FeaturedPlayer {
+ if m != nil {
+ return m.FeaturedPlayers
+ }
+ return nil
+}
+
+func (m *CMsgDOTAHallOfFame) GetFeaturedFarmer() *CMsgDOTAHallOfFame_FeaturedFarmer {
+ if m != nil {
+ return m.FeaturedFarmer
+ }
+ return nil
+}
+
+type CMsgDOTAHallOfFame_FeaturedPlayer struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ AverageScaledMetric *float32 `protobuf:"fixed32,3,opt,name=average_scaled_metric" json:"average_scaled_metric,omitempty"`
+ NumGames *uint32 `protobuf:"varint,4,opt,name=num_games" json:"num_games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedPlayer) Reset() { *m = CMsgDOTAHallOfFame_FeaturedPlayer{} }
+func (m *CMsgDOTAHallOfFame_FeaturedPlayer) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHallOfFame_FeaturedPlayer) ProtoMessage() {}
+func (*CMsgDOTAHallOfFame_FeaturedPlayer) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{186, 0}
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetAverageScaledMetric() float32 {
+ if m != nil && m.AverageScaledMetric != nil {
+ return *m.AverageScaledMetric
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetNumGames() uint32 {
+ if m != nil && m.NumGames != nil {
+ return *m.NumGames
+ }
+ return 0
+}
+
+type CMsgDOTAHallOfFame_FeaturedFarmer struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ GoldPerMin *uint32 `protobuf:"varint,3,opt,name=gold_per_min" json:"gold_per_min,omitempty"`
+ MatchId *uint64 `protobuf:"varint,4,opt,name=match_id" json:"match_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedFarmer) Reset() { *m = CMsgDOTAHallOfFame_FeaturedFarmer{} }
+func (m *CMsgDOTAHallOfFame_FeaturedFarmer) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHallOfFame_FeaturedFarmer) ProtoMessage() {}
+func (*CMsgDOTAHallOfFame_FeaturedFarmer) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{186, 1}
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetGoldPerMin() uint32 {
+ if m != nil && m.GoldPerMin != nil {
+ return *m.GoldPerMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+type CMsgDOTAHallOfFameRequest struct {
+ Week *uint32 `protobuf:"varint,1,opt,name=week" json:"week,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHallOfFameRequest) Reset() { *m = CMsgDOTAHallOfFameRequest{} }
+func (m *CMsgDOTAHallOfFameRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHallOfFameRequest) ProtoMessage() {}
+func (*CMsgDOTAHallOfFameRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{187} }
+
+func (m *CMsgDOTAHallOfFameRequest) GetWeek() uint32 {
+ if m != nil && m.Week != nil {
+ return *m.Week
+ }
+ return 0
+}
+
+type CMsgDOTAHallOfFameResponse struct {
+ HallOfFame *CMsgDOTAHallOfFame `protobuf:"bytes,1,opt,name=hall_of_fame" json:"hall_of_fame,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHallOfFameResponse) Reset() { *m = CMsgDOTAHallOfFameResponse{} }
+func (m *CMsgDOTAHallOfFameResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHallOfFameResponse) ProtoMessage() {}
+func (*CMsgDOTAHallOfFameResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{188} }
+
+const Default_CMsgDOTAHallOfFameResponse_Eresult uint32 = 2
+
+func (m *CMsgDOTAHallOfFameResponse) GetHallOfFame() *CMsgDOTAHallOfFame {
+ if m != nil {
+ return m.HallOfFame
+ }
+ return nil
+}
+
+func (m *CMsgDOTAHallOfFameResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDOTAHallOfFameResponse_Eresult
+}
+
+type CMsgDOTAHalloweenHighScoreRequest struct {
+ Round *int32 `protobuf:"varint,1,opt,name=round,def=-1" json:"round,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHalloweenHighScoreRequest) Reset() { *m = CMsgDOTAHalloweenHighScoreRequest{} }
+func (m *CMsgDOTAHalloweenHighScoreRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHalloweenHighScoreRequest) ProtoMessage() {}
+func (*CMsgDOTAHalloweenHighScoreRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{189}
+}
+
+const Default_CMsgDOTAHalloweenHighScoreRequest_Round int32 = -1
+
+func (m *CMsgDOTAHalloweenHighScoreRequest) GetRound() int32 {
+ if m != nil && m.Round != nil {
+ return *m.Round
+ }
+ return Default_CMsgDOTAHalloweenHighScoreRequest_Round
+}
+
+type CMsgDOTAHalloweenHighScoreResponse struct {
+ Score *uint32 `protobuf:"varint,1,opt,name=score" json:"score,omitempty"`
+ Match *CMsgDOTAMatch `protobuf:"bytes,2,opt,name=match" json:"match,omitempty"`
+ Eresult *uint32 `protobuf:"varint,3,opt,name=eresult" json:"eresult,omitempty"`
+ Round *int32 `protobuf:"varint,4,opt,name=round" json:"round,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHalloweenHighScoreResponse) Reset() { *m = CMsgDOTAHalloweenHighScoreResponse{} }
+func (m *CMsgDOTAHalloweenHighScoreResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHalloweenHighScoreResponse) ProtoMessage() {}
+func (*CMsgDOTAHalloweenHighScoreResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{190}
+}
+
+func (m *CMsgDOTAHalloweenHighScoreResponse) GetScore() uint32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHalloweenHighScoreResponse) GetMatch() *CMsgDOTAMatch {
+ if m != nil {
+ return m.Match
+ }
+ return nil
+}
+
+func (m *CMsgDOTAHalloweenHighScoreResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHalloweenHighScoreResponse) GetRound() int32 {
+ if m != nil && m.Round != nil {
+ return *m.Round
+ }
+ return 0
+}
+
+type CMsgDOTAStorePromoPagesRequest struct {
+ VersionSeen *uint32 `protobuf:"varint,1,opt,name=version_seen" json:"version_seen,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAStorePromoPagesRequest) Reset() { *m = CMsgDOTAStorePromoPagesRequest{} }
+func (m *CMsgDOTAStorePromoPagesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAStorePromoPagesRequest) ProtoMessage() {}
+func (*CMsgDOTAStorePromoPagesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{191}
+}
+
+func (m *CMsgDOTAStorePromoPagesRequest) GetVersionSeen() uint32 {
+ if m != nil && m.VersionSeen != nil {
+ return *m.VersionSeen
+ }
+ return 0
+}
+
+type CMsgDOTAStorePromoPagesResponse struct {
+ Pages []*CMsgDOTAStorePromoPagesResponse_PromoPage `protobuf:"bytes,1,rep,name=pages" json:"pages,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAStorePromoPagesResponse) Reset() { *m = CMsgDOTAStorePromoPagesResponse{} }
+func (m *CMsgDOTAStorePromoPagesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAStorePromoPagesResponse) ProtoMessage() {}
+func (*CMsgDOTAStorePromoPagesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{192}
+}
+
+func (m *CMsgDOTAStorePromoPagesResponse) GetPages() []*CMsgDOTAStorePromoPagesResponse_PromoPage {
+ if m != nil {
+ return m.Pages
+ }
+ return nil
+}
+
+type CMsgDOTAStorePromoPagesResponse_PromoPage struct {
+ PromoId *uint32 `protobuf:"varint,1,opt,name=promo_id" json:"promo_id,omitempty"`
+ Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
+ Url *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAStorePromoPagesResponse_PromoPage) Reset() {
+ *m = CMsgDOTAStorePromoPagesResponse_PromoPage{}
+}
+func (m *CMsgDOTAStorePromoPagesResponse_PromoPage) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAStorePromoPagesResponse_PromoPage) ProtoMessage() {}
+func (*CMsgDOTAStorePromoPagesResponse_PromoPage) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{192, 0}
+}
+
+func (m *CMsgDOTAStorePromoPagesResponse_PromoPage) GetPromoId() uint32 {
+ if m != nil && m.PromoId != nil {
+ return *m.PromoId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAStorePromoPagesResponse_PromoPage) GetTitle() string {
+ if m != nil && m.Title != nil {
+ return *m.Title
+ }
+ return ""
+}
+
+func (m *CMsgDOTAStorePromoPagesResponse_PromoPage) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+type CMsgLeagueScheduleBlockTeamInfo struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Logo *uint64 `protobuf:"varint,4,opt,name=logo" json:"logo,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLeagueScheduleBlockTeamInfo) Reset() { *m = CMsgLeagueScheduleBlockTeamInfo{} }
+func (m *CMsgLeagueScheduleBlockTeamInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgLeagueScheduleBlockTeamInfo) ProtoMessage() {}
+func (*CMsgLeagueScheduleBlockTeamInfo) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{193}
+}
+
+func (m *CMsgLeagueScheduleBlockTeamInfo) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgLeagueScheduleBlockTeamInfo) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgLeagueScheduleBlockTeamInfo) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+type CMsgLeagueScheduleBlock struct {
+ BlockId *uint32 `protobuf:"varint,1,opt,name=block_id" json:"block_id,omitempty"`
+ StartTime *uint32 `protobuf:"varint,2,opt,name=start_time" json:"start_time,omitempty"`
+ Finals *bool `protobuf:"varint,4,opt,name=finals" json:"finals,omitempty"`
+ Comment *string `protobuf:"bytes,5,opt,name=comment" json:"comment,omitempty"`
+ Teams []*CMsgLeagueScheduleBlockTeamInfo `protobuf:"bytes,6,rep,name=teams" json:"teams,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLeagueScheduleBlock) Reset() { *m = CMsgLeagueScheduleBlock{} }
+func (m *CMsgLeagueScheduleBlock) String() string { return proto.CompactTextString(m) }
+func (*CMsgLeagueScheduleBlock) ProtoMessage() {}
+func (*CMsgLeagueScheduleBlock) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{194} }
+
+func (m *CMsgLeagueScheduleBlock) GetBlockId() uint32 {
+ if m != nil && m.BlockId != nil {
+ return *m.BlockId
+ }
+ return 0
+}
+
+func (m *CMsgLeagueScheduleBlock) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgLeagueScheduleBlock) GetFinals() bool {
+ if m != nil && m.Finals != nil {
+ return *m.Finals
+ }
+ return false
+}
+
+func (m *CMsgLeagueScheduleBlock) GetComment() string {
+ if m != nil && m.Comment != nil {
+ return *m.Comment
+ }
+ return ""
+}
+
+func (m *CMsgLeagueScheduleBlock) GetTeams() []*CMsgLeagueScheduleBlockTeamInfo {
+ if m != nil {
+ return m.Teams
+ }
+ return nil
+}
+
+type CMsgDOTALeague struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ Schedule []*CMsgLeagueScheduleBlock `protobuf:"bytes,2,rep,name=schedule" json:"schedule,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeague) Reset() { *m = CMsgDOTALeague{} }
+func (m *CMsgDOTALeague) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeague) ProtoMessage() {}
+func (*CMsgDOTALeague) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{195} }
+
+func (m *CMsgDOTALeague) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTALeague) GetSchedule() []*CMsgLeagueScheduleBlock {
+ if m != nil {
+ return m.Schedule
+ }
+ return nil
+}
+
+type CMsgDOTALeagueScheduleRequest struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeagueScheduleRequest) Reset() { *m = CMsgDOTALeagueScheduleRequest{} }
+func (m *CMsgDOTALeagueScheduleRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeagueScheduleRequest) ProtoMessage() {}
+func (*CMsgDOTALeagueScheduleRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{196} }
+
+func (m *CMsgDOTALeagueScheduleRequest) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgDOTALeagueScheduleResponse struct {
+ League *CMsgDOTALeague `protobuf:"bytes,1,opt,name=league" json:"league,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeagueScheduleResponse) Reset() { *m = CMsgDOTALeagueScheduleResponse{} }
+func (m *CMsgDOTALeagueScheduleResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeagueScheduleResponse) ProtoMessage() {}
+func (*CMsgDOTALeagueScheduleResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{197}
+}
+
+const Default_CMsgDOTALeagueScheduleResponse_Eresult uint32 = 2
+
+func (m *CMsgDOTALeagueScheduleResponse) GetLeague() *CMsgDOTALeague {
+ if m != nil {
+ return m.League
+ }
+ return nil
+}
+
+func (m *CMsgDOTALeagueScheduleResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDOTALeagueScheduleResponse_Eresult
+}
+
+type CMsgDOTALeagueScheduleEdit struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ Schedule *CMsgLeagueScheduleBlock `protobuf:"bytes,2,opt,name=schedule" json:"schedule,omitempty"`
+ DeleteBlock *bool `protobuf:"varint,3,opt,name=delete_block" json:"delete_block,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeagueScheduleEdit) Reset() { *m = CMsgDOTALeagueScheduleEdit{} }
+func (m *CMsgDOTALeagueScheduleEdit) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeagueScheduleEdit) ProtoMessage() {}
+func (*CMsgDOTALeagueScheduleEdit) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{198} }
+
+func (m *CMsgDOTALeagueScheduleEdit) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTALeagueScheduleEdit) GetSchedule() *CMsgLeagueScheduleBlock {
+ if m != nil {
+ return m.Schedule
+ }
+ return nil
+}
+
+func (m *CMsgDOTALeagueScheduleEdit) GetDeleteBlock() bool {
+ if m != nil && m.DeleteBlock != nil {
+ return *m.DeleteBlock
+ }
+ return false
+}
+
+type CMsgDOTALeagueScheduleEditResponse struct {
+ League *CMsgDOTALeague `protobuf:"bytes,1,opt,name=league" json:"league,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeagueScheduleEditResponse) Reset() { *m = CMsgDOTALeagueScheduleEditResponse{} }
+func (m *CMsgDOTALeagueScheduleEditResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeagueScheduleEditResponse) ProtoMessage() {}
+func (*CMsgDOTALeagueScheduleEditResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{199}
+}
+
+const Default_CMsgDOTALeagueScheduleEditResponse_Eresult uint32 = 2
+
+func (m *CMsgDOTALeagueScheduleEditResponse) GetLeague() *CMsgDOTALeague {
+ if m != nil {
+ return m.League
+ }
+ return nil
+}
+
+func (m *CMsgDOTALeagueScheduleEditResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDOTALeagueScheduleEditResponse_Eresult
+}
+
+type CMsgDOTALeaguesInMonthRequest struct {
+ Month *uint32 `protobuf:"varint,1,opt,name=month" json:"month,omitempty"`
+ Year *uint32 `protobuf:"varint,2,opt,name=year" json:"year,omitempty"`
+ Tier *uint32 `protobuf:"varint,3,opt,name=tier" json:"tier,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeaguesInMonthRequest) Reset() { *m = CMsgDOTALeaguesInMonthRequest{} }
+func (m *CMsgDOTALeaguesInMonthRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeaguesInMonthRequest) ProtoMessage() {}
+func (*CMsgDOTALeaguesInMonthRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{200} }
+
+func (m *CMsgDOTALeaguesInMonthRequest) GetMonth() uint32 {
+ if m != nil && m.Month != nil {
+ return *m.Month
+ }
+ return 0
+}
+
+func (m *CMsgDOTALeaguesInMonthRequest) GetYear() uint32 {
+ if m != nil && m.Year != nil {
+ return *m.Year
+ }
+ return 0
+}
+
+func (m *CMsgDOTALeaguesInMonthRequest) GetTier() uint32 {
+ if m != nil && m.Tier != nil {
+ return *m.Tier
+ }
+ return 0
+}
+
+type CMsgDOTALeaguesInMonthResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ Month *uint32 `protobuf:"varint,2,opt,name=month" json:"month,omitempty"`
+ Year *uint32 `protobuf:"varint,3,opt,name=year" json:"year,omitempty"`
+ Leagues []*CMsgDOTALeague `protobuf:"bytes,4,rep,name=leagues" json:"leagues,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALeaguesInMonthResponse) Reset() { *m = CMsgDOTALeaguesInMonthResponse{} }
+func (m *CMsgDOTALeaguesInMonthResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALeaguesInMonthResponse) ProtoMessage() {}
+func (*CMsgDOTALeaguesInMonthResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{201}
+}
+
+const Default_CMsgDOTALeaguesInMonthResponse_Eresult uint32 = 2
+
+func (m *CMsgDOTALeaguesInMonthResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDOTALeaguesInMonthResponse_Eresult
+}
+
+func (m *CMsgDOTALeaguesInMonthResponse) GetMonth() uint32 {
+ if m != nil && m.Month != nil {
+ return *m.Month
+ }
+ return 0
+}
+
+func (m *CMsgDOTALeaguesInMonthResponse) GetYear() uint32 {
+ if m != nil && m.Year != nil {
+ return *m.Year
+ }
+ return 0
+}
+
+func (m *CMsgDOTALeaguesInMonthResponse) GetLeagues() []*CMsgDOTALeague {
+ if m != nil {
+ return m.Leagues
+ }
+ return nil
+}
+
+type CMsgMatchGroupServerStatus struct {
+ Ip []uint32 `protobuf:"fixed32,1,rep,packed,name=ip" json:"ip,omitempty"`
+ Port []uint32 `protobuf:"varint,2,rep,packed,name=port" json:"port,omitempty"`
+ AutoRegionSelectPingPenalty *int32 `protobuf:"zigzag32,3,opt,name=auto_region_select_ping_penalty" json:"auto_region_select_ping_penalty,omitempty"`
+ Status *EMatchGroupServerStatus `protobuf:"varint,4,opt,name=status,enum=EMatchGroupServerStatus,def=0" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgMatchGroupServerStatus) Reset() { *m = CMsgMatchGroupServerStatus{} }
+func (m *CMsgMatchGroupServerStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgMatchGroupServerStatus) ProtoMessage() {}
+func (*CMsgMatchGroupServerStatus) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{202} }
+
+const Default_CMsgMatchGroupServerStatus_Status EMatchGroupServerStatus = EMatchGroupServerStatus_k_EMatchGroupServerStatus_OK
+
+func (m *CMsgMatchGroupServerStatus) GetIp() []uint32 {
+ if m != nil {
+ return m.Ip
+ }
+ return nil
+}
+
+func (m *CMsgMatchGroupServerStatus) GetPort() []uint32 {
+ if m != nil {
+ return m.Port
+ }
+ return nil
+}
+
+func (m *CMsgMatchGroupServerStatus) GetAutoRegionSelectPingPenalty() int32 {
+ if m != nil && m.AutoRegionSelectPingPenalty != nil {
+ return *m.AutoRegionSelectPingPenalty
+ }
+ return 0
+}
+
+func (m *CMsgMatchGroupServerStatus) GetStatus() EMatchGroupServerStatus {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return Default_CMsgMatchGroupServerStatus_Status
+}
+
+type CMsgMatchmakingGroupServerSample struct {
+ MatchGroups []*CMsgMatchGroupServerStatus `protobuf:"bytes,5,rep,name=match_groups" json:"match_groups,omitempty"`
+ LegacyServersToPing *uint32 `protobuf:"varint,2,opt,name=legacy_servers_to_ping" json:"legacy_servers_to_ping,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgMatchmakingGroupServerSample) Reset() { *m = CMsgMatchmakingGroupServerSample{} }
+func (m *CMsgMatchmakingGroupServerSample) String() string { return proto.CompactTextString(m) }
+func (*CMsgMatchmakingGroupServerSample) ProtoMessage() {}
+func (*CMsgMatchmakingGroupServerSample) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{203}
+}
+
+func (m *CMsgMatchmakingGroupServerSample) GetMatchGroups() []*CMsgMatchGroupServerStatus {
+ if m != nil {
+ return m.MatchGroups
+ }
+ return nil
+}
+
+func (m *CMsgMatchmakingGroupServerSample) GetLegacyServersToPing() uint32 {
+ if m != nil && m.LegacyServersToPing != nil {
+ return *m.LegacyServersToPing
+ }
+ return 0
+}
+
+type CMsgDOTAMatchmakingStatsRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchmakingStatsRequest) Reset() { *m = CMsgDOTAMatchmakingStatsRequest{} }
+func (m *CMsgDOTAMatchmakingStatsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchmakingStatsRequest) ProtoMessage() {}
+func (*CMsgDOTAMatchmakingStatsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{204}
+}
+
+type CMsgDOTAMatchmakingStatsResponse struct {
+ MatchgroupsVersion *uint32 `protobuf:"varint,1,opt,name=matchgroups_version" json:"matchgroups_version,omitempty"`
+ SearchingPlayersByGroup []uint32 `protobuf:"varint,2,rep,name=searching_players_by_group" json:"searching_players_by_group,omitempty"`
+ SearchingPlayersByGroupSource2 []uint32 `protobuf:"varint,7,rep,name=searching_players_by_group_source2" json:"searching_players_by_group_source2,omitempty"`
+ GameserverSampleSource2 *CMsgMatchmakingGroupServerSample `protobuf:"bytes,6,opt,name=gameserver_sample_source2" json:"gameserver_sample_source2,omitempty"`
+ LegacyDisabledGroupsSource2 *uint32 `protobuf:"varint,8,opt,name=legacy_disabled_groups_source2" json:"legacy_disabled_groups_source2,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAMatchmakingStatsResponse) Reset() { *m = CMsgDOTAMatchmakingStatsResponse{} }
+func (m *CMsgDOTAMatchmakingStatsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAMatchmakingStatsResponse) ProtoMessage() {}
+func (*CMsgDOTAMatchmakingStatsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{205}
+}
+
+func (m *CMsgDOTAMatchmakingStatsResponse) GetMatchgroupsVersion() uint32 {
+ if m != nil && m.MatchgroupsVersion != nil {
+ return *m.MatchgroupsVersion
+ }
+ return 0
+}
+
+func (m *CMsgDOTAMatchmakingStatsResponse) GetSearchingPlayersByGroup() []uint32 {
+ if m != nil {
+ return m.SearchingPlayersByGroup
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatchmakingStatsResponse) GetSearchingPlayersByGroupSource2() []uint32 {
+ if m != nil {
+ return m.SearchingPlayersByGroupSource2
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatchmakingStatsResponse) GetGameserverSampleSource2() *CMsgMatchmakingGroupServerSample {
+ if m != nil {
+ return m.GameserverSampleSource2
+ }
+ return nil
+}
+
+func (m *CMsgDOTAMatchmakingStatsResponse) GetLegacyDisabledGroupsSource2() uint32 {
+ if m != nil && m.LegacyDisabledGroupsSource2 != nil {
+ return *m.LegacyDisabledGroupsSource2
+ }
+ return 0
+}
+
+type CMsgDOTASetMatchHistoryAccess struct {
+ Allow_3RdPartyMatchHistory *bool `protobuf:"varint,1,opt,name=allow_3rd_party_match_history" json:"allow_3rd_party_match_history,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASetMatchHistoryAccess) Reset() { *m = CMsgDOTASetMatchHistoryAccess{} }
+func (m *CMsgDOTASetMatchHistoryAccess) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASetMatchHistoryAccess) ProtoMessage() {}
+func (*CMsgDOTASetMatchHistoryAccess) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{206} }
+
+func (m *CMsgDOTASetMatchHistoryAccess) GetAllow_3RdPartyMatchHistory() bool {
+ if m != nil && m.Allow_3RdPartyMatchHistory != nil {
+ return *m.Allow_3RdPartyMatchHistory
+ }
+ return false
+}
+
+type CMsgDOTASetMatchHistoryAccessResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASetMatchHistoryAccessResponse) Reset() { *m = CMsgDOTASetMatchHistoryAccessResponse{} }
+func (m *CMsgDOTASetMatchHistoryAccessResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASetMatchHistoryAccessResponse) ProtoMessage() {}
+func (*CMsgDOTASetMatchHistoryAccessResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{207}
+}
+
+const Default_CMsgDOTASetMatchHistoryAccessResponse_Eresult uint32 = 2
+
+func (m *CMsgDOTASetMatchHistoryAccessResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDOTASetMatchHistoryAccessResponse_Eresult
+}
+
+type CMsgDOTANotifyAccountFlagsChange struct {
+ Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,2,opt,name=account_flags" json:"account_flags,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTANotifyAccountFlagsChange) Reset() { *m = CMsgDOTANotifyAccountFlagsChange{} }
+func (m *CMsgDOTANotifyAccountFlagsChange) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTANotifyAccountFlagsChange) ProtoMessage() {}
+func (*CMsgDOTANotifyAccountFlagsChange) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{208}
+}
+
+func (m *CMsgDOTANotifyAccountFlagsChange) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+func (m *CMsgDOTANotifyAccountFlagsChange) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+type CMsgDOTASetProfilePrivacy struct {
+ ProfilePrivate *bool `protobuf:"varint,1,opt,name=profile_private" json:"profile_private,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASetProfilePrivacy) Reset() { *m = CMsgDOTASetProfilePrivacy{} }
+func (m *CMsgDOTASetProfilePrivacy) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASetProfilePrivacy) ProtoMessage() {}
+func (*CMsgDOTASetProfilePrivacy) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{209} }
+
+func (m *CMsgDOTASetProfilePrivacy) GetProfilePrivate() bool {
+ if m != nil && m.ProfilePrivate != nil {
+ return *m.ProfilePrivate
+ }
+ return false
+}
+
+type CMsgDOTASetProfilePrivacyResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASetProfilePrivacyResponse) Reset() { *m = CMsgDOTASetProfilePrivacyResponse{} }
+func (m *CMsgDOTASetProfilePrivacyResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASetProfilePrivacyResponse) ProtoMessage() {}
+func (*CMsgDOTASetProfilePrivacyResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{210}
+}
+
+func (m *CMsgDOTASetProfilePrivacyResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgUpgradeLeagueItem struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgUpgradeLeagueItem) Reset() { *m = CMsgUpgradeLeagueItem{} }
+func (m *CMsgUpgradeLeagueItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgUpgradeLeagueItem) ProtoMessage() {}
+func (*CMsgUpgradeLeagueItem) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{211} }
+
+func (m *CMsgUpgradeLeagueItem) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgUpgradeLeagueItem) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgUpgradeLeagueItemResponse struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgUpgradeLeagueItemResponse) Reset() { *m = CMsgUpgradeLeagueItemResponse{} }
+func (m *CMsgUpgradeLeagueItemResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgUpgradeLeagueItemResponse) ProtoMessage() {}
+func (*CMsgUpgradeLeagueItemResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{212} }
+
+type CMsgGCWatchDownloadedReplay struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ WatchType *DOTA_WatchReplayType `protobuf:"varint,2,opt,name=watch_type,enum=DOTA_WatchReplayType,def=0" json:"watch_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCWatchDownloadedReplay) Reset() { *m = CMsgGCWatchDownloadedReplay{} }
+func (m *CMsgGCWatchDownloadedReplay) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCWatchDownloadedReplay) ProtoMessage() {}
+func (*CMsgGCWatchDownloadedReplay) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{213} }
+
+const Default_CMsgGCWatchDownloadedReplay_WatchType DOTA_WatchReplayType = DOTA_WatchReplayType_DOTA_WATCH_REPLAY_NORMAL
+
+func (m *CMsgGCWatchDownloadedReplay) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgGCWatchDownloadedReplay) GetWatchType() DOTA_WatchReplayType {
+ if m != nil && m.WatchType != nil {
+ return *m.WatchType
+ }
+ return Default_CMsgGCWatchDownloadedReplay_WatchType
+}
+
+type CMsgSetMapLocationState struct {
+ LocationId *int32 `protobuf:"varint,1,opt,name=location_id" json:"location_id,omitempty"`
+ Completed *bool `protobuf:"varint,2,opt,name=completed" json:"completed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetMapLocationState) Reset() { *m = CMsgSetMapLocationState{} }
+func (m *CMsgSetMapLocationState) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetMapLocationState) ProtoMessage() {}
+func (*CMsgSetMapLocationState) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{214} }
+
+func (m *CMsgSetMapLocationState) GetLocationId() int32 {
+ if m != nil && m.LocationId != nil {
+ return *m.LocationId
+ }
+ return 0
+}
+
+func (m *CMsgSetMapLocationState) GetCompleted() bool {
+ if m != nil && m.Completed != nil {
+ return *m.Completed
+ }
+ return false
+}
+
+type CMsgSetMapLocationStateResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSetMapLocationStateResponse) Reset() { *m = CMsgSetMapLocationStateResponse{} }
+func (m *CMsgSetMapLocationStateResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgSetMapLocationStateResponse) ProtoMessage() {}
+func (*CMsgSetMapLocationStateResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{215}
+}
+
+const Default_CMsgSetMapLocationStateResponse_Eresult uint32 = 2
+
+func (m *CMsgSetMapLocationStateResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgSetMapLocationStateResponse_Eresult
+}
+
+type CMsgResetMapLocations struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgResetMapLocations) Reset() { *m = CMsgResetMapLocations{} }
+func (m *CMsgResetMapLocations) String() string { return proto.CompactTextString(m) }
+func (*CMsgResetMapLocations) ProtoMessage() {}
+func (*CMsgResetMapLocations) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{216} }
+
+type CMsgResetMapLocationsResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgResetMapLocationsResponse) Reset() { *m = CMsgResetMapLocationsResponse{} }
+func (m *CMsgResetMapLocationsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgResetMapLocationsResponse) ProtoMessage() {}
+func (*CMsgResetMapLocationsResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{217} }
+
+const Default_CMsgResetMapLocationsResponse_Eresult uint32 = 2
+
+func (m *CMsgResetMapLocationsResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgResetMapLocationsResponse_Eresult
+}
+
+type CMsgRefreshPartnerAccountLink struct {
+ PartnerType *int32 `protobuf:"varint,1,opt,name=partner_type" json:"partner_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRefreshPartnerAccountLink) Reset() { *m = CMsgRefreshPartnerAccountLink{} }
+func (m *CMsgRefreshPartnerAccountLink) String() string { return proto.CompactTextString(m) }
+func (*CMsgRefreshPartnerAccountLink) ProtoMessage() {}
+func (*CMsgRefreshPartnerAccountLink) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{218} }
+
+func (m *CMsgRefreshPartnerAccountLink) GetPartnerType() int32 {
+ if m != nil && m.PartnerType != nil {
+ return *m.PartnerType
+ }
+ return 0
+}
+
+type CMsgClientsRejoinChatChannels struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientsRejoinChatChannels) Reset() { *m = CMsgClientsRejoinChatChannels{} }
+func (m *CMsgClientsRejoinChatChannels) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientsRejoinChatChannels) ProtoMessage() {}
+func (*CMsgClientsRejoinChatChannels) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{219} }
+
+type CMsgDOTASendFriendRecruits struct {
+ Recruits []uint32 `protobuf:"varint,1,rep,name=recruits" json:"recruits,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASendFriendRecruits) Reset() { *m = CMsgDOTASendFriendRecruits{} }
+func (m *CMsgDOTASendFriendRecruits) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASendFriendRecruits) ProtoMessage() {}
+func (*CMsgDOTASendFriendRecruits) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{220} }
+
+func (m *CMsgDOTASendFriendRecruits) GetRecruits() []uint32 {
+ if m != nil {
+ return m.Recruits
+ }
+ return nil
+}
+
+type CMsgDOTAFriendRecruitsRequest struct {
+ AccountIds []uint32 `protobuf:"varint,1,rep,name=account_ids" json:"account_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFriendRecruitsRequest) Reset() { *m = CMsgDOTAFriendRecruitsRequest{} }
+func (m *CMsgDOTAFriendRecruitsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFriendRecruitsRequest) ProtoMessage() {}
+func (*CMsgDOTAFriendRecruitsRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{221} }
+
+func (m *CMsgDOTAFriendRecruitsRequest) GetAccountIds() []uint32 {
+ if m != nil {
+ return m.AccountIds
+ }
+ return nil
+}
+
+type CMsgDOTAFriendRecruitsResponse struct {
+ Result *CMsgDOTAFriendRecruitsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFriendRecruitsResponse_EResult,def=0" json:"result,omitempty"`
+ Recruits []*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus `protobuf:"bytes,2,rep,name=recruits" json:"recruits,omitempty"`
+ Recruiters []*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus `protobuf:"bytes,3,rep,name=recruiters" json:"recruiters,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse) Reset() { *m = CMsgDOTAFriendRecruitsResponse{} }
+func (m *CMsgDOTAFriendRecruitsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFriendRecruitsResponse) ProtoMessage() {}
+func (*CMsgDOTAFriendRecruitsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{222}
+}
+
+const Default_CMsgDOTAFriendRecruitsResponse_Result CMsgDOTAFriendRecruitsResponse_EResult = CMsgDOTAFriendRecruitsResponse_SUCCESS
+
+func (m *CMsgDOTAFriendRecruitsResponse) GetResult() CMsgDOTAFriendRecruitsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFriendRecruitsResponse_Result
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse) GetRecruits() []*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus {
+ if m != nil {
+ return m.Recruits
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse) GetRecruiters() []*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus {
+ if m != nil {
+ return m.Recruiters
+ }
+ return nil
+}
+
+type CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Status *uint32 `protobuf:"varint,2,opt,name=status" json:"status,omitempty"`
+ LevelsEarned *uint32 `protobuf:"varint,3,opt,name=levels_earned" json:"levels_earned,omitempty"`
+ Bonus *bool `protobuf:"varint,4,opt,name=bonus" json:"bonus,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) Reset() {
+ *m = CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus{}
+}
+func (m *CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) ProtoMessage() {}
+func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{222, 0}
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetLevelsEarned() uint32 {
+ if m != nil && m.LevelsEarned != nil {
+ return *m.LevelsEarned
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetBonus() bool {
+ if m != nil && m.Bonus != nil {
+ return *m.Bonus
+ }
+ return false
+}
+
+type CMsgDOTAFriendRecruitInviteAcceptDecline struct {
+ Accepted *bool `protobuf:"varint,1,opt,name=accepted" json:"accepted,omitempty"`
+ AccountId *uint32 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFriendRecruitInviteAcceptDecline) Reset() {
+ *m = CMsgDOTAFriendRecruitInviteAcceptDecline{}
+}
+func (m *CMsgDOTAFriendRecruitInviteAcceptDecline) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFriendRecruitInviteAcceptDecline) ProtoMessage() {}
+func (*CMsgDOTAFriendRecruitInviteAcceptDecline) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{223}
+}
+
+func (m *CMsgDOTAFriendRecruitInviteAcceptDecline) GetAccepted() bool {
+ if m != nil && m.Accepted != nil {
+ return *m.Accepted
+ }
+ return false
+}
+
+func (m *CMsgDOTAFriendRecruitInviteAcceptDecline) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgRequestLeaguePrizePool struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestLeaguePrizePool) Reset() { *m = CMsgRequestLeaguePrizePool{} }
+func (m *CMsgRequestLeaguePrizePool) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestLeaguePrizePool) ProtoMessage() {}
+func (*CMsgRequestLeaguePrizePool) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{224} }
+
+func (m *CMsgRequestLeaguePrizePool) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgRequestLeaguePrizePoolResponse struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ PrizePool *uint32 `protobuf:"varint,2,opt,name=prize_pool" json:"prize_pool,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestLeaguePrizePoolResponse) Reset() { *m = CMsgRequestLeaguePrizePoolResponse{} }
+func (m *CMsgRequestLeaguePrizePoolResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestLeaguePrizePoolResponse) ProtoMessage() {}
+func (*CMsgRequestLeaguePrizePoolResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{225}
+}
+
+func (m *CMsgRequestLeaguePrizePoolResponse) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgRequestLeaguePrizePoolResponse) GetPrizePool() uint32 {
+ if m != nil && m.PrizePool != nil {
+ return *m.PrizePool
+ }
+ return 0
+}
+
+type CMsgGCGetHeroStandings struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCGetHeroStandings) Reset() { *m = CMsgGCGetHeroStandings{} }
+func (m *CMsgGCGetHeroStandings) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCGetHeroStandings) ProtoMessage() {}
+func (*CMsgGCGetHeroStandings) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{226} }
+
+type CMsgGCGetHeroStandingsResponse struct {
+ Standings []*CMsgGCGetHeroStandingsResponse_Hero `protobuf:"bytes,1,rep,name=standings" json:"standings,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCGetHeroStandingsResponse) Reset() { *m = CMsgGCGetHeroStandingsResponse{} }
+func (m *CMsgGCGetHeroStandingsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCGetHeroStandingsResponse) ProtoMessage() {}
+func (*CMsgGCGetHeroStandingsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{227}
+}
+
+func (m *CMsgGCGetHeroStandingsResponse) GetStandings() []*CMsgGCGetHeroStandingsResponse_Hero {
+ if m != nil {
+ return m.Standings
+ }
+ return nil
+}
+
+type CMsgGCGetHeroStandingsResponse_Hero struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ Wins *uint32 `protobuf:"varint,2,opt,name=wins" json:"wins,omitempty"`
+ Losses *uint32 `protobuf:"varint,3,opt,name=losses" json:"losses,omitempty"`
+ WinStreak *uint32 `protobuf:"varint,4,opt,name=win_streak" json:"win_streak,omitempty"`
+ BestWinStreak *uint32 `protobuf:"varint,5,opt,name=best_win_streak" json:"best_win_streak,omitempty"`
+ AvgKills *float32 `protobuf:"fixed32,6,opt,name=avg_kills" json:"avg_kills,omitempty"`
+ AvgDeaths *float32 `protobuf:"fixed32,7,opt,name=avg_deaths" json:"avg_deaths,omitempty"`
+ AvgAssists *float32 `protobuf:"fixed32,8,opt,name=avg_assists" json:"avg_assists,omitempty"`
+ AvgGpm *float32 `protobuf:"fixed32,9,opt,name=avg_gpm" json:"avg_gpm,omitempty"`
+ AvgXpm *float32 `protobuf:"fixed32,10,opt,name=avg_xpm" json:"avg_xpm,omitempty"`
+ BestKills *uint32 `protobuf:"varint,11,opt,name=best_kills" json:"best_kills,omitempty"`
+ BestAssists *uint32 `protobuf:"varint,12,opt,name=best_assists" json:"best_assists,omitempty"`
+ BestGpm *uint32 `protobuf:"varint,13,opt,name=best_gpm" json:"best_gpm,omitempty"`
+ BestXpm *uint32 `protobuf:"varint,14,opt,name=best_xpm" json:"best_xpm,omitempty"`
+ Performance *float32 `protobuf:"fixed32,15,opt,name=performance" json:"performance,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) Reset() { *m = CMsgGCGetHeroStandingsResponse_Hero{} }
+func (m *CMsgGCGetHeroStandingsResponse_Hero) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCGetHeroStandingsResponse_Hero) ProtoMessage() {}
+func (*CMsgGCGetHeroStandingsResponse_Hero) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{227, 0}
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetWins() uint32 {
+ if m != nil && m.Wins != nil {
+ return *m.Wins
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetLosses() uint32 {
+ if m != nil && m.Losses != nil {
+ return *m.Losses
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetWinStreak() uint32 {
+ if m != nil && m.WinStreak != nil {
+ return *m.WinStreak
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestWinStreak() uint32 {
+ if m != nil && m.BestWinStreak != nil {
+ return *m.BestWinStreak
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgKills() float32 {
+ if m != nil && m.AvgKills != nil {
+ return *m.AvgKills
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgDeaths() float32 {
+ if m != nil && m.AvgDeaths != nil {
+ return *m.AvgDeaths
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgAssists() float32 {
+ if m != nil && m.AvgAssists != nil {
+ return *m.AvgAssists
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgGpm() float32 {
+ if m != nil && m.AvgGpm != nil {
+ return *m.AvgGpm
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgXpm() float32 {
+ if m != nil && m.AvgXpm != nil {
+ return *m.AvgXpm
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestKills() uint32 {
+ if m != nil && m.BestKills != nil {
+ return *m.BestKills
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestAssists() uint32 {
+ if m != nil && m.BestAssists != nil {
+ return *m.BestAssists
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestGpm() uint32 {
+ if m != nil && m.BestGpm != nil {
+ return *m.BestGpm
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestXpm() uint32 {
+ if m != nil && m.BestXpm != nil {
+ return *m.BestXpm
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStandingsResponse_Hero) GetPerformance() float32 {
+ if m != nil && m.Performance != nil {
+ return *m.Performance
+ }
+ return 0
+}
+
+type CMsgGCItemEditorReservationsRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReservationsRequest) Reset() { *m = CMsgGCItemEditorReservationsRequest{} }
+func (m *CMsgGCItemEditorReservationsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorReservationsRequest) ProtoMessage() {}
+func (*CMsgGCItemEditorReservationsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{228}
+}
+
+type CMsgGCItemEditorReservation struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReservation) Reset() { *m = CMsgGCItemEditorReservation{} }
+func (m *CMsgGCItemEditorReservation) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorReservation) ProtoMessage() {}
+func (*CMsgGCItemEditorReservation) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{229} }
+
+func (m *CMsgGCItemEditorReservation) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorReservation) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+type CMsgGCItemEditorReservationsResponse struct {
+ Reservations []*CMsgGCItemEditorReservation `protobuf:"bytes,1,rep,name=reservations" json:"reservations,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReservationsResponse) Reset() { *m = CMsgGCItemEditorReservationsResponse{} }
+func (m *CMsgGCItemEditorReservationsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorReservationsResponse) ProtoMessage() {}
+func (*CMsgGCItemEditorReservationsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{230}
+}
+
+func (m *CMsgGCItemEditorReservationsResponse) GetReservations() []*CMsgGCItemEditorReservation {
+ if m != nil {
+ return m.Reservations
+ }
+ return nil
+}
+
+type CMsgGCItemEditorReserveItemDef struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Username *string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReserveItemDef) Reset() { *m = CMsgGCItemEditorReserveItemDef{} }
+func (m *CMsgGCItemEditorReserveItemDef) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorReserveItemDef) ProtoMessage() {}
+func (*CMsgGCItemEditorReserveItemDef) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{231}
+}
+
+func (m *CMsgGCItemEditorReserveItemDef) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorReserveItemDef) GetUsername() string {
+ if m != nil && m.Username != nil {
+ return *m.Username
+ }
+ return ""
+}
+
+type CMsgGCItemEditorReserveItemDefResponse struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Username *string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
+ Result *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReserveItemDefResponse) Reset() {
+ *m = CMsgGCItemEditorReserveItemDefResponse{}
+}
+func (m *CMsgGCItemEditorReserveItemDefResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorReserveItemDefResponse) ProtoMessage() {}
+func (*CMsgGCItemEditorReserveItemDefResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{232}
+}
+
+func (m *CMsgGCItemEditorReserveItemDefResponse) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorReserveItemDefResponse) GetUsername() string {
+ if m != nil && m.Username != nil {
+ return *m.Username
+ }
+ return ""
+}
+
+func (m *CMsgGCItemEditorReserveItemDefResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgGCItemEditorReleaseReservation struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Username *string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReleaseReservation) Reset() { *m = CMsgGCItemEditorReleaseReservation{} }
+func (m *CMsgGCItemEditorReleaseReservation) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorReleaseReservation) ProtoMessage() {}
+func (*CMsgGCItemEditorReleaseReservation) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{233}
+}
+
+func (m *CMsgGCItemEditorReleaseReservation) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorReleaseReservation) GetUsername() string {
+ if m != nil && m.Username != nil {
+ return *m.Username
+ }
+ return ""
+}
+
+type CMsgGCItemEditorReleaseReservationResponse struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ Released *bool `protobuf:"varint,2,opt,name=released" json:"released,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorReleaseReservationResponse) Reset() {
+ *m = CMsgGCItemEditorReleaseReservationResponse{}
+}
+func (m *CMsgGCItemEditorReleaseReservationResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCItemEditorReleaseReservationResponse) ProtoMessage() {}
+func (*CMsgGCItemEditorReleaseReservationResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{234}
+}
+
+func (m *CMsgGCItemEditorReleaseReservationResponse) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorReleaseReservationResponse) GetReleased() bool {
+ if m != nil && m.Released != nil {
+ return *m.Released
+ }
+ return false
+}
+
+type CMsgGCItemEditorRequestLeagueInfo struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorRequestLeagueInfo) Reset() { *m = CMsgGCItemEditorRequestLeagueInfo{} }
+func (m *CMsgGCItemEditorRequestLeagueInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorRequestLeagueInfo) ProtoMessage() {}
+func (*CMsgGCItemEditorRequestLeagueInfo) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{235}
+}
+
+func (m *CMsgGCItemEditorRequestLeagueInfo) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgGCItemEditorLeagueInfoResponse struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ LeagueName *string `protobuf:"bytes,2,opt,name=league_name" json:"league_name,omitempty"`
+ LeagueDesc *string `protobuf:"bytes,3,opt,name=league_desc" json:"league_desc,omitempty"`
+ LeagueUrl *string `protobuf:"bytes,4,opt,name=league_url" json:"league_url,omitempty"`
+ RevenueUrl *string `protobuf:"bytes,5,opt,name=revenue_url" json:"revenue_url,omitempty"`
+ Tier *uint32 `protobuf:"varint,6,opt,name=tier" json:"tier,omitempty"`
+ Location *uint32 `protobuf:"varint,7,opt,name=location" json:"location,omitempty"`
+ Result *uint32 `protobuf:"varint,8,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) Reset() { *m = CMsgGCItemEditorLeagueInfoResponse{} }
+func (m *CMsgGCItemEditorLeagueInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCItemEditorLeagueInfoResponse) ProtoMessage() {}
+func (*CMsgGCItemEditorLeagueInfoResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{236}
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueName() string {
+ if m != nil && m.LeagueName != nil {
+ return *m.LeagueName
+ }
+ return ""
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueDesc() string {
+ if m != nil && m.LeagueDesc != nil {
+ return *m.LeagueDesc
+ }
+ return ""
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueUrl() string {
+ if m != nil && m.LeagueUrl != nil {
+ return *m.LeagueUrl
+ }
+ return ""
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetRevenueUrl() string {
+ if m != nil && m.RevenueUrl != nil {
+ return *m.RevenueUrl
+ }
+ return ""
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetTier() uint32 {
+ if m != nil && m.Tier != nil {
+ return *m.Tier
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetLocation() uint32 {
+ if m != nil && m.Location != nil {
+ return *m.Location
+ }
+ return 0
+}
+
+func (m *CMsgGCItemEditorLeagueInfoResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgDOTARewardTutorialPrizes struct {
+ LocationId *uint32 `protobuf:"varint,1,opt,name=location_id" json:"location_id,omitempty"`
+ TrackingOnly *bool `protobuf:"varint,2,opt,name=tracking_only" json:"tracking_only,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARewardTutorialPrizes) Reset() { *m = CMsgDOTARewardTutorialPrizes{} }
+func (m *CMsgDOTARewardTutorialPrizes) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARewardTutorialPrizes) ProtoMessage() {}
+func (*CMsgDOTARewardTutorialPrizes) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{237} }
+
+func (m *CMsgDOTARewardTutorialPrizes) GetLocationId() uint32 {
+ if m != nil && m.LocationId != nil {
+ return *m.LocationId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARewardTutorialPrizes) GetTrackingOnly() bool {
+ if m != nil && m.TrackingOnly != nil {
+ return *m.TrackingOnly
+ }
+ return false
+}
+
+type CMsgDOTALastHitChallengeHighScorePost struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ HighScore *uint32 `protobuf:"varint,2,opt,name=high_score" json:"high_score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALastHitChallengeHighScorePost) Reset() { *m = CMsgDOTALastHitChallengeHighScorePost{} }
+func (m *CMsgDOTALastHitChallengeHighScorePost) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALastHitChallengeHighScorePost) ProtoMessage() {}
+func (*CMsgDOTALastHitChallengeHighScorePost) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{238}
+}
+
+func (m *CMsgDOTALastHitChallengeHighScorePost) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTALastHitChallengeHighScorePost) GetHighScore() uint32 {
+ if m != nil && m.HighScore != nil {
+ return *m.HighScore
+ }
+ return 0
+}
+
+type CMsgDOTALastHitChallengeHighScoreRequest struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALastHitChallengeHighScoreRequest) Reset() {
+ *m = CMsgDOTALastHitChallengeHighScoreRequest{}
+}
+func (m *CMsgDOTALastHitChallengeHighScoreRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALastHitChallengeHighScoreRequest) ProtoMessage() {}
+func (*CMsgDOTALastHitChallengeHighScoreRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{239}
+}
+
+func (m *CMsgDOTALastHitChallengeHighScoreRequest) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgDOTALastHitChallengeHighScoreResponse struct {
+ Score *uint32 `protobuf:"varint,1,opt,name=score" json:"score,omitempty"`
+ Eresult *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALastHitChallengeHighScoreResponse) Reset() {
+ *m = CMsgDOTALastHitChallengeHighScoreResponse{}
+}
+func (m *CMsgDOTALastHitChallengeHighScoreResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALastHitChallengeHighScoreResponse) ProtoMessage() {}
+func (*CMsgDOTALastHitChallengeHighScoreResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{240}
+}
+
+func (m *CMsgDOTALastHitChallengeHighScoreResponse) GetScore() uint32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgDOTALastHitChallengeHighScoreResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return 0
+}
+
+type CMsgFlipLobbyTeams struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgFlipLobbyTeams) Reset() { *m = CMsgFlipLobbyTeams{} }
+func (m *CMsgFlipLobbyTeams) String() string { return proto.CompactTextString(m) }
+func (*CMsgFlipLobbyTeams) ProtoMessage() {}
+func (*CMsgFlipLobbyTeams) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{241} }
+
+type CMsgPresentedClientTerminateDlg struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPresentedClientTerminateDlg) Reset() { *m = CMsgPresentedClientTerminateDlg{} }
+func (m *CMsgPresentedClientTerminateDlg) String() string { return proto.CompactTextString(m) }
+func (*CMsgPresentedClientTerminateDlg) ProtoMessage() {}
+func (*CMsgPresentedClientTerminateDlg) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{242}
+}
+
+type CMsgGCLobbyUpdateBroadcastChannelInfo struct {
+ ChannelId *uint32 `protobuf:"varint,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ CountryCode *string `protobuf:"bytes,2,opt,name=country_code" json:"country_code,omitempty"`
+ Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
+ LanguageCode *string `protobuf:"bytes,4,opt,name=language_code" json:"language_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) Reset() { *m = CMsgGCLobbyUpdateBroadcastChannelInfo{} }
+func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCLobbyUpdateBroadcastChannelInfo) ProtoMessage() {}
+func (*CMsgGCLobbyUpdateBroadcastChannelInfo) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{243}
+}
+
+func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetChannelId() uint32 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetLanguageCode() string {
+ if m != nil && m.LanguageCode != nil {
+ return *m.LanguageCode
+ }
+ return ""
+}
+
+type CMsgDOTARedeemEventPrize struct {
+ PrizeId *uint32 `protobuf:"varint,1,opt,name=prize_id" json:"prize_id,omitempty"`
+ EventId *uint32 `protobuf:"varint,2,opt,name=event_id" json:"event_id,omitempty"`
+ Quantity *uint32 `protobuf:"varint,3,opt,name=quantity,def=1" json:"quantity,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARedeemEventPrize) Reset() { *m = CMsgDOTARedeemEventPrize{} }
+func (m *CMsgDOTARedeemEventPrize) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARedeemEventPrize) ProtoMessage() {}
+func (*CMsgDOTARedeemEventPrize) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{244} }
+
+const Default_CMsgDOTARedeemEventPrize_Quantity uint32 = 1
+
+func (m *CMsgDOTARedeemEventPrize) GetPrizeId() uint32 {
+ if m != nil && m.PrizeId != nil {
+ return *m.PrizeId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARedeemEventPrize) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARedeemEventPrize) GetQuantity() uint32 {
+ if m != nil && m.Quantity != nil {
+ return *m.Quantity
+ }
+ return Default_CMsgDOTARedeemEventPrize_Quantity
+}
+
+type CMsgDOTARedeemEventPrizeResponse struct {
+ Result *CMsgDOTARedeemEventPrizeResponse_ResultCode `protobuf:"varint,1,opt,name=result,enum=CMsgDOTARedeemEventPrizeResponse_ResultCode,def=0" json:"result,omitempty"`
+ RemainingPoints *uint32 `protobuf:"varint,2,opt,name=remaining_points" json:"remaining_points,omitempty"`
+ RemainingPremiumPoints *uint32 `protobuf:"varint,3,opt,name=remaining_premium_points" json:"remaining_premium_points,omitempty"`
+ EventId *uint32 `protobuf:"varint,4,opt,name=event_id" json:"event_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARedeemEventPrizeResponse) Reset() { *m = CMsgDOTARedeemEventPrizeResponse{} }
+func (m *CMsgDOTARedeemEventPrizeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARedeemEventPrizeResponse) ProtoMessage() {}
+func (*CMsgDOTARedeemEventPrizeResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{245}
+}
+
+const Default_CMsgDOTARedeemEventPrizeResponse_Result CMsgDOTARedeemEventPrizeResponse_ResultCode = CMsgDOTARedeemEventPrizeResponse_Success
+
+func (m *CMsgDOTARedeemEventPrizeResponse) GetResult() CMsgDOTARedeemEventPrizeResponse_ResultCode {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTARedeemEventPrizeResponse_Result
+}
+
+func (m *CMsgDOTARedeemEventPrizeResponse) GetRemainingPoints() uint32 {
+ if m != nil && m.RemainingPoints != nil {
+ return *m.RemainingPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTARedeemEventPrizeResponse) GetRemainingPremiumPoints() uint32 {
+ if m != nil && m.RemainingPremiumPoints != nil {
+ return *m.RemainingPremiumPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTARedeemEventPrizeResponse) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+type CMsgDOTAGetEventPoints struct {
+ EventId *uint32 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
+ AccountId *uint32 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGetEventPoints) Reset() { *m = CMsgDOTAGetEventPoints{} }
+func (m *CMsgDOTAGetEventPoints) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGetEventPoints) ProtoMessage() {}
+func (*CMsgDOTAGetEventPoints) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{246} }
+
+func (m *CMsgDOTAGetEventPoints) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPoints) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgDOTAGetEventPointsResponse struct {
+ TotalPoints *uint32 `protobuf:"varint,1,opt,name=total_points" json:"total_points,omitempty"`
+ TotalPremiumPoints *uint32 `protobuf:"varint,2,opt,name=total_premium_points" json:"total_premium_points,omitempty"`
+ EventId *uint32 `protobuf:"varint,3,opt,name=event_id" json:"event_id,omitempty"`
+ Points *uint32 `protobuf:"varint,4,opt,name=points" json:"points,omitempty"`
+ PremiumPoints *uint32 `protobuf:"varint,5,opt,name=premium_points" json:"premium_points,omitempty"`
+ CompletedActions []*CMsgDOTAGetEventPointsResponse_Action `protobuf:"bytes,6,rep,name=completed_actions" json:"completed_actions,omitempty"`
+ AccountId *uint32 `protobuf:"varint,7,opt,name=account_id" json:"account_id,omitempty"`
+ Owned *bool `protobuf:"varint,8,opt,name=owned" json:"owned,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) Reset() { *m = CMsgDOTAGetEventPointsResponse{} }
+func (m *CMsgDOTAGetEventPointsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGetEventPointsResponse) ProtoMessage() {}
+func (*CMsgDOTAGetEventPointsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{247}
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetTotalPoints() uint32 {
+ if m != nil && m.TotalPoints != nil {
+ return *m.TotalPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetTotalPremiumPoints() uint32 {
+ if m != nil && m.TotalPremiumPoints != nil {
+ return *m.TotalPremiumPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetPoints() uint32 {
+ if m != nil && m.Points != nil {
+ return *m.Points
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetPremiumPoints() uint32 {
+ if m != nil && m.PremiumPoints != nil {
+ return *m.PremiumPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetCompletedActions() []*CMsgDOTAGetEventPointsResponse_Action {
+ if m != nil {
+ return m.CompletedActions
+ }
+ return nil
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse) GetOwned() bool {
+ if m != nil && m.Owned != nil {
+ return *m.Owned
+ }
+ return false
+}
+
+type CMsgDOTAGetEventPointsResponse_Action struct {
+ ActionId *uint32 `protobuf:"varint,1,opt,name=action_id" json:"action_id,omitempty"`
+ TimesCompleted *uint32 `protobuf:"varint,2,opt,name=times_completed,def=1" json:"times_completed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGetEventPointsResponse_Action) Reset() { *m = CMsgDOTAGetEventPointsResponse_Action{} }
+func (m *CMsgDOTAGetEventPointsResponse_Action) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGetEventPointsResponse_Action) ProtoMessage() {}
+func (*CMsgDOTAGetEventPointsResponse_Action) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{247, 0}
+}
+
+const Default_CMsgDOTAGetEventPointsResponse_Action_TimesCompleted uint32 = 1
+
+func (m *CMsgDOTAGetEventPointsResponse_Action) GetActionId() uint32 {
+ if m != nil && m.ActionId != nil {
+ return *m.ActionId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetEventPointsResponse_Action) GetTimesCompleted() uint32 {
+ if m != nil && m.TimesCompleted != nil {
+ return *m.TimesCompleted
+ }
+ return Default_CMsgDOTAGetEventPointsResponse_Action_TimesCompleted
+}
+
+type CMsgDOTALiveLeagueGameUpdate struct {
+ LiveLeagueGames *uint32 `protobuf:"varint,1,opt,name=live_league_games" json:"live_league_games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALiveLeagueGameUpdate) Reset() { *m = CMsgDOTALiveLeagueGameUpdate{} }
+func (m *CMsgDOTALiveLeagueGameUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALiveLeagueGameUpdate) ProtoMessage() {}
+func (*CMsgDOTALiveLeagueGameUpdate) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{248} }
+
+func (m *CMsgDOTALiveLeagueGameUpdate) GetLiveLeagueGames() uint32 {
+ if m != nil && m.LiveLeagueGames != nil {
+ return *m.LiveLeagueGames
+ }
+ return 0
+}
+
+type CMsgDOTACompendiumSelection struct {
+ SelectionIndex *uint32 `protobuf:"varint,1,opt,name=selection_index" json:"selection_index,omitempty"`
+ Selection *uint32 `protobuf:"varint,2,opt,name=selection" json:"selection,omitempty"`
+ Leagueid *uint32 `protobuf:"varint,3,opt,name=leagueid" json:"leagueid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACompendiumSelection) Reset() { *m = CMsgDOTACompendiumSelection{} }
+func (m *CMsgDOTACompendiumSelection) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACompendiumSelection) ProtoMessage() {}
+func (*CMsgDOTACompendiumSelection) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{249} }
+
+func (m *CMsgDOTACompendiumSelection) GetSelectionIndex() uint32 {
+ if m != nil && m.SelectionIndex != nil {
+ return *m.SelectionIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTACompendiumSelection) GetSelection() uint32 {
+ if m != nil && m.Selection != nil {
+ return *m.Selection
+ }
+ return 0
+}
+
+func (m *CMsgDOTACompendiumSelection) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+type CMsgDOTACompendiumSelectionResponse struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ ExtraSelections []*CMsgDOTACompendiumSelection `protobuf:"bytes,2,rep,name=extra_selections" json:"extra_selections,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACompendiumSelectionResponse) Reset() { *m = CMsgDOTACompendiumSelectionResponse{} }
+func (m *CMsgDOTACompendiumSelectionResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACompendiumSelectionResponse) ProtoMessage() {}
+func (*CMsgDOTACompendiumSelectionResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{250}
+}
+
+const Default_CMsgDOTACompendiumSelectionResponse_Eresult uint32 = 2
+
+func (m *CMsgDOTACompendiumSelectionResponse) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgDOTACompendiumSelectionResponse_Eresult
+}
+
+func (m *CMsgDOTACompendiumSelectionResponse) GetExtraSelections() []*CMsgDOTACompendiumSelection {
+ if m != nil {
+ return m.ExtraSelections
+ }
+ return nil
+}
+
+type CMsgDOTACompendiumData struct {
+ Selections []*CMsgDOTACompendiumSelection `protobuf:"bytes,1,rep,name=selections" json:"selections,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACompendiumData) Reset() { *m = CMsgDOTACompendiumData{} }
+func (m *CMsgDOTACompendiumData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACompendiumData) ProtoMessage() {}
+func (*CMsgDOTACompendiumData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{251} }
+
+func (m *CMsgDOTACompendiumData) GetSelections() []*CMsgDOTACompendiumSelection {
+ if m != nil {
+ return m.Selections
+ }
+ return nil
+}
+
+type CMsgDOTACompendiumDataRequest struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Leagueid *uint32 `protobuf:"varint,2,opt,name=leagueid" json:"leagueid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACompendiumDataRequest) Reset() { *m = CMsgDOTACompendiumDataRequest{} }
+func (m *CMsgDOTACompendiumDataRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACompendiumDataRequest) ProtoMessage() {}
+func (*CMsgDOTACompendiumDataRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{252} }
+
+func (m *CMsgDOTACompendiumDataRequest) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTACompendiumDataRequest) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+type CMsgDOTACompendiumDataResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Leagueid *uint32 `protobuf:"varint,2,opt,name=leagueid" json:"leagueid,omitempty"`
+ Result *uint32 `protobuf:"varint,3,opt,name=result,def=2" json:"result,omitempty"`
+ CompendiumData *CMsgDOTACompendiumData `protobuf:"bytes,4,opt,name=compendium_data" json:"compendium_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACompendiumDataResponse) Reset() { *m = CMsgDOTACompendiumDataResponse{} }
+func (m *CMsgDOTACompendiumDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACompendiumDataResponse) ProtoMessage() {}
+func (*CMsgDOTACompendiumDataResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{253}
+}
+
+const Default_CMsgDOTACompendiumDataResponse_Result uint32 = 2
+
+func (m *CMsgDOTACompendiumDataResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTACompendiumDataResponse) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+func (m *CMsgDOTACompendiumDataResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTACompendiumDataResponse_Result
+}
+
+func (m *CMsgDOTACompendiumDataResponse) GetCompendiumData() *CMsgDOTACompendiumData {
+ if m != nil {
+ return m.CompendiumData
+ }
+ return nil
+}
+
+type CMsgDOTAGetPlayerMatchHistory struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ StartAtMatchId *uint64 `protobuf:"varint,2,opt,name=start_at_match_id" json:"start_at_match_id,omitempty"`
+ MatchesRequested *uint32 `protobuf:"varint,3,opt,name=matches_requested" json:"matches_requested,omitempty"`
+ HeroId *uint32 `protobuf:"varint,4,opt,name=hero_id" json:"hero_id,omitempty"`
+ RequestId *uint32 `protobuf:"varint,5,opt,name=request_id" json:"request_id,omitempty"`
+ IncludePracticeMatches *bool `protobuf:"varint,7,opt,name=include_practice_matches" json:"include_practice_matches,omitempty"`
+ IncludeCustomGames *bool `protobuf:"varint,8,opt,name=include_custom_games" json:"include_custom_games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) Reset() { *m = CMsgDOTAGetPlayerMatchHistory{} }
+func (m *CMsgDOTAGetPlayerMatchHistory) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGetPlayerMatchHistory) ProtoMessage() {}
+func (*CMsgDOTAGetPlayerMatchHistory) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{254} }
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetStartAtMatchId() uint64 {
+ if m != nil && m.StartAtMatchId != nil {
+ return *m.StartAtMatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetMatchesRequested() uint32 {
+ if m != nil && m.MatchesRequested != nil {
+ return *m.MatchesRequested
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetRequestId() uint32 {
+ if m != nil && m.RequestId != nil {
+ return *m.RequestId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetIncludePracticeMatches() bool {
+ if m != nil && m.IncludePracticeMatches != nil {
+ return *m.IncludePracticeMatches
+ }
+ return false
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistory) GetIncludeCustomGames() bool {
+ if m != nil && m.IncludeCustomGames != nil {
+ return *m.IncludeCustomGames
+ }
+ return false
+}
+
+type CMsgDOTAGetPlayerMatchHistoryResponse struct {
+ Matches []*CMsgDOTAGetPlayerMatchHistoryResponse_Match `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
+ RequestId *uint32 `protobuf:"varint,2,opt,name=request_id" json:"request_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse) Reset() { *m = CMsgDOTAGetPlayerMatchHistoryResponse{} }
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGetPlayerMatchHistoryResponse) ProtoMessage() {}
+func (*CMsgDOTAGetPlayerMatchHistoryResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{255}
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse) GetMatches() []*CMsgDOTAGetPlayerMatchHistoryResponse_Match {
+ if m != nil {
+ return m.Matches
+ }
+ return nil
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse) GetRequestId() uint32 {
+ if m != nil && m.RequestId != nil {
+ return *m.RequestId
+ }
+ return 0
+}
+
+type CMsgDOTAGetPlayerMatchHistoryResponse_Match struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ StartTime *uint32 `protobuf:"varint,2,opt,name=start_time" json:"start_time,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ Winner *bool `protobuf:"varint,4,opt,name=winner" json:"winner,omitempty"`
+ GameMode *uint32 `protobuf:"varint,5,opt,name=game_mode" json:"game_mode,omitempty"`
+ RankChange *int32 `protobuf:"varint,6,opt,name=rank_change" json:"rank_change,omitempty"`
+ PreviousRank *uint32 `protobuf:"varint,7,opt,name=previous_rank" json:"previous_rank,omitempty"`
+ LobbyType *uint32 `protobuf:"varint,8,opt,name=lobby_type" json:"lobby_type,omitempty"`
+ SoloRank *bool `protobuf:"varint,9,opt,name=solo_rank" json:"solo_rank,omitempty"`
+ Abandon *bool `protobuf:"varint,10,opt,name=abandon" json:"abandon,omitempty"`
+ Duration *uint32 `protobuf:"varint,11,opt,name=duration" json:"duration,omitempty"`
+ Engine *uint32 `protobuf:"varint,12,opt,name=engine" json:"engine,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) Reset() {
+ *m = CMsgDOTAGetPlayerMatchHistoryResponse_Match{}
+}
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) ProtoMessage() {}
+func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{255, 0}
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetWinner() bool {
+ if m != nil && m.Winner != nil {
+ return *m.Winner
+ }
+ return false
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetRankChange() int32 {
+ if m != nil && m.RankChange != nil {
+ return *m.RankChange
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetPreviousRank() uint32 {
+ if m != nil && m.PreviousRank != nil {
+ return *m.PreviousRank
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetLobbyType() uint32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetSoloRank() bool {
+ if m != nil && m.SoloRank != nil {
+ return *m.SoloRank
+ }
+ return false
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetAbandon() bool {
+ if m != nil && m.Abandon != nil {
+ return *m.Abandon
+ }
+ return false
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetDuration() uint32 {
+ if m != nil && m.Duration != nil {
+ return *m.Duration
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetEngine() uint32 {
+ if m != nil && m.Engine != nil {
+ return *m.Engine
+ }
+ return 0
+}
+
+type CMsgDOTAStartDailyHeroChallenge struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAStartDailyHeroChallenge) Reset() { *m = CMsgDOTAStartDailyHeroChallenge{} }
+func (m *CMsgDOTAStartDailyHeroChallenge) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAStartDailyHeroChallenge) ProtoMessage() {}
+func (*CMsgDOTAStartDailyHeroChallenge) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{256}
+}
+
+type CMsgGCNotificationsRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCNotificationsRequest) Reset() { *m = CMsgGCNotificationsRequest{} }
+func (m *CMsgGCNotificationsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCNotificationsRequest) ProtoMessage() {}
+func (*CMsgGCNotificationsRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{257} }
+
+type CMsgGCNotificationsResponse struct {
+ Result *CMsgGCNotificationsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgGCNotificationsResponse_EResult,def=0" json:"result,omitempty"`
+ Notifications []*CMsgGCNotificationsResponse_Notification `protobuf:"bytes,2,rep,name=notifications" json:"notifications,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCNotificationsResponse) Reset() { *m = CMsgGCNotificationsResponse{} }
+func (m *CMsgGCNotificationsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCNotificationsResponse) ProtoMessage() {}
+func (*CMsgGCNotificationsResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{258} }
+
+const Default_CMsgGCNotificationsResponse_Result CMsgGCNotificationsResponse_EResult = CMsgGCNotificationsResponse_SUCCESS
+
+func (m *CMsgGCNotificationsResponse) GetResult() CMsgGCNotificationsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgGCNotificationsResponse_Result
+}
+
+func (m *CMsgGCNotificationsResponse) GetNotifications() []*CMsgGCNotificationsResponse_Notification {
+ if m != nil {
+ return m.Notifications
+ }
+ return nil
+}
+
+type CMsgGCNotificationsResponse_Notification struct {
+ Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ Type *uint32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
+ ReferenceA *uint32 `protobuf:"varint,4,opt,name=reference_a" json:"reference_a,omitempty"`
+ ReferenceB *uint32 `protobuf:"varint,5,opt,name=reference_b" json:"reference_b,omitempty"`
+ ReferenceC *uint32 `protobuf:"varint,6,opt,name=reference_c" json:"reference_c,omitempty"`
+ Message *string `protobuf:"bytes,7,opt,name=message" json:"message,omitempty"`
+ Unread *bool `protobuf:"varint,8,opt,name=unread" json:"unread,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) Reset() {
+ *m = CMsgGCNotificationsResponse_Notification{}
+}
+func (m *CMsgGCNotificationsResponse_Notification) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCNotificationsResponse_Notification) ProtoMessage() {}
+func (*CMsgGCNotificationsResponse_Notification) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{258, 0}
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetId() uint64 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetReferenceA() uint32 {
+ if m != nil && m.ReferenceA != nil {
+ return *m.ReferenceA
+ }
+ return 0
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetReferenceB() uint32 {
+ if m != nil && m.ReferenceB != nil {
+ return *m.ReferenceB
+ }
+ return 0
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetReferenceC() uint32 {
+ if m != nil && m.ReferenceC != nil {
+ return *m.ReferenceC
+ }
+ return 0
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgGCNotificationsResponse_Notification) GetUnread() bool {
+ if m != nil && m.Unread != nil {
+ return *m.Unread
+ }
+ return false
+}
+
+type CMsgGCNotificationsMarkReadRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCNotificationsMarkReadRequest) Reset() { *m = CMsgGCNotificationsMarkReadRequest{} }
+func (m *CMsgGCNotificationsMarkReadRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCNotificationsMarkReadRequest) ProtoMessage() {}
+func (*CMsgGCNotificationsMarkReadRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{259}
+}
+
+type CMsgClientToGCMarkNotificationListRead struct {
+ NotificationIds []uint64 `protobuf:"varint,1,rep,name=notification_ids" json:"notification_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCMarkNotificationListRead) Reset() {
+ *m = CMsgClientToGCMarkNotificationListRead{}
+}
+func (m *CMsgClientToGCMarkNotificationListRead) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCMarkNotificationListRead) ProtoMessage() {}
+func (*CMsgClientToGCMarkNotificationListRead) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{260}
+}
+
+func (m *CMsgClientToGCMarkNotificationListRead) GetNotificationIds() []uint64 {
+ if m != nil {
+ return m.NotificationIds
+ }
+ return nil
+}
+
+type CMsgGCLeagueAdminState struct {
+ Leagues []uint32 `protobuf:"varint,1,rep,name=leagues" json:"leagues,omitempty"`
+ Keys []*CMsgGCLeagueAdminState_PrivateLeagueKeys `protobuf:"bytes,2,rep,name=keys" json:"keys,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCLeagueAdminState) Reset() { *m = CMsgGCLeagueAdminState{} }
+func (m *CMsgGCLeagueAdminState) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCLeagueAdminState) ProtoMessage() {}
+func (*CMsgGCLeagueAdminState) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{261} }
+
+func (m *CMsgGCLeagueAdminState) GetLeagues() []uint32 {
+ if m != nil {
+ return m.Leagues
+ }
+ return nil
+}
+
+func (m *CMsgGCLeagueAdminState) GetKeys() []*CMsgGCLeagueAdminState_PrivateLeagueKeys {
+ if m != nil {
+ return m.Keys
+ }
+ return nil
+}
+
+type CMsgGCLeagueAdminState_PrivateLeagueKeys struct {
+ Leagueid *uint32 `protobuf:"varint,1,opt,name=leagueid" json:"leagueid,omitempty"`
+ Privatekey *uint32 `protobuf:"varint,2,opt,name=privatekey" json:"privatekey,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCLeagueAdminState_PrivateLeagueKeys) Reset() {
+ *m = CMsgGCLeagueAdminState_PrivateLeagueKeys{}
+}
+func (m *CMsgGCLeagueAdminState_PrivateLeagueKeys) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) ProtoMessage() {}
+func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{261, 0}
+}
+
+func (m *CMsgGCLeagueAdminState_PrivateLeagueKeys) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+func (m *CMsgGCLeagueAdminState_PrivateLeagueKeys) GetPrivatekey() uint32 {
+ if m != nil && m.Privatekey != nil {
+ return *m.Privatekey
+ }
+ return 0
+}
+
+type CMsgGCPlayerInfoRequest struct {
+ AccountIds []uint32 `protobuf:"varint,1,rep,name=account_ids" json:"account_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPlayerInfoRequest) Reset() { *m = CMsgGCPlayerInfoRequest{} }
+func (m *CMsgGCPlayerInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPlayerInfoRequest) ProtoMessage() {}
+func (*CMsgGCPlayerInfoRequest) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{262} }
+
+func (m *CMsgGCPlayerInfoRequest) GetAccountIds() []uint32 {
+ if m != nil {
+ return m.AccountIds
+ }
+ return nil
+}
+
+type CMsgGCPlayerInfoSubmit struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ CountryCode *string `protobuf:"bytes,2,opt,name=country_code" json:"country_code,omitempty"`
+ FantasyRole *uint32 `protobuf:"varint,3,opt,name=fantasy_role" json:"fantasy_role,omitempty"`
+ TeamId *uint32 `protobuf:"varint,4,opt,name=team_id" json:"team_id,omitempty"`
+ Sponsor *string `protobuf:"bytes,5,opt,name=sponsor" json:"sponsor,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPlayerInfoSubmit) Reset() { *m = CMsgGCPlayerInfoSubmit{} }
+func (m *CMsgGCPlayerInfoSubmit) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPlayerInfoSubmit) ProtoMessage() {}
+func (*CMsgGCPlayerInfoSubmit) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{263} }
+
+func (m *CMsgGCPlayerInfoSubmit) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfoSubmit) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfoSubmit) GetFantasyRole() uint32 {
+ if m != nil && m.FantasyRole != nil {
+ return *m.FantasyRole
+ }
+ return 0
+}
+
+func (m *CMsgGCPlayerInfoSubmit) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgGCPlayerInfoSubmit) GetSponsor() string {
+ if m != nil && m.Sponsor != nil {
+ return *m.Sponsor
+ }
+ return ""
+}
+
+type CMsgGCPlayerInfoSubmitResponse struct {
+ Result *CMsgGCPlayerInfoSubmitResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgGCPlayerInfoSubmitResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPlayerInfoSubmitResponse) Reset() { *m = CMsgGCPlayerInfoSubmitResponse{} }
+func (m *CMsgGCPlayerInfoSubmitResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPlayerInfoSubmitResponse) ProtoMessage() {}
+func (*CMsgGCPlayerInfoSubmitResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{264}
+}
+
+const Default_CMsgGCPlayerInfoSubmitResponse_Result CMsgGCPlayerInfoSubmitResponse_EResult = CMsgGCPlayerInfoSubmitResponse_SUCCESS
+
+func (m *CMsgGCPlayerInfoSubmitResponse) GetResult() CMsgGCPlayerInfoSubmitResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgGCPlayerInfoSubmitResponse_Result
+}
+
+type CMsgSerializedSOCache struct {
+ FileVersion *uint32 `protobuf:"varint,1,opt,name=file_version" json:"file_version,omitempty"`
+ Caches []*CMsgSerializedSOCache_Cache `protobuf:"bytes,2,rep,name=caches" json:"caches,omitempty"`
+ GcSocacheFileVersion *uint32 `protobuf:"varint,3,opt,name=gc_socache_file_version" json:"gc_socache_file_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSerializedSOCache) Reset() { *m = CMsgSerializedSOCache{} }
+func (m *CMsgSerializedSOCache) String() string { return proto.CompactTextString(m) }
+func (*CMsgSerializedSOCache) ProtoMessage() {}
+func (*CMsgSerializedSOCache) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{265} }
+
+func (m *CMsgSerializedSOCache) GetFileVersion() uint32 {
+ if m != nil && m.FileVersion != nil {
+ return *m.FileVersion
+ }
+ return 0
+}
+
+func (m *CMsgSerializedSOCache) GetCaches() []*CMsgSerializedSOCache_Cache {
+ if m != nil {
+ return m.Caches
+ }
+ return nil
+}
+
+func (m *CMsgSerializedSOCache) GetGcSocacheFileVersion() uint32 {
+ if m != nil && m.GcSocacheFileVersion != nil {
+ return *m.GcSocacheFileVersion
+ }
+ return 0
+}
+
+type CMsgSerializedSOCache_TypeCache struct {
+ Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
+ Objects [][]byte `protobuf:"bytes,2,rep,name=objects" json:"objects,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,3,opt,name=service_id" json:"service_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSerializedSOCache_TypeCache) Reset() { *m = CMsgSerializedSOCache_TypeCache{} }
+func (m *CMsgSerializedSOCache_TypeCache) String() string { return proto.CompactTextString(m) }
+func (*CMsgSerializedSOCache_TypeCache) ProtoMessage() {}
+func (*CMsgSerializedSOCache_TypeCache) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{265, 0}
+}
+
+func (m *CMsgSerializedSOCache_TypeCache) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CMsgSerializedSOCache_TypeCache) GetObjects() [][]byte {
+ if m != nil {
+ return m.Objects
+ }
+ return nil
+}
+
+func (m *CMsgSerializedSOCache_TypeCache) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+type CMsgSerializedSOCache_Cache struct {
+ Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
+ Id *uint64 `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
+ Versions []*CMsgSerializedSOCache_Cache_Version `protobuf:"bytes,3,rep,name=versions" json:"versions,omitempty"`
+ TypeCaches []*CMsgSerializedSOCache_TypeCache `protobuf:"bytes,4,rep,name=type_caches" json:"type_caches,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSerializedSOCache_Cache) Reset() { *m = CMsgSerializedSOCache_Cache{} }
+func (m *CMsgSerializedSOCache_Cache) String() string { return proto.CompactTextString(m) }
+func (*CMsgSerializedSOCache_Cache) ProtoMessage() {}
+func (*CMsgSerializedSOCache_Cache) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{265, 1}
+}
+
+func (m *CMsgSerializedSOCache_Cache) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CMsgSerializedSOCache_Cache) GetId() uint64 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CMsgSerializedSOCache_Cache) GetVersions() []*CMsgSerializedSOCache_Cache_Version {
+ if m != nil {
+ return m.Versions
+ }
+ return nil
+}
+
+func (m *CMsgSerializedSOCache_Cache) GetTypeCaches() []*CMsgSerializedSOCache_TypeCache {
+ if m != nil {
+ return m.TypeCaches
+ }
+ return nil
+}
+
+type CMsgSerializedSOCache_Cache_Version struct {
+ Service *uint32 `protobuf:"varint,1,opt,name=service" json:"service,omitempty"`
+ Version *uint64 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSerializedSOCache_Cache_Version) Reset() { *m = CMsgSerializedSOCache_Cache_Version{} }
+func (m *CMsgSerializedSOCache_Cache_Version) String() string { return proto.CompactTextString(m) }
+func (*CMsgSerializedSOCache_Cache_Version) ProtoMessage() {}
+func (*CMsgSerializedSOCache_Cache_Version) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{265, 1, 0}
+}
+
+func (m *CMsgSerializedSOCache_Cache_Version) GetService() uint32 {
+ if m != nil && m.Service != nil {
+ return *m.Service
+ }
+ return 0
+}
+
+func (m *CMsgSerializedSOCache_Cache_Version) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+type CMsgRequestWeekendTourneySchedule struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestWeekendTourneySchedule) Reset() { *m = CMsgRequestWeekendTourneySchedule{} }
+func (m *CMsgRequestWeekendTourneySchedule) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestWeekendTourneySchedule) ProtoMessage() {}
+func (*CMsgRequestWeekendTourneySchedule) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{266}
+}
+
+type CMsgWeekendTourneySchedule struct {
+ Divisions []*CMsgWeekendTourneySchedule_Division `protobuf:"bytes,1,rep,name=divisions" json:"divisions,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgWeekendTourneySchedule) Reset() { *m = CMsgWeekendTourneySchedule{} }
+func (m *CMsgWeekendTourneySchedule) String() string { return proto.CompactTextString(m) }
+func (*CMsgWeekendTourneySchedule) ProtoMessage() {}
+func (*CMsgWeekendTourneySchedule) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{267} }
+
+func (m *CMsgWeekendTourneySchedule) GetDivisions() []*CMsgWeekendTourneySchedule_Division {
+ if m != nil {
+ return m.Divisions
+ }
+ return nil
+}
+
+type CMsgWeekendTourneySchedule_Division struct {
+ DivisionCode *uint32 `protobuf:"varint,1,opt,name=division_code" json:"division_code,omitempty"`
+ TimeWindowOpen *uint32 `protobuf:"varint,2,opt,name=time_window_open" json:"time_window_open,omitempty"`
+ TimeWindowClose *uint32 `protobuf:"varint,3,opt,name=time_window_close" json:"time_window_close,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgWeekendTourneySchedule_Division) Reset() { *m = CMsgWeekendTourneySchedule_Division{} }
+func (m *CMsgWeekendTourneySchedule_Division) String() string { return proto.CompactTextString(m) }
+func (*CMsgWeekendTourneySchedule_Division) ProtoMessage() {}
+func (*CMsgWeekendTourneySchedule_Division) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{267, 0}
+}
+
+func (m *CMsgWeekendTourneySchedule_Division) GetDivisionCode() uint32 {
+ if m != nil && m.DivisionCode != nil {
+ return *m.DivisionCode
+ }
+ return 0
+}
+
+func (m *CMsgWeekendTourneySchedule_Division) GetTimeWindowOpen() uint32 {
+ if m != nil && m.TimeWindowOpen != nil {
+ return *m.TimeWindowOpen
+ }
+ return 0
+}
+
+func (m *CMsgWeekendTourneySchedule_Division) GetTimeWindowClose() uint32 {
+ if m != nil && m.TimeWindowClose != nil {
+ return *m.TimeWindowClose
+ }
+ return 0
+}
+
+type CMsgClientProvideSurveyResult struct {
+ Responses []*CMsgClientProvideSurveyResult_Response `protobuf:"bytes,1,rep,name=responses" json:"responses,omitempty"`
+ SurveyKey *uint64 `protobuf:"varint,2,opt,name=survey_key" json:"survey_key,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientProvideSurveyResult) Reset() { *m = CMsgClientProvideSurveyResult{} }
+func (m *CMsgClientProvideSurveyResult) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientProvideSurveyResult) ProtoMessage() {}
+func (*CMsgClientProvideSurveyResult) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{268} }
+
+func (m *CMsgClientProvideSurveyResult) GetResponses() []*CMsgClientProvideSurveyResult_Response {
+ if m != nil {
+ return m.Responses
+ }
+ return nil
+}
+
+func (m *CMsgClientProvideSurveyResult) GetSurveyKey() uint64 {
+ if m != nil && m.SurveyKey != nil {
+ return *m.SurveyKey
+ }
+ return 0
+}
+
+type CMsgClientProvideSurveyResult_Response struct {
+ QuestionId *uint32 `protobuf:"varint,1,opt,name=question_id" json:"question_id,omitempty"`
+ SurveyValue *uint32 `protobuf:"varint,2,opt,name=survey_value" json:"survey_value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientProvideSurveyResult_Response) Reset() {
+ *m = CMsgClientProvideSurveyResult_Response{}
+}
+func (m *CMsgClientProvideSurveyResult_Response) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientProvideSurveyResult_Response) ProtoMessage() {}
+func (*CMsgClientProvideSurveyResult_Response) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{268, 0}
+}
+
+func (m *CMsgClientProvideSurveyResult_Response) GetQuestionId() uint32 {
+ if m != nil && m.QuestionId != nil {
+ return *m.QuestionId
+ }
+ return 0
+}
+
+func (m *CMsgClientProvideSurveyResult_Response) GetSurveyValue() uint32 {
+ if m != nil && m.SurveyValue != nil {
+ return *m.SurveyValue
+ }
+ return 0
+}
+
+type CMsgDOTAEmoticonAccessSDO struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ UnlockedEmoticons []byte `protobuf:"bytes,2,opt,name=unlocked_emoticons" json:"unlocked_emoticons,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEmoticonAccessSDO) Reset() { *m = CMsgDOTAEmoticonAccessSDO{} }
+func (m *CMsgDOTAEmoticonAccessSDO) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEmoticonAccessSDO) ProtoMessage() {}
+func (*CMsgDOTAEmoticonAccessSDO) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{269} }
+
+func (m *CMsgDOTAEmoticonAccessSDO) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEmoticonAccessSDO) GetUnlockedEmoticons() []byte {
+ if m != nil {
+ return m.UnlockedEmoticons
+ }
+ return nil
+}
+
+type CMsgClientToGCEmoticonDataRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCEmoticonDataRequest) Reset() { *m = CMsgClientToGCEmoticonDataRequest{} }
+func (m *CMsgClientToGCEmoticonDataRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCEmoticonDataRequest) ProtoMessage() {}
+func (*CMsgClientToGCEmoticonDataRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{270}
+}
+
+type CMsgGCToClientEmoticonData struct {
+ EmoticonAccess *CMsgDOTAEmoticonAccessSDO `protobuf:"bytes,1,opt,name=emoticon_access" json:"emoticon_access,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientEmoticonData) Reset() { *m = CMsgGCToClientEmoticonData{} }
+func (m *CMsgGCToClientEmoticonData) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientEmoticonData) ProtoMessage() {}
+func (*CMsgGCToClientEmoticonData) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{271} }
+
+func (m *CMsgGCToClientEmoticonData) GetEmoticonAccess() *CMsgDOTAEmoticonAccessSDO {
+ if m != nil {
+ return m.EmoticonAccess
+ }
+ return nil
+}
+
+type CMsgClientToGCTrackDialogResult struct {
+ DialogId *uint32 `protobuf:"varint,1,opt,name=dialog_id" json:"dialog_id,omitempty"`
+ Value *uint32 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCTrackDialogResult) Reset() { *m = CMsgClientToGCTrackDialogResult{} }
+func (m *CMsgClientToGCTrackDialogResult) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCTrackDialogResult) ProtoMessage() {}
+func (*CMsgClientToGCTrackDialogResult) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{272}
+}
+
+func (m *CMsgClientToGCTrackDialogResult) GetDialogId() uint32 {
+ if m != nil && m.DialogId != nil {
+ return *m.DialogId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCTrackDialogResult) GetValue() uint32 {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return 0
+}
+
+type CMsgGCToClientTournamentItemDrop struct {
+ ItemDef *uint32 `protobuf:"varint,1,opt,name=item_def" json:"item_def,omitempty"`
+ EventType *uint32 `protobuf:"varint,2,opt,name=event_type" json:"event_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientTournamentItemDrop) Reset() { *m = CMsgGCToClientTournamentItemDrop{} }
+func (m *CMsgGCToClientTournamentItemDrop) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientTournamentItemDrop) ProtoMessage() {}
+func (*CMsgGCToClientTournamentItemDrop) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{273}
+}
+
+func (m *CMsgGCToClientTournamentItemDrop) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientTournamentItemDrop) GetEventType() uint32 {
+ if m != nil && m.EventType != nil {
+ return *m.EventType
+ }
+ return 0
+}
+
+type CMsgClientToGCSetAdditionalEquips struct {
+ Equips []*CAdditionalEquipSlot `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetAdditionalEquips) Reset() { *m = CMsgClientToGCSetAdditionalEquips{} }
+func (m *CMsgClientToGCSetAdditionalEquips) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSetAdditionalEquips) ProtoMessage() {}
+func (*CMsgClientToGCSetAdditionalEquips) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{274}
+}
+
+func (m *CMsgClientToGCSetAdditionalEquips) GetEquips() []*CAdditionalEquipSlot {
+ if m != nil {
+ return m.Equips
+ }
+ return nil
+}
+
+type CMsgClientToGCSetAdditionalEquipsResponse struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetAdditionalEquipsResponse) Reset() {
+ *m = CMsgClientToGCSetAdditionalEquipsResponse{}
+}
+func (m *CMsgClientToGCSetAdditionalEquipsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSetAdditionalEquipsResponse) ProtoMessage() {}
+func (*CMsgClientToGCSetAdditionalEquipsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{275}
+}
+
+type CMsgClientToGCGetAdditionalEquips struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetAdditionalEquips) Reset() { *m = CMsgClientToGCGetAdditionalEquips{} }
+func (m *CMsgClientToGCGetAdditionalEquips) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetAdditionalEquips) ProtoMessage() {}
+func (*CMsgClientToGCGetAdditionalEquips) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{276}
+}
+
+type CMsgClientToGCGetAdditionalEquipsResponse struct {
+ Equips []*CAdditionalEquipSlot `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetAdditionalEquipsResponse) Reset() {
+ *m = CMsgClientToGCGetAdditionalEquipsResponse{}
+}
+func (m *CMsgClientToGCGetAdditionalEquipsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetAdditionalEquipsResponse) ProtoMessage() {}
+func (*CMsgClientToGCGetAdditionalEquipsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{277}
+}
+
+func (m *CMsgClientToGCGetAdditionalEquipsResponse) GetEquips() []*CAdditionalEquipSlot {
+ if m != nil {
+ return m.Equips
+ }
+ return nil
+}
+
+type CMsgClientToGCGetAllHeroOrder struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetAllHeroOrder) Reset() { *m = CMsgClientToGCGetAllHeroOrder{} }
+func (m *CMsgClientToGCGetAllHeroOrder) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetAllHeroOrder) ProtoMessage() {}
+func (*CMsgClientToGCGetAllHeroOrder) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{278} }
+
+type CMsgClientToGCGetAllHeroOrderResponse struct {
+ HeroIds []uint32 `protobuf:"varint,1,rep,name=hero_ids" json:"hero_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetAllHeroOrderResponse) Reset() { *m = CMsgClientToGCGetAllHeroOrderResponse{} }
+func (m *CMsgClientToGCGetAllHeroOrderResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetAllHeroOrderResponse) ProtoMessage() {}
+func (*CMsgClientToGCGetAllHeroOrderResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{279}
+}
+
+func (m *CMsgClientToGCGetAllHeroOrderResponse) GetHeroIds() []uint32 {
+ if m != nil {
+ return m.HeroIds
+ }
+ return nil
+}
+
+type CMsgClientToGCGetAllHeroProgress struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetAllHeroProgress) Reset() { *m = CMsgClientToGCGetAllHeroProgress{} }
+func (m *CMsgClientToGCGetAllHeroProgress) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetAllHeroProgress) ProtoMessage() {}
+func (*CMsgClientToGCGetAllHeroProgress) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{280}
+}
+
+func (m *CMsgClientToGCGetAllHeroProgress) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCGetAllHeroProgressResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ CurrHeroId *uint32 `protobuf:"varint,2,opt,name=curr_hero_id" json:"curr_hero_id,omitempty"`
+ LapsCompleted *uint32 `protobuf:"varint,3,opt,name=laps_completed" json:"laps_completed,omitempty"`
+ CurrHeroGames *uint32 `protobuf:"varint,4,opt,name=curr_hero_games" json:"curr_hero_games,omitempty"`
+ CurrLapTimeStarted *uint32 `protobuf:"varint,5,opt,name=curr_lap_time_started" json:"curr_lap_time_started,omitempty"`
+ CurrLapGames *uint32 `protobuf:"varint,6,opt,name=curr_lap_games" json:"curr_lap_games,omitempty"`
+ BestLapGames *uint32 `protobuf:"varint,7,opt,name=best_lap_games" json:"best_lap_games,omitempty"`
+ BestLapTime *uint32 `protobuf:"varint,8,opt,name=best_lap_time" json:"best_lap_time,omitempty"`
+ LapHeroesCompleted *uint32 `protobuf:"varint,9,opt,name=lap_heroes_completed" json:"lap_heroes_completed,omitempty"`
+ LapHeroesRemaining *uint32 `protobuf:"varint,10,opt,name=lap_heroes_remaining" json:"lap_heroes_remaining,omitempty"`
+ NextHeroId *uint32 `protobuf:"varint,11,opt,name=next_hero_id" json:"next_hero_id,omitempty"`
+ PrevHeroId *uint32 `protobuf:"varint,12,opt,name=prev_hero_id" json:"prev_hero_id,omitempty"`
+ PrevHeroGames *uint32 `protobuf:"varint,13,opt,name=prev_hero_games" json:"prev_hero_games,omitempty"`
+ PrevAvgTries *float32 `protobuf:"fixed32,14,opt,name=prev_avg_tries" json:"prev_avg_tries,omitempty"`
+ CurrAvgTries *float32 `protobuf:"fixed32,15,opt,name=curr_avg_tries" json:"curr_avg_tries,omitempty"`
+ NextAvgTries *float32 `protobuf:"fixed32,16,opt,name=next_avg_tries" json:"next_avg_tries,omitempty"`
+ FullLapAvgTries *float32 `protobuf:"fixed32,17,opt,name=full_lap_avg_tries" json:"full_lap_avg_tries,omitempty"`
+ CurrLapAvgTries *float32 `protobuf:"fixed32,18,opt,name=curr_lap_avg_tries" json:"curr_lap_avg_tries,omitempty"`
+ ProfileName *string `protobuf:"bytes,19,opt,name=profile_name" json:"profile_name,omitempty"`
+ StartHeroId *uint32 `protobuf:"varint,20,opt,name=start_hero_id" json:"start_hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) Reset() {
+ *m = CMsgClientToGCGetAllHeroProgressResponse{}
+}
+func (m *CMsgClientToGCGetAllHeroProgressResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetAllHeroProgressResponse) ProtoMessage() {}
+func (*CMsgClientToGCGetAllHeroProgressResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{281}
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrHeroId() uint32 {
+ if m != nil && m.CurrHeroId != nil {
+ return *m.CurrHeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetLapsCompleted() uint32 {
+ if m != nil && m.LapsCompleted != nil {
+ return *m.LapsCompleted
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrHeroGames() uint32 {
+ if m != nil && m.CurrHeroGames != nil {
+ return *m.CurrHeroGames
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapTimeStarted() uint32 {
+ if m != nil && m.CurrLapTimeStarted != nil {
+ return *m.CurrLapTimeStarted
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapGames() uint32 {
+ if m != nil && m.CurrLapGames != nil {
+ return *m.CurrLapGames
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetBestLapGames() uint32 {
+ if m != nil && m.BestLapGames != nil {
+ return *m.BestLapGames
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetBestLapTime() uint32 {
+ if m != nil && m.BestLapTime != nil {
+ return *m.BestLapTime
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetLapHeroesCompleted() uint32 {
+ if m != nil && m.LapHeroesCompleted != nil {
+ return *m.LapHeroesCompleted
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetLapHeroesRemaining() uint32 {
+ if m != nil && m.LapHeroesRemaining != nil {
+ return *m.LapHeroesRemaining
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetNextHeroId() uint32 {
+ if m != nil && m.NextHeroId != nil {
+ return *m.NextHeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetPrevHeroId() uint32 {
+ if m != nil && m.PrevHeroId != nil {
+ return *m.PrevHeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetPrevHeroGames() uint32 {
+ if m != nil && m.PrevHeroGames != nil {
+ return *m.PrevHeroGames
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetPrevAvgTries() float32 {
+ if m != nil && m.PrevAvgTries != nil {
+ return *m.PrevAvgTries
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrAvgTries() float32 {
+ if m != nil && m.CurrAvgTries != nil {
+ return *m.CurrAvgTries
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetNextAvgTries() float32 {
+ if m != nil && m.NextAvgTries != nil {
+ return *m.NextAvgTries
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetFullLapAvgTries() float32 {
+ if m != nil && m.FullLapAvgTries != nil {
+ return *m.FullLapAvgTries
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapAvgTries() float32 {
+ if m != nil && m.CurrLapAvgTries != nil {
+ return *m.CurrLapAvgTries
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetProfileName() string {
+ if m != nil && m.ProfileName != nil {
+ return *m.ProfileName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCGetAllHeroProgressResponse) GetStartHeroId() uint32 {
+ if m != nil && m.StartHeroId != nil {
+ return *m.StartHeroId
+ }
+ return 0
+}
+
+type CMsgClientToGCGetTrophyList struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetTrophyList) Reset() { *m = CMsgClientToGCGetTrophyList{} }
+func (m *CMsgClientToGCGetTrophyList) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetTrophyList) ProtoMessage() {}
+func (*CMsgClientToGCGetTrophyList) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{282} }
+
+func (m *CMsgClientToGCGetTrophyList) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCGetTrophyListResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Trophies []*CMsgClientToGCGetTrophyListResponse_Trophy `protobuf:"bytes,2,rep,name=trophies" json:"trophies,omitempty"`
+ ProfileName *string `protobuf:"bytes,3,opt,name=profile_name" json:"profile_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse) Reset() { *m = CMsgClientToGCGetTrophyListResponse{} }
+func (m *CMsgClientToGCGetTrophyListResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetTrophyListResponse) ProtoMessage() {}
+func (*CMsgClientToGCGetTrophyListResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{283}
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse) GetTrophies() []*CMsgClientToGCGetTrophyListResponse_Trophy {
+ if m != nil {
+ return m.Trophies
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse) GetProfileName() string {
+ if m != nil && m.ProfileName != nil {
+ return *m.ProfileName
+ }
+ return ""
+}
+
+type CMsgClientToGCGetTrophyListResponse_Trophy struct {
+ TrophyId *uint32 `protobuf:"varint,1,opt,name=trophy_id" json:"trophy_id,omitempty"`
+ TrophyScore *uint32 `protobuf:"varint,2,opt,name=trophy_score" json:"trophy_score,omitempty"`
+ LastUpdated *uint32 `protobuf:"varint,3,opt,name=last_updated" json:"last_updated,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse_Trophy) Reset() {
+ *m = CMsgClientToGCGetTrophyListResponse_Trophy{}
+}
+func (m *CMsgClientToGCGetTrophyListResponse_Trophy) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCGetTrophyListResponse_Trophy) ProtoMessage() {}
+func (*CMsgClientToGCGetTrophyListResponse_Trophy) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{283, 0}
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse_Trophy) GetTrophyId() uint32 {
+ if m != nil && m.TrophyId != nil {
+ return *m.TrophyId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse_Trophy) GetTrophyScore() uint32 {
+ if m != nil && m.TrophyScore != nil {
+ return *m.TrophyScore
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetTrophyListResponse_Trophy) GetLastUpdated() uint32 {
+ if m != nil && m.LastUpdated != nil {
+ return *m.LastUpdated
+ }
+ return 0
+}
+
+type CMsgGCToClientTrophyAwarded struct {
+ TrophyId *uint32 `protobuf:"varint,1,opt,name=trophy_id" json:"trophy_id,omitempty"`
+ TrophyScore *uint32 `protobuf:"varint,2,opt,name=trophy_score" json:"trophy_score,omitempty"`
+ TrophyOldScore *uint32 `protobuf:"varint,3,opt,name=trophy_old_score" json:"trophy_old_score,omitempty"`
+ LastUpdated *uint32 `protobuf:"varint,4,opt,name=last_updated" json:"last_updated,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientTrophyAwarded) Reset() { *m = CMsgGCToClientTrophyAwarded{} }
+func (m *CMsgGCToClientTrophyAwarded) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientTrophyAwarded) ProtoMessage() {}
+func (*CMsgGCToClientTrophyAwarded) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{284} }
+
+func (m *CMsgGCToClientTrophyAwarded) GetTrophyId() uint32 {
+ if m != nil && m.TrophyId != nil {
+ return *m.TrophyId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientTrophyAwarded) GetTrophyScore() uint32 {
+ if m != nil && m.TrophyScore != nil {
+ return *m.TrophyScore
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientTrophyAwarded) GetTrophyOldScore() uint32 {
+ if m != nil && m.TrophyOldScore != nil {
+ return *m.TrophyOldScore
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientTrophyAwarded) GetLastUpdated() uint32 {
+ if m != nil && m.LastUpdated != nil {
+ return *m.LastUpdated
+ }
+ return 0
+}
+
+type CMsgClientToGCGetProfileCard struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetProfileCard) Reset() { *m = CMsgClientToGCGetProfileCard{} }
+func (m *CMsgClientToGCGetProfileCard) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetProfileCard) ProtoMessage() {}
+func (*CMsgClientToGCGetProfileCard) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{285} }
+
+func (m *CMsgClientToGCGetProfileCard) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCSetProfileCardSlots struct {
+ Slots []*CMsgClientToGCSetProfileCardSlots_CardSlot `protobuf:"bytes,1,rep,name=slots" json:"slots,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetProfileCardSlots) Reset() { *m = CMsgClientToGCSetProfileCardSlots{} }
+func (m *CMsgClientToGCSetProfileCardSlots) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSetProfileCardSlots) ProtoMessage() {}
+func (*CMsgClientToGCSetProfileCardSlots) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{286}
+}
+
+func (m *CMsgClientToGCSetProfileCardSlots) GetSlots() []*CMsgClientToGCSetProfileCardSlots_CardSlot {
+ if m != nil {
+ return m.Slots
+ }
+ return nil
+}
+
+type CMsgClientToGCSetProfileCardSlots_CardSlot struct {
+ SlotId *uint32 `protobuf:"varint,1,opt,name=slot_id" json:"slot_id,omitempty"`
+ SlotType *EProfileCardSlotType `protobuf:"varint,2,opt,name=slot_type,enum=EProfileCardSlotType,def=0" json:"slot_type,omitempty"`
+ SlotValue *uint64 `protobuf:"varint,3,opt,name=slot_value" json:"slot_value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetProfileCardSlots_CardSlot) Reset() {
+ *m = CMsgClientToGCSetProfileCardSlots_CardSlot{}
+}
+func (m *CMsgClientToGCSetProfileCardSlots_CardSlot) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCSetProfileCardSlots_CardSlot) ProtoMessage() {}
+func (*CMsgClientToGCSetProfileCardSlots_CardSlot) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{286, 0}
+}
+
+const Default_CMsgClientToGCSetProfileCardSlots_CardSlot_SlotType EProfileCardSlotType = EProfileCardSlotType_k_EProfileCardSlotType_Empty
+
+func (m *CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotType() EProfileCardSlotType {
+ if m != nil && m.SlotType != nil {
+ return *m.SlotType
+ }
+ return Default_CMsgClientToGCSetProfileCardSlots_CardSlot_SlotType
+}
+
+func (m *CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotValue() uint64 {
+ if m != nil && m.SlotValue != nil {
+ return *m.SlotValue
+ }
+ return 0
+}
+
+type CMsgClientToGCGetProfileCardStats struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetProfileCardStats) Reset() { *m = CMsgClientToGCGetProfileCardStats{} }
+func (m *CMsgClientToGCGetProfileCardStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetProfileCardStats) ProtoMessage() {}
+func (*CMsgClientToGCGetProfileCardStats) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{287}
+}
+
+type CMsgClientToGCCreateHeroStatue struct {
+ SourceItem *uint64 `protobuf:"varint,1,opt,name=source_item" json:"source_item,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ SequenceName *string `protobuf:"bytes,4,opt,name=sequence_name" json:"sequence_name,omitempty"`
+ Cycle *float32 `protobuf:"fixed32,5,opt,name=cycle" json:"cycle,omitempty"`
+ Wearables []uint32 `protobuf:"varint,6,rep,name=wearables" json:"wearables,omitempty"`
+ Inscription *string `protobuf:"bytes,7,opt,name=inscription" json:"inscription,omitempty"`
+ Styles []uint32 `protobuf:"varint,8,rep,name=styles" json:"styles,omitempty"`
+ ReforgerItem *uint64 `protobuf:"varint,9,opt,name=reforger_item" json:"reforger_item,omitempty"`
+ TournamentDrop *bool `protobuf:"varint,10,opt,name=tournament_drop" json:"tournament_drop,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) Reset() { *m = CMsgClientToGCCreateHeroStatue{} }
+func (m *CMsgClientToGCCreateHeroStatue) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCCreateHeroStatue) ProtoMessage() {}
+func (*CMsgClientToGCCreateHeroStatue) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{288}
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetSourceItem() uint64 {
+ if m != nil && m.SourceItem != nil {
+ return *m.SourceItem
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetSequenceName() string {
+ if m != nil && m.SequenceName != nil {
+ return *m.SequenceName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetCycle() float32 {
+ if m != nil && m.Cycle != nil {
+ return *m.Cycle
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetWearables() []uint32 {
+ if m != nil {
+ return m.Wearables
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetInscription() string {
+ if m != nil && m.Inscription != nil {
+ return *m.Inscription
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetStyles() []uint32 {
+ if m != nil {
+ return m.Styles
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetReforgerItem() uint64 {
+ if m != nil && m.ReforgerItem != nil {
+ return *m.ReforgerItem
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateHeroStatue) GetTournamentDrop() bool {
+ if m != nil && m.TournamentDrop != nil {
+ return *m.TournamentDrop
+ }
+ return false
+}
+
+type CMsgClientToGCCreateTeamShowcase struct {
+ SourceItem *uint64 `protobuf:"varint,1,opt,name=source_item" json:"source_item,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ SequenceName *string `protobuf:"bytes,4,opt,name=sequence_name" json:"sequence_name,omitempty"`
+ Cycle *float32 `protobuf:"fixed32,5,opt,name=cycle" json:"cycle,omitempty"`
+ Wearables []uint32 `protobuf:"varint,6,rep,name=wearables" json:"wearables,omitempty"`
+ Inscription *string `protobuf:"bytes,7,opt,name=inscription" json:"inscription,omitempty"`
+ Styles []uint32 `protobuf:"varint,8,rep,name=styles" json:"styles,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) Reset() { *m = CMsgClientToGCCreateTeamShowcase{} }
+func (m *CMsgClientToGCCreateTeamShowcase) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCCreateTeamShowcase) ProtoMessage() {}
+func (*CMsgClientToGCCreateTeamShowcase) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{289}
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetSourceItem() uint64 {
+ if m != nil && m.SourceItem != nil {
+ return *m.SourceItem
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetSequenceName() string {
+ if m != nil && m.SequenceName != nil {
+ return *m.SequenceName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetCycle() float32 {
+ if m != nil && m.Cycle != nil {
+ return *m.Cycle
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetWearables() []uint32 {
+ if m != nil {
+ return m.Wearables
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetInscription() string {
+ if m != nil && m.Inscription != nil {
+ return *m.Inscription
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCCreateTeamShowcase) GetStyles() []uint32 {
+ if m != nil {
+ return m.Styles
+ }
+ return nil
+}
+
+type CMsgGCToClientHeroStatueCreateResult struct {
+ ResultingItem *uint64 `protobuf:"varint,1,opt,name=resulting_item" json:"resulting_item,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientHeroStatueCreateResult) Reset() { *m = CMsgGCToClientHeroStatueCreateResult{} }
+func (m *CMsgGCToClientHeroStatueCreateResult) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientHeroStatueCreateResult) ProtoMessage() {}
+func (*CMsgGCToClientHeroStatueCreateResult) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{290}
+}
+
+func (m *CMsgGCToClientHeroStatueCreateResult) GetResultingItem() uint64 {
+ if m != nil && m.ResultingItem != nil {
+ return *m.ResultingItem
+ }
+ return 0
+}
+
+type CMsgGCToClientTeamShowcaseCreateResult struct {
+ ResultingItem *uint64 `protobuf:"varint,1,opt,name=resulting_item" json:"resulting_item,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientTeamShowcaseCreateResult) Reset() {
+ *m = CMsgGCToClientTeamShowcaseCreateResult{}
+}
+func (m *CMsgGCToClientTeamShowcaseCreateResult) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientTeamShowcaseCreateResult) ProtoMessage() {}
+func (*CMsgGCToClientTeamShowcaseCreateResult) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{291}
+}
+
+func (m *CMsgGCToClientTeamShowcaseCreateResult) GetResultingItem() uint64 {
+ if m != nil && m.ResultingItem != nil {
+ return *m.ResultingItem
+ }
+ return 0
+}
+
+type CMsgClientToGCRecordCompendiumStats struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ ViewDurationS *uint32 `protobuf:"varint,2,opt,name=view_duration_s" json:"view_duration_s,omitempty"`
+ VideosViewed *uint32 `protobuf:"varint,3,opt,name=videos_viewed" json:"videos_viewed,omitempty"`
+ PageTurns *uint32 `protobuf:"varint,4,opt,name=page_turns" json:"page_turns,omitempty"`
+ LinksFollowed *uint32 `protobuf:"varint,5,opt,name=links_followed" json:"links_followed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCRecordCompendiumStats) Reset() { *m = CMsgClientToGCRecordCompendiumStats{} }
+func (m *CMsgClientToGCRecordCompendiumStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCRecordCompendiumStats) ProtoMessage() {}
+func (*CMsgClientToGCRecordCompendiumStats) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{292}
+}
+
+func (m *CMsgClientToGCRecordCompendiumStats) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCRecordCompendiumStats) GetViewDurationS() uint32 {
+ if m != nil && m.ViewDurationS != nil {
+ return *m.ViewDurationS
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCRecordCompendiumStats) GetVideosViewed() uint32 {
+ if m != nil && m.VideosViewed != nil {
+ return *m.VideosViewed
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCRecordCompendiumStats) GetPageTurns() uint32 {
+ if m != nil && m.PageTurns != nil {
+ return *m.PageTurns
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCRecordCompendiumStats) GetLinksFollowed() uint32 {
+ if m != nil && m.LinksFollowed != nil {
+ return *m.LinksFollowed
+ }
+ return 0
+}
+
+type CMsgGCToClientEventStatusChanged struct {
+ ActiveEvents []EEvent `protobuf:"varint,1,rep,name=active_events,enum=EEvent" json:"active_events,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientEventStatusChanged) Reset() { *m = CMsgGCToClientEventStatusChanged{} }
+func (m *CMsgGCToClientEventStatusChanged) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientEventStatusChanged) ProtoMessage() {}
+func (*CMsgGCToClientEventStatusChanged) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{293}
+}
+
+func (m *CMsgGCToClientEventStatusChanged) GetActiveEvents() []EEvent {
+ if m != nil {
+ return m.ActiveEvents
+ }
+ return nil
+}
+
+type CMsgClientToGCPlayerStatsRequest struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCPlayerStatsRequest) Reset() { *m = CMsgClientToGCPlayerStatsRequest{} }
+func (m *CMsgClientToGCPlayerStatsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCPlayerStatsRequest) ProtoMessage() {}
+func (*CMsgClientToGCPlayerStatsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{294}
+}
+
+func (m *CMsgClientToGCPlayerStatsRequest) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgGCToClientPlayerStatsResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ PlayerStats []float32 `protobuf:"fixed32,2,rep,name=player_stats" json:"player_stats,omitempty"`
+ MatchCount *uint32 `protobuf:"varint,3,opt,name=match_count" json:"match_count,omitempty"`
+ MeanGpm *float32 `protobuf:"fixed32,4,opt,name=mean_gpm" json:"mean_gpm,omitempty"`
+ MeanXppm *float32 `protobuf:"fixed32,5,opt,name=mean_xppm" json:"mean_xppm,omitempty"`
+ MeanLasthits *float32 `protobuf:"fixed32,6,opt,name=mean_lasthits" json:"mean_lasthits,omitempty"`
+ Rampages *uint32 `protobuf:"varint,7,opt,name=rampages" json:"rampages,omitempty"`
+ TripleKills *uint32 `protobuf:"varint,8,opt,name=triple_kills" json:"triple_kills,omitempty"`
+ FirstBloodClaimed *uint32 `protobuf:"varint,9,opt,name=first_blood_claimed" json:"first_blood_claimed,omitempty"`
+ FirstBloodGiven *uint32 `protobuf:"varint,10,opt,name=first_blood_given" json:"first_blood_given,omitempty"`
+ CouriersKilled *uint32 `protobuf:"varint,11,opt,name=couriers_killed" json:"couriers_killed,omitempty"`
+ AegisesSnatched *uint32 `protobuf:"varint,12,opt,name=aegises_snatched" json:"aegises_snatched,omitempty"`
+ CheesesEaten *uint32 `protobuf:"varint,13,opt,name=cheeses_eaten" json:"cheeses_eaten,omitempty"`
+ CreepsStacked *uint32 `protobuf:"varint,14,opt,name=creeps_stacked" json:"creeps_stacked,omitempty"`
+ FightScore *float32 `protobuf:"fixed32,15,opt,name=fight_score" json:"fight_score,omitempty"`
+ FarmScore *float32 `protobuf:"fixed32,16,opt,name=farm_score" json:"farm_score,omitempty"`
+ SupportScore *float32 `protobuf:"fixed32,17,opt,name=support_score" json:"support_score,omitempty"`
+ PushScore *float32 `protobuf:"fixed32,18,opt,name=push_score" json:"push_score,omitempty"`
+ VersatilityScore *float32 `protobuf:"fixed32,19,opt,name=versatility_score" json:"versatility_score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) Reset() { *m = CMsgGCToClientPlayerStatsResponse{} }
+func (m *CMsgGCToClientPlayerStatsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientPlayerStatsResponse) ProtoMessage() {}
+func (*CMsgGCToClientPlayerStatsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{295}
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetPlayerStats() []float32 {
+ if m != nil {
+ return m.PlayerStats
+ }
+ return nil
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetMatchCount() uint32 {
+ if m != nil && m.MatchCount != nil {
+ return *m.MatchCount
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetMeanGpm() float32 {
+ if m != nil && m.MeanGpm != nil {
+ return *m.MeanGpm
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetMeanXppm() float32 {
+ if m != nil && m.MeanXppm != nil {
+ return *m.MeanXppm
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetMeanLasthits() float32 {
+ if m != nil && m.MeanLasthits != nil {
+ return *m.MeanLasthits
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetRampages() uint32 {
+ if m != nil && m.Rampages != nil {
+ return *m.Rampages
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetTripleKills() uint32 {
+ if m != nil && m.TripleKills != nil {
+ return *m.TripleKills
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetFirstBloodClaimed() uint32 {
+ if m != nil && m.FirstBloodClaimed != nil {
+ return *m.FirstBloodClaimed
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetFirstBloodGiven() uint32 {
+ if m != nil && m.FirstBloodGiven != nil {
+ return *m.FirstBloodGiven
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetCouriersKilled() uint32 {
+ if m != nil && m.CouriersKilled != nil {
+ return *m.CouriersKilled
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetAegisesSnatched() uint32 {
+ if m != nil && m.AegisesSnatched != nil {
+ return *m.AegisesSnatched
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetCheesesEaten() uint32 {
+ if m != nil && m.CheesesEaten != nil {
+ return *m.CheesesEaten
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetCreepsStacked() uint32 {
+ if m != nil && m.CreepsStacked != nil {
+ return *m.CreepsStacked
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetFightScore() float32 {
+ if m != nil && m.FightScore != nil {
+ return *m.FightScore
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetFarmScore() float32 {
+ if m != nil && m.FarmScore != nil {
+ return *m.FarmScore
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetSupportScore() float32 {
+ if m != nil && m.SupportScore != nil {
+ return *m.SupportScore
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetPushScore() float32 {
+ if m != nil && m.PushScore != nil {
+ return *m.PushScore
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPlayerStatsResponse) GetVersatilityScore() float32 {
+ if m != nil && m.VersatilityScore != nil {
+ return *m.VersatilityScore
+ }
+ return 0
+}
+
+type CMsgClientToGCCustomGamePlayerCountRequest struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCustomGamePlayerCountRequest) Reset() {
+ *m = CMsgClientToGCCustomGamePlayerCountRequest{}
+}
+func (m *CMsgClientToGCCustomGamePlayerCountRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCCustomGamePlayerCountRequest) ProtoMessage() {}
+func (*CMsgClientToGCCustomGamePlayerCountRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{296}
+}
+
+func (m *CMsgClientToGCCustomGamePlayerCountRequest) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+type CMsgGCToClientCustomGamePlayerCountResponse struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ PlayerCount *uint64 `protobuf:"varint,2,opt,name=player_count" json:"player_count,omitempty"`
+ SpectatorCount *uint64 `protobuf:"varint,3,opt,name=spectator_count" json:"spectator_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientCustomGamePlayerCountResponse) Reset() {
+ *m = CMsgGCToClientCustomGamePlayerCountResponse{}
+}
+func (m *CMsgGCToClientCustomGamePlayerCountResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientCustomGamePlayerCountResponse) ProtoMessage() {}
+func (*CMsgGCToClientCustomGamePlayerCountResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{297}
+}
+
+func (m *CMsgGCToClientCustomGamePlayerCountResponse) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientCustomGamePlayerCountResponse) GetPlayerCount() uint64 {
+ if m != nil && m.PlayerCount != nil {
+ return *m.PlayerCount
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientCustomGamePlayerCountResponse) GetSpectatorCount() uint64 {
+ if m != nil && m.SpectatorCount != nil {
+ return *m.SpectatorCount
+ }
+ return 0
+}
+
+type CMsgClientToGCCustomGamesFriendsPlayedRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCustomGamesFriendsPlayedRequest) Reset() {
+ *m = CMsgClientToGCCustomGamesFriendsPlayedRequest{}
+}
+func (m *CMsgClientToGCCustomGamesFriendsPlayedRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCCustomGamesFriendsPlayedRequest) ProtoMessage() {}
+func (*CMsgClientToGCCustomGamesFriendsPlayedRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{298}
+}
+
+type CMsgGCToClientCustomGamesFriendsPlayedResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Games []*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame `protobuf:"bytes,2,rep,name=games" json:"games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse) Reset() {
+ *m = CMsgGCToClientCustomGamesFriendsPlayedResponse{}
+}
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) ProtoMessage() {}
+func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{299}
+}
+
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse) GetGames() []*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame {
+ if m != nil {
+ return m.Games
+ }
+ return nil
+}
+
+type CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ AccountIds []uint32 `protobuf:"varint,2,rep,name=account_ids" json:"account_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) Reset() {
+ *m = CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame{}
+}
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) ProtoMessage() {}
+func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{299, 0}
+}
+
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) GetAccountIds() []uint32 {
+ if m != nil {
+ return m.AccountIds
+ }
+ return nil
+}
+
+type CMsgClientToGCSocialFeedPostCommentRequest struct {
+ EventId *uint64 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
+ Comment *string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSocialFeedPostCommentRequest) Reset() {
+ *m = CMsgClientToGCSocialFeedPostCommentRequest{}
+}
+func (m *CMsgClientToGCSocialFeedPostCommentRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCSocialFeedPostCommentRequest) ProtoMessage() {}
+func (*CMsgClientToGCSocialFeedPostCommentRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{300}
+}
+
+func (m *CMsgClientToGCSocialFeedPostCommentRequest) GetEventId() uint64 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSocialFeedPostCommentRequest) GetComment() string {
+ if m != nil && m.Comment != nil {
+ return *m.Comment
+ }
+ return ""
+}
+
+type CMsgGCToClientSocialFeedPostCommentResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientSocialFeedPostCommentResponse) Reset() {
+ *m = CMsgGCToClientSocialFeedPostCommentResponse{}
+}
+func (m *CMsgGCToClientSocialFeedPostCommentResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientSocialFeedPostCommentResponse) ProtoMessage() {}
+func (*CMsgGCToClientSocialFeedPostCommentResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{301}
+}
+
+func (m *CMsgGCToClientSocialFeedPostCommentResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+type CMsgClientToGCSocialFeedPostMessageRequest struct {
+ Message *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
+ MatchId *uint64 `protobuf:"varint,2,opt,name=match_id" json:"match_id,omitempty"`
+ MatchTimestamp *uint32 `protobuf:"varint,3,opt,name=match_timestamp" json:"match_timestamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSocialFeedPostMessageRequest) Reset() {
+ *m = CMsgClientToGCSocialFeedPostMessageRequest{}
+}
+func (m *CMsgClientToGCSocialFeedPostMessageRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCSocialFeedPostMessageRequest) ProtoMessage() {}
+func (*CMsgClientToGCSocialFeedPostMessageRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{302}
+}
+
+func (m *CMsgClientToGCSocialFeedPostMessageRequest) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCSocialFeedPostMessageRequest) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSocialFeedPostMessageRequest) GetMatchTimestamp() uint32 {
+ if m != nil && m.MatchTimestamp != nil {
+ return *m.MatchTimestamp
+ }
+ return 0
+}
+
+type CMsgGCToClientSocialFeedPostMessageResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientSocialFeedPostMessageResponse) Reset() {
+ *m = CMsgGCToClientSocialFeedPostMessageResponse{}
+}
+func (m *CMsgGCToClientSocialFeedPostMessageResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientSocialFeedPostMessageResponse) ProtoMessage() {}
+func (*CMsgGCToClientSocialFeedPostMessageResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{303}
+}
+
+func (m *CMsgGCToClientSocialFeedPostMessageResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+type CMsgClientToGCFriendsPlayedCustomGameRequest struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCFriendsPlayedCustomGameRequest) Reset() {
+ *m = CMsgClientToGCFriendsPlayedCustomGameRequest{}
+}
+func (m *CMsgClientToGCFriendsPlayedCustomGameRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCFriendsPlayedCustomGameRequest) ProtoMessage() {}
+func (*CMsgClientToGCFriendsPlayedCustomGameRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{304}
+}
+
+func (m *CMsgClientToGCFriendsPlayedCustomGameRequest) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+type CMsgGCToClientFriendsPlayedCustomGameResponse struct {
+ CustomGameId *uint64 `protobuf:"varint,1,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ AccountIds []uint32 `protobuf:"varint,2,rep,name=account_ids" json:"account_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFriendsPlayedCustomGameResponse) Reset() {
+ *m = CMsgGCToClientFriendsPlayedCustomGameResponse{}
+}
+func (m *CMsgGCToClientFriendsPlayedCustomGameResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientFriendsPlayedCustomGameResponse) ProtoMessage() {}
+func (*CMsgGCToClientFriendsPlayedCustomGameResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{305}
+}
+
+func (m *CMsgGCToClientFriendsPlayedCustomGameResponse) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFriendsPlayedCustomGameResponse) GetAccountIds() []uint32 {
+ if m != nil {
+ return m.AccountIds
+ }
+ return nil
+}
+
+type CMsgClientToGCFeaturedHeroesRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCFeaturedHeroesRequest) Reset() { *m = CMsgClientToGCFeaturedHeroesRequest{} }
+func (m *CMsgClientToGCFeaturedHeroesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCFeaturedHeroesRequest) ProtoMessage() {}
+func (*CMsgClientToGCFeaturedHeroesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{306}
+}
+
+type CMsgGCToClientFeaturedHeroesResponse struct {
+ Categories []*CMsgGCToClientFeaturedHeroesResponse_Category `protobuf:"bytes,1,rep,name=categories" json:"categories,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse) Reset() { *m = CMsgGCToClientFeaturedHeroesResponse{} }
+func (m *CMsgGCToClientFeaturedHeroesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientFeaturedHeroesResponse) ProtoMessage() {}
+func (*CMsgGCToClientFeaturedHeroesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{307}
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse) GetCategories() []*CMsgGCToClientFeaturedHeroesResponse_Category {
+ if m != nil {
+ return m.Categories
+ }
+ return nil
+}
+
+type CMsgGCToClientFeaturedHeroesResponse_DataField struct {
+ DataType *EFeaturedHeroDataType `protobuf:"varint,1,opt,name=data_type,enum=EFeaturedHeroDataType,def=0" json:"data_type,omitempty"`
+ Uint32Value *uint32 `protobuf:"varint,2,opt,name=uint32_value" json:"uint32_value,omitempty"`
+ Uint64Value *uint64 `protobuf:"varint,3,opt,name=uint64_value" json:"uint64_value,omitempty"`
+ StringValue *string `protobuf:"bytes,4,opt,name=string_value" json:"string_value,omitempty"`
+ FloatValue *float32 `protobuf:"fixed32,5,opt,name=float_value" json:"float_value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) Reset() {
+ *m = CMsgGCToClientFeaturedHeroesResponse_DataField{}
+}
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientFeaturedHeroesResponse_DataField) ProtoMessage() {}
+func (*CMsgGCToClientFeaturedHeroesResponse_DataField) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{307, 0}
+}
+
+const Default_CMsgGCToClientFeaturedHeroesResponse_DataField_DataType EFeaturedHeroDataType = EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroID
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) GetDataType() EFeaturedHeroDataType {
+ if m != nil && m.DataType != nil {
+ return *m.DataType
+ }
+ return Default_CMsgGCToClientFeaturedHeroesResponse_DataField_DataType
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) GetUint32Value() uint32 {
+ if m != nil && m.Uint32Value != nil {
+ return *m.Uint32Value
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) GetUint64Value() uint64 {
+ if m != nil && m.Uint64Value != nil {
+ return *m.Uint64Value
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) GetStringValue() string {
+ if m != nil && m.StringValue != nil {
+ return *m.StringValue
+ }
+ return ""
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_DataField) GetFloatValue() float32 {
+ if m != nil && m.FloatValue != nil {
+ return *m.FloatValue
+ }
+ return 0
+}
+
+type CMsgGCToClientFeaturedHeroesResponse_FeaturedHero struct {
+ DataFields []*CMsgGCToClientFeaturedHeroesResponse_DataField `protobuf:"bytes,1,rep,name=data_fields" json:"data_fields,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) Reset() {
+ *m = CMsgGCToClientFeaturedHeroesResponse_FeaturedHero{}
+}
+func (m *CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) ProtoMessage() {}
+func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{307, 1}
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) GetDataFields() []*CMsgGCToClientFeaturedHeroesResponse_DataField {
+ if m != nil {
+ return m.DataFields
+ }
+ return nil
+}
+
+type CMsgGCToClientFeaturedHeroesResponse_Category struct {
+ CategoryWeight *int32 `protobuf:"varint,1,opt,name=category_weight" json:"category_weight,omitempty"`
+ TextFields []EFeaturedHeroTextField `protobuf:"varint,2,rep,name=text_fields,enum=EFeaturedHeroTextField" json:"text_fields,omitempty"`
+ FeaturedHeroes []*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero `protobuf:"bytes,3,rep,name=featured_heroes" json:"featured_heroes,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_Category) Reset() {
+ *m = CMsgGCToClientFeaturedHeroesResponse_Category{}
+}
+func (m *CMsgGCToClientFeaturedHeroesResponse_Category) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientFeaturedHeroesResponse_Category) ProtoMessage() {}
+func (*CMsgGCToClientFeaturedHeroesResponse_Category) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{307, 2}
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_Category) GetCategoryWeight() int32 {
+ if m != nil && m.CategoryWeight != nil {
+ return *m.CategoryWeight
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_Category) GetTextFields() []EFeaturedHeroTextField {
+ if m != nil {
+ return m.TextFields
+ }
+ return nil
+}
+
+func (m *CMsgGCToClientFeaturedHeroesResponse_Category) GetFeaturedHeroes() []*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero {
+ if m != nil {
+ return m.FeaturedHeroes
+ }
+ return nil
+}
+
+type CMsgClientToGCSocialMatchPostCommentRequest struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ Comment *string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSocialMatchPostCommentRequest) Reset() {
+ *m = CMsgClientToGCSocialMatchPostCommentRequest{}
+}
+func (m *CMsgClientToGCSocialMatchPostCommentRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCSocialMatchPostCommentRequest) ProtoMessage() {}
+func (*CMsgClientToGCSocialMatchPostCommentRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{308}
+}
+
+func (m *CMsgClientToGCSocialMatchPostCommentRequest) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSocialMatchPostCommentRequest) GetComment() string {
+ if m != nil && m.Comment != nil {
+ return *m.Comment
+ }
+ return ""
+}
+
+type CMsgGCToClientSocialMatchPostCommentResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientSocialMatchPostCommentResponse) Reset() {
+ *m = CMsgGCToClientSocialMatchPostCommentResponse{}
+}
+func (m *CMsgGCToClientSocialMatchPostCommentResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientSocialMatchPostCommentResponse) ProtoMessage() {}
+func (*CMsgGCToClientSocialMatchPostCommentResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{309}
+}
+
+func (m *CMsgGCToClientSocialMatchPostCommentResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+type CMsgClientToGCSocialMatchDetailsRequest struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ PaginationTimestamp *uint32 `protobuf:"varint,2,opt,name=pagination_timestamp" json:"pagination_timestamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSocialMatchDetailsRequest) Reset() {
+ *m = CMsgClientToGCSocialMatchDetailsRequest{}
+}
+func (m *CMsgClientToGCSocialMatchDetailsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSocialMatchDetailsRequest) ProtoMessage() {}
+func (*CMsgClientToGCSocialMatchDetailsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{310}
+}
+
+func (m *CMsgClientToGCSocialMatchDetailsRequest) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSocialMatchDetailsRequest) GetPaginationTimestamp() uint32 {
+ if m != nil && m.PaginationTimestamp != nil {
+ return *m.PaginationTimestamp
+ }
+ return 0
+}
+
+type CMsgGCToClientSocialMatchDetailsResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ Comments []*CMsgGCToClientSocialMatchDetailsResponse_Comment `protobuf:"bytes,2,rep,name=comments" json:"comments,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse) Reset() {
+ *m = CMsgGCToClientSocialMatchDetailsResponse{}
+}
+func (m *CMsgGCToClientSocialMatchDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientSocialMatchDetailsResponse) ProtoMessage() {}
+func (*CMsgGCToClientSocialMatchDetailsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{311}
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse) GetComments() []*CMsgGCToClientSocialMatchDetailsResponse_Comment {
+ if m != nil {
+ return m.Comments
+ }
+ return nil
+}
+
+type CMsgGCToClientSocialMatchDetailsResponse_Comment struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ PersonaName *string `protobuf:"bytes,2,opt,name=persona_name" json:"persona_name,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
+ Comment *string `protobuf:"bytes,4,opt,name=comment" json:"comment,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse_Comment) Reset() {
+ *m = CMsgGCToClientSocialMatchDetailsResponse_Comment{}
+}
+func (m *CMsgGCToClientSocialMatchDetailsResponse_Comment) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) ProtoMessage() {}
+func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{311, 0}
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse_Comment) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse_Comment) GetPersonaName() string {
+ if m != nil && m.PersonaName != nil {
+ return *m.PersonaName
+ }
+ return ""
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse_Comment) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientSocialMatchDetailsResponse_Comment) GetComment() string {
+ if m != nil && m.Comment != nil {
+ return *m.Comment
+ }
+ return ""
+}
+
+type CMsgDOTAPartyMemberSetCoach struct {
+ WantsCoach *bool `protobuf:"varint,1,opt,name=wants_coach" json:"wants_coach,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPartyMemberSetCoach) Reset() { *m = CMsgDOTAPartyMemberSetCoach{} }
+func (m *CMsgDOTAPartyMemberSetCoach) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPartyMemberSetCoach) ProtoMessage() {}
+func (*CMsgDOTAPartyMemberSetCoach) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{312} }
+
+func (m *CMsgDOTAPartyMemberSetCoach) GetWantsCoach() bool {
+ if m != nil && m.WantsCoach != nil {
+ return *m.WantsCoach
+ }
+ return false
+}
+
+type CMsgDOTASetGroupLeader struct {
+ NewLeaderSteamid *uint64 `protobuf:"fixed64,1,opt,name=new_leader_steamid" json:"new_leader_steamid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASetGroupLeader) Reset() { *m = CMsgDOTASetGroupLeader{} }
+func (m *CMsgDOTASetGroupLeader) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASetGroupLeader) ProtoMessage() {}
+func (*CMsgDOTASetGroupLeader) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{313} }
+
+func (m *CMsgDOTASetGroupLeader) GetNewLeaderSteamid() uint64 {
+ if m != nil && m.NewLeaderSteamid != nil {
+ return *m.NewLeaderSteamid
+ }
+ return 0
+}
+
+type CMsgDOTACancelGroupInvites struct {
+ InvitedSteamids []uint64 `protobuf:"fixed64,1,rep,name=invited_steamids" json:"invited_steamids,omitempty"`
+ InvitedGroupids []uint64 `protobuf:"fixed64,2,rep,name=invited_groupids" json:"invited_groupids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACancelGroupInvites) Reset() { *m = CMsgDOTACancelGroupInvites{} }
+func (m *CMsgDOTACancelGroupInvites) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACancelGroupInvites) ProtoMessage() {}
+func (*CMsgDOTACancelGroupInvites) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{314} }
+
+func (m *CMsgDOTACancelGroupInvites) GetInvitedSteamids() []uint64 {
+ if m != nil {
+ return m.InvitedSteamids
+ }
+ return nil
+}
+
+func (m *CMsgDOTACancelGroupInvites) GetInvitedGroupids() []uint64 {
+ if m != nil {
+ return m.InvitedGroupids
+ }
+ return nil
+}
+
+type CMsgDOTASetGroupOpenStatus struct {
+ Open *bool `protobuf:"varint,1,opt,name=open" json:"open,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASetGroupOpenStatus) Reset() { *m = CMsgDOTASetGroupOpenStatus{} }
+func (m *CMsgDOTASetGroupOpenStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASetGroupOpenStatus) ProtoMessage() {}
+func (*CMsgDOTASetGroupOpenStatus) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{315} }
+
+func (m *CMsgDOTASetGroupOpenStatus) GetOpen() bool {
+ if m != nil && m.Open != nil {
+ return *m.Open
+ }
+ return false
+}
+
+type CMsgDOTAGroupMergeInvite struct {
+ OtherGroupId *uint64 `protobuf:"fixed64,1,opt,name=other_group_id" json:"other_group_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGroupMergeInvite) Reset() { *m = CMsgDOTAGroupMergeInvite{} }
+func (m *CMsgDOTAGroupMergeInvite) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGroupMergeInvite) ProtoMessage() {}
+func (*CMsgDOTAGroupMergeInvite) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{316} }
+
+func (m *CMsgDOTAGroupMergeInvite) GetOtherGroupId() uint64 {
+ if m != nil && m.OtherGroupId != nil {
+ return *m.OtherGroupId
+ }
+ return 0
+}
+
+type CMsgDOTAGroupMergeResponse struct {
+ InitiatorGroupId *uint64 `protobuf:"fixed64,1,opt,name=initiator_group_id" json:"initiator_group_id,omitempty"`
+ Accept *bool `protobuf:"varint,2,opt,name=accept" json:"accept,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGroupMergeResponse) Reset() { *m = CMsgDOTAGroupMergeResponse{} }
+func (m *CMsgDOTAGroupMergeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGroupMergeResponse) ProtoMessage() {}
+func (*CMsgDOTAGroupMergeResponse) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{317} }
+
+func (m *CMsgDOTAGroupMergeResponse) GetInitiatorGroupId() uint64 {
+ if m != nil && m.InitiatorGroupId != nil {
+ return *m.InitiatorGroupId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAGroupMergeResponse) GetAccept() bool {
+ if m != nil && m.Accept != nil {
+ return *m.Accept
+ }
+ return false
+}
+
+type CMsgDOTAGroupMergeReply struct {
+ Result *EDOTAGroupMergeResult `protobuf:"varint,1,opt,name=result,enum=EDOTAGroupMergeResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAGroupMergeReply) Reset() { *m = CMsgDOTAGroupMergeReply{} }
+func (m *CMsgDOTAGroupMergeReply) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAGroupMergeReply) ProtoMessage() {}
+func (*CMsgDOTAGroupMergeReply) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{318} }
+
+const Default_CMsgDOTAGroupMergeReply_Result EDOTAGroupMergeResult = EDOTAGroupMergeResult_k_EDOTAGroupMergeResult_OK
+
+func (m *CMsgDOTAGroupMergeReply) GetResult() EDOTAGroupMergeResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAGroupMergeReply_Result
+}
+
+type CMsgDOTAPartyRichPresence struct {
+ PartyId *uint64 `protobuf:"fixed64,1,opt,name=party_id" json:"party_id,omitempty"`
+ PartyState *CSODOTAParty_State `protobuf:"varint,2,opt,name=party_state,enum=CSODOTAParty_State,def=0" json:"party_state,omitempty"`
+ Open *bool `protobuf:"varint,3,opt,name=open" json:"open,omitempty"`
+ LowPriority *bool `protobuf:"varint,5,opt,name=low_priority" json:"low_priority,omitempty"`
+ Members []*CMsgDOTAPartyRichPresence_Member `protobuf:"bytes,4,rep,name=members" json:"members,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPartyRichPresence) Reset() { *m = CMsgDOTAPartyRichPresence{} }
+func (m *CMsgDOTAPartyRichPresence) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPartyRichPresence) ProtoMessage() {}
+func (*CMsgDOTAPartyRichPresence) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{319} }
+
+const Default_CMsgDOTAPartyRichPresence_PartyState CSODOTAParty_State = CSODOTAParty_UI
+
+func (m *CMsgDOTAPartyRichPresence) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPartyRichPresence) GetPartyState() CSODOTAParty_State {
+ if m != nil && m.PartyState != nil {
+ return *m.PartyState
+ }
+ return Default_CMsgDOTAPartyRichPresence_PartyState
+}
+
+func (m *CMsgDOTAPartyRichPresence) GetOpen() bool {
+ if m != nil && m.Open != nil {
+ return *m.Open
+ }
+ return false
+}
+
+func (m *CMsgDOTAPartyRichPresence) GetLowPriority() bool {
+ if m != nil && m.LowPriority != nil {
+ return *m.LowPriority
+ }
+ return false
+}
+
+func (m *CMsgDOTAPartyRichPresence) GetMembers() []*CMsgDOTAPartyRichPresence_Member {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+type CMsgDOTAPartyRichPresence_Member struct {
+ SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ Coach *bool `protobuf:"varint,2,opt,name=coach" json:"coach,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPartyRichPresence_Member) Reset() { *m = CMsgDOTAPartyRichPresence_Member{} }
+func (m *CMsgDOTAPartyRichPresence_Member) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPartyRichPresence_Member) ProtoMessage() {}
+func (*CMsgDOTAPartyRichPresence_Member) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{319, 0}
+}
+
+func (m *CMsgDOTAPartyRichPresence_Member) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPartyRichPresence_Member) GetCoach() bool {
+ if m != nil && m.Coach != nil {
+ return *m.Coach
+ }
+ return false
+}
+
+type CMsgDOTALobbyRichPresence struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ LobbyState *CSODOTALobby_State `protobuf:"varint,2,opt,name=lobby_state,enum=CSODOTALobby_State,def=0" json:"lobby_state,omitempty"`
+ Password *bool `protobuf:"varint,3,opt,name=password" json:"password,omitempty"`
+ GameMode *DOTA_GameMode `protobuf:"varint,4,opt,name=game_mode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
+ MemberCount *uint32 `protobuf:"varint,5,opt,name=member_count" json:"member_count,omitempty"`
+ MaxMemberCount *uint32 `protobuf:"varint,6,opt,name=max_member_count" json:"max_member_count,omitempty"`
+ CustomGameId *uint64 `protobuf:"fixed64,7,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ Name *string `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTALobbyRichPresence) Reset() { *m = CMsgDOTALobbyRichPresence{} }
+func (m *CMsgDOTALobbyRichPresence) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTALobbyRichPresence) ProtoMessage() {}
+func (*CMsgDOTALobbyRichPresence) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{320} }
+
+const Default_CMsgDOTALobbyRichPresence_LobbyState CSODOTALobby_State = CSODOTALobby_UI
+const Default_CMsgDOTALobbyRichPresence_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
+
+func (m *CMsgDOTALobbyRichPresence) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetLobbyState() CSODOTALobby_State {
+ if m != nil && m.LobbyState != nil {
+ return *m.LobbyState
+ }
+ return Default_CMsgDOTALobbyRichPresence_LobbyState
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetPassword() bool {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return false
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetGameMode() DOTA_GameMode {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return Default_CMsgDOTALobbyRichPresence_GameMode
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetMemberCount() uint32 {
+ if m != nil && m.MemberCount != nil {
+ return *m.MemberCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetMaxMemberCount() uint32 {
+ if m != nil && m.MaxMemberCount != nil {
+ return *m.MaxMemberCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgDOTALobbyRichPresence) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+type CMsgDOTACustomGameListenServerStartedLoading struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,2,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ LobbyMembers []uint32 `protobuf:"varint,3,rep,name=lobby_members" json:"lobby_members,omitempty"`
+ StartTime *uint32 `protobuf:"varint,4,opt,name=start_time" json:"start_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACustomGameListenServerStartedLoading) Reset() {
+ *m = CMsgDOTACustomGameListenServerStartedLoading{}
+}
+func (m *CMsgDOTACustomGameListenServerStartedLoading) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTACustomGameListenServerStartedLoading) ProtoMessage() {}
+func (*CMsgDOTACustomGameListenServerStartedLoading) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{321}
+}
+
+func (m *CMsgDOTACustomGameListenServerStartedLoading) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTACustomGameListenServerStartedLoading) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CMsgDOTACustomGameListenServerStartedLoading) GetLobbyMembers() []uint32 {
+ if m != nil {
+ return m.LobbyMembers
+ }
+ return nil
+}
+
+func (m *CMsgDOTACustomGameListenServerStartedLoading) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+type CMsgDOTACustomGameClientFinishedLoading struct {
+ LobbyId *uint64 `protobuf:"fixed64,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ LoadingDuration *uint32 `protobuf:"varint,2,opt,name=loading_duration" json:"loading_duration,omitempty"`
+ ResultCode *int32 `protobuf:"zigzag32,3,opt,name=result_code" json:"result_code,omitempty"`
+ ResultString *string `protobuf:"bytes,4,opt,name=result_string" json:"result_string,omitempty"`
+ SignonStates *uint32 `protobuf:"varint,5,opt,name=signon_states" json:"signon_states,omitempty"`
+ Comment *string `protobuf:"bytes,6,opt,name=comment" json:"comment,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) Reset() {
+ *m = CMsgDOTACustomGameClientFinishedLoading{}
+}
+func (m *CMsgDOTACustomGameClientFinishedLoading) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACustomGameClientFinishedLoading) ProtoMessage() {}
+func (*CMsgDOTACustomGameClientFinishedLoading) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{322}
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) GetLoadingDuration() uint32 {
+ if m != nil && m.LoadingDuration != nil {
+ return *m.LoadingDuration
+ }
+ return 0
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) GetResultCode() int32 {
+ if m != nil && m.ResultCode != nil {
+ return *m.ResultCode
+ }
+ return 0
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) GetResultString() string {
+ if m != nil && m.ResultString != nil {
+ return *m.ResultString
+ }
+ return ""
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) GetSignonStates() uint32 {
+ if m != nil && m.SignonStates != nil {
+ return *m.SignonStates
+ }
+ return 0
+}
+
+func (m *CMsgDOTACustomGameClientFinishedLoading) GetComment() string {
+ if m != nil && m.Comment != nil {
+ return *m.Comment
+ }
+ return ""
+}
+
+type CMsgClientToGCGetLeagueSeries struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetLeagueSeries) Reset() { *m = CMsgClientToGCGetLeagueSeries{} }
+func (m *CMsgClientToGCGetLeagueSeries) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetLeagueSeries) ProtoMessage() {}
+func (*CMsgClientToGCGetLeagueSeries) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{323} }
+
+func (m *CMsgClientToGCGetLeagueSeries) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgClientToGCGetLeagueSeriesResponse struct {
+ Series []*CMsgClientToGCGetLeagueSeriesResponse_Series `protobuf:"bytes,1,rep,name=series" json:"series,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse) Reset() { *m = CMsgClientToGCGetLeagueSeriesResponse{} }
+func (m *CMsgClientToGCGetLeagueSeriesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetLeagueSeriesResponse) ProtoMessage() {}
+func (*CMsgClientToGCGetLeagueSeriesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{324}
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse) GetSeries() []*CMsgClientToGCGetLeagueSeriesResponse_Series {
+ if m != nil {
+ return m.Series
+ }
+ return nil
+}
+
+type CMsgClientToGCGetLeagueSeriesResponse_Series struct {
+ SeriesId *uint32 `protobuf:"varint,1,opt,name=series_id" json:"series_id,omitempty"`
+ NumGames *uint32 `protobuf:"varint,2,opt,name=num_games" json:"num_games,omitempty"`
+ Teams []*CMsgClientToGCGetLeagueSeriesResponse_Series_Team `protobuf:"bytes,3,rep,name=teams" json:"teams,omitempty"`
+ SeriesName *string `protobuf:"bytes,4,opt,name=series_name" json:"series_name,omitempty"`
+ PhaseName *string `protobuf:"bytes,5,opt,name=phase_name" json:"phase_name,omitempty"`
+ StartTime *uint32 `protobuf:"varint,6,opt,name=start_time" json:"start_time,omitempty"`
+ AfterSeriesId *uint32 `protobuf:"varint,7,opt,name=after_series_id" json:"after_series_id,omitempty"`
+ NumCompletedGames *uint32 `protobuf:"varint,8,opt,name=num_completed_games" json:"num_completed_games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) Reset() {
+ *m = CMsgClientToGCGetLeagueSeriesResponse_Series{}
+}
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCGetLeagueSeriesResponse_Series) ProtoMessage() {}
+func (*CMsgClientToGCGetLeagueSeriesResponse_Series) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{324, 0}
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetSeriesId() uint32 {
+ if m != nil && m.SeriesId != nil {
+ return *m.SeriesId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetNumGames() uint32 {
+ if m != nil && m.NumGames != nil {
+ return *m.NumGames
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetTeams() []*CMsgClientToGCGetLeagueSeriesResponse_Series_Team {
+ if m != nil {
+ return m.Teams
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetSeriesName() string {
+ if m != nil && m.SeriesName != nil {
+ return *m.SeriesName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetPhaseName() string {
+ if m != nil && m.PhaseName != nil {
+ return *m.PhaseName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetAfterSeriesId() uint32 {
+ if m != nil && m.AfterSeriesId != nil {
+ return *m.AfterSeriesId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetNumCompletedGames() uint32 {
+ if m != nil && m.NumCompletedGames != nil {
+ return *m.NumCompletedGames
+ }
+ return 0
+}
+
+type CMsgClientToGCGetLeagueSeriesResponse_Series_Team struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ TeamName *string `protobuf:"bytes,2,opt,name=team_name" json:"team_name,omitempty"`
+ TeamTag *string `protobuf:"bytes,3,opt,name=team_tag" json:"team_tag,omitempty"`
+ TeamScore *uint32 `protobuf:"varint,4,opt,name=team_score" json:"team_score,omitempty"`
+ TeamWins *uint32 `protobuf:"varint,5,opt,name=team_wins" json:"team_wins,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) Reset() {
+ *m = CMsgClientToGCGetLeagueSeriesResponse_Series_Team{}
+}
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) ProtoMessage() {}
+func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{324, 0, 0}
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamTag() string {
+ if m != nil && m.TeamTag != nil {
+ return *m.TeamTag
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamScore() uint32 {
+ if m != nil && m.TeamScore != nil {
+ return *m.TeamScore
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamWins() uint32 {
+ if m != nil && m.TeamWins != nil {
+ return *m.TeamWins
+ }
+ return 0
+}
+
+type CMsgClientToGCApplyGemCombiner struct {
+ ItemId_1 *uint64 `protobuf:"varint,1,opt,name=item_id_1" json:"item_id_1,omitempty"`
+ ItemId_2 *uint64 `protobuf:"varint,2,opt,name=item_id_2" json:"item_id_2,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCApplyGemCombiner) Reset() { *m = CMsgClientToGCApplyGemCombiner{} }
+func (m *CMsgClientToGCApplyGemCombiner) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCApplyGemCombiner) ProtoMessage() {}
+func (*CMsgClientToGCApplyGemCombiner) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{325}
+}
+
+func (m *CMsgClientToGCApplyGemCombiner) GetItemId_1() uint64 {
+ if m != nil && m.ItemId_1 != nil {
+ return *m.ItemId_1
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCApplyGemCombiner) GetItemId_2() uint64 {
+ if m != nil && m.ItemId_2 != nil {
+ return *m.ItemId_2
+ }
+ return 0
+}
+
+type CDummyUnbreakMessage struct {
+ DummyField *CMsgDOTAClearTournamentGame `protobuf:"bytes,1,opt,name=dummy_field" json:"dummy_field,omitempty"`
+ AnotherDummyField *ETournamentState `protobuf:"varint,2,opt,name=another_dummy_field,enum=ETournamentState,def=0" json:"another_dummy_field,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDummyUnbreakMessage) Reset() { *m = CDummyUnbreakMessage{} }
+func (m *CDummyUnbreakMessage) String() string { return proto.CompactTextString(m) }
+func (*CDummyUnbreakMessage) ProtoMessage() {}
+func (*CDummyUnbreakMessage) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{326} }
+
+const Default_CDummyUnbreakMessage_AnotherDummyField ETournamentState = ETournamentState_k_ETournamentState_Unknown
+
+func (m *CDummyUnbreakMessage) GetDummyField() *CMsgDOTAClearTournamentGame {
+ if m != nil {
+ return m.DummyField
+ }
+ return nil
+}
+
+func (m *CDummyUnbreakMessage) GetAnotherDummyField() ETournamentState {
+ if m != nil && m.AnotherDummyField != nil {
+ return *m.AnotherDummyField
+ }
+ return Default_CDummyUnbreakMessage_AnotherDummyField
+}
+
+type CMsgClientToGCCreateStaticRecipe struct {
+ Items []*CMsgClientToGCCreateStaticRecipe_Item `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
+ RecipeDefIndex *uint32 `protobuf:"varint,2,opt,name=recipe_def_index" json:"recipe_def_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCreateStaticRecipe) Reset() { *m = CMsgClientToGCCreateStaticRecipe{} }
+func (m *CMsgClientToGCCreateStaticRecipe) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCCreateStaticRecipe) ProtoMessage() {}
+func (*CMsgClientToGCCreateStaticRecipe) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{327}
+}
+
+func (m *CMsgClientToGCCreateStaticRecipe) GetItems() []*CMsgClientToGCCreateStaticRecipe_Item {
+ if m != nil {
+ return m.Items
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCCreateStaticRecipe) GetRecipeDefIndex() uint32 {
+ if m != nil && m.RecipeDefIndex != nil {
+ return *m.RecipeDefIndex
+ }
+ return 0
+}
+
+type CMsgClientToGCCreateStaticRecipe_Item struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ SlotId *uint32 `protobuf:"varint,2,opt,name=slot_id" json:"slot_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCreateStaticRecipe_Item) Reset() { *m = CMsgClientToGCCreateStaticRecipe_Item{} }
+func (m *CMsgClientToGCCreateStaticRecipe_Item) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCCreateStaticRecipe_Item) ProtoMessage() {}
+func (*CMsgClientToGCCreateStaticRecipe_Item) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{327, 0}
+}
+
+func (m *CMsgClientToGCCreateStaticRecipe_Item) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCCreateStaticRecipe_Item) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+type CMsgClientToGCCreateStaticRecipeResponse struct {
+ Response *CMsgClientToGCCreateStaticRecipeResponse_EResponse `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCCreateStaticRecipeResponse_EResponse,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCCreateStaticRecipeResponse) Reset() {
+ *m = CMsgClientToGCCreateStaticRecipeResponse{}
+}
+func (m *CMsgClientToGCCreateStaticRecipeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCCreateStaticRecipeResponse) ProtoMessage() {}
+func (*CMsgClientToGCCreateStaticRecipeResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{328}
+}
+
+const Default_CMsgClientToGCCreateStaticRecipeResponse_Response CMsgClientToGCCreateStaticRecipeResponse_EResponse = CMsgClientToGCCreateStaticRecipeResponse_eResponse_Success
+
+func (m *CMsgClientToGCCreateStaticRecipeResponse) GetResponse() CMsgClientToGCCreateStaticRecipeResponse_EResponse {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCCreateStaticRecipeResponse_Response
+}
+
+type CDOTAReplayDownloadInfo struct {
+ Match *CMsgDOTAMatchMinimal `protobuf:"bytes,1,opt,name=match" json:"match,omitempty"`
+ Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
+ Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
+ Size *uint32 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"`
+ Tags []string `protobuf:"bytes,5,rep,name=tags" json:"tags,omitempty"`
+ ExistsOnDisk *bool `protobuf:"varint,6,opt,name=exists_on_disk" json:"exists_on_disk,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTAReplayDownloadInfo) Reset() { *m = CDOTAReplayDownloadInfo{} }
+func (m *CDOTAReplayDownloadInfo) String() string { return proto.CompactTextString(m) }
+func (*CDOTAReplayDownloadInfo) ProtoMessage() {}
+func (*CDOTAReplayDownloadInfo) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{329} }
+
+func (m *CDOTAReplayDownloadInfo) GetMatch() *CMsgDOTAMatchMinimal {
+ if m != nil {
+ return m.Match
+ }
+ return nil
+}
+
+func (m *CDOTAReplayDownloadInfo) GetTitle() string {
+ if m != nil && m.Title != nil {
+ return *m.Title
+ }
+ return ""
+}
+
+func (m *CDOTAReplayDownloadInfo) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CDOTAReplayDownloadInfo) GetSize() uint32 {
+ if m != nil && m.Size != nil {
+ return *m.Size
+ }
+ return 0
+}
+
+func (m *CDOTAReplayDownloadInfo) GetTags() []string {
+ if m != nil {
+ return m.Tags
+ }
+ return nil
+}
+
+func (m *CDOTAReplayDownloadInfo) GetExistsOnDisk() bool {
+ if m != nil && m.ExistsOnDisk != nil {
+ return *m.ExistsOnDisk
+ }
+ return false
+}
+
+type CDOTAReplayDownloadInfo_Highlight struct {
+ Timestamp *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
+ Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTAReplayDownloadInfo_Highlight) Reset() { *m = CDOTAReplayDownloadInfo_Highlight{} }
+func (m *CDOTAReplayDownloadInfo_Highlight) String() string { return proto.CompactTextString(m) }
+func (*CDOTAReplayDownloadInfo_Highlight) ProtoMessage() {}
+func (*CDOTAReplayDownloadInfo_Highlight) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{329, 0}
+}
+
+func (m *CDOTAReplayDownloadInfo_Highlight) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CDOTAReplayDownloadInfo_Highlight) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+type CDOTABroadcasterInfo struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ServerSteamId *uint64 `protobuf:"fixed64,2,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
+ Live *bool `protobuf:"varint,3,opt,name=live" json:"live,omitempty"`
+ TeamNameRadiant *string `protobuf:"bytes,4,opt,name=team_name_radiant" json:"team_name_radiant,omitempty"`
+ TeamNameDire *string `protobuf:"bytes,5,opt,name=team_name_dire" json:"team_name_dire,omitempty"`
+ StageName *string `protobuf:"bytes,6,opt,name=stage_name" json:"stage_name,omitempty"`
+ SeriesGame *uint32 `protobuf:"varint,7,opt,name=series_game" json:"series_game,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,8,opt,name=series_type" json:"series_type,omitempty"`
+ UpcomingBroadcastTimestamp *uint32 `protobuf:"varint,9,opt,name=upcoming_broadcast_timestamp" json:"upcoming_broadcast_timestamp,omitempty"`
+ AllowLiveVideo *bool `protobuf:"varint,10,opt,name=allow_live_video" json:"allow_live_video,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTABroadcasterInfo) Reset() { *m = CDOTABroadcasterInfo{} }
+func (m *CDOTABroadcasterInfo) String() string { return proto.CompactTextString(m) }
+func (*CDOTABroadcasterInfo) ProtoMessage() {}
+func (*CDOTABroadcasterInfo) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{330} }
+
+func (m *CDOTABroadcasterInfo) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CDOTABroadcasterInfo) GetServerSteamId() uint64 {
+ if m != nil && m.ServerSteamId != nil {
+ return *m.ServerSteamId
+ }
+ return 0
+}
+
+func (m *CDOTABroadcasterInfo) GetLive() bool {
+ if m != nil && m.Live != nil {
+ return *m.Live
+ }
+ return false
+}
+
+func (m *CDOTABroadcasterInfo) GetTeamNameRadiant() string {
+ if m != nil && m.TeamNameRadiant != nil {
+ return *m.TeamNameRadiant
+ }
+ return ""
+}
+
+func (m *CDOTABroadcasterInfo) GetTeamNameDire() string {
+ if m != nil && m.TeamNameDire != nil {
+ return *m.TeamNameDire
+ }
+ return ""
+}
+
+func (m *CDOTABroadcasterInfo) GetStageName() string {
+ if m != nil && m.StageName != nil {
+ return *m.StageName
+ }
+ return ""
+}
+
+func (m *CDOTABroadcasterInfo) GetSeriesGame() uint32 {
+ if m != nil && m.SeriesGame != nil {
+ return *m.SeriesGame
+ }
+ return 0
+}
+
+func (m *CDOTABroadcasterInfo) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CDOTABroadcasterInfo) GetUpcomingBroadcastTimestamp() uint32 {
+ if m != nil && m.UpcomingBroadcastTimestamp != nil {
+ return *m.UpcomingBroadcastTimestamp
+ }
+ return 0
+}
+
+func (m *CDOTABroadcasterInfo) GetAllowLiveVideo() bool {
+ if m != nil && m.AllowLiveVideo != nil {
+ return *m.AllowLiveVideo
+ }
+ return false
+}
+
+type CMsgClientToGCH264Unsupported struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCH264Unsupported) Reset() { *m = CMsgClientToGCH264Unsupported{} }
+func (m *CMsgClientToGCH264Unsupported) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCH264Unsupported) ProtoMessage() {}
+func (*CMsgClientToGCH264Unsupported) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{331} }
+
+type CMsgClientToGCRequestH264Support struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCRequestH264Support) Reset() { *m = CMsgClientToGCRequestH264Support{} }
+func (m *CMsgClientToGCRequestH264Support) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCRequestH264Support) ProtoMessage() {}
+func (*CMsgClientToGCRequestH264Support) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{332}
+}
+
+type CMsgClientToGCGetQuestProgress struct {
+ QuestIds []uint32 `protobuf:"varint,1,rep,name=quest_ids" json:"quest_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetQuestProgress) Reset() { *m = CMsgClientToGCGetQuestProgress{} }
+func (m *CMsgClientToGCGetQuestProgress) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetQuestProgress) ProtoMessage() {}
+func (*CMsgClientToGCGetQuestProgress) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{333}
+}
+
+func (m *CMsgClientToGCGetQuestProgress) GetQuestIds() []uint32 {
+ if m != nil {
+ return m.QuestIds
+ }
+ return nil
+}
+
+type CMsgClientToGCGetQuestProgressResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ Quests []*CMsgClientToGCGetQuestProgressResponse_Quest `protobuf:"bytes,2,rep,name=quests" json:"quests,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse) Reset() {
+ *m = CMsgClientToGCGetQuestProgressResponse{}
+}
+func (m *CMsgClientToGCGetQuestProgressResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCGetQuestProgressResponse) ProtoMessage() {}
+func (*CMsgClientToGCGetQuestProgressResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{334}
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse) GetQuests() []*CMsgClientToGCGetQuestProgressResponse_Quest {
+ if m != nil {
+ return m.Quests
+ }
+ return nil
+}
+
+type CMsgClientToGCGetQuestProgressResponse_Challenge struct {
+ ChallengeId *uint32 `protobuf:"varint,1,opt,name=challenge_id" json:"challenge_id,omitempty"`
+ TimeCompleted *uint32 `protobuf:"varint,2,opt,name=time_completed" json:"time_completed,omitempty"`
+ Attempts *uint32 `protobuf:"varint,3,opt,name=attempts" json:"attempts,omitempty"`
+ HeroId *uint32 `protobuf:"varint,4,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Challenge) Reset() {
+ *m = CMsgClientToGCGetQuestProgressResponse_Challenge{}
+}
+func (m *CMsgClientToGCGetQuestProgressResponse_Challenge) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCGetQuestProgressResponse_Challenge) ProtoMessage() {}
+func (*CMsgClientToGCGetQuestProgressResponse_Challenge) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{334, 0}
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Challenge) GetChallengeId() uint32 {
+ if m != nil && m.ChallengeId != nil {
+ return *m.ChallengeId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Challenge) GetTimeCompleted() uint32 {
+ if m != nil && m.TimeCompleted != nil {
+ return *m.TimeCompleted
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Challenge) GetAttempts() uint32 {
+ if m != nil && m.Attempts != nil {
+ return *m.Attempts
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Challenge) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgClientToGCGetQuestProgressResponse_Quest struct {
+ QuestId *uint32 `protobuf:"varint,1,opt,name=quest_id" json:"quest_id,omitempty"`
+ CompletedChallenges []*CMsgClientToGCGetQuestProgressResponse_Challenge `protobuf:"bytes,2,rep,name=completed_challenges" json:"completed_challenges,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Quest) Reset() {
+ *m = CMsgClientToGCGetQuestProgressResponse_Quest{}
+}
+func (m *CMsgClientToGCGetQuestProgressResponse_Quest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgClientToGCGetQuestProgressResponse_Quest) ProtoMessage() {}
+func (*CMsgClientToGCGetQuestProgressResponse_Quest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{334, 1}
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Quest) GetQuestId() uint32 {
+ if m != nil && m.QuestId != nil {
+ return *m.QuestId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCGetQuestProgressResponse_Quest) GetCompletedChallenges() []*CMsgClientToGCGetQuestProgressResponse_Challenge {
+ if m != nil {
+ return m.CompletedChallenges
+ }
+ return nil
+}
+
+type CMsgGCToClientMatchSignedOut struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientMatchSignedOut) Reset() { *m = CMsgGCToClientMatchSignedOut{} }
+func (m *CMsgGCToClientMatchSignedOut) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientMatchSignedOut) ProtoMessage() {}
+func (*CMsgGCToClientMatchSignedOut) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{335} }
+
+func (m *CMsgGCToClientMatchSignedOut) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+type CMsgGCGetHeroStatsHistory struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCGetHeroStatsHistory) Reset() { *m = CMsgGCGetHeroStatsHistory{} }
+func (m *CMsgGCGetHeroStatsHistory) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCGetHeroStatsHistory) ProtoMessage() {}
+func (*CMsgGCGetHeroStatsHistory) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{336} }
+
+func (m *CMsgGCGetHeroStatsHistory) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgGCGetHeroStatsHistoryResponse struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ Records []*CMsgDOTASDOHeroStatsHistory `protobuf:"bytes,2,rep,name=records" json:"records,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCGetHeroStatsHistoryResponse) Reset() { *m = CMsgGCGetHeroStatsHistoryResponse{} }
+func (m *CMsgGCGetHeroStatsHistoryResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCGetHeroStatsHistoryResponse) ProtoMessage() {}
+func (*CMsgGCGetHeroStatsHistoryResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{337}
+}
+
+func (m *CMsgGCGetHeroStatsHistoryResponse) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgGCGetHeroStatsHistoryResponse) GetRecords() []*CMsgDOTASDOHeroStatsHistory {
+ if m != nil {
+ return m.Records
+ }
+ return nil
+}
+
+type CMsgClientToGCPrivateChatInvite struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ InvitedAccountId *uint32 `protobuf:"varint,2,opt,name=invited_account_id" json:"invited_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCPrivateChatInvite) Reset() { *m = CMsgClientToGCPrivateChatInvite{} }
+func (m *CMsgClientToGCPrivateChatInvite) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCPrivateChatInvite) ProtoMessage() {}
+func (*CMsgClientToGCPrivateChatInvite) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{338}
+}
+
+func (m *CMsgClientToGCPrivateChatInvite) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCPrivateChatInvite) GetInvitedAccountId() uint32 {
+ if m != nil && m.InvitedAccountId != nil {
+ return *m.InvitedAccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCPrivateChatKick struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ KickAccountId *uint32 `protobuf:"varint,2,opt,name=kick_account_id" json:"kick_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCPrivateChatKick) Reset() { *m = CMsgClientToGCPrivateChatKick{} }
+func (m *CMsgClientToGCPrivateChatKick) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCPrivateChatKick) ProtoMessage() {}
+func (*CMsgClientToGCPrivateChatKick) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{339} }
+
+func (m *CMsgClientToGCPrivateChatKick) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCPrivateChatKick) GetKickAccountId() uint32 {
+ if m != nil && m.KickAccountId != nil {
+ return *m.KickAccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCPrivateChatPromote struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ PromoteAccountId *uint32 `protobuf:"varint,2,opt,name=promote_account_id" json:"promote_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCPrivateChatPromote) Reset() { *m = CMsgClientToGCPrivateChatPromote{} }
+func (m *CMsgClientToGCPrivateChatPromote) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCPrivateChatPromote) ProtoMessage() {}
+func (*CMsgClientToGCPrivateChatPromote) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{340}
+}
+
+func (m *CMsgClientToGCPrivateChatPromote) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCPrivateChatPromote) GetPromoteAccountId() uint32 {
+ if m != nil && m.PromoteAccountId != nil {
+ return *m.PromoteAccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCPrivateChatDemote struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ DemoteAccountId *uint32 `protobuf:"varint,2,opt,name=demote_account_id" json:"demote_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCPrivateChatDemote) Reset() { *m = CMsgClientToGCPrivateChatDemote{} }
+func (m *CMsgClientToGCPrivateChatDemote) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCPrivateChatDemote) ProtoMessage() {}
+func (*CMsgClientToGCPrivateChatDemote) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{341}
+}
+
+func (m *CMsgClientToGCPrivateChatDemote) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+func (m *CMsgClientToGCPrivateChatDemote) GetDemoteAccountId() uint32 {
+ if m != nil && m.DemoteAccountId != nil {
+ return *m.DemoteAccountId
+ }
+ return 0
+}
+
+type CMsgGCToClientPrivateChatResponse struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ Result *CMsgGCToClientPrivateChatResponse_Result `protobuf:"varint,2,opt,name=result,enum=CMsgGCToClientPrivateChatResponse_Result,def=0" json:"result,omitempty"`
+ Username *string `protobuf:"bytes,3,opt,name=username" json:"username,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientPrivateChatResponse) Reset() { *m = CMsgGCToClientPrivateChatResponse{} }
+func (m *CMsgGCToClientPrivateChatResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientPrivateChatResponse) ProtoMessage() {}
+func (*CMsgGCToClientPrivateChatResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{342}
+}
+
+const Default_CMsgGCToClientPrivateChatResponse_Result CMsgGCToClientPrivateChatResponse_Result = CMsgGCToClientPrivateChatResponse_SUCCESS
+
+func (m *CMsgGCToClientPrivateChatResponse) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+func (m *CMsgGCToClientPrivateChatResponse) GetResult() CMsgGCToClientPrivateChatResponse_Result {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgGCToClientPrivateChatResponse_Result
+}
+
+func (m *CMsgGCToClientPrivateChatResponse) GetUsername() string {
+ if m != nil && m.Username != nil {
+ return *m.Username
+ }
+ return ""
+}
+
+type CMsgClientToGCPrivateChatInfoRequest struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCPrivateChatInfoRequest) Reset() { *m = CMsgClientToGCPrivateChatInfoRequest{} }
+func (m *CMsgClientToGCPrivateChatInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCPrivateChatInfoRequest) ProtoMessage() {}
+func (*CMsgClientToGCPrivateChatInfoRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{343}
+}
+
+func (m *CMsgClientToGCPrivateChatInfoRequest) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+type CMsgGCToClientPrivateChatInfoResponse struct {
+ PrivateChatChannelName *string `protobuf:"bytes,1,opt,name=private_chat_channel_name" json:"private_chat_channel_name,omitempty"`
+ Members []*CMsgGCToClientPrivateChatInfoResponse_Member `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
+ Creator *uint32 `protobuf:"varint,3,opt,name=creator" json:"creator,omitempty"`
+ CreationDate *uint32 `protobuf:"varint,4,opt,name=creation_date" json:"creation_date,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse) Reset() { *m = CMsgGCToClientPrivateChatInfoResponse{} }
+func (m *CMsgGCToClientPrivateChatInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientPrivateChatInfoResponse) ProtoMessage() {}
+func (*CMsgGCToClientPrivateChatInfoResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{344}
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse) GetPrivateChatChannelName() string {
+ if m != nil && m.PrivateChatChannelName != nil {
+ return *m.PrivateChatChannelName
+ }
+ return ""
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse) GetMembers() []*CMsgGCToClientPrivateChatInfoResponse_Member {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse) GetCreator() uint32 {
+ if m != nil && m.Creator != nil {
+ return *m.Creator
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse) GetCreationDate() uint32 {
+ if m != nil && m.CreationDate != nil {
+ return *m.CreationDate
+ }
+ return 0
+}
+
+type CMsgGCToClientPrivateChatInfoResponse_Member struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Status *uint32 `protobuf:"varint,3,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse_Member) Reset() {
+ *m = CMsgGCToClientPrivateChatInfoResponse_Member{}
+}
+func (m *CMsgGCToClientPrivateChatInfoResponse_Member) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToClientPrivateChatInfoResponse_Member) ProtoMessage() {}
+func (*CMsgGCToClientPrivateChatInfoResponse_Member) Descriptor() ([]byte, []int) {
+ return dota_client_fileDescriptor0, []int{344, 0}
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse_Member) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse_Member) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgGCToClientPrivateChatInfoResponse_Member) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgPlayerBehaviorReport struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ MatchId *uint64 `protobuf:"varint,2,opt,name=match_id" json:"match_id,omitempty"`
+ SeqNum *uint32 `protobuf:"varint,3,opt,name=seq_num" json:"seq_num,omitempty"`
+ Reasons *uint32 `protobuf:"varint,4,opt,name=reasons" json:"reasons,omitempty"`
+ MatchesInReport *uint32 `protobuf:"varint,5,opt,name=matches_in_report" json:"matches_in_report,omitempty"`
+ MatchesClean *uint32 `protobuf:"varint,6,opt,name=matches_clean" json:"matches_clean,omitempty"`
+ MatchesReported *uint32 `protobuf:"varint,7,opt,name=matches_reported" json:"matches_reported,omitempty"`
+ MatchesAbandoned *uint32 `protobuf:"varint,8,opt,name=matches_abandoned" json:"matches_abandoned,omitempty"`
+ ReportsCount *uint32 `protobuf:"varint,9,opt,name=reports_count" json:"reports_count,omitempty"`
+ ReportsParties *uint32 `protobuf:"varint,10,opt,name=reports_parties" json:"reports_parties,omitempty"`
+ CommendCount *uint32 `protobuf:"varint,11,opt,name=commend_count" json:"commend_count,omitempty"`
+ EndScore *uint32 `protobuf:"varint,13,opt,name=end_score" json:"end_score,omitempty"`
+ ClientAcknowledged *bool `protobuf:"varint,100,opt,name=client_acknowledged" json:"client_acknowledged,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPlayerBehaviorReport) Reset() { *m = CMsgPlayerBehaviorReport{} }
+func (m *CMsgPlayerBehaviorReport) String() string { return proto.CompactTextString(m) }
+func (*CMsgPlayerBehaviorReport) ProtoMessage() {}
+func (*CMsgPlayerBehaviorReport) Descriptor() ([]byte, []int) { return dota_client_fileDescriptor0, []int{345} }
+
+func (m *CMsgPlayerBehaviorReport) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetSeqNum() uint32 {
+ if m != nil && m.SeqNum != nil {
+ return *m.SeqNum
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetReasons() uint32 {
+ if m != nil && m.Reasons != nil {
+ return *m.Reasons
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetMatchesInReport() uint32 {
+ if m != nil && m.MatchesInReport != nil {
+ return *m.MatchesInReport
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetMatchesClean() uint32 {
+ if m != nil && m.MatchesClean != nil {
+ return *m.MatchesClean
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetMatchesReported() uint32 {
+ if m != nil && m.MatchesReported != nil {
+ return *m.MatchesReported
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetMatchesAbandoned() uint32 {
+ if m != nil && m.MatchesAbandoned != nil {
+ return *m.MatchesAbandoned
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetReportsCount() uint32 {
+ if m != nil && m.ReportsCount != nil {
+ return *m.ReportsCount
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetReportsParties() uint32 {
+ if m != nil && m.ReportsParties != nil {
+ return *m.ReportsParties
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetCommendCount() uint32 {
+ if m != nil && m.CommendCount != nil {
+ return *m.CommendCount
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetEndScore() uint32 {
+ if m != nil && m.EndScore != nil {
+ return *m.EndScore
+ }
+ return 0
+}
+
+func (m *CMsgPlayerBehaviorReport) GetClientAcknowledged() bool {
+ if m != nil && m.ClientAcknowledged != nil {
+ return *m.ClientAcknowledged
+ }
+ return false
+}
+
+func init() {
+ proto.RegisterType((*CMsgStartFindingMatch)(nil), "CMsgStartFindingMatch")
+ proto.RegisterType((*CMsgStopFindingMatch)(nil), "CMsgStopFindingMatch")
+ proto.RegisterType((*CMsgReadyUp)(nil), "CMsgReadyUp")
+ proto.RegisterType((*CMsgReadyUpStatus)(nil), "CMsgReadyUpStatus")
+ proto.RegisterType((*CSourceTVGameSmall)(nil), "CSourceTVGameSmall")
+ proto.RegisterType((*CSourceTVGameSmall_Player)(nil), "CSourceTVGameSmall.Player")
+ proto.RegisterType((*CMsgClientToGCFindTopSourceTVGames)(nil), "CMsgClientToGCFindTopSourceTVGames")
+ proto.RegisterType((*CMsgGCToClientFindTopSourceTVGamesResponse)(nil), "CMsgGCToClientFindTopSourceTVGamesResponse")
+ proto.RegisterType((*CMsgClientToGCTopMatchesRequest)(nil), "CMsgClientToGCTopMatchesRequest")
+ proto.RegisterType((*CMsgClientToGCTopLeagueMatchesRequest)(nil), "CMsgClientToGCTopLeagueMatchesRequest")
+ proto.RegisterType((*CMsgClientToGCTopFriendMatchesRequest)(nil), "CMsgClientToGCTopFriendMatchesRequest")
+ proto.RegisterType((*CMsgClientToGCMatchesMinimalRequest)(nil), "CMsgClientToGCMatchesMinimalRequest")
+ proto.RegisterType((*CMsgClientToGCMatchesMinimalResponse)(nil), "CMsgClientToGCMatchesMinimalResponse")
+ proto.RegisterType((*CMsgGCToClientTopLeagueMatchesResponse)(nil), "CMsgGCToClientTopLeagueMatchesResponse")
+ proto.RegisterType((*CMsgGCToClientTopFriendMatchesResponse)(nil), "CMsgGCToClientTopFriendMatchesResponse")
+ proto.RegisterType((*CMsgClientToGCFindTopMatches)(nil), "CMsgClientToGCFindTopMatches")
+ proto.RegisterType((*CMsgGCToClientFindTopLeagueMatchesResponse)(nil), "CMsgGCToClientFindTopLeagueMatchesResponse")
+ proto.RegisterType((*CMsgSpectateFriendGame)(nil), "CMsgSpectateFriendGame")
+ proto.RegisterType((*CMsgSpectateFriendGameResponse)(nil), "CMsgSpectateFriendGameResponse")
+ proto.RegisterType((*CMsgAbandonCurrentGame)(nil), "CMsgAbandonCurrentGame")
+ proto.RegisterType((*CMsgClientSuspended)(nil), "CMsgClientSuspended")
+ proto.RegisterType((*CMsgPracticeLobbySetDetails)(nil), "CMsgPracticeLobbySetDetails")
+ proto.RegisterType((*CMsgPracticeLobbyCreate)(nil), "CMsgPracticeLobbyCreate")
+ proto.RegisterType((*CMsgPracticeLobbyCreate_SaveGame)(nil), "CMsgPracticeLobbyCreate.SaveGame")
+ proto.RegisterType((*CMsgPracticeLobbySetTeamSlot)(nil), "CMsgPracticeLobbySetTeamSlot")
+ proto.RegisterType((*CMsgPracticeLobbySetCoach)(nil), "CMsgPracticeLobbySetCoach")
+ proto.RegisterType((*CMsgPracticeLobbyJoinBroadcastChannel)(nil), "CMsgPracticeLobbyJoinBroadcastChannel")
+ proto.RegisterType((*CMsgPracticeLobbyCloseBroadcastChannel)(nil), "CMsgPracticeLobbyCloseBroadcastChannel")
+ proto.RegisterType((*CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus)(nil), "CMsgPracticeLobbyToggleBroadcastChannelCameramanStatus")
+ proto.RegisterType((*CMsgPracticeLobbyKick)(nil), "CMsgPracticeLobbyKick")
+ proto.RegisterType((*CMsgPracticeLobbyKickFromTeam)(nil), "CMsgPracticeLobbyKickFromTeam")
+ proto.RegisterType((*CMsgPracticeLobbyLeave)(nil), "CMsgPracticeLobbyLeave")
+ proto.RegisterType((*CMsgPracticeLobbyLaunch)(nil), "CMsgPracticeLobbyLaunch")
+ proto.RegisterType((*CMsgApplyTeamToPracticeLobby)(nil), "CMsgApplyTeamToPracticeLobby")
+ proto.RegisterType((*CMsgClearPracticeLobbyTeam)(nil), "CMsgClearPracticeLobbyTeam")
+ proto.RegisterType((*CMsgPracticeLobbyList)(nil), "CMsgPracticeLobbyList")
+ proto.RegisterType((*CMsgPracticeLobbyListResponseEntry)(nil), "CMsgPracticeLobbyListResponseEntry")
+ proto.RegisterType((*CMsgPracticeLobbyListResponseEntry_CLobbyMember)(nil), "CMsgPracticeLobbyListResponseEntry.CLobbyMember")
+ proto.RegisterType((*CMsgPracticeLobbyListResponse)(nil), "CMsgPracticeLobbyListResponse")
+ proto.RegisterType((*CMsgLobbyList)(nil), "CMsgLobbyList")
+ proto.RegisterType((*CMsgLobbyListResponse)(nil), "CMsgLobbyListResponse")
+ proto.RegisterType((*CMsgPracticeLobbyJoin)(nil), "CMsgPracticeLobbyJoin")
+ proto.RegisterType((*CMsgPracticeLobbyJoinResponse)(nil), "CMsgPracticeLobbyJoinResponse")
+ proto.RegisterType((*CMsgFriendPracticeLobbyListRequest)(nil), "CMsgFriendPracticeLobbyListRequest")
+ proto.RegisterType((*CMsgFriendPracticeLobbyListResponse)(nil), "CMsgFriendPracticeLobbyListResponse")
+ proto.RegisterType((*CMsgGuildmatePracticeLobbyListRequest)(nil), "CMsgGuildmatePracticeLobbyListRequest")
+ proto.RegisterType((*CMsgGuildmatePracticeLobbyListResponse)(nil), "CMsgGuildmatePracticeLobbyListResponse")
+ proto.RegisterType((*CMsgJoinableCustomGameModesRequest)(nil), "CMsgJoinableCustomGameModesRequest")
+ proto.RegisterType((*CMsgJoinableCustomGameModesResponseEntry)(nil), "CMsgJoinableCustomGameModesResponseEntry")
+ proto.RegisterType((*CMsgJoinableCustomGameModesResponse)(nil), "CMsgJoinableCustomGameModesResponse")
+ proto.RegisterType((*CMsgJoinableCustomLobbiesRequest)(nil), "CMsgJoinableCustomLobbiesRequest")
+ proto.RegisterType((*CMsgJoinableCustomLobbiesResponseEntry)(nil), "CMsgJoinableCustomLobbiesResponseEntry")
+ proto.RegisterType((*CMsgJoinableCustomLobbiesResponse)(nil), "CMsgJoinableCustomLobbiesResponse")
+ proto.RegisterType((*CMsgQuickJoinCustomLobby)(nil), "CMsgQuickJoinCustomLobby")
+ proto.RegisterType((*CMsgQuickJoinCustomLobby_LegacyRegionPing)(nil), "CMsgQuickJoinCustomLobby.LegacyRegionPing")
+ proto.RegisterType((*CMsgQuickJoinCustomLobbyResponse)(nil), "CMsgQuickJoinCustomLobbyResponse")
+ proto.RegisterType((*CMsgBotGameCreate)(nil), "CMsgBotGameCreate")
+ proto.RegisterType((*CMsgCustomGameCreate)(nil), "CMsgCustomGameCreate")
+ proto.RegisterType((*CMsgEventGameCreate)(nil), "CMsgEventGameCreate")
+ proto.RegisterType((*CMsgRequestInternationalTicket)(nil), "CMsgRequestInternationalTicket")
+ proto.RegisterType((*CMsgBalancedShuffleLobby)(nil), "CMsgBalancedShuffleLobby")
+ proto.RegisterType((*CMsgInitialQuestionnaireResponse)(nil), "CMsgInitialQuestionnaireResponse")
+ proto.RegisterType((*CMsgDOTAMatch)(nil), "CMsgDOTAMatch")
+ proto.RegisterType((*CMsgDOTAMatch_Player)(nil), "CMsgDOTAMatch.Player")
+ proto.RegisterType((*CMsgDOTAMatch_Player_CustomGameData)(nil), "CMsgDOTAMatch.Player.CustomGameData")
+ proto.RegisterType((*CMsgDOTAMatch_BroadcasterInfo)(nil), "CMsgDOTAMatch.BroadcasterInfo")
+ proto.RegisterType((*CMsgDOTAMatch_BroadcasterChannel)(nil), "CMsgDOTAMatch.BroadcasterChannel")
+ proto.RegisterType((*CMsgDOTAMatch_CustomGameData)(nil), "CMsgDOTAMatch.CustomGameData")
+ proto.RegisterType((*CMsgDOTAPlayerMatchHistory)(nil), "CMsgDOTAPlayerMatchHistory")
+ proto.RegisterType((*CMsgDOTAMatchMinimal)(nil), "CMsgDOTAMatchMinimal")
+ proto.RegisterType((*CMsgDOTAMatchMinimal_Player)(nil), "CMsgDOTAMatchMinimal.Player")
+ proto.RegisterType((*CMsgDOTAMatchMinimal_League)(nil), "CMsgDOTAMatchMinimal.League")
+ proto.RegisterType((*CMsgDOTAMatchHistoryFilter)(nil), "CMsgDOTAMatchHistoryFilter")
+ proto.RegisterType((*CMsgDOTARequestMatches)(nil), "CMsgDOTARequestMatches")
+ proto.RegisterType((*CMsgDOTARequestMatchesResponse)(nil), "CMsgDOTARequestMatchesResponse")
+ proto.RegisterType((*CMsgDOTARequestMatchesResponse_Series)(nil), "CMsgDOTARequestMatchesResponse.Series")
+ proto.RegisterType((*CMsgDOTAPopup)(nil), "CMsgDOTAPopup")
+ proto.RegisterType((*CMsgDOTATeamMemberSDO)(nil), "CMsgDOTATeamMemberSDO")
+ proto.RegisterType((*CMsgDOTATeamAdminSDO)(nil), "CMsgDOTATeamAdminSDO")
+ proto.RegisterType((*CMsgDOTATeamMember)(nil), "CMsgDOTATeamMember")
+ proto.RegisterType((*CMsgDOTATeam)(nil), "CMsgDOTATeam")
+ proto.RegisterType((*CMsgDOTACreateTeam)(nil), "CMsgDOTACreateTeam")
+ proto.RegisterType((*CMsgDOTACreateTeamResponse)(nil), "CMsgDOTACreateTeamResponse")
+ proto.RegisterType((*CMsgDOTAEditTeam)(nil), "CMsgDOTAEditTeam")
+ proto.RegisterType((*CMsgDOTAEditTeamLogo)(nil), "CMsgDOTAEditTeamLogo")
+ proto.RegisterType((*CMsgDOTAEditTeamLogoResponse)(nil), "CMsgDOTAEditTeamLogoResponse")
+ proto.RegisterType((*CMsgDOTAEditTeamDetails)(nil), "CMsgDOTAEditTeamDetails")
+ proto.RegisterType((*CMsgDOTAEditTeamDetailsResponse)(nil), "CMsgDOTAEditTeamDetailsResponse")
+ proto.RegisterType((*CMsgDOTADisbandTeam)(nil), "CMsgDOTADisbandTeam")
+ proto.RegisterType((*CMsgDOTADisbandTeamResponse)(nil), "CMsgDOTADisbandTeamResponse")
+ proto.RegisterType((*CMsgDOTARequestTeamData)(nil), "CMsgDOTARequestTeamData")
+ proto.RegisterType((*CMsgDOTARequestTeamDataResponse)(nil), "CMsgDOTARequestTeamDataResponse")
+ proto.RegisterType((*CMsgDOTATeamData)(nil), "CMsgDOTATeamData")
+ proto.RegisterType((*CMsgDOTATeamProfileRequest)(nil), "CMsgDOTATeamProfileRequest")
+ proto.RegisterType((*CMsgDOTATeamMemberProfileRequest)(nil), "CMsgDOTATeamMemberProfileRequest")
+ proto.RegisterType((*CMsgDOTATeamIDByNameRequest)(nil), "CMsgDOTATeamIDByNameRequest")
+ proto.RegisterType((*CMsgDOTATeamIDByNameResponse)(nil), "CMsgDOTATeamIDByNameResponse")
+ proto.RegisterType((*CMsgDOTATeamProfileResponse)(nil), "CMsgDOTATeamProfileResponse")
+ proto.RegisterType((*CMsgDOTAProTeamListRequest)(nil), "CMsgDOTAProTeamListRequest")
+ proto.RegisterType((*CMsgDOTAProTeamListResponse)(nil), "CMsgDOTAProTeamListResponse")
+ proto.RegisterType((*CMsgDOTAProTeamListResponse_TeamEntry)(nil), "CMsgDOTAProTeamListResponse.TeamEntry")
+ proto.RegisterType((*CMsgDOTATeamInvite_InviterToGC)(nil), "CMsgDOTATeamInvite_InviterToGC")
+ proto.RegisterType((*CMsgDOTATeamInvite_GCImmediateResponseToInviter)(nil), "CMsgDOTATeamInvite_GCImmediateResponseToInviter")
+ proto.RegisterType((*CMsgDOTATeamInvite_GCRequestToInvitee)(nil), "CMsgDOTATeamInvite_GCRequestToInvitee")
+ proto.RegisterType((*CMsgDOTATeamInvite_InviteeResponseToGC)(nil), "CMsgDOTATeamInvite_InviteeResponseToGC")
+ proto.RegisterType((*CMsgDOTATeamInvite_GCResponseToInviter)(nil), "CMsgDOTATeamInvite_GCResponseToInviter")
+ proto.RegisterType((*CMsgDOTATeamInvite_GCResponseToInvitee)(nil), "CMsgDOTATeamInvite_GCResponseToInvitee")
+ proto.RegisterType((*CMsgDOTATeamOnProfile)(nil), "CMsgDOTATeamOnProfile")
+ proto.RegisterType((*CMsgDOTAKickTeamMember)(nil), "CMsgDOTAKickTeamMember")
+ proto.RegisterType((*CMsgDOTAKickTeamMemberResponse)(nil), "CMsgDOTAKickTeamMemberResponse")
+ proto.RegisterType((*CMsgDOTATransferTeamAdmin)(nil), "CMsgDOTATransferTeamAdmin")
+ proto.RegisterType((*CMsgDOTATransferTeamAdminResponse)(nil), "CMsgDOTATransferTeamAdminResponse")
+ proto.RegisterType((*CMsgDOTALeaveTeam)(nil), "CMsgDOTALeaveTeam")
+ proto.RegisterType((*CMsgDOTALeaveTeamResponse)(nil), "CMsgDOTALeaveTeamResponse")
+ proto.RegisterType((*CMsgDOTABetaParticipation)(nil), "CMsgDOTABetaParticipation")
+ proto.RegisterType((*CMsgDOTAJoinChatChannel)(nil), "CMsgDOTAJoinChatChannel")
+ proto.RegisterType((*CMsgDOTALeaveChatChannel)(nil), "CMsgDOTALeaveChatChannel")
+ proto.RegisterType((*CMsgDOTAClientIgnoredUser)(nil), "CMsgDOTAClientIgnoredUser")
+ proto.RegisterType((*CMsgDOTAChatMessage)(nil), "CMsgDOTAChatMessage")
+ proto.RegisterType((*CMsgDOTAChatMessage_DiceRoll)(nil), "CMsgDOTAChatMessage.DiceRoll")
+ proto.RegisterType((*CMsgDOTAChatMember)(nil), "CMsgDOTAChatMember")
+ proto.RegisterType((*CMsgDOTAJoinChatChannelResponse)(nil), "CMsgDOTAJoinChatChannelResponse")
+ proto.RegisterType((*CMsgDOTAChatChannelFullUpdate)(nil), "CMsgDOTAChatChannelFullUpdate")
+ proto.RegisterType((*CMsgDOTAOtherJoinedChatChannel)(nil), "CMsgDOTAOtherJoinedChatChannel")
+ proto.RegisterType((*CMsgDOTAOtherLeftChatChannel)(nil), "CMsgDOTAOtherLeftChatChannel")
+ proto.RegisterType((*CMsgDOTAChatChannelMemberUpdate)(nil), "CMsgDOTAChatChannelMemberUpdate")
+ proto.RegisterType((*CMsgDOTAChatChannelMemberUpdate_JoinedMember)(nil), "CMsgDOTAChatChannelMemberUpdate.JoinedMember")
+ proto.RegisterType((*CMsgDOTARequestChatChannelList)(nil), "CMsgDOTARequestChatChannelList")
+ proto.RegisterType((*CMsgDOTARequestChatChannelListResponse)(nil), "CMsgDOTARequestChatChannelListResponse")
+ proto.RegisterType((*CMsgDOTARequestChatChannelListResponse_ChatChannel)(nil), "CMsgDOTARequestChatChannelListResponse.ChatChannel")
+ proto.RegisterType((*CMsgDOTAChatGetUserList)(nil), "CMsgDOTAChatGetUserList")
+ proto.RegisterType((*CMsgDOTAChatGetUserListResponse)(nil), "CMsgDOTAChatGetUserListResponse")
+ proto.RegisterType((*CMsgDOTAChatGetUserListResponse_Member)(nil), "CMsgDOTAChatGetUserListResponse.Member")
+ proto.RegisterType((*CMsgDOTAChatGetMemberCount)(nil), "CMsgDOTAChatGetMemberCount")
+ proto.RegisterType((*CMsgDOTAChatGetMemberCountResponse)(nil), "CMsgDOTAChatGetMemberCountResponse")
+ proto.RegisterType((*CMsgDOTAChatRegionsEnabled)(nil), "CMsgDOTAChatRegionsEnabled")
+ proto.RegisterType((*CMsgDOTAChatRegionsEnabled_Region)(nil), "CMsgDOTAChatRegionsEnabled.Region")
+ proto.RegisterType((*CMsgDOTAGuildSDO)(nil), "CMsgDOTAGuildSDO")
+ proto.RegisterType((*CMsgDOTAGuildSDO_Member)(nil), "CMsgDOTAGuildSDO.Member")
+ proto.RegisterType((*CMsgDOTAGuildSDO_Invitation)(nil), "CMsgDOTAGuildSDO.Invitation")
+ proto.RegisterType((*CMsgDOTAGuildAuditSDO)(nil), "CMsgDOTAGuildAuditSDO")
+ proto.RegisterType((*CMsgDOTAGuildAuditSDO_Entry)(nil), "CMsgDOTAGuildAuditSDO.Entry")
+ proto.RegisterType((*CMsgDOTAAccountGuildMembershipsSDO)(nil), "CMsgDOTAAccountGuildMembershipsSDO")
+ proto.RegisterType((*CMsgDOTAAccountGuildMembershipsSDO_Membership)(nil), "CMsgDOTAAccountGuildMembershipsSDO.Membership")
+ proto.RegisterType((*CMsgDOTAAccountGuildMembershipsSDO_Invitation)(nil), "CMsgDOTAAccountGuildMembershipsSDO.Invitation")
+ proto.RegisterType((*CMsgDOTAGuildCreateRequest)(nil), "CMsgDOTAGuildCreateRequest")
+ proto.RegisterType((*CMsgDOTAGuildCreateResponse)(nil), "CMsgDOTAGuildCreateResponse")
+ proto.RegisterType((*CMsgDOTAGuildSetAccountRoleRequest)(nil), "CMsgDOTAGuildSetAccountRoleRequest")
+ proto.RegisterType((*CMsgDOTAGuildSetAccountRoleResponse)(nil), "CMsgDOTAGuildSetAccountRoleResponse")
+ proto.RegisterType((*CMsgDOTAGuildInviteAccountRequest)(nil), "CMsgDOTAGuildInviteAccountRequest")
+ proto.RegisterType((*CMsgDOTAGuildInviteAccountResponse)(nil), "CMsgDOTAGuildInviteAccountResponse")
+ proto.RegisterType((*CMsgDOTAGuildCancelInviteRequest)(nil), "CMsgDOTAGuildCancelInviteRequest")
+ proto.RegisterType((*CMsgDOTAGuildCancelInviteResponse)(nil), "CMsgDOTAGuildCancelInviteResponse")
+ proto.RegisterType((*CMsgDOTAGuildUpdateDetailsRequest)(nil), "CMsgDOTAGuildUpdateDetailsRequest")
+ proto.RegisterType((*CMsgDOTAGuildUpdateDetailsResponse)(nil), "CMsgDOTAGuildUpdateDetailsResponse")
+ proto.RegisterType((*CMsgDOTAGCToGCUpdateOpenGuildPartyRequest)(nil), "CMsgDOTAGCToGCUpdateOpenGuildPartyRequest")
+ proto.RegisterType((*CMsgDOTAGCToGCUpdateOpenGuildPartyResponse)(nil), "CMsgDOTAGCToGCUpdateOpenGuildPartyResponse")
+ proto.RegisterType((*CMsgDOTAGCToGCDestroyOpenGuildPartyRequest)(nil), "CMsgDOTAGCToGCDestroyOpenGuildPartyRequest")
+ proto.RegisterType((*CMsgDOTAGCToGCDestroyOpenGuildPartyResponse)(nil), "CMsgDOTAGCToGCDestroyOpenGuildPartyResponse")
+ proto.RegisterType((*CMsgDOTAPartySetOpenGuildRequest)(nil), "CMsgDOTAPartySetOpenGuildRequest")
+ proto.RegisterType((*CMsgDOTAPartySetOpenGuildResponse)(nil), "CMsgDOTAPartySetOpenGuildResponse")
+ proto.RegisterType((*CMsgDOTAJoinOpenGuildPartyRequest)(nil), "CMsgDOTAJoinOpenGuildPartyRequest")
+ proto.RegisterType((*CMsgDOTAJoinOpenGuildPartyResponse)(nil), "CMsgDOTAJoinOpenGuildPartyResponse")
+ proto.RegisterType((*CMsgDOTAGuildOpenPartyRefresh)(nil), "CMsgDOTAGuildOpenPartyRefresh")
+ proto.RegisterType((*CMsgDOTAGuildOpenPartyRefresh_OpenParty)(nil), "CMsgDOTAGuildOpenPartyRefresh.OpenParty")
+ proto.RegisterType((*CMsgDOTARequestGuildData)(nil), "CMsgDOTARequestGuildData")
+ proto.RegisterType((*CMsgDOTAGuildInviteData)(nil), "CMsgDOTAGuildInviteData")
+ proto.RegisterType((*CMsgDOTAGuildUpdateMessage)(nil), "CMsgDOTAGuildUpdateMessage")
+ proto.RegisterType((*CMsgDOTAGuildEditLogoRequest)(nil), "CMsgDOTAGuildEditLogoRequest")
+ proto.RegisterType((*CMsgDOTAGuildEditLogoResponse)(nil), "CMsgDOTAGuildEditLogoResponse")
+ proto.RegisterType((*CMsgDOTAReportsRemainingRequest)(nil), "CMsgDOTAReportsRemainingRequest")
+ proto.RegisterType((*CMsgDOTAReportsRemainingResponse)(nil), "CMsgDOTAReportsRemainingResponse")
+ proto.RegisterType((*CMsgDOTASubmitPlayerReport)(nil), "CMsgDOTASubmitPlayerReport")
+ proto.RegisterType((*CMsgDOTASubmitPlayerReportResponse)(nil), "CMsgDOTASubmitPlayerReportResponse")
+ proto.RegisterType((*CMsgDOTAReportCountsRequest)(nil), "CMsgDOTAReportCountsRequest")
+ proto.RegisterType((*CMsgDOTAReportCountsResponse)(nil), "CMsgDOTAReportCountsResponse")
+ proto.RegisterType((*CMsgDOTAKickedFromMatchmakingQueue)(nil), "CMsgDOTAKickedFromMatchmakingQueue")
+ proto.RegisterType((*CMsgDOTARequestSaveGames)(nil), "CMsgDOTARequestSaveGames")
+ proto.RegisterType((*CMsgDOTARequestSaveGamesResponse)(nil), "CMsgDOTARequestSaveGamesResponse")
+ proto.RegisterType((*CMsgWatchGame)(nil), "CMsgWatchGame")
+ proto.RegisterType((*CMsgCancelWatchGame)(nil), "CMsgCancelWatchGame")
+ proto.RegisterType((*CMsgWatchGameResponse)(nil), "CMsgWatchGameResponse")
+ proto.RegisterType((*CMsgPartyLeaderWatchGamePrompt)(nil), "CMsgPartyLeaderWatchGamePrompt")
+ proto.RegisterType((*CMsgGCMatchDetailsRequest)(nil), "CMsgGCMatchDetailsRequest")
+ proto.RegisterType((*CMsgGCMatchDetailsResponse)(nil), "CMsgGCMatchDetailsResponse")
+ proto.RegisterType((*CMsgServerToGCMatchDetailsRequest)(nil), "CMsgServerToGCMatchDetailsRequest")
+ proto.RegisterType((*CMsgGCToServerMatchDetailsResponse)(nil), "CMsgGCToServerMatchDetailsResponse")
+ proto.RegisterType((*CMsgDOTAProfileRequest)(nil), "CMsgDOTAProfileRequest")
+ proto.RegisterType((*CMsgDOTAProfileResponse)(nil), "CMsgDOTAProfileResponse")
+ proto.RegisterType((*CMsgDOTAProfileResponse_PlayedHero)(nil), "CMsgDOTAProfileResponse.PlayedHero")
+ proto.RegisterType((*CMsgDOTAProfileResponse_ShowcaseHero)(nil), "CMsgDOTAProfileResponse.ShowcaseHero")
+ proto.RegisterType((*CMsgDOTAProfileResponse_LeaguePass)(nil), "CMsgDOTAProfileResponse.LeaguePass")
+ proto.RegisterType((*CMsgDOTAProfileResponse_EventTicket)(nil), "CMsgDOTAProfileResponse.EventTicket")
+ proto.RegisterType((*CMsgDOTAProfileResponse_FeaturedItem)(nil), "CMsgDOTAProfileResponse.FeaturedItem")
+ proto.RegisterType((*CMsgDOTAProfileTickets)(nil), "CMsgDOTAProfileTickets")
+ proto.RegisterType((*CMsgDOTAProfileTickets_LeaguePass)(nil), "CMsgDOTAProfileTickets.LeaguePass")
+ proto.RegisterType((*CMsgDOTAProfileTickets_EventTicket)(nil), "CMsgDOTAProfileTickets.EventTicket")
+ proto.RegisterType((*CMsgClientToGCGetProfileTickets)(nil), "CMsgClientToGCGetProfileTickets")
+ proto.RegisterType((*CMsgGCSteamProfileRequest)(nil), "CMsgGCSteamProfileRequest")
+ proto.RegisterType((*CMsgGCSteamProfileRequestResponse)(nil), "CMsgGCSteamProfileRequestResponse")
+ proto.RegisterType((*CMsgDOTAClearNotifySuccessfulReport)(nil), "CMsgDOTAClearNotifySuccessfulReport")
+ proto.RegisterType((*CMsgDOTAWelcome)(nil), "CMsgDOTAWelcome")
+ proto.RegisterType((*CMsgDOTAWelcome_LocalizationDigest)(nil), "CMsgDOTAWelcome.LocalizationDigest")
+ proto.RegisterType((*CMsgDOTAWelcome_CExtraMsg)(nil), "CMsgDOTAWelcome.CExtraMsg")
+ proto.RegisterType((*CSODOTAGameHeroFavorites)(nil), "CSODOTAGameHeroFavorites")
+ proto.RegisterType((*CMsgDOTAHeroFavoritesAdd)(nil), "CMsgDOTAHeroFavoritesAdd")
+ proto.RegisterType((*CMsgDOTAHeroFavoritesRemove)(nil), "CMsgDOTAHeroFavoritesRemove")
+ proto.RegisterType((*CMsgSetShowcaseHero)(nil), "CMsgSetShowcaseHero")
+ proto.RegisterType((*CMsgSetFeaturedItems)(nil), "CMsgSetFeaturedItems")
+ proto.RegisterType((*CMsgDOTAFeaturedItems)(nil), "CMsgDOTAFeaturedItems")
+ proto.RegisterType((*CMsgRequestLeagueInfo)(nil), "CMsgRequestLeagueInfo")
+ proto.RegisterType((*CDynamicLeagueData)(nil), "CDynamicLeagueData")
+ proto.RegisterType((*CStaticLeagueData)(nil), "CStaticLeagueData")
+ proto.RegisterType((*CLeagueData)(nil), "CLeagueData")
+ proto.RegisterType((*CMsgResponseLeagueInfo)(nil), "CMsgResponseLeagueInfo")
+ proto.RegisterType((*CMsgDOTAMatchVotes)(nil), "CMsgDOTAMatchVotes")
+ proto.RegisterType((*CMsgDOTAMatchVotes_PlayerVote)(nil), "CMsgDOTAMatchVotes.PlayerVote")
+ proto.RegisterType((*CMsgCastMatchVote)(nil), "CMsgCastMatchVote")
+ proto.RegisterType((*CMsgRetrieveMatchVote)(nil), "CMsgRetrieveMatchVote")
+ proto.RegisterType((*CMsgMatchVoteResponse)(nil), "CMsgMatchVoteResponse")
+ proto.RegisterType((*CMsgDOTAHallOfFame)(nil), "CMsgDOTAHallOfFame")
+ proto.RegisterType((*CMsgDOTAHallOfFame_FeaturedPlayer)(nil), "CMsgDOTAHallOfFame.FeaturedPlayer")
+ proto.RegisterType((*CMsgDOTAHallOfFame_FeaturedFarmer)(nil), "CMsgDOTAHallOfFame.FeaturedFarmer")
+ proto.RegisterType((*CMsgDOTAHallOfFameRequest)(nil), "CMsgDOTAHallOfFameRequest")
+ proto.RegisterType((*CMsgDOTAHallOfFameResponse)(nil), "CMsgDOTAHallOfFameResponse")
+ proto.RegisterType((*CMsgDOTAHalloweenHighScoreRequest)(nil), "CMsgDOTAHalloweenHighScoreRequest")
+ proto.RegisterType((*CMsgDOTAHalloweenHighScoreResponse)(nil), "CMsgDOTAHalloweenHighScoreResponse")
+ proto.RegisterType((*CMsgDOTAStorePromoPagesRequest)(nil), "CMsgDOTAStorePromoPagesRequest")
+ proto.RegisterType((*CMsgDOTAStorePromoPagesResponse)(nil), "CMsgDOTAStorePromoPagesResponse")
+ proto.RegisterType((*CMsgDOTAStorePromoPagesResponse_PromoPage)(nil), "CMsgDOTAStorePromoPagesResponse.PromoPage")
+ proto.RegisterType((*CMsgLeagueScheduleBlockTeamInfo)(nil), "CMsgLeagueScheduleBlockTeamInfo")
+ proto.RegisterType((*CMsgLeagueScheduleBlock)(nil), "CMsgLeagueScheduleBlock")
+ proto.RegisterType((*CMsgDOTALeague)(nil), "CMsgDOTALeague")
+ proto.RegisterType((*CMsgDOTALeagueScheduleRequest)(nil), "CMsgDOTALeagueScheduleRequest")
+ proto.RegisterType((*CMsgDOTALeagueScheduleResponse)(nil), "CMsgDOTALeagueScheduleResponse")
+ proto.RegisterType((*CMsgDOTALeagueScheduleEdit)(nil), "CMsgDOTALeagueScheduleEdit")
+ proto.RegisterType((*CMsgDOTALeagueScheduleEditResponse)(nil), "CMsgDOTALeagueScheduleEditResponse")
+ proto.RegisterType((*CMsgDOTALeaguesInMonthRequest)(nil), "CMsgDOTALeaguesInMonthRequest")
+ proto.RegisterType((*CMsgDOTALeaguesInMonthResponse)(nil), "CMsgDOTALeaguesInMonthResponse")
+ proto.RegisterType((*CMsgMatchGroupServerStatus)(nil), "CMsgMatchGroupServerStatus")
+ proto.RegisterType((*CMsgMatchmakingGroupServerSample)(nil), "CMsgMatchmakingGroupServerSample")
+ proto.RegisterType((*CMsgDOTAMatchmakingStatsRequest)(nil), "CMsgDOTAMatchmakingStatsRequest")
+ proto.RegisterType((*CMsgDOTAMatchmakingStatsResponse)(nil), "CMsgDOTAMatchmakingStatsResponse")
+ proto.RegisterType((*CMsgDOTASetMatchHistoryAccess)(nil), "CMsgDOTASetMatchHistoryAccess")
+ proto.RegisterType((*CMsgDOTASetMatchHistoryAccessResponse)(nil), "CMsgDOTASetMatchHistoryAccessResponse")
+ proto.RegisterType((*CMsgDOTANotifyAccountFlagsChange)(nil), "CMsgDOTANotifyAccountFlagsChange")
+ proto.RegisterType((*CMsgDOTASetProfilePrivacy)(nil), "CMsgDOTASetProfilePrivacy")
+ proto.RegisterType((*CMsgDOTASetProfilePrivacyResponse)(nil), "CMsgDOTASetProfilePrivacyResponse")
+ proto.RegisterType((*CMsgUpgradeLeagueItem)(nil), "CMsgUpgradeLeagueItem")
+ proto.RegisterType((*CMsgUpgradeLeagueItemResponse)(nil), "CMsgUpgradeLeagueItemResponse")
+ proto.RegisterType((*CMsgGCWatchDownloadedReplay)(nil), "CMsgGCWatchDownloadedReplay")
+ proto.RegisterType((*CMsgSetMapLocationState)(nil), "CMsgSetMapLocationState")
+ proto.RegisterType((*CMsgSetMapLocationStateResponse)(nil), "CMsgSetMapLocationStateResponse")
+ proto.RegisterType((*CMsgResetMapLocations)(nil), "CMsgResetMapLocations")
+ proto.RegisterType((*CMsgResetMapLocationsResponse)(nil), "CMsgResetMapLocationsResponse")
+ proto.RegisterType((*CMsgRefreshPartnerAccountLink)(nil), "CMsgRefreshPartnerAccountLink")
+ proto.RegisterType((*CMsgClientsRejoinChatChannels)(nil), "CMsgClientsRejoinChatChannels")
+ proto.RegisterType((*CMsgDOTASendFriendRecruits)(nil), "CMsgDOTASendFriendRecruits")
+ proto.RegisterType((*CMsgDOTAFriendRecruitsRequest)(nil), "CMsgDOTAFriendRecruitsRequest")
+ proto.RegisterType((*CMsgDOTAFriendRecruitsResponse)(nil), "CMsgDOTAFriendRecruitsResponse")
+ proto.RegisterType((*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus)(nil), "CMsgDOTAFriendRecruitsResponse.FriendRecruitStatus")
+ proto.RegisterType((*CMsgDOTAFriendRecruitInviteAcceptDecline)(nil), "CMsgDOTAFriendRecruitInviteAcceptDecline")
+ proto.RegisterType((*CMsgRequestLeaguePrizePool)(nil), "CMsgRequestLeaguePrizePool")
+ proto.RegisterType((*CMsgRequestLeaguePrizePoolResponse)(nil), "CMsgRequestLeaguePrizePoolResponse")
+ proto.RegisterType((*CMsgGCGetHeroStandings)(nil), "CMsgGCGetHeroStandings")
+ proto.RegisterType((*CMsgGCGetHeroStandingsResponse)(nil), "CMsgGCGetHeroStandingsResponse")
+ proto.RegisterType((*CMsgGCGetHeroStandingsResponse_Hero)(nil), "CMsgGCGetHeroStandingsResponse.Hero")
+ proto.RegisterType((*CMsgGCItemEditorReservationsRequest)(nil), "CMsgGCItemEditorReservationsRequest")
+ proto.RegisterType((*CMsgGCItemEditorReservation)(nil), "CMsgGCItemEditorReservation")
+ proto.RegisterType((*CMsgGCItemEditorReservationsResponse)(nil), "CMsgGCItemEditorReservationsResponse")
+ proto.RegisterType((*CMsgGCItemEditorReserveItemDef)(nil), "CMsgGCItemEditorReserveItemDef")
+ proto.RegisterType((*CMsgGCItemEditorReserveItemDefResponse)(nil), "CMsgGCItemEditorReserveItemDefResponse")
+ proto.RegisterType((*CMsgGCItemEditorReleaseReservation)(nil), "CMsgGCItemEditorReleaseReservation")
+ proto.RegisterType((*CMsgGCItemEditorReleaseReservationResponse)(nil), "CMsgGCItemEditorReleaseReservationResponse")
+ proto.RegisterType((*CMsgGCItemEditorRequestLeagueInfo)(nil), "CMsgGCItemEditorRequestLeagueInfo")
+ proto.RegisterType((*CMsgGCItemEditorLeagueInfoResponse)(nil), "CMsgGCItemEditorLeagueInfoResponse")
+ proto.RegisterType((*CMsgDOTARewardTutorialPrizes)(nil), "CMsgDOTARewardTutorialPrizes")
+ proto.RegisterType((*CMsgDOTALastHitChallengeHighScorePost)(nil), "CMsgDOTALastHitChallengeHighScorePost")
+ proto.RegisterType((*CMsgDOTALastHitChallengeHighScoreRequest)(nil), "CMsgDOTALastHitChallengeHighScoreRequest")
+ proto.RegisterType((*CMsgDOTALastHitChallengeHighScoreResponse)(nil), "CMsgDOTALastHitChallengeHighScoreResponse")
+ proto.RegisterType((*CMsgFlipLobbyTeams)(nil), "CMsgFlipLobbyTeams")
+ proto.RegisterType((*CMsgPresentedClientTerminateDlg)(nil), "CMsgPresentedClientTerminateDlg")
+ proto.RegisterType((*CMsgGCLobbyUpdateBroadcastChannelInfo)(nil), "CMsgGCLobbyUpdateBroadcastChannelInfo")
+ proto.RegisterType((*CMsgDOTARedeemEventPrize)(nil), "CMsgDOTARedeemEventPrize")
+ proto.RegisterType((*CMsgDOTARedeemEventPrizeResponse)(nil), "CMsgDOTARedeemEventPrizeResponse")
+ proto.RegisterType((*CMsgDOTAGetEventPoints)(nil), "CMsgDOTAGetEventPoints")
+ proto.RegisterType((*CMsgDOTAGetEventPointsResponse)(nil), "CMsgDOTAGetEventPointsResponse")
+ proto.RegisterType((*CMsgDOTAGetEventPointsResponse_Action)(nil), "CMsgDOTAGetEventPointsResponse.Action")
+ proto.RegisterType((*CMsgDOTALiveLeagueGameUpdate)(nil), "CMsgDOTALiveLeagueGameUpdate")
+ proto.RegisterType((*CMsgDOTACompendiumSelection)(nil), "CMsgDOTACompendiumSelection")
+ proto.RegisterType((*CMsgDOTACompendiumSelectionResponse)(nil), "CMsgDOTACompendiumSelectionResponse")
+ proto.RegisterType((*CMsgDOTACompendiumData)(nil), "CMsgDOTACompendiumData")
+ proto.RegisterType((*CMsgDOTACompendiumDataRequest)(nil), "CMsgDOTACompendiumDataRequest")
+ proto.RegisterType((*CMsgDOTACompendiumDataResponse)(nil), "CMsgDOTACompendiumDataResponse")
+ proto.RegisterType((*CMsgDOTAGetPlayerMatchHistory)(nil), "CMsgDOTAGetPlayerMatchHistory")
+ proto.RegisterType((*CMsgDOTAGetPlayerMatchHistoryResponse)(nil), "CMsgDOTAGetPlayerMatchHistoryResponse")
+ proto.RegisterType((*CMsgDOTAGetPlayerMatchHistoryResponse_Match)(nil), "CMsgDOTAGetPlayerMatchHistoryResponse.Match")
+ proto.RegisterType((*CMsgDOTAStartDailyHeroChallenge)(nil), "CMsgDOTAStartDailyHeroChallenge")
+ proto.RegisterType((*CMsgGCNotificationsRequest)(nil), "CMsgGCNotificationsRequest")
+ proto.RegisterType((*CMsgGCNotificationsResponse)(nil), "CMsgGCNotificationsResponse")
+ proto.RegisterType((*CMsgGCNotificationsResponse_Notification)(nil), "CMsgGCNotificationsResponse.Notification")
+ proto.RegisterType((*CMsgGCNotificationsMarkReadRequest)(nil), "CMsgGCNotificationsMarkReadRequest")
+ proto.RegisterType((*CMsgClientToGCMarkNotificationListRead)(nil), "CMsgClientToGCMarkNotificationListRead")
+ proto.RegisterType((*CMsgGCLeagueAdminState)(nil), "CMsgGCLeagueAdminState")
+ proto.RegisterType((*CMsgGCLeagueAdminState_PrivateLeagueKeys)(nil), "CMsgGCLeagueAdminState.PrivateLeagueKeys")
+ proto.RegisterType((*CMsgGCPlayerInfoRequest)(nil), "CMsgGCPlayerInfoRequest")
+ proto.RegisterType((*CMsgGCPlayerInfoSubmit)(nil), "CMsgGCPlayerInfoSubmit")
+ proto.RegisterType((*CMsgGCPlayerInfoSubmitResponse)(nil), "CMsgGCPlayerInfoSubmitResponse")
+ proto.RegisterType((*CMsgSerializedSOCache)(nil), "CMsgSerializedSOCache")
+ proto.RegisterType((*CMsgSerializedSOCache_TypeCache)(nil), "CMsgSerializedSOCache.TypeCache")
+ proto.RegisterType((*CMsgSerializedSOCache_Cache)(nil), "CMsgSerializedSOCache.Cache")
+ proto.RegisterType((*CMsgSerializedSOCache_Cache_Version)(nil), "CMsgSerializedSOCache.Cache.Version")
+ proto.RegisterType((*CMsgRequestWeekendTourneySchedule)(nil), "CMsgRequestWeekendTourneySchedule")
+ proto.RegisterType((*CMsgWeekendTourneySchedule)(nil), "CMsgWeekendTourneySchedule")
+ proto.RegisterType((*CMsgWeekendTourneySchedule_Division)(nil), "CMsgWeekendTourneySchedule.Division")
+ proto.RegisterType((*CMsgClientProvideSurveyResult)(nil), "CMsgClientProvideSurveyResult")
+ proto.RegisterType((*CMsgClientProvideSurveyResult_Response)(nil), "CMsgClientProvideSurveyResult.Response")
+ proto.RegisterType((*CMsgDOTAEmoticonAccessSDO)(nil), "CMsgDOTAEmoticonAccessSDO")
+ proto.RegisterType((*CMsgClientToGCEmoticonDataRequest)(nil), "CMsgClientToGCEmoticonDataRequest")
+ proto.RegisterType((*CMsgGCToClientEmoticonData)(nil), "CMsgGCToClientEmoticonData")
+ proto.RegisterType((*CMsgClientToGCTrackDialogResult)(nil), "CMsgClientToGCTrackDialogResult")
+ proto.RegisterType((*CMsgGCToClientTournamentItemDrop)(nil), "CMsgGCToClientTournamentItemDrop")
+ proto.RegisterType((*CMsgClientToGCSetAdditionalEquips)(nil), "CMsgClientToGCSetAdditionalEquips")
+ proto.RegisterType((*CMsgClientToGCSetAdditionalEquipsResponse)(nil), "CMsgClientToGCSetAdditionalEquipsResponse")
+ proto.RegisterType((*CMsgClientToGCGetAdditionalEquips)(nil), "CMsgClientToGCGetAdditionalEquips")
+ proto.RegisterType((*CMsgClientToGCGetAdditionalEquipsResponse)(nil), "CMsgClientToGCGetAdditionalEquipsResponse")
+ proto.RegisterType((*CMsgClientToGCGetAllHeroOrder)(nil), "CMsgClientToGCGetAllHeroOrder")
+ proto.RegisterType((*CMsgClientToGCGetAllHeroOrderResponse)(nil), "CMsgClientToGCGetAllHeroOrderResponse")
+ proto.RegisterType((*CMsgClientToGCGetAllHeroProgress)(nil), "CMsgClientToGCGetAllHeroProgress")
+ proto.RegisterType((*CMsgClientToGCGetAllHeroProgressResponse)(nil), "CMsgClientToGCGetAllHeroProgressResponse")
+ proto.RegisterType((*CMsgClientToGCGetTrophyList)(nil), "CMsgClientToGCGetTrophyList")
+ proto.RegisterType((*CMsgClientToGCGetTrophyListResponse)(nil), "CMsgClientToGCGetTrophyListResponse")
+ proto.RegisterType((*CMsgClientToGCGetTrophyListResponse_Trophy)(nil), "CMsgClientToGCGetTrophyListResponse.Trophy")
+ proto.RegisterType((*CMsgGCToClientTrophyAwarded)(nil), "CMsgGCToClientTrophyAwarded")
+ proto.RegisterType((*CMsgClientToGCGetProfileCard)(nil), "CMsgClientToGCGetProfileCard")
+ proto.RegisterType((*CMsgClientToGCSetProfileCardSlots)(nil), "CMsgClientToGCSetProfileCardSlots")
+ proto.RegisterType((*CMsgClientToGCSetProfileCardSlots_CardSlot)(nil), "CMsgClientToGCSetProfileCardSlots.CardSlot")
+ proto.RegisterType((*CMsgClientToGCGetProfileCardStats)(nil), "CMsgClientToGCGetProfileCardStats")
+ proto.RegisterType((*CMsgClientToGCCreateHeroStatue)(nil), "CMsgClientToGCCreateHeroStatue")
+ proto.RegisterType((*CMsgClientToGCCreateTeamShowcase)(nil), "CMsgClientToGCCreateTeamShowcase")
+ proto.RegisterType((*CMsgGCToClientHeroStatueCreateResult)(nil), "CMsgGCToClientHeroStatueCreateResult")
+ proto.RegisterType((*CMsgGCToClientTeamShowcaseCreateResult)(nil), "CMsgGCToClientTeamShowcaseCreateResult")
+ proto.RegisterType((*CMsgClientToGCRecordCompendiumStats)(nil), "CMsgClientToGCRecordCompendiumStats")
+ proto.RegisterType((*CMsgGCToClientEventStatusChanged)(nil), "CMsgGCToClientEventStatusChanged")
+ proto.RegisterType((*CMsgClientToGCPlayerStatsRequest)(nil), "CMsgClientToGCPlayerStatsRequest")
+ proto.RegisterType((*CMsgGCToClientPlayerStatsResponse)(nil), "CMsgGCToClientPlayerStatsResponse")
+ proto.RegisterType((*CMsgClientToGCCustomGamePlayerCountRequest)(nil), "CMsgClientToGCCustomGamePlayerCountRequest")
+ proto.RegisterType((*CMsgGCToClientCustomGamePlayerCountResponse)(nil), "CMsgGCToClientCustomGamePlayerCountResponse")
+ proto.RegisterType((*CMsgClientToGCCustomGamesFriendsPlayedRequest)(nil), "CMsgClientToGCCustomGamesFriendsPlayedRequest")
+ proto.RegisterType((*CMsgGCToClientCustomGamesFriendsPlayedResponse)(nil), "CMsgGCToClientCustomGamesFriendsPlayedResponse")
+ proto.RegisterType((*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame)(nil), "CMsgGCToClientCustomGamesFriendsPlayedResponse.CustomGame")
+ proto.RegisterType((*CMsgClientToGCSocialFeedPostCommentRequest)(nil), "CMsgClientToGCSocialFeedPostCommentRequest")
+ proto.RegisterType((*CMsgGCToClientSocialFeedPostCommentResponse)(nil), "CMsgGCToClientSocialFeedPostCommentResponse")
+ proto.RegisterType((*CMsgClientToGCSocialFeedPostMessageRequest)(nil), "CMsgClientToGCSocialFeedPostMessageRequest")
+ proto.RegisterType((*CMsgGCToClientSocialFeedPostMessageResponse)(nil), "CMsgGCToClientSocialFeedPostMessageResponse")
+ proto.RegisterType((*CMsgClientToGCFriendsPlayedCustomGameRequest)(nil), "CMsgClientToGCFriendsPlayedCustomGameRequest")
+ proto.RegisterType((*CMsgGCToClientFriendsPlayedCustomGameResponse)(nil), "CMsgGCToClientFriendsPlayedCustomGameResponse")
+ proto.RegisterType((*CMsgClientToGCFeaturedHeroesRequest)(nil), "CMsgClientToGCFeaturedHeroesRequest")
+ proto.RegisterType((*CMsgGCToClientFeaturedHeroesResponse)(nil), "CMsgGCToClientFeaturedHeroesResponse")
+ proto.RegisterType((*CMsgGCToClientFeaturedHeroesResponse_DataField)(nil), "CMsgGCToClientFeaturedHeroesResponse.DataField")
+ proto.RegisterType((*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero)(nil), "CMsgGCToClientFeaturedHeroesResponse.FeaturedHero")
+ proto.RegisterType((*CMsgGCToClientFeaturedHeroesResponse_Category)(nil), "CMsgGCToClientFeaturedHeroesResponse.Category")
+ proto.RegisterType((*CMsgClientToGCSocialMatchPostCommentRequest)(nil), "CMsgClientToGCSocialMatchPostCommentRequest")
+ proto.RegisterType((*CMsgGCToClientSocialMatchPostCommentResponse)(nil), "CMsgGCToClientSocialMatchPostCommentResponse")
+ proto.RegisterType((*CMsgClientToGCSocialMatchDetailsRequest)(nil), "CMsgClientToGCSocialMatchDetailsRequest")
+ proto.RegisterType((*CMsgGCToClientSocialMatchDetailsResponse)(nil), "CMsgGCToClientSocialMatchDetailsResponse")
+ proto.RegisterType((*CMsgGCToClientSocialMatchDetailsResponse_Comment)(nil), "CMsgGCToClientSocialMatchDetailsResponse.Comment")
+ proto.RegisterType((*CMsgDOTAPartyMemberSetCoach)(nil), "CMsgDOTAPartyMemberSetCoach")
+ proto.RegisterType((*CMsgDOTASetGroupLeader)(nil), "CMsgDOTASetGroupLeader")
+ proto.RegisterType((*CMsgDOTACancelGroupInvites)(nil), "CMsgDOTACancelGroupInvites")
+ proto.RegisterType((*CMsgDOTASetGroupOpenStatus)(nil), "CMsgDOTASetGroupOpenStatus")
+ proto.RegisterType((*CMsgDOTAGroupMergeInvite)(nil), "CMsgDOTAGroupMergeInvite")
+ proto.RegisterType((*CMsgDOTAGroupMergeResponse)(nil), "CMsgDOTAGroupMergeResponse")
+ proto.RegisterType((*CMsgDOTAGroupMergeReply)(nil), "CMsgDOTAGroupMergeReply")
+ proto.RegisterType((*CMsgDOTAPartyRichPresence)(nil), "CMsgDOTAPartyRichPresence")
+ proto.RegisterType((*CMsgDOTAPartyRichPresence_Member)(nil), "CMsgDOTAPartyRichPresence.Member")
+ proto.RegisterType((*CMsgDOTALobbyRichPresence)(nil), "CMsgDOTALobbyRichPresence")
+ proto.RegisterType((*CMsgDOTACustomGameListenServerStartedLoading)(nil), "CMsgDOTACustomGameListenServerStartedLoading")
+ proto.RegisterType((*CMsgDOTACustomGameClientFinishedLoading)(nil), "CMsgDOTACustomGameClientFinishedLoading")
+ proto.RegisterType((*CMsgClientToGCGetLeagueSeries)(nil), "CMsgClientToGCGetLeagueSeries")
+ proto.RegisterType((*CMsgClientToGCGetLeagueSeriesResponse)(nil), "CMsgClientToGCGetLeagueSeriesResponse")
+ proto.RegisterType((*CMsgClientToGCGetLeagueSeriesResponse_Series)(nil), "CMsgClientToGCGetLeagueSeriesResponse.Series")
+ proto.RegisterType((*CMsgClientToGCGetLeagueSeriesResponse_Series_Team)(nil), "CMsgClientToGCGetLeagueSeriesResponse.Series.Team")
+ proto.RegisterType((*CMsgClientToGCApplyGemCombiner)(nil), "CMsgClientToGCApplyGemCombiner")
+ proto.RegisterType((*CDummyUnbreakMessage)(nil), "CDummyUnbreakMessage")
+ proto.RegisterType((*CMsgClientToGCCreateStaticRecipe)(nil), "CMsgClientToGCCreateStaticRecipe")
+ proto.RegisterType((*CMsgClientToGCCreateStaticRecipe_Item)(nil), "CMsgClientToGCCreateStaticRecipe.Item")
+ proto.RegisterType((*CMsgClientToGCCreateStaticRecipeResponse)(nil), "CMsgClientToGCCreateStaticRecipeResponse")
+ proto.RegisterType((*CDOTAReplayDownloadInfo)(nil), "CDOTAReplayDownloadInfo")
+ proto.RegisterType((*CDOTAReplayDownloadInfo_Highlight)(nil), "CDOTAReplayDownloadInfo.Highlight")
+ proto.RegisterType((*CDOTABroadcasterInfo)(nil), "CDOTABroadcasterInfo")
+ proto.RegisterType((*CMsgClientToGCH264Unsupported)(nil), "CMsgClientToGCH264Unsupported")
+ proto.RegisterType((*CMsgClientToGCRequestH264Support)(nil), "CMsgClientToGCRequestH264Support")
+ proto.RegisterType((*CMsgClientToGCGetQuestProgress)(nil), "CMsgClientToGCGetQuestProgress")
+ proto.RegisterType((*CMsgClientToGCGetQuestProgressResponse)(nil), "CMsgClientToGCGetQuestProgressResponse")
+ proto.RegisterType((*CMsgClientToGCGetQuestProgressResponse_Challenge)(nil), "CMsgClientToGCGetQuestProgressResponse.Challenge")
+ proto.RegisterType((*CMsgClientToGCGetQuestProgressResponse_Quest)(nil), "CMsgClientToGCGetQuestProgressResponse.Quest")
+ proto.RegisterType((*CMsgGCToClientMatchSignedOut)(nil), "CMsgGCToClientMatchSignedOut")
+ proto.RegisterType((*CMsgGCGetHeroStatsHistory)(nil), "CMsgGCGetHeroStatsHistory")
+ proto.RegisterType((*CMsgGCGetHeroStatsHistoryResponse)(nil), "CMsgGCGetHeroStatsHistoryResponse")
+ proto.RegisterType((*CMsgClientToGCPrivateChatInvite)(nil), "CMsgClientToGCPrivateChatInvite")
+ proto.RegisterType((*CMsgClientToGCPrivateChatKick)(nil), "CMsgClientToGCPrivateChatKick")
+ proto.RegisterType((*CMsgClientToGCPrivateChatPromote)(nil), "CMsgClientToGCPrivateChatPromote")
+ proto.RegisterType((*CMsgClientToGCPrivateChatDemote)(nil), "CMsgClientToGCPrivateChatDemote")
+ proto.RegisterType((*CMsgGCToClientPrivateChatResponse)(nil), "CMsgGCToClientPrivateChatResponse")
+ proto.RegisterType((*CMsgClientToGCPrivateChatInfoRequest)(nil), "CMsgClientToGCPrivateChatInfoRequest")
+ proto.RegisterType((*CMsgGCToClientPrivateChatInfoResponse)(nil), "CMsgGCToClientPrivateChatInfoResponse")
+ proto.RegisterType((*CMsgGCToClientPrivateChatInfoResponse_Member)(nil), "CMsgGCToClientPrivateChatInfoResponse.Member")
+ proto.RegisterType((*CMsgPlayerBehaviorReport)(nil), "CMsgPlayerBehaviorReport")
+ proto.RegisterEnum("EMatchGroupServerStatus", EMatchGroupServerStatus_name, EMatchGroupServerStatus_value)
+ proto.RegisterEnum("DOTA_WatchReplayType", DOTA_WatchReplayType_name, DOTA_WatchReplayType_value)
+ proto.RegisterEnum("EItemEditorReservationResult", EItemEditorReservationResult_name, EItemEditorReservationResult_value)
+ proto.RegisterEnum("EProfileCardSlotType", EProfileCardSlotType_name, EProfileCardSlotType_value)
+ proto.RegisterEnum("EFeaturedHeroTextField", EFeaturedHeroTextField_name, EFeaturedHeroTextField_value)
+ proto.RegisterEnum("EFeaturedHeroDataType", EFeaturedHeroDataType_name, EFeaturedHeroDataType_value)
+ proto.RegisterEnum("EDOTAGroupMergeResult", EDOTAGroupMergeResult_name, EDOTAGroupMergeResult_value)
+ proto.RegisterEnum("CMsgDOTAMatch_ReplayState", CMsgDOTAMatch_ReplayState_name, CMsgDOTAMatch_ReplayState_value)
+ proto.RegisterEnum("CMsgDOTARequestMatches_SkillLevel", CMsgDOTARequestMatches_SkillLevel_name, CMsgDOTARequestMatches_SkillLevel_value)
+ proto.RegisterEnum("CMsgDOTAPopup_PopupID", CMsgDOTAPopup_PopupID_name, CMsgDOTAPopup_PopupID_value)
+ proto.RegisterEnum("CMsgDOTACreateTeamResponse_Result", CMsgDOTACreateTeamResponse_Result_name, CMsgDOTACreateTeamResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTAEditTeamLogoResponse_Result", CMsgDOTAEditTeamLogoResponse_Result_name, CMsgDOTAEditTeamLogoResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTAEditTeamDetailsResponse_Result", CMsgDOTAEditTeamDetailsResponse_Result_name, CMsgDOTAEditTeamDetailsResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTADisbandTeamResponse_Result", CMsgDOTADisbandTeamResponse_Result_name, CMsgDOTADisbandTeamResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTARequestTeamDataResponse_Result", CMsgDOTARequestTeamDataResponse_Result_name, CMsgDOTARequestTeamDataResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result", CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result_name, CMsgDOTATeamInvite_GCImmediateResponseToInviter_Result_value)
+ proto.RegisterEnum("CMsgDOTATeamInvite_InviteeResponseToGC_Result", CMsgDOTATeamInvite_InviteeResponseToGC_Result_name, CMsgDOTATeamInvite_InviteeResponseToGC_Result_value)
+ proto.RegisterEnum("CMsgDOTATeamInvite_GCResponseToInviter_Result", CMsgDOTATeamInvite_GCResponseToInviter_Result_name, CMsgDOTATeamInvite_GCResponseToInviter_Result_value)
+ proto.RegisterEnum("CMsgDOTATeamInvite_GCResponseToInvitee_Result", CMsgDOTATeamInvite_GCResponseToInvitee_Result_name, CMsgDOTATeamInvite_GCResponseToInvitee_Result_value)
+ proto.RegisterEnum("CMsgDOTAKickTeamMemberResponse_Result", CMsgDOTAKickTeamMemberResponse_Result_name, CMsgDOTAKickTeamMemberResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTATransferTeamAdminResponse_Result", CMsgDOTATransferTeamAdminResponse_Result_name, CMsgDOTATransferTeamAdminResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTALeaveTeamResponse_Result", CMsgDOTALeaveTeamResponse_Result_name, CMsgDOTALeaveTeamResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTAJoinChatChannelResponse_Result", CMsgDOTAJoinChatChannelResponse_Result_name, CMsgDOTAJoinChatChannelResponse_Result_value)
+ proto.RegisterEnum("CMsgDOTAGuildCreateResponse_EError", CMsgDOTAGuildCreateResponse_EError_name, CMsgDOTAGuildCreateResponse_EError_value)
+ proto.RegisterEnum("CMsgDOTAGuildSetAccountRoleResponse_EResult", CMsgDOTAGuildSetAccountRoleResponse_EResult_name, CMsgDOTAGuildSetAccountRoleResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAGuildInviteAccountResponse_EResult", CMsgDOTAGuildInviteAccountResponse_EResult_name, CMsgDOTAGuildInviteAccountResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAGuildCancelInviteResponse_EResult", CMsgDOTAGuildCancelInviteResponse_EResult_name, CMsgDOTAGuildCancelInviteResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAGuildUpdateDetailsResponse_EResult", CMsgDOTAGuildUpdateDetailsResponse_EResult_name, CMsgDOTAGuildUpdateDetailsResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAPartySetOpenGuildResponse_EResult", CMsgDOTAPartySetOpenGuildResponse_EResult_name, CMsgDOTAPartySetOpenGuildResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAJoinOpenGuildPartyResponse_EResult", CMsgDOTAJoinOpenGuildPartyResponse_EResult_name, CMsgDOTAJoinOpenGuildPartyResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAGuildEditLogoResponse_EResult", CMsgDOTAGuildEditLogoResponse_EResult_name, CMsgDOTAGuildEditLogoResponse_EResult_value)
+ proto.RegisterEnum("CMsgWatchGameResponse_WatchGameResult", CMsgWatchGameResponse_WatchGameResult_name, CMsgWatchGameResponse_WatchGameResult_value)
+ proto.RegisterEnum("CMsgDOTAFriendRecruitsResponse_EResult", CMsgDOTAFriendRecruitsResponse_EResult_name, CMsgDOTAFriendRecruitsResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTARedeemEventPrizeResponse_ResultCode", CMsgDOTARedeemEventPrizeResponse_ResultCode_name, CMsgDOTARedeemEventPrizeResponse_ResultCode_value)
+ proto.RegisterEnum("CMsgGCNotificationsResponse_EResult", CMsgGCNotificationsResponse_EResult_name, CMsgGCNotificationsResponse_EResult_value)
+ proto.RegisterEnum("CMsgGCPlayerInfoSubmitResponse_EResult", CMsgGCPlayerInfoSubmitResponse_EResult_name, CMsgGCPlayerInfoSubmitResponse_EResult_value)
+ proto.RegisterEnum("CMsgClientToGCCreateStaticRecipeResponse_EResponse", CMsgClientToGCCreateStaticRecipeResponse_EResponse_name, CMsgClientToGCCreateStaticRecipeResponse_EResponse_value)
+ proto.RegisterEnum("CMsgGCToClientPrivateChatResponse_Result", CMsgGCToClientPrivateChatResponse_Result_name, CMsgGCToClientPrivateChatResponse_Result_value)
+}
+
+var dota_client_fileDescriptor0 = []byte{
+ // 17332 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xcc, 0xbd, 0x7b, 0x8c, 0x5b, 0x57,
+ 0x7a, 0x38, 0xb6, 0x7c, 0xcc, 0xeb, 0xcc, 0x43, 0x14, 0xf5, 0x1a, 0xd1, 0xb2, 0x24, 0x5f, 0xcb,
+ 0x96, 0x25, 0x5b, 0xb4, 0x35, 0xf2, 0x63, 0x3d, 0xbb, 0xb6, 0x97, 0xe2, 0x70, 0x46, 0xb4, 0x66,
+ 0xc8, 0x31, 0xc9, 0x91, 0x57, 0x49, 0x36, 0x37, 0x1c, 0xf2, 0xce, 0xcc, 0x5d, 0x71, 0x78, 0x69,
+ 0x5e, 0x52, 0xf2, 0x2c, 0x50, 0x20, 0x48, 0xd1, 0x06, 0x48, 0xd0, 0x20, 0x49, 0x1b, 0x24, 0x41,
+ 0xda, 0x14, 0x45, 0xd1, 0x20, 0x05, 0x12, 0x34, 0x0d, 0x8a, 0x36, 0x08, 0x90, 0xa2, 0x48, 0xff,
+ 0x58, 0x24, 0x28, 0x92, 0x16, 0x2d, 0x90, 0xb6, 0x7f, 0x04, 0x6d, 0x93, 0xb6, 0x40, 0x0b, 0x14,
+ 0x68, 0x8b, 0xf6, 0x8f, 0xe0, 0xf7, 0x43, 0x7e, 0xdf, 0xe3, 0x9c, 0x73, 0xcf, 0x7d, 0x90, 0x33,
+ 0xf6, 0xee, 0xe2, 0x97, 0x05, 0xac, 0x1d, 0x9e, 0xd7, 0x3d, 0x8f, 0xef, 0x7c, 0xef, 0xf3, 0x7d,
+ 0xe2, 0x5a, 0xd7, 0x1b, 0xb5, 0xed, 0xc3, 0xce, 0xb1, 0xe3, 0xfb, 0xed, 0x43, 0xc7, 0xb7, 0x3b,
+ 0x3d, 0xd7, 0xe9, 0x8f, 0x8a, 0x83, 0xa1, 0x37, 0xf2, 0x0a, 0x17, 0xfc, 0x91, 0xd3, 0x3e, 0x56,
+ 0x75, 0xb2, 0x30, 0xde, 0xc5, 0x3b, 0x3e, 0xf6, 0xfa, 0xb2, 0xf6, 0xf2, 0x61, 0xc7, 0xef, 0x3e,
+ 0x33, 0xaa, 0x65, 0xf9, 0xad, 0xe4, 0x0f, 0xd9, 0x07, 0xed, 0xfe, 0xa8, 0xed, 0x9f, 0xc8, 0x56,
+ 0x97, 0xf6, 0xdb, 0xbe, 0x13, 0xeb, 0x6c, 0xfd, 0x30, 0x23, 0x2e, 0x95, 0x77, 0xfc, 0xc3, 0xe6,
+ 0xa8, 0x3d, 0x1c, 0x6d, 0xba, 0xfd, 0xae, 0xdb, 0x3f, 0xdc, 0x69, 0x8f, 0x3a, 0x47, 0xf9, 0x45,
+ 0x91, 0x79, 0xe6, 0x9c, 0xac, 0xa6, 0x6e, 0xa6, 0xde, 0x58, 0xc8, 0xdf, 0x10, 0x8b, 0xc7, 0x58,
+ 0x7a, 0x38, 0xf4, 0xc6, 0x03, 0x7f, 0x35, 0x0d, 0x85, 0xcb, 0xeb, 0xe2, 0xdd, 0xb5, 0x0f, 0xdf,
+ 0xfd, 0xf0, 0xfd, 0x0f, 0xd6, 0x3e, 0x7c, 0x2f, 0x7f, 0x59, 0xac, 0xc8, 0xcf, 0x3e, 0x77, 0x86,
+ 0xbe, 0xeb, 0xf5, 0x57, 0x33, 0xd8, 0x26, 0x7f, 0x5d, 0x88, 0xc3, 0xf6, 0xb1, 0x63, 0x1f, 0x7b,
+ 0x5d, 0xc7, 0x5f, 0xcd, 0xc6, 0xfa, 0x7d, 0x22, 0x56, 0xf6, 0xbd, 0x91, 0xdd, 0x75, 0x0f, 0x0e,
+ 0xdc, 0xce, 0xb8, 0x37, 0x3a, 0x59, 0x9d, 0x81, 0x36, 0x2b, 0x6b, 0xf9, 0xe2, 0x46, 0xbd, 0x55,
+ 0x7a, 0xe8, 0x8d, 0x36, 0x74, 0xcd, 0xfa, 0x85, 0x87, 0xf5, 0x96, 0xbd, 0x51, 0xdd, 0xdc, 0xac,
+ 0x96, 0xf7, 0xb6, 0x5b, 0x4f, 0xed, 0x47, 0xa5, 0xc6, 0x46, 0xfe, 0xbe, 0x10, 0x34, 0x33, 0x7b,
+ 0x74, 0x32, 0x70, 0x56, 0x67, 0xa9, 0xb3, 0x28, 0xd2, 0x12, 0x5a, 0x50, 0xb2, 0x7e, 0x7e, 0xa7,
+ 0xd4, 0x2a, 0x3f, 0xb2, 0x5b, 0x4f, 0x77, 0x2b, 0x76, 0xb9, 0xd4, 0xdc, 0x2b, 0x6d, 0xe7, 0x2d,
+ 0xb1, 0x42, 0x5d, 0x7a, 0xed, 0xfe, 0xe1, 0x18, 0xf7, 0x62, 0x75, 0x2e, 0x69, 0x3d, 0xc7, 0xed,
+ 0x81, 0x3d, 0x18, 0x3a, 0x07, 0xce, 0xd0, 0xe9, 0x77, 0x9c, 0xd5, 0x05, 0x5a, 0xcf, 0x39, 0x31,
+ 0x87, 0x07, 0x67, 0xbb, 0xdd, 0xd5, 0x79, 0x2a, 0x28, 0x8b, 0x3c, 0x2d, 0x50, 0x0d, 0x66, 0x3b,
+ 0xfd, 0xf1, 0xf1, 0xaa, 0xa0, 0x79, 0x9c, 0xe3, 0x79, 0x6c, 0xab, 0xef, 0xac, 0x5f, 0xe6, 0xc9,
+ 0x6c, 0x97, 0x6a, 0x5b, 0x7b, 0xa5, 0xad, 0x8a, 0x5d, 0xad, 0x3d, 0x29, 0x6d, 0x57, 0x37, 0xf2,
+ 0x85, 0xe8, 0x20, 0x7d, 0xf8, 0xb5, 0xba, 0x48, 0x5b, 0xff, 0xba, 0x58, 0x18, 0xc0, 0xa1, 0xd8,
+ 0xdd, 0xf6, 0xa8, 0xbd, 0xba, 0x04, 0x45, 0x8b, 0x6b, 0x17, 0x8a, 0x78, 0x64, 0x65, 0xda, 0xef,
+ 0x5d, 0xa8, 0xdb, 0x80, 0x2a, 0xeb, 0xb2, 0xb8, 0xc8, 0x07, 0xe9, 0x0d, 0xcc, 0x73, 0xb4, 0x7e,
+ 0x27, 0x25, 0x16, 0xb1, 0xa2, 0xe1, 0xb4, 0xbb, 0x27, 0x7b, 0x03, 0x98, 0xf0, 0x8c, 0x3f, 0x6a,
+ 0x8f, 0x1c, 0x3a, 0xd9, 0x95, 0xb5, 0x8b, 0xb4, 0xd1, 0xdb, 0xde, 0xfe, 0xfe, 0x09, 0xb5, 0x68,
+ 0x62, 0xdd, 0xfa, 0xf5, 0x84, 0x42, 0x7b, 0xaf, 0xb6, 0x51, 0x29, 0x6f, 0x97, 0x1a, 0x95, 0x8d,
+ 0xfc, 0x45, 0xb1, 0x34, 0xc4, 0x0a, 0x7b, 0x3c, 0xb0, 0x11, 0x4a, 0x10, 0x20, 0x66, 0xe1, 0x2c,
+ 0x56, 0x8e, 0xda, 0xc3, 0xee, 0x8b, 0xf6, 0xd0, 0xb1, 0xfd, 0x81, 0xd3, 0xf1, 0x09, 0x08, 0x16,
+ 0xd7, 0xae, 0x16, 0xcb, 0x38, 0x1e, 0x4f, 0xf8, 0x91, 0x6c, 0xd1, 0xc4, 0x06, 0xd6, 0x67, 0xe2,
+ 0xbc, 0x31, 0x39, 0xfc, 0xce, 0xd8, 0xcf, 0xe7, 0xc4, 0x7c, 0x0f, 0xbf, 0x8d, 0xbb, 0x9c, 0xa2,
+ 0x91, 0xe1, 0x7b, 0xed, 0x4e, 0xc7, 0x19, 0x8c, 0x9c, 0x2e, 0x14, 0x22, 0x00, 0x66, 0x60, 0xef,
+ 0xa1, 0xb4, 0xeb, 0x00, 0xd8, 0xf5, 0x65, 0x69, 0x06, 0x4b, 0xad, 0x5f, 0xca, 0x8a, 0x7c, 0xb9,
+ 0xe9, 0x8d, 0x87, 0x1d, 0xa7, 0xf5, 0x64, 0x0b, 0x36, 0xb2, 0x79, 0xdc, 0xee, 0xf5, 0xf2, 0x97,
+ 0xc4, 0x72, 0xbb, 0x33, 0x72, 0x9f, 0xe3, 0x4a, 0x46, 0xee, 0x31, 0xaf, 0x7f, 0x39, 0x7f, 0x45,
+ 0x9c, 0xeb, 0x3a, 0xe1, 0x8a, 0xb4, 0xaa, 0xf0, 0x9d, 0x21, 0x40, 0xb3, 0xed, 0xab, 0x13, 0xc7,
+ 0xd5, 0x64, 0x43, 0xb3, 0xcb, 0x52, 0xc9, 0x79, 0xb1, 0xd0, 0x73, 0xda, 0x87, 0x63, 0x07, 0x8b,
+ 0x66, 0xa8, 0x77, 0x5e, 0x08, 0x6e, 0xa4, 0xc1, 0x72, 0x19, 0x9b, 0xd1, 0x29, 0xd3, 0x47, 0x10,
+ 0xe4, 0x66, 0xf2, 0xcb, 0x62, 0xa6, 0xeb, 0xf4, 0xda, 0x27, 0x12, 0x98, 0xa0, 0x17, 0xee, 0x1b,
+ 0xec, 0x82, 0x37, 0xf4, 0x25, 0xc4, 0xa9, 0x5e, 0x78, 0x83, 0x08, 0xae, 0x96, 0xf3, 0x17, 0xc4,
+ 0x62, 0x1b, 0x26, 0x86, 0x80, 0x72, 0x7c, 0x3c, 0x24, 0x38, 0x59, 0xce, 0x5f, 0x15, 0xe7, 0x69,
+ 0x9e, 0x08, 0x3a, 0xf6, 0xb0, 0xdd, 0x75, 0xe1, 0xfa, 0xaf, 0x9e, 0x23, 0x10, 0x02, 0x60, 0x0e,
+ 0xaa, 0xba, 0xee, 0xd0, 0x59, 0xcd, 0x51, 0x39, 0x7e, 0xce, 0x1b, 0x8e, 0x6c, 0xbf, 0xe3, 0x41,
+ 0xd9, 0x79, 0x1a, 0x66, 0x55, 0xe4, 0x7a, 0x6d, 0x7f, 0x04, 0x07, 0xdb, 0xd5, 0x1b, 0x92, 0x87,
+ 0x9a, 0x34, 0x9d, 0x39, 0x0f, 0x6b, 0xc3, 0x6a, 0xbb, 0xab, 0x17, 0x68, 0x05, 0xb0, 0xad, 0xaa,
+ 0x94, 0x87, 0xb9, 0xa8, 0x56, 0x82, 0x1f, 0x92, 0x65, 0x97, 0xa8, 0xec, 0x4d, 0x31, 0x37, 0x80,
+ 0xb5, 0x02, 0x7e, 0x58, 0xbd, 0x0c, 0x27, 0xb5, 0xb8, 0x56, 0x28, 0xc6, 0xcf, 0xa9, 0xb8, 0x4b,
+ 0x4d, 0x70, 0xce, 0xfb, 0x63, 0xb7, 0x87, 0x70, 0x6c, 0x33, 0xbc, 0x5e, 0x81, 0x41, 0xe6, 0x0a,
+ 0xf7, 0xc4, 0xac, 0x6c, 0x01, 0x9f, 0x00, 0x98, 0xf0, 0xc6, 0xf0, 0x65, 0x09, 0x27, 0x74, 0x3d,
+ 0x8f, 0x9c, 0xa1, 0x87, 0x05, 0x74, 0x8a, 0xd6, 0xbf, 0x9d, 0x12, 0x56, 0x70, 0x59, 0x5a, 0xde,
+ 0x56, 0x19, 0x2f, 0x47, 0xcb, 0x1b, 0x98, 0x1f, 0xf6, 0x69, 0x27, 0x9c, 0xf6, 0x10, 0xd0, 0x48,
+ 0x80, 0xf3, 0x42, 0xa7, 0x9a, 0x8e, 0x0e, 0x9f, 0xd1, 0x07, 0x86, 0x98, 0xd3, 0xc6, 0x23, 0x62,
+ 0xf4, 0x86, 0x80, 0xc3, 0x97, 0xd9, 0x85, 0x6d, 0x84, 0x8f, 0x39, 0x5f, 0x4a, 0x98, 0xc0, 0x01,
+ 0x25, 0xe0, 0xf8, 0x00, 0x12, 0x99, 0x37, 0xb2, 0xd6, 0xdf, 0xa7, 0xc4, 0x5d, 0x9c, 0xde, 0x56,
+ 0xb9, 0xe5, 0xf1, 0x14, 0x93, 0xa6, 0xd7, 0x70, 0xfc, 0x81, 0xd7, 0xf7, 0x9d, 0x1f, 0xeb, 0x34,
+ 0xa1, 0x1f, 0x60, 0x2a, 0x2a, 0xf1, 0xe5, 0x04, 0x13, 0x66, 0xce, 0x90, 0xfb, 0xba, 0x84, 0x41,
+ 0xac, 0x00, 0xc8, 0xcd, 0x30, 0x0e, 0x8a, 0xdf, 0x31, 0x38, 0x34, 0x84, 0x5f, 0x17, 0x30, 0xb6,
+ 0x1c, 0x18, 0xe1, 0x7a, 0xde, 0xfa, 0x59, 0x71, 0x23, 0x7c, 0x08, 0xb0, 0x42, 0xc2, 0x4e, 0xb8,
+ 0xb6, 0x2f, 0xc6, 0x8e, 0x3f, 0x32, 0xe7, 0x9c, 0x52, 0xf0, 0xcc, 0xd0, 0x62, 0x1b, 0xa7, 0x9c,
+ 0x8e, 0x22, 0x61, 0x5a, 0x9f, 0x75, 0x5b, 0xbc, 0x16, 0x1b, 0x7f, 0x9b, 0x36, 0x25, 0xfc, 0x95,
+ 0xc4, 0x86, 0x9b, 0x43, 0xf8, 0xd1, 0x8d, 0x34, 0xfc, 0xa6, 0x78, 0x35, 0xdc, 0x50, 0xd6, 0xef,
+ 0xb8, 0x7d, 0x17, 0x96, 0xaa, 0x66, 0x0d, 0x9b, 0xc8, 0xd4, 0x07, 0x8f, 0x34, 0x45, 0x47, 0xba,
+ 0x2f, 0x6e, 0x4d, 0xef, 0x29, 0xcf, 0xf2, 0x75, 0x31, 0x77, 0xcc, 0x35, 0xd4, 0x71, 0x71, 0xed,
+ 0x12, 0x61, 0x75, 0x44, 0x94, 0xd4, 0x43, 0xb6, 0x27, 0x4c, 0x82, 0x17, 0x92, 0x1a, 0xd3, 0x06,
+ 0xcc, 0x5b, 0xbb, 0xe2, 0xf5, 0x30, 0xd4, 0xc4, 0xd7, 0x1b, 0xff, 0x4a, 0x7a, 0xca, 0x57, 0x12,
+ 0x47, 0x8c, 0x6c, 0xcc, 0x57, 0x9b, 0xb7, 0xf5, 0x6f, 0xa6, 0xc4, 0xb5, 0xc4, 0x9b, 0x27, 0x07,
+ 0x8c, 0x00, 0x65, 0x4a, 0x5f, 0x91, 0xd3, 0x80, 0x19, 0xda, 0x1c, 0xd0, 0xcc, 0x14, 0x02, 0x26,
+ 0x84, 0x28, 0x8b, 0x08, 0x42, 0x11, 0x9a, 0xe7, 0xb1, 0x50, 0x8e, 0x45, 0x85, 0xb3, 0xb4, 0x73,
+ 0xbf, 0x35, 0xe9, 0xc2, 0x25, 0x6f, 0xdf, 0x8f, 0x30, 0xc7, 0x00, 0x2e, 0xb2, 0x44, 0xac, 0x6e,
+ 0x04, 0xfb, 0x36, 0x43, 0xfb, 0xb6, 0x12, 0xde, 0x37, 0xeb, 0xae, 0xb8, 0x4c, 0x04, 0x9c, 0x09,
+ 0x80, 0xc3, 0xbb, 0x8f, 0x77, 0x0b, 0x29, 0x8e, 0xa6, 0x41, 0x44, 0x0f, 0x01, 0x3c, 0xaf, 0x27,
+ 0xb7, 0xd5, 0x33, 0xc7, 0xab, 0x68, 0x90, 0x2f, 0xb9, 0x55, 0xb3, 0xd6, 0x2a, 0x7f, 0xa5, 0xb4,
+ 0xdf, 0xee, 0x77, 0xbd, 0x7e, 0x79, 0x3c, 0x04, 0xee, 0x66, 0x84, 0x3d, 0xe1, 0x6e, 0x5c, 0x08,
+ 0xce, 0xab, 0x39, 0x86, 0x8b, 0x0c, 0x18, 0xa0, 0x8b, 0x1f, 0x47, 0x22, 0x00, 0x7c, 0x8d, 0xbc,
+ 0x99, 0xd6, 0xff, 0x2d, 0xc4, 0x4b, 0xd8, 0x72, 0x77, 0x88, 0x74, 0xb3, 0xe3, 0x10, 0x9f, 0xd0,
+ 0x74, 0x46, 0x1b, 0xce, 0xa8, 0xed, 0xf6, 0xe2, 0xe4, 0x3b, 0xab, 0x69, 0x18, 0xb1, 0x35, 0x69,
+ 0x42, 0x5b, 0x6f, 0x88, 0x25, 0x5a, 0x52, 0x97, 0x3b, 0x11, 0xed, 0x5e, 0x04, 0xb6, 0xaf, 0x4c,
+ 0xa3, 0xb5, 0xa0, 0x4a, 0x0d, 0x07, 0x14, 0x46, 0xae, 0x64, 0xe8, 0x1c, 0x22, 0x67, 0x99, 0x8d,
+ 0xd3, 0x45, 0xc6, 0x5f, 0x45, 0x31, 0xd7, 0x39, 0xb6, 0x07, 0x6e, 0xe7, 0x99, 0x64, 0x04, 0x97,
+ 0x89, 0xb9, 0xb1, 0xcb, 0x3b, 0xf6, 0x6e, 0xb5, 0xfc, 0x78, 0x7d, 0x45, 0xfd, 0x6a, 0x94, 0x6a,
+ 0x1b, 0xf5, 0x9d, 0x7c, 0x29, 0xc6, 0x7c, 0x2e, 0x4c, 0x64, 0x3e, 0x2f, 0x45, 0x98, 0xcf, 0x9d,
+ 0xca, 0x46, 0x75, 0x6f, 0x87, 0x18, 0x93, 0x5e, 0xcf, 0x7b, 0x61, 0xc3, 0xc1, 0xb6, 0x47, 0x3e,
+ 0x11, 0xe8, 0x79, 0xdc, 0xfc, 0x03, 0xb7, 0xd7, 0xb3, 0x5f, 0xb8, 0xa3, 0x23, 0x1b, 0x3e, 0xe1,
+ 0x13, 0x8d, 0x9e, 0x47, 0x70, 0x72, 0xfb, 0x23, 0x00, 0x14, 0x9a, 0xf4, 0x12, 0x95, 0x01, 0xc1,
+ 0xe5, 0x11, 0x24, 0xe5, 0x07, 0x82, 0xb7, 0xba, 0x4c, 0x35, 0xdf, 0x16, 0x4b, 0xb4, 0x42, 0xc5,
+ 0x51, 0xaf, 0xd0, 0xe4, 0x72, 0x34, 0x39, 0x3c, 0xb1, 0x27, 0x5c, 0xbe, 0x7e, 0x71, 0xab, 0xb4,
+ 0x53, 0xb1, 0x9f, 0x54, 0x1a, 0xcd, 0x6a, 0xbd, 0x66, 0x97, 0xf7, 0x1a, 0x8d, 0x4a, 0xad, 0x85,
+ 0xa7, 0x30, 0x68, 0xfb, 0x3e, 0x51, 0x0a, 0x66, 0x03, 0xf0, 0x5c, 0x08, 0x70, 0xe1, 0x5c, 0x72,
+ 0xb4, 0x61, 0x2f, 0x8b, 0x4b, 0x70, 0xca, 0x6d, 0x58, 0x1f, 0x90, 0xf4, 0xe7, 0x4e, 0x4f, 0xf3,
+ 0x0d, 0xcc, 0x0b, 0x00, 0x5b, 0x1a, 0xae, 0x26, 0xde, 0x21, 0x4f, 0x75, 0xb0, 0xf0, 0x9e, 0xd7,
+ 0xee, 0xd2, 0xc5, 0xc0, 0x83, 0xbe, 0xa0, 0x2e, 0x22, 0x9c, 0x95, 0x0b, 0x42, 0x08, 0xf1, 0x3d,
+ 0xcc, 0x0b, 0xbc, 0x24, 0x2e, 0x68, 0x16, 0x81, 0x2b, 0x5f, 0xb8, 0x7d, 0x5f, 0x32, 0x05, 0xb0,
+ 0x7c, 0x66, 0x14, 0x8c, 0x9a, 0xcb, 0x54, 0x73, 0x59, 0xcc, 0xc1, 0xc6, 0x74, 0x8e, 0xda, 0x23,
+ 0x22, 0xfd, 0xf3, 0xeb, 0x33, 0x07, 0xed, 0x1e, 0x40, 0xf6, 0x87, 0x62, 0x99, 0x24, 0x9e, 0xd1,
+ 0x73, 0x9b, 0x79, 0xa7, 0x55, 0xda, 0x97, 0xf3, 0x45, 0x82, 0x9c, 0x0d, 0xa8, 0x6a, 0x3d, 0xd9,
+ 0xc0, 0x8a, 0xf5, 0x73, 0x46, 0x89, 0x7d, 0x7f, 0xed, 0x1d, 0x94, 0x69, 0x80, 0xc5, 0x5e, 0xbd,
+ 0xaa, 0x36, 0xbe, 0x33, 0xf6, 0x47, 0x1e, 0xd3, 0x40, 0x3e, 0x92, 0x02, 0x6d, 0x14, 0xd0, 0x41,
+ 0x59, 0x83, 0x32, 0x00, 0x01, 0xed, 0x4b, 0x54, 0x01, 0x34, 0x49, 0x56, 0x18, 0x30, 0x73, 0x4d,
+ 0xce, 0x76, 0xc5, 0x1c, 0x0d, 0x76, 0xe4, 0x65, 0x02, 0x7d, 0xd8, 0x43, 0x35, 0x96, 0xdb, 0xb7,
+ 0x15, 0xff, 0x73, 0x5d, 0xed, 0xaf, 0xfe, 0xce, 0x97, 0xba, 0xee, 0x86, 0x24, 0xb9, 0xd7, 0x61,
+ 0xaa, 0xf6, 0x91, 0x07, 0xa8, 0x9f, 0xf8, 0xff, 0x91, 0x67, 0x87, 0xaf, 0xc1, 0x4d, 0x6a, 0xb7,
+ 0x21, 0xc4, 0x73, 0xd7, 0x77, 0xf7, 0xdd, 0x9e, 0x0b, 0x73, 0x79, 0x25, 0xca, 0xd3, 0x3f, 0xd1,
+ 0x75, 0xeb, 0x85, 0x84, 0x42, 0x7b, 0x77, 0xbc, 0xdf, 0x73, 0x3b, 0xc6, 0x8a, 0x69, 0xf6, 0x9d,
+ 0x61, 0x67, 0xd5, 0x22, 0xc6, 0x1b, 0xd9, 0x41, 0x46, 0x76, 0xf2, 0x80, 0x60, 0x61, 0xaf, 0xaa,
+ 0x05, 0xcb, 0x1a, 0xb5, 0xe0, 0x5b, 0x0a, 0xa6, 0xcc, 0xa1, 0x10, 0x77, 0x00, 0x0a, 0x3d, 0x1e,
+ 0xac, 0xbe, 0x86, 0xfc, 0x1b, 0xa0, 0xc1, 0x2b, 0x20, 0x54, 0x3d, 0x77, 0xbd, 0xb1, 0xcf, 0x24,
+ 0xcd, 0xf6, 0x60, 0x4d, 0x43, 0x17, 0x36, 0xff, 0x75, 0xda, 0x30, 0x5c, 0xb8, 0xfa, 0x62, 0x0f,
+ 0x6e, 0x04, 0x2c, 0x15, 0xc4, 0x30, 0xd7, 0x1b, 0xe2, 0x74, 0x11, 0x65, 0xac, 0xde, 0xa6, 0xef,
+ 0x3c, 0x16, 0x37, 0x27, 0xb7, 0xeb, 0x1c, 0x79, 0x80, 0x98, 0x56, 0xdf, 0xa0, 0xed, 0xb8, 0x5c,
+ 0x6c, 0xaa, 0x16, 0xbb, 0xb2, 0x01, 0x89, 0x86, 0x0b, 0x28, 0xd0, 0x6c, 0x56, 0x6b, 0x20, 0xcf,
+ 0xd4, 0xc5, 0x2d, 0x39, 0x58, 0x1f, 0x86, 0x99, 0x3c, 0xe0, 0x9d, 0xb3, 0x0e, 0x58, 0x13, 0xcb,
+ 0x83, 0xf6, 0xd8, 0xc7, 0xc9, 0x8d, 0xe8, 0x4a, 0xdf, 0x95, 0x3d, 0x35, 0x48, 0xee, 0x62, 0x75,
+ 0x93, 0x6b, 0xd7, 0x6f, 0x24, 0x16, 0xdb, 0x7b, 0xfd, 0x9e, 0x7b, 0xec, 0x82, 0xd0, 0x63, 0xfd,
+ 0x6d, 0x5a, 0x5c, 0x89, 0xe1, 0xdc, 0x32, 0xc8, 0x60, 0xa3, 0x64, 0xae, 0x10, 0x0e, 0x74, 0x04,
+ 0xec, 0x19, 0xc2, 0x6e, 0x5f, 0x52, 0x2f, 0x62, 0x1d, 0x10, 0xe6, 0x22, 0x15, 0x01, 0xd5, 0x02,
+ 0x4c, 0x6b, 0xd4, 0x69, 0xea, 0x6a, 0x62, 0x92, 0x19, 0x25, 0x50, 0x44, 0xa4, 0x7d, 0xe6, 0x13,
+ 0x1f, 0x88, 0x65, 0xc6, 0xfc, 0x0a, 0xab, 0xcf, 0x91, 0xfc, 0x77, 0xad, 0x38, 0x8d, 0x5c, 0xbc,
+ 0x2b, 0x16, 0x7c, 0x10, 0x67, 0x78, 0x92, 0xf3, 0xd4, 0xe1, 0x95, 0xe2, 0x84, 0xb5, 0x16, 0x9b,
+ 0xd0, 0x12, 0x71, 0x5f, 0xa1, 0x26, 0xe6, 0xd5, 0xdf, 0xf9, 0x25, 0x91, 0x25, 0xe9, 0x18, 0x97,
+ 0xbe, 0x84, 0xc4, 0x58, 0xcd, 0x2a, 0x4d, 0x22, 0x8a, 0x49, 0x3e, 0x33, 0x04, 0xd5, 0x40, 0x3b,
+ 0x7c, 0xf7, 0xb0, 0x0f, 0xc2, 0xe6, 0xd0, 0x91, 0x74, 0xf1, 0x3f, 0x90, 0xec, 0x4a, 0x74, 0x96,
+ 0x48, 0x89, 0x9a, 0x3d, 0x6f, 0x04, 0x6b, 0xcb, 0x12, 0xf4, 0xa5, 0x4c, 0xca, 0xb2, 0x55, 0xb6,
+ 0x5b, 0x95, 0xd2, 0xce, 0xfa, 0x65, 0xf3, 0x97, 0xbd, 0x55, 0xaf, 0x6f, 0xd8, 0x5b, 0x7b, 0x4f,
+ 0x9b, 0x38, 0x33, 0x1f, 0x3a, 0x4b, 0x36, 0xe1, 0x61, 0x8c, 0xde, 0x64, 0x26, 0xd2, 0x9b, 0xcb,
+ 0x11, 0x7a, 0xb3, 0x5b, 0x6a, 0x36, 0xab, 0x4f, 0x2a, 0xc0, 0xa8, 0x5d, 0x4d, 0x9a, 0x66, 0xd9,
+ 0x6b, 0x77, 0x8e, 0xbe, 0xd6, 0x1c, 0x91, 0x25, 0x7a, 0x2d, 0x36, 0xe4, 0xa7, 0x9e, 0xdb, 0x7f,
+ 0x38, 0x04, 0x04, 0xdf, 0x01, 0xde, 0xb3, 0x7c, 0xd4, 0xee, 0xf7, 0x9d, 0x1e, 0xee, 0x6c, 0x87,
+ 0xff, 0x94, 0xac, 0x10, 0xd2, 0x0f, 0xd2, 0x90, 0x0c, 0x41, 0x02, 0xef, 0x3a, 0x7e, 0x67, 0xe8,
+ 0x0e, 0x46, 0x6a, 0xe3, 0x17, 0xf2, 0xd7, 0xc5, 0xe5, 0xa0, 0x9a, 0x78, 0xf8, 0x21, 0xdc, 0x24,
+ 0xc4, 0xb3, 0x19, 0xa9, 0x55, 0xba, 0x12, 0xd4, 0x6b, 0xdd, 0x07, 0x35, 0xc0, 0x43, 0x59, 0xb0,
+ 0x3e, 0x64, 0xae, 0x34, 0x0c, 0x08, 0x3d, 0xcf, 0x77, 0x4e, 0x9d, 0x1a, 0x70, 0x48, 0xef, 0xc7,
+ 0xba, 0xb6, 0xbc, 0xc3, 0xc3, 0x5e, 0xac, 0x6f, 0x19, 0x40, 0x68, 0xd8, 0x3e, 0x6e, 0xf7, 0x59,
+ 0xfb, 0x60, 0xbd, 0xc9, 0x1a, 0xb1, 0x50, 0xcf, 0xc7, 0xc0, 0x53, 0x44, 0x04, 0x4e, 0x96, 0x3c,
+ 0x1e, 0x88, 0x97, 0x13, 0x1b, 0x6f, 0x0e, 0xbd, 0x63, 0x04, 0x9d, 0x24, 0x29, 0x55, 0xf1, 0x60,
+ 0xa1, 0x4e, 0xc0, 0x7f, 0x3e, 0x77, 0xac, 0xfb, 0x09, 0xb7, 0x7c, 0xbb, 0x3d, 0xee, 0xc3, 0xd9,
+ 0xc6, 0xef, 0x1c, 0x31, 0x3d, 0xd6, 0xdb, 0x0c, 0xb7, 0xa5, 0xc1, 0xa0, 0x47, 0x6c, 0x53, 0xcb,
+ 0x0b, 0xf5, 0x36, 0x85, 0x25, 0xfe, 0xfa, 0x35, 0x51, 0x60, 0x3e, 0x0f, 0x70, 0x46, 0x78, 0x7b,
+ 0xa0, 0x99, 0xf5, 0x4b, 0xa9, 0x84, 0xe5, 0x6f, 0x03, 0x03, 0x8d, 0xa4, 0x20, 0x82, 0x39, 0x7c,
+ 0x1a, 0x71, 0x3e, 0x84, 0x20, 0xf8, 0xe4, 0x57, 0xc4, 0xac, 0xa4, 0x52, 0x8c, 0x59, 0xde, 0x33,
+ 0x99, 0xb5, 0x2c, 0x41, 0xe7, 0x8a, 0x84, 0x4e, 0x28, 0xde, 0x81, 0xd2, 0xf5, 0x3c, 0xff, 0x04,
+ 0x56, 0x66, 0xa7, 0xbe, 0x51, 0xb1, 0x6b, 0xf5, 0x5a, 0xc5, 0xfa, 0xab, 0x2c, 0x4b, 0xef, 0xb1,
+ 0xc9, 0x28, 0x36, 0xb7, 0x82, 0x20, 0x05, 0xdf, 0x4f, 0x2b, 0x56, 0xf3, 0x61, 0xf6, 0xe7, 0x7f,
+ 0xef, 0xe5, 0x54, 0x1c, 0x93, 0x65, 0x14, 0xc1, 0x4d, 0x40, 0x7e, 0x8c, 0xe5, 0x4a, 0xc0, 0x9f,
+ 0x3b, 0xc7, 0xfb, 0x48, 0x81, 0x99, 0x3f, 0x7f, 0xa7, 0x78, 0xfa, 0xa7, 0x25, 0xbb, 0xba, 0x43,
+ 0x1d, 0x91, 0x3d, 0x18, 0x82, 0x60, 0x08, 0xec, 0x8c, 0x6f, 0xeb, 0x0d, 0x21, 0xb9, 0x03, 0xab,
+ 0x50, 0x69, 0x12, 0x96, 0x66, 0xe7, 0x14, 0x7a, 0x3d, 0x44, 0x4d, 0x47, 0xa0, 0x53, 0x04, 0x98,
+ 0xe1, 0x92, 0x9e, 0x77, 0xe8, 0x11, 0x4f, 0x9a, 0x45, 0x4c, 0x42, 0x8c, 0x88, 0xa0, 0xfd, 0x4d,
+ 0xe2, 0x5d, 0x58, 0x5d, 0x18, 0xda, 0xe9, 0xa5, 0xb3, 0xee, 0x34, 0x71, 0xac, 0x2c, 0x41, 0xc1,
+ 0x8d, 0xf4, 0x61, 0x77, 0x24, 0x0f, 0x7a, 0x2e, 0xd0, 0xd9, 0xac, 0x28, 0x1d, 0x41, 0x94, 0x37,
+ 0x3a, 0xa7, 0xa6, 0x14, 0x70, 0x31, 0x7c, 0xdb, 0x25, 0x97, 0x19, 0x63, 0xe0, 0xcf, 0x9f, 0x91,
+ 0xc3, 0xc9, 0xc7, 0xe5, 0x2d, 0x62, 0x33, 0x0b, 0x1f, 0x88, 0xa5, 0xd0, 0xc6, 0x27, 0xa9, 0x82,
+ 0x80, 0x15, 0x95, 0x73, 0x09, 0xa4, 0x0e, 0xcb, 0x4b, 0xb8, 0xae, 0xe6, 0xa1, 0x4e, 0x01, 0xf2,
+ 0x77, 0xc5, 0x1c, 0xd2, 0x36, 0x57, 0x4b, 0xd2, 0xaf, 0x9e, 0x01, 0x3e, 0xac, 0x9f, 0x13, 0xcb,
+ 0xd8, 0xca, 0xbc, 0x45, 0x91, 0xcd, 0xa0, 0xd9, 0xae, 0xa7, 0xde, 0x09, 0x9f, 0x5c, 0xfa, 0xcc,
+ 0x77, 0x64, 0x87, 0xef, 0x6b, 0x7c, 0x29, 0xc6, 0x84, 0x53, 0x67, 0x9f, 0xf0, 0x2f, 0x27, 0xdd,
+ 0x7f, 0xa4, 0x06, 0x09, 0x62, 0x5d, 0x1c, 0x25, 0xa5, 0x63, 0x0c, 0x43, 0x26, 0xc2, 0x51, 0x6b,
+ 0xfe, 0x92, 0xc8, 0xee, 0x64, 0x6e, 0x11, 0x91, 0xdb, 0x9c, 0x65, 0x27, 0x9c, 0x17, 0x4e, 0x46,
+ 0x2f, 0xf2, 0x63, 0x44, 0x34, 0x3e, 0x50, 0xcc, 0x90, 0x3a, 0x1b, 0x9b, 0x48, 0xed, 0x35, 0xd6,
+ 0xad, 0xaf, 0xd2, 0xbe, 0x7d, 0x5a, 0xaf, 0xd6, 0xec, 0x46, 0xa5, 0x09, 0xf4, 0xd4, 0x6e, 0xee,
+ 0x95, 0xcb, 0x95, 0x66, 0xd3, 0x7a, 0x8f, 0x11, 0x0c, 0x0b, 0xd0, 0x09, 0x5b, 0xa3, 0x95, 0x53,
+ 0x7c, 0x3b, 0x78, 0x2b, 0x97, 0xad, 0x9f, 0x66, 0xf5, 0xd0, 0xc4, 0x6e, 0x3f, 0xd2, 0x11, 0x7c,
+ 0xc0, 0xf4, 0x78, 0x0b, 0x51, 0x00, 0xb0, 0xc8, 0xce, 0xc4, 0x69, 0x01, 0x96, 0x25, 0x3c, 0xa1,
+ 0x66, 0xf5, 0xb3, 0x52, 0x89, 0x33, 0xa5, 0xe3, 0x8f, 0x34, 0xb1, 0x6f, 0xf1, 0x66, 0xe1, 0xee,
+ 0xb6, 0xf7, 0x7b, 0x4e, 0x99, 0x0e, 0x4e, 0x01, 0xa7, 0xd6, 0xe4, 0x5d, 0x4a, 0x84, 0x70, 0xeb,
+ 0x58, 0xbc, 0x31, 0xb5, 0xb3, 0x89, 0xd0, 0xe3, 0xc2, 0x14, 0x03, 0x1c, 0xaa, 0x74, 0x08, 0x04,
+ 0x19, 0xbd, 0xa4, 0x95, 0x24, 0x1a, 0x42, 0x3a, 0x4c, 0x98, 0xbb, 0x7c, 0x42, 0xa7, 0x7c, 0x2e,
+ 0xff, 0x51, 0xc8, 0x3e, 0xc5, 0x7b, 0x71, 0xa7, 0x78, 0xd6, 0x89, 0x5a, 0x9f, 0x89, 0x9b, 0xf1,
+ 0xb6, 0xdb, 0xbc, 0xb3, 0xd3, 0xf7, 0x23, 0x61, 0x8d, 0xb8, 0x9c, 0xac, 0xf5, 0x9f, 0xa4, 0xf9,
+ 0x14, 0x27, 0x8c, 0x19, 0xa6, 0x7b, 0x51, 0x3b, 0xc9, 0x84, 0x41, 0x03, 0x73, 0x04, 0xe1, 0x42,
+ 0xbe, 0x93, 0xb0, 0x6f, 0x4c, 0xf0, 0xe4, 0xbe, 0x65, 0x95, 0xda, 0x35, 0x4e, 0xa8, 0x66, 0x14,
+ 0x46, 0x95, 0x55, 0x34, 0xca, 0xec, 0x24, 0x59, 0x79, 0x6e, 0x22, 0x3d, 0x98, 0x4f, 0xa6, 0x07,
+ 0x0b, 0x67, 0xa4, 0x07, 0x42, 0x9d, 0xf7, 0x51, 0xdb, 0x20, 0xb0, 0xa4, 0x5a, 0xb1, 0xbe, 0x27,
+ 0x5e, 0x39, 0x75, 0xd7, 0xf2, 0xdf, 0x8c, 0x82, 0xfd, 0xed, 0xe2, 0xd9, 0xb6, 0xda, 0xfa, 0x87,
+ 0xb4, 0x58, 0xc5, 0xa6, 0x9f, 0x8d, 0x81, 0xb9, 0xc3, 0xf6, 0x41, 0xdb, 0x93, 0xfc, 0x35, 0x71,
+ 0xb1, 0xe7, 0x1c, 0xb6, 0x3b, 0x27, 0xf6, 0x57, 0x38, 0xe8, 0x89, 0x26, 0xd3, 0x75, 0x71, 0xb1,
+ 0x43, 0xc2, 0x8e, 0x1d, 0x96, 0xa5, 0xb2, 0x67, 0x90, 0xa5, 0xd0, 0xc8, 0x45, 0xca, 0xa4, 0x76,
+ 0xff, 0x04, 0x0f, 0x44, 0xaa, 0x42, 0xb7, 0xc4, 0x05, 0x39, 0x41, 0x9e, 0x19, 0xed, 0x2f, 0xdb,
+ 0x20, 0x16, 0xd7, 0xee, 0x16, 0x27, 0x2d, 0xac, 0xb8, 0x4d, 0x9d, 0x1a, 0xd4, 0x07, 0x0d, 0x8d,
+ 0x61, 0x63, 0xe4, 0xdc, 0x44, 0x63, 0x64, 0x61, 0x5b, 0xe4, 0x62, 0x7d, 0x27, 0xdc, 0x03, 0x60,
+ 0x6c, 0x70, 0x48, 0x79, 0x99, 0x01, 0xc6, 0xe4, 0x14, 0xb5, 0x9c, 0x30, 0x67, 0xed, 0xf3, 0x2d,
+ 0x4b, 0x9a, 0xe2, 0x8f, 0x8d, 0x10, 0xfc, 0x30, 0xc5, 0x96, 0x48, 0x90, 0xc2, 0xf0, 0xae, 0x4f,
+ 0x11, 0xad, 0x27, 0x51, 0xbd, 0x8f, 0xd1, 0xe4, 0xf5, 0xf5, 0x25, 0x3b, 0x2d, 0xbc, 0x65, 0xbf,
+ 0x8a, 0x80, 0x19, 0xd7, 0x82, 0x5a, 0xbf, 0x92, 0x62, 0x4b, 0x70, 0x80, 0xb8, 0xbe, 0xc6, 0x62,
+ 0xf2, 0xb1, 0xc5, 0x44, 0x34, 0xae, 0x24, 0xa0, 0xa1, 0x42, 0x4d, 0x41, 0xd9, 0x42, 0x02, 0xa0,
+ 0xcf, 0x11, 0x46, 0xfb, 0x37, 0x52, 0xac, 0x59, 0xae, 0x3c, 0x97, 0xaa, 0xe6, 0x7f, 0xc9, 0xf3,
+ 0xb9, 0xc9, 0xca, 0x73, 0x89, 0x9f, 0xab, 0xfd, 0x91, 0x03, 0xfc, 0x1e, 0x8a, 0xad, 0xed, 0x5e,
+ 0x0b, 0x20, 0xcc, 0x19, 0x59, 0x05, 0xbe, 0xec, 0x0f, 0xdb, 0x80, 0x90, 0x3a, 0x4e, 0xb7, 0x79,
+ 0x34, 0x3e, 0x38, 0xe8, 0xf1, 0x65, 0x03, 0x99, 0x94, 0x80, 0xb1, 0xda, 0x77, 0x47, 0x6e, 0xbb,
+ 0xf7, 0x19, 0x0e, 0x01, 0x5d, 0xfb, 0x6d, 0xe0, 0xfa, 0x35, 0x30, 0x02, 0xa8, 0xbb, 0x5c, 0x6f,
+ 0xfb, 0xcf, 0xdc, 0x9e, 0x92, 0x49, 0xff, 0x97, 0x8b, 0xcc, 0x0d, 0x6a, 0x9d, 0x3f, 0x36, 0x3c,
+ 0xf4, 0xbc, 0xae, 0x7d, 0x38, 0x3e, 0x21, 0xdd, 0xa7, 0x54, 0xd2, 0x00, 0x62, 0xef, 0x8e, 0x87,
+ 0x34, 0xa7, 0x60, 0xad, 0x64, 0x88, 0x68, 0xb9, 0xd2, 0x80, 0x37, 0x87, 0x86, 0x18, 0xc5, 0x9a,
+ 0xcf, 0x24, 0x19, 0x62, 0x94, 0x25, 0x15, 0x06, 0x53, 0xb6, 0x08, 0xc2, 0xd9, 0x59, 0xc4, 0xa0,
+ 0x23, 0xef, 0x05, 0x99, 0x06, 0x50, 0xe2, 0x05, 0xb4, 0x9c, 0x61, 0xce, 0x7e, 0xbf, 0x3d, 0x04,
+ 0xc4, 0xf2, 0xcc, 0x57, 0x15, 0x0b, 0x54, 0x81, 0xb2, 0x75, 0x0f, 0x36, 0xd2, 0x19, 0x4a, 0x0c,
+ 0x0c, 0xa8, 0xfd, 0xc0, 0x1d, 0x02, 0x9a, 0xde, 0xef, 0xe1, 0xe4, 0xc9, 0x46, 0xbc, 0x14, 0x5c,
+ 0x5f, 0x9c, 0x95, 0xed, 0xb7, 0x7b, 0x2c, 0x43, 0xcc, 0xd1, 0xdc, 0xf9, 0xe2, 0xbb, 0x03, 0x92,
+ 0x22, 0xe6, 0xa4, 0x9e, 0x18, 0x8b, 0x06, 0xde, 0x90, 0xcd, 0xd4, 0x51, 0x9b, 0xb9, 0x96, 0x1d,
+ 0x8e, 0xc6, 0x20, 0x9b, 0x6b, 0xed, 0xe8, 0x79, 0x55, 0xac, 0x2c, 0xe0, 0xbc, 0xc1, 0x5a, 0x29,
+ 0x4d, 0x47, 0xbd, 0xcf, 0x07, 0x47, 0xd2, 0x42, 0x1a, 0x17, 0xa6, 0xf4, 0xcf, 0x4a, 0x12, 0xbe,
+ 0xa8, 0x9a, 0x93, 0xee, 0x59, 0x95, 0x5e, 0x52, 0xdc, 0xab, 0x56, 0x93, 0x5f, 0x56, 0x34, 0x31,
+ 0x34, 0x00, 0x51, 0xb9, 0x2b, 0x0a, 0xc6, 0x82, 0x21, 0xa8, 0x7c, 0x55, 0x69, 0x8a, 0x43, 0x5d,
+ 0x48, 0x92, 0xbb, 0xaa, 0xf0, 0x7e, 0xd0, 0x85, 0xca, 0x0b, 0x54, 0x0e, 0xac, 0x70, 0xa8, 0x4b,
+ 0xc7, 0x3b, 0x1e, 0xf4, 0x9c, 0x11, 0xeb, 0x9e, 0x49, 0x76, 0x0d, 0xba, 0xe9, 0x3a, 0xad, 0x7c,
+ 0x1e, 0x78, 0x3e, 0x00, 0xdc, 0x73, 0xc7, 0x7e, 0xee, 0x8d, 0x80, 0xbc, 0xbd, 0xac, 0xca, 0xfb,
+ 0x80, 0x86, 0x8d, 0xf2, 0xeb, 0x71, 0x71, 0xfc, 0xc6, 0x99, 0x85, 0xc4, 0xbb, 0x42, 0xa0, 0x71,
+ 0xc5, 0x87, 0xfd, 0xed, 0xfb, 0xab, 0x37, 0x09, 0xe8, 0x2e, 0x17, 0xd9, 0xc0, 0xf9, 0xc8, 0x19,
+ 0x7a, 0xac, 0x15, 0xa5, 0x6b, 0x8e, 0x27, 0xc4, 0x50, 0xe7, 0x3b, 0x5f, 0xd8, 0xe8, 0x12, 0xf3,
+ 0x0a, 0x2d, 0xf2, 0x21, 0x3a, 0x8e, 0x30, 0x80, 0x90, 0x51, 0xdf, 0xa2, 0x8f, 0x17, 0x22, 0x90,
+ 0xdb, 0xa0, 0x26, 0xec, 0x8a, 0x92, 0x6b, 0x54, 0x76, 0xb7, 0x4b, 0x4f, 0xed, 0xd2, 0x93, 0x52,
+ 0x75, 0xbb, 0xf4, 0x70, 0xbb, 0x82, 0xe0, 0xa7, 0x36, 0x4a, 0x0b, 0xce, 0xaf, 0x2a, 0xb0, 0xa0,
+ 0x3d, 0xd2, 0xc5, 0xb7, 0x14, 0xbc, 0x86, 0x76, 0x76, 0xd4, 0x3e, 0x24, 0x6d, 0xf4, 0x82, 0xee,
+ 0xa0, 0x8b, 0x5f, 0x57, 0x36, 0xf5, 0x40, 0xdd, 0x7d, 0x3b, 0xc9, 0xb2, 0xf1, 0x06, 0x15, 0x7e,
+ 0x22, 0x2e, 0xee, 0x2b, 0x6d, 0x12, 0x32, 0x39, 0xac, 0x50, 0xf2, 0x57, 0xdf, 0xa4, 0xad, 0x79,
+ 0x25, 0xb2, 0xaa, 0x87, 0x41, 0x53, 0xa5, 0xb6, 0x02, 0x0e, 0xde, 0xe9, 0x1f, 0xba, 0x7d, 0x67,
+ 0xf5, 0x2d, 0x1a, 0xf0, 0x83, 0xb0, 0x5c, 0x4f, 0x64, 0xf6, 0x1e, 0x91, 0xd9, 0x97, 0x23, 0x83,
+ 0x05, 0xd8, 0x9d, 0x08, 0xee, 0x1f, 0x2d, 0x4c, 0xf5, 0x8b, 0x08, 0x84, 0x61, 0x43, 0x1d, 0x19,
+ 0xb3, 0x5a, 0xc2, 0x6c, 0xdc, 0x91, 0x73, 0x6c, 0xbf, 0x23, 0x79, 0x41, 0xf5, 0xfb, 0xbe, 0x64,
+ 0x00, 0xd5, 0xef, 0x35, 0xa9, 0xee, 0x55, 0xbf, 0x1f, 0x48, 0x4d, 0x86, 0xfa, 0xfd, 0xae, 0x64,
+ 0xf4, 0xd4, 0xef, 0xf7, 0x24, 0x87, 0x67, 0x89, 0x82, 0xf3, 0x25, 0x5a, 0xb9, 0x9c, 0xae, 0x02,
+ 0x63, 0x60, 0xae, 0xdc, 0xfd, 0xf1, 0x48, 0x71, 0x77, 0x69, 0xe2, 0x12, 0x3a, 0xed, 0x1e, 0xb4,
+ 0x38, 0x76, 0xa0, 0xae, 0x43, 0xec, 0x1d, 0x15, 0x6b, 0xb3, 0xc1, 0xb0, 0xdd, 0x7f, 0x66, 0xe0,
+ 0x1b, 0xf8, 0x45, 0x3b, 0x7f, 0xe8, 0x10, 0xbe, 0x61, 0x5c, 0xe9, 0xf5, 0x3c, 0x6e, 0x77, 0x9f,
+ 0x10, 0xea, 0xb2, 0x98, 0x41, 0x34, 0xa1, 0x94, 0x18, 0x30, 0xb1, 0x2e, 0x90, 0xa0, 0x23, 0x5f,
+ 0x62, 0x1e, 0xd8, 0x09, 0xe0, 0x26, 0x41, 0xde, 0xf1, 0x03, 0xb4, 0xd3, 0x43, 0x85, 0x9c, 0x46,
+ 0x91, 0xe7, 0x15, 0xaf, 0x72, 0xe8, 0xf5, 0xba, 0x86, 0x62, 0x02, 0x2d, 0xf3, 0x47, 0x2e, 0xf4,
+ 0xbb, 0x10, 0x0c, 0xdc, 0x47, 0xfe, 0x52, 0x63, 0x18, 0xec, 0x60, 0x0f, 0x60, 0xa4, 0x63, 0x40,
+ 0xef, 0x97, 0x14, 0xa2, 0xfb, 0xee, 0xae, 0x2e, 0xbb, 0xac, 0x75, 0x3e, 0xd8, 0x12, 0xcd, 0xae,
+ 0x6c, 0xf0, 0xa2, 0xd5, 0xd1, 0x01, 0x75, 0xdb, 0xc7, 0x80, 0xe9, 0x08, 0xb3, 0x2c, 0x07, 0xc8,
+ 0x5b, 0x96, 0x5e, 0xd5, 0x4c, 0x31, 0x36, 0x3d, 0x72, 0xda, 0x3d, 0xe4, 0xa6, 0x0a, 0x54, 0x0a,
+ 0xcb, 0x26, 0xc3, 0x9d, 0x44, 0x21, 0xe8, 0x07, 0xe4, 0x92, 0x9b, 0x99, 0x8f, 0xa6, 0x38, 0xa7,
+ 0x2f, 0xd1, 0x47, 0x44, 0x55, 0xf2, 0x32, 0xdd, 0x01, 0x40, 0x47, 0xfe, 0x78, 0x80, 0xe8, 0xd9,
+ 0x6e, 0x4b, 0x63, 0xd1, 0xf3, 0x76, 0x6f, 0xec, 0x48, 0x14, 0x82, 0x34, 0xc0, 0x71, 0xc8, 0x3d,
+ 0x07, 0x18, 0x54, 0x3a, 0x53, 0xb2, 0x48, 0xcd, 0xf3, 0x4d, 0x21, 0xb2, 0x4e, 0x07, 0x60, 0x51,
+ 0xf3, 0x1b, 0xe2, 0x8a, 0x51, 0x68, 0x8f, 0x01, 0x3b, 0x0f, 0x81, 0x65, 0xed, 0x03, 0x31, 0x7f,
+ 0x55, 0x35, 0x88, 0xd6, 0xa8, 0x53, 0xbd, 0x45, 0x5a, 0x7c, 0xc0, 0xe2, 0xb4, 0x42, 0x42, 0x1e,
+ 0x2c, 0x4e, 0xbc, 0x16, 0x68, 0x1b, 0x86, 0x23, 0x92, 0x82, 0x5e, 0x57, 0xde, 0x62, 0x12, 0x86,
+ 0xf8, 0xd0, 0x6f, 0x47, 0x20, 0x4b, 0x9e, 0xfd, 0x1b, 0x54, 0x8c, 0x86, 0x72, 0x2e, 0x56, 0x20,
+ 0x70, 0x87, 0xca, 0xd1, 0xd6, 0xd7, 0x6b, 0xc3, 0x76, 0x75, 0xed, 0x83, 0xf6, 0x10, 0x2e, 0x24,
+ 0x1e, 0xfc, 0x5d, 0xb5, 0xd9, 0x6a, 0x6b, 0xa8, 0xf4, 0x4d, 0xcd, 0xe7, 0xcb, 0x0e, 0x12, 0x06,
+ 0xde, 0x8a, 0x96, 0x1f, 0xbb, 0xbe, 0x0f, 0xe5, 0xf7, 0x14, 0xac, 0xc8, 0xdf, 0x45, 0x89, 0x94,
+ 0x73, 0x6a, 0xa3, 0xc7, 0x83, 0x43, 0x40, 0x58, 0x50, 0xf3, 0x36, 0x21, 0x92, 0x97, 0x24, 0x8e,
+ 0xe5, 0x0b, 0x5e, 0xe2, 0x46, 0x7b, 0xdc, 0x06, 0x30, 0x6a, 0xa1, 0xdd, 0xed, 0xba, 0xcc, 0xbf,
+ 0xc0, 0xf6, 0x01, 0x30, 0xda, 0x6e, 0x1f, 0x71, 0xb0, 0x37, 0x3c, 0x59, 0x7d, 0x87, 0x06, 0xb8,
+ 0x2e, 0x07, 0x28, 0xe9, 0x86, 0x7b, 0xd0, 0xae, 0xaa, 0x5a, 0x01, 0xeb, 0x1a, 0x47, 0x3b, 0x6b,
+ 0x84, 0x76, 0x6e, 0x25, 0xf2, 0x14, 0x51, 0xec, 0xf3, 0x40, 0xac, 0x84, 0x4b, 0xf0, 0x6e, 0xb0,
+ 0x91, 0x56, 0x99, 0x23, 0x68, 0xbd, 0xc0, 0xe1, 0xf4, 0x81, 0x8b, 0x20, 0x26, 0x07, 0x3a, 0x9d,
+ 0x33, 0x30, 0x62, 0xb5, 0x7f, 0xe0, 0x25, 0xa2, 0x2e, 0xa5, 0xf8, 0x24, 0x05, 0x5e, 0xe1, 0xd7,
+ 0x52, 0x22, 0x9f, 0x80, 0x47, 0xe1, 0x44, 0x42, 0xf6, 0x05, 0x66, 0x26, 0x01, 0x12, 0xe3, 0x46,
+ 0x89, 0x0f, 0xc5, 0x79, 0x13, 0x67, 0xbb, 0xf0, 0x5d, 0xe5, 0x7d, 0x70, 0x7d, 0x32, 0xc2, 0xa6,
+ 0xe9, 0x21, 0x56, 0x88, 0x5b, 0x29, 0x0a, 0xeb, 0xb1, 0xd5, 0x4f, 0xd2, 0x5f, 0x10, 0x2b, 0x36,
+ 0x30, 0x15, 0x92, 0xbb, 0x62, 0xd1, 0x20, 0x76, 0xb0, 0x8e, 0x18, 0xb9, 0xcb, 0x7d, 0x03, 0x40,
+ 0xff, 0x82, 0x2c, 0xad, 0x81, 0xe8, 0xd0, 0xa8, 0x94, 0xeb, 0x8d, 0x8d, 0xca, 0x46, 0x2e, 0x05,
+ 0xfb, 0xb5, 0x22, 0x2b, 0x2a, 0xdf, 0xdd, 0xad, 0x36, 0xa0, 0x2c, 0x6d, 0xbd, 0xcd, 0xea, 0x7d,
+ 0x5c, 0x05, 0x1f, 0x16, 0x93, 0x67, 0x80, 0x6c, 0x3c, 0xe9, 0x04, 0x87, 0xa5, 0xff, 0x32, 0xcb,
+ 0xf2, 0x42, 0xcc, 0xf3, 0xc8, 0x64, 0x1c, 0x53, 0x61, 0x3f, 0x32, 0xed, 0x27, 0x39, 0x97, 0xc0,
+ 0xab, 0x7e, 0x3d, 0x65, 0x3f, 0x9e, 0x21, 0xc2, 0x07, 0x49, 0xfe, 0x08, 0x35, 0x4c, 0x73, 0xee,
+ 0x05, 0x5c, 0x2e, 0x8b, 0xab, 0xd7, 0x12, 0xdd, 0x8d, 0x14, 0xb3, 0xfb, 0x96, 0x98, 0x65, 0xe6,
+ 0x2d, 0x64, 0x7a, 0x8c, 0xb5, 0x66, 0x6f, 0x9f, 0x42, 0xef, 0x2b, 0x39, 0x13, 0x06, 0x54, 0x24,
+ 0x13, 0xa1, 0x22, 0xd9, 0x28, 0x15, 0x99, 0x51, 0xed, 0x91, 0xfe, 0xf1, 0xcc, 0x97, 0x0b, 0xff,
+ 0x63, 0x4a, 0xcc, 0xf2, 0x87, 0xc3, 0x3a, 0x6d, 0xed, 0x88, 0x1a, 0xe5, 0x52, 0xd3, 0x93, 0xb9,
+ 0xcf, 0xcc, 0x64, 0x2e, 0x33, 0xab, 0x70, 0x60, 0x88, 0xb7, 0x9d, 0x51, 0xb8, 0x28, 0xc2, 0xae,
+ 0xce, 0xc6, 0xd9, 0x58, 0x1a, 0x65, 0x8e, 0x46, 0x89, 0x70, 0x3d, 0xf3, 0x11, 0x56, 0x88, 0x4c,
+ 0xb6, 0x44, 0xdb, 0x2d, 0x2f, 0x00, 0x3b, 0x13, 0xe0, 0x36, 0xdd, 0x1e, 0xdc, 0x9e, 0x04, 0xb0,
+ 0xcb, 0xbf, 0x26, 0x5e, 0xee, 0x3b, 0x2f, 0x1c, 0xe5, 0xd9, 0x06, 0x35, 0x76, 0x7b, 0xc4, 0xa4,
+ 0x09, 0xe4, 0xb2, 0xe1, 0x89, 0xd4, 0x92, 0xa0, 0x21, 0x5b, 0xd3, 0x2c, 0xae, 0x60, 0x05, 0xdf,
+ 0xbf, 0x97, 0x61, 0x2b, 0x1a, 0x7e, 0x51, 0x8a, 0x72, 0xca, 0xb3, 0x2c, 0x76, 0x70, 0x21, 0x49,
+ 0x31, 0xa3, 0xa8, 0x06, 0x39, 0xb8, 0x22, 0x05, 0x9e, 0xd5, 0x80, 0x4c, 0x25, 0xed, 0x2f, 0x69,
+ 0xf5, 0x73, 0xb8, 0xbd, 0xd2, 0x65, 0xcb, 0x1e, 0xf2, 0x17, 0x80, 0xc8, 0x09, 0x75, 0x28, 0x7c,
+ 0x13, 0xda, 0xc1, 0xfc, 0x89, 0x55, 0x21, 0x25, 0xa5, 0xe9, 0xea, 0xb1, 0x44, 0x43, 0x01, 0x7c,
+ 0xc9, 0x21, 0xb0, 0xe1, 0xb2, 0xb2, 0x9e, 0x46, 0x6d, 0x0d, 0xb6, 0xd7, 0xef, 0x9d, 0x10, 0x93,
+ 0x32, 0x1f, 0x01, 0xc9, 0x73, 0x71, 0x5b, 0x08, 0xb3, 0x2a, 0xef, 0x8b, 0x19, 0x16, 0x81, 0xce,
+ 0xd3, 0x4d, 0xb3, 0x8a, 0xc9, 0x9b, 0x52, 0x6c, 0x62, 0xa3, 0x6d, 0xe4, 0x06, 0xd6, 0x33, 0xa5,
+ 0x7e, 0xc8, 0x2e, 0x98, 0x9f, 0xa0, 0xa7, 0xba, 0x48, 0xe2, 0xf2, 0x87, 0x42, 0x04, 0x7d, 0xf3,
+ 0x73, 0x02, 0x7b, 0x03, 0x52, 0x12, 0x62, 0xb6, 0xe6, 0x0d, 0xe1, 0x32, 0x01, 0x1e, 0x9a, 0x17,
+ 0xd9, 0x47, 0xee, 0xe1, 0x51, 0x2e, 0x0d, 0xd8, 0x7a, 0xfe, 0x09, 0x9c, 0x11, 0xfd, 0xca, 0x58,
+ 0xbf, 0x9e, 0x66, 0x51, 0x3b, 0x3e, 0x1d, 0x2d, 0x2a, 0xdf, 0x88, 0xba, 0x13, 0x46, 0xdc, 0xe2,
+ 0x60, 0x7d, 0xb3, 0x0c, 0x6d, 0xd2, 0xec, 0xf2, 0x7a, 0x71, 0xfa, 0x88, 0xc5, 0x26, 0xb5, 0x8e,
+ 0xec, 0xb8, 0xe1, 0xe0, 0x30, 0x02, 0x32, 0xc9, 0xaa, 0x22, 0x3f, 0xd0, 0x79, 0xca, 0x02, 0xa8,
+ 0x38, 0x06, 0xde, 0x03, 0x39, 0x28, 0xba, 0x30, 0x85, 0xcf, 0xc4, 0xac, 0x1c, 0xef, 0xd4, 0x89,
+ 0x86, 0x84, 0x86, 0x74, 0x92, 0xd0, 0xc0, 0x80, 0xfb, 0x4b, 0xe7, 0x03, 0x2d, 0xc0, 0xae, 0x37,
+ 0x18, 0x0f, 0x00, 0x61, 0x2a, 0xfb, 0xe5, 0x0a, 0xc9, 0x53, 0x46, 0x5d, 0x91, 0xfe, 0xad, 0x6e,
+ 0xac, 0x9f, 0x7f, 0x5c, 0x2d, 0x3f, 0xae, 0x6c, 0xd8, 0x9b, 0x8d, 0xfa, 0x8e, 0xbd, 0x5d, 0x7f,
+ 0xf8, 0xf0, 0x29, 0x8e, 0x2e, 0x0f, 0x6c, 0xe4, 0x7c, 0x39, 0x92, 0xe4, 0x0d, 0xa0, 0x18, 0x78,
+ 0x27, 0x26, 0xe1, 0xf8, 0xbd, 0xf3, 0xb8, 0x11, 0x03, 0x1c, 0x84, 0xcb, 0x70, 0xc5, 0x4b, 0xd6,
+ 0xbf, 0x9e, 0x13, 0x73, 0x72, 0x64, 0xd8, 0x94, 0xf8, 0xd8, 0x70, 0xbe, 0x91, 0xe2, 0xdd, 0x52,
+ 0xa3, 0xf5, 0x14, 0x8e, 0x1a, 0x28, 0x94, 0x59, 0x8c, 0xea, 0xa8, 0x1c, 0x32, 0x51, 0x79, 0x52,
+ 0x4c, 0x7d, 0x5e, 0x6a, 0xda, 0x1b, 0xd5, 0xe6, 0xc3, 0x52, 0x0d, 0x09, 0x54, 0x26, 0x7f, 0x53,
+ 0x5c, 0xa3, 0x72, 0x7a, 0xf7, 0xb0, 0x53, 0x7a, 0x5c, 0xb1, 0x4b, 0xdb, 0x8d, 0x4a, 0x69, 0xe3,
+ 0x29, 0x97, 0xe4, 0xb2, 0x20, 0x13, 0x5c, 0x9f, 0xd0, 0x62, 0xb3, 0x5a, 0xdb, 0xa8, 0xd6, 0xb6,
+ 0x72, 0xc8, 0xfa, 0x5d, 0x88, 0xb4, 0xd9, 0xdc, 0xdb, 0xde, 0xce, 0xcd, 0xe6, 0x5f, 0x12, 0x57,
+ 0xa2, 0x15, 0x40, 0x35, 0xed, 0xd2, 0xc6, 0x46, 0x6e, 0x2e, 0xff, 0xaa, 0xb8, 0x31, 0xa1, 0x52,
+ 0xf9, 0xc8, 0xe5, 0xe6, 0x01, 0x0b, 0xbd, 0x92, 0xd0, 0x08, 0x56, 0xc7, 0xa5, 0x95, 0x9d, 0x87,
+ 0x95, 0x46, 0x0e, 0x3d, 0x15, 0x5e, 0x9a, 0x30, 0x4b, 0xa4, 0x61, 0x39, 0x91, 0x7f, 0x45, 0xbc,
+ 0x9c, 0xf4, 0xb1, 0xad, 0x4a, 0x4b, 0xee, 0xdc, 0x22, 0x70, 0xcc, 0x17, 0x55, 0x2d, 0x2c, 0x0b,
+ 0xb7, 0x09, 0xc9, 0xfb, 0x46, 0x6e, 0x09, 0x20, 0x67, 0xb9, 0x5a, 0x7b, 0x52, 0x6d, 0x55, 0xec,
+ 0x8d, 0x4a, 0xad, 0x0a, 0x45, 0x48, 0x5b, 0x04, 0xf5, 0xe3, 0x95, 0xae, 0xe0, 0xef, 0x9d, 0x12,
+ 0x50, 0xca, 0xd2, 0xc6, 0x4e, 0xb5, 0x96, 0x3b, 0x87, 0xc7, 0x50, 0xab, 0xe0, 0x34, 0xeb, 0xf6,
+ 0xee, 0x5e, 0xa3, 0xfc, 0xa8, 0xd4, 0xac, 0xe4, 0x72, 0xc8, 0x0f, 0x34, 0xab, 0x5b, 0x40, 0x4d,
+ 0x61, 0xe6, 0xcd, 0x66, 0x69, 0xab, 0x92, 0x3b, 0x0f, 0x00, 0xb1, 0xb4, 0xb5, 0x57, 0xdd, 0xde,
+ 0xb0, 0xf9, 0xd8, 0xa0, 0xd1, 0x75, 0x51, 0x30, 0x27, 0xd2, 0xa8, 0x6c, 0xa1, 0xdf, 0x60, 0x7d,
+ 0x73, 0x73, 0xbb, 0x5a, 0xab, 0xe4, 0x2e, 0xe0, 0x44, 0x5b, 0xf5, 0x3a, 0x2c, 0xa5, 0x26, 0x8f,
+ 0x69, 0xab, 0x51, 0xdf, 0xdb, 0x6d, 0xe6, 0x2e, 0x02, 0xc6, 0xba, 0xda, 0xaa, 0xef, 0x35, 0x6a,
+ 0xb0, 0xe6, 0x5a, 0x8b, 0x96, 0x4e, 0x1c, 0xc9, 0x66, 0x7d, 0xaf, 0xb6, 0x91, 0xbb, 0x44, 0xa7,
+ 0x1d, 0xa9, 0x86, 0x89, 0x31, 0x44, 0xd9, 0xd5, 0x8d, 0xdc, 0xe5, 0x49, 0x2d, 0xf8, 0x59, 0x0c,
+ 0xb4, 0xb8, 0x92, 0xbf, 0x2d, 0x5e, 0x4d, 0x6a, 0x51, 0xab, 0xdb, 0x8d, 0xd2, 0x46, 0xb5, 0x04,
+ 0x65, 0x04, 0x72, 0xab, 0xf9, 0x5b, 0xe2, 0xe6, 0x84, 0x86, 0x1b, 0xc0, 0x09, 0x71, 0xab, 0xab,
+ 0x74, 0xbe, 0x91, 0x56, 0xcd, 0xcf, 0xb6, 0xed, 0xbd, 0xdd, 0x8d, 0x52, 0x4b, 0x9d, 0x75, 0xae,
+ 0x40, 0xdb, 0x09, 0x0b, 0xd9, 0xae, 0x94, 0xb6, 0xf6, 0xd4, 0x26, 0xbf, 0x04, 0x78, 0xe1, 0x12,
+ 0x1f, 0x02, 0xd6, 0xd1, 0x4b, 0x1d, 0xdc, 0xef, 0x9d, 0x9d, 0xdc, 0x35, 0xfc, 0x7a, 0x62, 0x95,
+ 0x5d, 0xae, 0x97, 0xca, 0x8f, 0xca, 0xb0, 0x21, 0xad, 0xdc, 0xcb, 0xb8, 0x5c, 0x6e, 0xc5, 0x80,
+ 0x64, 0x57, 0x6b, 0x76, 0x09, 0x3a, 0x3c, 0x82, 0x3f, 0x09, 0x6e, 0xae, 0x27, 0xb5, 0xd8, 0xae,
+ 0x7f, 0x6e, 0xef, 0x36, 0xaa, 0xf5, 0x46, 0x15, 0xc0, 0xe6, 0x06, 0x5e, 0xad, 0xf2, 0x76, 0x15,
+ 0x67, 0x5f, 0xdf, 0x83, 0xff, 0x36, 0x6d, 0x9c, 0x79, 0xee, 0x26, 0x9e, 0x45, 0xb9, 0xbe, 0xb3,
+ 0x5b, 0x69, 0x55, 0x5b, 0xd5, 0x27, 0x15, 0xfc, 0x34, 0x2c, 0x9d, 0xbe, 0x5e, 0x69, 0xe6, 0x5e,
+ 0xc1, 0x7b, 0x15, 0xaf, 0x0e, 0x0d, 0x6d, 0x21, 0x54, 0xc7, 0xda, 0xb4, 0xec, 0xbd, 0xda, 0x76,
+ 0x9d, 0x20, 0xe5, 0xd5, 0xfc, 0x1b, 0xe2, 0x56, 0xa4, 0x01, 0xed, 0xa0, 0xe4, 0xd9, 0x5a, 0x70,
+ 0x09, 0x60, 0x44, 0x68, 0x79, 0x2b, 0x5f, 0x10, 0x97, 0xc3, 0x55, 0x7a, 0x94, 0xd7, 0x10, 0x93,
+ 0x34, 0x4b, 0xd0, 0x9d, 0x1a, 0x00, 0xef, 0xda, 0xd8, 0xdb, 0x6d, 0xe5, 0x5e, 0xc7, 0x5b, 0x5d,
+ 0xad, 0x35, 0xf7, 0x50, 0x0f, 0x4e, 0xcb, 0x03, 0x58, 0xac, 0xb7, 0x9a, 0xb9, 0xdb, 0xc9, 0x2b,
+ 0x7b, 0xb7, 0xd9, 0x2a, 0x95, 0x1f, 0x37, 0x73, 0x6f, 0x00, 0x47, 0x78, 0x27, 0x52, 0x2d, 0x77,
+ 0x70, 0xa7, 0x61, 0x37, 0x77, 0xf1, 0x56, 0xda, 0x08, 0xbe, 0xdb, 0xa5, 0x06, 0xc0, 0xff, 0x1d,
+ 0xe0, 0xf7, 0xdf, 0x4b, 0x58, 0x64, 0xa5, 0x56, 0xdf, 0xdb, 0x7a, 0x64, 0x37, 0x1f, 0x57, 0xb7,
+ 0xb7, 0x71, 0x47, 0x4b, 0x36, 0xb1, 0xd1, 0x3b, 0xf5, 0x86, 0x7a, 0x26, 0x96, 0xbb, 0x9b, 0xbf,
+ 0x2f, 0xee, 0x9d, 0xa9, 0x2b, 0x1c, 0x1a, 0x5f, 0xf2, 0x37, 0x71, 0xee, 0x3c, 0x1b, 0x00, 0xa5,
+ 0x0d, 0x38, 0x4f, 0x34, 0x35, 0xc0, 0x35, 0x65, 0xa4, 0xfa, 0x16, 0x6e, 0x05, 0x8c, 0x72, 0xff,
+ 0xc9, 0x7d, 0x5c, 0x12, 0x36, 0xac, 0xc2, 0x61, 0xdd, 0xc3, 0xdd, 0x0b, 0x8a, 0x43, 0x87, 0x54,
+ 0xcc, 0xdf, 0x11, 0xaf, 0x7d, 0x5e, 0xa9, 0x3c, 0xae, 0xd4, 0x70, 0x59, 0x00, 0xc9, 0x95, 0xa7,
+ 0x74, 0x63, 0x9b, 0xad, 0x46, 0xa9, 0x85, 0xf7, 0x16, 0xa7, 0x54, 0xdf, 0xad, 0xd4, 0x72, 0x6f,
+ 0xe3, 0xc7, 0xa3, 0x4d, 0xf7, 0x6a, 0x74, 0xb7, 0xe0, 0x1c, 0xde, 0xc1, 0x8f, 0xef, 0xd6, 0x9b,
+ 0x2d, 0x79, 0xdb, 0x9a, 0x7b, 0x8d, 0x27, 0x95, 0xa7, 0xb9, 0xfb, 0x88, 0x34, 0x5a, 0x8d, 0xfa,
+ 0xee, 0x23, 0x90, 0x39, 0x3e, 0x2f, 0x91, 0x60, 0xb1, 0x06, 0xa4, 0xe5, 0x9c, 0x2c, 0xdb, 0xae,
+ 0x3c, 0xa9, 0xe0, 0x7d, 0xc9, 0x3d, 0x40, 0x70, 0x81, 0x03, 0xb7, 0x01, 0x7a, 0x01, 0xd0, 0x1e,
+ 0xc1, 0x9f, 0x95, 0xda, 0x56, 0x05, 0xa6, 0x5a, 0xdf, 0x6a, 0x00, 0xb6, 0xc9, 0xbd, 0x8b, 0xa0,
+ 0x4a, 0x48, 0xa9, 0x5a, 0x83, 0x0d, 0x2b, 0x6d, 0xf3, 0x16, 0xe5, 0xde, 0xc3, 0x8e, 0xf1, 0xf2,
+ 0x60, 0xd7, 0xde, 0xc7, 0xf5, 0xb7, 0xf0, 0xb8, 0x70, 0x73, 0xb7, 0x60, 0xc3, 0xec, 0x9d, 0x6a,
+ 0x93, 0x09, 0xc4, 0x07, 0x78, 0x35, 0x9f, 0x94, 0xca, 0x7c, 0xcf, 0x2a, 0x8d, 0xea, 0x26, 0xe2,
+ 0xc7, 0x6f, 0xe2, 0xfd, 0x33, 0xc9, 0xd0, 0x67, 0x7b, 0x15, 0xb8, 0xb7, 0x30, 0x55, 0x80, 0x23,
+ 0x00, 0x14, 0xd8, 0x57, 0x20, 0x1c, 0x1f, 0xe2, 0x25, 0x98, 0xd4, 0xaa, 0xc2, 0xc4, 0x65, 0x1d,
+ 0x2f, 0x39, 0x97, 0x44, 0xb7, 0xfe, 0x5b, 0xb8, 0x9f, 0x3b, 0x3b, 0xaa, 0xd0, 0xae, 0xd7, 0xb6,
+ 0x9f, 0x4a, 0xd8, 0xb0, 0x4b, 0x8d, 0xdc, 0xb7, 0x71, 0xd6, 0xe5, 0xda, 0xd3, 0xb5, 0x77, 0xee,
+ 0xbf, 0x07, 0x75, 0x65, 0xd8, 0x09, 0x38, 0xef, 0x06, 0xa1, 0xc2, 0x8f, 0x10, 0x5f, 0x33, 0xda,
+ 0x23, 0xfc, 0xfd, 0x31, 0x02, 0x3b, 0x7f, 0x65, 0x17, 0x00, 0xa2, 0xd5, 0xb4, 0x2b, 0x25, 0x38,
+ 0x9e, 0x8d, 0xdc, 0x27, 0x48, 0x38, 0xca, 0x7b, 0xcd, 0x56, 0x5d, 0x5e, 0xad, 0x6a, 0x0d, 0x2f,
+ 0x48, 0xa5, 0xdc, 0x52, 0xfe, 0xdc, 0xb9, 0xef, 0x24, 0x5c, 0x65, 0x04, 0x75, 0x84, 0xf1, 0x47,
+ 0x55, 0x04, 0xc4, 0xb5, 0x5c, 0x09, 0xcf, 0x76, 0xbb, 0xba, 0x03, 0x24, 0x64, 0xc3, 0xde, 0x6b,
+ 0xc2, 0x3c, 0xe0, 0x7c, 0x5a, 0xb9, 0x87, 0xb8, 0xf3, 0xf2, 0xb3, 0x8d, 0xca, 0x4e, 0x75, 0x6f,
+ 0x27, 0xf2, 0xf9, 0xb2, 0xf5, 0x84, 0xbd, 0x3d, 0x90, 0xdf, 0x40, 0xf7, 0x2f, 0xf6, 0xa7, 0x69,
+ 0x6e, 0xd4, 0x13, 0x05, 0x22, 0x7c, 0x0a, 0xc0, 0x2c, 0xa3, 0x7a, 0x81, 0x07, 0xdc, 0xf9, 0x60,
+ 0xe8, 0x1d, 0xb8, 0xbd, 0x40, 0xd0, 0x60, 0x26, 0xe7, 0xdb, 0x81, 0x4c, 0x89, 0xe3, 0x96, 0xba,
+ 0xc0, 0x12, 0x9f, 0x79, 0x58, 0xeb, 0x23, 0xc0, 0x79, 0xb1, 0x59, 0x4d, 0x52, 0x6c, 0x92, 0x78,
+ 0xf0, 0x7d, 0x0f, 0x5f, 0x01, 0x32, 0x3f, 0x67, 0xfd, 0x56, 0x56, 0x2c, 0x99, 0xfd, 0x01, 0x5a,
+ 0xb4, 0x6f, 0x57, 0x4a, 0xbd, 0x5e, 0x8a, 0x8f, 0x6f, 0x70, 0xc4, 0xe9, 0x90, 0xea, 0x21, 0xa3,
+ 0x6c, 0x4b, 0xa8, 0x21, 0xce, 0x2a, 0x36, 0xab, 0x8d, 0x6b, 0x0a, 0x44, 0x2b, 0xd4, 0xcb, 0xb9,
+ 0xe4, 0xdb, 0x82, 0xc6, 0xad, 0x6e, 0xf0, 0xe6, 0xaf, 0xeb, 0xfa, 0xf8, 0xd8, 0xc2, 0x61, 0xf3,
+ 0xd3, 0x3c, 0x8e, 0x4a, 0x5e, 0xee, 0x5a, 0x47, 0xda, 0xf3, 0x48, 0x0b, 0xb4, 0xa0, 0xbe, 0x49,
+ 0x6a, 0x33, 0x16, 0x33, 0x5e, 0x15, 0x2f, 0x75, 0xda, 0x3d, 0x77, 0x9f, 0xe5, 0x6b, 0x29, 0x23,
+ 0x04, 0x3c, 0xea, 0xaa, 0xea, 0x42, 0x22, 0xdb, 0xa2, 0x7a, 0x6b, 0x41, 0x4f, 0x7d, 0xa9, 0x68,
+ 0x49, 0x49, 0x24, 0xfb, 0xa8, 0x27, 0x19, 0x72, 0xe1, 0xb2, 0x32, 0x02, 0x11, 0xc3, 0xec, 0xc9,
+ 0xd2, 0x15, 0x55, 0x1a, 0x52, 0xa4, 0x9c, 0x53, 0x4b, 0x1f, 0x0f, 0x7b, 0xf2, 0xd5, 0x20, 0x9c,
+ 0xf9, 0xc1, 0xb8, 0xd7, 0xa3, 0xb9, 0x90, 0x90, 0xd3, 0x95, 0xda, 0x51, 0xd8, 0x3f, 0x16, 0x4e,
+ 0x7c, 0x90, 0x28, 0x32, 0x7c, 0x38, 0x66, 0x2b, 0x56, 0x91, 0xde, 0x12, 0xd7, 0x8c, 0x42, 0x7c,
+ 0x21, 0xd1, 0xe1, 0x47, 0x28, 0x43, 0x8f, 0x4c, 0x4c, 0x17, 0x95, 0xaa, 0x98, 0x1e, 0x48, 0x23,
+ 0x67, 0x7d, 0xdc, 0x7e, 0x06, 0x8b, 0x35, 0x47, 0xba, 0xa4, 0x2c, 0x22, 0x28, 0x15, 0x72, 0x19,
+ 0x56, 0x93, 0x56, 0xe2, 0xb2, 0xf6, 0x4e, 0x87, 0x3a, 0x18, 0x57, 0x95, 0x93, 0x4a, 0xd5, 0xfa,
+ 0xdd, 0x54, 0x00, 0x5a, 0x6c, 0x86, 0x24, 0x00, 0x51, 0x27, 0x9d, 0x32, 0x4f, 0x9a, 0x19, 0x6a,
+ 0xb5, 0xbb, 0x99, 0xf8, 0xee, 0x66, 0x93, 0x76, 0x77, 0x26, 0x71, 0x77, 0x67, 0x13, 0x77, 0x77,
+ 0xce, 0xdc, 0xdd, 0x79, 0x52, 0x08, 0xfd, 0x7e, 0x36, 0x10, 0xa4, 0x83, 0x09, 0x6a, 0x71, 0xe9,
+ 0x81, 0x98, 0x53, 0xb2, 0x0b, 0x42, 0xb2, 0x29, 0xef, 0xc5, 0x5b, 0x17, 0xd9, 0xea, 0x1d, 0x07,
+ 0x6c, 0x94, 0x5e, 0x9d, 0x8e, 0xd7, 0xef, 0x9a, 0xc0, 0x94, 0x51, 0x1b, 0x27, 0x7d, 0x18, 0xbb,
+ 0xfc, 0xe8, 0x43, 0xde, 0xa9, 0x5f, 0xcd, 0x88, 0x59, 0x39, 0xdc, 0x45, 0x31, 0x27, 0x1f, 0x2e,
+ 0xe7, 0xfe, 0x51, 0xfd, 0x2f, 0x05, 0xab, 0x98, 0x93, 0xb6, 0x74, 0x10, 0x1e, 0x00, 0xfd, 0x21,
+ 0xcb, 0x65, 0x57, 0x76, 0x76, 0x49, 0x6a, 0x00, 0xf4, 0x47, 0xbf, 0x1f, 0x02, 0x71, 0x06, 0xd4,
+ 0xd4, 0x28, 0x95, 0x5b, 0x80, 0xde, 0x40, 0x70, 0x50, 0x0d, 0x5b, 0xc0, 0x32, 0xd7, 0x40, 0x60,
+ 0x00, 0x56, 0x98, 0x7f, 0x23, 0x05, 0xaf, 0x03, 0x82, 0xce, 0xe6, 0x97, 0xc5, 0x42, 0xab, 0xb4,
+ 0x25, 0x87, 0x9a, 0x21, 0x51, 0x03, 0x7e, 0x46, 0x46, 0x9a, 0x55, 0xcd, 0x78, 0x20, 0x94, 0xe6,
+ 0x97, 0xe8, 0xa7, 0x1a, 0x07, 0x8d, 0xaa, 0x4b, 0x65, 0xe0, 0x0e, 0x5a, 0xf5, 0x86, 0xfd, 0x70,
+ 0xaf, 0xf9, 0x34, 0x87, 0xd6, 0x9f, 0xf3, 0x7b, 0xb5, 0xe6, 0x6e, 0xa5, 0x4c, 0x54, 0xc5, 0xae,
+ 0x34, 0x1a, 0xf5, 0x06, 0xf0, 0xf2, 0xc0, 0x1f, 0xab, 0x86, 0xc4, 0xd3, 0x13, 0x62, 0x05, 0xa2,
+ 0x5b, 0x22, 0x3a, 0xba, 0x88, 0x2b, 0x25, 0x5a, 0xb1, 0x55, 0x07, 0xde, 0x1d, 0x91, 0xb3, 0xd9,
+ 0x98, 0x7e, 0xd0, 0x3b, 0x9c, 0x7a, 0x7d, 0x7b, 0xa3, 0xfe, 0x79, 0x2d, 0x87, 0x7b, 0x9a, 0xc7,
+ 0xd6, 0x40, 0x45, 0xb7, 0xeb, 0x30, 0x6d, 0xc9, 0x75, 0xae, 0x20, 0x7d, 0xa1, 0xc5, 0xc2, 0x3a,
+ 0x80, 0x92, 0x32, 0xdb, 0x02, 0xb8, 0x1f, 0xf0, 0xf5, 0xf6, 0x53, 0xe0, 0xf1, 0x8d, 0x79, 0x84,
+ 0x18, 0x25, 0x22, 0xc9, 0xb9, 0x9c, 0xf5, 0x87, 0x29, 0x91, 0x53, 0x87, 0x5f, 0xe9, 0xba, 0xa3,
+ 0x7f, 0x5a, 0x90, 0x6c, 0x42, 0x1d, 0xab, 0x88, 0xfc, 0x80, 0x26, 0xa8, 0xe9, 0x6e, 0xc3, 0x88,
+ 0x7a, 0x5e, 0xa9, 0xf8, 0xbc, 0xd2, 0x49, 0xf3, 0xca, 0x24, 0xce, 0x8b, 0x97, 0x60, 0x7c, 0x94,
+ 0xbd, 0x21, 0xfe, 0x44, 0xfa, 0xf5, 0x47, 0xbf, 0xaa, 0x6f, 0xd4, 0x7b, 0xd1, 0x1b, 0x15, 0xa8,
+ 0xbc, 0x93, 0xda, 0xcb, 0x3b, 0x65, 0xb5, 0xbf, 0xca, 0x75, 0x38, 0x33, 0xe8, 0x99, 0xa0, 0x65,
+ 0xed, 0xb0, 0x33, 0xb8, 0x39, 0x13, 0xe5, 0xe7, 0x93, 0xac, 0xef, 0x96, 0xdb, 0x9f, 0x8e, 0x6e,
+ 0x3f, 0x93, 0xe4, 0xff, 0x38, 0xc5, 0xaf, 0x70, 0x13, 0xc6, 0x33, 0x1d, 0xa4, 0xc2, 0x9b, 0x71,
+ 0xbb, 0x78, 0x4a, 0x17, 0xb5, 0x1f, 0xad, 0x9f, 0xc4, 0x7e, 0x58, 0xaf, 0xb3, 0xe7, 0x08, 0x7e,
+ 0x7f, 0x83, 0xc9, 0x28, 0x01, 0x79, 0xcc, 0xa7, 0xfd, 0x3f, 0x4c, 0xf1, 0x93, 0xc4, 0x48, 0x43,
+ 0xbd, 0xae, 0x6f, 0x47, 0xbc, 0x83, 0x5e, 0x2d, 0x4e, 0x69, 0x2d, 0x97, 0xb4, 0xae, 0x26, 0x8c,
+ 0x20, 0x19, 0x28, 0x4c, 0xd3, 0xf2, 0x65, 0x82, 0x5a, 0x6e, 0x68, 0x61, 0xf0, 0x03, 0x6f, 0xf7,
+ 0x5e, 0xa3, 0x92, 0x43, 0x27, 0xf4, 0xf3, 0xf2, 0x07, 0xcb, 0x0d, 0x84, 0xc0, 0xd2, 0xd6, 0xd5,
+ 0xe0, 0x58, 0xa5, 0x06, 0x8b, 0xb6, 0x15, 0x63, 0x38, 0xfc, 0xbe, 0x71, 0x44, 0x91, 0x3a, 0xbd,
+ 0x94, 0xef, 0x44, 0x96, 0x72, 0xbb, 0x78, 0x4a, 0x8f, 0xd8, 0x72, 0x6e, 0xc8, 0xe7, 0x32, 0xac,
+ 0x4f, 0x3b, 0x1f, 0x62, 0x85, 0x68, 0x1a, 0xd6, 0xe9, 0x8b, 0x03, 0xc6, 0x31, 0x17, 0xed, 0x87,
+ 0xc7, 0x02, 0x4c, 0x8a, 0x36, 0xf9, 0xcc, 0x93, 0x6b, 0xa6, 0xc1, 0x1e, 0x4a, 0xef, 0x96, 0x97,
+ 0xa4, 0xa3, 0x13, 0x07, 0x87, 0x58, 0x0e, 0x7d, 0xdf, 0xba, 0x17, 0x90, 0x3f, 0xfc, 0xbd, 0xcb,
+ 0xdd, 0x0d, 0x47, 0xdc, 0xf0, 0xc1, 0xbf, 0xcb, 0xde, 0x38, 0x61, 0x4e, 0x2e, 0xd2, 0x29, 0xfe,
+ 0x7c, 0xf6, 0xcd, 0x00, 0x5a, 0xb0, 0x57, 0x75, 0xe3, 0xe1, 0x49, 0x8d, 0x1e, 0xcf, 0x72, 0x87,
+ 0x10, 0x0e, 0xb5, 0xbe, 0x13, 0x20, 0x90, 0x70, 0x63, 0x79, 0x20, 0x30, 0x27, 0xc7, 0x38, 0x91,
+ 0xe5, 0x18, 0xb9, 0xb5, 0x1e, 0x87, 0x3f, 0xa7, 0xa7, 0x37, 0x69, 0x00, 0xb5, 0x41, 0xe9, 0xa4,
+ 0x0d, 0xba, 0x66, 0xd8, 0x77, 0x86, 0x1e, 0xa1, 0xa7, 0xc0, 0x25, 0xd8, 0xfa, 0x9f, 0x8c, 0x8b,
+ 0x10, 0xaa, 0xd6, 0xd8, 0x6e, 0x06, 0x87, 0x56, 0x7c, 0x70, 0xa0, 0x4c, 0x4d, 0x68, 0x5c, 0xc4,
+ 0x02, 0xf6, 0x34, 0x35, 0xa6, 0x48, 0x4b, 0x2a, 0x9c, 0x00, 0xb5, 0x35, 0x6b, 0x43, 0xa7, 0x12,
+ 0x26, 0x3b, 0x51, 0xc6, 0x38, 0x13, 0x62, 0x5a, 0xb3, 0x89, 0xe4, 0x64, 0x26, 0xd1, 0x43, 0x95,
+ 0x58, 0x6a, 0xab, 0x12, 0xe8, 0x94, 0xe9, 0x3c, 0xfa, 0xcf, 0xdd, 0x91, 0x63, 0xf3, 0xff, 0x0d,
+ 0xf1, 0x9d, 0xf9, 0x24, 0x63, 0x4e, 0xf8, 0x50, 0x7e, 0x31, 0x23, 0xde, 0x4e, 0x18, 0x67, 0xab,
+ 0x5c, 0x3d, 0x3e, 0x76, 0xba, 0x2e, 0x4c, 0x55, 0xed, 0x43, 0xcb, 0x93, 0x83, 0xe7, 0x77, 0x23,
+ 0x77, 0xef, 0x83, 0xe2, 0x57, 0x1c, 0x21, 0x76, 0x17, 0x61, 0x89, 0x2e, 0x55, 0x85, 0x1e, 0x47,
+ 0xc7, 0x99, 0x30, 0x46, 0xe1, 0xff, 0x6d, 0x2a, 0xf9, 0x66, 0x02, 0x3e, 0x95, 0xfa, 0x23, 0xe2,
+ 0x55, 0x00, 0xf7, 0x80, 0x54, 0xcb, 0x2a, 0x45, 0xa9, 0xa8, 0xd1, 0xd6, 0xc4, 0x34, 0x36, 0x56,
+ 0x55, 0x84, 0x7c, 0x33, 0x28, 0x25, 0xaa, 0x12, 0xa5, 0xd6, 0x04, 0x06, 0xa6, 0xf5, 0x48, 0x6a,
+ 0xd1, 0xd0, 0x56, 0xf3, 0x4a, 0x52, 0x03, 0xa5, 0x24, 0xc4, 0x56, 0xcd, 0xdc, 0x4c, 0x32, 0x12,
+ 0x9f, 0x45, 0x3e, 0x46, 0xf5, 0x4e, 0xe0, 0x63, 0xe6, 0xac, 0xe7, 0xec, 0xef, 0x1e, 0xdb, 0x46,
+ 0x85, 0xcf, 0xe4, 0xe6, 0x39, 0xc8, 0xf0, 0xf3, 0x66, 0x85, 0x9c, 0x93, 0xf5, 0xab, 0xfc, 0x08,
+ 0x8e, 0xd6, 0x72, 0x25, 0x82, 0x62, 0x26, 0xc4, 0x01, 0x11, 0xd0, 0x61, 0x64, 0x9c, 0xd7, 0x27,
+ 0x42, 0x92, 0x71, 0x76, 0x00, 0x51, 0x1b, 0x91, 0x83, 0x2f, 0x16, 0xcf, 0xd6, 0x51, 0x9d, 0x77,
+ 0x16, 0xf5, 0x40, 0x80, 0x76, 0xd4, 0xe9, 0xcd, 0x0b, 0x2a, 0x61, 0x33, 0x4a, 0xa3, 0xf2, 0x29,
+ 0x08, 0xfc, 0x39, 0xa2, 0x91, 0xad, 0xea, 0x4e, 0xa5, 0xbe, 0xd7, 0x02, 0x32, 0xf1, 0xd7, 0xc9,
+ 0xb3, 0xc3, 0x6d, 0x89, 0x82, 0xe5, 0xe6, 0x59, 0x66, 0x97, 0xd0, 0x51, 0xcd, 0x6e, 0x96, 0xb5,
+ 0x54, 0xc9, 0xc0, 0x68, 0x6d, 0xe9, 0x59, 0xc3, 0x5c, 0xb9, 0x25, 0xcc, 0x1b, 0xd8, 0x6d, 0x9e,
+ 0x37, 0xea, 0x28, 0xc2, 0x53, 0x4f, 0x86, 0x83, 0x0c, 0x52, 0xb7, 0xb3, 0xad, 0xc8, 0xc9, 0x6f,
+ 0x7d, 0xbd, 0x15, 0x9d, 0x89, 0x74, 0x9f, 0x85, 0xba, 0x7d, 0x18, 0x56, 0x8b, 0xd4, 0xfb, 0x12,
+ 0x67, 0xc7, 0x51, 0x1d, 0x62, 0x46, 0x72, 0x1e, 0xef, 0xca, 0xd8, 0x1c, 0x1f, 0x05, 0x66, 0x49,
+ 0x7c, 0x08, 0x78, 0x8a, 0xfe, 0x22, 0x86, 0x96, 0xfe, 0xb5, 0x54, 0x80, 0xde, 0xc2, 0xfd, 0x35,
+ 0x0e, 0xff, 0x24, 0xb2, 0x39, 0x01, 0x12, 0x4f, 0xee, 0x10, 0xdd, 0x94, 0x33, 0xed, 0xc0, 0xa7,
+ 0xfc, 0xce, 0x94, 0x76, 0x60, 0xd8, 0xee, 0xfb, 0x07, 0x80, 0x5b, 0x95, 0x22, 0x07, 0x1d, 0xde,
+ 0xfb, 0xce, 0x0b, 0x9b, 0x35, 0x20, 0xa7, 0xaf, 0xe9, 0x7f, 0x4b, 0xb1, 0x73, 0x7e, 0xe2, 0x60,
+ 0x7a, 0x59, 0x0f, 0x23, 0xcb, 0xba, 0x53, 0x3c, 0xb5, 0xcf, 0xd9, 0xd0, 0xa9, 0x75, 0x98, 0xbc,
+ 0x5e, 0x00, 0x61, 0xc2, 0x8d, 0xa4, 0xed, 0x4f, 0xa1, 0xe8, 0x89, 0x66, 0x10, 0xd2, 0xce, 0x4b,
+ 0xb3, 0x16, 0x88, 0xad, 0x54, 0x8b, 0x6a, 0x77, 0xa3, 0x22, 0x93, 0x0c, 0xe1, 0x59, 0xeb, 0x16,
+ 0xfb, 0x90, 0xd3, 0x43, 0x7b, 0x74, 0x1f, 0x4b, 0x66, 0x56, 0x7f, 0x25, 0x15, 0xec, 0xad, 0x6e,
+ 0xa6, 0xb7, 0x61, 0x3d, 0xb2, 0x0d, 0x81, 0x17, 0x61, 0xac, 0xed, 0x8f, 0x0b, 0xda, 0xd7, 0x82,
+ 0xf9, 0x3c, 0x74, 0xf0, 0x09, 0xfa, 0x70, 0xe4, 0x76, 0xdc, 0x01, 0xe9, 0x9c, 0x38, 0x6e, 0x56,
+ 0xc7, 0xf1, 0x7d, 0x7b, 0xe8, 0x1e, 0x1e, 0x8d, 0x7c, 0xb9, 0x88, 0x17, 0x01, 0x17, 0x4b, 0x2e,
+ 0xf9, 0x47, 0xed, 0x91, 0xe9, 0x8c, 0xc3, 0x7f, 0x9a, 0xd8, 0x78, 0x33, 0x28, 0x25, 0x63, 0x68,
+ 0x56, 0x9a, 0x3b, 0x49, 0x75, 0x11, 0xf4, 0xc6, 0x87, 0xf4, 0xb6, 0x74, 0xd4, 0x37, 0x8b, 0xf8,
+ 0x21, 0x41, 0xbb, 0x67, 0x15, 0xd9, 0x37, 0x5b, 0x6f, 0x88, 0xf9, 0x65, 0xb8, 0x61, 0xea, 0x1b,
+ 0xca, 0xe7, 0xc6, 0xfa, 0x20, 0x58, 0x1c, 0x3f, 0x52, 0xa8, 0x1e, 0xf6, 0x3d, 0x20, 0xac, 0x7b,
+ 0x3e, 0x5c, 0x49, 0xa4, 0x28, 0xfc, 0x33, 0x06, 0xc6, 0xd6, 0x0f, 0x67, 0x02, 0xe1, 0x03, 0x3f,
+ 0xb2, 0xc3, 0x91, 0xf3, 0x12, 0xaf, 0x71, 0xf8, 0xc3, 0x69, 0xc5, 0xd3, 0x0c, 0x9c, 0xa1, 0x0f,
+ 0x93, 0x36, 0x5d, 0x36, 0x96, 0x90, 0xb7, 0xfb, 0x72, 0x24, 0xd5, 0x88, 0x78, 0x60, 0xa1, 0x27,
+ 0x6f, 0xcb, 0xf9, 0x57, 0xc4, 0x55, 0x7f, 0x7c, 0x78, 0x48, 0x76, 0x6b, 0xc6, 0x73, 0xc6, 0xd7,
+ 0x66, 0x55, 0x40, 0x8d, 0x48, 0x13, 0xe3, 0xdd, 0xcd, 0xeb, 0xe2, 0xba, 0x8c, 0xfc, 0x67, 0x77,
+ 0x87, 0xed, 0x83, 0x91, 0xed, 0xbd, 0xe8, 0x87, 0x09, 0x26, 0x2b, 0x1e, 0x6f, 0x8b, 0x1b, 0xe1,
+ 0x76, 0xf1, 0x68, 0x4b, 0x0b, 0x4a, 0x3d, 0xeb, 0x3c, 0x97, 0xcf, 0x68, 0x85, 0x76, 0xe6, 0x0b,
+ 0x7f, 0x7f, 0xe4, 0xf1, 0x63, 0x15, 0x19, 0xe7, 0x04, 0x96, 0xce, 0x5d, 0x06, 0x00, 0x1a, 0x23,
+ 0x5f, 0x3a, 0x6b, 0xc2, 0x62, 0x3b, 0xf0, 0xdb, 0x3e, 0xe8, 0xb9, 0x03, 0xf9, 0xbc, 0xf4, 0x92,
+ 0x58, 0x90, 0x9f, 0x85, 0xc1, 0x51, 0x03, 0x39, 0xb3, 0x9e, 0xbe, 0x77, 0x3f, 0x7f, 0x53, 0xac,
+ 0xfa, 0x47, 0x18, 0x45, 0x4e, 0x49, 0x0f, 0x31, 0x47, 0x08, 0x7c, 0x76, 0x24, 0x37, 0x7c, 0xec,
+ 0x73, 0x77, 0x76, 0x87, 0x78, 0x07, 0x15, 0xae, 0x1d, 0xc7, 0x1e, 0x7a, 0xd2, 0x25, 0xc2, 0x74,
+ 0x9d, 0x35, 0x8e, 0xb1, 0xb8, 0x01, 0xad, 0x1a, 0x9e, 0x0c, 0x5a, 0xc5, 0x1f, 0x53, 0x5e, 0x84,
+ 0x79, 0xe5, 0xa7, 0xcd, 0xe5, 0xfa, 0x8d, 0xd5, 0x05, 0x2a, 0xb7, 0x44, 0xc1, 0x2c, 0x4f, 0xf2,
+ 0x99, 0xa0, 0x13, 0x32, 0xda, 0xe0, 0x5b, 0x25, 0x7c, 0xe3, 0x70, 0x29, 0x78, 0xf6, 0xce, 0xf1,
+ 0xe6, 0x30, 0xba, 0x89, 0x6d, 0x40, 0xce, 0x65, 0xa5, 0x13, 0x96, 0x6e, 0xa7, 0xa4, 0xb4, 0x2c,
+ 0x7c, 0x2c, 0xe6, 0xf5, 0x6c, 0xe1, 0x34, 0x70, 0x69, 0xe4, 0xb7, 0x92, 0x52, 0xe1, 0x0d, 0xb8,
+ 0xa4, 0xfd, 0xa5, 0x0c, 0x78, 0xb0, 0xa2, 0x51, 0x08, 0xc2, 0xdc, 0x8c, 0xe5, 0x18, 0x3a, 0x4f,
+ 0xda, 0x01, 0x22, 0x47, 0x31, 0xb1, 0x28, 0x06, 0xb1, 0x69, 0xfd, 0xc2, 0x2b, 0xb2, 0xd5, 0x99,
+ 0xc8, 0x34, 0x59, 0x45, 0xf8, 0x7f, 0xcc, 0x04, 0xd2, 0x6b, 0x04, 0x27, 0x68, 0xec, 0x86, 0x93,
+ 0x95, 0x7f, 0xcb, 0xab, 0x93, 0x8c, 0x2d, 0xc2, 0x17, 0x2a, 0xa3, 0x9c, 0x91, 0xf0, 0x45, 0x99,
+ 0xd2, 0xe4, 0x67, 0xa5, 0x3a, 0x39, 0xf2, 0x6c, 0xfb, 0x42, 0x31, 0x61, 0xad, 0x51, 0xe4, 0x33,
+ 0xfb, 0xf5, 0x90, 0x4f, 0xbe, 0xa2, 0x77, 0x76, 0x2e, 0x22, 0x7c, 0x4f, 0x58, 0xb0, 0x42, 0xd1,
+ 0x4b, 0xf4, 0xe6, 0x48, 0xe1, 0xe9, 0xab, 0xe2, 0xfc, 0x61, 0xc7, 0xe6, 0x27, 0x22, 0xe8, 0x0c,
+ 0x8d, 0xd6, 0x0b, 0x0e, 0x95, 0x96, 0xb4, 0xdb, 0x0b, 0x0a, 0xe2, 0x5f, 0x38, 0xbd, 0x8e, 0x87,
+ 0x6e, 0x4c, 0x0c, 0xc2, 0xfc, 0x16, 0xdc, 0xfa, 0x7f, 0xd3, 0x1a, 0xc5, 0x03, 0x6b, 0x6f, 0x7e,
+ 0x07, 0xf0, 0xfc, 0xaa, 0xb8, 0x28, 0x95, 0x31, 0xa4, 0x65, 0xac, 0x55, 0xb6, 0x29, 0x14, 0x26,
+ 0x6b, 0x27, 0x4a, 0x65, 0x32, 0x54, 0x1b, 0x36, 0x7c, 0x52, 0xc8, 0x96, 0xca, 0x8f, 0x94, 0x8e,
+ 0x32, 0x83, 0x3a, 0x4a, 0x32, 0x28, 0x55, 0x0d, 0x7e, 0x5f, 0x8e, 0xd4, 0xcc, 0x65, 0xc9, 0x35,
+ 0x11, 0x2d, 0xe9, 0xac, 0x23, 0xad, 0x7c, 0xb7, 0x5c, 0xa9, 0xa0, 0x05, 0x71, 0x86, 0x54, 0x3c,
+ 0xf2, 0x83, 0x81, 0xb3, 0x86, 0x59, 0x62, 0xd7, 0x9f, 0x54, 0x1a, 0x9b, 0x6c, 0x3f, 0x9e, 0x43,
+ 0x15, 0xa9, 0x72, 0xbc, 0xa8, 0x93, 0x8b, 0x06, 0x7e, 0x34, 0x87, 0xef, 0xe6, 0x2f, 0x99, 0xf3,
+ 0x0e, 0xbc, 0x26, 0x30, 0xba, 0x44, 0x61, 0xb7, 0x51, 0x7d, 0x82, 0x5f, 0x47, 0x6b, 0x17, 0x6b,
+ 0x5e, 0xb5, 0x4d, 0x5f, 0xc4, 0xea, 0xd1, 0xe2, 0x5a, 0x69, 0xec, 0x54, 0x9b, 0x64, 0x56, 0x5b,
+ 0x44, 0xff, 0x90, 0xa4, 0xfe, 0x68, 0xb6, 0x56, 0x83, 0x2c, 0xe1, 0xfa, 0x42, 0x8d, 0xa4, 0x13,
+ 0xc5, 0xb2, 0xf5, 0x94, 0x5f, 0x26, 0x47, 0x00, 0x68, 0x73, 0xdc, 0xeb, 0xed, 0x51, 0xe4, 0xc4,
+ 0x04, 0x5a, 0x34, 0x6b, 0x02, 0x6b, 0x7a, 0x22, 0xb0, 0x86, 0x58, 0xc0, 0xfa, 0xe8, 0xc8, 0x19,
+ 0x7e, 0x4a, 0xc6, 0xad, 0xe9, 0x84, 0x6e, 0xd2, 0xed, 0x8d, 0x07, 0x3f, 0x49, 0x80, 0xb0, 0x6c,
+ 0xe4, 0x3e, 0xb3, 0xea, 0xf4, 0x7b, 0x81, 0xe2, 0x83, 0xa6, 0xb1, 0xed, 0x1c, 0x8c, 0x4e, 0x9b,
+ 0x84, 0xf9, 0xb9, 0xf4, 0xa4, 0xcf, 0xb1, 0x30, 0xfb, 0xff, 0x19, 0xca, 0x2e, 0x63, 0x58, 0xde,
+ 0x84, 0x29, 0x9b, 0x48, 0x81, 0x87, 0x80, 0x5e, 0xf9, 0x21, 0xa3, 0xe1, 0x2c, 0xdc, 0xcd, 0x15,
+ 0xb6, 0x02, 0x6a, 0x0c, 0xc1, 0x5e, 0xbd, 0xf7, 0x8a, 0xa7, 0x7c, 0xa5, 0xc8, 0xfb, 0xcb, 0x45,
+ 0x05, 0x1b, 0xee, 0x90, 0xf1, 0xfb, 0xc7, 0x8f, 0x26, 0x6f, 0xc6, 0x7c, 0xe2, 0x8c, 0x79, 0xa1,
+ 0xfe, 0xc5, 0xfa, 0x7f, 0x0c, 0x41, 0x29, 0xb9, 0x89, 0xc6, 0xa7, 0x15, 0x31, 0xaf, 0x5f, 0x9d,
+ 0xb0, 0x4a, 0xe7, 0x41, 0xf1, 0x6c, 0x5d, 0x8b, 0x46, 0x79, 0xe1, 0xe7, 0x31, 0x48, 0xec, 0x14,
+ 0x16, 0x4e, 0xfb, 0x53, 0x63, 0xc8, 0xc8, 0x00, 0x84, 0x71, 0x79, 0x51, 0xd4, 0x9a, 0xf9, 0x9a,
+ 0x7c, 0xdd, 0xbd, 0x80, 0xa1, 0xc4, 0x6e, 0x5b, 0xce, 0x08, 0x39, 0x34, 0x8a, 0x99, 0x90, 0x00,
+ 0x05, 0xd6, 0x5f, 0x46, 0xa0, 0xc7, 0x68, 0x6f, 0x46, 0xef, 0x8b, 0x41, 0xcf, 0x37, 0xa3, 0x57,
+ 0xf0, 0x76, 0xf1, 0x94, 0x61, 0x8a, 0x12, 0x30, 0x9e, 0x8a, 0xd9, 0x9f, 0x14, 0x48, 0xfc, 0xc0,
+ 0xb0, 0xf9, 0xf1, 0x24, 0xf8, 0x4b, 0x65, 0x64, 0x7a, 0x26, 0x1c, 0x46, 0x74, 0xdf, 0xd3, 0x5f,
+ 0x73, 0xdf, 0x7f, 0x4b, 0x46, 0x48, 0x4d, 0xfe, 0xb8, 0xde, 0xcb, 0x9f, 0xe8, 0x24, 0x62, 0x9a,
+ 0x3e, 0xc6, 0x10, 0xff, 0x43, 0x2a, 0xbc, 0x2f, 0xdc, 0xdc, 0xaf, 0xb0, 0xbc, 0x8d, 0xcc, 0x3b,
+ 0x8b, 0xde, 0x76, 0xbb, 0xd7, 0x93, 0x8f, 0x8a, 0x55, 0xb4, 0x8e, 0x6f, 0x89, 0x73, 0x52, 0x2c,
+ 0xd7, 0x15, 0x7c, 0xdc, 0x56, 0x71, 0xf2, 0x88, 0x45, 0xfe, 0x59, 0xd8, 0x47, 0x82, 0x8a, 0x7f,
+ 0xd1, 0xbc, 0x80, 0x63, 0xed, 0x81, 0x28, 0x34, 0x1a, 0x4b, 0x3b, 0x0b, 0x45, 0xc2, 0x45, 0x46,
+ 0x44, 0x97, 0xa6, 0xd5, 0xfb, 0x12, 0x6a, 0xeb, 0xf5, 0x0f, 0xb9, 0x38, 0xa3, 0x8b, 0xb1, 0xb1,
+ 0x2e, 0xc6, 0x23, 0x4f, 0x5b, 0x7f, 0x92, 0x09, 0x14, 0xe8, 0x14, 0xb0, 0x01, 0xbd, 0x23, 0xcc,
+ 0x50, 0x30, 0x09, 0xaf, 0x1f, 0x94, 0x5e, 0x35, 0x93, 0xa8, 0x57, 0xcd, 0x86, 0xde, 0xf8, 0x04,
+ 0x5e, 0x07, 0x33, 0x21, 0x7d, 0xeb, 0x6c, 0xdc, 0xc8, 0x36, 0x97, 0x64, 0x64, 0x9b, 0xa7, 0xc2,
+ 0x3b, 0xc1, 0x6d, 0x59, 0xa0, 0xed, 0x5b, 0x2d, 0x46, 0x27, 0x2d, 0xaf, 0x47, 0xfe, 0xbe, 0x58,
+ 0x24, 0x61, 0x80, 0xa4, 0x46, 0x0c, 0x84, 0x18, 0x76, 0xd6, 0xd7, 0xcd, 0xab, 0xba, 0x11, 0x4a,
+ 0xc6, 0x8a, 0x95, 0x59, 0x54, 0x08, 0xc6, 0xed, 0xc3, 0x7a, 0xd0, 0x21, 0xba, 0xdd, 0xe3, 0x00,
+ 0x89, 0x85, 0x4f, 0xf4, 0xbd, 0x3b, 0x83, 0x03, 0x88, 0x76, 0xdc, 0x00, 0x96, 0x58, 0x3a, 0xdc,
+ 0x16, 0x6a, 0x42, 0x18, 0x1f, 0x4d, 0x1a, 0x44, 0x8a, 0x61, 0x36, 0x05, 0xbe, 0xd1, 0x26, 0xf2,
+ 0xa0, 0x19, 0x56, 0x74, 0x9d, 0xa1, 0x04, 0xcb, 0x5f, 0x4c, 0x07, 0xda, 0x21, 0x5a, 0x56, 0x69,
+ 0xdc, 0x75, 0x47, 0xc9, 0xe7, 0x77, 0x0f, 0xd5, 0x43, 0x23, 0xc3, 0x7d, 0x39, 0xb2, 0x23, 0xaa,
+ 0x6b, 0x91, 0x34, 0xe9, 0x85, 0x3f, 0x48, 0x89, 0x19, 0xd6, 0xa9, 0xc3, 0xba, 0xa4, 0xd4, 0x45,
+ 0x71, 0x78, 0x43, 0xf3, 0x64, 0x71, 0x31, 0xad, 0x50, 0x49, 0xbb, 0x63, 0x3c, 0xbe, 0xb8, 0x26,
+ 0x2e, 0x1a, 0xf3, 0x96, 0x1e, 0xd0, 0xde, 0x30, 0xf0, 0x74, 0x36, 0x6a, 0x47, 0xed, 0xe1, 0xa1,
+ 0x33, 0x92, 0x00, 0x82, 0x8f, 0x24, 0x55, 0xb0, 0x73, 0x72, 0x15, 0xb6, 0xdb, 0x52, 0xdc, 0x8c,
+ 0xd7, 0xec, 0xf3, 0x83, 0x3f, 0xeb, 0x3f, 0x4f, 0x07, 0xb8, 0xa3, 0xc4, 0xe3, 0xd2, 0xaa, 0xf8,
+ 0xbc, 0xfc, 0x23, 0x77, 0xe0, 0x4f, 0x72, 0xfa, 0x29, 0x03, 0x33, 0x1f, 0xb4, 0x92, 0x9b, 0x13,
+ 0xa8, 0xf9, 0x26, 0x8f, 0x56, 0x0c, 0x7e, 0xe2, 0x20, 0x26, 0xcc, 0x65, 0xce, 0x3e, 0x48, 0x00,
+ 0x10, 0x85, 0xb7, 0x84, 0x30, 0x86, 0x4c, 0xbc, 0x82, 0x04, 0x4c, 0x6c, 0xf8, 0xd8, 0x0e, 0x01,
+ 0x53, 0xbc, 0xf5, 0x57, 0x03, 0xa5, 0xe3, 0x00, 0xc1, 0xd1, 0x2c, 0xd9, 0x87, 0x23, 0xd1, 0x0e,
+ 0xf5, 0x63, 0xb0, 0xe5, 0x5b, 0x7f, 0x9a, 0x0e, 0xac, 0x43, 0xa1, 0xef, 0x05, 0xd2, 0x59, 0x64,
+ 0x39, 0x0f, 0xc4, 0xac, 0x33, 0x1c, 0x7a, 0x92, 0x5a, 0x9a, 0x86, 0xd3, 0x84, 0xfe, 0xc5, 0x4a,
+ 0x05, 0xdb, 0x92, 0x99, 0x82, 0xff, 0x84, 0x2b, 0xbe, 0x68, 0x28, 0xca, 0xbe, 0x8a, 0x67, 0x48,
+ 0xcc, 0x13, 0x24, 0x13, 0x71, 0x16, 0x39, 0xb3, 0x67, 0x48, 0xd4, 0x15, 0x64, 0x0e, 0x45, 0x11,
+ 0x25, 0xfb, 0x68, 0xa1, 0x86, 0x9c, 0xa4, 0x9b, 0xb9, 0xf9, 0x09, 0xde, 0x1a, 0x0b, 0xd6, 0x41,
+ 0x00, 0xeb, 0x8c, 0xcc, 0x9c, 0x91, 0x04, 0x30, 0x10, 0xcc, 0x4d, 0x63, 0x63, 0x64, 0x0b, 0x31,
+ 0x30, 0x3b, 0x5d, 0xb4, 0x78, 0x20, 0x6b, 0x44, 0x5e, 0x5c, 0x15, 0xa0, 0x2b, 0xeb, 0x37, 0xd2,
+ 0x1c, 0xba, 0x66, 0xe2, 0x87, 0x34, 0xeb, 0x17, 0x56, 0x14, 0xbe, 0x55, 0x3c, 0x43, 0xaf, 0x62,
+ 0x25, 0xaa, 0x0c, 0xfe, 0xbd, 0x94, 0x98, 0xab, 0x24, 0xa9, 0x08, 0x41, 0x40, 0x24, 0xbd, 0xa6,
+ 0x6d, 0x1e, 0x20, 0x1d, 0x18, 0x17, 0x87, 0xe5, 0xa9, 0x34, 0x39, 0x52, 0xaa, 0x0a, 0x56, 0x96,
+ 0xb2, 0x0f, 0x2c, 0x1c, 0xdc, 0x2b, 0xe2, 0x65, 0xae, 0x9a, 0xb4, 0xeb, 0x59, 0x74, 0x84, 0xe6,
+ 0x26, 0xec, 0xac, 0x1e, 0x38, 0xa0, 0x93, 0x5d, 0xab, 0x99, 0x9b, 0xb1, 0x76, 0x03, 0x25, 0x32,
+ 0x2d, 0x90, 0x55, 0xfe, 0x6a, 0x8d, 0x5f, 0x63, 0xfb, 0xad, 0xbf, 0x4b, 0x47, 0x8e, 0x34, 0x32,
+ 0xa4, 0xdc, 0xe8, 0xa8, 0xf1, 0xe7, 0xcd, 0xe2, 0xe9, 0x9d, 0xe2, 0xfb, 0xfc, 0xff, 0xff, 0xb8,
+ 0xf6, 0x39, 0xb6, 0x99, 0xca, 0x24, 0xc7, 0x46, 0x36, 0x14, 0xda, 0x2d, 0x71, 0x7d, 0x52, 0x13,
+ 0xde, 0x5f, 0x7e, 0x78, 0x31, 0xe1, 0x4c, 0x78, 0x1c, 0x34, 0xe8, 0x4d, 0x3a, 0x14, 0xd5, 0x62,
+ 0xf6, 0xf4, 0x93, 0x9d, 0xb3, 0xea, 0x81, 0x89, 0x9e, 0x71, 0x06, 0x86, 0x66, 0xe8, 0xf1, 0xae,
+ 0x7d, 0xad, 0x63, 0xfb, 0xa3, 0x54, 0x04, 0x12, 0xc2, 0x23, 0xca, 0x53, 0x2b, 0x47, 0x4e, 0xed,
+ 0x6e, 0xf1, 0xd4, 0x3e, 0xf1, 0x43, 0xdb, 0xfc, 0xf1, 0x9c, 0x99, 0xf5, 0x2c, 0x32, 0x63, 0x16,
+ 0x3c, 0xb5, 0x2b, 0xcd, 0xa4, 0x4d, 0x50, 0x58, 0x3e, 0x1d, 0xc7, 0xf2, 0x99, 0x24, 0x2c, 0xcf,
+ 0x76, 0xcd, 0x3f, 0x4e, 0x45, 0xc0, 0x3a, 0xf2, 0xb5, 0xb3, 0x81, 0x75, 0x62, 0xa7, 0x9f, 0xdc,
+ 0x0e, 0x81, 0x04, 0x7a, 0x47, 0x7f, 0xbf, 0x8c, 0xb6, 0x53, 0x9e, 0x40, 0x7d, 0xe0, 0xf4, 0x69,
+ 0x3e, 0x68, 0x95, 0x38, 0x31, 0xb6, 0x4a, 0x6b, 0x6b, 0xf5, 0xd3, 0x5a, 0xbd, 0x79, 0x69, 0xe5,
+ 0x1e, 0x2a, 0x65, 0x8a, 0x00, 0x82, 0x64, 0x8e, 0x90, 0xe8, 0xcb, 0x60, 0x8e, 0x36, 0xfa, 0x29,
+ 0x87, 0x86, 0x3f, 0x6d, 0x06, 0x72, 0xfb, 0x80, 0xd1, 0x42, 0xcf, 0x49, 0x7c, 0xaa, 0x8e, 0x2f,
+ 0xc7, 0xbd, 0x8e, 0xcb, 0x6f, 0x60, 0x53, 0x32, 0x42, 0x7f, 0x64, 0xac, 0x0d, 0x98, 0xf6, 0xd0,
+ 0x3b, 0xf9, 0xda, 0xcb, 0x01, 0xf9, 0xf8, 0xcd, 0x33, 0x8d, 0xc8, 0xd3, 0xb3, 0xaa, 0xc1, 0xad,
+ 0xa3, 0x0a, 0x20, 0x07, 0xba, 0xe5, 0x64, 0x80, 0x4b, 0x7a, 0x31, 0x6d, 0xfd, 0xa6, 0x71, 0xdf,
+ 0x12, 0xc6, 0x3a, 0xf5, 0xbe, 0x4d, 0xec, 0x13, 0x87, 0xa6, 0x7b, 0x5f, 0x09, 0x9a, 0xac, 0xf7,
+ 0x82, 0x89, 0xa1, 0xce, 0xe6, 0x8c, 0x9b, 0x6b, 0xfd, 0xb6, 0x71, 0x41, 0x92, 0xfa, 0x9d, 0x7a,
+ 0x41, 0x26, 0x77, 0xfa, 0x91, 0x97, 0xf4, 0x37, 0xa9, 0x40, 0xb1, 0x48, 0xc3, 0xe3, 0x77, 0xe4,
+ 0x27, 0x0e, 0x60, 0x3a, 0x47, 0x09, 0xa7, 0xf6, 0xb1, 0x58, 0xf2, 0xa0, 0x15, 0x19, 0x30, 0x02,
+ 0x49, 0xe3, 0x8d, 0xe2, 0xd4, 0x71, 0x8a, 0xba, 0xa0, 0xd0, 0x15, 0x0b, 0xfa, 0x47, 0x02, 0x2c,
+ 0x26, 0x5f, 0x24, 0x9d, 0x82, 0x27, 0xc1, 0xb9, 0x27, 0xf1, 0x7a, 0x15, 0x02, 0xc3, 0x9d, 0x3c,
+ 0x1a, 0x9a, 0x17, 0x79, 0x9c, 0xfd, 0x67, 0xa9, 0x40, 0xfb, 0x63, 0x10, 0x55, 0xf2, 0x2a, 0x03,
+ 0xf1, 0x83, 0xad, 0x4c, 0x5d, 0x34, 0x33, 0xd1, 0xd2, 0x83, 0xb8, 0xb3, 0x91, 0x3b, 0xaf, 0x23,
+ 0xa7, 0x1a, 0x16, 0x37, 0x7c, 0xfc, 0x4b, 0x65, 0x81, 0xf7, 0xbe, 0xc2, 0xab, 0x33, 0xca, 0x67,
+ 0x54, 0xba, 0x95, 0x48, 0x81, 0x47, 0x5b, 0x91, 0x87, 0xa6, 0x61, 0x2d, 0xaa, 0xa3, 0x20, 0x33,
+ 0x9a, 0xf5, 0x49, 0x84, 0x83, 0x67, 0x9c, 0xa1, 0x6c, 0x85, 0x86, 0x84, 0x9b, 0x52, 0xea, 0xd8,
+ 0xc8, 0xbd, 0xfe, 0x38, 0xd0, 0xb2, 0xd2, 0x00, 0xe8, 0x67, 0xc9, 0x0e, 0xa7, 0x67, 0xa2, 0x0a,
+ 0xd6, 0x7f, 0x15, 0x05, 0x98, 0x60, 0x80, 0x89, 0x5c, 0x7d, 0xe0, 0x41, 0x90, 0x8e, 0x78, 0x10,
+ 0x24, 0x8e, 0x10, 0x07, 0xea, 0xef, 0x4e, 0x00, 0x6a, 0x64, 0xda, 0x43, 0x88, 0x3d, 0x35, 0x81,
+ 0x9d, 0x9e, 0xe8, 0x24, 0xf2, 0x8a, 0xe9, 0x01, 0x89, 0x21, 0x36, 0x80, 0xf6, 0x48, 0x0f, 0x75,
+ 0xe5, 0xe3, 0xf6, 0xa7, 0xa9, 0x00, 0xb7, 0xc5, 0xdb, 0xe8, 0x34, 0x25, 0xd7, 0x51, 0x57, 0xa9,
+ 0xc3, 0x22, 0x0d, 0xb9, 0xa1, 0xe1, 0xef, 0x9e, 0x52, 0x51, 0x07, 0xb1, 0x9d, 0x0e, 0x93, 0x14,
+ 0x6f, 0x97, 0x56, 0x0f, 0x12, 0x12, 0xc7, 0xa3, 0xf7, 0xc4, 0x12, 0xec, 0x65, 0x9b, 0xd8, 0x58,
+ 0xdc, 0x86, 0x55, 0x7d, 0x3f, 0x1b, 0xc0, 0x4b, 0x73, 0xbc, 0x7f, 0xec, 0x8e, 0x38, 0x00, 0x01,
+ 0xaf, 0x23, 0x99, 0xeb, 0xd1, 0x76, 0x32, 0x1e, 0xcf, 0x3e, 0xe8, 0xb5, 0x0f, 0xfd, 0x20, 0x86,
+ 0x0f, 0x26, 0x89, 0x43, 0x61, 0x93, 0x7c, 0xe6, 0x2c, 0x27, 0x40, 0x6d, 0xf1, 0xf1, 0xf5, 0xee,
+ 0x7c, 0xe5, 0xef, 0x84, 0x4d, 0x8a, 0x18, 0x5e, 0xfb, 0xa5, 0xf0, 0x11, 0x90, 0xb6, 0x50, 0xb3,
+ 0x32, 0x93, 0xc7, 0xc7, 0x8c, 0x4c, 0xd7, 0x92, 0xbb, 0x9e, 0x3e, 0x37, 0xce, 0x46, 0xd0, 0x65,
+ 0x51, 0x3d, 0x14, 0x04, 0x94, 0x53, 0x5c, 0x75, 0x8e, 0x30, 0x7a, 0x84, 0xa1, 0x42, 0x0c, 0xe2,
+ 0x1a, 0xf7, 0x4e, 0x42, 0x61, 0x2e, 0xf1, 0x11, 0x8b, 0x37, 0x3c, 0x74, 0x9f, 0x07, 0x1d, 0xd8,
+ 0xe8, 0xf1, 0x79, 0xb0, 0x7f, 0xe8, 0x4d, 0xe3, 0x74, 0x31, 0x92, 0xf7, 0x4e, 0xf0, 0x0c, 0xe5,
+ 0xb3, 0xb1, 0x33, 0x76, 0x22, 0x59, 0xe7, 0x52, 0x67, 0xc8, 0x3a, 0x67, 0xdd, 0x8f, 0xa1, 0x3f,
+ 0x15, 0xbf, 0xde, 0x9f, 0x14, 0x32, 0xf5, 0xbb, 0x26, 0x9c, 0x87, 0xbb, 0x98, 0x97, 0x3b, 0xa2,
+ 0x8b, 0xb6, 0x84, 0xd0, 0xf1, 0xf4, 0x15, 0x2d, 0x58, 0xe1, 0x0c, 0x6c, 0xaa, 0x3b, 0x72, 0x5b,
+ 0xf4, 0x06, 0xfd, 0x73, 0x9c, 0x31, 0xc5, 0xd0, 0x8f, 0xe7, 0x8b, 0x09, 0x22, 0x8a, 0x26, 0x05,
+ 0xe4, 0x03, 0xf6, 0xe7, 0x85, 0x8c, 0xef, 0x15, 0xea, 0x95, 0x51, 0x66, 0xa0, 0x48, 0x8e, 0xb4,
+ 0x73, 0xe8, 0x59, 0xce, 0x8a, 0xd8, 0x19, 0x7a, 0xe3, 0x75, 0x49, 0xa6, 0x9b, 0x21, 0x3e, 0x5c,
+ 0xcf, 0xc3, 0xfa, 0x0b, 0x99, 0x90, 0x50, 0x97, 0xe8, 0x95, 0x7e, 0x2a, 0xce, 0xf3, 0x17, 0xc9,
+ 0xd4, 0x9e, 0xe0, 0x01, 0x15, 0xeb, 0x52, 0x34, 0x4b, 0x08, 0x7f, 0xed, 0xf2, 0xb3, 0x3f, 0x0a,
+ 0x6e, 0x44, 0xd9, 0xab, 0x30, 0x8b, 0xc8, 0x80, 0x72, 0x60, 0xd8, 0xed, 0x6e, 0x77, 0x28, 0x17,
+ 0x77, 0x5d, 0x5c, 0x36, 0xaa, 0xa5, 0xad, 0x9e, 0xea, 0x35, 0x54, 0x19, 0xf5, 0x18, 0xc1, 0x2e,
+ 0xab, 0x1c, 0x33, 0x68, 0x72, 0x91, 0x3d, 0x99, 0xa1, 0x3d, 0x99, 0xb4, 0x63, 0xb3, 0x54, 0xfb,
+ 0xaa, 0x78, 0x89, 0x6b, 0x61, 0xc4, 0x71, 0xdf, 0xfd, 0x82, 0xf2, 0x5a, 0x00, 0x55, 0x1d, 0x05,
+ 0xef, 0x2b, 0x66, 0xad, 0x3f, 0x48, 0x89, 0x73, 0x91, 0x35, 0x21, 0xfe, 0x95, 0xab, 0x02, 0xfc,
+ 0xbb, 0x20, 0x66, 0x48, 0xd0, 0x63, 0xbc, 0x8b, 0x2f, 0x0a, 0x9b, 0x95, 0xc6, 0x93, 0x4a, 0xa3,
+ 0x56, 0x6f, 0x29, 0x03, 0x2f, 0x69, 0x64, 0x02, 0x7f, 0xd0, 0x0c, 0x6a, 0x51, 0xca, 0xa5, 0x5a,
+ 0xb9, 0xb2, 0x8d, 0x78, 0x39, 0xcb, 0xcf, 0x72, 0xf1, 0xbd, 0x61, 0xa9, 0x55, 0x7d, 0x88, 0x2e,
+ 0x9a, 0xfc, 0x0c, 0x71, 0x86, 0x5e, 0x43, 0x22, 0x56, 0xaf, 0x6d, 0xf1, 0x33, 0xe9, 0xe6, 0xde,
+ 0xc3, 0x66, 0xb9, 0x51, 0xdd, 0x25, 0x0f, 0x40, 0xcc, 0xa9, 0xb0, 0x4c, 0x2f, 0x1e, 0xf5, 0xa7,
+ 0xe6, 0xac, 0x8f, 0xd8, 0xd2, 0x45, 0x7c, 0xc5, 0x36, 0xdd, 0x5b, 0x3d, 0xf9, 0x5d, 0xb8, 0x55,
+ 0x83, 0xd1, 0xd4, 0x0d, 0x03, 0xce, 0xe9, 0x2a, 0xa7, 0x6a, 0xa2, 0x7b, 0x15, 0x17, 0x96, 0x42,
+ 0xc1, 0x69, 0xb2, 0x08, 0xd3, 0x85, 0xa4, 0xf6, 0x12, 0x7c, 0x56, 0x42, 0xdc, 0x1c, 0x46, 0xdf,
+ 0x98, 0x09, 0x52, 0x6a, 0xc5, 0xa3, 0x39, 0x3c, 0x10, 0x59, 0x8c, 0x98, 0x27, 0xcd, 0x59, 0x1c,
+ 0xbf, 0x86, 0x6a, 0x9e, 0x40, 0xe9, 0xfa, 0xa5, 0xd0, 0x4f, 0x95, 0xc7, 0xd1, 0x7a, 0x9f, 0xf9,
+ 0xd1, 0x26, 0xad, 0x46, 0xe7, 0xfe, 0x8a, 0xcc, 0x3c, 0x21, 0x04, 0x4f, 0x85, 0x91, 0x0e, 0xf2,
+ 0xf5, 0xdc, 0x37, 0x71, 0x05, 0xa7, 0x45, 0xa0, 0xb0, 0xbe, 0x08, 0x5c, 0x0f, 0x23, 0x2e, 0xf0,
+ 0x49, 0x1a, 0x58, 0x42, 0xf4, 0x1c, 0x20, 0xa3, 0x1f, 0xe4, 0x07, 0xb9, 0xa7, 0x23, 0xd2, 0xa9,
+ 0x95, 0x57, 0x38, 0xcf, 0x5b, 0x85, 0x4a, 0xd7, 0x97, 0x9f, 0xd9, 0x00, 0x53, 0x36, 0x97, 0xdd,
+ 0xb7, 0xfe, 0x7c, 0x36, 0x60, 0xdc, 0xa2, 0x7e, 0xed, 0xd1, 0x1d, 0x7f, 0x5f, 0x1e, 0xb6, 0x9a,
+ 0x09, 0xe3, 0x15, 0xb9, 0xff, 0x57, 0x8b, 0xe5, 0x66, 0x5d, 0x65, 0x36, 0x92, 0xca, 0x14, 0xf6,
+ 0xd7, 0x02, 0x12, 0xbd, 0xd2, 0x83, 0x0b, 0xa8, 0x22, 0xc5, 0x38, 0x4a, 0xd1, 0x1b, 0x3f, 0xb2,
+ 0x59, 0x0c, 0xfb, 0xe2, 0x70, 0xc6, 0xad, 0x45, 0x43, 0x57, 0x19, 0x99, 0x19, 0x07, 0x0b, 0xea,
+ 0x62, 0xc8, 0xc2, 0x68, 0xec, 0xb3, 0x19, 0xed, 0x96, 0x15, 0x89, 0x90, 0x63, 0x3a, 0x13, 0xcf,
+ 0x85, 0x1a, 0x19, 0xe6, 0x92, 0x6f, 0x03, 0x1e, 0x3f, 0xf2, 0x5e, 0x74, 0x50, 0x4a, 0xc7, 0xa9,
+ 0x90, 0xeb, 0xc6, 0xe2, 0xda, 0x6b, 0x13, 0x27, 0xd2, 0x94, 0xad, 0x69, 0x2a, 0xeb, 0x14, 0x74,
+ 0x0e, 0x83, 0xbb, 0xa0, 0xbf, 0x90, 0xa3, 0x6c, 0x28, 0x93, 0x97, 0xc1, 0xc1, 0x84, 0x76, 0xa1,
+ 0x71, 0xfe, 0x5b, 0x62, 0x99, 0xcd, 0x05, 0x23, 0x8a, 0x60, 0x8a, 0x09, 0xa7, 0x32, 0xa1, 0xf0,
+ 0x5d, 0xd1, 0xbe, 0x14, 0xa5, 0x91, 0xc3, 0x9d, 0x9a, 0x1e, 0x8a, 0x4b, 0xd1, 0x10, 0xcb, 0x84,
+ 0xdd, 0xd8, 0x59, 0xeb, 0x23, 0xa0, 0xa5, 0x0e, 0xe5, 0x4c, 0x01, 0x56, 0x92, 0xe2, 0x1a, 0xad,
+ 0xd0, 0x47, 0x26, 0x2f, 0x6f, 0x53, 0x36, 0xaf, 0x42, 0x6b, 0x24, 0xb9, 0x6d, 0xce, 0x3a, 0x86,
+ 0xa1, 0xef, 0x3a, 0x8e, 0x4c, 0x4f, 0xb9, 0x5c, 0x78, 0x53, 0x08, 0xe3, 0x40, 0x62, 0x89, 0x00,
+ 0xd5, 0x7b, 0x59, 0xd6, 0xbf, 0xbf, 0x2b, 0x96, 0x42, 0x9b, 0x16, 0x6b, 0x0e, 0x07, 0xea, 0xed,
+ 0x7f, 0xdf, 0xe9, 0xc8, 0x18, 0x28, 0x48, 0xff, 0x96, 0x0a, 0x40, 0xaf, 0x8d, 0xcd, 0x4a, 0x88,
+ 0xbe, 0x84, 0x61, 0x53, 0x30, 0x54, 0x61, 0xd7, 0x39, 0x90, 0x1f, 0xba, 0x21, 0x16, 0xcd, 0x3d,
+ 0x32, 0xbd, 0xe0, 0xa8, 0x4b, 0xe1, 0x91, 0x58, 0x0a, 0xad, 0x0f, 0xc5, 0x08, 0x1c, 0xc2, 0x8c,
+ 0x56, 0x1e, 0x9e, 0x09, 0x66, 0xa7, 0xc1, 0x10, 0x5a, 0x3d, 0x4f, 0x99, 0x75, 0xb4, 0x41, 0x29,
+ 0x7a, 0x71, 0xf9, 0xab, 0x7e, 0xec, 0x0e, 0x85, 0x2f, 0x32, 0x53, 0xab, 0x0f, 0xa3, 0x70, 0x93,
+ 0x89, 0x58, 0x3a, 0xc3, 0x63, 0x9a, 0x60, 0xb3, 0x1e, 0x05, 0x9b, 0x09, 0x37, 0x47, 0x75, 0x35,
+ 0x76, 0xe4, 0x27, 0xb1, 0xa7, 0x20, 0xd0, 0x47, 0x12, 0x45, 0x6e, 0x39, 0xa3, 0xc8, 0x8e, 0x24,
+ 0x25, 0x54, 0x79, 0x5b, 0x51, 0x8a, 0xe6, 0x28, 0xfe, 0x66, 0x28, 0xa9, 0xc3, 0x03, 0x46, 0xd4,
+ 0x89, 0x1d, 0x26, 0xe1, 0x2f, 0xeb, 0xb5, 0x40, 0x2f, 0x4f, 0xc9, 0x53, 0x6a, 0xde, 0xc8, 0x3d,
+ 0x38, 0x69, 0x8e, 0xc9, 0x3b, 0xf6, 0x60, 0xdc, 0x63, 0x6e, 0xd6, 0xfa, 0x9f, 0xe7, 0xc4, 0x39,
+ 0xd5, 0xee, 0x73, 0xf6, 0xd8, 0x8a, 0xa4, 0x95, 0x20, 0xbf, 0x69, 0x3a, 0xfb, 0x79, 0x64, 0x35,
+ 0x8c, 0x1a, 0x23, 0x32, 0x1d, 0xb1, 0x14, 0xe4, 0x0f, 0x86, 0xf6, 0x3b, 0x87, 0x6e, 0x9c, 0x0d,
+ 0xb7, 0xf2, 0x48, 0xda, 0xeb, 0x6e, 0x88, 0x2b, 0x28, 0x79, 0xf3, 0xeb, 0xe7, 0x0e, 0x4e, 0xb8,
+ 0x33, 0x46, 0xa9, 0xa3, 0x77, 0x22, 0xa5, 0xd8, 0xd7, 0xc4, 0xcb, 0x1c, 0x0b, 0xfc, 0xc1, 0xb0,
+ 0x2b, 0x7d, 0x1b, 0x99, 0xee, 0x1c, 0x71, 0x68, 0x2e, 0xf9, 0x1c, 0xfd, 0x13, 0x71, 0x11, 0x2b,
+ 0x4d, 0x1f, 0x51, 0x1d, 0xeb, 0x6b, 0x65, 0xed, 0x42, 0x71, 0x97, 0x2b, 0x25, 0x4a, 0x26, 0xee,
+ 0x76, 0x09, 0xe3, 0x36, 0xd4, 0x2a, 0x0d, 0x8e, 0xdb, 0x76, 0x53, 0xac, 0x92, 0x0e, 0xb2, 0x6b,
+ 0xbf, 0xf0, 0x86, 0x9c, 0x81, 0x91, 0xff, 0xd2, 0xae, 0x6b, 0x98, 0x26, 0x28, 0xf2, 0x09, 0x8e,
+ 0xfe, 0xba, 0x18, 0x4a, 0x39, 0x4b, 0x8a, 0x04, 0xf9, 0xc2, 0x7b, 0x49, 0x71, 0xe9, 0x54, 0x03,
+ 0xcc, 0x3e, 0x72, 0x5f, 0xb0, 0xcd, 0x32, 0x74, 0x16, 0x70, 0x4b, 0xfe, 0xd1, 0x78, 0xd4, 0xf5,
+ 0x5e, 0xf4, 0x7b, 0xed, 0x17, 0xb0, 0x5b, 0xb0, 0xa1, 0x30, 0x20, 0xfc, 0x3b, 0xc6, 0x28, 0xb7,
+ 0xec, 0x23, 0x9a, 0x34, 0x31, 0xc5, 0xc4, 0xe6, 0xd4, 0xf8, 0xca, 0xc3, 0x54, 0x72, 0x79, 0xe4,
+ 0x32, 0x4a, 0x9a, 0x05, 0x7e, 0x95, 0xde, 0x39, 0x91, 0xd1, 0xb1, 0xe0, 0x76, 0xc3, 0x60, 0x87,
+ 0x76, 0xdf, 0x0b, 0xde, 0xb1, 0x03, 0xae, 0x1f, 0xf7, 0xb4, 0x91, 0x55, 0x39, 0xd0, 0x7a, 0x43,
+ 0x17, 0x28, 0x25, 0x39, 0x82, 0x52, 0xba, 0x2d, 0x8c, 0xd5, 0x0b, 0x02, 0x88, 0x0b, 0x92, 0xe1,
+ 0xb8, 0xdf, 0xf3, 0x3a, 0xcf, 0x38, 0xf5, 0x5d, 0x16, 0x4f, 0xf0, 0xb0, 0x63, 0xfb, 0x5e, 0x07,
+ 0xe4, 0x16, 0xc7, 0xa6, 0x59, 0xa8, 0xe9, 0x5d, 0x96, 0x29, 0x69, 0x2e, 0x42, 0xfb, 0x76, 0xcf,
+ 0xfd, 0x01, 0x3f, 0xff, 0xef, 0xba, 0xe8, 0x73, 0x8b, 0x5e, 0xa1, 0xe1, 0x4b, 0x2a, 0xa1, 0xac,
+ 0xb8, 0x6d, 0x34, 0xde, 0xa0, 0xb6, 0x08, 0x04, 0xae, 0x8f, 0xf8, 0xf6, 0x00, 0xf1, 0x10, 0xec,
+ 0x03, 0xea, 0x41, 0x70, 0xb2, 0xf2, 0x20, 0x28, 0x84, 0x00, 0x42, 0x21, 0x27, 0x47, 0x76, 0x6c,
+ 0xba, 0x90, 0xfe, 0xea, 0x55, 0xb2, 0xf6, 0xcd, 0x15, 0x2b, 0x1c, 0xcd, 0x77, 0x4d, 0xac, 0x38,
+ 0x5f, 0x8e, 0x86, 0x6d, 0xe5, 0x7a, 0xe8, 0xaf, 0x16, 0x54, 0x06, 0xdf, 0xc8, 0x1c, 0xca, 0x15,
+ 0x6c, 0x07, 0x85, 0x08, 0xd9, 0xc7, 0x18, 0x6e, 0x0f, 0xd6, 0x3d, 0x74, 0x3a, 0x74, 0xcd, 0x25,
+ 0x7a, 0xc4, 0x68, 0xa4, 0xd9, 0xc2, 0xaf, 0xa4, 0x44, 0x3e, 0x61, 0xc6, 0x24, 0xd1, 0xf6, 0xc9,
+ 0x47, 0x9a, 0x55, 0x26, 0x0f, 0x44, 0x01, 0x38, 0x12, 0x38, 0xbd, 0xa3, 0x20, 0x47, 0x14, 0x6d,
+ 0x96, 0x7f, 0xd4, 0xbe, 0x2f, 0xb9, 0x87, 0x73, 0x34, 0x8f, 0xe6, 0xa3, 0xd2, 0x7d, 0x39, 0xca,
+ 0x9a, 0xb8, 0x2a, 0xc5, 0x96, 0x84, 0x3e, 0x99, 0xc4, 0x3e, 0x85, 0x3b, 0xc0, 0x08, 0xeb, 0xd9,
+ 0x0b, 0x1d, 0x93, 0x8b, 0x10, 0x19, 0x4d, 0x09, 0x37, 0x86, 0xb0, 0xb8, 0xf5, 0x18, 0x84, 0xb9,
+ 0x80, 0x5d, 0x41, 0x42, 0xb4, 0xd9, 0x7e, 0x8e, 0x89, 0xe0, 0x40, 0x98, 0x5b, 0x8d, 0xe3, 0x1b,
+ 0x9d, 0x95, 0x28, 0x1c, 0x97, 0x8e, 0x8b, 0xad, 0x37, 0x03, 0xc9, 0x30, 0x34, 0x52, 0xa9, 0xdb,
+ 0x8d, 0x91, 0x37, 0xab, 0x18, 0x08, 0xde, 0xa1, 0xc6, 0x0d, 0xe7, 0xd8, 0x7b, 0xee, 0xc4, 0xdb,
+ 0xbf, 0xcd, 0x62, 0x56, 0xd3, 0x19, 0x85, 0xc8, 0x26, 0xdc, 0xb9, 0x10, 0xa7, 0x12, 0x74, 0x78,
+ 0x47, 0xe6, 0x11, 0x77, 0x46, 0x26, 0x75, 0xf3, 0x39, 0xe0, 0xab, 0x41, 0xfd, 0xb9, 0x07, 0x72,
+ 0xaf, 0x3f, 0x15, 0xb8, 0x43, 0x84, 0xbb, 0x24, 0x71, 0x9d, 0x49, 0xc3, 0xa4, 0x29, 0x20, 0x60,
+ 0x84, 0x5c, 0x22, 0x11, 0x5b, 0xb2, 0xae, 0xf0, 0xd8, 0x12, 0x35, 0x33, 0xbd, 0xc1, 0x58, 0x9c,
+ 0xd6, 0x7f, 0x8d, 0x81, 0x1c, 0x36, 0x4e, 0x00, 0x6f, 0xba, 0x1d, 0x2e, 0x56, 0x71, 0x47, 0x13,
+ 0x02, 0x2b, 0x06, 0x09, 0x74, 0xcd, 0xc8, 0x95, 0x18, 0x35, 0x7b, 0xe8, 0xfe, 0x00, 0xee, 0xbe,
+ 0xe7, 0xa1, 0x87, 0x96, 0xd2, 0x5e, 0xc2, 0x14, 0x91, 0xfb, 0xe9, 0xe1, 0x75, 0x50, 0x1c, 0x27,
+ 0x23, 0x63, 0x10, 0xe1, 0x5c, 0xca, 0xca, 0xaf, 0x2e, 0x34, 0x8b, 0x8e, 0x32, 0xcb, 0x42, 0xf8,
+ 0xae, 0x87, 0x33, 0xe3, 0x59, 0xa2, 0x60, 0xd4, 0x49, 0x68, 0xd2, 0x6d, 0xd8, 0x9b, 0xe2, 0x3f,
+ 0xcd, 0x88, 0xf3, 0x65, 0x8c, 0x03, 0x7a, 0xda, 0x8a, 0xc2, 0x4e, 0x41, 0x11, 0x65, 0x6b, 0x46,
+ 0x15, 0x4a, 0xc3, 0x50, 0x5f, 0xa5, 0x7c, 0x26, 0x0d, 0x26, 0x6e, 0x39, 0xd0, 0x63, 0x93, 0xd9,
+ 0x95, 0xaf, 0xc6, 0x75, 0x20, 0x48, 0x45, 0xb3, 0x25, 0x8b, 0x32, 0xa7, 0xa8, 0xcd, 0xd1, 0xb8,
+ 0x8b, 0xc1, 0xd6, 0xfb, 0x76, 0xa4, 0xc1, 0xbc, 0x12, 0x7d, 0x31, 0x1f, 0x28, 0xa5, 0xeb, 0x06,
+ 0xb1, 0xd5, 0xe9, 0xf3, 0x27, 0x16, 0x94, 0x23, 0x1c, 0x59, 0xae, 0x82, 0xed, 0x96, 0x2f, 0x09,
+ 0x90, 0x45, 0xc0, 0x3c, 0x90, 0xdf, 0xf7, 0x86, 0x41, 0x8a, 0x54, 0xca, 0x49, 0x0e, 0x18, 0x1b,
+ 0x68, 0xe0, 0x92, 0x5a, 0xef, 0xc8, 0x85, 0x5f, 0xcb, 0x4a, 0xf8, 0x6e, 0x63, 0x76, 0x9b, 0xb1,
+ 0xd6, 0x96, 0xac, 0x28, 0xcf, 0x0b, 0x6f, 0x78, 0xd8, 0xee, 0xc3, 0x27, 0x86, 0x32, 0x6e, 0x89,
+ 0x8e, 0x57, 0x8a, 0x3a, 0x59, 0x89, 0xf3, 0x91, 0xe9, 0xe8, 0x77, 0xb9, 0xe4, 0xbc, 0x0e, 0xf8,
+ 0x0e, 0x78, 0x68, 0xa4, 0x52, 0x4e, 0xd1, 0x7c, 0x75, 0x08, 0x5d, 0xdb, 0xa5, 0x30, 0xcb, 0x17,
+ 0xd4, 0x0e, 0xfa, 0x5f, 0x8c, 0xd1, 0xb1, 0x9f, 0x4b, 0x2f, 0x92, 0xce, 0xcd, 0x17, 0x8b, 0x65,
+ 0xe3, 0xc4, 0xee, 0x88, 0xa5, 0x2e, 0x03, 0xa6, 0xad, 0xd3, 0x12, 0x92, 0xab, 0x6f, 0x1c, 0x5c,
+ 0x6f, 0x8b, 0x45, 0x9f, 0x0e, 0x3c, 0x60, 0x11, 0x29, 0x09, 0x6e, 0x0c, 0x0a, 0x78, 0xa3, 0xf0,
+ 0x29, 0x07, 0x43, 0xe9, 0xbc, 0xf5, 0x31, 0xf3, 0x8c, 0x8a, 0x5b, 0x09, 0xae, 0x06, 0x7a, 0x19,
+ 0xab, 0x38, 0x2c, 0x3a, 0xda, 0x4d, 0xec, 0xd3, 0xe8, 0x65, 0x9c, 0x0f, 0xc9, 0x4f, 0x28, 0xc9,
+ 0xfa, 0x71, 0xb9, 0x1a, 0x24, 0xc2, 0x19, 0x8e, 0x1d, 0x9f, 0x4e, 0x0a, 0x92, 0x4b, 0xbd, 0x64,
+ 0xf4, 0x55, 0xfc, 0xbb, 0x50, 0x94, 0xdc, 0x3c, 0xfd, 0x9a, 0x14, 0xd1, 0x97, 0x44, 0x6b, 0xd6,
+ 0x7f, 0xff, 0x14, 0xbf, 0x99, 0x2a, 0xb7, 0x65, 0x24, 0x47, 0xea, 0x16, 0x9f, 0xc5, 0x03, 0xa3,
+ 0xd3, 0x99, 0xe5, 0xf1, 0x8f, 0x15, 0xf6, 0x40, 0x0f, 0xac, 0xe7, 0xce, 0xb4, 0xf1, 0x23, 0xae,
+ 0x67, 0x3c, 0xb7, 0x5f, 0x95, 0xc9, 0xb0, 0x74, 0x47, 0xc3, 0xb5, 0x34, 0xfc, 0x66, 0x7b, 0x3d,
+ 0xb5, 0xf6, 0xb5, 0xa6, 0x98, 0x10, 0xba, 0x3f, 0x33, 0x21, 0x74, 0x3f, 0xeb, 0x8f, 0xff, 0xd7,
+ 0x74, 0x70, 0x6c, 0x8f, 0x80, 0xbf, 0xab, 0x1f, 0x6c, 0xca, 0x14, 0x98, 0x2f, 0x1c, 0xe7, 0x99,
+ 0xdc, 0xe1, 0x6f, 0x1b, 0x48, 0x56, 0xc5, 0x21, 0x8d, 0xba, 0x3f, 0x06, 0x9d, 0xb5, 0x98, 0x26,
+ 0x63, 0xe1, 0x7e, 0x4b, 0x9c, 0xd3, 0xbd, 0x31, 0xf4, 0xb5, 0xf4, 0x56, 0x3a, 0xa5, 0xf3, 0x26,
+ 0xb5, 0x2c, 0x1c, 0x8a, 0x95, 0xc8, 0x70, 0x67, 0x0a, 0xad, 0x0b, 0x2c, 0xa2, 0x4e, 0xe8, 0x10,
+ 0x0a, 0xff, 0xce, 0x4e, 0x94, 0xa1, 0x64, 0xf5, 0xb4, 0x11, 0x85, 0xef, 0x05, 0x1f, 0xe2, 0x4f,
+ 0x9f, 0xed, 0x43, 0xd1, 0x88, 0xec, 0x3a, 0x1a, 0xac, 0x86, 0x07, 0x36, 0xa2, 0xdf, 0x09, 0x9e,
+ 0x8d, 0x05, 0x8b, 0x35, 0x1c, 0xb3, 0x82, 0xdd, 0xb6, 0x7e, 0x3a, 0x50, 0xe9, 0x9b, 0x4d, 0x25,
+ 0xa4, 0xdc, 0x41, 0x59, 0xba, 0xd7, 0xb3, 0xbd, 0x03, 0xd8, 0x4c, 0xe9, 0xcc, 0x65, 0x3a, 0xfe,
+ 0x1b, 0x87, 0x98, 0x8f, 0xbc, 0xb2, 0x07, 0xa0, 0x52, 0x2a, 0x25, 0xd5, 0xd2, 0x83, 0xef, 0xf6,
+ 0x31, 0xba, 0x6a, 0xb3, 0xe3, 0x0d, 0x9d, 0x40, 0xa5, 0x34, 0x33, 0x84, 0x75, 0xf3, 0xa2, 0xe9,
+ 0x09, 0x95, 0x35, 0x0c, 0xf4, 0xd8, 0x49, 0xfd, 0xe4, 0xe4, 0x96, 0xc5, 0x8c, 0x8f, 0x05, 0x67,
+ 0xd3, 0x89, 0x19, 0x51, 0x00, 0x32, 0x2a, 0xc0, 0x31, 0x7f, 0x37, 0x4b, 0xef, 0x8c, 0xde, 0x0f,
+ 0x3c, 0xdb, 0x9b, 0x28, 0xb3, 0xa0, 0x92, 0xcf, 0xdb, 0x45, 0x76, 0x51, 0x4d, 0x14, 0x76, 0x5f,
+ 0xd2, 0x3c, 0x8e, 0x3f, 0xcf, 0x1b, 0xf8, 0x9b, 0x86, 0x2f, 0x77, 0xac, 0xa3, 0x9c, 0xe9, 0x87,
+ 0x62, 0x66, 0x40, 0x8c, 0x67, 0xca, 0x48, 0x5a, 0x34, 0xa5, 0x43, 0x51, 0x17, 0x15, 0x3e, 0x14,
+ 0x0b, 0xfa, 0x07, 0x99, 0x37, 0xf1, 0x47, 0x00, 0x22, 0xb0, 0x88, 0x91, 0x3b, 0xea, 0x19, 0x3e,
+ 0xb6, 0x48, 0x0e, 0x89, 0x8c, 0x5a, 0x35, 0x9e, 0x18, 0xa3, 0xcd, 0x26, 0x70, 0x02, 0xdd, 0x71,
+ 0xcf, 0x79, 0x88, 0x4c, 0x3c, 0xbf, 0x43, 0x3e, 0xf0, 0xe2, 0x2f, 0x82, 0xc3, 0xd4, 0x39, 0xfc,
+ 0xe4, 0xfc, 0xd7, 0xa4, 0x9d, 0x33, 0x61, 0x40, 0x9c, 0xd9, 0x3e, 0xfe, 0x31, 0x2d, 0xdc, 0x36,
+ 0x19, 0x62, 0x0e, 0x40, 0xd6, 0xe9, 0x29, 0x96, 0x24, 0x6a, 0x00, 0xca, 0xbf, 0xad, 0x22, 0x3c,
+ 0x70, 0xb8, 0xec, 0x9b, 0xc5, 0x53, 0x16, 0x60, 0xd5, 0xc5, 0x8a, 0xf1, 0xa0, 0x72, 0x42, 0x74,
+ 0xea, 0xbb, 0x62, 0xde, 0x97, 0xbd, 0x25, 0x26, 0x59, 0x9d, 0x34, 0xb0, 0xb5, 0x16, 0x18, 0x24,
+ 0xc3, 0xd5, 0x86, 0x06, 0x34, 0x32, 0xbe, 0xb5, 0x17, 0x80, 0x4e, 0xb4, 0x8f, 0xd6, 0x7e, 0xaa,
+ 0xc8, 0xde, 0x29, 0x83, 0x7d, 0x37, 0x66, 0x9d, 0x74, 0x7b, 0xbe, 0x08, 0xae, 0x66, 0x78, 0x58,
+ 0x34, 0x71, 0x9e, 0xbe, 0xce, 0xd4, 0xb4, 0x75, 0x52, 0x88, 0x6d, 0x07, 0xb3, 0xb0, 0xd8, 0x74,
+ 0x6e, 0x92, 0x2e, 0x3f, 0x0d, 0x2e, 0x5e, 0xfc, 0x93, 0x3f, 0xda, 0x6a, 0x3e, 0x8d, 0x6e, 0xac,
+ 0x5f, 0xed, 0xef, 0x00, 0x2b, 0x79, 0xa4, 0x36, 0x16, 0x40, 0xf9, 0x18, 0x7f, 0x07, 0x90, 0x78,
+ 0xe2, 0xb4, 0x87, 0x81, 0x53, 0x34, 0x71, 0x51, 0x19, 0x19, 0x8c, 0xe9, 0xfa, 0xa4, 0xb1, 0xa6,
+ 0x90, 0x38, 0xfd, 0x81, 0x74, 0xe8, 0x03, 0x19, 0x29, 0x6f, 0x6b, 0xbe, 0x83, 0xd5, 0x48, 0xd1,
+ 0x45, 0x59, 0xff, 0x91, 0x54, 0xd1, 0x13, 0x3a, 0xd9, 0x02, 0xd4, 0x31, 0x60, 0x75, 0x37, 0x67,
+ 0xde, 0x05, 0xd8, 0x4e, 0xbb, 0x03, 0xba, 0xe0, 0x73, 0x0f, 0xd3, 0xb9, 0x14, 0xdc, 0x88, 0x2c,
+ 0xa9, 0x1f, 0xc9, 0xd5, 0x80, 0x4a, 0x6e, 0x8b, 0x1b, 0xed, 0xf1, 0xc8, 0x53, 0x69, 0xcc, 0x38,
+ 0x51, 0x37, 0x67, 0x8b, 0x93, 0x99, 0xea, 0x65, 0xd0, 0xe3, 0xcd, 0xd0, 0x0b, 0x8b, 0x15, 0x38,
+ 0xc5, 0x4a, 0xf2, 0x47, 0xd7, 0xaf, 0x3d, 0xb3, 0x27, 0x54, 0xd9, 0xf5, 0xc7, 0xd6, 0x98, 0x4d,
+ 0x70, 0x86, 0x01, 0xd0, 0x6c, 0xd6, 0xc6, 0x2c, 0x3c, 0xf9, 0xfb, 0xf8, 0x1c, 0x80, 0x0c, 0x53,
+ 0x58, 0xa5, 0xde, 0x21, 0xbe, 0x54, 0x9c, 0xb2, 0x52, 0x90, 0x8d, 0x43, 0x19, 0xe3, 0xd0, 0x46,
+ 0x6c, 0x07, 0x69, 0xd0, 0x4c, 0x2b, 0xb8, 0xf1, 0x69, 0xec, 0xac, 0x50, 0xa9, 0xf5, 0xcf, 0x0d,
+ 0x2b, 0x78, 0xbc, 0x8d, 0x3c, 0x43, 0xe0, 0xca, 0x69, 0x6a, 0x3c, 0x33, 0x2d, 0x6f, 0xa4, 0x94,
+ 0x4c, 0xc2, 0x39, 0x39, 0x68, 0xfb, 0x98, 0x4d, 0xb0, 0xf7, 0x4f, 0x78, 0x19, 0xd2, 0xbf, 0xe3,
+ 0xae, 0xb0, 0x26, 0xb7, 0xb1, 0xd9, 0x08, 0xb6, 0x06, 0x32, 0x42, 0x86, 0x52, 0xd1, 0x5f, 0x25,
+ 0x02, 0x2d, 0x6d, 0x39, 0xb4, 0x39, 0xba, 0xc9, 0xac, 0x91, 0xd8, 0x7b, 0xea, 0x6e, 0x52, 0xfe,
+ 0x77, 0xda, 0x9a, 0xae, 0xeb, 0xf3, 0x0b, 0x0e, 0x39, 0x7b, 0x35, 0x14, 0x3b, 0x5e, 0x6c, 0x06,
+ 0x97, 0x01, 0x64, 0x55, 0x33, 0xe6, 0x7c, 0x89, 0x14, 0x72, 0xa7, 0xeb, 0xbf, 0xd8, 0x53, 0xeb,
+ 0x5b, 0x41, 0xf4, 0x91, 0xc4, 0x71, 0xa6, 0xdd, 0x07, 0x6b, 0x3b, 0x38, 0x03, 0xd6, 0x06, 0x4a,
+ 0x35, 0xd9, 0x26, 0x9a, 0xce, 0xcb, 0x94, 0xbe, 0x04, 0xb1, 0x8c, 0x64, 0x4b, 0x34, 0x96, 0xe1,
+ 0x37, 0xf5, 0xc4, 0xa9, 0x18, 0x46, 0x76, 0xeb, 0xdd, 0x80, 0xe7, 0x68, 0x6a, 0xbd, 0xe7, 0x2e,
+ 0x2a, 0xa6, 0x3a, 0x27, 0x49, 0xba, 0x2a, 0x5e, 0xc0, 0xbb, 0x01, 0x87, 0x10, 0xeb, 0x35, 0x31,
+ 0xc6, 0x90, 0xf5, 0x6d, 0xe6, 0x6c, 0x65, 0x16, 0x11, 0x29, 0x3d, 0xa0, 0x1a, 0x3b, 0xce, 0x1a,
+ 0x87, 0xd0, 0x24, 0xcf, 0xf4, 0x06, 0x6f, 0x7e, 0xac, 0xb7, 0x76, 0x3f, 0x1b, 0xb1, 0x9a, 0x62,
+ 0xab, 0x4c, 0x16, 0xbf, 0x0d, 0xd4, 0xd3, 0x81, 0x74, 0xe8, 0x74, 0x39, 0xd9, 0x45, 0xc2, 0x47,
+ 0xca, 0x42, 0xbc, 0x08, 0x2c, 0xea, 0xcc, 0x42, 0x5f, 0xe2, 0xac, 0x11, 0x34, 0x04, 0x77, 0x24,
+ 0xf5, 0x23, 0x27, 0xf1, 0xfb, 0x9c, 0x2c, 0xec, 0x3a, 0x2f, 0x46, 0x63, 0xa7, 0xb4, 0x6d, 0x95,
+ 0x98, 0xba, 0xd2, 0x39, 0x0e, 0xb6, 0xa5, 0x4c, 0xc7, 0x99, 0x35, 0x28, 0x75, 0x28, 0x17, 0xa8,
+ 0x8f, 0xce, 0xf0, 0x8b, 0x74, 0xce, 0xa4, 0xa5, 0xc2, 0x77, 0x48, 0x0d, 0x74, 0xc2, 0x10, 0x53,
+ 0x01, 0x41, 0xeb, 0x29, 0xfc, 0x50, 0x47, 0x5f, 0x25, 0x08, 0x8f, 0x55, 0x4c, 0x1d, 0xed, 0x3d,
+ 0xd5, 0x89, 0x3c, 0xb5, 0xc2, 0x1a, 0xd8, 0x6d, 0xb7, 0x4f, 0xa4, 0x47, 0x69, 0x54, 0xb5, 0x07,
+ 0xc2, 0x8c, 0x3a, 0x15, 0xd6, 0x9e, 0xc3, 0x17, 0xbe, 0x1f, 0x7e, 0x93, 0xec, 0x5b, 0x45, 0xc3,
+ 0xf9, 0x04, 0x84, 0x60, 0x4e, 0x5f, 0xdb, 0x70, 0x3a, 0xc3, 0xb1, 0x3b, 0xf2, 0xf9, 0x6d, 0x36,
+ 0xff, 0x2d, 0x13, 0xca, 0xbe, 0x1b, 0xdc, 0xb1, 0x70, 0x5b, 0x45, 0x70, 0x60, 0x57, 0x4d, 0x9f,
+ 0x30, 0xee, 0xf5, 0x0b, 0x99, 0x80, 0xb6, 0x44, 0xbb, 0x9d, 0x1a, 0xc4, 0x2c, 0xb9, 0x43, 0xcc,
+ 0x03, 0x09, 0x1f, 0x3e, 0xea, 0xc9, 0xa6, 0x23, 0x0f, 0x1f, 0x27, 0x8c, 0x11, 0x2a, 0x96, 0x88,
+ 0x78, 0x0b, 0xb3, 0x04, 0x50, 0x41, 0xf0, 0x60, 0xf4, 0xeb, 0x0c, 0x54, 0xb0, 0xc5, 0x85, 0xa4,
+ 0xf1, 0x93, 0x64, 0x92, 0xe0, 0xf5, 0x5f, 0x3a, 0x48, 0x36, 0xf5, 0x1c, 0xce, 0xc7, 0x06, 0x4c,
+ 0xdb, 0xd7, 0x4e, 0x74, 0x40, 0x6b, 0xf7, 0xbd, 0xbe, 0xa4, 0x60, 0xf3, 0x5f, 0xd5, 0x8f, 0x70,
+ 0x97, 0xd3, 0xed, 0xc6, 0x56, 0xa1, 0xbd, 0xd5, 0x9d, 0xc1, 0x68, 0xc3, 0xe9, 0xf4, 0xdc, 0x3e,
+ 0xf1, 0xc4, 0x6d, 0x2a, 0x70, 0x94, 0x67, 0x5d, 0x82, 0x99, 0x49, 0x25, 0x96, 0x09, 0xa9, 0xe2,
+ 0x76, 0x51, 0xa1, 0xb3, 0xeb, 0x79, 0xbd, 0x24, 0x9e, 0xee, 0x31, 0x73, 0x42, 0xc9, 0x1d, 0x34,
+ 0x28, 0x24, 0x30, 0x61, 0x98, 0xb1, 0x20, 0xd0, 0x14, 0xa5, 0xcd, 0x9c, 0xf9, 0x64, 0x11, 0xa2,
+ 0x5c, 0x73, 0xa3, 0x76, 0x1f, 0xb5, 0x4d, 0xbe, 0xf5, 0x8f, 0x32, 0xc9, 0x44, 0xbc, 0x4a, 0x7f,
+ 0xe3, 0x03, 0xca, 0x9e, 0xc8, 0x85, 0x52, 0x80, 0x60, 0xcb, 0xe8, 0xe4, 0x3e, 0x45, 0x2c, 0x2d,
+ 0xfc, 0xfb, 0x69, 0x91, 0x3d, 0x83, 0x55, 0xd2, 0x88, 0xe2, 0x9b, 0x51, 0x2b, 0x80, 0x5a, 0x1b,
+ 0x03, 0xd0, 0xb6, 0x9f, 0x05, 0x2e, 0x47, 0xfb, 0xa8, 0x79, 0x37, 0x2a, 0x66, 0x94, 0xe2, 0xaa,
+ 0xfd, 0xfc, 0x50, 0xe6, 0xaa, 0x9a, 0x25, 0x79, 0x17, 0xf7, 0xff, 0xf9, 0xa1, 0x4a, 0x54, 0x35,
+ 0x47, 0x65, 0x78, 0xd7, 0xa0, 0x4c, 0xa5, 0x98, 0x99, 0xa7, 0x42, 0xcc, 0x39, 0x03, 0x85, 0x87,
+ 0x83, 0x63, 0x52, 0xb5, 0xe9, 0x82, 0x2f, 0xa1, 0x40, 0xa8, 0xa1, 0xe8, 0xb3, 0x3c, 0xfc, 0xa2,
+ 0x12, 0x82, 0xa9, 0x4c, 0x8d, 0xb5, 0xa4, 0x84, 0x60, 0x2a, 0xc5, 0xc1, 0x96, 0x43, 0x25, 0x38,
+ 0xda, 0x8a, 0x4e, 0x15, 0xe6, 0x0c, 0x0f, 0x30, 0xf1, 0x07, 0x26, 0x58, 0x3c, 0x47, 0x6f, 0x19,
+ 0xa5, 0x61, 0x6c, 0xab, 0x8c, 0x24, 0x00, 0xd9, 0x5c, 0x0f, 0x63, 0x0f, 0x01, 0x51, 0x57, 0xa8,
+ 0x8e, 0x39, 0x96, 0x8f, 0x15, 0x4d, 0x48, 0x6c, 0x46, 0xa1, 0x92, 0xb5, 0x52, 0x31, 0x41, 0x94,
+ 0xb2, 0x7e, 0x4a, 0xdc, 0x9a, 0xfe, 0x19, 0x79, 0xda, 0x6b, 0xe8, 0xd8, 0x10, 0x94, 0xcb, 0x03,
+ 0xbf, 0x56, 0x9c, 0xd2, 0x59, 0x05, 0x95, 0x8b, 0x57, 0x13, 0x59, 0xdb, 0x70, 0x0e, 0x92, 0xa6,
+ 0x07, 0xdb, 0x83, 0xef, 0x7a, 0x8d, 0x29, 0x7e, 0x4f, 0x66, 0xe0, 0x9e, 0x38, 0x8c, 0x09, 0xf6,
+ 0xa7, 0x0e, 0x17, 0xf3, 0xba, 0xab, 0x2a, 0x3f, 0x11, 0x73, 0x78, 0xb8, 0x3d, 0xbe, 0x73, 0xca,
+ 0x46, 0xc6, 0x67, 0xfa, 0x19, 0x3b, 0xa8, 0x4f, 0x1f, 0xea, 0x94, 0xd9, 0x0e, 0xb9, 0x83, 0x22,
+ 0x9d, 0xef, 0x2b, 0xa3, 0xaa, 0x39, 0x64, 0x44, 0x6f, 0x9f, 0x84, 0x27, 0xfe, 0x34, 0x15, 0x5f,
+ 0x56, 0xd0, 0x63, 0x1a, 0xa2, 0xe0, 0x8c, 0xd4, 0x58, 0x14, 0xd6, 0x87, 0xcb, 0x42, 0x54, 0x8b,
+ 0x4b, 0x7d, 0x38, 0xe6, 0x16, 0xe5, 0x42, 0x14, 0xee, 0xb3, 0xaa, 0xe1, 0x10, 0xcd, 0x5d, 0xb2,
+ 0x70, 0x46, 0xc7, 0xe7, 0x71, 0xb5, 0x27, 0xb0, 0xa9, 0x1a, 0x9e, 0x8b, 0x38, 0x42, 0x32, 0x1b,
+ 0xfa, 0xa9, 0xe9, 0xcd, 0xf8, 0xa2, 0x3d, 0xec, 0xb6, 0x40, 0x3e, 0x19, 0xba, 0xed, 0x1e, 0x61,
+ 0x3a, 0x3f, 0x89, 0xef, 0xe0, 0x3c, 0x34, 0x98, 0x68, 0x15, 0x99, 0x6a, 0xca, 0xf8, 0xc3, 0x1b,
+ 0xb8, 0x1d, 0xb0, 0xa2, 0xdb, 0x6d, 0x7f, 0xf4, 0xc8, 0x45, 0xca, 0xdd, 0xeb, 0x39, 0xc0, 0x45,
+ 0x6a, 0xd5, 0xcd, 0xae, 0xc7, 0x36, 0xb2, 0x30, 0x36, 0x82, 0xe5, 0x1d, 0x41, 0x0b, 0x9b, 0x95,
+ 0x39, 0x8c, 0x31, 0xbf, 0x15, 0x50, 0x80, 0x89, 0xa3, 0x19, 0x71, 0x35, 0xc3, 0x56, 0xa0, 0xc7,
+ 0xc1, 0x6b, 0x8c, 0x29, 0x9d, 0x93, 0xb5, 0x48, 0xd1, 0x60, 0x91, 0xd6, 0x45, 0x56, 0x59, 0x6e,
+ 0xf6, 0xdc, 0x01, 0xe5, 0xd0, 0x45, 0xd5, 0x83, 0xaf, 0x64, 0x9c, 0x5d, 0xbc, 0xab, 0x7d, 0x20,
+ 0x3d, 0xd2, 0xe8, 0xaf, 0x6c, 0xb9, 0x1b, 0xbd, 0x43, 0xeb, 0x5f, 0x91, 0x99, 0xf0, 0xcb, 0xd4,
+ 0x8d, 0x5d, 0xab, 0x75, 0x52, 0x36, 0xc9, 0xd5, 0xa8, 0xc4, 0x71, 0x91, 0x97, 0xfe, 0xcb, 0xb1,
+ 0x98, 0x92, 0x53, 0xac, 0x25, 0xc9, 0x89, 0xdd, 0xac, 0xa6, 0xe9, 0xb2, 0xd9, 0x75, 0x00, 0x36,
+ 0xd1, 0x26, 0x40, 0x07, 0xcb, 0x7a, 0x24, 0xa4, 0x51, 0xa6, 0x95, 0x50, 0x7b, 0x33, 0xa8, 0xe7,
+ 0x7d, 0xf3, 0x5f, 0x8c, 0xdb, 0xc0, 0xf7, 0xab, 0x94, 0xc5, 0xeb, 0xa9, 0xfb, 0xd6, 0x2f, 0xa7,
+ 0x4d, 0xaf, 0xce, 0xf0, 0xa8, 0x67, 0x78, 0xdb, 0x37, 0xa9, 0x8b, 0x0c, 0x34, 0x53, 0xc6, 0xec,
+ 0x6a, 0x73, 0xd2, 0x27, 0x81, 0x5f, 0xee, 0x4a, 0x3f, 0x66, 0x15, 0x8b, 0x29, 0xad, 0x6c, 0xe3,
+ 0x46, 0x0d, 0xfc, 0x49, 0xd6, 0x2c, 0x6e, 0x91, 0x89, 0x2d, 0x87, 0x55, 0xcf, 0x0d, 0x21, 0x82,
+ 0x8f, 0x10, 0x13, 0xc2, 0x9f, 0x01, 0x26, 0xe4, 0x9c, 0x58, 0x64, 0x21, 0x8e, 0x5e, 0x7d, 0xb2,
+ 0xf7, 0x61, 0xb5, 0xef, 0x8f, 0x31, 0x63, 0x33, 0x25, 0x06, 0xa7, 0x91, 0x39, 0xbc, 0x0c, 0xff,
+ 0xfd, 0xc8, 0xe9, 0x75, 0x73, 0x19, 0x65, 0xc5, 0x20, 0x4b, 0xaa, 0xc3, 0xa9, 0x63, 0xb9, 0x3e,
+ 0xee, 0x1c, 0x92, 0xc8, 0x94, 0xfc, 0xa1, 0x91, 0x61, 0x2a, 0x3c, 0x80, 0x19, 0xb9, 0x80, 0x93,
+ 0x3e, 0xc9, 0xe5, 0xa5, 0x94, 0xff, 0xaa, 0x2c, 0x0d, 0x2f, 0x3e, 0x1d, 0x5b, 0xbc, 0x0e, 0xd9,
+ 0x20, 0x5b, 0xe8, 0x77, 0xf6, 0x91, 0x9e, 0x33, 0xd2, 0x66, 0x7f, 0x5e, 0x8b, 0x14, 0x36, 0xbf,
+ 0xcc, 0x56, 0xaa, 0x38, 0xc3, 0xcb, 0x3e, 0x71, 0xa6, 0xc5, 0x52, 0x27, 0xe1, 0x85, 0xfa, 0x9c,
+ 0x62, 0x06, 0xd9, 0xf8, 0x43, 0x51, 0x82, 0x0a, 0x1f, 0x88, 0x59, 0xd9, 0x98, 0xa4, 0xcb, 0x30,
+ 0x76, 0x29, 0x70, 0xca, 0x34, 0xdf, 0x0e, 0xcb, 0x36, 0x04, 0x7d, 0x1f, 0x06, 0xe8, 0x6a, 0xdb,
+ 0x7d, 0x2e, 0x25, 0x37, 0xb4, 0x61, 0xcb, 0x80, 0x2b, 0x98, 0xfe, 0x1f, 0x4d, 0x0e, 0x12, 0x59,
+ 0xb2, 0xc2, 0x5d, 0xa9, 0xb9, 0xb5, 0xe5, 0xb9, 0xac, 0x4d, 0x99, 0x9c, 0xf2, 0x17, 0x27, 0x82,
+ 0x8e, 0x2a, 0xea, 0x47, 0xf4, 0xd1, 0xba, 0xae, 0x08, 0xb6, 0x57, 0xa7, 0x58, 0x66, 0xca, 0xf6,
+ 0x85, 0xe1, 0x5b, 0x13, 0x1f, 0x7c, 0xaa, 0x4e, 0xea, 0x7d, 0x91, 0x63, 0xdf, 0x04, 0xfd, 0x95,
+ 0xf8, 0x5b, 0xfb, 0x84, 0x31, 0x01, 0x73, 0x5f, 0x8e, 0x57, 0x93, 0xb1, 0xed, 0x1d, 0x4c, 0x4c,
+ 0xae, 0xc7, 0x4a, 0x9d, 0x61, 0xac, 0x8a, 0x11, 0x0d, 0x28, 0x34, 0xd6, 0x34, 0x07, 0x4c, 0x73,
+ 0x17, 0x18, 0x9a, 0x7f, 0xd9, 0x88, 0xfc, 0x13, 0x1d, 0x27, 0x88, 0x69, 0x72, 0xfa, 0x40, 0xb0,
+ 0xe7, 0x21, 0xc6, 0x01, 0xb7, 0xe9, 0x1d, 0x71, 0xce, 0xb0, 0x40, 0xeb, 0x5c, 0x60, 0x8b, 0x6b,
+ 0x57, 0x8a, 0xc9, 0x9f, 0xb4, 0xfe, 0xca, 0x7c, 0x59, 0xe2, 0x8c, 0x12, 0xb2, 0x49, 0x26, 0x4d,
+ 0x26, 0x31, 0x33, 0x1e, 0x3f, 0x60, 0x4c, 0xcc, 0xa7, 0x97, 0x89, 0xda, 0x69, 0xb2, 0xea, 0xb2,
+ 0x1b, 0xe9, 0xdb, 0x66, 0x14, 0xd2, 0x72, 0xfb, 0x9d, 0xde, 0xb8, 0x8b, 0x2a, 0x10, 0x84, 0xfa,
+ 0x4e, 0x60, 0xa0, 0x9f, 0xd3, 0x06, 0x7a, 0xd9, 0xc2, 0x88, 0xcb, 0xc6, 0xcc, 0xf2, 0xbc, 0xf5,
+ 0xf7, 0xe9, 0x80, 0xc0, 0x26, 0x2e, 0x48, 0xef, 0xf2, 0x47, 0x51, 0x57, 0xdb, 0xb7, 0x8a, 0x67,
+ 0xea, 0xc8, 0x4f, 0x00, 0x22, 0x93, 0x67, 0xdf, 0xb7, 0xff, 0x3d, 0x25, 0x66, 0xb8, 0x36, 0xae,
+ 0xfc, 0x48, 0x52, 0xf4, 0x27, 0x65, 0x67, 0x96, 0xf9, 0x53, 0x59, 0xf3, 0x1f, 0x4f, 0xfd, 0x1f,
+ 0x4d, 0x87, 0x3c, 0x4b, 0x4a, 0x8e, 0x58, 0xea, 0xe4, 0xb9, 0x84, 0x6c, 0xeb, 0xf3, 0xf1, 0xcc,
+ 0xc9, 0x0b, 0xca, 0xbe, 0x20, 0xbd, 0x36, 0x49, 0x9e, 0x08, 0xe7, 0xa6, 0x5f, 0x54, 0x13, 0x93,
+ 0x2e, 0xc3, 0x4b, 0x51, 0xe5, 0x65, 0x13, 0x57, 0xb5, 0xd1, 0x76, 0x7b, 0x27, 0x28, 0x45, 0x69,
+ 0x16, 0x42, 0x05, 0xb1, 0xde, 0x2a, 0x93, 0xd6, 0xcc, 0xed, 0x84, 0x05, 0x85, 0xff, 0x33, 0xad,
+ 0x24, 0x85, 0x48, 0xb5, 0x3e, 0x9d, 0x30, 0x75, 0x54, 0xb2, 0x5c, 0x62, 0xeb, 0xb8, 0xea, 0xe0,
+ 0x3b, 0x62, 0xb9, 0x6f, 0xb6, 0x94, 0xd8, 0xe2, 0xce, 0xd4, 0x51, 0xcc, 0xd2, 0xc2, 0xef, 0xa4,
+ 0xc4, 0x92, 0x59, 0x60, 0x78, 0x0b, 0x65, 0x89, 0x83, 0x54, 0x3a, 0xac, 0x48, 0xc8, 0x8e, 0x4c,
+ 0x90, 0x24, 0x5f, 0xc5, 0xd3, 0x68, 0x4b, 0x78, 0x0f, 0x15, 0xee, 0x1b, 0xe7, 0xa9, 0x0b, 0x3b,
+ 0x92, 0x27, 0x35, 0xde, 0x94, 0xcd, 0x29, 0x29, 0x61, 0xdc, 0x07, 0x79, 0x52, 0x12, 0x87, 0xaf,
+ 0xaa, 0x29, 0xb8, 0xa5, 0xb8, 0xef, 0xd0, 0xc2, 0x77, 0xda, 0xc3, 0x67, 0x0d, 0x18, 0x53, 0x9d,
+ 0xc9, 0x43, 0x96, 0x6c, 0x02, 0xcf, 0x4c, 0x6c, 0x60, 0xf6, 0xe0, 0x90, 0x49, 0xed, 0x2e, 0x32,
+ 0x1d, 0xe6, 0xf6, 0x1a, 0x6e, 0xee, 0xff, 0x4e, 0x4a, 0x09, 0xf1, 0x4c, 0x77, 0x38, 0x2b, 0x10,
+ 0xa9, 0xe7, 0xce, 0x85, 0x7d, 0x16, 0x30, 0x13, 0x7a, 0xf6, 0x99, 0x73, 0x12, 0x3d, 0x9b, 0x68,
+ 0xbf, 0xe2, 0x2e, 0xab, 0x42, 0xb9, 0xfc, 0x31, 0x74, 0x28, 0x7c, 0x28, 0xce, 0xc7, 0x0a, 0x43,
+ 0x18, 0xd2, 0xd4, 0x31, 0x60, 0x33, 0x0c, 0xcc, 0x98, 0x96, 0xbe, 0x55, 0x57, 0xf8, 0x33, 0x7c,
+ 0xc1, 0x59, 0xfa, 0x98, 0xa2, 0xe8, 0x1a, 0xa9, 0xe5, 0x04, 0xed, 0xf9, 0xcd, 0x55, 0x24, 0x72,
+ 0x47, 0x32, 0x27, 0x0a, 0xa5, 0x2a, 0x00, 0x67, 0x10, 0xfd, 0xc1, 0x34, 0x27, 0xea, 0xac, 0xb2,
+ 0x32, 0xcf, 0x85, 0x7c, 0xe1, 0xf5, 0xfb, 0x29, 0x25, 0xab, 0x46, 0x3f, 0x7b, 0x8a, 0x7a, 0x6d,
+ 0x72, 0x87, 0xf8, 0x03, 0xbf, 0x8d, 0xaf, 0xf6, 0xac, 0x5b, 0x17, 0x57, 0x6b, 0x9b, 0x75, 0x5b,
+ 0x66, 0x7e, 0x4b, 0x5b, 0xff, 0x4c, 0x46, 0xca, 0xc1, 0x14, 0x9a, 0xe8, 0xe7, 0xe7, 0x74, 0x9b,
+ 0xf5, 0x32, 0x7a, 0x3b, 0xd2, 0xe2, 0x4d, 0x87, 0x47, 0x3e, 0x94, 0xb7, 0xc4, 0x2c, 0x39, 0x43,
+ 0x86, 0x09, 0x78, 0xac, 0x77, 0x91, 0xc7, 0x98, 0xe2, 0x3f, 0x99, 0x91, 0x71, 0x33, 0x17, 0x50,
+ 0x61, 0xcc, 0xad, 0xd5, 0xb5, 0xd4, 0x32, 0x0a, 0x3b, 0x9b, 0xf1, 0xa7, 0xd8, 0x2f, 0x1b, 0x38,
+ 0x58, 0x24, 0x29, 0x0a, 0xe3, 0x16, 0xfe, 0x0c, 0x50, 0x76, 0x52, 0x67, 0xbe, 0xed, 0x4c, 0xd3,
+ 0xde, 0x17, 0xf3, 0xf2, 0xa3, 0x4a, 0x7d, 0x78, 0x6b, 0xda, 0xa4, 0x8b, 0x4f, 0xb8, 0x71, 0xfe,
+ 0x3d, 0xb1, 0x88, 0x23, 0xda, 0x72, 0xbd, 0x59, 0xc3, 0x58, 0x1b, 0xef, 0xaa, 0x57, 0x51, 0x78,
+ 0x53, 0xcc, 0xa9, 0x11, 0x10, 0x30, 0x78, 0xc6, 0xc1, 0x9a, 0xcc, 0x37, 0x5a, 0x59, 0xeb, 0x55,
+ 0x16, 0xc8, 0x25, 0x0c, 0x7f, 0xee, 0x00, 0xa8, 0xf7, 0xbb, 0x2d, 0xf4, 0x36, 0x76, 0x4e, 0x94,
+ 0x55, 0x12, 0xb3, 0xc8, 0x10, 0x2e, 0x4e, 0xae, 0x46, 0xd5, 0x59, 0xd7, 0x7d, 0xee, 0xfa, 0x06,
+ 0x2b, 0xc4, 0x0b, 0x4c, 0x6e, 0x5f, 0xdc, 0x90, 0x8d, 0x0b, 0x4f, 0x30, 0x68, 0x29, 0xff, 0x8d,
+ 0x24, 0x48, 0x0d, 0x12, 0xe4, 0x2b, 0x21, 0x47, 0x3b, 0xf2, 0xf9, 0x05, 0xb2, 0xd6, 0xf5, 0x5e,
+ 0xd8, 0xf8, 0x86, 0x39, 0x08, 0x99, 0x63, 0xd6, 0x74, 0x7a, 0x9e, 0xaf, 0xc2, 0xa3, 0xfc, 0x5e,
+ 0xca, 0xd4, 0x72, 0xef, 0x0e, 0xbd, 0xe7, 0x6e, 0xd7, 0x69, 0x8e, 0x41, 0xf8, 0x38, 0x91, 0x00,
+ 0xbb, 0x2e, 0x16, 0x54, 0x8c, 0x51, 0x35, 0x65, 0xbe, 0x00, 0x13, 0xbb, 0x14, 0x4d, 0xf6, 0xca,
+ 0xa7, 0x0a, 0x5b, 0xa1, 0x85, 0x6c, 0xe1, 0x3d, 0x31, 0xaf, 0xeb, 0x01, 0x0f, 0xd0, 0x66, 0x86,
+ 0x18, 0x6e, 0xca, 0x07, 0x4f, 0x9d, 0x38, 0x43, 0xbe, 0xca, 0xfa, 0xa0, 0xad, 0x39, 0x95, 0x63,
+ 0x40, 0x88, 0x1d, 0xaf, 0xcf, 0x16, 0xa5, 0x49, 0x21, 0x91, 0x0a, 0x22, 0xcf, 0x0e, 0xc2, 0x20,
+ 0x39, 0x38, 0xb2, 0x87, 0x72, 0x38, 0x95, 0x47, 0x19, 0xa0, 0x5f, 0x35, 0xa4, 0xc1, 0x64, 0x5a,
+ 0x9f, 0x29, 0xaa, 0xda, 0xf2, 0xb8, 0xa1, 0xd9, 0x28, 0xff, 0x40, 0x9c, 0x53, 0xa3, 0xda, 0x1c,
+ 0xd1, 0x59, 0xda, 0x9e, 0x03, 0x27, 0xde, 0xd8, 0x3c, 0xad, 0x72, 0xd4, 0x21, 0xbf, 0x85, 0x7a,
+ 0x8b, 0x0d, 0x80, 0x4f, 0xef, 0x50, 0x6e, 0x37, 0xa5, 0x38, 0xc3, 0xdf, 0x21, 0x97, 0x0a, 0x73,
+ 0x27, 0x1e, 0xb1, 0xc4, 0x1b, 0xcc, 0xab, 0xa5, 0x3d, 0xde, 0x49, 0x2d, 0x36, 0xf4, 0x06, 0xa1,
+ 0xc7, 0x02, 0x1a, 0x43, 0xcb, 0xb7, 0x09, 0x9a, 0x9a, 0x02, 0xcf, 0x1e, 0xd9, 0x06, 0x8c, 0x72,
+ 0xa3, 0x93, 0xda, 0x57, 0xbe, 0x18, 0xbb, 0x03, 0x34, 0xfc, 0xcd, 0x3a, 0xf4, 0x97, 0x3c, 0xfc,
+ 0x4b, 0xc5, 0x72, 0xa4, 0x4d, 0xb3, 0xe7, 0x8d, 0xac, 0x37, 0x59, 0xc5, 0x31, 0x75, 0x2c, 0x6d,
+ 0xcf, 0x8a, 0xed, 0xff, 0x56, 0xbc, 0x31, 0x08, 0xc8, 0x77, 0x4e, 0x6d, 0xa4, 0x21, 0xe9, 0x8c,
+ 0xb3, 0x0c, 0xd9, 0x74, 0xd4, 0x98, 0xbd, 0x1e, 0xb2, 0x53, 0x75, 0x74, 0x91, 0x04, 0x89, 0xee,
+ 0xb5, 0xa9, 0x0d, 0xcc, 0x97, 0xa2, 0x92, 0xa1, 0x54, 0xf4, 0xeb, 0x7d, 0x3e, 0x97, 0xa4, 0xae,
+ 0x70, 0x49, 0x0e, 0xd1, 0xdf, 0x3e, 0xf1, 0xf5, 0xc4, 0x6f, 0x67, 0x59, 0xb5, 0x34, 0xad, 0xe3,
+ 0x54, 0x81, 0x05, 0x09, 0xe2, 0x78, 0x38, 0xb4, 0xc3, 0xae, 0x59, 0x94, 0xb3, 0x6d, 0x60, 0x8a,
+ 0xad, 0x19, 0x1d, 0xeb, 0x59, 0xb7, 0x36, 0x5c, 0xc0, 0xd0, 0x69, 0x8c, 0x2a, 0xa0, 0x17, 0x3f,
+ 0x1e, 0x20, 0x26, 0xda, 0x31, 0x92, 0x9d, 0xeb, 0x6a, 0xee, 0x36, 0xab, 0xca, 0x49, 0xab, 0x1d,
+ 0x94, 0xcf, 0x29, 0xad, 0x9c, 0x2e, 0x27, 0x46, 0x7c, 0x5e, 0x69, 0x0a, 0xb0, 0x84, 0x9f, 0x96,
+ 0x19, 0x93, 0x5b, 0x48, 0xa8, 0x0d, 0x5e, 0x8d, 0x0b, 0xb5, 0xd0, 0x3e, 0x08, 0xa7, 0x7a, 0xa1,
+ 0x5a, 0xfd, 0x8e, 0x1c, 0xb9, 0x2e, 0x5d, 0x0a, 0x1e, 0x23, 0xa8, 0x52, 0x9e, 0xd7, 0xb2, 0xa1,
+ 0x6a, 0x78, 0x6e, 0xa3, 0x5e, 0x9f, 0x43, 0xc9, 0xad, 0x90, 0x66, 0x5f, 0xad, 0x2f, 0x28, 0x3f,
+ 0xa7, 0xca, 0xe9, 0xa3, 0x41, 0x79, 0x8e, 0xca, 0x01, 0xbf, 0x60, 0xe2, 0x3e, 0x5a, 0x5f, 0x50,
+ 0x77, 0x5e, 0xd5, 0xe9, 0xbd, 0x0a, 0xea, 0xf2, 0x2a, 0xdc, 0xa1, 0xb2, 0x3c, 0x13, 0x53, 0x73,
+ 0x41, 0xe9, 0xcc, 0x58, 0x66, 0x51, 0xab, 0xa0, 0xc4, 0x7d, 0xd6, 0x7d, 0x66, 0xdd, 0x43, 0xa0,
+ 0xd1, 0x82, 0x0b, 0x7e, 0x74, 0xa2, 0x42, 0x79, 0xc6, 0xc0, 0xe9, 0x6f, 0x52, 0x2c, 0xfc, 0x4f,
+ 0xe8, 0x33, 0x15, 0x92, 0x3e, 0x12, 0xf3, 0x23, 0x6c, 0x19, 0x84, 0xbd, 0x78, 0xb3, 0x78, 0x86,
+ 0xb1, 0x8a, 0x5c, 0x14, 0x5b, 0x1a, 0xa9, 0x03, 0x0b, 0x5b, 0x62, 0x56, 0xd6, 0x23, 0xf7, 0x4e,
+ 0x7f, 0x85, 0x60, 0x57, 0x16, 0x19, 0xca, 0x56, 0x2c, 0x25, 0x27, 0xf3, 0x31, 0xa9, 0x51, 0x94,
+ 0x56, 0xe3, 0xb9, 0x92, 0x63, 0x34, 0xe2, 0xa3, 0x9e, 0x25, 0xd4, 0x13, 0x3b, 0xdd, 0xb3, 0x8f,
+ 0x8e, 0x84, 0x92, 0x4b, 0xd1, 0x75, 0x91, 0x6b, 0x32, 0x89, 0xdf, 0x65, 0x4d, 0xdd, 0x1a, 0x6b,
+ 0x79, 0x92, 0x9e, 0x51, 0x95, 0xe1, 0xd3, 0x89, 0xa7, 0xf0, 0xdf, 0xa7, 0x12, 0x70, 0xab, 0xd1,
+ 0x09, 0xb1, 0x11, 0x3e, 0x18, 0x9b, 0xc1, 0xe7, 0x6b, 0x0a, 0x69, 0x45, 0x37, 0x3b, 0xa1, 0x4b,
+ 0x51, 0xfd, 0x55, 0x78, 0x21, 0xe6, 0xd5, 0xdf, 0xc4, 0xbc, 0xd0, 0x33, 0x38, 0xb5, 0xf0, 0x4d,
+ 0x10, 0x3d, 0xb1, 0x20, 0x64, 0xfe, 0xaf, 0x44, 0x06, 0x23, 0xf3, 0x3f, 0x3a, 0xec, 0x24, 0x94,
+ 0xdb, 0x95, 0xe3, 0xc1, 0xe8, 0x44, 0xbf, 0xaf, 0x63, 0xfa, 0x93, 0x31, 0xf9, 0xa0, 0x49, 0xdb,
+ 0x41, 0x2e, 0x33, 0xd6, 0x7f, 0x27, 0xd9, 0xea, 0xa0, 0x15, 0x07, 0xb7, 0x93, 0xd6, 0xc1, 0xd1,
+ 0x98, 0x88, 0xbf, 0x7c, 0xf6, 0x8d, 0xa4, 0x4a, 0x8a, 0x7b, 0x31, 0x39, 0x9d, 0x1e, 0xf3, 0x03,
+ 0x41, 0x46, 0x99, 0xcd, 0x70, 0xbe, 0x07, 0x9a, 0xd8, 0x39, 0xe9, 0xf4, 0x58, 0x54, 0x27, 0x8f,
+ 0xd6, 0x17, 0x4e, 0x7b, 0x88, 0x0e, 0x2e, 0xac, 0x1f, 0x5c, 0x66, 0x17, 0xe4, 0x40, 0x35, 0xad,
+ 0x85, 0x3b, 0x7f, 0x74, 0xd2, 0x23, 0x1d, 0x46, 0x86, 0x47, 0x07, 0x91, 0xd0, 0x1b, 0x1e, 0x62,
+ 0x3c, 0x59, 0x9c, 0xc5, 0x02, 0xcd, 0x02, 0x90, 0x87, 0xf1, 0x8c, 0xac, 0x0b, 0xc0, 0xc2, 0xe2,
+ 0x3a, 0xb2, 0x4b, 0x37, 0x93, 0x96, 0x85, 0x3a, 0x78, 0xf5, 0x22, 0xe4, 0x9f, 0xc2, 0xc2, 0xac,
+ 0x8f, 0x95, 0x75, 0x4f, 0xdd, 0x95, 0x60, 0xe3, 0x75, 0x94, 0x41, 0x64, 0x37, 0x28, 0x37, 0x12,
+ 0xfe, 0x85, 0x9a, 0xeb, 0x60, 0xba, 0xd6, 0x77, 0x94, 0xe9, 0x4d, 0xdf, 0x35, 0x63, 0x85, 0x67,
+ 0x1a, 0xe1, 0xdf, 0x8a, 0xe1, 0xa1, 0x86, 0x03, 0x57, 0xad, 0x6b, 0x28, 0xfc, 0x10, 0x52, 0x26,
+ 0xbc, 0x31, 0x79, 0xee, 0x3a, 0x2f, 0x6c, 0xa5, 0x19, 0xb1, 0x0d, 0xdb, 0x3e, 0x32, 0x9b, 0x9e,
+ 0x6f, 0x63, 0xbd, 0x26, 0x69, 0x28, 0x7d, 0xa2, 0xb1, 0x61, 0x04, 0x47, 0x66, 0x68, 0x94, 0x7b,
+ 0x6e, 0xff, 0x99, 0x6f, 0x1f, 0x78, 0xe4, 0xaf, 0xab, 0x32, 0x18, 0x3e, 0x8c, 0x72, 0x4f, 0xa4,
+ 0x3a, 0x66, 0xff, 0x02, 0x76, 0x31, 0xea, 0xc6, 0xdf, 0x6f, 0xa5, 0x42, 0xef, 0xb7, 0xe2, 0x94,
+ 0x9e, 0x25, 0x41, 0xd3, 0xa1, 0x2c, 0x11, 0x29, 0xfc, 0x75, 0x46, 0xd9, 0xf4, 0xd4, 0xc7, 0x43,
+ 0x1d, 0xa7, 0x93, 0x78, 0xf9, 0x1e, 0x0e, 0x7d, 0x1d, 0x18, 0x39, 0xa7, 0x39, 0x84, 0x3f, 0xaa,
+ 0xbe, 0xcc, 0x18, 0x1d, 0xa8, 0x0f, 0x73, 0xda, 0x7d, 0xb2, 0x3b, 0x67, 0x15, 0x0c, 0x51, 0xc9,
+ 0x97, 0x03, 0x28, 0x9a, 0xd1, 0x61, 0x74, 0xb1, 0x08, 0xb1, 0xdd, 0x11, 0x3a, 0x7d, 0xb0, 0xa1,
+ 0x1c, 0xad, 0x90, 0xed, 0x63, 0xf6, 0x0c, 0x9e, 0x0b, 0x30, 0xa8, 0x8b, 0xae, 0x67, 0x6c, 0xf1,
+ 0xd6, 0xcf, 0x53, 0x0e, 0xdc, 0x21, 0x20, 0xca, 0xfd, 0x9e, 0xe7, 0x75, 0x41, 0xa0, 0x68, 0x03,
+ 0x81, 0x57, 0x34, 0x1c, 0xa4, 0x0d, 0xb3, 0xf2, 0x10, 0xf6, 0xb1, 0x2f, 0x09, 0x38, 0xf2, 0x1e,
+ 0x70, 0x33, 0x5c, 0x74, 0x7b, 0xc3, 0xf1, 0x9c, 0x6e, 0xf0, 0x68, 0xb1, 0xed, 0x1c, 0xba, 0x20,
+ 0x62, 0xd8, 0x7e, 0x9f, 0x54, 0x85, 0x8a, 0x8e, 0xc3, 0x4c, 0xe1, 0x97, 0x83, 0x35, 0x08, 0x74,
+ 0xfd, 0x80, 0x8a, 0xe3, 0xbb, 0x18, 0xf4, 0x63, 0x1b, 0xb5, 0x91, 0xc7, 0x0f, 0x2c, 0xea, 0x07,
+ 0x98, 0x58, 0x45, 0xa2, 0xf5, 0x73, 0xca, 0x68, 0x8f, 0x9e, 0xf7, 0xb2, 0x2c, 0xa7, 0x76, 0xc0,
+ 0x1f, 0x0f, 0x28, 0x32, 0x0b, 0x17, 0x9f, 0x57, 0x4d, 0x07, 0x63, 0x5f, 0x99, 0xfe, 0x98, 0x62,
+ 0xc3, 0x82, 0x50, 0x12, 0x04, 0x50, 0xec, 0xb9, 0x23, 0x45, 0x4a, 0x2e, 0x90, 0xad, 0x7e, 0x83,
+ 0xed, 0xbe, 0x06, 0x3a, 0x20, 0x3d, 0x29, 0xc5, 0x64, 0xa0, 0xf3, 0x2a, 0x9b, 0xe1, 0x14, 0x89,
+ 0xc5, 0x08, 0xe5, 0xb7, 0xe0, 0xab, 0x32, 0xe2, 0x60, 0x64, 0x01, 0x58, 0x4c, 0x18, 0x45, 0x02,
+ 0xc8, 0x84, 0x61, 0x0c, 0x20, 0x09, 0x62, 0xb9, 0x10, 0x2e, 0xf3, 0x07, 0x20, 0x9a, 0xb7, 0x47,
+ 0x9e, 0x19, 0x0f, 0x3a, 0x6b, 0xbd, 0x2d, 0xee, 0x4d, 0x9a, 0xbb, 0xcf, 0x4e, 0x2e, 0x3e, 0x3f,
+ 0x24, 0x57, 0x02, 0xd1, 0x5f, 0xa6, 0x44, 0x71, 0xd2, 0x3c, 0xa3, 0x3d, 0xa6, 0xc0, 0x72, 0x55,
+ 0xcc, 0x98, 0xc1, 0x54, 0xd6, 0xbf, 0xe2, 0x98, 0xc5, 0xa0, 0x41, 0xe1, 0x43, 0x21, 0x82, 0x5f,
+ 0x13, 0xf7, 0x25, 0xa2, 0x6d, 0xe2, 0xa4, 0xd8, 0xf5, 0xe8, 0xc9, 0x35, 0x31, 0xe6, 0x5c, 0x6f,
+ 0xd3, 0x71, 0xba, 0x68, 0x14, 0x2e, 0xb3, 0x17, 0xb8, 0x11, 0x1f, 0x23, 0x64, 0x3e, 0xcb, 0x9a,
+ 0x9e, 0xe2, 0xec, 0x02, 0xf0, 0x71, 0xf4, 0x10, 0x27, 0x0c, 0x18, 0xb8, 0x10, 0xfa, 0xe3, 0x40,
+ 0x6e, 0x9c, 0xb7, 0x8e, 0xa6, 0x4f, 0x48, 0xc6, 0xc0, 0x32, 0x4c, 0xcc, 0xb1, 0x50, 0x58, 0x11,
+ 0xfb, 0x00, 0x1c, 0x7c, 0xf0, 0x48, 0xcf, 0xd0, 0x98, 0x9e, 0x36, 0x53, 0xfd, 0xa5, 0x49, 0x33,
+ 0xdd, 0x14, 0x6f, 0x85, 0x67, 0x1a, 0x3a, 0xa7, 0xe0, 0x40, 0x4e, 0x03, 0xfb, 0x9f, 0x61, 0x00,
+ 0x0c, 0xe6, 0x31, 0x71, 0x9c, 0x53, 0x00, 0x3f, 0xf1, 0x80, 0x5f, 0x8b, 0x92, 0x1f, 0xf5, 0xbe,
+ 0xe5, 0x11, 0x09, 0x17, 0x0a, 0xa8, 0x7f, 0x2d, 0x1b, 0xa5, 0x94, 0xd1, 0x76, 0x3a, 0xa1, 0x96,
+ 0xe8, 0x00, 0x02, 0x3a, 0xf4, 0x88, 0x97, 0x4f, 0x19, 0xc1, 0x91, 0x4f, 0xeb, 0x0a, 0x3c, 0x1b,
+ 0xf5, 0x3b, 0x29, 0xfc, 0x61, 0x4a, 0x2c, 0xa0, 0xf6, 0x60, 0xd3, 0x75, 0x7a, 0x5d, 0xb8, 0x08,
+ 0x0b, 0x14, 0xff, 0xd9, 0x88, 0x7a, 0x74, 0xb9, 0x58, 0x31, 0xc7, 0xc0, 0xb6, 0xc4, 0xa5, 0x5d,
+ 0x07, 0x2e, 0x2d, 0xa9, 0xc2, 0xc6, 0x1f, 0x55, 0xca, 0x35, 0x37, 0x76, 0xfb, 0xa3, 0x07, 0x6b,
+ 0xa6, 0xce, 0x44, 0x95, 0xbe, 0xff, 0xae, 0xc9, 0xbf, 0x91, 0x7e, 0x05, 0x70, 0x3a, 0x50, 0x6b,
+ 0x2e, 0xd5, 0xee, 0x1b, 0x07, 0x3d, 0xaf, 0xad, 0x58, 0x3d, 0x22, 0x13, 0x85, 0x56, 0x10, 0x94,
+ 0x81, 0xfc, 0xb6, 0x36, 0xc4, 0x22, 0xcd, 0xf8, 0x00, 0xe7, 0xaf, 0x36, 0xe1, 0xed, 0xb3, 0x6d,
+ 0x82, 0x5e, 0x77, 0xe1, 0x77, 0x53, 0xc8, 0xba, 0xf2, 0x96, 0x10, 0x49, 0x90, 0x7f, 0xdb, 0x2f,
+ 0x1c, 0x44, 0xdd, 0xd2, 0x9b, 0xf4, 0x2d, 0xb1, 0x88, 0xcf, 0x96, 0xd5, 0xb7, 0x38, 0x60, 0xf2,
+ 0x95, 0xf0, 0xfe, 0xb4, 0xa0, 0x01, 0xef, 0xe5, 0x63, 0xe3, 0x95, 0x95, 0x0c, 0x5b, 0xc2, 0xfa,
+ 0xc3, 0xb5, 0xb3, 0xcd, 0xce, 0x2c, 0xb6, 0x76, 0xf9, 0x82, 0x44, 0xaf, 0x22, 0xd9, 0x9b, 0x92,
+ 0x91, 0x43, 0xc4, 0x02, 0x15, 0x43, 0x0e, 0x9f, 0xf0, 0x95, 0x89, 0x5e, 0xb9, 0xf8, 0x88, 0x93,
+ 0xee, 0xdc, 0x53, 0x71, 0x7b, 0xe2, 0x94, 0x4e, 0x8b, 0xe5, 0x83, 0x52, 0x35, 0xd0, 0x74, 0xf4,
+ 0x03, 0x41, 0x66, 0x2a, 0x12, 0xf3, 0x1c, 0xf3, 0x02, 0xbc, 0x31, 0x71, 0x72, 0xd1, 0xa8, 0x39,
+ 0xd1, 0x89, 0xe5, 0xcb, 0xf8, 0x9a, 0x9b, 0x26, 0xaf, 0x10, 0xfa, 0xfd, 0xe2, 0x59, 0x47, 0x2b,
+ 0xca, 0x65, 0x17, 0x3e, 0x17, 0x73, 0xf2, 0xcf, 0x89, 0xdc, 0x4f, 0x3c, 0x1f, 0x44, 0x82, 0x2d,
+ 0xc8, 0xd8, 0x77, 0xf6, 0x39, 0x59, 0x33, 0xf2, 0xb7, 0xa2, 0xcf, 0x3a, 0x87, 0x26, 0x07, 0xb9,
+ 0xaa, 0xec, 0xb5, 0x3b, 0x47, 0x08, 0xf4, 0x2f, 0xda, 0x30, 0x73, 0xa0, 0x8b, 0xf0, 0x53, 0x7b,
+ 0x80, 0x5f, 0x36, 0x3c, 0xc0, 0xc9, 0xa5, 0x9e, 0xc3, 0x2d, 0xa1, 0x58, 0x8f, 0x89, 0xfa, 0x38,
+ 0x68, 0x5a, 0x38, 0xb2, 0x17, 0xc0, 0x4c, 0x90, 0x5c, 0x81, 0x82, 0x70, 0x51, 0x47, 0xf6, 0x0f,
+ 0xf5, 0xcd, 0xa8, 0x8b, 0xb2, 0x1b, 0xdf, 0x9e, 0x59, 0xb3, 0x86, 0x1c, 0xf3, 0x75, 0x06, 0x16,
+ 0xeb, 0xae, 0xe9, 0x5e, 0xcc, 0xf3, 0xc0, 0xb8, 0x92, 0xd2, 0x15, 0x76, 0x49, 0x64, 0x49, 0xc3,
+ 0xcb, 0x73, 0x5e, 0x0b, 0x7c, 0x6b, 0xa8, 0xe1, 0x8e, 0x03, 0x22, 0x0d, 0x7f, 0x1c, 0xb1, 0xa6,
+ 0x87, 0x09, 0x67, 0xe4, 0x2b, 0x03, 0x3d, 0xe3, 0x47, 0x46, 0xac, 0x45, 0xdd, 0x47, 0x1f, 0x34,
+ 0x65, 0x07, 0xa5, 0x8c, 0x4a, 0x5e, 0xb4, 0x27, 0x47, 0xc9, 0x47, 0x0f, 0x57, 0xe9, 0x69, 0xf5,
+ 0x3d, 0x23, 0xdc, 0xa4, 0x31, 0xd2, 0xa0, 0x77, 0x12, 0x4b, 0x43, 0x08, 0x08, 0x2e, 0xf6, 0x41,
+ 0x34, 0x95, 0x14, 0x00, 0xc1, 0x25, 0x55, 0xe0, 0xab, 0x91, 0xbf, 0x35, 0x32, 0xfc, 0x71, 0xcc,
+ 0x4d, 0x17, 0x6e, 0x0d, 0x39, 0x3a, 0x75, 0x9c, 0x58, 0x84, 0xcd, 0x59, 0xc4, 0x1c, 0x5c, 0xc2,
+ 0x61, 0x31, 0xd2, 0x32, 0xf4, 0x86, 0x0c, 0x31, 0x40, 0x23, 0x14, 0xc9, 0xde, 0xb5, 0x9e, 0xde,
+ 0xab, 0xea, 0x8d, 0xcc, 0xa8, 0x5c, 0x6b, 0xf8, 0xc8, 0x61, 0x30, 0x74, 0x31, 0x10, 0xc0, 0x89,
+ 0x7c, 0x8b, 0xbe, 0x16, 0x24, 0x6e, 0x60, 0xd3, 0xc2, 0x2b, 0xc5, 0x89, 0x13, 0x52, 0x09, 0x4e,
+ 0xee, 0x4c, 0x49, 0x70, 0x82, 0x42, 0x1e, 0x41, 0x1c, 0xef, 0xdf, 0x3f, 0x98, 0x29, 0x0c, 0xd1,
+ 0x8a, 0x1c, 0x5d, 0xa0, 0x8e, 0xfe, 0xa6, 0x17, 0xc8, 0x25, 0x89, 0x0b, 0xa4, 0x11, 0x8c, 0x05,
+ 0xd2, 0x06, 0xf9, 0x3e, 0x46, 0xed, 0x90, 0x8b, 0x7c, 0xcf, 0xb4, 0x75, 0x67, 0x8d, 0xf7, 0xb5,
+ 0x36, 0x92, 0xdb, 0x1d, 0x74, 0x7a, 0xca, 0xf3, 0xcf, 0xd2, 0x4e, 0x65, 0xa7, 0xbe, 0x51, 0xe1,
+ 0xd0, 0x24, 0xd1, 0x90, 0x9d, 0x3a, 0xd3, 0x41, 0x90, 0x47, 0xcc, 0x4c, 0x2d, 0x9c, 0x40, 0xae,
+ 0x29, 0xee, 0x9a, 0x36, 0xe7, 0x51, 0x62, 0x7b, 0xeb, 0x5f, 0x4d, 0x31, 0x6e, 0xa4, 0x9b, 0xa3,
+ 0x69, 0x3e, 0xaa, 0x97, 0x00, 0xd6, 0xd5, 0x2b, 0x1f, 0xd4, 0x43, 0x6e, 0xf3, 0x83, 0xf8, 0x84,
+ 0xfd, 0x88, 0x7f, 0x88, 0x39, 0x20, 0x74, 0x44, 0xa3, 0x96, 0x66, 0x0a, 0xa3, 0xe8, 0x43, 0xc0,
+ 0xac, 0x4a, 0x79, 0x7e, 0x3b, 0x3e, 0x0b, 0x49, 0x32, 0xe0, 0x22, 0xf8, 0x47, 0xd3, 0x26, 0x80,
+ 0x31, 0x57, 0xe4, 0x73, 0x7d, 0x6d, 0xcd, 0x4f, 0x07, 0x36, 0x67, 0x02, 0x64, 0xb2, 0xd4, 0xf0,
+ 0x73, 0x2a, 0xd2, 0x3a, 0x50, 0x21, 0x13, 0x62, 0x49, 0x82, 0x51, 0x24, 0xc1, 0xfc, 0x89, 0x7d,
+ 0x3e, 0x57, 0xe5, 0x03, 0x65, 0x20, 0xb5, 0x59, 0x89, 0xd4, 0xe2, 0x4a, 0x6c, 0xf9, 0x38, 0xce,
+ 0x41, 0xe6, 0x24, 0xc9, 0x2b, 0xf4, 0x8f, 0x33, 0x09, 0x8a, 0x6d, 0xb3, 0x93, 0xe9, 0x0e, 0xe0,
+ 0x3b, 0x06, 0x8f, 0x73, 0xaf, 0x78, 0xa6, 0x7e, 0x45, 0xfe, 0x59, 0xf8, 0x8b, 0xb4, 0x98, 0x0d,
+ 0xa6, 0xc1, 0x23, 0x85, 0xf2, 0x39, 0x04, 0x2f, 0x8f, 0xd3, 0xd2, 0xc5, 0x4b, 0xbe, 0xb0, 0x34,
+ 0xe9, 0xf5, 0x59, 0x3f, 0x47, 0x49, 0xb5, 0x49, 0xe1, 0xc2, 0x1f, 0x32, 0x14, 0x29, 0x28, 0xc9,
+ 0x1d, 0x61, 0x98, 0x04, 0x23, 0x38, 0x43, 0xf8, 0xe4, 0x67, 0x95, 0x4c, 0xda, 0x3e, 0xc0, 0xe0,
+ 0xb4, 0xc1, 0x5c, 0xe7, 0x94, 0x90, 0xdb, 0xa7, 0xe8, 0x12, 0xca, 0xff, 0x2c, 0x70, 0x7e, 0x59,
+ 0x2e, 0x74, 0x44, 0x36, 0x31, 0x1d, 0xe9, 0xd9, 0x32, 0x27, 0xc3, 0x3c, 0xa8, 0x84, 0x45, 0xc9,
+ 0x6c, 0xa8, 0x23, 0xf9, 0xc1, 0xcf, 0xc8, 0x47, 0x59, 0x11, 0x1d, 0x5a, 0x69, 0x00, 0x38, 0x75,
+ 0xcb, 0x39, 0x06, 0x62, 0xb9, 0xef, 0xf6, 0x01, 0xb5, 0x40, 0x27, 0x19, 0xf6, 0xc3, 0xbe, 0x1f,
+ 0xbc, 0x2f, 0x52, 0x45, 0x6b, 0xd2, 0x72, 0xf9, 0x1b, 0x29, 0x71, 0xb1, 0xbc, 0x31, 0x3e, 0x3e,
+ 0x3e, 0xd9, 0xeb, 0xef, 0xa3, 0xab, 0xbc, 0x0a, 0xa8, 0x7b, 0x1f, 0xf8, 0x39, 0x2c, 0x66, 0x26,
+ 0x4b, 0x1a, 0xb0, 0x0c, 0xdf, 0x2c, 0x8c, 0xcb, 0x14, 0x58, 0x97, 0x48, 0xc8, 0xfa, 0x54, 0x5c,
+ 0x68, 0xf7, 0x99, 0x9e, 0x98, 0x5d, 0x19, 0x07, 0x9d, 0x2f, 0x56, 0x82, 0xe6, 0x8c, 0x81, 0x10,
+ 0xb1, 0x47, 0xca, 0xec, 0xbd, 0xfe, 0xb3, 0xbe, 0xf7, 0xa2, 0x8f, 0x1e, 0x0c, 0x89, 0xda, 0x34,
+ 0x8e, 0xd7, 0xd0, 0x70, 0x3a, 0xee, 0x80, 0x72, 0xac, 0x73, 0x78, 0x34, 0x33, 0xc7, 0xfa, 0xb4,
+ 0x1e, 0x45, 0x7a, 0x78, 0x45, 0xce, 0x9a, 0xf8, 0xd3, 0x88, 0xad, 0xc1, 0xae, 0x43, 0x6f, 0x88,
+ 0x6c, 0x72, 0x84, 0x31, 0x43, 0x8b, 0xca, 0x9c, 0xd1, 0xbf, 0x9b, 0x8e, 0x5a, 0x66, 0xe2, 0x5f,
+ 0xd3, 0xf7, 0xe6, 0xbb, 0x91, 0x5c, 0x8c, 0x2b, 0xf2, 0xe5, 0xcb, 0x59, 0x3a, 0x93, 0xc7, 0x00,
+ 0xfd, 0xb5, 0x7e, 0x5e, 0x17, 0xda, 0xd2, 0x21, 0x14, 0x73, 0x4a, 0x2d, 0xe8, 0x06, 0xe8, 0x1c,
+ 0x10, 0x6b, 0x92, 0xfb, 0x06, 0xe6, 0xe7, 0x0b, 0x8a, 0xeb, 0x07, 0x07, 0x0e, 0x22, 0x96, 0x0d,
+ 0xf9, 0xe6, 0x2f, 0x97, 0x02, 0x7a, 0x7e, 0x39, 0xa8, 0x07, 0xce, 0xa0, 0xdd, 0x73, 0x39, 0xae,
+ 0x4c, 0x2e, 0x8d, 0x09, 0x3c, 0xcc, 0xba, 0x11, 0xba, 0xb6, 0xf7, 0xd8, 0xf7, 0x34, 0x13, 0xae,
+ 0xdc, 0x71, 0x7d, 0x1f, 0xc6, 0xe5, 0x1b, 0x99, 0xa3, 0x70, 0xc9, 0x57, 0xca, 0x32, 0xf6, 0x2c,
+ 0x48, 0x6d, 0xea, 0x65, 0x9a, 0x0c, 0x9c, 0x21, 0x9f, 0xbf, 0x33, 0x58, 0x5d, 0x0a, 0x3f, 0x7f,
+ 0xdf, 0xc1, 0x60, 0x46, 0xed, 0x5e, 0xf4, 0xbd, 0x78, 0xa2, 0x43, 0x31, 0x10, 0x0c, 0xdf, 0xfd,
+ 0x81, 0xba, 0x28, 0xe8, 0x3d, 0x80, 0xaf, 0xfc, 0xf0, 0x61, 0x28, 0x85, 0x58, 0x71, 0xbe, 0xc4,
+ 0x67, 0x17, 0x36, 0x85, 0x74, 0xf2, 0x9f, 0xd1, 0xb5, 0x9e, 0x2f, 0x3c, 0x10, 0x0b, 0xe8, 0x5a,
+ 0xdd, 0x43, 0x89, 0x22, 0xcc, 0x2a, 0x4e, 0x89, 0xcd, 0xfe, 0x0b, 0x69, 0xbc, 0x28, 0x98, 0xb8,
+ 0x37, 0x88, 0x1c, 0xa6, 0x3c, 0xa2, 0x63, 0x5c, 0x29, 0xb9, 0x68, 0x06, 0x81, 0x36, 0x83, 0x1c,
+ 0x7d, 0xf8, 0x48, 0xdd, 0x7d, 0xee, 0x48, 0x62, 0x8b, 0xc6, 0x77, 0x85, 0x10, 0xec, 0x21, 0x10,
+ 0x89, 0xb6, 0xe2, 0x4e, 0x65, 0x98, 0x5d, 0x59, 0xd5, 0x75, 0x87, 0x61, 0x34, 0x75, 0xe8, 0x98,
+ 0x11, 0x13, 0x03, 0x1c, 0x77, 0xa8, 0x82, 0x68, 0x2f, 0x1b, 0x85, 0x86, 0xdb, 0xd9, 0x2d, 0x71,
+ 0x6d, 0x3c, 0x00, 0xac, 0x85, 0xd4, 0x48, 0x47, 0x40, 0x33, 0xb8, 0xfe, 0x05, 0xad, 0x71, 0xa3,
+ 0xf7, 0x9c, 0xe4, 0xa0, 0x4a, 0x5a, 0x55, 0xa9, 0xe3, 0x8e, 0xd9, 0x48, 0x1f, 0xad, 0xbd, 0xff,
+ 0xee, 0x5e, 0x5f, 0x6a, 0xcb, 0x9c, 0xae, 0x65, 0x45, 0x6f, 0xad, 0x94, 0x3c, 0xb0, 0x5d, 0x93,
+ 0x5b, 0x59, 0x0f, 0xa2, 0xa8, 0x0b, 0xf0, 0xf8, 0x67, 0xd8, 0x48, 0x9b, 0x42, 0xe1, 0x4c, 0x94,
+ 0x4f, 0x9f, 0xb2, 0xa0, 0xfe, 0x79, 0x3a, 0xea, 0x16, 0x15, 0xed, 0x35, 0x59, 0x0e, 0x01, 0xb2,
+ 0x45, 0xc3, 0x29, 0x29, 0x24, 0x81, 0x6c, 0x25, 0x8e, 0x54, 0xa4, 0xd2, 0xc2, 0xcf, 0x88, 0x05,
+ 0xed, 0x4f, 0x27, 0xb3, 0xb3, 0xf1, 0x8f, 0xe0, 0xbc, 0x55, 0x2e, 0xb0, 0x88, 0x1f, 0x30, 0xbd,
+ 0xf7, 0x1a, 0xc1, 0x4d, 0x1a, 0x68, 0x67, 0xef, 0xa8, 0xfb, 0x65, 0xe1, 0xfb, 0x62, 0xe6, 0x33,
+ 0x25, 0x9b, 0x69, 0x47, 0x46, 0x1e, 0xb5, 0x2e, 0x2e, 0x06, 0x14, 0x46, 0x7f, 0x35, 0x2c, 0x4b,
+ 0x9d, 0x61, 0x15, 0x81, 0x33, 0xe0, 0x3b, 0x6c, 0xad, 0x0a, 0xe4, 0x2f, 0xba, 0x6e, 0x4d, 0x60,
+ 0x2c, 0x9c, 0x6e, 0x7d, 0x9c, 0x14, 0xea, 0xf5, 0x2d, 0x15, 0xef, 0x2f, 0x78, 0xbd, 0x35, 0xf2,
+ 0x95, 0x53, 0x6a, 0xec, 0x2d, 0x43, 0x47, 0xe9, 0xb0, 0x13, 0x5a, 0x9b, 0xc7, 0x13, 0x7e, 0x52,
+ 0x71, 0x0f, 0x03, 0x16, 0xa3, 0xfa, 0x3f, 0xee, 0x4d, 0xdc, 0xdc, 0xa8, 0x47, 0xc7, 0xb1, 0x7e,
+ 0x2e, 0xea, 0x28, 0x21, 0x9d, 0xd0, 0xf0, 0xfd, 0xa5, 0x14, 0x6b, 0x5e, 0x11, 0x57, 0x13, 0xf3,
+ 0xfe, 0x1a, 0x9e, 0x62, 0x24, 0xc3, 0xb0, 0x6c, 0x15, 0x73, 0x75, 0xff, 0xe9, 0x28, 0x94, 0x1b,
+ 0x5f, 0xc0, 0x50, 0xd5, 0x67, 0x19, 0x1f, 0x30, 0xc0, 0x33, 0x68, 0x1a, 0x1f, 0xbc, 0x1d, 0x33,
+ 0x10, 0x04, 0x83, 0x53, 0xf0, 0x8c, 0x33, 0xcf, 0x7f, 0xc0, 0xad, 0xe3, 0x9f, 0xb0, 0xa7, 0xec,
+ 0xd0, 0x86, 0x73, 0xd6, 0x2f, 0x00, 0x72, 0xea, 0x3a, 0xc9, 0x1f, 0xf8, 0xb3, 0x6c, 0xcc, 0x58,
+ 0x11, 0x7c, 0x41, 0x1f, 0xf4, 0x19, 0xbe, 0xf1, 0x30, 0x12, 0x1e, 0xff, 0x4e, 0xf1, 0xd4, 0x61,
+ 0x63, 0xa9, 0xd8, 0xcd, 0x17, 0x57, 0x1c, 0x4b, 0xe4, 0x77, 0x33, 0xc9, 0xa9, 0xd8, 0xaf, 0x8a,
+ 0x4b, 0x32, 0x15, 0x3b, 0xa7, 0xa0, 0xad, 0xd6, 0x6b, 0xe4, 0x41, 0x07, 0x24, 0x10, 0x28, 0x99,
+ 0xaa, 0x6a, 0x7e, 0xb6, 0x6d, 0xb7, 0x1a, 0xa5, 0x5a, 0xb3, 0x54, 0x6e, 0x71, 0x1e, 0xa0, 0x8b,
+ 0x22, 0xa7, 0x2b, 0x37, 0xd0, 0xe9, 0xae, 0x84, 0xa9, 0x7f, 0x8c, 0xd1, 0xc2, 0x91, 0xf8, 0x31,
+ 0x8f, 0xc3, 0x65, 0x55, 0xa5, 0xf2, 0x01, 0x71, 0x76, 0xa5, 0xdc, 0x0c, 0xe6, 0x09, 0x0e, 0xba,
+ 0xb5, 0xec, 0x92, 0xaa, 0x99, 0xcb, 0xdf, 0x10, 0x2f, 0x19, 0x03, 0x36, 0x2a, 0x3b, 0xa5, 0x6a,
+ 0xad, 0x5a, 0xdb, 0xe2, 0xb4, 0xf9, 0x98, 0x2f, 0xeb, 0x82, 0x38, 0x67, 0x36, 0xa8, 0xd7, 0x77,
+ 0x72, 0x0b, 0x98, 0x17, 0x28, 0xb6, 0xa8, 0x20, 0x51, 0x30, 0xe5, 0xe7, 0xbd, 0x29, 0xae, 0xa9,
+ 0x26, 0x7b, 0xb5, 0xc7, 0xb5, 0xfa, 0xe7, 0x35, 0x9d, 0xa2, 0x18, 0xb3, 0x7c, 0xe5, 0x16, 0xcd,
+ 0x49, 0xa9, 0x16, 0x94, 0x16, 0x78, 0xc9, 0x5c, 0xa5, 0xaa, 0xe1, 0x04, 0x02, 0xe8, 0x14, 0x72,
+ 0x55, 0x7f, 0x19, 0x46, 0xab, 0x73, 0xce, 0x5e, 0x99, 0xe5, 0x7f, 0xc5, 0xec, 0xa9, 0x36, 0x81,
+ 0xab, 0xce, 0x59, 0x55, 0xd6, 0xab, 0x4e, 0xb8, 0xc2, 0x81, 0x2f, 0xe8, 0xe9, 0x10, 0x64, 0xfd,
+ 0x5f, 0x29, 0xf5, 0x72, 0x29, 0x01, 0x66, 0x42, 0xaf, 0xda, 0xce, 0x00, 0x8e, 0x1f, 0x47, 0x53,
+ 0x96, 0xde, 0x2b, 0x9e, 0x69, 0x6c, 0x95, 0x99, 0x11, 0xc5, 0x31, 0x64, 0xe4, 0xbc, 0x61, 0x60,
+ 0xc8, 0xa5, 0x02, 0x8a, 0x29, 0x89, 0xf2, 0x38, 0xe3, 0xfc, 0xf5, 0xa9, 0x89, 0x16, 0xc3, 0x61,
+ 0x6d, 0x82, 0x37, 0xcc, 0xac, 0xa1, 0xff, 0x2f, 0xd2, 0xac, 0xcf, 0x61, 0xeb, 0xcf, 0x43, 0xe7,
+ 0xa8, 0xfd, 0xdc, 0xf5, 0x54, 0x56, 0x83, 0x09, 0x6f, 0x16, 0x22, 0xda, 0x7f, 0xf2, 0x67, 0xfc,
+ 0xc2, 0x06, 0x09, 0x26, 0x20, 0x4a, 0x30, 0x4b, 0xdf, 0xd3, 0x16, 0x52, 0xe3, 0xfd, 0x80, 0xdb,
+ 0x97, 0xd9, 0x15, 0xa4, 0xc8, 0x49, 0x59, 0x36, 0xb9, 0xaa, 0x03, 0x32, 0x40, 0x3f, 0x48, 0x5d,
+ 0x18, 0xbc, 0x38, 0x60, 0x66, 0x40, 0x32, 0x22, 0xc6, 0x58, 0xd2, 0xbf, 0xdd, 0x51, 0x99, 0xf1,
+ 0x49, 0xd8, 0xe5, 0xcc, 0x0d, 0xac, 0x1c, 0xd0, 0x09, 0xb8, 0x55, 0xb1, 0x4a, 0xb4, 0x22, 0xf4,
+ 0x76, 0x92, 0xb8, 0xdb, 0x95, 0xed, 0x17, 0x95, 0x78, 0x84, 0x45, 0x2c, 0x31, 0x2d, 0x2b, 0x01,
+ 0x4d, 0x46, 0xa5, 0x6c, 0x77, 0x50, 0xa0, 0x00, 0x46, 0xf7, 0x10, 0x3e, 0xdb, 0x45, 0x7e, 0xe0,
+ 0x2e, 0xc8, 0x3c, 0x57, 0x26, 0x44, 0x22, 0xc1, 0xbb, 0x32, 0x2d, 0x4c, 0x09, 0x60, 0x91, 0xfb,
+ 0xe2, 0xde, 0xe4, 0x16, 0xdb, 0xee, 0x31, 0xd2, 0x94, 0xd2, 0xf3, 0xb6, 0xdb, 0x6b, 0xef, 0x93,
+ 0x51, 0x10, 0xb0, 0xcb, 0x6b, 0xe2, 0x95, 0x29, 0x83, 0x1e, 0x1c, 0xe0, 0xdb, 0xf0, 0x5c, 0xfa,
+ 0xee, 0x13, 0x71, 0x31, 0x29, 0x0c, 0x43, 0xfe, 0x9a, 0x98, 0x18, 0x88, 0x01, 0xe6, 0x03, 0x33,
+ 0x8e, 0xd7, 0x3e, 0xaa, 0x6e, 0x3d, 0xda, 0x86, 0xff, 0x5a, 0xcd, 0x5c, 0xea, 0xee, 0x7f, 0x93,
+ 0x12, 0xd7, 0x2a, 0x89, 0xaf, 0x71, 0x25, 0x96, 0xe4, 0xf9, 0x4d, 0x69, 0x81, 0x2b, 0x4f, 0xe5,
+ 0xdf, 0x11, 0x6f, 0x9d, 0xd2, 0xac, 0xd4, 0x43, 0xef, 0xf8, 0x93, 0x0a, 0x71, 0xdd, 0x80, 0x39,
+ 0xdf, 0x14, 0xb7, 0x4f, 0xe9, 0x21, 0x1f, 0xed, 0x76, 0x01, 0xa1, 0x9e, 0xde, 0xb8, 0x85, 0xa6,
+ 0x64, 0x60, 0x54, 0x72, 0xd9, 0xbb, 0x7f, 0x07, 0x72, 0x6b, 0x92, 0x73, 0x8a, 0x3c, 0xc0, 0x89,
+ 0x6e, 0x2b, 0xb0, 0x61, 0x80, 0x67, 0x27, 0xb4, 0xc0, 0x13, 0x81, 0x75, 0x02, 0x4a, 0x9d, 0xd0,
+ 0x80, 0xbd, 0x8a, 0x60, 0x61, 0x93, 0xc7, 0xc0, 0xf9, 0xc3, 0x62, 0x26, 0x37, 0x40, 0x86, 0x06,
+ 0x68, 0xc4, 0xab, 0xe2, 0xc6, 0xc4, 0x79, 0xb2, 0x6f, 0x68, 0x6e, 0xe6, 0xee, 0xaf, 0x67, 0xc5,
+ 0xe5, 0x09, 0x56, 0x8d, 0x5b, 0xe2, 0x66, 0xc4, 0xf0, 0xa3, 0xeb, 0xec, 0x9a, 0xf3, 0x82, 0xbe,
+ 0xf2, 0x8d, 0xd3, 0x5a, 0xd1, 0x64, 0x53, 0xf9, 0xb7, 0xc5, 0x9b, 0x13, 0x5b, 0x61, 0x93, 0xa6,
+ 0x03, 0x7c, 0x83, 0x16, 0x88, 0x60, 0xf9, 0x6f, 0x89, 0x37, 0xa6, 0x76, 0x30, 0x5b, 0x67, 0xe4,
+ 0x7e, 0x26, 0xb7, 0x7e, 0x04, 0x2b, 0x86, 0xdd, 0x78, 0x43, 0xdc, 0x9a, 0xdc, 0x04, 0x7e, 0x7d,
+ 0xee, 0xf6, 0xb7, 0x3d, 0x10, 0x66, 0x67, 0xe4, 0xf5, 0x4b, 0x6e, 0xb9, 0x49, 0x6f, 0x81, 0xfa,
+ 0xa3, 0xde, 0x49, 0x10, 0xe6, 0x3c, 0x37, 0x9b, 0xbf, 0x23, 0x5e, 0x9b, 0xdc, 0xc5, 0x88, 0xa3,
+ 0x0a, 0x34, 0x78, 0xda, 0x3c, 0x76, 0xbd, 0xc1, 0xb8, 0xd7, 0x1e, 0x52, 0xcb, 0x79, 0x79, 0x67,
+ 0x92, 0x5b, 0x36, 0xdb, 0x3d, 0x7a, 0x86, 0x0e, 0xe4, 0x79, 0xda, 0xb7, 0xb1, 0x19, 0x88, 0xe1,
+ 0x84, 0xca, 0x80, 0x4c, 0xbf, 0x2e, 0xac, 0x89, 0x4d, 0xcb, 0x1e, 0xe5, 0x3f, 0x73, 0x86, 0xb9,
+ 0xc5, 0xbb, 0xbf, 0x98, 0x11, 0x97, 0x12, 0x2d, 0x7e, 0x98, 0x69, 0x70, 0xba, 0x31, 0x10, 0x20,
+ 0x82, 0xe1, 0x2e, 0xb1, 0x8d, 0x7c, 0x39, 0x0f, 0x00, 0x11, 0x9f, 0x4a, 0x30, 0x10, 0xfc, 0xd3,
+ 0x24, 0xd5, 0x24, 0xc0, 0xc1, 0x5d, 0xf1, 0xfa, 0xa4, 0x76, 0xa4, 0x99, 0x6d, 0x29, 0xc9, 0x52,
+ 0x5f, 0xef, 0xc4, 0xb6, 0x95, 0x2f, 0x07, 0x20, 0xe1, 0x06, 0x8d, 0xb3, 0x09, 0x70, 0x1b, 0x5a,
+ 0x09, 0x80, 0x03, 0xc2, 0xc2, 0xb4, 0x69, 0xc2, 0x8f, 0x6d, 0x0a, 0x14, 0x01, 0x00, 0x10, 0x3f,
+ 0xd5, 0x60, 0x9a, 0xe6, 0x19, 0xcc, 0x25, 0x00, 0xb6, 0x6e, 0xa9, 0x8f, 0x40, 0x6d, 0xd3, 0xfc,
+ 0xdd, 0x1f, 0xe2, 0x49, 0x24, 0x99, 0x26, 0x50, 0xe5, 0x32, 0xd9, 0x6a, 0x01, 0xa7, 0xc0, 0x1b,
+ 0x97, 0x58, 0xcf, 0x79, 0x9b, 0xec, 0xad, 0x4a, 0xad, 0xd2, 0xa8, 0x96, 0xf5, 0x61, 0x24, 0xb6,
+ 0x45, 0xa6, 0x4b, 0xe6, 0xfe, 0x54, 0x97, 0x32, 0xb1, 0x9d, 0xce, 0x15, 0x89, 0xc4, 0x01, 0x93,
+ 0x7c, 0x66, 0xce, 0xd4, 0xba, 0x5c, 0x2f, 0x95, 0x1f, 0x55, 0x30, 0x69, 0x28, 0x1f, 0x5e, 0x62,
+ 0xeb, 0x4a, 0x6d, 0xab, 0x5a, 0xab, 0xd8, 0xc0, 0xfd, 0x52, 0x2a, 0x1e, 0x38, 0x16, 0x86, 0xf9,
+ 0x09, 0x13, 0xb6, 0x81, 0x1f, 0x7f, 0x64, 0x6f, 0x35, 0xea, 0x7b, 0xbb, 0x70, 0x32, 0x4c, 0x52,
+ 0x92, 0xf7, 0x89, 0x32, 0x9b, 0x52, 0x43, 0x5a, 0x67, 0x7d, 0xb7, 0x52, 0x83, 0x13, 0x9a, 0x32,
+ 0x93, 0x68, 0x7a, 0xce, 0xf9, 0xfc, 0x6d, 0xf1, 0xea, 0xb4, 0xad, 0x53, 0x0d, 0x17, 0x1e, 0xce,
+ 0x3c, 0x4a, 0xfd, 0x7c, 0xea, 0x1b, 0xff, 0x22, 0x00, 0x00, 0xff, 0xff, 0x5f, 0xc4, 0xa6, 0x8b,
+ 0x4b, 0xd8, 0x00, 0x00,
+}
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client_fantasy.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client_fantasy.pb.go
new file mode 100644
index 00000000..e86898f3
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_client_fantasy.pb.go
@@ -0,0 +1,6123 @@
+// Code generated by protoc-gen-go.
+// source: dota_gcmessages_client_fantasy.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type ETournamentGameState int32
+
+const (
+ ETournamentGameState_k_ETournamentGameState_Unknown ETournamentGameState = 0
+ ETournamentGameState_k_ETournamentGameState_Scheduled ETournamentGameState = 1
+ ETournamentGameState_k_ETournamentGameState_WaitingForLobbyToStart ETournamentGameState = 2
+ ETournamentGameState_k_ETournamentGameState_Active ETournamentGameState = 3
+ ETournamentGameState_k_ETournamentGameState_DireVictory ETournamentGameState = 4
+ ETournamentGameState_k_ETournamentGameState_RadVictory ETournamentGameState = 5
+ ETournamentGameState_k_ETournamentGameState_Canceled ETournamentGameState = 6
+ ETournamentGameState_k_ETournamentTeamState_NotNeeded ETournamentGameState = 7
+)
+
+var ETournamentGameState_name = map[int32]string{
+ 0: "k_ETournamentGameState_Unknown",
+ 1: "k_ETournamentGameState_Scheduled",
+ 2: "k_ETournamentGameState_WaitingForLobbyToStart",
+ 3: "k_ETournamentGameState_Active",
+ 4: "k_ETournamentGameState_DireVictory",
+ 5: "k_ETournamentGameState_RadVictory",
+ 6: "k_ETournamentGameState_Canceled",
+ 7: "k_ETournamentTeamState_NotNeeded",
+}
+var ETournamentGameState_value = map[string]int32{
+ "k_ETournamentGameState_Unknown": 0,
+ "k_ETournamentGameState_Scheduled": 1,
+ "k_ETournamentGameState_WaitingForLobbyToStart": 2,
+ "k_ETournamentGameState_Active": 3,
+ "k_ETournamentGameState_DireVictory": 4,
+ "k_ETournamentGameState_RadVictory": 5,
+ "k_ETournamentGameState_Canceled": 6,
+ "k_ETournamentTeamState_NotNeeded": 7,
+}
+
+func (x ETournamentGameState) Enum() *ETournamentGameState {
+ p := new(ETournamentGameState)
+ *p = x
+ return p
+}
+func (x ETournamentGameState) String() string {
+ return proto.EnumName(ETournamentGameState_name, int32(x))
+}
+func (x *ETournamentGameState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ETournamentGameState_value, data, "ETournamentGameState")
+ if err != nil {
+ return err
+ }
+ *x = ETournamentGameState(value)
+ return nil
+}
+func (ETournamentGameState) EnumDescriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{0} }
+
+type ETournamentTeamState int32
+
+const (
+ ETournamentTeamState_k_ETournamentTeamState_Unknown ETournamentTeamState = 0
+ ETournamentTeamState_k_ETournamentTeamState_Node1 ETournamentTeamState = 1
+ ETournamentTeamState_k_ETournamentTeamState_NodeMax ETournamentTeamState = 1024
+ ETournamentTeamState_k_ETournamentTeamState_Eliminated ETournamentTeamState = 14003
+ ETournamentTeamState_k_ETournamentTeamState_Forfeited ETournamentTeamState = 14004
+ ETournamentTeamState_k_ETournamentTeamState_Finished1st ETournamentTeamState = 15001
+ ETournamentTeamState_k_ETournamentTeamState_Finished2nd ETournamentTeamState = 15002
+ ETournamentTeamState_k_ETournamentTeamState_Finished3rd ETournamentTeamState = 15003
+ ETournamentTeamState_k_ETournamentTeamState_Finished4th ETournamentTeamState = 15004
+ ETournamentTeamState_k_ETournamentTeamState_Finished5th ETournamentTeamState = 15005
+ ETournamentTeamState_k_ETournamentTeamState_Finished6th ETournamentTeamState = 15006
+ ETournamentTeamState_k_ETournamentTeamState_Finished7th ETournamentTeamState = 15007
+ ETournamentTeamState_k_ETournamentTeamState_Finished8th ETournamentTeamState = 15008
+ ETournamentTeamState_k_ETournamentTeamState_Finished9th ETournamentTeamState = 15009
+ ETournamentTeamState_k_ETournamentTeamState_Finished10th ETournamentTeamState = 15010
+ ETournamentTeamState_k_ETournamentTeamState_Finished11th ETournamentTeamState = 15011
+ ETournamentTeamState_k_ETournamentTeamState_Finished12th ETournamentTeamState = 15012
+ ETournamentTeamState_k_ETournamentTeamState_Finished13th ETournamentTeamState = 15013
+ ETournamentTeamState_k_ETournamentTeamState_Finished14th ETournamentTeamState = 15014
+ ETournamentTeamState_k_ETournamentTeamState_Finished15th ETournamentTeamState = 15015
+ ETournamentTeamState_k_ETournamentTeamState_Finished16th ETournamentTeamState = 15016
+)
+
+var ETournamentTeamState_name = map[int32]string{
+ 0: "k_ETournamentTeamState_Unknown",
+ 1: "k_ETournamentTeamState_Node1",
+ 1024: "k_ETournamentTeamState_NodeMax",
+ 14003: "k_ETournamentTeamState_Eliminated",
+ 14004: "k_ETournamentTeamState_Forfeited",
+ 15001: "k_ETournamentTeamState_Finished1st",
+ 15002: "k_ETournamentTeamState_Finished2nd",
+ 15003: "k_ETournamentTeamState_Finished3rd",
+ 15004: "k_ETournamentTeamState_Finished4th",
+ 15005: "k_ETournamentTeamState_Finished5th",
+ 15006: "k_ETournamentTeamState_Finished6th",
+ 15007: "k_ETournamentTeamState_Finished7th",
+ 15008: "k_ETournamentTeamState_Finished8th",
+ 15009: "k_ETournamentTeamState_Finished9th",
+ 15010: "k_ETournamentTeamState_Finished10th",
+ 15011: "k_ETournamentTeamState_Finished11th",
+ 15012: "k_ETournamentTeamState_Finished12th",
+ 15013: "k_ETournamentTeamState_Finished13th",
+ 15014: "k_ETournamentTeamState_Finished14th",
+ 15015: "k_ETournamentTeamState_Finished15th",
+ 15016: "k_ETournamentTeamState_Finished16th",
+}
+var ETournamentTeamState_value = map[string]int32{
+ "k_ETournamentTeamState_Unknown": 0,
+ "k_ETournamentTeamState_Node1": 1,
+ "k_ETournamentTeamState_NodeMax": 1024,
+ "k_ETournamentTeamState_Eliminated": 14003,
+ "k_ETournamentTeamState_Forfeited": 14004,
+ "k_ETournamentTeamState_Finished1st": 15001,
+ "k_ETournamentTeamState_Finished2nd": 15002,
+ "k_ETournamentTeamState_Finished3rd": 15003,
+ "k_ETournamentTeamState_Finished4th": 15004,
+ "k_ETournamentTeamState_Finished5th": 15005,
+ "k_ETournamentTeamState_Finished6th": 15006,
+ "k_ETournamentTeamState_Finished7th": 15007,
+ "k_ETournamentTeamState_Finished8th": 15008,
+ "k_ETournamentTeamState_Finished9th": 15009,
+ "k_ETournamentTeamState_Finished10th": 15010,
+ "k_ETournamentTeamState_Finished11th": 15011,
+ "k_ETournamentTeamState_Finished12th": 15012,
+ "k_ETournamentTeamState_Finished13th": 15013,
+ "k_ETournamentTeamState_Finished14th": 15014,
+ "k_ETournamentTeamState_Finished15th": 15015,
+ "k_ETournamentTeamState_Finished16th": 15016,
+}
+
+func (x ETournamentTeamState) Enum() *ETournamentTeamState {
+ p := new(ETournamentTeamState)
+ *p = x
+ return p
+}
+func (x ETournamentTeamState) String() string {
+ return proto.EnumName(ETournamentTeamState_name, int32(x))
+}
+func (x *ETournamentTeamState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ETournamentTeamState_value, data, "ETournamentTeamState")
+ if err != nil {
+ return err
+ }
+ *x = ETournamentTeamState(value)
+ return nil
+}
+func (ETournamentTeamState) EnumDescriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{1} }
+
+type ETournamentState int32
+
+const (
+ ETournamentState_k_ETournamentState_Unknown ETournamentState = 0
+ ETournamentState_k_ETournamentState_Setup ETournamentState = 1
+ ETournamentState_k_ETournamentState_Scheduled ETournamentState = 2
+ ETournamentState_k_ETournamentState_InProgress ETournamentState = 3
+ ETournamentState_k_ETournamentState_Completed ETournamentState = 4
+ ETournamentState_k_ETournamentState_Canceled ETournamentState = 5
+)
+
+var ETournamentState_name = map[int32]string{
+ 0: "k_ETournamentState_Unknown",
+ 1: "k_ETournamentState_Setup",
+ 2: "k_ETournamentState_Scheduled",
+ 3: "k_ETournamentState_InProgress",
+ 4: "k_ETournamentState_Completed",
+ 5: "k_ETournamentState_Canceled",
+}
+var ETournamentState_value = map[string]int32{
+ "k_ETournamentState_Unknown": 0,
+ "k_ETournamentState_Setup": 1,
+ "k_ETournamentState_Scheduled": 2,
+ "k_ETournamentState_InProgress": 3,
+ "k_ETournamentState_Completed": 4,
+ "k_ETournamentState_Canceled": 5,
+}
+
+func (x ETournamentState) Enum() *ETournamentState {
+ p := new(ETournamentState)
+ *p = x
+ return p
+}
+func (x ETournamentState) String() string {
+ return proto.EnumName(ETournamentState_name, int32(x))
+}
+func (x *ETournamentState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ETournamentState_value, data, "ETournamentState")
+ if err != nil {
+ return err
+ }
+ *x = ETournamentState(value)
+ return nil
+}
+func (ETournamentState) EnumDescriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{2} }
+
+type ETournamentNodeState int32
+
+const (
+ ETournamentNodeState_k_ETournamentNodeState_Unknown ETournamentNodeState = 0
+ ETournamentNodeState_k_ETournamentNodeState_TeamsNotYetAssigned ETournamentNodeState = 1
+ ETournamentNodeState_k_ETournamentNodeState_InBetweenGames ETournamentNodeState = 2
+ ETournamentNodeState_k_ETournamentNodeState_GameInProgress ETournamentNodeState = 3
+ ETournamentNodeState_k_ETournamentNodeState_A_Won ETournamentNodeState = 4
+ ETournamentNodeState_k_ETournamentNodeState_B_Won ETournamentNodeState = 5
+ ETournamentNodeState_k_ETournamentNodeState_Canceled ETournamentNodeState = 6
+)
+
+var ETournamentNodeState_name = map[int32]string{
+ 0: "k_ETournamentNodeState_Unknown",
+ 1: "k_ETournamentNodeState_TeamsNotYetAssigned",
+ 2: "k_ETournamentNodeState_InBetweenGames",
+ 3: "k_ETournamentNodeState_GameInProgress",
+ 4: "k_ETournamentNodeState_A_Won",
+ 5: "k_ETournamentNodeState_B_Won",
+ 6: "k_ETournamentNodeState_Canceled",
+}
+var ETournamentNodeState_value = map[string]int32{
+ "k_ETournamentNodeState_Unknown": 0,
+ "k_ETournamentNodeState_TeamsNotYetAssigned": 1,
+ "k_ETournamentNodeState_InBetweenGames": 2,
+ "k_ETournamentNodeState_GameInProgress": 3,
+ "k_ETournamentNodeState_A_Won": 4,
+ "k_ETournamentNodeState_B_Won": 5,
+ "k_ETournamentNodeState_Canceled": 6,
+}
+
+func (x ETournamentNodeState) Enum() *ETournamentNodeState {
+ p := new(ETournamentNodeState)
+ *p = x
+ return p
+}
+func (x ETournamentNodeState) String() string {
+ return proto.EnumName(ETournamentNodeState_name, int32(x))
+}
+func (x *ETournamentNodeState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ETournamentNodeState_value, data, "ETournamentNodeState")
+ if err != nil {
+ return err
+ }
+ *x = ETournamentNodeState(value)
+ return nil
+}
+func (ETournamentNodeState) EnumDescriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{3} }
+
+type DOTA_2013PassportSelectionIndices int32
+
+const (
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_0 DOTA_2013PassportSelectionIndices = 0
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_1 DOTA_2013PassportSelectionIndices = 1
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_2 DOTA_2013PassportSelectionIndices = 2
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_3 DOTA_2013PassportSelectionIndices = 3
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_4 DOTA_2013PassportSelectionIndices = 4
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_5 DOTA_2013PassportSelectionIndices = 5
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_6 DOTA_2013PassportSelectionIndices = 6
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_7 DOTA_2013PassportSelectionIndices = 7
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_8 DOTA_2013PassportSelectionIndices = 8
+ DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_9 DOTA_2013PassportSelectionIndices = 9
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_0 DOTA_2013PassportSelectionIndices = 10
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_1 DOTA_2013PassportSelectionIndices = 11
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_2 DOTA_2013PassportSelectionIndices = 12
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_3 DOTA_2013PassportSelectionIndices = 13
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_4 DOTA_2013PassportSelectionIndices = 14
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_5 DOTA_2013PassportSelectionIndices = 15
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_6 DOTA_2013PassportSelectionIndices = 16
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_7 DOTA_2013PassportSelectionIndices = 17
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_8 DOTA_2013PassportSelectionIndices = 18
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_9 DOTA_2013PassportSelectionIndices = 19
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_10 DOTA_2013PassportSelectionIndices = 20
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_11 DOTA_2013PassportSelectionIndices = 21
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_12 DOTA_2013PassportSelectionIndices = 22
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_13 DOTA_2013PassportSelectionIndices = 23
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_14 DOTA_2013PassportSelectionIndices = 24
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_0 DOTA_2013PassportSelectionIndices = 25
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_1 DOTA_2013PassportSelectionIndices = 26
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_2 DOTA_2013PassportSelectionIndices = 27
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_3 DOTA_2013PassportSelectionIndices = 28
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_4 DOTA_2013PassportSelectionIndices = 29
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_5 DOTA_2013PassportSelectionIndices = 30
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_6 DOTA_2013PassportSelectionIndices = 31
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_7 DOTA_2013PassportSelectionIndices = 32
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_8 DOTA_2013PassportSelectionIndices = 33
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_9 DOTA_2013PassportSelectionIndices = 34
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_10 DOTA_2013PassportSelectionIndices = 35
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_11 DOTA_2013PassportSelectionIndices = 36
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_12 DOTA_2013PassportSelectionIndices = 37
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_13 DOTA_2013PassportSelectionIndices = 38
+ DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_14 DOTA_2013PassportSelectionIndices = 39
+ DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_TEAM DOTA_2013PassportSelectionIndices = 40
+ DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_PLAYER DOTA_2013PassportSelectionIndices = 41
+ DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_TEAM_LOCK DOTA_2013PassportSelectionIndices = 42
+ DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_PLAYER_LOCK DOTA_2013PassportSelectionIndices = 43
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_0 DOTA_2013PassportSelectionIndices = 44
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_1 DOTA_2013PassportSelectionIndices = 45
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_2 DOTA_2013PassportSelectionIndices = 46
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_3 DOTA_2013PassportSelectionIndices = 47
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_4 DOTA_2013PassportSelectionIndices = 48
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_5 DOTA_2013PassportSelectionIndices = 49
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_6 DOTA_2013PassportSelectionIndices = 50
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_7 DOTA_2013PassportSelectionIndices = 51
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_8 DOTA_2013PassportSelectionIndices = 52
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_9 DOTA_2013PassportSelectionIndices = 53
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_10 DOTA_2013PassportSelectionIndices = 54
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_11 DOTA_2013PassportSelectionIndices = 55
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_12 DOTA_2013PassportSelectionIndices = 56
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_13 DOTA_2013PassportSelectionIndices = 57
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_14 DOTA_2013PassportSelectionIndices = 58
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_15 DOTA_2013PassportSelectionIndices = 59
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_16 DOTA_2013PassportSelectionIndices = 60
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_17 DOTA_2013PassportSelectionIndices = 61
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_18 DOTA_2013PassportSelectionIndices = 62
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_19 DOTA_2013PassportSelectionIndices = 63
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_20 DOTA_2013PassportSelectionIndices = 64
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_21 DOTA_2013PassportSelectionIndices = 65
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_22 DOTA_2013PassportSelectionIndices = 66
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_23 DOTA_2013PassportSelectionIndices = 67
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_24 DOTA_2013PassportSelectionIndices = 68
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_25 DOTA_2013PassportSelectionIndices = 69
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_26 DOTA_2013PassportSelectionIndices = 70
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_27 DOTA_2013PassportSelectionIndices = 71
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_28 DOTA_2013PassportSelectionIndices = 72
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_29 DOTA_2013PassportSelectionIndices = 73
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_30 DOTA_2013PassportSelectionIndices = 74
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_31 DOTA_2013PassportSelectionIndices = 75
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_32 DOTA_2013PassportSelectionIndices = 76
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_33 DOTA_2013PassportSelectionIndices = 77
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_34 DOTA_2013PassportSelectionIndices = 78
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_35 DOTA_2013PassportSelectionIndices = 79
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_36 DOTA_2013PassportSelectionIndices = 80
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_37 DOTA_2013PassportSelectionIndices = 81
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_38 DOTA_2013PassportSelectionIndices = 82
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_39 DOTA_2013PassportSelectionIndices = 83
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_40 DOTA_2013PassportSelectionIndices = 84
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_41 DOTA_2013PassportSelectionIndices = 85
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_42 DOTA_2013PassportSelectionIndices = 86
+ DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_43 DOTA_2013PassportSelectionIndices = 87
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_0 DOTA_2013PassportSelectionIndices = 88
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_1 DOTA_2013PassportSelectionIndices = 89
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_2 DOTA_2013PassportSelectionIndices = 90
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_3 DOTA_2013PassportSelectionIndices = 91
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_4 DOTA_2013PassportSelectionIndices = 92
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_5 DOTA_2013PassportSelectionIndices = 93
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_6 DOTA_2013PassportSelectionIndices = 94
+ DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_7 DOTA_2013PassportSelectionIndices = 95
+)
+
+var DOTA_2013PassportSelectionIndices_name = map[int32]string{
+ 0: "PP13_SEL_ALLSTAR_PLAYER_0",
+ 1: "PP13_SEL_ALLSTAR_PLAYER_1",
+ 2: "PP13_SEL_ALLSTAR_PLAYER_2",
+ 3: "PP13_SEL_ALLSTAR_PLAYER_3",
+ 4: "PP13_SEL_ALLSTAR_PLAYER_4",
+ 5: "PP13_SEL_ALLSTAR_PLAYER_5",
+ 6: "PP13_SEL_ALLSTAR_PLAYER_6",
+ 7: "PP13_SEL_ALLSTAR_PLAYER_7",
+ 8: "PP13_SEL_ALLSTAR_PLAYER_8",
+ 9: "PP13_SEL_ALLSTAR_PLAYER_9",
+ 10: "PP13_SEL_QUALPRED_WEST_0",
+ 11: "PP13_SEL_QUALPRED_WEST_1",
+ 12: "PP13_SEL_QUALPRED_WEST_2",
+ 13: "PP13_SEL_QUALPRED_WEST_3",
+ 14: "PP13_SEL_QUALPRED_WEST_4",
+ 15: "PP13_SEL_QUALPRED_WEST_5",
+ 16: "PP13_SEL_QUALPRED_WEST_6",
+ 17: "PP13_SEL_QUALPRED_WEST_7",
+ 18: "PP13_SEL_QUALPRED_WEST_8",
+ 19: "PP13_SEL_QUALPRED_WEST_9",
+ 20: "PP13_SEL_QUALPRED_WEST_10",
+ 21: "PP13_SEL_QUALPRED_WEST_11",
+ 22: "PP13_SEL_QUALPRED_WEST_12",
+ 23: "PP13_SEL_QUALPRED_WEST_13",
+ 24: "PP13_SEL_QUALPRED_WEST_14",
+ 25: "PP13_SEL_QUALPRED_EAST_0",
+ 26: "PP13_SEL_QUALPRED_EAST_1",
+ 27: "PP13_SEL_QUALPRED_EAST_2",
+ 28: "PP13_SEL_QUALPRED_EAST_3",
+ 29: "PP13_SEL_QUALPRED_EAST_4",
+ 30: "PP13_SEL_QUALPRED_EAST_5",
+ 31: "PP13_SEL_QUALPRED_EAST_6",
+ 32: "PP13_SEL_QUALPRED_EAST_7",
+ 33: "PP13_SEL_QUALPRED_EAST_8",
+ 34: "PP13_SEL_QUALPRED_EAST_9",
+ 35: "PP13_SEL_QUALPRED_EAST_10",
+ 36: "PP13_SEL_QUALPRED_EAST_11",
+ 37: "PP13_SEL_QUALPRED_EAST_12",
+ 38: "PP13_SEL_QUALPRED_EAST_13",
+ 39: "PP13_SEL_QUALPRED_EAST_14",
+ 40: "PP13_SEL_TEAMCUP_TEAM",
+ 41: "PP13_SEL_TEAMCUP_PLAYER",
+ 42: "PP13_SEL_TEAMCUP_TEAM_LOCK",
+ 43: "PP13_SEL_TEAMCUP_PLAYER_LOCK",
+ 44: "PP13_SEL_EVENTPRED_0",
+ 45: "PP13_SEL_EVENTPRED_1",
+ 46: "PP13_SEL_EVENTPRED_2",
+ 47: "PP13_SEL_EVENTPRED_3",
+ 48: "PP13_SEL_EVENTPRED_4",
+ 49: "PP13_SEL_EVENTPRED_5",
+ 50: "PP13_SEL_EVENTPRED_6",
+ 51: "PP13_SEL_EVENTPRED_7",
+ 52: "PP13_SEL_EVENTPRED_8",
+ 53: "PP13_SEL_EVENTPRED_9",
+ 54: "PP13_SEL_EVENTPRED_10",
+ 55: "PP13_SEL_EVENTPRED_11",
+ 56: "PP13_SEL_EVENTPRED_12",
+ 57: "PP13_SEL_EVENTPRED_13",
+ 58: "PP13_SEL_EVENTPRED_14",
+ 59: "PP13_SEL_EVENTPRED_15",
+ 60: "PP13_SEL_EVENTPRED_16",
+ 61: "PP13_SEL_EVENTPRED_17",
+ 62: "PP13_SEL_EVENTPRED_18",
+ 63: "PP13_SEL_EVENTPRED_19",
+ 64: "PP13_SEL_EVENTPRED_20",
+ 65: "PP13_SEL_EVENTPRED_21",
+ 66: "PP13_SEL_EVENTPRED_22",
+ 67: "PP13_SEL_EVENTPRED_23",
+ 68: "PP13_SEL_EVENTPRED_24",
+ 69: "PP13_SEL_EVENTPRED_25",
+ 70: "PP13_SEL_EVENTPRED_26",
+ 71: "PP13_SEL_EVENTPRED_27",
+ 72: "PP13_SEL_EVENTPRED_28",
+ 73: "PP13_SEL_EVENTPRED_29",
+ 74: "PP13_SEL_EVENTPRED_30",
+ 75: "PP13_SEL_EVENTPRED_31",
+ 76: "PP13_SEL_EVENTPRED_32",
+ 77: "PP13_SEL_EVENTPRED_33",
+ 78: "PP13_SEL_EVENTPRED_34",
+ 79: "PP13_SEL_EVENTPRED_35",
+ 80: "PP13_SEL_EVENTPRED_36",
+ 81: "PP13_SEL_EVENTPRED_37",
+ 82: "PP13_SEL_EVENTPRED_38",
+ 83: "PP13_SEL_EVENTPRED_39",
+ 84: "PP13_SEL_EVENTPRED_40",
+ 85: "PP13_SEL_EVENTPRED_41",
+ 86: "PP13_SEL_EVENTPRED_42",
+ 87: "PP13_SEL_EVENTPRED_43",
+ 88: "PP13_SEL_SOLO_0",
+ 89: "PP13_SEL_SOLO_1",
+ 90: "PP13_SEL_SOLO_2",
+ 91: "PP13_SEL_SOLO_3",
+ 92: "PP13_SEL_SOLO_4",
+ 93: "PP13_SEL_SOLO_5",
+ 94: "PP13_SEL_SOLO_6",
+ 95: "PP13_SEL_SOLO_7",
+}
+var DOTA_2013PassportSelectionIndices_value = map[string]int32{
+ "PP13_SEL_ALLSTAR_PLAYER_0": 0,
+ "PP13_SEL_ALLSTAR_PLAYER_1": 1,
+ "PP13_SEL_ALLSTAR_PLAYER_2": 2,
+ "PP13_SEL_ALLSTAR_PLAYER_3": 3,
+ "PP13_SEL_ALLSTAR_PLAYER_4": 4,
+ "PP13_SEL_ALLSTAR_PLAYER_5": 5,
+ "PP13_SEL_ALLSTAR_PLAYER_6": 6,
+ "PP13_SEL_ALLSTAR_PLAYER_7": 7,
+ "PP13_SEL_ALLSTAR_PLAYER_8": 8,
+ "PP13_SEL_ALLSTAR_PLAYER_9": 9,
+ "PP13_SEL_QUALPRED_WEST_0": 10,
+ "PP13_SEL_QUALPRED_WEST_1": 11,
+ "PP13_SEL_QUALPRED_WEST_2": 12,
+ "PP13_SEL_QUALPRED_WEST_3": 13,
+ "PP13_SEL_QUALPRED_WEST_4": 14,
+ "PP13_SEL_QUALPRED_WEST_5": 15,
+ "PP13_SEL_QUALPRED_WEST_6": 16,
+ "PP13_SEL_QUALPRED_WEST_7": 17,
+ "PP13_SEL_QUALPRED_WEST_8": 18,
+ "PP13_SEL_QUALPRED_WEST_9": 19,
+ "PP13_SEL_QUALPRED_WEST_10": 20,
+ "PP13_SEL_QUALPRED_WEST_11": 21,
+ "PP13_SEL_QUALPRED_WEST_12": 22,
+ "PP13_SEL_QUALPRED_WEST_13": 23,
+ "PP13_SEL_QUALPRED_WEST_14": 24,
+ "PP13_SEL_QUALPRED_EAST_0": 25,
+ "PP13_SEL_QUALPRED_EAST_1": 26,
+ "PP13_SEL_QUALPRED_EAST_2": 27,
+ "PP13_SEL_QUALPRED_EAST_3": 28,
+ "PP13_SEL_QUALPRED_EAST_4": 29,
+ "PP13_SEL_QUALPRED_EAST_5": 30,
+ "PP13_SEL_QUALPRED_EAST_6": 31,
+ "PP13_SEL_QUALPRED_EAST_7": 32,
+ "PP13_SEL_QUALPRED_EAST_8": 33,
+ "PP13_SEL_QUALPRED_EAST_9": 34,
+ "PP13_SEL_QUALPRED_EAST_10": 35,
+ "PP13_SEL_QUALPRED_EAST_11": 36,
+ "PP13_SEL_QUALPRED_EAST_12": 37,
+ "PP13_SEL_QUALPRED_EAST_13": 38,
+ "PP13_SEL_QUALPRED_EAST_14": 39,
+ "PP13_SEL_TEAMCUP_TEAM": 40,
+ "PP13_SEL_TEAMCUP_PLAYER": 41,
+ "PP13_SEL_TEAMCUP_TEAM_LOCK": 42,
+ "PP13_SEL_TEAMCUP_PLAYER_LOCK": 43,
+ "PP13_SEL_EVENTPRED_0": 44,
+ "PP13_SEL_EVENTPRED_1": 45,
+ "PP13_SEL_EVENTPRED_2": 46,
+ "PP13_SEL_EVENTPRED_3": 47,
+ "PP13_SEL_EVENTPRED_4": 48,
+ "PP13_SEL_EVENTPRED_5": 49,
+ "PP13_SEL_EVENTPRED_6": 50,
+ "PP13_SEL_EVENTPRED_7": 51,
+ "PP13_SEL_EVENTPRED_8": 52,
+ "PP13_SEL_EVENTPRED_9": 53,
+ "PP13_SEL_EVENTPRED_10": 54,
+ "PP13_SEL_EVENTPRED_11": 55,
+ "PP13_SEL_EVENTPRED_12": 56,
+ "PP13_SEL_EVENTPRED_13": 57,
+ "PP13_SEL_EVENTPRED_14": 58,
+ "PP13_SEL_EVENTPRED_15": 59,
+ "PP13_SEL_EVENTPRED_16": 60,
+ "PP13_SEL_EVENTPRED_17": 61,
+ "PP13_SEL_EVENTPRED_18": 62,
+ "PP13_SEL_EVENTPRED_19": 63,
+ "PP13_SEL_EVENTPRED_20": 64,
+ "PP13_SEL_EVENTPRED_21": 65,
+ "PP13_SEL_EVENTPRED_22": 66,
+ "PP13_SEL_EVENTPRED_23": 67,
+ "PP13_SEL_EVENTPRED_24": 68,
+ "PP13_SEL_EVENTPRED_25": 69,
+ "PP13_SEL_EVENTPRED_26": 70,
+ "PP13_SEL_EVENTPRED_27": 71,
+ "PP13_SEL_EVENTPRED_28": 72,
+ "PP13_SEL_EVENTPRED_29": 73,
+ "PP13_SEL_EVENTPRED_30": 74,
+ "PP13_SEL_EVENTPRED_31": 75,
+ "PP13_SEL_EVENTPRED_32": 76,
+ "PP13_SEL_EVENTPRED_33": 77,
+ "PP13_SEL_EVENTPRED_34": 78,
+ "PP13_SEL_EVENTPRED_35": 79,
+ "PP13_SEL_EVENTPRED_36": 80,
+ "PP13_SEL_EVENTPRED_37": 81,
+ "PP13_SEL_EVENTPRED_38": 82,
+ "PP13_SEL_EVENTPRED_39": 83,
+ "PP13_SEL_EVENTPRED_40": 84,
+ "PP13_SEL_EVENTPRED_41": 85,
+ "PP13_SEL_EVENTPRED_42": 86,
+ "PP13_SEL_EVENTPRED_43": 87,
+ "PP13_SEL_SOLO_0": 88,
+ "PP13_SEL_SOLO_1": 89,
+ "PP13_SEL_SOLO_2": 90,
+ "PP13_SEL_SOLO_3": 91,
+ "PP13_SEL_SOLO_4": 92,
+ "PP13_SEL_SOLO_5": 93,
+ "PP13_SEL_SOLO_6": 94,
+ "PP13_SEL_SOLO_7": 95,
+}
+
+func (x DOTA_2013PassportSelectionIndices) Enum() *DOTA_2013PassportSelectionIndices {
+ p := new(DOTA_2013PassportSelectionIndices)
+ *p = x
+ return p
+}
+func (x DOTA_2013PassportSelectionIndices) String() string {
+ return proto.EnumName(DOTA_2013PassportSelectionIndices_name, int32(x))
+}
+func (x *DOTA_2013PassportSelectionIndices) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_2013PassportSelectionIndices_value, data, "DOTA_2013PassportSelectionIndices")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_2013PassportSelectionIndices(value)
+ return nil
+}
+func (DOTA_2013PassportSelectionIndices) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{4}
+}
+
+type CMsgDOTACreateFantasyLeagueResponse_EResult int32
+
+const (
+ CMsgDOTACreateFantasyLeagueResponse_SUCCESS CMsgDOTACreateFantasyLeagueResponse_EResult = 0
+ CMsgDOTACreateFantasyLeagueResponse_ERROR_UNSPECIFIED CMsgDOTACreateFantasyLeagueResponse_EResult = 1
+ CMsgDOTACreateFantasyLeagueResponse_ERROR_TOO_MANY_LEAGUES CMsgDOTACreateFantasyLeagueResponse_EResult = 2
+ CMsgDOTACreateFantasyLeagueResponse_ERROR_INVALID_TEAM_COUNT CMsgDOTACreateFantasyLeagueResponse_EResult = 3
+ CMsgDOTACreateFantasyLeagueResponse_ERROR_CREATION_DISABLED CMsgDOTACreateFantasyLeagueResponse_EResult = 4
+)
+
+var CMsgDOTACreateFantasyLeagueResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_TOO_MANY_LEAGUES",
+ 3: "ERROR_INVALID_TEAM_COUNT",
+ 4: "ERROR_CREATION_DISABLED",
+}
+var CMsgDOTACreateFantasyLeagueResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_TOO_MANY_LEAGUES": 2,
+ "ERROR_INVALID_TEAM_COUNT": 3,
+ "ERROR_CREATION_DISABLED": 4,
+}
+
+func (x CMsgDOTACreateFantasyLeagueResponse_EResult) Enum() *CMsgDOTACreateFantasyLeagueResponse_EResult {
+ p := new(CMsgDOTACreateFantasyLeagueResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTACreateFantasyLeagueResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTACreateFantasyLeagueResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTACreateFantasyLeagueResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTACreateFantasyLeagueResponse_EResult_value, data, "CMsgDOTACreateFantasyLeagueResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTACreateFantasyLeagueResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTACreateFantasyLeagueResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{2, 0}
+}
+
+type CMsgDOTAFantasyLeagueEditInfoResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueEditInfoResponse_SUCCESS CMsgDOTAFantasyLeagueEditInfoResponse_EResult = 0
+ CMsgDOTAFantasyLeagueEditInfoResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueEditInfoResponse_EResult = 1
+ CMsgDOTAFantasyLeagueEditInfoResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyLeagueEditInfoResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyLeagueEditInfoResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyLeagueEditInfoResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyLeagueEditInfoResponse_EResult) Enum() *CMsgDOTAFantasyLeagueEditInfoResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueEditInfoResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueEditInfoResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueEditInfoResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueEditInfoResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueEditInfoResponse_EResult_value, data, "CMsgDOTAFantasyLeagueEditInfoResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueEditInfoResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueEditInfoResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{6, 0}
+}
+
+type CMsgDOTAFantasyLeagueFindResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueFindResponse_SUCCESS CMsgDOTAFantasyLeagueFindResponse_EResult = 0
+ CMsgDOTAFantasyLeagueFindResponse_ERROR_LEAGUE_NOT_FOUND CMsgDOTAFantasyLeagueFindResponse_EResult = 1
+ CMsgDOTAFantasyLeagueFindResponse_ERROR_BAD_PASSWORD CMsgDOTAFantasyLeagueFindResponse_EResult = 2
+ CMsgDOTAFantasyLeagueFindResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueFindResponse_EResult = 3
+ CMsgDOTAFantasyLeagueFindResponse_ERROR_FULL CMsgDOTAFantasyLeagueFindResponse_EResult = 4
+ CMsgDOTAFantasyLeagueFindResponse_ERROR_ALREADY_MEMBER CMsgDOTAFantasyLeagueFindResponse_EResult = 5
+ CMsgDOTAFantasyLeagueFindResponse_ERROR_LEAGUE_LOCKED CMsgDOTAFantasyLeagueFindResponse_EResult = 6
+)
+
+var CMsgDOTAFantasyLeagueFindResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_LEAGUE_NOT_FOUND",
+ 2: "ERROR_BAD_PASSWORD",
+ 3: "ERROR_UNSPECIFIED",
+ 4: "ERROR_FULL",
+ 5: "ERROR_ALREADY_MEMBER",
+ 6: "ERROR_LEAGUE_LOCKED",
+}
+var CMsgDOTAFantasyLeagueFindResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_LEAGUE_NOT_FOUND": 1,
+ "ERROR_BAD_PASSWORD": 2,
+ "ERROR_UNSPECIFIED": 3,
+ "ERROR_FULL": 4,
+ "ERROR_ALREADY_MEMBER": 5,
+ "ERROR_LEAGUE_LOCKED": 6,
+}
+
+func (x CMsgDOTAFantasyLeagueFindResponse_EResult) Enum() *CMsgDOTAFantasyLeagueFindResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueFindResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueFindResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueFindResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueFindResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueFindResponse_EResult_value, data, "CMsgDOTAFantasyLeagueFindResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueFindResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueFindResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{8, 0}
+}
+
+type CMsgDOTAFantasyLeagueInfoResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueInfoResponse_SUCCESS CMsgDOTAFantasyLeagueInfoResponse_EResult = 0
+ CMsgDOTAFantasyLeagueInfoResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueInfoResponse_EResult = 1
+ CMsgDOTAFantasyLeagueInfoResponse_ERROR_BAD_LEAGUE_ID CMsgDOTAFantasyLeagueInfoResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyLeagueInfoResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_BAD_LEAGUE_ID",
+}
+var CMsgDOTAFantasyLeagueInfoResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_BAD_LEAGUE_ID": 2,
+}
+
+func (x CMsgDOTAFantasyLeagueInfoResponse_EResult) Enum() *CMsgDOTAFantasyLeagueInfoResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueInfoResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueInfoResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueInfoResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueInfoResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueInfoResponse_EResult_value, data, "CMsgDOTAFantasyLeagueInfoResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueInfoResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueInfoResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{10, 0}
+}
+
+type CMsgDOTAFantasyLeagueMatchupsResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueMatchupsResponse_SUCCESS CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 0
+ CMsgDOTAFantasyLeagueMatchupsResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 1
+ CMsgDOTAFantasyLeagueMatchupsResponse_ERROR_BAD_LEAGUE_ID CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 2
+ CMsgDOTAFantasyLeagueMatchupsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 3
+)
+
+var CMsgDOTAFantasyLeagueMatchupsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_BAD_LEAGUE_ID",
+ 3: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyLeagueMatchupsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_BAD_LEAGUE_ID": 2,
+ "ERROR_NO_PERMISSION": 3,
+}
+
+func (x CMsgDOTAFantasyLeagueMatchupsResponse_EResult) Enum() *CMsgDOTAFantasyLeagueMatchupsResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueMatchupsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueMatchupsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueMatchupsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueMatchupsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueMatchupsResponse_EResult_value, data, "CMsgDOTAFantasyLeagueMatchupsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueMatchupsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueMatchupsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{12, 0}
+}
+
+type CMsgDOTAEditFantasyTeamResponse_EResult int32
+
+const (
+ CMsgDOTAEditFantasyTeamResponse_SUCCESS CMsgDOTAEditFantasyTeamResponse_EResult = 0
+ CMsgDOTAEditFantasyTeamResponse_ERROR_UNSPECIFIED CMsgDOTAEditFantasyTeamResponse_EResult = 1
+ CMsgDOTAEditFantasyTeamResponse_ERROR_INVALID_TEAM_INFO CMsgDOTAEditFantasyTeamResponse_EResult = 2
+ CMsgDOTAEditFantasyTeamResponse_ERROR_NAME_ALREADY_TAKEN CMsgDOTAEditFantasyTeamResponse_EResult = 3
+ CMsgDOTAEditFantasyTeamResponse_ERROR_NO_PERMISSION CMsgDOTAEditFantasyTeamResponse_EResult = 4
+)
+
+var CMsgDOTAEditFantasyTeamResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_INVALID_TEAM_INFO",
+ 3: "ERROR_NAME_ALREADY_TAKEN",
+ 4: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAEditFantasyTeamResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_INVALID_TEAM_INFO": 2,
+ "ERROR_NAME_ALREADY_TAKEN": 3,
+ "ERROR_NO_PERMISSION": 4,
+}
+
+func (x CMsgDOTAEditFantasyTeamResponse_EResult) Enum() *CMsgDOTAEditFantasyTeamResponse_EResult {
+ p := new(CMsgDOTAEditFantasyTeamResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAEditFantasyTeamResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAEditFantasyTeamResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAEditFantasyTeamResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAEditFantasyTeamResponse_EResult_value, data, "CMsgDOTAEditFantasyTeamResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAEditFantasyTeamResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAEditFantasyTeamResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{14, 0}
+}
+
+type CMsgDOTAFantasyTeamScoreResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamScoreResponse_SUCCESS CMsgDOTAFantasyTeamScoreResponse_EResult = 0
+ CMsgDOTAFantasyTeamScoreResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamScoreResponse_EResult = 1
+ CMsgDOTAFantasyTeamScoreResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamScoreResponse_EResult = 2
+ CMsgDOTAFantasyTeamScoreResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamScoreResponse_EResult = 3
+)
+
+var CMsgDOTAFantasyTeamScoreResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+ 3: "ERROR_OWNER_NOT_IN_LEAGUE",
+}
+var CMsgDOTAFantasyTeamScoreResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+ "ERROR_OWNER_NOT_IN_LEAGUE": 3,
+}
+
+func (x CMsgDOTAFantasyTeamScoreResponse_EResult) Enum() *CMsgDOTAFantasyTeamScoreResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamScoreResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamScoreResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamScoreResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamScoreResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamScoreResponse_EResult_value, data, "CMsgDOTAFantasyTeamScoreResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamScoreResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamScoreResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{20, 0}
+}
+
+type CMsgDOTAFantasyTeamStandingsResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamStandingsResponse_SUCCESS CMsgDOTAFantasyTeamStandingsResponse_EResult = 0
+ CMsgDOTAFantasyTeamStandingsResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamStandingsResponse_EResult = 1
+ CMsgDOTAFantasyTeamStandingsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamStandingsResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyTeamStandingsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyTeamStandingsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyTeamStandingsResponse_EResult) Enum() *CMsgDOTAFantasyTeamStandingsResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamStandingsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamStandingsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamStandingsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamStandingsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamStandingsResponse_EResult_value, data, "CMsgDOTAFantasyTeamStandingsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamStandingsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamStandingsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{22, 0}
+}
+
+type CMsgDOTAFantasyPlayerScoreResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyPlayerScoreResponse_SUCCESS CMsgDOTAFantasyPlayerScoreResponse_EResult = 0
+ CMsgDOTAFantasyPlayerScoreResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyPlayerScoreResponse_EResult = 1
+ CMsgDOTAFantasyPlayerScoreResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyPlayerScoreResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyPlayerScoreResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyPlayerScoreResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyPlayerScoreResponse_EResult) Enum() *CMsgDOTAFantasyPlayerScoreResponse_EResult {
+ p := new(CMsgDOTAFantasyPlayerScoreResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyPlayerScoreResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyPlayerScoreResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyPlayerScoreResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyPlayerScoreResponse_EResult_value, data, "CMsgDOTAFantasyPlayerScoreResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyPlayerScoreResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyPlayerScoreResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{24, 0}
+}
+
+type CMsgDOTAFantasyPlayerStandingsResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyPlayerStandingsResponse_SUCCESS CMsgDOTAFantasyPlayerStandingsResponse_EResult = 0
+ CMsgDOTAFantasyPlayerStandingsResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyPlayerStandingsResponse_EResult = 1
+ CMsgDOTAFantasyPlayerStandingsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyPlayerStandingsResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyPlayerStandingsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyPlayerStandingsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyPlayerStandingsResponse_EResult) Enum() *CMsgDOTAFantasyPlayerStandingsResponse_EResult {
+ p := new(CMsgDOTAFantasyPlayerStandingsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyPlayerStandingsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyPlayerStandingsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyPlayerStandingsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyPlayerStandingsResponse_EResult_value, data, "CMsgDOTAFantasyPlayerStandingsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyPlayerStandingsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyPlayerStandingsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{26, 0}
+}
+
+type CMsgDOTAFantasyLeagueCreateResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueCreateResponse_SUCCESS CMsgDOTAFantasyLeagueCreateResponse_EResult = 0
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyLeagueCreateResponse_EResult = 1
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_BAD_SEASON_ID CMsgDOTAFantasyLeagueCreateResponse_EResult = 2
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_BAD_LEAGUE_NAME CMsgDOTAFantasyLeagueCreateResponse_EResult = 3
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_BAD_TEAM_NAME CMsgDOTAFantasyLeagueCreateResponse_EResult = 4
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueCreateResponse_EResult = 5
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_FAILED_LOGO_UPLOAD CMsgDOTAFantasyLeagueCreateResponse_EResult = 6
+ CMsgDOTAFantasyLeagueCreateResponse_ERROR_NO_TICKET CMsgDOTAFantasyLeagueCreateResponse_EResult = 7
+)
+
+var CMsgDOTAFantasyLeagueCreateResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_NO_PERMISSION",
+ 2: "ERROR_BAD_SEASON_ID",
+ 3: "ERROR_BAD_LEAGUE_NAME",
+ 4: "ERROR_BAD_TEAM_NAME",
+ 5: "ERROR_UNSPECIFIED",
+ 6: "ERROR_FAILED_LOGO_UPLOAD",
+ 7: "ERROR_NO_TICKET",
+}
+var CMsgDOTAFantasyLeagueCreateResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_NO_PERMISSION": 1,
+ "ERROR_BAD_SEASON_ID": 2,
+ "ERROR_BAD_LEAGUE_NAME": 3,
+ "ERROR_BAD_TEAM_NAME": 4,
+ "ERROR_UNSPECIFIED": 5,
+ "ERROR_FAILED_LOGO_UPLOAD": 6,
+ "ERROR_NO_TICKET": 7,
+}
+
+func (x CMsgDOTAFantasyLeagueCreateResponse_EResult) Enum() *CMsgDOTAFantasyLeagueCreateResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueCreateResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueCreateResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueCreateResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueCreateResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueCreateResponse_EResult_value, data, "CMsgDOTAFantasyLeagueCreateResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueCreateResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueCreateResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{30, 0}
+}
+
+type CMsgDOTAFantasyTeamCreateResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamCreateResponse_SUCCESS CMsgDOTAFantasyTeamCreateResponse_EResult = 0
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamCreateResponse_EResult = 1
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_FAILED_LOGO_UPLOAD CMsgDOTAFantasyTeamCreateResponse_EResult = 2
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_BAD_FANTASY_LEAGUE_ID CMsgDOTAFantasyTeamCreateResponse_EResult = 3
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_BAD_NAME CMsgDOTAFantasyTeamCreateResponse_EResult = 4
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_FULL CMsgDOTAFantasyTeamCreateResponse_EResult = 5
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_ALREADY_MEMBER CMsgDOTAFantasyTeamCreateResponse_EResult = 6
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_BAD_PASSWORD CMsgDOTAFantasyTeamCreateResponse_EResult = 7
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamCreateResponse_EResult = 8
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_NO_TICKET CMsgDOTAFantasyTeamCreateResponse_EResult = 9
+ CMsgDOTAFantasyTeamCreateResponse_ERROR_LEAGUE_LOCKED CMsgDOTAFantasyTeamCreateResponse_EResult = 10
+)
+
+var CMsgDOTAFantasyTeamCreateResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_NO_PERMISSION",
+ 2: "ERROR_FAILED_LOGO_UPLOAD",
+ 3: "ERROR_BAD_FANTASY_LEAGUE_ID",
+ 4: "ERROR_BAD_NAME",
+ 5: "ERROR_FULL",
+ 6: "ERROR_ALREADY_MEMBER",
+ 7: "ERROR_BAD_PASSWORD",
+ 8: "ERROR_UNSPECIFIED",
+ 9: "ERROR_NO_TICKET",
+ 10: "ERROR_LEAGUE_LOCKED",
+}
+var CMsgDOTAFantasyTeamCreateResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_NO_PERMISSION": 1,
+ "ERROR_FAILED_LOGO_UPLOAD": 2,
+ "ERROR_BAD_FANTASY_LEAGUE_ID": 3,
+ "ERROR_BAD_NAME": 4,
+ "ERROR_FULL": 5,
+ "ERROR_ALREADY_MEMBER": 6,
+ "ERROR_BAD_PASSWORD": 7,
+ "ERROR_UNSPECIFIED": 8,
+ "ERROR_NO_TICKET": 9,
+ "ERROR_LEAGUE_LOCKED": 10,
+}
+
+func (x CMsgDOTAFantasyTeamCreateResponse_EResult) Enum() *CMsgDOTAFantasyTeamCreateResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamCreateResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamCreateResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamCreateResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamCreateResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamCreateResponse_EResult_value, data, "CMsgDOTAFantasyTeamCreateResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamCreateResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamCreateResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{32, 0}
+}
+
+type CMsgDOTAFantasyLeagueEditInvitesResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueEditInvitesResponse_SUCCESS CMsgDOTAFantasyLeagueEditInvitesResponse_EResult = 0
+ CMsgDOTAFantasyLeagueEditInvitesResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueEditInvitesResponse_EResult = 1
+)
+
+var CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+}
+var CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+}
+
+func (x CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) Enum() *CMsgDOTAFantasyLeagueEditInvitesResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueEditInvitesResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_value, data, "CMsgDOTAFantasyLeagueEditInvitesResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueEditInvitesResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{34, 0}
+}
+
+type CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_SUCCESS CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 0
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 1
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_INVALID_FANTASY_LEAGUE CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 2
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_FANTASY_LEAGUE_NOT_DRAFTING CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 3
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 4
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_NOT_OWNERS_TURN CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 5
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_PLAYER_INVALID CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 6
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_PLAYER_UNAVAILABLE CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 7
+ CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_PLAYER_NO_VALID_SLOTS CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 8
+)
+
+var CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_INVALID_FANTASY_LEAGUE",
+ 3: "ERROR_FANTASY_LEAGUE_NOT_DRAFTING",
+ 4: "ERROR_OWNER_NOT_IN_LEAGUE",
+ 5: "ERROR_NOT_OWNERS_TURN",
+ 6: "ERROR_PLAYER_INVALID",
+ 7: "ERROR_PLAYER_UNAVAILABLE",
+ 8: "ERROR_PLAYER_NO_VALID_SLOTS",
+}
+var CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_INVALID_FANTASY_LEAGUE": 2,
+ "ERROR_FANTASY_LEAGUE_NOT_DRAFTING": 3,
+ "ERROR_OWNER_NOT_IN_LEAGUE": 4,
+ "ERROR_NOT_OWNERS_TURN": 5,
+ "ERROR_PLAYER_INVALID": 6,
+ "ERROR_PLAYER_UNAVAILABLE": 7,
+ "ERROR_PLAYER_NO_VALID_SLOTS": 8,
+}
+
+func (x CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) Enum() *CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult {
+ p := new(CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_value, data, "CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{38, 0}
+}
+
+type CMsgDOTAFantasyTeamRosterSwapResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamRosterSwapResponse_SUCCESS CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 0
+ CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 1
+ CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 2
+ CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_SLOTS_INVALID CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 3
+ CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_SLOT_LOCKED CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 4
+)
+
+var CMsgDOTAFantasyTeamRosterSwapResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_OWNER_NOT_IN_LEAGUE",
+ 3: "ERROR_SLOTS_INVALID",
+ 4: "ERROR_SLOT_LOCKED",
+}
+var CMsgDOTAFantasyTeamRosterSwapResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_OWNER_NOT_IN_LEAGUE": 2,
+ "ERROR_SLOTS_INVALID": 3,
+ "ERROR_SLOT_LOCKED": 4,
+}
+
+func (x CMsgDOTAFantasyTeamRosterSwapResponse_EResult) Enum() *CMsgDOTAFantasyTeamRosterSwapResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamRosterSwapResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamRosterSwapResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamRosterSwapResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamRosterSwapResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamRosterSwapResponse_EResult_value, data, "CMsgDOTAFantasyTeamRosterSwapResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamRosterSwapResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamRosterSwapResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{40, 0}
+}
+
+type CMsgDOTAFantasyTeamRosterAddDropResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamRosterAddDropResponse_SUCCESS CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 0
+ CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 1
+ CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 2
+ CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_PLAYER_NOT_AVAILABLE CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 3
+ CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_PLAYER_NOT_ON_TEAM CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 4
+ CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_TRADE_ALREADY_PENDING CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 5
+)
+
+var CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_OWNER_NOT_IN_LEAGUE",
+ 3: "ERROR_PLAYER_NOT_AVAILABLE",
+ 4: "ERROR_PLAYER_NOT_ON_TEAM",
+ 5: "ERROR_TRADE_ALREADY_PENDING",
+}
+var CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_OWNER_NOT_IN_LEAGUE": 2,
+ "ERROR_PLAYER_NOT_AVAILABLE": 3,
+ "ERROR_PLAYER_NOT_ON_TEAM": 4,
+ "ERROR_TRADE_ALREADY_PENDING": 5,
+}
+
+func (x CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) Enum() *CMsgDOTAFantasyTeamRosterAddDropResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamRosterAddDropResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_value, data, "CMsgDOTAFantasyTeamRosterAddDropResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamRosterAddDropResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{42, 0}
+}
+
+type CMsgDOTAFantasyTeamTradesResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamTradesResponse_SUCCESS CMsgDOTAFantasyTeamTradesResponse_EResult = 0
+ CMsgDOTAFantasyTeamTradesResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamTradesResponse_EResult = 1
+ CMsgDOTAFantasyTeamTradesResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamTradesResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyTeamTradesResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyTeamTradesResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyTeamTradesResponse_EResult) Enum() *CMsgDOTAFantasyTeamTradesResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamTradesResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamTradesResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamTradesResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamTradesResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamTradesResponse_EResult_value, data, "CMsgDOTAFantasyTeamTradesResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamTradesResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamTradesResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{44, 0}
+}
+
+type CMsgDOTAFantasyTeamTradeCancelResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamTradeCancelResponse_SUCCESS CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 0
+ CMsgDOTAFantasyTeamTradeCancelResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 1
+ CMsgDOTAFantasyTeamTradeCancelResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 2
+ CMsgDOTAFantasyTeamTradeCancelResponse_ERROR_NO_TRADE CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 3
+)
+
+var CMsgDOTAFantasyTeamTradeCancelResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+ 3: "ERROR_NO_TRADE",
+}
+var CMsgDOTAFantasyTeamTradeCancelResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+ "ERROR_NO_TRADE": 3,
+}
+
+func (x CMsgDOTAFantasyTeamTradeCancelResponse_EResult) Enum() *CMsgDOTAFantasyTeamTradeCancelResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamTradeCancelResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamTradeCancelResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamTradeCancelResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamTradeCancelResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamTradeCancelResponse_EResult_value, data, "CMsgDOTAFantasyTeamTradeCancelResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamTradeCancelResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamTradeCancelResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{46, 0}
+}
+
+type CMsgDOTAFantasyTeamRosterResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyTeamRosterResponse_SUCCESS CMsgDOTAFantasyTeamRosterResponse_EResult = 0
+ CMsgDOTAFantasyTeamRosterResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyTeamRosterResponse_EResult = 1
+ CMsgDOTAFantasyTeamRosterResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamRosterResponse_EResult = 2
+ CMsgDOTAFantasyTeamRosterResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamRosterResponse_EResult = 3
+)
+
+var CMsgDOTAFantasyTeamRosterResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+ 3: "ERROR_OWNER_NOT_IN_LEAGUE",
+}
+var CMsgDOTAFantasyTeamRosterResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+ "ERROR_OWNER_NOT_IN_LEAGUE": 3,
+}
+
+func (x CMsgDOTAFantasyTeamRosterResponse_EResult) Enum() *CMsgDOTAFantasyTeamRosterResponse_EResult {
+ p := new(CMsgDOTAFantasyTeamRosterResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyTeamRosterResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyTeamRosterResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyTeamRosterResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyTeamRosterResponse_EResult_value, data, "CMsgDOTAFantasyTeamRosterResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyTeamRosterResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyTeamRosterResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{48, 0}
+}
+
+type CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyPlayerHisoricalStatsResponse_SUCCESS CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = 0
+ CMsgDOTAFantasyPlayerHisoricalStatsResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = 1
+ CMsgDOTAFantasyPlayerHisoricalStatsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) Enum() *CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult {
+ p := new(CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_value, data, "CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{50, 0}
+}
+
+type CMsgDOTAFantasyMessagesResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyMessagesResponse_SUCCESS CMsgDOTAFantasyMessagesResponse_EResult = 0
+ CMsgDOTAFantasyMessagesResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyMessagesResponse_EResult = 1
+ CMsgDOTAFantasyMessagesResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyMessagesResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyMessagesResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+}
+var CMsgDOTAFantasyMessagesResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+}
+
+func (x CMsgDOTAFantasyMessagesResponse_EResult) Enum() *CMsgDOTAFantasyMessagesResponse_EResult {
+ p := new(CMsgDOTAFantasyMessagesResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyMessagesResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyMessagesResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyMessagesResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyMessagesResponse_EResult_value, data, "CMsgDOTAFantasyMessagesResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyMessagesResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyMessagesResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{53, 0}
+}
+
+type CMsgDOTAFantasyRemoveOwnerResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyRemoveOwnerResponse_SUCCESS CMsgDOTAFantasyRemoveOwnerResponse_EResult = 0
+ CMsgDOTAFantasyRemoveOwnerResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyRemoveOwnerResponse_EResult = 1
+ CMsgDOTAFantasyRemoveOwnerResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyRemoveOwnerResponse_EResult = 2
+ CMsgDOTAFantasyRemoveOwnerResponse_ERROR_LEAGUE_LOCKED CMsgDOTAFantasyRemoveOwnerResponse_EResult = 3
+ CMsgDOTAFantasyRemoveOwnerResponse_ERROR_NOT_A_MEMBER CMsgDOTAFantasyRemoveOwnerResponse_EResult = 4
+)
+
+var CMsgDOTAFantasyRemoveOwnerResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NO_PERMISSION",
+ 3: "ERROR_LEAGUE_LOCKED",
+ 4: "ERROR_NOT_A_MEMBER",
+}
+var CMsgDOTAFantasyRemoveOwnerResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NO_PERMISSION": 2,
+ "ERROR_LEAGUE_LOCKED": 3,
+ "ERROR_NOT_A_MEMBER": 4,
+}
+
+func (x CMsgDOTAFantasyRemoveOwnerResponse_EResult) Enum() *CMsgDOTAFantasyRemoveOwnerResponse_EResult {
+ p := new(CMsgDOTAFantasyRemoveOwnerResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyRemoveOwnerResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyRemoveOwnerResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyRemoveOwnerResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyRemoveOwnerResponse_EResult_value, data, "CMsgDOTAFantasyRemoveOwnerResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyRemoveOwnerResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyRemoveOwnerResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{55, 0}
+}
+
+type CMsgDOTAFantasyScheduledMatchesResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyScheduledMatchesResponse_SUCCESS CMsgDOTAFantasyScheduledMatchesResponse_EResult = 0
+ CMsgDOTAFantasyScheduledMatchesResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyScheduledMatchesResponse_EResult = 1
+)
+
+var CMsgDOTAFantasyScheduledMatchesResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+}
+var CMsgDOTAFantasyScheduledMatchesResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+}
+
+func (x CMsgDOTAFantasyScheduledMatchesResponse_EResult) Enum() *CMsgDOTAFantasyScheduledMatchesResponse_EResult {
+ p := new(CMsgDOTAFantasyScheduledMatchesResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyScheduledMatchesResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyScheduledMatchesResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyScheduledMatchesResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyScheduledMatchesResponse_EResult_value, data, "CMsgDOTAFantasyScheduledMatchesResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyScheduledMatchesResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyScheduledMatchesResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{57, 0}
+}
+
+type CMsgDOTAFantasyLeaveLeagueResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyLeaveLeagueResponse_SUCCESS CMsgDOTAFantasyLeaveLeagueResponse_EResult = 0
+ CMsgDOTAFantasyLeaveLeagueResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeaveLeagueResponse_EResult = 1
+ CMsgDOTAFantasyLeaveLeagueResponse_ERROR_NOT_MEMBER CMsgDOTAFantasyLeaveLeagueResponse_EResult = 2
+ CMsgDOTAFantasyLeaveLeagueResponse_ERROR_LEAGUE_NOT_FOUND CMsgDOTAFantasyLeaveLeagueResponse_EResult = 3
+ CMsgDOTAFantasyLeaveLeagueResponse_ERROR_DRAFT_ACTIVE CMsgDOTAFantasyLeaveLeagueResponse_EResult = 4
+)
+
+var CMsgDOTAFantasyLeaveLeagueResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NOT_MEMBER",
+ 3: "ERROR_LEAGUE_NOT_FOUND",
+ 4: "ERROR_DRAFT_ACTIVE",
+}
+var CMsgDOTAFantasyLeaveLeagueResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NOT_MEMBER": 2,
+ "ERROR_LEAGUE_NOT_FOUND": 3,
+ "ERROR_DRAFT_ACTIVE": 4,
+}
+
+func (x CMsgDOTAFantasyLeaveLeagueResponse_EResult) Enum() *CMsgDOTAFantasyLeaveLeagueResponse_EResult {
+ p := new(CMsgDOTAFantasyLeaveLeagueResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyLeaveLeagueResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyLeaveLeagueResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyLeaveLeagueResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyLeaveLeagueResponse_EResult_value, data, "CMsgDOTAFantasyLeaveLeagueResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyLeaveLeagueResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyLeaveLeagueResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{59, 0}
+}
+
+type CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult int32
+
+const (
+ CMsgDOTAFantasyPlayerScoreDetailsResponse_SUCCESS CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = 0
+ CMsgDOTAFantasyPlayerScoreDetailsResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = 1
+ CMsgDOTAFantasyPlayerScoreDetailsResponse_ERROR_NOT_MEMBER CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = 2
+)
+
+var CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_name = map[int32]string{
+ 0: "SUCCESS",
+ 1: "ERROR_UNSPECIFIED",
+ 2: "ERROR_NOT_MEMBER",
+}
+var CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_value = map[string]int32{
+ "SUCCESS": 0,
+ "ERROR_UNSPECIFIED": 1,
+ "ERROR_NOT_MEMBER": 2,
+}
+
+func (x CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) Enum() *CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult {
+ p := new(CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) String() string {
+ return proto.EnumName(CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_name, int32(x))
+}
+func (x *CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_value, data, "CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult(value)
+ return nil
+}
+func (CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{61, 0}
+}
+
+type CMsgGCPlayerInfo struct {
+ PlayerInfos []*CMsgGCPlayerInfo_PlayerInfo `protobuf:"bytes,1,rep,name=player_infos" json:"player_infos,omitempty"`
+ Leaderboards []*CMsgGCPlayerInfo_RegionLeaderboard `protobuf:"bytes,2,rep,name=leaderboards" json:"leaderboards,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPlayerInfo) Reset() { *m = CMsgGCPlayerInfo{} }
+func (m *CMsgGCPlayerInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPlayerInfo) ProtoMessage() {}
+func (*CMsgGCPlayerInfo) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{0} }
+
+func (m *CMsgGCPlayerInfo) GetPlayerInfos() []*CMsgGCPlayerInfo_PlayerInfo {
+ if m != nil {
+ return m.PlayerInfos
+ }
+ return nil
+}
+
+func (m *CMsgGCPlayerInfo) GetLeaderboards() []*CMsgGCPlayerInfo_RegionLeaderboard {
+ if m != nil {
+ return m.Leaderboards
+ }
+ return nil
+}
+
+type CMsgGCPlayerInfo_PlayerInfo struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ CountryCode *string `protobuf:"bytes,3,opt,name=country_code" json:"country_code,omitempty"`
+ FantasyRole *uint32 `protobuf:"varint,4,opt,name=fantasy_role" json:"fantasy_role,omitempty"`
+ TeamId *uint32 `protobuf:"varint,5,opt,name=team_id" json:"team_id,omitempty"`
+ TeamName *string `protobuf:"bytes,6,opt,name=team_name" json:"team_name,omitempty"`
+ TeamTag *string `protobuf:"bytes,7,opt,name=team_tag" json:"team_tag,omitempty"`
+ Sponsor *string `protobuf:"bytes,8,opt,name=sponsor" json:"sponsor,omitempty"`
+ IsLocked *bool `protobuf:"varint,9,opt,name=is_locked" json:"is_locked,omitempty"`
+ IsPro *bool `protobuf:"varint,10,opt,name=is_pro" json:"is_pro,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) Reset() { *m = CMsgGCPlayerInfo_PlayerInfo{} }
+func (m *CMsgGCPlayerInfo_PlayerInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPlayerInfo_PlayerInfo) ProtoMessage() {}
+func (*CMsgGCPlayerInfo_PlayerInfo) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{0, 0} }
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetFantasyRole() uint32 {
+ if m != nil && m.FantasyRole != nil {
+ return *m.FantasyRole
+ }
+ return 0
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetTeamTag() string {
+ if m != nil && m.TeamTag != nil {
+ return *m.TeamTag
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetSponsor() string {
+ if m != nil && m.Sponsor != nil {
+ return *m.Sponsor
+ }
+ return ""
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetIsLocked() bool {
+ if m != nil && m.IsLocked != nil {
+ return *m.IsLocked
+ }
+ return false
+}
+
+func (m *CMsgGCPlayerInfo_PlayerInfo) GetIsPro() bool {
+ if m != nil && m.IsPro != nil {
+ return *m.IsPro
+ }
+ return false
+}
+
+type CMsgGCPlayerInfo_RegionLeaderboard struct {
+ Division *uint32 `protobuf:"varint,1,opt,name=division" json:"division,omitempty"`
+ AccountIds []uint32 `protobuf:"varint,2,rep,name=account_ids" json:"account_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPlayerInfo_RegionLeaderboard) Reset() { *m = CMsgGCPlayerInfo_RegionLeaderboard{} }
+func (m *CMsgGCPlayerInfo_RegionLeaderboard) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPlayerInfo_RegionLeaderboard) ProtoMessage() {}
+func (*CMsgGCPlayerInfo_RegionLeaderboard) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{0, 1}
+}
+
+func (m *CMsgGCPlayerInfo_RegionLeaderboard) GetDivision() uint32 {
+ if m != nil && m.Division != nil {
+ return *m.Division
+ }
+ return 0
+}
+
+func (m *CMsgGCPlayerInfo_RegionLeaderboard) GetAccountIds() []uint32 {
+ if m != nil {
+ return m.AccountIds
+ }
+ return nil
+}
+
+type CMsgDOTACreateFantasyLeagueRequest struct {
+ LeagueName *string `protobuf:"bytes,1,opt,name=league_name" json:"league_name,omitempty"`
+ LeagueLogo *uint64 `protobuf:"varint,2,opt,name=league_logo" json:"league_logo,omitempty"`
+ SelectionMode *Fantasy_Selection_Mode `protobuf:"varint,3,opt,name=selection_mode,enum=Fantasy_Selection_Mode,def=0" json:"selection_mode,omitempty"`
+ TeamCount *uint32 `protobuf:"varint,4,opt,name=team_count" json:"team_count,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACreateFantasyLeagueRequest) Reset() { *m = CMsgDOTACreateFantasyLeagueRequest{} }
+func (m *CMsgDOTACreateFantasyLeagueRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACreateFantasyLeagueRequest) ProtoMessage() {}
+func (*CMsgDOTACreateFantasyLeagueRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{1}
+}
+
+const Default_CMsgDOTACreateFantasyLeagueRequest_SelectionMode Fantasy_Selection_Mode = Fantasy_Selection_Mode_FANTASY_SELECTION_INVALID
+
+func (m *CMsgDOTACreateFantasyLeagueRequest) GetLeagueName() string {
+ if m != nil && m.LeagueName != nil {
+ return *m.LeagueName
+ }
+ return ""
+}
+
+func (m *CMsgDOTACreateFantasyLeagueRequest) GetLeagueLogo() uint64 {
+ if m != nil && m.LeagueLogo != nil {
+ return *m.LeagueLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTACreateFantasyLeagueRequest) GetSelectionMode() Fantasy_Selection_Mode {
+ if m != nil && m.SelectionMode != nil {
+ return *m.SelectionMode
+ }
+ return Default_CMsgDOTACreateFantasyLeagueRequest_SelectionMode
+}
+
+func (m *CMsgDOTACreateFantasyLeagueRequest) GetTeamCount() uint32 {
+ if m != nil && m.TeamCount != nil {
+ return *m.TeamCount
+ }
+ return 0
+}
+
+type CMsgDOTACreateFantasyLeagueResponse struct {
+ Result *CMsgDOTACreateFantasyLeagueResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTACreateFantasyLeagueResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACreateFantasyLeagueResponse) Reset() { *m = CMsgDOTACreateFantasyLeagueResponse{} }
+func (m *CMsgDOTACreateFantasyLeagueResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACreateFantasyLeagueResponse) ProtoMessage() {}
+func (*CMsgDOTACreateFantasyLeagueResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{2}
+}
+
+const Default_CMsgDOTACreateFantasyLeagueResponse_Result CMsgDOTACreateFantasyLeagueResponse_EResult = CMsgDOTACreateFantasyLeagueResponse_SUCCESS
+
+func (m *CMsgDOTACreateFantasyLeagueResponse) GetResult() CMsgDOTACreateFantasyLeagueResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTACreateFantasyLeagueResponse_Result
+}
+
+type CMsgFantasyLeagueScoring struct {
+ Level *float32 `protobuf:"fixed32,1,opt,name=level" json:"level,omitempty"`
+ Kills *float32 `protobuf:"fixed32,2,opt,name=kills" json:"kills,omitempty"`
+ Deaths *float32 `protobuf:"fixed32,3,opt,name=deaths" json:"deaths,omitempty"`
+ Assists *float32 `protobuf:"fixed32,4,opt,name=assists" json:"assists,omitempty"`
+ LastHits *float32 `protobuf:"fixed32,5,opt,name=last_hits" json:"last_hits,omitempty"`
+ Denies *float32 `protobuf:"fixed32,6,opt,name=denies" json:"denies,omitempty"`
+ Gpm *float32 `protobuf:"fixed32,7,opt,name=gpm" json:"gpm,omitempty"`
+ Xppm *float32 `protobuf:"fixed32,8,opt,name=xppm" json:"xppm,omitempty"`
+ Stuns *float32 `protobuf:"fixed32,9,opt,name=stuns" json:"stuns,omitempty"`
+ Healing *float32 `protobuf:"fixed32,10,opt,name=healing" json:"healing,omitempty"`
+ TowerKills *float32 `protobuf:"fixed32,11,opt,name=tower_kills" json:"tower_kills,omitempty"`
+ RoshanKills *float32 `protobuf:"fixed32,12,opt,name=roshan_kills" json:"roshan_kills,omitempty"`
+ MultiplierPremium *float32 `protobuf:"fixed32,13,opt,name=multiplier_premium" json:"multiplier_premium,omitempty"`
+ MultiplierProfessional *float32 `protobuf:"fixed32,14,opt,name=multiplier_professional" json:"multiplier_professional,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgFantasyLeagueScoring) Reset() { *m = CMsgFantasyLeagueScoring{} }
+func (m *CMsgFantasyLeagueScoring) String() string { return proto.CompactTextString(m) }
+func (*CMsgFantasyLeagueScoring) ProtoMessage() {}
+func (*CMsgFantasyLeagueScoring) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{3} }
+
+func (m *CMsgFantasyLeagueScoring) GetLevel() float32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetKills() float32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetDeaths() float32 {
+ if m != nil && m.Deaths != nil {
+ return *m.Deaths
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetAssists() float32 {
+ if m != nil && m.Assists != nil {
+ return *m.Assists
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetLastHits() float32 {
+ if m != nil && m.LastHits != nil {
+ return *m.LastHits
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetDenies() float32 {
+ if m != nil && m.Denies != nil {
+ return *m.Denies
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetGpm() float32 {
+ if m != nil && m.Gpm != nil {
+ return *m.Gpm
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetXppm() float32 {
+ if m != nil && m.Xppm != nil {
+ return *m.Xppm
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetStuns() float32 {
+ if m != nil && m.Stuns != nil {
+ return *m.Stuns
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetHealing() float32 {
+ if m != nil && m.Healing != nil {
+ return *m.Healing
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetTowerKills() float32 {
+ if m != nil && m.TowerKills != nil {
+ return *m.TowerKills
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetRoshanKills() float32 {
+ if m != nil && m.RoshanKills != nil {
+ return *m.RoshanKills
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetMultiplierPremium() float32 {
+ if m != nil && m.MultiplierPremium != nil {
+ return *m.MultiplierPremium
+ }
+ return 0
+}
+
+func (m *CMsgFantasyLeagueScoring) GetMultiplierProfessional() float32 {
+ if m != nil && m.MultiplierProfessional != nil {
+ return *m.MultiplierProfessional
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueInfo struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ CommissionerAccountId *uint32 `protobuf:"varint,2,opt,name=commissioner_account_id" json:"commissioner_account_id,omitempty"`
+ FantasyLeagueName *string `protobuf:"bytes,3,opt,name=fantasy_league_name" json:"fantasy_league_name,omitempty"`
+ SelectionMode *Fantasy_Selection_Mode `protobuf:"varint,4,opt,name=selection_mode,enum=Fantasy_Selection_Mode,def=0" json:"selection_mode,omitempty"`
+ TeamCount *uint32 `protobuf:"varint,5,opt,name=team_count" json:"team_count,omitempty"`
+ Logo *uint64 `protobuf:"varint,6,opt,name=logo" json:"logo,omitempty"`
+ Scoring *CMsgFantasyLeagueScoring `protobuf:"bytes,7,opt,name=scoring" json:"scoring,omitempty"`
+ DraftTime *uint32 `protobuf:"varint,12,opt,name=draft_time" json:"draft_time,omitempty"`
+ DraftPickTime *uint32 `protobuf:"varint,13,opt,name=draft_pick_time" json:"draft_pick_time,omitempty"`
+ SeasonStart *uint32 `protobuf:"varint,15,opt,name=season_start" json:"season_start,omitempty"`
+ SeasonLength *uint32 `protobuf:"varint,16,opt,name=season_length" json:"season_length,omitempty"`
+ VetoVotes *uint32 `protobuf:"varint,17,opt,name=veto_votes" json:"veto_votes,omitempty"`
+ Acquisitions *uint32 `protobuf:"varint,18,opt,name=acquisitions" json:"acquisitions,omitempty"`
+ Slot_1 *uint32 `protobuf:"varint,19,opt,name=slot_1" json:"slot_1,omitempty"`
+ Slot_2 *uint32 `protobuf:"varint,20,opt,name=slot_2" json:"slot_2,omitempty"`
+ Slot_3 *uint32 `protobuf:"varint,21,opt,name=slot_3" json:"slot_3,omitempty"`
+ Slot_4 *uint32 `protobuf:"varint,22,opt,name=slot_4" json:"slot_4,omitempty"`
+ Slot_5 *uint32 `protobuf:"varint,23,opt,name=slot_5" json:"slot_5,omitempty"`
+ BenchSlots *uint32 `protobuf:"varint,24,opt,name=bench_slots" json:"bench_slots,omitempty"`
+ OwnerInfo []*CMsgDOTAFantasyLeagueInfo_OwnerInfo `protobuf:"bytes,25,rep,name=owner_info" json:"owner_info,omitempty"`
+ Players []uint32 `protobuf:"varint,26,rep,name=players" json:"players,omitempty"`
+ TimeZone *uint32 `protobuf:"varint,27,opt,name=time_zone" json:"time_zone,omitempty"`
+ Season *uint32 `protobuf:"varint,28,opt,name=season" json:"season,omitempty"`
+ Password *string `protobuf:"bytes,29,opt,name=password" json:"password,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) Reset() { *m = CMsgDOTAFantasyLeagueInfo{} }
+func (m *CMsgDOTAFantasyLeagueInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueInfo) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueInfo) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{4} }
+
+const Default_CMsgDOTAFantasyLeagueInfo_SelectionMode Fantasy_Selection_Mode = Fantasy_Selection_Mode_FANTASY_SELECTION_INVALID
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetCommissionerAccountId() uint32 {
+ if m != nil && m.CommissionerAccountId != nil {
+ return *m.CommissionerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetFantasyLeagueName() string {
+ if m != nil && m.FantasyLeagueName != nil {
+ return *m.FantasyLeagueName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSelectionMode() Fantasy_Selection_Mode {
+ if m != nil && m.SelectionMode != nil {
+ return *m.SelectionMode
+ }
+ return Default_CMsgDOTAFantasyLeagueInfo_SelectionMode
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetTeamCount() uint32 {
+ if m != nil && m.TeamCount != nil {
+ return *m.TeamCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetScoring() *CMsgFantasyLeagueScoring {
+ if m != nil {
+ return m.Scoring
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetDraftTime() uint32 {
+ if m != nil && m.DraftTime != nil {
+ return *m.DraftTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetDraftPickTime() uint32 {
+ if m != nil && m.DraftPickTime != nil {
+ return *m.DraftPickTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSeasonStart() uint32 {
+ if m != nil && m.SeasonStart != nil {
+ return *m.SeasonStart
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSeasonLength() uint32 {
+ if m != nil && m.SeasonLength != nil {
+ return *m.SeasonLength
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetVetoVotes() uint32 {
+ if m != nil && m.VetoVotes != nil {
+ return *m.VetoVotes
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetAcquisitions() uint32 {
+ if m != nil && m.Acquisitions != nil {
+ return *m.Acquisitions
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_1() uint32 {
+ if m != nil && m.Slot_1 != nil {
+ return *m.Slot_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_2() uint32 {
+ if m != nil && m.Slot_2 != nil {
+ return *m.Slot_2
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_3() uint32 {
+ if m != nil && m.Slot_3 != nil {
+ return *m.Slot_3
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_4() uint32 {
+ if m != nil && m.Slot_4 != nil {
+ return *m.Slot_4
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_5() uint32 {
+ if m != nil && m.Slot_5 != nil {
+ return *m.Slot_5
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetBenchSlots() uint32 {
+ if m != nil && m.BenchSlots != nil {
+ return *m.BenchSlots
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetOwnerInfo() []*CMsgDOTAFantasyLeagueInfo_OwnerInfo {
+ if m != nil {
+ return m.OwnerInfo
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetPlayers() []uint32 {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetTimeZone() uint32 {
+ if m != nil && m.TimeZone != nil {
+ return *m.TimeZone
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetSeason() uint32 {
+ if m != nil && m.Season != nil {
+ return *m.Season
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+type CMsgDOTAFantasyLeagueInfo_OwnerInfo struct {
+ OwnerAccountId *uint32 `protobuf:"varint,1,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ LeftLeague *bool `protobuf:"varint,2,opt,name=left_league" json:"left_league,omitempty"`
+ PlayerAccountId []uint32 `protobuf:"varint,3,rep,name=player_account_id" json:"player_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) Reset() { *m = CMsgDOTAFantasyLeagueInfo_OwnerInfo{} }
+func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{4, 0}
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetLeftLeague() bool {
+ if m != nil && m.LeftLeague != nil {
+ return *m.LeftLeague
+ }
+ return false
+}
+
+func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetPlayerAccountId() []uint32 {
+ if m != nil {
+ return m.PlayerAccountId
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeagueEditInfoRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ EditInfo *CMsgDOTAFantasyLeagueInfo `protobuf:"bytes,2,opt,name=edit_info" json:"edit_info,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInfoRequest) Reset() { *m = CMsgDOTAFantasyLeagueEditInfoRequest{} }
+func (m *CMsgDOTAFantasyLeagueEditInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueEditInfoRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueEditInfoRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{5}
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInfoRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInfoRequest) GetEditInfo() *CMsgDOTAFantasyLeagueInfo {
+ if m != nil {
+ return m.EditInfo
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeagueEditInfoResponse struct {
+ Result *CMsgDOTAFantasyLeagueEditInfoResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueEditInfoResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInfoResponse) Reset() { *m = CMsgDOTAFantasyLeagueEditInfoResponse{} }
+func (m *CMsgDOTAFantasyLeagueEditInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueEditInfoResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueEditInfoResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{6}
+}
+
+const Default_CMsgDOTAFantasyLeagueEditInfoResponse_Result CMsgDOTAFantasyLeagueEditInfoResponse_EResult = CMsgDOTAFantasyLeagueEditInfoResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueEditInfoResponse) GetResult() CMsgDOTAFantasyLeagueEditInfoResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueEditInfoResponse_Result
+}
+
+type CMsgDOTAFantasyLeagueFindRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Password *string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueFindRequest) Reset() { *m = CMsgDOTAFantasyLeagueFindRequest{} }
+func (m *CMsgDOTAFantasyLeagueFindRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueFindRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueFindRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{7}
+}
+
+func (m *CMsgDOTAFantasyLeagueFindRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueFindRequest) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+type CMsgDOTAFantasyLeagueFindResponse struct {
+ Result *CMsgDOTAFantasyLeagueFindResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueFindResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyLeagueName *string `protobuf:"bytes,2,opt,name=fantasy_league_name" json:"fantasy_league_name,omitempty"`
+ CommissionerName *string `protobuf:"bytes,3,opt,name=commissioner_name" json:"commissioner_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueFindResponse) Reset() { *m = CMsgDOTAFantasyLeagueFindResponse{} }
+func (m *CMsgDOTAFantasyLeagueFindResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueFindResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueFindResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{8}
+}
+
+const Default_CMsgDOTAFantasyLeagueFindResponse_Result CMsgDOTAFantasyLeagueFindResponse_EResult = CMsgDOTAFantasyLeagueFindResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueFindResponse) GetResult() CMsgDOTAFantasyLeagueFindResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueFindResponse_Result
+}
+
+func (m *CMsgDOTAFantasyLeagueFindResponse) GetFantasyLeagueName() string {
+ if m != nil && m.FantasyLeagueName != nil {
+ return *m.FantasyLeagueName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyLeagueFindResponse) GetCommissionerName() string {
+ if m != nil && m.CommissionerName != nil {
+ return *m.CommissionerName
+ }
+ return ""
+}
+
+type CMsgDOTAFantasyLeagueInfoRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueInfoRequest) Reset() { *m = CMsgDOTAFantasyLeagueInfoRequest{} }
+func (m *CMsgDOTAFantasyLeagueInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueInfoRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueInfoRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{9}
+}
+
+func (m *CMsgDOTAFantasyLeagueInfoRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueInfoResponse struct {
+ Result *CMsgDOTAFantasyLeagueInfoResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueInfoResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueInfoResponse) Reset() { *m = CMsgDOTAFantasyLeagueInfoResponse{} }
+func (m *CMsgDOTAFantasyLeagueInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueInfoResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueInfoResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{10}
+}
+
+const Default_CMsgDOTAFantasyLeagueInfoResponse_Result CMsgDOTAFantasyLeagueInfoResponse_EResult = CMsgDOTAFantasyLeagueInfoResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueInfoResponse) GetResult() CMsgDOTAFantasyLeagueInfoResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueInfoResponse_Result
+}
+
+type CMsgDOTAFantasyLeagueMatchupsRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsRequest) Reset() { *m = CMsgDOTAFantasyLeagueMatchupsRequest{} }
+func (m *CMsgDOTAFantasyLeagueMatchupsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueMatchupsRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueMatchupsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{11}
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueMatchupsResponse struct {
+ Result *CMsgDOTAFantasyLeagueMatchupsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueMatchupsResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,2,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ WeeklyMatchups []*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups `protobuf:"bytes,3,rep,name=weekly_matchups" json:"weekly_matchups,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse) Reset() { *m = CMsgDOTAFantasyLeagueMatchupsResponse{} }
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueMatchupsResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueMatchupsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{12}
+}
+
+const Default_CMsgDOTAFantasyLeagueMatchupsResponse_Result CMsgDOTAFantasyLeagueMatchupsResponse_EResult = CMsgDOTAFantasyLeagueMatchupsResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse) GetResult() CMsgDOTAFantasyLeagueMatchupsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueMatchupsResponse_Result
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse) GetWeeklyMatchups() []*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups {
+ if m != nil {
+ return m.WeeklyMatchups
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeagueMatchupsResponse_Matchup struct {
+ OwnerAccountId_1 *uint32 `protobuf:"varint,1,opt,name=owner_account_id_1" json:"owner_account_id_1,omitempty"`
+ OwnerAccountId_2 *uint32 `protobuf:"varint,2,opt,name=owner_account_id_2" json:"owner_account_id_2,omitempty"`
+ Score_1 *float32 `protobuf:"fixed32,3,opt,name=score_1" json:"score_1,omitempty"`
+ Score_2 *float32 `protobuf:"fixed32,4,opt,name=score_2" json:"score_2,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) Reset() {
+ *m = CMsgDOTAFantasyLeagueMatchupsResponse_Matchup{}
+}
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{12, 0}
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetOwnerAccountId_1() uint32 {
+ if m != nil && m.OwnerAccountId_1 != nil {
+ return *m.OwnerAccountId_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetOwnerAccountId_2() uint32 {
+ if m != nil && m.OwnerAccountId_2 != nil {
+ return *m.OwnerAccountId_2
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetScore_1() float32 {
+ if m != nil && m.Score_1 != nil {
+ return *m.Score_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetScore_2() float32 {
+ if m != nil && m.Score_2 != nil {
+ return *m.Score_2
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups struct {
+ Matchup []*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup `protobuf:"bytes,1,rep,name=matchup" json:"matchup,omitempty"`
+ StartTime *uint32 `protobuf:"varint,2,opt,name=start_time" json:"start_time,omitempty"`
+ EndTime *uint32 `protobuf:"varint,3,opt,name=end_time" json:"end_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) Reset() {
+ *m = CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups{}
+}
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{12, 1}
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) GetMatchup() []*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup {
+ if m != nil {
+ return m.Matchup
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) GetEndTime() uint32 {
+ if m != nil && m.EndTime != nil {
+ return *m.EndTime
+ }
+ return 0
+}
+
+type CMsgDOTAEditFantasyTeamRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ TeamIndex *uint32 `protobuf:"varint,2,opt,name=team_index" json:"team_index,omitempty"`
+ TeamName *string `protobuf:"bytes,3,opt,name=team_name" json:"team_name,omitempty"`
+ TeamLogo *uint64 `protobuf:"varint,4,opt,name=team_logo" json:"team_logo,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditFantasyTeamRequest) Reset() { *m = CMsgDOTAEditFantasyTeamRequest{} }
+func (m *CMsgDOTAEditFantasyTeamRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditFantasyTeamRequest) ProtoMessage() {}
+func (*CMsgDOTAEditFantasyTeamRequest) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{13} }
+
+func (m *CMsgDOTAEditFantasyTeamRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditFantasyTeamRequest) GetTeamIndex() uint32 {
+ if m != nil && m.TeamIndex != nil {
+ return *m.TeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAEditFantasyTeamRequest) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAEditFantasyTeamRequest) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+type CMsgDOTAEditFantasyTeamResponse struct {
+ Result *CMsgDOTAEditFantasyTeamResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAEditFantasyTeamResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAEditFantasyTeamResponse) Reset() { *m = CMsgDOTAEditFantasyTeamResponse{} }
+func (m *CMsgDOTAEditFantasyTeamResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAEditFantasyTeamResponse) ProtoMessage() {}
+func (*CMsgDOTAEditFantasyTeamResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{14}
+}
+
+const Default_CMsgDOTAEditFantasyTeamResponse_Result CMsgDOTAEditFantasyTeamResponse_EResult = CMsgDOTAEditFantasyTeamResponse_SUCCESS
+
+func (m *CMsgDOTAEditFantasyTeamResponse) GetResult() CMsgDOTAEditFantasyTeamResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAEditFantasyTeamResponse_Result
+}
+
+type CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) Reset() {
+ *m = CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID{}
+}
+func (m *CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{15}
+}
+
+func (m *CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID struct {
+ OwnerAccountId *uint32 `protobuf:"varint,1,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) Reset() {
+ *m = CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID{}
+}
+func (m *CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{16}
+}
+
+func (m *CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamInfoResponse struct {
+ Results []*CMsgDOTAFantasyTeamInfo `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamInfoResponse) Reset() { *m = CMsgDOTAFantasyTeamInfoResponse{} }
+func (m *CMsgDOTAFantasyTeamInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamInfoResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamInfoResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{17}
+}
+
+func (m *CMsgDOTAFantasyTeamInfoResponse) GetResults() []*CMsgDOTAFantasyTeamInfo {
+ if m != nil {
+ return m.Results
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyTeamInfo struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ FantasyTeamIndex *uint32 `protobuf:"varint,3,opt,name=fantasy_team_index" json:"fantasy_team_index,omitempty"`
+ TeamName *string `protobuf:"bytes,4,opt,name=team_name" json:"team_name,omitempty"`
+ TeamLogo *uint64 `protobuf:"varint,5,opt,name=team_logo" json:"team_logo,omitempty"`
+ Wins *uint32 `protobuf:"varint,6,opt,name=wins" json:"wins,omitempty"`
+ Losses *uint32 `protobuf:"varint,7,opt,name=losses" json:"losses,omitempty"`
+ CurrentRoster []uint32 `protobuf:"varint,8,rep,name=current_roster" json:"current_roster,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) Reset() { *m = CMsgDOTAFantasyTeamInfo{} }
+func (m *CMsgDOTAFantasyTeamInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamInfo) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamInfo) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{18} }
+
+func (m *CMsgDOTAFantasyTeamInfo) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetFantasyTeamIndex() uint32 {
+ if m != nil && m.FantasyTeamIndex != nil {
+ return *m.FantasyTeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetWins() uint32 {
+ if m != nil && m.Wins != nil {
+ return *m.Wins
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetLosses() uint32 {
+ if m != nil && m.Losses != nil {
+ return *m.Losses
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamInfo) GetCurrentRoster() []uint32 {
+ if m != nil {
+ return m.CurrentRoster
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyTeamScoreRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ FantasyTeamIndex *uint32 `protobuf:"varint,3,opt,name=fantasy_team_index" json:"fantasy_team_index,omitempty"`
+ FilterMatchId *uint64 `protobuf:"varint,4,opt,name=filter_match_id" json:"filter_match_id,omitempty"`
+ FilterStartTime *uint32 `protobuf:"varint,5,opt,name=filter_start_time" json:"filter_start_time,omitempty"`
+ FilterEndTime *uint32 `protobuf:"varint,6,opt,name=filter_end_time" json:"filter_end_time,omitempty"`
+ IncludeBench *bool `protobuf:"varint,7,opt,name=include_bench" json:"include_bench,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) Reset() { *m = CMsgDOTAFantasyTeamScoreRequest{} }
+func (m *CMsgDOTAFantasyTeamScoreRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamScoreRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamScoreRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{19}
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetFantasyTeamIndex() uint32 {
+ if m != nil && m.FantasyTeamIndex != nil {
+ return *m.FantasyTeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetFilterMatchId() uint64 {
+ if m != nil && m.FilterMatchId != nil {
+ return *m.FilterMatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetFilterStartTime() uint32 {
+ if m != nil && m.FilterStartTime != nil {
+ return *m.FilterStartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetFilterEndTime() uint32 {
+ if m != nil && m.FilterEndTime != nil {
+ return *m.FilterEndTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreRequest) GetIncludeBench() bool {
+ if m != nil && m.IncludeBench != nil {
+ return *m.IncludeBench
+ }
+ return false
+}
+
+type CMsgDOTAFantasyTeamScoreResponse struct {
+ Result *CMsgDOTAFantasyTeamScoreResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamScoreResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyTeamScore *float32 `protobuf:"fixed32,2,opt,name=fantasy_team_score" json:"fantasy_team_score,omitempty"`
+ FantasyPlayerScore []*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore `protobuf:"bytes,3,rep,name=fantasy_player_score" json:"fantasy_player_score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamScoreResponse) Reset() { *m = CMsgDOTAFantasyTeamScoreResponse{} }
+func (m *CMsgDOTAFantasyTeamScoreResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamScoreResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamScoreResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{20}
+}
+
+const Default_CMsgDOTAFantasyTeamScoreResponse_Result CMsgDOTAFantasyTeamScoreResponse_EResult = CMsgDOTAFantasyTeamScoreResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamScoreResponse) GetResult() CMsgDOTAFantasyTeamScoreResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamScoreResponse_Result
+}
+
+func (m *CMsgDOTAFantasyTeamScoreResponse) GetFantasyTeamScore() float32 {
+ if m != nil && m.FantasyTeamScore != nil {
+ return *m.FantasyTeamScore
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreResponse) GetFantasyPlayerScore() []*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore {
+ if m != nil {
+ return m.FantasyPlayerScore
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Score *float32 `protobuf:"fixed32,2,opt,name=score" json:"score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) Reset() {
+ *m = CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore{}
+}
+func (m *CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{20, 0}
+}
+
+func (m *CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) GetScore() float32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamStandingsRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Count *uint32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
+ FilterStartTime *uint32 `protobuf:"varint,3,opt,name=filter_start_time" json:"filter_start_time,omitempty"`
+ FilterEndTime *uint32 `protobuf:"varint,4,opt,name=filter_end_time" json:"filter_end_time,omitempty"`
+ FilterMatchId *uint64 `protobuf:"varint,5,opt,name=filter_match_id" json:"filter_match_id,omitempty"`
+ FilterLastMatch *bool `protobuf:"varint,6,opt,name=filter_last_match" json:"filter_last_match,omitempty"`
+ FilterInHall *bool `protobuf:"varint,7,opt,name=filter_in_hall" json:"filter_in_hall,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) Reset() { *m = CMsgDOTAFantasyTeamStandingsRequest{} }
+func (m *CMsgDOTAFantasyTeamStandingsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamStandingsRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamStandingsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{21}
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetCount() uint32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterStartTime() uint32 {
+ if m != nil && m.FilterStartTime != nil {
+ return *m.FilterStartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterEndTime() uint32 {
+ if m != nil && m.FilterEndTime != nil {
+ return *m.FilterEndTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterMatchId() uint64 {
+ if m != nil && m.FilterMatchId != nil {
+ return *m.FilterMatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterLastMatch() bool {
+ if m != nil && m.FilterLastMatch != nil {
+ return *m.FilterLastMatch
+ }
+ return false
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterInHall() bool {
+ if m != nil && m.FilterInHall != nil {
+ return *m.FilterInHall
+ }
+ return false
+}
+
+type CMsgDOTAFantasyTeamStandingsResponse struct {
+ Result *CMsgDOTAFantasyTeamStandingsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamStandingsResponse_EResult,def=0" json:"result,omitempty"`
+ TeamScores []*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore `protobuf:"bytes,3,rep,name=team_scores" json:"team_scores,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse) Reset() { *m = CMsgDOTAFantasyTeamStandingsResponse{} }
+func (m *CMsgDOTAFantasyTeamStandingsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamStandingsResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamStandingsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{22}
+}
+
+const Default_CMsgDOTAFantasyTeamStandingsResponse_Result CMsgDOTAFantasyTeamStandingsResponse_EResult = CMsgDOTAFantasyTeamStandingsResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse) GetResult() CMsgDOTAFantasyTeamStandingsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamStandingsResponse_Result
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse) GetTeamScores() []*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore {
+ if m != nil {
+ return m.TeamScores
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ FantasyTeamIndex *uint32 `protobuf:"varint,3,opt,name=fantasy_team_index" json:"fantasy_team_index,omitempty"`
+ FantasyTeamLogo *uint64 `protobuf:"varint,4,opt,name=fantasy_team_logo" json:"fantasy_team_logo,omitempty"`
+ OwnerName *string `protobuf:"bytes,5,opt,name=owner_name" json:"owner_name,omitempty"`
+ FantasyTeamName *string `protobuf:"bytes,6,opt,name=fantasy_team_name" json:"fantasy_team_name,omitempty"`
+ Score *float32 `protobuf:"fixed32,7,opt,name=score" json:"score,omitempty"`
+ ScoreAgainst *float32 `protobuf:"fixed32,8,opt,name=score_against" json:"score_against,omitempty"`
+ Wins *uint32 `protobuf:"varint,9,opt,name=wins" json:"wins,omitempty"`
+ Losses *uint32 `protobuf:"varint,10,opt,name=losses" json:"losses,omitempty"`
+ Streak *int32 `protobuf:"varint,11,opt,name=streak" json:"streak,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) Reset() {
+ *m = CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore{}
+}
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{22, 0}
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyTeamIndex() uint32 {
+ if m != nil && m.FantasyTeamIndex != nil {
+ return *m.FantasyTeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyTeamLogo() uint64 {
+ if m != nil && m.FantasyTeamLogo != nil {
+ return *m.FantasyTeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetOwnerName() string {
+ if m != nil && m.OwnerName != nil {
+ return *m.OwnerName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyTeamName() string {
+ if m != nil && m.FantasyTeamName != nil {
+ return *m.FantasyTeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetScore() float32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetScoreAgainst() float32 {
+ if m != nil && m.ScoreAgainst != nil {
+ return *m.ScoreAgainst
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetWins() uint32 {
+ if m != nil && m.Wins != nil {
+ return *m.Wins
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetLosses() uint32 {
+ if m != nil && m.Losses != nil {
+ return *m.Losses
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetStreak() int32 {
+ if m != nil && m.Streak != nil {
+ return *m.Streak
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyPlayerScoreRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ PlayerAccountId *uint32 `protobuf:"varint,2,opt,name=player_account_id" json:"player_account_id,omitempty"`
+ FilterStartTime *uint32 `protobuf:"varint,3,opt,name=filter_start_time" json:"filter_start_time,omitempty"`
+ FilterEndTime *uint32 `protobuf:"varint,4,opt,name=filter_end_time" json:"filter_end_time,omitempty"`
+ FilterMatchId *uint64 `protobuf:"varint,5,opt,name=filter_match_id" json:"filter_match_id,omitempty"`
+ FilterLastMatch *bool `protobuf:"varint,6,opt,name=filter_last_match" json:"filter_last_match,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) Reset() { *m = CMsgDOTAFantasyPlayerScoreRequest{} }
+func (m *CMsgDOTAFantasyPlayerScoreRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerScoreRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerScoreRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{23}
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) GetPlayerAccountId() uint32 {
+ if m != nil && m.PlayerAccountId != nil {
+ return *m.PlayerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterStartTime() uint32 {
+ if m != nil && m.FilterStartTime != nil {
+ return *m.FilterStartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterEndTime() uint32 {
+ if m != nil && m.FilterEndTime != nil {
+ return *m.FilterEndTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterMatchId() uint64 {
+ if m != nil && m.FilterMatchId != nil {
+ return *m.FilterMatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterLastMatch() bool {
+ if m != nil && m.FilterLastMatch != nil {
+ return *m.FilterLastMatch
+ }
+ return false
+}
+
+type CMsgDOTAFantasyPlayerScoreResponse struct {
+ Result *CMsgDOTAFantasyPlayerScoreResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerScoreResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,2,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ PlayerAccountId *uint32 `protobuf:"varint,3,opt,name=player_account_id" json:"player_account_id,omitempty"`
+ PlayerName *string `protobuf:"bytes,4,opt,name=player_name" json:"player_name,omitempty"`
+ Score *float32 `protobuf:"fixed32,5,opt,name=score" json:"score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreResponse) Reset() { *m = CMsgDOTAFantasyPlayerScoreResponse{} }
+func (m *CMsgDOTAFantasyPlayerScoreResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerScoreResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerScoreResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{24}
+}
+
+const Default_CMsgDOTAFantasyPlayerScoreResponse_Result CMsgDOTAFantasyPlayerScoreResponse_EResult = CMsgDOTAFantasyPlayerScoreResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyPlayerScoreResponse) GetResult() CMsgDOTAFantasyPlayerScoreResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyPlayerScoreResponse_Result
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreResponse) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreResponse) GetPlayerAccountId() uint32 {
+ if m != nil && m.PlayerAccountId != nil {
+ return *m.PlayerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreResponse) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreResponse) GetScore() float32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyPlayerStandingsRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Count *uint32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
+ Role *uint32 `protobuf:"varint,3,opt,name=role" json:"role,omitempty"`
+ FilterStartTime *uint32 `protobuf:"varint,4,opt,name=filter_start_time" json:"filter_start_time,omitempty"`
+ FilterEndTime *uint32 `protobuf:"varint,5,opt,name=filter_end_time" json:"filter_end_time,omitempty"`
+ FilterMatchId *uint64 `protobuf:"varint,6,opt,name=filter_match_id" json:"filter_match_id,omitempty"`
+ FilterLastMatch *bool `protobuf:"varint,7,opt,name=filter_last_match" json:"filter_last_match,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) Reset() { *m = CMsgDOTAFantasyPlayerStandingsRequest{} }
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerStandingsRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerStandingsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{25}
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetCount() uint32 {
+ if m != nil && m.Count != nil {
+ return *m.Count
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetRole() uint32 {
+ if m != nil && m.Role != nil {
+ return *m.Role
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterStartTime() uint32 {
+ if m != nil && m.FilterStartTime != nil {
+ return *m.FilterStartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterEndTime() uint32 {
+ if m != nil && m.FilterEndTime != nil {
+ return *m.FilterEndTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterMatchId() uint64 {
+ if m != nil && m.FilterMatchId != nil {
+ return *m.FilterMatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterLastMatch() bool {
+ if m != nil && m.FilterLastMatch != nil {
+ return *m.FilterLastMatch
+ }
+ return false
+}
+
+type CMsgDOTAFantasyPlayerStandingsResponse struct {
+ Result *CMsgDOTAFantasyPlayerStandingsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerStandingsResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,2,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Role *uint32 `protobuf:"varint,3,opt,name=role" json:"role,omitempty"`
+ PlayerScores []*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore `protobuf:"bytes,4,rep,name=player_scores" json:"player_scores,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse) Reset() {
+ *m = CMsgDOTAFantasyPlayerStandingsResponse{}
+}
+func (m *CMsgDOTAFantasyPlayerStandingsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerStandingsResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerStandingsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{26}
+}
+
+const Default_CMsgDOTAFantasyPlayerStandingsResponse_Result CMsgDOTAFantasyPlayerStandingsResponse_EResult = CMsgDOTAFantasyPlayerStandingsResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse) GetResult() CMsgDOTAFantasyPlayerStandingsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyPlayerStandingsResponse_Result
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse) GetRole() uint32 {
+ if m != nil && m.Role != nil {
+ return *m.Role
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse) GetPlayerScores() []*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore {
+ if m != nil {
+ return m.PlayerScores
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore struct {
+ PlayerAccountId *uint32 `protobuf:"varint,1,opt,name=player_account_id" json:"player_account_id,omitempty"`
+ PlayerName *string `protobuf:"bytes,2,opt,name=player_name" json:"player_name,omitempty"`
+ Score *float32 `protobuf:"fixed32,3,opt,name=score" json:"score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) Reset() {
+ *m = CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore{}
+}
+func (m *CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{26, 0}
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) GetPlayerAccountId() uint32 {
+ if m != nil && m.PlayerAccountId != nil {
+ return *m.PlayerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) GetPlayerName() string {
+ if m != nil && m.PlayerName != nil {
+ return *m.PlayerName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) GetScore() float32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyPlayerInfoRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerInfoRequest) Reset() { *m = CMsgDOTAFantasyPlayerInfoRequest{} }
+func (m *CMsgDOTAFantasyPlayerInfoRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerInfoRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerInfoRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{27}
+}
+
+type CMsgDOTAFantasyPlayerInfoResponse struct {
+ Msg *CMsgGCPlayerInfo `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerInfoResponse) Reset() { *m = CMsgDOTAFantasyPlayerInfoResponse{} }
+func (m *CMsgDOTAFantasyPlayerInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerInfoResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerInfoResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{28}
+}
+
+func (m *CMsgDOTAFantasyPlayerInfoResponse) GetMsg() *CMsgGCPlayerInfo {
+ if m != nil {
+ return m.Msg
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeagueCreateRequest struct {
+ SeasonId *uint32 `protobuf:"varint,1,opt,name=season_id" json:"season_id,omitempty"`
+ FantasyLeagueName *string `protobuf:"bytes,2,opt,name=fantasy_league_name" json:"fantasy_league_name,omitempty"`
+ Password *string `protobuf:"bytes,3,opt,name=password" json:"password,omitempty"`
+ TeamName *string `protobuf:"bytes,4,opt,name=team_name" json:"team_name,omitempty"`
+ Logo *uint64 `protobuf:"varint,5,opt,name=logo" json:"logo,omitempty"`
+ TicketItemId *uint64 `protobuf:"varint,6,opt,name=ticket_item_id" json:"ticket_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) Reset() { *m = CMsgDOTAFantasyLeagueCreateRequest{} }
+func (m *CMsgDOTAFantasyLeagueCreateRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueCreateRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueCreateRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{29}
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) GetSeasonId() uint32 {
+ if m != nil && m.SeasonId != nil {
+ return *m.SeasonId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) GetFantasyLeagueName() string {
+ if m != nil && m.FantasyLeagueName != nil {
+ return *m.FantasyLeagueName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateRequest) GetTicketItemId() uint64 {
+ if m != nil && m.TicketItemId != nil {
+ return *m.TicketItemId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueCreateResponse struct {
+ Result *CMsgDOTAFantasyLeagueCreateResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueCreateResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,2,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateResponse) Reset() { *m = CMsgDOTAFantasyLeagueCreateResponse{} }
+func (m *CMsgDOTAFantasyLeagueCreateResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueCreateResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueCreateResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{30}
+}
+
+const Default_CMsgDOTAFantasyLeagueCreateResponse_Result CMsgDOTAFantasyLeagueCreateResponse_EResult = CMsgDOTAFantasyLeagueCreateResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueCreateResponse) GetResult() CMsgDOTAFantasyLeagueCreateResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueCreateResponse_Result
+}
+
+func (m *CMsgDOTAFantasyLeagueCreateResponse) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamCreateRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Password *string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
+ TeamName *string `protobuf:"bytes,3,opt,name=team_name" json:"team_name,omitempty"`
+ Logo *uint64 `protobuf:"varint,4,opt,name=logo" json:"logo,omitempty"`
+ TicketItemId *uint64 `protobuf:"varint,5,opt,name=ticket_item_id" json:"ticket_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamCreateRequest) Reset() { *m = CMsgDOTAFantasyTeamCreateRequest{} }
+func (m *CMsgDOTAFantasyTeamCreateRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamCreateRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamCreateRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{31}
+}
+
+func (m *CMsgDOTAFantasyTeamCreateRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamCreateRequest) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyTeamCreateRequest) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyTeamCreateRequest) GetLogo() uint64 {
+ if m != nil && m.Logo != nil {
+ return *m.Logo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamCreateRequest) GetTicketItemId() uint64 {
+ if m != nil && m.TicketItemId != nil {
+ return *m.TicketItemId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamCreateResponse struct {
+ Result *CMsgDOTAFantasyTeamCreateResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamCreateResponse_EResult,def=0" json:"result,omitempty"`
+ FantasyTeamIndex *uint32 `protobuf:"varint,2,opt,name=fantasy_team_index" json:"fantasy_team_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamCreateResponse) Reset() { *m = CMsgDOTAFantasyTeamCreateResponse{} }
+func (m *CMsgDOTAFantasyTeamCreateResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamCreateResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamCreateResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{32}
+}
+
+const Default_CMsgDOTAFantasyTeamCreateResponse_Result CMsgDOTAFantasyTeamCreateResponse_EResult = CMsgDOTAFantasyTeamCreateResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamCreateResponse) GetResult() CMsgDOTAFantasyTeamCreateResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamCreateResponse_Result
+}
+
+func (m *CMsgDOTAFantasyTeamCreateResponse) GetFantasyTeamIndex() uint32 {
+ if m != nil && m.FantasyTeamIndex != nil {
+ return *m.FantasyTeamIndex
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueEditInvitesRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Password *string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
+ InviteChange []*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange `protobuf:"bytes,3,rep,name=invite_change" json:"invite_change,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest) Reset() {
+ *m = CMsgDOTAFantasyLeagueEditInvitesRequest{}
+}
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueEditInvitesRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueEditInvitesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{33}
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest) GetPassword() string {
+ if m != nil && m.Password != nil {
+ return *m.Password
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest) GetInviteChange() []*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange {
+ if m != nil {
+ return m.InviteChange
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Invited *bool `protobuf:"varint,2,opt,name=invited" json:"invited,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) Reset() {
+ *m = CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange{}
+}
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{33, 0}
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) GetInvited() bool {
+ if m != nil && m.Invited != nil {
+ return *m.Invited
+ }
+ return false
+}
+
+type CMsgDOTAFantasyLeagueEditInvitesResponse struct {
+ Result *CMsgDOTAFantasyLeagueEditInvitesResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueEditInvitesResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesResponse) Reset() {
+ *m = CMsgDOTAFantasyLeagueEditInvitesResponse{}
+}
+func (m *CMsgDOTAFantasyLeagueEditInvitesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueEditInvitesResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueEditInvitesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{34}
+}
+
+const Default_CMsgDOTAFantasyLeagueEditInvitesResponse_Result CMsgDOTAFantasyLeagueEditInvitesResponse_EResult = CMsgDOTAFantasyLeagueEditInvitesResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueEditInvitesResponse) GetResult() CMsgDOTAFantasyLeagueEditInvitesResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueEditInvitesResponse_Result
+}
+
+type CMsgDOTAFantasyLeagueDraftStatusRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatusRequest) Reset() {
+ *m = CMsgDOTAFantasyLeagueDraftStatusRequest{}
+}
+func (m *CMsgDOTAFantasyLeagueDraftStatusRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueDraftStatusRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueDraftStatusRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{35}
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatusRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueDraftStatus struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ DraftOrder []uint32 `protobuf:"varint,2,rep,name=draft_order" json:"draft_order,omitempty"`
+ CurrentPick *uint32 `protobuf:"varint,3,opt,name=current_pick" json:"current_pick,omitempty"`
+ TimeRemaining *uint32 `protobuf:"varint,4,opt,name=time_remaining" json:"time_remaining,omitempty"`
+ PendingResume *bool `protobuf:"varint,5,opt,name=pending_resume" json:"pending_resume,omitempty"`
+ Completed *bool `protobuf:"varint,6,opt,name=completed" json:"completed,omitempty"`
+ AvailablePlayers []uint32 `protobuf:"varint,7,rep,name=available_players" json:"available_players,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) Reset() { *m = CMsgDOTAFantasyLeagueDraftStatus{} }
+func (m *CMsgDOTAFantasyLeagueDraftStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueDraftStatus) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueDraftStatus) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{36}
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetDraftOrder() []uint32 {
+ if m != nil {
+ return m.DraftOrder
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetCurrentPick() uint32 {
+ if m != nil && m.CurrentPick != nil {
+ return *m.CurrentPick
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetTimeRemaining() uint32 {
+ if m != nil && m.TimeRemaining != nil {
+ return *m.TimeRemaining
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetPendingResume() bool {
+ if m != nil && m.PendingResume != nil {
+ return *m.PendingResume
+ }
+ return false
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetCompleted() bool {
+ if m != nil && m.Completed != nil {
+ return *m.Completed
+ }
+ return false
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftStatus) GetAvailablePlayers() []uint32 {
+ if m != nil {
+ return m.AvailablePlayers
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeagueDraftPlayerRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ TeamIndex *uint32 `protobuf:"varint,2,opt,name=team_index" json:"team_index,omitempty"`
+ PlayerAccountId *uint32 `protobuf:"varint,3,opt,name=player_account_id" json:"player_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) Reset() {
+ *m = CMsgDOTAFantasyLeagueDraftPlayerRequest{}
+}
+func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{37}
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) GetTeamIndex() uint32 {
+ if m != nil && m.TeamIndex != nil {
+ return *m.TeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) GetPlayerAccountId() uint32 {
+ if m != nil && m.PlayerAccountId != nil {
+ return *m.PlayerAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeagueDraftPlayerResponse struct {
+ Result *CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeagueDraftPlayerResponse) Reset() {
+ *m = CMsgDOTAFantasyLeagueDraftPlayerResponse{}
+}
+func (m *CMsgDOTAFantasyLeagueDraftPlayerResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{38}
+}
+
+const Default_CMsgDOTAFantasyLeagueDraftPlayerResponse_Result CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = CMsgDOTAFantasyLeagueDraftPlayerResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeagueDraftPlayerResponse) GetResult() CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeagueDraftPlayerResponse_Result
+}
+
+type CMsgDOTAFantasyTeamRosterSwapRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ TeamIndex *uint32 `protobuf:"varint,2,opt,name=team_index" json:"team_index,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
+ Slot_1 *uint32 `protobuf:"varint,4,opt,name=slot_1" json:"slot_1,omitempty"`
+ Slot_2 *uint32 `protobuf:"varint,5,opt,name=slot_2" json:"slot_2,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) Reset() { *m = CMsgDOTAFantasyTeamRosterSwapRequest{} }
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamRosterSwapRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamRosterSwapRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{39}
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetTeamIndex() uint32 {
+ if m != nil && m.TeamIndex != nil {
+ return *m.TeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetSlot_1() uint32 {
+ if m != nil && m.Slot_1 != nil {
+ return *m.Slot_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetSlot_2() uint32 {
+ if m != nil && m.Slot_2 != nil {
+ return *m.Slot_2
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamRosterSwapResponse struct {
+ Result *CMsgDOTAFantasyTeamRosterSwapResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamRosterSwapResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamRosterSwapResponse) Reset() { *m = CMsgDOTAFantasyTeamRosterSwapResponse{} }
+func (m *CMsgDOTAFantasyTeamRosterSwapResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamRosterSwapResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamRosterSwapResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{40}
+}
+
+const Default_CMsgDOTAFantasyTeamRosterSwapResponse_Result CMsgDOTAFantasyTeamRosterSwapResponse_EResult = CMsgDOTAFantasyTeamRosterSwapResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamRosterSwapResponse) GetResult() CMsgDOTAFantasyTeamRosterSwapResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamRosterSwapResponse_Result
+}
+
+type CMsgDOTAFantasyTeamRosterAddDropRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ TeamIndex *uint32 `protobuf:"varint,2,opt,name=team_index" json:"team_index,omitempty"`
+ AddAccountId *uint32 `protobuf:"varint,5,opt,name=add_account_id" json:"add_account_id,omitempty"`
+ DropAccountId *uint32 `protobuf:"varint,6,opt,name=drop_account_id" json:"drop_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) Reset() {
+ *m = CMsgDOTAFantasyTeamRosterAddDropRequest{}
+}
+func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamRosterAddDropRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamRosterAddDropRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{41}
+}
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetTeamIndex() uint32 {
+ if m != nil && m.TeamIndex != nil {
+ return *m.TeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetAddAccountId() uint32 {
+ if m != nil && m.AddAccountId != nil {
+ return *m.AddAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetDropAccountId() uint32 {
+ if m != nil && m.DropAccountId != nil {
+ return *m.DropAccountId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamRosterAddDropResponse struct {
+ Result *CMsgDOTAFantasyTeamRosterAddDropResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamRosterAddDropResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropResponse) Reset() {
+ *m = CMsgDOTAFantasyTeamRosterAddDropResponse{}
+}
+func (m *CMsgDOTAFantasyTeamRosterAddDropResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamRosterAddDropResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamRosterAddDropResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{42}
+}
+
+const Default_CMsgDOTAFantasyTeamRosterAddDropResponse_Result CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = CMsgDOTAFantasyTeamRosterAddDropResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamRosterAddDropResponse) GetResult() CMsgDOTAFantasyTeamRosterAddDropResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamRosterAddDropResponse_Result
+}
+
+type CMsgDOTAFantasyTeamTradesRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamTradesRequest) Reset() { *m = CMsgDOTAFantasyTeamTradesRequest{} }
+func (m *CMsgDOTAFantasyTeamTradesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamTradesRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamTradesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{43}
+}
+
+func (m *CMsgDOTAFantasyTeamTradesRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamTradesResponse struct {
+ Result *CMsgDOTAFantasyTeamTradesResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamTradesResponse_EResult,def=0" json:"result,omitempty"`
+ Trades []*CMsgDOTAFantasyTeamTradesResponse_Trade `protobuf:"bytes,2,rep,name=trades" json:"trades,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse) Reset() { *m = CMsgDOTAFantasyTeamTradesResponse{} }
+func (m *CMsgDOTAFantasyTeamTradesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamTradesResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamTradesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{44}
+}
+
+const Default_CMsgDOTAFantasyTeamTradesResponse_Result CMsgDOTAFantasyTeamTradesResponse_EResult = CMsgDOTAFantasyTeamTradesResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamTradesResponse) GetResult() CMsgDOTAFantasyTeamTradesResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamTradesResponse_Result
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse) GetTrades() []*CMsgDOTAFantasyTeamTradesResponse_Trade {
+ if m != nil {
+ return m.Trades
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyTeamTradesResponse_Trade struct {
+ Timestamp *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
+ OwnerAccountId_1 *uint32 `protobuf:"varint,2,opt,name=owner_account_id_1" json:"owner_account_id_1,omitempty"`
+ OwnerAccountId_2 *uint32 `protobuf:"varint,3,opt,name=owner_account_id_2" json:"owner_account_id_2,omitempty"`
+ PlayerAccountId_1 *uint32 `protobuf:"varint,4,opt,name=player_account_id_1" json:"player_account_id_1,omitempty"`
+ PlayerAccountId_2 *uint32 `protobuf:"varint,5,opt,name=player_account_id_2" json:"player_account_id_2,omitempty"`
+ Status *uint32 `protobuf:"varint,6,opt,name=status" json:"status,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) Reset() {
+ *m = CMsgDOTAFantasyTeamTradesResponse_Trade{}
+}
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamTradesResponse_Trade) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamTradesResponse_Trade) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{44, 0}
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetOwnerAccountId_1() uint32 {
+ if m != nil && m.OwnerAccountId_1 != nil {
+ return *m.OwnerAccountId_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetOwnerAccountId_2() uint32 {
+ if m != nil && m.OwnerAccountId_2 != nil {
+ return *m.OwnerAccountId_2
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetPlayerAccountId_1() uint32 {
+ if m != nil && m.PlayerAccountId_1 != nil {
+ return *m.PlayerAccountId_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetPlayerAccountId_2() uint32 {
+ if m != nil && m.PlayerAccountId_2 != nil {
+ return *m.PlayerAccountId_2
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetStatus() uint32 {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamTradeCancelRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ TeamIndex_1 *uint32 `protobuf:"varint,3,opt,name=team_index_1" json:"team_index_1,omitempty"`
+ OwnerAccountId_2 *uint32 `protobuf:"varint,4,opt,name=owner_account_id_2" json:"owner_account_id_2,omitempty"`
+ TeamIndex_2 *uint32 `protobuf:"varint,5,opt,name=team_index_2" json:"team_index_2,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamTradeCancelRequest) Reset() { *m = CMsgDOTAFantasyTeamTradeCancelRequest{} }
+func (m *CMsgDOTAFantasyTeamTradeCancelRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamTradeCancelRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamTradeCancelRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{45}
+}
+
+func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetTeamIndex_1() uint32 {
+ if m != nil && m.TeamIndex_1 != nil {
+ return *m.TeamIndex_1
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetOwnerAccountId_2() uint32 {
+ if m != nil && m.OwnerAccountId_2 != nil {
+ return *m.OwnerAccountId_2
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetTeamIndex_2() uint32 {
+ if m != nil && m.TeamIndex_2 != nil {
+ return *m.TeamIndex_2
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamTradeCancelResponse struct {
+ Result *CMsgDOTAFantasyTeamTradeCancelResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamTradeCancelResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamTradeCancelResponse) Reset() {
+ *m = CMsgDOTAFantasyTeamTradeCancelResponse{}
+}
+func (m *CMsgDOTAFantasyTeamTradeCancelResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamTradeCancelResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamTradeCancelResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{46}
+}
+
+const Default_CMsgDOTAFantasyTeamTradeCancelResponse_Result CMsgDOTAFantasyTeamTradeCancelResponse_EResult = CMsgDOTAFantasyTeamTradeCancelResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamTradeCancelResponse) GetResult() CMsgDOTAFantasyTeamTradeCancelResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamTradeCancelResponse_Result
+}
+
+type CMsgDOTAFantasyTeamRosterRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ TeamIndex *uint32 `protobuf:"varint,2,opt,name=team_index" json:"team_index,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,3,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamRosterRequest) Reset() { *m = CMsgDOTAFantasyTeamRosterRequest{} }
+func (m *CMsgDOTAFantasyTeamRosterRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamRosterRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamRosterRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{47}
+}
+
+func (m *CMsgDOTAFantasyTeamRosterRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterRequest) GetTeamIndex() uint32 {
+ if m != nil && m.TeamIndex != nil {
+ return *m.TeamIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterRequest) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyTeamRosterRequest) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyTeamRosterResponse struct {
+ Result *CMsgDOTAFantasyTeamRosterResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamRosterResponse_EResult,def=0" json:"result,omitempty"`
+ PlayerAccountIds []uint32 `protobuf:"varint,2,rep,name=player_account_ids" json:"player_account_ids,omitempty"`
+ PlayerLocked []bool `protobuf:"varint,3,rep,name=player_locked" json:"player_locked,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyTeamRosterResponse) Reset() { *m = CMsgDOTAFantasyTeamRosterResponse{} }
+func (m *CMsgDOTAFantasyTeamRosterResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyTeamRosterResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyTeamRosterResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{48}
+}
+
+const Default_CMsgDOTAFantasyTeamRosterResponse_Result CMsgDOTAFantasyTeamRosterResponse_EResult = CMsgDOTAFantasyTeamRosterResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyTeamRosterResponse) GetResult() CMsgDOTAFantasyTeamRosterResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyTeamRosterResponse_Result
+}
+
+func (m *CMsgDOTAFantasyTeamRosterResponse) GetPlayerAccountIds() []uint32 {
+ if m != nil {
+ return m.PlayerAccountIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyTeamRosterResponse) GetPlayerLocked() []bool {
+ if m != nil {
+ return m.PlayerLocked
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyPlayerHisoricalStatsRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsRequest) Reset() {
+ *m = CMsgDOTAFantasyPlayerHisoricalStatsRequest{}
+}
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsRequest) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{49}
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyPlayerHisoricalStatsResponse struct {
+ Result *CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult,def=0" json:"result,omitempty"`
+ Stats []*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats `protobuf:"bytes,2,rep,name=stats" json:"stats,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse) Reset() {
+ *m = CMsgDOTAFantasyPlayerHisoricalStatsResponse{}
+}
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{50}
+}
+
+const Default_CMsgDOTAFantasyPlayerHisoricalStatsResponse_Result CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = CMsgDOTAFantasyPlayerHisoricalStatsResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse) GetResult() CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyPlayerHisoricalStatsResponse_Result
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse) GetStats() []*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator struct {
+ Matches *uint32 `protobuf:"varint,1,opt,name=matches" json:"matches,omitempty"`
+ Levels *float32 `protobuf:"fixed32,2,opt,name=levels" json:"levels,omitempty"`
+ Kills *float32 `protobuf:"fixed32,3,opt,name=kills" json:"kills,omitempty"`
+ Deaths *float32 `protobuf:"fixed32,4,opt,name=deaths" json:"deaths,omitempty"`
+ Assists *float32 `protobuf:"fixed32,5,opt,name=assists" json:"assists,omitempty"`
+ LastHits *float32 `protobuf:"fixed32,6,opt,name=last_hits" json:"last_hits,omitempty"`
+ Denies *float32 `protobuf:"fixed32,7,opt,name=denies" json:"denies,omitempty"`
+ Gpm *float32 `protobuf:"fixed32,8,opt,name=gpm" json:"gpm,omitempty"`
+ Xppm *float32 `protobuf:"fixed32,9,opt,name=xppm" json:"xppm,omitempty"`
+ Stuns *float32 `protobuf:"fixed32,10,opt,name=stuns" json:"stuns,omitempty"`
+ Healing *float32 `protobuf:"fixed32,11,opt,name=healing" json:"healing,omitempty"`
+ TowerKills *float32 `protobuf:"fixed32,12,opt,name=tower_kills" json:"tower_kills,omitempty"`
+ RoshanKills *float32 `protobuf:"fixed32,13,opt,name=roshan_kills" json:"roshan_kills,omitempty"`
+ Score *float32 `protobuf:"fixed32,14,opt,name=score" json:"score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) Reset() {
+ *m = CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator{}
+}
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{50, 0}
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetMatches() uint32 {
+ if m != nil && m.Matches != nil {
+ return *m.Matches
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetLevels() float32 {
+ if m != nil && m.Levels != nil {
+ return *m.Levels
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetKills() float32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetDeaths() float32 {
+ if m != nil && m.Deaths != nil {
+ return *m.Deaths
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetAssists() float32 {
+ if m != nil && m.Assists != nil {
+ return *m.Assists
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetLastHits() float32 {
+ if m != nil && m.LastHits != nil {
+ return *m.LastHits
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetDenies() float32 {
+ if m != nil && m.Denies != nil {
+ return *m.Denies
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetGpm() float32 {
+ if m != nil && m.Gpm != nil {
+ return *m.Gpm
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetXppm() float32 {
+ if m != nil && m.Xppm != nil {
+ return *m.Xppm
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetStuns() float32 {
+ if m != nil && m.Stuns != nil {
+ return *m.Stuns
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetHealing() float32 {
+ if m != nil && m.Healing != nil {
+ return *m.Healing
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetTowerKills() float32 {
+ if m != nil && m.TowerKills != nil {
+ return *m.TowerKills
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetRoshanKills() float32 {
+ if m != nil && m.RoshanKills != nil {
+ return *m.RoshanKills
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetScore() float32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Weeks *uint32 `protobuf:"varint,2,opt,name=weeks" json:"weeks,omitempty"`
+ StatsPremium *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator `protobuf:"bytes,4,opt,name=stats_premium" json:"stats_premium,omitempty"`
+ StatsProfessional *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator `protobuf:"bytes,5,opt,name=stats_professional" json:"stats_professional,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) Reset() {
+ *m = CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats{}
+}
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{50, 1}
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetWeeks() uint32 {
+ if m != nil && m.Weeks != nil {
+ return *m.Weeks
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetStatsPremium() *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator {
+ if m != nil {
+ return m.StatsPremium
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetStatsProfessional() *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator {
+ if m != nil {
+ return m.StatsProfessional
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyMessageAdd struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyMessageAdd) Reset() { *m = CMsgDOTAFantasyMessageAdd{} }
+func (m *CMsgDOTAFantasyMessageAdd) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyMessageAdd) ProtoMessage() {}
+func (*CMsgDOTAFantasyMessageAdd) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{51} }
+
+func (m *CMsgDOTAFantasyMessageAdd) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyMessageAdd) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+type CMsgDOTAFantasyMessagesRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ StartMessage *uint32 `protobuf:"varint,2,opt,name=start_message" json:"start_message,omitempty"`
+ EndMessage *uint32 `protobuf:"varint,3,opt,name=end_message" json:"end_message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyMessagesRequest) Reset() { *m = CMsgDOTAFantasyMessagesRequest{} }
+func (m *CMsgDOTAFantasyMessagesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyMessagesRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyMessagesRequest) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{52} }
+
+func (m *CMsgDOTAFantasyMessagesRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyMessagesRequest) GetStartMessage() uint32 {
+ if m != nil && m.StartMessage != nil {
+ return *m.StartMessage
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyMessagesRequest) GetEndMessage() uint32 {
+ if m != nil && m.EndMessage != nil {
+ return *m.EndMessage
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyMessagesResponse struct {
+ Result *CMsgDOTAFantasyMessagesResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyMessagesResponse_EResult,def=0" json:"result,omitempty"`
+ Messages []*CMsgDOTAFantasyMessagesResponse_Message `protobuf:"bytes,2,rep,name=messages" json:"messages,omitempty"`
+ NumTotalMessages *uint32 `protobuf:"varint,3,opt,name=num_total_messages" json:"num_total_messages,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse) Reset() { *m = CMsgDOTAFantasyMessagesResponse{} }
+func (m *CMsgDOTAFantasyMessagesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyMessagesResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyMessagesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{53}
+}
+
+const Default_CMsgDOTAFantasyMessagesResponse_Result CMsgDOTAFantasyMessagesResponse_EResult = CMsgDOTAFantasyMessagesResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyMessagesResponse) GetResult() CMsgDOTAFantasyMessagesResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyMessagesResponse_Result
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse) GetMessages() []*CMsgDOTAFantasyMessagesResponse_Message {
+ if m != nil {
+ return m.Messages
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse) GetNumTotalMessages() uint32 {
+ if m != nil && m.NumTotalMessages != nil {
+ return *m.NumTotalMessages
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyMessagesResponse_Message struct {
+ MessageId *uint32 `protobuf:"varint,1,opt,name=message_id" json:"message_id,omitempty"`
+ Message *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
+ AuthorAccountId *uint32 `protobuf:"varint,3,opt,name=author_account_id" json:"author_account_id,omitempty"`
+ Time *uint32 `protobuf:"varint,4,opt,name=time" json:"time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse_Message) Reset() {
+ *m = CMsgDOTAFantasyMessagesResponse_Message{}
+}
+func (m *CMsgDOTAFantasyMessagesResponse_Message) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyMessagesResponse_Message) ProtoMessage() {}
+func (*CMsgDOTAFantasyMessagesResponse_Message) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{53, 0}
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse_Message) GetMessageId() uint32 {
+ if m != nil && m.MessageId != nil {
+ return *m.MessageId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse_Message) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse_Message) GetAuthorAccountId() uint32 {
+ if m != nil && m.AuthorAccountId != nil {
+ return *m.AuthorAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyMessagesResponse_Message) GetTime() uint32 {
+ if m != nil && m.Time != nil {
+ return *m.Time
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyRemoveOwner struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ OwnerAccountId *uint32 `protobuf:"varint,2,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ TeamIndex *uint32 `protobuf:"varint,3,opt,name=team_index" json:"team_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyRemoveOwner) Reset() { *m = CMsgDOTAFantasyRemoveOwner{} }
+func (m *CMsgDOTAFantasyRemoveOwner) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyRemoveOwner) ProtoMessage() {}
+func (*CMsgDOTAFantasyRemoveOwner) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{54} }
+
+func (m *CMsgDOTAFantasyRemoveOwner) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyRemoveOwner) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyRemoveOwner) GetTeamIndex() uint32 {
+ if m != nil && m.TeamIndex != nil {
+ return *m.TeamIndex
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyRemoveOwnerResponse struct {
+ Result *CMsgDOTAFantasyRemoveOwnerResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyRemoveOwnerResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyRemoveOwnerResponse) Reset() { *m = CMsgDOTAFantasyRemoveOwnerResponse{} }
+func (m *CMsgDOTAFantasyRemoveOwnerResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyRemoveOwnerResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyRemoveOwnerResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{55}
+}
+
+const Default_CMsgDOTAFantasyRemoveOwnerResponse_Result CMsgDOTAFantasyRemoveOwnerResponse_EResult = CMsgDOTAFantasyRemoveOwnerResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyRemoveOwnerResponse) GetResult() CMsgDOTAFantasyRemoveOwnerResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyRemoveOwnerResponse_Result
+}
+
+type CMsgDOTAFantasyScheduledMatchesRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesRequest) Reset() {
+ *m = CMsgDOTAFantasyScheduledMatchesRequest{}
+}
+func (m *CMsgDOTAFantasyScheduledMatchesRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyScheduledMatchesRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyScheduledMatchesRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{56}
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyScheduledMatchesResponse struct {
+ Result *CMsgDOTAFantasyScheduledMatchesResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyScheduledMatchesResponse_EResult,def=0" json:"result,omitempty"`
+ ScheduledMatchDays []*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays `protobuf:"bytes,2,rep,name=scheduled_match_days" json:"scheduled_match_days,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse) Reset() {
+ *m = CMsgDOTAFantasyScheduledMatchesResponse{}
+}
+func (m *CMsgDOTAFantasyScheduledMatchesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyScheduledMatchesResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyScheduledMatchesResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{57}
+}
+
+const Default_CMsgDOTAFantasyScheduledMatchesResponse_Result CMsgDOTAFantasyScheduledMatchesResponse_EResult = CMsgDOTAFantasyScheduledMatchesResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse) GetResult() CMsgDOTAFantasyScheduledMatchesResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyScheduledMatchesResponse_Result
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse) GetScheduledMatchDays() []*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays {
+ if m != nil {
+ return m.ScheduledMatchDays
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays struct {
+ Timestamp *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
+ TeamIds []uint32 `protobuf:"varint,2,rep,name=team_ids" json:"team_ids,omitempty"`
+ LeagueIds []uint32 `protobuf:"varint,3,rep,name=league_ids" json:"league_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) Reset() {
+ *m = CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays{}
+}
+func (m *CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) ProtoMessage() {}
+func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{57, 0}
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) GetTeamIds() []uint32 {
+ if m != nil {
+ return m.TeamIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) GetLeagueIds() []uint32 {
+ if m != nil {
+ return m.LeagueIds
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyLeaveLeagueRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ FantasyTeamIndex *uint32 `protobuf:"varint,2,opt,name=fantasy_team_index" json:"fantasy_team_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeaveLeagueRequest) Reset() { *m = CMsgDOTAFantasyLeaveLeagueRequest{} }
+func (m *CMsgDOTAFantasyLeaveLeagueRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeaveLeagueRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeaveLeagueRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{58}
+}
+
+func (m *CMsgDOTAFantasyLeaveLeagueRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyLeaveLeagueRequest) GetFantasyTeamIndex() uint32 {
+ if m != nil && m.FantasyTeamIndex != nil {
+ return *m.FantasyTeamIndex
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyLeaveLeagueResponse struct {
+ Result *CMsgDOTAFantasyLeaveLeagueResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeaveLeagueResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyLeaveLeagueResponse) Reset() { *m = CMsgDOTAFantasyLeaveLeagueResponse{} }
+func (m *CMsgDOTAFantasyLeaveLeagueResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyLeaveLeagueResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyLeaveLeagueResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{59}
+}
+
+const Default_CMsgDOTAFantasyLeaveLeagueResponse_Result CMsgDOTAFantasyLeaveLeagueResponse_EResult = CMsgDOTAFantasyLeaveLeagueResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyLeaveLeagueResponse) GetResult() CMsgDOTAFantasyLeaveLeagueResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyLeaveLeagueResponse_Result
+}
+
+type CMsgDOTAFantasyPlayerScoreDetailsRequest struct {
+ FantasyLeagueId *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ PlayerAccountId *uint32 `protobuf:"varint,2,opt,name=player_account_id" json:"player_account_id,omitempty"`
+ StartTime *uint32 `protobuf:"varint,3,opt,name=start_time" json:"start_time,omitempty"`
+ EndTime *uint32 `protobuf:"varint,4,opt,name=end_time" json:"end_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) Reset() {
+ *m = CMsgDOTAFantasyPlayerScoreDetailsRequest{}
+}
+func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{60}
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) GetPlayerAccountId() uint32 {
+ if m != nil && m.PlayerAccountId != nil {
+ return *m.PlayerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) GetEndTime() uint32 {
+ if m != nil && m.EndTime != nil {
+ return *m.EndTime
+ }
+ return 0
+}
+
+type CMsgDOTAFantasyPlayerScoreDetailsResponse struct {
+ Result *CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult,def=0" json:"result,omitempty"`
+ Data []*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData `protobuf:"bytes,2,rep,name=data" json:"data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse) Reset() {
+ *m = CMsgDOTAFantasyPlayerScoreDetailsResponse{}
+}
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{61}
+}
+
+const Default_CMsgDOTAFantasyPlayerScoreDetailsResponse_Result CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = CMsgDOTAFantasyPlayerScoreDetailsResponse_SUCCESS
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse) GetResult() CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTAFantasyPlayerScoreDetailsResponse_Result
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse) GetData() []*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+type CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ SeriesId *uint32 `protobuf:"varint,2,opt,name=series_id" json:"series_id,omitempty"`
+ SeriesNum *uint32 `protobuf:"varint,3,opt,name=series_num" json:"series_num,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,4,opt,name=series_type" json:"series_type,omitempty"`
+ LeagueTier *uint32 `protobuf:"varint,5,opt,name=league_tier" json:"league_tier,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,6,opt,name=league_id" json:"league_id,omitempty"`
+ OpposingTeamId *uint32 `protobuf:"varint,7,opt,name=opposing_team_id" json:"opposing_team_id,omitempty"`
+ OpposingTeamLogo *uint64 `protobuf:"varint,8,opt,name=opposing_team_logo" json:"opposing_team_logo,omitempty"`
+ OpposingTeamName *string `protobuf:"bytes,9,opt,name=opposing_team_name" json:"opposing_team_name,omitempty"`
+ Stats *CMsgFantasyLeagueScoring `protobuf:"bytes,10,opt,name=stats" json:"stats,omitempty"`
+ OwnedBy *uint32 `protobuf:"varint,11,opt,name=owned_by" json:"owned_by,omitempty"`
+ Benched *bool `protobuf:"varint,12,opt,name=benched" json:"benched,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) Reset() {
+ *m = CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData{}
+}
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) ProtoMessage() {}
+func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{61, 0}
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetSeriesId() uint32 {
+ if m != nil && m.SeriesId != nil {
+ return *m.SeriesId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetSeriesNum() uint32 {
+ if m != nil && m.SeriesNum != nil {
+ return *m.SeriesNum
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetLeagueTier() uint32 {
+ if m != nil && m.LeagueTier != nil {
+ return *m.LeagueTier
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOpposingTeamId() uint32 {
+ if m != nil && m.OpposingTeamId != nil {
+ return *m.OpposingTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOpposingTeamLogo() uint64 {
+ if m != nil && m.OpposingTeamLogo != nil {
+ return *m.OpposingTeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOpposingTeamName() string {
+ if m != nil && m.OpposingTeamName != nil {
+ return *m.OpposingTeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetStats() *CMsgFantasyLeagueScoring {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOwnedBy() uint32 {
+ if m != nil && m.OwnedBy != nil {
+ return *m.OwnedBy
+ }
+ return 0
+}
+
+func (m *CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetBenched() bool {
+ if m != nil && m.Benched != nil {
+ return *m.Benched
+ }
+ return false
+}
+
+type CMsgDOTATournament struct {
+ Teams []*CMsgDOTATournament_Team `protobuf:"bytes,1,rep,name=teams" json:"teams,omitempty"`
+ Games []*CMsgDOTATournament_Game `protobuf:"bytes,2,rep,name=games" json:"games,omitempty"`
+ Gid *uint64 `protobuf:"varint,3,opt,name=gid" json:"gid,omitempty"`
+ TournamentId *uint32 `protobuf:"varint,4,opt,name=tournament_id" json:"tournament_id,omitempty"`
+ TournamentType *ETournamentType `protobuf:"varint,5,opt,name=tournament_type,enum=ETournamentType,def=0" json:"tournament_type,omitempty"`
+ TournamentTemplate *ETournamentTemplate `protobuf:"varint,6,opt,name=tournament_template,enum=ETournamentTemplate,def=0" json:"tournament_template,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,7,opt,name=league_id" json:"league_id,omitempty"`
+ StartTime *uint32 `protobuf:"varint,8,opt,name=start_time" json:"start_time,omitempty"`
+ State *ETournamentState `protobuf:"varint,9,opt,name=state,enum=ETournamentState,def=0" json:"state,omitempty"`
+ Nodes []*CMsgDOTATournament_Node `protobuf:"bytes,10,rep,name=nodes" json:"nodes,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATournament) Reset() { *m = CMsgDOTATournament{} }
+func (m *CMsgDOTATournament) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATournament) ProtoMessage() {}
+func (*CMsgDOTATournament) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{62} }
+
+const Default_CMsgDOTATournament_TournamentType ETournamentType = ETournamentType_k_ETournamentType_Unknown
+const Default_CMsgDOTATournament_TournamentTemplate ETournamentTemplate = ETournamentTemplate_k_ETournamentTemplate_None
+const Default_CMsgDOTATournament_State ETournamentState = ETournamentState_k_ETournamentState_Unknown
+
+func (m *CMsgDOTATournament) GetTeams() []*CMsgDOTATournament_Team {
+ if m != nil {
+ return m.Teams
+ }
+ return nil
+}
+
+func (m *CMsgDOTATournament) GetGames() []*CMsgDOTATournament_Game {
+ if m != nil {
+ return m.Games
+ }
+ return nil
+}
+
+func (m *CMsgDOTATournament) GetGid() uint64 {
+ if m != nil && m.Gid != nil {
+ return *m.Gid
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament) GetTournamentId() uint32 {
+ if m != nil && m.TournamentId != nil {
+ return *m.TournamentId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament) GetTournamentType() ETournamentType {
+ if m != nil && m.TournamentType != nil {
+ return *m.TournamentType
+ }
+ return Default_CMsgDOTATournament_TournamentType
+}
+
+func (m *CMsgDOTATournament) GetTournamentTemplate() ETournamentTemplate {
+ if m != nil && m.TournamentTemplate != nil {
+ return *m.TournamentTemplate
+ }
+ return Default_CMsgDOTATournament_TournamentTemplate
+}
+
+func (m *CMsgDOTATournament) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament) GetState() ETournamentState {
+ if m != nil && m.State != nil {
+ return *m.State
+ }
+ return Default_CMsgDOTATournament_State
+}
+
+func (m *CMsgDOTATournament) GetNodes() []*CMsgDOTATournament_Node {
+ if m != nil {
+ return m.Nodes
+ }
+ return nil
+}
+
+type CMsgDOTATournament_Team struct {
+ TeamId *uint32 `protobuf:"varint,1,opt,name=team_id" json:"team_id,omitempty"`
+ TeamName *string `protobuf:"bytes,2,opt,name=team_name" json:"team_name,omitempty"`
+ TeamAbbrev *string `protobuf:"bytes,3,opt,name=team_abbrev" json:"team_abbrev,omitempty"`
+ Players []uint32 `protobuf:"varint,4,rep,packed,name=players" json:"players,omitempty"`
+ Seed *uint32 `protobuf:"varint,5,opt,name=seed" json:"seed,omitempty"`
+ TeamLogo *uint64 `protobuf:"varint,6,opt,name=team_logo" json:"team_logo,omitempty"`
+ CountryCode *string `protobuf:"bytes,7,opt,name=country_code" json:"country_code,omitempty"`
+ NodeOrState *uint32 `protobuf:"varint,8,opt,name=node_or_state" json:"node_or_state,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATournament_Team) Reset() { *m = CMsgDOTATournament_Team{} }
+func (m *CMsgDOTATournament_Team) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATournament_Team) ProtoMessage() {}
+func (*CMsgDOTATournament_Team) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{62, 0} }
+
+func (m *CMsgDOTATournament_Team) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Team) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTATournament_Team) GetTeamAbbrev() string {
+ if m != nil && m.TeamAbbrev != nil {
+ return *m.TeamAbbrev
+ }
+ return ""
+}
+
+func (m *CMsgDOTATournament_Team) GetPlayers() []uint32 {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CMsgDOTATournament_Team) GetSeed() uint32 {
+ if m != nil && m.Seed != nil {
+ return *m.Seed
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Team) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Team) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CMsgDOTATournament_Team) GetNodeOrState() uint32 {
+ if m != nil && m.NodeOrState != nil {
+ return *m.NodeOrState
+ }
+ return 0
+}
+
+type CMsgDOTATournament_Game struct {
+ GameId *uint32 `protobuf:"varint,1,opt,name=game_id" json:"game_id,omitempty"`
+ GoodTeamId *uint32 `protobuf:"varint,2,opt,name=good_team_id" json:"good_team_id,omitempty"`
+ BadTeamId *uint32 `protobuf:"varint,3,opt,name=bad_team_id" json:"bad_team_id,omitempty"`
+ GoodTeamSeed *uint32 `protobuf:"varint,12,opt,name=good_team_seed" json:"good_team_seed,omitempty"`
+ BadTeamSeed *uint32 `protobuf:"varint,13,opt,name=bad_team_seed" json:"bad_team_seed,omitempty"`
+ LobbyId *uint64 `protobuf:"fixed64,4,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ MatchId *uint64 `protobuf:"varint,5,opt,name=match_id" json:"match_id,omitempty"`
+ GameName *string `protobuf:"bytes,6,opt,name=game_name" json:"game_name,omitempty"`
+ LiveStream *bool `protobuf:"varint,7,opt,name=live_stream" json:"live_stream,omitempty"`
+ Message *string `protobuf:"bytes,9,opt,name=message" json:"message,omitempty"`
+ ResultsFinal *bool `protobuf:"varint,10,opt,name=results_final" json:"results_final,omitempty"`
+ State *ETournamentGameState `protobuf:"varint,14,opt,name=state,enum=ETournamentGameState,def=0" json:"state,omitempty"`
+ NodeId *uint32 `protobuf:"varint,15,opt,name=node_id" json:"node_id,omitempty"`
+ StartTime *uint32 `protobuf:"varint,16,opt,name=start_time" json:"start_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATournament_Game) Reset() { *m = CMsgDOTATournament_Game{} }
+func (m *CMsgDOTATournament_Game) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATournament_Game) ProtoMessage() {}
+func (*CMsgDOTATournament_Game) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{62, 1} }
+
+const Default_CMsgDOTATournament_Game_State ETournamentGameState = ETournamentGameState_k_ETournamentGameState_Unknown
+
+func (m *CMsgDOTATournament_Game) GetGameId() uint32 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetGoodTeamId() uint32 {
+ if m != nil && m.GoodTeamId != nil {
+ return *m.GoodTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetBadTeamId() uint32 {
+ if m != nil && m.BadTeamId != nil {
+ return *m.BadTeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetGoodTeamSeed() uint32 {
+ if m != nil && m.GoodTeamSeed != nil {
+ return *m.GoodTeamSeed
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetBadTeamSeed() uint32 {
+ if m != nil && m.BadTeamSeed != nil {
+ return *m.BadTeamSeed
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetGameName() string {
+ if m != nil && m.GameName != nil {
+ return *m.GameName
+ }
+ return ""
+}
+
+func (m *CMsgDOTATournament_Game) GetLiveStream() bool {
+ if m != nil && m.LiveStream != nil {
+ return *m.LiveStream
+ }
+ return false
+}
+
+func (m *CMsgDOTATournament_Game) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+func (m *CMsgDOTATournament_Game) GetResultsFinal() bool {
+ if m != nil && m.ResultsFinal != nil {
+ return *m.ResultsFinal
+ }
+ return false
+}
+
+func (m *CMsgDOTATournament_Game) GetState() ETournamentGameState {
+ if m != nil && m.State != nil {
+ return *m.State
+ }
+ return Default_CMsgDOTATournament_Game_State
+}
+
+func (m *CMsgDOTATournament_Game) GetNodeId() uint32 {
+ if m != nil && m.NodeId != nil {
+ return *m.NodeId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Game) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+type CMsgDOTATournament_Node struct {
+ NodeId *uint32 `protobuf:"varint,1,opt,name=node_id" json:"node_id,omitempty"`
+ TeamSeedA *uint32 `protobuf:"varint,2,opt,name=team_seed_a" json:"team_seed_a,omitempty"`
+ TeamSeedB *uint32 `protobuf:"varint,3,opt,name=team_seed_b" json:"team_seed_b,omitempty"`
+ WinnerNode *uint32 `protobuf:"varint,4,opt,name=winner_node" json:"winner_node,omitempty"`
+ LoserNode *uint32 `protobuf:"varint,5,opt,name=loser_node" json:"loser_node,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,7,opt,name=series_type" json:"series_type,omitempty"`
+ NodeState *ETournamentNodeState `protobuf:"varint,8,opt,name=node_state,enum=ETournamentNodeState,def=0" json:"node_state,omitempty"`
+ SeriesId *uint32 `protobuf:"varint,9,opt,name=series_id" json:"series_id,omitempty"`
+ StartTime *uint32 `protobuf:"varint,16,opt,name=start_time" json:"start_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATournament_Node) Reset() { *m = CMsgDOTATournament_Node{} }
+func (m *CMsgDOTATournament_Node) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATournament_Node) ProtoMessage() {}
+func (*CMsgDOTATournament_Node) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{62, 2} }
+
+const Default_CMsgDOTATournament_Node_NodeState ETournamentNodeState = ETournamentNodeState_k_ETournamentNodeState_Unknown
+
+func (m *CMsgDOTATournament_Node) GetNodeId() uint32 {
+ if m != nil && m.NodeId != nil {
+ return *m.NodeId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetTeamSeedA() uint32 {
+ if m != nil && m.TeamSeedA != nil {
+ return *m.TeamSeedA
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetTeamSeedB() uint32 {
+ if m != nil && m.TeamSeedB != nil {
+ return *m.TeamSeedB
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetWinnerNode() uint32 {
+ if m != nil && m.WinnerNode != nil {
+ return *m.WinnerNode
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetLoserNode() uint32 {
+ if m != nil && m.LoserNode != nil {
+ return *m.LoserNode
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetNodeState() ETournamentNodeState {
+ if m != nil && m.NodeState != nil {
+ return *m.NodeState
+ }
+ return Default_CMsgDOTATournament_Node_NodeState
+}
+
+func (m *CMsgDOTATournament_Node) GetSeriesId() uint32 {
+ if m != nil && m.SeriesId != nil {
+ return *m.SeriesId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournament_Node) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+type CMsgDOTATournamentRequest struct {
+ TournamentId *uint32 `protobuf:"varint,1,opt,name=tournament_id" json:"tournament_id,omitempty"`
+ ClientTournamentGid *uint64 `protobuf:"varint,2,opt,name=client_tournament_gid" json:"client_tournament_gid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATournamentRequest) Reset() { *m = CMsgDOTATournamentRequest{} }
+func (m *CMsgDOTATournamentRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATournamentRequest) ProtoMessage() {}
+func (*CMsgDOTATournamentRequest) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{63} }
+
+func (m *CMsgDOTATournamentRequest) GetTournamentId() uint32 {
+ if m != nil && m.TournamentId != nil {
+ return *m.TournamentId
+ }
+ return 0
+}
+
+func (m *CMsgDOTATournamentRequest) GetClientTournamentGid() uint64 {
+ if m != nil && m.ClientTournamentGid != nil {
+ return *m.ClientTournamentGid
+ }
+ return 0
+}
+
+type CMsgDOTATournamentResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result,def=2" json:"result,omitempty"`
+ Tournament *CMsgDOTATournament `protobuf:"bytes,2,opt,name=tournament" json:"tournament,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTATournamentResponse) Reset() { *m = CMsgDOTATournamentResponse{} }
+func (m *CMsgDOTATournamentResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTATournamentResponse) ProtoMessage() {}
+func (*CMsgDOTATournamentResponse) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{64} }
+
+const Default_CMsgDOTATournamentResponse_Result uint32 = 2
+
+func (m *CMsgDOTATournamentResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgDOTATournamentResponse_Result
+}
+
+func (m *CMsgDOTATournamentResponse) GetTournament() *CMsgDOTATournament {
+ if m != nil {
+ return m.Tournament
+ }
+ return nil
+}
+
+type CMsgDOTAClearTournamentGame struct {
+ TournamentId *uint32 `protobuf:"varint,1,opt,name=tournament_id" json:"tournament_id,omitempty"`
+ GameId *uint32 `protobuf:"varint,2,opt,name=game_id" json:"game_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAClearTournamentGame) Reset() { *m = CMsgDOTAClearTournamentGame{} }
+func (m *CMsgDOTAClearTournamentGame) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAClearTournamentGame) ProtoMessage() {}
+func (*CMsgDOTAClearTournamentGame) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{65} }
+
+func (m *CMsgDOTAClearTournamentGame) GetTournamentId() uint32 {
+ if m != nil && m.TournamentId != nil {
+ return *m.TournamentId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAClearTournamentGame) GetGameId() uint32 {
+ if m != nil && m.GameId != nil {
+ return *m.GameId
+ }
+ return 0
+}
+
+type CMsgDOTAPassportVoteTeamGuess struct {
+ LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
+ WinnerId *uint32 `protobuf:"varint,2,opt,name=winner_id" json:"winner_id,omitempty"`
+ RunnerupId *uint32 `protobuf:"varint,3,opt,name=runnerup_id" json:"runnerup_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPassportVoteTeamGuess) Reset() { *m = CMsgDOTAPassportVoteTeamGuess{} }
+func (m *CMsgDOTAPassportVoteTeamGuess) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPassportVoteTeamGuess) ProtoMessage() {}
+func (*CMsgDOTAPassportVoteTeamGuess) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{66} }
+
+func (m *CMsgDOTAPassportVoteTeamGuess) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPassportVoteTeamGuess) GetWinnerId() uint32 {
+ if m != nil && m.WinnerId != nil {
+ return *m.WinnerId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPassportVoteTeamGuess) GetRunnerupId() uint32 {
+ if m != nil && m.RunnerupId != nil {
+ return *m.RunnerupId
+ }
+ return 0
+}
+
+type CMsgDOTAPassportVoteGenericSelection struct {
+ SelectionIndex *DOTA_2013PassportSelectionIndices `protobuf:"varint,1,opt,name=selection_index,enum=DOTA_2013PassportSelectionIndices,def=0" json:"selection_index,omitempty"`
+ Selection *uint32 `protobuf:"varint,2,opt,name=selection" json:"selection,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPassportVoteGenericSelection) Reset() { *m = CMsgDOTAPassportVoteGenericSelection{} }
+func (m *CMsgDOTAPassportVoteGenericSelection) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPassportVoteGenericSelection) ProtoMessage() {}
+func (*CMsgDOTAPassportVoteGenericSelection) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{67}
+}
+
+const Default_CMsgDOTAPassportVoteGenericSelection_SelectionIndex DOTA_2013PassportSelectionIndices = DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_0
+
+func (m *CMsgDOTAPassportVoteGenericSelection) GetSelectionIndex() DOTA_2013PassportSelectionIndices {
+ if m != nil && m.SelectionIndex != nil {
+ return *m.SelectionIndex
+ }
+ return Default_CMsgDOTAPassportVoteGenericSelection_SelectionIndex
+}
+
+func (m *CMsgDOTAPassportVoteGenericSelection) GetSelection() uint32 {
+ if m != nil && m.Selection != nil {
+ return *m.Selection
+ }
+ return 0
+}
+
+type CMsgDOTAPassportStampedPlayer struct {
+ SteamId *uint64 `protobuf:"varint,1,opt,name=steam_id" json:"steam_id,omitempty"`
+ StampLevel *uint32 `protobuf:"varint,2,opt,name=stamp_level" json:"stamp_level,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPassportStampedPlayer) Reset() { *m = CMsgDOTAPassportStampedPlayer{} }
+func (m *CMsgDOTAPassportStampedPlayer) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPassportStampedPlayer) ProtoMessage() {}
+func (*CMsgDOTAPassportStampedPlayer) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{68} }
+
+func (m *CMsgDOTAPassportStampedPlayer) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPassportStampedPlayer) GetStampLevel() uint32 {
+ if m != nil && m.StampLevel != nil {
+ return *m.StampLevel
+ }
+ return 0
+}
+
+type CMsgDOTAPassportPlayerCardChallenge struct {
+ ChallengeId *uint32 `protobuf:"varint,1,opt,name=challenge_id" json:"challenge_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPassportPlayerCardChallenge) Reset() { *m = CMsgDOTAPassportPlayerCardChallenge{} }
+func (m *CMsgDOTAPassportPlayerCardChallenge) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPassportPlayerCardChallenge) ProtoMessage() {}
+func (*CMsgDOTAPassportPlayerCardChallenge) Descriptor() ([]byte, []int) {
+ return dota_client_fantasy_fileDescriptor0, []int{69}
+}
+
+func (m *CMsgDOTAPassportPlayerCardChallenge) GetChallengeId() uint32 {
+ if m != nil && m.ChallengeId != nil {
+ return *m.ChallengeId
+ }
+ return 0
+}
+
+type CMsgDOTAPassportVote struct {
+ TeamVotes []*CMsgDOTAPassportVoteTeamGuess `protobuf:"bytes,1,rep,name=team_votes" json:"team_votes,omitempty"`
+ GenericSelections []*CMsgDOTAPassportVoteGenericSelection `protobuf:"bytes,2,rep,name=generic_selections" json:"generic_selections,omitempty"`
+ StampedPlayers []*CMsgDOTAPassportStampedPlayer `protobuf:"bytes,3,rep,name=stamped_players" json:"stamped_players,omitempty"`
+ PlayerCardChallenges []*CMsgDOTAPassportPlayerCardChallenge `protobuf:"bytes,4,rep,name=player_card_challenges" json:"player_card_challenges,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPassportVote) Reset() { *m = CMsgDOTAPassportVote{} }
+func (m *CMsgDOTAPassportVote) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPassportVote) ProtoMessage() {}
+func (*CMsgDOTAPassportVote) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{70} }
+
+func (m *CMsgDOTAPassportVote) GetTeamVotes() []*CMsgDOTAPassportVoteTeamGuess {
+ if m != nil {
+ return m.TeamVotes
+ }
+ return nil
+}
+
+func (m *CMsgDOTAPassportVote) GetGenericSelections() []*CMsgDOTAPassportVoteGenericSelection {
+ if m != nil {
+ return m.GenericSelections
+ }
+ return nil
+}
+
+func (m *CMsgDOTAPassportVote) GetStampedPlayers() []*CMsgDOTAPassportStampedPlayer {
+ if m != nil {
+ return m.StampedPlayers
+ }
+ return nil
+}
+
+func (m *CMsgDOTAPassportVote) GetPlayerCardChallenges() []*CMsgDOTAPassportPlayerCardChallenge {
+ if m != nil {
+ return m.PlayerCardChallenges
+ }
+ return nil
+}
+
+type CMsgPassportDataRequest struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPassportDataRequest) Reset() { *m = CMsgPassportDataRequest{} }
+func (m *CMsgPassportDataRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgPassportDataRequest) ProtoMessage() {}
+func (*CMsgPassportDataRequest) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{71} }
+
+func (m *CMsgPassportDataRequest) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgPassportDataResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Result *uint32 `protobuf:"varint,2,opt,name=result,def=2" json:"result,omitempty"`
+ International *CMsgDOTATournament `protobuf:"bytes,5,opt,name=international" json:"international,omitempty"`
+ EastQualifiersPredictEndTime *uint32 `protobuf:"varint,7,opt,name=east_qualifiers_predict_end_time" json:"east_qualifiers_predict_end_time,omitempty"`
+ WestQualifiersPredictEndTime *uint32 `protobuf:"varint,8,opt,name=west_qualifiers_predict_end_time" json:"west_qualifiers_predict_end_time,omitempty"`
+ AllstarMatchEndTime *uint32 `protobuf:"varint,9,opt,name=allstar_match_end_time" json:"allstar_match_end_time,omitempty"`
+ LeagueGuesses *CMsgDOTAPassportVote `protobuf:"bytes,6,opt,name=league_guesses" json:"league_guesses,omitempty"`
+ EastQualifiersWinnerTeamId *uint32 `protobuf:"varint,10,opt,name=east_qualifiers_winner_team_id" json:"east_qualifiers_winner_team_id,omitempty"`
+ EastQualifiersRunnerUpTeamId *uint32 `protobuf:"varint,11,opt,name=east_qualifiers_runner_up_team_id" json:"east_qualifiers_runner_up_team_id,omitempty"`
+ WestQualifiersWinnerTeamId *uint32 `protobuf:"varint,12,opt,name=west_qualifiers_winner_team_id" json:"west_qualifiers_winner_team_id,omitempty"`
+ WestQualifiersRunnerUpTeamId *uint32 `protobuf:"varint,13,opt,name=west_qualifiers_runner_up_team_id" json:"west_qualifiers_runner_up_team_id,omitempty"`
+ PassportsBought *uint32 `protobuf:"varint,14,opt,name=passports_bought" json:"passports_bought,omitempty"`
+ OriginalPurchaserId *uint32 `protobuf:"varint,15,opt,name=original_purchaser_id" json:"original_purchaser_id,omitempty"`
+ FantasyTeamCount *uint32 `protobuf:"varint,16,opt,name=fantasy_team_count" json:"fantasy_team_count,omitempty"`
+ FantasyTeamexpiration *uint32 `protobuf:"varint,17,opt,name=fantasy_teamexpiration" json:"fantasy_teamexpiration,omitempty"`
+ FantasyTeamsWillLockAt *uint32 `protobuf:"varint,18,opt,name=fantasy_teams_will_lock_at" json:"fantasy_teams_will_lock_at,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPassportDataResponse) Reset() { *m = CMsgPassportDataResponse{} }
+func (m *CMsgPassportDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgPassportDataResponse) ProtoMessage() {}
+func (*CMsgPassportDataResponse) Descriptor() ([]byte, []int) { return dota_client_fantasy_fileDescriptor0, []int{72} }
+
+const Default_CMsgPassportDataResponse_Result uint32 = 2
+
+func (m *CMsgPassportDataResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgPassportDataResponse_Result
+}
+
+func (m *CMsgPassportDataResponse) GetInternational() *CMsgDOTATournament {
+ if m != nil {
+ return m.International
+ }
+ return nil
+}
+
+func (m *CMsgPassportDataResponse) GetEastQualifiersPredictEndTime() uint32 {
+ if m != nil && m.EastQualifiersPredictEndTime != nil {
+ return *m.EastQualifiersPredictEndTime
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetWestQualifiersPredictEndTime() uint32 {
+ if m != nil && m.WestQualifiersPredictEndTime != nil {
+ return *m.WestQualifiersPredictEndTime
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetAllstarMatchEndTime() uint32 {
+ if m != nil && m.AllstarMatchEndTime != nil {
+ return *m.AllstarMatchEndTime
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetLeagueGuesses() *CMsgDOTAPassportVote {
+ if m != nil {
+ return m.LeagueGuesses
+ }
+ return nil
+}
+
+func (m *CMsgPassportDataResponse) GetEastQualifiersWinnerTeamId() uint32 {
+ if m != nil && m.EastQualifiersWinnerTeamId != nil {
+ return *m.EastQualifiersWinnerTeamId
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetEastQualifiersRunnerUpTeamId() uint32 {
+ if m != nil && m.EastQualifiersRunnerUpTeamId != nil {
+ return *m.EastQualifiersRunnerUpTeamId
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetWestQualifiersWinnerTeamId() uint32 {
+ if m != nil && m.WestQualifiersWinnerTeamId != nil {
+ return *m.WestQualifiersWinnerTeamId
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetWestQualifiersRunnerUpTeamId() uint32 {
+ if m != nil && m.WestQualifiersRunnerUpTeamId != nil {
+ return *m.WestQualifiersRunnerUpTeamId
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetPassportsBought() uint32 {
+ if m != nil && m.PassportsBought != nil {
+ return *m.PassportsBought
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetOriginalPurchaserId() uint32 {
+ if m != nil && m.OriginalPurchaserId != nil {
+ return *m.OriginalPurchaserId
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetFantasyTeamCount() uint32 {
+ if m != nil && m.FantasyTeamCount != nil {
+ return *m.FantasyTeamCount
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetFantasyTeamexpiration() uint32 {
+ if m != nil && m.FantasyTeamexpiration != nil {
+ return *m.FantasyTeamexpiration
+ }
+ return 0
+}
+
+func (m *CMsgPassportDataResponse) GetFantasyTeamsWillLockAt() uint32 {
+ if m != nil && m.FantasyTeamsWillLockAt != nil {
+ return *m.FantasyTeamsWillLockAt
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterType((*CMsgGCPlayerInfo)(nil), "CMsgGCPlayerInfo")
+ proto.RegisterType((*CMsgGCPlayerInfo_PlayerInfo)(nil), "CMsgGCPlayerInfo.PlayerInfo")
+ proto.RegisterType((*CMsgGCPlayerInfo_RegionLeaderboard)(nil), "CMsgGCPlayerInfo.RegionLeaderboard")
+ proto.RegisterType((*CMsgDOTACreateFantasyLeagueRequest)(nil), "CMsgDOTACreateFantasyLeagueRequest")
+ proto.RegisterType((*CMsgDOTACreateFantasyLeagueResponse)(nil), "CMsgDOTACreateFantasyLeagueResponse")
+ proto.RegisterType((*CMsgFantasyLeagueScoring)(nil), "CMsgFantasyLeagueScoring")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueInfo)(nil), "CMsgDOTAFantasyLeagueInfo")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueInfo_OwnerInfo)(nil), "CMsgDOTAFantasyLeagueInfo.OwnerInfo")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueEditInfoRequest)(nil), "CMsgDOTAFantasyLeagueEditInfoRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueEditInfoResponse)(nil), "CMsgDOTAFantasyLeagueEditInfoResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueFindRequest)(nil), "CMsgDOTAFantasyLeagueFindRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueFindResponse)(nil), "CMsgDOTAFantasyLeagueFindResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueInfoRequest)(nil), "CMsgDOTAFantasyLeagueInfoRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueInfoResponse)(nil), "CMsgDOTAFantasyLeagueInfoResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueMatchupsRequest)(nil), "CMsgDOTAFantasyLeagueMatchupsRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueMatchupsResponse)(nil), "CMsgDOTAFantasyLeagueMatchupsResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup)(nil), "CMsgDOTAFantasyLeagueMatchupsResponse.Matchup")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups)(nil), "CMsgDOTAFantasyLeagueMatchupsResponse.WeeklyMatchups")
+ proto.RegisterType((*CMsgDOTAEditFantasyTeamRequest)(nil), "CMsgDOTAEditFantasyTeamRequest")
+ proto.RegisterType((*CMsgDOTAEditFantasyTeamResponse)(nil), "CMsgDOTAEditFantasyTeamResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID)(nil), "CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID")
+ proto.RegisterType((*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID)(nil), "CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID")
+ proto.RegisterType((*CMsgDOTAFantasyTeamInfoResponse)(nil), "CMsgDOTAFantasyTeamInfoResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamInfo)(nil), "CMsgDOTAFantasyTeamInfo")
+ proto.RegisterType((*CMsgDOTAFantasyTeamScoreRequest)(nil), "CMsgDOTAFantasyTeamScoreRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamScoreResponse)(nil), "CMsgDOTAFantasyTeamScoreResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore)(nil), "CMsgDOTAFantasyTeamScoreResponse.CMsgPlayerScore")
+ proto.RegisterType((*CMsgDOTAFantasyTeamStandingsRequest)(nil), "CMsgDOTAFantasyTeamStandingsRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamStandingsResponse)(nil), "CMsgDOTAFantasyTeamStandingsResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore)(nil), "CMsgDOTAFantasyTeamStandingsResponse.CMsgTeamScore")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerScoreRequest)(nil), "CMsgDOTAFantasyPlayerScoreRequest")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerScoreResponse)(nil), "CMsgDOTAFantasyPlayerScoreResponse")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerStandingsRequest)(nil), "CMsgDOTAFantasyPlayerStandingsRequest")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerStandingsResponse)(nil), "CMsgDOTAFantasyPlayerStandingsResponse")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore)(nil), "CMsgDOTAFantasyPlayerStandingsResponse.CMsgPlayerScore")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerInfoRequest)(nil), "CMsgDOTAFantasyPlayerInfoRequest")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerInfoResponse)(nil), "CMsgDOTAFantasyPlayerInfoResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueCreateRequest)(nil), "CMsgDOTAFantasyLeagueCreateRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueCreateResponse)(nil), "CMsgDOTAFantasyLeagueCreateResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamCreateRequest)(nil), "CMsgDOTAFantasyTeamCreateRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamCreateResponse)(nil), "CMsgDOTAFantasyTeamCreateResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueEditInvitesRequest)(nil), "CMsgDOTAFantasyLeagueEditInvitesRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange)(nil), "CMsgDOTAFantasyLeagueEditInvitesRequest.InviteChange")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueEditInvitesResponse)(nil), "CMsgDOTAFantasyLeagueEditInvitesResponse")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueDraftStatusRequest)(nil), "CMsgDOTAFantasyLeagueDraftStatusRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueDraftStatus)(nil), "CMsgDOTAFantasyLeagueDraftStatus")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueDraftPlayerRequest)(nil), "CMsgDOTAFantasyLeagueDraftPlayerRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeagueDraftPlayerResponse)(nil), "CMsgDOTAFantasyLeagueDraftPlayerResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamRosterSwapRequest)(nil), "CMsgDOTAFantasyTeamRosterSwapRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamRosterSwapResponse)(nil), "CMsgDOTAFantasyTeamRosterSwapResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamRosterAddDropRequest)(nil), "CMsgDOTAFantasyTeamRosterAddDropRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamRosterAddDropResponse)(nil), "CMsgDOTAFantasyTeamRosterAddDropResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamTradesRequest)(nil), "CMsgDOTAFantasyTeamTradesRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamTradesResponse)(nil), "CMsgDOTAFantasyTeamTradesResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamTradesResponse_Trade)(nil), "CMsgDOTAFantasyTeamTradesResponse.Trade")
+ proto.RegisterType((*CMsgDOTAFantasyTeamTradeCancelRequest)(nil), "CMsgDOTAFantasyTeamTradeCancelRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamTradeCancelResponse)(nil), "CMsgDOTAFantasyTeamTradeCancelResponse")
+ proto.RegisterType((*CMsgDOTAFantasyTeamRosterRequest)(nil), "CMsgDOTAFantasyTeamRosterRequest")
+ proto.RegisterType((*CMsgDOTAFantasyTeamRosterResponse)(nil), "CMsgDOTAFantasyTeamRosterResponse")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerHisoricalStatsRequest)(nil), "CMsgDOTAFantasyPlayerHisoricalStatsRequest")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerHisoricalStatsResponse)(nil), "CMsgDOTAFantasyPlayerHisoricalStatsResponse")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator)(nil), "CMsgDOTAFantasyPlayerHisoricalStatsResponse.PlayerScoreAccumulator")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats)(nil), "CMsgDOTAFantasyPlayerHisoricalStatsResponse.PlayerStats")
+ proto.RegisterType((*CMsgDOTAFantasyMessageAdd)(nil), "CMsgDOTAFantasyMessageAdd")
+ proto.RegisterType((*CMsgDOTAFantasyMessagesRequest)(nil), "CMsgDOTAFantasyMessagesRequest")
+ proto.RegisterType((*CMsgDOTAFantasyMessagesResponse)(nil), "CMsgDOTAFantasyMessagesResponse")
+ proto.RegisterType((*CMsgDOTAFantasyMessagesResponse_Message)(nil), "CMsgDOTAFantasyMessagesResponse.Message")
+ proto.RegisterType((*CMsgDOTAFantasyRemoveOwner)(nil), "CMsgDOTAFantasyRemoveOwner")
+ proto.RegisterType((*CMsgDOTAFantasyRemoveOwnerResponse)(nil), "CMsgDOTAFantasyRemoveOwnerResponse")
+ proto.RegisterType((*CMsgDOTAFantasyScheduledMatchesRequest)(nil), "CMsgDOTAFantasyScheduledMatchesRequest")
+ proto.RegisterType((*CMsgDOTAFantasyScheduledMatchesResponse)(nil), "CMsgDOTAFantasyScheduledMatchesResponse")
+ proto.RegisterType((*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays)(nil), "CMsgDOTAFantasyScheduledMatchesResponse.ScheduledMatchDays")
+ proto.RegisterType((*CMsgDOTAFantasyLeaveLeagueRequest)(nil), "CMsgDOTAFantasyLeaveLeagueRequest")
+ proto.RegisterType((*CMsgDOTAFantasyLeaveLeagueResponse)(nil), "CMsgDOTAFantasyLeaveLeagueResponse")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerScoreDetailsRequest)(nil), "CMsgDOTAFantasyPlayerScoreDetailsRequest")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerScoreDetailsResponse)(nil), "CMsgDOTAFantasyPlayerScoreDetailsResponse")
+ proto.RegisterType((*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData)(nil), "CMsgDOTAFantasyPlayerScoreDetailsResponse.PlayerMatchData")
+ proto.RegisterType((*CMsgDOTATournament)(nil), "CMsgDOTATournament")
+ proto.RegisterType((*CMsgDOTATournament_Team)(nil), "CMsgDOTATournament.Team")
+ proto.RegisterType((*CMsgDOTATournament_Game)(nil), "CMsgDOTATournament.Game")
+ proto.RegisterType((*CMsgDOTATournament_Node)(nil), "CMsgDOTATournament.Node")
+ proto.RegisterType((*CMsgDOTATournamentRequest)(nil), "CMsgDOTATournamentRequest")
+ proto.RegisterType((*CMsgDOTATournamentResponse)(nil), "CMsgDOTATournamentResponse")
+ proto.RegisterType((*CMsgDOTAClearTournamentGame)(nil), "CMsgDOTAClearTournamentGame")
+ proto.RegisterType((*CMsgDOTAPassportVoteTeamGuess)(nil), "CMsgDOTAPassportVoteTeamGuess")
+ proto.RegisterType((*CMsgDOTAPassportVoteGenericSelection)(nil), "CMsgDOTAPassportVoteGenericSelection")
+ proto.RegisterType((*CMsgDOTAPassportStampedPlayer)(nil), "CMsgDOTAPassportStampedPlayer")
+ proto.RegisterType((*CMsgDOTAPassportPlayerCardChallenge)(nil), "CMsgDOTAPassportPlayerCardChallenge")
+ proto.RegisterType((*CMsgDOTAPassportVote)(nil), "CMsgDOTAPassportVote")
+ proto.RegisterType((*CMsgPassportDataRequest)(nil), "CMsgPassportDataRequest")
+ proto.RegisterType((*CMsgPassportDataResponse)(nil), "CMsgPassportDataResponse")
+ proto.RegisterEnum("ETournamentGameState", ETournamentGameState_name, ETournamentGameState_value)
+ proto.RegisterEnum("ETournamentTeamState", ETournamentTeamState_name, ETournamentTeamState_value)
+ proto.RegisterEnum("ETournamentState", ETournamentState_name, ETournamentState_value)
+ proto.RegisterEnum("ETournamentNodeState", ETournamentNodeState_name, ETournamentNodeState_value)
+ proto.RegisterEnum("DOTA_2013PassportSelectionIndices", DOTA_2013PassportSelectionIndices_name, DOTA_2013PassportSelectionIndices_value)
+ proto.RegisterEnum("CMsgDOTACreateFantasyLeagueResponse_EResult", CMsgDOTACreateFantasyLeagueResponse_EResult_name, CMsgDOTACreateFantasyLeagueResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueEditInfoResponse_EResult", CMsgDOTAFantasyLeagueEditInfoResponse_EResult_name, CMsgDOTAFantasyLeagueEditInfoResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueFindResponse_EResult", CMsgDOTAFantasyLeagueFindResponse_EResult_name, CMsgDOTAFantasyLeagueFindResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueInfoResponse_EResult", CMsgDOTAFantasyLeagueInfoResponse_EResult_name, CMsgDOTAFantasyLeagueInfoResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueMatchupsResponse_EResult", CMsgDOTAFantasyLeagueMatchupsResponse_EResult_name, CMsgDOTAFantasyLeagueMatchupsResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAEditFantasyTeamResponse_EResult", CMsgDOTAEditFantasyTeamResponse_EResult_name, CMsgDOTAEditFantasyTeamResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamScoreResponse_EResult", CMsgDOTAFantasyTeamScoreResponse_EResult_name, CMsgDOTAFantasyTeamScoreResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamStandingsResponse_EResult", CMsgDOTAFantasyTeamStandingsResponse_EResult_name, CMsgDOTAFantasyTeamStandingsResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyPlayerScoreResponse_EResult", CMsgDOTAFantasyPlayerScoreResponse_EResult_name, CMsgDOTAFantasyPlayerScoreResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyPlayerStandingsResponse_EResult", CMsgDOTAFantasyPlayerStandingsResponse_EResult_name, CMsgDOTAFantasyPlayerStandingsResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueCreateResponse_EResult", CMsgDOTAFantasyLeagueCreateResponse_EResult_name, CMsgDOTAFantasyLeagueCreateResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamCreateResponse_EResult", CMsgDOTAFantasyTeamCreateResponse_EResult_name, CMsgDOTAFantasyTeamCreateResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueEditInvitesResponse_EResult", CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_name, CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult", CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_name, CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamRosterSwapResponse_EResult", CMsgDOTAFantasyTeamRosterSwapResponse_EResult_name, CMsgDOTAFantasyTeamRosterSwapResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamRosterAddDropResponse_EResult", CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_name, CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamTradesResponse_EResult", CMsgDOTAFantasyTeamTradesResponse_EResult_name, CMsgDOTAFantasyTeamTradesResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamTradeCancelResponse_EResult", CMsgDOTAFantasyTeamTradeCancelResponse_EResult_name, CMsgDOTAFantasyTeamTradeCancelResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyTeamRosterResponse_EResult", CMsgDOTAFantasyTeamRosterResponse_EResult_name, CMsgDOTAFantasyTeamRosterResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult", CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_name, CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyMessagesResponse_EResult", CMsgDOTAFantasyMessagesResponse_EResult_name, CMsgDOTAFantasyMessagesResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyRemoveOwnerResponse_EResult", CMsgDOTAFantasyRemoveOwnerResponse_EResult_name, CMsgDOTAFantasyRemoveOwnerResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyScheduledMatchesResponse_EResult", CMsgDOTAFantasyScheduledMatchesResponse_EResult_name, CMsgDOTAFantasyScheduledMatchesResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyLeaveLeagueResponse_EResult", CMsgDOTAFantasyLeaveLeagueResponse_EResult_name, CMsgDOTAFantasyLeaveLeagueResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult", CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_name, CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_value)
+}
+
+var dota_client_fantasy_fileDescriptor0 = []byte{
+ // 5420 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xbc, 0x3b, 0x4b, 0x70, 0x1b, 0xc9,
+ 0x75, 0xc6, 0x8f, 0x9f, 0xe6, 0xaf, 0x05, 0xfd, 0x20, 0xe8, 0xb3, 0xd2, 0x48, 0xbb, 0x2b, 0x71,
+ 0xbd, 0x58, 0x02, 0x24, 0x45, 0x4a, 0x6b, 0xc7, 0x81, 0x00, 0x90, 0xcb, 0x5d, 0x12, 0xe0, 0x12,
+ 0xa0, 0x64, 0x6d, 0x3e, 0x53, 0x43, 0x60, 0x04, 0x4e, 0x09, 0xc0, 0x60, 0x31, 0x03, 0x72, 0x95,
+ 0x4a, 0xa5, 0xbc, 0x2e, 0x27, 0x95, 0x4d, 0xf9, 0x90, 0x1c, 0xed, 0x38, 0xd9, 0xc4, 0x5e, 0x3b,
+ 0x49, 0xa5, 0x2a, 0xe5, 0xaa, 0xe4, 0x90, 0x6b, 0xaa, 0x52, 0xf6, 0x29, 0xb6, 0x4f, 0xa9, 0xe4,
+ 0x90, 0x93, 0x0f, 0xc9, 0x25, 0xa9, 0xa4, 0x72, 0x4f, 0xe5, 0xf5, 0x67, 0xfe, 0xd3, 0xc3, 0xa1,
+ 0x96, 0xf6, 0x89, 0x44, 0xbf, 0xd7, 0x3d, 0xdd, 0xef, 0xff, 0x5e, 0xbf, 0x46, 0x77, 0x3a, 0xba,
+ 0xa9, 0xc8, 0xdd, 0x76, 0x5f, 0x35, 0x0c, 0xa5, 0xab, 0x1a, 0x72, 0xbb, 0xa7, 0xa9, 0x03, 0x53,
+ 0x7e, 0xa6, 0x0c, 0x4c, 0xc5, 0x78, 0x51, 0x18, 0x8e, 0x74, 0x53, 0xcf, 0x5f, 0x0b, 0x60, 0xe9,
+ 0xfd, 0xbe, 0x3e, 0x60, 0x50, 0xe9, 0x1b, 0x29, 0x84, 0x2b, 0x3b, 0x46, 0x77, 0xb3, 0xb2, 0xdb,
+ 0x53, 0x5e, 0xa8, 0xa3, 0xad, 0xc1, 0x33, 0x3d, 0x5b, 0x42, 0xb3, 0x43, 0xfa, 0x4b, 0xd6, 0xe0,
+ 0xa7, 0x91, 0x4b, 0xdc, 0x4c, 0xdd, 0x9d, 0x29, 0x5d, 0x2b, 0xf8, 0x11, 0x0b, 0xae, 0x39, 0x0f,
+ 0xd0, 0x6c, 0x4f, 0x55, 0x3a, 0xea, 0xe8, 0x40, 0x57, 0x46, 0x1d, 0x23, 0x97, 0xa4, 0x73, 0x6e,
+ 0x07, 0xe7, 0xec, 0xa9, 0x5d, 0x4d, 0x1f, 0x6c, 0x3b, 0xb8, 0xf9, 0x7f, 0x4c, 0x20, 0xe4, 0x5a,
+ 0x29, 0x8b, 0x90, 0xd2, 0x6e, 0xeb, 0x63, 0x38, 0x89, 0xd6, 0x81, 0x6f, 0x27, 0xee, 0xce, 0x65,
+ 0x67, 0x51, 0x7a, 0xa0, 0xf4, 0x55, 0x58, 0x35, 0x71, 0x77, 0x3a, 0x7b, 0x01, 0xcd, 0x52, 0xf8,
+ 0xe8, 0x05, 0x1c, 0xa6, 0xa3, 0xe6, 0x52, 0xd6, 0x28, 0x3f, 0xb9, 0x3c, 0xd2, 0x7b, 0x6a, 0x2e,
+ 0x4d, 0x67, 0x2e, 0xa0, 0x49, 0x53, 0x55, 0xfa, 0x64, 0xa9, 0x0c, 0x1d, 0x38, 0x87, 0xa6, 0xe9,
+ 0x00, 0x5d, 0x6f, 0x82, 0xce, 0xc4, 0x68, 0x8a, 0x0e, 0x99, 0x4a, 0x37, 0x37, 0x49, 0x47, 0x60,
+ 0x96, 0x31, 0xd4, 0x07, 0x86, 0x3e, 0xca, 0x4d, 0xd1, 0x01, 0x98, 0xa5, 0x19, 0x72, 0x4f, 0x6f,
+ 0x3f, 0x57, 0x3b, 0xb9, 0x69, 0x18, 0x9a, 0xca, 0xce, 0xa3, 0x09, 0x18, 0x02, 0x32, 0xe6, 0x10,
+ 0xf9, 0x9d, 0x7f, 0x88, 0xce, 0x05, 0xce, 0x46, 0x96, 0xee, 0x68, 0x47, 0x9a, 0x01, 0xc3, 0xfc,
+ 0x28, 0xe7, 0xd1, 0x8c, 0x73, 0x3c, 0x46, 0xa7, 0x39, 0xe9, 0x6f, 0x12, 0x48, 0x22, 0x94, 0xaa,
+ 0x36, 0x5a, 0xe5, 0xca, 0x48, 0x55, 0x4c, 0x75, 0x83, 0x1d, 0x05, 0xd6, 0xea, 0x8e, 0xd5, 0x3d,
+ 0xf5, 0xc3, 0xb1, 0x6a, 0x98, 0x64, 0x6e, 0x8f, 0x0e, 0xb0, 0xdd, 0x27, 0xe8, 0xd6, 0x9c, 0xc1,
+ 0x9e, 0xde, 0xd5, 0x29, 0x89, 0xd2, 0xd9, 0x77, 0xd1, 0xbc, 0xa1, 0xf6, 0xd4, 0xb6, 0x09, 0x1f,
+ 0x96, 0xfb, 0x16, 0x91, 0xe6, 0x4b, 0x97, 0x0b, 0x7c, 0x61, 0xb9, 0x69, 0x83, 0x77, 0x00, 0xfc,
+ 0xf0, 0xca, 0x46, 0xb9, 0xde, 0x2a, 0x37, 0x9f, 0xca, 0xcd, 0xda, 0x76, 0xad, 0xd2, 0xda, 0x6a,
+ 0xd4, 0xe5, 0xad, 0xfa, 0xe3, 0xf2, 0xf6, 0x56, 0x95, 0x30, 0x84, 0x92, 0x87, 0x6e, 0x9a, 0x91,
+ 0x55, 0xfa, 0xdf, 0x04, 0xba, 0x1d, 0xb9, 0x61, 0x4a, 0x3e, 0x35, 0x5b, 0x43, 0x13, 0x23, 0xd5,
+ 0x18, 0xf7, 0x4c, 0xba, 0xd9, 0xf9, 0xd2, 0x17, 0x0b, 0x31, 0x66, 0x15, 0x6a, 0x7b, 0x74, 0xce,
+ 0xc3, 0xc9, 0xe6, 0x7e, 0xa5, 0x52, 0x6b, 0x36, 0xa5, 0x6f, 0x24, 0xd0, 0x24, 0x1f, 0xcc, 0xce,
+ 0x20, 0x6b, 0x18, 0x7f, 0x21, 0x7b, 0x11, 0x9d, 0xab, 0xed, 0xed, 0x35, 0xf6, 0xe4, 0xfd, 0x7a,
+ 0x73, 0xb7, 0x56, 0xd9, 0xda, 0xd8, 0xaa, 0x55, 0x71, 0x22, 0x9b, 0x47, 0x97, 0xd8, 0x70, 0xab,
+ 0xd1, 0x90, 0x77, 0xca, 0xf5, 0xa7, 0xf2, 0x76, 0xad, 0xbc, 0xb9, 0x5f, 0x6b, 0xe2, 0x64, 0xf6,
+ 0x1a, 0xca, 0x31, 0x18, 0x3f, 0x9f, 0xdc, 0xaa, 0x95, 0x77, 0xe4, 0x4a, 0x63, 0xbf, 0xde, 0xc2,
+ 0xa9, 0xec, 0x55, 0x74, 0x99, 0x41, 0x2b, 0x7b, 0xb5, 0x32, 0x25, 0x43, 0x75, 0xab, 0x59, 0x7e,
+ 0xb4, 0x0d, 0xcb, 0xa6, 0xa5, 0x4f, 0x93, 0x28, 0x47, 0xf6, 0xef, 0xd9, 0x75, 0xb3, 0xad, 0x8f,
+ 0xb4, 0x41, 0x37, 0x3b, 0x87, 0x32, 0x3d, 0xf5, 0x48, 0xed, 0xd1, 0x93, 0x26, 0xc9, 0xcf, 0xe7,
+ 0x5a, 0xaf, 0x67, 0x50, 0x86, 0x24, 0x89, 0xb4, 0x74, 0xe0, 0xc0, 0x87, 0x06, 0x65, 0x44, 0x92,
+ 0x48, 0x98, 0x62, 0x18, 0x9a, 0x61, 0x1a, 0x94, 0xa2, 0x49, 0x22, 0x61, 0x3d, 0xc5, 0x30, 0xe5,
+ 0x43, 0x0d, 0x86, 0x32, 0xce, 0x9c, 0x81, 0xa6, 0x1a, 0x54, 0x4e, 0x93, 0x70, 0xf2, 0x54, 0x77,
+ 0xd8, 0xa7, 0x22, 0x9a, 0x24, 0x2a, 0xf1, 0xd1, 0x10, 0x7e, 0x4d, 0x59, 0x5f, 0x33, 0xcc, 0xf1,
+ 0xc0, 0xa0, 0xb2, 0x49, 0x57, 0x3f, 0x54, 0x95, 0x1e, 0x6c, 0x8b, 0x0a, 0x67, 0x92, 0x08, 0x89,
+ 0xa9, 0x1f, 0x83, 0x46, 0xb3, 0x3d, 0xcd, 0xd0, 0x41, 0xd0, 0x98, 0x91, 0x6e, 0x1c, 0x2a, 0x03,
+ 0x3e, 0x3a, 0x4b, 0x47, 0xf3, 0x28, 0xdb, 0x07, 0x3a, 0x6b, 0x43, 0xb0, 0x26, 0x23, 0x90, 0x6f,
+ 0xb5, 0xaf, 0x8d, 0xfb, 0xb9, 0x39, 0x0a, 0x7b, 0x05, 0x5d, 0xf6, 0xc0, 0xf4, 0x67, 0x60, 0x55,
+ 0x40, 0x86, 0x94, 0x5e, 0x6e, 0x9e, 0x20, 0x48, 0x3f, 0xc9, 0xa0, 0x2b, 0x16, 0x87, 0x3d, 0x54,
+ 0xa2, 0xaa, 0x7d, 0x05, 0x9d, 0xb3, 0x54, 0x94, 0x8b, 0xac, 0xad, 0xe1, 0xb0, 0x32, 0x31, 0x4c,
+ 0x1a, 0x5d, 0x0e, 0xd6, 0x76, 0x99, 0x80, 0x24, 0x45, 0xb8, 0x8a, 0xce, 0xfb, 0xe6, 0x52, 0x1d,
+ 0x60, 0xba, 0x1f, 0x14, 0xf7, 0xf4, 0x19, 0x89, 0x7b, 0xc6, 0xb2, 0x3f, 0x54, 0xb9, 0x26, 0xa8,
+ 0x72, 0x2d, 0x82, 0x75, 0x60, 0x4c, 0xa7, 0xbc, 0x98, 0x29, 0x5d, 0x29, 0x08, 0xa5, 0x02, 0x56,
+ 0xeb, 0x8c, 0x94, 0x67, 0xa6, 0x6c, 0x6a, 0xb0, 0xdb, 0x59, 0xba, 0xda, 0x65, 0xb4, 0xc0, 0xc6,
+ 0x86, 0x5a, 0xfb, 0x39, 0x03, 0xcc, 0x51, 0x00, 0x30, 0xc4, 0x50, 0x15, 0x03, 0x36, 0x69, 0x98,
+ 0xca, 0xc8, 0xcc, 0x2d, 0xd0, 0xd1, 0x8b, 0x68, 0x8e, 0x8f, 0xf6, 0xd4, 0x41, 0xd7, 0x3c, 0xcc,
+ 0x61, 0x3a, 0x0c, 0x2b, 0x1f, 0xa9, 0xa6, 0x2e, 0x1f, 0xe9, 0x26, 0x48, 0xc8, 0x39, 0x6b, 0x01,
+ 0xa5, 0xfd, 0xe1, 0x18, 0xec, 0x0d, 0x39, 0xaa, 0x91, 0xcb, 0xd2, 0x51, 0x90, 0x23, 0xa3, 0xa7,
+ 0x9b, 0x72, 0x31, 0x77, 0xde, 0xf3, 0xbb, 0x94, 0xbb, 0xe0, 0xf9, 0xbd, 0x9c, 0xbb, 0xe8, 0xf9,
+ 0xbd, 0x92, 0xbb, 0xe4, 0xf9, 0xbd, 0x9a, 0xbb, 0x6c, 0x99, 0xb0, 0x03, 0x75, 0xd0, 0x3e, 0x94,
+ 0xc9, 0xa8, 0x91, 0xcb, 0xd1, 0xc1, 0x75, 0x84, 0xf4, 0xe3, 0x01, 0xf7, 0x19, 0xb9, 0x2b, 0xd4,
+ 0xfc, 0xdf, 0x29, 0x08, 0x65, 0xa1, 0xd0, 0x20, 0xc8, 0x54, 0x2a, 0x40, 0x58, 0x99, 0xbb, 0x31,
+ 0x72, 0x79, 0x62, 0x0d, 0xa9, 0x89, 0x06, 0xa2, 0xc8, 0xbf, 0x05, 0x92, 0x90, 0xbb, 0x6a, 0x6f,
+ 0x81, 0xd2, 0x20, 0x77, 0x8d, 0xfe, 0x06, 0xbb, 0x3a, 0x04, 0xfd, 0x39, 0xd6, 0x47, 0x9d, 0xdc,
+ 0x75, 0x22, 0x02, 0xf9, 0x7d, 0x34, 0xed, 0x2c, 0x99, 0x43, 0x98, 0x6d, 0x26, 0xe0, 0x49, 0xa8,
+ 0xb5, 0x04, 0xd2, 0x33, 0x19, 0xa2, 0xb2, 0x35, 0x45, 0xe4, 0x92, 0x3b, 0x3c, 0x17, 0x7e, 0x8a,
+ 0x5a, 0xe6, 0x21, 0xba, 0x13, 0x7a, 0x86, 0x5a, 0x47, 0x33, 0xc9, 0xa7, 0x2c, 0xd3, 0x1c, 0x21,
+ 0xda, 0x6f, 0xa2, 0x69, 0x15, 0xb0, 0x19, 0x61, 0x92, 0x54, 0x60, 0xf2, 0x62, 0xc2, 0x48, 0x7f,
+ 0x9f, 0x40, 0xaf, 0x9e, 0xf0, 0x49, 0x6e, 0x5c, 0x37, 0x7d, 0xc6, 0xb5, 0x50, 0x88, 0x35, 0x2f,
+ 0x68, 0x5e, 0x37, 0x4e, 0x67, 0x5d, 0x2f, 0xa3, 0xf3, 0x6c, 0xb8, 0xde, 0x90, 0x77, 0x6b, 0x7b,
+ 0x3b, 0x5b, 0xcd, 0x26, 0x28, 0x10, 0x4e, 0x4a, 0x0d, 0x74, 0x33, 0x74, 0x07, 0x1b, 0xda, 0xa0,
+ 0x13, 0x83, 0x50, 0x6e, 0xa6, 0x52, 0x4f, 0x2f, 0xfd, 0x38, 0x89, 0x6e, 0x45, 0xac, 0xc8, 0xe9,
+ 0x50, 0xf1, 0xd1, 0x61, 0xb1, 0x70, 0xe2, 0x9c, 0x00, 0x0d, 0x44, 0xf6, 0x85, 0x45, 0x1c, 0xb0,
+ 0x69, 0x8f, 0x75, 0x72, 0x4c, 0x8f, 0xf4, 0x99, 0xc8, 0x35, 0xd9, 0x3e, 0x88, 0xb9, 0x1e, 0x20,
+ 0x56, 0x4b, 0xde, 0x00, 0x2f, 0x43, 0x28, 0x78, 0x09, 0x65, 0x19, 0xec, 0x51, 0xb9, 0x2a, 0xef,
+ 0x96, 0x9b, 0xcd, 0x27, 0x8d, 0xbd, 0x2a, 0xf8, 0xa6, 0x50, 0x82, 0xa7, 0x40, 0xfa, 0x11, 0x1b,
+ 0xde, 0xd8, 0xdf, 0xde, 0xc6, 0x69, 0x10, 0xef, 0x0b, 0xec, 0x77, 0x79, 0x1b, 0xbc, 0x54, 0xf5,
+ 0xa9, 0xbc, 0x53, 0xdb, 0x79, 0x54, 0xdb, 0xc3, 0x19, 0x87, 0x35, 0xfc, 0xa3, 0xdb, 0x8d, 0xca,
+ 0x7b, 0xb0, 0xc4, 0x84, 0xf4, 0x65, 0x01, 0x6b, 0xe2, 0xc9, 0xb0, 0xf4, 0xc3, 0x84, 0x80, 0x11,
+ 0x1e, 0x81, 0x8c, 0xc9, 0x88, 0x5f, 0x8c, 0x30, 0x12, 0x52, 0xf2, 0x53, 0x6f, 0x01, 0x2d, 0xa5,
+ 0xb2, 0x40, 0x73, 0x77, 0x14, 0xb3, 0x7d, 0x38, 0x1e, 0x1a, 0x31, 0x4e, 0xfd, 0xed, 0xb4, 0x40,
+ 0x15, 0x9d, 0x35, 0x4e, 0xa7, 0x8a, 0xfe, 0x79, 0x41, 0x31, 0x0c, 0xdd, 0x0d, 0xf3, 0x80, 0x75,
+ 0xb4, 0x70, 0xac, 0xaa, 0xcf, 0x7b, 0x2f, 0xe4, 0x3e, 0x5f, 0x86, 0xda, 0xa8, 0x99, 0xd2, 0x6a,
+ 0xcc, 0x8f, 0x3d, 0xa1, 0xb3, 0xad, 0xe1, 0x7c, 0x1b, 0x4d, 0xf2, 0xff, 0x89, 0xcf, 0xf7, 0xdb,
+ 0x4b, 0xf0, 0x16, 0x4c, 0x2b, 0xc3, 0x60, 0x25, 0xbe, 0xa5, 0x05, 0xe6, 0x09, 0x55, 0x40, 0xb6,
+ 0xc3, 0x1a, 0x36, 0x50, 0x62, 0x61, 0x4d, 0xfe, 0x18, 0xcd, 0x7b, 0x3f, 0x9b, 0xfd, 0x0a, 0x9a,
+ 0xe4, 0xfb, 0xe7, 0x89, 0x45, 0x5c, 0x5a, 0x59, 0x9b, 0x05, 0xc7, 0x47, 0xdd, 0x23, 0xf3, 0x9c,
+ 0x49, 0xcb, 0x74, 0xa8, 0x83, 0x0e, 0x1b, 0x49, 0x51, 0xde, 0xc9, 0x67, 0x23, 0x46, 0x22, 0x63,
+ 0x97, 0x92, 0xc6, 0xe8, 0x86, 0xb5, 0x6f, 0x62, 0x61, 0xf9, 0xde, 0x5b, 0x10, 0x3a, 0xc4, 0x30,
+ 0x75, 0x56, 0x90, 0x01, 0x26, 0x49, 0xfd, 0x88, 0x9f, 0xc1, 0x93, 0x99, 0xa4, 0xac, 0xb4, 0x83,
+ 0x0e, 0xd1, 0xe0, 0x83, 0x10, 0x34, 0x2d, 0xfd, 0x47, 0x02, 0xbd, 0x22, 0xfc, 0x2e, 0x97, 0xc6,
+ 0xb2, 0x4f, 0x1a, 0xef, 0x16, 0x4e, 0x98, 0x11, 0xd4, 0xc2, 0x8f, 0x4f, 0x19, 0x71, 0xdb, 0x71,
+ 0xb3, 0x27, 0xaa, 0xde, 0xaa, 0x6f, 0x34, 0xdc, 0x21, 0x77, 0xbd, 0xbc, 0x53, 0xb3, 0x8d, 0x56,
+ 0xab, 0xfc, 0x5e, 0x0d, 0x08, 0x29, 0xa2, 0x70, 0x5a, 0xda, 0x46, 0x6f, 0xf9, 0x24, 0x83, 0xec,
+ 0xd9, 0x65, 0xb1, 0x1e, 0xbd, 0xf0, 0xda, 0x95, 0x6a, 0x94, 0x32, 0xbf, 0x8b, 0x0a, 0x27, 0xad,
+ 0x46, 0x03, 0x88, 0x32, 0x13, 0x73, 0x58, 0x4c, 0x18, 0x45, 0xc0, 0xce, 0x5e, 0x11, 0xae, 0xc5,
+ 0x79, 0x70, 0x0f, 0x4d, 0x32, 0x1e, 0x58, 0xf9, 0x73, 0x4e, 0xf4, 0x79, 0xe9, 0x47, 0x09, 0x74,
+ 0x59, 0x00, 0x8b, 0x92, 0xa1, 0xb0, 0xed, 0x25, 0x2d, 0x95, 0xb5, 0x26, 0xb9, 0xa4, 0x2c, 0x15,
+ 0x94, 0xb2, 0x74, 0x50, 0xca, 0x32, 0x34, 0xc4, 0x85, 0x80, 0xf7, 0x58, 0x1b, 0xb0, 0xc4, 0x83,
+ 0x46, 0x5f, 0x3d, 0xdd, 0x30, 0x20, 0xcc, 0x9c, 0xa4, 0xbf, 0x2f, 0xa1, 0xf9, 0xf6, 0x78, 0x34,
+ 0x22, 0xc5, 0x06, 0x48, 0x20, 0x4c, 0x95, 0x64, 0xc9, 0x24, 0x58, 0xfa, 0xe7, 0x44, 0x28, 0x5d,
+ 0x48, 0x2c, 0xac, 0xc6, 0x50, 0x8a, 0x97, 0x3b, 0x10, 0x44, 0xd3, 0xcf, 0xb4, 0x1e, 0x6c, 0x82,
+ 0x99, 0x45, 0x32, 0x89, 0x6a, 0x0a, 0xfd, 0x12, 0x03, 0xb8, 0xcc, 0x45, 0xc6, 0x37, 0xc7, 0xb6,
+ 0x1a, 0x13, 0x56, 0xac, 0xad, 0x0d, 0xda, 0xbd, 0x71, 0x47, 0x95, 0x69, 0x88, 0x4b, 0x0f, 0x3c,
+ 0x25, 0xfd, 0x77, 0x32, 0xe0, 0x3e, 0x5d, 0x07, 0xe3, 0x1c, 0x7f, 0xe4, 0xd3, 0xba, 0x7b, 0x85,
+ 0x93, 0xa6, 0x04, 0xcd, 0xbf, 0xff, 0xa0, 0xd4, 0x98, 0xf2, 0x14, 0xb2, 0x81, 0x2e, 0x58, 0x30,
+ 0x1e, 0xad, 0x32, 0x28, 0x73, 0x02, 0xc5, 0x93, 0xbf, 0x46, 0x10, 0x58, 0xa1, 0x85, 0x8e, 0xe7,
+ 0x57, 0xd0, 0x82, 0x6f, 0x28, 0xb4, 0xf8, 0x42, 0x72, 0x4b, 0x67, 0x1b, 0x92, 0x7a, 0x36, 0xc1,
+ 0x62, 0xf6, 0x3a, 0xba, 0xc2, 0x00, 0x8d, 0x27, 0xf5, 0xda, 0x1e, 0x0d, 0x8f, 0xb6, 0xea, 0xdc,
+ 0xf4, 0x82, 0x79, 0xfd, 0xa9, 0xab, 0xc2, 0xe0, 0x3e, 0x91, 0xa9, 0x0c, 0x3a, 0x90, 0x58, 0xc5,
+ 0x70, 0xdf, 0x64, 0xe3, 0x2c, 0x89, 0x63, 0x42, 0x14, 0x2a, 0x0f, 0x29, 0x91, 0x3c, 0xa4, 0x45,
+ 0xc2, 0x95, 0xf1, 0x09, 0x17, 0xcd, 0xda, 0x29, 0x94, 0xca, 0xd0, 0x14, 0xd1, 0x0e, 0x0e, 0xd2,
+ 0x06, 0xf2, 0xa1, 0xd2, 0xeb, 0x71, 0x21, 0xfa, 0x38, 0x1d, 0x88, 0x48, 0x7c, 0x27, 0xe2, 0x82,
+ 0xb4, 0xe1, 0x13, 0xa4, 0x37, 0x0b, 0x71, 0xa6, 0x05, 0x85, 0xe9, 0x1d, 0x48, 0xfa, 0x6d, 0x21,
+ 0xb2, 0x82, 0x85, 0xe5, 0x78, 0x8b, 0x11, 0x24, 0x5b, 0x82, 0xf2, 0xff, 0x97, 0x40, 0x73, 0x9e,
+ 0x91, 0xb3, 0x57, 0x63, 0xd7, 0x82, 0x3e, 0x97, 0x47, 0x84, 0x92, 0x2d, 0x48, 0x6d, 0x56, 0xc6,
+ 0x8a, 0xc8, 0x3d, 0xe8, 0xae, 0x72, 0x9e, 0x2d, 0xaf, 0xac, 0x50, 0x42, 0xd2, 0x67, 0x1a, 0x92,
+ 0x28, 0x5d, 0x05, 0x4c, 0x9a, 0xc9, 0x2b, 0x26, 0x96, 0x85, 0x9b, 0xf6, 0x59, 0x38, 0x64, 0xe7,
+ 0x9b, 0xe6, 0x48, 0x55, 0x9e, 0xd3, 0x52, 0x49, 0xe6, 0xcc, 0x32, 0xa4, 0x7f, 0x08, 0xc6, 0xd1,
+ 0x2e, 0xf5, 0x8b, 0x21, 0xd3, 0xa1, 0xa9, 0xea, 0x2f, 0x55, 0xbe, 0xa5, 0x6f, 0x26, 0x9d, 0x62,
+ 0x65, 0xd8, 0x19, 0xb8, 0x14, 0x57, 0x7d, 0x52, 0xfc, 0x46, 0xe1, 0xe4, 0x49, 0xa7, 0x8a, 0x87,
+ 0x05, 0x59, 0x3b, 0xcf, 0xf2, 0x39, 0xc8, 0xe5, 0xe6, 0x6c, 0xb9, 0xa0, 0xd5, 0xb5, 0x33, 0x63,
+ 0xe9, 0x8f, 0x83, 0xf9, 0x3a, 0x3f, 0xd9, 0xcb, 0x9b, 0x2a, 0x10, 0x4e, 0x5a, 0xc3, 0x4e, 0x89,
+ 0x19, 0x9b, 0x16, 0x31, 0x36, 0x23, 0x62, 0xec, 0x84, 0x98, 0xb1, 0xcc, 0x40, 0xfd, 0x6e, 0x0a,
+ 0xbd, 0x76, 0xd2, 0x49, 0x38, 0x73, 0xdf, 0xf1, 0x31, 0xf7, 0xad, 0x42, 0xbc, 0x89, 0xa7, 0x62,
+ 0xb0, 0x97, 0x0a, 0x75, 0x34, 0xe7, 0x76, 0x7b, 0xa4, 0x6e, 0x4a, 0xec, 0xd9, 0x5a, 0xdc, 0x2f,
+ 0xfb, 0xbd, 0xdf, 0x6e, 0xd0, 0xfb, 0x85, 0x4a, 0x54, 0x22, 0x4c, 0xa2, 0x92, 0x5e, 0x89, 0x4a,
+ 0x9d, 0xa9, 0x44, 0x49, 0x81, 0x60, 0xc3, 0xb9, 0x1e, 0xe1, 0xb2, 0x24, 0x55, 0x04, 0x76, 0xc4,
+ 0x13, 0x83, 0xde, 0x40, 0xa9, 0xbe, 0xd1, 0xa5, 0x27, 0x98, 0x29, 0x9d, 0x0b, 0xdc, 0xc5, 0x48,
+ 0x9f, 0x26, 0x02, 0x9a, 0xcc, 0x22, 0x69, 0x56, 0x9c, 0xb7, 0xe4, 0x16, 0xe2, 0x43, 0x5e, 0x80,
+ 0xb4, 0xc9, 0x11, 0x59, 0x2d, 0x71, 0xd7, 0x71, 0xbc, 0x79, 0x8c, 0x4b, 0x1b, 0xad, 0x92, 0x2a,
+ 0x33, 0x37, 0xe0, 0x33, 0x4d, 0xad, 0xfd, 0x5c, 0x05, 0x8a, 0x9b, 0x6a, 0xdf, 0x96, 0x56, 0xe9,
+ 0x67, 0xc9, 0x40, 0x14, 0xe0, 0xdd, 0xe1, 0x89, 0xf7, 0x0c, 0x11, 0xb3, 0x4e, 0x23, 0x8c, 0x24,
+ 0x48, 0x0f, 0xe7, 0xae, 0x80, 0x8d, 0xbe, 0x94, 0xb2, 0x59, 0x2b, 0x37, 0x49, 0x91, 0x99, 0xa4,
+ 0x94, 0x57, 0xd0, 0xc5, 0x40, 0xae, 0x49, 0x32, 0x23, 0x77, 0x2e, 0x44, 0x40, 0x34, 0x85, 0xa2,
+ 0x80, 0x74, 0xb8, 0x0c, 0x65, 0x9c, 0xcc, 0x6a, 0xa3, 0xbc, 0xb5, 0x5d, 0x83, 0xd5, 0x1a, 0x9b,
+ 0x0d, 0x79, 0x7f, 0x77, 0xbb, 0x51, 0xae, 0xe2, 0x09, 0x10, 0xda, 0x05, 0x7b, 0x6b, 0xad, 0xad,
+ 0xca, 0x7b, 0xb5, 0x16, 0x9e, 0x94, 0x7e, 0x3f, 0x11, 0x1a, 0xcb, 0x7a, 0x59, 0x7e, 0x9a, 0x2a,
+ 0x5d, 0x58, 0xe2, 0x6a, 0x71, 0x37, 0x2d, 0xe0, 0x2e, 0xe5, 0xba, 0xf4, 0x87, 0xa9, 0x80, 0x14,
+ 0xbb, 0xb7, 0x12, 0xb7, 0xaa, 0x14, 0x9c, 0x73, 0x72, 0x60, 0xed, 0x4a, 0xbc, 0xa5, 0x4f, 0x92,
+ 0xa7, 0x65, 0x6d, 0x14, 0xd9, 0xc9, 0x2d, 0xc9, 0x55, 0x87, 0x89, 0xd6, 0x45, 0x83, 0x53, 0x53,
+ 0x48, 0x41, 0x40, 0x33, 0xef, 0x20, 0x70, 0x06, 0x7b, 0x6b, 0x7c, 0x19, 0x61, 0x8d, 0x6f, 0x42,
+ 0x50, 0x3c, 0x9c, 0x0c, 0x17, 0x91, 0xa9, 0x30, 0x21, 0x98, 0x16, 0xd5, 0x09, 0x91, 0xf4, 0xaf,
+ 0x09, 0xf4, 0x7a, 0x44, 0x15, 0xf9, 0x08, 0x18, 0x68, 0xbc, 0x94, 0x90, 0x6c, 0x93, 0xcc, 0x8a,
+ 0x4c, 0x97, 0xdb, 0x87, 0xca, 0xa0, 0xab, 0x46, 0xd7, 0xae, 0x82, 0x5f, 0x2b, 0xb0, 0x9f, 0x15,
+ 0x3a, 0x39, 0xbf, 0x8c, 0x66, 0xdd, 0xbf, 0x43, 0xf3, 0x96, 0x05, 0x34, 0xc9, 0xbe, 0xc8, 0xb6,
+ 0x30, 0x25, 0x7d, 0x3f, 0x81, 0xee, 0x9e, 0xfc, 0x35, 0x2e, 0x75, 0xef, 0xfa, 0xa4, 0xae, 0x58,
+ 0x88, 0x3b, 0x35, 0x58, 0x4c, 0x79, 0xf3, 0x54, 0x8e, 0x41, 0xaa, 0x0a, 0x58, 0x50, 0x25, 0x97,
+ 0x46, 0xe0, 0xd8, 0xcc, 0x71, 0x9c, 0xe2, 0xe5, 0x8f, 0x12, 0x82, 0x92, 0xaf, 0x6b, 0x99, 0x28,
+ 0x16, 0x82, 0xc7, 0x63, 0xb7, 0x54, 0xc0, 0x43, 0xc8, 0xf0, 0xe9, 0x45, 0x35, 0xbd, 0x7a, 0xe7,
+ 0x99, 0x3f, 0xb9, 0xbc, 0xe2, 0xae, 0x99, 0xea, 0x77, 0x5f, 0x95, 0x47, 0x6a, 0x1f, 0x42, 0x6c,
+ 0x72, 0x2f, 0x96, 0xb6, 0xc6, 0x87, 0x2a, 0x75, 0xc3, 0x32, 0xa1, 0x25, 0x0f, 0x4e, 0xa6, 0x88,
+ 0xc1, 0x68, 0xeb, 0xfd, 0x61, 0x4f, 0x25, 0xbc, 0x99, 0xb0, 0xae, 0x60, 0x94, 0x23, 0x45, 0xeb,
+ 0x29, 0x07, 0x3d, 0x55, 0xb6, 0xae, 0x83, 0x26, 0x69, 0x55, 0xc1, 0x88, 0x22, 0x07, 0xf3, 0x66,
+ 0x2f, 0x59, 0x71, 0x13, 0x47, 0x90, 0xd2, 0xd7, 0x53, 0x02, 0x59, 0xf1, 0x7c, 0xf5, 0x74, 0xb2,
+ 0x12, 0x32, 0x35, 0x28, 0x2b, 0x42, 0x63, 0x24, 0x88, 0x22, 0x6e, 0xa2, 0x6b, 0xde, 0xc2, 0x9b,
+ 0xd7, 0xe0, 0x80, 0x39, 0x7a, 0x15, 0xdd, 0xb2, 0x8c, 0x95, 0xc7, 0x14, 0x91, 0x8c, 0xbb, 0xba,
+ 0x57, 0xde, 0x68, 0x6d, 0xd5, 0x37, 0xc1, 0x28, 0x45, 0xe6, 0xe3, 0x69, 0xc7, 0x69, 0x11, 0x00,
+ 0x45, 0x69, 0xca, 0xad, 0xfd, 0xbd, 0xba, 0xdb, 0x54, 0xed, 0x6e, 0x97, 0x9f, 0xd6, 0xec, 0x9d,
+ 0x80, 0xa9, 0xb2, 0xed, 0x24, 0x87, 0xec, 0xd7, 0xcb, 0x8f, 0xc1, 0x62, 0x92, 0xfb, 0x74, 0x30,
+ 0x58, 0xb6, 0x9d, 0xe4, 0x50, 0x30, 0x50, 0xec, 0x08, 0xcd, 0xed, 0x46, 0xab, 0x89, 0xa7, 0x88,
+ 0xab, 0x0a, 0xcb, 0x98, 0xf7, 0x68, 0xcd, 0xa9, 0x79, 0xac, 0x0c, 0x3f, 0x47, 0xa5, 0x15, 0xe4,
+ 0x15, 0xa2, 0xe9, 0xfe, 0x90, 0x8b, 0xb0, 0x73, 0x47, 0x9a, 0xf6, 0xdd, 0x91, 0xd2, 0x78, 0x5a,
+ 0xfa, 0xaf, 0x60, 0x94, 0xef, 0xdf, 0x4a, 0xdc, 0xab, 0x80, 0xf0, 0x79, 0x41, 0x49, 0xf8, 0xed,
+ 0xd3, 0x09, 0x42, 0x24, 0xff, 0x5c, 0x75, 0x6c, 0x4a, 0x5c, 0x9b, 0x47, 0x29, 0x67, 0x39, 0x02,
+ 0xb0, 0x1c, 0x41, 0x5a, 0xfa, 0x24, 0xe8, 0x08, 0x9c, 0x8d, 0x97, 0x3b, 0x9d, 0xea, 0x48, 0x7f,
+ 0x59, 0xf2, 0x83, 0x59, 0x50, 0x3a, 0x1d, 0xb7, 0xce, 0x65, 0x9c, 0x7b, 0x71, 0x7d, 0xe8, 0x06,
+ 0xd0, 0xaa, 0x9c, 0xf4, 0x59, 0x32, 0xa0, 0x8c, 0x21, 0x7b, 0x89, 0xab, 0x8c, 0xc2, 0xa9, 0x41,
+ 0x16, 0xfc, 0x75, 0xe2, 0x4c, 0x79, 0x70, 0x03, 0xe5, 0x7d, 0x02, 0xdf, 0x92, 0x1d, 0x85, 0x48,
+ 0x05, 0xd4, 0x85, 0xaa, 0x5a, 0x9d, 0xc6, 0x81, 0xa0, 0x81, 0xb6, 0xba, 0xb4, 0xf6, 0xca, 0x55,
+ 0xa7, 0x8c, 0xbe, 0x5b, 0xab, 0x57, 0x89, 0x06, 0x67, 0x42, 0xee, 0xf8, 0xc8, 0x51, 0x5b, 0x23,
+ 0xa5, 0x13, 0xc7, 0x67, 0x4b, 0x9f, 0x84, 0x47, 0x63, 0xd6, 0xfc, 0xd3, 0x44, 0x63, 0xde, 0x39,
+ 0xc1, 0x68, 0x6c, 0x1d, 0x4d, 0x98, 0x14, 0x85, 0xf7, 0x89, 0xdd, 0x8d, 0xb1, 0x08, 0xfd, 0x99,
+ 0xff, 0x4e, 0x02, 0x65, 0xe8, 0x7f, 0x5e, 0x25, 0x16, 0x5f, 0x55, 0x15, 0x9d, 0xda, 0x53, 0xc8,
+ 0x35, 0x56, 0xca, 0xca, 0x66, 0x02, 0x7e, 0xc0, 0xb6, 0x04, 0xa1, 0x40, 0x6e, 0x16, 0x58, 0x9d,
+ 0x88, 0x78, 0x52, 0x2e, 0xa9, 0x67, 0x95, 0x02, 0xfe, 0x41, 0xb8, 0xb9, 0xa1, 0x27, 0xaf, 0x28,
+ 0x83, 0xb6, 0xda, 0x8b, 0xa1, 0x7b, 0xe0, 0xac, 0x1d, 0xdd, 0xe3, 0x57, 0x74, 0x22, 0x42, 0xa4,
+ 0x43, 0x66, 0x58, 0xb6, 0xef, 0x27, 0x89, 0x40, 0x5d, 0x20, 0xb0, 0x99, 0xb8, 0x75, 0x01, 0xc1,
+ 0xc4, 0xa0, 0xea, 0x7d, 0x70, 0x46, 0x65, 0x66, 0x3b, 0xd6, 0x26, 0xe1, 0x2f, 0x51, 0x1c, 0x9c,
+ 0x92, 0x7e, 0x27, 0x54, 0x51, 0x98, 0x4d, 0x78, 0x49, 0x9b, 0x16, 0x56, 0xf4, 0x4c, 0x05, 0x9d,
+ 0x0d, 0xeb, 0x9e, 0xfb, 0x7a, 0x32, 0x54, 0xd3, 0xac, 0x0d, 0x9c, 0x46, 0xd3, 0xbc, 0x73, 0x42,
+ 0xf3, 0x9e, 0x80, 0xf4, 0xf2, 0xae, 0x43, 0x52, 0x19, 0xe5, 0x30, 0xde, 0xd8, 0x48, 0x42, 0xf2,
+ 0xa9, 0x5f, 0x56, 0x81, 0x7f, 0x13, 0x2d, 0x86, 0x56, 0x30, 0xde, 0xd1, 0x0c, 0x7d, 0xa4, 0xb5,
+ 0x95, 0x1e, 0x09, 0x51, 0xe3, 0xd8, 0xad, 0x8f, 0x27, 0xd0, 0x1b, 0xb1, 0x56, 0xe2, 0x74, 0xdd,
+ 0xf1, 0xd1, 0x75, 0xa5, 0x70, 0x8a, 0xd9, 0x41, 0x0a, 0x6f, 0x92, 0xd6, 0x3b, 0xc0, 0xe0, 0xa6,
+ 0x6c, 0xfd, 0x54, 0xab, 0xd9, 0xc5, 0x2a, 0xd3, 0xc8, 0x7f, 0x9c, 0x44, 0x97, 0x5c, 0xd5, 0xa8,
+ 0x72, 0xbb, 0x3d, 0xee, 0x8f, 0x7b, 0x8a, 0xa9, 0x8f, 0x48, 0x2a, 0x43, 0x0b, 0x75, 0xaa, 0xc1,
+ 0x45, 0x90, 0xd4, 0xab, 0x49, 0xb3, 0xa1, 0xd5, 0x5e, 0x68, 0x77, 0x1b, 0xa6, 0x7c, 0xdd, 0x86,
+ 0x69, 0x7f, 0xb7, 0x61, 0x26, 0xd8, 0x6d, 0x38, 0xe1, 0xeb, 0x36, 0x9c, 0x74, 0x77, 0x1b, 0x4e,
+ 0x79, 0xba, 0x0d, 0xa7, 0xbd, 0xdd, 0x86, 0xc8, 0xdf, 0x6d, 0x38, 0x13, 0xd6, 0x6d, 0x38, 0x1b,
+ 0xda, 0x6d, 0x38, 0x67, 0x2f, 0x45, 0x4b, 0x68, 0xb4, 0x7f, 0x30, 0xff, 0x9f, 0x09, 0x34, 0xe3,
+ 0xa2, 0x89, 0xe8, 0x3e, 0x8a, 0xf4, 0x41, 0x18, 0x5c, 0xf3, 0x3e, 0x40, 0x73, 0x94, 0xfe, 0x76,
+ 0xab, 0x62, 0x9a, 0x96, 0xbb, 0x2a, 0x2f, 0xc3, 0x07, 0x3f, 0xdd, 0x65, 0x94, 0xb5, 0xd6, 0x76,
+ 0xb5, 0x3a, 0x66, 0xce, 0xec, 0x03, 0x67, 0xe6, 0x2f, 0x36, 0x03, 0x6d, 0x97, 0x3b, 0xac, 0xdf,
+ 0x1b, 0x42, 0x9c, 0x28, 0x53, 0x46, 0x04, 0x8b, 0x21, 0xf2, 0x8e, 0xab, 0xae, 0xd3, 0xd5, 0xe0,
+ 0x5d, 0x28, 0x4e, 0xd6, 0x7f, 0x91, 0xb2, 0x62, 0x64, 0xca, 0xee, 0x35, 0x69, 0x26, 0x49, 0xaa,
+ 0xd3, 0xd6, 0x20, 0x4b, 0xb0, 0xfe, 0x2d, 0x19, 0xb8, 0x2b, 0x76, 0xbe, 0x74, 0x62, 0x1f, 0x83,
+ 0x60, 0x46, 0x50, 0x3b, 0x1f, 0xa2, 0x29, 0xab, 0xf3, 0x5d, 0x14, 0x6b, 0x04, 0x16, 0xe1, 0x03,
+ 0xc4, 0x76, 0x0e, 0xc6, 0x7d, 0xd9, 0xd4, 0x4d, 0xa5, 0x27, 0xdb, 0xab, 0xd0, 0xed, 0xe7, 0x9f,
+ 0xa0, 0x49, 0x0b, 0x0d, 0x64, 0x94, 0x03, 0xc5, 0x74, 0xa5, 0xf9, 0xed, 0xd8, 0x3c, 0xd4, 0x43,
+ 0x1c, 0x04, 0xe8, 0x96, 0x53, 0xd1, 0x3f, 0x33, 0x89, 0x50, 0x51, 0xde, 0x77, 0xce, 0x3d, 0xb5,
+ 0xaf, 0x1f, 0xa9, 0xb4, 0xc7, 0xe1, 0xe5, 0xae, 0xef, 0xbc, 0x7e, 0x8f, 0xb1, 0xf1, 0xe7, 0xc1,
+ 0x12, 0xb2, 0xeb, 0x3b, 0xf1, 0x2f, 0x83, 0x42, 0x26, 0x05, 0x63, 0x82, 0xe3, 0x33, 0xf2, 0x4c,
+ 0x82, 0xea, 0x57, 0xca, 0x29, 0xad, 0xd1, 0xc8, 0xdc, 0x2a, 0xb9, 0xa5, 0xa5, 0x4a, 0x20, 0x00,
+ 0x6a, 0x82, 0x31, 0xee, 0x8c, 0x7b, 0x6a, 0x67, 0x87, 0xd9, 0xe5, 0x18, 0x7e, 0xea, 0x9f, 0x92,
+ 0x81, 0x8c, 0x2a, 0xb8, 0x0a, 0xa7, 0xd7, 0x96, 0x8f, 0x5e, 0x4b, 0x85, 0x98, 0x33, 0x83, 0x1a,
+ 0xf0, 0x14, 0x5d, 0x30, 0x2c, 0x64, 0x7e, 0x19, 0xd4, 0x51, 0x5e, 0x58, 0xda, 0xf0, 0x76, 0xec,
+ 0x85, 0xbd, 0x80, 0x2a, 0x2c, 0x91, 0xdf, 0x41, 0xd9, 0xe0, 0x68, 0x58, 0x60, 0x6e, 0xbd, 0xb0,
+ 0x70, 0x62, 0x0f, 0x90, 0x25, 0x9b, 0x3e, 0x06, 0xef, 0xb5, 0x3d, 0x65, 0x99, 0xec, 0x83, 0xb0,
+ 0x96, 0xc4, 0x23, 0xd5, 0xfb, 0x64, 0x22, 0x42, 0xd0, 0xa3, 0x4a, 0xc2, 0x3f, 0x0f, 0xbd, 0x19,
+ 0x71, 0x16, 0x8f, 0x2b, 0xd6, 0x21, 0x93, 0x3e, 0xb7, 0x58, 0x5f, 0x40, 0xd8, 0x11, 0x52, 0x2e,
+ 0xa2, 0xc9, 0x88, 0x76, 0x53, 0x97, 0x58, 0xd3, 0x72, 0x8f, 0x5c, 0xae, 0xb4, 0xb6, 0x1e, 0xd7,
+ 0x40, 0xac, 0x7f, 0x2f, 0x58, 0x10, 0x75, 0xf9, 0xa9, 0xaa, 0x6a, 0x2a, 0x5a, 0xcf, 0xf8, 0x7c,
+ 0x97, 0xd2, 0xde, 0x66, 0xbd, 0x54, 0xa0, 0x59, 0x8f, 0x19, 0xbd, 0x1f, 0xa6, 0xd1, 0xbd, 0x18,
+ 0x1b, 0xe1, 0x54, 0x7f, 0xcf, 0x47, 0xf5, 0x52, 0x21, 0xf6, 0xdc, 0xb0, 0x26, 0x89, 0x74, 0x47,
+ 0x31, 0x15, 0xae, 0x0e, 0x0f, 0x4f, 0xb1, 0x14, 0x03, 0x71, 0xb9, 0x37, 0x95, 0xfc, 0x0f, 0x92,
+ 0x68, 0xc1, 0x37, 0x46, 0x8e, 0x6a, 0xdf, 0xbf, 0x26, 0xe8, 0x5d, 0x08, 0xbd, 0x4c, 0x1b, 0x41,
+ 0x98, 0xe5, 0xa5, 0x11, 0x1b, 0x02, 0x77, 0xe3, 0xdc, 0x60, 0xf3, 0x31, 0xf3, 0xc5, 0xd0, 0xba,
+ 0xed, 0x75, 0x9e, 0xfa, 0x98, 0x9a, 0x3a, 0x72, 0x1e, 0x34, 0x39, 0xfc, 0x98, 0xb0, 0x4d, 0xf8,
+ 0x70, 0xa8, 0x1b, 0xa4, 0xf0, 0x6a, 0xbd, 0x7e, 0x9a, 0xb4, 0x93, 0x3f, 0x0f, 0x84, 0xde, 0xd2,
+ 0x4c, 0xd1, 0x9d, 0x05, 0x60, 0xf4, 0x3e, 0x67, 0x9a, 0xba, 0xaf, 0xbb, 0x56, 0x90, 0x8b, 0x4e,
+ 0x7a, 0xf0, 0x00, 0x27, 0x26, 0xee, 0xa3, 0x23, 0x1f, 0xbc, 0xa0, 0xd1, 0x20, 0xf5, 0x85, 0xb4,
+ 0x97, 0x0a, 0x12, 0x8c, 0x59, 0x5a, 0x87, 0xaf, 0x9c, 0x81, 0xbc, 0x4b, 0xdf, 0x9a, 0x46, 0x59,
+ 0x8b, 0x57, 0x2d, 0x7d, 0x3c, 0x22, 0x9b, 0x1d, 0x98, 0xd9, 0xd7, 0x51, 0x86, 0xec, 0x3d, 0xd8,
+ 0x74, 0xe7, 0xe0, 0x14, 0x48, 0xde, 0x44, 0x10, 0xbb, 0xf0, 0xd3, 0xb2, 0x83, 0xa1, 0x88, 0x9b,
+ 0xf0, 0x87, 0xc6, 0xc1, 0xdc, 0x57, 0x93, 0x6b, 0xb8, 0x39, 0xd3, 0x86, 0x5b, 0xad, 0x66, 0x73,
+ 0x60, 0x07, 0x16, 0x5c, 0xc3, 0x94, 0x63, 0x19, 0x2a, 0x9a, 0xb8, 0x50, 0x73, 0xd6, 0x6b, 0xc1,
+ 0xf8, 0xc3, 0x2b, 0xcf, 0x65, 0xdf, 0x90, 0xbc, 0x3f, 0x78, 0x3e, 0x00, 0x9a, 0x41, 0x62, 0x72,
+ 0xde, 0xbd, 0x8a, 0xda, 0x07, 0xa5, 0x32, 0x59, 0x57, 0xcb, 0x7c, 0xe9, 0x82, 0x67, 0x25, 0x0e,
+ 0x7b, 0x98, 0xf7, 0xae, 0xc6, 0x87, 0xe5, 0xba, 0x3e, 0x50, 0xbd, 0x82, 0x31, 0x19, 0xa2, 0x8d,
+ 0x53, 0x74, 0xec, 0x4b, 0x8c, 0xb5, 0x8c, 0xd3, 0xf3, 0xa5, 0x73, 0xee, 0xef, 0x90, 0x18, 0xd6,
+ 0xff, 0x11, 0x3a, 0x66, 0xef, 0x19, 0xc8, 0x38, 0xd0, 0x3b, 0xb4, 0x6f, 0x46, 0x48, 0xc6, 0x3a,
+ 0x20, 0xe4, 0xbf, 0x9b, 0x40, 0x69, 0x4a, 0x78, 0xd7, 0x8b, 0xbc, 0x44, 0xb0, 0x23, 0x31, 0x69,
+ 0xbd, 0x69, 0xa3, 0x43, 0xca, 0xc1, 0xc1, 0x48, 0x3d, 0xe2, 0x77, 0x8a, 0xe7, 0x9d, 0x77, 0x22,
+ 0xe4, 0xea, 0x7f, 0xee, 0x51, 0x12, 0x84, 0x03, 0x82, 0x27, 0x43, 0x55, 0xfd, 0x8f, 0xfb, 0x5c,
+ 0x8f, 0x75, 0xfc, 0x8f, 0x05, 0xd9, 0x03, 0x3f, 0xe0, 0x23, 0xd9, 0xb6, 0xac, 0xd3, 0x9e, 0x0a,
+ 0x93, 0xd3, 0x22, 0xff, 0xb3, 0x24, 0x4a, 0x53, 0xa6, 0xc3, 0x26, 0x89, 0x74, 0x78, 0x6a, 0x29,
+ 0x5d, 0x5d, 0xef, 0xd8, 0xea, 0x64, 0x47, 0xb6, 0x07, 0x8a, 0x33, 0x68, 0xdf, 0x86, 0x38, 0xa8,
+ 0x74, 0x73, 0xb3, 0x56, 0x74, 0x6c, 0x23, 0xd3, 0xe1, 0x39, 0xcb, 0x1a, 0xf6, 0xf4, 0x83, 0x83,
+ 0x17, 0x96, 0x34, 0x4d, 0x78, 0x8c, 0x46, 0xc6, 0x32, 0x1a, 0x74, 0x3b, 0xae, 0x2e, 0x27, 0x62,
+ 0x0b, 0xb4, 0x23, 0x55, 0xa6, 0x6d, 0x4a, 0xec, 0x51, 0xd8, 0x94, 0x3b, 0xec, 0x9c, 0xb6, 0xce,
+ 0xc9, 0xbb, 0x50, 0xe5, 0x67, 0x1a, 0xc9, 0x5d, 0xe8, 0x5b, 0x45, 0x90, 0x57, 0xce, 0xf3, 0x79,
+ 0xca, 0xf3, 0x8b, 0x6e, 0x9e, 0x93, 0xf3, 0x33, 0xbe, 0xdf, 0xf0, 0xf0, 0xdd, 0x1e, 0xb7, 0x79,
+ 0x0f, 0x5f, 0xa3, 0x44, 0x84, 0x6d, 0x2e, 0x84, 0x88, 0x17, 0x7d, 0xa6, 0x94, 0xff, 0x1f, 0xe0,
+ 0x3b, 0x11, 0x00, 0x37, 0xb6, 0x7d, 0xc1, 0x64, 0xd3, 0x42, 0x56, 0x1c, 0x8a, 0x3a, 0x83, 0x07,
+ 0x8e, 0x31, 0x3c, 0xd6, 0x06, 0xb4, 0x03, 0xcc, 0x7a, 0xdb, 0xc5, 0x22, 0x08, 0xdd, 0xb0, 0xc6,
+ 0x32, 0x61, 0x56, 0x93, 0x09, 0xfd, 0x16, 0x42, 0xf4, 0xc3, 0x0e, 0xa3, 0x7d, 0x27, 0x26, 0xdb,
+ 0x0b, 0x3b, 0xb1, 0x3d, 0x6e, 0x9f, 0xd8, 0x63, 0xbc, 0xa7, 0x45, 0x67, 0x96, 0xde, 0x77, 0xb2,
+ 0x31, 0x67, 0x35, 0xcb, 0x8f, 0x06, 0x4c, 0x08, 0xa3, 0xc6, 0x75, 0x74, 0x91, 0xbf, 0xdf, 0x75,
+ 0x41, 0xbb, 0x5c, 0xd2, 0xd2, 0xd2, 0x57, 0x9d, 0x70, 0xde, 0xbd, 0x24, 0xf7, 0x88, 0xe7, 0x3c,
+ 0x1e, 0x71, 0xee, 0x61, 0xa2, 0x04, 0x8a, 0x89, 0x9c, 0x85, 0xf8, 0xb3, 0xa3, 0xf3, 0x21, 0xda,
+ 0x29, 0xd5, 0xd0, 0x55, 0xfb, 0x4d, 0x26, 0xd8, 0x8b, 0x91, 0x97, 0xe3, 0xa2, 0xed, 0xba, 0x14,
+ 0x84, 0x45, 0x4c, 0x1f, 0xa0, 0xeb, 0xd6, 0x32, 0xbb, 0x8a, 0x01, 0xfb, 0x1a, 0x99, 0x8f, 0x75,
+ 0x53, 0x25, 0x2a, 0xbf, 0x09, 0xe7, 0x36, 0xbc, 0xe6, 0xc8, 0xd6, 0x7c, 0xce, 0x57, 0xb7, 0x46,
+ 0x8d, 0xc6, 0x64, 0x68, 0x3c, 0x74, 0x2e, 0xe3, 0xfe, 0xc8, 0x75, 0x0f, 0xe4, 0x5e, 0x7c, 0x53,
+ 0x05, 0x44, 0xad, 0x6d, 0xbf, 0xed, 0xcb, 0x3e, 0x46, 0x0b, 0xce, 0x3b, 0x40, 0x16, 0xcf, 0xb1,
+ 0x10, 0x41, 0x2a, 0x90, 0xb9, 0x72, 0x69, 0xa9, 0xb8, 0x6c, 0x2d, 0x60, 0xcf, 0xda, 0x1a, 0x74,
+ 0xb4, 0xb6, 0x6a, 0x3c, 0xbc, 0xb2, 0xbb, 0x5b, 0x5c, 0x26, 0x0f, 0x02, 0xe5, 0xf2, 0xf6, 0x76,
+ 0xb3, 0x55, 0xb6, 0xcb, 0xf0, 0x4b, 0x8c, 0xef, 0x1c, 0x9d, 0x9f, 0x77, 0x23, 0x78, 0xde, 0x26,
+ 0x89, 0x78, 0xd5, 0x0e, 0x8b, 0x01, 0x88, 0x16, 0x1b, 0x6e, 0x43, 0x97, 0xa6, 0xd2, 0x49, 0x50,
+ 0x64, 0xf6, 0x4e, 0x94, 0xad, 0xf3, 0xb6, 0xd3, 0xe0, 0x62, 0xad, 0xc3, 0x16, 0xa8, 0x28, 0xa3,
+ 0x4e, 0x85, 0xb4, 0x8f, 0xaa, 0xe4, 0x82, 0x9b, 0x98, 0x31, 0xeb, 0x87, 0x93, 0x52, 0x7c, 0x33,
+ 0x89, 0x2e, 0x84, 0x11, 0x26, 0x5b, 0xe2, 0xa9, 0x1a, 0x7b, 0x1c, 0xc8, 0x7c, 0xe1, 0x8d, 0x42,
+ 0x34, 0x83, 0xca, 0x28, 0xdb, 0x65, 0x04, 0x95, 0xed, 0xc3, 0x5a, 0xee, 0xf1, 0xd5, 0x42, 0x2c,
+ 0xfa, 0xaf, 0x01, 0xfd, 0x19, 0x11, 0xec, 0x3b, 0xdc, 0x94, 0xe0, 0xdb, 0x5e, 0x62, 0x55, 0xd1,
+ 0x25, 0x1e, 0x41, 0xb6, 0xe1, 0xd8, 0xb2, 0x7d, 0x54, 0xab, 0xcb, 0xeb, 0x4e, 0x21, 0x06, 0x91,
+ 0x20, 0x81, 0xa0, 0x7d, 0xf4, 0x16, 0x0a, 0x89, 0xc0, 0x2c, 0xad, 0x0b, 0x29, 0x24, 0x49, 0x3f,
+ 0x4d, 0xb3, 0xe7, 0xbc, 0x5e, 0x7c, 0xae, 0x52, 0x61, 0x95, 0x27, 0x47, 0xcd, 0x92, 0x96, 0x9a,
+ 0x2d, 0x92, 0xb6, 0x06, 0x53, 0x05, 0xfd, 0x30, 0xdd, 0xc5, 0xa1, 0x30, 0x4d, 0x83, 0x20, 0xea,
+ 0xa6, 0x4a, 0x8a, 0x6e, 0x1f, 0x8e, 0x95, 0x9e, 0xf6, 0x0c, 0x22, 0x38, 0x5a, 0xb3, 0x02, 0xe1,
+ 0x33, 0x9d, 0xee, 0x3d, 0x66, 0xb2, 0x00, 0xf3, 0x58, 0x3d, 0x01, 0x93, 0x79, 0xef, 0x1b, 0xe8,
+ 0x12, 0x9c, 0x9e, 0x58, 0x20, 0x9e, 0xdb, 0xd9, 0xf0, 0x69, 0xfe, 0xf8, 0x70, 0x9e, 0x6b, 0x5d,
+ 0x97, 0x30, 0x99, 0xbf, 0x25, 0x9e, 0x01, 0x03, 0x18, 0x2a, 0x37, 0xaf, 0xa1, 0x1b, 0xfe, 0x2d,
+ 0x72, 0x0d, 0xb5, 0x44, 0x99, 0xf5, 0xc7, 0xde, 0x43, 0xb7, 0xfc, 0x78, 0x4c, 0x6d, 0x65, 0xd0,
+ 0x5b, 0x0b, 0x95, 0x85, 0x7f, 0xb0, 0xa4, 0xff, 0x2c, 0xbe, 0x25, 0x67, 0xad, 0x25, 0xfd, 0x78,
+ 0xc1, 0x25, 0xe7, 0xac, 0xf8, 0x76, 0xc8, 0x77, 0x6d, 0xc8, 0x07, 0xfa, 0xb8, 0x7b, 0x68, 0x52,
+ 0x4f, 0x46, 0xad, 0x28, 0x84, 0xa1, 0x5d, 0xe2, 0xea, 0xe4, 0xe1, 0x78, 0x04, 0x72, 0x64, 0x30,
+ 0xeb, 0xb2, 0x10, 0x9a, 0xf2, 0xb1, 0x9e, 0x4b, 0x6c, 0x51, 0xd2, 0x0d, 0x53, 0x3f, 0x1a, 0x6a,
+ 0x23, 0xca, 0x54, 0xfe, 0xb6, 0x56, 0x42, 0x79, 0x37, 0x9c, 0x9c, 0xa2, 0xd7, 0xa3, 0x95, 0x73,
+ 0x59, 0x31, 0xd9, 0x4b, 0xdb, 0x45, 0x88, 0x1f, 0x2e, 0x84, 0xb9, 0x4c, 0x98, 0x7c, 0x82, 0x33,
+ 0x85, 0xf0, 0xf7, 0x0e, 0xba, 0x29, 0xc0, 0xb1, 0x93, 0x6c, 0x08, 0x78, 0x8a, 0xe8, 0x4d, 0x01,
+ 0xd6, 0x13, 0x45, 0x33, 0x21, 0x02, 0xdf, 0xd0, 0x47, 0xdb, 0x24, 0x9e, 0x68, 0xe9, 0x4d, 0xe2,
+ 0x97, 0x20, 0x35, 0xbc, 0x85, 0xae, 0x0b, 0xa6, 0x94, 0x41, 0x6d, 0x8f, 0x54, 0xc8, 0x10, 0x5f,
+ 0x43, 0x92, 0x00, 0xa5, 0xaa, 0x8d, 0xd4, 0xc7, 0x20, 0x78, 0xfa, 0xe8, 0x05, 0x4e, 0x93, 0x5e,
+ 0x02, 0x01, 0xde, 0x9e, 0xd2, 0xb1, 0xd0, 0x32, 0xd9, 0xdb, 0xe8, 0x15, 0x01, 0x1a, 0xbb, 0xf6,
+ 0x81, 0x93, 0x4c, 0x04, 0xce, 0xcb, 0x1b, 0xd1, 0x69, 0xf8, 0x6a, 0xd6, 0xc1, 0xff, 0x03, 0xd6,
+ 0xe4, 0xe2, 0xbf, 0x4f, 0x78, 0x48, 0x6a, 0x23, 0x05, 0x48, 0xea, 0x4c, 0x77, 0x48, 0x7a, 0x13,
+ 0x5d, 0x13, 0x7e, 0xa2, 0xa3, 0x16, 0x81, 0x9c, 0xb7, 0x85, 0xab, 0x10, 0x8c, 0x1d, 0xe5, 0x23,
+ 0xfc, 0xb5, 0x29, 0xa0, 0xce, 0x2d, 0x01, 0x52, 0xad, 0xa7, 0xf5, 0x41, 0xd8, 0x4c, 0xd8, 0xea,
+ 0xdf, 0xf6, 0x81, 0x3a, 0xa2, 0x13, 0x01, 0x53, 0x9e, 0xa9, 0xa4, 0x15, 0x09, 0xff, 0x1d, 0x49,
+ 0x3d, 0x24, 0x11, 0x9a, 0x36, 0xd0, 0x0c, 0xe0, 0x75, 0xd1, 0x30, 0xf1, 0xb7, 0xc6, 0x31, 0x10,
+ 0x4b, 0x83, 0x0e, 0xfe, 0x76, 0x1c, 0xc4, 0xe5, 0x51, 0x07, 0xff, 0x71, 0x1c, 0xc4, 0x15, 0xf3,
+ 0x10, 0x7f, 0x27, 0x0e, 0xe2, 0x2a, 0x20, 0xfe, 0x49, 0x1c, 0xc4, 0xfb, 0x80, 0xf8, 0xa7, 0x71,
+ 0x10, 0xd7, 0x00, 0xf1, 0xd3, 0x38, 0x88, 0xeb, 0x80, 0xf8, 0x67, 0x71, 0x10, 0x1f, 0x00, 0xe2,
+ 0x9f, 0x8f, 0xc1, 0x9c, 0xde, 0x3e, 0x89, 0xe0, 0x4b, 0x80, 0xf9, 0xdd, 0x58, 0x98, 0x45, 0xc0,
+ 0xfc, 0x5e, 0x2c, 0xcc, 0x12, 0x60, 0x7e, 0x16, 0x0b, 0x73, 0x19, 0x30, 0xbf, 0x1f, 0x0b, 0x93,
+ 0xb0, 0xe7, 0x07, 0xb1, 0x30, 0x09, 0x7f, 0xfe, 0x22, 0x16, 0x26, 0x61, 0xd0, 0x5f, 0x8e, 0x17,
+ 0xff, 0x25, 0x01, 0x89, 0xb6, 0x2f, 0xcf, 0x23, 0x2d, 0x0b, 0xe2, 0xec, 0x0f, 0x34, 0xec, 0x1a,
+ 0xca, 0x85, 0xc0, 0x9b, 0xaa, 0x39, 0x1e, 0xb2, 0xe6, 0xa4, 0x30, 0xa8, 0x6d, 0xce, 0x82, 0xb6,
+ 0x89, 0x61, 0x6c, 0x0d, 0x76, 0x47, 0x7a, 0x17, 0x7c, 0xad, 0x01, 0xb6, 0x29, 0x7c, 0x91, 0x8a,
+ 0xd5, 0x40, 0xc6, 0x3a, 0x23, 0xc2, 0x30, 0x2c, 0x53, 0x93, 0x59, 0xfc, 0x2b, 0xaf, 0x5d, 0xb6,
+ 0x03, 0xfb, 0x80, 0x11, 0x09, 0x84, 0xfc, 0x70, 0xc4, 0x02, 0x5a, 0x14, 0xe0, 0x10, 0x5a, 0x1a,
+ 0x60, 0xac, 0x9e, 0xaa, 0x66, 0xd9, 0x30, 0xb4, 0xee, 0x80, 0x5a, 0xe8, 0x7b, 0xe8, 0x55, 0x01,
+ 0xfe, 0xd6, 0xe0, 0x91, 0x6a, 0x1e, 0xab, 0xea, 0x80, 0xd8, 0x43, 0x03, 0x4e, 0x2f, 0x46, 0x25,
+ 0x18, 0x91, 0x54, 0x70, 0x50, 0xcb, 0xf2, 0x13, 0x7d, 0x00, 0x54, 0x10, 0x63, 0x3c, 0xa2, 0x18,
+ 0x41, 0xb3, 0xec, 0x60, 0x38, 0x66, 0x79, 0xf1, 0x7b, 0x17, 0xd1, 0xad, 0x13, 0x83, 0x65, 0x72,
+ 0xb9, 0x2b, 0x0c, 0x97, 0x81, 0x66, 0x11, 0xe0, 0x22, 0xeb, 0x93, 0x11, 0x81, 0x4b, 0xec, 0xe6,
+ 0x58, 0x04, 0x5e, 0x66, 0x9d, 0x6a, 0x22, 0xf0, 0x0a, 0xd0, 0x21, 0x02, 0xbc, 0x0a, 0x44, 0x88,
+ 0x00, 0xdf, 0x07, 0xaf, 0x14, 0x01, 0x5e, 0xc3, 0x93, 0x51, 0xe0, 0x75, 0x3c, 0x15, 0x05, 0x7e,
+ 0x80, 0xa7, 0x89, 0xb6, 0xd8, 0xe0, 0xf7, 0xf7, 0xcb, 0xdb, 0xbb, 0x7b, 0xb5, 0xaa, 0xfc, 0xa4,
+ 0xd6, 0x6c, 0x01, 0xd1, 0x50, 0x04, 0xb4, 0x88, 0x67, 0x22, 0xa0, 0x25, 0x3c, 0x1b, 0x01, 0x5d,
+ 0xc6, 0x73, 0x11, 0xd0, 0x15, 0x3c, 0x1f, 0x01, 0x5d, 0xc5, 0x0b, 0x11, 0xd0, 0xfb, 0x18, 0x47,
+ 0x40, 0xd7, 0xf0, 0xb9, 0x08, 0xe8, 0x3a, 0xce, 0x46, 0x40, 0x1f, 0xe0, 0xf3, 0x1e, 0x52, 0xfa,
+ 0xa8, 0xb1, 0x84, 0x2f, 0x44, 0x81, 0x8b, 0xf8, 0x62, 0x14, 0xb8, 0x84, 0x2f, 0x45, 0x81, 0x97,
+ 0xf1, 0xe5, 0x28, 0xf0, 0x0a, 0xce, 0x85, 0x6f, 0xbc, 0x56, 0xa6, 0x6c, 0xbc, 0x12, 0x01, 0x2d,
+ 0xe2, 0x7c, 0x04, 0xb4, 0x84, 0xaf, 0x46, 0x40, 0x97, 0xf1, 0xb5, 0x08, 0xe8, 0x0a, 0xbe, 0x1e,
+ 0x01, 0x5d, 0xc5, 0x37, 0x22, 0xa0, 0xf7, 0xf1, 0x2b, 0x11, 0xd0, 0x35, 0x7c, 0x33, 0x02, 0xba,
+ 0x8e, 0x6f, 0x45, 0x40, 0x1f, 0x60, 0x29, 0x9c, 0x94, 0x8c, 0x1a, 0x4b, 0xf8, 0x76, 0x14, 0xb8,
+ 0x88, 0xef, 0x44, 0x81, 0x4b, 0xf8, 0xd5, 0x28, 0xf0, 0x32, 0x7e, 0x2d, 0x0a, 0xbc, 0x82, 0x5f,
+ 0x27, 0x2d, 0xad, 0x36, 0x98, 0xf4, 0xd8, 0x55, 0xf6, 0x77, 0x59, 0xaf, 0xdd, 0x5d, 0xf2, 0x9c,
+ 0x3d, 0x00, 0x62, 0x7a, 0x8c, 0xef, 0x11, 0x9f, 0x18, 0x3a, 0x8f, 0xde, 0x23, 0xe2, 0x45, 0x62,
+ 0x88, 0x05, 0x93, 0x19, 0xc6, 0x1b, 0xa4, 0x63, 0xd6, 0xc6, 0xa8, 0x3d, 0xae, 0xd5, 0x5b, 0x74,
+ 0x67, 0x4b, 0xf8, 0x8b, 0x02, 0x48, 0x11, 0xbf, 0x29, 0x80, 0x94, 0x70, 0x41, 0x00, 0x59, 0xc6,
+ 0x6f, 0x09, 0x20, 0x2b, 0x78, 0x49, 0x00, 0x59, 0xc5, 0x45, 0x01, 0xe4, 0x3e, 0x2e, 0x09, 0x20,
+ 0x6b, 0x78, 0x59, 0x00, 0x59, 0xc7, 0x2b, 0x02, 0xc8, 0x03, 0xbc, 0xea, 0xa1, 0xbe, 0xeb, 0xa4,
+ 0x4b, 0xf8, 0xbe, 0x08, 0x54, 0xc4, 0x6b, 0x22, 0x50, 0x09, 0xaf, 0x8b, 0x40, 0xcb, 0xf8, 0x81,
+ 0x08, 0xb4, 0x82, 0x1f, 0x8a, 0x40, 0xab, 0xf8, 0x6d, 0x11, 0xe8, 0x3e, 0xfe, 0x92, 0x08, 0xb4,
+ 0x86, 0xbf, 0x2c, 0x02, 0xad, 0xe3, 0x5f, 0x11, 0x81, 0x1e, 0xe0, 0xaf, 0x08, 0x40, 0xa5, 0x25,
+ 0xfc, 0xab, 0x22, 0x50, 0x11, 0x97, 0x45, 0xa0, 0x12, 0x7e, 0x24, 0x02, 0x2d, 0xe3, 0x8a, 0x08,
+ 0xb4, 0x82, 0xab, 0x22, 0xd0, 0x2a, 0xae, 0x89, 0x40, 0xf7, 0xf1, 0x86, 0x08, 0xb4, 0x86, 0x37,
+ 0x45, 0xa0, 0x75, 0xfc, 0x8e, 0x08, 0xf4, 0x00, 0x6f, 0x09, 0x40, 0xcb, 0x4b, 0xf8, 0x5d, 0x11,
+ 0xa8, 0x88, 0xdf, 0x13, 0x81, 0x4a, 0x78, 0x5b, 0x04, 0x5a, 0xc6, 0x3b, 0x22, 0xd0, 0x0a, 0xae,
+ 0x8b, 0x40, 0xab, 0xb8, 0x21, 0x02, 0xdd, 0xc7, 0xbb, 0x22, 0xd0, 0x1a, 0x7e, 0x5f, 0x04, 0x5a,
+ 0xc7, 0x7b, 0x22, 0xd0, 0x03, 0xdc, 0x14, 0x80, 0x56, 0x96, 0x70, 0x4b, 0x04, 0x2a, 0xe2, 0x7d,
+ 0x11, 0xa8, 0x84, 0x1f, 0x8b, 0x40, 0xcb, 0xf8, 0x09, 0x79, 0x2d, 0x64, 0x83, 0x9a, 0x8d, 0xed,
+ 0x06, 0x18, 0xa5, 0xaf, 0x06, 0x07, 0x8b, 0xf8, 0x69, 0x70, 0xb0, 0x84, 0x3f, 0x08, 0x0e, 0x2e,
+ 0xe3, 0x5f, 0x0b, 0x0e, 0xae, 0xe0, 0x5f, 0x0f, 0x0e, 0xae, 0xe2, 0xdf, 0x08, 0x0e, 0xde, 0xc7,
+ 0xbf, 0x19, 0x1c, 0x5c, 0xc3, 0xf2, 0xa3, 0xcc, 0x3b, 0x89, 0xaf, 0x25, 0xbe, 0xf0, 0xff, 0x01,
+ 0x00, 0x00, 0xff, 0xff, 0x28, 0xbf, 0xf3, 0xc9, 0x04, 0x53, 0x00, 0x00,
+}
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_common.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_common.pb.go
new file mode 100644
index 00000000..429f41ce
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/dota_common.pb.go
@@ -0,0 +1,10997 @@
+// Code generated by protoc-gen-go.
+// source: dota_gcmessages_common.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type EDOTAGCMsg int32
+
+const (
+ EDOTAGCMsg_k_EMsgGCDOTABase EDOTAGCMsg = 7000
+ EDOTAGCMsg_k_EMsgGCGeneralResponse EDOTAGCMsg = 7001
+ EDOTAGCMsg_k_EMsgGCGameMatchSignOut EDOTAGCMsg = 7004
+ EDOTAGCMsg_k_EMsgGCGameMatchSignOutResponse EDOTAGCMsg = 7005
+ EDOTAGCMsg_k_EMsgGCJoinChatChannel EDOTAGCMsg = 7009
+ EDOTAGCMsg_k_EMsgGCJoinChatChannelResponse EDOTAGCMsg = 7010
+ EDOTAGCMsg_k_EMsgGCOtherJoinedChannel EDOTAGCMsg = 7013
+ EDOTAGCMsg_k_EMsgGCOtherLeftChannel EDOTAGCMsg = 7014
+ EDOTAGCMsg_k_EMsgGCMatchHistoryList EDOTAGCMsg = 7017
+ EDOTAGCMsg_k_EMsgServerToGCRequestStatus EDOTAGCMsg = 7026
+ EDOTAGCMsg_k_EMsgGCGetRecentMatches EDOTAGCMsg = 7027
+ EDOTAGCMsg_k_EMsgGCRecentMatchesResponse EDOTAGCMsg = 7028
+ EDOTAGCMsg_k_EMsgGCStartFindingMatch EDOTAGCMsg = 7033
+ EDOTAGCMsg_k_EMsgGCConnectedPlayers EDOTAGCMsg = 7034
+ EDOTAGCMsg_k_EMsgGCAbandonCurrentGame EDOTAGCMsg = 7035
+ EDOTAGCMsg_k_EMsgGCStopFindingMatch EDOTAGCMsg = 7036
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyCreate EDOTAGCMsg = 7038
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyLeave EDOTAGCMsg = 7040
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyLaunch EDOTAGCMsg = 7041
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyList EDOTAGCMsg = 7042
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyListResponse EDOTAGCMsg = 7043
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyJoin EDOTAGCMsg = 7044
+ EDOTAGCMsg_k_EMsgGCPracticeLobbySetDetails EDOTAGCMsg = 7046
+ EDOTAGCMsg_k_EMsgGCPracticeLobbySetTeamSlot EDOTAGCMsg = 7047
+ EDOTAGCMsg_k_EMsgGCInitialQuestionnaireResponse EDOTAGCMsg = 7049
+ EDOTAGCMsg_k_EMsgGCTournamentRequest EDOTAGCMsg = 7051
+ EDOTAGCMsg_k_EMsgGCTournamentResponse EDOTAGCMsg = 7052
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyResponse EDOTAGCMsg = 7055
+ EDOTAGCMsg_k_EMsgGCBroadcastNotification EDOTAGCMsg = 7056
+ EDOTAGCMsg_k_EMsgGCLiveScoreboardUpdate EDOTAGCMsg = 7057
+ EDOTAGCMsg_k_EMsgGCRequestChatChannelList EDOTAGCMsg = 7060
+ EDOTAGCMsg_k_EMsgGCRequestChatChannelListResponse EDOTAGCMsg = 7061
+ EDOTAGCMsg_k_EMsgGCRequestMatches EDOTAGCMsg = 7064
+ EDOTAGCMsg_k_EMsgGCRequestMatchesResponse EDOTAGCMsg = 7065
+ EDOTAGCMsg_k_EMsgGCRequestPlayerResources EDOTAGCMsg = 7068
+ EDOTAGCMsg_k_EMsgGCRequestPlayerResourcesResponse EDOTAGCMsg = 7069
+ EDOTAGCMsg_k_EMsgGCReadyUp EDOTAGCMsg = 7070
+ EDOTAGCMsg_k_EMsgGCKickedFromMatchmakingQueue EDOTAGCMsg = 7071
+ EDOTAGCMsg_k_EMsgGCLeaverDetected EDOTAGCMsg = 7072
+ EDOTAGCMsg_k_EMsgGCSpectateFriendGame EDOTAGCMsg = 7073
+ EDOTAGCMsg_k_EMsgGCSpectateFriendGameResponse EDOTAGCMsg = 7074
+ EDOTAGCMsg_k_EMsgGCPlayerReports EDOTAGCMsg = 7075
+ EDOTAGCMsg_k_EMsgGCReportsRemainingRequest EDOTAGCMsg = 7076
+ EDOTAGCMsg_k_EMsgGCReportsRemainingResponse EDOTAGCMsg = 7077
+ EDOTAGCMsg_k_EMsgGCSubmitPlayerReport EDOTAGCMsg = 7078
+ EDOTAGCMsg_k_EMsgGCSubmitPlayerReportResponse EDOTAGCMsg = 7079
+ EDOTAGCMsg_k_EMsgGCGameChatLog EDOTAGCMsg = 7080
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyKick EDOTAGCMsg = 7081
+ EDOTAGCMsg_k_EMsgGCReportCountsRequest EDOTAGCMsg = 7082
+ EDOTAGCMsg_k_EMsgGCReportCountsResponse EDOTAGCMsg = 7083
+ EDOTAGCMsg_k_EMsgGCRequestSaveGames EDOTAGCMsg = 7084
+ EDOTAGCMsg_k_EMsgGCRequestSaveGamesServer EDOTAGCMsg = 7085
+ EDOTAGCMsg_k_EMsgGCRequestSaveGamesResponse EDOTAGCMsg = 7086
+ EDOTAGCMsg_k_EMsgGCLeaverDetectedResponse EDOTAGCMsg = 7087
+ EDOTAGCMsg_k_EMsgGCPlayerFailedToConnect EDOTAGCMsg = 7088
+ EDOTAGCMsg_k_EMsgGCGCToRelayConnect EDOTAGCMsg = 7089
+ EDOTAGCMsg_k_EMsgGCGCToRelayConnectresponse EDOTAGCMsg = 7090
+ EDOTAGCMsg_k_EMsgGCWatchGame EDOTAGCMsg = 7091
+ EDOTAGCMsg_k_EMsgGCWatchGameResponse EDOTAGCMsg = 7092
+ EDOTAGCMsg_k_EMsgGCBanStatusRequest EDOTAGCMsg = 7093
+ EDOTAGCMsg_k_EMsgGCBanStatusResponse EDOTAGCMsg = 7094
+ EDOTAGCMsg_k_EMsgGCMatchDetailsRequest EDOTAGCMsg = 7095
+ EDOTAGCMsg_k_EMsgGCMatchDetailsResponse EDOTAGCMsg = 7096
+ EDOTAGCMsg_k_EMsgGCCancelWatchGame EDOTAGCMsg = 7097
+ EDOTAGCMsg_k_EMsgGCProfileRequest EDOTAGCMsg = 7098
+ EDOTAGCMsg_k_EMsgGCProfileResponse EDOTAGCMsg = 7099
+ EDOTAGCMsg_k_EMsgGCPopup EDOTAGCMsg = 7102
+ EDOTAGCMsg_k_EMsgGCDOTAClearNotifySuccessfulReport EDOTAGCMsg = 7104
+ EDOTAGCMsg_k_EMsgGCFriendPracticeLobbyListRequest EDOTAGCMsg = 7111
+ EDOTAGCMsg_k_EMsgGCFriendPracticeLobbyListResponse EDOTAGCMsg = 7112
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyJoinResponse EDOTAGCMsg = 7113
+ EDOTAGCMsg_k_EMsgClientEconNotification_Job EDOTAGCMsg = 7114
+ EDOTAGCMsg_k_EMsgGCCreateTeam EDOTAGCMsg = 7115
+ EDOTAGCMsg_k_EMsgGCCreateTeamResponse EDOTAGCMsg = 7116
+ EDOTAGCMsg_k_EMsgGCDisbandTeam EDOTAGCMsg = 7117
+ EDOTAGCMsg_k_EMsgGCDisbandTeamResponse EDOTAGCMsg = 7118
+ EDOTAGCMsg_k_EMsgGCRequestTeamData EDOTAGCMsg = 7119
+ EDOTAGCMsg_k_EMsgGCRequestTeamDataResponse EDOTAGCMsg = 7120
+ EDOTAGCMsg_k_EMsgGCTeamData EDOTAGCMsg = 7121
+ EDOTAGCMsg_k_EMsgGCTeamInvite_InviterToGC EDOTAGCMsg = 7122
+ EDOTAGCMsg_k_EMsgGCTeamInvite_GCImmediateResponseToInviter EDOTAGCMsg = 7123
+ EDOTAGCMsg_k_EMsgGCTeamInvite_GCRequestToInvitee EDOTAGCMsg = 7124
+ EDOTAGCMsg_k_EMsgGCTeamInvite_InviteeResponseToGC EDOTAGCMsg = 7125
+ EDOTAGCMsg_k_EMsgGCTeamInvite_GCResponseToInviter EDOTAGCMsg = 7126
+ EDOTAGCMsg_k_EMsgGCTeamInvite_GCResponseToInvitee EDOTAGCMsg = 7127
+ EDOTAGCMsg_k_EMsgGCKickTeamMember EDOTAGCMsg = 7128
+ EDOTAGCMsg_k_EMsgGCKickTeamMemberResponse EDOTAGCMsg = 7129
+ EDOTAGCMsg_k_EMsgGCLeaveTeam EDOTAGCMsg = 7130
+ EDOTAGCMsg_k_EMsgGCLeaveTeamResponse EDOTAGCMsg = 7131
+ EDOTAGCMsg_k_EMsgGCSuggestTeamMatchmaking EDOTAGCMsg = 7132
+ EDOTAGCMsg_k_EMsgGCPlayerHeroesFavoritesAdd EDOTAGCMsg = 7133
+ EDOTAGCMsg_k_EMsgGCPlayerHeroesFavoritesRemove EDOTAGCMsg = 7134
+ EDOTAGCMsg_k_EMsgGCEditTeamLogo EDOTAGCMsg = 7139
+ EDOTAGCMsg_k_EMsgGCEditTeamLogoResponse EDOTAGCMsg = 7140
+ EDOTAGCMsg_k_EMsgGCSetShowcaseHero EDOTAGCMsg = 7141
+ EDOTAGCMsg_k_EMsgGCApplyTeamToPracticeLobby EDOTAGCMsg = 7142
+ EDOTAGCMsg_k_EMsgGCRequestInternatinalTicketEmail EDOTAGCMsg = 7143
+ EDOTAGCMsg_k_EMsgGCTransferTeamAdmin EDOTAGCMsg = 7144
+ EDOTAGCMsg_k_EMsgGCClearTournamentGame EDOTAGCMsg = 7145
+ EDOTAGCMsg_k_EMsgRequestLeagueInfo EDOTAGCMsg = 7147
+ EDOTAGCMsg_k_EMsgResponseLeagueInfo EDOTAGCMsg = 7148
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyJoinBroadcastChannel EDOTAGCMsg = 7149
+ EDOTAGCMsg_k_EMsgGC_TournamentItemEvent EDOTAGCMsg = 7150
+ EDOTAGCMsg_k_EMsgGC_TournamentItemEventResponse EDOTAGCMsg = 7151
+ EDOTAGCMsg_k_EMsgCastMatchVote EDOTAGCMsg = 7152
+ EDOTAGCMsg_k_EMsgCastMatchVoteResponse EDOTAGCMsg = 7153
+ EDOTAGCMsg_k_EMsgRetrieveMatchVote EDOTAGCMsg = 7154
+ EDOTAGCMsg_k_EMsgRetrieveMatchVoteResponse EDOTAGCMsg = 7155
+ EDOTAGCMsg_k_EMsgTeamFanfare EDOTAGCMsg = 7156
+ EDOTAGCMsg_k_EMsgResponseTeamFanfare EDOTAGCMsg = 7157
+ EDOTAGCMsg_k_EMsgGC_GameServerUploadSaveGame EDOTAGCMsg = 7158
+ EDOTAGCMsg_k_EMsgGC_GameServerSaveGameResult EDOTAGCMsg = 7159
+ EDOTAGCMsg_k_EMsgGC_GameServerGetLoadGame EDOTAGCMsg = 7160
+ EDOTAGCMsg_k_EMsgGC_GameServerGetLoadGameResult EDOTAGCMsg = 7161
+ EDOTAGCMsg_k_EMsgGCTeamProfileRequest EDOTAGCMsg = 7164
+ EDOTAGCMsg_k_EMsgGCTeamProfileResponse EDOTAGCMsg = 7165
+ EDOTAGCMsg_k_EMsgGCEditTeamDetails EDOTAGCMsg = 7166
+ EDOTAGCMsg_k_EMsgGCEditTeamDetailsResponse EDOTAGCMsg = 7167
+ EDOTAGCMsg_k_EMsgGCProTeamListRequest EDOTAGCMsg = 7168
+ EDOTAGCMsg_k_EMsgGCProTeamListResponse EDOTAGCMsg = 7169
+ EDOTAGCMsg_k_EMsgGCReadyUpStatus EDOTAGCMsg = 7170
+ EDOTAGCMsg_k_EMsgGCHallOfFame EDOTAGCMsg = 7171
+ EDOTAGCMsg_k_EMsgGCHallOfFameRequest EDOTAGCMsg = 7172
+ EDOTAGCMsg_k_EMsgGCHallOfFameResponse EDOTAGCMsg = 7173
+ EDOTAGCMsg_k_EMsgGCGenerateDiretidePrizeList EDOTAGCMsg = 7174
+ EDOTAGCMsg_k_EMsgGCRewardDiretidePrizes EDOTAGCMsg = 7176
+ EDOTAGCMsg_k_EMsgGCDiretidePrizesRewardedResponse EDOTAGCMsg = 7177
+ EDOTAGCMsg_k_EMsgGCHalloweenHighScoreRequest EDOTAGCMsg = 7178
+ EDOTAGCMsg_k_EMsgGCHalloweenHighScoreResponse EDOTAGCMsg = 7179
+ EDOTAGCMsg_k_EMsgGCGenerateDiretidePrizeListResponse EDOTAGCMsg = 7180
+ EDOTAGCMsg_k_EMsgGCStorePromoPagesRequest EDOTAGCMsg = 7182
+ EDOTAGCMsg_k_EMsgGCStorePromoPagesResponse EDOTAGCMsg = 7183
+ EDOTAGCMsg_k_EMsgGCSpawnLootGreevil EDOTAGCMsg = 7184
+ EDOTAGCMsg_k_EMsgGCDismissLootGreevil EDOTAGCMsg = 7185
+ EDOTAGCMsg_k_EMsgGCToGCMatchCompleted EDOTAGCMsg = 7186
+ EDOTAGCMsg_k_EMsgGCDismissLootGreevilResponse EDOTAGCMsg = 7187
+ EDOTAGCMsg_k_EMsgGCBalancedShuffleLobby EDOTAGCMsg = 7188
+ EDOTAGCMsg_k_EMsgGCToGCCheckLeaguePermission EDOTAGCMsg = 7189
+ EDOTAGCMsg_k_EMsgGCToGCCheckLeaguePermissionResponse EDOTAGCMsg = 7190
+ EDOTAGCMsg_k_EMsgGCLeagueScheduleRequest EDOTAGCMsg = 7191
+ EDOTAGCMsg_k_EMsgGCLeagueScheduleResponse EDOTAGCMsg = 7192
+ EDOTAGCMsg_k_EMsgGCLeagueScheduleEdit EDOTAGCMsg = 7193
+ EDOTAGCMsg_k_EMsgGCLeagueScheduleEditResponse EDOTAGCMsg = 7194
+ EDOTAGCMsg_k_EMsgGCLeaguesInMonthRequest EDOTAGCMsg = 7195
+ EDOTAGCMsg_k_EMsgGCLeaguesInMonthResponse EDOTAGCMsg = 7196
+ EDOTAGCMsg_k_EMsgGCMatchmakingStatsRequest EDOTAGCMsg = 7197
+ EDOTAGCMsg_k_EMsgGCMatchmakingStatsResponse EDOTAGCMsg = 7198
+ EDOTAGCMsg_k_EMsgGCBotGameCreate EDOTAGCMsg = 7199
+ EDOTAGCMsg_k_EMsgGCSetMatchHistoryAccess EDOTAGCMsg = 7200
+ EDOTAGCMsg_k_EMsgGCSetMatchHistoryAccessResponse EDOTAGCMsg = 7201
+ EDOTAGCMsg_k_EMsgUpgradeLeagueItem EDOTAGCMsg = 7203
+ EDOTAGCMsg_k_EMsgUpgradeLeagueItemResponse EDOTAGCMsg = 7204
+ EDOTAGCMsg_k_EMsgGCTeamMemberProfileRequest EDOTAGCMsg = 7205
+ EDOTAGCMsg_k_EMsgGCWatchDownloadedReplay EDOTAGCMsg = 7206
+ EDOTAGCMsg_k_EMsgGCSetMapLocationState EDOTAGCMsg = 7207
+ EDOTAGCMsg_k_EMsgGCSetMapLocationStateResponse EDOTAGCMsg = 7208
+ EDOTAGCMsg_k_EMsgGCResetMapLocations EDOTAGCMsg = 7209
+ EDOTAGCMsg_k_EMsgGCResetMapLocationsResponse EDOTAGCMsg = 7210
+ EDOTAGCMsg_k_EMsgGCTeamOnProfile EDOTAGCMsg = 7211
+ EDOTAGCMsg_k_EMsgGCSetFeaturedItems EDOTAGCMsg = 7212
+ EDOTAGCMsg_k_EMsgGCFeaturedItems EDOTAGCMsg = 7215
+ EDOTAGCMsg_k_EMsgRefreshPartnerAccountLink EDOTAGCMsg = 7216
+ EDOTAGCMsg_k_EMsgClientsRejoinChatChannels EDOTAGCMsg = 7217
+ EDOTAGCMsg_k_EMsgGCToGCGetUserChatInfo EDOTAGCMsg = 7218
+ EDOTAGCMsg_k_EMsgGCToGCGetUserChatInfoResponse EDOTAGCMsg = 7219
+ EDOTAGCMsg_k_EMsgGCToGCLeaveAllChatChannels EDOTAGCMsg = 7220
+ EDOTAGCMsg_k_EMsgGCToGCUpdateAccountChatBan EDOTAGCMsg = 7221
+ EDOTAGCMsg_k_EMsgGCGuildCreateRequest EDOTAGCMsg = 7222
+ EDOTAGCMsg_k_EMsgGCGuildCreateResponse EDOTAGCMsg = 7223
+ EDOTAGCMsg_k_EMsgGCGuildSetAccountRoleRequest EDOTAGCMsg = 7224
+ EDOTAGCMsg_k_EMsgGCGuildSetAccountRoleResponse EDOTAGCMsg = 7225
+ EDOTAGCMsg_k_EMsgGCRequestGuildData EDOTAGCMsg = 7226
+ EDOTAGCMsg_k_EMsgGCGuildData EDOTAGCMsg = 7227
+ EDOTAGCMsg_k_EMsgGCGuildInviteAccountRequest EDOTAGCMsg = 7228
+ EDOTAGCMsg_k_EMsgGCGuildInviteAccountResponse EDOTAGCMsg = 7229
+ EDOTAGCMsg_k_EMsgGCGuildCancelInviteRequest EDOTAGCMsg = 7230
+ EDOTAGCMsg_k_EMsgGCGuildCancelInviteResponse EDOTAGCMsg = 7231
+ EDOTAGCMsg_k_EMsgGCGuildUpdateDetailsRequest EDOTAGCMsg = 7232
+ EDOTAGCMsg_k_EMsgGCGuildUpdateDetailsResponse EDOTAGCMsg = 7233
+ EDOTAGCMsg_k_EMsgGCToGCCanInviteUser EDOTAGCMsg = 7234
+ EDOTAGCMsg_k_EMsgGCToGCCanInviteUserResponse EDOTAGCMsg = 7235
+ EDOTAGCMsg_k_EMsgGCToGCGetUserRank EDOTAGCMsg = 7236
+ EDOTAGCMsg_k_EMsgGCToGCGetUserRankResponse EDOTAGCMsg = 7237
+ EDOTAGCMsg_k_EMsgGCToGCUpdateTeamStats EDOTAGCMsg = 7240
+ EDOTAGCMsg_k_EMsgGCToGCGetTeamRank EDOTAGCMsg = 7241
+ EDOTAGCMsg_k_EMsgGCToGCGetTeamRankResponse EDOTAGCMsg = 7242
+ EDOTAGCMsg_k_EMsgGCTeamIDByNameRequest EDOTAGCMsg = 7245
+ EDOTAGCMsg_k_EMsgGCTeamIDByNameResponse EDOTAGCMsg = 7246
+ EDOTAGCMsg_k_EMsgGCEditTeam EDOTAGCMsg = 7247
+ EDOTAGCMsg_k_EMsgGCPassportDataRequest EDOTAGCMsg = 7248
+ EDOTAGCMsg_k_EMsgGCPassportDataResponse EDOTAGCMsg = 7249
+ EDOTAGCMsg_k_EMsgGCNotInGuildData EDOTAGCMsg = 7251
+ EDOTAGCMsg_k_EMsgGCGuildInviteData EDOTAGCMsg = 7254
+ EDOTAGCMsg_k_EMsgGCToGCGetLeagueAdmin EDOTAGCMsg = 7255
+ EDOTAGCMsg_k_EMsgGCToGCGetLeagueAdminResponse EDOTAGCMsg = 7256
+ EDOTAGCMsg_k_EMsgGCRequestLeaguePrizePool EDOTAGCMsg = 7258
+ EDOTAGCMsg_k_EMsgGCRequestLeaguePrizePoolResponse EDOTAGCMsg = 7259
+ EDOTAGCMsg_k_EMsgGCToGCUpdateOpenGuildPartyRequest EDOTAGCMsg = 7261
+ EDOTAGCMsg_k_EMsgGCToGCUpdateOpenGuildPartyResponse EDOTAGCMsg = 7262
+ EDOTAGCMsg_k_EMsgGCToGCDestroyOpenGuildPartyRequest EDOTAGCMsg = 7263
+ EDOTAGCMsg_k_EMsgGCToGCDestroyOpenGuildPartyResponse EDOTAGCMsg = 7264
+ EDOTAGCMsg_k_EMsgGCGuildUpdateMessage EDOTAGCMsg = 7265
+ EDOTAGCMsg_k_EMsgGCPartySetOpenGuildRequest EDOTAGCMsg = 7266
+ EDOTAGCMsg_k_EMsgGCPartySetOpenGuildResponse EDOTAGCMsg = 7267
+ EDOTAGCMsg_k_EMsgGCGuildOpenPartyRefresh EDOTAGCMsg = 7268
+ EDOTAGCMsg_k_EMsgGCJoinOpenGuildPartyRequest EDOTAGCMsg = 7269
+ EDOTAGCMsg_k_EMsgGCJoinOpenGuildPartyResponse EDOTAGCMsg = 7270
+ EDOTAGCMsg_k_EMsgGCLeaveChatChannel EDOTAGCMsg = 7272
+ EDOTAGCMsg_k_EMsgGCChatMessage EDOTAGCMsg = 7273
+ EDOTAGCMsg_k_EMsgGCGetHeroStandings EDOTAGCMsg = 7274
+ EDOTAGCMsg_k_EMsgGCGetHeroStandingsResponse EDOTAGCMsg = 7275
+ EDOTAGCMsg_k_EMsgGCGuildEditLogoRequest EDOTAGCMsg = 7279
+ EDOTAGCMsg_k_EMsgGCGuildEditLogoResponse EDOTAGCMsg = 7280
+ EDOTAGCMsg_k_EMsgGCGuildmatePracticeLobbyListRequest EDOTAGCMsg = 7281
+ EDOTAGCMsg_k_EMsgGCGuildmatePracticeLobbyListResponse EDOTAGCMsg = 7282
+ EDOTAGCMsg_k_EMsgGCItemEditorReservationsRequest EDOTAGCMsg = 7283
+ EDOTAGCMsg_k_EMsgGCItemEditorReservationsResponse EDOTAGCMsg = 7284
+ EDOTAGCMsg_k_EMsgGCItemEditorReserveItemDef EDOTAGCMsg = 7285
+ EDOTAGCMsg_k_EMsgGCItemEditorReserveItemDefResponse EDOTAGCMsg = 7286
+ EDOTAGCMsg_k_EMsgGCItemEditorReleaseReservation EDOTAGCMsg = 7287
+ EDOTAGCMsg_k_EMsgGCItemEditorReleaseReservationResponse EDOTAGCMsg = 7288
+ EDOTAGCMsg_k_EMsgGCRewardTutorialPrizes EDOTAGCMsg = 7289
+ EDOTAGCMsg_k_EMsgGCLastHitChallengeHighScorePost EDOTAGCMsg = 7290
+ EDOTAGCMsg_k_EMsgGCLastHitChallengeHighScoreRequest EDOTAGCMsg = 7291
+ EDOTAGCMsg_k_EMsgGCLastHitChallengeHighScoreResponse EDOTAGCMsg = 7292
+ EDOTAGCMsg_k_EMsgGCCreateFantasyLeagueRequest EDOTAGCMsg = 7293
+ EDOTAGCMsg_k_EMsgGCCreateFantasyLeagueResponse EDOTAGCMsg = 7294
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueInfoRequest EDOTAGCMsg = 7297
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueInfoResponse EDOTAGCMsg = 7298
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueInfo EDOTAGCMsg = 7299
+ EDOTAGCMsg_k_EMsgGCCreateFantasyTeamRequest EDOTAGCMsg = 7300
+ EDOTAGCMsg_k_EMsgGCCreateFantasyTeamResponse EDOTAGCMsg = 7301
+ EDOTAGCMsg_k_EMsgGCEditFantasyTeamRequest EDOTAGCMsg = 7302
+ EDOTAGCMsg_k_EMsgGCEditFantasyTeamResponse EDOTAGCMsg = 7303
+ EDOTAGCMsg_k_EMsgGCFantasyTeamInfoRequestByFantasyLeagueID EDOTAGCMsg = 7304
+ EDOTAGCMsg_k_EMsgGCFantasyTeamInfoRequestByOwnerAccountID EDOTAGCMsg = 7305
+ EDOTAGCMsg_k_EMsgGCFantasyTeamInfoResponse EDOTAGCMsg = 7306
+ EDOTAGCMsg_k_EMsgGCFantasyTeamInfo EDOTAGCMsg = 7307
+ EDOTAGCMsg_k_EMsgGCFantasyLivePlayerStats EDOTAGCMsg = 7308
+ EDOTAGCMsg_k_EMsgGCFantasyFinalPlayerStats EDOTAGCMsg = 7309
+ EDOTAGCMsg_k_EMsgGCFantasyMatch EDOTAGCMsg = 7310
+ EDOTAGCMsg_k_EMsgGCToGCReloadVersions EDOTAGCMsg = 7311
+ EDOTAGCMsg_k_EMsgGCFantasyTeamScoreRequest EDOTAGCMsg = 7312
+ EDOTAGCMsg_k_EMsgGCFantasyTeamScoreResponse EDOTAGCMsg = 7313
+ EDOTAGCMsg_k_EMsgGCFantasyTeamStandingsRequest EDOTAGCMsg = 7314
+ EDOTAGCMsg_k_EMsgGCFantasyTeamStandingsResponse EDOTAGCMsg = 7315
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerScoreRequest EDOTAGCMsg = 7316
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerScoreResponse EDOTAGCMsg = 7317
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerStandingsRequest EDOTAGCMsg = 7318
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerStandingsResponse EDOTAGCMsg = 7319
+ EDOTAGCMsg_k_EMsgGCFlipLobbyTeams EDOTAGCMsg = 7320
+ EDOTAGCMsg_k_EMsgGCCustomGameCreate EDOTAGCMsg = 7321
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerInfoRequest EDOTAGCMsg = 7322
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerInfoResponse EDOTAGCMsg = 7323
+ EDOTAGCMsg_k_EMsgGCToGCProcessPlayerReportForTarget EDOTAGCMsg = 7324
+ EDOTAGCMsg_k_EMsgGCToGCProcessReportSuccess EDOTAGCMsg = 7325
+ EDOTAGCMsg_k_EMsgGCNotifyAccountFlagsChange EDOTAGCMsg = 7326
+ EDOTAGCMsg_k_EMsgGCSetProfilePrivacy EDOTAGCMsg = 7327
+ EDOTAGCMsg_k_EMsgGCSetProfilePrivacyResponse EDOTAGCMsg = 7328
+ EDOTAGCMsg_k_EMsgGCSteamProfileRequest EDOTAGCMsg = 7329
+ EDOTAGCMsg_k_EMsgGCSteamProfileRequestResponse EDOTAGCMsg = 7330
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueCreateInfoRequest EDOTAGCMsg = 7331
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueCreateInfoResponse EDOTAGCMsg = 7332
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueInviteInfoRequest EDOTAGCMsg = 7333
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueInviteInfoResponse EDOTAGCMsg = 7334
+ EDOTAGCMsg_k_EMsgGCClientIgnoredUser EDOTAGCMsg = 7335
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueCreateRequest EDOTAGCMsg = 7336
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueCreateResponse EDOTAGCMsg = 7337
+ EDOTAGCMsg_k_EMsgGCFantasyTeamCreateRequest EDOTAGCMsg = 7338
+ EDOTAGCMsg_k_EMsgGCFantasyTeamCreateResponse EDOTAGCMsg = 7339
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueFriendJoinListRequest EDOTAGCMsg = 7340
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueFriendJoinListResponse EDOTAGCMsg = 7341
+ EDOTAGCMsg_k_EMsgGCClientSuspended EDOTAGCMsg = 7342
+ EDOTAGCMsg_k_EMsgGCPartyMemberSetCoach EDOTAGCMsg = 7343
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueEditInvitesRequest EDOTAGCMsg = 7344
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueEditInvitesResponse EDOTAGCMsg = 7345
+ EDOTAGCMsg_k_EMsgGCPracticeLobbySetCoach EDOTAGCMsg = 7346
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueEditInfoRequest EDOTAGCMsg = 7347
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueEditInfoResponse EDOTAGCMsg = 7348
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueDraftStatusRequest EDOTAGCMsg = 7349
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueDraftStatus EDOTAGCMsg = 7350
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueDraftPlayerRequest EDOTAGCMsg = 7351
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueDraftPlayerResponse EDOTAGCMsg = 7352
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueMatchupsRequest EDOTAGCMsg = 7353
+ EDOTAGCMsg_k_EMsgGCFantasyLeagueMatchupsResponse EDOTAGCMsg = 7354
+ EDOTAGCMsg_k_EMsgGCFantasyTeamRosterSwapRequest EDOTAGCMsg = 7355
+ EDOTAGCMsg_k_EMsgGCFantasyTeamRosterSwapResponse EDOTAGCMsg = 7356
+ EDOTAGCMsg_k_EMsgGCFantasyTeamRosterRequest EDOTAGCMsg = 7357
+ EDOTAGCMsg_k_EMsgGCFantasyTeamRosterResponse EDOTAGCMsg = 7358
+ EDOTAGCMsg_k_EMsgGCNexonPartnerUpdate EDOTAGCMsg = 7359
+ EDOTAGCMsg_k_EMsgGCToGCProcessPCBangRewardPoints EDOTAGCMsg = 7360
+ EDOTAGCMsg_k_EMsgGCFantasyTeamRosterAddDropRequest EDOTAGCMsg = 7361
+ EDOTAGCMsg_k_EMsgGCFantasyTeamRosterAddDropResponse EDOTAGCMsg = 7362
+ EDOTAGCMsg_k_EMsgPresentedClientTerminateDlg EDOTAGCMsg = 7363
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerHisoricalStatsRequest EDOTAGCMsg = 7364
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerHisoricalStatsResponse EDOTAGCMsg = 7365
+ EDOTAGCMsg_k_EMsgGCPCBangTimedRewardMessage EDOTAGCMsg = 7366
+ EDOTAGCMsg_k_EMsgGCLobbyUpdateBroadcastChannelInfo EDOTAGCMsg = 7367
+ EDOTAGCMsg_k_EMsgGCFantasyTeamTradesRequest EDOTAGCMsg = 7368
+ EDOTAGCMsg_k_EMsgGCFantasyTeamTradesResponse EDOTAGCMsg = 7369
+ EDOTAGCMsg_k_EMsgGCFantasyTeamTradeCancelRequest EDOTAGCMsg = 7370
+ EDOTAGCMsg_k_EMsgGCFantasyTeamTradeCancelResponse EDOTAGCMsg = 7371
+ EDOTAGCMsg_k_EMsgGCToGCGrantTournamentItem EDOTAGCMsg = 7372
+ EDOTAGCMsg_k_EMsgGCProcessFantasyScheduledEvent EDOTAGCMsg = 7373
+ EDOTAGCMsg_k_EMsgGCToGCGrantPCBangRewardItem EDOTAGCMsg = 7374
+ EDOTAGCMsg_k_EMsgGCToGCUpgradeTwitchViewerItems EDOTAGCMsg = 7375
+ EDOTAGCMsg_k_EMsgGCToGCGetLiveMatchAffiliates EDOTAGCMsg = 7376
+ EDOTAGCMsg_k_EMsgGCToGCGetLiveMatchAffiliatesResponse EDOTAGCMsg = 7377
+ EDOTAGCMsg_k_EMsgGCToGCUpdatePlayerPennantCounts EDOTAGCMsg = 7378
+ EDOTAGCMsg_k_EMsgGCToGCGetPlayerPennantCounts EDOTAGCMsg = 7379
+ EDOTAGCMsg_k_EMsgGCToGCGetPlayerPennantCountsResponse EDOTAGCMsg = 7380
+ EDOTAGCMsg_k_EMsgGCGameMatchSignOutPermissionRequest EDOTAGCMsg = 7381
+ EDOTAGCMsg_k_EMsgGCGameMatchSignOutPermissionResponse EDOTAGCMsg = 7382
+ EDOTAGCMsg_k_EMsgDOTAChatChannelMemberUpdate EDOTAGCMsg = 7383
+ EDOTAGCMsg_k_EMsgDOTAAwardEventPoints EDOTAGCMsg = 7384
+ EDOTAGCMsg_k_EMsgDOTARedeemEventPrize EDOTAGCMsg = 7385
+ EDOTAGCMsg_k_EMsgDOTARedeemEventPrizeResponse EDOTAGCMsg = 7386
+ EDOTAGCMsg_k_EMsgDOTAGetEventPoints EDOTAGCMsg = 7387
+ EDOTAGCMsg_k_EMsgDOTAGetEventPointsResponse EDOTAGCMsg = 7388
+ EDOTAGCMsg_k_EMsgGCToGCSignoutAwardEventPoints EDOTAGCMsg = 7390
+ EDOTAGCMsg_k_EMsgDOTASendFriendRecruits EDOTAGCMsg = 7393
+ EDOTAGCMsg_k_EMsgDOTAFriendRecruitsRequest EDOTAGCMsg = 7394
+ EDOTAGCMsg_k_EMsgDOTAFriendRecruitsResponse EDOTAGCMsg = 7395
+ EDOTAGCMsg_k_EMsgDOTAFriendRecruitInviteAcceptDecline EDOTAGCMsg = 7396
+ EDOTAGCMsg_k_EMsgGCPartyLeaderWatchGamePrompt EDOTAGCMsg = 7397
+ EDOTAGCMsg_k_EMsgDOTAFrostivusTimeElapsed EDOTAGCMsg = 7398
+ EDOTAGCMsg_k_EMsgGCToGCGrantEarnedLicense EDOTAGCMsg = 7399
+ EDOTAGCMsg_k_EMsgDOTALiveLeagueGameUpdate EDOTAGCMsg = 7402
+ EDOTAGCMsg_k_EMsgDOTAChatGetUserList EDOTAGCMsg = 7403
+ EDOTAGCMsg_k_EMsgDOTAChatGetUserListResponse EDOTAGCMsg = 7404
+ EDOTAGCMsg_k_EMsgGCCompendiumSetSelection EDOTAGCMsg = 7405
+ EDOTAGCMsg_k_EMsgGCCompendiumDataRequest EDOTAGCMsg = 7406
+ EDOTAGCMsg_k_EMsgGCCompendiumDataResponse EDOTAGCMsg = 7407
+ EDOTAGCMsg_k_EMsgDOTAGetPlayerMatchHistory EDOTAGCMsg = 7408
+ EDOTAGCMsg_k_EMsgDOTAGetPlayerMatchHistoryResponse EDOTAGCMsg = 7409
+ EDOTAGCMsg_k_EMsgGCToGCMatchmakingAddParty EDOTAGCMsg = 7410
+ EDOTAGCMsg_k_EMsgGCToGCMatchmakingRemoveParty EDOTAGCMsg = 7411
+ EDOTAGCMsg_k_EMsgGCToGCMatchmakingRemoveAllParties EDOTAGCMsg = 7412
+ EDOTAGCMsg_k_EMsgGCToGCMatchmakingMatchFound EDOTAGCMsg = 7413
+ EDOTAGCMsg_k_EMsgGCToGCUpdateMatchManagementStats EDOTAGCMsg = 7414
+ EDOTAGCMsg_k_EMsgGCToGCUpdateMatchmakingStats EDOTAGCMsg = 7415
+ EDOTAGCMsg_k_EMsgGCToServerPingRequest EDOTAGCMsg = 7416
+ EDOTAGCMsg_k_EMsgGCToServerPingResponse EDOTAGCMsg = 7417
+ EDOTAGCMsg_k_EMsgGCToServerConsoleCommand EDOTAGCMsg = 7418
+ EDOTAGCMsg_k_EMsgGCToGCUpdateLiveLeagueGameInfo EDOTAGCMsg = 7420
+ EDOTAGCMsg_k_EMsgGCMakeOffering EDOTAGCMsg = 7423
+ EDOTAGCMsg_k_EMsgGCRequestOfferings EDOTAGCMsg = 7424
+ EDOTAGCMsg_k_EMsgGCRequestOfferingsResponse EDOTAGCMsg = 7425
+ EDOTAGCMsg_k_EMsgGCToGCProcessMatchLeaver EDOTAGCMsg = 7426
+ EDOTAGCMsg_k_EMsgGCNotificationsRequest EDOTAGCMsg = 7427
+ EDOTAGCMsg_k_EMsgGCNotificationsResponse EDOTAGCMsg = 7428
+ EDOTAGCMsg_k_EMsgGCToGCModifyNotification EDOTAGCMsg = 7429
+ EDOTAGCMsg_k_EMsgGCToGCSetNewNotifications EDOTAGCMsg = 7430
+ EDOTAGCMsg_k_EMsgGCToGCSetIsLeagueAdmin EDOTAGCMsg = 7431
+ EDOTAGCMsg_k_EMsgGCLeagueAdminState EDOTAGCMsg = 7432
+ EDOTAGCMsg_k_EMsgGCToGCSendLeagueAdminState EDOTAGCMsg = 7433
+ EDOTAGCMsg_k_EMsgGCLeagueAdminList EDOTAGCMsg = 7434
+ EDOTAGCMsg_k_EMsgGCNotificationsMarkReadRequest EDOTAGCMsg = 7435
+ EDOTAGCMsg_k_EMsgGCFantasyMessageAdd EDOTAGCMsg = 7436
+ EDOTAGCMsg_k_EMsgGCFantasyMessagesRequest EDOTAGCMsg = 7437
+ EDOTAGCMsg_k_EMsgGCFantasyMessagesResponse EDOTAGCMsg = 7438
+ EDOTAGCMsg_k_EMsgGCFantasyScheduledMatchesRequest EDOTAGCMsg = 7439
+ EDOTAGCMsg_k_EMsgGCFantasyScheduledMatchesResponse EDOTAGCMsg = 7440
+ EDOTAGCMsg_k_EMsgGCToGCGrantLeagueAccess EDOTAGCMsg = 7441
+ EDOTAGCMsg_k_EMsgGCEventGameCreate EDOTAGCMsg = 7443
+ EDOTAGCMsg_k_EMsgGCPerfectWorldUserLookupRequest EDOTAGCMsg = 7444
+ EDOTAGCMsg_k_EMsgGCPerfectWorldUserLookupResponse EDOTAGCMsg = 7445
+ EDOTAGCMsg_k_EMsgGCToGCIncrementRecruitmentSDO EDOTAGCMsg = 7446
+ EDOTAGCMsg_k_EMsgGCToGCIncrementRecruitmentLevel EDOTAGCMsg = 7447
+ EDOTAGCMsg_k_EMsgGCFantasyRemoveOwner EDOTAGCMsg = 7448
+ EDOTAGCMsg_k_EMsgGCFantasyRemoveOwnerResponse EDOTAGCMsg = 7449
+ EDOTAGCMsg_k_EMsgGCRequestBatchPlayerResources EDOTAGCMsg = 7450
+ EDOTAGCMsg_k_EMsgGCRequestBatchPlayerResourcesResponse EDOTAGCMsg = 7451
+ EDOTAGCMsg_k_EMsgGCToGCSendUpdateLeagues EDOTAGCMsg = 7452
+ EDOTAGCMsg_k_EMsgGCCompendiumSetSelectionResponse EDOTAGCMsg = 7453
+ EDOTAGCMsg_k_EMsgGCPlayerInfoRequest EDOTAGCMsg = 7454
+ EDOTAGCMsg_k_EMsgGCPlayerInfo EDOTAGCMsg = 7455
+ EDOTAGCMsg_k_EMsgGCPlayerInfoSubmit EDOTAGCMsg = 7456
+ EDOTAGCMsg_k_EMsgGCPlayerInfoSubmitResponse EDOTAGCMsg = 7457
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountLevel EDOTAGCMsg = 7458
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountLevelResponse EDOTAGCMsg = 7459
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountPartner EDOTAGCMsg = 7460
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountPartnerResponse EDOTAGCMsg = 7461
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountProfile EDOTAGCMsg = 7462
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountProfileResponse EDOTAGCMsg = 7463
+ EDOTAGCMsg_k_EMsgDOTAGetWeekendTourneySchedule EDOTAGCMsg = 7464
+ EDOTAGCMsg_k_EMsgDOTAWeekendTourneySchedule EDOTAGCMsg = 7465
+ EDOTAGCMsg_k_EMsgGCJoinableCustomGameModesRequest EDOTAGCMsg = 7466
+ EDOTAGCMsg_k_EMsgGCJoinableCustomGameModesResponse EDOTAGCMsg = 7467
+ EDOTAGCMsg_k_EMsgGCJoinableCustomLobbiesRequest EDOTAGCMsg = 7468
+ EDOTAGCMsg_k_EMsgGCJoinableCustomLobbiesResponse EDOTAGCMsg = 7469
+ EDOTAGCMsg_k_EMsgGCQuickJoinCustomLobby EDOTAGCMsg = 7470
+ EDOTAGCMsg_k_EMsgGCQuickJoinCustomLobbyResponse EDOTAGCMsg = 7471
+ EDOTAGCMsg_k_EMsgGCToGCGrantEventPointAction EDOTAGCMsg = 7472
+ EDOTAGCMsg_k_EMsgServerGetEventPoints EDOTAGCMsg = 7473
+ EDOTAGCMsg_k_EMsgServerGetEventPointsResponse EDOTAGCMsg = 7474
+ EDOTAGCMsg_k_EMsgServerGrantSurveyPermission EDOTAGCMsg = 7475
+ EDOTAGCMsg_k_EMsgServerGrantSurveyPermissionResponse EDOTAGCMsg = 7476
+ EDOTAGCMsg_k_EMsgClientProvideSurveyResult EDOTAGCMsg = 7477
+ EDOTAGCMsg_k_EMsgGCToGCSetCompendiumSelection EDOTAGCMsg = 7478
+ EDOTAGCMsg_k_EMsgGCToGCUpdateTI4HeroQuest EDOTAGCMsg = 7480
+ EDOTAGCMsg_k_EMsgGCCompendiumDataChanged EDOTAGCMsg = 7481
+ EDOTAGCMsg_k_EMsgDOTAFantasyLeagueFindRequest EDOTAGCMsg = 7482
+ EDOTAGCMsg_k_EMsgDOTAFantasyLeagueFindResponse EDOTAGCMsg = 7483
+ EDOTAGCMsg_k_EMsgGCHasItemQuery EDOTAGCMsg = 7484
+ EDOTAGCMsg_k_EMsgGCHasItemResponse EDOTAGCMsg = 7485
+ EDOTAGCMsg_k_EMsgGCConsumeFantasyTicket EDOTAGCMsg = 7486
+ EDOTAGCMsg_k_EMsgGCConsumeFantasyTicketFailure EDOTAGCMsg = 7487
+ EDOTAGCMsg_k_EMsgGCToGCGrantEventPointActionMsg EDOTAGCMsg = 7488
+ EDOTAGCMsg_k_EMsgClientToGCTrackDialogResult EDOTAGCMsg = 7489
+ EDOTAGCMsg_k_EMsgGCFantasyLeaveLeagueRequest EDOTAGCMsg = 7490
+ EDOTAGCMsg_k_EMsgGCFantasyLeaveLeagueResponse EDOTAGCMsg = 7491
+ EDOTAGCMsg_k_EMsgGCToGCGetCompendiumSelections EDOTAGCMsg = 7492
+ EDOTAGCMsg_k_EMsgGCToGCGetCompendiumSelectionsResponse EDOTAGCMsg = 7493
+ EDOTAGCMsg_k_EMsgServerToGCMatchConnectionStats EDOTAGCMsg = 7494
+ EDOTAGCMsg_k_EMsgGCToClientTournamentItemDrop EDOTAGCMsg = 7495
+ EDOTAGCMsg_k_EMsgSQLDelayedGrantLeagueDrop EDOTAGCMsg = 7496
+ EDOTAGCMsg_k_EMsgServerGCUpdateSpectatorCount EDOTAGCMsg = 7497
+ EDOTAGCMsg_k_EMsgDOTAStartDailyHeroChallengeRequest EDOTAGCMsg = 7498
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerScoreDetailsRequest EDOTAGCMsg = 7499
+ EDOTAGCMsg_k_EMsgGCFantasyPlayerScoreDetailsResponse EDOTAGCMsg = 7500
+ EDOTAGCMsg_k_EMsgGCToGCEmoticonUnlock EDOTAGCMsg = 7501
+ EDOTAGCMsg_k_EMsgSignOutDraftInfo EDOTAGCMsg = 7502
+ EDOTAGCMsg_k_EMsgClientToGCEmoticonDataRequest EDOTAGCMsg = 7503
+ EDOTAGCMsg_k_EMsgGCToClientEmoticonData EDOTAGCMsg = 7504
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyToggleBroadcastChannelCameramanStatus EDOTAGCMsg = 7505
+ EDOTAGCMsg_k_EMsgGCToGCCreateWeekendTourneyRequest EDOTAGCMsg = 7506
+ EDOTAGCMsg_k_EMsgGCToGCCreateWeekendTourneyResponse EDOTAGCMsg = 7507
+ EDOTAGCMsg_k_EMsgGCToGCCreateGenericTeamsRequest EDOTAGCMsg = 7510
+ EDOTAGCMsg_k_EMsgGCToGCCreateGenericTeamsResponse EDOTAGCMsg = 7511
+ EDOTAGCMsg_k_EMsgSQLLaunchOneWeekendTourney EDOTAGCMsg = 7512
+ EDOTAGCMsg_k_EMsgClientToGCSetAdditionalEquips EDOTAGCMsg = 7513
+ EDOTAGCMsg_k_EMsgClientToGCGetAdditionalEquips EDOTAGCMsg = 7514
+ EDOTAGCMsg_k_EMsgClientToGCGetAdditionalEquipsResponse EDOTAGCMsg = 7515
+ EDOTAGCMsg_k_EMsgServerToGCGetAdditionalEquips EDOTAGCMsg = 7516
+ EDOTAGCMsg_k_EMsgServerToGCGetAdditionalEquipsResponse EDOTAGCMsg = 7517
+ EDOTAGCMsg_k_EMsgDOTARedeemItem EDOTAGCMsg = 7518
+ EDOTAGCMsg_k_EMsgDOTARedeemItemResponse EDOTAGCMsg = 7519
+ EDOTAGCMsg_k_EMsgSQLGCToGCGrantAllHeroProgress EDOTAGCMsg = 7520
+ EDOTAGCMsg_k_EMsgClientToGCGetAllHeroProgress EDOTAGCMsg = 7521
+ EDOTAGCMsg_k_EMsgClientToGCGetAllHeroProgressResponse EDOTAGCMsg = 7522
+ EDOTAGCMsg_k_EMsgGCToGCGetServerForClient EDOTAGCMsg = 7523
+ EDOTAGCMsg_k_EMsgGCToGCGetServerForClientResponse EDOTAGCMsg = 7524
+ EDOTAGCMsg_k_EMsgSQLProcessTournamentGameOutcome EDOTAGCMsg = 7525
+ EDOTAGCMsg_k_EMsgSQLGrantTrophyToAccount EDOTAGCMsg = 7526
+ EDOTAGCMsg_k_EMsgClientToGCGetTrophyList EDOTAGCMsg = 7527
+ EDOTAGCMsg_k_EMsgClientToGCGetTrophyListResponse EDOTAGCMsg = 7528
+ EDOTAGCMsg_k_EMsgGCToClientTrophyAwarded EDOTAGCMsg = 7529
+ EDOTAGCMsg_k_EMsgGCGameBotMatchSignOut EDOTAGCMsg = 7530
+ EDOTAGCMsg_k_EMsgGCGameBotMatchSignOutPermissionRequest EDOTAGCMsg = 7531
+ EDOTAGCMsg_k_EMsgSignOutBotInfo EDOTAGCMsg = 7532
+ EDOTAGCMsg_k_EMsgGCToGCUpdateProfileCards EDOTAGCMsg = 7533
+ EDOTAGCMsg_k_EMsgClientToGCGetProfileCard EDOTAGCMsg = 7534
+ EDOTAGCMsg_k_EMsgClientToGCGetProfileCardResponse EDOTAGCMsg = 7535
+ EDOTAGCMsg_k_EMsgServerToGCGetProfileCard EDOTAGCMsg = 7536
+ EDOTAGCMsg_k_EMsgServerToGCGetProfileCardResponse EDOTAGCMsg = 7537
+ EDOTAGCMsg_k_EMsgClientToGCSetProfileCardSlots EDOTAGCMsg = 7538
+ EDOTAGCMsg_k_EMsgGCToClientProfileCardUpdated EDOTAGCMsg = 7539
+ EDOTAGCMsg_k_EMsgServerToGCVictoryPredictions EDOTAGCMsg = 7540
+ EDOTAGCMsg_k_EMsgClientToGCMarkNotificationListRead EDOTAGCMsg = 7542
+ EDOTAGCMsg_k_EMsgGCToClientNewNotificationAdded EDOTAGCMsg = 7543
+ EDOTAGCMsg_k_EMsgServerToGCSuspiciousActivity EDOTAGCMsg = 7544
+ EDOTAGCMsg_k_EMsgSignOutCommunicationSummary EDOTAGCMsg = 7545
+ EDOTAGCMsg_k_EMsgServerToGCRequestStatus_Response EDOTAGCMsg = 7546
+ EDOTAGCMsg_k_EMsgClientToGCCreateHeroStatue EDOTAGCMsg = 7547
+ EDOTAGCMsg_k_EMsgGCToClientHeroStatueCreateResult EDOTAGCMsg = 7548
+ EDOTAGCMsg_k_EMsgGCGCToLANServerRelayConnect EDOTAGCMsg = 7549
+ EDOTAGCMsg_k_EMsgSignOutAssassinMiniGameInfo EDOTAGCMsg = 7550
+ EDOTAGCMsg_k_EMsgServerToGCGetIngameEventData EDOTAGCMsg = 7551
+ EDOTAGCMsg_k_EMsgGCToGCUpdateIngameEventDataBroadcast EDOTAGCMsg = 7552
+ EDOTAGCMsg_k_EMsgGCToServerIngameEventData_OraclePA EDOTAGCMsg = 7553
+ EDOTAGCMsg_k_EMsgServerToGCReportKillSummaries EDOTAGCMsg = 7554
+ EDOTAGCMsg_k_EMsgGCToGCReportKillSummaries EDOTAGCMsg = 7555
+ EDOTAGCMsg_k_EMsgGCToGCUpdateAssassinMinigame EDOTAGCMsg = 7556
+ EDOTAGCMsg_k_EMsgGCToGCFantasySetMatchLeague EDOTAGCMsg = 7557
+ EDOTAGCMsg_k_EMsgClientToGCRecordCompendiumStats EDOTAGCMsg = 7558
+ EDOTAGCMsg_k_EMsgGCItemEditorRequestLeagueInfo EDOTAGCMsg = 7559
+ EDOTAGCMsg_k_EMsgGCItemEditorLeagueInfoResponse EDOTAGCMsg = 7560
+ EDOTAGCMsg_k_EMsgGCToGCUpdatePlayerPredictions EDOTAGCMsg = 7561
+ EDOTAGCMsg_k_EMsgGCToServerPredictionResult EDOTAGCMsg = 7562
+ EDOTAGCMsg_k_EMsgServerToGCSignoutAwardAdditionalDrops EDOTAGCMsg = 7563
+ EDOTAGCMsg_k_EMsgGCToGCSignoutAwardAdditionalDrops EDOTAGCMsg = 7564
+ EDOTAGCMsg_k_EMsgGCToClientEventStatusChanged EDOTAGCMsg = 7565
+ EDOTAGCMsg_k_EMsgGCHasItemDefsQuery EDOTAGCMsg = 7566
+ EDOTAGCMsg_k_EMsgGCHasItemDefsResponse EDOTAGCMsg = 7567
+ EDOTAGCMsg_k_EMsgGCToGCReplayMonitorValidateReplay EDOTAGCMsg = 7569
+ EDOTAGCMsg_k_EMsgLobbyEventPoints EDOTAGCMsg = 7572
+ EDOTAGCMsg_k_EMsgGCToGCGetCustomGameTickets EDOTAGCMsg = 7573
+ EDOTAGCMsg_k_EMsgGCToGCGetCustomGameTicketsResponse EDOTAGCMsg = 7574
+ EDOTAGCMsg_k_EMsgGCToClientNewBloomTimingUpdated EDOTAGCMsg = 7575
+ EDOTAGCMsg_k_EMsgGCToGCCustomGamePlayed EDOTAGCMsg = 7576
+ EDOTAGCMsg_k_EMsgGCToGCGrantEventPointsToUser EDOTAGCMsg = 7577
+ EDOTAGCMsg_k_EMsgGCToGCSetEventMMPanicFlushTime EDOTAGCMsg = 7578
+ EDOTAGCMsg_k_EMsgGameserverCrashReport EDOTAGCMsg = 7579
+ EDOTAGCMsg_k_EMsgGameserverCrashReportResponse EDOTAGCMsg = 7580
+ EDOTAGCMsg_k_EMsgGCToClientSteamDatagramTicket EDOTAGCMsg = 7581
+ EDOTAGCMsg_k_EMsgGCToGCGrantEventOwnership EDOTAGCMsg = 7582
+ EDOTAGCMsg_k_EMsgGCToGCSendAccountsEventPoints EDOTAGCMsg = 7583
+ EDOTAGCMsg_k_EMsgClientToGCRerollPlayerChallenge EDOTAGCMsg = 7584
+ EDOTAGCMsg_k_EMsgServerToGCRerollPlayerChallenge EDOTAGCMsg = 7585
+ EDOTAGCMsg_k_EMsgGCRerollPlayerChallengeResponse EDOTAGCMsg = 7586
+ EDOTAGCMsg_k_EMsgSignOutUpdatePlayerChallenge EDOTAGCMsg = 7587
+ EDOTAGCMsg_k_EMsgClientToGCSetPartyLeader EDOTAGCMsg = 7588
+ EDOTAGCMsg_k_EMsgClientToGCCancelPartyInvites EDOTAGCMsg = 7589
+ EDOTAGCMsg_k_EMsgGCToGCMasterReloadAccount EDOTAGCMsg = 7590
+ EDOTAGCMsg_k_EMsgSQLGrantLeagueMatchToTicketHolders EDOTAGCMsg = 7592
+ EDOTAGCMsg_k_EMsgClientToGCSetAdditionalEquipsResponse EDOTAGCMsg = 7593
+ EDOTAGCMsg_k_EMsgGCToGCEmoticonUnlockNoRollback EDOTAGCMsg = 7594
+ EDOTAGCMsg_k_EMsgGCToGCGetCompendiumFanfare EDOTAGCMsg = 7595
+ EDOTAGCMsg_k_EMsgServerToGCHoldEventPoints EDOTAGCMsg = 7596
+ EDOTAGCMsg_k_EMsgSignOutReleaseEventPointHolds EDOTAGCMsg = 7597
+ EDOTAGCMsg_k_EMsgGCToGCChatNewUserSession EDOTAGCMsg = 7598
+ EDOTAGCMsg_k_EMsgClientToGCGetLeagueSeries EDOTAGCMsg = 7599
+ EDOTAGCMsg_k_EMsgClientToGCGetLeagueSeriesResponse EDOTAGCMsg = 7600
+ EDOTAGCMsg_k_EMsgSQLGCToGCSignoutUpdateLeagueSchedule EDOTAGCMsg = 7601
+ EDOTAGCMsg_k_EMsgGCToServerUpdateBroadcastCheers EDOTAGCMsg = 7602
+ EDOTAGCMsg_k_EMsgClientToGCApplyGemCombiner EDOTAGCMsg = 7603
+ EDOTAGCMsg_k_EMsgClientToGCCreateStaticRecipe EDOTAGCMsg = 7604
+ EDOTAGCMsg_k_EMsgClientToGCCreateStaticRecipeResponse EDOTAGCMsg = 7605
+ EDOTAGCMsg_k_EMsgClientToGCGetAllHeroOrder EDOTAGCMsg = 7606
+ EDOTAGCMsg_k_EMsgClientToGCGetAllHeroOrderResponse EDOTAGCMsg = 7607
+ EDOTAGCMsg_k_EMsgSQLGCToGCGrantBadgePoints EDOTAGCMsg = 7608
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountMatchStatus EDOTAGCMsg = 7609
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountMatchStatusResponse EDOTAGCMsg = 7610
+ EDOTAGCMsg_k_EMsgGCDev_GrantWarKill EDOTAGCMsg = 8001
+ EDOTAGCMsg_k_EMsgClientToGCCreateTeamShowcase EDOTAGCMsg = 8002
+ EDOTAGCMsg_k_EMsgGCToClientTeamShowcaseCreateResult EDOTAGCMsg = 8003
+ EDOTAGCMsg_k_EMsgServerToGCLockCharmTrading EDOTAGCMsg = 8004
+ EDOTAGCMsg_k_EMsgDOTACNY2015EventPointUsage EDOTAGCMsg = 8005
+ EDOTAGCMsg_k_EMsgClientToGCPlayerStatsRequest EDOTAGCMsg = 8006
+ EDOTAGCMsg_k_EMsgGCToClientPlayerStatsResponse EDOTAGCMsg = 8007
+ EDOTAGCMsg_k_EMsgGCClearPracticeLobbyTeam EDOTAGCMsg = 8008
+ EDOTAGCMsg_k_EMsgClientToGCFindTopSourceTVGames EDOTAGCMsg = 8009
+ EDOTAGCMsg_k_EMsgGCToClientFindTopSourceTVGamesResponse EDOTAGCMsg = 8010
+ EDOTAGCMsg_k_EMsgGCLobbyList EDOTAGCMsg = 8011
+ EDOTAGCMsg_k_EMsgGCLobbyListResponse EDOTAGCMsg = 8012
+ EDOTAGCMsg_k_EMsgGCPlayerStatsMatchSignOut EDOTAGCMsg = 8013
+ EDOTAGCMsg_k_EMsgClientToGCCustomGamePlayerCountRequest EDOTAGCMsg = 8014
+ EDOTAGCMsg_k_EMsgGCToClientCustomGamePlayerCountResponse EDOTAGCMsg = 8015
+ EDOTAGCMsg_k_EMsgClientToGCSocialFeedPostCommentRequest EDOTAGCMsg = 8016
+ EDOTAGCMsg_k_EMsgGCToClientSocialFeedPostCommentResponse EDOTAGCMsg = 8017
+ EDOTAGCMsg_k_EMsgClientToGCCustomGamesFriendsPlayedRequest EDOTAGCMsg = 8018
+ EDOTAGCMsg_k_EMsgGCToClientCustomGamesFriendsPlayedResponse EDOTAGCMsg = 8019
+ EDOTAGCMsg_k_EMsgClientToGCFriendsPlayedCustomGameRequest EDOTAGCMsg = 8020
+ EDOTAGCMsg_k_EMsgGCToClientFriendsPlayedCustomGameResponse EDOTAGCMsg = 8021
+ EDOTAGCMsg_k_EMsgClientToGCFeaturedHeroesRequest EDOTAGCMsg = 8022
+ EDOTAGCMsg_k_EMsgGCToClientFeaturedHeroesResponse EDOTAGCMsg = 8023
+ EDOTAGCMsg_k_EMsgGCTopCustomGamesList EDOTAGCMsg = 8024
+ EDOTAGCMsg_k_EMsgClientToGCSocialMatchPostCommentRequest EDOTAGCMsg = 8025
+ EDOTAGCMsg_k_EMsgGCToClientSocialMatchPostCommentResponse EDOTAGCMsg = 8026
+ EDOTAGCMsg_k_EMsgClientToGCSocialMatchDetailsRequest EDOTAGCMsg = 8027
+ EDOTAGCMsg_k_EMsgGCToClientSocialMatchDetailsResponse EDOTAGCMsg = 8028
+ EDOTAGCMsg_k_EMsgClientToGCSetPartyOpen EDOTAGCMsg = 8029
+ EDOTAGCMsg_k_EMsgClientToGCMergePartyInvite EDOTAGCMsg = 8030
+ EDOTAGCMsg_k_EMsgGCToClientMergeGroupInviteReply EDOTAGCMsg = 8031
+ EDOTAGCMsg_k_EMsgClientToGCMergePartyResponse EDOTAGCMsg = 8032
+ EDOTAGCMsg_k_EMsgGCToClientMergePartyResponseReply EDOTAGCMsg = 8033
+ EDOTAGCMsg_k_EMsgClientToGCGetProfileCardStats EDOTAGCMsg = 8034
+ EDOTAGCMsg_k_EMsgClientToGCGetProfileCardStatsResponse EDOTAGCMsg = 8035
+ EDOTAGCMsg_k_EMsgClientToGCTopLeagueMatchesRequest EDOTAGCMsg = 8036
+ EDOTAGCMsg_k_EMsgClientToGCTopFriendMatchesRequest EDOTAGCMsg = 8037
+ EDOTAGCMsg_k_EMsgGCToClientProfileCardStatsUpdated EDOTAGCMsg = 8040
+ EDOTAGCMsg_k_EMsgServerToGCRealtimeStats EDOTAGCMsg = 8041
+ EDOTAGCMsg_k_EMsgGCToServerRealtimeStatsStartStop EDOTAGCMsg = 8042
+ EDOTAGCMsg_k_EMsgGCToGCGetServersForClients EDOTAGCMsg = 8045
+ EDOTAGCMsg_k_EMsgGCToGCGetServersForClientsResponse EDOTAGCMsg = 8046
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyKickFromTeam EDOTAGCMsg = 8047
+ EDOTAGCMsg_k_EMsgDOTAChatGetMemberCount EDOTAGCMsg = 8048
+ EDOTAGCMsg_k_EMsgDOTAChatGetMemberCountResponse EDOTAGCMsg = 8049
+ EDOTAGCMsg_k_EMsgClientToGCSocialFeedPostMessageRequest EDOTAGCMsg = 8050
+ EDOTAGCMsg_k_EMsgGCToClientSocialFeedPostMessageResponse EDOTAGCMsg = 8051
+ EDOTAGCMsg_k_EMsgCustomGameListenServerStartedLoading EDOTAGCMsg = 8052
+ EDOTAGCMsg_k_EMsgCustomGameClientFinishedLoading EDOTAGCMsg = 8053
+ EDOTAGCMsg_k_EMsgGCPracticeLobbyCloseBroadcastChannel EDOTAGCMsg = 8054
+ EDOTAGCMsg_k_EMsgGCStartFindingMatchResponse EDOTAGCMsg = 8055
+ EDOTAGCMsg_k_EMsgSQLGCToGCUpdateHeroMMR EDOTAGCMsg = 8056
+ EDOTAGCMsg_k_EMsgSQLGCToGCGrantAccountFlag EDOTAGCMsg = 8057
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountFlags EDOTAGCMsg = 8058
+ EDOTAGCMsg_k_EMsgGCToGCGetAccountFlagsResponse EDOTAGCMsg = 8059
+ EDOTAGCMsg_k_EMsgSignOutWagerStats EDOTAGCMsg = 8060
+ EDOTAGCMsg_k_EMsgGCToClientTopLeagueMatchesResponse EDOTAGCMsg = 8061
+ EDOTAGCMsg_k_EMsgGCToClientTopFriendMatchesResponse EDOTAGCMsg = 8062
+ EDOTAGCMsg_k_EMsgClientToGCMatchesMinimalRequest EDOTAGCMsg = 8063
+ EDOTAGCMsg_k_EMsgClientToGCMatchesMinimalResponse EDOTAGCMsg = 8064
+ EDOTAGCMsg_k_EMsgGCToGCGetProfileBadgePoints EDOTAGCMsg = 8065
+ EDOTAGCMsg_k_EMsgGCToGCGetProfileBadgePointsResponse EDOTAGCMsg = 8066
+ EDOTAGCMsg_k_EMsgGCToClientChatRegionsEnabled EDOTAGCMsg = 8067
+ EDOTAGCMsg_k_EMsgClientToGCPingData EDOTAGCMsg = 8068
+ EDOTAGCMsg_k_EMsgServerToGCMatchDetailsRequest EDOTAGCMsg = 8069
+ EDOTAGCMsg_k_EMsgGCToServerMatchDetailsResponse EDOTAGCMsg = 8070
+ EDOTAGCMsg_k_EMsgGCToGCEnsureAccountInParty EDOTAGCMsg = 8071
+ EDOTAGCMsg_k_EMsgGCToGCEnsureAccountInPartyResponse EDOTAGCMsg = 8072
+ EDOTAGCMsg_k_EMsgClientToGCGetProfileTickets EDOTAGCMsg = 8073
+ EDOTAGCMsg_k_EMsgClientToGCGetProfileTicketsResponse EDOTAGCMsg = 8074
+ EDOTAGCMsg_k_EMsgGCToClientMatchGroupsVersion EDOTAGCMsg = 8075
+ EDOTAGCMsg_k_EMsgClientToGCH264Unsupported EDOTAGCMsg = 8076
+ EDOTAGCMsg_k_EMsgClientToGCRequestH264Support EDOTAGCMsg = 8077
+ EDOTAGCMsg_k_EMsgClientToGCGetQuestProgress EDOTAGCMsg = 8078
+ EDOTAGCMsg_k_EMsgClientToGCGetQuestProgressResponse EDOTAGCMsg = 8079
+ EDOTAGCMsg_k_EMsgSignOutXPCoins EDOTAGCMsg = 8080
+ EDOTAGCMsg_k_EMsgGCToClientMatchSignedOut EDOTAGCMsg = 8081
+ EDOTAGCMsg_k_EMsgGCGetHeroStatsHistory EDOTAGCMsg = 8082
+ EDOTAGCMsg_k_EMsgGCGetHeroStatsHistoryResponse EDOTAGCMsg = 8083
+ EDOTAGCMsg_k_EMsgClientToGCPrivateChatInvite EDOTAGCMsg = 8084
+ EDOTAGCMsg_k_EMsgClientToGCPrivateChatKick EDOTAGCMsg = 8088
+ EDOTAGCMsg_k_EMsgClientToGCPrivateChatPromote EDOTAGCMsg = 8089
+ EDOTAGCMsg_k_EMsgClientToGCPrivateChatDemote EDOTAGCMsg = 8090
+ EDOTAGCMsg_k_EMsgGCToClientPrivateChatResponse EDOTAGCMsg = 8091
+ EDOTAGCMsg_k_EMsgClientToGCPrivateChatInfoRequest EDOTAGCMsg = 8092
+ EDOTAGCMsg_k_EMsgGCToClientPrivateChatInfoResponse EDOTAGCMsg = 8093
+ EDOTAGCMsg_k_EMsgClientToGCLatestBehaviorReportRequest EDOTAGCMsg = 8095
+ EDOTAGCMsg_k_EMsgClientToGCLatestBehaviorReport EDOTAGCMsg = 8096
+)
+
+var EDOTAGCMsg_name = map[int32]string{
+ 7000: "k_EMsgGCDOTABase",
+ 7001: "k_EMsgGCGeneralResponse",
+ 7004: "k_EMsgGCGameMatchSignOut",
+ 7005: "k_EMsgGCGameMatchSignOutResponse",
+ 7009: "k_EMsgGCJoinChatChannel",
+ 7010: "k_EMsgGCJoinChatChannelResponse",
+ 7013: "k_EMsgGCOtherJoinedChannel",
+ 7014: "k_EMsgGCOtherLeftChannel",
+ 7017: "k_EMsgGCMatchHistoryList",
+ 7026: "k_EMsgServerToGCRequestStatus",
+ 7027: "k_EMsgGCGetRecentMatches",
+ 7028: "k_EMsgGCRecentMatchesResponse",
+ 7033: "k_EMsgGCStartFindingMatch",
+ 7034: "k_EMsgGCConnectedPlayers",
+ 7035: "k_EMsgGCAbandonCurrentGame",
+ 7036: "k_EMsgGCStopFindingMatch",
+ 7038: "k_EMsgGCPracticeLobbyCreate",
+ 7040: "k_EMsgGCPracticeLobbyLeave",
+ 7041: "k_EMsgGCPracticeLobbyLaunch",
+ 7042: "k_EMsgGCPracticeLobbyList",
+ 7043: "k_EMsgGCPracticeLobbyListResponse",
+ 7044: "k_EMsgGCPracticeLobbyJoin",
+ 7046: "k_EMsgGCPracticeLobbySetDetails",
+ 7047: "k_EMsgGCPracticeLobbySetTeamSlot",
+ 7049: "k_EMsgGCInitialQuestionnaireResponse",
+ 7051: "k_EMsgGCTournamentRequest",
+ 7052: "k_EMsgGCTournamentResponse",
+ 7055: "k_EMsgGCPracticeLobbyResponse",
+ 7056: "k_EMsgGCBroadcastNotification",
+ 7057: "k_EMsgGCLiveScoreboardUpdate",
+ 7060: "k_EMsgGCRequestChatChannelList",
+ 7061: "k_EMsgGCRequestChatChannelListResponse",
+ 7064: "k_EMsgGCRequestMatches",
+ 7065: "k_EMsgGCRequestMatchesResponse",
+ 7068: "k_EMsgGCRequestPlayerResources",
+ 7069: "k_EMsgGCRequestPlayerResourcesResponse",
+ 7070: "k_EMsgGCReadyUp",
+ 7071: "k_EMsgGCKickedFromMatchmakingQueue",
+ 7072: "k_EMsgGCLeaverDetected",
+ 7073: "k_EMsgGCSpectateFriendGame",
+ 7074: "k_EMsgGCSpectateFriendGameResponse",
+ 7075: "k_EMsgGCPlayerReports",
+ 7076: "k_EMsgGCReportsRemainingRequest",
+ 7077: "k_EMsgGCReportsRemainingResponse",
+ 7078: "k_EMsgGCSubmitPlayerReport",
+ 7079: "k_EMsgGCSubmitPlayerReportResponse",
+ 7080: "k_EMsgGCGameChatLog",
+ 7081: "k_EMsgGCPracticeLobbyKick",
+ 7082: "k_EMsgGCReportCountsRequest",
+ 7083: "k_EMsgGCReportCountsResponse",
+ 7084: "k_EMsgGCRequestSaveGames",
+ 7085: "k_EMsgGCRequestSaveGamesServer",
+ 7086: "k_EMsgGCRequestSaveGamesResponse",
+ 7087: "k_EMsgGCLeaverDetectedResponse",
+ 7088: "k_EMsgGCPlayerFailedToConnect",
+ 7089: "k_EMsgGCGCToRelayConnect",
+ 7090: "k_EMsgGCGCToRelayConnectresponse",
+ 7091: "k_EMsgGCWatchGame",
+ 7092: "k_EMsgGCWatchGameResponse",
+ 7093: "k_EMsgGCBanStatusRequest",
+ 7094: "k_EMsgGCBanStatusResponse",
+ 7095: "k_EMsgGCMatchDetailsRequest",
+ 7096: "k_EMsgGCMatchDetailsResponse",
+ 7097: "k_EMsgGCCancelWatchGame",
+ 7098: "k_EMsgGCProfileRequest",
+ 7099: "k_EMsgGCProfileResponse",
+ 7102: "k_EMsgGCPopup",
+ 7104: "k_EMsgGCDOTAClearNotifySuccessfulReport",
+ 7111: "k_EMsgGCFriendPracticeLobbyListRequest",
+ 7112: "k_EMsgGCFriendPracticeLobbyListResponse",
+ 7113: "k_EMsgGCPracticeLobbyJoinResponse",
+ 7114: "k_EMsgClientEconNotification_Job",
+ 7115: "k_EMsgGCCreateTeam",
+ 7116: "k_EMsgGCCreateTeamResponse",
+ 7117: "k_EMsgGCDisbandTeam",
+ 7118: "k_EMsgGCDisbandTeamResponse",
+ 7119: "k_EMsgGCRequestTeamData",
+ 7120: "k_EMsgGCRequestTeamDataResponse",
+ 7121: "k_EMsgGCTeamData",
+ 7122: "k_EMsgGCTeamInvite_InviterToGC",
+ 7123: "k_EMsgGCTeamInvite_GCImmediateResponseToInviter",
+ 7124: "k_EMsgGCTeamInvite_GCRequestToInvitee",
+ 7125: "k_EMsgGCTeamInvite_InviteeResponseToGC",
+ 7126: "k_EMsgGCTeamInvite_GCResponseToInviter",
+ 7127: "k_EMsgGCTeamInvite_GCResponseToInvitee",
+ 7128: "k_EMsgGCKickTeamMember",
+ 7129: "k_EMsgGCKickTeamMemberResponse",
+ 7130: "k_EMsgGCLeaveTeam",
+ 7131: "k_EMsgGCLeaveTeamResponse",
+ 7132: "k_EMsgGCSuggestTeamMatchmaking",
+ 7133: "k_EMsgGCPlayerHeroesFavoritesAdd",
+ 7134: "k_EMsgGCPlayerHeroesFavoritesRemove",
+ 7139: "k_EMsgGCEditTeamLogo",
+ 7140: "k_EMsgGCEditTeamLogoResponse",
+ 7141: "k_EMsgGCSetShowcaseHero",
+ 7142: "k_EMsgGCApplyTeamToPracticeLobby",
+ 7143: "k_EMsgGCRequestInternatinalTicketEmail",
+ 7144: "k_EMsgGCTransferTeamAdmin",
+ 7145: "k_EMsgGCClearTournamentGame",
+ 7147: "k_EMsgRequestLeagueInfo",
+ 7148: "k_EMsgResponseLeagueInfo",
+ 7149: "k_EMsgGCPracticeLobbyJoinBroadcastChannel",
+ 7150: "k_EMsgGC_TournamentItemEvent",
+ 7151: "k_EMsgGC_TournamentItemEventResponse",
+ 7152: "k_EMsgCastMatchVote",
+ 7153: "k_EMsgCastMatchVoteResponse",
+ 7154: "k_EMsgRetrieveMatchVote",
+ 7155: "k_EMsgRetrieveMatchVoteResponse",
+ 7156: "k_EMsgTeamFanfare",
+ 7157: "k_EMsgResponseTeamFanfare",
+ 7158: "k_EMsgGC_GameServerUploadSaveGame",
+ 7159: "k_EMsgGC_GameServerSaveGameResult",
+ 7160: "k_EMsgGC_GameServerGetLoadGame",
+ 7161: "k_EMsgGC_GameServerGetLoadGameResult",
+ 7164: "k_EMsgGCTeamProfileRequest",
+ 7165: "k_EMsgGCTeamProfileResponse",
+ 7166: "k_EMsgGCEditTeamDetails",
+ 7167: "k_EMsgGCEditTeamDetailsResponse",
+ 7168: "k_EMsgGCProTeamListRequest",
+ 7169: "k_EMsgGCProTeamListResponse",
+ 7170: "k_EMsgGCReadyUpStatus",
+ 7171: "k_EMsgGCHallOfFame",
+ 7172: "k_EMsgGCHallOfFameRequest",
+ 7173: "k_EMsgGCHallOfFameResponse",
+ 7174: "k_EMsgGCGenerateDiretidePrizeList",
+ 7176: "k_EMsgGCRewardDiretidePrizes",
+ 7177: "k_EMsgGCDiretidePrizesRewardedResponse",
+ 7178: "k_EMsgGCHalloweenHighScoreRequest",
+ 7179: "k_EMsgGCHalloweenHighScoreResponse",
+ 7180: "k_EMsgGCGenerateDiretidePrizeListResponse",
+ 7182: "k_EMsgGCStorePromoPagesRequest",
+ 7183: "k_EMsgGCStorePromoPagesResponse",
+ 7184: "k_EMsgGCSpawnLootGreevil",
+ 7185: "k_EMsgGCDismissLootGreevil",
+ 7186: "k_EMsgGCToGCMatchCompleted",
+ 7187: "k_EMsgGCDismissLootGreevilResponse",
+ 7188: "k_EMsgGCBalancedShuffleLobby",
+ 7189: "k_EMsgGCToGCCheckLeaguePermission",
+ 7190: "k_EMsgGCToGCCheckLeaguePermissionResponse",
+ 7191: "k_EMsgGCLeagueScheduleRequest",
+ 7192: "k_EMsgGCLeagueScheduleResponse",
+ 7193: "k_EMsgGCLeagueScheduleEdit",
+ 7194: "k_EMsgGCLeagueScheduleEditResponse",
+ 7195: "k_EMsgGCLeaguesInMonthRequest",
+ 7196: "k_EMsgGCLeaguesInMonthResponse",
+ 7197: "k_EMsgGCMatchmakingStatsRequest",
+ 7198: "k_EMsgGCMatchmakingStatsResponse",
+ 7199: "k_EMsgGCBotGameCreate",
+ 7200: "k_EMsgGCSetMatchHistoryAccess",
+ 7201: "k_EMsgGCSetMatchHistoryAccessResponse",
+ 7203: "k_EMsgUpgradeLeagueItem",
+ 7204: "k_EMsgUpgradeLeagueItemResponse",
+ 7205: "k_EMsgGCTeamMemberProfileRequest",
+ 7206: "k_EMsgGCWatchDownloadedReplay",
+ 7207: "k_EMsgGCSetMapLocationState",
+ 7208: "k_EMsgGCSetMapLocationStateResponse",
+ 7209: "k_EMsgGCResetMapLocations",
+ 7210: "k_EMsgGCResetMapLocationsResponse",
+ 7211: "k_EMsgGCTeamOnProfile",
+ 7212: "k_EMsgGCSetFeaturedItems",
+ 7215: "k_EMsgGCFeaturedItems",
+ 7216: "k_EMsgRefreshPartnerAccountLink",
+ 7217: "k_EMsgClientsRejoinChatChannels",
+ 7218: "k_EMsgGCToGCGetUserChatInfo",
+ 7219: "k_EMsgGCToGCGetUserChatInfoResponse",
+ 7220: "k_EMsgGCToGCLeaveAllChatChannels",
+ 7221: "k_EMsgGCToGCUpdateAccountChatBan",
+ 7222: "k_EMsgGCGuildCreateRequest",
+ 7223: "k_EMsgGCGuildCreateResponse",
+ 7224: "k_EMsgGCGuildSetAccountRoleRequest",
+ 7225: "k_EMsgGCGuildSetAccountRoleResponse",
+ 7226: "k_EMsgGCRequestGuildData",
+ 7227: "k_EMsgGCGuildData",
+ 7228: "k_EMsgGCGuildInviteAccountRequest",
+ 7229: "k_EMsgGCGuildInviteAccountResponse",
+ 7230: "k_EMsgGCGuildCancelInviteRequest",
+ 7231: "k_EMsgGCGuildCancelInviteResponse",
+ 7232: "k_EMsgGCGuildUpdateDetailsRequest",
+ 7233: "k_EMsgGCGuildUpdateDetailsResponse",
+ 7234: "k_EMsgGCToGCCanInviteUser",
+ 7235: "k_EMsgGCToGCCanInviteUserResponse",
+ 7236: "k_EMsgGCToGCGetUserRank",
+ 7237: "k_EMsgGCToGCGetUserRankResponse",
+ 7240: "k_EMsgGCToGCUpdateTeamStats",
+ 7241: "k_EMsgGCToGCGetTeamRank",
+ 7242: "k_EMsgGCToGCGetTeamRankResponse",
+ 7245: "k_EMsgGCTeamIDByNameRequest",
+ 7246: "k_EMsgGCTeamIDByNameResponse",
+ 7247: "k_EMsgGCEditTeam",
+ 7248: "k_EMsgGCPassportDataRequest",
+ 7249: "k_EMsgGCPassportDataResponse",
+ 7251: "k_EMsgGCNotInGuildData",
+ 7254: "k_EMsgGCGuildInviteData",
+ 7255: "k_EMsgGCToGCGetLeagueAdmin",
+ 7256: "k_EMsgGCToGCGetLeagueAdminResponse",
+ 7258: "k_EMsgGCRequestLeaguePrizePool",
+ 7259: "k_EMsgGCRequestLeaguePrizePoolResponse",
+ 7261: "k_EMsgGCToGCUpdateOpenGuildPartyRequest",
+ 7262: "k_EMsgGCToGCUpdateOpenGuildPartyResponse",
+ 7263: "k_EMsgGCToGCDestroyOpenGuildPartyRequest",
+ 7264: "k_EMsgGCToGCDestroyOpenGuildPartyResponse",
+ 7265: "k_EMsgGCGuildUpdateMessage",
+ 7266: "k_EMsgGCPartySetOpenGuildRequest",
+ 7267: "k_EMsgGCPartySetOpenGuildResponse",
+ 7268: "k_EMsgGCGuildOpenPartyRefresh",
+ 7269: "k_EMsgGCJoinOpenGuildPartyRequest",
+ 7270: "k_EMsgGCJoinOpenGuildPartyResponse",
+ 7272: "k_EMsgGCLeaveChatChannel",
+ 7273: "k_EMsgGCChatMessage",
+ 7274: "k_EMsgGCGetHeroStandings",
+ 7275: "k_EMsgGCGetHeroStandingsResponse",
+ 7279: "k_EMsgGCGuildEditLogoRequest",
+ 7280: "k_EMsgGCGuildEditLogoResponse",
+ 7281: "k_EMsgGCGuildmatePracticeLobbyListRequest",
+ 7282: "k_EMsgGCGuildmatePracticeLobbyListResponse",
+ 7283: "k_EMsgGCItemEditorReservationsRequest",
+ 7284: "k_EMsgGCItemEditorReservationsResponse",
+ 7285: "k_EMsgGCItemEditorReserveItemDef",
+ 7286: "k_EMsgGCItemEditorReserveItemDefResponse",
+ 7287: "k_EMsgGCItemEditorReleaseReservation",
+ 7288: "k_EMsgGCItemEditorReleaseReservationResponse",
+ 7289: "k_EMsgGCRewardTutorialPrizes",
+ 7290: "k_EMsgGCLastHitChallengeHighScorePost",
+ 7291: "k_EMsgGCLastHitChallengeHighScoreRequest",
+ 7292: "k_EMsgGCLastHitChallengeHighScoreResponse",
+ 7293: "k_EMsgGCCreateFantasyLeagueRequest",
+ 7294: "k_EMsgGCCreateFantasyLeagueResponse",
+ 7297: "k_EMsgGCFantasyLeagueInfoRequest",
+ 7298: "k_EMsgGCFantasyLeagueInfoResponse",
+ 7299: "k_EMsgGCFantasyLeagueInfo",
+ 7300: "k_EMsgGCCreateFantasyTeamRequest",
+ 7301: "k_EMsgGCCreateFantasyTeamResponse",
+ 7302: "k_EMsgGCEditFantasyTeamRequest",
+ 7303: "k_EMsgGCEditFantasyTeamResponse",
+ 7304: "k_EMsgGCFantasyTeamInfoRequestByFantasyLeagueID",
+ 7305: "k_EMsgGCFantasyTeamInfoRequestByOwnerAccountID",
+ 7306: "k_EMsgGCFantasyTeamInfoResponse",
+ 7307: "k_EMsgGCFantasyTeamInfo",
+ 7308: "k_EMsgGCFantasyLivePlayerStats",
+ 7309: "k_EMsgGCFantasyFinalPlayerStats",
+ 7310: "k_EMsgGCFantasyMatch",
+ 7311: "k_EMsgGCToGCReloadVersions",
+ 7312: "k_EMsgGCFantasyTeamScoreRequest",
+ 7313: "k_EMsgGCFantasyTeamScoreResponse",
+ 7314: "k_EMsgGCFantasyTeamStandingsRequest",
+ 7315: "k_EMsgGCFantasyTeamStandingsResponse",
+ 7316: "k_EMsgGCFantasyPlayerScoreRequest",
+ 7317: "k_EMsgGCFantasyPlayerScoreResponse",
+ 7318: "k_EMsgGCFantasyPlayerStandingsRequest",
+ 7319: "k_EMsgGCFantasyPlayerStandingsResponse",
+ 7320: "k_EMsgGCFlipLobbyTeams",
+ 7321: "k_EMsgGCCustomGameCreate",
+ 7322: "k_EMsgGCFantasyPlayerInfoRequest",
+ 7323: "k_EMsgGCFantasyPlayerInfoResponse",
+ 7324: "k_EMsgGCToGCProcessPlayerReportForTarget",
+ 7325: "k_EMsgGCToGCProcessReportSuccess",
+ 7326: "k_EMsgGCNotifyAccountFlagsChange",
+ 7327: "k_EMsgGCSetProfilePrivacy",
+ 7328: "k_EMsgGCSetProfilePrivacyResponse",
+ 7329: "k_EMsgGCSteamProfileRequest",
+ 7330: "k_EMsgGCSteamProfileRequestResponse",
+ 7331: "k_EMsgGCFantasyLeagueCreateInfoRequest",
+ 7332: "k_EMsgGCFantasyLeagueCreateInfoResponse",
+ 7333: "k_EMsgGCFantasyLeagueInviteInfoRequest",
+ 7334: "k_EMsgGCFantasyLeagueInviteInfoResponse",
+ 7335: "k_EMsgGCClientIgnoredUser",
+ 7336: "k_EMsgGCFantasyLeagueCreateRequest",
+ 7337: "k_EMsgGCFantasyLeagueCreateResponse",
+ 7338: "k_EMsgGCFantasyTeamCreateRequest",
+ 7339: "k_EMsgGCFantasyTeamCreateResponse",
+ 7340: "k_EMsgGCFantasyLeagueFriendJoinListRequest",
+ 7341: "k_EMsgGCFantasyLeagueFriendJoinListResponse",
+ 7342: "k_EMsgGCClientSuspended",
+ 7343: "k_EMsgGCPartyMemberSetCoach",
+ 7344: "k_EMsgGCFantasyLeagueEditInvitesRequest",
+ 7345: "k_EMsgGCFantasyLeagueEditInvitesResponse",
+ 7346: "k_EMsgGCPracticeLobbySetCoach",
+ 7347: "k_EMsgGCFantasyLeagueEditInfoRequest",
+ 7348: "k_EMsgGCFantasyLeagueEditInfoResponse",
+ 7349: "k_EMsgGCFantasyLeagueDraftStatusRequest",
+ 7350: "k_EMsgGCFantasyLeagueDraftStatus",
+ 7351: "k_EMsgGCFantasyLeagueDraftPlayerRequest",
+ 7352: "k_EMsgGCFantasyLeagueDraftPlayerResponse",
+ 7353: "k_EMsgGCFantasyLeagueMatchupsRequest",
+ 7354: "k_EMsgGCFantasyLeagueMatchupsResponse",
+ 7355: "k_EMsgGCFantasyTeamRosterSwapRequest",
+ 7356: "k_EMsgGCFantasyTeamRosterSwapResponse",
+ 7357: "k_EMsgGCFantasyTeamRosterRequest",
+ 7358: "k_EMsgGCFantasyTeamRosterResponse",
+ 7359: "k_EMsgGCNexonPartnerUpdate",
+ 7360: "k_EMsgGCToGCProcessPCBangRewardPoints",
+ 7361: "k_EMsgGCFantasyTeamRosterAddDropRequest",
+ 7362: "k_EMsgGCFantasyTeamRosterAddDropResponse",
+ 7363: "k_EMsgPresentedClientTerminateDlg",
+ 7364: "k_EMsgGCFantasyPlayerHisoricalStatsRequest",
+ 7365: "k_EMsgGCFantasyPlayerHisoricalStatsResponse",
+ 7366: "k_EMsgGCPCBangTimedRewardMessage",
+ 7367: "k_EMsgGCLobbyUpdateBroadcastChannelInfo",
+ 7368: "k_EMsgGCFantasyTeamTradesRequest",
+ 7369: "k_EMsgGCFantasyTeamTradesResponse",
+ 7370: "k_EMsgGCFantasyTeamTradeCancelRequest",
+ 7371: "k_EMsgGCFantasyTeamTradeCancelResponse",
+ 7372: "k_EMsgGCToGCGrantTournamentItem",
+ 7373: "k_EMsgGCProcessFantasyScheduledEvent",
+ 7374: "k_EMsgGCToGCGrantPCBangRewardItem",
+ 7375: "k_EMsgGCToGCUpgradeTwitchViewerItems",
+ 7376: "k_EMsgGCToGCGetLiveMatchAffiliates",
+ 7377: "k_EMsgGCToGCGetLiveMatchAffiliatesResponse",
+ 7378: "k_EMsgGCToGCUpdatePlayerPennantCounts",
+ 7379: "k_EMsgGCToGCGetPlayerPennantCounts",
+ 7380: "k_EMsgGCToGCGetPlayerPennantCountsResponse",
+ 7381: "k_EMsgGCGameMatchSignOutPermissionRequest",
+ 7382: "k_EMsgGCGameMatchSignOutPermissionResponse",
+ 7383: "k_EMsgDOTAChatChannelMemberUpdate",
+ 7384: "k_EMsgDOTAAwardEventPoints",
+ 7385: "k_EMsgDOTARedeemEventPrize",
+ 7386: "k_EMsgDOTARedeemEventPrizeResponse",
+ 7387: "k_EMsgDOTAGetEventPoints",
+ 7388: "k_EMsgDOTAGetEventPointsResponse",
+ 7390: "k_EMsgGCToGCSignoutAwardEventPoints",
+ 7393: "k_EMsgDOTASendFriendRecruits",
+ 7394: "k_EMsgDOTAFriendRecruitsRequest",
+ 7395: "k_EMsgDOTAFriendRecruitsResponse",
+ 7396: "k_EMsgDOTAFriendRecruitInviteAcceptDecline",
+ 7397: "k_EMsgGCPartyLeaderWatchGamePrompt",
+ 7398: "k_EMsgDOTAFrostivusTimeElapsed",
+ 7399: "k_EMsgGCToGCGrantEarnedLicense",
+ 7402: "k_EMsgDOTALiveLeagueGameUpdate",
+ 7403: "k_EMsgDOTAChatGetUserList",
+ 7404: "k_EMsgDOTAChatGetUserListResponse",
+ 7405: "k_EMsgGCCompendiumSetSelection",
+ 7406: "k_EMsgGCCompendiumDataRequest",
+ 7407: "k_EMsgGCCompendiumDataResponse",
+ 7408: "k_EMsgDOTAGetPlayerMatchHistory",
+ 7409: "k_EMsgDOTAGetPlayerMatchHistoryResponse",
+ 7410: "k_EMsgGCToGCMatchmakingAddParty",
+ 7411: "k_EMsgGCToGCMatchmakingRemoveParty",
+ 7412: "k_EMsgGCToGCMatchmakingRemoveAllParties",
+ 7413: "k_EMsgGCToGCMatchmakingMatchFound",
+ 7414: "k_EMsgGCToGCUpdateMatchManagementStats",
+ 7415: "k_EMsgGCToGCUpdateMatchmakingStats",
+ 7416: "k_EMsgGCToServerPingRequest",
+ 7417: "k_EMsgGCToServerPingResponse",
+ 7418: "k_EMsgGCToServerConsoleCommand",
+ 7420: "k_EMsgGCToGCUpdateLiveLeagueGameInfo",
+ 7423: "k_EMsgGCMakeOffering",
+ 7424: "k_EMsgGCRequestOfferings",
+ 7425: "k_EMsgGCRequestOfferingsResponse",
+ 7426: "k_EMsgGCToGCProcessMatchLeaver",
+ 7427: "k_EMsgGCNotificationsRequest",
+ 7428: "k_EMsgGCNotificationsResponse",
+ 7429: "k_EMsgGCToGCModifyNotification",
+ 7430: "k_EMsgGCToGCSetNewNotifications",
+ 7431: "k_EMsgGCToGCSetIsLeagueAdmin",
+ 7432: "k_EMsgGCLeagueAdminState",
+ 7433: "k_EMsgGCToGCSendLeagueAdminState",
+ 7434: "k_EMsgGCLeagueAdminList",
+ 7435: "k_EMsgGCNotificationsMarkReadRequest",
+ 7436: "k_EMsgGCFantasyMessageAdd",
+ 7437: "k_EMsgGCFantasyMessagesRequest",
+ 7438: "k_EMsgGCFantasyMessagesResponse",
+ 7439: "k_EMsgGCFantasyScheduledMatchesRequest",
+ 7440: "k_EMsgGCFantasyScheduledMatchesResponse",
+ 7441: "k_EMsgGCToGCGrantLeagueAccess",
+ 7443: "k_EMsgGCEventGameCreate",
+ 7444: "k_EMsgGCPerfectWorldUserLookupRequest",
+ 7445: "k_EMsgGCPerfectWorldUserLookupResponse",
+ 7446: "k_EMsgGCToGCIncrementRecruitmentSDO",
+ 7447: "k_EMsgGCToGCIncrementRecruitmentLevel",
+ 7448: "k_EMsgGCFantasyRemoveOwner",
+ 7449: "k_EMsgGCFantasyRemoveOwnerResponse",
+ 7450: "k_EMsgGCRequestBatchPlayerResources",
+ 7451: "k_EMsgGCRequestBatchPlayerResourcesResponse",
+ 7452: "k_EMsgGCToGCSendUpdateLeagues",
+ 7453: "k_EMsgGCCompendiumSetSelectionResponse",
+ 7454: "k_EMsgGCPlayerInfoRequest",
+ 7455: "k_EMsgGCPlayerInfo",
+ 7456: "k_EMsgGCPlayerInfoSubmit",
+ 7457: "k_EMsgGCPlayerInfoSubmitResponse",
+ 7458: "k_EMsgGCToGCGetAccountLevel",
+ 7459: "k_EMsgGCToGCGetAccountLevelResponse",
+ 7460: "k_EMsgGCToGCGetAccountPartner",
+ 7461: "k_EMsgGCToGCGetAccountPartnerResponse",
+ 7462: "k_EMsgGCToGCGetAccountProfile",
+ 7463: "k_EMsgGCToGCGetAccountProfileResponse",
+ 7464: "k_EMsgDOTAGetWeekendTourneySchedule",
+ 7465: "k_EMsgDOTAWeekendTourneySchedule",
+ 7466: "k_EMsgGCJoinableCustomGameModesRequest",
+ 7467: "k_EMsgGCJoinableCustomGameModesResponse",
+ 7468: "k_EMsgGCJoinableCustomLobbiesRequest",
+ 7469: "k_EMsgGCJoinableCustomLobbiesResponse",
+ 7470: "k_EMsgGCQuickJoinCustomLobby",
+ 7471: "k_EMsgGCQuickJoinCustomLobbyResponse",
+ 7472: "k_EMsgGCToGCGrantEventPointAction",
+ 7473: "k_EMsgServerGetEventPoints",
+ 7474: "k_EMsgServerGetEventPointsResponse",
+ 7475: "k_EMsgServerGrantSurveyPermission",
+ 7476: "k_EMsgServerGrantSurveyPermissionResponse",
+ 7477: "k_EMsgClientProvideSurveyResult",
+ 7478: "k_EMsgGCToGCSetCompendiumSelection",
+ 7480: "k_EMsgGCToGCUpdateTI4HeroQuest",
+ 7481: "k_EMsgGCCompendiumDataChanged",
+ 7482: "k_EMsgDOTAFantasyLeagueFindRequest",
+ 7483: "k_EMsgDOTAFantasyLeagueFindResponse",
+ 7484: "k_EMsgGCHasItemQuery",
+ 7485: "k_EMsgGCHasItemResponse",
+ 7486: "k_EMsgGCConsumeFantasyTicket",
+ 7487: "k_EMsgGCConsumeFantasyTicketFailure",
+ 7488: "k_EMsgGCToGCGrantEventPointActionMsg",
+ 7489: "k_EMsgClientToGCTrackDialogResult",
+ 7490: "k_EMsgGCFantasyLeaveLeagueRequest",
+ 7491: "k_EMsgGCFantasyLeaveLeagueResponse",
+ 7492: "k_EMsgGCToGCGetCompendiumSelections",
+ 7493: "k_EMsgGCToGCGetCompendiumSelectionsResponse",
+ 7494: "k_EMsgServerToGCMatchConnectionStats",
+ 7495: "k_EMsgGCToClientTournamentItemDrop",
+ 7496: "k_EMsgSQLDelayedGrantLeagueDrop",
+ 7497: "k_EMsgServerGCUpdateSpectatorCount",
+ 7498: "k_EMsgDOTAStartDailyHeroChallengeRequest",
+ 7499: "k_EMsgGCFantasyPlayerScoreDetailsRequest",
+ 7500: "k_EMsgGCFantasyPlayerScoreDetailsResponse",
+ 7501: "k_EMsgGCToGCEmoticonUnlock",
+ 7502: "k_EMsgSignOutDraftInfo",
+ 7503: "k_EMsgClientToGCEmoticonDataRequest",
+ 7504: "k_EMsgGCToClientEmoticonData",
+ 7505: "k_EMsgGCPracticeLobbyToggleBroadcastChannelCameramanStatus",
+ 7506: "k_EMsgGCToGCCreateWeekendTourneyRequest",
+ 7507: "k_EMsgGCToGCCreateWeekendTourneyResponse",
+ 7510: "k_EMsgGCToGCCreateGenericTeamsRequest",
+ 7511: "k_EMsgGCToGCCreateGenericTeamsResponse",
+ 7512: "k_EMsgSQLLaunchOneWeekendTourney",
+ 7513: "k_EMsgClientToGCSetAdditionalEquips",
+ 7514: "k_EMsgClientToGCGetAdditionalEquips",
+ 7515: "k_EMsgClientToGCGetAdditionalEquipsResponse",
+ 7516: "k_EMsgServerToGCGetAdditionalEquips",
+ 7517: "k_EMsgServerToGCGetAdditionalEquipsResponse",
+ 7518: "k_EMsgDOTARedeemItem",
+ 7519: "k_EMsgDOTARedeemItemResponse",
+ 7520: "k_EMsgSQLGCToGCGrantAllHeroProgress",
+ 7521: "k_EMsgClientToGCGetAllHeroProgress",
+ 7522: "k_EMsgClientToGCGetAllHeroProgressResponse",
+ 7523: "k_EMsgGCToGCGetServerForClient",
+ 7524: "k_EMsgGCToGCGetServerForClientResponse",
+ 7525: "k_EMsgSQLProcessTournamentGameOutcome",
+ 7526: "k_EMsgSQLGrantTrophyToAccount",
+ 7527: "k_EMsgClientToGCGetTrophyList",
+ 7528: "k_EMsgClientToGCGetTrophyListResponse",
+ 7529: "k_EMsgGCToClientTrophyAwarded",
+ 7530: "k_EMsgGCGameBotMatchSignOut",
+ 7531: "k_EMsgGCGameBotMatchSignOutPermissionRequest",
+ 7532: "k_EMsgSignOutBotInfo",
+ 7533: "k_EMsgGCToGCUpdateProfileCards",
+ 7534: "k_EMsgClientToGCGetProfileCard",
+ 7535: "k_EMsgClientToGCGetProfileCardResponse",
+ 7536: "k_EMsgServerToGCGetProfileCard",
+ 7537: "k_EMsgServerToGCGetProfileCardResponse",
+ 7538: "k_EMsgClientToGCSetProfileCardSlots",
+ 7539: "k_EMsgGCToClientProfileCardUpdated",
+ 7540: "k_EMsgServerToGCVictoryPredictions",
+ 7542: "k_EMsgClientToGCMarkNotificationListRead",
+ 7543: "k_EMsgGCToClientNewNotificationAdded",
+ 7544: "k_EMsgServerToGCSuspiciousActivity",
+ 7545: "k_EMsgSignOutCommunicationSummary",
+ 7546: "k_EMsgServerToGCRequestStatus_Response",
+ 7547: "k_EMsgClientToGCCreateHeroStatue",
+ 7548: "k_EMsgGCToClientHeroStatueCreateResult",
+ 7549: "k_EMsgGCGCToLANServerRelayConnect",
+ 7550: "k_EMsgSignOutAssassinMiniGameInfo",
+ 7551: "k_EMsgServerToGCGetIngameEventData",
+ 7552: "k_EMsgGCToGCUpdateIngameEventDataBroadcast",
+ 7553: "k_EMsgGCToServerIngameEventData_OraclePA",
+ 7554: "k_EMsgServerToGCReportKillSummaries",
+ 7555: "k_EMsgGCToGCReportKillSummaries",
+ 7556: "k_EMsgGCToGCUpdateAssassinMinigame",
+ 7557: "k_EMsgGCToGCFantasySetMatchLeague",
+ 7558: "k_EMsgClientToGCRecordCompendiumStats",
+ 7559: "k_EMsgGCItemEditorRequestLeagueInfo",
+ 7560: "k_EMsgGCItemEditorLeagueInfoResponse",
+ 7561: "k_EMsgGCToGCUpdatePlayerPredictions",
+ 7562: "k_EMsgGCToServerPredictionResult",
+ 7563: "k_EMsgServerToGCSignoutAwardAdditionalDrops",
+ 7564: "k_EMsgGCToGCSignoutAwardAdditionalDrops",
+ 7565: "k_EMsgGCToClientEventStatusChanged",
+ 7566: "k_EMsgGCHasItemDefsQuery",
+ 7567: "k_EMsgGCHasItemDefsResponse",
+ 7569: "k_EMsgGCToGCReplayMonitorValidateReplay",
+ 7572: "k_EMsgLobbyEventPoints",
+ 7573: "k_EMsgGCToGCGetCustomGameTickets",
+ 7574: "k_EMsgGCToGCGetCustomGameTicketsResponse",
+ 7575: "k_EMsgGCToClientNewBloomTimingUpdated",
+ 7576: "k_EMsgGCToGCCustomGamePlayed",
+ 7577: "k_EMsgGCToGCGrantEventPointsToUser",
+ 7578: "k_EMsgGCToGCSetEventMMPanicFlushTime",
+ 7579: "k_EMsgGameserverCrashReport",
+ 7580: "k_EMsgGameserverCrashReportResponse",
+ 7581: "k_EMsgGCToClientSteamDatagramTicket",
+ 7582: "k_EMsgGCToGCGrantEventOwnership",
+ 7583: "k_EMsgGCToGCSendAccountsEventPoints",
+ 7584: "k_EMsgClientToGCRerollPlayerChallenge",
+ 7585: "k_EMsgServerToGCRerollPlayerChallenge",
+ 7586: "k_EMsgGCRerollPlayerChallengeResponse",
+ 7587: "k_EMsgSignOutUpdatePlayerChallenge",
+ 7588: "k_EMsgClientToGCSetPartyLeader",
+ 7589: "k_EMsgClientToGCCancelPartyInvites",
+ 7590: "k_EMsgGCToGCMasterReloadAccount",
+ 7592: "k_EMsgSQLGrantLeagueMatchToTicketHolders",
+ 7593: "k_EMsgClientToGCSetAdditionalEquipsResponse",
+ 7594: "k_EMsgGCToGCEmoticonUnlockNoRollback",
+ 7595: "k_EMsgGCToGCGetCompendiumFanfare",
+ 7596: "k_EMsgServerToGCHoldEventPoints",
+ 7597: "k_EMsgSignOutReleaseEventPointHolds",
+ 7598: "k_EMsgGCToGCChatNewUserSession",
+ 7599: "k_EMsgClientToGCGetLeagueSeries",
+ 7600: "k_EMsgClientToGCGetLeagueSeriesResponse",
+ 7601: "k_EMsgSQLGCToGCSignoutUpdateLeagueSchedule",
+ 7602: "k_EMsgGCToServerUpdateBroadcastCheers",
+ 7603: "k_EMsgClientToGCApplyGemCombiner",
+ 7604: "k_EMsgClientToGCCreateStaticRecipe",
+ 7605: "k_EMsgClientToGCCreateStaticRecipeResponse",
+ 7606: "k_EMsgClientToGCGetAllHeroOrder",
+ 7607: "k_EMsgClientToGCGetAllHeroOrderResponse",
+ 7608: "k_EMsgSQLGCToGCGrantBadgePoints",
+ 7609: "k_EMsgGCToGCGetAccountMatchStatus",
+ 7610: "k_EMsgGCToGCGetAccountMatchStatusResponse",
+ 8001: "k_EMsgGCDev_GrantWarKill",
+ 8002: "k_EMsgClientToGCCreateTeamShowcase",
+ 8003: "k_EMsgGCToClientTeamShowcaseCreateResult",
+ 8004: "k_EMsgServerToGCLockCharmTrading",
+ 8005: "k_EMsgDOTACNY2015EventPointUsage",
+ 8006: "k_EMsgClientToGCPlayerStatsRequest",
+ 8007: "k_EMsgGCToClientPlayerStatsResponse",
+ 8008: "k_EMsgGCClearPracticeLobbyTeam",
+ 8009: "k_EMsgClientToGCFindTopSourceTVGames",
+ 8010: "k_EMsgGCToClientFindTopSourceTVGamesResponse",
+ 8011: "k_EMsgGCLobbyList",
+ 8012: "k_EMsgGCLobbyListResponse",
+ 8013: "k_EMsgGCPlayerStatsMatchSignOut",
+ 8014: "k_EMsgClientToGCCustomGamePlayerCountRequest",
+ 8015: "k_EMsgGCToClientCustomGamePlayerCountResponse",
+ 8016: "k_EMsgClientToGCSocialFeedPostCommentRequest",
+ 8017: "k_EMsgGCToClientSocialFeedPostCommentResponse",
+ 8018: "k_EMsgClientToGCCustomGamesFriendsPlayedRequest",
+ 8019: "k_EMsgGCToClientCustomGamesFriendsPlayedResponse",
+ 8020: "k_EMsgClientToGCFriendsPlayedCustomGameRequest",
+ 8021: "k_EMsgGCToClientFriendsPlayedCustomGameResponse",
+ 8022: "k_EMsgClientToGCFeaturedHeroesRequest",
+ 8023: "k_EMsgGCToClientFeaturedHeroesResponse",
+ 8024: "k_EMsgGCTopCustomGamesList",
+ 8025: "k_EMsgClientToGCSocialMatchPostCommentRequest",
+ 8026: "k_EMsgGCToClientSocialMatchPostCommentResponse",
+ 8027: "k_EMsgClientToGCSocialMatchDetailsRequest",
+ 8028: "k_EMsgGCToClientSocialMatchDetailsResponse",
+ 8029: "k_EMsgClientToGCSetPartyOpen",
+ 8030: "k_EMsgClientToGCMergePartyInvite",
+ 8031: "k_EMsgGCToClientMergeGroupInviteReply",
+ 8032: "k_EMsgClientToGCMergePartyResponse",
+ 8033: "k_EMsgGCToClientMergePartyResponseReply",
+ 8034: "k_EMsgClientToGCGetProfileCardStats",
+ 8035: "k_EMsgClientToGCGetProfileCardStatsResponse",
+ 8036: "k_EMsgClientToGCTopLeagueMatchesRequest",
+ 8037: "k_EMsgClientToGCTopFriendMatchesRequest",
+ 8040: "k_EMsgGCToClientProfileCardStatsUpdated",
+ 8041: "k_EMsgServerToGCRealtimeStats",
+ 8042: "k_EMsgGCToServerRealtimeStatsStartStop",
+ 8045: "k_EMsgGCToGCGetServersForClients",
+ 8046: "k_EMsgGCToGCGetServersForClientsResponse",
+ 8047: "k_EMsgGCPracticeLobbyKickFromTeam",
+ 8048: "k_EMsgDOTAChatGetMemberCount",
+ 8049: "k_EMsgDOTAChatGetMemberCountResponse",
+ 8050: "k_EMsgClientToGCSocialFeedPostMessageRequest",
+ 8051: "k_EMsgGCToClientSocialFeedPostMessageResponse",
+ 8052: "k_EMsgCustomGameListenServerStartedLoading",
+ 8053: "k_EMsgCustomGameClientFinishedLoading",
+ 8054: "k_EMsgGCPracticeLobbyCloseBroadcastChannel",
+ 8055: "k_EMsgGCStartFindingMatchResponse",
+ 8056: "k_EMsgSQLGCToGCUpdateHeroMMR",
+ 8057: "k_EMsgSQLGCToGCGrantAccountFlag",
+ 8058: "k_EMsgGCToGCGetAccountFlags",
+ 8059: "k_EMsgGCToGCGetAccountFlagsResponse",
+ 8060: "k_EMsgSignOutWagerStats",
+ 8061: "k_EMsgGCToClientTopLeagueMatchesResponse",
+ 8062: "k_EMsgGCToClientTopFriendMatchesResponse",
+ 8063: "k_EMsgClientToGCMatchesMinimalRequest",
+ 8064: "k_EMsgClientToGCMatchesMinimalResponse",
+ 8065: "k_EMsgGCToGCGetProfileBadgePoints",
+ 8066: "k_EMsgGCToGCGetProfileBadgePointsResponse",
+ 8067: "k_EMsgGCToClientChatRegionsEnabled",
+ 8068: "k_EMsgClientToGCPingData",
+ 8069: "k_EMsgServerToGCMatchDetailsRequest",
+ 8070: "k_EMsgGCToServerMatchDetailsResponse",
+ 8071: "k_EMsgGCToGCEnsureAccountInParty",
+ 8072: "k_EMsgGCToGCEnsureAccountInPartyResponse",
+ 8073: "k_EMsgClientToGCGetProfileTickets",
+ 8074: "k_EMsgClientToGCGetProfileTicketsResponse",
+ 8075: "k_EMsgGCToClientMatchGroupsVersion",
+ 8076: "k_EMsgClientToGCH264Unsupported",
+ 8077: "k_EMsgClientToGCRequestH264Support",
+ 8078: "k_EMsgClientToGCGetQuestProgress",
+ 8079: "k_EMsgClientToGCGetQuestProgressResponse",
+ 8080: "k_EMsgSignOutXPCoins",
+ 8081: "k_EMsgGCToClientMatchSignedOut",
+ 8082: "k_EMsgGCGetHeroStatsHistory",
+ 8083: "k_EMsgGCGetHeroStatsHistoryResponse",
+ 8084: "k_EMsgClientToGCPrivateChatInvite",
+ 8088: "k_EMsgClientToGCPrivateChatKick",
+ 8089: "k_EMsgClientToGCPrivateChatPromote",
+ 8090: "k_EMsgClientToGCPrivateChatDemote",
+ 8091: "k_EMsgGCToClientPrivateChatResponse",
+ 8092: "k_EMsgClientToGCPrivateChatInfoRequest",
+ 8093: "k_EMsgGCToClientPrivateChatInfoResponse",
+ 8095: "k_EMsgClientToGCLatestBehaviorReportRequest",
+ 8096: "k_EMsgClientToGCLatestBehaviorReport",
+}
+var EDOTAGCMsg_value = map[string]int32{
+ "k_EMsgGCDOTABase": 7000,
+ "k_EMsgGCGeneralResponse": 7001,
+ "k_EMsgGCGameMatchSignOut": 7004,
+ "k_EMsgGCGameMatchSignOutResponse": 7005,
+ "k_EMsgGCJoinChatChannel": 7009,
+ "k_EMsgGCJoinChatChannelResponse": 7010,
+ "k_EMsgGCOtherJoinedChannel": 7013,
+ "k_EMsgGCOtherLeftChannel": 7014,
+ "k_EMsgGCMatchHistoryList": 7017,
+ "k_EMsgServerToGCRequestStatus": 7026,
+ "k_EMsgGCGetRecentMatches": 7027,
+ "k_EMsgGCRecentMatchesResponse": 7028,
+ "k_EMsgGCStartFindingMatch": 7033,
+ "k_EMsgGCConnectedPlayers": 7034,
+ "k_EMsgGCAbandonCurrentGame": 7035,
+ "k_EMsgGCStopFindingMatch": 7036,
+ "k_EMsgGCPracticeLobbyCreate": 7038,
+ "k_EMsgGCPracticeLobbyLeave": 7040,
+ "k_EMsgGCPracticeLobbyLaunch": 7041,
+ "k_EMsgGCPracticeLobbyList": 7042,
+ "k_EMsgGCPracticeLobbyListResponse": 7043,
+ "k_EMsgGCPracticeLobbyJoin": 7044,
+ "k_EMsgGCPracticeLobbySetDetails": 7046,
+ "k_EMsgGCPracticeLobbySetTeamSlot": 7047,
+ "k_EMsgGCInitialQuestionnaireResponse": 7049,
+ "k_EMsgGCTournamentRequest": 7051,
+ "k_EMsgGCTournamentResponse": 7052,
+ "k_EMsgGCPracticeLobbyResponse": 7055,
+ "k_EMsgGCBroadcastNotification": 7056,
+ "k_EMsgGCLiveScoreboardUpdate": 7057,
+ "k_EMsgGCRequestChatChannelList": 7060,
+ "k_EMsgGCRequestChatChannelListResponse": 7061,
+ "k_EMsgGCRequestMatches": 7064,
+ "k_EMsgGCRequestMatchesResponse": 7065,
+ "k_EMsgGCRequestPlayerResources": 7068,
+ "k_EMsgGCRequestPlayerResourcesResponse": 7069,
+ "k_EMsgGCReadyUp": 7070,
+ "k_EMsgGCKickedFromMatchmakingQueue": 7071,
+ "k_EMsgGCLeaverDetected": 7072,
+ "k_EMsgGCSpectateFriendGame": 7073,
+ "k_EMsgGCSpectateFriendGameResponse": 7074,
+ "k_EMsgGCPlayerReports": 7075,
+ "k_EMsgGCReportsRemainingRequest": 7076,
+ "k_EMsgGCReportsRemainingResponse": 7077,
+ "k_EMsgGCSubmitPlayerReport": 7078,
+ "k_EMsgGCSubmitPlayerReportResponse": 7079,
+ "k_EMsgGCGameChatLog": 7080,
+ "k_EMsgGCPracticeLobbyKick": 7081,
+ "k_EMsgGCReportCountsRequest": 7082,
+ "k_EMsgGCReportCountsResponse": 7083,
+ "k_EMsgGCRequestSaveGames": 7084,
+ "k_EMsgGCRequestSaveGamesServer": 7085,
+ "k_EMsgGCRequestSaveGamesResponse": 7086,
+ "k_EMsgGCLeaverDetectedResponse": 7087,
+ "k_EMsgGCPlayerFailedToConnect": 7088,
+ "k_EMsgGCGCToRelayConnect": 7089,
+ "k_EMsgGCGCToRelayConnectresponse": 7090,
+ "k_EMsgGCWatchGame": 7091,
+ "k_EMsgGCWatchGameResponse": 7092,
+ "k_EMsgGCBanStatusRequest": 7093,
+ "k_EMsgGCBanStatusResponse": 7094,
+ "k_EMsgGCMatchDetailsRequest": 7095,
+ "k_EMsgGCMatchDetailsResponse": 7096,
+ "k_EMsgGCCancelWatchGame": 7097,
+ "k_EMsgGCProfileRequest": 7098,
+ "k_EMsgGCProfileResponse": 7099,
+ "k_EMsgGCPopup": 7102,
+ "k_EMsgGCDOTAClearNotifySuccessfulReport": 7104,
+ "k_EMsgGCFriendPracticeLobbyListRequest": 7111,
+ "k_EMsgGCFriendPracticeLobbyListResponse": 7112,
+ "k_EMsgGCPracticeLobbyJoinResponse": 7113,
+ "k_EMsgClientEconNotification_Job": 7114,
+ "k_EMsgGCCreateTeam": 7115,
+ "k_EMsgGCCreateTeamResponse": 7116,
+ "k_EMsgGCDisbandTeam": 7117,
+ "k_EMsgGCDisbandTeamResponse": 7118,
+ "k_EMsgGCRequestTeamData": 7119,
+ "k_EMsgGCRequestTeamDataResponse": 7120,
+ "k_EMsgGCTeamData": 7121,
+ "k_EMsgGCTeamInvite_InviterToGC": 7122,
+ "k_EMsgGCTeamInvite_GCImmediateResponseToInviter": 7123,
+ "k_EMsgGCTeamInvite_GCRequestToInvitee": 7124,
+ "k_EMsgGCTeamInvite_InviteeResponseToGC": 7125,
+ "k_EMsgGCTeamInvite_GCResponseToInviter": 7126,
+ "k_EMsgGCTeamInvite_GCResponseToInvitee": 7127,
+ "k_EMsgGCKickTeamMember": 7128,
+ "k_EMsgGCKickTeamMemberResponse": 7129,
+ "k_EMsgGCLeaveTeam": 7130,
+ "k_EMsgGCLeaveTeamResponse": 7131,
+ "k_EMsgGCSuggestTeamMatchmaking": 7132,
+ "k_EMsgGCPlayerHeroesFavoritesAdd": 7133,
+ "k_EMsgGCPlayerHeroesFavoritesRemove": 7134,
+ "k_EMsgGCEditTeamLogo": 7139,
+ "k_EMsgGCEditTeamLogoResponse": 7140,
+ "k_EMsgGCSetShowcaseHero": 7141,
+ "k_EMsgGCApplyTeamToPracticeLobby": 7142,
+ "k_EMsgGCRequestInternatinalTicketEmail": 7143,
+ "k_EMsgGCTransferTeamAdmin": 7144,
+ "k_EMsgGCClearTournamentGame": 7145,
+ "k_EMsgRequestLeagueInfo": 7147,
+ "k_EMsgResponseLeagueInfo": 7148,
+ "k_EMsgGCPracticeLobbyJoinBroadcastChannel": 7149,
+ "k_EMsgGC_TournamentItemEvent": 7150,
+ "k_EMsgGC_TournamentItemEventResponse": 7151,
+ "k_EMsgCastMatchVote": 7152,
+ "k_EMsgCastMatchVoteResponse": 7153,
+ "k_EMsgRetrieveMatchVote": 7154,
+ "k_EMsgRetrieveMatchVoteResponse": 7155,
+ "k_EMsgTeamFanfare": 7156,
+ "k_EMsgResponseTeamFanfare": 7157,
+ "k_EMsgGC_GameServerUploadSaveGame": 7158,
+ "k_EMsgGC_GameServerSaveGameResult": 7159,
+ "k_EMsgGC_GameServerGetLoadGame": 7160,
+ "k_EMsgGC_GameServerGetLoadGameResult": 7161,
+ "k_EMsgGCTeamProfileRequest": 7164,
+ "k_EMsgGCTeamProfileResponse": 7165,
+ "k_EMsgGCEditTeamDetails": 7166,
+ "k_EMsgGCEditTeamDetailsResponse": 7167,
+ "k_EMsgGCProTeamListRequest": 7168,
+ "k_EMsgGCProTeamListResponse": 7169,
+ "k_EMsgGCReadyUpStatus": 7170,
+ "k_EMsgGCHallOfFame": 7171,
+ "k_EMsgGCHallOfFameRequest": 7172,
+ "k_EMsgGCHallOfFameResponse": 7173,
+ "k_EMsgGCGenerateDiretidePrizeList": 7174,
+ "k_EMsgGCRewardDiretidePrizes": 7176,
+ "k_EMsgGCDiretidePrizesRewardedResponse": 7177,
+ "k_EMsgGCHalloweenHighScoreRequest": 7178,
+ "k_EMsgGCHalloweenHighScoreResponse": 7179,
+ "k_EMsgGCGenerateDiretidePrizeListResponse": 7180,
+ "k_EMsgGCStorePromoPagesRequest": 7182,
+ "k_EMsgGCStorePromoPagesResponse": 7183,
+ "k_EMsgGCSpawnLootGreevil": 7184,
+ "k_EMsgGCDismissLootGreevil": 7185,
+ "k_EMsgGCToGCMatchCompleted": 7186,
+ "k_EMsgGCDismissLootGreevilResponse": 7187,
+ "k_EMsgGCBalancedShuffleLobby": 7188,
+ "k_EMsgGCToGCCheckLeaguePermission": 7189,
+ "k_EMsgGCToGCCheckLeaguePermissionResponse": 7190,
+ "k_EMsgGCLeagueScheduleRequest": 7191,
+ "k_EMsgGCLeagueScheduleResponse": 7192,
+ "k_EMsgGCLeagueScheduleEdit": 7193,
+ "k_EMsgGCLeagueScheduleEditResponse": 7194,
+ "k_EMsgGCLeaguesInMonthRequest": 7195,
+ "k_EMsgGCLeaguesInMonthResponse": 7196,
+ "k_EMsgGCMatchmakingStatsRequest": 7197,
+ "k_EMsgGCMatchmakingStatsResponse": 7198,
+ "k_EMsgGCBotGameCreate": 7199,
+ "k_EMsgGCSetMatchHistoryAccess": 7200,
+ "k_EMsgGCSetMatchHistoryAccessResponse": 7201,
+ "k_EMsgUpgradeLeagueItem": 7203,
+ "k_EMsgUpgradeLeagueItemResponse": 7204,
+ "k_EMsgGCTeamMemberProfileRequest": 7205,
+ "k_EMsgGCWatchDownloadedReplay": 7206,
+ "k_EMsgGCSetMapLocationState": 7207,
+ "k_EMsgGCSetMapLocationStateResponse": 7208,
+ "k_EMsgGCResetMapLocations": 7209,
+ "k_EMsgGCResetMapLocationsResponse": 7210,
+ "k_EMsgGCTeamOnProfile": 7211,
+ "k_EMsgGCSetFeaturedItems": 7212,
+ "k_EMsgGCFeaturedItems": 7215,
+ "k_EMsgRefreshPartnerAccountLink": 7216,
+ "k_EMsgClientsRejoinChatChannels": 7217,
+ "k_EMsgGCToGCGetUserChatInfo": 7218,
+ "k_EMsgGCToGCGetUserChatInfoResponse": 7219,
+ "k_EMsgGCToGCLeaveAllChatChannels": 7220,
+ "k_EMsgGCToGCUpdateAccountChatBan": 7221,
+ "k_EMsgGCGuildCreateRequest": 7222,
+ "k_EMsgGCGuildCreateResponse": 7223,
+ "k_EMsgGCGuildSetAccountRoleRequest": 7224,
+ "k_EMsgGCGuildSetAccountRoleResponse": 7225,
+ "k_EMsgGCRequestGuildData": 7226,
+ "k_EMsgGCGuildData": 7227,
+ "k_EMsgGCGuildInviteAccountRequest": 7228,
+ "k_EMsgGCGuildInviteAccountResponse": 7229,
+ "k_EMsgGCGuildCancelInviteRequest": 7230,
+ "k_EMsgGCGuildCancelInviteResponse": 7231,
+ "k_EMsgGCGuildUpdateDetailsRequest": 7232,
+ "k_EMsgGCGuildUpdateDetailsResponse": 7233,
+ "k_EMsgGCToGCCanInviteUser": 7234,
+ "k_EMsgGCToGCCanInviteUserResponse": 7235,
+ "k_EMsgGCToGCGetUserRank": 7236,
+ "k_EMsgGCToGCGetUserRankResponse": 7237,
+ "k_EMsgGCToGCUpdateTeamStats": 7240,
+ "k_EMsgGCToGCGetTeamRank": 7241,
+ "k_EMsgGCToGCGetTeamRankResponse": 7242,
+ "k_EMsgGCTeamIDByNameRequest": 7245,
+ "k_EMsgGCTeamIDByNameResponse": 7246,
+ "k_EMsgGCEditTeam": 7247,
+ "k_EMsgGCPassportDataRequest": 7248,
+ "k_EMsgGCPassportDataResponse": 7249,
+ "k_EMsgGCNotInGuildData": 7251,
+ "k_EMsgGCGuildInviteData": 7254,
+ "k_EMsgGCToGCGetLeagueAdmin": 7255,
+ "k_EMsgGCToGCGetLeagueAdminResponse": 7256,
+ "k_EMsgGCRequestLeaguePrizePool": 7258,
+ "k_EMsgGCRequestLeaguePrizePoolResponse": 7259,
+ "k_EMsgGCToGCUpdateOpenGuildPartyRequest": 7261,
+ "k_EMsgGCToGCUpdateOpenGuildPartyResponse": 7262,
+ "k_EMsgGCToGCDestroyOpenGuildPartyRequest": 7263,
+ "k_EMsgGCToGCDestroyOpenGuildPartyResponse": 7264,
+ "k_EMsgGCGuildUpdateMessage": 7265,
+ "k_EMsgGCPartySetOpenGuildRequest": 7266,
+ "k_EMsgGCPartySetOpenGuildResponse": 7267,
+ "k_EMsgGCGuildOpenPartyRefresh": 7268,
+ "k_EMsgGCJoinOpenGuildPartyRequest": 7269,
+ "k_EMsgGCJoinOpenGuildPartyResponse": 7270,
+ "k_EMsgGCLeaveChatChannel": 7272,
+ "k_EMsgGCChatMessage": 7273,
+ "k_EMsgGCGetHeroStandings": 7274,
+ "k_EMsgGCGetHeroStandingsResponse": 7275,
+ "k_EMsgGCGuildEditLogoRequest": 7279,
+ "k_EMsgGCGuildEditLogoResponse": 7280,
+ "k_EMsgGCGuildmatePracticeLobbyListRequest": 7281,
+ "k_EMsgGCGuildmatePracticeLobbyListResponse": 7282,
+ "k_EMsgGCItemEditorReservationsRequest": 7283,
+ "k_EMsgGCItemEditorReservationsResponse": 7284,
+ "k_EMsgGCItemEditorReserveItemDef": 7285,
+ "k_EMsgGCItemEditorReserveItemDefResponse": 7286,
+ "k_EMsgGCItemEditorReleaseReservation": 7287,
+ "k_EMsgGCItemEditorReleaseReservationResponse": 7288,
+ "k_EMsgGCRewardTutorialPrizes": 7289,
+ "k_EMsgGCLastHitChallengeHighScorePost": 7290,
+ "k_EMsgGCLastHitChallengeHighScoreRequest": 7291,
+ "k_EMsgGCLastHitChallengeHighScoreResponse": 7292,
+ "k_EMsgGCCreateFantasyLeagueRequest": 7293,
+ "k_EMsgGCCreateFantasyLeagueResponse": 7294,
+ "k_EMsgGCFantasyLeagueInfoRequest": 7297,
+ "k_EMsgGCFantasyLeagueInfoResponse": 7298,
+ "k_EMsgGCFantasyLeagueInfo": 7299,
+ "k_EMsgGCCreateFantasyTeamRequest": 7300,
+ "k_EMsgGCCreateFantasyTeamResponse": 7301,
+ "k_EMsgGCEditFantasyTeamRequest": 7302,
+ "k_EMsgGCEditFantasyTeamResponse": 7303,
+ "k_EMsgGCFantasyTeamInfoRequestByFantasyLeagueID": 7304,
+ "k_EMsgGCFantasyTeamInfoRequestByOwnerAccountID": 7305,
+ "k_EMsgGCFantasyTeamInfoResponse": 7306,
+ "k_EMsgGCFantasyTeamInfo": 7307,
+ "k_EMsgGCFantasyLivePlayerStats": 7308,
+ "k_EMsgGCFantasyFinalPlayerStats": 7309,
+ "k_EMsgGCFantasyMatch": 7310,
+ "k_EMsgGCToGCReloadVersions": 7311,
+ "k_EMsgGCFantasyTeamScoreRequest": 7312,
+ "k_EMsgGCFantasyTeamScoreResponse": 7313,
+ "k_EMsgGCFantasyTeamStandingsRequest": 7314,
+ "k_EMsgGCFantasyTeamStandingsResponse": 7315,
+ "k_EMsgGCFantasyPlayerScoreRequest": 7316,
+ "k_EMsgGCFantasyPlayerScoreResponse": 7317,
+ "k_EMsgGCFantasyPlayerStandingsRequest": 7318,
+ "k_EMsgGCFantasyPlayerStandingsResponse": 7319,
+ "k_EMsgGCFlipLobbyTeams": 7320,
+ "k_EMsgGCCustomGameCreate": 7321,
+ "k_EMsgGCFantasyPlayerInfoRequest": 7322,
+ "k_EMsgGCFantasyPlayerInfoResponse": 7323,
+ "k_EMsgGCToGCProcessPlayerReportForTarget": 7324,
+ "k_EMsgGCToGCProcessReportSuccess": 7325,
+ "k_EMsgGCNotifyAccountFlagsChange": 7326,
+ "k_EMsgGCSetProfilePrivacy": 7327,
+ "k_EMsgGCSetProfilePrivacyResponse": 7328,
+ "k_EMsgGCSteamProfileRequest": 7329,
+ "k_EMsgGCSteamProfileRequestResponse": 7330,
+ "k_EMsgGCFantasyLeagueCreateInfoRequest": 7331,
+ "k_EMsgGCFantasyLeagueCreateInfoResponse": 7332,
+ "k_EMsgGCFantasyLeagueInviteInfoRequest": 7333,
+ "k_EMsgGCFantasyLeagueInviteInfoResponse": 7334,
+ "k_EMsgGCClientIgnoredUser": 7335,
+ "k_EMsgGCFantasyLeagueCreateRequest": 7336,
+ "k_EMsgGCFantasyLeagueCreateResponse": 7337,
+ "k_EMsgGCFantasyTeamCreateRequest": 7338,
+ "k_EMsgGCFantasyTeamCreateResponse": 7339,
+ "k_EMsgGCFantasyLeagueFriendJoinListRequest": 7340,
+ "k_EMsgGCFantasyLeagueFriendJoinListResponse": 7341,
+ "k_EMsgGCClientSuspended": 7342,
+ "k_EMsgGCPartyMemberSetCoach": 7343,
+ "k_EMsgGCFantasyLeagueEditInvitesRequest": 7344,
+ "k_EMsgGCFantasyLeagueEditInvitesResponse": 7345,
+ "k_EMsgGCPracticeLobbySetCoach": 7346,
+ "k_EMsgGCFantasyLeagueEditInfoRequest": 7347,
+ "k_EMsgGCFantasyLeagueEditInfoResponse": 7348,
+ "k_EMsgGCFantasyLeagueDraftStatusRequest": 7349,
+ "k_EMsgGCFantasyLeagueDraftStatus": 7350,
+ "k_EMsgGCFantasyLeagueDraftPlayerRequest": 7351,
+ "k_EMsgGCFantasyLeagueDraftPlayerResponse": 7352,
+ "k_EMsgGCFantasyLeagueMatchupsRequest": 7353,
+ "k_EMsgGCFantasyLeagueMatchupsResponse": 7354,
+ "k_EMsgGCFantasyTeamRosterSwapRequest": 7355,
+ "k_EMsgGCFantasyTeamRosterSwapResponse": 7356,
+ "k_EMsgGCFantasyTeamRosterRequest": 7357,
+ "k_EMsgGCFantasyTeamRosterResponse": 7358,
+ "k_EMsgGCNexonPartnerUpdate": 7359,
+ "k_EMsgGCToGCProcessPCBangRewardPoints": 7360,
+ "k_EMsgGCFantasyTeamRosterAddDropRequest": 7361,
+ "k_EMsgGCFantasyTeamRosterAddDropResponse": 7362,
+ "k_EMsgPresentedClientTerminateDlg": 7363,
+ "k_EMsgGCFantasyPlayerHisoricalStatsRequest": 7364,
+ "k_EMsgGCFantasyPlayerHisoricalStatsResponse": 7365,
+ "k_EMsgGCPCBangTimedRewardMessage": 7366,
+ "k_EMsgGCLobbyUpdateBroadcastChannelInfo": 7367,
+ "k_EMsgGCFantasyTeamTradesRequest": 7368,
+ "k_EMsgGCFantasyTeamTradesResponse": 7369,
+ "k_EMsgGCFantasyTeamTradeCancelRequest": 7370,
+ "k_EMsgGCFantasyTeamTradeCancelResponse": 7371,
+ "k_EMsgGCToGCGrantTournamentItem": 7372,
+ "k_EMsgGCProcessFantasyScheduledEvent": 7373,
+ "k_EMsgGCToGCGrantPCBangRewardItem": 7374,
+ "k_EMsgGCToGCUpgradeTwitchViewerItems": 7375,
+ "k_EMsgGCToGCGetLiveMatchAffiliates": 7376,
+ "k_EMsgGCToGCGetLiveMatchAffiliatesResponse": 7377,
+ "k_EMsgGCToGCUpdatePlayerPennantCounts": 7378,
+ "k_EMsgGCToGCGetPlayerPennantCounts": 7379,
+ "k_EMsgGCToGCGetPlayerPennantCountsResponse": 7380,
+ "k_EMsgGCGameMatchSignOutPermissionRequest": 7381,
+ "k_EMsgGCGameMatchSignOutPermissionResponse": 7382,
+ "k_EMsgDOTAChatChannelMemberUpdate": 7383,
+ "k_EMsgDOTAAwardEventPoints": 7384,
+ "k_EMsgDOTARedeemEventPrize": 7385,
+ "k_EMsgDOTARedeemEventPrizeResponse": 7386,
+ "k_EMsgDOTAGetEventPoints": 7387,
+ "k_EMsgDOTAGetEventPointsResponse": 7388,
+ "k_EMsgGCToGCSignoutAwardEventPoints": 7390,
+ "k_EMsgDOTASendFriendRecruits": 7393,
+ "k_EMsgDOTAFriendRecruitsRequest": 7394,
+ "k_EMsgDOTAFriendRecruitsResponse": 7395,
+ "k_EMsgDOTAFriendRecruitInviteAcceptDecline": 7396,
+ "k_EMsgGCPartyLeaderWatchGamePrompt": 7397,
+ "k_EMsgDOTAFrostivusTimeElapsed": 7398,
+ "k_EMsgGCToGCGrantEarnedLicense": 7399,
+ "k_EMsgDOTALiveLeagueGameUpdate": 7402,
+ "k_EMsgDOTAChatGetUserList": 7403,
+ "k_EMsgDOTAChatGetUserListResponse": 7404,
+ "k_EMsgGCCompendiumSetSelection": 7405,
+ "k_EMsgGCCompendiumDataRequest": 7406,
+ "k_EMsgGCCompendiumDataResponse": 7407,
+ "k_EMsgDOTAGetPlayerMatchHistory": 7408,
+ "k_EMsgDOTAGetPlayerMatchHistoryResponse": 7409,
+ "k_EMsgGCToGCMatchmakingAddParty": 7410,
+ "k_EMsgGCToGCMatchmakingRemoveParty": 7411,
+ "k_EMsgGCToGCMatchmakingRemoveAllParties": 7412,
+ "k_EMsgGCToGCMatchmakingMatchFound": 7413,
+ "k_EMsgGCToGCUpdateMatchManagementStats": 7414,
+ "k_EMsgGCToGCUpdateMatchmakingStats": 7415,
+ "k_EMsgGCToServerPingRequest": 7416,
+ "k_EMsgGCToServerPingResponse": 7417,
+ "k_EMsgGCToServerConsoleCommand": 7418,
+ "k_EMsgGCToGCUpdateLiveLeagueGameInfo": 7420,
+ "k_EMsgGCMakeOffering": 7423,
+ "k_EMsgGCRequestOfferings": 7424,
+ "k_EMsgGCRequestOfferingsResponse": 7425,
+ "k_EMsgGCToGCProcessMatchLeaver": 7426,
+ "k_EMsgGCNotificationsRequest": 7427,
+ "k_EMsgGCNotificationsResponse": 7428,
+ "k_EMsgGCToGCModifyNotification": 7429,
+ "k_EMsgGCToGCSetNewNotifications": 7430,
+ "k_EMsgGCToGCSetIsLeagueAdmin": 7431,
+ "k_EMsgGCLeagueAdminState": 7432,
+ "k_EMsgGCToGCSendLeagueAdminState": 7433,
+ "k_EMsgGCLeagueAdminList": 7434,
+ "k_EMsgGCNotificationsMarkReadRequest": 7435,
+ "k_EMsgGCFantasyMessageAdd": 7436,
+ "k_EMsgGCFantasyMessagesRequest": 7437,
+ "k_EMsgGCFantasyMessagesResponse": 7438,
+ "k_EMsgGCFantasyScheduledMatchesRequest": 7439,
+ "k_EMsgGCFantasyScheduledMatchesResponse": 7440,
+ "k_EMsgGCToGCGrantLeagueAccess": 7441,
+ "k_EMsgGCEventGameCreate": 7443,
+ "k_EMsgGCPerfectWorldUserLookupRequest": 7444,
+ "k_EMsgGCPerfectWorldUserLookupResponse": 7445,
+ "k_EMsgGCToGCIncrementRecruitmentSDO": 7446,
+ "k_EMsgGCToGCIncrementRecruitmentLevel": 7447,
+ "k_EMsgGCFantasyRemoveOwner": 7448,
+ "k_EMsgGCFantasyRemoveOwnerResponse": 7449,
+ "k_EMsgGCRequestBatchPlayerResources": 7450,
+ "k_EMsgGCRequestBatchPlayerResourcesResponse": 7451,
+ "k_EMsgGCToGCSendUpdateLeagues": 7452,
+ "k_EMsgGCCompendiumSetSelectionResponse": 7453,
+ "k_EMsgGCPlayerInfoRequest": 7454,
+ "k_EMsgGCPlayerInfo": 7455,
+ "k_EMsgGCPlayerInfoSubmit": 7456,
+ "k_EMsgGCPlayerInfoSubmitResponse": 7457,
+ "k_EMsgGCToGCGetAccountLevel": 7458,
+ "k_EMsgGCToGCGetAccountLevelResponse": 7459,
+ "k_EMsgGCToGCGetAccountPartner": 7460,
+ "k_EMsgGCToGCGetAccountPartnerResponse": 7461,
+ "k_EMsgGCToGCGetAccountProfile": 7462,
+ "k_EMsgGCToGCGetAccountProfileResponse": 7463,
+ "k_EMsgDOTAGetWeekendTourneySchedule": 7464,
+ "k_EMsgDOTAWeekendTourneySchedule": 7465,
+ "k_EMsgGCJoinableCustomGameModesRequest": 7466,
+ "k_EMsgGCJoinableCustomGameModesResponse": 7467,
+ "k_EMsgGCJoinableCustomLobbiesRequest": 7468,
+ "k_EMsgGCJoinableCustomLobbiesResponse": 7469,
+ "k_EMsgGCQuickJoinCustomLobby": 7470,
+ "k_EMsgGCQuickJoinCustomLobbyResponse": 7471,
+ "k_EMsgGCToGCGrantEventPointAction": 7472,
+ "k_EMsgServerGetEventPoints": 7473,
+ "k_EMsgServerGetEventPointsResponse": 7474,
+ "k_EMsgServerGrantSurveyPermission": 7475,
+ "k_EMsgServerGrantSurveyPermissionResponse": 7476,
+ "k_EMsgClientProvideSurveyResult": 7477,
+ "k_EMsgGCToGCSetCompendiumSelection": 7478,
+ "k_EMsgGCToGCUpdateTI4HeroQuest": 7480,
+ "k_EMsgGCCompendiumDataChanged": 7481,
+ "k_EMsgDOTAFantasyLeagueFindRequest": 7482,
+ "k_EMsgDOTAFantasyLeagueFindResponse": 7483,
+ "k_EMsgGCHasItemQuery": 7484,
+ "k_EMsgGCHasItemResponse": 7485,
+ "k_EMsgGCConsumeFantasyTicket": 7486,
+ "k_EMsgGCConsumeFantasyTicketFailure": 7487,
+ "k_EMsgGCToGCGrantEventPointActionMsg": 7488,
+ "k_EMsgClientToGCTrackDialogResult": 7489,
+ "k_EMsgGCFantasyLeaveLeagueRequest": 7490,
+ "k_EMsgGCFantasyLeaveLeagueResponse": 7491,
+ "k_EMsgGCToGCGetCompendiumSelections": 7492,
+ "k_EMsgGCToGCGetCompendiumSelectionsResponse": 7493,
+ "k_EMsgServerToGCMatchConnectionStats": 7494,
+ "k_EMsgGCToClientTournamentItemDrop": 7495,
+ "k_EMsgSQLDelayedGrantLeagueDrop": 7496,
+ "k_EMsgServerGCUpdateSpectatorCount": 7497,
+ "k_EMsgDOTAStartDailyHeroChallengeRequest": 7498,
+ "k_EMsgGCFantasyPlayerScoreDetailsRequest": 7499,
+ "k_EMsgGCFantasyPlayerScoreDetailsResponse": 7500,
+ "k_EMsgGCToGCEmoticonUnlock": 7501,
+ "k_EMsgSignOutDraftInfo": 7502,
+ "k_EMsgClientToGCEmoticonDataRequest": 7503,
+ "k_EMsgGCToClientEmoticonData": 7504,
+ "k_EMsgGCPracticeLobbyToggleBroadcastChannelCameramanStatus": 7505,
+ "k_EMsgGCToGCCreateWeekendTourneyRequest": 7506,
+ "k_EMsgGCToGCCreateWeekendTourneyResponse": 7507,
+ "k_EMsgGCToGCCreateGenericTeamsRequest": 7510,
+ "k_EMsgGCToGCCreateGenericTeamsResponse": 7511,
+ "k_EMsgSQLLaunchOneWeekendTourney": 7512,
+ "k_EMsgClientToGCSetAdditionalEquips": 7513,
+ "k_EMsgClientToGCGetAdditionalEquips": 7514,
+ "k_EMsgClientToGCGetAdditionalEquipsResponse": 7515,
+ "k_EMsgServerToGCGetAdditionalEquips": 7516,
+ "k_EMsgServerToGCGetAdditionalEquipsResponse": 7517,
+ "k_EMsgDOTARedeemItem": 7518,
+ "k_EMsgDOTARedeemItemResponse": 7519,
+ "k_EMsgSQLGCToGCGrantAllHeroProgress": 7520,
+ "k_EMsgClientToGCGetAllHeroProgress": 7521,
+ "k_EMsgClientToGCGetAllHeroProgressResponse": 7522,
+ "k_EMsgGCToGCGetServerForClient": 7523,
+ "k_EMsgGCToGCGetServerForClientResponse": 7524,
+ "k_EMsgSQLProcessTournamentGameOutcome": 7525,
+ "k_EMsgSQLGrantTrophyToAccount": 7526,
+ "k_EMsgClientToGCGetTrophyList": 7527,
+ "k_EMsgClientToGCGetTrophyListResponse": 7528,
+ "k_EMsgGCToClientTrophyAwarded": 7529,
+ "k_EMsgGCGameBotMatchSignOut": 7530,
+ "k_EMsgGCGameBotMatchSignOutPermissionRequest": 7531,
+ "k_EMsgSignOutBotInfo": 7532,
+ "k_EMsgGCToGCUpdateProfileCards": 7533,
+ "k_EMsgClientToGCGetProfileCard": 7534,
+ "k_EMsgClientToGCGetProfileCardResponse": 7535,
+ "k_EMsgServerToGCGetProfileCard": 7536,
+ "k_EMsgServerToGCGetProfileCardResponse": 7537,
+ "k_EMsgClientToGCSetProfileCardSlots": 7538,
+ "k_EMsgGCToClientProfileCardUpdated": 7539,
+ "k_EMsgServerToGCVictoryPredictions": 7540,
+ "k_EMsgClientToGCMarkNotificationListRead": 7542,
+ "k_EMsgGCToClientNewNotificationAdded": 7543,
+ "k_EMsgServerToGCSuspiciousActivity": 7544,
+ "k_EMsgSignOutCommunicationSummary": 7545,
+ "k_EMsgServerToGCRequestStatus_Response": 7546,
+ "k_EMsgClientToGCCreateHeroStatue": 7547,
+ "k_EMsgGCToClientHeroStatueCreateResult": 7548,
+ "k_EMsgGCGCToLANServerRelayConnect": 7549,
+ "k_EMsgSignOutAssassinMiniGameInfo": 7550,
+ "k_EMsgServerToGCGetIngameEventData": 7551,
+ "k_EMsgGCToGCUpdateIngameEventDataBroadcast": 7552,
+ "k_EMsgGCToServerIngameEventData_OraclePA": 7553,
+ "k_EMsgServerToGCReportKillSummaries": 7554,
+ "k_EMsgGCToGCReportKillSummaries": 7555,
+ "k_EMsgGCToGCUpdateAssassinMinigame": 7556,
+ "k_EMsgGCToGCFantasySetMatchLeague": 7557,
+ "k_EMsgClientToGCRecordCompendiumStats": 7558,
+ "k_EMsgGCItemEditorRequestLeagueInfo": 7559,
+ "k_EMsgGCItemEditorLeagueInfoResponse": 7560,
+ "k_EMsgGCToGCUpdatePlayerPredictions": 7561,
+ "k_EMsgGCToServerPredictionResult": 7562,
+ "k_EMsgServerToGCSignoutAwardAdditionalDrops": 7563,
+ "k_EMsgGCToGCSignoutAwardAdditionalDrops": 7564,
+ "k_EMsgGCToClientEventStatusChanged": 7565,
+ "k_EMsgGCHasItemDefsQuery": 7566,
+ "k_EMsgGCHasItemDefsResponse": 7567,
+ "k_EMsgGCToGCReplayMonitorValidateReplay": 7569,
+ "k_EMsgLobbyEventPoints": 7572,
+ "k_EMsgGCToGCGetCustomGameTickets": 7573,
+ "k_EMsgGCToGCGetCustomGameTicketsResponse": 7574,
+ "k_EMsgGCToClientNewBloomTimingUpdated": 7575,
+ "k_EMsgGCToGCCustomGamePlayed": 7576,
+ "k_EMsgGCToGCGrantEventPointsToUser": 7577,
+ "k_EMsgGCToGCSetEventMMPanicFlushTime": 7578,
+ "k_EMsgGameserverCrashReport": 7579,
+ "k_EMsgGameserverCrashReportResponse": 7580,
+ "k_EMsgGCToClientSteamDatagramTicket": 7581,
+ "k_EMsgGCToGCGrantEventOwnership": 7582,
+ "k_EMsgGCToGCSendAccountsEventPoints": 7583,
+ "k_EMsgClientToGCRerollPlayerChallenge": 7584,
+ "k_EMsgServerToGCRerollPlayerChallenge": 7585,
+ "k_EMsgGCRerollPlayerChallengeResponse": 7586,
+ "k_EMsgSignOutUpdatePlayerChallenge": 7587,
+ "k_EMsgClientToGCSetPartyLeader": 7588,
+ "k_EMsgClientToGCCancelPartyInvites": 7589,
+ "k_EMsgGCToGCMasterReloadAccount": 7590,
+ "k_EMsgSQLGrantLeagueMatchToTicketHolders": 7592,
+ "k_EMsgClientToGCSetAdditionalEquipsResponse": 7593,
+ "k_EMsgGCToGCEmoticonUnlockNoRollback": 7594,
+ "k_EMsgGCToGCGetCompendiumFanfare": 7595,
+ "k_EMsgServerToGCHoldEventPoints": 7596,
+ "k_EMsgSignOutReleaseEventPointHolds": 7597,
+ "k_EMsgGCToGCChatNewUserSession": 7598,
+ "k_EMsgClientToGCGetLeagueSeries": 7599,
+ "k_EMsgClientToGCGetLeagueSeriesResponse": 7600,
+ "k_EMsgSQLGCToGCSignoutUpdateLeagueSchedule": 7601,
+ "k_EMsgGCToServerUpdateBroadcastCheers": 7602,
+ "k_EMsgClientToGCApplyGemCombiner": 7603,
+ "k_EMsgClientToGCCreateStaticRecipe": 7604,
+ "k_EMsgClientToGCCreateStaticRecipeResponse": 7605,
+ "k_EMsgClientToGCGetAllHeroOrder": 7606,
+ "k_EMsgClientToGCGetAllHeroOrderResponse": 7607,
+ "k_EMsgSQLGCToGCGrantBadgePoints": 7608,
+ "k_EMsgGCToGCGetAccountMatchStatus": 7609,
+ "k_EMsgGCToGCGetAccountMatchStatusResponse": 7610,
+ "k_EMsgGCDev_GrantWarKill": 8001,
+ "k_EMsgClientToGCCreateTeamShowcase": 8002,
+ "k_EMsgGCToClientTeamShowcaseCreateResult": 8003,
+ "k_EMsgServerToGCLockCharmTrading": 8004,
+ "k_EMsgDOTACNY2015EventPointUsage": 8005,
+ "k_EMsgClientToGCPlayerStatsRequest": 8006,
+ "k_EMsgGCToClientPlayerStatsResponse": 8007,
+ "k_EMsgGCClearPracticeLobbyTeam": 8008,
+ "k_EMsgClientToGCFindTopSourceTVGames": 8009,
+ "k_EMsgGCToClientFindTopSourceTVGamesResponse": 8010,
+ "k_EMsgGCLobbyList": 8011,
+ "k_EMsgGCLobbyListResponse": 8012,
+ "k_EMsgGCPlayerStatsMatchSignOut": 8013,
+ "k_EMsgClientToGCCustomGamePlayerCountRequest": 8014,
+ "k_EMsgGCToClientCustomGamePlayerCountResponse": 8015,
+ "k_EMsgClientToGCSocialFeedPostCommentRequest": 8016,
+ "k_EMsgGCToClientSocialFeedPostCommentResponse": 8017,
+ "k_EMsgClientToGCCustomGamesFriendsPlayedRequest": 8018,
+ "k_EMsgGCToClientCustomGamesFriendsPlayedResponse": 8019,
+ "k_EMsgClientToGCFriendsPlayedCustomGameRequest": 8020,
+ "k_EMsgGCToClientFriendsPlayedCustomGameResponse": 8021,
+ "k_EMsgClientToGCFeaturedHeroesRequest": 8022,
+ "k_EMsgGCToClientFeaturedHeroesResponse": 8023,
+ "k_EMsgGCTopCustomGamesList": 8024,
+ "k_EMsgClientToGCSocialMatchPostCommentRequest": 8025,
+ "k_EMsgGCToClientSocialMatchPostCommentResponse": 8026,
+ "k_EMsgClientToGCSocialMatchDetailsRequest": 8027,
+ "k_EMsgGCToClientSocialMatchDetailsResponse": 8028,
+ "k_EMsgClientToGCSetPartyOpen": 8029,
+ "k_EMsgClientToGCMergePartyInvite": 8030,
+ "k_EMsgGCToClientMergeGroupInviteReply": 8031,
+ "k_EMsgClientToGCMergePartyResponse": 8032,
+ "k_EMsgGCToClientMergePartyResponseReply": 8033,
+ "k_EMsgClientToGCGetProfileCardStats": 8034,
+ "k_EMsgClientToGCGetProfileCardStatsResponse": 8035,
+ "k_EMsgClientToGCTopLeagueMatchesRequest": 8036,
+ "k_EMsgClientToGCTopFriendMatchesRequest": 8037,
+ "k_EMsgGCToClientProfileCardStatsUpdated": 8040,
+ "k_EMsgServerToGCRealtimeStats": 8041,
+ "k_EMsgGCToServerRealtimeStatsStartStop": 8042,
+ "k_EMsgGCToGCGetServersForClients": 8045,
+ "k_EMsgGCToGCGetServersForClientsResponse": 8046,
+ "k_EMsgGCPracticeLobbyKickFromTeam": 8047,
+ "k_EMsgDOTAChatGetMemberCount": 8048,
+ "k_EMsgDOTAChatGetMemberCountResponse": 8049,
+ "k_EMsgClientToGCSocialFeedPostMessageRequest": 8050,
+ "k_EMsgGCToClientSocialFeedPostMessageResponse": 8051,
+ "k_EMsgCustomGameListenServerStartedLoading": 8052,
+ "k_EMsgCustomGameClientFinishedLoading": 8053,
+ "k_EMsgGCPracticeLobbyCloseBroadcastChannel": 8054,
+ "k_EMsgGCStartFindingMatchResponse": 8055,
+ "k_EMsgSQLGCToGCUpdateHeroMMR": 8056,
+ "k_EMsgSQLGCToGCGrantAccountFlag": 8057,
+ "k_EMsgGCToGCGetAccountFlags": 8058,
+ "k_EMsgGCToGCGetAccountFlagsResponse": 8059,
+ "k_EMsgSignOutWagerStats": 8060,
+ "k_EMsgGCToClientTopLeagueMatchesResponse": 8061,
+ "k_EMsgGCToClientTopFriendMatchesResponse": 8062,
+ "k_EMsgClientToGCMatchesMinimalRequest": 8063,
+ "k_EMsgClientToGCMatchesMinimalResponse": 8064,
+ "k_EMsgGCToGCGetProfileBadgePoints": 8065,
+ "k_EMsgGCToGCGetProfileBadgePointsResponse": 8066,
+ "k_EMsgGCToClientChatRegionsEnabled": 8067,
+ "k_EMsgClientToGCPingData": 8068,
+ "k_EMsgServerToGCMatchDetailsRequest": 8069,
+ "k_EMsgGCToServerMatchDetailsResponse": 8070,
+ "k_EMsgGCToGCEnsureAccountInParty": 8071,
+ "k_EMsgGCToGCEnsureAccountInPartyResponse": 8072,
+ "k_EMsgClientToGCGetProfileTickets": 8073,
+ "k_EMsgClientToGCGetProfileTicketsResponse": 8074,
+ "k_EMsgGCToClientMatchGroupsVersion": 8075,
+ "k_EMsgClientToGCH264Unsupported": 8076,
+ "k_EMsgClientToGCRequestH264Support": 8077,
+ "k_EMsgClientToGCGetQuestProgress": 8078,
+ "k_EMsgClientToGCGetQuestProgressResponse": 8079,
+ "k_EMsgSignOutXPCoins": 8080,
+ "k_EMsgGCToClientMatchSignedOut": 8081,
+ "k_EMsgGCGetHeroStatsHistory": 8082,
+ "k_EMsgGCGetHeroStatsHistoryResponse": 8083,
+ "k_EMsgClientToGCPrivateChatInvite": 8084,
+ "k_EMsgClientToGCPrivateChatKick": 8088,
+ "k_EMsgClientToGCPrivateChatPromote": 8089,
+ "k_EMsgClientToGCPrivateChatDemote": 8090,
+ "k_EMsgGCToClientPrivateChatResponse": 8091,
+ "k_EMsgClientToGCPrivateChatInfoRequest": 8092,
+ "k_EMsgGCToClientPrivateChatInfoResponse": 8093,
+ "k_EMsgClientToGCLatestBehaviorReportRequest": 8095,
+ "k_EMsgClientToGCLatestBehaviorReport": 8096,
+}
+
+func (x EDOTAGCMsg) Enum() *EDOTAGCMsg {
+ p := new(EDOTAGCMsg)
+ *p = x
+ return p
+}
+func (x EDOTAGCMsg) String() string {
+ return proto.EnumName(EDOTAGCMsg_name, int32(x))
+}
+func (x *EDOTAGCMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EDOTAGCMsg_value, data, "EDOTAGCMsg")
+ if err != nil {
+ return err
+ }
+ *x = EDOTAGCMsg(value)
+ return nil
+}
+func (EDOTAGCMsg) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{0} }
+
+type ESpecialPingValue int32
+
+const (
+ ESpecialPingValue_k_ESpecialPingValue_NoData ESpecialPingValue = 16382
+ ESpecialPingValue_k_ESpecialPingValue_Failed ESpecialPingValue = 16383
+)
+
+var ESpecialPingValue_name = map[int32]string{
+ 16382: "k_ESpecialPingValue_NoData",
+ 16383: "k_ESpecialPingValue_Failed",
+}
+var ESpecialPingValue_value = map[string]int32{
+ "k_ESpecialPingValue_NoData": 16382,
+ "k_ESpecialPingValue_Failed": 16383,
+}
+
+func (x ESpecialPingValue) Enum() *ESpecialPingValue {
+ p := new(ESpecialPingValue)
+ *p = x
+ return p
+}
+func (x ESpecialPingValue) String() string {
+ return proto.EnumName(ESpecialPingValue_name, int32(x))
+}
+func (x *ESpecialPingValue) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ESpecialPingValue_value, data, "ESpecialPingValue")
+ if err != nil {
+ return err
+ }
+ *x = ESpecialPingValue(value)
+ return nil
+}
+func (ESpecialPingValue) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{1} }
+
+type DOTA_GameMode int32
+
+const (
+ DOTA_GameMode_DOTA_GAMEMODE_NONE DOTA_GameMode = 0
+ DOTA_GameMode_DOTA_GAMEMODE_AP DOTA_GameMode = 1
+ DOTA_GameMode_DOTA_GAMEMODE_CM DOTA_GameMode = 2
+ DOTA_GameMode_DOTA_GAMEMODE_RD DOTA_GameMode = 3
+ DOTA_GameMode_DOTA_GAMEMODE_SD DOTA_GameMode = 4
+ DOTA_GameMode_DOTA_GAMEMODE_AR DOTA_GameMode = 5
+ DOTA_GameMode_DOTA_GAMEMODE_INTRO DOTA_GameMode = 6
+ DOTA_GameMode_DOTA_GAMEMODE_HW DOTA_GameMode = 7
+ DOTA_GameMode_DOTA_GAMEMODE_REVERSE_CM DOTA_GameMode = 8
+ DOTA_GameMode_DOTA_GAMEMODE_XMAS DOTA_GameMode = 9
+ DOTA_GameMode_DOTA_GAMEMODE_TUTORIAL DOTA_GameMode = 10
+ DOTA_GameMode_DOTA_GAMEMODE_MO DOTA_GameMode = 11
+ DOTA_GameMode_DOTA_GAMEMODE_LP DOTA_GameMode = 12
+ DOTA_GameMode_DOTA_GAMEMODE_POOL1 DOTA_GameMode = 13
+ DOTA_GameMode_DOTA_GAMEMODE_FH DOTA_GameMode = 14
+ DOTA_GameMode_DOTA_GAMEMODE_CUSTOM DOTA_GameMode = 15
+ DOTA_GameMode_DOTA_GAMEMODE_CD DOTA_GameMode = 16
+ DOTA_GameMode_DOTA_GAMEMODE_BD DOTA_GameMode = 17
+ DOTA_GameMode_DOTA_GAMEMODE_ABILITY_DRAFT DOTA_GameMode = 18
+ DOTA_GameMode_DOTA_GAMEMODE_EVENT DOTA_GameMode = 19
+ DOTA_GameMode_DOTA_GAMEMODE_ARDM DOTA_GameMode = 20
+ DOTA_GameMode_DOTA_GAMEMODE_1V1MID DOTA_GameMode = 21
+ DOTA_GameMode_DOTA_GAMEMODE_ALL_DRAFT DOTA_GameMode = 22
+)
+
+var DOTA_GameMode_name = map[int32]string{
+ 0: "DOTA_GAMEMODE_NONE",
+ 1: "DOTA_GAMEMODE_AP",
+ 2: "DOTA_GAMEMODE_CM",
+ 3: "DOTA_GAMEMODE_RD",
+ 4: "DOTA_GAMEMODE_SD",
+ 5: "DOTA_GAMEMODE_AR",
+ 6: "DOTA_GAMEMODE_INTRO",
+ 7: "DOTA_GAMEMODE_HW",
+ 8: "DOTA_GAMEMODE_REVERSE_CM",
+ 9: "DOTA_GAMEMODE_XMAS",
+ 10: "DOTA_GAMEMODE_TUTORIAL",
+ 11: "DOTA_GAMEMODE_MO",
+ 12: "DOTA_GAMEMODE_LP",
+ 13: "DOTA_GAMEMODE_POOL1",
+ 14: "DOTA_GAMEMODE_FH",
+ 15: "DOTA_GAMEMODE_CUSTOM",
+ 16: "DOTA_GAMEMODE_CD",
+ 17: "DOTA_GAMEMODE_BD",
+ 18: "DOTA_GAMEMODE_ABILITY_DRAFT",
+ 19: "DOTA_GAMEMODE_EVENT",
+ 20: "DOTA_GAMEMODE_ARDM",
+ 21: "DOTA_GAMEMODE_1V1MID",
+ 22: "DOTA_GAMEMODE_ALL_DRAFT",
+}
+var DOTA_GameMode_value = map[string]int32{
+ "DOTA_GAMEMODE_NONE": 0,
+ "DOTA_GAMEMODE_AP": 1,
+ "DOTA_GAMEMODE_CM": 2,
+ "DOTA_GAMEMODE_RD": 3,
+ "DOTA_GAMEMODE_SD": 4,
+ "DOTA_GAMEMODE_AR": 5,
+ "DOTA_GAMEMODE_INTRO": 6,
+ "DOTA_GAMEMODE_HW": 7,
+ "DOTA_GAMEMODE_REVERSE_CM": 8,
+ "DOTA_GAMEMODE_XMAS": 9,
+ "DOTA_GAMEMODE_TUTORIAL": 10,
+ "DOTA_GAMEMODE_MO": 11,
+ "DOTA_GAMEMODE_LP": 12,
+ "DOTA_GAMEMODE_POOL1": 13,
+ "DOTA_GAMEMODE_FH": 14,
+ "DOTA_GAMEMODE_CUSTOM": 15,
+ "DOTA_GAMEMODE_CD": 16,
+ "DOTA_GAMEMODE_BD": 17,
+ "DOTA_GAMEMODE_ABILITY_DRAFT": 18,
+ "DOTA_GAMEMODE_EVENT": 19,
+ "DOTA_GAMEMODE_ARDM": 20,
+ "DOTA_GAMEMODE_1V1MID": 21,
+ "DOTA_GAMEMODE_ALL_DRAFT": 22,
+}
+
+func (x DOTA_GameMode) Enum() *DOTA_GameMode {
+ p := new(DOTA_GameMode)
+ *p = x
+ return p
+}
+func (x DOTA_GameMode) String() string {
+ return proto.EnumName(DOTA_GameMode_name, int32(x))
+}
+func (x *DOTA_GameMode) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_GameMode_value, data, "DOTA_GameMode")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_GameMode(value)
+ return nil
+}
+func (DOTA_GameMode) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{2} }
+
+type DOTA_GameState int32
+
+const (
+ DOTA_GameState_DOTA_GAMERULES_STATE_INIT DOTA_GameState = 0
+ DOTA_GameState_DOTA_GAMERULES_STATE_WAIT_FOR_PLAYERS_TO_LOAD DOTA_GameState = 1
+ DOTA_GameState_DOTA_GAMERULES_STATE_HERO_SELECTION DOTA_GameState = 2
+ DOTA_GameState_DOTA_GAMERULES_STATE_STRATEGY_TIME DOTA_GameState = 3
+ DOTA_GameState_DOTA_GAMERULES_STATE_PRE_GAME DOTA_GameState = 4
+ DOTA_GameState_DOTA_GAMERULES_STATE_GAME_IN_PROGRESS DOTA_GameState = 5
+ DOTA_GameState_DOTA_GAMERULES_STATE_POST_GAME DOTA_GameState = 6
+ DOTA_GameState_DOTA_GAMERULES_STATE_DISCONNECT DOTA_GameState = 7
+ DOTA_GameState_DOTA_GAMERULES_STATE_TEAM_SHOWCASE DOTA_GameState = 8
+ DOTA_GameState_DOTA_GAMERULES_STATE_CUSTOM_GAME_SETUP DOTA_GameState = 9
+ DOTA_GameState_DOTA_GAMERULES_STATE_LAST DOTA_GameState = 10
+)
+
+var DOTA_GameState_name = map[int32]string{
+ 0: "DOTA_GAMERULES_STATE_INIT",
+ 1: "DOTA_GAMERULES_STATE_WAIT_FOR_PLAYERS_TO_LOAD",
+ 2: "DOTA_GAMERULES_STATE_HERO_SELECTION",
+ 3: "DOTA_GAMERULES_STATE_STRATEGY_TIME",
+ 4: "DOTA_GAMERULES_STATE_PRE_GAME",
+ 5: "DOTA_GAMERULES_STATE_GAME_IN_PROGRESS",
+ 6: "DOTA_GAMERULES_STATE_POST_GAME",
+ 7: "DOTA_GAMERULES_STATE_DISCONNECT",
+ 8: "DOTA_GAMERULES_STATE_TEAM_SHOWCASE",
+ 9: "DOTA_GAMERULES_STATE_CUSTOM_GAME_SETUP",
+ 10: "DOTA_GAMERULES_STATE_LAST",
+}
+var DOTA_GameState_value = map[string]int32{
+ "DOTA_GAMERULES_STATE_INIT": 0,
+ "DOTA_GAMERULES_STATE_WAIT_FOR_PLAYERS_TO_LOAD": 1,
+ "DOTA_GAMERULES_STATE_HERO_SELECTION": 2,
+ "DOTA_GAMERULES_STATE_STRATEGY_TIME": 3,
+ "DOTA_GAMERULES_STATE_PRE_GAME": 4,
+ "DOTA_GAMERULES_STATE_GAME_IN_PROGRESS": 5,
+ "DOTA_GAMERULES_STATE_POST_GAME": 6,
+ "DOTA_GAMERULES_STATE_DISCONNECT": 7,
+ "DOTA_GAMERULES_STATE_TEAM_SHOWCASE": 8,
+ "DOTA_GAMERULES_STATE_CUSTOM_GAME_SETUP": 9,
+ "DOTA_GAMERULES_STATE_LAST": 10,
+}
+
+func (x DOTA_GameState) Enum() *DOTA_GameState {
+ p := new(DOTA_GameState)
+ *p = x
+ return p
+}
+func (x DOTA_GameState) String() string {
+ return proto.EnumName(DOTA_GameState_name, int32(x))
+}
+func (x *DOTA_GameState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_GameState_value, data, "DOTA_GameState")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_GameState(value)
+ return nil
+}
+func (DOTA_GameState) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{3} }
+
+type DOTA_GC_TEAM int32
+
+const (
+ DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS DOTA_GC_TEAM = 0
+ DOTA_GC_TEAM_DOTA_GC_TEAM_BAD_GUYS DOTA_GC_TEAM = 1
+ DOTA_GC_TEAM_DOTA_GC_TEAM_BROADCASTER DOTA_GC_TEAM = 2
+ DOTA_GC_TEAM_DOTA_GC_TEAM_SPECTATOR DOTA_GC_TEAM = 3
+ DOTA_GC_TEAM_DOTA_GC_TEAM_PLAYER_POOL DOTA_GC_TEAM = 4
+ DOTA_GC_TEAM_DOTA_GC_TEAM_NOTEAM DOTA_GC_TEAM = 5
+)
+
+var DOTA_GC_TEAM_name = map[int32]string{
+ 0: "DOTA_GC_TEAM_GOOD_GUYS",
+ 1: "DOTA_GC_TEAM_BAD_GUYS",
+ 2: "DOTA_GC_TEAM_BROADCASTER",
+ 3: "DOTA_GC_TEAM_SPECTATOR",
+ 4: "DOTA_GC_TEAM_PLAYER_POOL",
+ 5: "DOTA_GC_TEAM_NOTEAM",
+}
+var DOTA_GC_TEAM_value = map[string]int32{
+ "DOTA_GC_TEAM_GOOD_GUYS": 0,
+ "DOTA_GC_TEAM_BAD_GUYS": 1,
+ "DOTA_GC_TEAM_BROADCASTER": 2,
+ "DOTA_GC_TEAM_SPECTATOR": 3,
+ "DOTA_GC_TEAM_PLAYER_POOL": 4,
+ "DOTA_GC_TEAM_NOTEAM": 5,
+}
+
+func (x DOTA_GC_TEAM) Enum() *DOTA_GC_TEAM {
+ p := new(DOTA_GC_TEAM)
+ *p = x
+ return p
+}
+func (x DOTA_GC_TEAM) String() string {
+ return proto.EnumName(DOTA_GC_TEAM_name, int32(x))
+}
+func (x *DOTA_GC_TEAM) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_GC_TEAM_value, data, "DOTA_GC_TEAM")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_GC_TEAM(value)
+ return nil
+}
+func (DOTA_GC_TEAM) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{4} }
+
+type DOTA_CM_PICK int32
+
+const (
+ DOTA_CM_PICK_DOTA_CM_RANDOM DOTA_CM_PICK = 0
+ DOTA_CM_PICK_DOTA_CM_GOOD_GUYS DOTA_CM_PICK = 1
+ DOTA_CM_PICK_DOTA_CM_BAD_GUYS DOTA_CM_PICK = 2
+)
+
+var DOTA_CM_PICK_name = map[int32]string{
+ 0: "DOTA_CM_RANDOM",
+ 1: "DOTA_CM_GOOD_GUYS",
+ 2: "DOTA_CM_BAD_GUYS",
+}
+var DOTA_CM_PICK_value = map[string]int32{
+ "DOTA_CM_RANDOM": 0,
+ "DOTA_CM_GOOD_GUYS": 1,
+ "DOTA_CM_BAD_GUYS": 2,
+}
+
+func (x DOTA_CM_PICK) Enum() *DOTA_CM_PICK {
+ p := new(DOTA_CM_PICK)
+ *p = x
+ return p
+}
+func (x DOTA_CM_PICK) String() string {
+ return proto.EnumName(DOTA_CM_PICK_name, int32(x))
+}
+func (x *DOTA_CM_PICK) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_CM_PICK_value, data, "DOTA_CM_PICK")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_CM_PICK(value)
+ return nil
+}
+func (DOTA_CM_PICK) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{5} }
+
+type DOTAConnectionStateT int32
+
+const (
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_UNKNOWN DOTAConnectionStateT = 0
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_NOT_YET_CONNECTED DOTAConnectionStateT = 1
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_CONNECTED DOTAConnectionStateT = 2
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_DISCONNECTED DOTAConnectionStateT = 3
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_ABANDONED DOTAConnectionStateT = 4
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_LOADING DOTAConnectionStateT = 5
+ DOTAConnectionStateT_DOTA_CONNECTION_STATE_FAILED DOTAConnectionStateT = 6
+)
+
+var DOTAConnectionStateT_name = map[int32]string{
+ 0: "DOTA_CONNECTION_STATE_UNKNOWN",
+ 1: "DOTA_CONNECTION_STATE_NOT_YET_CONNECTED",
+ 2: "DOTA_CONNECTION_STATE_CONNECTED",
+ 3: "DOTA_CONNECTION_STATE_DISCONNECTED",
+ 4: "DOTA_CONNECTION_STATE_ABANDONED",
+ 5: "DOTA_CONNECTION_STATE_LOADING",
+ 6: "DOTA_CONNECTION_STATE_FAILED",
+}
+var DOTAConnectionStateT_value = map[string]int32{
+ "DOTA_CONNECTION_STATE_UNKNOWN": 0,
+ "DOTA_CONNECTION_STATE_NOT_YET_CONNECTED": 1,
+ "DOTA_CONNECTION_STATE_CONNECTED": 2,
+ "DOTA_CONNECTION_STATE_DISCONNECTED": 3,
+ "DOTA_CONNECTION_STATE_ABANDONED": 4,
+ "DOTA_CONNECTION_STATE_LOADING": 5,
+ "DOTA_CONNECTION_STATE_FAILED": 6,
+}
+
+func (x DOTAConnectionStateT) Enum() *DOTAConnectionStateT {
+ p := new(DOTAConnectionStateT)
+ *p = x
+ return p
+}
+func (x DOTAConnectionStateT) String() string {
+ return proto.EnumName(DOTAConnectionStateT_name, int32(x))
+}
+func (x *DOTAConnectionStateT) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTAConnectionStateT_value, data, "DOTAConnectionStateT")
+ if err != nil {
+ return err
+ }
+ *x = DOTAConnectionStateT(value)
+ return nil
+}
+func (DOTAConnectionStateT) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{6} }
+
+type DOTALeaverStatusT int32
+
+const (
+ DOTALeaverStatusT_DOTA_LEAVER_NONE DOTALeaverStatusT = 0
+ DOTALeaverStatusT_DOTA_LEAVER_DISCONNECTED DOTALeaverStatusT = 1
+ DOTALeaverStatusT_DOTA_LEAVER_DISCONNECTED_TOO_LONG DOTALeaverStatusT = 2
+ DOTALeaverStatusT_DOTA_LEAVER_ABANDONED DOTALeaverStatusT = 3
+ DOTALeaverStatusT_DOTA_LEAVER_AFK DOTALeaverStatusT = 4
+ DOTALeaverStatusT_DOTA_LEAVER_NEVER_CONNECTED DOTALeaverStatusT = 5
+ DOTALeaverStatusT_DOTA_LEAVER_NEVER_CONNECTED_TOO_LONG DOTALeaverStatusT = 6
+ DOTALeaverStatusT_DOTA_LEAVER_FAILED_TO_READY_UP DOTALeaverStatusT = 7
+ DOTALeaverStatusT_DOTA_LEAVER_DECLINED DOTALeaverStatusT = 8
+)
+
+var DOTALeaverStatusT_name = map[int32]string{
+ 0: "DOTA_LEAVER_NONE",
+ 1: "DOTA_LEAVER_DISCONNECTED",
+ 2: "DOTA_LEAVER_DISCONNECTED_TOO_LONG",
+ 3: "DOTA_LEAVER_ABANDONED",
+ 4: "DOTA_LEAVER_AFK",
+ 5: "DOTA_LEAVER_NEVER_CONNECTED",
+ 6: "DOTA_LEAVER_NEVER_CONNECTED_TOO_LONG",
+ 7: "DOTA_LEAVER_FAILED_TO_READY_UP",
+ 8: "DOTA_LEAVER_DECLINED",
+}
+var DOTALeaverStatusT_value = map[string]int32{
+ "DOTA_LEAVER_NONE": 0,
+ "DOTA_LEAVER_DISCONNECTED": 1,
+ "DOTA_LEAVER_DISCONNECTED_TOO_LONG": 2,
+ "DOTA_LEAVER_ABANDONED": 3,
+ "DOTA_LEAVER_AFK": 4,
+ "DOTA_LEAVER_NEVER_CONNECTED": 5,
+ "DOTA_LEAVER_NEVER_CONNECTED_TOO_LONG": 6,
+ "DOTA_LEAVER_FAILED_TO_READY_UP": 7,
+ "DOTA_LEAVER_DECLINED": 8,
+}
+
+func (x DOTALeaverStatusT) Enum() *DOTALeaverStatusT {
+ p := new(DOTALeaverStatusT)
+ *p = x
+ return p
+}
+func (x DOTALeaverStatusT) String() string {
+ return proto.EnumName(DOTALeaverStatusT_name, int32(x))
+}
+func (x *DOTALeaverStatusT) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTALeaverStatusT_value, data, "DOTALeaverStatusT")
+ if err != nil {
+ return err
+ }
+ *x = DOTALeaverStatusT(value)
+ return nil
+}
+func (DOTALeaverStatusT) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{7} }
+
+type DOTALowPriorityBanType int32
+
+const (
+ DOTALowPriorityBanType_DOTA_LOW_PRIORITY_BAN_ABANDON DOTALowPriorityBanType = 0
+ DOTALowPriorityBanType_DOTA_LOW_PRIORITY_BAN_REPORTS DOTALowPriorityBanType = 1
+ DOTALowPriorityBanType_DOTA_LOW_PRIORITY_BAN_SECONDARY_ABANDON DOTALowPriorityBanType = 2
+)
+
+var DOTALowPriorityBanType_name = map[int32]string{
+ 0: "DOTA_LOW_PRIORITY_BAN_ABANDON",
+ 1: "DOTA_LOW_PRIORITY_BAN_REPORTS",
+ 2: "DOTA_LOW_PRIORITY_BAN_SECONDARY_ABANDON",
+}
+var DOTALowPriorityBanType_value = map[string]int32{
+ "DOTA_LOW_PRIORITY_BAN_ABANDON": 0,
+ "DOTA_LOW_PRIORITY_BAN_REPORTS": 1,
+ "DOTA_LOW_PRIORITY_BAN_SECONDARY_ABANDON": 2,
+}
+
+func (x DOTALowPriorityBanType) Enum() *DOTALowPriorityBanType {
+ p := new(DOTALowPriorityBanType)
+ *p = x
+ return p
+}
+func (x DOTALowPriorityBanType) String() string {
+ return proto.EnumName(DOTALowPriorityBanType_name, int32(x))
+}
+func (x *DOTALowPriorityBanType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTALowPriorityBanType_value, data, "DOTALowPriorityBanType")
+ if err != nil {
+ return err
+ }
+ *x = DOTALowPriorityBanType(value)
+ return nil
+}
+func (DOTALowPriorityBanType) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{8} }
+
+type DOTALobbyReadyState int32
+
+const (
+ DOTALobbyReadyState_DOTALobbyReadyState_UNDECLARED DOTALobbyReadyState = 0
+ DOTALobbyReadyState_DOTALobbyReadyState_ACCEPTED DOTALobbyReadyState = 1
+ DOTALobbyReadyState_DOTALobbyReadyState_DECLINED DOTALobbyReadyState = 2
+)
+
+var DOTALobbyReadyState_name = map[int32]string{
+ 0: "DOTALobbyReadyState_UNDECLARED",
+ 1: "DOTALobbyReadyState_ACCEPTED",
+ 2: "DOTALobbyReadyState_DECLINED",
+}
+var DOTALobbyReadyState_value = map[string]int32{
+ "DOTALobbyReadyState_UNDECLARED": 0,
+ "DOTALobbyReadyState_ACCEPTED": 1,
+ "DOTALobbyReadyState_DECLINED": 2,
+}
+
+func (x DOTALobbyReadyState) Enum() *DOTALobbyReadyState {
+ p := new(DOTALobbyReadyState)
+ *p = x
+ return p
+}
+func (x DOTALobbyReadyState) String() string {
+ return proto.EnumName(DOTALobbyReadyState_name, int32(x))
+}
+func (x *DOTALobbyReadyState) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTALobbyReadyState_value, data, "DOTALobbyReadyState")
+ if err != nil {
+ return err
+ }
+ *x = DOTALobbyReadyState(value)
+ return nil
+}
+func (DOTALobbyReadyState) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{9} }
+
+type DOTAGameVersion int32
+
+const (
+ DOTAGameVersion_GAME_VERSION_CURRENT DOTAGameVersion = 0
+ DOTAGameVersion_GAME_VERSION_STABLE DOTAGameVersion = 1
+)
+
+var DOTAGameVersion_name = map[int32]string{
+ 0: "GAME_VERSION_CURRENT",
+ 1: "GAME_VERSION_STABLE",
+}
+var DOTAGameVersion_value = map[string]int32{
+ "GAME_VERSION_CURRENT": 0,
+ "GAME_VERSION_STABLE": 1,
+}
+
+func (x DOTAGameVersion) Enum() *DOTAGameVersion {
+ p := new(DOTAGameVersion)
+ *p = x
+ return p
+}
+func (x DOTAGameVersion) String() string {
+ return proto.EnumName(DOTAGameVersion_name, int32(x))
+}
+func (x *DOTAGameVersion) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTAGameVersion_value, data, "DOTAGameVersion")
+ if err != nil {
+ return err
+ }
+ *x = DOTAGameVersion(value)
+ return nil
+}
+func (DOTAGameVersion) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{10} }
+
+type DOTAJoinLobbyResult int32
+
+const (
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_SUCCESS DOTAJoinLobbyResult = 0
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_ALREADY_IN_GAME DOTAJoinLobbyResult = 1
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_INVALID_LOBBY DOTAJoinLobbyResult = 2
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_INCORRECT_PASSWORD DOTAJoinLobbyResult = 3
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_ACCESS_DENIED DOTAJoinLobbyResult = 4
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_GENERIC_ERROR DOTAJoinLobbyResult = 5
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_INCORRECT_VERSION DOTAJoinLobbyResult = 6
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_IN_TEAM_PARTY DOTAJoinLobbyResult = 7
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_NO_LOBBY_FOUND DOTAJoinLobbyResult = 8
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_LOBBY_FULL DOTAJoinLobbyResult = 9
+ DOTAJoinLobbyResult_DOTA_JOIN_RESULT_CUSTOM_GAME_INCORRECT_VERSION DOTAJoinLobbyResult = 10
+)
+
+var DOTAJoinLobbyResult_name = map[int32]string{
+ 0: "DOTA_JOIN_RESULT_SUCCESS",
+ 1: "DOTA_JOIN_RESULT_ALREADY_IN_GAME",
+ 2: "DOTA_JOIN_RESULT_INVALID_LOBBY",
+ 3: "DOTA_JOIN_RESULT_INCORRECT_PASSWORD",
+ 4: "DOTA_JOIN_RESULT_ACCESS_DENIED",
+ 5: "DOTA_JOIN_RESULT_GENERIC_ERROR",
+ 6: "DOTA_JOIN_RESULT_INCORRECT_VERSION",
+ 7: "DOTA_JOIN_RESULT_IN_TEAM_PARTY",
+ 8: "DOTA_JOIN_RESULT_NO_LOBBY_FOUND",
+ 9: "DOTA_JOIN_RESULT_LOBBY_FULL",
+ 10: "DOTA_JOIN_RESULT_CUSTOM_GAME_INCORRECT_VERSION",
+}
+var DOTAJoinLobbyResult_value = map[string]int32{
+ "DOTA_JOIN_RESULT_SUCCESS": 0,
+ "DOTA_JOIN_RESULT_ALREADY_IN_GAME": 1,
+ "DOTA_JOIN_RESULT_INVALID_LOBBY": 2,
+ "DOTA_JOIN_RESULT_INCORRECT_PASSWORD": 3,
+ "DOTA_JOIN_RESULT_ACCESS_DENIED": 4,
+ "DOTA_JOIN_RESULT_GENERIC_ERROR": 5,
+ "DOTA_JOIN_RESULT_INCORRECT_VERSION": 6,
+ "DOTA_JOIN_RESULT_IN_TEAM_PARTY": 7,
+ "DOTA_JOIN_RESULT_NO_LOBBY_FOUND": 8,
+ "DOTA_JOIN_RESULT_LOBBY_FULL": 9,
+ "DOTA_JOIN_RESULT_CUSTOM_GAME_INCORRECT_VERSION": 10,
+}
+
+func (x DOTAJoinLobbyResult) Enum() *DOTAJoinLobbyResult {
+ p := new(DOTAJoinLobbyResult)
+ *p = x
+ return p
+}
+func (x DOTAJoinLobbyResult) String() string {
+ return proto.EnumName(DOTAJoinLobbyResult_name, int32(x))
+}
+func (x *DOTAJoinLobbyResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTAJoinLobbyResult_value, data, "DOTAJoinLobbyResult")
+ if err != nil {
+ return err
+ }
+ *x = DOTAJoinLobbyResult(value)
+ return nil
+}
+func (DOTAJoinLobbyResult) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{11} }
+
+type SelectionPriorityType int32
+
+const (
+ SelectionPriorityType_UNDEFINED SelectionPriorityType = 0
+ SelectionPriorityType_RADIANT SelectionPriorityType = 1
+ SelectionPriorityType_DIRE SelectionPriorityType = 2
+ SelectionPriorityType_FIRST_PICK SelectionPriorityType = 3
+ SelectionPriorityType_SECOND_PICK SelectionPriorityType = 4
+)
+
+var SelectionPriorityType_name = map[int32]string{
+ 0: "UNDEFINED",
+ 1: "RADIANT",
+ 2: "DIRE",
+ 3: "FIRST_PICK",
+ 4: "SECOND_PICK",
+}
+var SelectionPriorityType_value = map[string]int32{
+ "UNDEFINED": 0,
+ "RADIANT": 1,
+ "DIRE": 2,
+ "FIRST_PICK": 3,
+ "SECOND_PICK": 4,
+}
+
+func (x SelectionPriorityType) Enum() *SelectionPriorityType {
+ p := new(SelectionPriorityType)
+ *p = x
+ return p
+}
+func (x SelectionPriorityType) String() string {
+ return proto.EnumName(SelectionPriorityType_name, int32(x))
+}
+func (x *SelectionPriorityType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(SelectionPriorityType_value, data, "SelectionPriorityType")
+ if err != nil {
+ return err
+ }
+ *x = SelectionPriorityType(value)
+ return nil
+}
+func (SelectionPriorityType) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{12} }
+
+type DOTAMatchVote int32
+
+const (
+ DOTAMatchVote_DOTAMatchVote_INVALID DOTAMatchVote = 0
+ DOTAMatchVote_DOTAMatchVote_POSITIVE DOTAMatchVote = 1
+ DOTAMatchVote_DOTAMatchVote_NEGATIVE DOTAMatchVote = 2
+)
+
+var DOTAMatchVote_name = map[int32]string{
+ 0: "DOTAMatchVote_INVALID",
+ 1: "DOTAMatchVote_POSITIVE",
+ 2: "DOTAMatchVote_NEGATIVE",
+}
+var DOTAMatchVote_value = map[string]int32{
+ "DOTAMatchVote_INVALID": 0,
+ "DOTAMatchVote_POSITIVE": 1,
+ "DOTAMatchVote_NEGATIVE": 2,
+}
+
+func (x DOTAMatchVote) Enum() *DOTAMatchVote {
+ p := new(DOTAMatchVote)
+ *p = x
+ return p
+}
+func (x DOTAMatchVote) String() string {
+ return proto.EnumName(DOTAMatchVote_name, int32(x))
+}
+func (x *DOTAMatchVote) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTAMatchVote_value, data, "DOTAMatchVote")
+ if err != nil {
+ return err
+ }
+ *x = DOTAMatchVote(value)
+ return nil
+}
+func (DOTAMatchVote) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{13} }
+
+type DOTA_LobbyMemberXPBonus int32
+
+const (
+ DOTA_LobbyMemberXPBonus_DOTA_LobbyMemberXPBonus_DEFAULT DOTA_LobbyMemberXPBonus = 0
+ DOTA_LobbyMemberXPBonus_DOTA_LobbyMemberXPBonus_BATTLE_BOOSTER DOTA_LobbyMemberXPBonus = 1
+ DOTA_LobbyMemberXPBonus_DOTA_LobbyMemberXPBonus_SHARE_BONUS DOTA_LobbyMemberXPBonus = 2
+ DOTA_LobbyMemberXPBonus_DOTA_LobbyMemberXPBonus_PARTY DOTA_LobbyMemberXPBonus = 3
+ DOTA_LobbyMemberXPBonus_DOTA_LobbyMemberXPBonus_RECRUITMENT DOTA_LobbyMemberXPBonus = 4
+ DOTA_LobbyMemberXPBonus_DOTA_LobbyMemberXPBonus_PCBANG DOTA_LobbyMemberXPBonus = 5
+)
+
+var DOTA_LobbyMemberXPBonus_name = map[int32]string{
+ 0: "DOTA_LobbyMemberXPBonus_DEFAULT",
+ 1: "DOTA_LobbyMemberXPBonus_BATTLE_BOOSTER",
+ 2: "DOTA_LobbyMemberXPBonus_SHARE_BONUS",
+ 3: "DOTA_LobbyMemberXPBonus_PARTY",
+ 4: "DOTA_LobbyMemberXPBonus_RECRUITMENT",
+ 5: "DOTA_LobbyMemberXPBonus_PCBANG",
+}
+var DOTA_LobbyMemberXPBonus_value = map[string]int32{
+ "DOTA_LobbyMemberXPBonus_DEFAULT": 0,
+ "DOTA_LobbyMemberXPBonus_BATTLE_BOOSTER": 1,
+ "DOTA_LobbyMemberXPBonus_SHARE_BONUS": 2,
+ "DOTA_LobbyMemberXPBonus_PARTY": 3,
+ "DOTA_LobbyMemberXPBonus_RECRUITMENT": 4,
+ "DOTA_LobbyMemberXPBonus_PCBANG": 5,
+}
+
+func (x DOTA_LobbyMemberXPBonus) Enum() *DOTA_LobbyMemberXPBonus {
+ p := new(DOTA_LobbyMemberXPBonus)
+ *p = x
+ return p
+}
+func (x DOTA_LobbyMemberXPBonus) String() string {
+ return proto.EnumName(DOTA_LobbyMemberXPBonus_name, int32(x))
+}
+func (x *DOTA_LobbyMemberXPBonus) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_LobbyMemberXPBonus_value, data, "DOTA_LobbyMemberXPBonus")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_LobbyMemberXPBonus(value)
+ return nil
+}
+func (DOTA_LobbyMemberXPBonus) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{14} }
+
+type DOTALobbyVisibility int32
+
+const (
+ DOTALobbyVisibility_DOTALobbyVisibility_Public DOTALobbyVisibility = 0
+ DOTALobbyVisibility_DOTALobbyVisibility_Friends DOTALobbyVisibility = 1
+ DOTALobbyVisibility_DOTALobbyVisibility_Unlisted DOTALobbyVisibility = 2
+)
+
+var DOTALobbyVisibility_name = map[int32]string{
+ 0: "DOTALobbyVisibility_Public",
+ 1: "DOTALobbyVisibility_Friends",
+ 2: "DOTALobbyVisibility_Unlisted",
+}
+var DOTALobbyVisibility_value = map[string]int32{
+ "DOTALobbyVisibility_Public": 0,
+ "DOTALobbyVisibility_Friends": 1,
+ "DOTALobbyVisibility_Unlisted": 2,
+}
+
+func (x DOTALobbyVisibility) Enum() *DOTALobbyVisibility {
+ p := new(DOTALobbyVisibility)
+ *p = x
+ return p
+}
+func (x DOTALobbyVisibility) String() string {
+ return proto.EnumName(DOTALobbyVisibility_name, int32(x))
+}
+func (x *DOTALobbyVisibility) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTALobbyVisibility_value, data, "DOTALobbyVisibility")
+ if err != nil {
+ return err
+ }
+ *x = DOTALobbyVisibility(value)
+ return nil
+}
+func (DOTALobbyVisibility) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{15} }
+
+type EDOTAPlayerMMRType int32
+
+const (
+ EDOTAPlayerMMRType_k_EDOTAPlayerMMRType_Invalid EDOTAPlayerMMRType = 0
+ EDOTAPlayerMMRType_k_EDOTAPlayerMMRType_GeneralHidden EDOTAPlayerMMRType = 1
+ EDOTAPlayerMMRType_k_EDOTAPlayerMMRType_SoloHidden EDOTAPlayerMMRType = 2
+ EDOTAPlayerMMRType_k_EDOTAPlayerMMRType_GeneralCompetitive EDOTAPlayerMMRType = 3
+ EDOTAPlayerMMRType_k_EDOTAPlayerMMRType_SoloCompetitive EDOTAPlayerMMRType = 4
+ EDOTAPlayerMMRType_k_EDOTAPlayerMMRType_1v1Competitive EDOTAPlayerMMRType = 5
+)
+
+var EDOTAPlayerMMRType_name = map[int32]string{
+ 0: "k_EDOTAPlayerMMRType_Invalid",
+ 1: "k_EDOTAPlayerMMRType_GeneralHidden",
+ 2: "k_EDOTAPlayerMMRType_SoloHidden",
+ 3: "k_EDOTAPlayerMMRType_GeneralCompetitive",
+ 4: "k_EDOTAPlayerMMRType_SoloCompetitive",
+ 5: "k_EDOTAPlayerMMRType_1v1Competitive",
+}
+var EDOTAPlayerMMRType_value = map[string]int32{
+ "k_EDOTAPlayerMMRType_Invalid": 0,
+ "k_EDOTAPlayerMMRType_GeneralHidden": 1,
+ "k_EDOTAPlayerMMRType_SoloHidden": 2,
+ "k_EDOTAPlayerMMRType_GeneralCompetitive": 3,
+ "k_EDOTAPlayerMMRType_SoloCompetitive": 4,
+ "k_EDOTAPlayerMMRType_1v1Competitive": 5,
+}
+
+func (x EDOTAPlayerMMRType) Enum() *EDOTAPlayerMMRType {
+ p := new(EDOTAPlayerMMRType)
+ *p = x
+ return p
+}
+func (x EDOTAPlayerMMRType) String() string {
+ return proto.EnumName(EDOTAPlayerMMRType_name, int32(x))
+}
+func (x *EDOTAPlayerMMRType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EDOTAPlayerMMRType_value, data, "EDOTAPlayerMMRType")
+ if err != nil {
+ return err
+ }
+ *x = EDOTAPlayerMMRType(value)
+ return nil
+}
+func (EDOTAPlayerMMRType) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{16} }
+
+type MatchType int32
+
+const (
+ MatchType_MATCH_TYPE_CASUAL MatchType = 0
+ MatchType_MATCH_TYPE_COOP_BOTS MatchType = 1
+ MatchType_MATCH_TYPE_TEAM_RANKED MatchType = 2
+ MatchType_MATCH_TYPE_LEGACY_SOLO_QUEUE MatchType = 3
+ MatchType_MATCH_TYPE_COMPETITIVE MatchType = 4
+ MatchType_MATCH_TYPE_WEEKEND_TOURNEY MatchType = 5
+ MatchType_MATCH_TYPE_CASUAL_1V1 MatchType = 6
+ MatchType_MATCH_TYPE_EVENT MatchType = 7
+)
+
+var MatchType_name = map[int32]string{
+ 0: "MATCH_TYPE_CASUAL",
+ 1: "MATCH_TYPE_COOP_BOTS",
+ 2: "MATCH_TYPE_TEAM_RANKED",
+ 3: "MATCH_TYPE_LEGACY_SOLO_QUEUE",
+ 4: "MATCH_TYPE_COMPETITIVE",
+ 5: "MATCH_TYPE_WEEKEND_TOURNEY",
+ 6: "MATCH_TYPE_CASUAL_1V1",
+ 7: "MATCH_TYPE_EVENT",
+}
+var MatchType_value = map[string]int32{
+ "MATCH_TYPE_CASUAL": 0,
+ "MATCH_TYPE_COOP_BOTS": 1,
+ "MATCH_TYPE_TEAM_RANKED": 2,
+ "MATCH_TYPE_LEGACY_SOLO_QUEUE": 3,
+ "MATCH_TYPE_COMPETITIVE": 4,
+ "MATCH_TYPE_WEEKEND_TOURNEY": 5,
+ "MATCH_TYPE_CASUAL_1V1": 6,
+ "MATCH_TYPE_EVENT": 7,
+}
+
+func (x MatchType) Enum() *MatchType {
+ p := new(MatchType)
+ *p = x
+ return p
+}
+func (x MatchType) String() string {
+ return proto.EnumName(MatchType_name, int32(x))
+}
+func (x *MatchType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(MatchType_value, data, "MatchType")
+ if err != nil {
+ return err
+ }
+ *x = MatchType(value)
+ return nil
+}
+func (MatchType) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{17} }
+
+type DOTABotDifficulty int32
+
+const (
+ DOTABotDifficulty_BOT_DIFFICULTY_PASSIVE DOTABotDifficulty = 0
+ DOTABotDifficulty_BOT_DIFFICULTY_EASY DOTABotDifficulty = 1
+ DOTABotDifficulty_BOT_DIFFICULTY_MEDIUM DOTABotDifficulty = 2
+ DOTABotDifficulty_BOT_DIFFICULTY_HARD DOTABotDifficulty = 3
+ DOTABotDifficulty_BOT_DIFFICULTY_UNFAIR DOTABotDifficulty = 4
+ DOTABotDifficulty_BOT_DIFFICULTY_INVALID DOTABotDifficulty = 5
+ DOTABotDifficulty_BOT_DIFFICULTY_EXTRA1 DOTABotDifficulty = 6
+ DOTABotDifficulty_BOT_DIFFICULTY_EXTRA2 DOTABotDifficulty = 7
+ DOTABotDifficulty_BOT_DIFFICULTY_EXTRA3 DOTABotDifficulty = 8
+)
+
+var DOTABotDifficulty_name = map[int32]string{
+ 0: "BOT_DIFFICULTY_PASSIVE",
+ 1: "BOT_DIFFICULTY_EASY",
+ 2: "BOT_DIFFICULTY_MEDIUM",
+ 3: "BOT_DIFFICULTY_HARD",
+ 4: "BOT_DIFFICULTY_UNFAIR",
+ 5: "BOT_DIFFICULTY_INVALID",
+ 6: "BOT_DIFFICULTY_EXTRA1",
+ 7: "BOT_DIFFICULTY_EXTRA2",
+ 8: "BOT_DIFFICULTY_EXTRA3",
+}
+var DOTABotDifficulty_value = map[string]int32{
+ "BOT_DIFFICULTY_PASSIVE": 0,
+ "BOT_DIFFICULTY_EASY": 1,
+ "BOT_DIFFICULTY_MEDIUM": 2,
+ "BOT_DIFFICULTY_HARD": 3,
+ "BOT_DIFFICULTY_UNFAIR": 4,
+ "BOT_DIFFICULTY_INVALID": 5,
+ "BOT_DIFFICULTY_EXTRA1": 6,
+ "BOT_DIFFICULTY_EXTRA2": 7,
+ "BOT_DIFFICULTY_EXTRA3": 8,
+}
+
+func (x DOTABotDifficulty) Enum() *DOTABotDifficulty {
+ p := new(DOTABotDifficulty)
+ *p = x
+ return p
+}
+func (x DOTABotDifficulty) String() string {
+ return proto.EnumName(DOTABotDifficulty_name, int32(x))
+}
+func (x *DOTABotDifficulty) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTABotDifficulty_value, data, "DOTABotDifficulty")
+ if err != nil {
+ return err
+ }
+ *x = DOTABotDifficulty(value)
+ return nil
+}
+func (DOTABotDifficulty) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{18} }
+
+type MatchLanguages int32
+
+const (
+ MatchLanguages_MATCH_LANGUAGE_INVALID MatchLanguages = 0
+ MatchLanguages_MATCH_LANGUAGE_ENGLISH MatchLanguages = 1
+ MatchLanguages_MATCH_LANGUAGE_RUSSIAN MatchLanguages = 2
+ MatchLanguages_MATCH_LANGUAGE_CHINESE MatchLanguages = 3
+ MatchLanguages_MATCH_LANGUAGE_KOREAN MatchLanguages = 4
+ MatchLanguages_MATCH_LANGUAGE_SPANISH MatchLanguages = 5
+ MatchLanguages_MATCH_LANGUAGE_PORTUGUESE MatchLanguages = 6
+ MatchLanguages_MATCH_LANGUAGE_ENGLISH2 MatchLanguages = 7
+)
+
+var MatchLanguages_name = map[int32]string{
+ 0: "MATCH_LANGUAGE_INVALID",
+ 1: "MATCH_LANGUAGE_ENGLISH",
+ 2: "MATCH_LANGUAGE_RUSSIAN",
+ 3: "MATCH_LANGUAGE_CHINESE",
+ 4: "MATCH_LANGUAGE_KOREAN",
+ 5: "MATCH_LANGUAGE_SPANISH",
+ 6: "MATCH_LANGUAGE_PORTUGUESE",
+ 7: "MATCH_LANGUAGE_ENGLISH2",
+}
+var MatchLanguages_value = map[string]int32{
+ "MATCH_LANGUAGE_INVALID": 0,
+ "MATCH_LANGUAGE_ENGLISH": 1,
+ "MATCH_LANGUAGE_RUSSIAN": 2,
+ "MATCH_LANGUAGE_CHINESE": 3,
+ "MATCH_LANGUAGE_KOREAN": 4,
+ "MATCH_LANGUAGE_SPANISH": 5,
+ "MATCH_LANGUAGE_PORTUGUESE": 6,
+ "MATCH_LANGUAGE_ENGLISH2": 7,
+}
+
+func (x MatchLanguages) Enum() *MatchLanguages {
+ p := new(MatchLanguages)
+ *p = x
+ return p
+}
+func (x MatchLanguages) String() string {
+ return proto.EnumName(MatchLanguages_name, int32(x))
+}
+func (x *MatchLanguages) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(MatchLanguages_value, data, "MatchLanguages")
+ if err != nil {
+ return err
+ }
+ *x = MatchLanguages(value)
+ return nil
+}
+func (MatchLanguages) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{19} }
+
+type ETournamentTemplate int32
+
+const (
+ ETournamentTemplate_k_ETournamentTemplate_None ETournamentTemplate = 0
+ ETournamentTemplate_k_ETournamentTemplate_SingleElimination ETournamentTemplate = 1
+)
+
+var ETournamentTemplate_name = map[int32]string{
+ 0: "k_ETournamentTemplate_None",
+ 1: "k_ETournamentTemplate_SingleElimination",
+}
+var ETournamentTemplate_value = map[string]int32{
+ "k_ETournamentTemplate_None": 0,
+ "k_ETournamentTemplate_SingleElimination": 1,
+}
+
+func (x ETournamentTemplate) Enum() *ETournamentTemplate {
+ p := new(ETournamentTemplate)
+ *p = x
+ return p
+}
+func (x ETournamentTemplate) String() string {
+ return proto.EnumName(ETournamentTemplate_name, int32(x))
+}
+func (x *ETournamentTemplate) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ETournamentTemplate_value, data, "ETournamentTemplate")
+ if err != nil {
+ return err
+ }
+ *x = ETournamentTemplate(value)
+ return nil
+}
+func (ETournamentTemplate) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{20} }
+
+type ETournamentType int32
+
+const (
+ ETournamentType_k_ETournamentType_Unknown ETournamentType = 0
+ ETournamentType_k_ETournamentType_WeeklyDivision ETournamentType = 1
+)
+
+var ETournamentType_name = map[int32]string{
+ 0: "k_ETournamentType_Unknown",
+ 1: "k_ETournamentType_WeeklyDivision",
+}
+var ETournamentType_value = map[string]int32{
+ "k_ETournamentType_Unknown": 0,
+ "k_ETournamentType_WeeklyDivision": 1,
+}
+
+func (x ETournamentType) Enum() *ETournamentType {
+ p := new(ETournamentType)
+ *p = x
+ return p
+}
+func (x ETournamentType) String() string {
+ return proto.EnumName(ETournamentType_name, int32(x))
+}
+func (x *ETournamentType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ETournamentType_value, data, "ETournamentType")
+ if err != nil {
+ return err
+ }
+ *x = ETournamentType(value)
+ return nil
+}
+func (ETournamentType) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{21} }
+
+type EEvent int32
+
+const (
+ EEvent_EVENT_ID_NONE EEvent = 0
+ EEvent_EVENT_ID_DIRETIDE EEvent = 1
+ EEvent_EVENT_ID_SPRING_FESTIVAL EEvent = 2
+ EEvent_EVENT_ID_FROSTIVUS_2013 EEvent = 3
+ EEvent_EVENT_ID_COMPENDIUM_2014 EEvent = 4
+ EEvent_EVENT_ID_NEXON_PC_BANG EEvent = 5
+ EEvent_EVENT_ID_PWRD_DAC_2015 EEvent = 6
+ EEvent_EVENT_ID_NEW_BLOOM_2015 EEvent = 7
+ EEvent_EVENT_ID_INTERNATIONAL_2015 EEvent = 8
+ EEvent_EVENT_ID_FALL_MAJOR_2015 EEvent = 9
+ EEvent_EVENT_ID_ORACLE_PA EEvent = 10
+ EEvent_EVENT_ID_NEW_BLOOM_2015_PREBEAST EEvent = 11
+ EEvent_EVENT_ID_FROSTIVUS EEvent = 12
+ EEvent_EVENT_ID_WINTER_MAJOR_2015 EEvent = 13
+)
+
+var EEvent_name = map[int32]string{
+ 0: "EVENT_ID_NONE",
+ 1: "EVENT_ID_DIRETIDE",
+ 2: "EVENT_ID_SPRING_FESTIVAL",
+ 3: "EVENT_ID_FROSTIVUS_2013",
+ 4: "EVENT_ID_COMPENDIUM_2014",
+ 5: "EVENT_ID_NEXON_PC_BANG",
+ 6: "EVENT_ID_PWRD_DAC_2015",
+ 7: "EVENT_ID_NEW_BLOOM_2015",
+ 8: "EVENT_ID_INTERNATIONAL_2015",
+ 9: "EVENT_ID_FALL_MAJOR_2015",
+ 10: "EVENT_ID_ORACLE_PA",
+ 11: "EVENT_ID_NEW_BLOOM_2015_PREBEAST",
+ 12: "EVENT_ID_FROSTIVUS",
+ 13: "EVENT_ID_WINTER_MAJOR_2015",
+}
+var EEvent_value = map[string]int32{
+ "EVENT_ID_NONE": 0,
+ "EVENT_ID_DIRETIDE": 1,
+ "EVENT_ID_SPRING_FESTIVAL": 2,
+ "EVENT_ID_FROSTIVUS_2013": 3,
+ "EVENT_ID_COMPENDIUM_2014": 4,
+ "EVENT_ID_NEXON_PC_BANG": 5,
+ "EVENT_ID_PWRD_DAC_2015": 6,
+ "EVENT_ID_NEW_BLOOM_2015": 7,
+ "EVENT_ID_INTERNATIONAL_2015": 8,
+ "EVENT_ID_FALL_MAJOR_2015": 9,
+ "EVENT_ID_ORACLE_PA": 10,
+ "EVENT_ID_NEW_BLOOM_2015_PREBEAST": 11,
+ "EVENT_ID_FROSTIVUS": 12,
+ "EVENT_ID_WINTER_MAJOR_2015": 13,
+}
+
+func (x EEvent) Enum() *EEvent {
+ p := new(EEvent)
+ *p = x
+ return p
+}
+func (x EEvent) String() string {
+ return proto.EnumName(EEvent_name, int32(x))
+}
+func (x *EEvent) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EEvent_value, data, "EEvent")
+ if err != nil {
+ return err
+ }
+ *x = EEvent(value)
+ return nil
+}
+func (EEvent) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{22} }
+
+type LobbyDotaTVDelay int32
+
+const (
+ LobbyDotaTVDelay_LobbyDotaTV_10 LobbyDotaTVDelay = 0
+ LobbyDotaTVDelay_LobbyDotaTV_120 LobbyDotaTVDelay = 1
+ LobbyDotaTVDelay_LobbyDotaTV_300 LobbyDotaTVDelay = 2
+)
+
+var LobbyDotaTVDelay_name = map[int32]string{
+ 0: "LobbyDotaTV_10",
+ 1: "LobbyDotaTV_120",
+ 2: "LobbyDotaTV_300",
+}
+var LobbyDotaTVDelay_value = map[string]int32{
+ "LobbyDotaTV_10": 0,
+ "LobbyDotaTV_120": 1,
+ "LobbyDotaTV_300": 2,
+}
+
+func (x LobbyDotaTVDelay) Enum() *LobbyDotaTVDelay {
+ p := new(LobbyDotaTVDelay)
+ *p = x
+ return p
+}
+func (x LobbyDotaTVDelay) String() string {
+ return proto.EnumName(LobbyDotaTVDelay_name, int32(x))
+}
+func (x *LobbyDotaTVDelay) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(LobbyDotaTVDelay_value, data, "LobbyDotaTVDelay")
+ if err != nil {
+ return err
+ }
+ *x = LobbyDotaTVDelay(value)
+ return nil
+}
+func (LobbyDotaTVDelay) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{23} }
+
+type LobbyDotaPauseSetting int32
+
+const (
+ LobbyDotaPauseSetting_LobbyDotaPauseSetting_Unlimited LobbyDotaPauseSetting = 0
+ LobbyDotaPauseSetting_LobbyDotaPauseSetting_Limited LobbyDotaPauseSetting = 1
+ LobbyDotaPauseSetting_LobbyDotaPauseSetting_Disabled LobbyDotaPauseSetting = 2
+)
+
+var LobbyDotaPauseSetting_name = map[int32]string{
+ 0: "LobbyDotaPauseSetting_Unlimited",
+ 1: "LobbyDotaPauseSetting_Limited",
+ 2: "LobbyDotaPauseSetting_Disabled",
+}
+var LobbyDotaPauseSetting_value = map[string]int32{
+ "LobbyDotaPauseSetting_Unlimited": 0,
+ "LobbyDotaPauseSetting_Limited": 1,
+ "LobbyDotaPauseSetting_Disabled": 2,
+}
+
+func (x LobbyDotaPauseSetting) Enum() *LobbyDotaPauseSetting {
+ p := new(LobbyDotaPauseSetting)
+ *p = x
+ return p
+}
+func (x LobbyDotaPauseSetting) String() string {
+ return proto.EnumName(LobbyDotaPauseSetting_name, int32(x))
+}
+func (x *LobbyDotaPauseSetting) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(LobbyDotaPauseSetting_value, data, "LobbyDotaPauseSetting")
+ if err != nil {
+ return err
+ }
+ *x = LobbyDotaPauseSetting(value)
+ return nil
+}
+func (LobbyDotaPauseSetting) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{24} }
+
+type EMatchOutcome int32
+
+const (
+ EMatchOutcome_k_EMatchOutcome_Unknown EMatchOutcome = 0
+ EMatchOutcome_k_EMatchOutcome_RadVictory EMatchOutcome = 2
+ EMatchOutcome_k_EMatchOutcome_DireVictory EMatchOutcome = 3
+ EMatchOutcome_k_EMatchOutcome_NotScored_PoorNetworkConditions EMatchOutcome = 64
+ EMatchOutcome_k_EMatchOutcome_NotScored_Leaver EMatchOutcome = 65
+ EMatchOutcome_k_EMatchOutcome_NotScored_ServerCrash EMatchOutcome = 66
+ EMatchOutcome_k_EMatchOutcome_NotScored_NeverStarted EMatchOutcome = 67
+)
+
+var EMatchOutcome_name = map[int32]string{
+ 0: "k_EMatchOutcome_Unknown",
+ 2: "k_EMatchOutcome_RadVictory",
+ 3: "k_EMatchOutcome_DireVictory",
+ 64: "k_EMatchOutcome_NotScored_PoorNetworkConditions",
+ 65: "k_EMatchOutcome_NotScored_Leaver",
+ 66: "k_EMatchOutcome_NotScored_ServerCrash",
+ 67: "k_EMatchOutcome_NotScored_NeverStarted",
+}
+var EMatchOutcome_value = map[string]int32{
+ "k_EMatchOutcome_Unknown": 0,
+ "k_EMatchOutcome_RadVictory": 2,
+ "k_EMatchOutcome_DireVictory": 3,
+ "k_EMatchOutcome_NotScored_PoorNetworkConditions": 64,
+ "k_EMatchOutcome_NotScored_Leaver": 65,
+ "k_EMatchOutcome_NotScored_ServerCrash": 66,
+ "k_EMatchOutcome_NotScored_NeverStarted": 67,
+}
+
+func (x EMatchOutcome) Enum() *EMatchOutcome {
+ p := new(EMatchOutcome)
+ *p = x
+ return p
+}
+func (x EMatchOutcome) String() string {
+ return proto.EnumName(EMatchOutcome_name, int32(x))
+}
+func (x *EMatchOutcome) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EMatchOutcome_value, data, "EMatchOutcome")
+ if err != nil {
+ return err
+ }
+ *x = EMatchOutcome(value)
+ return nil
+}
+func (EMatchOutcome) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{25} }
+
+type EDOTAGCSessionNeed int32
+
+const (
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_Unknown EDOTAGCSessionNeed = 0
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserNoSessionNeeded EDOTAGCSessionNeed = 100
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInOnlineGame EDOTAGCSessionNeed = 101
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInLocalGame EDOTAGCSessionNeed = 102
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUIWasConnected EDOTAGCSessionNeed = 103
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUINeverConnected EDOTAGCSessionNeed = 104
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserTutorials EDOTAGCSessionNeed = 105
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUIWasConnectedIdle EDOTAGCSessionNeed = 106
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUINeverConnectedIdle EDOTAGCSessionNeed = 107
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerOnline EDOTAGCSessionNeed = 200
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerLocal EDOTAGCSessionNeed = 201
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerIdle EDOTAGCSessionNeed = 202
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerRelay EDOTAGCSessionNeed = 203
+ EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerLocalUpload EDOTAGCSessionNeed = 204
+)
+
+var EDOTAGCSessionNeed_name = map[int32]string{
+ 0: "k_EDOTAGCSessionNeed_Unknown",
+ 100: "k_EDOTAGCSessionNeed_UserNoSessionNeeded",
+ 101: "k_EDOTAGCSessionNeed_UserInOnlineGame",
+ 102: "k_EDOTAGCSessionNeed_UserInLocalGame",
+ 103: "k_EDOTAGCSessionNeed_UserInUIWasConnected",
+ 104: "k_EDOTAGCSessionNeed_UserInUINeverConnected",
+ 105: "k_EDOTAGCSessionNeed_UserTutorials",
+ 106: "k_EDOTAGCSessionNeed_UserInUIWasConnectedIdle",
+ 107: "k_EDOTAGCSessionNeed_UserInUINeverConnectedIdle",
+ 200: "k_EDOTAGCSessionNeed_GameServerOnline",
+ 201: "k_EDOTAGCSessionNeed_GameServerLocal",
+ 202: "k_EDOTAGCSessionNeed_GameServerIdle",
+ 203: "k_EDOTAGCSessionNeed_GameServerRelay",
+ 204: "k_EDOTAGCSessionNeed_GameServerLocalUpload",
+}
+var EDOTAGCSessionNeed_value = map[string]int32{
+ "k_EDOTAGCSessionNeed_Unknown": 0,
+ "k_EDOTAGCSessionNeed_UserNoSessionNeeded": 100,
+ "k_EDOTAGCSessionNeed_UserInOnlineGame": 101,
+ "k_EDOTAGCSessionNeed_UserInLocalGame": 102,
+ "k_EDOTAGCSessionNeed_UserInUIWasConnected": 103,
+ "k_EDOTAGCSessionNeed_UserInUINeverConnected": 104,
+ "k_EDOTAGCSessionNeed_UserTutorials": 105,
+ "k_EDOTAGCSessionNeed_UserInUIWasConnectedIdle": 106,
+ "k_EDOTAGCSessionNeed_UserInUINeverConnectedIdle": 107,
+ "k_EDOTAGCSessionNeed_GameServerOnline": 200,
+ "k_EDOTAGCSessionNeed_GameServerLocal": 201,
+ "k_EDOTAGCSessionNeed_GameServerIdle": 202,
+ "k_EDOTAGCSessionNeed_GameServerRelay": 203,
+ "k_EDOTAGCSessionNeed_GameServerLocalUpload": 204,
+}
+
+func (x EDOTAGCSessionNeed) Enum() *EDOTAGCSessionNeed {
+ p := new(EDOTAGCSessionNeed)
+ *p = x
+ return p
+}
+func (x EDOTAGCSessionNeed) String() string {
+ return proto.EnumName(EDOTAGCSessionNeed_name, int32(x))
+}
+func (x *EDOTAGCSessionNeed) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EDOTAGCSessionNeed_value, data, "EDOTAGCSessionNeed")
+ if err != nil {
+ return err
+ }
+ *x = EDOTAGCSessionNeed(value)
+ return nil
+}
+func (EDOTAGCSessionNeed) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{26} }
+
+type Fantasy_Roles int32
+
+const (
+ Fantasy_Roles_FANTASY_ROLE_UNDEFINED Fantasy_Roles = 0
+ Fantasy_Roles_FANTASY_ROLE_CORE Fantasy_Roles = 1
+ Fantasy_Roles_FANTASY_ROLE_SUPPORT Fantasy_Roles = 2
+)
+
+var Fantasy_Roles_name = map[int32]string{
+ 0: "FANTASY_ROLE_UNDEFINED",
+ 1: "FANTASY_ROLE_CORE",
+ 2: "FANTASY_ROLE_SUPPORT",
+}
+var Fantasy_Roles_value = map[string]int32{
+ "FANTASY_ROLE_UNDEFINED": 0,
+ "FANTASY_ROLE_CORE": 1,
+ "FANTASY_ROLE_SUPPORT": 2,
+}
+
+func (x Fantasy_Roles) Enum() *Fantasy_Roles {
+ p := new(Fantasy_Roles)
+ *p = x
+ return p
+}
+func (x Fantasy_Roles) String() string {
+ return proto.EnumName(Fantasy_Roles_name, int32(x))
+}
+func (x *Fantasy_Roles) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(Fantasy_Roles_value, data, "Fantasy_Roles")
+ if err != nil {
+ return err
+ }
+ *x = Fantasy_Roles(value)
+ return nil
+}
+func (Fantasy_Roles) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{27} }
+
+type Fantasy_Team_Slots int32
+
+const (
+ Fantasy_Team_Slots_FANTASY_SLOT_NONE Fantasy_Team_Slots = 0
+ Fantasy_Team_Slots_FANTASY_SLOT_CORE Fantasy_Team_Slots = 1
+ Fantasy_Team_Slots_FANTASY_SLOT_SUPPORT Fantasy_Team_Slots = 2
+ Fantasy_Team_Slots_FANTASY_SLOT_ANY Fantasy_Team_Slots = 3
+ Fantasy_Team_Slots_FANTASY_SLOT_BENCH Fantasy_Team_Slots = 4
+)
+
+var Fantasy_Team_Slots_name = map[int32]string{
+ 0: "FANTASY_SLOT_NONE",
+ 1: "FANTASY_SLOT_CORE",
+ 2: "FANTASY_SLOT_SUPPORT",
+ 3: "FANTASY_SLOT_ANY",
+ 4: "FANTASY_SLOT_BENCH",
+}
+var Fantasy_Team_Slots_value = map[string]int32{
+ "FANTASY_SLOT_NONE": 0,
+ "FANTASY_SLOT_CORE": 1,
+ "FANTASY_SLOT_SUPPORT": 2,
+ "FANTASY_SLOT_ANY": 3,
+ "FANTASY_SLOT_BENCH": 4,
+}
+
+func (x Fantasy_Team_Slots) Enum() *Fantasy_Team_Slots {
+ p := new(Fantasy_Team_Slots)
+ *p = x
+ return p
+}
+func (x Fantasy_Team_Slots) String() string {
+ return proto.EnumName(Fantasy_Team_Slots_name, int32(x))
+}
+func (x *Fantasy_Team_Slots) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(Fantasy_Team_Slots_value, data, "Fantasy_Team_Slots")
+ if err != nil {
+ return err
+ }
+ *x = Fantasy_Team_Slots(value)
+ return nil
+}
+func (Fantasy_Team_Slots) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{28} }
+
+type Fantasy_Selection_Mode int32
+
+const (
+ Fantasy_Selection_Mode_FANTASY_SELECTION_INVALID Fantasy_Selection_Mode = 0
+ Fantasy_Selection_Mode_FANTASY_SELECTION_LOCKED Fantasy_Selection_Mode = 1
+ Fantasy_Selection_Mode_FANTASY_SELECTION_SHUFFLE Fantasy_Selection_Mode = 2
+ Fantasy_Selection_Mode_FANTASY_SELECTION_FREE_PICK Fantasy_Selection_Mode = 3
+ Fantasy_Selection_Mode_FANTASY_SELECTION_ENDED Fantasy_Selection_Mode = 4
+ Fantasy_Selection_Mode_FANTASY_SELECTION_PRE_SEASON Fantasy_Selection_Mode = 5
+ Fantasy_Selection_Mode_FANTASY_SELECTION_PRE_DRAFT Fantasy_Selection_Mode = 6
+ Fantasy_Selection_Mode_FANTASY_SELECTION_DRAFTING Fantasy_Selection_Mode = 7
+ Fantasy_Selection_Mode_FANTASY_SELECTION_REGULAR_SEASON Fantasy_Selection_Mode = 8
+)
+
+var Fantasy_Selection_Mode_name = map[int32]string{
+ 0: "FANTASY_SELECTION_INVALID",
+ 1: "FANTASY_SELECTION_LOCKED",
+ 2: "FANTASY_SELECTION_SHUFFLE",
+ 3: "FANTASY_SELECTION_FREE_PICK",
+ 4: "FANTASY_SELECTION_ENDED",
+ 5: "FANTASY_SELECTION_PRE_SEASON",
+ 6: "FANTASY_SELECTION_PRE_DRAFT",
+ 7: "FANTASY_SELECTION_DRAFTING",
+ 8: "FANTASY_SELECTION_REGULAR_SEASON",
+}
+var Fantasy_Selection_Mode_value = map[string]int32{
+ "FANTASY_SELECTION_INVALID": 0,
+ "FANTASY_SELECTION_LOCKED": 1,
+ "FANTASY_SELECTION_SHUFFLE": 2,
+ "FANTASY_SELECTION_FREE_PICK": 3,
+ "FANTASY_SELECTION_ENDED": 4,
+ "FANTASY_SELECTION_PRE_SEASON": 5,
+ "FANTASY_SELECTION_PRE_DRAFT": 6,
+ "FANTASY_SELECTION_DRAFTING": 7,
+ "FANTASY_SELECTION_REGULAR_SEASON": 8,
+}
+
+func (x Fantasy_Selection_Mode) Enum() *Fantasy_Selection_Mode {
+ p := new(Fantasy_Selection_Mode)
+ *p = x
+ return p
+}
+func (x Fantasy_Selection_Mode) String() string {
+ return proto.EnumName(Fantasy_Selection_Mode_name, int32(x))
+}
+func (x *Fantasy_Selection_Mode) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(Fantasy_Selection_Mode_value, data, "Fantasy_Selection_Mode")
+ if err != nil {
+ return err
+ }
+ *x = Fantasy_Selection_Mode(value)
+ return nil
+}
+func (Fantasy_Selection_Mode) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{29} }
+
+type DOTA_TournamentEvents int32
+
+const (
+ DOTA_TournamentEvents_TE_FIRST_BLOOD DOTA_TournamentEvents = 0
+ DOTA_TournamentEvents_TE_GAME_END DOTA_TournamentEvents = 1
+ DOTA_TournamentEvents_TE_MULTI_KILL DOTA_TournamentEvents = 2
+ DOTA_TournamentEvents_TE_HERO_DENY DOTA_TournamentEvents = 3
+ DOTA_TournamentEvents_TE_AEGIS_DENY DOTA_TournamentEvents = 4
+ DOTA_TournamentEvents_TE_AEGIS_STOLEN DOTA_TournamentEvents = 5
+ DOTA_TournamentEvents_TE_GODLIKE DOTA_TournamentEvents = 6
+ DOTA_TournamentEvents_TE_COURIER_KILL DOTA_TournamentEvents = 7
+ DOTA_TournamentEvents_TE_ECHOSLAM DOTA_TournamentEvents = 8
+ DOTA_TournamentEvents_TE_RAPIER DOTA_TournamentEvents = 9
+ DOTA_TournamentEvents_TE_EARLY_ROSHAN DOTA_TournamentEvents = 10
+ DOTA_TournamentEvents_TE_BLACK_HOLE DOTA_TournamentEvents = 11
+)
+
+var DOTA_TournamentEvents_name = map[int32]string{
+ 0: "TE_FIRST_BLOOD",
+ 1: "TE_GAME_END",
+ 2: "TE_MULTI_KILL",
+ 3: "TE_HERO_DENY",
+ 4: "TE_AEGIS_DENY",
+ 5: "TE_AEGIS_STOLEN",
+ 6: "TE_GODLIKE",
+ 7: "TE_COURIER_KILL",
+ 8: "TE_ECHOSLAM",
+ 9: "TE_RAPIER",
+ 10: "TE_EARLY_ROSHAN",
+ 11: "TE_BLACK_HOLE",
+}
+var DOTA_TournamentEvents_value = map[string]int32{
+ "TE_FIRST_BLOOD": 0,
+ "TE_GAME_END": 1,
+ "TE_MULTI_KILL": 2,
+ "TE_HERO_DENY": 3,
+ "TE_AEGIS_DENY": 4,
+ "TE_AEGIS_STOLEN": 5,
+ "TE_GODLIKE": 6,
+ "TE_COURIER_KILL": 7,
+ "TE_ECHOSLAM": 8,
+ "TE_RAPIER": 9,
+ "TE_EARLY_ROSHAN": 10,
+ "TE_BLACK_HOLE": 11,
+}
+
+func (x DOTA_TournamentEvents) Enum() *DOTA_TournamentEvents {
+ p := new(DOTA_TournamentEvents)
+ *p = x
+ return p
+}
+func (x DOTA_TournamentEvents) String() string {
+ return proto.EnumName(DOTA_TournamentEvents_name, int32(x))
+}
+func (x *DOTA_TournamentEvents) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_TournamentEvents_value, data, "DOTA_TournamentEvents")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_TournamentEvents(value)
+ return nil
+}
+func (DOTA_TournamentEvents) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{30} }
+
+type DOTA_COMBATLOG_TYPES int32
+
+const (
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_DAMAGE DOTA_COMBATLOG_TYPES = 0
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_HEAL DOTA_COMBATLOG_TYPES = 1
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MODIFIER_ADD DOTA_COMBATLOG_TYPES = 2
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MODIFIER_REMOVE DOTA_COMBATLOG_TYPES = 3
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_DEATH DOTA_COMBATLOG_TYPES = 4
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ABILITY DOTA_COMBATLOG_TYPES = 5
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ITEM DOTA_COMBATLOG_TYPES = 6
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_LOCATION DOTA_COMBATLOG_TYPES = 7
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_GOLD DOTA_COMBATLOG_TYPES = 8
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_GAME_STATE DOTA_COMBATLOG_TYPES = 9
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_XP DOTA_COMBATLOG_TYPES = 10
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PURCHASE DOTA_COMBATLOG_TYPES = 11
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_BUYBACK DOTA_COMBATLOG_TYPES = 12
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ABILITY_TRIGGER DOTA_COMBATLOG_TYPES = 13
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PLAYERSTATS DOTA_COMBATLOG_TYPES = 14
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MULTIKILL DOTA_COMBATLOG_TYPES = 15
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_KILLSTREAK DOTA_COMBATLOG_TYPES = 16
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_TEAM_BUILDING_KILL DOTA_COMBATLOG_TYPES = 17
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_FIRST_BLOOD DOTA_COMBATLOG_TYPES = 18
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MODIFIER_REFRESH DOTA_COMBATLOG_TYPES = 19
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_NEUTRAL_CAMP_STACK DOTA_COMBATLOG_TYPES = 20
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PICKUP_RUNE DOTA_COMBATLOG_TYPES = 21
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_REVEALED_INVISIBLE DOTA_COMBATLOG_TYPES = 22
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_HERO_SAVED DOTA_COMBATLOG_TYPES = 23
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MANA_RESTORED DOTA_COMBATLOG_TYPES = 24
+ DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_HERO_LEVELUP DOTA_COMBATLOG_TYPES = 25
+)
+
+var DOTA_COMBATLOG_TYPES_name = map[int32]string{
+ 0: "DOTA_COMBATLOG_DAMAGE",
+ 1: "DOTA_COMBATLOG_HEAL",
+ 2: "DOTA_COMBATLOG_MODIFIER_ADD",
+ 3: "DOTA_COMBATLOG_MODIFIER_REMOVE",
+ 4: "DOTA_COMBATLOG_DEATH",
+ 5: "DOTA_COMBATLOG_ABILITY",
+ 6: "DOTA_COMBATLOG_ITEM",
+ 7: "DOTA_COMBATLOG_LOCATION",
+ 8: "DOTA_COMBATLOG_GOLD",
+ 9: "DOTA_COMBATLOG_GAME_STATE",
+ 10: "DOTA_COMBATLOG_XP",
+ 11: "DOTA_COMBATLOG_PURCHASE",
+ 12: "DOTA_COMBATLOG_BUYBACK",
+ 13: "DOTA_COMBATLOG_ABILITY_TRIGGER",
+ 14: "DOTA_COMBATLOG_PLAYERSTATS",
+ 15: "DOTA_COMBATLOG_MULTIKILL",
+ 16: "DOTA_COMBATLOG_KILLSTREAK",
+ 17: "DOTA_COMBATLOG_TEAM_BUILDING_KILL",
+ 18: "DOTA_COMBATLOG_FIRST_BLOOD",
+ 19: "DOTA_COMBATLOG_MODIFIER_REFRESH",
+ 20: "DOTA_COMBATLOG_NEUTRAL_CAMP_STACK",
+ 21: "DOTA_COMBATLOG_PICKUP_RUNE",
+ 22: "DOTA_COMBATLOG_REVEALED_INVISIBLE",
+ 23: "DOTA_COMBATLOG_HERO_SAVED",
+ 24: "DOTA_COMBATLOG_MANA_RESTORED",
+ 25: "DOTA_COMBATLOG_HERO_LEVELUP",
+}
+var DOTA_COMBATLOG_TYPES_value = map[string]int32{
+ "DOTA_COMBATLOG_DAMAGE": 0,
+ "DOTA_COMBATLOG_HEAL": 1,
+ "DOTA_COMBATLOG_MODIFIER_ADD": 2,
+ "DOTA_COMBATLOG_MODIFIER_REMOVE": 3,
+ "DOTA_COMBATLOG_DEATH": 4,
+ "DOTA_COMBATLOG_ABILITY": 5,
+ "DOTA_COMBATLOG_ITEM": 6,
+ "DOTA_COMBATLOG_LOCATION": 7,
+ "DOTA_COMBATLOG_GOLD": 8,
+ "DOTA_COMBATLOG_GAME_STATE": 9,
+ "DOTA_COMBATLOG_XP": 10,
+ "DOTA_COMBATLOG_PURCHASE": 11,
+ "DOTA_COMBATLOG_BUYBACK": 12,
+ "DOTA_COMBATLOG_ABILITY_TRIGGER": 13,
+ "DOTA_COMBATLOG_PLAYERSTATS": 14,
+ "DOTA_COMBATLOG_MULTIKILL": 15,
+ "DOTA_COMBATLOG_KILLSTREAK": 16,
+ "DOTA_COMBATLOG_TEAM_BUILDING_KILL": 17,
+ "DOTA_COMBATLOG_FIRST_BLOOD": 18,
+ "DOTA_COMBATLOG_MODIFIER_REFRESH": 19,
+ "DOTA_COMBATLOG_NEUTRAL_CAMP_STACK": 20,
+ "DOTA_COMBATLOG_PICKUP_RUNE": 21,
+ "DOTA_COMBATLOG_REVEALED_INVISIBLE": 22,
+ "DOTA_COMBATLOG_HERO_SAVED": 23,
+ "DOTA_COMBATLOG_MANA_RESTORED": 24,
+ "DOTA_COMBATLOG_HERO_LEVELUP": 25,
+}
+
+func (x DOTA_COMBATLOG_TYPES) Enum() *DOTA_COMBATLOG_TYPES {
+ p := new(DOTA_COMBATLOG_TYPES)
+ *p = x
+ return p
+}
+func (x DOTA_COMBATLOG_TYPES) String() string {
+ return proto.EnumName(DOTA_COMBATLOG_TYPES_name, int32(x))
+}
+func (x *DOTA_COMBATLOG_TYPES) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTA_COMBATLOG_TYPES_value, data, "DOTA_COMBATLOG_TYPES")
+ if err != nil {
+ return err
+ }
+ *x = DOTA_COMBATLOG_TYPES(value)
+ return nil
+}
+func (DOTA_COMBATLOG_TYPES) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{31} }
+
+type DOTAChatChannelTypeT int32
+
+const (
+ DOTAChatChannelTypeT_DOTAChannelType_Regional DOTAChatChannelTypeT = 0
+ DOTAChatChannelTypeT_DOTAChannelType_Custom DOTAChatChannelTypeT = 1
+ DOTAChatChannelTypeT_DOTAChannelType_Party DOTAChatChannelTypeT = 2
+ DOTAChatChannelTypeT_DOTAChannelType_Lobby DOTAChatChannelTypeT = 3
+ DOTAChatChannelTypeT_DOTAChannelType_Team DOTAChatChannelTypeT = 4
+ DOTAChatChannelTypeT_DOTAChannelType_Guild DOTAChatChannelTypeT = 5
+ DOTAChatChannelTypeT_DOTAChannelType_Fantasy DOTAChatChannelTypeT = 6
+ DOTAChatChannelTypeT_DOTAChannelType_Whisper DOTAChatChannelTypeT = 7
+ DOTAChatChannelTypeT_DOTAChannelType_Console DOTAChatChannelTypeT = 8
+ DOTAChatChannelTypeT_DOTAChannelType_Tab DOTAChatChannelTypeT = 9
+ DOTAChatChannelTypeT_DOTAChannelType_Invalid DOTAChatChannelTypeT = 10
+ DOTAChatChannelTypeT_DOTAChannelType_GameAll DOTAChatChannelTypeT = 11
+ DOTAChatChannelTypeT_DOTAChannelType_GameAllies DOTAChatChannelTypeT = 12
+ DOTAChatChannelTypeT_DOTAChannelType_GameSpectator DOTAChatChannelTypeT = 13
+ DOTAChatChannelTypeT_DOTAChannelType_GameCoaching DOTAChatChannelTypeT = 14
+ DOTAChatChannelTypeT_DOTAChannelType_Cafe DOTAChatChannelTypeT = 15
+ DOTAChatChannelTypeT_DOTAChannelType_CustomGame DOTAChatChannelTypeT = 16
+ DOTAChatChannelTypeT_DOTAChannelType_Private DOTAChatChannelTypeT = 17
+)
+
+var DOTAChatChannelTypeT_name = map[int32]string{
+ 0: "DOTAChannelType_Regional",
+ 1: "DOTAChannelType_Custom",
+ 2: "DOTAChannelType_Party",
+ 3: "DOTAChannelType_Lobby",
+ 4: "DOTAChannelType_Team",
+ 5: "DOTAChannelType_Guild",
+ 6: "DOTAChannelType_Fantasy",
+ 7: "DOTAChannelType_Whisper",
+ 8: "DOTAChannelType_Console",
+ 9: "DOTAChannelType_Tab",
+ 10: "DOTAChannelType_Invalid",
+ 11: "DOTAChannelType_GameAll",
+ 12: "DOTAChannelType_GameAllies",
+ 13: "DOTAChannelType_GameSpectator",
+ 14: "DOTAChannelType_GameCoaching",
+ 15: "DOTAChannelType_Cafe",
+ 16: "DOTAChannelType_CustomGame",
+ 17: "DOTAChannelType_Private",
+}
+var DOTAChatChannelTypeT_value = map[string]int32{
+ "DOTAChannelType_Regional": 0,
+ "DOTAChannelType_Custom": 1,
+ "DOTAChannelType_Party": 2,
+ "DOTAChannelType_Lobby": 3,
+ "DOTAChannelType_Team": 4,
+ "DOTAChannelType_Guild": 5,
+ "DOTAChannelType_Fantasy": 6,
+ "DOTAChannelType_Whisper": 7,
+ "DOTAChannelType_Console": 8,
+ "DOTAChannelType_Tab": 9,
+ "DOTAChannelType_Invalid": 10,
+ "DOTAChannelType_GameAll": 11,
+ "DOTAChannelType_GameAllies": 12,
+ "DOTAChannelType_GameSpectator": 13,
+ "DOTAChannelType_GameCoaching": 14,
+ "DOTAChannelType_Cafe": 15,
+ "DOTAChannelType_CustomGame": 16,
+ "DOTAChannelType_Private": 17,
+}
+
+func (x DOTAChatChannelTypeT) Enum() *DOTAChatChannelTypeT {
+ p := new(DOTAChatChannelTypeT)
+ *p = x
+ return p
+}
+func (x DOTAChatChannelTypeT) String() string {
+ return proto.EnumName(DOTAChatChannelTypeT_name, int32(x))
+}
+func (x *DOTAChatChannelTypeT) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(DOTAChatChannelTypeT_value, data, "DOTAChatChannelTypeT")
+ if err != nil {
+ return err
+ }
+ *x = DOTAChatChannelTypeT(value)
+ return nil
+}
+func (DOTAChatChannelTypeT) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{32} }
+
+type CSODOTAParty_State int32
+
+const (
+ CSODOTAParty_UI CSODOTAParty_State = 0
+ CSODOTAParty_FINDING_MATCH CSODOTAParty_State = 1
+ CSODOTAParty_IN_MATCH CSODOTAParty_State = 2
+)
+
+var CSODOTAParty_State_name = map[int32]string{
+ 0: "UI",
+ 1: "FINDING_MATCH",
+ 2: "IN_MATCH",
+}
+var CSODOTAParty_State_value = map[string]int32{
+ "UI": 0,
+ "FINDING_MATCH": 1,
+ "IN_MATCH": 2,
+}
+
+func (x CSODOTAParty_State) Enum() *CSODOTAParty_State {
+ p := new(CSODOTAParty_State)
+ *p = x
+ return p
+}
+func (x CSODOTAParty_State) String() string {
+ return proto.EnumName(CSODOTAParty_State_name, int32(x))
+}
+func (x *CSODOTAParty_State) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CSODOTAParty_State_value, data, "CSODOTAParty_State")
+ if err != nil {
+ return err
+ }
+ *x = CSODOTAParty_State(value)
+ return nil
+}
+func (CSODOTAParty_State) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{2, 0} }
+
+type CSODOTALobby_State int32
+
+const (
+ CSODOTALobby_UI CSODOTALobby_State = 0
+ CSODOTALobby_READYUP CSODOTALobby_State = 4
+ CSODOTALobby_SERVERSETUP CSODOTALobby_State = 1
+ CSODOTALobby_RUN CSODOTALobby_State = 2
+ CSODOTALobby_POSTGAME CSODOTALobby_State = 3
+ CSODOTALobby_NOTREADY CSODOTALobby_State = 5
+ CSODOTALobby_SERVERASSIGN CSODOTALobby_State = 6
+)
+
+var CSODOTALobby_State_name = map[int32]string{
+ 0: "UI",
+ 4: "READYUP",
+ 1: "SERVERSETUP",
+ 2: "RUN",
+ 3: "POSTGAME",
+ 5: "NOTREADY",
+ 6: "SERVERASSIGN",
+}
+var CSODOTALobby_State_value = map[string]int32{
+ "UI": 0,
+ "READYUP": 4,
+ "SERVERSETUP": 1,
+ "RUN": 2,
+ "POSTGAME": 3,
+ "NOTREADY": 5,
+ "SERVERASSIGN": 6,
+}
+
+func (x CSODOTALobby_State) Enum() *CSODOTALobby_State {
+ p := new(CSODOTALobby_State)
+ *p = x
+ return p
+}
+func (x CSODOTALobby_State) String() string {
+ return proto.EnumName(CSODOTALobby_State_name, int32(x))
+}
+func (x *CSODOTALobby_State) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CSODOTALobby_State_value, data, "CSODOTALobby_State")
+ if err != nil {
+ return err
+ }
+ *x = CSODOTALobby_State(value)
+ return nil
+}
+func (CSODOTALobby_State) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{12, 0} }
+
+type CSODOTALobby_LobbyType int32
+
+const (
+ CSODOTALobby_INVALID CSODOTALobby_LobbyType = -1
+ CSODOTALobby_CASUAL_MATCH CSODOTALobby_LobbyType = 0
+ CSODOTALobby_PRACTICE CSODOTALobby_LobbyType = 1
+ CSODOTALobby_TOURNAMENT CSODOTALobby_LobbyType = 2
+ CSODOTALobby_COOP_BOT_MATCH CSODOTALobby_LobbyType = 4
+ CSODOTALobby_LEGACY_TEAM_MATCH CSODOTALobby_LobbyType = 5
+ CSODOTALobby_LEGACY_SOLO_QUEUE_MATCH CSODOTALobby_LobbyType = 6
+ CSODOTALobby_COMPETITIVE_MATCH CSODOTALobby_LobbyType = 7
+ CSODOTALobby_CASUAL_1V1_MATCH CSODOTALobby_LobbyType = 8
+ CSODOTALobby_WEEKEND_TOURNEY CSODOTALobby_LobbyType = 9
+ CSODOTALobby_LOCAL_BOT_MATCH CSODOTALobby_LobbyType = 10
+)
+
+var CSODOTALobby_LobbyType_name = map[int32]string{
+ -1: "INVALID",
+ 0: "CASUAL_MATCH",
+ 1: "PRACTICE",
+ 2: "TOURNAMENT",
+ 4: "COOP_BOT_MATCH",
+ 5: "LEGACY_TEAM_MATCH",
+ 6: "LEGACY_SOLO_QUEUE_MATCH",
+ 7: "COMPETITIVE_MATCH",
+ 8: "CASUAL_1V1_MATCH",
+ 9: "WEEKEND_TOURNEY",
+ 10: "LOCAL_BOT_MATCH",
+}
+var CSODOTALobby_LobbyType_value = map[string]int32{
+ "INVALID": -1,
+ "CASUAL_MATCH": 0,
+ "PRACTICE": 1,
+ "TOURNAMENT": 2,
+ "COOP_BOT_MATCH": 4,
+ "LEGACY_TEAM_MATCH": 5,
+ "LEGACY_SOLO_QUEUE_MATCH": 6,
+ "COMPETITIVE_MATCH": 7,
+ "CASUAL_1V1_MATCH": 8,
+ "WEEKEND_TOURNEY": 9,
+ "LOCAL_BOT_MATCH": 10,
+}
+
+func (x CSODOTALobby_LobbyType) Enum() *CSODOTALobby_LobbyType {
+ p := new(CSODOTALobby_LobbyType)
+ *p = x
+ return p
+}
+func (x CSODOTALobby_LobbyType) String() string {
+ return proto.EnumName(CSODOTALobby_LobbyType_name, int32(x))
+}
+func (x *CSODOTALobby_LobbyType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CSODOTALobby_LobbyType_value, data, "CSODOTALobby_LobbyType")
+ if err != nil {
+ return err
+ }
+ *x = CSODOTALobby_LobbyType(value)
+ return nil
+}
+func (CSODOTALobby_LobbyType) EnumDescriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{12, 1} }
+
+type CMsgPerfectWorldUserLookupResponse_EResultCode int32
+
+const (
+ CMsgPerfectWorldUserLookupResponse_SUCCESS_ACCOUNT_FOUND CMsgPerfectWorldUserLookupResponse_EResultCode = 0
+ CMsgPerfectWorldUserLookupResponse_ERROR_UNKNOWN CMsgPerfectWorldUserLookupResponse_EResultCode = 1
+ CMsgPerfectWorldUserLookupResponse_ERROR_USER_NAME_WRONG_FORMAT CMsgPerfectWorldUserLookupResponse_EResultCode = 2
+ CMsgPerfectWorldUserLookupResponse_ERROR_NO_PERFECT_WORLD_ACCOUNT_FOUND CMsgPerfectWorldUserLookupResponse_EResultCode = 3
+ CMsgPerfectWorldUserLookupResponse_ERROR_NO_LINKED_STEAM_ACCOUNT_FOUND CMsgPerfectWorldUserLookupResponse_EResultCode = 4
+)
+
+var CMsgPerfectWorldUserLookupResponse_EResultCode_name = map[int32]string{
+ 0: "SUCCESS_ACCOUNT_FOUND",
+ 1: "ERROR_UNKNOWN",
+ 2: "ERROR_USER_NAME_WRONG_FORMAT",
+ 3: "ERROR_NO_PERFECT_WORLD_ACCOUNT_FOUND",
+ 4: "ERROR_NO_LINKED_STEAM_ACCOUNT_FOUND",
+}
+var CMsgPerfectWorldUserLookupResponse_EResultCode_value = map[string]int32{
+ "SUCCESS_ACCOUNT_FOUND": 0,
+ "ERROR_UNKNOWN": 1,
+ "ERROR_USER_NAME_WRONG_FORMAT": 2,
+ "ERROR_NO_PERFECT_WORLD_ACCOUNT_FOUND": 3,
+ "ERROR_NO_LINKED_STEAM_ACCOUNT_FOUND": 4,
+}
+
+func (x CMsgPerfectWorldUserLookupResponse_EResultCode) Enum() *CMsgPerfectWorldUserLookupResponse_EResultCode {
+ p := new(CMsgPerfectWorldUserLookupResponse_EResultCode)
+ *p = x
+ return p
+}
+func (x CMsgPerfectWorldUserLookupResponse_EResultCode) String() string {
+ return proto.EnumName(CMsgPerfectWorldUserLookupResponse_EResultCode_name, int32(x))
+}
+func (x *CMsgPerfectWorldUserLookupResponse_EResultCode) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgPerfectWorldUserLookupResponse_EResultCode_value, data, "CMsgPerfectWorldUserLookupResponse_EResultCode")
+ if err != nil {
+ return err
+ }
+ *x = CMsgPerfectWorldUserLookupResponse_EResultCode(value)
+ return nil
+}
+func (CMsgPerfectWorldUserLookupResponse_EResultCode) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{36, 0}
+}
+
+type CMsgDOTARedeemItemResponse_EResultCode int32
+
+const (
+ CMsgDOTARedeemItemResponse_k_Succeeded CMsgDOTARedeemItemResponse_EResultCode = 0
+ CMsgDOTARedeemItemResponse_k_Failed CMsgDOTARedeemItemResponse_EResultCode = 1
+)
+
+var CMsgDOTARedeemItemResponse_EResultCode_name = map[int32]string{
+ 0: "k_Succeeded",
+ 1: "k_Failed",
+}
+var CMsgDOTARedeemItemResponse_EResultCode_value = map[string]int32{
+ "k_Succeeded": 0,
+ "k_Failed": 1,
+}
+
+func (x CMsgDOTARedeemItemResponse_EResultCode) Enum() *CMsgDOTARedeemItemResponse_EResultCode {
+ p := new(CMsgDOTARedeemItemResponse_EResultCode)
+ *p = x
+ return p
+}
+func (x CMsgDOTARedeemItemResponse_EResultCode) String() string {
+ return proto.EnumName(CMsgDOTARedeemItemResponse_EResultCode_name, int32(x))
+}
+func (x *CMsgDOTARedeemItemResponse_EResultCode) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTARedeemItemResponse_EResultCode_value, data, "CMsgDOTARedeemItemResponse_EResultCode")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTARedeemItemResponse_EResultCode(value)
+ return nil
+}
+func (CMsgDOTARedeemItemResponse_EResultCode) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{42, 0}
+}
+
+type CMsgDOTAProfileCard_EStatID int32
+
+const (
+ CMsgDOTAProfileCard_k_eStat_SoloRank CMsgDOTAProfileCard_EStatID = 1
+ CMsgDOTAProfileCard_k_eStat_PartyRank CMsgDOTAProfileCard_EStatID = 2
+ CMsgDOTAProfileCard_k_eStat_Wins CMsgDOTAProfileCard_EStatID = 3
+ CMsgDOTAProfileCard_k_eStat_Commends CMsgDOTAProfileCard_EStatID = 4
+ CMsgDOTAProfileCard_k_eStat_GamesPlayed CMsgDOTAProfileCard_EStatID = 5
+ CMsgDOTAProfileCard_k_eStat_FirstMatchDate CMsgDOTAProfileCard_EStatID = 6
+)
+
+var CMsgDOTAProfileCard_EStatID_name = map[int32]string{
+ 1: "k_eStat_SoloRank",
+ 2: "k_eStat_PartyRank",
+ 3: "k_eStat_Wins",
+ 4: "k_eStat_Commends",
+ 5: "k_eStat_GamesPlayed",
+ 6: "k_eStat_FirstMatchDate",
+}
+var CMsgDOTAProfileCard_EStatID_value = map[string]int32{
+ "k_eStat_SoloRank": 1,
+ "k_eStat_PartyRank": 2,
+ "k_eStat_Wins": 3,
+ "k_eStat_Commends": 4,
+ "k_eStat_GamesPlayed": 5,
+ "k_eStat_FirstMatchDate": 6,
+}
+
+func (x CMsgDOTAProfileCard_EStatID) Enum() *CMsgDOTAProfileCard_EStatID {
+ p := new(CMsgDOTAProfileCard_EStatID)
+ *p = x
+ return p
+}
+func (x CMsgDOTAProfileCard_EStatID) String() string {
+ return proto.EnumName(CMsgDOTAProfileCard_EStatID_name, int32(x))
+}
+func (x *CMsgDOTAProfileCard_EStatID) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTAProfileCard_EStatID_value, data, "CMsgDOTAProfileCard_EStatID")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTAProfileCard_EStatID(value)
+ return nil
+}
+func (CMsgDOTAProfileCard_EStatID) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{44, 0}
+}
+
+type CSODOTAPlayerChallenge_EFlags int32
+
+const (
+ CSODOTAPlayerChallenge_eFlag_InstantRerollUncompleted CSODOTAPlayerChallenge_EFlags = 1
+ CSODOTAPlayerChallenge_eFlag_QuestChallenge CSODOTAPlayerChallenge_EFlags = 2
+)
+
+var CSODOTAPlayerChallenge_EFlags_name = map[int32]string{
+ 1: "eFlag_InstantRerollUncompleted",
+ 2: "eFlag_QuestChallenge",
+}
+var CSODOTAPlayerChallenge_EFlags_value = map[string]int32{
+ "eFlag_InstantRerollUncompleted": 1,
+ "eFlag_QuestChallenge": 2,
+}
+
+func (x CSODOTAPlayerChallenge_EFlags) Enum() *CSODOTAPlayerChallenge_EFlags {
+ p := new(CSODOTAPlayerChallenge_EFlags)
+ *p = x
+ return p
+}
+func (x CSODOTAPlayerChallenge_EFlags) String() string {
+ return proto.EnumName(CSODOTAPlayerChallenge_EFlags_name, int32(x))
+}
+func (x *CSODOTAPlayerChallenge_EFlags) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CSODOTAPlayerChallenge_EFlags_value, data, "CSODOTAPlayerChallenge_EFlags")
+ if err != nil {
+ return err
+ }
+ *x = CSODOTAPlayerChallenge_EFlags(value)
+ return nil
+}
+func (CSODOTAPlayerChallenge_EFlags) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{46, 0}
+}
+
+type CMsgGCRerollPlayerChallengeResponse_EResult int32
+
+const (
+ CMsgGCRerollPlayerChallengeResponse_eResult_Success CMsgGCRerollPlayerChallengeResponse_EResult = 0
+ CMsgGCRerollPlayerChallengeResponse_eResult_Dropped CMsgGCRerollPlayerChallengeResponse_EResult = 1
+ CMsgGCRerollPlayerChallengeResponse_eResult_NotFound CMsgGCRerollPlayerChallengeResponse_EResult = 2
+ CMsgGCRerollPlayerChallengeResponse_eResult_CantReroll CMsgGCRerollPlayerChallengeResponse_EResult = 3
+ CMsgGCRerollPlayerChallengeResponse_eResult_ServerError CMsgGCRerollPlayerChallengeResponse_EResult = 4
+)
+
+var CMsgGCRerollPlayerChallengeResponse_EResult_name = map[int32]string{
+ 0: "eResult_Success",
+ 1: "eResult_Dropped",
+ 2: "eResult_NotFound",
+ 3: "eResult_CantReroll",
+ 4: "eResult_ServerError",
+}
+var CMsgGCRerollPlayerChallengeResponse_EResult_value = map[string]int32{
+ "eResult_Success": 0,
+ "eResult_Dropped": 1,
+ "eResult_NotFound": 2,
+ "eResult_CantReroll": 3,
+ "eResult_ServerError": 4,
+}
+
+func (x CMsgGCRerollPlayerChallengeResponse_EResult) Enum() *CMsgGCRerollPlayerChallengeResponse_EResult {
+ p := new(CMsgGCRerollPlayerChallengeResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgGCRerollPlayerChallengeResponse_EResult) String() string {
+ return proto.EnumName(CMsgGCRerollPlayerChallengeResponse_EResult_name, int32(x))
+}
+func (x *CMsgGCRerollPlayerChallengeResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgGCRerollPlayerChallengeResponse_EResult_value, data, "CMsgGCRerollPlayerChallengeResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgGCRerollPlayerChallengeResponse_EResult(value)
+ return nil
+}
+func (CMsgGCRerollPlayerChallengeResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{48, 0}
+}
+
+type CMsgDOTARealtimeGameStats_GraphDataEStat int32
+
+const (
+ CMsgDOTARealtimeGameStats_GraphData_CreepGoldEarned CMsgDOTARealtimeGameStats_GraphDataEStat = 0
+ CMsgDOTARealtimeGameStats_GraphData_KillGoldEarned CMsgDOTARealtimeGameStats_GraphDataEStat = 1
+ CMsgDOTARealtimeGameStats_GraphData_DeathAndBuybackGoldLost CMsgDOTARealtimeGameStats_GraphDataEStat = 2
+ CMsgDOTARealtimeGameStats_GraphData_XPEarned CMsgDOTARealtimeGameStats_GraphDataEStat = 3
+)
+
+var CMsgDOTARealtimeGameStats_GraphDataEStat_name = map[int32]string{
+ 0: "CreepGoldEarned",
+ 1: "KillGoldEarned",
+ 2: "DeathAndBuybackGoldLost",
+ 3: "XPEarned",
+}
+var CMsgDOTARealtimeGameStats_GraphDataEStat_value = map[string]int32{
+ "CreepGoldEarned": 0,
+ "KillGoldEarned": 1,
+ "DeathAndBuybackGoldLost": 2,
+ "XPEarned": 3,
+}
+
+func (x CMsgDOTARealtimeGameStats_GraphDataEStat) Enum() *CMsgDOTARealtimeGameStats_GraphDataEStat {
+ p := new(CMsgDOTARealtimeGameStats_GraphDataEStat)
+ *p = x
+ return p
+}
+func (x CMsgDOTARealtimeGameStats_GraphDataEStat) String() string {
+ return proto.EnumName(CMsgDOTARealtimeGameStats_GraphDataEStat_name, int32(x))
+}
+func (x *CMsgDOTARealtimeGameStats_GraphDataEStat) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTARealtimeGameStats_GraphDataEStat_value, data, "CMsgDOTARealtimeGameStats_GraphDataEStat")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTARealtimeGameStats_GraphDataEStat(value)
+ return nil
+}
+func (CMsgDOTARealtimeGameStats_GraphDataEStat) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 11, 0}
+}
+
+type CMsgDOTARealtimeGameStats_GraphDataELocation int32
+
+const (
+ CMsgDOTARealtimeGameStats_GraphData_BotLane CMsgDOTARealtimeGameStats_GraphDataELocation = 0
+ CMsgDOTARealtimeGameStats_GraphData_MidLane CMsgDOTARealtimeGameStats_GraphDataELocation = 1
+ CMsgDOTARealtimeGameStats_GraphData_TopLane CMsgDOTARealtimeGameStats_GraphDataELocation = 2
+ CMsgDOTARealtimeGameStats_GraphData_Jungle CMsgDOTARealtimeGameStats_GraphDataELocation = 3
+ CMsgDOTARealtimeGameStats_GraphData_Ancients CMsgDOTARealtimeGameStats_GraphDataELocation = 4
+ CMsgDOTARealtimeGameStats_GraphData_Other CMsgDOTARealtimeGameStats_GraphDataELocation = 5
+)
+
+var CMsgDOTARealtimeGameStats_GraphDataELocation_name = map[int32]string{
+ 0: "BotLane",
+ 1: "MidLane",
+ 2: "TopLane",
+ 3: "Jungle",
+ 4: "Ancients",
+ 5: "Other",
+}
+var CMsgDOTARealtimeGameStats_GraphDataELocation_value = map[string]int32{
+ "BotLane": 0,
+ "MidLane": 1,
+ "TopLane": 2,
+ "Jungle": 3,
+ "Ancients": 4,
+ "Other": 5,
+}
+
+func (x CMsgDOTARealtimeGameStats_GraphDataELocation) Enum() *CMsgDOTARealtimeGameStats_GraphDataELocation {
+ p := new(CMsgDOTARealtimeGameStats_GraphDataELocation)
+ *p = x
+ return p
+}
+func (x CMsgDOTARealtimeGameStats_GraphDataELocation) String() string {
+ return proto.EnumName(CMsgDOTARealtimeGameStats_GraphDataELocation_name, int32(x))
+}
+func (x *CMsgDOTARealtimeGameStats_GraphDataELocation) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgDOTARealtimeGameStats_GraphDataELocation_value, data, "CMsgDOTARealtimeGameStats_GraphDataELocation")
+ if err != nil {
+ return err
+ }
+ *x = CMsgDOTARealtimeGameStats_GraphDataELocation(value)
+ return nil
+}
+func (CMsgDOTARealtimeGameStats_GraphDataELocation) EnumDescriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 11, 1}
+}
+
+type CSODOTAGameAccountClient struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Wins *uint32 `protobuf:"varint,3,opt,name=wins" json:"wins,omitempty"`
+ Losses *uint32 `protobuf:"varint,4,opt,name=losses" json:"losses,omitempty"`
+ Xp *uint32 `protobuf:"varint,12,opt,name=xp" json:"xp,omitempty"`
+ Level *uint32 `protobuf:"varint,13,opt,name=level" json:"level,omitempty"`
+ InitialSkill *uint32 `protobuf:"varint,14,opt,name=initial_skill" json:"initial_skill,omitempty"`
+ LeaverCount *uint32 `protobuf:"varint,15,opt,name=leaver_count" json:"leaver_count,omitempty"`
+ SecondaryLeaverCount *uint32 `protobuf:"varint,58,opt,name=secondary_leaver_count" json:"secondary_leaver_count,omitempty"`
+ LowPriorityUntilDate *uint32 `protobuf:"varint,18,opt,name=low_priority_until_date" json:"low_priority_until_date,omitempty"`
+ PreventTextChatUntilDate *uint32 `protobuf:"varint,20,opt,name=prevent_text_chat_until_date" json:"prevent_text_chat_until_date,omitempty"`
+ PreventVoiceUntilDate *uint32 `protobuf:"varint,21,opt,name=prevent_voice_until_date" json:"prevent_voice_until_date,omitempty"`
+ LastAbandonedGameDate *uint32 `protobuf:"varint,22,opt,name=last_abandoned_game_date" json:"last_abandoned_game_date,omitempty"`
+ LastSecondaryAbandonedGameDate *uint32 `protobuf:"varint,59,opt,name=last_secondary_abandoned_game_date" json:"last_secondary_abandoned_game_date,omitempty"`
+ LeaverPenaltyCount *uint32 `protobuf:"varint,23,opt,name=leaver_penalty_count" json:"leaver_penalty_count,omitempty"`
+ CompletedGameStreak *uint32 `protobuf:"varint,24,opt,name=completed_game_streak" json:"completed_game_streak,omitempty"`
+ Teaching *uint32 `protobuf:"varint,28,opt,name=teaching" json:"teaching,omitempty"`
+ Leadership *uint32 `protobuf:"varint,29,opt,name=leadership" json:"leadership,omitempty"`
+ Friendly *uint32 `protobuf:"varint,30,opt,name=friendly" json:"friendly,omitempty"`
+ Forgiving *uint32 `protobuf:"varint,31,opt,name=forgiving" json:"forgiving,omitempty"`
+ AccountDisabledUntilDate *uint32 `protobuf:"varint,38,opt,name=account_disabled_until_date" json:"account_disabled_until_date,omitempty"`
+ AccountDisabledCount *uint32 `protobuf:"varint,39,opt,name=account_disabled_count" json:"account_disabled_count,omitempty"`
+ ShowcaseHeroId *uint32 `protobuf:"varint,40,opt,name=showcase_hero_id" json:"showcase_hero_id,omitempty"`
+ MatchDisabledUntilDate *uint32 `protobuf:"varint,41,opt,name=match_disabled_until_date" json:"match_disabled_until_date,omitempty"`
+ MatchDisabledCount *uint32 `protobuf:"varint,42,opt,name=match_disabled_count" json:"match_disabled_count,omitempty"`
+ PartnerAccountType *PartnerAccountType `protobuf:"varint,44,opt,name=partner_account_type,enum=PartnerAccountType,def=0" json:"partner_account_type,omitempty"`
+ PartnerAccountState *uint32 `protobuf:"varint,45,opt,name=partner_account_state" json:"partner_account_state,omitempty"`
+ Shutdownlawterminatetimestamp *uint32 `protobuf:"varint,47,opt,name=shutdownlawterminatetimestamp" json:"shutdownlawterminatetimestamp,omitempty"`
+ LowPriorityGamesRemaining *uint32 `protobuf:"varint,48,opt,name=low_priority_games_remaining" json:"low_priority_games_remaining,omitempty"`
+ CompetitiveRank *uint32 `protobuf:"varint,49,opt,name=competitive_rank" json:"competitive_rank,omitempty"`
+ CalibrationGamesRemaining *uint32 `protobuf:"varint,51,opt,name=calibration_games_remaining" json:"calibration_games_remaining,omitempty"`
+ SoloCompetitiveRank *uint32 `protobuf:"varint,52,opt,name=solo_competitive_rank" json:"solo_competitive_rank,omitempty"`
+ SoloCalibrationGamesRemaining *uint32 `protobuf:"varint,54,opt,name=solo_calibration_games_remaining" json:"solo_calibration_games_remaining,omitempty"`
+ Competitive_1V1Rank *uint32 `protobuf:"varint,63,opt,name=competitive_1v1_rank" json:"competitive_1v1_rank,omitempty"`
+ Competitive_1V1CalibrationGamesRemaining *uint32 `protobuf:"varint,64,opt,name=competitive_1v1_calibration_games_remaining" json:"competitive_1v1_calibration_games_remaining,omitempty"`
+ RecruitmentLevel *uint32 `protobuf:"varint,55,opt,name=recruitment_level" json:"recruitment_level,omitempty"`
+ HasNewNotifications *bool `protobuf:"varint,56,opt,name=has_new_notifications" json:"has_new_notifications,omitempty"`
+ IsLeagueAdmin *bool `protobuf:"varint,57,opt,name=is_league_admin" json:"is_league_admin,omitempty"`
+ CasualGamesPlayed *uint32 `protobuf:"varint,60,opt,name=casual_games_played" json:"casual_games_played,omitempty"`
+ SoloCompetitiveGamesPlayed *uint32 `protobuf:"varint,61,opt,name=solo_competitive_games_played" json:"solo_competitive_games_played,omitempty"`
+ PartyCompetitiveGamesPlayed *uint32 `protobuf:"varint,62,opt,name=party_competitive_games_played" json:"party_competitive_games_played,omitempty"`
+ Casual_1V1GamesPlayed *uint32 `protobuf:"varint,65,opt,name=casual_1v1_games_played" json:"casual_1v1_games_played,omitempty"`
+ CompetitiveTeamGamesPlayed *uint32 `protobuf:"varint,66,opt,name=competitive_team_games_played" json:"competitive_team_games_played,omitempty"`
+ CurrAllHeroChallengeId *uint32 `protobuf:"varint,67,opt,name=curr_all_hero_challenge_id" json:"curr_all_hero_challenge_id,omitempty"`
+ PlayTimePoints *uint32 `protobuf:"varint,68,opt,name=play_time_points" json:"play_time_points,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,69,opt,name=account_flags" json:"account_flags,omitempty"`
+ PlayTimeLevel *uint32 `protobuf:"varint,70,opt,name=play_time_level" json:"play_time_level,omitempty"`
+ PlayerBehaviorSeqNumLastReport *uint32 `protobuf:"varint,71,opt,name=player_behavior_seq_num_last_report" json:"player_behavior_seq_num_last_report,omitempty"`
+ PlayerBehaviorScoreLastReport *uint32 `protobuf:"varint,72,opt,name=player_behavior_score_last_report" json:"player_behavior_score_last_report,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAGameAccountClient) Reset() { *m = CSODOTAGameAccountClient{} }
+func (m *CSODOTAGameAccountClient) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAGameAccountClient) ProtoMessage() {}
+func (*CSODOTAGameAccountClient) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{0} }
+
+const Default_CSODOTAGameAccountClient_PartnerAccountType PartnerAccountType = PartnerAccountType_PARTNER_NONE
+
+func (m *CSODOTAGameAccountClient) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetWins() uint32 {
+ if m != nil && m.Wins != nil {
+ return *m.Wins
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLosses() uint32 {
+ if m != nil && m.Losses != nil {
+ return *m.Losses
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetXp() uint32 {
+ if m != nil && m.Xp != nil {
+ return *m.Xp
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetInitialSkill() uint32 {
+ if m != nil && m.InitialSkill != nil {
+ return *m.InitialSkill
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLeaverCount() uint32 {
+ if m != nil && m.LeaverCount != nil {
+ return *m.LeaverCount
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetSecondaryLeaverCount() uint32 {
+ if m != nil && m.SecondaryLeaverCount != nil {
+ return *m.SecondaryLeaverCount
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLowPriorityUntilDate() uint32 {
+ if m != nil && m.LowPriorityUntilDate != nil {
+ return *m.LowPriorityUntilDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPreventTextChatUntilDate() uint32 {
+ if m != nil && m.PreventTextChatUntilDate != nil {
+ return *m.PreventTextChatUntilDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPreventVoiceUntilDate() uint32 {
+ if m != nil && m.PreventVoiceUntilDate != nil {
+ return *m.PreventVoiceUntilDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLastAbandonedGameDate() uint32 {
+ if m != nil && m.LastAbandonedGameDate != nil {
+ return *m.LastAbandonedGameDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLastSecondaryAbandonedGameDate() uint32 {
+ if m != nil && m.LastSecondaryAbandonedGameDate != nil {
+ return *m.LastSecondaryAbandonedGameDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLeaverPenaltyCount() uint32 {
+ if m != nil && m.LeaverPenaltyCount != nil {
+ return *m.LeaverPenaltyCount
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCompletedGameStreak() uint32 {
+ if m != nil && m.CompletedGameStreak != nil {
+ return *m.CompletedGameStreak
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetTeaching() uint32 {
+ if m != nil && m.Teaching != nil {
+ return *m.Teaching
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLeadership() uint32 {
+ if m != nil && m.Leadership != nil {
+ return *m.Leadership
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetFriendly() uint32 {
+ if m != nil && m.Friendly != nil {
+ return *m.Friendly
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetForgiving() uint32 {
+ if m != nil && m.Forgiving != nil {
+ return *m.Forgiving
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetAccountDisabledUntilDate() uint32 {
+ if m != nil && m.AccountDisabledUntilDate != nil {
+ return *m.AccountDisabledUntilDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetAccountDisabledCount() uint32 {
+ if m != nil && m.AccountDisabledCount != nil {
+ return *m.AccountDisabledCount
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetShowcaseHeroId() uint32 {
+ if m != nil && m.ShowcaseHeroId != nil {
+ return *m.ShowcaseHeroId
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetMatchDisabledUntilDate() uint32 {
+ if m != nil && m.MatchDisabledUntilDate != nil {
+ return *m.MatchDisabledUntilDate
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetMatchDisabledCount() uint32 {
+ if m != nil && m.MatchDisabledCount != nil {
+ return *m.MatchDisabledCount
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPartnerAccountType() PartnerAccountType {
+ if m != nil && m.PartnerAccountType != nil {
+ return *m.PartnerAccountType
+ }
+ return Default_CSODOTAGameAccountClient_PartnerAccountType
+}
+
+func (m *CSODOTAGameAccountClient) GetPartnerAccountState() uint32 {
+ if m != nil && m.PartnerAccountState != nil {
+ return *m.PartnerAccountState
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetShutdownlawterminatetimestamp() uint32 {
+ if m != nil && m.Shutdownlawterminatetimestamp != nil {
+ return *m.Shutdownlawterminatetimestamp
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetLowPriorityGamesRemaining() uint32 {
+ if m != nil && m.LowPriorityGamesRemaining != nil {
+ return *m.LowPriorityGamesRemaining
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCompetitiveRank() uint32 {
+ if m != nil && m.CompetitiveRank != nil {
+ return *m.CompetitiveRank
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCalibrationGamesRemaining() uint32 {
+ if m != nil && m.CalibrationGamesRemaining != nil {
+ return *m.CalibrationGamesRemaining
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetSoloCompetitiveRank() uint32 {
+ if m != nil && m.SoloCompetitiveRank != nil {
+ return *m.SoloCompetitiveRank
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetSoloCalibrationGamesRemaining() uint32 {
+ if m != nil && m.SoloCalibrationGamesRemaining != nil {
+ return *m.SoloCalibrationGamesRemaining
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCompetitive_1V1Rank() uint32 {
+ if m != nil && m.Competitive_1V1Rank != nil {
+ return *m.Competitive_1V1Rank
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCompetitive_1V1CalibrationGamesRemaining() uint32 {
+ if m != nil && m.Competitive_1V1CalibrationGamesRemaining != nil {
+ return *m.Competitive_1V1CalibrationGamesRemaining
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetRecruitmentLevel() uint32 {
+ if m != nil && m.RecruitmentLevel != nil {
+ return *m.RecruitmentLevel
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetHasNewNotifications() bool {
+ if m != nil && m.HasNewNotifications != nil {
+ return *m.HasNewNotifications
+ }
+ return false
+}
+
+func (m *CSODOTAGameAccountClient) GetIsLeagueAdmin() bool {
+ if m != nil && m.IsLeagueAdmin != nil {
+ return *m.IsLeagueAdmin
+ }
+ return false
+}
+
+func (m *CSODOTAGameAccountClient) GetCasualGamesPlayed() uint32 {
+ if m != nil && m.CasualGamesPlayed != nil {
+ return *m.CasualGamesPlayed
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetSoloCompetitiveGamesPlayed() uint32 {
+ if m != nil && m.SoloCompetitiveGamesPlayed != nil {
+ return *m.SoloCompetitiveGamesPlayed
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPartyCompetitiveGamesPlayed() uint32 {
+ if m != nil && m.PartyCompetitiveGamesPlayed != nil {
+ return *m.PartyCompetitiveGamesPlayed
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCasual_1V1GamesPlayed() uint32 {
+ if m != nil && m.Casual_1V1GamesPlayed != nil {
+ return *m.Casual_1V1GamesPlayed
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCompetitiveTeamGamesPlayed() uint32 {
+ if m != nil && m.CompetitiveTeamGamesPlayed != nil {
+ return *m.CompetitiveTeamGamesPlayed
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetCurrAllHeroChallengeId() uint32 {
+ if m != nil && m.CurrAllHeroChallengeId != nil {
+ return *m.CurrAllHeroChallengeId
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPlayTimePoints() uint32 {
+ if m != nil && m.PlayTimePoints != nil {
+ return *m.PlayTimePoints
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPlayTimeLevel() uint32 {
+ if m != nil && m.PlayTimeLevel != nil {
+ return *m.PlayTimeLevel
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPlayerBehaviorSeqNumLastReport() uint32 {
+ if m != nil && m.PlayerBehaviorSeqNumLastReport != nil {
+ return *m.PlayerBehaviorSeqNumLastReport
+ }
+ return 0
+}
+
+func (m *CSODOTAGameAccountClient) GetPlayerBehaviorScoreLastReport() uint32 {
+ if m != nil && m.PlayerBehaviorScoreLastReport != nil {
+ return *m.PlayerBehaviorScoreLastReport
+ }
+ return 0
+}
+
+type CSODOTAPartyMember struct {
+ PartnerType *PartnerAccountType `protobuf:"varint,1,opt,name=partner_type,enum=PartnerAccountType,def=0" json:"partner_type,omitempty"`
+ IsCoach *bool `protobuf:"varint,2,opt,name=is_coach" json:"is_coach,omitempty"`
+ RegionPingCodes []uint32 `protobuf:"varint,4,rep,packed,name=region_ping_codes" json:"region_ping_codes,omitempty"`
+ RegionPingTimes []uint32 `protobuf:"varint,5,rep,packed,name=region_ping_times" json:"region_ping_times,omitempty"`
+ RegionPingFailedBitmask *uint32 `protobuf:"varint,6,opt,name=region_ping_failed_bitmask" json:"region_ping_failed_bitmask,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAPartyMember) Reset() { *m = CSODOTAPartyMember{} }
+func (m *CSODOTAPartyMember) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAPartyMember) ProtoMessage() {}
+func (*CSODOTAPartyMember) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{1} }
+
+const Default_CSODOTAPartyMember_PartnerType PartnerAccountType = PartnerAccountType_PARTNER_NONE
+
+func (m *CSODOTAPartyMember) GetPartnerType() PartnerAccountType {
+ if m != nil && m.PartnerType != nil {
+ return *m.PartnerType
+ }
+ return Default_CSODOTAPartyMember_PartnerType
+}
+
+func (m *CSODOTAPartyMember) GetIsCoach() bool {
+ if m != nil && m.IsCoach != nil {
+ return *m.IsCoach
+ }
+ return false
+}
+
+func (m *CSODOTAPartyMember) GetRegionPingCodes() []uint32 {
+ if m != nil {
+ return m.RegionPingCodes
+ }
+ return nil
+}
+
+func (m *CSODOTAPartyMember) GetRegionPingTimes() []uint32 {
+ if m != nil {
+ return m.RegionPingTimes
+ }
+ return nil
+}
+
+func (m *CSODOTAPartyMember) GetRegionPingFailedBitmask() uint32 {
+ if m != nil && m.RegionPingFailedBitmask != nil {
+ return *m.RegionPingFailedBitmask
+ }
+ return 0
+}
+
+type CSODOTAParty struct {
+ PartyId *uint64 `protobuf:"varint,1,opt,name=party_id" json:"party_id,omitempty"`
+ LeaderId *uint64 `protobuf:"fixed64,2,opt,name=leader_id" json:"leader_id,omitempty"`
+ MemberIds []uint64 `protobuf:"fixed64,3,rep,name=member_ids" json:"member_ids,omitempty"`
+ GameModes *uint32 `protobuf:"varint,4,opt,name=game_modes" json:"game_modes,omitempty"`
+ State *CSODOTAParty_State `protobuf:"varint,6,opt,name=state,enum=CSODOTAParty_State,def=0" json:"state,omitempty"`
+ EffectiveStartedMatchmakingTime *uint32 `protobuf:"varint,7,opt,name=effective_started_matchmaking_time" json:"effective_started_matchmaking_time,omitempty"`
+ RawStartedMatchmakingTime *uint32 `protobuf:"varint,32,opt,name=raw_started_matchmaking_time" json:"raw_started_matchmaking_time,omitempty"`
+ AttemptStartTime *uint32 `protobuf:"varint,33,opt,name=attempt_start_time" json:"attempt_start_time,omitempty"`
+ AttemptNum *uint32 `protobuf:"varint,34,opt,name=attempt_num" json:"attempt_num,omitempty"`
+ Matchgroups *uint32 `protobuf:"varint,11,opt,name=matchgroups" json:"matchgroups,omitempty"`
+ LowPriorityAccountId *uint32 `protobuf:"varint,19,opt,name=low_priority_account_id" json:"low_priority_account_id,omitempty"`
+ MatchType *MatchType `protobuf:"varint,21,opt,name=match_type,enum=MatchType,def=0" json:"match_type,omitempty"`
+ BotDifficulty *DOTABotDifficulty `protobuf:"varint,22,opt,name=bot_difficulty,enum=DOTABotDifficulty,def=0" json:"bot_difficulty,omitempty"`
+ TeamId *uint32 `protobuf:"varint,23,opt,name=team_id" json:"team_id,omitempty"`
+ MatchDisabledUntilDate *uint32 `protobuf:"varint,24,opt,name=match_disabled_until_date" json:"match_disabled_until_date,omitempty"`
+ MatchDisabledAccountId *uint32 `protobuf:"varint,25,opt,name=match_disabled_account_id" json:"match_disabled_account_id,omitempty"`
+ MatchmakingMaxRangeMinutes *uint32 `protobuf:"varint,26,opt,name=matchmaking_max_range_minutes" json:"matchmaking_max_range_minutes,omitempty"`
+ Matchlanguages *uint32 `protobuf:"varint,27,opt,name=matchlanguages" json:"matchlanguages,omitempty"`
+ MapPreference *uint32 `protobuf:"varint,38,opt,name=map_preference" json:"map_preference,omitempty"`
+ Members []*CSODOTAPartyMember `protobuf:"bytes,29,rep,name=members" json:"members,omitempty"`
+ OpenGuildId *uint32 `protobuf:"varint,30,opt,name=open_guild_id" json:"open_guild_id,omitempty"`
+ CommonGuilds []uint32 `protobuf:"varint,31,rep,name=common_guilds" json:"common_guilds,omitempty"`
+ LowPriorityGamesRemaining *uint32 `protobuf:"varint,35,opt,name=low_priority_games_remaining" json:"low_priority_games_remaining,omitempty"`
+ MinLevel *uint32 `protobuf:"varint,36,opt,name=min_level" json:"min_level,omitempty"`
+ MaxLevel *uint32 `protobuf:"varint,37,opt,name=max_level" json:"max_level,omitempty"`
+ ActiveIngameEvents []EEvent `protobuf:"varint,39,rep,name=active_ingame_events,enum=EEvent" json:"active_ingame_events,omitempty"`
+ OpenForJoinRequests *bool `protobuf:"varint,40,opt,name=open_for_join_requests" json:"open_for_join_requests,omitempty"`
+ SentInvites []*CSODOTAPartyInvite `protobuf:"bytes,41,rep,name=sent_invites" json:"sent_invites,omitempty"`
+ RecvInvites []*CSODOTAPartyInvite `protobuf:"bytes,42,rep,name=recv_invites" json:"recv_invites,omitempty"`
+ AccountFlags *uint32 `protobuf:"varint,43,opt,name=account_flags" json:"account_flags,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAParty) Reset() { *m = CSODOTAParty{} }
+func (m *CSODOTAParty) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAParty) ProtoMessage() {}
+func (*CSODOTAParty) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{2} }
+
+const Default_CSODOTAParty_State CSODOTAParty_State = CSODOTAParty_UI
+const Default_CSODOTAParty_MatchType MatchType = MatchType_MATCH_TYPE_CASUAL
+const Default_CSODOTAParty_BotDifficulty DOTABotDifficulty = DOTABotDifficulty_BOT_DIFFICULTY_PASSIVE
+
+func (m *CSODOTAParty) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetLeaderId() uint64 {
+ if m != nil && m.LeaderId != nil {
+ return *m.LeaderId
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMemberIds() []uint64 {
+ if m != nil {
+ return m.MemberIds
+ }
+ return nil
+}
+
+func (m *CSODOTAParty) GetGameModes() uint32 {
+ if m != nil && m.GameModes != nil {
+ return *m.GameModes
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetState() CSODOTAParty_State {
+ if m != nil && m.State != nil {
+ return *m.State
+ }
+ return Default_CSODOTAParty_State
+}
+
+func (m *CSODOTAParty) GetEffectiveStartedMatchmakingTime() uint32 {
+ if m != nil && m.EffectiveStartedMatchmakingTime != nil {
+ return *m.EffectiveStartedMatchmakingTime
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetRawStartedMatchmakingTime() uint32 {
+ if m != nil && m.RawStartedMatchmakingTime != nil {
+ return *m.RawStartedMatchmakingTime
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetAttemptStartTime() uint32 {
+ if m != nil && m.AttemptStartTime != nil {
+ return *m.AttemptStartTime
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetAttemptNum() uint32 {
+ if m != nil && m.AttemptNum != nil {
+ return *m.AttemptNum
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMatchgroups() uint32 {
+ if m != nil && m.Matchgroups != nil {
+ return *m.Matchgroups
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetLowPriorityAccountId() uint32 {
+ if m != nil && m.LowPriorityAccountId != nil {
+ return *m.LowPriorityAccountId
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMatchType() MatchType {
+ if m != nil && m.MatchType != nil {
+ return *m.MatchType
+ }
+ return Default_CSODOTAParty_MatchType
+}
+
+func (m *CSODOTAParty) GetBotDifficulty() DOTABotDifficulty {
+ if m != nil && m.BotDifficulty != nil {
+ return *m.BotDifficulty
+ }
+ return Default_CSODOTAParty_BotDifficulty
+}
+
+func (m *CSODOTAParty) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMatchDisabledUntilDate() uint32 {
+ if m != nil && m.MatchDisabledUntilDate != nil {
+ return *m.MatchDisabledUntilDate
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMatchDisabledAccountId() uint32 {
+ if m != nil && m.MatchDisabledAccountId != nil {
+ return *m.MatchDisabledAccountId
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMatchmakingMaxRangeMinutes() uint32 {
+ if m != nil && m.MatchmakingMaxRangeMinutes != nil {
+ return *m.MatchmakingMaxRangeMinutes
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMatchlanguages() uint32 {
+ if m != nil && m.Matchlanguages != nil {
+ return *m.Matchlanguages
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMapPreference() uint32 {
+ if m != nil && m.MapPreference != nil {
+ return *m.MapPreference
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMembers() []*CSODOTAPartyMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CSODOTAParty) GetOpenGuildId() uint32 {
+ if m != nil && m.OpenGuildId != nil {
+ return *m.OpenGuildId
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetCommonGuilds() []uint32 {
+ if m != nil {
+ return m.CommonGuilds
+ }
+ return nil
+}
+
+func (m *CSODOTAParty) GetLowPriorityGamesRemaining() uint32 {
+ if m != nil && m.LowPriorityGamesRemaining != nil {
+ return *m.LowPriorityGamesRemaining
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMinLevel() uint32 {
+ if m != nil && m.MinLevel != nil {
+ return *m.MinLevel
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetMaxLevel() uint32 {
+ if m != nil && m.MaxLevel != nil {
+ return *m.MaxLevel
+ }
+ return 0
+}
+
+func (m *CSODOTAParty) GetActiveIngameEvents() []EEvent {
+ if m != nil {
+ return m.ActiveIngameEvents
+ }
+ return nil
+}
+
+func (m *CSODOTAParty) GetOpenForJoinRequests() bool {
+ if m != nil && m.OpenForJoinRequests != nil {
+ return *m.OpenForJoinRequests
+ }
+ return false
+}
+
+func (m *CSODOTAParty) GetSentInvites() []*CSODOTAPartyInvite {
+ if m != nil {
+ return m.SentInvites
+ }
+ return nil
+}
+
+func (m *CSODOTAParty) GetRecvInvites() []*CSODOTAPartyInvite {
+ if m != nil {
+ return m.RecvInvites
+ }
+ return nil
+}
+
+func (m *CSODOTAParty) GetAccountFlags() uint32 {
+ if m != nil && m.AccountFlags != nil {
+ return *m.AccountFlags
+ }
+ return 0
+}
+
+type CSODOTAPartyInvite struct {
+ GroupId *uint64 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
+ SenderId *uint64 `protobuf:"fixed64,2,opt,name=sender_id" json:"sender_id,omitempty"`
+ SenderName *string `protobuf:"bytes,3,opt,name=sender_name" json:"sender_name,omitempty"`
+ Members []*CSODOTAPartyInvite_PartyMember `protobuf:"bytes,4,rep,name=members" json:"members,omitempty"`
+ TeamId *uint32 `protobuf:"varint,5,opt,name=team_id" json:"team_id,omitempty"`
+ LowPriorityStatus *bool `protobuf:"varint,6,opt,name=low_priority_status" json:"low_priority_status,omitempty"`
+ AsCoach *bool `protobuf:"varint,7,opt,name=as_coach" json:"as_coach,omitempty"`
+ InviteGid *uint64 `protobuf:"fixed64,8,opt,name=invite_gid" json:"invite_gid,omitempty"`
+ Engine *uint32 `protobuf:"varint,9,opt,name=engine" json:"engine,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAPartyInvite) Reset() { *m = CSODOTAPartyInvite{} }
+func (m *CSODOTAPartyInvite) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAPartyInvite) ProtoMessage() {}
+func (*CSODOTAPartyInvite) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{3} }
+
+func (m *CSODOTAPartyInvite) GetGroupId() uint64 {
+ if m != nil && m.GroupId != nil {
+ return *m.GroupId
+ }
+ return 0
+}
+
+func (m *CSODOTAPartyInvite) GetSenderId() uint64 {
+ if m != nil && m.SenderId != nil {
+ return *m.SenderId
+ }
+ return 0
+}
+
+func (m *CSODOTAPartyInvite) GetSenderName() string {
+ if m != nil && m.SenderName != nil {
+ return *m.SenderName
+ }
+ return ""
+}
+
+func (m *CSODOTAPartyInvite) GetMembers() []*CSODOTAPartyInvite_PartyMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CSODOTAPartyInvite) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CSODOTAPartyInvite) GetLowPriorityStatus() bool {
+ if m != nil && m.LowPriorityStatus != nil {
+ return *m.LowPriorityStatus
+ }
+ return false
+}
+
+func (m *CSODOTAPartyInvite) GetAsCoach() bool {
+ if m != nil && m.AsCoach != nil {
+ return *m.AsCoach
+ }
+ return false
+}
+
+func (m *CSODOTAPartyInvite) GetInviteGid() uint64 {
+ if m != nil && m.InviteGid != nil {
+ return *m.InviteGid
+ }
+ return 0
+}
+
+func (m *CSODOTAPartyInvite) GetEngine() uint32 {
+ if m != nil && m.Engine != nil {
+ return *m.Engine
+ }
+ return 0
+}
+
+type CSODOTAPartyInvite_PartyMember struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ SteamId *uint64 `protobuf:"fixed64,2,opt,name=steam_id" json:"steam_id,omitempty"`
+ IsCoach *bool `protobuf:"varint,4,opt,name=is_coach" json:"is_coach,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAPartyInvite_PartyMember) Reset() { *m = CSODOTAPartyInvite_PartyMember{} }
+func (m *CSODOTAPartyInvite_PartyMember) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAPartyInvite_PartyMember) ProtoMessage() {}
+func (*CSODOTAPartyInvite_PartyMember) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{3, 0}
+}
+
+func (m *CSODOTAPartyInvite_PartyMember) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CSODOTAPartyInvite_PartyMember) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+func (m *CSODOTAPartyInvite_PartyMember) GetIsCoach() bool {
+ if m != nil && m.IsCoach != nil {
+ return *m.IsCoach
+ }
+ return false
+}
+
+type CSODOTALobbyInvite struct {
+ GroupId *uint64 `protobuf:"varint,1,opt,name=group_id" json:"group_id,omitempty"`
+ SenderId *uint64 `protobuf:"fixed64,2,opt,name=sender_id" json:"sender_id,omitempty"`
+ SenderName *string `protobuf:"bytes,3,opt,name=sender_name" json:"sender_name,omitempty"`
+ Members []*CSODOTALobbyInvite_LobbyMember `protobuf:"bytes,4,rep,name=members" json:"members,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,5,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ InviteGid *uint64 `protobuf:"fixed64,6,opt,name=invite_gid" json:"invite_gid,omitempty"`
+ CustomGameCrc *uint64 `protobuf:"fixed64,7,opt,name=custom_game_crc" json:"custom_game_crc,omitempty"`
+ CustomGameTimestamp *uint32 `protobuf:"fixed32,8,opt,name=custom_game_timestamp" json:"custom_game_timestamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTALobbyInvite) Reset() { *m = CSODOTALobbyInvite{} }
+func (m *CSODOTALobbyInvite) String() string { return proto.CompactTextString(m) }
+func (*CSODOTALobbyInvite) ProtoMessage() {}
+func (*CSODOTALobbyInvite) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{4} }
+
+func (m *CSODOTALobbyInvite) GetGroupId() uint64 {
+ if m != nil && m.GroupId != nil {
+ return *m.GroupId
+ }
+ return 0
+}
+
+func (m *CSODOTALobbyInvite) GetSenderId() uint64 {
+ if m != nil && m.SenderId != nil {
+ return *m.SenderId
+ }
+ return 0
+}
+
+func (m *CSODOTALobbyInvite) GetSenderName() string {
+ if m != nil && m.SenderName != nil {
+ return *m.SenderName
+ }
+ return ""
+}
+
+func (m *CSODOTALobbyInvite) GetMembers() []*CSODOTALobbyInvite_LobbyMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CSODOTALobbyInvite) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CSODOTALobbyInvite) GetInviteGid() uint64 {
+ if m != nil && m.InviteGid != nil {
+ return *m.InviteGid
+ }
+ return 0
+}
+
+func (m *CSODOTALobbyInvite) GetCustomGameCrc() uint64 {
+ if m != nil && m.CustomGameCrc != nil {
+ return *m.CustomGameCrc
+ }
+ return 0
+}
+
+func (m *CSODOTALobbyInvite) GetCustomGameTimestamp() uint32 {
+ if m != nil && m.CustomGameTimestamp != nil {
+ return *m.CustomGameTimestamp
+ }
+ return 0
+}
+
+type CSODOTALobbyInvite_LobbyMember struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ SteamId *uint64 `protobuf:"fixed64,2,opt,name=steam_id" json:"steam_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTALobbyInvite_LobbyMember) Reset() { *m = CSODOTALobbyInvite_LobbyMember{} }
+func (m *CSODOTALobbyInvite_LobbyMember) String() string { return proto.CompactTextString(m) }
+func (*CSODOTALobbyInvite_LobbyMember) ProtoMessage() {}
+func (*CSODOTALobbyInvite_LobbyMember) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{4, 0}
+}
+
+func (m *CSODOTALobbyInvite_LobbyMember) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CSODOTALobbyInvite_LobbyMember) GetSteamId() uint64 {
+ if m != nil && m.SteamId != nil {
+ return *m.SteamId
+ }
+ return 0
+}
+
+type CDOTAClientHardwareSpecs struct {
+ LogicalProcessors *uint32 `protobuf:"varint,1,opt,name=logical_processors" json:"logical_processors,omitempty"`
+ CpuCyclesPerSecond *uint64 `protobuf:"fixed64,2,opt,name=cpu_cycles_per_second" json:"cpu_cycles_per_second,omitempty"`
+ TotalPhysicalMemory *uint64 `protobuf:"fixed64,3,opt,name=total_physical_memory" json:"total_physical_memory,omitempty"`
+ Is_64BitOs *bool `protobuf:"varint,4,opt,name=is_64_bit_os" json:"is_64_bit_os,omitempty"`
+ UploadMeasurement *uint64 `protobuf:"varint,5,opt,name=upload_measurement" json:"upload_measurement,omitempty"`
+ PreferNotHost *bool `protobuf:"varint,6,opt,name=prefer_not_host" json:"prefer_not_host,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTAClientHardwareSpecs) Reset() { *m = CDOTAClientHardwareSpecs{} }
+func (m *CDOTAClientHardwareSpecs) String() string { return proto.CompactTextString(m) }
+func (*CDOTAClientHardwareSpecs) ProtoMessage() {}
+func (*CDOTAClientHardwareSpecs) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{5} }
+
+func (m *CDOTAClientHardwareSpecs) GetLogicalProcessors() uint32 {
+ if m != nil && m.LogicalProcessors != nil {
+ return *m.LogicalProcessors
+ }
+ return 0
+}
+
+func (m *CDOTAClientHardwareSpecs) GetCpuCyclesPerSecond() uint64 {
+ if m != nil && m.CpuCyclesPerSecond != nil {
+ return *m.CpuCyclesPerSecond
+ }
+ return 0
+}
+
+func (m *CDOTAClientHardwareSpecs) GetTotalPhysicalMemory() uint64 {
+ if m != nil && m.TotalPhysicalMemory != nil {
+ return *m.TotalPhysicalMemory
+ }
+ return 0
+}
+
+func (m *CDOTAClientHardwareSpecs) GetIs_64BitOs() bool {
+ if m != nil && m.Is_64BitOs != nil {
+ return *m.Is_64BitOs
+ }
+ return false
+}
+
+func (m *CDOTAClientHardwareSpecs) GetUploadMeasurement() uint64 {
+ if m != nil && m.UploadMeasurement != nil {
+ return *m.UploadMeasurement
+ }
+ return 0
+}
+
+func (m *CDOTAClientHardwareSpecs) GetPreferNotHost() bool {
+ if m != nil && m.PreferNotHost != nil {
+ return *m.PreferNotHost
+ }
+ return false
+}
+
+type CDOTASaveGame struct {
+ MatchId *uint64 `protobuf:"varint,5,opt,name=match_id" json:"match_id,omitempty"`
+ SaveTime *uint32 `protobuf:"varint,2,opt,name=save_time" json:"save_time,omitempty"`
+ Players []*CDOTASaveGame_Player `protobuf:"bytes,3,rep,name=players" json:"players,omitempty"`
+ SaveInstances []*CDOTASaveGame_SaveInstance `protobuf:"bytes,4,rep,name=save_instances" json:"save_instances,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTASaveGame) Reset() { *m = CDOTASaveGame{} }
+func (m *CDOTASaveGame) String() string { return proto.CompactTextString(m) }
+func (*CDOTASaveGame) ProtoMessage() {}
+func (*CDOTASaveGame) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{6} }
+
+func (m *CDOTASaveGame) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame) GetSaveTime() uint32 {
+ if m != nil && m.SaveTime != nil {
+ return *m.SaveTime
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame) GetPlayers() []*CDOTASaveGame_Player {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CDOTASaveGame) GetSaveInstances() []*CDOTASaveGame_SaveInstance {
+ if m != nil {
+ return m.SaveInstances
+ }
+ return nil
+}
+
+type CDOTASaveGame_Player struct {
+ Team *DOTA_GC_TEAM `protobuf:"varint,1,opt,name=team,enum=DOTA_GC_TEAM,def=0" json:"team,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Hero *string `protobuf:"bytes,3,opt,name=hero" json:"hero,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTASaveGame_Player) Reset() { *m = CDOTASaveGame_Player{} }
+func (m *CDOTASaveGame_Player) String() string { return proto.CompactTextString(m) }
+func (*CDOTASaveGame_Player) ProtoMessage() {}
+func (*CDOTASaveGame_Player) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{6, 0} }
+
+const Default_CDOTASaveGame_Player_Team DOTA_GC_TEAM = DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS
+
+func (m *CDOTASaveGame_Player) GetTeam() DOTA_GC_TEAM {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return Default_CDOTASaveGame_Player_Team
+}
+
+func (m *CDOTASaveGame_Player) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CDOTASaveGame_Player) GetHero() string {
+ if m != nil && m.Hero != nil {
+ return *m.Hero
+ }
+ return ""
+}
+
+type CDOTASaveGame_SaveInstance struct {
+ GameTime *uint32 `protobuf:"varint,2,opt,name=game_time" json:"game_time,omitempty"`
+ Team1Score *uint32 `protobuf:"varint,3,opt,name=team1_score" json:"team1_score,omitempty"`
+ Team2Score *uint32 `protobuf:"varint,4,opt,name=team2_score" json:"team2_score,omitempty"`
+ PlayerPositions []*CDOTASaveGame_SaveInstance_PlayerPositions `protobuf:"bytes,5,rep,name=player_positions" json:"player_positions,omitempty"`
+ SaveId *uint32 `protobuf:"varint,6,opt,name=save_id" json:"save_id,omitempty"`
+ SaveTime *uint32 `protobuf:"varint,7,opt,name=save_time" json:"save_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTASaveGame_SaveInstance) Reset() { *m = CDOTASaveGame_SaveInstance{} }
+func (m *CDOTASaveGame_SaveInstance) String() string { return proto.CompactTextString(m) }
+func (*CDOTASaveGame_SaveInstance) ProtoMessage() {}
+func (*CDOTASaveGame_SaveInstance) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{6, 1} }
+
+func (m *CDOTASaveGame_SaveInstance) GetGameTime() uint32 {
+ if m != nil && m.GameTime != nil {
+ return *m.GameTime
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame_SaveInstance) GetTeam1Score() uint32 {
+ if m != nil && m.Team1Score != nil {
+ return *m.Team1Score
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame_SaveInstance) GetTeam2Score() uint32 {
+ if m != nil && m.Team2Score != nil {
+ return *m.Team2Score
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame_SaveInstance) GetPlayerPositions() []*CDOTASaveGame_SaveInstance_PlayerPositions {
+ if m != nil {
+ return m.PlayerPositions
+ }
+ return nil
+}
+
+func (m *CDOTASaveGame_SaveInstance) GetSaveId() uint32 {
+ if m != nil && m.SaveId != nil {
+ return *m.SaveId
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame_SaveInstance) GetSaveTime() uint32 {
+ if m != nil && m.SaveTime != nil {
+ return *m.SaveTime
+ }
+ return 0
+}
+
+type CDOTASaveGame_SaveInstance_PlayerPositions struct {
+ X *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
+ Y *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTASaveGame_SaveInstance_PlayerPositions) Reset() {
+ *m = CDOTASaveGame_SaveInstance_PlayerPositions{}
+}
+func (m *CDOTASaveGame_SaveInstance_PlayerPositions) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CDOTASaveGame_SaveInstance_PlayerPositions) ProtoMessage() {}
+func (*CDOTASaveGame_SaveInstance_PlayerPositions) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{6, 1, 0}
+}
+
+func (m *CDOTASaveGame_SaveInstance_PlayerPositions) GetX() float32 {
+ if m != nil && m.X != nil {
+ return *m.X
+ }
+ return 0
+}
+
+func (m *CDOTASaveGame_SaveInstance_PlayerPositions) GetY() float32 {
+ if m != nil && m.Y != nil {
+ return *m.Y
+ }
+ return 0
+}
+
+type CMsgLeaverState struct {
+ LobbyState *uint32 `protobuf:"varint,1,opt,name=lobby_state" json:"lobby_state,omitempty"`
+ GameState *DOTA_GameState `protobuf:"varint,2,opt,name=game_state,enum=DOTA_GameState,def=0" json:"game_state,omitempty"`
+ LeaverDetected *bool `protobuf:"varint,3,opt,name=leaver_detected" json:"leaver_detected,omitempty"`
+ FirstBloodHappened *bool `protobuf:"varint,4,opt,name=first_blood_happened" json:"first_blood_happened,omitempty"`
+ DiscardMatchResults *bool `protobuf:"varint,5,opt,name=discard_match_results" json:"discard_match_results,omitempty"`
+ MassDisconnect *bool `protobuf:"varint,6,opt,name=mass_disconnect" json:"mass_disconnect,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLeaverState) Reset() { *m = CMsgLeaverState{} }
+func (m *CMsgLeaverState) String() string { return proto.CompactTextString(m) }
+func (*CMsgLeaverState) ProtoMessage() {}
+func (*CMsgLeaverState) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{7} }
+
+const Default_CMsgLeaverState_GameState DOTA_GameState = DOTA_GameState_DOTA_GAMERULES_STATE_INIT
+
+func (m *CMsgLeaverState) GetLobbyState() uint32 {
+ if m != nil && m.LobbyState != nil {
+ return *m.LobbyState
+ }
+ return 0
+}
+
+func (m *CMsgLeaverState) GetGameState() DOTA_GameState {
+ if m != nil && m.GameState != nil {
+ return *m.GameState
+ }
+ return Default_CMsgLeaverState_GameState
+}
+
+func (m *CMsgLeaverState) GetLeaverDetected() bool {
+ if m != nil && m.LeaverDetected != nil {
+ return *m.LeaverDetected
+ }
+ return false
+}
+
+func (m *CMsgLeaverState) GetFirstBloodHappened() bool {
+ if m != nil && m.FirstBloodHappened != nil {
+ return *m.FirstBloodHappened
+ }
+ return false
+}
+
+func (m *CMsgLeaverState) GetDiscardMatchResults() bool {
+ if m != nil && m.DiscardMatchResults != nil {
+ return *m.DiscardMatchResults
+ }
+ return false
+}
+
+func (m *CMsgLeaverState) GetMassDisconnect() bool {
+ if m != nil && m.MassDisconnect != nil {
+ return *m.MassDisconnect
+ }
+ return false
+}
+
+type CDOTALobbyMember struct {
+ Id *uint64 `protobuf:"fixed64,1,opt,name=id" json:"id,omitempty"`
+ HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
+ Team *DOTA_GC_TEAM `protobuf:"varint,3,opt,name=team,enum=DOTA_GC_TEAM,def=0" json:"team,omitempty"`
+ Name *string `protobuf:"bytes,6,opt,name=name" json:"name,omitempty"`
+ Slot *uint32 `protobuf:"varint,7,opt,name=slot" json:"slot,omitempty"`
+ PartyId *uint64 `protobuf:"varint,12,opt,name=party_id" json:"party_id,omitempty"`
+ MetaLevel *uint32 `protobuf:"varint,13,opt,name=meta_level" json:"meta_level,omitempty"`
+ MetaXp *uint32 `protobuf:"varint,14,opt,name=meta_xp" json:"meta_xp,omitempty"`
+ MetaXpAwarded *uint32 `protobuf:"varint,15,opt,name=meta_xp_awarded" json:"meta_xp_awarded,omitempty"`
+ LeaverStatus *DOTALeaverStatusT `protobuf:"varint,16,opt,name=leaver_status,enum=DOTALeaverStatusT,def=0" json:"leaver_status,omitempty"`
+ LeaverActions *uint32 `protobuf:"varint,28,opt,name=leaver_actions" json:"leaver_actions,omitempty"`
+ Channel *uint32 `protobuf:"varint,17,opt,name=channel" json:"channel,omitempty"`
+ PrizeDefIndex *uint32 `protobuf:"varint,18,opt,name=prize_def_index" json:"prize_def_index,omitempty"`
+ DisabledHeroId []uint32 `protobuf:"varint,20,rep,name=disabled_hero_id" json:"disabled_hero_id,omitempty"`
+ PartnerAccountType *PartnerAccountType `protobuf:"varint,21,opt,name=partner_account_type,enum=PartnerAccountType,def=0" json:"partner_account_type,omitempty"`
+ EnabledHeroId []uint32 `protobuf:"varint,22,rep,name=enabled_hero_id" json:"enabled_hero_id,omitempty"`
+ CoachTeam *DOTA_GC_TEAM `protobuf:"varint,23,opt,name=coach_team,enum=DOTA_GC_TEAM,def=0" json:"coach_team,omitempty"`
+ NexonPcBangNo *uint32 `protobuf:"varint,24,opt,name=nexon_pc_bang_no" json:"nexon_pc_bang_no,omitempty"`
+ NexonPcBangName *string `protobuf:"bytes,25,opt,name=nexon_pc_bang_name" json:"nexon_pc_bang_name,omitempty"`
+ XpBonuses []*CDOTALobbyMember_CDOTALobbyMemberXPBonus `protobuf:"bytes,27,rep,name=xp_bonuses" json:"xp_bonuses,omitempty"`
+ RankChange *int32 `protobuf:"zigzag32,29,opt,name=rank_change" json:"rank_change,omitempty"`
+ Cameraman *bool `protobuf:"varint,30,opt,name=cameraman" json:"cameraman,omitempty"`
+ CustomGameProductIds []uint32 `protobuf:"varint,31,rep,name=custom_game_product_ids" json:"custom_game_product_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTALobbyMember) Reset() { *m = CDOTALobbyMember{} }
+func (m *CDOTALobbyMember) String() string { return proto.CompactTextString(m) }
+func (*CDOTALobbyMember) ProtoMessage() {}
+func (*CDOTALobbyMember) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{8} }
+
+const Default_CDOTALobbyMember_Team DOTA_GC_TEAM = DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS
+const Default_CDOTALobbyMember_LeaverStatus DOTALeaverStatusT = DOTALeaverStatusT_DOTA_LEAVER_NONE
+const Default_CDOTALobbyMember_PartnerAccountType PartnerAccountType = PartnerAccountType_PARTNER_NONE
+const Default_CDOTALobbyMember_CoachTeam DOTA_GC_TEAM = DOTA_GC_TEAM_DOTA_GC_TEAM_GOOD_GUYS
+
+func (m *CDOTALobbyMember) GetId() uint64 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetTeam() DOTA_GC_TEAM {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return Default_CDOTALobbyMember_Team
+}
+
+func (m *CDOTALobbyMember) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CDOTALobbyMember) GetSlot() uint32 {
+ if m != nil && m.Slot != nil {
+ return *m.Slot
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetPartyId() uint64 {
+ if m != nil && m.PartyId != nil {
+ return *m.PartyId
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetMetaLevel() uint32 {
+ if m != nil && m.MetaLevel != nil {
+ return *m.MetaLevel
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetMetaXp() uint32 {
+ if m != nil && m.MetaXp != nil {
+ return *m.MetaXp
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetMetaXpAwarded() uint32 {
+ if m != nil && m.MetaXpAwarded != nil {
+ return *m.MetaXpAwarded
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetLeaverStatus() DOTALeaverStatusT {
+ if m != nil && m.LeaverStatus != nil {
+ return *m.LeaverStatus
+ }
+ return Default_CDOTALobbyMember_LeaverStatus
+}
+
+func (m *CDOTALobbyMember) GetLeaverActions() uint32 {
+ if m != nil && m.LeaverActions != nil {
+ return *m.LeaverActions
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetChannel() uint32 {
+ if m != nil && m.Channel != nil {
+ return *m.Channel
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetPrizeDefIndex() uint32 {
+ if m != nil && m.PrizeDefIndex != nil {
+ return *m.PrizeDefIndex
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetDisabledHeroId() []uint32 {
+ if m != nil {
+ return m.DisabledHeroId
+ }
+ return nil
+}
+
+func (m *CDOTALobbyMember) GetPartnerAccountType() PartnerAccountType {
+ if m != nil && m.PartnerAccountType != nil {
+ return *m.PartnerAccountType
+ }
+ return Default_CDOTALobbyMember_PartnerAccountType
+}
+
+func (m *CDOTALobbyMember) GetEnabledHeroId() []uint32 {
+ if m != nil {
+ return m.EnabledHeroId
+ }
+ return nil
+}
+
+func (m *CDOTALobbyMember) GetCoachTeam() DOTA_GC_TEAM {
+ if m != nil && m.CoachTeam != nil {
+ return *m.CoachTeam
+ }
+ return Default_CDOTALobbyMember_CoachTeam
+}
+
+func (m *CDOTALobbyMember) GetNexonPcBangNo() uint32 {
+ if m != nil && m.NexonPcBangNo != nil {
+ return *m.NexonPcBangNo
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetNexonPcBangName() string {
+ if m != nil && m.NexonPcBangName != nil {
+ return *m.NexonPcBangName
+ }
+ return ""
+}
+
+func (m *CDOTALobbyMember) GetXpBonuses() []*CDOTALobbyMember_CDOTALobbyMemberXPBonus {
+ if m != nil {
+ return m.XpBonuses
+ }
+ return nil
+}
+
+func (m *CDOTALobbyMember) GetRankChange() int32 {
+ if m != nil && m.RankChange != nil {
+ return *m.RankChange
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember) GetCameraman() bool {
+ if m != nil && m.Cameraman != nil {
+ return *m.Cameraman
+ }
+ return false
+}
+
+func (m *CDOTALobbyMember) GetCustomGameProductIds() []uint32 {
+ if m != nil {
+ return m.CustomGameProductIds
+ }
+ return nil
+}
+
+type CDOTALobbyMember_CDOTALobbyMemberXPBonus struct {
+ Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
+ XpBonus *float32 `protobuf:"fixed32,2,opt,name=xp_bonus" json:"xp_bonus,omitempty"`
+ SourceKey *uint64 `protobuf:"varint,3,opt,name=source_key" json:"source_key,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CDOTALobbyMember_CDOTALobbyMemberXPBonus) Reset() {
+ *m = CDOTALobbyMember_CDOTALobbyMemberXPBonus{}
+}
+func (m *CDOTALobbyMember_CDOTALobbyMemberXPBonus) String() string { return proto.CompactTextString(m) }
+func (*CDOTALobbyMember_CDOTALobbyMemberXPBonus) ProtoMessage() {}
+func (*CDOTALobbyMember_CDOTALobbyMemberXPBonus) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{8, 0}
+}
+
+func (m *CDOTALobbyMember_CDOTALobbyMemberXPBonus) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember_CDOTALobbyMemberXPBonus) GetXpBonus() float32 {
+ if m != nil && m.XpBonus != nil {
+ return *m.XpBonus
+ }
+ return 0
+}
+
+func (m *CDOTALobbyMember_CDOTALobbyMemberXPBonus) GetSourceKey() uint64 {
+ if m != nil && m.SourceKey != nil {
+ return *m.SourceKey
+ }
+ return 0
+}
+
+type CLobbyTeamDetails struct {
+ TeamName *string `protobuf:"bytes,1,opt,name=team_name" json:"team_name,omitempty"`
+ TeamTag *string `protobuf:"bytes,3,opt,name=team_tag" json:"team_tag,omitempty"`
+ TeamId *uint32 `protobuf:"varint,4,opt,name=team_id" json:"team_id,omitempty"`
+ TeamLogo *uint64 `protobuf:"varint,5,opt,name=team_logo" json:"team_logo,omitempty"`
+ TeamBaseLogo *uint64 `protobuf:"varint,6,opt,name=team_base_logo" json:"team_base_logo,omitempty"`
+ TeamBannerLogo *uint64 `protobuf:"varint,7,opt,name=team_banner_logo" json:"team_banner_logo,omitempty"`
+ TeamComplete *bool `protobuf:"varint,8,opt,name=team_complete" json:"team_complete,omitempty"`
+ GuildName *string `protobuf:"bytes,9,opt,name=guild_name" json:"guild_name,omitempty"`
+ GuildTag *string `protobuf:"bytes,10,opt,name=guild_tag" json:"guild_tag,omitempty"`
+ GuildId *uint32 `protobuf:"varint,11,opt,name=guild_id" json:"guild_id,omitempty"`
+ GuildLogo *uint64 `protobuf:"varint,12,opt,name=guild_logo" json:"guild_logo,omitempty"`
+ GuildBaseLogo *uint64 `protobuf:"varint,13,opt,name=guild_base_logo" json:"guild_base_logo,omitempty"`
+ GuildBannerLogo *uint64 `protobuf:"varint,14,opt,name=guild_banner_logo" json:"guild_banner_logo,omitempty"`
+ Rank *uint32 `protobuf:"varint,15,opt,name=rank" json:"rank,omitempty"`
+ RankChange *int32 `protobuf:"zigzag32,16,opt,name=rank_change" json:"rank_change,omitempty"`
+ IsHomeTeam *bool `protobuf:"varint,17,opt,name=is_home_team" json:"is_home_team,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CLobbyTeamDetails) Reset() { *m = CLobbyTeamDetails{} }
+func (m *CLobbyTeamDetails) String() string { return proto.CompactTextString(m) }
+func (*CLobbyTeamDetails) ProtoMessage() {}
+func (*CLobbyTeamDetails) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{9} }
+
+func (m *CLobbyTeamDetails) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CLobbyTeamDetails) GetTeamTag() string {
+ if m != nil && m.TeamTag != nil {
+ return *m.TeamTag
+ }
+ return ""
+}
+
+func (m *CLobbyTeamDetails) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetTeamBaseLogo() uint64 {
+ if m != nil && m.TeamBaseLogo != nil {
+ return *m.TeamBaseLogo
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetTeamBannerLogo() uint64 {
+ if m != nil && m.TeamBannerLogo != nil {
+ return *m.TeamBannerLogo
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetTeamComplete() bool {
+ if m != nil && m.TeamComplete != nil {
+ return *m.TeamComplete
+ }
+ return false
+}
+
+func (m *CLobbyTeamDetails) GetGuildName() string {
+ if m != nil && m.GuildName != nil {
+ return *m.GuildName
+ }
+ return ""
+}
+
+func (m *CLobbyTeamDetails) GetGuildTag() string {
+ if m != nil && m.GuildTag != nil {
+ return *m.GuildTag
+ }
+ return ""
+}
+
+func (m *CLobbyTeamDetails) GetGuildId() uint32 {
+ if m != nil && m.GuildId != nil {
+ return *m.GuildId
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetGuildLogo() uint64 {
+ if m != nil && m.GuildLogo != nil {
+ return *m.GuildLogo
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetGuildBaseLogo() uint64 {
+ if m != nil && m.GuildBaseLogo != nil {
+ return *m.GuildBaseLogo
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetGuildBannerLogo() uint64 {
+ if m != nil && m.GuildBannerLogo != nil {
+ return *m.GuildBannerLogo
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetRank() uint32 {
+ if m != nil && m.Rank != nil {
+ return *m.Rank
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetRankChange() int32 {
+ if m != nil && m.RankChange != nil {
+ return *m.RankChange
+ }
+ return 0
+}
+
+func (m *CLobbyTeamDetails) GetIsHomeTeam() bool {
+ if m != nil && m.IsHomeTeam != nil {
+ return *m.IsHomeTeam
+ }
+ return false
+}
+
+type CLobbyTimedRewardDetails struct {
+ ItemDefIndex *uint32 `protobuf:"varint,2,opt,name=item_def_index" json:"item_def_index,omitempty"`
+ IsSupplyCrate *bool `protobuf:"varint,3,opt,name=is_supply_crate" json:"is_supply_crate,omitempty"`
+ IsTimedDrop *bool `protobuf:"varint,4,opt,name=is_timed_drop" json:"is_timed_drop,omitempty"`
+ AccountId *uint32 `protobuf:"varint,5,opt,name=account_id" json:"account_id,omitempty"`
+ Origin *uint32 `protobuf:"varint,6,opt,name=origin" json:"origin,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CLobbyTimedRewardDetails) Reset() { *m = CLobbyTimedRewardDetails{} }
+func (m *CLobbyTimedRewardDetails) String() string { return proto.CompactTextString(m) }
+func (*CLobbyTimedRewardDetails) ProtoMessage() {}
+func (*CLobbyTimedRewardDetails) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{10} }
+
+func (m *CLobbyTimedRewardDetails) GetItemDefIndex() uint32 {
+ if m != nil && m.ItemDefIndex != nil {
+ return *m.ItemDefIndex
+ }
+ return 0
+}
+
+func (m *CLobbyTimedRewardDetails) GetIsSupplyCrate() bool {
+ if m != nil && m.IsSupplyCrate != nil {
+ return *m.IsSupplyCrate
+ }
+ return false
+}
+
+func (m *CLobbyTimedRewardDetails) GetIsTimedDrop() bool {
+ if m != nil && m.IsTimedDrop != nil {
+ return *m.IsTimedDrop
+ }
+ return false
+}
+
+func (m *CLobbyTimedRewardDetails) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CLobbyTimedRewardDetails) GetOrigin() uint32 {
+ if m != nil && m.Origin != nil {
+ return *m.Origin
+ }
+ return 0
+}
+
+type CLobbyBroadcastChannelInfo struct {
+ ChannelId *uint32 `protobuf:"varint,1,opt,name=channel_id" json:"channel_id,omitempty"`
+ CountryCode *string `protobuf:"bytes,2,opt,name=country_code" json:"country_code,omitempty"`
+ Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
+ LanguageCode *string `protobuf:"bytes,4,opt,name=language_code" json:"language_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CLobbyBroadcastChannelInfo) Reset() { *m = CLobbyBroadcastChannelInfo{} }
+func (m *CLobbyBroadcastChannelInfo) String() string { return proto.CompactTextString(m) }
+func (*CLobbyBroadcastChannelInfo) ProtoMessage() {}
+func (*CLobbyBroadcastChannelInfo) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{11} }
+
+func (m *CLobbyBroadcastChannelInfo) GetChannelId() uint32 {
+ if m != nil && m.ChannelId != nil {
+ return *m.ChannelId
+ }
+ return 0
+}
+
+func (m *CLobbyBroadcastChannelInfo) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CLobbyBroadcastChannelInfo) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CLobbyBroadcastChannelInfo) GetLanguageCode() string {
+ if m != nil && m.LanguageCode != nil {
+ return *m.LanguageCode
+ }
+ return ""
+}
+
+type CSODOTALobby struct {
+ LobbyId *uint64 `protobuf:"varint,1,opt,name=lobby_id" json:"lobby_id,omitempty"`
+ Members []*CDOTALobbyMember `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
+ LeftMembers []*CDOTALobbyMember `protobuf:"bytes,7,rep,name=left_members" json:"left_members,omitempty"`
+ LeaderId *uint64 `protobuf:"fixed64,11,opt,name=leader_id" json:"leader_id,omitempty"`
+ ServerId *uint64 `protobuf:"fixed64,6,opt,name=server_id,def=0" json:"server_id,omitempty"`
+ GameMode *uint32 `protobuf:"varint,3,opt,name=game_mode" json:"game_mode,omitempty"`
+ PendingInvites []uint64 `protobuf:"fixed64,10,rep,name=pending_invites" json:"pending_invites,omitempty"`
+ State *CSODOTALobby_State `protobuf:"varint,4,opt,name=state,enum=CSODOTALobby_State,def=0" json:"state,omitempty"`
+ Connect *string `protobuf:"bytes,5,opt,name=connect" json:"connect,omitempty"`
+ LobbyType *CSODOTALobby_LobbyType `protobuf:"varint,12,opt,name=lobby_type,enum=CSODOTALobby_LobbyType,def=-1" json:"lobby_type,omitempty"`
+ AllowCheats *bool `protobuf:"varint,13,opt,name=allow_cheats" json:"allow_cheats,omitempty"`
+ FillWithBots *bool `protobuf:"varint,14,opt,name=fill_with_bots" json:"fill_with_bots,omitempty"`
+ IntroMode *bool `protobuf:"varint,15,opt,name=intro_mode" json:"intro_mode,omitempty"`
+ GameName *string `protobuf:"bytes,16,opt,name=game_name" json:"game_name,omitempty"`
+ TeamDetails []*CLobbyTeamDetails `protobuf:"bytes,17,rep,name=team_details" json:"team_details,omitempty"`
+ TutorialLesson *uint32 `protobuf:"varint,18,opt,name=tutorial_lesson" json:"tutorial_lesson,omitempty"`
+ TournamentId *uint32 `protobuf:"varint,19,opt,name=tournament_id" json:"tournament_id,omitempty"`
+ TournamentGameId *uint32 `protobuf:"varint,20,opt,name=tournament_game_id" json:"tournament_game_id,omitempty"`
+ ServerRegion *uint32 `protobuf:"varint,21,opt,name=server_region,def=0" json:"server_region,omitempty"`
+ GameState *DOTA_GameState `protobuf:"varint,22,opt,name=game_state,enum=DOTA_GameState,def=0" json:"game_state,omitempty"`
+ NumSpectators *uint32 `protobuf:"varint,23,opt,name=num_spectators" json:"num_spectators,omitempty"`
+ Matchgroup *uint32 `protobuf:"varint,25,opt,name=matchgroup" json:"matchgroup,omitempty"`
+ CmPick *DOTA_CM_PICK `protobuf:"varint,28,opt,name=cm_pick,enum=DOTA_CM_PICK,def=0" json:"cm_pick,omitempty"`
+ MatchId *uint64 `protobuf:"varint,30,opt,name=match_id" json:"match_id,omitempty"`
+ AllowSpectating *bool `protobuf:"varint,31,opt,name=allow_spectating,def=1" json:"allow_spectating,omitempty"`
+ BotDifficulty *DOTABotDifficulty `protobuf:"varint,36,opt,name=bot_difficulty,enum=DOTABotDifficulty,def=3" json:"bot_difficulty,omitempty"`
+ GameVersion *DOTAGameVersion `protobuf:"varint,37,opt,name=game_version,enum=DOTAGameVersion,def=0" json:"game_version,omitempty"`
+ TimedRewardDetails []*CLobbyTimedRewardDetails `protobuf:"bytes,38,rep,name=timed_reward_details" json:"timed_reward_details,omitempty"`
+ PassKey *string `protobuf:"bytes,39,opt,name=pass_key" json:"pass_key,omitempty"`
+ BotSlotDifficulty []DOTABotDifficulty `protobuf:"varint,41,rep,name=bot_slot_difficulty,enum=DOTABotDifficulty" json:"bot_slot_difficulty,omitempty"`
+ Leagueid *uint32 `protobuf:"varint,42,opt,name=leagueid" json:"leagueid,omitempty"`
+ PenaltyLevelRadiant *uint32 `protobuf:"varint,43,opt,name=penalty_level_radiant,def=0" json:"penalty_level_radiant,omitempty"`
+ PenaltyLevelDire *uint32 `protobuf:"varint,44,opt,name=penalty_level_dire,def=0" json:"penalty_level_dire,omitempty"`
+ LoadGameId *uint32 `protobuf:"varint,45,opt,name=load_game_id" json:"load_game_id,omitempty"`
+ SeriesType *uint32 `protobuf:"varint,46,opt,name=series_type" json:"series_type,omitempty"`
+ RadiantSeriesWins *uint32 `protobuf:"varint,47,opt,name=radiant_series_wins" json:"radiant_series_wins,omitempty"`
+ DireSeriesWins *uint32 `protobuf:"varint,48,opt,name=dire_series_wins" json:"dire_series_wins,omitempty"`
+ LootGenerated *uint32 `protobuf:"varint,49,opt,name=loot_generated" json:"loot_generated,omitempty"`
+ LootAwarded *uint32 `protobuf:"varint,50,opt,name=loot_awarded" json:"loot_awarded,omitempty"`
+ Allchat *bool `protobuf:"varint,51,opt,name=allchat,def=0" json:"allchat,omitempty"`
+ DotaTvDelay *LobbyDotaTVDelay `protobuf:"varint,53,opt,name=dota_tv_delay,enum=LobbyDotaTVDelay,def=0" json:"dota_tv_delay,omitempty"`
+ CustomGameMode *string `protobuf:"bytes,54,opt,name=custom_game_mode" json:"custom_game_mode,omitempty"`
+ CustomMapName *string `protobuf:"bytes,55,opt,name=custom_map_name" json:"custom_map_name,omitempty"`
+ CustomDifficulty *uint32 `protobuf:"varint,56,opt,name=custom_difficulty" json:"custom_difficulty,omitempty"`
+ Lan *bool `protobuf:"varint,57,opt,name=lan" json:"lan,omitempty"`
+ BroadcastChannelInfo []*CLobbyBroadcastChannelInfo `protobuf:"bytes,58,rep,name=broadcast_channel_info" json:"broadcast_channel_info,omitempty"`
+ FirstLeaverAccountid *uint32 `protobuf:"varint,59,opt,name=first_leaver_accountid" json:"first_leaver_accountid,omitempty"`
+ SeriesId *uint32 `protobuf:"varint,60,opt,name=series_id" json:"series_id,omitempty"`
+ LowPriority *bool `protobuf:"varint,61,opt,name=low_priority" json:"low_priority,omitempty"`
+ ExtraMessages []*CSODOTALobby_CExtraMsg `protobuf:"bytes,62,rep,name=extra_messages" json:"extra_messages,omitempty"`
+ SaveGame *CDOTASaveGame `protobuf:"bytes,63,opt,name=save_game" json:"save_game,omitempty"`
+ FirstBloodHappened *bool `protobuf:"varint,65,opt,name=first_blood_happened" json:"first_blood_happened,omitempty"`
+ MatchOutcome *EMatchOutcome `protobuf:"varint,70,opt,name=match_outcome,enum=EMatchOutcome,def=0" json:"match_outcome,omitempty"`
+ MassDisconnect *bool `protobuf:"varint,67,opt,name=mass_disconnect" json:"mass_disconnect,omitempty"`
+ CustomGameId *uint64 `protobuf:"varint,68,opt,name=custom_game_id" json:"custom_game_id,omitempty"`
+ ActiveIngameEvents []EEvent `protobuf:"varint,69,rep,name=active_ingame_events,enum=EEvent" json:"active_ingame_events,omitempty"`
+ CustomMinPlayers *uint32 `protobuf:"varint,71,opt,name=custom_min_players" json:"custom_min_players,omitempty"`
+ CustomMaxPlayers *uint32 `protobuf:"varint,72,opt,name=custom_max_players" json:"custom_max_players,omitempty"`
+ PartnerType *PartnerAccountType `protobuf:"varint,73,opt,name=partner_type,enum=PartnerAccountType,def=0" json:"partner_type,omitempty"`
+ LanHostPingToServerRegion *uint32 `protobuf:"varint,74,opt,name=lan_host_ping_to_server_region" json:"lan_host_ping_to_server_region,omitempty"`
+ Visibility *DOTALobbyVisibility `protobuf:"varint,75,opt,name=visibility,enum=DOTALobbyVisibility,def=0" json:"visibility,omitempty"`
+ CustomGameCrc *uint64 `protobuf:"fixed64,76,opt,name=custom_game_crc" json:"custom_game_crc,omitempty"`
+ CustomGameAutoCreatedLobby *bool `protobuf:"varint,77,opt,name=custom_game_auto_created_lobby" json:"custom_game_auto_created_lobby,omitempty"`
+ LeagueSeriesId *uint32 `protobuf:"varint,78,opt,name=league_series_id" json:"league_series_id,omitempty"`
+ LeagueGameId *uint32 `protobuf:"varint,79,opt,name=league_game_id" json:"league_game_id,omitempty"`
+ CustomGameTimestamp *uint32 `protobuf:"fixed32,80,opt,name=custom_game_timestamp" json:"custom_game_timestamp,omitempty"`
+ PreviousSeriesMatches []uint64 `protobuf:"varint,81,rep,name=previous_series_matches" json:"previous_series_matches,omitempty"`
+ PreviousMatchOverride *uint64 `protobuf:"varint,82,opt,name=previous_match_override" json:"previous_match_override,omitempty"`
+ CustomGameUsesAccountRecords *bool `protobuf:"varint,83,opt,name=custom_game_uses_account_records" json:"custom_game_uses_account_records,omitempty"`
+ LeagueSelectionPriorityTeam *uint32 `protobuf:"varint,84,opt,name=league_selection_priority_team" json:"league_selection_priority_team,omitempty"`
+ LeagueSelectionPriorityChoice *SelectionPriorityType `protobuf:"varint,85,opt,name=league_selection_priority_choice,enum=SelectionPriorityType,def=0" json:"league_selection_priority_choice,omitempty"`
+ LeagueNonSelectionPriorityChoice *SelectionPriorityType `protobuf:"varint,86,opt,name=league_non_selection_priority_choice,enum=SelectionPriorityType,def=0" json:"league_non_selection_priority_choice,omitempty"`
+ GameStartTime *uint32 `protobuf:"varint,87,opt,name=game_start_time" json:"game_start_time,omitempty"`
+ PauseSetting *LobbyDotaPauseSetting `protobuf:"varint,88,opt,name=pause_setting,enum=LobbyDotaPauseSetting,def=0" json:"pause_setting,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTALobby) Reset() { *m = CSODOTALobby{} }
+func (m *CSODOTALobby) String() string { return proto.CompactTextString(m) }
+func (*CSODOTALobby) ProtoMessage() {}
+func (*CSODOTALobby) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{12} }
+
+const Default_CSODOTALobby_ServerId uint64 = 0
+const Default_CSODOTALobby_State CSODOTALobby_State = CSODOTALobby_UI
+const Default_CSODOTALobby_LobbyType CSODOTALobby_LobbyType = CSODOTALobby_INVALID
+const Default_CSODOTALobby_ServerRegion uint32 = 0
+const Default_CSODOTALobby_GameState DOTA_GameState = DOTA_GameState_DOTA_GAMERULES_STATE_INIT
+const Default_CSODOTALobby_CmPick DOTA_CM_PICK = DOTA_CM_PICK_DOTA_CM_RANDOM
+const Default_CSODOTALobby_AllowSpectating bool = true
+const Default_CSODOTALobby_BotDifficulty DOTABotDifficulty = DOTABotDifficulty_BOT_DIFFICULTY_HARD
+const Default_CSODOTALobby_GameVersion DOTAGameVersion = DOTAGameVersion_GAME_VERSION_CURRENT
+const Default_CSODOTALobby_PenaltyLevelRadiant uint32 = 0
+const Default_CSODOTALobby_PenaltyLevelDire uint32 = 0
+const Default_CSODOTALobby_Allchat bool = false
+const Default_CSODOTALobby_DotaTvDelay LobbyDotaTVDelay = LobbyDotaTVDelay_LobbyDotaTV_10
+const Default_CSODOTALobby_MatchOutcome EMatchOutcome = EMatchOutcome_k_EMatchOutcome_Unknown
+const Default_CSODOTALobby_PartnerType PartnerAccountType = PartnerAccountType_PARTNER_NONE
+const Default_CSODOTALobby_Visibility DOTALobbyVisibility = DOTALobbyVisibility_DOTALobbyVisibility_Public
+const Default_CSODOTALobby_LeagueSelectionPriorityChoice SelectionPriorityType = SelectionPriorityType_UNDEFINED
+const Default_CSODOTALobby_LeagueNonSelectionPriorityChoice SelectionPriorityType = SelectionPriorityType_UNDEFINED
+const Default_CSODOTALobby_PauseSetting LobbyDotaPauseSetting = LobbyDotaPauseSetting_LobbyDotaPauseSetting_Unlimited
+
+func (m *CSODOTALobby) GetLobbyId() uint64 {
+ if m != nil && m.LobbyId != nil {
+ return *m.LobbyId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetMembers() []*CDOTALobbyMember {
+ if m != nil {
+ return m.Members
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetLeftMembers() []*CDOTALobbyMember {
+ if m != nil {
+ return m.LeftMembers
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetLeaderId() uint64 {
+ if m != nil && m.LeaderId != nil {
+ return *m.LeaderId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetServerId() uint64 {
+ if m != nil && m.ServerId != nil {
+ return *m.ServerId
+ }
+ return Default_CSODOTALobby_ServerId
+}
+
+func (m *CSODOTALobby) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetPendingInvites() []uint64 {
+ if m != nil {
+ return m.PendingInvites
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetState() CSODOTALobby_State {
+ if m != nil && m.State != nil {
+ return *m.State
+ }
+ return Default_CSODOTALobby_State
+}
+
+func (m *CSODOTALobby) GetConnect() string {
+ if m != nil && m.Connect != nil {
+ return *m.Connect
+ }
+ return ""
+}
+
+func (m *CSODOTALobby) GetLobbyType() CSODOTALobby_LobbyType {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return Default_CSODOTALobby_LobbyType
+}
+
+func (m *CSODOTALobby) GetAllowCheats() bool {
+ if m != nil && m.AllowCheats != nil {
+ return *m.AllowCheats
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetFillWithBots() bool {
+ if m != nil && m.FillWithBots != nil {
+ return *m.FillWithBots
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetIntroMode() bool {
+ if m != nil && m.IntroMode != nil {
+ return *m.IntroMode
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetGameName() string {
+ if m != nil && m.GameName != nil {
+ return *m.GameName
+ }
+ return ""
+}
+
+func (m *CSODOTALobby) GetTeamDetails() []*CLobbyTeamDetails {
+ if m != nil {
+ return m.TeamDetails
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetTutorialLesson() uint32 {
+ if m != nil && m.TutorialLesson != nil {
+ return *m.TutorialLesson
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetTournamentId() uint32 {
+ if m != nil && m.TournamentId != nil {
+ return *m.TournamentId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetTournamentGameId() uint32 {
+ if m != nil && m.TournamentGameId != nil {
+ return *m.TournamentGameId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetServerRegion() uint32 {
+ if m != nil && m.ServerRegion != nil {
+ return *m.ServerRegion
+ }
+ return Default_CSODOTALobby_ServerRegion
+}
+
+func (m *CSODOTALobby) GetGameState() DOTA_GameState {
+ if m != nil && m.GameState != nil {
+ return *m.GameState
+ }
+ return Default_CSODOTALobby_GameState
+}
+
+func (m *CSODOTALobby) GetNumSpectators() uint32 {
+ if m != nil && m.NumSpectators != nil {
+ return *m.NumSpectators
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetMatchgroup() uint32 {
+ if m != nil && m.Matchgroup != nil {
+ return *m.Matchgroup
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetCmPick() DOTA_CM_PICK {
+ if m != nil && m.CmPick != nil {
+ return *m.CmPick
+ }
+ return Default_CSODOTALobby_CmPick
+}
+
+func (m *CSODOTALobby) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetAllowSpectating() bool {
+ if m != nil && m.AllowSpectating != nil {
+ return *m.AllowSpectating
+ }
+ return Default_CSODOTALobby_AllowSpectating
+}
+
+func (m *CSODOTALobby) GetBotDifficulty() DOTABotDifficulty {
+ if m != nil && m.BotDifficulty != nil {
+ return *m.BotDifficulty
+ }
+ return Default_CSODOTALobby_BotDifficulty
+}
+
+func (m *CSODOTALobby) GetGameVersion() DOTAGameVersion {
+ if m != nil && m.GameVersion != nil {
+ return *m.GameVersion
+ }
+ return Default_CSODOTALobby_GameVersion
+}
+
+func (m *CSODOTALobby) GetTimedRewardDetails() []*CLobbyTimedRewardDetails {
+ if m != nil {
+ return m.TimedRewardDetails
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetPassKey() string {
+ if m != nil && m.PassKey != nil {
+ return *m.PassKey
+ }
+ return ""
+}
+
+func (m *CSODOTALobby) GetBotSlotDifficulty() []DOTABotDifficulty {
+ if m != nil {
+ return m.BotSlotDifficulty
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetLeagueid() uint32 {
+ if m != nil && m.Leagueid != nil {
+ return *m.Leagueid
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetPenaltyLevelRadiant() uint32 {
+ if m != nil && m.PenaltyLevelRadiant != nil {
+ return *m.PenaltyLevelRadiant
+ }
+ return Default_CSODOTALobby_PenaltyLevelRadiant
+}
+
+func (m *CSODOTALobby) GetPenaltyLevelDire() uint32 {
+ if m != nil && m.PenaltyLevelDire != nil {
+ return *m.PenaltyLevelDire
+ }
+ return Default_CSODOTALobby_PenaltyLevelDire
+}
+
+func (m *CSODOTALobby) GetLoadGameId() uint32 {
+ if m != nil && m.LoadGameId != nil {
+ return *m.LoadGameId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetSeriesType() uint32 {
+ if m != nil && m.SeriesType != nil {
+ return *m.SeriesType
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetRadiantSeriesWins() uint32 {
+ if m != nil && m.RadiantSeriesWins != nil {
+ return *m.RadiantSeriesWins
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetDireSeriesWins() uint32 {
+ if m != nil && m.DireSeriesWins != nil {
+ return *m.DireSeriesWins
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetLootGenerated() uint32 {
+ if m != nil && m.LootGenerated != nil {
+ return *m.LootGenerated
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetLootAwarded() uint32 {
+ if m != nil && m.LootAwarded != nil {
+ return *m.LootAwarded
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetAllchat() bool {
+ if m != nil && m.Allchat != nil {
+ return *m.Allchat
+ }
+ return Default_CSODOTALobby_Allchat
+}
+
+func (m *CSODOTALobby) GetDotaTvDelay() LobbyDotaTVDelay {
+ if m != nil && m.DotaTvDelay != nil {
+ return *m.DotaTvDelay
+ }
+ return Default_CSODOTALobby_DotaTvDelay
+}
+
+func (m *CSODOTALobby) GetCustomGameMode() string {
+ if m != nil && m.CustomGameMode != nil {
+ return *m.CustomGameMode
+ }
+ return ""
+}
+
+func (m *CSODOTALobby) GetCustomMapName() string {
+ if m != nil && m.CustomMapName != nil {
+ return *m.CustomMapName
+ }
+ return ""
+}
+
+func (m *CSODOTALobby) GetCustomDifficulty() uint32 {
+ if m != nil && m.CustomDifficulty != nil {
+ return *m.CustomDifficulty
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetLan() bool {
+ if m != nil && m.Lan != nil {
+ return *m.Lan
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetBroadcastChannelInfo() []*CLobbyBroadcastChannelInfo {
+ if m != nil {
+ return m.BroadcastChannelInfo
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetFirstLeaverAccountid() uint32 {
+ if m != nil && m.FirstLeaverAccountid != nil {
+ return *m.FirstLeaverAccountid
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetSeriesId() uint32 {
+ if m != nil && m.SeriesId != nil {
+ return *m.SeriesId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetLowPriority() bool {
+ if m != nil && m.LowPriority != nil {
+ return *m.LowPriority
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetExtraMessages() []*CSODOTALobby_CExtraMsg {
+ if m != nil {
+ return m.ExtraMessages
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetSaveGame() *CDOTASaveGame {
+ if m != nil {
+ return m.SaveGame
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetFirstBloodHappened() bool {
+ if m != nil && m.FirstBloodHappened != nil {
+ return *m.FirstBloodHappened
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetMatchOutcome() EMatchOutcome {
+ if m != nil && m.MatchOutcome != nil {
+ return *m.MatchOutcome
+ }
+ return Default_CSODOTALobby_MatchOutcome
+}
+
+func (m *CSODOTALobby) GetMassDisconnect() bool {
+ if m != nil && m.MassDisconnect != nil {
+ return *m.MassDisconnect
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetCustomGameId() uint64 {
+ if m != nil && m.CustomGameId != nil {
+ return *m.CustomGameId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetActiveIngameEvents() []EEvent {
+ if m != nil {
+ return m.ActiveIngameEvents
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetCustomMinPlayers() uint32 {
+ if m != nil && m.CustomMinPlayers != nil {
+ return *m.CustomMinPlayers
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetCustomMaxPlayers() uint32 {
+ if m != nil && m.CustomMaxPlayers != nil {
+ return *m.CustomMaxPlayers
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetPartnerType() PartnerAccountType {
+ if m != nil && m.PartnerType != nil {
+ return *m.PartnerType
+ }
+ return Default_CSODOTALobby_PartnerType
+}
+
+func (m *CSODOTALobby) GetLanHostPingToServerRegion() uint32 {
+ if m != nil && m.LanHostPingToServerRegion != nil {
+ return *m.LanHostPingToServerRegion
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetVisibility() DOTALobbyVisibility {
+ if m != nil && m.Visibility != nil {
+ return *m.Visibility
+ }
+ return Default_CSODOTALobby_Visibility
+}
+
+func (m *CSODOTALobby) GetCustomGameCrc() uint64 {
+ if m != nil && m.CustomGameCrc != nil {
+ return *m.CustomGameCrc
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetCustomGameAutoCreatedLobby() bool {
+ if m != nil && m.CustomGameAutoCreatedLobby != nil {
+ return *m.CustomGameAutoCreatedLobby
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetLeagueSeriesId() uint32 {
+ if m != nil && m.LeagueSeriesId != nil {
+ return *m.LeagueSeriesId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetLeagueGameId() uint32 {
+ if m != nil && m.LeagueGameId != nil {
+ return *m.LeagueGameId
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetCustomGameTimestamp() uint32 {
+ if m != nil && m.CustomGameTimestamp != nil {
+ return *m.CustomGameTimestamp
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetPreviousSeriesMatches() []uint64 {
+ if m != nil {
+ return m.PreviousSeriesMatches
+ }
+ return nil
+}
+
+func (m *CSODOTALobby) GetPreviousMatchOverride() uint64 {
+ if m != nil && m.PreviousMatchOverride != nil {
+ return *m.PreviousMatchOverride
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetCustomGameUsesAccountRecords() bool {
+ if m != nil && m.CustomGameUsesAccountRecords != nil {
+ return *m.CustomGameUsesAccountRecords
+ }
+ return false
+}
+
+func (m *CSODOTALobby) GetLeagueSelectionPriorityTeam() uint32 {
+ if m != nil && m.LeagueSelectionPriorityTeam != nil {
+ return *m.LeagueSelectionPriorityTeam
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetLeagueSelectionPriorityChoice() SelectionPriorityType {
+ if m != nil && m.LeagueSelectionPriorityChoice != nil {
+ return *m.LeagueSelectionPriorityChoice
+ }
+ return Default_CSODOTALobby_LeagueSelectionPriorityChoice
+}
+
+func (m *CSODOTALobby) GetLeagueNonSelectionPriorityChoice() SelectionPriorityType {
+ if m != nil && m.LeagueNonSelectionPriorityChoice != nil {
+ return *m.LeagueNonSelectionPriorityChoice
+ }
+ return Default_CSODOTALobby_LeagueNonSelectionPriorityChoice
+}
+
+func (m *CSODOTALobby) GetGameStartTime() uint32 {
+ if m != nil && m.GameStartTime != nil {
+ return *m.GameStartTime
+ }
+ return 0
+}
+
+func (m *CSODOTALobby) GetPauseSetting() LobbyDotaPauseSetting {
+ if m != nil && m.PauseSetting != nil {
+ return *m.PauseSetting
+ }
+ return Default_CSODOTALobby_PauseSetting
+}
+
+type CSODOTALobby_CExtraMsg struct {
+ Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ Contents []byte `protobuf:"bytes,2,opt,name=contents" json:"contents,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTALobby_CExtraMsg) Reset() { *m = CSODOTALobby_CExtraMsg{} }
+func (m *CSODOTALobby_CExtraMsg) String() string { return proto.CompactTextString(m) }
+func (*CSODOTALobby_CExtraMsg) ProtoMessage() {}
+func (*CSODOTALobby_CExtraMsg) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{12, 0} }
+
+func (m *CSODOTALobby_CExtraMsg) GetId() uint32 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CSODOTALobby_CExtraMsg) GetContents() []byte {
+ if m != nil {
+ return m.Contents
+ }
+ return nil
+}
+
+type CMsgLobbyEventPoints struct {
+ EventId *uint32 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
+ AccountPoints []*CMsgLobbyEventPoints_AccountPoints `protobuf:"bytes,2,rep,name=account_points" json:"account_points,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLobbyEventPoints) Reset() { *m = CMsgLobbyEventPoints{} }
+func (m *CMsgLobbyEventPoints) String() string { return proto.CompactTextString(m) }
+func (*CMsgLobbyEventPoints) ProtoMessage() {}
+func (*CMsgLobbyEventPoints) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{13} }
+
+func (m *CMsgLobbyEventPoints) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints) GetAccountPoints() []*CMsgLobbyEventPoints_AccountPoints {
+ if m != nil {
+ return m.AccountPoints
+ }
+ return nil
+}
+
+type CMsgLobbyEventPoints_AccountPoints struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ NormalPoints *uint32 `protobuf:"varint,2,opt,name=normal_points" json:"normal_points,omitempty"`
+ PremiumPoints *uint32 `protobuf:"varint,3,opt,name=premium_points" json:"premium_points,omitempty"`
+ Owned *bool `protobuf:"varint,4,opt,name=owned" json:"owned,omitempty"`
+ FavoriteTeam *uint32 `protobuf:"varint,5,opt,name=favorite_team" json:"favorite_team,omitempty"`
+ FavoriteTeamLevel *uint32 `protobuf:"varint,6,opt,name=favorite_team_level" json:"favorite_team_level,omitempty"`
+ PointsHeld *uint32 `protobuf:"varint,7,opt,name=points_held" json:"points_held,omitempty"`
+ PremiumPointsHeld *uint32 `protobuf:"varint,8,opt,name=premium_points_held" json:"premium_points_held,omitempty"`
+ FavoriteTeamFoilLevel *uint32 `protobuf:"varint,9,opt,name=favorite_team_foil_level" json:"favorite_team_foil_level,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) Reset() { *m = CMsgLobbyEventPoints_AccountPoints{} }
+func (m *CMsgLobbyEventPoints_AccountPoints) String() string { return proto.CompactTextString(m) }
+func (*CMsgLobbyEventPoints_AccountPoints) ProtoMessage() {}
+func (*CMsgLobbyEventPoints_AccountPoints) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{13, 0}
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetNormalPoints() uint32 {
+ if m != nil && m.NormalPoints != nil {
+ return *m.NormalPoints
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetPremiumPoints() uint32 {
+ if m != nil && m.PremiumPoints != nil {
+ return *m.PremiumPoints
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetOwned() bool {
+ if m != nil && m.Owned != nil {
+ return *m.Owned
+ }
+ return false
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeam() uint32 {
+ if m != nil && m.FavoriteTeam != nil {
+ return *m.FavoriteTeam
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeamLevel() uint32 {
+ if m != nil && m.FavoriteTeamLevel != nil {
+ return *m.FavoriteTeamLevel
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetPointsHeld() uint32 {
+ if m != nil && m.PointsHeld != nil {
+ return *m.PointsHeld
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetPremiumPointsHeld() uint32 {
+ if m != nil && m.PremiumPointsHeld != nil {
+ return *m.PremiumPointsHeld
+ }
+ return 0
+}
+
+func (m *CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeamFoilLevel() uint32 {
+ if m != nil && m.FavoriteTeamFoilLevel != nil {
+ return *m.FavoriteTeamFoilLevel
+ }
+ return 0
+}
+
+type CMsgDOTABroadcastNotification struct {
+ Message *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTABroadcastNotification) Reset() { *m = CMsgDOTABroadcastNotification{} }
+func (m *CMsgDOTABroadcastNotification) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTABroadcastNotification) ProtoMessage() {}
+func (*CMsgDOTABroadcastNotification) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{14} }
+
+func (m *CMsgDOTABroadcastNotification) GetMessage() string {
+ if m != nil && m.Message != nil {
+ return *m.Message
+ }
+ return ""
+}
+
+type CMsgDOTAPCBangTimedReward struct {
+ Persona *string `protobuf:"bytes,1,opt,name=persona" json:"persona,omitempty"`
+ Itemdef *uint32 `protobuf:"varint,2,opt,name=itemdef" json:"itemdef,omitempty"`
+ Pcbangname *string `protobuf:"bytes,3,opt,name=pcbangname" json:"pcbangname,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAPCBangTimedReward) Reset() { *m = CMsgDOTAPCBangTimedReward{} }
+func (m *CMsgDOTAPCBangTimedReward) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAPCBangTimedReward) ProtoMessage() {}
+func (*CMsgDOTAPCBangTimedReward) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{15} }
+
+func (m *CMsgDOTAPCBangTimedReward) GetPersona() string {
+ if m != nil && m.Persona != nil {
+ return *m.Persona
+ }
+ return ""
+}
+
+func (m *CMsgDOTAPCBangTimedReward) GetItemdef() uint32 {
+ if m != nil && m.Itemdef != nil {
+ return *m.Itemdef
+ }
+ return 0
+}
+
+func (m *CMsgDOTAPCBangTimedReward) GetPcbangname() string {
+ if m != nil && m.Pcbangname != nil {
+ return *m.Pcbangname
+ }
+ return ""
+}
+
+type CProtoItemHeroStatue struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ StatusEffectIndex *uint32 `protobuf:"varint,2,opt,name=status_effect_index" json:"status_effect_index,omitempty"`
+ SequenceName *string `protobuf:"bytes,3,opt,name=sequence_name" json:"sequence_name,omitempty"`
+ Cycle *float32 `protobuf:"fixed32,4,opt,name=cycle" json:"cycle,omitempty"`
+ Wearable []uint32 `protobuf:"varint,5,rep,name=wearable" json:"wearable,omitempty"`
+ Inscription *string `protobuf:"bytes,6,opt,name=inscription" json:"inscription,omitempty"`
+ Style []uint32 `protobuf:"varint,7,rep,name=style" json:"style,omitempty"`
+ TournamentDrop *bool `protobuf:"varint,8,opt,name=tournament_drop" json:"tournament_drop,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemHeroStatue) Reset() { *m = CProtoItemHeroStatue{} }
+func (m *CProtoItemHeroStatue) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemHeroStatue) ProtoMessage() {}
+func (*CProtoItemHeroStatue) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{16} }
+
+func (m *CProtoItemHeroStatue) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CProtoItemHeroStatue) GetStatusEffectIndex() uint32 {
+ if m != nil && m.StatusEffectIndex != nil {
+ return *m.StatusEffectIndex
+ }
+ return 0
+}
+
+func (m *CProtoItemHeroStatue) GetSequenceName() string {
+ if m != nil && m.SequenceName != nil {
+ return *m.SequenceName
+ }
+ return ""
+}
+
+func (m *CProtoItemHeroStatue) GetCycle() float32 {
+ if m != nil && m.Cycle != nil {
+ return *m.Cycle
+ }
+ return 0
+}
+
+func (m *CProtoItemHeroStatue) GetWearable() []uint32 {
+ if m != nil {
+ return m.Wearable
+ }
+ return nil
+}
+
+func (m *CProtoItemHeroStatue) GetInscription() string {
+ if m != nil && m.Inscription != nil {
+ return *m.Inscription
+ }
+ return ""
+}
+
+func (m *CProtoItemHeroStatue) GetStyle() []uint32 {
+ if m != nil {
+ return m.Style
+ }
+ return nil
+}
+
+func (m *CProtoItemHeroStatue) GetTournamentDrop() bool {
+ if m != nil && m.TournamentDrop != nil {
+ return *m.TournamentDrop
+ }
+ return false
+}
+
+type CProtoItemTeamShowcase struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ StatusEffectIndex *uint32 `protobuf:"varint,2,opt,name=status_effect_index" json:"status_effect_index,omitempty"`
+ SequenceName *string `protobuf:"bytes,3,opt,name=sequence_name" json:"sequence_name,omitempty"`
+ Cycle *float32 `protobuf:"fixed32,4,opt,name=cycle" json:"cycle,omitempty"`
+ Wearable []uint32 `protobuf:"varint,5,rep,name=wearable" json:"wearable,omitempty"`
+ Inscription *string `protobuf:"bytes,6,opt,name=inscription" json:"inscription,omitempty"`
+ Style []uint32 `protobuf:"varint,7,rep,name=style" json:"style,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemTeamShowcase) Reset() { *m = CProtoItemTeamShowcase{} }
+func (m *CProtoItemTeamShowcase) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemTeamShowcase) ProtoMessage() {}
+func (*CProtoItemTeamShowcase) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{17} }
+
+func (m *CProtoItemTeamShowcase) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CProtoItemTeamShowcase) GetStatusEffectIndex() uint32 {
+ if m != nil && m.StatusEffectIndex != nil {
+ return *m.StatusEffectIndex
+ }
+ return 0
+}
+
+func (m *CProtoItemTeamShowcase) GetSequenceName() string {
+ if m != nil && m.SequenceName != nil {
+ return *m.SequenceName
+ }
+ return ""
+}
+
+func (m *CProtoItemTeamShowcase) GetCycle() float32 {
+ if m != nil && m.Cycle != nil {
+ return *m.Cycle
+ }
+ return 0
+}
+
+func (m *CProtoItemTeamShowcase) GetWearable() []uint32 {
+ if m != nil {
+ return m.Wearable
+ }
+ return nil
+}
+
+func (m *CProtoItemTeamShowcase) GetInscription() string {
+ if m != nil && m.Inscription != nil {
+ return *m.Inscription
+ }
+ return ""
+}
+
+func (m *CProtoItemTeamShowcase) GetStyle() []uint32 {
+ if m != nil {
+ return m.Style
+ }
+ return nil
+}
+
+type CMatchPlayerAbilityUpgrade struct {
+ Ability *uint32 `protobuf:"varint,1,opt,name=ability" json:"ability,omitempty"`
+ Time *uint32 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMatchPlayerAbilityUpgrade) Reset() { *m = CMatchPlayerAbilityUpgrade{} }
+func (m *CMatchPlayerAbilityUpgrade) String() string { return proto.CompactTextString(m) }
+func (*CMatchPlayerAbilityUpgrade) ProtoMessage() {}
+func (*CMatchPlayerAbilityUpgrade) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{18} }
+
+func (m *CMatchPlayerAbilityUpgrade) GetAbility() uint32 {
+ if m != nil && m.Ability != nil {
+ return *m.Ability
+ }
+ return 0
+}
+
+func (m *CMatchPlayerAbilityUpgrade) GetTime() uint32 {
+ if m != nil && m.Time != nil {
+ return *m.Time
+ }
+ return 0
+}
+
+type CMatchAdditionalUnitInventory struct {
+ UnitName *string `protobuf:"bytes,1,opt,name=unit_name" json:"unit_name,omitempty"`
+ Items []uint32 `protobuf:"varint,2,rep,name=items" json:"items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMatchAdditionalUnitInventory) Reset() { *m = CMatchAdditionalUnitInventory{} }
+func (m *CMatchAdditionalUnitInventory) String() string { return proto.CompactTextString(m) }
+func (*CMatchAdditionalUnitInventory) ProtoMessage() {}
+func (*CMatchAdditionalUnitInventory) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{19} }
+
+func (m *CMatchAdditionalUnitInventory) GetUnitName() string {
+ if m != nil && m.UnitName != nil {
+ return *m.UnitName
+ }
+ return ""
+}
+
+func (m *CMatchAdditionalUnitInventory) GetItems() []uint32 {
+ if m != nil {
+ return m.Items
+ }
+ return nil
+}
+
+type CMatchHeroSelectEvent struct {
+ IsPick *bool `protobuf:"varint,1,opt,name=is_pick" json:"is_pick,omitempty"`
+ Team *uint32 `protobuf:"varint,2,opt,name=team" json:"team,omitempty"`
+ HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMatchHeroSelectEvent) Reset() { *m = CMatchHeroSelectEvent{} }
+func (m *CMatchHeroSelectEvent) String() string { return proto.CompactTextString(m) }
+func (*CMatchHeroSelectEvent) ProtoMessage() {}
+func (*CMatchHeroSelectEvent) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{20} }
+
+func (m *CMatchHeroSelectEvent) GetIsPick() bool {
+ if m != nil && m.IsPick != nil {
+ return *m.IsPick
+ }
+ return false
+}
+
+func (m *CMatchHeroSelectEvent) GetTeam() uint32 {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return 0
+}
+
+func (m *CMatchHeroSelectEvent) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+type CMsgDOTAProcessFantasyScheduledEvent struct {
+ Event *uint32 `protobuf:"varint,1,opt,name=event" json:"event,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,3,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ Season *uint32 `protobuf:"varint,4,opt,name=season" json:"season,omitempty"`
+ ReferenceData *uint32 `protobuf:"varint,5,opt,name=reference_data" json:"reference_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProcessFantasyScheduledEvent) Reset() { *m = CMsgDOTAProcessFantasyScheduledEvent{} }
+func (m *CMsgDOTAProcessFantasyScheduledEvent) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProcessFantasyScheduledEvent) ProtoMessage() {}
+func (*CMsgDOTAProcessFantasyScheduledEvent) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{21}
+}
+
+func (m *CMsgDOTAProcessFantasyScheduledEvent) GetEvent() uint32 {
+ if m != nil && m.Event != nil {
+ return *m.Event
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProcessFantasyScheduledEvent) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProcessFantasyScheduledEvent) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProcessFantasyScheduledEvent) GetSeason() uint32 {
+ if m != nil && m.Season != nil {
+ return *m.Season
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProcessFantasyScheduledEvent) GetReferenceData() uint32 {
+ if m != nil && m.ReferenceData != nil {
+ return *m.ReferenceData
+ }
+ return 0
+}
+
+type CMsgDOTAHasItemQuery struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHasItemQuery) Reset() { *m = CMsgDOTAHasItemQuery{} }
+func (m *CMsgDOTAHasItemQuery) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHasItemQuery) ProtoMessage() {}
+func (*CMsgDOTAHasItemQuery) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{22} }
+
+func (m *CMsgDOTAHasItemQuery) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHasItemQuery) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgDOTAHasItemResponse struct {
+ HasItem *bool `protobuf:"varint,1,opt,name=has_item" json:"has_item,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHasItemResponse) Reset() { *m = CMsgDOTAHasItemResponse{} }
+func (m *CMsgDOTAHasItemResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHasItemResponse) ProtoMessage() {}
+func (*CMsgDOTAHasItemResponse) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{23} }
+
+func (m *CMsgDOTAHasItemResponse) GetHasItem() bool {
+ if m != nil && m.HasItem != nil {
+ return *m.HasItem
+ }
+ return false
+}
+
+type CMsgDOTAHasItemDefsQuery struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemdefIds []uint32 `protobuf:"varint,2,rep,name=itemdef_ids" json:"itemdef_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHasItemDefsQuery) Reset() { *m = CMsgDOTAHasItemDefsQuery{} }
+func (m *CMsgDOTAHasItemDefsQuery) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHasItemDefsQuery) ProtoMessage() {}
+func (*CMsgDOTAHasItemDefsQuery) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{24} }
+
+func (m *CMsgDOTAHasItemDefsQuery) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAHasItemDefsQuery) GetItemdefIds() []uint32 {
+ if m != nil {
+ return m.ItemdefIds
+ }
+ return nil
+}
+
+type CMsgDOTAHasItemDefsResponse struct {
+ HasItems *bool `protobuf:"varint,1,opt,name=has_items" json:"has_items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAHasItemDefsResponse) Reset() { *m = CMsgDOTAHasItemDefsResponse{} }
+func (m *CMsgDOTAHasItemDefsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAHasItemDefsResponse) ProtoMessage() {}
+func (*CMsgDOTAHasItemDefsResponse) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{25} }
+
+func (m *CMsgDOTAHasItemDefsResponse) GetHasItems() bool {
+ if m != nil && m.HasItems != nil {
+ return *m.HasItems
+ }
+ return false
+}
+
+type CMsgDOTAConsumeFantasyTicket struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,3,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAConsumeFantasyTicket) Reset() { *m = CMsgDOTAConsumeFantasyTicket{} }
+func (m *CMsgDOTAConsumeFantasyTicket) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAConsumeFantasyTicket) ProtoMessage() {}
+func (*CMsgDOTAConsumeFantasyTicket) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{26} }
+
+func (m *CMsgDOTAConsumeFantasyTicket) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAConsumeFantasyTicket) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAConsumeFantasyTicket) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgDOTAConsumeFantasyTicketFailure struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ FantasyLeagueId *uint32 `protobuf:"varint,3,opt,name=fantasy_league_id" json:"fantasy_league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAConsumeFantasyTicketFailure) Reset() { *m = CMsgDOTAConsumeFantasyTicketFailure{} }
+func (m *CMsgDOTAConsumeFantasyTicketFailure) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAConsumeFantasyTicketFailure) ProtoMessage() {}
+func (*CMsgDOTAConsumeFantasyTicketFailure) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{27}
+}
+
+func (m *CMsgDOTAConsumeFantasyTicketFailure) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAConsumeFantasyTicketFailure) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAConsumeFantasyTicketFailure) GetFantasyLeagueId() uint32 {
+ if m != nil && m.FantasyLeagueId != nil {
+ return *m.FantasyLeagueId
+ }
+ return 0
+}
+
+type CMsgGCToGCFantasySetMatchLeague struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCFantasySetMatchLeague) Reset() { *m = CMsgGCToGCFantasySetMatchLeague{} }
+func (m *CMsgGCToGCFantasySetMatchLeague) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCFantasySetMatchLeague) ProtoMessage() {}
+func (*CMsgGCToGCFantasySetMatchLeague) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{28}
+}
+
+func (m *CMsgGCToGCFantasySetMatchLeague) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCFantasySetMatchLeague) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CSODOTAMapLocationState struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ LocationId *int32 `protobuf:"varint,2,opt,name=location_id" json:"location_id,omitempty"`
+ Completed *bool `protobuf:"varint,3,opt,name=completed" json:"completed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAMapLocationState) Reset() { *m = CSODOTAMapLocationState{} }
+func (m *CSODOTAMapLocationState) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAMapLocationState) ProtoMessage() {}
+func (*CSODOTAMapLocationState) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{29} }
+
+func (m *CSODOTAMapLocationState) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSODOTAMapLocationState) GetLocationId() int32 {
+ if m != nil && m.LocationId != nil {
+ return *m.LocationId
+ }
+ return 0
+}
+
+func (m *CSODOTAMapLocationState) GetCompleted() bool {
+ if m != nil && m.Completed != nil {
+ return *m.Completed
+ }
+ return false
+}
+
+type CMsgNexonPartnerUpdate struct {
+ Messagetype *uint32 `protobuf:"varint,1,opt,name=messagetype" json:"messagetype,omitempty"`
+ Timeremaining *uint32 `protobuf:"varint,2,opt,name=timeremaining" json:"timeremaining,omitempty"`
+ Terminate *bool `protobuf:"varint,3,opt,name=terminate" json:"terminate,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgNexonPartnerUpdate) Reset() { *m = CMsgNexonPartnerUpdate{} }
+func (m *CMsgNexonPartnerUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgNexonPartnerUpdate) ProtoMessage() {}
+func (*CMsgNexonPartnerUpdate) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{30} }
+
+func (m *CMsgNexonPartnerUpdate) GetMessagetype() uint32 {
+ if m != nil && m.Messagetype != nil {
+ return *m.Messagetype
+ }
+ return 0
+}
+
+func (m *CMsgNexonPartnerUpdate) GetTimeremaining() uint32 {
+ if m != nil && m.Timeremaining != nil {
+ return *m.Timeremaining
+ }
+ return 0
+}
+
+func (m *CMsgNexonPartnerUpdate) GetTerminate() bool {
+ if m != nil && m.Terminate != nil {
+ return *m.Terminate
+ }
+ return false
+}
+
+type CMsgMakeOffering struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgMakeOffering) Reset() { *m = CMsgMakeOffering{} }
+func (m *CMsgMakeOffering) String() string { return proto.CompactTextString(m) }
+func (*CMsgMakeOffering) ProtoMessage() {}
+func (*CMsgMakeOffering) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{31} }
+
+func (m *CMsgMakeOffering) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgRequestOfferings struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestOfferings) Reset() { *m = CMsgRequestOfferings{} }
+func (m *CMsgRequestOfferings) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestOfferings) ProtoMessage() {}
+func (*CMsgRequestOfferings) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{32} }
+
+type CMsgRequestOfferingsResponse struct {
+ Offerings []*CMsgRequestOfferingsResponse_NewYearsOffering `protobuf:"bytes,1,rep,name=offerings" json:"offerings,omitempty"`
+ Completed *bool `protobuf:"varint,2,opt,name=completed" json:"completed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestOfferingsResponse) Reset() { *m = CMsgRequestOfferingsResponse{} }
+func (m *CMsgRequestOfferingsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestOfferingsResponse) ProtoMessage() {}
+func (*CMsgRequestOfferingsResponse) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{33} }
+
+func (m *CMsgRequestOfferingsResponse) GetOfferings() []*CMsgRequestOfferingsResponse_NewYearsOffering {
+ if m != nil {
+ return m.Offerings
+ }
+ return nil
+}
+
+func (m *CMsgRequestOfferingsResponse) GetCompleted() bool {
+ if m != nil && m.Completed != nil {
+ return *m.Completed
+ }
+ return false
+}
+
+type CMsgRequestOfferingsResponse_NewYearsOffering struct {
+ DefIndex *uint32 `protobuf:"varint,1,opt,name=def_index" json:"def_index,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestOfferingsResponse_NewYearsOffering) Reset() {
+ *m = CMsgRequestOfferingsResponse_NewYearsOffering{}
+}
+func (m *CMsgRequestOfferingsResponse_NewYearsOffering) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgRequestOfferingsResponse_NewYearsOffering) ProtoMessage() {}
+func (*CMsgRequestOfferingsResponse_NewYearsOffering) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{33, 0}
+}
+
+func (m *CMsgRequestOfferingsResponse_NewYearsOffering) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+func (m *CMsgRequestOfferingsResponse_NewYearsOffering) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgLeagueAdminList struct {
+ AccountIds []uint32 `protobuf:"varint,1,rep,name=account_ids" json:"account_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLeagueAdminList) Reset() { *m = CMsgLeagueAdminList{} }
+func (m *CMsgLeagueAdminList) String() string { return proto.CompactTextString(m) }
+func (*CMsgLeagueAdminList) ProtoMessage() {}
+func (*CMsgLeagueAdminList) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{34} }
+
+func (m *CMsgLeagueAdminList) GetAccountIds() []uint32 {
+ if m != nil {
+ return m.AccountIds
+ }
+ return nil
+}
+
+type CMsgPerfectWorldUserLookupRequest struct {
+ UserName *string `protobuf:"bytes,1,opt,name=user_name" json:"user_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPerfectWorldUserLookupRequest) Reset() { *m = CMsgPerfectWorldUserLookupRequest{} }
+func (m *CMsgPerfectWorldUserLookupRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgPerfectWorldUserLookupRequest) ProtoMessage() {}
+func (*CMsgPerfectWorldUserLookupRequest) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{35}
+}
+
+func (m *CMsgPerfectWorldUserLookupRequest) GetUserName() string {
+ if m != nil && m.UserName != nil {
+ return *m.UserName
+ }
+ return ""
+}
+
+type CMsgPerfectWorldUserLookupResponse struct {
+ ResultCode *CMsgPerfectWorldUserLookupResponse_EResultCode `protobuf:"varint,1,opt,name=result_code,enum=CMsgPerfectWorldUserLookupResponse_EResultCode,def=0" json:"result_code,omitempty"`
+ AccountId *uint32 `protobuf:"varint,2,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgPerfectWorldUserLookupResponse) Reset() { *m = CMsgPerfectWorldUserLookupResponse{} }
+func (m *CMsgPerfectWorldUserLookupResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgPerfectWorldUserLookupResponse) ProtoMessage() {}
+func (*CMsgPerfectWorldUserLookupResponse) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{36}
+}
+
+const Default_CMsgPerfectWorldUserLookupResponse_ResultCode CMsgPerfectWorldUserLookupResponse_EResultCode = CMsgPerfectWorldUserLookupResponse_SUCCESS_ACCOUNT_FOUND
+
+func (m *CMsgPerfectWorldUserLookupResponse) GetResultCode() CMsgPerfectWorldUserLookupResponse_EResultCode {
+ if m != nil && m.ResultCode != nil {
+ return *m.ResultCode
+ }
+ return Default_CMsgPerfectWorldUserLookupResponse_ResultCode
+}
+
+func (m *CMsgPerfectWorldUserLookupResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CCompendiumTimestampedData struct {
+ GameTime *uint32 `protobuf:"varint,1,opt,name=game_time" json:"game_time,omitempty"`
+ Gpm *uint32 `protobuf:"varint,2,opt,name=gpm" json:"gpm,omitempty"`
+ Xpm *uint32 `protobuf:"varint,3,opt,name=xpm" json:"xpm,omitempty"`
+ Kills *uint32 `protobuf:"varint,4,opt,name=kills" json:"kills,omitempty"`
+ Deaths *uint32 `protobuf:"varint,5,opt,name=deaths" json:"deaths,omitempty"`
+ ItemPurchases []uint32 `protobuf:"varint,6,rep,name=item_purchases" json:"item_purchases,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CCompendiumTimestampedData) Reset() { *m = CCompendiumTimestampedData{} }
+func (m *CCompendiumTimestampedData) String() string { return proto.CompactTextString(m) }
+func (*CCompendiumTimestampedData) ProtoMessage() {}
+func (*CCompendiumTimestampedData) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{37} }
+
+func (m *CCompendiumTimestampedData) GetGameTime() uint32 {
+ if m != nil && m.GameTime != nil {
+ return *m.GameTime
+ }
+ return 0
+}
+
+func (m *CCompendiumTimestampedData) GetGpm() uint32 {
+ if m != nil && m.Gpm != nil {
+ return *m.Gpm
+ }
+ return 0
+}
+
+func (m *CCompendiumTimestampedData) GetXpm() uint32 {
+ if m != nil && m.Xpm != nil {
+ return *m.Xpm
+ }
+ return 0
+}
+
+func (m *CCompendiumTimestampedData) GetKills() uint32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CCompendiumTimestampedData) GetDeaths() uint32 {
+ if m != nil && m.Deaths != nil {
+ return *m.Deaths
+ }
+ return 0
+}
+
+func (m *CCompendiumTimestampedData) GetItemPurchases() []uint32 {
+ if m != nil {
+ return m.ItemPurchases
+ }
+ return nil
+}
+
+type CCompendiumGameTimeline struct {
+ Data []*CCompendiumTimestampedData `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
+ Tags []string `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CCompendiumGameTimeline) Reset() { *m = CCompendiumGameTimeline{} }
+func (m *CCompendiumGameTimeline) String() string { return proto.CompactTextString(m) }
+func (*CCompendiumGameTimeline) ProtoMessage() {}
+func (*CCompendiumGameTimeline) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{38} }
+
+func (m *CCompendiumGameTimeline) GetData() []*CCompendiumTimestampedData {
+ if m != nil {
+ return m.Data
+ }
+ return nil
+}
+
+func (m *CCompendiumGameTimeline) GetTags() []string {
+ if m != nil {
+ return m.Tags
+ }
+ return nil
+}
+
+type CCompendiumGameList struct {
+ Games []*CCompendiumGameTimeline `protobuf:"bytes,1,rep,name=games" json:"games,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CCompendiumGameList) Reset() { *m = CCompendiumGameList{} }
+func (m *CCompendiumGameList) String() string { return proto.CompactTextString(m) }
+func (*CCompendiumGameList) ProtoMessage() {}
+func (*CCompendiumGameList) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{39} }
+
+func (m *CCompendiumGameList) GetGames() []*CCompendiumGameTimeline {
+ if m != nil {
+ return m.Games
+ }
+ return nil
+}
+
+type CAdditionalEquipSlot struct {
+ ClassId *uint32 `protobuf:"varint,1,opt,name=class_id" json:"class_id,omitempty"`
+ SlotId *uint32 `protobuf:"varint,2,opt,name=slot_id" json:"slot_id,omitempty"`
+ DefIndex *uint32 `protobuf:"varint,3,opt,name=def_index" json:"def_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CAdditionalEquipSlot) Reset() { *m = CAdditionalEquipSlot{} }
+func (m *CAdditionalEquipSlot) String() string { return proto.CompactTextString(m) }
+func (*CAdditionalEquipSlot) ProtoMessage() {}
+func (*CAdditionalEquipSlot) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{40} }
+
+func (m *CAdditionalEquipSlot) GetClassId() uint32 {
+ if m != nil && m.ClassId != nil {
+ return *m.ClassId
+ }
+ return 0
+}
+
+func (m *CAdditionalEquipSlot) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+func (m *CAdditionalEquipSlot) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+type CMsgDOTARedeemItem struct {
+ CurrencyId *uint64 `protobuf:"varint,1,opt,name=currency_id" json:"currency_id,omitempty"`
+ PurchaseDef *uint32 `protobuf:"varint,2,opt,name=purchase_def" json:"purchase_def,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARedeemItem) Reset() { *m = CMsgDOTARedeemItem{} }
+func (m *CMsgDOTARedeemItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARedeemItem) ProtoMessage() {}
+func (*CMsgDOTARedeemItem) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{41} }
+
+func (m *CMsgDOTARedeemItem) GetCurrencyId() uint64 {
+ if m != nil && m.CurrencyId != nil {
+ return *m.CurrencyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARedeemItem) GetPurchaseDef() uint32 {
+ if m != nil && m.PurchaseDef != nil {
+ return *m.PurchaseDef
+ }
+ return 0
+}
+
+type CMsgDOTARedeemItemResponse struct {
+ Response *CMsgDOTARedeemItemResponse_EResultCode `protobuf:"varint,1,opt,name=response,enum=CMsgDOTARedeemItemResponse_EResultCode,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARedeemItemResponse) Reset() { *m = CMsgDOTARedeemItemResponse{} }
+func (m *CMsgDOTARedeemItemResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARedeemItemResponse) ProtoMessage() {}
+func (*CMsgDOTARedeemItemResponse) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{42} }
+
+const Default_CMsgDOTARedeemItemResponse_Response CMsgDOTARedeemItemResponse_EResultCode = CMsgDOTARedeemItemResponse_k_Succeeded
+
+func (m *CMsgDOTARedeemItemResponse) GetResponse() CMsgDOTARedeemItemResponse_EResultCode {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgDOTARedeemItemResponse_Response
+}
+
+type CMsgDOTACombatLogEntry struct {
+ Type *DOTA_COMBATLOG_TYPES `protobuf:"varint,1,opt,name=type,enum=DOTA_COMBATLOG_TYPES,def=0" json:"type,omitempty"`
+ TargetName *uint32 `protobuf:"varint,2,opt,name=target_name" json:"target_name,omitempty"`
+ TargetSourceName *uint32 `protobuf:"varint,3,opt,name=target_source_name" json:"target_source_name,omitempty"`
+ AttackerName *uint32 `protobuf:"varint,4,opt,name=attacker_name" json:"attacker_name,omitempty"`
+ DamageSourceName *uint32 `protobuf:"varint,5,opt,name=damage_source_name" json:"damage_source_name,omitempty"`
+ InflictorName *uint32 `protobuf:"varint,6,opt,name=inflictor_name" json:"inflictor_name,omitempty"`
+ IsAttackerIllusion *bool `protobuf:"varint,7,opt,name=is_attacker_illusion" json:"is_attacker_illusion,omitempty"`
+ IsAttackerHero *bool `protobuf:"varint,8,opt,name=is_attacker_hero" json:"is_attacker_hero,omitempty"`
+ IsTargetIllusion *bool `protobuf:"varint,9,opt,name=is_target_illusion" json:"is_target_illusion,omitempty"`
+ IsTargetHero *bool `protobuf:"varint,10,opt,name=is_target_hero" json:"is_target_hero,omitempty"`
+ IsVisibleRadiant *bool `protobuf:"varint,11,opt,name=is_visible_radiant" json:"is_visible_radiant,omitempty"`
+ IsVisibleDire *bool `protobuf:"varint,12,opt,name=is_visible_dire" json:"is_visible_dire,omitempty"`
+ Value *uint32 `protobuf:"varint,13,opt,name=value" json:"value,omitempty"`
+ Health *int32 `protobuf:"varint,14,opt,name=health" json:"health,omitempty"`
+ Timestamp *float32 `protobuf:"fixed32,15,opt,name=timestamp" json:"timestamp,omitempty"`
+ StunDuration *float32 `protobuf:"fixed32,16,opt,name=stun_duration" json:"stun_duration,omitempty"`
+ SlowDuration *float32 `protobuf:"fixed32,17,opt,name=slow_duration" json:"slow_duration,omitempty"`
+ IsAbilityToggleOn *bool `protobuf:"varint,18,opt,name=is_ability_toggle_on" json:"is_ability_toggle_on,omitempty"`
+ IsAbilityToggleOff *bool `protobuf:"varint,19,opt,name=is_ability_toggle_off" json:"is_ability_toggle_off,omitempty"`
+ AbilityLevel *uint32 `protobuf:"varint,20,opt,name=ability_level" json:"ability_level,omitempty"`
+ LocationX *float32 `protobuf:"fixed32,21,opt,name=location_x" json:"location_x,omitempty"`
+ LocationY *float32 `protobuf:"fixed32,22,opt,name=location_y" json:"location_y,omitempty"`
+ GoldReason *uint32 `protobuf:"varint,23,opt,name=gold_reason" json:"gold_reason,omitempty"`
+ TimestampRaw *float32 `protobuf:"fixed32,24,opt,name=timestamp_raw" json:"timestamp_raw,omitempty"`
+ ModifierDuration *float32 `protobuf:"fixed32,25,opt,name=modifier_duration" json:"modifier_duration,omitempty"`
+ XpReason *uint32 `protobuf:"varint,26,opt,name=xp_reason" json:"xp_reason,omitempty"`
+ LastHits *uint32 `protobuf:"varint,27,opt,name=last_hits" json:"last_hits,omitempty"`
+ AttackerTeam *uint32 `protobuf:"varint,28,opt,name=attacker_team" json:"attacker_team,omitempty"`
+ TargetTeam *uint32 `protobuf:"varint,29,opt,name=target_team" json:"target_team,omitempty"`
+ ObsWardsPlaced *uint32 `protobuf:"varint,30,opt,name=obs_wards_placed" json:"obs_wards_placed,omitempty"`
+ AssistPlayer0 *uint32 `protobuf:"varint,31,opt,name=assist_player0" json:"assist_player0,omitempty"`
+ AssistPlayer1 *uint32 `protobuf:"varint,32,opt,name=assist_player1" json:"assist_player1,omitempty"`
+ AssistPlayer2 *uint32 `protobuf:"varint,33,opt,name=assist_player2" json:"assist_player2,omitempty"`
+ AssistPlayer3 *uint32 `protobuf:"varint,34,opt,name=assist_player3" json:"assist_player3,omitempty"`
+ StackCount *uint32 `protobuf:"varint,35,opt,name=stack_count" json:"stack_count,omitempty"`
+ HiddenModifier *bool `protobuf:"varint,36,opt,name=hidden_modifier" json:"hidden_modifier,omitempty"`
+ IsTargetBuilding *bool `protobuf:"varint,37,opt,name=is_target_building" json:"is_target_building,omitempty"`
+ NeutralCampType *uint32 `protobuf:"varint,38,opt,name=neutral_camp_type" json:"neutral_camp_type,omitempty"`
+ RuneType *uint32 `protobuf:"varint,39,opt,name=rune_type" json:"rune_type,omitempty"`
+ AssistPlayers []uint32 `protobuf:"varint,40,rep,name=assist_players" json:"assist_players,omitempty"`
+ IsHealSave *bool `protobuf:"varint,41,opt,name=is_heal_save" json:"is_heal_save,omitempty"`
+ IsUltimateAbility *bool `protobuf:"varint,42,opt,name=is_ultimate_ability" json:"is_ultimate_ability,omitempty"`
+ AttackerHeroLevel *uint32 `protobuf:"varint,43,opt,name=attacker_hero_level" json:"attacker_hero_level,omitempty"`
+ TargetHeroLevel *uint32 `protobuf:"varint,44,opt,name=target_hero_level" json:"target_hero_level,omitempty"`
+ Xpm *uint32 `protobuf:"varint,45,opt,name=xpm" json:"xpm,omitempty"`
+ Gpm *uint32 `protobuf:"varint,46,opt,name=gpm" json:"gpm,omitempty"`
+ EventLocation *uint32 `protobuf:"varint,47,opt,name=event_location" json:"event_location,omitempty"`
+ TargetIsSelf *bool `protobuf:"varint,48,opt,name=target_is_self" json:"target_is_self,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTACombatLogEntry) Reset() { *m = CMsgDOTACombatLogEntry{} }
+func (m *CMsgDOTACombatLogEntry) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTACombatLogEntry) ProtoMessage() {}
+func (*CMsgDOTACombatLogEntry) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{43} }
+
+const Default_CMsgDOTACombatLogEntry_Type DOTA_COMBATLOG_TYPES = DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_DAMAGE
+
+func (m *CMsgDOTACombatLogEntry) GetType() DOTA_COMBATLOG_TYPES {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return Default_CMsgDOTACombatLogEntry_Type
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTargetName() uint32 {
+ if m != nil && m.TargetName != nil {
+ return *m.TargetName
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTargetSourceName() uint32 {
+ if m != nil && m.TargetSourceName != nil {
+ return *m.TargetSourceName
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAttackerName() uint32 {
+ if m != nil && m.AttackerName != nil {
+ return *m.AttackerName
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetDamageSourceName() uint32 {
+ if m != nil && m.DamageSourceName != nil {
+ return *m.DamageSourceName
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetInflictorName() uint32 {
+ if m != nil && m.InflictorName != nil {
+ return *m.InflictorName
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsAttackerIllusion() bool {
+ if m != nil && m.IsAttackerIllusion != nil {
+ return *m.IsAttackerIllusion
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsAttackerHero() bool {
+ if m != nil && m.IsAttackerHero != nil {
+ return *m.IsAttackerHero
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsTargetIllusion() bool {
+ if m != nil && m.IsTargetIllusion != nil {
+ return *m.IsTargetIllusion
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsTargetHero() bool {
+ if m != nil && m.IsTargetHero != nil {
+ return *m.IsTargetHero
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsVisibleRadiant() bool {
+ if m != nil && m.IsVisibleRadiant != nil {
+ return *m.IsVisibleRadiant
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsVisibleDire() bool {
+ if m != nil && m.IsVisibleDire != nil {
+ return *m.IsVisibleDire
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetValue() uint32 {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetHealth() int32 {
+ if m != nil && m.Health != nil {
+ return *m.Health
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTimestamp() float32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetStunDuration() float32 {
+ if m != nil && m.StunDuration != nil {
+ return *m.StunDuration
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetSlowDuration() float32 {
+ if m != nil && m.SlowDuration != nil {
+ return *m.SlowDuration
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsAbilityToggleOn() bool {
+ if m != nil && m.IsAbilityToggleOn != nil {
+ return *m.IsAbilityToggleOn
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsAbilityToggleOff() bool {
+ if m != nil && m.IsAbilityToggleOff != nil {
+ return *m.IsAbilityToggleOff
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAbilityLevel() uint32 {
+ if m != nil && m.AbilityLevel != nil {
+ return *m.AbilityLevel
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetLocationX() float32 {
+ if m != nil && m.LocationX != nil {
+ return *m.LocationX
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetLocationY() float32 {
+ if m != nil && m.LocationY != nil {
+ return *m.LocationY
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetGoldReason() uint32 {
+ if m != nil && m.GoldReason != nil {
+ return *m.GoldReason
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTimestampRaw() float32 {
+ if m != nil && m.TimestampRaw != nil {
+ return *m.TimestampRaw
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetModifierDuration() float32 {
+ if m != nil && m.ModifierDuration != nil {
+ return *m.ModifierDuration
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetXpReason() uint32 {
+ if m != nil && m.XpReason != nil {
+ return *m.XpReason
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetLastHits() uint32 {
+ if m != nil && m.LastHits != nil {
+ return *m.LastHits
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAttackerTeam() uint32 {
+ if m != nil && m.AttackerTeam != nil {
+ return *m.AttackerTeam
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTargetTeam() uint32 {
+ if m != nil && m.TargetTeam != nil {
+ return *m.TargetTeam
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetObsWardsPlaced() uint32 {
+ if m != nil && m.ObsWardsPlaced != nil {
+ return *m.ObsWardsPlaced
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAssistPlayer0() uint32 {
+ if m != nil && m.AssistPlayer0 != nil {
+ return *m.AssistPlayer0
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAssistPlayer1() uint32 {
+ if m != nil && m.AssistPlayer1 != nil {
+ return *m.AssistPlayer1
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAssistPlayer2() uint32 {
+ if m != nil && m.AssistPlayer2 != nil {
+ return *m.AssistPlayer2
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAssistPlayer3() uint32 {
+ if m != nil && m.AssistPlayer3 != nil {
+ return *m.AssistPlayer3
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetStackCount() uint32 {
+ if m != nil && m.StackCount != nil {
+ return *m.StackCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetHiddenModifier() bool {
+ if m != nil && m.HiddenModifier != nil {
+ return *m.HiddenModifier
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsTargetBuilding() bool {
+ if m != nil && m.IsTargetBuilding != nil {
+ return *m.IsTargetBuilding
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetNeutralCampType() uint32 {
+ if m != nil && m.NeutralCampType != nil {
+ return *m.NeutralCampType
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetRuneType() uint32 {
+ if m != nil && m.RuneType != nil {
+ return *m.RuneType
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAssistPlayers() []uint32 {
+ if m != nil {
+ return m.AssistPlayers
+ }
+ return nil
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsHealSave() bool {
+ if m != nil && m.IsHealSave != nil {
+ return *m.IsHealSave
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetIsUltimateAbility() bool {
+ if m != nil && m.IsUltimateAbility != nil {
+ return *m.IsUltimateAbility
+ }
+ return false
+}
+
+func (m *CMsgDOTACombatLogEntry) GetAttackerHeroLevel() uint32 {
+ if m != nil && m.AttackerHeroLevel != nil {
+ return *m.AttackerHeroLevel
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTargetHeroLevel() uint32 {
+ if m != nil && m.TargetHeroLevel != nil {
+ return *m.TargetHeroLevel
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetXpm() uint32 {
+ if m != nil && m.Xpm != nil {
+ return *m.Xpm
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetGpm() uint32 {
+ if m != nil && m.Gpm != nil {
+ return *m.Gpm
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetEventLocation() uint32 {
+ if m != nil && m.EventLocation != nil {
+ return *m.EventLocation
+ }
+ return 0
+}
+
+func (m *CMsgDOTACombatLogEntry) GetTargetIsSelf() bool {
+ if m != nil && m.TargetIsSelf != nil {
+ return *m.TargetIsSelf
+ }
+ return false
+}
+
+type CMsgDOTAProfileCard struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ BackgroundDefIndex *uint32 `protobuf:"varint,2,opt,name=background_def_index" json:"background_def_index,omitempty"`
+ Slots []*CMsgDOTAProfileCard_Slot `protobuf:"bytes,3,rep,name=slots" json:"slots,omitempty"`
+ BadgePoints *uint32 `protobuf:"varint,4,opt,name=badge_points" json:"badge_points,omitempty"`
+ EventPoints *uint32 `protobuf:"varint,5,opt,name=event_points" json:"event_points,omitempty"`
+ EventId *uint32 `protobuf:"varint,6,opt,name=event_id" json:"event_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard) Reset() { *m = CMsgDOTAProfileCard{} }
+func (m *CMsgDOTAProfileCard) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard) ProtoMessage() {}
+func (*CMsgDOTAProfileCard) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{44} }
+
+func (m *CMsgDOTAProfileCard) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard) GetBackgroundDefIndex() uint32 {
+ if m != nil && m.BackgroundDefIndex != nil {
+ return *m.BackgroundDefIndex
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard) GetSlots() []*CMsgDOTAProfileCard_Slot {
+ if m != nil {
+ return m.Slots
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileCard) GetBadgePoints() uint32 {
+ if m != nil && m.BadgePoints != nil {
+ return *m.BadgePoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard) GetEventPoints() uint32 {
+ if m != nil && m.EventPoints != nil {
+ return *m.EventPoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+type CMsgDOTAProfileCard_Slot struct {
+ SlotId *uint32 `protobuf:"varint,1,opt,name=slot_id" json:"slot_id,omitempty"`
+ Trophy *CMsgDOTAProfileCard_Slot_Trophy `protobuf:"bytes,2,opt,name=trophy" json:"trophy,omitempty"`
+ Stat *CMsgDOTAProfileCard_Slot_Stat `protobuf:"bytes,3,opt,name=stat" json:"stat,omitempty"`
+ Item *CMsgDOTAProfileCard_Slot_Item `protobuf:"bytes,4,opt,name=item" json:"item,omitempty"`
+ Hero *CMsgDOTAProfileCard_Slot_Hero `protobuf:"bytes,5,opt,name=hero" json:"hero,omitempty"`
+ Emoticon *CMsgDOTAProfileCard_Slot_Emoticon `protobuf:"bytes,6,opt,name=emoticon" json:"emoticon,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard_Slot) Reset() { *m = CMsgDOTAProfileCard_Slot{} }
+func (m *CMsgDOTAProfileCard_Slot) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard_Slot) ProtoMessage() {}
+func (*CMsgDOTAProfileCard_Slot) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{44, 0} }
+
+func (m *CMsgDOTAProfileCard_Slot) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard_Slot) GetTrophy() *CMsgDOTAProfileCard_Slot_Trophy {
+ if m != nil {
+ return m.Trophy
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileCard_Slot) GetStat() *CMsgDOTAProfileCard_Slot_Stat {
+ if m != nil {
+ return m.Stat
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileCard_Slot) GetItem() *CMsgDOTAProfileCard_Slot_Item {
+ if m != nil {
+ return m.Item
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileCard_Slot) GetHero() *CMsgDOTAProfileCard_Slot_Hero {
+ if m != nil {
+ return m.Hero
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileCard_Slot) GetEmoticon() *CMsgDOTAProfileCard_Slot_Emoticon {
+ if m != nil {
+ return m.Emoticon
+ }
+ return nil
+}
+
+type CMsgDOTAProfileCard_Slot_Trophy struct {
+ TrophyId *uint32 `protobuf:"varint,1,opt,name=trophy_id" json:"trophy_id,omitempty"`
+ TrophyScore *uint32 `protobuf:"varint,2,opt,name=trophy_score" json:"trophy_score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Trophy) Reset() { *m = CMsgDOTAProfileCard_Slot_Trophy{} }
+func (m *CMsgDOTAProfileCard_Slot_Trophy) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard_Slot_Trophy) ProtoMessage() {}
+func (*CMsgDOTAProfileCard_Slot_Trophy) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{44, 0, 0}
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Trophy) GetTrophyId() uint32 {
+ if m != nil && m.TrophyId != nil {
+ return *m.TrophyId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Trophy) GetTrophyScore() uint32 {
+ if m != nil && m.TrophyScore != nil {
+ return *m.TrophyScore
+ }
+ return 0
+}
+
+type CMsgDOTAProfileCard_Slot_Stat struct {
+ StatId *CMsgDOTAProfileCard_EStatID `protobuf:"varint,1,opt,name=stat_id,enum=CMsgDOTAProfileCard_EStatID,def=1" json:"stat_id,omitempty"`
+ StatScore *uint32 `protobuf:"varint,2,opt,name=stat_score" json:"stat_score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Stat) Reset() { *m = CMsgDOTAProfileCard_Slot_Stat{} }
+func (m *CMsgDOTAProfileCard_Slot_Stat) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard_Slot_Stat) ProtoMessage() {}
+func (*CMsgDOTAProfileCard_Slot_Stat) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{44, 0, 1}
+}
+
+const Default_CMsgDOTAProfileCard_Slot_Stat_StatId CMsgDOTAProfileCard_EStatID = CMsgDOTAProfileCard_k_eStat_SoloRank
+
+func (m *CMsgDOTAProfileCard_Slot_Stat) GetStatId() CMsgDOTAProfileCard_EStatID {
+ if m != nil && m.StatId != nil {
+ return *m.StatId
+ }
+ return Default_CMsgDOTAProfileCard_Slot_Stat_StatId
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Stat) GetStatScore() uint32 {
+ if m != nil && m.StatScore != nil {
+ return *m.StatScore
+ }
+ return 0
+}
+
+type CMsgDOTAProfileCard_Slot_Item struct {
+ SerializedItem []byte `protobuf:"bytes,1,opt,name=serialized_item" json:"serialized_item,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Item) Reset() { *m = CMsgDOTAProfileCard_Slot_Item{} }
+func (m *CMsgDOTAProfileCard_Slot_Item) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard_Slot_Item) ProtoMessage() {}
+func (*CMsgDOTAProfileCard_Slot_Item) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{44, 0, 2}
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Item) GetSerializedItem() []byte {
+ if m != nil {
+ return m.SerializedItem
+ }
+ return nil
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Item) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgDOTAProfileCard_Slot_Hero struct {
+ HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
+ HeroWins *uint32 `protobuf:"varint,2,opt,name=hero_wins" json:"hero_wins,omitempty"`
+ HeroLosses *uint32 `protobuf:"varint,3,opt,name=hero_losses" json:"hero_losses,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Hero) Reset() { *m = CMsgDOTAProfileCard_Slot_Hero{} }
+func (m *CMsgDOTAProfileCard_Slot_Hero) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard_Slot_Hero) ProtoMessage() {}
+func (*CMsgDOTAProfileCard_Slot_Hero) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{44, 0, 3}
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Hero) GetHeroId() uint32 {
+ if m != nil && m.HeroId != nil {
+ return *m.HeroId
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Hero) GetHeroWins() uint32 {
+ if m != nil && m.HeroWins != nil {
+ return *m.HeroWins
+ }
+ return 0
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Hero) GetHeroLosses() uint32 {
+ if m != nil && m.HeroLosses != nil {
+ return *m.HeroLosses
+ }
+ return 0
+}
+
+type CMsgDOTAProfileCard_Slot_Emoticon struct {
+ EmoticonId *uint32 `protobuf:"varint,1,opt,name=emoticon_id" json:"emoticon_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Emoticon) Reset() { *m = CMsgDOTAProfileCard_Slot_Emoticon{} }
+func (m *CMsgDOTAProfileCard_Slot_Emoticon) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTAProfileCard_Slot_Emoticon) ProtoMessage() {}
+func (*CMsgDOTAProfileCard_Slot_Emoticon) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{44, 0, 4}
+}
+
+func (m *CMsgDOTAProfileCard_Slot_Emoticon) GetEmoticonId() uint32 {
+ if m != nil && m.EmoticonId != nil {
+ return *m.EmoticonId
+ }
+ return 0
+}
+
+type CMsgGCToClientNewBloomTimingUpdated struct {
+ IsActive *bool `protobuf:"varint,1,opt,name=is_active" json:"is_active,omitempty"`
+ NextTransitionTime *uint32 `protobuf:"varint,2,opt,name=next_transition_time" json:"next_transition_time,omitempty"`
+ BonusAmount *uint32 `protobuf:"varint,3,opt,name=bonus_amount" json:"bonus_amount,omitempty"`
+ StandbyDuration *uint32 `protobuf:"varint,4,opt,name=standby_duration" json:"standby_duration,omitempty"`
+ TransitionTime *uint32 `protobuf:"varint,5,opt,name=transition_time" json:"transition_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientNewBloomTimingUpdated) Reset() { *m = CMsgGCToClientNewBloomTimingUpdated{} }
+func (m *CMsgGCToClientNewBloomTimingUpdated) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientNewBloomTimingUpdated) ProtoMessage() {}
+func (*CMsgGCToClientNewBloomTimingUpdated) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{45}
+}
+
+func (m *CMsgGCToClientNewBloomTimingUpdated) GetIsActive() bool {
+ if m != nil && m.IsActive != nil {
+ return *m.IsActive
+ }
+ return false
+}
+
+func (m *CMsgGCToClientNewBloomTimingUpdated) GetNextTransitionTime() uint32 {
+ if m != nil && m.NextTransitionTime != nil {
+ return *m.NextTransitionTime
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientNewBloomTimingUpdated) GetBonusAmount() uint32 {
+ if m != nil && m.BonusAmount != nil {
+ return *m.BonusAmount
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientNewBloomTimingUpdated) GetStandbyDuration() uint32 {
+ if m != nil && m.StandbyDuration != nil {
+ return *m.StandbyDuration
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientNewBloomTimingUpdated) GetTransitionTime() uint32 {
+ if m != nil && m.TransitionTime != nil {
+ return *m.TransitionTime
+ }
+ return 0
+}
+
+type CSODOTAPlayerChallenge struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ EventId *uint32 `protobuf:"varint,2,opt,name=event_id" json:"event_id,omitempty"`
+ SlotId *uint32 `protobuf:"varint,3,opt,name=slot_id" json:"slot_id,omitempty"`
+ ChallengeType *uint32 `protobuf:"varint,4,opt,name=challenge_type" json:"challenge_type,omitempty"`
+ IntParam_0 *uint32 `protobuf:"varint,5,opt,name=int_param_0" json:"int_param_0,omitempty"`
+ IntParam_1 *uint32 `protobuf:"varint,6,opt,name=int_param_1" json:"int_param_1,omitempty"`
+ CreatedTime *uint32 `protobuf:"varint,7,opt,name=created_time" json:"created_time,omitempty"`
+ Completed *uint32 `protobuf:"varint,8,opt,name=completed" json:"completed,omitempty"`
+ SequenceId *uint32 `protobuf:"varint,9,opt,name=sequence_id" json:"sequence_id,omitempty"`
+ ChallengeTier *uint32 `protobuf:"varint,10,opt,name=challenge_tier" json:"challenge_tier,omitempty"`
+ Flags *uint32 `protobuf:"varint,11,opt,name=flags" json:"flags,omitempty"`
+ Attempts *uint32 `protobuf:"varint,12,opt,name=attempts" json:"attempts,omitempty"`
+ CompleteLimit *uint32 `protobuf:"varint,13,opt,name=complete_limit" json:"complete_limit,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CSODOTAPlayerChallenge) Reset() { *m = CSODOTAPlayerChallenge{} }
+func (m *CSODOTAPlayerChallenge) String() string { return proto.CompactTextString(m) }
+func (*CSODOTAPlayerChallenge) ProtoMessage() {}
+func (*CSODOTAPlayerChallenge) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{46} }
+
+func (m *CSODOTAPlayerChallenge) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetSlotId() uint32 {
+ if m != nil && m.SlotId != nil {
+ return *m.SlotId
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetChallengeType() uint32 {
+ if m != nil && m.ChallengeType != nil {
+ return *m.ChallengeType
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetIntParam_0() uint32 {
+ if m != nil && m.IntParam_0 != nil {
+ return *m.IntParam_0
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetIntParam_1() uint32 {
+ if m != nil && m.IntParam_1 != nil {
+ return *m.IntParam_1
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetCreatedTime() uint32 {
+ if m != nil && m.CreatedTime != nil {
+ return *m.CreatedTime
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetCompleted() uint32 {
+ if m != nil && m.Completed != nil {
+ return *m.Completed
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetSequenceId() uint32 {
+ if m != nil && m.SequenceId != nil {
+ return *m.SequenceId
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetChallengeTier() uint32 {
+ if m != nil && m.ChallengeTier != nil {
+ return *m.ChallengeTier
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetFlags() uint32 {
+ if m != nil && m.Flags != nil {
+ return *m.Flags
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetAttempts() uint32 {
+ if m != nil && m.Attempts != nil {
+ return *m.Attempts
+ }
+ return 0
+}
+
+func (m *CSODOTAPlayerChallenge) GetCompleteLimit() uint32 {
+ if m != nil && m.CompleteLimit != nil {
+ return *m.CompleteLimit
+ }
+ return 0
+}
+
+type CMsgClientToGCRerollPlayerChallenge struct {
+ EventId *uint32 `protobuf:"varint,1,opt,name=event_id" json:"event_id,omitempty"`
+ SequenceId *uint32 `protobuf:"varint,3,opt,name=sequence_id" json:"sequence_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCRerollPlayerChallenge) Reset() { *m = CMsgClientToGCRerollPlayerChallenge{} }
+func (m *CMsgClientToGCRerollPlayerChallenge) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCRerollPlayerChallenge) ProtoMessage() {}
+func (*CMsgClientToGCRerollPlayerChallenge) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{47}
+}
+
+func (m *CMsgClientToGCRerollPlayerChallenge) GetEventId() uint32 {
+ if m != nil && m.EventId != nil {
+ return *m.EventId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCRerollPlayerChallenge) GetSequenceId() uint32 {
+ if m != nil && m.SequenceId != nil {
+ return *m.SequenceId
+ }
+ return 0
+}
+
+type CMsgGCRerollPlayerChallengeResponse struct {
+ Result *CMsgGCRerollPlayerChallengeResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgGCRerollPlayerChallengeResponse_EResult,def=0" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRerollPlayerChallengeResponse) Reset() { *m = CMsgGCRerollPlayerChallengeResponse{} }
+func (m *CMsgGCRerollPlayerChallengeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCRerollPlayerChallengeResponse) ProtoMessage() {}
+func (*CMsgGCRerollPlayerChallengeResponse) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{48}
+}
+
+const Default_CMsgGCRerollPlayerChallengeResponse_Result CMsgGCRerollPlayerChallengeResponse_EResult = CMsgGCRerollPlayerChallengeResponse_eResult_Success
+
+func (m *CMsgGCRerollPlayerChallengeResponse) GetResult() CMsgGCRerollPlayerChallengeResponse_EResult {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgGCRerollPlayerChallengeResponse_Result
+}
+
+type CMsgGCTopCustomGamesList struct {
+ TopCustomGames []uint64 `protobuf:"varint,1,rep,name=top_custom_games" json:"top_custom_games,omitempty"`
+ GameOfTheDay *uint64 `protobuf:"varint,2,opt,name=game_of_the_day" json:"game_of_the_day,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCTopCustomGamesList) Reset() { *m = CMsgGCTopCustomGamesList{} }
+func (m *CMsgGCTopCustomGamesList) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCTopCustomGamesList) ProtoMessage() {}
+func (*CMsgGCTopCustomGamesList) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{49} }
+
+func (m *CMsgGCTopCustomGamesList) GetTopCustomGames() []uint64 {
+ if m != nil {
+ return m.TopCustomGames
+ }
+ return nil
+}
+
+func (m *CMsgGCTopCustomGamesList) GetGameOfTheDay() uint64 {
+ if m != nil && m.GameOfTheDay != nil {
+ return *m.GameOfTheDay
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats struct {
+ Match *CMsgDOTARealtimeGameStats_MatchDetails `protobuf:"bytes,1,opt,name=match" json:"match,omitempty"`
+ Teams []*CMsgDOTARealtimeGameStats_TeamDetails `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
+ Buildings []*CMsgDOTARealtimeGameStats_BuildingDetails `protobuf:"bytes,3,rep,name=buildings" json:"buildings,omitempty"`
+ GraphData *CMsgDOTARealtimeGameStats_GraphData `protobuf:"bytes,4,opt,name=graph_data" json:"graph_data,omitempty"`
+ DeltaFrame *bool `protobuf:"varint,5,opt,name=delta_frame" json:"delta_frame,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats) Reset() { *m = CMsgDOTARealtimeGameStats{} }
+func (m *CMsgDOTARealtimeGameStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{50} }
+
+func (m *CMsgDOTARealtimeGameStats) GetMatch() *CMsgDOTARealtimeGameStats_MatchDetails {
+ if m != nil {
+ return m.Match
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats) GetTeams() []*CMsgDOTARealtimeGameStats_TeamDetails {
+ if m != nil {
+ return m.Teams
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats) GetBuildings() []*CMsgDOTARealtimeGameStats_BuildingDetails {
+ if m != nil {
+ return m.Buildings
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats) GetGraphData() *CMsgDOTARealtimeGameStats_GraphData {
+ if m != nil {
+ return m.GraphData
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats) GetDeltaFrame() bool {
+ if m != nil && m.DeltaFrame != nil {
+ return *m.DeltaFrame
+ }
+ return false
+}
+
+type CMsgDOTARealtimeGameStats_TeamDetails struct {
+ TeamNumber *uint32 `protobuf:"varint,1,opt,name=team_number" json:"team_number,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ TeamName *string `protobuf:"bytes,3,opt,name=team_name" json:"team_name,omitempty"`
+ TeamLogo *uint64 `protobuf:"fixed64,4,opt,name=team_logo" json:"team_logo,omitempty"`
+ Score *uint32 `protobuf:"varint,5,opt,name=score" json:"score,omitempty"`
+ Players []*CMsgDOTARealtimeGameStats_PlayerDetails `protobuf:"bytes,6,rep,name=players" json:"players,omitempty"`
+ OnlyTeam *bool `protobuf:"varint,7,opt,name=only_team" json:"only_team,omitempty"`
+ Cheers *uint32 `protobuf:"varint,8,opt,name=cheers" json:"cheers,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) Reset() { *m = CMsgDOTARealtimeGameStats_TeamDetails{} }
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_TeamDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_TeamDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 0}
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetTeamNumber() uint32 {
+ if m != nil && m.TeamNumber != nil {
+ return *m.TeamNumber
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetScore() uint32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetPlayers() []*CMsgDOTARealtimeGameStats_PlayerDetails {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetOnlyTeam() bool {
+ if m != nil && m.OnlyTeam != nil {
+ return *m.OnlyTeam
+ }
+ return false
+}
+
+func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetCheers() uint32 {
+ if m != nil && m.Cheers != nil {
+ return *m.Cheers
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_ItemDetails struct {
+ Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Time *int32 `protobuf:"varint,3,opt,name=time" json:"time,omitempty"`
+ Sold *bool `protobuf:"varint,4,opt,name=sold" json:"sold,omitempty"`
+ Stackcount *uint32 `protobuf:"varint,5,opt,name=stackcount" json:"stackcount,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) Reset() { *m = CMsgDOTARealtimeGameStats_ItemDetails{} }
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_ItemDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_ItemDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 1}
+}
+
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) GetId() uint32 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) GetTime() int32 {
+ if m != nil && m.Time != nil {
+ return *m.Time
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) GetSold() bool {
+ if m != nil && m.Sold != nil {
+ return *m.Sold
+ }
+ return false
+}
+
+func (m *CMsgDOTARealtimeGameStats_ItemDetails) GetStackcount() uint32 {
+ if m != nil && m.Stackcount != nil {
+ return *m.Stackcount
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_AbilityDetails struct {
+ Id *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
+ Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
+ Level *uint32 `protobuf:"varint,3,opt,name=level" json:"level,omitempty"`
+ Cooldown *float32 `protobuf:"fixed32,4,opt,name=cooldown" json:"cooldown,omitempty"`
+ CooldownMax *float32 `protobuf:"fixed32,5,opt,name=cooldown_max" json:"cooldown_max,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStats_AbilityDetails{}
+}
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_AbilityDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_AbilityDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 2}
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) GetId() uint32 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) GetCooldown() float32 {
+ if m != nil && m.Cooldown != nil {
+ return *m.Cooldown
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityDetails) GetCooldownMax() float32 {
+ if m != nil && m.CooldownMax != nil {
+ return *m.CooldownMax
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_HeroToHeroStats struct {
+ Victimid *uint32 `protobuf:"varint,1,opt,name=victimid" json:"victimid,omitempty"`
+ Kills *uint32 `protobuf:"varint,2,opt,name=kills" json:"kills,omitempty"`
+ Assists *uint32 `protobuf:"varint,3,opt,name=assists" json:"assists,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_HeroToHeroStats) Reset() {
+ *m = CMsgDOTARealtimeGameStats_HeroToHeroStats{}
+}
+func (m *CMsgDOTARealtimeGameStats_HeroToHeroStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 3}
+}
+
+func (m *CMsgDOTARealtimeGameStats_HeroToHeroStats) GetVictimid() uint32 {
+ if m != nil && m.Victimid != nil {
+ return *m.Victimid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_HeroToHeroStats) GetKills() uint32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_HeroToHeroStats) GetAssists() uint32 {
+ if m != nil && m.Assists != nil {
+ return *m.Assists
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_AbilityList struct {
+ Id []uint32 `protobuf:"varint,1,rep,name=id" json:"id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityList) Reset() { *m = CMsgDOTARealtimeGameStats_AbilityList{} }
+func (m *CMsgDOTARealtimeGameStats_AbilityList) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_AbilityList) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_AbilityList) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 4}
+}
+
+func (m *CMsgDOTARealtimeGameStats_AbilityList) GetId() []uint32 {
+ if m != nil {
+ return m.Id
+ }
+ return nil
+}
+
+type CMsgDOTARealtimeGameStats_PlayerDetails struct {
+ Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
+ Playerid *uint32 `protobuf:"varint,2,opt,name=playerid" json:"playerid,omitempty"`
+ Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
+ Team *uint32 `protobuf:"varint,4,opt,name=team" json:"team,omitempty"`
+ Heroid *uint32 `protobuf:"varint,5,opt,name=heroid" json:"heroid,omitempty"`
+ Healthpoints *uint32 `protobuf:"varint,6,opt,name=healthpoints" json:"healthpoints,omitempty"`
+ Maxhealthpoints *uint32 `protobuf:"varint,7,opt,name=maxhealthpoints" json:"maxhealthpoints,omitempty"`
+ Healthregenrate *float32 `protobuf:"fixed32,8,opt,name=healthregenrate" json:"healthregenrate,omitempty"`
+ Manapoints *uint32 `protobuf:"varint,9,opt,name=manapoints" json:"manapoints,omitempty"`
+ Maxmanapoints *uint32 `protobuf:"varint,10,opt,name=maxmanapoints" json:"maxmanapoints,omitempty"`
+ Manaregenrate *float32 `protobuf:"fixed32,11,opt,name=manaregenrate" json:"manaregenrate,omitempty"`
+ BaseStrength *uint32 `protobuf:"varint,12,opt,name=base_strength" json:"base_strength,omitempty"`
+ BaseAgility *uint32 `protobuf:"varint,13,opt,name=base_agility" json:"base_agility,omitempty"`
+ BaseIntelligence *uint32 `protobuf:"varint,14,opt,name=base_intelligence" json:"base_intelligence,omitempty"`
+ BaseArmor *int32 `protobuf:"varint,15,opt,name=base_armor" json:"base_armor,omitempty"`
+ BaseMovespeed *uint32 `protobuf:"varint,16,opt,name=base_movespeed" json:"base_movespeed,omitempty"`
+ BaseDamage *uint32 `protobuf:"varint,17,opt,name=base_damage" json:"base_damage,omitempty"`
+ Strength *uint32 `protobuf:"varint,18,opt,name=strength" json:"strength,omitempty"`
+ Agility *uint32 `protobuf:"varint,19,opt,name=agility" json:"agility,omitempty"`
+ Intelligence *uint32 `protobuf:"varint,20,opt,name=intelligence" json:"intelligence,omitempty"`
+ Armor *int32 `protobuf:"varint,21,opt,name=armor" json:"armor,omitempty"`
+ Movespeed *uint32 `protobuf:"varint,22,opt,name=movespeed" json:"movespeed,omitempty"`
+ Damage *uint32 `protobuf:"varint,23,opt,name=damage" json:"damage,omitempty"`
+ HeroDamage *uint32 `protobuf:"varint,24,opt,name=hero_damage" json:"hero_damage,omitempty"`
+ TowerDamage *uint32 `protobuf:"varint,25,opt,name=tower_damage" json:"tower_damage,omitempty"`
+ Abilities []*CMsgDOTARealtimeGameStats_AbilityDetails `protobuf:"bytes,26,rep,name=abilities" json:"abilities,omitempty"`
+ Level *uint32 `protobuf:"varint,27,opt,name=level" json:"level,omitempty"`
+ KillCount *uint32 `protobuf:"varint,28,opt,name=kill_count" json:"kill_count,omitempty"`
+ DeathCount *uint32 `protobuf:"varint,29,opt,name=death_count" json:"death_count,omitempty"`
+ AssistsCount *uint32 `protobuf:"varint,30,opt,name=assists_count" json:"assists_count,omitempty"`
+ DeniesCount *uint32 `protobuf:"varint,31,opt,name=denies_count" json:"denies_count,omitempty"`
+ LhCount *uint32 `protobuf:"varint,32,opt,name=lh_count" json:"lh_count,omitempty"`
+ HeroHealing *uint32 `protobuf:"varint,33,opt,name=hero_healing" json:"hero_healing,omitempty"`
+ GoldPerMin *uint32 `protobuf:"varint,34,opt,name=gold_per_min" json:"gold_per_min,omitempty"`
+ XpPerMin *uint32 `protobuf:"varint,35,opt,name=xp_per_min" json:"xp_per_min,omitempty"`
+ NetGold *uint32 `protobuf:"varint,36,opt,name=net_gold" json:"net_gold,omitempty"`
+ Gold *uint32 `protobuf:"varint,37,opt,name=gold" json:"gold,omitempty"`
+ X *float32 `protobuf:"fixed32,38,opt,name=x" json:"x,omitempty"`
+ Y *float32 `protobuf:"fixed32,39,opt,name=y" json:"y,omitempty"`
+ RespawnTime *int32 `protobuf:"varint,40,opt,name=respawn_time" json:"respawn_time,omitempty"`
+ UltimateCooldown *uint32 `protobuf:"varint,41,opt,name=ultimate_cooldown" json:"ultimate_cooldown,omitempty"`
+ HasBuyback *bool `protobuf:"varint,42,opt,name=has_buyback" json:"has_buyback,omitempty"`
+ Items []*CMsgDOTARealtimeGameStats_ItemDetails `protobuf:"bytes,43,rep,name=items" json:"items,omitempty"`
+ Stashitems []*CMsgDOTARealtimeGameStats_ItemDetails `protobuf:"bytes,44,rep,name=stashitems" json:"stashitems,omitempty"`
+ Itemshoppinglist []*CMsgDOTARealtimeGameStats_ItemDetails `protobuf:"bytes,45,rep,name=itemshoppinglist" json:"itemshoppinglist,omitempty"`
+ Levelpoints []*CMsgDOTARealtimeGameStats_AbilityList `protobuf:"bytes,46,rep,name=levelpoints" json:"levelpoints,omitempty"`
+ HeroToHeroStats []*CMsgDOTARealtimeGameStats_HeroToHeroStats `protobuf:"bytes,47,rep,name=hero_to_hero_stats" json:"hero_to_hero_stats,omitempty"`
+ HasUltimate *bool `protobuf:"varint,48,opt,name=has_ultimate" json:"has_ultimate,omitempty"`
+ HasUltimateMana *bool `protobuf:"varint,49,opt,name=has_ultimate_mana" json:"has_ultimate_mana,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStats_PlayerDetails{}
+}
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_PlayerDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_PlayerDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 5}
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetPlayerid() uint32 {
+ if m != nil && m.Playerid != nil {
+ return *m.Playerid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetTeam() uint32 {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroid() uint32 {
+ if m != nil && m.Heroid != nil {
+ return *m.Heroid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHealthpoints() uint32 {
+ if m != nil && m.Healthpoints != nil {
+ return *m.Healthpoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetMaxhealthpoints() uint32 {
+ if m != nil && m.Maxhealthpoints != nil {
+ return *m.Maxhealthpoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHealthregenrate() float32 {
+ if m != nil && m.Healthregenrate != nil {
+ return *m.Healthregenrate
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetManapoints() uint32 {
+ if m != nil && m.Manapoints != nil {
+ return *m.Manapoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetMaxmanapoints() uint32 {
+ if m != nil && m.Maxmanapoints != nil {
+ return *m.Maxmanapoints
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetManaregenrate() float32 {
+ if m != nil && m.Manaregenrate != nil {
+ return *m.Manaregenrate
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseStrength() uint32 {
+ if m != nil && m.BaseStrength != nil {
+ return *m.BaseStrength
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseAgility() uint32 {
+ if m != nil && m.BaseAgility != nil {
+ return *m.BaseAgility
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseIntelligence() uint32 {
+ if m != nil && m.BaseIntelligence != nil {
+ return *m.BaseIntelligence
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseArmor() int32 {
+ if m != nil && m.BaseArmor != nil {
+ return *m.BaseArmor
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseMovespeed() uint32 {
+ if m != nil && m.BaseMovespeed != nil {
+ return *m.BaseMovespeed
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseDamage() uint32 {
+ if m != nil && m.BaseDamage != nil {
+ return *m.BaseDamage
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetStrength() uint32 {
+ if m != nil && m.Strength != nil {
+ return *m.Strength
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetAgility() uint32 {
+ if m != nil && m.Agility != nil {
+ return *m.Agility
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetIntelligence() uint32 {
+ if m != nil && m.Intelligence != nil {
+ return *m.Intelligence
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetArmor() int32 {
+ if m != nil && m.Armor != nil {
+ return *m.Armor
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetMovespeed() uint32 {
+ if m != nil && m.Movespeed != nil {
+ return *m.Movespeed
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetDamage() uint32 {
+ if m != nil && m.Damage != nil {
+ return *m.Damage
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroDamage() uint32 {
+ if m != nil && m.HeroDamage != nil {
+ return *m.HeroDamage
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetTowerDamage() uint32 {
+ if m != nil && m.TowerDamage != nil {
+ return *m.TowerDamage
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetAbilities() []*CMsgDOTARealtimeGameStats_AbilityDetails {
+ if m != nil {
+ return m.Abilities
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetKillCount() uint32 {
+ if m != nil && m.KillCount != nil {
+ return *m.KillCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetDeathCount() uint32 {
+ if m != nil && m.DeathCount != nil {
+ return *m.DeathCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetAssistsCount() uint32 {
+ if m != nil && m.AssistsCount != nil {
+ return *m.AssistsCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetDeniesCount() uint32 {
+ if m != nil && m.DeniesCount != nil {
+ return *m.DeniesCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetLhCount() uint32 {
+ if m != nil && m.LhCount != nil {
+ return *m.LhCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroHealing() uint32 {
+ if m != nil && m.HeroHealing != nil {
+ return *m.HeroHealing
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetGoldPerMin() uint32 {
+ if m != nil && m.GoldPerMin != nil {
+ return *m.GoldPerMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetXpPerMin() uint32 {
+ if m != nil && m.XpPerMin != nil {
+ return *m.XpPerMin
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetNetGold() uint32 {
+ if m != nil && m.NetGold != nil {
+ return *m.NetGold
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetGold() uint32 {
+ if m != nil && m.Gold != nil {
+ return *m.Gold
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetX() float32 {
+ if m != nil && m.X != nil {
+ return *m.X
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetY() float32 {
+ if m != nil && m.Y != nil {
+ return *m.Y
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetRespawnTime() int32 {
+ if m != nil && m.RespawnTime != nil {
+ return *m.RespawnTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetUltimateCooldown() uint32 {
+ if m != nil && m.UltimateCooldown != nil {
+ return *m.UltimateCooldown
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHasBuyback() bool {
+ if m != nil && m.HasBuyback != nil {
+ return *m.HasBuyback
+ }
+ return false
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetItems() []*CMsgDOTARealtimeGameStats_ItemDetails {
+ if m != nil {
+ return m.Items
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetStashitems() []*CMsgDOTARealtimeGameStats_ItemDetails {
+ if m != nil {
+ return m.Stashitems
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetItemshoppinglist() []*CMsgDOTARealtimeGameStats_ItemDetails {
+ if m != nil {
+ return m.Itemshoppinglist
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetLevelpoints() []*CMsgDOTARealtimeGameStats_AbilityList {
+ if m != nil {
+ return m.Levelpoints
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroToHeroStats() []*CMsgDOTARealtimeGameStats_HeroToHeroStats {
+ if m != nil {
+ return m.HeroToHeroStats
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHasUltimate() bool {
+ if m != nil && m.HasUltimate != nil {
+ return *m.HasUltimate
+ }
+ return false
+}
+
+func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHasUltimateMana() bool {
+ if m != nil && m.HasUltimateMana != nil {
+ return *m.HasUltimateMana
+ }
+ return false
+}
+
+type CMsgDOTARealtimeGameStats_BuildingDetails struct {
+ Team *uint32 `protobuf:"varint,2,opt,name=team" json:"team,omitempty"`
+ Heading *float32 `protobuf:"fixed32,3,opt,name=heading" json:"heading,omitempty"`
+ Lane *uint32 `protobuf:"varint,4,opt,name=lane" json:"lane,omitempty"`
+ Tier *uint32 `protobuf:"varint,5,opt,name=tier" json:"tier,omitempty"`
+ Type *uint32 `protobuf:"varint,6,opt,name=type" json:"type,omitempty"`
+ X *float32 `protobuf:"fixed32,7,opt,name=x" json:"x,omitempty"`
+ Y *float32 `protobuf:"fixed32,8,opt,name=y" json:"y,omitempty"`
+ Destroyed *bool `protobuf:"varint,9,opt,name=destroyed" json:"destroyed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStats_BuildingDetails{}
+}
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_BuildingDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_BuildingDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 6}
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetTeam() uint32 {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetHeading() float32 {
+ if m != nil && m.Heading != nil {
+ return *m.Heading
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetLane() uint32 {
+ if m != nil && m.Lane != nil {
+ return *m.Lane
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetTier() uint32 {
+ if m != nil && m.Tier != nil {
+ return *m.Tier
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetX() float32 {
+ if m != nil && m.X != nil {
+ return *m.X
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetY() float32 {
+ if m != nil && m.Y != nil {
+ return *m.Y
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BuildingDetails) GetDestroyed() bool {
+ if m != nil && m.Destroyed != nil {
+ return *m.Destroyed
+ }
+ return false
+}
+
+type CMsgDOTARealtimeGameStats_KillDetails struct {
+ PlayerId *uint32 `protobuf:"varint,1,opt,name=player_id" json:"player_id,omitempty"`
+ DeathTime *int32 `protobuf:"varint,2,opt,name=death_time" json:"death_time,omitempty"`
+ KillerPlayerId *uint32 `protobuf:"varint,3,opt,name=killer_player_id" json:"killer_player_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_KillDetails) Reset() { *m = CMsgDOTARealtimeGameStats_KillDetails{} }
+func (m *CMsgDOTARealtimeGameStats_KillDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_KillDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_KillDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 7}
+}
+
+func (m *CMsgDOTARealtimeGameStats_KillDetails) GetPlayerId() uint32 {
+ if m != nil && m.PlayerId != nil {
+ return *m.PlayerId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_KillDetails) GetDeathTime() int32 {
+ if m != nil && m.DeathTime != nil {
+ return *m.DeathTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_KillDetails) GetKillerPlayerId() uint32 {
+ if m != nil && m.KillerPlayerId != nil {
+ return *m.KillerPlayerId
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_BroadcasterDetails struct {
+ PlayerId *uint32 `protobuf:"varint,1,opt,name=player_id" json:"player_id,omitempty"`
+ SelectedHero *uint32 `protobuf:"varint,2,opt,name=selected_hero" json:"selected_hero,omitempty"`
+ SelectedGraph *uint32 `protobuf:"varint,3,opt,name=selected_graph" json:"selected_graph,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_BroadcasterDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStats_BroadcasterDetails{}
+}
+func (m *CMsgDOTARealtimeGameStats_BroadcasterDetails) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 8}
+}
+
+func (m *CMsgDOTARealtimeGameStats_BroadcasterDetails) GetPlayerId() uint32 {
+ if m != nil && m.PlayerId != nil {
+ return *m.PlayerId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BroadcasterDetails) GetSelectedHero() uint32 {
+ if m != nil && m.SelectedHero != nil {
+ return *m.SelectedHero
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_BroadcasterDetails) GetSelectedGraph() uint32 {
+ if m != nil && m.SelectedGraph != nil {
+ return *m.SelectedGraph
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_PickBanDetails struct {
+ Hero *uint32 `protobuf:"varint,1,opt,name=hero" json:"hero,omitempty"`
+ Team *uint32 `protobuf:"varint,2,opt,name=team" json:"team,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_PickBanDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStats_PickBanDetails{}
+}
+func (m *CMsgDOTARealtimeGameStats_PickBanDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_PickBanDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_PickBanDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 9}
+}
+
+func (m *CMsgDOTARealtimeGameStats_PickBanDetails) GetHero() uint32 {
+ if m != nil && m.Hero != nil {
+ return *m.Hero
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_PickBanDetails) GetTeam() uint32 {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_MatchDetails struct {
+ ServerSteamId *uint64 `protobuf:"fixed64,1,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
+ Matchid *uint64 `protobuf:"varint,2,opt,name=matchid" json:"matchid,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
+ TimeOfDay *float32 `protobuf:"fixed32,4,opt,name=time_of_day" json:"time_of_day,omitempty"`
+ IsNightstalkerNight *bool `protobuf:"varint,5,opt,name=is_nightstalker_night" json:"is_nightstalker_night,omitempty"`
+ GameTime *int32 `protobuf:"varint,6,opt,name=game_time" json:"game_time,omitempty"`
+ TeamidRadiant *uint32 `protobuf:"varint,8,opt,name=teamid_radiant" json:"teamid_radiant,omitempty"`
+ TeamidDire *uint32 `protobuf:"varint,9,opt,name=teamid_dire" json:"teamid_dire,omitempty"`
+ Picks []*CMsgDOTARealtimeGameStats_PickBanDetails `protobuf:"bytes,10,rep,name=picks" json:"picks,omitempty"`
+ Bans []*CMsgDOTARealtimeGameStats_PickBanDetails `protobuf:"bytes,11,rep,name=bans" json:"bans,omitempty"`
+ Kills []*CMsgDOTARealtimeGameStats_KillDetails `protobuf:"bytes,12,rep,name=kills" json:"kills,omitempty"`
+ Broadcasters []*CMsgDOTARealtimeGameStats_BroadcasterDetails `protobuf:"bytes,13,rep,name=broadcasters" json:"broadcasters,omitempty"`
+ GameMode *uint32 `protobuf:"varint,14,opt,name=game_mode" json:"game_mode,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,15,opt,name=league_id" json:"league_id,omitempty"`
+ SingleTeam *bool `protobuf:"varint,16,opt,name=single_team" json:"single_team,omitempty"`
+ CheersPeak *uint32 `protobuf:"varint,17,opt,name=cheers_peak" json:"cheers_peak,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStats_MatchDetails{}
+}
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_MatchDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_MatchDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 10}
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetServerSteamId() uint64 {
+ if m != nil && m.ServerSteamId != nil {
+ return *m.ServerSteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetMatchid() uint64 {
+ if m != nil && m.Matchid != nil {
+ return *m.Matchid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetTimeOfDay() float32 {
+ if m != nil && m.TimeOfDay != nil {
+ return *m.TimeOfDay
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetIsNightstalkerNight() bool {
+ if m != nil && m.IsNightstalkerNight != nil {
+ return *m.IsNightstalkerNight
+ }
+ return false
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetGameTime() int32 {
+ if m != nil && m.GameTime != nil {
+ return *m.GameTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetTeamidRadiant() uint32 {
+ if m != nil && m.TeamidRadiant != nil {
+ return *m.TeamidRadiant
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetTeamidDire() uint32 {
+ if m != nil && m.TeamidDire != nil {
+ return *m.TeamidDire
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetPicks() []*CMsgDOTARealtimeGameStats_PickBanDetails {
+ if m != nil {
+ return m.Picks
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetBans() []*CMsgDOTARealtimeGameStats_PickBanDetails {
+ if m != nil {
+ return m.Bans
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetKills() []*CMsgDOTARealtimeGameStats_KillDetails {
+ if m != nil {
+ return m.Kills
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetBroadcasters() []*CMsgDOTARealtimeGameStats_BroadcasterDetails {
+ if m != nil {
+ return m.Broadcasters
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetSingleTeam() bool {
+ if m != nil && m.SingleTeam != nil {
+ return *m.SingleTeam
+ }
+ return false
+}
+
+func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetCheersPeak() uint32 {
+ if m != nil && m.CheersPeak != nil {
+ return *m.CheersPeak
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStats_GraphData struct {
+ GraphGold []int32 `protobuf:"varint,1,rep,name=graph_gold" json:"graph_gold,omitempty"`
+ GraphXp []int32 `protobuf:"varint,2,rep,name=graph_xp" json:"graph_xp,omitempty"`
+ GraphKill []int32 `protobuf:"varint,3,rep,name=graph_kill" json:"graph_kill,omitempty"`
+ GraphTower []int32 `protobuf:"varint,4,rep,name=graph_tower" json:"graph_tower,omitempty"`
+ GraphRax []int32 `protobuf:"varint,5,rep,name=graph_rax" json:"graph_rax,omitempty"`
+ TeamLocStats []*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats `protobuf:"bytes,6,rep,name=team_loc_stats" json:"team_loc_stats,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) Reset() { *m = CMsgDOTARealtimeGameStats_GraphData{} }
+func (m *CMsgDOTARealtimeGameStats_GraphData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStats_GraphData) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_GraphData) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 11}
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphGold() []int32 {
+ if m != nil {
+ return m.GraphGold
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphXp() []int32 {
+ if m != nil {
+ return m.GraphXp
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphKill() []int32 {
+ if m != nil {
+ return m.GraphKill
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphTower() []int32 {
+ if m != nil {
+ return m.GraphTower
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphRax() []int32 {
+ if m != nil {
+ return m.GraphRax
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData) GetTeamLocStats() []*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats {
+ if m != nil {
+ return m.TeamLocStats
+ }
+ return nil
+}
+
+type CMsgDOTARealtimeGameStats_GraphData_LocationStats struct {
+ Stats []int32 `protobuf:"varint,1,rep,name=stats" json:"stats,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData_LocationStats) Reset() {
+ *m = CMsgDOTARealtimeGameStats_GraphData_LocationStats{}
+}
+func (m *CMsgDOTARealtimeGameStats_GraphData_LocationStats) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 11, 0}
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData_LocationStats) GetStats() []int32 {
+ if m != nil {
+ return m.Stats
+ }
+ return nil
+}
+
+type CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats struct {
+ LocStats []*CMsgDOTARealtimeGameStats_GraphData_LocationStats `protobuf:"bytes,1,rep,name=loc_stats" json:"loc_stats,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) Reset() {
+ *m = CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats{}
+}
+func (m *CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{50, 11, 1}
+}
+
+func (m *CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) GetLocStats() []*CMsgDOTARealtimeGameStats_GraphData_LocationStats {
+ if m != nil {
+ return m.LocStats
+ }
+ return nil
+}
+
+type CMsgDOTARealtimeGameStatsTerse struct {
+ Match *CMsgDOTARealtimeGameStatsTerse_MatchDetails `protobuf:"bytes,1,opt,name=match" json:"match,omitempty"`
+ Teams []*CMsgDOTARealtimeGameStatsTerse_TeamDetails `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
+ Buildings []*CMsgDOTARealtimeGameStatsTerse_BuildingDetails `protobuf:"bytes,3,rep,name=buildings" json:"buildings,omitempty"`
+ GraphData *CMsgDOTARealtimeGameStatsTerse_GraphData `protobuf:"bytes,4,opt,name=graph_data" json:"graph_data,omitempty"`
+ DeltaFrame *bool `protobuf:"varint,5,opt,name=delta_frame" json:"delta_frame,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse) Reset() { *m = CMsgDOTARealtimeGameStatsTerse{} }
+func (m *CMsgDOTARealtimeGameStatsTerse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStatsTerse) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStatsTerse) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{51} }
+
+func (m *CMsgDOTARealtimeGameStatsTerse) GetMatch() *CMsgDOTARealtimeGameStatsTerse_MatchDetails {
+ if m != nil {
+ return m.Match
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse) GetTeams() []*CMsgDOTARealtimeGameStatsTerse_TeamDetails {
+ if m != nil {
+ return m.Teams
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse) GetBuildings() []*CMsgDOTARealtimeGameStatsTerse_BuildingDetails {
+ if m != nil {
+ return m.Buildings
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse) GetGraphData() *CMsgDOTARealtimeGameStatsTerse_GraphData {
+ if m != nil {
+ return m.GraphData
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse) GetDeltaFrame() bool {
+ if m != nil && m.DeltaFrame != nil {
+ return *m.DeltaFrame
+ }
+ return false
+}
+
+type CMsgDOTARealtimeGameStatsTerse_TeamDetails struct {
+ TeamNumber *uint32 `protobuf:"varint,1,opt,name=team_number" json:"team_number,omitempty"`
+ TeamId *uint32 `protobuf:"varint,2,opt,name=team_id" json:"team_id,omitempty"`
+ TeamName *string `protobuf:"bytes,3,opt,name=team_name" json:"team_name,omitempty"`
+ TeamLogo *uint64 `protobuf:"fixed64,4,opt,name=team_logo" json:"team_logo,omitempty"`
+ Score *uint32 `protobuf:"varint,5,opt,name=score" json:"score,omitempty"`
+ Players []*CMsgDOTARealtimeGameStatsTerse_PlayerDetails `protobuf:"bytes,6,rep,name=players" json:"players,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStatsTerse_TeamDetails{}
+}
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{51, 0}
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamNumber() uint32 {
+ if m != nil && m.TeamNumber != nil {
+ return *m.TeamNumber
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamName() string {
+ if m != nil && m.TeamName != nil {
+ return *m.TeamName
+ }
+ return ""
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamLogo() uint64 {
+ if m != nil && m.TeamLogo != nil {
+ return *m.TeamLogo
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetScore() uint32 {
+ if m != nil && m.Score != nil {
+ return *m.Score
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetPlayers() []*CMsgDOTARealtimeGameStatsTerse_PlayerDetails {
+ if m != nil {
+ return m.Players
+ }
+ return nil
+}
+
+type CMsgDOTARealtimeGameStatsTerse_PlayerDetails struct {
+ Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
+ Playerid *uint32 `protobuf:"varint,2,opt,name=playerid" json:"playerid,omitempty"`
+ Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
+ Team *uint32 `protobuf:"varint,4,opt,name=team" json:"team,omitempty"`
+ Heroid *uint32 `protobuf:"varint,5,opt,name=heroid" json:"heroid,omitempty"`
+ Level *uint32 `protobuf:"varint,6,opt,name=level" json:"level,omitempty"`
+ KillCount *uint32 `protobuf:"varint,7,opt,name=kill_count" json:"kill_count,omitempty"`
+ DeathCount *uint32 `protobuf:"varint,8,opt,name=death_count" json:"death_count,omitempty"`
+ AssistsCount *uint32 `protobuf:"varint,9,opt,name=assists_count" json:"assists_count,omitempty"`
+ DeniesCount *uint32 `protobuf:"varint,10,opt,name=denies_count" json:"denies_count,omitempty"`
+ LhCount *uint32 `protobuf:"varint,11,opt,name=lh_count" json:"lh_count,omitempty"`
+ Gold *uint32 `protobuf:"varint,12,opt,name=gold" json:"gold,omitempty"`
+ X *float32 `protobuf:"fixed32,13,opt,name=x" json:"x,omitempty"`
+ Y *float32 `protobuf:"fixed32,14,opt,name=y" json:"y,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStatsTerse_PlayerDetails{}
+}
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{51, 1}
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetPlayerid() uint32 {
+ if m != nil && m.Playerid != nil {
+ return *m.Playerid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetTeam() uint32 {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetHeroid() uint32 {
+ if m != nil && m.Heroid != nil {
+ return *m.Heroid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetLevel() uint32 {
+ if m != nil && m.Level != nil {
+ return *m.Level
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetKillCount() uint32 {
+ if m != nil && m.KillCount != nil {
+ return *m.KillCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetDeathCount() uint32 {
+ if m != nil && m.DeathCount != nil {
+ return *m.DeathCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetAssistsCount() uint32 {
+ if m != nil && m.AssistsCount != nil {
+ return *m.AssistsCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetDeniesCount() uint32 {
+ if m != nil && m.DeniesCount != nil {
+ return *m.DeniesCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetLhCount() uint32 {
+ if m != nil && m.LhCount != nil {
+ return *m.LhCount
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetGold() uint32 {
+ if m != nil && m.Gold != nil {
+ return *m.Gold
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetX() float32 {
+ if m != nil && m.X != nil {
+ return *m.X
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetY() float32 {
+ if m != nil && m.Y != nil {
+ return *m.Y
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStatsTerse_BuildingDetails struct {
+ Team *uint32 `protobuf:"varint,1,opt,name=team" json:"team,omitempty"`
+ Heading *float32 `protobuf:"fixed32,2,opt,name=heading" json:"heading,omitempty"`
+ Type *uint32 `protobuf:"varint,3,opt,name=type" json:"type,omitempty"`
+ Lane *uint32 `protobuf:"varint,4,opt,name=lane" json:"lane,omitempty"`
+ Tier *uint32 `protobuf:"varint,5,opt,name=tier" json:"tier,omitempty"`
+ X *float32 `protobuf:"fixed32,6,opt,name=x" json:"x,omitempty"`
+ Y *float32 `protobuf:"fixed32,7,opt,name=y" json:"y,omitempty"`
+ Destroyed *bool `protobuf:"varint,8,opt,name=destroyed" json:"destroyed,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStatsTerse_BuildingDetails{}
+}
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{51, 2}
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetTeam() uint32 {
+ if m != nil && m.Team != nil {
+ return *m.Team
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetHeading() float32 {
+ if m != nil && m.Heading != nil {
+ return *m.Heading
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetLane() uint32 {
+ if m != nil && m.Lane != nil {
+ return *m.Lane
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetTier() uint32 {
+ if m != nil && m.Tier != nil {
+ return *m.Tier
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetX() float32 {
+ if m != nil && m.X != nil {
+ return *m.X
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetY() float32 {
+ if m != nil && m.Y != nil {
+ return *m.Y
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetDestroyed() bool {
+ if m != nil && m.Destroyed != nil {
+ return *m.Destroyed
+ }
+ return false
+}
+
+type CMsgDOTARealtimeGameStatsTerse_MatchDetails struct {
+ ServerSteamId *uint64 `protobuf:"fixed64,1,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
+ Matchid *uint64 `protobuf:"varint,2,opt,name=matchid" json:"matchid,omitempty"`
+ Timestamp *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
+ GameTime *int32 `protobuf:"varint,4,opt,name=game_time" json:"game_time,omitempty"`
+ SteamBroadcasterAccountIds []uint32 `protobuf:"varint,6,rep,name=steam_broadcaster_account_ids" json:"steam_broadcaster_account_ids,omitempty"`
+ GameMode *uint32 `protobuf:"varint,7,opt,name=game_mode" json:"game_mode,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,8,opt,name=league_id" json:"league_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) Reset() {
+ *m = CMsgDOTARealtimeGameStatsTerse_MatchDetails{}
+}
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{51, 3}
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetServerSteamId() uint64 {
+ if m != nil && m.ServerSteamId != nil {
+ return *m.ServerSteamId
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetMatchid() uint64 {
+ if m != nil && m.Matchid != nil {
+ return *m.Matchid
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetTimestamp() uint32 {
+ if m != nil && m.Timestamp != nil {
+ return *m.Timestamp
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetGameTime() int32 {
+ if m != nil && m.GameTime != nil {
+ return *m.GameTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetSteamBroadcasterAccountIds() []uint32 {
+ if m != nil {
+ return m.SteamBroadcasterAccountIds
+ }
+ return nil
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+type CMsgDOTARealtimeGameStatsTerse_GraphData struct {
+ GraphGold []int32 `protobuf:"varint,1,rep,name=graph_gold" json:"graph_gold,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_GraphData) Reset() {
+ *m = CMsgDOTARealtimeGameStatsTerse_GraphData{}
+}
+func (m *CMsgDOTARealtimeGameStatsTerse_GraphData) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTARealtimeGameStatsTerse_GraphData) ProtoMessage() {}
+func (*CMsgDOTARealtimeGameStatsTerse_GraphData) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{51, 4}
+}
+
+func (m *CMsgDOTARealtimeGameStatsTerse_GraphData) GetGraphGold() []int32 {
+ if m != nil {
+ return m.GraphGold
+ }
+ return nil
+}
+
+type CMsgGCToClientMatchGroupsVersion struct {
+ MatchgroupsVersion *uint32 `protobuf:"varint,1,opt,name=matchgroups_version" json:"matchgroups_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientMatchGroupsVersion) Reset() { *m = CMsgGCToClientMatchGroupsVersion{} }
+func (m *CMsgGCToClientMatchGroupsVersion) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientMatchGroupsVersion) ProtoMessage() {}
+func (*CMsgGCToClientMatchGroupsVersion) Descriptor() ([]byte, []int) {
+ return dota_common_fileDescriptor0, []int{52}
+}
+
+func (m *CMsgGCToClientMatchGroupsVersion) GetMatchgroupsVersion() uint32 {
+ if m != nil && m.MatchgroupsVersion != nil {
+ return *m.MatchgroupsVersion
+ }
+ return 0
+}
+
+type CMsgDOTASDOHeroStatsHistory struct {
+ MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
+ GameMode *uint32 `protobuf:"varint,2,opt,name=game_mode" json:"game_mode,omitempty"`
+ LobbyType *uint32 `protobuf:"varint,3,opt,name=lobby_type" json:"lobby_type,omitempty"`
+ StartTime *uint32 `protobuf:"varint,4,opt,name=start_time" json:"start_time,omitempty"`
+ Won *bool `protobuf:"varint,5,opt,name=won" json:"won,omitempty"`
+ Gpm *uint32 `protobuf:"varint,6,opt,name=gpm" json:"gpm,omitempty"`
+ Xpm *uint32 `protobuf:"varint,7,opt,name=xpm" json:"xpm,omitempty"`
+ Kills *uint32 `protobuf:"varint,8,opt,name=kills" json:"kills,omitempty"`
+ Deaths *uint32 `protobuf:"varint,9,opt,name=deaths" json:"deaths,omitempty"`
+ Assists *uint32 `protobuf:"varint,10,opt,name=assists" json:"assists,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) Reset() { *m = CMsgDOTASDOHeroStatsHistory{} }
+func (m *CMsgDOTASDOHeroStatsHistory) String() string { return proto.CompactTextString(m) }
+func (*CMsgDOTASDOHeroStatsHistory) ProtoMessage() {}
+func (*CMsgDOTASDOHeroStatsHistory) Descriptor() ([]byte, []int) { return dota_common_fileDescriptor0, []int{53} }
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetMatchId() uint64 {
+ if m != nil && m.MatchId != nil {
+ return *m.MatchId
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetGameMode() uint32 {
+ if m != nil && m.GameMode != nil {
+ return *m.GameMode
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetLobbyType() uint32 {
+ if m != nil && m.LobbyType != nil {
+ return *m.LobbyType
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetStartTime() uint32 {
+ if m != nil && m.StartTime != nil {
+ return *m.StartTime
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetWon() bool {
+ if m != nil && m.Won != nil {
+ return *m.Won
+ }
+ return false
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetGpm() uint32 {
+ if m != nil && m.Gpm != nil {
+ return *m.Gpm
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetXpm() uint32 {
+ if m != nil && m.Xpm != nil {
+ return *m.Xpm
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetKills() uint32 {
+ if m != nil && m.Kills != nil {
+ return *m.Kills
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetDeaths() uint32 {
+ if m != nil && m.Deaths != nil {
+ return *m.Deaths
+ }
+ return 0
+}
+
+func (m *CMsgDOTASDOHeroStatsHistory) GetAssists() uint32 {
+ if m != nil && m.Assists != nil {
+ return *m.Assists
+ }
+ return 0
+}
+
+func init() {
+ proto.RegisterType((*CSODOTAGameAccountClient)(nil), "CSODOTAGameAccountClient")
+ proto.RegisterType((*CSODOTAPartyMember)(nil), "CSODOTAPartyMember")
+ proto.RegisterType((*CSODOTAParty)(nil), "CSODOTAParty")
+ proto.RegisterType((*CSODOTAPartyInvite)(nil), "CSODOTAPartyInvite")
+ proto.RegisterType((*CSODOTAPartyInvite_PartyMember)(nil), "CSODOTAPartyInvite.PartyMember")
+ proto.RegisterType((*CSODOTALobbyInvite)(nil), "CSODOTALobbyInvite")
+ proto.RegisterType((*CSODOTALobbyInvite_LobbyMember)(nil), "CSODOTALobbyInvite.LobbyMember")
+ proto.RegisterType((*CDOTAClientHardwareSpecs)(nil), "CDOTAClientHardwareSpecs")
+ proto.RegisterType((*CDOTASaveGame)(nil), "CDOTASaveGame")
+ proto.RegisterType((*CDOTASaveGame_Player)(nil), "CDOTASaveGame.Player")
+ proto.RegisterType((*CDOTASaveGame_SaveInstance)(nil), "CDOTASaveGame.SaveInstance")
+ proto.RegisterType((*CDOTASaveGame_SaveInstance_PlayerPositions)(nil), "CDOTASaveGame.SaveInstance.PlayerPositions")
+ proto.RegisterType((*CMsgLeaverState)(nil), "CMsgLeaverState")
+ proto.RegisterType((*CDOTALobbyMember)(nil), "CDOTALobbyMember")
+ proto.RegisterType((*CDOTALobbyMember_CDOTALobbyMemberXPBonus)(nil), "CDOTALobbyMember.CDOTALobbyMemberXPBonus")
+ proto.RegisterType((*CLobbyTeamDetails)(nil), "CLobbyTeamDetails")
+ proto.RegisterType((*CLobbyTimedRewardDetails)(nil), "CLobbyTimedRewardDetails")
+ proto.RegisterType((*CLobbyBroadcastChannelInfo)(nil), "CLobbyBroadcastChannelInfo")
+ proto.RegisterType((*CSODOTALobby)(nil), "CSODOTALobby")
+ proto.RegisterType((*CSODOTALobby_CExtraMsg)(nil), "CSODOTALobby.CExtraMsg")
+ proto.RegisterType((*CMsgLobbyEventPoints)(nil), "CMsgLobbyEventPoints")
+ proto.RegisterType((*CMsgLobbyEventPoints_AccountPoints)(nil), "CMsgLobbyEventPoints.AccountPoints")
+ proto.RegisterType((*CMsgDOTABroadcastNotification)(nil), "CMsgDOTABroadcastNotification")
+ proto.RegisterType((*CMsgDOTAPCBangTimedReward)(nil), "CMsgDOTAPCBangTimedReward")
+ proto.RegisterType((*CProtoItemHeroStatue)(nil), "CProtoItemHeroStatue")
+ proto.RegisterType((*CProtoItemTeamShowcase)(nil), "CProtoItemTeamShowcase")
+ proto.RegisterType((*CMatchPlayerAbilityUpgrade)(nil), "CMatchPlayerAbilityUpgrade")
+ proto.RegisterType((*CMatchAdditionalUnitInventory)(nil), "CMatchAdditionalUnitInventory")
+ proto.RegisterType((*CMatchHeroSelectEvent)(nil), "CMatchHeroSelectEvent")
+ proto.RegisterType((*CMsgDOTAProcessFantasyScheduledEvent)(nil), "CMsgDOTAProcessFantasyScheduledEvent")
+ proto.RegisterType((*CMsgDOTAHasItemQuery)(nil), "CMsgDOTAHasItemQuery")
+ proto.RegisterType((*CMsgDOTAHasItemResponse)(nil), "CMsgDOTAHasItemResponse")
+ proto.RegisterType((*CMsgDOTAHasItemDefsQuery)(nil), "CMsgDOTAHasItemDefsQuery")
+ proto.RegisterType((*CMsgDOTAHasItemDefsResponse)(nil), "CMsgDOTAHasItemDefsResponse")
+ proto.RegisterType((*CMsgDOTAConsumeFantasyTicket)(nil), "CMsgDOTAConsumeFantasyTicket")
+ proto.RegisterType((*CMsgDOTAConsumeFantasyTicketFailure)(nil), "CMsgDOTAConsumeFantasyTicketFailure")
+ proto.RegisterType((*CMsgGCToGCFantasySetMatchLeague)(nil), "CMsgGCToGCFantasySetMatchLeague")
+ proto.RegisterType((*CSODOTAMapLocationState)(nil), "CSODOTAMapLocationState")
+ proto.RegisterType((*CMsgNexonPartnerUpdate)(nil), "CMsgNexonPartnerUpdate")
+ proto.RegisterType((*CMsgMakeOffering)(nil), "CMsgMakeOffering")
+ proto.RegisterType((*CMsgRequestOfferings)(nil), "CMsgRequestOfferings")
+ proto.RegisterType((*CMsgRequestOfferingsResponse)(nil), "CMsgRequestOfferingsResponse")
+ proto.RegisterType((*CMsgRequestOfferingsResponse_NewYearsOffering)(nil), "CMsgRequestOfferingsResponse.NewYearsOffering")
+ proto.RegisterType((*CMsgLeagueAdminList)(nil), "CMsgLeagueAdminList")
+ proto.RegisterType((*CMsgPerfectWorldUserLookupRequest)(nil), "CMsgPerfectWorldUserLookupRequest")
+ proto.RegisterType((*CMsgPerfectWorldUserLookupResponse)(nil), "CMsgPerfectWorldUserLookupResponse")
+ proto.RegisterType((*CCompendiumTimestampedData)(nil), "CCompendiumTimestampedData")
+ proto.RegisterType((*CCompendiumGameTimeline)(nil), "CCompendiumGameTimeline")
+ proto.RegisterType((*CCompendiumGameList)(nil), "CCompendiumGameList")
+ proto.RegisterType((*CAdditionalEquipSlot)(nil), "CAdditionalEquipSlot")
+ proto.RegisterType((*CMsgDOTARedeemItem)(nil), "CMsgDOTARedeemItem")
+ proto.RegisterType((*CMsgDOTARedeemItemResponse)(nil), "CMsgDOTARedeemItemResponse")
+ proto.RegisterType((*CMsgDOTACombatLogEntry)(nil), "CMsgDOTACombatLogEntry")
+ proto.RegisterType((*CMsgDOTAProfileCard)(nil), "CMsgDOTAProfileCard")
+ proto.RegisterType((*CMsgDOTAProfileCard_Slot)(nil), "CMsgDOTAProfileCard.Slot")
+ proto.RegisterType((*CMsgDOTAProfileCard_Slot_Trophy)(nil), "CMsgDOTAProfileCard.Slot.Trophy")
+ proto.RegisterType((*CMsgDOTAProfileCard_Slot_Stat)(nil), "CMsgDOTAProfileCard.Slot.Stat")
+ proto.RegisterType((*CMsgDOTAProfileCard_Slot_Item)(nil), "CMsgDOTAProfileCard.Slot.Item")
+ proto.RegisterType((*CMsgDOTAProfileCard_Slot_Hero)(nil), "CMsgDOTAProfileCard.Slot.Hero")
+ proto.RegisterType((*CMsgDOTAProfileCard_Slot_Emoticon)(nil), "CMsgDOTAProfileCard.Slot.Emoticon")
+ proto.RegisterType((*CMsgGCToClientNewBloomTimingUpdated)(nil), "CMsgGCToClientNewBloomTimingUpdated")
+ proto.RegisterType((*CSODOTAPlayerChallenge)(nil), "CSODOTAPlayerChallenge")
+ proto.RegisterType((*CMsgClientToGCRerollPlayerChallenge)(nil), "CMsgClientToGCRerollPlayerChallenge")
+ proto.RegisterType((*CMsgGCRerollPlayerChallengeResponse)(nil), "CMsgGCRerollPlayerChallengeResponse")
+ proto.RegisterType((*CMsgGCTopCustomGamesList)(nil), "CMsgGCTopCustomGamesList")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats)(nil), "CMsgDOTARealtimeGameStats")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_TeamDetails)(nil), "CMsgDOTARealtimeGameStats.TeamDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_ItemDetails)(nil), "CMsgDOTARealtimeGameStats.ItemDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_AbilityDetails)(nil), "CMsgDOTARealtimeGameStats.AbilityDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_HeroToHeroStats)(nil), "CMsgDOTARealtimeGameStats.HeroToHeroStats")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_AbilityList)(nil), "CMsgDOTARealtimeGameStats.AbilityList")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_PlayerDetails)(nil), "CMsgDOTARealtimeGameStats.PlayerDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_BuildingDetails)(nil), "CMsgDOTARealtimeGameStats.BuildingDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_KillDetails)(nil), "CMsgDOTARealtimeGameStats.KillDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_BroadcasterDetails)(nil), "CMsgDOTARealtimeGameStats.BroadcasterDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_PickBanDetails)(nil), "CMsgDOTARealtimeGameStats.PickBanDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_MatchDetails)(nil), "CMsgDOTARealtimeGameStats.MatchDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_GraphData)(nil), "CMsgDOTARealtimeGameStats.GraphData")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_GraphData_LocationStats)(nil), "CMsgDOTARealtimeGameStats.GraphData.LocationStats")
+ proto.RegisterType((*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats)(nil), "CMsgDOTARealtimeGameStats.GraphData.TeamLocationStats")
+ proto.RegisterType((*CMsgDOTARealtimeGameStatsTerse)(nil), "CMsgDOTARealtimeGameStatsTerse")
+ proto.RegisterType((*CMsgDOTARealtimeGameStatsTerse_TeamDetails)(nil), "CMsgDOTARealtimeGameStatsTerse.TeamDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStatsTerse_PlayerDetails)(nil), "CMsgDOTARealtimeGameStatsTerse.PlayerDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStatsTerse_BuildingDetails)(nil), "CMsgDOTARealtimeGameStatsTerse.BuildingDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStatsTerse_MatchDetails)(nil), "CMsgDOTARealtimeGameStatsTerse.MatchDetails")
+ proto.RegisterType((*CMsgDOTARealtimeGameStatsTerse_GraphData)(nil), "CMsgDOTARealtimeGameStatsTerse.GraphData")
+ proto.RegisterType((*CMsgGCToClientMatchGroupsVersion)(nil), "CMsgGCToClientMatchGroupsVersion")
+ proto.RegisterType((*CMsgDOTASDOHeroStatsHistory)(nil), "CMsgDOTASDOHeroStatsHistory")
+ proto.RegisterEnum("EDOTAGCMsg", EDOTAGCMsg_name, EDOTAGCMsg_value)
+ proto.RegisterEnum("ESpecialPingValue", ESpecialPingValue_name, ESpecialPingValue_value)
+ proto.RegisterEnum("DOTA_GameMode", DOTA_GameMode_name, DOTA_GameMode_value)
+ proto.RegisterEnum("DOTA_GameState", DOTA_GameState_name, DOTA_GameState_value)
+ proto.RegisterEnum("DOTA_GC_TEAM", DOTA_GC_TEAM_name, DOTA_GC_TEAM_value)
+ proto.RegisterEnum("DOTA_CM_PICK", DOTA_CM_PICK_name, DOTA_CM_PICK_value)
+ proto.RegisterEnum("DOTAConnectionStateT", DOTAConnectionStateT_name, DOTAConnectionStateT_value)
+ proto.RegisterEnum("DOTALeaverStatusT", DOTALeaverStatusT_name, DOTALeaverStatusT_value)
+ proto.RegisterEnum("DOTALowPriorityBanType", DOTALowPriorityBanType_name, DOTALowPriorityBanType_value)
+ proto.RegisterEnum("DOTALobbyReadyState", DOTALobbyReadyState_name, DOTALobbyReadyState_value)
+ proto.RegisterEnum("DOTAGameVersion", DOTAGameVersion_name, DOTAGameVersion_value)
+ proto.RegisterEnum("DOTAJoinLobbyResult", DOTAJoinLobbyResult_name, DOTAJoinLobbyResult_value)
+ proto.RegisterEnum("SelectionPriorityType", SelectionPriorityType_name, SelectionPriorityType_value)
+ proto.RegisterEnum("DOTAMatchVote", DOTAMatchVote_name, DOTAMatchVote_value)
+ proto.RegisterEnum("DOTA_LobbyMemberXPBonus", DOTA_LobbyMemberXPBonus_name, DOTA_LobbyMemberXPBonus_value)
+ proto.RegisterEnum("DOTALobbyVisibility", DOTALobbyVisibility_name, DOTALobbyVisibility_value)
+ proto.RegisterEnum("EDOTAPlayerMMRType", EDOTAPlayerMMRType_name, EDOTAPlayerMMRType_value)
+ proto.RegisterEnum("MatchType", MatchType_name, MatchType_value)
+ proto.RegisterEnum("DOTABotDifficulty", DOTABotDifficulty_name, DOTABotDifficulty_value)
+ proto.RegisterEnum("MatchLanguages", MatchLanguages_name, MatchLanguages_value)
+ proto.RegisterEnum("ETournamentTemplate", ETournamentTemplate_name, ETournamentTemplate_value)
+ proto.RegisterEnum("ETournamentType", ETournamentType_name, ETournamentType_value)
+ proto.RegisterEnum("EEvent", EEvent_name, EEvent_value)
+ proto.RegisterEnum("LobbyDotaTVDelay", LobbyDotaTVDelay_name, LobbyDotaTVDelay_value)
+ proto.RegisterEnum("LobbyDotaPauseSetting", LobbyDotaPauseSetting_name, LobbyDotaPauseSetting_value)
+ proto.RegisterEnum("EMatchOutcome", EMatchOutcome_name, EMatchOutcome_value)
+ proto.RegisterEnum("EDOTAGCSessionNeed", EDOTAGCSessionNeed_name, EDOTAGCSessionNeed_value)
+ proto.RegisterEnum("Fantasy_Roles", Fantasy_Roles_name, Fantasy_Roles_value)
+ proto.RegisterEnum("Fantasy_Team_Slots", Fantasy_Team_Slots_name, Fantasy_Team_Slots_value)
+ proto.RegisterEnum("Fantasy_Selection_Mode", Fantasy_Selection_Mode_name, Fantasy_Selection_Mode_value)
+ proto.RegisterEnum("DOTA_TournamentEvents", DOTA_TournamentEvents_name, DOTA_TournamentEvents_value)
+ proto.RegisterEnum("DOTA_COMBATLOG_TYPES", DOTA_COMBATLOG_TYPES_name, DOTA_COMBATLOG_TYPES_value)
+ proto.RegisterEnum("DOTAChatChannelTypeT", DOTAChatChannelTypeT_name, DOTAChatChannelTypeT_value)
+ proto.RegisterEnum("CSODOTAParty_State", CSODOTAParty_State_name, CSODOTAParty_State_value)
+ proto.RegisterEnum("CSODOTALobby_State", CSODOTALobby_State_name, CSODOTALobby_State_value)
+ proto.RegisterEnum("CSODOTALobby_LobbyType", CSODOTALobby_LobbyType_name, CSODOTALobby_LobbyType_value)
+ proto.RegisterEnum("CMsgPerfectWorldUserLookupResponse_EResultCode", CMsgPerfectWorldUserLookupResponse_EResultCode_name, CMsgPerfectWorldUserLookupResponse_EResultCode_value)
+ proto.RegisterEnum("CMsgDOTARedeemItemResponse_EResultCode", CMsgDOTARedeemItemResponse_EResultCode_name, CMsgDOTARedeemItemResponse_EResultCode_value)
+ proto.RegisterEnum("CMsgDOTAProfileCard_EStatID", CMsgDOTAProfileCard_EStatID_name, CMsgDOTAProfileCard_EStatID_value)
+ proto.RegisterEnum("CSODOTAPlayerChallenge_EFlags", CSODOTAPlayerChallenge_EFlags_name, CSODOTAPlayerChallenge_EFlags_value)
+ proto.RegisterEnum("CMsgGCRerollPlayerChallengeResponse_EResult", CMsgGCRerollPlayerChallengeResponse_EResult_name, CMsgGCRerollPlayerChallengeResponse_EResult_value)
+ proto.RegisterEnum("CMsgDOTARealtimeGameStats_GraphDataEStat", CMsgDOTARealtimeGameStats_GraphDataEStat_name, CMsgDOTARealtimeGameStats_GraphDataEStat_value)
+ proto.RegisterEnum("CMsgDOTARealtimeGameStats_GraphDataELocation", CMsgDOTARealtimeGameStats_GraphDataELocation_name, CMsgDOTARealtimeGameStats_GraphDataELocation_value)
+}
+
+var dota_common_fileDescriptor0 = []byte{
+ // 17253 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xcc, 0xbd, 0x69, 0x78, 0x5b, 0xd7,
+ 0x75, 0x28, 0x6a, 0x8e, 0xa2, 0x0e, 0x25, 0x6a, 0x0b, 0x96, 0x64, 0x8a, 0xb6, 0x65, 0x9b, 0x76,
+ 0x3c, 0xd0, 0x36, 0x2d, 0xc9, 0x8e, 0x48, 0x82, 0xb7, 0x64, 0x41, 0x00, 0xa4, 0x10, 0x81, 0x00,
+ 0x0c, 0x80, 0x92, 0xf5, 0xfa, 0xbe, 0x7b, 0xbe, 0x23, 0xe0, 0x90, 0x44, 0x05, 0xe2, 0x30, 0x38,
+ 0x80, 0x64, 0xf6, 0xfb, 0xde, 0x77, 0x9d, 0x38, 0x75, 0x9a, 0xa1, 0x69, 0x92, 0x26, 0x6d, 0x92,
+ 0xa6, 0x71, 0x9a, 0x34, 0x69, 0xa6, 0x36, 0x63, 0x73, 0x9b, 0xa6, 0x43, 0xd2, 0xf6, 0xb6, 0x49,
+ 0xd3, 0x0c, 0x9d, 0x32, 0x35, 0xc3, 0x4d, 0x9b, 0x39, 0xcd, 0x70, 0x33, 0x4f, 0x4d, 0xde, 0x5a,
+ 0x6b, 0x0f, 0x67, 0xef, 0x73, 0x0e, 0x28, 0xe5, 0xbd, 0xd7, 0xf7, 0x5d, 0xff, 0xb0, 0x88, 0xbd,
+ 0xd7, 0x9e, 0xd6, 0x5e, 0xf3, 0x5e, 0x7b, 0x1f, 0xeb, 0x86, 0xba, 0xd7, 0x71, 0xec, 0x8d, 0xda,
+ 0x96, 0xeb, 0xfb, 0xce, 0x86, 0xeb, 0xdb, 0x35, 0x6f, 0x6b, 0xcb, 0x6b, 0x4d, 0x6f, 0xb7, 0xbd,
+ 0x8e, 0x37, 0x71, 0xad, 0xdf, 0x71, 0x9d, 0x2d, 0x59, 0x27, 0x0a, 0x8f, 0x6c, 0xd4, 0xfc, 0xfa,
+ 0x45, 0xad, 0x0d, 0x2f, 0x9f, 0xfc, 0xda, 0xa8, 0x35, 0x9e, 0xae, 0x14, 0x33, 0xc5, 0x6a, 0x6a,
+ 0xc5, 0xd9, 0x72, 0x53, 0xb5, 0x9a, 0xd7, 0x6d, 0x75, 0xd2, 0xcd, 0x86, 0xdb, 0xea, 0x24, 0xc6,
+ 0x2d, 0xcb, 0xe1, 0x05, 0x76, 0xa3, 0x3e, 0xde, 0x77, 0x73, 0xdf, 0x9d, 0xfb, 0x97, 0x06, 0x1f,
+ 0x79, 0xf5, 0x8d, 0x7d, 0x89, 0x7d, 0xd6, 0xe0, 0xe5, 0x46, 0xcb, 0x1f, 0x1f, 0xc0, 0xb2, 0xc4,
+ 0x98, 0x35, 0xdc, 0xf4, 0x7c, 0xdf, 0xf5, 0xc7, 0x07, 0xe9, 0xb7, 0x65, 0xf5, 0x3f, 0xbc, 0x3d,
+ 0xbe, 0x8f, 0xfe, 0xde, 0x6f, 0x0d, 0x35, 0xdd, 0x4b, 0x6e, 0x73, 0x7c, 0x3f, 0xfd, 0x3c, 0x6c,
+ 0xed, 0x6f, 0xb4, 0x1a, 0x9d, 0x86, 0xd3, 0xb4, 0xfd, 0x8b, 0x8d, 0x66, 0x73, 0x7c, 0x8c, 0x8a,
+ 0x0f, 0x59, 0xfb, 0x9a, 0xae, 0x73, 0xc9, 0x6d, 0xdb, 0x34, 0xdc, 0xf8, 0x01, 0x2a, 0x3d, 0x66,
+ 0x1d, 0xf1, 0xdd, 0x9a, 0xd7, 0xaa, 0x3b, 0xed, 0x1d, 0xdb, 0xa8, 0x4f, 0x52, 0xfd, 0x4d, 0xd6,
+ 0x75, 0x4d, 0xef, 0xb2, 0xbd, 0xdd, 0x6e, 0x78, 0xed, 0x46, 0x67, 0xc7, 0x86, 0x9a, 0x46, 0xd3,
+ 0xae, 0x3b, 0x1d, 0x77, 0x3c, 0x41, 0x00, 0xb7, 0x59, 0x37, 0x6c, 0xb7, 0x61, 0x74, 0x58, 0x40,
+ 0xc7, 0x7d, 0xb8, 0x63, 0xd7, 0x36, 0x9d, 0x8e, 0x0e, 0x75, 0x88, 0xa0, 0x6e, 0xb6, 0xc6, 0x25,
+ 0xd4, 0x25, 0xaf, 0x51, 0x73, 0x75, 0x88, 0xc3, 0x12, 0xa2, 0xe9, 0xf8, 0x1d, 0xdb, 0xb9, 0xe0,
+ 0xb4, 0xea, 0x5e, 0xcb, 0xad, 0xdb, 0x1b, 0x80, 0x2c, 0x0e, 0x71, 0x84, 0x20, 0xa6, 0xac, 0x49,
+ 0x82, 0x08, 0xe6, 0x1b, 0x07, 0x3b, 0x4f, 0xb0, 0x37, 0x58, 0x87, 0xc4, 0x62, 0xb6, 0xdd, 0x96,
+ 0xd3, 0x84, 0x89, 0xf3, 0x45, 0x5d, 0x47, 0xb5, 0x37, 0x5a, 0x87, 0x61, 0x3b, 0xb7, 0x9b, 0x6e,
+ 0x47, 0x36, 0xf5, 0x3b, 0x6d, 0xd7, 0xb9, 0x38, 0x3e, 0x4e, 0xd5, 0xcc, 0x1a, 0x81, 0xed, 0xad,
+ 0x6d, 0x36, 0x5a, 0x1b, 0xe3, 0x37, 0x50, 0x09, 0xa0, 0x1b, 0xba, 0xab, 0xbb, 0x6d, 0x7f, 0xb3,
+ 0xb1, 0x3d, 0x7e, 0xa3, 0x84, 0x5a, 0x6f, 0xc3, 0x1e, 0xd6, 0x9b, 0x3b, 0xe3, 0xc7, 0xa8, 0xe4,
+ 0xa0, 0xb5, 0x77, 0xdd, 0x6b, 0x6f, 0x34, 0x2e, 0x61, 0xc3, 0x9b, 0xa8, 0xe8, 0x56, 0xeb, 0x7a,
+ 0xb9, 0xbd, 0xf5, 0x86, 0xef, 0x5c, 0x68, 0xc2, 0x80, 0xda, 0xd2, 0x6f, 0x97, 0x7b, 0x10, 0x01,
+ 0xe2, 0xd3, 0xbd, 0x83, 0xea, 0xc7, 0x2d, 0xe6, 0x6f, 0x7a, 0x97, 0x6b, 0x8e, 0xef, 0xda, 0x9b,
+ 0x6e, 0xdb, 0x43, 0x4a, 0xb9, 0x93, 0x6a, 0x6e, 0xb1, 0x8e, 0x6e, 0x39, 0x9d, 0xda, 0x66, 0x6c,
+ 0xe7, 0x77, 0x49, 0x4c, 0x84, 0x40, 0x78, 0xd7, 0x53, 0x54, 0xbb, 0x68, 0x1d, 0xda, 0x76, 0xda,
+ 0x9d, 0x16, 0x20, 0x4a, 0x4e, 0xa1, 0xb3, 0xb3, 0xed, 0x8e, 0xdf, 0x03, 0xb5, 0x63, 0x27, 0xaf,
+ 0x9d, 0x2e, 0xf1, 0x4a, 0x41, 0xb3, 0x55, 0xa8, 0x4a, 0xee, 0x2b, 0xa5, 0xca, 0xd5, 0x42, 0xb6,
+ 0x6c, 0x17, 0x8a, 0x85, 0x2c, 0xa2, 0x32, 0xdc, 0x81, 0xdf, 0xc1, 0xd1, 0xef, 0xa5, 0xfe, 0x9f,
+ 0x60, 0xdd, 0xe8, 0x6f, 0x76, 0x3b, 0x75, 0xef, 0x72, 0xab, 0xe9, 0x5c, 0xee, 0xb8, 0xed, 0xad,
+ 0x46, 0x0b, 0x6a, 0x3b, 0x0d, 0xe0, 0x91, 0x8e, 0xb3, 0xb5, 0x3d, 0x7e, 0x9f, 0x24, 0x22, 0x83,
+ 0xca, 0x70, 0x4f, 0x7c, 0xbb, 0xed, 0x6e, 0x39, 0x40, 0xc9, 0x80, 0xcc, 0xe3, 0x12, 0x0f, 0xb8,
+ 0x6d, 0xd0, 0xba, 0xd3, 0xb8, 0xe4, 0xda, 0x6d, 0xa7, 0x75, 0x71, 0xfc, 0x84, 0x44, 0x73, 0xcd,
+ 0x69, 0x36, 0x2e, 0xb4, 0x9d, 0x4e, 0xc3, 0x6b, 0x45, 0x9a, 0xdf, 0x2f, 0x77, 0xdd, 0xf7, 0x9a,
+ 0x9e, 0x1d, 0xe9, 0xe3, 0x01, 0xaa, 0xbe, 0xd3, 0xba, 0x99, 0x57, 0xef, 0xd2, 0xd1, 0x29, 0x89,
+ 0x52, 0xbd, 0x8f, 0x13, 0x97, 0x4e, 0xf0, 0x7e, 0x16, 0xa9, 0xf6, 0x7e, 0xeb, 0xee, 0x70, 0xed,
+ 0x6e, 0x5d, 0xfe, 0x3c, 0x35, 0x3a, 0x6a, 0x1d, 0x6c, 0xbb, 0xb5, 0x76, 0xb7, 0xd1, 0xd9, 0x42,
+ 0x1e, 0xe1, 0xec, 0x3c, 0x23, 0xa7, 0xbd, 0xe9, 0xf8, 0x76, 0xcb, 0xbd, 0x6c, 0xb7, 0xbc, 0x4e,
+ 0x63, 0xbd, 0x51, 0xa3, 0x8e, 0xfc, 0xf1, 0x59, 0xa8, 0x1e, 0x49, 0x5c, 0x67, 0x1d, 0x68, 0xf8,
+ 0xc8, 0xb9, 0x1b, 0x5d, 0xd7, 0x76, 0xea, 0x80, 0xdf, 0xf1, 0x39, 0xaa, 0xb8, 0xde, 0xba, 0x16,
+ 0x28, 0xa6, 0x0b, 0x52, 0x80, 0x0f, 0xb9, 0xdd, 0x74, 0x76, 0xdc, 0xfa, 0xf8, 0x7f, 0x51, 0xfb,
+ 0x12, 0xc6, 0x85, 0x01, 0xf6, 0x73, 0x04, 0x76, 0xbb, 0x75, 0x0c, 0x77, 0x77, 0xa7, 0x37, 0xdc,
+ 0x82, 0x94, 0x12, 0x62, 0x2c, 0x5c, 0xae, 0x01, 0x90, 0x92, 0xe3, 0xe9, 0x5d, 0xa0, 0xf4, 0x34,
+ 0xc1, 0x96, 0x08, 0x6c, 0xd2, 0x9a, 0xa8, 0x75, 0xdb, 0x40, 0x4a, 0xcd, 0x26, 0xa7, 0x74, 0x90,
+ 0x26, 0xcd, 0xa6, 0xdb, 0xda, 0x70, 0x91, 0xe6, 0xd3, 0x92, 0x0a, 0xb0, 0x8d, 0x8d, 0x34, 0x64,
+ 0x6f, 0x7b, 0x8d, 0x56, 0xc7, 0x1f, 0xcf, 0x48, 0xc1, 0x27, 0x69, 0x70, 0xbd, 0xe9, 0x6c, 0xf8,
+ 0xe3, 0x59, 0x2a, 0x06, 0x0c, 0x05, 0x0d, 0x38, 0x66, 0x97, 0xa9, 0xe2, 0x6e, 0xeb, 0x56, 0x1a,
+ 0xbd, 0x6d, 0x5f, 0x70, 0x37, 0x9d, 0x4b, 0x40, 0x7b, 0x20, 0x5b, 0x9e, 0x6c, 0xb7, 0xba, 0x5b,
+ 0x36, 0x09, 0x9a, 0xb6, 0xbb, 0xed, 0xb5, 0x3b, 0xe3, 0x2b, 0x04, 0x7c, 0x97, 0x75, 0x4b, 0x04,
+ 0xb8, 0xe6, 0xb5, 0x5d, 0x03, 0xf4, 0x34, 0x82, 0x4e, 0xbe, 0xbb, 0xcf, 0x4a, 0x08, 0x81, 0x8f,
+ 0xfc, 0xb3, 0xb3, 0xea, 0x6e, 0x5d, 0x70, 0xdb, 0x89, 0x19, 0x6b, 0x9f, 0x64, 0x15, 0xe2, 0xb1,
+ 0xbe, 0xab, 0xe5, 0x31, 0x90, 0x34, 0x0d, 0x54, 0x40, 0x20, 0x92, 0xc6, 0xfb, 0x69, 0x6f, 0x6f,
+ 0x44, 0x72, 0xd9, 0x40, 0x72, 0xda, 0x06, 0x1a, 0x82, 0xaa, 0x3a, 0x29, 0x86, 0x01, 0x50, 0x1e,
+ 0xfd, 0xac, 0x2f, 0x5c, 0x4d, 0xdc, 0x36, 0x3e, 0xa4, 0xaa, 0x01, 0xcb, 0x7a, 0xf5, 0xba, 0xd3,
+ 0x40, 0xb1, 0x70, 0x01, 0x68, 0xcf, 0xf1, 0x2f, 0x8e, 0x0f, 0xd3, 0x1a, 0xbe, 0xba, 0xc7, 0xda,
+ 0xa7, 0xaf, 0x21, 0x71, 0xc4, 0x1a, 0xe1, 0xa4, 0x20, 0xd4, 0xd4, 0xa0, 0x50, 0x53, 0x20, 0xf4,
+ 0xb8, 0x68, 0xc4, 0x0a, 0x9c, 0xdd, 0x30, 0x4a, 0xcb, 0x2d, 0x5a, 0x32, 0x14, 0xa1, 0xfe, 0x1a,
+ 0xe0, 0x65, 0x24, 0x68, 0xb7, 0xc4, 0x54, 0x39, 0x75, 0x0d, 0x71, 0x59, 0x31, 0x2c, 0x30, 0xa1,
+ 0x0f, 0x38, 0x5d, 0xc1, 0xaa, 0x64, 0xff, 0x5a, 0x0e, 0x05, 0xbf, 0xbb, 0xbe, 0xee, 0xd6, 0x88,
+ 0x74, 0xa0, 0x45, 0x1b, 0xc5, 0x36, 0x09, 0xb5, 0x2d, 0xe7, 0xa2, 0x5c, 0xe0, 0xf8, 0x1e, 0x29,
+ 0x49, 0xda, 0xce, 0xe5, 0xde, 0x50, 0x37, 0x13, 0xd4, 0x84, 0x95, 0x70, 0x3a, 0x1d, 0x77, 0x6b,
+ 0xbb, 0xc3, 0x21, 0x79, 0xdd, 0x2d, 0x54, 0x77, 0xad, 0x35, 0x2a, 0xeb, 0x80, 0x12, 0xc6, 0x27,
+ 0x65, 0x21, 0x75, 0xb5, 0xd1, 0xf6, 0xba, 0xdb, 0xfe, 0xf8, 0x68, 0xac, 0x6e, 0xd4, 0x14, 0xf9,
+ 0xb5, 0x04, 0x70, 0x02, 0x10, 0x41, 0xb2, 0x97, 0xf6, 0xfb, 0x30, 0xad, 0xd2, 0x9a, 0x5e, 0xc5,
+ 0x22, 0xda, 0xe6, 0x83, 0xab, 0xa9, 0x6a, 0xfa, 0xb4, 0x5d, 0x3d, 0x5f, 0xca, 0xda, 0xe9, 0x54,
+ 0x65, 0x2d, 0x95, 0x4f, 0x2c, 0x59, 0x63, 0x17, 0x3c, 0xd4, 0x03, 0xeb, 0xc0, 0xe8, 0x5d, 0x50,
+ 0x5c, 0xa4, 0xfc, 0xc6, 0x4e, 0x26, 0xa6, 0x11, 0x33, 0x4b, 0x5e, 0x27, 0xa3, 0x6a, 0x92, 0x47,
+ 0x96, 0x8a, 0x55, 0x3b, 0x93, 0x5b, 0x5e, 0xce, 0xa5, 0xd7, 0xf2, 0xd5, 0xf3, 0x76, 0x29, 0x55,
+ 0xa9, 0xe4, 0xce, 0x66, 0x13, 0x07, 0xac, 0x3d, 0xc4, 0x60, 0x30, 0x8f, 0xeb, 0xae, 0xac, 0x26,
+ 0xc6, 0x7b, 0x80, 0x68, 0xab, 0x39, 0x2a, 0x79, 0x58, 0x47, 0xe7, 0x96, 0xf3, 0x30, 0x8a, 0x3d,
+ 0x60, 0x4d, 0x90, 0x39, 0xdd, 0x0e, 0xec, 0xea, 0x04, 0x81, 0x1d, 0xb1, 0xc6, 0x08, 0xac, 0x09,
+ 0x75, 0x5d, 0x34, 0x83, 0xc6, 0xaf, 0x0f, 0xca, 0xb7, 0x01, 0x5b, 0xee, 0xba, 0xdb, 0x76, 0x5b,
+ 0x35, 0xa9, 0xfd, 0x6e, 0xb3, 0xf6, 0x70, 0x6a, 0xf1, 0x41, 0xb1, 0x0e, 0xdc, 0x39, 0x1a, 0xa2,
+ 0x03, 0xc1, 0x3c, 0xc0, 0xdb, 0x1e, 0xa8, 0x72, 0x7b, 0xa3, 0xdb, 0x68, 0xd6, 0x71, 0x4e, 0xc7,
+ 0x24, 0xcb, 0x73, 0xc3, 0x8c, 0x57, 0xf8, 0xa0, 0x76, 0x07, 0xae, 0x42, 0x9f, 0xdc, 0x2a, 0xf5,
+ 0x35, 0x4c, 0x5d, 0x88, 0x84, 0xdb, 0x54, 0x11, 0xac, 0x8b, 0x17, 0x3d, 0x41, 0x2c, 0xfb, 0x90,
+ 0xc3, 0x49, 0x0f, 0x5a, 0x22, 0x09, 0x93, 0x19, 0xe3, 0x83, 0x6e, 0x1e, 0x80, 0x7d, 0xd9, 0x33,
+ 0x9d, 0xcd, 0xe2, 0x6f, 0x54, 0xe2, 0x34, 0x41, 0xb0, 0x00, 0xec, 0x5f, 0x04, 0xa9, 0x04, 0xa3,
+ 0x3d, 0xb9, 0x0b, 0x4a, 0xce, 0x27, 0x55, 0x3d, 0x02, 0xf2, 0x63, 0x9f, 0x8f, 0xa2, 0xbd, 0xd1,
+ 0xba, 0xd4, 0x40, 0x64, 0xdd, 0x15, 0xb3, 0xd6, 0x1c, 0xd5, 0x21, 0x28, 0x28, 0x83, 0x4b, 0x0a,
+ 0x74, 0xaa, 0x37, 0x68, 0x44, 0xe4, 0xdd, 0x4d, 0xdc, 0x7b, 0xdc, 0x1a, 0x22, 0xf6, 0x49, 0x0c,
+ 0x5b, 0xc0, 0x40, 0xec, 0x1a, 0x58, 0xd7, 0xfe, 0xe5, 0x5c, 0x21, 0x93, 0x2b, 0xac, 0xd8, 0x44,
+ 0x73, 0x0c, 0xed, 0xcb, 0x91, 0x5c, 0x41, 0xfc, 0xea, 0x9f, 0x7c, 0x7d, 0xbf, 0x29, 0xb3, 0x44,
+ 0xff, 0xc0, 0xf5, 0x44, 0xf2, 0x31, 0x5c, 0x0f, 0xab, 0x31, 0xb8, 0x1e, 0x58, 0x44, 0x14, 0xb5,
+ 0x00, 0x4b, 0x64, 0xb6, 0xee, 0x4d, 0x1c, 0x0f, 0x36, 0x77, 0x90, 0x56, 0x71, 0x53, 0xcc, 0x2a,
+ 0xa6, 0xf5, 0x8d, 0xd6, 0x88, 0x77, 0x88, 0xf0, 0x0f, 0x7a, 0xcc, 0xd8, 0x4b, 0x14, 0x19, 0x5d,
+ 0x9f, 0x64, 0xc6, 0x08, 0x8a, 0x46, 0x47, 0x8a, 0xc6, 0x3d, 0x54, 0x02, 0x82, 0x86, 0xe3, 0xcd,
+ 0xde, 0x80, 0x2e, 0x46, 0x68, 0x6a, 0x60, 0x3c, 0x83, 0x0e, 0x69, 0xb4, 0xdc, 0xf1, 0xbd, 0xd8,
+ 0xe5, 0xc4, 0xa2, 0x35, 0xaa, 0x0f, 0x09, 0x96, 0x36, 0x4d, 0xb9, 0x8f, 0xa6, 0x0c, 0x5d, 0xfa,
+ 0x72, 0x06, 0x7c, 0x65, 0xba, 0xfc, 0x45, 0xc9, 0x35, 0x32, 0xf9, 0xe2, 0x00, 0x5b, 0x79, 0xef,
+ 0xc2, 0x85, 0xff, 0x7c, 0x6c, 0x69, 0xa3, 0x4c, 0xd3, 0xdf, 0x62, 0xea, 0xc0, 0x54, 0xb5, 0xae,
+ 0xdf, 0xf1, 0xb8, 0x36, 0x95, 0x48, 0x1b, 0x0c, 0x61, 0x61, 0x98, 0x86, 0x04, 0x3d, 0xa8, 0xc3,
+ 0xd6, 0xda, 0x35, 0x42, 0xd9, 0x30, 0x99, 0xc3, 0x5a, 0x45, 0x60, 0x9c, 0x21, 0xf6, 0xf6, 0x4c,
+ 0xdc, 0x6b, 0x8d, 0xea, 0x43, 0x5e, 0x01, 0x5b, 0x93, 0x7f, 0xde, 0x07, 0xee, 0x0e, 0xce, 0x99,
+ 0x7b, 0x38, 0xa7, 0x9d, 0x76, 0xfd, 0xb2, 0xd3, 0x76, 0x2b, 0xdb, 0x6e, 0xcd, 0x47, 0xc1, 0xdb,
+ 0xf4, 0x36, 0xc0, 0x84, 0x69, 0xc2, 0x86, 0x7a, 0x35, 0x70, 0x94, 0x3c, 0x58, 0x6c, 0x9f, 0xb2,
+ 0xca, 0xb7, 0xbb, 0x76, 0x6d, 0xa7, 0xd6, 0x44, 0xbb, 0xc0, 0x6d, 0x0b, 0x4b, 0x5f, 0x60, 0x0c,
+ 0xaa, 0x3b, 0xe0, 0x93, 0x41, 0xc3, 0xcd, 0x1d, 0x9f, 0x7a, 0x00, 0x5c, 0x79, 0xed, 0x1d, 0xc2,
+ 0xdd, 0x30, 0xba, 0x37, 0xb0, 0x49, 0xa7, 0x1e, 0x40, 0x3d, 0x66, 0x7b, 0x5c, 0xc5, 0x8c, 0xe0,
+ 0x78, 0xdd, 0xed, 0xa6, 0xe7, 0x80, 0x26, 0x70, 0xc1, 0x40, 0x01, 0x09, 0x00, 0x53, 0x12, 0x38,
+ 0x42, 0xbb, 0x80, 0x84, 0x11, 0xda, 0x55, 0xf6, 0xa6, 0xe7, 0x77, 0x38, 0x51, 0x4d, 0x7e, 0x60,
+ 0xc0, 0xda, 0x4f, 0x2b, 0xa8, 0x80, 0x07, 0x81, 0x2e, 0x1b, 0xae, 0x92, 0x4b, 0x47, 0x85, 0x60,
+ 0xdc, 0x52, 0xe7, 0x12, 0x47, 0x16, 0x4d, 0x10, 0xd5, 0xd9, 0x1e, 0x6e, 0x21, 0x70, 0x9d, 0x37,
+ 0x7a, 0xf2, 0xf0, 0xb4, 0xd1, 0xcb, 0x74, 0x89, 0x6a, 0xc1, 0x40, 0x1c, 0xa3, 0xa6, 0xe0, 0xdc,
+ 0x75, 0x1c, 0x90, 0x83, 0x72, 0xb3, 0xaf, 0x0f, 0x81, 0xe3, 0x1f, 0x39, 0x01, 0x33, 0x71, 0xde,
+ 0x1a, 0x56, 0xcd, 0x07, 0x11, 0xe1, 0xc2, 0x7c, 0xd8, 0x4f, 0x7a, 0xc1, 0x5e, 0x49, 0xdb, 0xd5,
+ 0x6c, 0x6a, 0x35, 0x79, 0x44, 0xff, 0x65, 0xaf, 0x14, 0x8b, 0x19, 0x7b, 0x65, 0xed, 0x7c, 0x45,
+ 0x6d, 0x5a, 0x3f, 0x6d, 0x1a, 0xfc, 0x42, 0xeb, 0x8a, 0x53, 0xdd, 0xc4, 0xa7, 0xfb, 0xac, 0x7d,
+ 0xfa, 0x58, 0xb8, 0x36, 0x45, 0x08, 0x62, 0x6d, 0x40, 0xae, 0x38, 0xe8, 0x09, 0x6e, 0xf3, 0x08,
+ 0x9f, 0x54, 0x14, 0x9e, 0x14, 0x85, 0x5c, 0xa9, 0x67, 0xb9, 0x79, 0x86, 0x9e, 0x97, 0xe7, 0x37,
+ 0xb8, 0xa5, 0x3a, 0x44, 0xeb, 0xbb, 0x7b, 0x97, 0xf5, 0x09, 0xdc, 0x94, 0x64, 0x13, 0x14, 0x03,
+ 0x1c, 0x49, 0x9c, 0x7a, 0xf7, 0x9b, 0x08, 0x27, 0x5d, 0x3f, 0x71, 0x87, 0x75, 0x20, 0xdc, 0x6c,
+ 0xaf, 0xd5, 0xf7, 0x30, 0x61, 0xa6, 0x1f, 0xff, 0xdc, 0xa1, 0xd9, 0xf7, 0x4f, 0xfe, 0x73, 0x9f,
+ 0x75, 0x20, 0xbd, 0xea, 0x6f, 0xe4, 0xc9, 0x25, 0xe4, 0x92, 0x11, 0x26, 0xdf, 0x44, 0xaa, 0x16,
+ 0xee, 0x0a, 0x27, 0xc1, 0x05, 0x61, 0xa5, 0xf0, 0xb2, 0x7e, 0xc2, 0xf0, 0x01, 0x81, 0x61, 0x28,
+ 0xe7, 0x26, 0xc9, 0x51, 0xfe, 0x3b, 0xb5, 0x9a, 0x2d, 0xaf, 0xe5, 0xb3, 0x15, 0xbb, 0x52, 0x4d,
+ 0x55, 0xb3, 0x76, 0xae, 0x90, 0xab, 0x22, 0x49, 0x09, 0xb7, 0xb3, 0x0e, 0xbe, 0x65, 0x0d, 0x2c,
+ 0x10, 0x42, 0xd5, 0x08, 0xba, 0x0c, 0xeb, 0x8d, 0x36, 0x18, 0x8a, 0x17, 0x9a, 0x9e, 0x57, 0xb7,
+ 0x37, 0x9d, 0x6d, 0xd0, 0x15, 0x50, 0x3b, 0x28, 0xcc, 0xb9, 0xc3, 0xa0, 0x76, 0x6b, 0xc0, 0x29,
+ 0xdc, 0x60, 0x01, 0xdd, 0xe1, 0x83, 0x86, 0xf7, 0x89, 0xd6, 0xc8, 0xc4, 0x07, 0xcb, 0xcc, 0x47,
+ 0xd5, 0x0c, 0xfc, 0xd0, 0x82, 0x7e, 0x05, 0xa1, 0x3e, 0x7f, 0xd8, 0x62, 0x69, 0x25, 0x1e, 0x04,
+ 0x7f, 0x32, 0xab, 0x5f, 0x88, 0x9f, 0x61, 0x21, 0x7e, 0x00, 0x97, 0xd2, 0x6d, 0xec, 0x17, 0x2e,
+ 0x0a, 0x27, 0xa1, 0x81, 0xff, 0x27, 0x24, 0x34, 0x2c, 0x49, 0xc8, 0x6f, 0x7a, 0x1d, 0x61, 0x75,
+ 0x31, 0xcd, 0x38, 0xdc, 0x27, 0x05, 0xd0, 0x96, 0xdb, 0x71, 0x6c, 0x3d, 0x30, 0x71, 0x00, 0xc5,
+ 0x1b, 0x94, 0x3d, 0xbc, 0x2d, 0x42, 0x12, 0xb8, 0x30, 0x5e, 0x60, 0x3b, 0x20, 0x23, 0xea, 0x80,
+ 0x10, 0x1e, 0x95, 0xf8, 0x2f, 0xd6, 0x7e, 0x81, 0x47, 0x21, 0xed, 0x99, 0xb0, 0x10, 0x69, 0xb1,
+ 0x6a, 0x17, 0xbb, 0xbe, 0xdd, 0x49, 0x32, 0x9a, 0x6f, 0x3e, 0x9b, 0x3a, 0x2b, 0xed, 0x65, 0x10,
+ 0x8a, 0xa2, 0x35, 0x2a, 0x6e, 0x24, 0xc0, 0x1b, 0xe4, 0xf8, 0xe0, 0x4f, 0x00, 0x02, 0x9b, 0xe3,
+ 0x07, 0x95, 0x67, 0xd0, 0x6e, 0xfc, 0x92, 0x0b, 0xbb, 0xb5, 0x0e, 0xec, 0x58, 0x77, 0x1f, 0x16,
+ 0x41, 0x0d, 0xf0, 0x31, 0x94, 0x1d, 0x24, 0x51, 0x77, 0x88, 0x2c, 0x8b, 0x5e, 0x0e, 0xf3, 0xe1,
+ 0xab, 0x35, 0xe6, 0x61, 0x4c, 0xb7, 0x65, 0xf6, 0x7c, 0x84, 0x7a, 0x9e, 0xb3, 0x2c, 0x52, 0x31,
+ 0xe4, 0x1c, 0x91, 0xe1, 0x76, 0xd5, 0x5b, 0x03, 0xd3, 0x6d, 0xb9, 0x0f, 0xa3, 0x3d, 0x5f, 0xb3,
+ 0x2f, 0x80, 0xd9, 0x05, 0x02, 0x4d, 0x98, 0x75, 0x20, 0xff, 0x42, 0x35, 0xb8, 0x85, 0x47, 0x69,
+ 0x0b, 0x7f, 0xce, 0xb2, 0x00, 0xf1, 0x17, 0xbc, 0x56, 0xd7, 0x27, 0x23, 0x0d, 0x79, 0xf4, 0xae,
+ 0xe9, 0x30, 0x3d, 0x45, 0x0a, 0x1e, 0x2a, 0x2d, 0x61, 0x13, 0x64, 0x20, 0xf4, 0x7a, 0xd1, 0x45,
+ 0x03, 0x23, 0x90, 0x82, 0x22, 0x07, 0x91, 0x4b, 0x6b, 0x30, 0x42, 0xdb, 0xd9, 0x72, 0x5a, 0x64,
+ 0xa2, 0x8d, 0x90, 0x6f, 0xa8, 0x69, 0x17, 0x10, 0xfb, 0xf5, 0x6e, 0xad, 0x43, 0xae, 0x01, 0x19,
+ 0x6b, 0x13, 0xab, 0xd6, 0x75, 0xbd, 0xc6, 0x00, 0x2a, 0x53, 0xae, 0x12, 0x51, 0x99, 0x9c, 0x30,
+ 0x67, 0x6c, 0xa4, 0x32, 0xdf, 0xeb, 0xb6, 0x6b, 0xae, 0x7d, 0xd1, 0xe5, 0x8a, 0x60, 0x70, 0xf2,
+ 0xd3, 0xfd, 0xd6, 0xc1, 0x34, 0xf5, 0x55, 0x05, 0x44, 0x66, 0x80, 0xbe, 0x1a, 0x4d, 0x1f, 0x27,
+ 0x46, 0x6a, 0xca, 0x54, 0x5d, 0x54, 0xd4, 0x71, 0x36, 0x84, 0xfe, 0xd5, 0x6c, 0x8f, 0x41, 0x29,
+ 0x74, 0xa8, 0x00, 0x74, 0x96, 0x27, 0x04, 0x3f, 0x10, 0x17, 0x15, 0x5d, 0xc0, 0x68, 0x0c, 0x95,
+ 0x0f, 0x53, 0x39, 0xec, 0x81, 0x28, 0x6f, 0x21, 0x71, 0x50, 0xcd, 0x1e, 0xaa, 0x01, 0x1b, 0x8d,
+ 0x6a, 0x64, 0xc8, 0x89, 0xd4, 0x2a, 0x19, 0x2a, 0xdc, 0x98, 0xa5, 0x29, 0xed, 0xa5, 0x09, 0xa0,
+ 0xe4, 0xa5, 0x32, 0x9c, 0x93, 0x25, 0x67, 0xa9, 0x6c, 0xde, 0x51, 0x19, 0x8c, 0xe2, 0x25, 0x34,
+ 0xc6, 0x3e, 0xa9, 0xcb, 0x78, 0x59, 0x30, 0xad, 0xfd, 0x54, 0x71, 0xd4, 0x3a, 0x28, 0x2b, 0x82,
+ 0x79, 0x8d, 0x51, 0x15, 0x20, 0x97, 0xc2, 0x16, 0x07, 0xa4, 0x30, 0xd7, 0xb7, 0x93, 0xd1, 0x76,
+ 0x72, 0xa5, 0xba, 0xe9, 0x6d, 0x71, 0x97, 0x9d, 0xd8, 0x66, 0x64, 0xf2, 0x31, 0xd4, 0xf0, 0x1c,
+ 0xc3, 0x20, 0x8c, 0xeb, 0x65, 0x17, 0x79, 0x57, 0x22, 0x1a, 0xf0, 0x03, 0x66, 0xc7, 0x96, 0xc6,
+ 0x52, 0xfd, 0x92, 0xd7, 0xa0, 0x2b, 0xbf, 0xbb, 0xbd, 0xdd, 0xdc, 0x01, 0xdb, 0x03, 0xe5, 0x2b,
+ 0x17, 0x8d, 0x18, 0xae, 0xf4, 0x49, 0xac, 0xd7, 0xed, 0x7a, 0xdb, 0xdb, 0x16, 0x32, 0x31, 0x61,
+ 0x04, 0x46, 0x87, 0x64, 0x10, 0x14, 0x6c, 0x40, 0x30, 0xe4, 0x84, 0x93, 0xda, 0xb6, 0x26, 0xf8,
+ 0x3c, 0x96, 0xda, 0xa0, 0xe2, 0x6b, 0xe0, 0x88, 0xa7, 0x39, 0x7f, 0xe7, 0x5a, 0xeb, 0x1e, 0xf6,
+ 0x20, 0xd8, 0x5d, 0x85, 0x56, 0x71, 0x41, 0xd4, 0x67, 0x7b, 0x87, 0x9c, 0x66, 0xa1, 0x0f, 0x61,
+ 0xed, 0xe0, 0x95, 0xd6, 0xda, 0x8d, 0x6d, 0x14, 0x17, 0x82, 0x18, 0x60, 0x5e, 0xd2, 0x85, 0xe1,
+ 0xb0, 0x38, 0xaf, 0xbd, 0x93, 0x2f, 0xbc, 0x4e, 0x39, 0xc6, 0x34, 0x34, 0x1a, 0x7d, 0x5c, 0x91,
+ 0x84, 0x8c, 0xbe, 0xc9, 0xc0, 0x98, 0xeb, 0x27, 0xde, 0x3a, 0x18, 0x61, 0xa5, 0xc4, 0x1d, 0x18,
+ 0x93, 0x5d, 0xef, 0xd8, 0x12, 0x70, 0x4f, 0x2f, 0x40, 0xc3, 0xcb, 0x1e, 0x15, 0x06, 0x0f, 0x18,
+ 0x95, 0xed, 0x4b, 0xbc, 0x88, 0x2c, 0xbc, 0x64, 0xdf, 0x71, 0xa5, 0xbb, 0xd1, 0xcf, 0x16, 0x6a,
+ 0x1a, 0xa5, 0x1c, 0x98, 0x9a, 0xe8, 0xb3, 0x49, 0x8f, 0xc2, 0x22, 0x9f, 0x5c, 0xf9, 0xdf, 0x83,
+ 0xa6, 0xff, 0x4d, 0x03, 0x6b, 0xfe, 0x37, 0xca, 0x4d, 0xa1, 0x77, 0x86, 0x08, 0x35, 0x0f, 0x58,
+ 0x16, 0x5f, 0x32, 0x31, 0xe7, 0x3e, 0x6a, 0x7d, 0x9d, 0xd9, 0x9a, 0x93, 0x07, 0x8a, 0xbf, 0x3d,
+ 0xb9, 0xc2, 0xd9, 0x54, 0x3e, 0x97, 0x41, 0xdc, 0x3b, 0x4d, 0x34, 0xe5, 0x6b, 0x9b, 0xae, 0x03,
+ 0xca, 0x6d, 0x3f, 0xed, 0x33, 0xd0, 0xcb, 0x7a, 0xa3, 0xd9, 0xb4, 0x2f, 0x37, 0x3a, 0x9b, 0xc0,
+ 0xdb, 0x50, 0x3e, 0x16, 0xd8, 0xf1, 0x1d, 0x10, 0x90, 0xb4, 0x92, 0x03, 0x54, 0x26, 0x17, 0x47,
+ 0x1c, 0xc3, 0x68, 0x2a, 0x77, 0x5a, 0xfb, 0x88, 0xb9, 0xea, 0x9c, 0xfc, 0x80, 0x42, 0x11, 0x83,
+ 0x89, 0xe9, 0xa8, 0x04, 0x00, 0x34, 0x74, 0xba, 0x1d, 0xa0, 0x1f, 0xb0, 0x1c, 0x9b, 0x68, 0x78,
+ 0xb6, 0x84, 0xb0, 0x47, 0xfe, 0x04, 0x21, 0x82, 0x9d, 0xea, 0xce, 0x3b, 0x88, 0x4e, 0xad, 0x58,
+ 0x9a, 0xd7, 0x87, 0x84, 0x7e, 0xd8, 0x2f, 0x70, 0xcf, 0x03, 0x29, 0x3c, 0x86, 0x8d, 0xf8, 0x37,
+ 0x2d, 0x88, 0x23, 0x3f, 0xb3, 0x05, 0x01, 0xe8, 0xc0, 0xf8, 0x93, 0x0f, 0xd6, 0x32, 0x80, 0xa2,
+ 0x71, 0x7c, 0x9d, 0x64, 0xfa, 0x20, 0x00, 0x21, 0x1c, 0xf2, 0x69, 0xd8, 0x97, 0x2d, 0x7b, 0xbb,
+ 0x51, 0xbb, 0x48, 0x0a, 0x4e, 0xa9, 0x8b, 0xf4, 0xaa, 0x5d, 0xca, 0xa5, 0xcf, 0x24, 0xc7, 0xe4,
+ 0xaf, 0x72, 0xaa, 0x90, 0x29, 0xae, 0x1a, 0x56, 0xec, 0x31, 0x12, 0x01, 0xc7, 0x2c, 0xc6, 0xb7,
+ 0x44, 0x8c, 0x27, 0x03, 0xd7, 0x23, 0xc9, 0xc1, 0x4e, 0xbb, 0xeb, 0x82, 0xb6, 0x0b, 0x47, 0x23,
+ 0x6e, 0xeb, 0x19, 0x8d, 0xb8, 0x36, 0x14, 0x8d, 0x38, 0x9d, 0x2a, 0x67, 0x40, 0x91, 0xef, 0x23,
+ 0x74, 0x00, 0xaa, 0x7c, 0xc4, 0xd3, 0x13, 0xa8, 0x39, 0x9b, 0x96, 0x87, 0x21, 0x67, 0x79, 0x79,
+ 0xf2, 0x10, 0x22, 0xc3, 0x06, 0x0d, 0x5e, 0xc9, 0x15, 0x0b, 0x76, 0x7a, 0xad, 0x5c, 0xce, 0x16,
+ 0xaa, 0x89, 0x19, 0xeb, 0x10, 0x97, 0x0b, 0x6d, 0x12, 0x31, 0x6a, 0x93, 0x6f, 0xa7, 0x4d, 0x3e,
+ 0x3a, 0xdd, 0x53, 0x08, 0x91, 0x3d, 0x02, 0x16, 0x13, 0x6a, 0x85, 0x3b, 0x88, 0x4e, 0xee, 0xb3,
+ 0xae, 0xc5, 0x95, 0xa0, 0xcd, 0xa2, 0x2f, 0xe7, 0x2e, 0x72, 0xe2, 0x63, 0x96, 0x83, 0x5d, 0xf0,
+ 0xa0, 0x2a, 0x20, 0x6b, 0x4a, 0x9c, 0x50, 0x1c, 0x96, 0x87, 0x09, 0x64, 0xd5, 0xd8, 0x6d, 0xa7,
+ 0xde, 0x70, 0xc0, 0x9d, 0xb8, 0x5b, 0x6e, 0xfe, 0x8d, 0x56, 0xc2, 0x84, 0xa8, 0x37, 0xda, 0x3c,
+ 0x96, 0x4e, 0xd5, 0x78, 0x02, 0x83, 0xae, 0x88, 0xa4, 0xa5, 0x7b, 0xa5, 0xe0, 0x05, 0x5a, 0x6a,
+ 0x80, 0xcb, 0x43, 0xdc, 0x34, 0x2d, 0x9d, 0x5e, 0xd1, 0xbb, 0x2d, 0x2a, 0xe9, 0x2c, 0xe8, 0xbe,
+ 0xc0, 0x3a, 0x69, 0xbb, 0x46, 0xcd, 0x71, 0x19, 0x63, 0x01, 0xfb, 0x12, 0xa8, 0x15, 0x8c, 0x4b,
+ 0x14, 0xb1, 0x75, 0x11, 0x1f, 0xa7, 0x91, 0xa1, 0x5c, 0x5a, 0x59, 0x27, 0x05, 0xf4, 0x1e, 0xd8,
+ 0x7d, 0x3c, 0xb0, 0xa1, 0x08, 0xf9, 0x48, 0x72, 0x68, 0xdd, 0x69, 0xfa, 0x6e, 0x62, 0xd6, 0xda,
+ 0x4f, 0xa7, 0x5f, 0x9d, 0x4b, 0x80, 0x71, 0x30, 0xb0, 0xc7, 0x9f, 0x48, 0xbb, 0x76, 0x90, 0x33,
+ 0x75, 0x06, 0xaa, 0xaa, 0x67, 0x33, 0x58, 0x91, 0x1c, 0xd3, 0x4a, 0xec, 0x13, 0xc7, 0x29, 0x42,
+ 0xaf, 0xe9, 0x7a, 0x62, 0xdd, 0x53, 0x84, 0xff, 0xc0, 0xf9, 0xc4, 0x20, 0x10, 0x31, 0xf0, 0x0c,
+ 0x55, 0x80, 0x82, 0x12, 0x15, 0xda, 0xb6, 0xcc, 0xd2, 0xfc, 0x46, 0xad, 0x01, 0x90, 0xc0, 0x22,
+ 0x9c, 0x3d, 0x6f, 0x1d, 0xb9, 0x20, 0xa5, 0xbc, 0xad, 0xe4, 0x3a, 0xc8, 0xf9, 0xf1, 0xa4, 0xf4,
+ 0x9e, 0x7a, 0xab, 0x82, 0x63, 0xd6, 0x11, 0x6e, 0x7e, 0x2b, 0xbb, 0x90, 0xb4, 0x00, 0xec, 0xc1,
+ 0xbc, 0x72, 0x2e, 0x38, 0x32, 0x1b, 0x32, 0x42, 0x4e, 0x28, 0x0b, 0xc2, 0x0e, 0x14, 0x10, 0x1f,
+ 0x01, 0x32, 0x1a, 0x73, 0x1f, 0xee, 0xb4, 0x1d, 0x5b, 0x9e, 0xf1, 0x8d, 0x2f, 0xd0, 0xe8, 0x21,
+ 0xe9, 0x97, 0xce, 0x22, 0x10, 0x78, 0x1c, 0x89, 0x5b, 0x84, 0xdb, 0x82, 0xf8, 0xa0, 0x03, 0x82,
+ 0xd1, 0x93, 0x63, 0xa6, 0x1f, 0xd4, 0xd3, 0x37, 0x48, 0xd1, 0x88, 0x0b, 0xd6, 0x7e, 0xce, 0xb4,
+ 0x5e, 0xb7, 0x03, 0x16, 0x84, 0x4b, 0xb1, 0xeb, 0x31, 0xe8, 0x24, 0x4b, 0x71, 0xc4, 0x22, 0x2f,
+ 0x4d, 0x5e, 0x77, 0xd1, 0x36, 0x0a, 0xec, 0xb5, 0xd6, 0xc5, 0x96, 0x77, 0xb9, 0x15, 0xe7, 0x3c,
+ 0xa4, 0xa5, 0xe0, 0x0d, 0x85, 0x0e, 0x32, 0x24, 0x13, 0x7a, 0xc5, 0xbb, 0xb2, 0x66, 0xbc, 0x0b,
+ 0xc4, 0xa3, 0xdc, 0xd0, 0x46, 0xcb, 0x96, 0x8e, 0xef, 0x8a, 0x14, 0x9d, 0x6a, 0xb3, 0x1f, 0x56,
+ 0x75, 0x14, 0x1c, 0x8f, 0x44, 0xc1, 0x73, 0x57, 0x6b, 0x38, 0xdf, 0x6e, 0x1d, 0x03, 0x6a, 0x20,
+ 0x3f, 0x5d, 0x84, 0xb5, 0x3d, 0xdb, 0x14, 0xc2, 0x4f, 0xa2, 0x01, 0x32, 0x96, 0x75, 0xa9, 0xe1,
+ 0x37, 0x2e, 0x34, 0x9a, 0xb8, 0x6d, 0x67, 0xa8, 0xfb, 0x43, 0xd3, 0x6a, 0x6f, 0xce, 0xaa, 0xba,
+ 0xe4, 0x44, 0x4c, 0xa1, 0x5d, 0xea, 0x5e, 0x68, 0x36, 0x6a, 0x71, 0xc1, 0x92, 0x3c, 0xa9, 0x5d,
+ 0x98, 0x86, 0x5e, 0xe1, 0x80, 0x4a, 0x81, 0x5a, 0x17, 0x99, 0xcd, 0x26, 0xa5, 0x38, 0xbe, 0x4a,
+ 0xe8, 0x05, 0x56, 0x10, 0x87, 0x32, 0x01, 0x65, 0x15, 0x14, 0x93, 0xf2, 0x1a, 0x89, 0xf8, 0xa2,
+ 0x8a, 0x7f, 0xc4, 0x86, 0x61, 0x4a, 0x18, 0x86, 0x41, 0x3b, 0x1a, 0x8f, 0x50, 0x1b, 0x1e, 0x78,
+ 0x3d, 0xa2, 0x4b, 0x22, 0x0c, 0xa0, 0xc1, 0x07, 0x61, 0x6b, 0x06, 0x0d, 0x00, 0x41, 0x32, 0x80,
+ 0x9c, 0x76, 0x03, 0x78, 0xb0, 0x4c, 0x3b, 0x7b, 0xa7, 0x75, 0xb3, 0x3e, 0x00, 0x9a, 0xfd, 0xca,
+ 0x89, 0x69, 0xbb, 0xe0, 0xc3, 0x83, 0x49, 0x5e, 0xa1, 0xc9, 0x23, 0xae, 0xe5, 0xe4, 0x9b, 0x2e,
+ 0x39, 0x51, 0x41, 0x00, 0x8e, 0x2c, 0xc1, 0x2a, 0x4d, 0xf9, 0x8c, 0x75, 0x73, 0x6f, 0xb8, 0xda,
+ 0x26, 0x9e, 0xf4, 0x8e, 0xaf, 0xd1, 0x0e, 0x1c, 0x99, 0xae, 0x48, 0x88, 0x92, 0x00, 0xa0, 0x3d,
+ 0xde, 0xbb, 0x56, 0xc8, 0x64, 0x97, 0x73, 0x85, 0x6c, 0x26, 0x51, 0xb4, 0x6e, 0x13, 0x9d, 0xb5,
+ 0xa0, 0x9b, 0xde, 0x1d, 0x9e, 0xbd, 0xda, 0x0e, 0xd1, 0x28, 0x16, 0xba, 0x58, 0x86, 0xf8, 0xcf,
+ 0xd1, 0xb4, 0x0b, 0xd6, 0xfe, 0x6d, 0x07, 0x96, 0x0f, 0x83, 0x74, 0x48, 0xe7, 0x3d, 0x24, 0xba,
+ 0x54, 0xe2, 0xac, 0x84, 0xd5, 0x15, 0x5e, 0x9b, 0xbc, 0x29, 0xb6, 0x18, 0x38, 0xac, 0xd9, 0xd8,
+ 0x02, 0x73, 0xaa, 0x3e, 0x71, 0x97, 0xb5, 0x37, 0xe0, 0x78, 0x4b, 0xf9, 0xdf, 0xe4, 0xb1, 0x00,
+ 0xd3, 0x75, 0x88, 0x7f, 0xd0, 0xd4, 0xdc, 0x37, 0x59, 0x0f, 0x47, 0x66, 0x47, 0xad, 0x3d, 0xe5,
+ 0x6c, 0x2a, 0x73, 0x7e, 0xad, 0xc4, 0x06, 0xc1, 0xd2, 0x1a, 0xad, 0x64, 0xcb, 0xa8, 0x06, 0xb3,
+ 0x55, 0x28, 0xe8, 0x4b, 0xec, 0xb1, 0x06, 0xca, 0x6b, 0x05, 0xd6, 0x8f, 0xd1, 0xda, 0x52, 0xb1,
+ 0x52, 0x45, 0x35, 0xc9, 0x06, 0xf0, 0x57, 0xa1, 0x58, 0xa5, 0x76, 0x6c, 0x08, 0x46, 0xd9, 0xc7,
+ 0x5b, 0x61, 0xfc, 0x7f, 0xa5, 0xc0, 0x86, 0x27, 0xbf, 0xd1, 0x67, 0xed, 0x55, 0x16, 0x18, 0x88,
+ 0x32, 0x69, 0x83, 0xb1, 0x9f, 0xca, 0xff, 0xfa, 0xb0, 0x15, 0x3f, 0x73, 0x10, 0x31, 0xe0, 0x6b,
+ 0x68, 0x8c, 0x72, 0x2a, 0x5d, 0xcd, 0xa5, 0xb3, 0x30, 0xf4, 0x98, 0x65, 0x55, 0x8b, 0x6b, 0xe5,
+ 0x02, 0x8c, 0x58, 0xa8, 0x32, 0xf4, 0xb5, 0xc6, 0xd2, 0xc5, 0x62, 0xc9, 0x46, 0x35, 0xcf, 0x5b,
+ 0xa0, 0x6b, 0x73, 0x30, 0x9f, 0x5d, 0x49, 0xa5, 0xcf, 0x73, 0x8f, 0x94, 0x17, 0x0f, 0x81, 0xf6,
+ 0xba, 0x4e, 0x14, 0x57, 0x8a, 0xf9, 0xa2, 0xfd, 0xe0, 0x5a, 0x76, 0x2d, 0x2b, 0x2a, 0x87, 0xb1,
+ 0x4d, 0xba, 0xb8, 0x5a, 0xca, 0x56, 0x73, 0xd5, 0xdc, 0x59, 0x59, 0xbc, 0x07, 0x26, 0xc9, 0xc4,
+ 0x74, 0x4e, 0x9c, 0x3d, 0x21, 0x4a, 0x47, 0x40, 0x39, 0x1e, 0x38, 0x97, 0xcd, 0x9e, 0xc9, 0x16,
+ 0x32, 0x36, 0x4d, 0x26, 0x7b, 0x9e, 0xa1, 0xb9, 0x7e, 0x20, 0x5f, 0x4c, 0x03, 0x64, 0x30, 0x15,
+ 0x6b, 0xf2, 0xef, 0xfb, 0xad, 0x43, 0x14, 0xe3, 0xc1, 0x65, 0x93, 0x88, 0x2a, 0xd1, 0xd9, 0x20,
+ 0xee, 0x01, 0x4f, 0x3c, 0x50, 0xbb, 0x32, 0x6f, 0x8d, 0x49, 0xb2, 0x17, 0xe7, 0x87, 0xdc, 0x40,
+ 0xbf, 0x75, 0x3a, 0xae, 0x83, 0x69, 0x21, 0x92, 0xf8, 0xaf, 0x89, 0x2f, 0xf5, 0x59, 0xfb, 0x8d,
+ 0x92, 0x90, 0xa7, 0xd2, 0x27, 0x6d, 0xca, 0x96, 0xd7, 0xde, 0xc2, 0x68, 0xa5, 0x1c, 0x41, 0xb0,
+ 0x3e, 0xb0, 0xe8, 0x56, 0x03, 0x2c, 0x3c, 0x51, 0x3e, 0x20, 0x33, 0x38, 0x40, 0x56, 0xab, 0x78,
+ 0x10, 0xb4, 0x5e, 0x77, 0x2e, 0x21, 0x4d, 0x0b, 0xbf, 0x4b, 0x45, 0xc2, 0x8d, 0x62, 0x11, 0x5c,
+ 0x19, 0x96, 0x66, 0x04, 0xef, 0xd2, 0xde, 0x74, 0x9b, 0x75, 0x11, 0x97, 0x81, 0x16, 0xe6, 0x78,
+ 0xbc, 0x72, 0x44, 0x66, 0x5c, 0x98, 0xdd, 0xad, 0x7b, 0x8d, 0xa6, 0xe8, 0x73, 0xaf, 0x38, 0x46,
+ 0xb8, 0x11, 0x31, 0x42, 0xc6, 0x91, 0x54, 0xab, 0x05, 0xed, 0x0c, 0x9a, 0x47, 0x74, 0x48, 0x11,
+ 0x72, 0x9f, 0x7a, 0xf2, 0x41, 0xeb, 0xa8, 0x6c, 0x51, 0x4a, 0x2f, 0x81, 0xfb, 0xa4, 0x19, 0x67,
+ 0x08, 0xbd, 0x0d, 0x8a, 0xc0, 0x6b, 0x39, 0xc2, 0x03, 0x87, 0x02, 0xf4, 0x15, 0xc1, 0x55, 0x14,
+ 0xf8, 0x01, 0x54, 0x6e, 0xd7, 0x30, 0x4e, 0x11, 0x04, 0xc5, 0x27, 0xdf, 0xd1, 0x07, 0x1b, 0x5b,
+ 0xc2, 0x4c, 0x9a, 0x1c, 0xc0, 0x9e, 0x76, 0xdb, 0x1e, 0x85, 0x7e, 0x5c, 0x3d, 0xac, 0xd5, 0x27,
+ 0x57, 0xcb, 0xc3, 0x45, 0x36, 0x3f, 0x2e, 0x34, 0xfc, 0xcf, 0xc3, 0x68, 0xb2, 0x3f, 0xb9, 0x8b,
+ 0x07, 0x4f, 0x7a, 0xc8, 0x1d, 0x30, 0x4f, 0x01, 0x67, 0xc2, 0x7c, 0x3f, 0x12, 0xcb, 0x65, 0xd7,
+ 0x69, 0x63, 0x7c, 0x86, 0x1f, 0x98, 0x22, 0x5e, 0xc1, 0xbe, 0x52, 0xbe, 0xe1, 0xb0, 0x6c, 0xe5,
+ 0x77, 0x76, 0x9a, 0x2e, 0x39, 0x6c, 0xe4, 0x61, 0x69, 0xae, 0x02, 0x39, 0xb1, 0xe4, 0xe3, 0x4f,
+ 0xbe, 0xa2, 0xcf, 0x3a, 0x12, 0xcc, 0x1d, 0xbd, 0x91, 0x8a, 0x48, 0xe4, 0xf8, 0xdf, 0x67, 0xf6,
+ 0x93, 0xf3, 0xe0, 0x45, 0x93, 0xe9, 0xc0, 0x83, 0xa9, 0x29, 0xae, 0x08, 0xd7, 0xb6, 0x37, 0xc0,
+ 0x02, 0xa5, 0x79, 0x3a, 0x42, 0x97, 0xf2, 0x79, 0x62, 0x4c, 0x46, 0x05, 0x86, 0x27, 0x53, 0x48,
+ 0x22, 0xd8, 0x38, 0x55, 0xaf, 0x53, 0x0c, 0xd6, 0x69, 0xae, 0xb5, 0x1a, 0x9d, 0x5c, 0x0b, 0x19,
+ 0xc8, 0x6b, 0xef, 0xa0, 0x69, 0xd5, 0x85, 0x02, 0x3d, 0xf0, 0x02, 0xe3, 0xe3, 0xb6, 0x73, 0xb6,
+ 0xdb, 0x3f, 0xb9, 0x62, 0x1d, 0xe6, 0x5d, 0xd0, 0xde, 0x92, 0x50, 0xe7, 0x26, 0x06, 0x92, 0x87,
+ 0xcf, 0xfd, 0x9b, 0x3e, 0xe2, 0x8b, 0x7d, 0x22, 0x6e, 0xd9, 0x2f, 0xc3, 0x79, 0x12, 0x83, 0xc4,
+ 0x45, 0x93, 0xcf, 0xea, 0xb3, 0x6e, 0x53, 0xd4, 0xc7, 0x4f, 0x17, 0x96, 0xc1, 0x82, 0x76, 0xfc,
+ 0x9d, 0x0a, 0xa8, 0xc9, 0x7a, 0xb7, 0xe9, 0xd6, 0x79, 0xc7, 0x30, 0x01, 0x12, 0x09, 0x62, 0x45,
+ 0x18, 0xe5, 0x51, 0xca, 0xb6, 0x5f, 0xe6, 0x63, 0xac, 0xf3, 0xa6, 0x32, 0xb5, 0x42, 0x8e, 0x82,
+ 0x41, 0x08, 0xdf, 0x75, 0xd0, 0x7d, 0x1c, 0x94, 0x3c, 0xad, 0x8e, 0x34, 0xf1, 0x44, 0xd5, 0xe1,
+ 0xdc, 0x0a, 0x68, 0x3d, 0x24, 0x27, 0x73, 0xda, 0xf1, 0x71, 0xff, 0x1f, 0xec, 0xba, 0x80, 0x90,
+ 0x38, 0x71, 0x21, 0x18, 0x41, 0x46, 0x68, 0x07, 0x27, 0xef, 0xb6, 0xae, 0x0b, 0x35, 0x2e, 0xbb,
+ 0xfe, 0xb6, 0xd7, 0xf2, 0xe9, 0x2c, 0x02, 0xf3, 0x41, 0x10, 0x9e, 0xa3, 0x65, 0x32, 0x6d, 0x8d,
+ 0x87, 0x80, 0x33, 0xee, 0xba, 0xdf, 0x7b, 0x34, 0x24, 0x0a, 0xce, 0x76, 0x14, 0x85, 0xe3, 0xbb,
+ 0x70, 0xdc, 0xba, 0x3e, 0xa6, 0x13, 0x35, 0x2a, 0xe0, 0x48, 0x8e, 0xea, 0x8b, 0x61, 0xff, 0xab,
+ 0x75, 0x83, 0x6c, 0x91, 0x06, 0x98, 0xee, 0x96, 0x2b, 0xb0, 0x5d, 0x85, 0x1d, 0x73, 0x3b, 0x57,
+ 0xb5, 0xd0, 0x5d, 0x10, 0x3d, 0xe9, 0x5a, 0xb7, 0xee, 0xd6, 0xff, 0x32, 0x78, 0x7a, 0xdd, 0xb6,
+ 0xfb, 0xff, 0x7a, 0x98, 0x65, 0xeb, 0x26, 0x1c, 0x66, 0x25, 0x5d, 0xf5, 0x56, 0xd2, 0x92, 0x5e,
+ 0xdc, 0x0e, 0x51, 0x64, 0x9e, 0x60, 0x0d, 0xc7, 0xb9, 0x4f, 0x1e, 0xff, 0x04, 0xfd, 0x70, 0x4e,
+ 0x70, 0x60, 0xcb, 0xb8, 0x0f, 0xb0, 0xea, 0x6c, 0xe7, 0x3d, 0x2e, 0x21, 0xb9, 0xae, 0xef, 0x9d,
+ 0xe4, 0x77, 0x14, 0x4f, 0x21, 0x38, 0xa8, 0xec, 0x69, 0x28, 0x38, 0x34, 0x54, 0x49, 0x6a, 0x3c,
+ 0x54, 0x36, 0x79, 0x0e, 0xa4, 0x09, 0x4c, 0xb5, 0x80, 0x11, 0x5d, 0x61, 0x2f, 0xaf, 0x6d, 0xd7,
+ 0xc5, 0x69, 0x86, 0x10, 0xc4, 0x5a, 0xbc, 0x14, 0x03, 0x1b, 0x40, 0xd7, 0xc1, 0xb1, 0x77, 0x7f,
+ 0x10, 0xd4, 0x14, 0x89, 0x58, 0xa2, 0xe3, 0x5b, 0x41, 0xf9, 0x42, 0xc7, 0xab, 0xce, 0x45, 0xb7,
+ 0x08, 0xc2, 0xa7, 0x0d, 0xc0, 0x3a, 0x0e, 0x69, 0xcd, 0x93, 0x47, 0x38, 0x41, 0x97, 0xf9, 0xb9,
+ 0xb6, 0x84, 0xf3, 0x27, 0xdf, 0xd0, 0xc7, 0x09, 0x21, 0x5c, 0xa1, 0x68, 0x27, 0x65, 0xed, 0xf5,
+ 0x64, 0x21, 0xf4, 0x85, 0xaa, 0x76, 0x7a, 0x7a, 0xb7, 0x16, 0xd3, 0x05, 0xf7, 0xf2, 0x79, 0x10,
+ 0x64, 0xbe, 0x9a, 0x8c, 0x81, 0x0c, 0xca, 0x81, 0x99, 0x38, 0x65, 0xb1, 0x38, 0xb0, 0x20, 0xee,
+ 0xd8, 0x83, 0xb5, 0xa6, 0xac, 0x6b, 0xc5, 0x59, 0x10, 0x6c, 0x5f, 0x0a, 0x13, 0xa6, 0xf2, 0x0d,
+ 0xbf, 0x43, 0x69, 0x1f, 0x6a, 0x8f, 0xf8, 0x34, 0xf7, 0x4f, 0x9e, 0xb2, 0x6e, 0x41, 0xd8, 0x92,
+ 0xdb, 0x46, 0x89, 0x7c, 0xce, 0x6b, 0x37, 0xeb, 0x6b, 0x60, 0x7b, 0xe7, 0x3d, 0xef, 0x62, 0x77,
+ 0x5b, 0xcc, 0x9e, 0x24, 0x9c, 0x2f, 0x0f, 0x72, 0xb9, 0x1a, 0x7c, 0x4f, 0xbf, 0x35, 0xb9, 0x5b,
+ 0x43, 0x81, 0x98, 0x5f, 0xb0, 0x46, 0xf9, 0x49, 0x0f, 0x0f, 0x30, 0xf2, 0x13, 0xbd, 0xfb, 0xa6,
+ 0xaf, 0xdc, 0x72, 0x3a, 0x5b, 0xa6, 0x76, 0x69, 0x68, 0x96, 0x3c, 0x5c, 0x59, 0x4b, 0xa7, 0xb3,
+ 0x95, 0x8a, 0x9d, 0x4a, 0xa7, 0x8b, 0x6b, 0x85, 0xaa, 0xbd, 0x0c, 0xff, 0xcf, 0x84, 0xf8, 0x82,
+ 0xd3, 0xe8, 0x9b, 0xfa, 0xac, 0x51, 0xad, 0x29, 0x90, 0x5f, 0x7c, 0x63, 0x9e, 0x31, 0x90, 0x2d,
+ 0x97, 0x8b, 0x65, 0x7b, 0xad, 0x70, 0xa6, 0x50, 0x3c, 0x57, 0x00, 0x8b, 0xf0, 0x66, 0xeb, 0x06,
+ 0x51, 0x54, 0x41, 0xa7, 0x0c, 0x23, 0x36, 0xe7, 0xca, 0xc5, 0xc2, 0x0a, 0xb4, 0x29, 0x83, 0x19,
+ 0x06, 0x36, 0xe2, 0x9d, 0xd6, 0x6d, 0x1c, 0xa2, 0x50, 0xb4, 0x4b, 0xd9, 0xf2, 0x72, 0x36, 0x5d,
+ 0xb5, 0xcf, 0x15, 0xcb, 0xf9, 0x4c, 0xa8, 0xfb, 0x81, 0xc4, 0x1d, 0xd6, 0xad, 0x0a, 0x32, 0x9f,
+ 0x2b, 0x9c, 0xc9, 0x66, 0xec, 0x0a, 0xd9, 0x90, 0x26, 0xe0, 0xe0, 0xe4, 0x23, 0x7d, 0xa0, 0x9e,
+ 0xd2, 0x98, 0x3b, 0xd6, 0xaa, 0x83, 0x1d, 0x53, 0x95, 0x82, 0xda, 0xad, 0x67, 0x40, 0xd6, 0x9a,
+ 0x67, 0x95, 0x7d, 0x32, 0x6c, 0xb0, 0xb1, 0x2d, 0x95, 0x04, 0xfc, 0x78, 0x78, 0x7b, 0x2b, 0x30,
+ 0xb3, 0x30, 0x21, 0x56, 0xe6, 0x1f, 0x81, 0x24, 0xaf, 0x83, 0xe3, 0xb6, 0xe9, 0x0b, 0xfb, 0x4a,
+ 0x86, 0xae, 0xb7, 0xbb, 0xed, 0x1a, 0x08, 0x3b, 0x17, 0x93, 0x0c, 0x90, 0x0a, 0xca, 0xc0, 0xd9,
+ 0xc1, 0x0c, 0xd0, 0x67, 0xc7, 0x59, 0x34, 0x1b, 0x2d, 0x4c, 0xd5, 0x18, 0x24, 0x91, 0xdf, 0x27,
+ 0x63, 0x10, 0xbd, 0x67, 0x8a, 0xca, 0x0b, 0x33, 0x34, 0x50, 0xdc, 0xee, 0x9d, 0x5c, 0x00, 0x2a,
+ 0x34, 0xfb, 0x24, 0x2a, 0xbc, 0xc3, 0x1a, 0xa2, 0x5c, 0x15, 0xd1, 0xe1, 0xf8, 0x74, 0x8f, 0x81,
+ 0x27, 0xf3, 0xc0, 0x8c, 0x81, 0xca, 0xcd, 0x3e, 0xb9, 0xdb, 0xd8, 0xae, 0x34, 0xbd, 0x0e, 0x79,
+ 0x1c, 0x4d, 0xf4, 0xf7, 0x75, 0x59, 0x48, 0x51, 0x2f, 0x75, 0xfa, 0x67, 0x30, 0x09, 0x97, 0x81,
+ 0x8b, 0x56, 0x42, 0x8a, 0xda, 0xb2, 0x5b, 0x77, 0xdd, 0x2d, 0x94, 0xff, 0xc8, 0x12, 0x98, 0x8d,
+ 0x07, 0x8a, 0x2d, 0x08, 0x6e, 0x63, 0x5c, 0x44, 0xe2, 0xc7, 0x56, 0x86, 0xdb, 0xe4, 0xf3, 0x71,
+ 0x97, 0x22, 0x3d, 0x28, 0x42, 0x5f, 0xb6, 0x46, 0xda, 0xe2, 0x6f, 0x41, 0xe5, 0x77, 0x4c, 0xf7,
+ 0x06, 0x37, 0xa8, 0x7b, 0xf4, 0xa2, 0x5d, 0xe9, 0xd6, 0x6a, 0x2e, 0x40, 0xd5, 0x27, 0xef, 0x31,
+ 0xc9, 0x17, 0xdc, 0x25, 0xad, 0x96, 0x7b, 0x30, 0x17, 0xed, 0x65, 0xca, 0x67, 0x63, 0x7d, 0x93,
+ 0xaf, 0xda, 0xcb, 0xe5, 0x25, 0xd7, 0x20, 0x5b, 0x17, 0x9c, 0x4e, 0xde, 0xdb, 0xc8, 0x62, 0xf0,
+ 0x3f, 0x91, 0xd4, 0x0e, 0x96, 0xc6, 0x4e, 0x1e, 0x16, 0x71, 0xd3, 0xe2, 0xea, 0x52, 0xaa, 0x9a,
+ 0x2f, 0xae, 0x50, 0x46, 0x56, 0x25, 0x79, 0x38, 0x54, 0x9a, 0x49, 0xad, 0xa6, 0x56, 0xb2, 0x74,
+ 0xec, 0xed, 0xb4, 0x41, 0xd2, 0xda, 0xea, 0x48, 0x9d, 0x47, 0x8b, 0x79, 0xa1, 0x38, 0x90, 0x52,
+ 0x56, 0x1a, 0xcf, 0x4b, 0xec, 0x74, 0x1c, 0x50, 0x5a, 0x42, 0x48, 0x0c, 0xca, 0x26, 0x75, 0x67,
+ 0x0b, 0x8f, 0x17, 0xf4, 0x26, 0x01, 0x29, 0xb6, 0xd6, 0x9b, 0x8d, 0x1a, 0xd8, 0x50, 0xb6, 0x3a,
+ 0x76, 0xa5, 0xd4, 0x53, 0x30, 0x89, 0x54, 0x6f, 0x40, 0xcc, 0x5d, 0x8a, 0xab, 0xee, 0x91, 0x31,
+ 0x07, 0xbd, 0x96, 0xce, 0xf8, 0x47, 0x64, 0x1e, 0x04, 0x1e, 0xb2, 0xf0, 0x19, 0xaa, 0x56, 0x7b,
+ 0x65, 0x20, 0x28, 0xa8, 0xa3, 0x36, 0x96, 0xd6, 0x86, 0x62, 0x29, 0x4d, 0x57, 0x05, 0x3b, 0x47,
+ 0xb5, 0xac, 0x53, 0x59, 0x47, 0x61, 0xce, 0x7d, 0x54, 0x01, 0x2c, 0x76, 0xc9, 0x69, 0x76, 0x5d,
+ 0x71, 0xe4, 0x0b, 0x2c, 0xb6, 0xe9, 0x3a, 0xcd, 0xce, 0x26, 0x45, 0xf5, 0x87, 0x4c, 0x53, 0xeb,
+ 0x00, 0x19, 0xad, 0x68, 0xda, 0x76, 0xba, 0x2d, 0xbb, 0xde, 0xe5, 0x19, 0xb2, 0x14, 0xd8, 0xe7,
+ 0xc5, 0x18, 0x80, 0x53, 0xc5, 0x07, 0xa9, 0x58, 0x20, 0x40, 0x04, 0x6b, 0x3a, 0xde, 0xc6, 0x06,
+ 0x8c, 0x2f, 0x42, 0xf9, 0x74, 0x90, 0x1e, 0x53, 0xbb, 0xbe, 0x4e, 0x21, 0x7d, 0xf2, 0xab, 0x64,
+ 0x1d, 0x77, 0x73, 0x0e, 0xa9, 0xec, 0x6e, 0xa9, 0x84, 0x1f, 0xa6, 0x50, 0x7e, 0xbf, 0x51, 0xc6,
+ 0x73, 0xf0, 0xfa, 0x71, 0xe3, 0x37, 0xbc, 0x26, 0x46, 0xa3, 0xc9, 0xfc, 0xbb, 0x4e, 0x57, 0xb2,
+ 0xb4, 0x22, 0x40, 0xd2, 0x65, 0x3a, 0x78, 0xed, 0x47, 0x83, 0x63, 0xcb, 0xab, 0x83, 0xa7, 0x84,
+ 0xb9, 0x00, 0x72, 0x09, 0x47, 0xa9, 0x0a, 0x70, 0xf0, 0xf0, 0xb6, 0xec, 0x64, 0x42, 0xb2, 0x24,
+ 0xa5, 0x91, 0x6e, 0x36, 0x3a, 0x32, 0x5d, 0x4e, 0x27, 0x1a, 0x32, 0x7a, 0x6f, 0x50, 0x39, 0x17,
+ 0x7c, 0xa7, 0xa8, 0xf0, 0x46, 0x19, 0x10, 0xf6, 0x2e, 0xf8, 0x36, 0x3a, 0x59, 0x94, 0x50, 0x5b,
+ 0x73, 0x65, 0x7e, 0x1c, 0xec, 0x2d, 0x08, 0x83, 0x06, 0x86, 0xcc, 0xc8, 0xb8, 0x3f, 0x2e, 0xf2,
+ 0xd2, 0xc3, 0xe5, 0x27, 0x44, 0x62, 0x64, 0xb8, 0xfc, 0xa4, 0x48, 0x8a, 0x0c, 0x97, 0xdf, 0x1f,
+ 0xe4, 0x45, 0xfa, 0x38, 0x49, 0x91, 0x54, 0x7e, 0xab, 0x3c, 0x70, 0xda, 0x6c, 0xd4, 0xeb, 0x6e,
+ 0xcb, 0x96, 0x28, 0xa0, 0x63, 0x83, 0x10, 0x15, 0x5e, 0xc0, 0x63, 0x49, 0xb4, 0x4a, 0x9e, 0x40,
+ 0x75, 0x80, 0xb0, 0x96, 0xdb, 0xed, 0xb4, 0xc1, 0x65, 0xae, 0x21, 0x2a, 0x89, 0x3d, 0x6f, 0x97,
+ 0xd8, 0x69, 0x77, 0x5b, 0x2e, 0x2f, 0xba, 0x23, 0x76, 0x3e, 0x98, 0x65, 0x37, 0xc0, 0xa3, 0xb6,
+ 0x78, 0x60, 0xe9, 0xe2, 0xdd, 0x07, 0xe7, 0x12, 0xcf, 0x81, 0xa7, 0x54, 0x68, 0x28, 0x05, 0xa9,
+ 0xd1, 0x00, 0x33, 0xce, 0x95, 0xf4, 0x41, 0x61, 0x7d, 0xaa, 0x34, 0x38, 0x46, 0x90, 0xc6, 0xdd,
+ 0xd2, 0x0f, 0xd0, 0x18, 0x43, 0x54, 0xdd, 0xa3, 0x6b, 0x96, 0x7b, 0x75, 0x9d, 0x33, 0x2d, 0x27,
+ 0xc7, 0x23, 0x0e, 0x92, 0x82, 0x44, 0xdc, 0x1e, 0x8f, 0x8e, 0x05, 0x07, 0x62, 0x08, 0xaf, 0xb9,
+ 0x4e, 0x51, 0xfb, 0x91, 0xc9, 0xef, 0x0c, 0x73, 0x93, 0x44, 0xf8, 0x2d, 0xeb, 0x20, 0xbe, 0xd2,
+ 0xe8, 0x2f, 0xc7, 0x59, 0xb6, 0x40, 0xff, 0x17, 0x60, 0xae, 0x78, 0x0c, 0xd4, 0xaa, 0x47, 0x0e,
+ 0x59, 0xef, 0x04, 0xcf, 0xae, 0xe9, 0x75, 0x64, 0x02, 0xd2, 0xd1, 0xe9, 0x98, 0x6e, 0xa7, 0x49,
+ 0x4f, 0x00, 0xa2, 0x2e, 0x38, 0xf5, 0x0d, 0x95, 0x41, 0x3d, 0x28, 0x83, 0xde, 0x7c, 0xe6, 0xa2,
+ 0x74, 0x48, 0x46, 0xb1, 0x54, 0x04, 0x85, 0xc4, 0xd0, 0xc4, 0xef, 0x0f, 0x5a, 0x83, 0xd4, 0x8d,
+ 0xa6, 0x5c, 0xf8, 0xfc, 0x8e, 0x5b, 0xc3, 0x1d, 0xf0, 0x7f, 0x37, 0x79, 0xea, 0xcd, 0xe8, 0xc9,
+ 0x9b, 0x7b, 0x4e, 0x61, 0xba, 0x4a, 0x70, 0x89, 0x7b, 0xac, 0x41, 0xf4, 0x7b, 0x49, 0x56, 0x8e,
+ 0x9e, 0x3c, 0xd6, 0x1b, 0x1e, 0x6d, 0x69, 0x84, 0x26, 0xcf, 0x67, 0xf0, 0x4a, 0xd0, 0xa4, 0xc1,
+ 0xee, 0x11, 0x89, 0x4e, 0x43, 0x57, 0x82, 0x46, 0xd7, 0x33, 0xf1, 0x00, 0xac, 0x73, 0xcb, 0xeb,
+ 0x34, 0x6a, 0xc2, 0x53, 0x1e, 0x3d, 0x39, 0xd9, 0xbb, 0x45, 0x56, 0x40, 0x4e, 0x9c, 0xb0, 0x86,
+ 0xc5, 0x4a, 0x50, 0xb8, 0xd1, 0x5f, 0xc6, 0x79, 0xb3, 0x28, 0xe2, 0x39, 0x52, 0xb4, 0x4d, 0x13,
+ 0xbf, 0x00, 0xd8, 0xc3, 0xc5, 0x2c, 0x02, 0xf6, 0xe0, 0x5f, 0x09, 0x3e, 0x76, 0xf2, 0x86, 0xd8,
+ 0xf1, 0xb2, 0x08, 0x9c, 0xcb, 0x24, 0xd9, 0x45, 0x9b, 0x0e, 0x10, 0xed, 0x8a, 0xd7, 0xf4, 0xca,
+ 0x4e, 0xeb, 0x22, 0xe5, 0x3f, 0x60, 0x81, 0xde, 0xf9, 0x71, 0x6b, 0x90, 0xd6, 0x0e, 0x5c, 0x88,
+ 0x61, 0x62, 0xa7, 0xd9, 0xf8, 0x25, 0xb7, 0x1e, 0xb8, 0x8b, 0xfb, 0x22, 0x16, 0xf1, 0xc4, 0xa2,
+ 0x35, 0x48, 0xeb, 0x8f, 0x84, 0x24, 0xd0, 0xe9, 0xc3, 0x02, 0x3a, 0x61, 0x52, 0x89, 0x60, 0x9c,
+ 0x13, 0xf8, 0x65, 0x24, 0x52, 0x70, 0x13, 0x37, 0x59, 0x23, 0x12, 0x1d, 0x08, 0x20, 0x91, 0xa8,
+ 0x3a, 0x9a, 0xfc, 0xf5, 0x3e, 0x6b, 0x8f, 0x58, 0x05, 0x06, 0xfa, 0xc2, 0xeb, 0x00, 0xdb, 0xf2,
+ 0xb0, 0x75, 0x50, 0x96, 0x52, 0x6a, 0x26, 0x15, 0x63, 0x44, 0x63, 0x9f, 0x2c, 0x3e, 0x07, 0x93,
+ 0x00, 0xc3, 0x51, 0x6b, 0x0e, 0x3a, 0x7d, 0x0b, 0x4c, 0x23, 0x9f, 0x61, 0xfe, 0xc3, 0xb5, 0xb2,
+ 0x14, 0xcd, 0x24, 0x9f, 0x42, 0x19, 0x75, 0x36, 0x04, 0x22, 0xe7, 0x88, 0xac, 0x58, 0xc6, 0x43,
+ 0x16, 0x72, 0xeb, 0xc0, 0x1e, 0x73, 0xd9, 0xf0, 0xe4, 0xe3, 0x7d, 0xdc, 0xc3, 0x44, 0xd7, 0x8f,
+ 0x27, 0x2b, 0x82, 0x43, 0xb1, 0xd4, 0xf4, 0x3c, 0xb4, 0xdd, 0x40, 0x32, 0x71, 0xdf, 0xaa, 0x8e,
+ 0x68, 0x40, 0xad, 0x42, 0x87, 0x22, 0x22, 0x12, 0x01, 0x6c, 0xd8, 0xc2, 0xdb, 0x4e, 0x20, 0xaf,
+ 0x5a, 0x3c, 0xf7, 0x4c, 0xcf, 0x96, 0x43, 0xe6, 0xc2, 0x2c, 0x15, 0xdb, 0xd9, 0x22, 0xb1, 0x38,
+ 0xa0, 0xae, 0xf1, 0x74, 0x9c, 0x56, 0xfd, 0xc2, 0x4e, 0xa0, 0x11, 0x06, 0xa5, 0xc0, 0x0c, 0x77,
+ 0xc4, 0x63, 0x08, 0x3f, 0xec, 0x07, 0x0b, 0x46, 0xe4, 0xcb, 0x92, 0x9c, 0x4b, 0xcb, 0xfb, 0x10,
+ 0xbb, 0xf8, 0x94, 0x47, 0x34, 0x76, 0xed, 0xd7, 0xca, 0x0f, 0x07, 0xbc, 0x3a, 0x60, 0x80, 0x8f,
+ 0x05, 0xb7, 0x2c, 0x48, 0xc4, 0x0e, 0xaa, 0x28, 0x01, 0x4a, 0x02, 0xa7, 0xed, 0x6c, 0xd9, 0xc7,
+ 0x85, 0x28, 0x30, 0x0a, 0x4f, 0x08, 0xa3, 0x04, 0x93, 0x2a, 0xc4, 0x09, 0x88, 0x96, 0x89, 0x6f,
+ 0xb8, 0x6c, 0x23, 0xc1, 0x51, 0xa7, 0x88, 0x62, 0xc1, 0x2c, 0xf6, 0x4a, 0xa9, 0xa8, 0x8d, 0x8f,
+ 0xca, 0xc2, 0x92, 0xc6, 0x3a, 0x4f, 0x69, 0x1e, 0x95, 0x42, 0x48, 0xa4, 0xe5, 0xfb, 0xe2, 0xda,
+ 0x1b, 0x36, 0x14, 0x03, 0xd8, 0x14, 0x89, 0xe7, 0x36, 0x07, 0x38, 0xf4, 0xc3, 0xd9, 0x65, 0x6c,
+ 0x99, 0x98, 0xb4, 0x8e, 0xb9, 0xf8, 0x97, 0xcd, 0xd3, 0x0c, 0x3b, 0x65, 0xa0, 0xdc, 0x66, 0x73,
+ 0xad, 0xa5, 0xe6, 0x05, 0x84, 0x37, 0x6e, 0x1d, 0xe2, 0x30, 0x0f, 0xa2, 0x33, 0xa7, 0xf0, 0xcb,
+ 0xfa, 0xc1, 0xc4, 0x26, 0xea, 0xe0, 0x94, 0x81, 0xc1, 0x01, 0xde, 0x3c, 0xbc, 0x11, 0xd1, 0xf8,
+ 0x72, 0x68, 0x99, 0xdc, 0xc4, 0xfe, 0x86, 0x22, 0xb6, 0xd8, 0x6e, 0x94, 0xa9, 0xbc, 0x6a, 0x0d,
+ 0x73, 0x9f, 0x50, 0x88, 0x84, 0x7b, 0xa6, 0xaf, 0xa2, 0x95, 0xb4, 0x98, 0x93, 0x07, 0x5c, 0xfe,
+ 0x07, 0xb7, 0x8a, 0x7d, 0x7f, 0xf2, 0x97, 0x80, 0xf1, 0x78, 0x11, 0x86, 0xcd, 0x43, 0xb5, 0x60,
+ 0x31, 0x6b, 0x85, 0x19, 0x10, 0x54, 0xdb, 0x84, 0x13, 0xe0, 0x31, 0x59, 0x58, 0xf0, 0x3a, 0xcb,
+ 0xa8, 0x6a, 0x80, 0x17, 0x8f, 0x58, 0x09, 0x59, 0x9a, 0x56, 0xc8, 0x04, 0x8e, 0x04, 0xde, 0x53,
+ 0xfd, 0xd2, 0x79, 0x5c, 0xb6, 0xdd, 0xf6, 0xda, 0xe0, 0xba, 0xad, 0xf2, 0xb8, 0x14, 0xb2, 0xd7,
+ 0x76, 0x9a, 0x0e, 0x9e, 0x88, 0x37, 0xc9, 0xd1, 0xc1, 0x74, 0x29, 0x6f, 0xdb, 0xd6, 0xce, 0xa3,
+ 0xb8, 0xcf, 0x33, 0xa8, 0x4e, 0x6d, 0xbc, 0x75, 0xbb, 0xb3, 0x89, 0x11, 0xb5, 0x1d, 0xe1, 0xb8,
+ 0xbf, 0x6d, 0x22, 0x08, 0x2e, 0x97, 0xd1, 0xa8, 0x04, 0x5a, 0x93, 0x39, 0x15, 0x7e, 0xe2, 0x94,
+ 0x35, 0x44, 0x31, 0x1a, 0x42, 0xdb, 0xa8, 0xe1, 0x5f, 0x84, 0x40, 0xf9, 0x05, 0x0c, 0x99, 0x2a,
+ 0xf0, 0x44, 0x6b, 0x08, 0x2d, 0x29, 0x79, 0x06, 0x70, 0xfb, 0x2e, 0xed, 0xf4, 0x6c, 0x92, 0x9f,
+ 0xb3, 0xf6, 0x4a, 0x03, 0x46, 0x6a, 0xdb, 0xa9, 0x5d, 0x9a, 0x2e, 0x09, 0x58, 0xd9, 0x7c, 0xd6,
+ 0xb2, 0x36, 0xda, 0xce, 0xf6, 0x26, 0x0f, 0x18, 0x72, 0x65, 0x76, 0xdb, 0x2e, 0xed, 0x57, 0x10,
+ 0x98, 0xdc, 0x48, 0xca, 0x55, 0x6a, 0x76, 0x1c, 0x7b, 0xbd, 0x2d, 0xdd, 0x85, 0x91, 0x89, 0xbf,
+ 0x06, 0xbf, 0x5e, 0x9f, 0x9d, 0xc8, 0xcc, 0xc5, 0x0b, 0x2c, 0x17, 0x80, 0xa1, 0x94, 0x23, 0xa8,
+ 0x67, 0x6a, 0xef, 0x37, 0x73, 0xe2, 0x06, 0x64, 0x02, 0x5a, 0x90, 0xf0, 0x36, 0x48, 0x07, 0x9e,
+ 0x18, 0x2d, 0x26, 0xf5, 0xc2, 0x25, 0xc0, 0x5c, 0x90, 0xe5, 0x3c, 0x4c, 0xcb, 0xbe, 0x73, 0x97,
+ 0x69, 0x73, 0x72, 0xd5, 0x72, 0xf0, 0xbc, 0x56, 0x53, 0x1c, 0x20, 0x72, 0x8f, 0x05, 0xfc, 0x83,
+ 0xda, 0xa6, 0x8b, 0x9d, 0x91, 0x84, 0x98, 0x38, 0x67, 0x8d, 0xf2, 0xd0, 0x23, 0x6f, 0xa1, 0x9f,
+ 0xa5, 0x45, 0x52, 0x98, 0x49, 0xd6, 0x0c, 0x90, 0x5b, 0x81, 0xd9, 0xa8, 0x60, 0x99, 0x07, 0xa9,
+ 0x63, 0x64, 0x94, 0x72, 0x9b, 0x94, 0xa6, 0x3d, 0xe1, 0x58, 0x63, 0x22, 0xb0, 0x7d, 0xe5, 0xbe,
+ 0xd5, 0x7d, 0xda, 0x81, 0xe0, 0x10, 0x0f, 0x7a, 0xf7, 0x2e, 0xb7, 0x44, 0x9c, 0x9d, 0xb2, 0xc8,
+ 0x78, 0x09, 0x9e, 0x70, 0xd3, 0x10, 0xfd, 0x13, 0x69, 0xeb, 0x00, 0xaa, 0xd1, 0xaa, 0x27, 0xcf,
+ 0x28, 0xe8, 0xec, 0xe9, 0x12, 0xf8, 0x70, 0x20, 0x9c, 0xe4, 0x48, 0x2a, 0x04, 0xa1, 0x62, 0xd8,
+ 0xdc, 0x8e, 0x95, 0xaa, 0xf4, 0xa8, 0x35, 0x2a, 0xe6, 0x49, 0x6c, 0x22, 0x27, 0x89, 0x79, 0x92,
+ 0x9f, 0xdb, 0x6b, 0xed, 0x8f, 0x20, 0x34, 0xc8, 0x64, 0x50, 0x27, 0x8e, 0x7c, 0x7b, 0xd4, 0x2e,
+ 0xcb, 0xb5, 0x0d, 0x28, 0xbc, 0x21, 0xfa, 0x07, 0x03, 0xf7, 0xac, 0xed, 0xa9, 0x04, 0x3b, 0x58,
+ 0x18, 0x77, 0xd7, 0x84, 0xfd, 0x37, 0xac, 0xd2, 0x74, 0x9d, 0x87, 0x8d, 0x8a, 0x3d, 0xca, 0xd0,
+ 0xa7, 0xd2, 0xb6, 0xbb, 0xe1, 0xb6, 0x28, 0xa7, 0x6f, 0x44, 0x7a, 0x4f, 0x5b, 0x4e, 0xcb, 0x11,
+ 0xc0, 0x7b, 0xa5, 0x43, 0x03, 0xbd, 0x68, 0xc5, 0x56, 0x50, 0xdc, 0x72, 0x82, 0x1e, 0x46, 0xa5,
+ 0xfb, 0x47, 0xa9, 0x8c, 0x78, 0x31, 0xb7, 0xb5, 0x01, 0xfe, 0xe3, 0x3e, 0xa5, 0x59, 0xb1, 0xd8,
+ 0xd9, 0xe0, 0x26, 0xfc, 0x7e, 0x69, 0xa5, 0x53, 0x29, 0x74, 0xeb, 0x36, 0x9b, 0x8d, 0x0d, 0xba,
+ 0x5d, 0x34, 0x26, 0x7d, 0x3b, 0xde, 0xa0, 0xbd, 0xe5, 0xb5, 0xc9, 0xe3, 0x1c, 0x42, 0xc5, 0x41,
+ 0x65, 0x5b, 0xde, 0x25, 0x90, 0x9f, 0x2e, 0xa8, 0x27, 0x26, 0xe5, 0x36, 0x95, 0x73, 0xaf, 0x5c,
+ 0xe4, 0x08, 0xd3, 0x05, 0x07, 0x31, 0x87, 0x84, 0xda, 0x33, 0x31, 0xfc, 0xb5, 0x72, 0x52, 0xc6,
+ 0xc8, 0x87, 0xe4, 0x4e, 0xf3, 0x41, 0x0f, 0x4b, 0xcf, 0x37, 0x18, 0xef, 0x88, 0x8a, 0x3f, 0xf1,
+ 0xa1, 0xae, 0x33, 0x6c, 0x2b, 0x51, 0x38, 0xae, 0x2c, 0x48, 0xef, 0x32, 0x7a, 0x91, 0xbc, 0xf4,
+ 0xa8, 0x48, 0x90, 0xde, 0xcb, 0xbd, 0x98, 0x06, 0xdd, 0xbb, 0x12, 0xa9, 0xbb, 0x3d, 0xf9, 0x30,
+ 0x44, 0xfa, 0x8a, 0xc0, 0xaf, 0x97, 0x38, 0x42, 0x9a, 0x14, 0x3e, 0x9c, 0xf2, 0x33, 0x29, 0x36,
+ 0x26, 0x0a, 0x6f, 0x54, 0x3e, 0x29, 0xa7, 0x56, 0x51, 0x7c, 0x4c, 0x4e, 0x11, 0x9c, 0xbd, 0x86,
+ 0x2b, 0x4b, 0x6f, 0x92, 0x88, 0x6b, 0xca, 0xe6, 0x37, 0x07, 0xd4, 0x05, 0xeb, 0x43, 0x9a, 0x41,
+ 0xc7, 0xef, 0x16, 0x59, 0x4a, 0x5e, 0x35, 0x5e, 0xf8, 0xc0, 0xdb, 0xab, 0x93, 0x72, 0x4e, 0xe0,
+ 0x24, 0xcb, 0xb2, 0x5b, 0x65, 0x8f, 0x2d, 0x70, 0x9e, 0x10, 0x5a, 0x5c, 0xd7, 0x02, 0x6a, 0xa6,
+ 0x5f, 0xfc, 0xa6, 0x16, 0x25, 0xff, 0xdf, 0x1e, 0x24, 0xff, 0xdf, 0x21, 0x99, 0x15, 0x63, 0x4f,
+ 0xce, 0x65, 0x61, 0x59, 0xdd, 0x49, 0xdb, 0x01, 0x24, 0xa3, 0xfc, 0x41, 0xc5, 0xdd, 0x77, 0xa9,
+ 0x6d, 0x70, 0x7c, 0xf0, 0x4f, 0x77, 0xd0, 0xd3, 0x12, 0x5e, 0xe2, 0x13, 0xe5, 0x99, 0xd5, 0xdd,
+ 0x57, 0x54, 0x13, 0xba, 0x00, 0x4b, 0x92, 0x28, 0xf2, 0x37, 0x79, 0xdb, 0x7b, 0x7e, 0xa6, 0xb6,
+ 0x3f, 0x6f, 0x31, 0x6a, 0xb6, 0x09, 0x6a, 0x19, 0xd0, 0xd5, 0x04, 0xbc, 0x83, 0xb7, 0xf9, 0xb3,
+ 0xf4, 0x30, 0x6f, 0x8d, 0xd2, 0x3e, 0x0b, 0x86, 0x9b, 0xbe, 0x62, 0x63, 0x5d, 0xf4, 0x2c, 0x5b,
+ 0x09, 0xda, 0xad, 0x8e, 0xc7, 0x7d, 0x5f, 0x74, 0x34, 0x30, 0x03, 0xed, 0x4a, 0xaa, 0x2e, 0x2c,
+ 0x03, 0x71, 0xd7, 0x9d, 0xc0, 0xfb, 0xe6, 0x3e, 0x2f, 0xe2, 0x5f, 0x2f, 0xb5, 0x51, 0x06, 0x50,
+ 0xb2, 0xda, 0xc8, 0xc4, 0xa3, 0x7d, 0xd6, 0x81, 0xb0, 0xbe, 0x8c, 0x39, 0xf9, 0x73, 0x28, 0x78,
+ 0x30, 0x40, 0x7b, 0x0c, 0xd5, 0x4d, 0xa7, 0x25, 0x2d, 0x57, 0xd2, 0x0d, 0xa0, 0xf6, 0x86, 0xd4,
+ 0x2f, 0xb4, 0x6a, 0x87, 0x03, 0x1a, 0xd9, 0x13, 0xd0, 0xc8, 0x88, 0x0c, 0xc9, 0xd4, 0xc1, 0xfa,
+ 0x6b, 0x7b, 0x78, 0x15, 0x99, 0xa2, 0x62, 0x13, 0x05, 0x6b, 0xf4, 0x0c, 0x30, 0x85, 0x26, 0x6a,
+ 0xc5, 0xb5, 0x16, 0x25, 0x6a, 0x81, 0x44, 0x39, 0x8b, 0x28, 0xcb, 0x7f, 0x08, 0xcd, 0x1a, 0x64,
+ 0x25, 0xbc, 0xfd, 0xa2, 0xa0, 0xb9, 0x60, 0x3f, 0x6b, 0x25, 0xd4, 0x19, 0xba, 0x21, 0xc1, 0xc3,
+ 0xdd, 0xd2, 0x51, 0x6f, 0x93, 0x2e, 0x8f, 0xf0, 0x68, 0x9c, 0x4a, 0x1d, 0x50, 0xc5, 0x64, 0x3a,
+ 0x88, 0x7e, 0xef, 0xb1, 0xc6, 0x4a, 0x8d, 0xda, 0xc5, 0x25, 0xa7, 0xa5, 0xe1, 0x8a, 0xda, 0x05,
+ 0xc7, 0xb5, 0x0a, 0x73, 0x13, 0x3f, 0x19, 0xb0, 0xf6, 0x19, 0xe6, 0x0f, 0xf7, 0x12, 0xf9, 0x4d,
+ 0x0b, 0x61, 0x1c, 0xd0, 0xd5, 0x11, 0x3a, 0xda, 0x47, 0x40, 0x75, 0x84, 0x66, 0x84, 0xee, 0x82,
+ 0x0b, 0x40, 0x0d, 0x6e, 0xaa, 0xa1, 0x99, 0xc6, 0x95, 0x23, 0x8f, 0xc1, 0xb5, 0x1a, 0x1b, 0x9b,
+ 0x1d, 0x80, 0x6d, 0x52, 0xd0, 0x13, 0x7f, 0x88, 0xcb, 0x2c, 0x46, 0xc0, 0x7e, 0x58, 0xca, 0x63,
+ 0x1c, 0xbb, 0x51, 0x57, 0x41, 0xc6, 0x11, 0xfd, 0x7e, 0x11, 0x94, 0x53, 0x80, 0x91, 0xab, 0x91,
+ 0x59, 0x6b, 0x08, 0x4f, 0x84, 0x79, 0x0e, 0xf3, 0xee, 0x52, 0x2f, 0x84, 0x97, 0x19, 0x6b, 0xf0,
+ 0x02, 0x38, 0x59, 0xa0, 0x60, 0x7e, 0xc6, 0x86, 0x4f, 0x94, 0x3a, 0x7b, 0xdf, 0x15, 0x19, 0x48,
+ 0x27, 0x99, 0x34, 0xe8, 0xaa, 0x60, 0xc7, 0x31, 0xdf, 0x19, 0x5b, 0xdf, 0xbb, 0x9b, 0x95, 0x18,
+ 0x4b, 0x20, 0x41, 0x2a, 0xe5, 0x98, 0x0a, 0x16, 0xaa, 0xb3, 0x47, 0x95, 0xbc, 0xef, 0xa3, 0x88,
+ 0x10, 0xe9, 0x22, 0x8c, 0x30, 0x8d, 0xe1, 0x7b, 0xb2, 0xad, 0x40, 0x8c, 0x3a, 0x17, 0xb9, 0x3a,
+ 0x9b, 0xf8, 0xfa, 0x80, 0xb5, 0x37, 0x30, 0x26, 0x13, 0xd2, 0x0c, 0x25, 0x29, 0x8a, 0x66, 0xc6,
+ 0x10, 0x5d, 0x38, 0xa0, 0xb2, 0x87, 0xb7, 0xc9, 0x26, 0x1e, 0x0a, 0xa0, 0xe8, 0x35, 0x91, 0x01,
+ 0x2a, 0xc3, 0x58, 0x28, 0x95, 0x91, 0x72, 0xa2, 0x1b, 0x6c, 0xa4, 0xe3, 0x78, 0x61, 0x9b, 0x8c,
+ 0x22, 0x2c, 0x2a, 0x88, 0xeb, 0x12, 0x4d, 0xaf, 0x26, 0x24, 0x08, 0xb7, 0x1a, 0x4f, 0x5d, 0x8d,
+ 0xb1, 0x4b, 0x16, 0xb7, 0x7e, 0x94, 0xea, 0x4f, 0x1c, 0xb3, 0xf6, 0x1b, 0x05, 0x3c, 0x99, 0x01,
+ 0xfb, 0xa5, 0xd9, 0x4f, 0xfc, 0x1f, 0xd6, 0xc1, 0x48, 0xa3, 0x44, 0x16, 0x30, 0xa6, 0xc6, 0xe7,
+ 0x27, 0x2b, 0x27, 0xaf, 0x6a, 0x7c, 0xa3, 0x9b, 0xc9, 0x5f, 0xb0, 0x86, 0x08, 0x02, 0x9d, 0xa6,
+ 0x74, 0xdb, 0x75, 0xb7, 0x57, 0x00, 0x6b, 0x59, 0xa7, 0xdd, 0xa2, 0xb3, 0x87, 0x84, 0x35, 0x86,
+ 0xbb, 0xaf, 0x95, 0xf5, 0x61, 0x22, 0x54, 0x06, 0x45, 0x44, 0xaa, 0x55, 0x5f, 0xe2, 0xea, 0x04,
+ 0xab, 0xf3, 0x9e, 0xdf, 0xe1, 0x29, 0x5d, 0x0f, 0x95, 0x04, 0xe8, 0xc0, 0xe4, 0x39, 0x6b, 0xaf,
+ 0x2b, 0x87, 0xc3, 0xa4, 0xb0, 0x25, 0xaf, 0x93, 0x07, 0x91, 0xc6, 0x33, 0xc4, 0x56, 0x1b, 0x75,
+ 0xfa, 0xd1, 0x87, 0x3f, 0xc0, 0x9b, 0xa2, 0x1f, 0xfd, 0xb0, 0x2f, 0xc3, 0x4f, 0xea, 0xe2, 0xb6,
+ 0xf3, 0x94, 0xb0, 0x54, 0xab, 0x86, 0xae, 0x2a, 0xc6, 0x43, 0xf6, 0x5a, 0x43, 0x45, 0xf0, 0x9e,
+ 0xda, 0x6c, 0x68, 0xf2, 0x8d, 0x23, 0xd6, 0xb1, 0x9e, 0x6b, 0xad, 0x02, 0x79, 0xb8, 0xa0, 0x27,
+ 0x0c, 0xdf, 0xe9, 0x9e, 0xe9, 0xdd, 0xe1, 0x4d, 0x07, 0x2a, 0x69, 0x3a, 0x50, 0x77, 0x5f, 0xa9,
+ 0xb1, 0xee, 0xa7, 0x2c, 0x45, 0xbd, 0xa8, 0xfb, 0xae, 0xd4, 0x3e, 0xac, 0x1a, 0x7e, 0x2e, 0xc6,
+ 0x95, 0xba, 0xeb, 0x4a, 0x9d, 0x5c, 0xc1, 0x9f, 0x7a, 0xcd, 0xff, 0x7f, 0xfe, 0xd4, 0x42, 0xd8,
+ 0x9f, 0xba, 0xf7, 0x4a, 0x73, 0x37, 0x7c, 0x80, 0x89, 0x1f, 0xf5, 0xfd, 0xa7, 0x7b, 0x05, 0xca,
+ 0x5c, 0x1c, 0x8e, 0x31, 0x17, 0xf7, 0xc4, 0x99, 0x8b, 0x23, 0xf1, 0xe6, 0xe2, 0xde, 0x58, 0x73,
+ 0xd1, 0x8a, 0x98, 0x8b, 0xa3, 0x86, 0x71, 0xb7, 0x2f, 0x50, 0xdc, 0xfb, 0x03, 0xc5, 0x3d, 0x46,
+ 0x3e, 0xd7, 0x6e, 0xb6, 0x42, 0x5f, 0xd8, 0x56, 0xe8, 0x97, 0xb6, 0x02, 0xd9, 0x03, 0x03, 0x72,
+ 0x90, 0x9e, 0x96, 0x03, 0x0d, 0x39, 0x1c, 0x0c, 0xb9, 0x27, 0x6a, 0x2b, 0xd0, 0xe9, 0xda, 0xc4,
+ 0xeb, 0xfb, 0xfe, 0xbf, 0xd4, 0xaa, 0x86, 0x86, 0x1c, 0x24, 0x0d, 0x89, 0xcf, 0xb5, 0xf0, 0xdb,
+ 0x65, 0x81, 0x86, 0xb0, 0xf5, 0x74, 0x05, 0x3a, 0xa8, 0x36, 0x95, 0xc5, 0x9e, 0xa8, 0xb2, 0x18,
+ 0x11, 0xd1, 0xda, 0xdd, 0x35, 0xc0, 0xe4, 0xa2, 0x75, 0xb3, 0x19, 0x16, 0xa5, 0xb5, 0xad, 0xd0,
+ 0xd3, 0x17, 0xe2, 0xc2, 0x06, 0x9e, 0x9a, 0x68, 0x0f, 0x62, 0xa8, 0xfb, 0x1d, 0x7d, 0xf2, 0x01,
+ 0x14, 0x95, 0x4c, 0x54, 0xc9, 0x14, 0x95, 0x2d, 0x78, 0x1a, 0x68, 0x01, 0x73, 0xc2, 0x62, 0xf3,
+ 0x69, 0x82, 0x99, 0xf7, 0x07, 0xa7, 0x72, 0xea, 0x92, 0xd1, 0x80, 0x2c, 0xd3, 0x92, 0x79, 0x07,
+ 0xe5, 0xd1, 0xcb, 0x65, 0x18, 0x99, 0x5b, 0x17, 0xe2, 0x1c, 0x66, 0x58, 0x3f, 0xa1, 0xd9, 0x63,
+ 0x3a, 0xde, 0x23, 0xa1, 0xb3, 0xff, 0xbd, 0x61, 0x47, 0x9c, 0xe8, 0x71, 0xea, 0xbd, 0xef, 0xec,
+ 0xb3, 0xac, 0x2c, 0xdd, 0x53, 0xc1, 0xa5, 0x00, 0x31, 0x33, 0x4c, 0xb1, 0x47, 0xb4, 0x50, 0x3e,
+ 0x24, 0x38, 0x8a, 0xec, 0xa3, 0xa7, 0x12, 0x37, 0x58, 0xd7, 0xc9, 0xe2, 0x15, 0xba, 0x74, 0xd1,
+ 0x94, 0x31, 0x39, 0xf6, 0xb1, 0x53, 0x60, 0x0b, 0x8d, 0xab, 0x5a, 0x58, 0x1e, 0xe1, 0xb1, 0xd2,
+ 0xd8, 0x68, 0x15, 0xbb, 0x1d, 0xf6, 0x89, 0x53, 0xb0, 0xad, 0x37, 0xf7, 0xaa, 0x56, 0xbd, 0x7c,
+ 0xd2, 0x18, 0xe3, 0x49, 0x60, 0xc9, 0xa7, 0x37, 0x1d, 0x79, 0xb9, 0x81, 0x7d, 0xe6, 0x54, 0xe2,
+ 0x36, 0xeb, 0xa6, 0x1e, 0xb5, 0xaa, 0x8f, 0x7f, 0x3d, 0x95, 0xb8, 0xc9, 0x9a, 0x90, 0x50, 0xa4,
+ 0x18, 0x10, 0xd4, 0xad, 0xcb, 0x6e, 0x3e, 0x67, 0x4c, 0x95, 0x00, 0xf2, 0xee, 0xba, 0x1a, 0xe5,
+ 0xf3, 0x46, 0x35, 0xcf, 0xd5, 0xe3, 0x5b, 0x89, 0x9e, 0x02, 0xfb, 0xd2, 0xa9, 0xc4, 0xa4, 0x75,
+ 0x23, 0xaf, 0xe6, 0x11, 0x40, 0x1e, 0x2d, 0xa5, 0xf4, 0x18, 0x7e, 0x4f, 0x97, 0x7d, 0xd3, 0x44,
+ 0x86, 0x0b, 0x0b, 0xac, 0x49, 0xca, 0x72, 0x7d, 0xf6, 0x2d, 0xad, 0x0b, 0x6c, 0xaa, 0xd5, 0xa9,
+ 0x55, 0x7c, 0xfb, 0x54, 0xe2, 0x98, 0x75, 0x54, 0xc2, 0x54, 0x90, 0x0e, 0x96, 0x1b, 0x74, 0xaf,
+ 0x8d, 0x20, 0xd9, 0x0f, 0x8c, 0x21, 0xd2, 0xfc, 0xb2, 0x83, 0x5b, 0xe7, 0xc2, 0xd1, 0x67, 0x3f,
+ 0x34, 0x90, 0x90, 0xe2, 0x4f, 0x87, 0xa5, 0x29, 0xbf, 0xa1, 0x83, 0xd8, 0x67, 0x3f, 0x32, 0xda,
+ 0x57, 0x3a, 0xde, 0xb6, 0xd1, 0xfd, 0x8f, 0x4f, 0x25, 0x6e, 0xb6, 0xae, 0x97, 0xd5, 0xa5, 0x36,
+ 0x9e, 0x07, 0xd4, 0x5c, 0xca, 0x16, 0x4e, 0x53, 0xf4, 0x9b, 0xfd, 0xc4, 0x18, 0xc1, 0x80, 0xa0,
+ 0x3b, 0xcb, 0xec, 0x91, 0x99, 0x9e, 0x5d, 0xe4, 0x9d, 0x6e, 0x0b, 0x06, 0x79, 0xca, 0x8c, 0xbe,
+ 0x46, 0x13, 0x02, 0x51, 0xfd, 0xd4, 0x99, 0xc4, 0xed, 0xd6, 0x2d, 0x3d, 0xeb, 0x15, 0xae, 0x1e,
+ 0xed, 0xdd, 0x0f, 0xee, 0x3c, 0x7b, 0xda, 0x8c, 0x4e, 0x37, 0x46, 0x7d, 0xc5, 0xed, 0x08, 0x31,
+ 0xc6, 0x1e, 0x9b, 0xd1, 0x49, 0x34, 0x0c, 0x45, 0xe9, 0xac, 0x4d, 0xaf, 0xc3, 0x9e, 0x3e, 0x93,
+ 0xb8, 0xcb, 0xba, 0x4d, 0x82, 0xe5, 0xf8, 0xdb, 0x73, 0x14, 0x4e, 0x07, 0x91, 0xd0, 0x72, 0xc0,
+ 0x76, 0x57, 0xf3, 0x7a, 0x86, 0x31, 0xaf, 0xaa, 0x4a, 0x9a, 0x15, 0xc4, 0xc2, 0x9e, 0x35, 0xa3,
+ 0xa3, 0x50, 0xaf, 0x17, 0x1d, 0x3c, 0x7b, 0x46, 0x27, 0x14, 0x63, 0x4a, 0x0a, 0xe6, 0xd7, 0x0c,
+ 0x98, 0xd8, 0xcc, 0x65, 0xf6, 0xdc, 0x99, 0xc4, 0x2d, 0xd6, 0x0d, 0x12, 0x26, 0xdf, 0xb8, 0xe4,
+ 0x56, 0x50, 0x29, 0x5f, 0xf0, 0x9c, 0x76, 0x9d, 0x9f, 0xfb, 0xb0, 0xe7, 0xcd, 0x24, 0x6e, 0xb5,
+ 0x8e, 0x05, 0x34, 0xf9, 0x64, 0x71, 0x40, 0x20, 0xd9, 0x82, 0x36, 0xe4, 0x05, 0x33, 0x89, 0xbb,
+ 0xad, 0xdb, 0x77, 0x07, 0x52, 0x13, 0x7b, 0xe1, 0x0c, 0xc8, 0xcd, 0x23, 0x21, 0x60, 0xc9, 0x02,
+ 0x2f, 0x8a, 0x1b, 0x2e, 0xcc, 0x03, 0x2f, 0x8e, 0x03, 0xe2, 0x14, 0x0e, 0x30, 0x94, 0x46, 0xe2,
+ 0xb3, 0x97, 0xc6, 0xcd, 0x29, 0x04, 0xa4, 0x7a, 0xfc, 0xed, 0x19, 0x50, 0xc8, 0x07, 0x02, 0x60,
+ 0xa7, 0xbe, 0xb3, 0xb6, 0xcd, 0x5e, 0x36, 0x93, 0xb8, 0xc3, 0x9a, 0x94, 0xa5, 0x67, 0x30, 0xe1,
+ 0xb2, 0xbe, 0xdc, 0xf6, 0xb6, 0x56, 0x83, 0x07, 0x80, 0x60, 0x83, 0xbb, 0x2e, 0x7b, 0xdc, 0x58,
+ 0x12, 0xbf, 0x9a, 0x9f, 0x11, 0x6f, 0x1f, 0xb0, 0x97, 0x1b, 0xbb, 0x59, 0xe1, 0x77, 0x0c, 0xdd,
+ 0x65, 0x7a, 0x35, 0x8f, 0x58, 0xee, 0x77, 0x8c, 0x61, 0xa2, 0x00, 0x6a, 0x96, 0xaf, 0x98, 0x49,
+ 0x4c, 0x58, 0x87, 0xd5, 0xb6, 0x8b, 0xb5, 0xe0, 0x9b, 0x5b, 0x3e, 0x7b, 0xa5, 0x41, 0xcb, 0xa2,
+ 0xb4, 0x2c, 0x93, 0x1e, 0x25, 0x65, 0xfd, 0xae, 0x41, 0xcb, 0x51, 0x28, 0x31, 0xd0, 0xab, 0xcc,
+ 0x29, 0x77, 0x2f, 0x6c, 0x35, 0x3a, 0xfa, 0x70, 0xec, 0xd5, 0xe6, 0x94, 0x23, 0x00, 0xaa, 0xa7,
+ 0xdf, 0x9b, 0x49, 0x8c, 0xe3, 0xa9, 0x64, 0x20, 0xdf, 0x91, 0x2c, 0xf2, 0xde, 0x06, 0x7b, 0x4d,
+ 0x6f, 0xe6, 0x44, 0x4c, 0xb3, 0xd7, 0x1a, 0x62, 0x82, 0x77, 0x9b, 0x46, 0x55, 0xef, 0xcb, 0xc5,
+ 0xbc, 0xce, 0xa0, 0x5e, 0x13, 0x42, 0x0c, 0xff, 0xfa, 0x19, 0x5d, 0x9a, 0x49, 0x61, 0x2c, 0xee,
+ 0x9c, 0xf9, 0xec, 0x0d, 0x71, 0x84, 0xa4, 0xaa, 0xb9, 0x14, 0x67, 0xbf, 0x1f, 0xc2, 0x99, 0x09,
+ 0xa4, 0x86, 0xfa, 0x03, 0xa3, 0x2f, 0x93, 0x06, 0x14, 0xd0, 0x1b, 0x4d, 0xc6, 0x25, 0x8c, 0xf1,
+ 0x4c, 0x2d, 0xb0, 0x32, 0xb8, 0xac, 0x66, 0x6f, 0x32, 0xe6, 0x8c, 0xfc, 0x5f, 0xc6, 0x6b, 0x86,
+ 0xb2, 0xfa, 0xcd, 0xc6, 0x74, 0xc2, 0xd5, 0x32, 0xc1, 0x8c, 0xbd, 0x65, 0x26, 0x71, 0x04, 0x4f,
+ 0x93, 0x39, 0xd8, 0x39, 0xb2, 0x5d, 0x90, 0xd8, 0xde, 0x6a, 0xa0, 0x5d, 0x95, 0xab, 0x19, 0xbe,
+ 0xcd, 0x18, 0x1d, 0xfc, 0x7f, 0xae, 0xba, 0x24, 0xce, 0xff, 0xd0, 0x68, 0xae, 0x55, 0x8b, 0xe6,
+ 0x6f, 0x37, 0x76, 0x4d, 0x37, 0x07, 0x65, 0x0f, 0xff, 0xdd, 0xd8, 0x35, 0x13, 0x42, 0x74, 0xf2,
+ 0x47, 0x33, 0xba, 0xb6, 0x4f, 0xe3, 0xd3, 0x28, 0xcd, 0x60, 0x05, 0xef, 0x30, 0x98, 0x4d, 0xa4,
+ 0x08, 0xc8, 0xde, 0xff, 0xd8, 0x68, 0xaa, 0x2a, 0x45, 0xc7, 0xef, 0x9c, 0x01, 0xe3, 0x69, 0xbf,
+ 0xaa, 0xf5, 0xb6, 0xbb, 0xdb, 0xec, 0xcf, 0x66, 0x12, 0xf7, 0x58, 0x77, 0xe8, 0x56, 0x4d, 0x1a,
+ 0x6c, 0xc5, 0x36, 0xc9, 0xc9, 0x1d, 0x71, 0x44, 0xb8, 0xde, 0x6d, 0x0a, 0xc2, 0x7f, 0x97, 0x21,
+ 0x55, 0x38, 0x8f, 0xc6, 0x28, 0x20, 0x3e, 0x99, 0xbf, 0x31, 0xba, 0xee, 0x09, 0x2c, 0x26, 0xf7,
+ 0x9e, 0xde, 0x5a, 0x0d, 0xb5, 0x95, 0x82, 0x7b, 0xaf, 0x46, 0x00, 0xdc, 0x32, 0xcd, 0xd6, 0xbc,
+ 0x96, 0x2e, 0xd7, 0xed, 0x27, 0x79, 0x17, 0xd8, 0xdf, 0xce, 0x80, 0x01, 0x9e, 0x50, 0x48, 0x24,
+ 0xe5, 0x8c, 0xca, 0x8a, 0xbd, 0xcf, 0x60, 0xee, 0xa0, 0x42, 0x0d, 0xf0, 0x77, 0x06, 0xcf, 0x66,
+ 0x1a, 0x3e, 0x5a, 0x09, 0xd4, 0xf4, 0xfd, 0xc6, 0xee, 0x6a, 0x35, 0xaa, 0xed, 0x07, 0x0c, 0xfc,
+ 0x0b, 0x44, 0x90, 0x13, 0x09, 0x76, 0x36, 0xfb, 0x60, 0x48, 0x48, 0x19, 0xb5, 0xaa, 0x8f, 0x0f,
+ 0xcd, 0xe8, 0x76, 0xa6, 0x6a, 0xfc, 0xf7, 0x06, 0x83, 0x61, 0x31, 0x7f, 0x0a, 0xca, 0xe6, 0xff,
+ 0x90, 0xb9, 0xc5, 0xfe, 0x61, 0x26, 0xf1, 0x80, 0x75, 0x5f, 0x0c, 0x10, 0xa8, 0xe4, 0xad, 0x2d,
+ 0xb7, 0xde, 0x80, 0xc5, 0xca, 0x81, 0xaa, 0x9e, 0x68, 0xc9, 0xfe, 0x71, 0x26, 0x31, 0x65, 0x3d,
+ 0x21, 0xb6, 0x95, 0x9c, 0xa4, 0x80, 0x75, 0xd9, 0x3f, 0x19, 0x14, 0x10, 0x99, 0x86, 0xd6, 0x3b,
+ 0x4c, 0xe7, 0x9f, 0x7b, 0x01, 0x63, 0xc7, 0xe1, 0x59, 0x7c, 0xf8, 0xea, 0x81, 0x5d, 0xf6, 0x11,
+ 0x83, 0x0b, 0x50, 0x62, 0x62, 0x03, 0xfe, 0x50, 0x02, 0xfb, 0xa8, 0x81, 0x2a, 0xb3, 0x32, 0xb0,
+ 0xcc, 0x0d, 0x09, 0x41, 0x02, 0x8b, 0x36, 0xf9, 0xe3, 0x06, 0x8b, 0xab, 0x72, 0xd5, 0xee, 0x5f,
+ 0x8c, 0xce, 0x2b, 0xdd, 0x8d, 0x0d, 0xb1, 0x89, 0x9a, 0x5a, 0x64, 0x9f, 0x30, 0x8d, 0x26, 0x12,
+ 0x74, 0xe8, 0x01, 0xb9, 0xfe, 0xb2, 0xb8, 0x6d, 0xe5, 0xa7, 0xea, 0x75, 0xf6, 0xc9, 0x99, 0xc4,
+ 0x9d, 0xd6, 0xad, 0xbb, 0x82, 0x81, 0x76, 0xf2, 0xc0, 0x6a, 0xfc, 0xd4, 0x4c, 0xe2, 0xa8, 0x75,
+ 0x48, 0x42, 0x66, 0xeb, 0x8d, 0x0e, 0x8f, 0x70, 0x6d, 0x78, 0xec, 0xdf, 0x0c, 0x89, 0xa2, 0x57,
+ 0xa9, 0x39, 0x7f, 0xd6, 0x20, 0x4b, 0x30, 0xdb, 0xe4, 0x0d, 0x24, 0x1c, 0x8c, 0x7d, 0xce, 0x98,
+ 0x6c, 0x0a, 0x1f, 0xe7, 0xc0, 0x1e, 0xaa, 0x9e, 0xc1, 0x84, 0xec, 0xf3, 0x71, 0x16, 0x45, 0xae,
+ 0x05, 0x5b, 0xd7, 0xc2, 0x47, 0x03, 0x9c, 0x26, 0xbf, 0x92, 0x91, 0x05, 0x6d, 0xda, 0x64, 0x5f,
+ 0x30, 0x6d, 0x3c, 0x4c, 0x6c, 0x59, 0x07, 0x1a, 0x85, 0x6e, 0x29, 0xdb, 0x9e, 0x7d, 0xd1, 0x60,
+ 0x25, 0x12, 0x39, 0x81, 0xa1, 0x47, 0x72, 0xee, 0x4b, 0xda, 0x9c, 0xc5, 0x60, 0x3c, 0x5d, 0x1f,
+ 0x2f, 0x73, 0xb3, 0xaf, 0x68, 0x72, 0x5a, 0x2e, 0x53, 0xab, 0xfe, 0xf7, 0x99, 0xc4, 0xb4, 0x75,
+ 0x57, 0x4f, 0x61, 0x12, 0xbe, 0x1f, 0xce, 0xbe, 0x6a, 0xe0, 0xd0, 0x0e, 0xa6, 0x82, 0x27, 0x29,
+ 0x74, 0x5f, 0x88, 0x7d, 0xcd, 0x30, 0x70, 0xe3, 0x40, 0x14, 0xba, 0xbf, 0xae, 0x49, 0x90, 0xb4,
+ 0x23, 0x0c, 0xb8, 0xb3, 0x1e, 0x98, 0x93, 0xdf, 0xd0, 0x96, 0x6d, 0xd4, 0xa8, 0xb6, 0xff, 0xcb,
+ 0x58, 0x76, 0x07, 0x84, 0xe6, 0x25, 0x37, 0x68, 0xff, 0x4d, 0x4d, 0x82, 0x44, 0x6a, 0x55, 0x1f,
+ 0xdf, 0xd2, 0x48, 0x1b, 0x51, 0xbe, 0xec, 0xb4, 0xd6, 0x9d, 0x36, 0x38, 0x4f, 0xda, 0xa6, 0x28,
+ 0x96, 0xd2, 0xea, 0xbf, 0x63, 0x88, 0x60, 0xfe, 0x56, 0x05, 0x19, 0x01, 0x6b, 0xf4, 0x7c, 0x9a,
+ 0x54, 0xfa, 0xec, 0xbb, 0xbd, 0xe0, 0x24, 0x04, 0xcf, 0x04, 0x61, 0xdf, 0x33, 0x58, 0x45, 0x83,
+ 0x03, 0xd7, 0x2f, 0x0f, 0x1d, 0x52, 0x67, 0xdf, 0x37, 0xf1, 0x1a, 0x0b, 0x24, 0xfa, 0xfb, 0x81,
+ 0xe9, 0x18, 0xc0, 0xcc, 0x43, 0xea, 0xef, 0xc7, 0x06, 0x55, 0x19, 0x00, 0x02, 0x35, 0xff, 0x61,
+ 0x70, 0x82, 0x64, 0x16, 0xe9, 0xeb, 0xfc, 0xc4, 0x10, 0xd0, 0xa1, 0x5a, 0xd5, 0xc7, 0x4f, 0x67,
+ 0x4c, 0x17, 0xcf, 0x23, 0x7e, 0xd3, 0x14, 0xdf, 0x23, 0xb3, 0xa6, 0x8b, 0xa7, 0x01, 0x88, 0x2e,
+ 0x9e, 0x32, 0xab, 0x9b, 0xb2, 0xc2, 0xe0, 0x16, 0x5e, 0xf2, 0x53, 0x67, 0x75, 0xcd, 0x75, 0xda,
+ 0x69, 0x36, 0x8b, 0xeb, 0xcb, 0x88, 0xa9, 0x47, 0x67, 0x75, 0x9e, 0x0a, 0x2a, 0xe4, 0xb0, 0x4f,
+ 0x9b, 0xd5, 0xe7, 0xa5, 0xd7, 0x8b, 0x51, 0x7f, 0x79, 0x56, 0xdf, 0xb7, 0x15, 0xf1, 0x3e, 0x44,
+ 0x06, 0x7c, 0xb3, 0x4e, 0xa3, 0xee, 0x96, 0xf0, 0x15, 0x2c, 0xf2, 0x67, 0x1e, 0x9b, 0x35, 0x2d,
+ 0x4b, 0x7a, 0x55, 0x43, 0x87, 0xf2, 0xd9, 0xaf, 0xcc, 0xea, 0xc2, 0xc0, 0xac, 0xe4, 0x0d, 0x34,
+ 0xb3, 0xef, 0x19, 0xc6, 0xb8, 0xa7, 0xe9, 0xb5, 0x11, 0xd7, 0x6d, 0x9d, 0x6e, 0x6c, 0x6c, 0x92,
+ 0xc3, 0x25, 0x17, 0xf0, 0xcc, 0x59, 0xdd, 0xac, 0x8e, 0x83, 0x13, 0x1d, 0x3e, 0x6b, 0x56, 0x67,
+ 0xef, 0x9e, 0x0b, 0x09, 0x1c, 0xc6, 0x59, 0x43, 0x66, 0x77, 0xa0, 0x2f, 0xd8, 0x95, 0x2d, 0xaf,
+ 0x84, 0xaf, 0x37, 0xc8, 0xd1, 0x9f, 0x33, 0xab, 0x6f, 0x7e, 0x04, 0x48, 0xfa, 0x95, 0xb3, 0x46,
+ 0x80, 0x00, 0x8f, 0x94, 0xf3, 0x9e, 0xd7, 0x59, 0x69, 0xbb, 0xee, 0x25, 0x90, 0x7b, 0xcf, 0x35,
+ 0xf6, 0x00, 0x4c, 0x84, 0xad, 0x86, 0xef, 0xeb, 0x00, 0xcf, 0x9b, 0x35, 0x9d, 0x5b, 0x61, 0x03,
+ 0xa6, 0x55, 0x36, 0xda, 0xf3, 0x0d, 0x24, 0x44, 0x7b, 0x50, 0x33, 0xf9, 0x75, 0x63, 0x97, 0x96,
+ 0x9c, 0x26, 0x1a, 0x8a, 0xf5, 0xca, 0x66, 0x77, 0x7d, 0xbd, 0x29, 0x44, 0xf6, 0x0b, 0x0c, 0xc4,
+ 0xe3, 0x60, 0xe9, 0x4d, 0xb7, 0x76, 0x91, 0x0b, 0xca, 0x12, 0xde, 0xff, 0xf2, 0x31, 0x62, 0xc7,
+ 0x5e, 0x68, 0xe0, 0xb3, 0x27, 0x9c, 0x1a, 0xfa, 0x37, 0x66, 0x75, 0x3b, 0x9e, 0x83, 0xc9, 0xeb,
+ 0x95, 0x12, 0x9d, 0xbf, 0x39, 0x1b, 0x72, 0x08, 0x0c, 0x18, 0xd1, 0xd1, 0x8b, 0x0c, 0x6c, 0x98,
+ 0x40, 0xc8, 0x7e, 0xec, 0xc5, 0x06, 0x36, 0xa2, 0x00, 0xaa, 0xa7, 0x97, 0xc4, 0x4c, 0xc9, 0xcf,
+ 0xb5, 0x56, 0xbd, 0x56, 0x67, 0x53, 0x4e, 0xe9, 0xb7, 0x62, 0xa6, 0x14, 0xc0, 0x88, 0x8e, 0x5e,
+ 0x6a, 0x90, 0x81, 0xa6, 0xd4, 0x29, 0x7a, 0x29, 0xbb, 0xfa, 0xed, 0x59, 0x5d, 0x67, 0x46, 0xa1,
+ 0x44, 0x67, 0x2f, 0x33, 0xf8, 0x7c, 0xc9, 0x23, 0xd5, 0x26, 0x22, 0x45, 0x8f, 0x1b, 0x33, 0x96,
+ 0xb7, 0x0d, 0x45, 0x4c, 0x2d, 0xc5, 0x73, 0xf3, 0x5e, 0x3e, 0xab, 0x5b, 0x66, 0xb1, 0x30, 0x6a,
+ 0xac, 0xdf, 0x99, 0x0d, 0x44, 0x9b, 0xb8, 0xb8, 0x2b, 0x34, 0x22, 0x28, 0x28, 0xf6, 0x4a, 0x6d,
+ 0x59, 0x91, 0x5a, 0xd5, 0xc7, 0xef, 0x1a, 0xcb, 0x0a, 0xac, 0xa6, 0x90, 0x9c, 0x7d, 0x95, 0x31,
+ 0x75, 0xf2, 0x4d, 0x32, 0xf8, 0xba, 0x3b, 0x88, 0x6b, 0x64, 0x7b, 0x3c, 0x66, 0x60, 0xaf, 0x36,
+ 0x84, 0x20, 0x4d, 0xdd, 0xbc, 0x11, 0xc9, 0x7e, 0x6f, 0x56, 0xb7, 0x7e, 0x62, 0x20, 0xd4, 0xb4,
+ 0x5e, 0x63, 0x48, 0x3e, 0x28, 0x36, 0x60, 0x7d, 0xf6, 0x5a, 0x83, 0xce, 0x23, 0xf5, 0xaa, 0x9f,
+ 0xd7, 0x19, 0xdb, 0x81, 0xcb, 0x2b, 0xb6, 0xc4, 0xd2, 0xd8, 0xeb, 0x4d, 0xc6, 0x76, 0x3b, 0xcb,
+ 0xb0, 0x4b, 0xdd, 0xb6, 0x5b, 0x47, 0x04, 0x81, 0xaf, 0x6c, 0x34, 0x35, 0xeb, 0xde, 0x38, 0xab,
+ 0x6b, 0xe5, 0x75, 0x70, 0x42, 0x37, 0xcd, 0x97, 0x4c, 0xf2, 0x8d, 0xd6, 0x45, 0xf6, 0x26, 0x0d,
+ 0x8a, 0x3b, 0x2e, 0x30, 0xb1, 0x5f, 0x34, 0xa3, 0xb5, 0x3e, 0x7b, 0xb3, 0x81, 0x36, 0x64, 0x45,
+ 0xd0, 0x83, 0x78, 0xf9, 0x0f, 0xa1, 0xc8, 0xb6, 0x79, 0x8b, 0x81, 0xb6, 0x18, 0x08, 0xb5, 0xdc,
+ 0xb7, 0x9a, 0xbb, 0xe9, 0x09, 0x73, 0x36, 0xd5, 0x6c, 0x1a, 0x43, 0xbe, 0x2d, 0x02, 0xc6, 0x83,
+ 0x5f, 0xf2, 0x23, 0x15, 0x00, 0x0b, 0x9e, 0x2e, 0xfb, 0x43, 0x83, 0x57, 0x57, 0xf0, 0xc0, 0x85,
+ 0x53, 0xb2, 0xa4, 0x8a, 0xb7, 0x1b, 0x53, 0x37, 0x00, 0xc4, 0x84, 0xfe, 0xbb, 0xc1, 0xcd, 0x04,
+ 0x01, 0x88, 0x16, 0xe3, 0x94, 0xbd, 0x80, 0xc0, 0xfe, 0xc8, 0x58, 0x63, 0x2c, 0xa0, 0xe8, 0xf2,
+ 0x1d, 0xb3, 0x31, 0x21, 0x0e, 0x6a, 0x40, 0x5e, 0xd3, 0x1f, 0xcf, 0xea, 0x56, 0x7e, 0x50, 0xfe,
+ 0x4e, 0x53, 0x15, 0x62, 0x39, 0x77, 0x2d, 0xe4, 0x18, 0x62, 0x22, 0x7f, 0x12, 0x9d, 0x71, 0x08,
+ 0x4e, 0xcc, 0xe3, 0x4f, 0x0d, 0x24, 0xf2, 0xc5, 0x93, 0xe7, 0xce, 0xc1, 0x65, 0x7f, 0x7f, 0x16,
+ 0x1d, 0xd7, 0x04, 0x13, 0xdd, 0xfd, 0x79, 0x14, 0x8e, 0x6f, 0x4a, 0x28, 0x9c, 0xf0, 0xae, 0xe8,
+ 0xfc, 0x42, 0x70, 0xa2, 0xc3, 0x77, 0xcf, 0x9a, 0x41, 0x57, 0x0a, 0x2c, 0xf0, 0x41, 0x91, 0x76,
+ 0xd8, 0x5f, 0x44, 0x55, 0x85, 0x5e, 0xaf, 0xfa, 0xf9, 0xcb, 0x59, 0xdd, 0x80, 0xd2, 0xa8, 0x8f,
+ 0x92, 0xf5, 0xff, 0xca, 0x10, 0x9e, 0xa1, 0x5a, 0xd5, 0xc7, 0xff, 0x88, 0xd0, 0x38, 0x9f, 0x33,
+ 0x05, 0x93, 0x51, 0x7e, 0xb2, 0xf7, 0xc4, 0x8d, 0x42, 0x6e, 0x18, 0x8e, 0xf2, 0xde, 0xb8, 0x51,
+ 0x64, 0xad, 0x1a, 0xe5, 0x6f, 0x67, 0xc3, 0xc6, 0x60, 0x2e, 0xb3, 0xb4, 0x53, 0xd0, 0x0c, 0xa6,
+ 0xf7, 0x1b, 0x1a, 0xd4, 0x84, 0x90, 0x0e, 0xfd, 0xac, 0xee, 0x8c, 0x4b, 0x8b, 0x90, 0x7d, 0xd0,
+ 0xb4, 0xf0, 0x1c, 0xdf, 0xc7, 0xf0, 0x08, 0x77, 0xe3, 0x79, 0xdf, 0x1f, 0x32, 0xfa, 0x36, 0x21,
+ 0x44, 0xdf, 0x7f, 0x3f, 0xab, 0xfb, 0xb0, 0x05, 0x0f, 0x98, 0x37, 0x20, 0xd0, 0x7f, 0x34, 0x30,
+ 0xa0, 0x11, 0x1e, 0xd5, 0x7e, 0x38, 0x62, 0x45, 0xa0, 0xb5, 0x1c, 0xdc, 0x66, 0x66, 0x1f, 0x31,
+ 0xe8, 0x22, 0x0a, 0xa0, 0x26, 0xf1, 0xd1, 0xd9, 0x98, 0x18, 0xa0, 0x50, 0xfc, 0x68, 0x47, 0x95,
+ 0x3c, 0xaf, 0xc9, 0x3e, 0x3e, 0x1b, 0xe3, 0xfa, 0x85, 0x80, 0x02, 0x07, 0x79, 0x56, 0x0f, 0xfb,
+ 0x04, 0xbb, 0x5b, 0xdc, 0x76, 0xf9, 0xfa, 0xf8, 0xdd, 0x0e, 0x81, 0xa7, 0x4f, 0xce, 0x26, 0xee,
+ 0xb5, 0xee, 0xbc, 0x32, 0xb4, 0xe8, 0xfc, 0x53, 0x11, 0xf0, 0x0c, 0x3f, 0x87, 0x8d, 0xef, 0xfd,
+ 0xd3, 0x11, 0xc3, 0xa6, 0x07, 0xb8, 0xe8, 0xfe, 0x7f, 0x46, 0x65, 0x1c, 0x9f, 0xce, 0x2a, 0xbf,
+ 0x58, 0xcf, 0x3e, 0x63, 0xb0, 0x39, 0x35, 0x06, 0xc1, 0xa4, 0x7a, 0x93, 0xe3, 0xfe, 0xab, 0xc1,
+ 0x4d, 0x31, 0x60, 0x62, 0xbc, 0x7f, 0x33, 0x14, 0x29, 0xd5, 0x21, 0x90, 0x98, 0x14, 0x69, 0x12,
+ 0xf6, 0x59, 0xa3, 0x2f, 0x74, 0x5f, 0xe3, 0xd7, 0xfa, 0x39, 0x63, 0xcb, 0xe3, 0xe0, 0xc4, 0xa0,
+ 0x9f, 0x37, 0x44, 0x26, 0xa9, 0x04, 0xfd, 0x38, 0xf1, 0x8b, 0xb3, 0x7a, 0xfc, 0x0b, 0x6b, 0xe4,
+ 0xe2, 0xbf, 0x34, 0x1b, 0x3a, 0xbf, 0x13, 0x87, 0xba, 0x74, 0x40, 0xe6, 0xb3, 0x2f, 0x9b, 0x22,
+ 0x30, 0x54, 0xad, 0x86, 0xff, 0x8a, 0xc1, 0x19, 0x34, 0x3f, 0xe4, 0x2b, 0x1e, 0xb0, 0xe0, 0x4b,
+ 0xf9, 0x7a, 0x14, 0x2d, 0x01, 0x88, 0xe8, 0xe6, 0x1b, 0xa6, 0x0f, 0x80, 0x30, 0x98, 0x44, 0xd8,
+ 0x33, 0x1a, 0xf9, 0xbf, 0x66, 0x13, 0xf7, 0x59, 0x53, 0x57, 0x03, 0x2f, 0x06, 0xf8, 0xa6, 0x61,
+ 0x7b, 0x91, 0x97, 0x0f, 0x73, 0xf0, 0x50, 0x14, 0x82, 0x7f, 0x2a, 0x2d, 0x0b, 0xde, 0xf9, 0xb7,
+ 0x0c, 0x06, 0xe9, 0x05, 0x2b, 0xcf, 0x30, 0x0d, 0x3c, 0x85, 0x81, 0x5d, 0xf1, 0xec, 0x06, 0xfb,
+ 0x8e, 0x41, 0xea, 0xbd, 0xc0, 0x54, 0xaf, 0xdf, 0x9d, 0x35, 0x0e, 0xe0, 0x34, 0xf0, 0xa6, 0xeb,
+ 0xf8, 0xae, 0x36, 0x13, 0xf6, 0xbd, 0xd9, 0xc4, 0x09, 0xeb, 0x9e, 0xab, 0x01, 0x55, 0xbd, 0x7f,
+ 0x3f, 0xc6, 0x25, 0xac, 0x8a, 0x97, 0x34, 0x85, 0x4b, 0xf8, 0x03, 0x03, 0x5f, 0x79, 0xc7, 0xef,
+ 0x9c, 0x6e, 0x04, 0x77, 0x69, 0x94, 0x13, 0x57, 0xc2, 0xc4, 0xa7, 0x1f, 0x1a, 0x6b, 0xeb, 0x09,
+ 0x2b, 0xd1, 0xfb, 0x23, 0x63, 0xaf, 0x77, 0x01, 0x17, 0xb3, 0xfd, 0xb1, 0xc1, 0x0a, 0xdc, 0x08,
+ 0x11, 0xaf, 0x7a, 0x70, 0xa9, 0x25, 0x3b, 0xfe, 0x0f, 0xc3, 0xce, 0x88, 0x05, 0x14, 0x5d, 0xfe,
+ 0xc4, 0xd8, 0x34, 0x03, 0x86, 0xdb, 0x5c, 0xbc, 0xc3, 0xa7, 0xcc, 0xe9, 0xcc, 0x1a, 0x03, 0x26,
+ 0xba, 0x7b, 0xea, 0x9c, 0xae, 0x8e, 0x23, 0x70, 0xec, 0xd1, 0x39, 0x7d, 0x38, 0x63, 0x62, 0x3c,
+ 0x1a, 0x29, 0x5c, 0x7e, 0x63, 0xb8, 0x18, 0x30, 0xe9, 0xf9, 0xcf, 0xe9, 0x52, 0x1e, 0x77, 0x3b,
+ 0xa6, 0xb3, 0xc7, 0xe6, 0xc2, 0xd1, 0x8f, 0xb8, 0xae, 0x9e, 0x3e, 0xa7, 0x87, 0x98, 0x35, 0x08,
+ 0x0d, 0x0d, 0x4b, 0x3b, 0xe6, 0x8a, 0x32, 0xec, 0x57, 0xe6, 0x12, 0xf7, 0x5b, 0xd3, 0x57, 0x6a,
+ 0x55, 0xbc, 0x1c, 0xd8, 0xcc, 0xd0, 0xe8, 0x19, 0xc6, 0x84, 0x22, 0x8d, 0xc4, 0x84, 0x9e, 0x39,
+ 0xa7, 0x6b, 0xca, 0x10, 0x14, 0x7b, 0x96, 0xb1, 0x72, 0x39, 0xad, 0xc6, 0x25, 0x97, 0x47, 0x5b,
+ 0xb9, 0xb9, 0xf1, 0xec, 0xb8, 0x81, 0x96, 0x31, 0xa6, 0xa9, 0x43, 0xfd, 0xea, 0x9c, 0x1e, 0x83,
+ 0x15, 0x50, 0x3c, 0x2f, 0xe0, 0x39, 0x73, 0x61, 0x7d, 0x0c, 0xbc, 0x04, 0xde, 0x90, 0xc8, 0x94,
+ 0xf1, 0xd9, 0xaf, 0xf5, 0x5a, 0x8a, 0x41, 0xe7, 0xcf, 0x9d, 0x8b, 0x21, 0x32, 0x0d, 0x4a, 0xac,
+ 0xf8, 0x79, 0x73, 0x3a, 0xd5, 0xea, 0x60, 0x81, 0xb0, 0xe5, 0x1d, 0x3e, 0x7f, 0x4e, 0x17, 0x0a,
+ 0xf1, 0x90, 0x32, 0x9c, 0x10, 0x47, 0xb9, 0x62, 0xf9, 0xfa, 0x1c, 0x5f, 0x30, 0xa7, 0xf3, 0x56,
+ 0x1c, 0x9c, 0x3c, 0xe8, 0x9e, 0xd3, 0xe5, 0x81, 0x09, 0x18, 0x9e, 0xe7, 0x6f, 0xcc, 0x19, 0xe7,
+ 0x4a, 0x3d, 0x60, 0x45, 0xc7, 0xbf, 0x39, 0xa7, 0xdb, 0x4d, 0xcb, 0xcd, 0xc6, 0xb6, 0x7a, 0xe7,
+ 0xd7, 0x67, 0x2f, 0x9a, 0x33, 0x12, 0x40, 0xd4, 0x8d, 0x33, 0xe1, 0x74, 0xbf, 0x38, 0x0e, 0xc3,
+ 0x7c, 0x20, 0x9d, 0x8d, 0x5f, 0xd2, 0x1b, 0x19, 0x06, 0xed, 0xfd, 0xd6, 0x5c, 0xd8, 0x1c, 0x11,
+ 0x6f, 0x4e, 0xe9, 0xa7, 0xc1, 0xcb, 0x5e, 0xbb, 0x4a, 0x57, 0xbe, 0xd9, 0x4b, 0xe7, 0xc2, 0x9e,
+ 0x96, 0x00, 0xe7, 0x80, 0xf2, 0x46, 0xde, 0x6f, 0x1b, 0x60, 0xfc, 0x28, 0x4e, 0x70, 0x05, 0xdd,
+ 0x69, 0x4c, 0xd3, 0xf3, 0xdc, 0xec, 0x65, 0x86, 0x0c, 0x01, 0xfb, 0x42, 0xb8, 0xb2, 0x20, 0x8f,
+ 0x2f, 0x39, 0xb5, 0x1d, 0xf6, 0xb8, 0xb1, 0x88, 0x48, 0xbd, 0x5a, 0xc4, 0xcb, 0xe7, 0x0c, 0x4f,
+ 0xbd, 0x13, 0x8d, 0xab, 0xfe, 0x8e, 0x41, 0x70, 0x31, 0x10, 0xc1, 0x19, 0x7d, 0xdc, 0x46, 0x72,
+ 0x29, 0xc0, 0x77, 0x40, 0xc7, 0xf2, 0x2b, 0xe7, 0x8c, 0x03, 0xc2, 0x5e, 0xc0, 0x32, 0x36, 0xd1,
+ 0xbb, 0x6b, 0x6e, 0x19, 0xeb, 0x5d, 0xbf, 0xaa, 0x77, 0xd7, 0x3a, 0xb0, 0xe8, 0xfa, 0xd5, 0x06,
+ 0x26, 0xb9, 0x73, 0x9e, 0xdb, 0x68, 0x01, 0x35, 0xd3, 0xbb, 0x3b, 0xec, 0xf7, 0xe2, 0x68, 0x5e,
+ 0x9f, 0xa8, 0x1c, 0xf6, 0x35, 0x71, 0x9c, 0x69, 0x02, 0x8a, 0x21, 0x5f, 0xdb, 0x8b, 0xd5, 0xcd,
+ 0x0e, 0x5f, 0x17, 0x47, 0x88, 0x3a, 0x98, 0x3c, 0xe9, 0x9f, 0xd3, 0xad, 0x1b, 0x63, 0x60, 0x7e,
+ 0xf0, 0x8a, 0xf6, 0xa0, 0x6e, 0x0e, 0xbd, 0x61, 0x2e, 0x71, 0xdc, 0xba, 0xfb, 0xaa, 0x1a, 0x88,
+ 0x21, 0x7e, 0xdf, 0x90, 0xb3, 0x1c, 0x49, 0x95, 0xae, 0x8f, 0x0f, 0xd3, 0xb8, 0x75, 0xf6, 0x07,
+ 0x73, 0xa6, 0x47, 0xa4, 0xbe, 0xac, 0x03, 0x74, 0x97, 0xc6, 0x4f, 0x1a, 0xb0, 0x37, 0xf6, 0xde,
+ 0x12, 0xd4, 0x35, 0x7c, 0x5b, 0x94, 0x44, 0x78, 0x93, 0xc1, 0x59, 0xbd, 0xa1, 0xc5, 0xe4, 0xde,
+ 0x3c, 0xd7, 0x33, 0x25, 0x48, 0x4d, 0xe0, 0x2d, 0x71, 0xc2, 0x50, 0xef, 0x32, 0x20, 0x9f, 0xb7,
+ 0xc6, 0xc9, 0xae, 0x30, 0xa8, 0x4c, 0x19, 0xe8, 0xbd, 0xae, 0x4c, 0xdb, 0x59, 0xef, 0x84, 0x32,
+ 0x08, 0xe6, 0x7a, 0xda, 0x11, 0x1a, 0x34, 0x7b, 0xfb, 0x15, 0x3a, 0x95, 0xf2, 0x45, 0x24, 0x15,
+ 0xf4, 0x46, 0x96, 0x01, 0x2d, 0x13, 0x0c, 0x7a, 0x23, 0x82, 0xd4, 0x59, 0x77, 0x5b, 0x4d, 0xf7,
+ 0x1d, 0xbd, 0x11, 0x11, 0x80, 0x8a, 0x6e, 0xff, 0xb8, 0x97, 0xb2, 0x29, 0x7b, 0x98, 0xab, 0x5a,
+ 0xb9, 0xec, 0xc8, 0xe7, 0xb2, 0xd8, 0x3b, 0xe3, 0xba, 0x0d, 0x83, 0x8a, 0x6e, 0xff, 0xa4, 0x17,
+ 0xa7, 0x70, 0x58, 0xd9, 0xe5, 0x9f, 0xf6, 0xe2, 0x14, 0x09, 0x26, 0xba, 0xfb, 0x33, 0x43, 0x55,
+ 0x47, 0x9f, 0x51, 0x63, 0x7f, 0x6e, 0xcc, 0x4d, 0x97, 0xe9, 0xf4, 0x98, 0x25, 0xb7, 0x7d, 0xf9,
+ 0xb3, 0x9f, 0xec, 0x5d, 0x71, 0xdb, 0x14, 0x0c, 0x9a, 0xaa, 0xd7, 0xf1, 0x42, 0xb5, 0x9c, 0xe2,
+ 0xbb, 0xe3, 0xb6, 0x29, 0x06, 0x5a, 0xcc, 0xf4, 0x2f, 0xb4, 0x15, 0x95, 0xc0, 0x15, 0x04, 0x7e,
+ 0x73, 0xeb, 0xe2, 0x26, 0xba, 0x7c, 0xbb, 0x2d, 0xd3, 0xdc, 0x60, 0x7f, 0x19, 0xc7, 0xfb, 0xe2,
+ 0x30, 0xb9, 0xe1, 0x83, 0x89, 0x5e, 0x73, 0x9a, 0x46, 0xf0, 0xfa, 0xaf, 0xe2, 0x78, 0x3f, 0xbe,
+ 0x81, 0x8c, 0xd8, 0x18, 0x7b, 0x10, 0x79, 0xd5, 0x53, 0x3a, 0x88, 0x7f, 0x6d, 0xa0, 0x83, 0xb8,
+ 0x8f, 0x23, 0x35, 0xee, 0x41, 0x6e, 0xf6, 0x37, 0xbd, 0x36, 0xb6, 0x8a, 0xd1, 0x69, 0x35, 0xdb,
+ 0xf7, 0xf4, 0xda, 0x58, 0x09, 0x26, 0x13, 0x43, 0x7a, 0xd1, 0x14, 0xc1, 0xf1, 0x28, 0x9b, 0xec,
+ 0xf3, 0x6f, 0xe3, 0x74, 0x49, 0x04, 0x56, 0x74, 0xfc, 0xbe, 0xb9, 0x48, 0xb8, 0xa9, 0xed, 0xe0,
+ 0x6b, 0x00, 0xfa, 0x09, 0x30, 0xfb, 0x3b, 0x83, 0xfa, 0x77, 0x7b, 0x7a, 0x92, 0xbd, 0x7f, 0x2e,
+ 0x1c, 0x6b, 0xa3, 0x0e, 0x75, 0xfa, 0xa2, 0x2e, 0x3f, 0x60, 0x74, 0xc9, 0x63, 0x23, 0x14, 0xb9,
+ 0xaf, 0x5e, 0x6e, 0xe0, 0x99, 0x6f, 0xc3, 0xbd, 0x0c, 0xf6, 0x08, 0x85, 0xa0, 0x3f, 0x38, 0x17,
+ 0x17, 0xef, 0x69, 0x88, 0xd3, 0xe1, 0xd4, 0x3a, 0xe8, 0x6a, 0xcc, 0xfd, 0xf0, 0xd9, 0x87, 0x0c,
+ 0x62, 0xe9, 0x0d, 0x18, 0x44, 0xa9, 0x22, 0xec, 0xc0, 0xb7, 0x54, 0x7c, 0x75, 0xc9, 0x6d, 0xb5,
+ 0x60, 0xea, 0x3c, 0xef, 0x8c, 0xfd, 0x43, 0xdc, 0x2c, 0xe2, 0x00, 0xff, 0x31, 0x6e, 0x16, 0x31,
+ 0x80, 0x6a, 0x16, 0xff, 0x34, 0x67, 0x78, 0xfb, 0xa1, 0x44, 0x69, 0xfd, 0x88, 0x8a, 0x6f, 0xf0,
+ 0x3f, 0x1b, 0x03, 0xec, 0x06, 0x2f, 0x06, 0xf8, 0xb0, 0xb6, 0x27, 0x94, 0x05, 0x15, 0x44, 0x44,
+ 0xb8, 0x1e, 0x13, 0xd2, 0xe1, 0x23, 0x9a, 0xf8, 0x40, 0xb8, 0x14, 0xee, 0x96, 0xf6, 0x52, 0x30,
+ 0xfb, 0x68, 0x08, 0x80, 0x3f, 0x6d, 0xc6, 0x21, 0xd0, 0x51, 0x66, 0x1f, 0xd3, 0x90, 0x14, 0x07,
+ 0xa0, 0xa6, 0xf4, 0x71, 0xcd, 0x94, 0xa5, 0x1c, 0x74, 0xb7, 0xa3, 0x0f, 0xf4, 0x2f, 0x1a, 0xfb,
+ 0x44, 0xab, 0x55, 0x2f, 0x9f, 0x98, 0x0b, 0x1f, 0x17, 0x20, 0x12, 0xbc, 0x6e, 0x27, 0x32, 0xf3,
+ 0x4f, 0xcd, 0x05, 0x3e, 0x3e, 0x65, 0xed, 0x83, 0x66, 0xe7, 0xb6, 0x40, 0x99, 0x7f, 0x96, 0xd6,
+ 0x67, 0x9f, 0xd1, 0x58, 0x01, 0x41, 0xcc, 0x6a, 0x15, 0xfd, 0x0a, 0xcd, 0x2c, 0x0c, 0x25, 0x83,
+ 0x5f, 0xda, 0x1e, 0x45, 0xc0, 0x54, 0x94, 0xdd, 0xdd, 0xee, 0x64, 0xdc, 0x1a, 0xbe, 0x77, 0xc7,
+ 0x3e, 0x6b, 0x90, 0x17, 0xd9, 0x18, 0x79, 0xfa, 0x20, 0x8a, 0xca, 0x8e, 0xc3, 0x03, 0xdb, 0xed,
+ 0x0e, 0xfb, 0x9c, 0xe6, 0xf4, 0xf1, 0x9e, 0x41, 0xc0, 0x36, 0x2e, 0x75, 0x7d, 0x94, 0x59, 0xd9,
+ 0xa6, 0xb3, 0xed, 0x83, 0xc5, 0xf2, 0x79, 0xc3, 0x33, 0x54, 0x5c, 0xc8, 0x2f, 0x63, 0xe5, 0xc1,
+ 0x7a, 0xc0, 0x39, 0x7e, 0x21, 0xd4, 0x13, 0x72, 0x0a, 0x57, 0x7f, 0x38, 0x9c, 0xa0, 0x89, 0x2f,
+ 0x6b, 0xe6, 0xa3, 0xa4, 0x1d, 0x11, 0xf7, 0xa6, 0xf3, 0xf4, 0xaf, 0xc4, 0xd0, 0x96, 0x56, 0xaf,
+ 0x10, 0xf2, 0xef, 0xc6, 0x8c, 0x82, 0x47, 0xff, 0x30, 0x61, 0x47, 0xbe, 0x73, 0xce, 0xbe, 0x6a,
+ 0x58, 0x3a, 0x01, 0x90, 0x1e, 0x7c, 0xfe, 0x5a, 0x8f, 0x8e, 0x8c, 0xf0, 0xf3, 0xd7, 0x43, 0x7b,
+ 0xa9, 0x38, 0x50, 0x3f, 0x63, 0x64, 0xdf, 0xd0, 0x44, 0x7a, 0x4f, 0xa8, 0x20, 0x7b, 0x25, 0x22,
+ 0x2a, 0xb5, 0xa3, 0x51, 0xd0, 0x6f, 0xb4, 0x67, 0xec, 0x9b, 0x11, 0x31, 0xa1, 0x41, 0xf1, 0x84,
+ 0x27, 0x0e, 0xf8, 0xad, 0xb9, 0x70, 0x28, 0x39, 0x02, 0x98, 0x6a, 0x36, 0x11, 0xb6, 0x01, 0xa2,
+ 0xed, 0xdb, 0x11, 0xb1, 0xaa, 0x41, 0xd3, 0x9f, 0xfc, 0x15, 0x93, 0xef, 0x18, 0xc2, 0x3f, 0x90,
+ 0x68, 0x04, 0xb2, 0xea, 0xb4, 0x40, 0x93, 0xa1, 0x54, 0xe7, 0x4e, 0xff, 0x77, 0x23, 0x73, 0xd5,
+ 0x80, 0xb5, 0x23, 0x5f, 0xf6, 0xbd, 0x39, 0xf3, 0x50, 0x83, 0x27, 0xb1, 0x94, 0xb4, 0xec, 0xe3,
+ 0xef, 0xcf, 0x19, 0xc7, 0x0d, 0x06, 0x84, 0xc0, 0xdf, 0x0f, 0x42, 0x34, 0xc9, 0x41, 0xf0, 0xe5,
+ 0x5b, 0xaf, 0xe9, 0xe2, 0x53, 0x47, 0xe0, 0x0b, 0xb3, 0x1f, 0xc6, 0xa8, 0x05, 0x9c, 0x92, 0x49,
+ 0x9b, 0xa4, 0x62, 0x7f, 0x6c, 0x84, 0x2c, 0xf4, 0xa7, 0x5d, 0xd9, 0x4f, 0xe7, 0x62, 0x0e, 0xce,
+ 0xd4, 0x2b, 0xac, 0xec, 0x91, 0x64, 0x4c, 0xda, 0x6f, 0xe4, 0x91, 0x56, 0xf6, 0x94, 0x64, 0x98,
+ 0x89, 0x84, 0xe6, 0x93, 0x4f, 0xe7, 0x62, 0x0a, 0xf1, 0x53, 0x93, 0xfa, 0xc2, 0xf5, 0x54, 0x4d,
+ 0x25, 0x32, 0x1e, 0x4d, 0xea, 0x54, 0x1d, 0x02, 0x11, 0x63, 0x3d, 0x2d, 0x32, 0xd6, 0x2a, 0x3e,
+ 0x2d, 0xb7, 0x63, 0xe4, 0xf4, 0xff, 0x72, 0x32, 0x4c, 0x81, 0xc0, 0x3d, 0x05, 0xf7, 0xb2, 0xd1,
+ 0x25, 0x7b, 0x2c, 0x69, 0x6e, 0x05, 0x41, 0xe5, 0x7c, 0xfd, 0x04, 0xe5, 0xe9, 0xc9, 0x50, 0x94,
+ 0x5c, 0xd6, 0xf0, 0xc3, 0xeb, 0x5f, 0x49, 0x86, 0x5d, 0x79, 0x14, 0x97, 0x11, 0xb0, 0x67, 0x24,
+ 0x75, 0xa7, 0x29, 0xf4, 0xde, 0x2c, 0x7b, 0x66, 0x52, 0xdf, 0x49, 0x63, 0x8a, 0xab, 0x4e, 0xfb,
+ 0x22, 0xe6, 0x05, 0xa9, 0x4b, 0x11, 0xc9, 0x98, 0x80, 0xa1, 0xb0, 0xbb, 0x30, 0x95, 0xf0, 0xd9,
+ 0xc9, 0x98, 0x38, 0x97, 0xa8, 0x57, 0x58, 0xfe, 0xd5, 0x64, 0x4c, 0x14, 0x2a, 0x00, 0x12, 0x78,
+ 0x7e, 0x4e, 0x32, 0xc6, 0x38, 0x52, 0x26, 0x8c, 0xba, 0x8d, 0xc0, 0xbb, 0xfc, 0xb5, 0x64, 0x8c,
+ 0x05, 0x1c, 0x05, 0x16, 0x5d, 0x3f, 0xd7, 0xd8, 0x66, 0x25, 0x73, 0x05, 0x5e, 0x78, 0xf4, 0xe3,
+ 0x79, 0x06, 0xca, 0x48, 0x41, 0x69, 0x01, 0x9c, 0x5f, 0x4f, 0xea, 0xe6, 0xc8, 0xae, 0x8f, 0xf2,
+ 0xb2, 0x17, 0x18, 0x0b, 0xd9, 0xfd, 0x35, 0x5d, 0xf6, 0xc2, 0x64, 0x58, 0x4f, 0xe6, 0x5a, 0x35,
+ 0xfe, 0xad, 0xd0, 0x72, 0xf0, 0x55, 0xf6, 0x4a, 0xa6, 0xc8, 0x7e, 0x23, 0x19, 0xb6, 0x88, 0xe2,
+ 0x20, 0xf3, 0x78, 0x5b, 0x92, 0xfd, 0x66, 0x52, 0xf7, 0x36, 0x04, 0x7a, 0xb8, 0xe4, 0xa2, 0x60,
+ 0x27, 0x7b, 0x51, 0x32, 0x26, 0xb4, 0xa0, 0x01, 0x04, 0xb7, 0x3e, 0x8c, 0xf9, 0xc9, 0x90, 0x69,
+ 0xf0, 0x64, 0x7b, 0x70, 0xf5, 0xe3, 0x25, 0x49, 0xdd, 0xbc, 0xdf, 0x05, 0x32, 0x08, 0x63, 0x45,
+ 0xb6, 0x05, 0x89, 0x59, 0x48, 0x15, 0x9e, 0x26, 0xc3, 0x5e, 0x6a, 0x20, 0x33, 0x5e, 0x39, 0x05,
+ 0x17, 0x4a, 0x0c, 0x6a, 0x8d, 0xc6, 0xd7, 0x5e, 0x96, 0xd4, 0x73, 0xdc, 0x82, 0x7a, 0xf6, 0xb8,
+ 0xc1, 0x75, 0x41, 0x05, 0xbf, 0x63, 0xc1, 0x5e, 0x9e, 0x8c, 0xe6, 0xd5, 0x06, 0xd5, 0x41, 0x2a,
+ 0x4c, 0x32, 0x26, 0x89, 0x42, 0xe6, 0x62, 0xd0, 0xbe, 0xbc, 0x22, 0x19, 0x93, 0x44, 0xa1, 0x43,
+ 0xa8, 0xbe, 0x5e, 0x19, 0x25, 0x59, 0x05, 0x29, 0x1c, 0x47, 0xf6, 0xbb, 0x11, 0x8a, 0x88, 0xc0,
+ 0x04, 0x97, 0x4b, 0x76, 0xeb, 0x4f, 0xe4, 0xa2, 0xbc, 0x7a, 0xb7, 0xfe, 0x42, 0x19, 0x8d, 0xbf,
+ 0xa7, 0xad, 0x44, 0x28, 0xe8, 0x73, 0xae, 0x7b, 0x11, 0x36, 0x87, 0x1c, 0x14, 0x57, 0x31, 0x23,
+ 0x7b, 0x4d, 0xd2, 0x34, 0xcb, 0x7a, 0x80, 0xbd, 0xd6, 0xd8, 0x68, 0x0c, 0x03, 0xe1, 0xb7, 0x04,
+ 0x82, 0x48, 0xea, 0xaa, 0xa7, 0x39, 0x67, 0xaf, 0x33, 0xd8, 0xbf, 0x27, 0xb0, 0x8c, 0x52, 0x19,
+ 0xf2, 0xce, 0x84, 0x46, 0x6f, 0xb1, 0x11, 0x74, 0xfc, 0x06, 0x03, 0x05, 0x3d, 0x40, 0x65, 0x64,
+ 0xca, 0x90, 0xe6, 0x0f, 0x76, 0x1b, 0xb5, 0x8b, 0x74, 0x0b, 0x52, 0x01, 0xef, 0xb0, 0x3f, 0x30,
+ 0x46, 0x8e, 0x03, 0x09, 0x2e, 0xa9, 0x24, 0x63, 0xbd, 0xb3, 0xc0, 0x52, 0x4e, 0x71, 0x43, 0xec,
+ 0x4d, 0x1a, 0x6b, 0xab, 0x8c, 0x55, 0xdd, 0x9e, 0x7e, 0xb3, 0xc6, 0xda, 0x71, 0x00, 0x6a, 0xc4,
+ 0xb7, 0x68, 0x23, 0x0a, 0x40, 0x1c, 0xb1, 0xd2, 0x85, 0x3f, 0x77, 0xb4, 0x34, 0xbd, 0xb7, 0x26,
+ 0x03, 0x27, 0x68, 0x17, 0xb8, 0x20, 0x32, 0x95, 0x0c, 0x67, 0x1c, 0x01, 0xf1, 0x5c, 0x6a, 0xd4,
+ 0x5d, 0xde, 0x42, 0x64, 0xd5, 0xfe, 0x61, 0x32, 0x6c, 0xe1, 0x50, 0xc4, 0x2c, 0xe0, 0x6f, 0x69,
+ 0x79, 0xbe, 0x3d, 0xa2, 0x7f, 0x45, 0xda, 0x46, 0xee, 0x01, 0x3c, 0xe9, 0x7d, 0x90, 0x67, 0xee,
+ 0x24, 0x7b, 0x9b, 0xa7, 0x3c, 0x6e, 0x5d, 0x67, 0xef, 0x48, 0x9a, 0x1e, 0x90, 0x19, 0x7d, 0x6c,
+ 0xb4, 0x94, 0xd2, 0xfb, 0xe3, 0x10, 0x6d, 0xc7, 0x00, 0xca, 0xab, 0x2d, 0x49, 0xdd, 0xd0, 0xd1,
+ 0xbf, 0xb5, 0xc0, 0xfe, 0xc4, 0xd0, 0x27, 0xa1, 0x2f, 0x29, 0xb0, 0x3f, 0x35, 0x68, 0x27, 0xee,
+ 0x1b, 0x03, 0xec, 0xcf, 0x0c, 0x59, 0xb1, 0xcb, 0x67, 0x08, 0xd8, 0x9f, 0x27, 0xc3, 0x96, 0x59,
+ 0x2c, 0xe9, 0x40, 0x2d, 0x7b, 0x97, 0xb6, 0xe7, 0xc1, 0xeb, 0x82, 0xd5, 0xb6, 0x53, 0xbb, 0x98,
+ 0x69, 0x38, 0x4d, 0x6f, 0x43, 0xec, 0xce, 0xbb, 0x93, 0xf1, 0x07, 0x8a, 0xd2, 0xd4, 0x93, 0xa8,
+ 0xfa, 0x8b, 0x64, 0x7c, 0x88, 0x3a, 0x80, 0x93, 0x09, 0x3c, 0x71, 0x92, 0x2f, 0x66, 0xbb, 0x7d,
+ 0xf6, 0x57, 0x86, 0x1e, 0xd9, 0x05, 0x32, 0x08, 0x13, 0x69, 0xeb, 0x0f, 0x2e, 0x01, 0x8b, 0x04,
+ 0x57, 0xba, 0xa0, 0x25, 0xdf, 0xd1, 0x60, 0x7f, 0x1d, 0xa2, 0x3a, 0x89, 0x03, 0x3d, 0xa6, 0x82,
+ 0xd1, 0x30, 0xf6, 0x37, 0x1a, 0x11, 0x57, 0x1e, 0xcc, 0xd3, 0x37, 0xe7, 0xdc, 0xba, 0x66, 0x36,
+ 0x10, 0xd4, 0x7b, 0xa2, 0xbc, 0x26, 0xa8, 0xb3, 0x22, 0xbf, 0xa2, 0x48, 0x11, 0x05, 0xf6, 0xde,
+ 0x64, 0x10, 0x83, 0x23, 0x27, 0x17, 0xaf, 0x10, 0x67, 0x60, 0xff, 0x76, 0x90, 0x86, 0xb5, 0x47,
+ 0x15, 0x45, 0xa0, 0x28, 0x19, 0x13, 0xb2, 0xd3, 0x4e, 0xbb, 0x42, 0xe9, 0x58, 0xef, 0x4b, 0xea,
+ 0x61, 0x8a, 0x5d, 0xc0, 0xe5, 0x5d, 0xa3, 0x64, 0xf8, 0xdc, 0x50, 0xbe, 0xa1, 0xba, 0xd6, 0x6a,
+ 0x7a, 0xb5, 0x8b, 0xec, 0xfd, 0xc9, 0xe0, 0xac, 0x4b, 0x04, 0x2f, 0x28, 0xa2, 0x4b, 0xca, 0xf2,
+ 0x03, 0xda, 0x56, 0x06, 0x34, 0x24, 0x7b, 0xd0, 0x1d, 0xc2, 0x0f, 0x86, 0xec, 0x5d, 0x71, 0x71,
+ 0x4a, 0x83, 0x64, 0x1f, 0x4a, 0x26, 0x16, 0xad, 0x64, 0x6c, 0x04, 0xbd, 0x4a, 0x6f, 0x68, 0x87,
+ 0x63, 0x78, 0x69, 0xf9, 0x8d, 0x5f, 0x11, 0xb2, 0xfe, 0xfb, 0x64, 0xd8, 0x59, 0xe3, 0x26, 0x9b,
+ 0xa9, 0x66, 0xe4, 0x8c, 0xfe, 0x21, 0x19, 0x3e, 0x39, 0x8b, 0x87, 0x16, 0x88, 0xfa, 0xc7, 0x88,
+ 0x46, 0xe4, 0xe0, 0x94, 0xfb, 0xdd, 0xa8, 0xd1, 0xd9, 0x9f, 0xec, 0xfa, 0xc3, 0xc9, 0xb0, 0x7f,
+ 0x17, 0x07, 0x2b, 0x3a, 0xfe, 0x88, 0xa6, 0x14, 0x81, 0xbc, 0xf8, 0x15, 0xec, 0x62, 0x2b, 0x34,
+ 0x0f, 0xf6, 0xd1, 0x58, 0x54, 0x63, 0x4e, 0xa2, 0xf9, 0xfe, 0xbe, 0xcf, 0x3e, 0x16, 0x0b, 0xb9,
+ 0x12, 0x03, 0xf9, 0x71, 0x8d, 0xbf, 0x76, 0x85, 0x0c, 0x52, 0xab, 0xb4, 0xbe, 0x03, 0xfe, 0x8a,
+ 0xeb, 0xfb, 0x13, 0x5a, 0xdf, 0xbb, 0x42, 0x06, 0x6f, 0x0c, 0x68, 0x12, 0xd4, 0x7c, 0x92, 0x9f,
+ 0x7d, 0x2a, 0x69, 0x06, 0x86, 0xa2, 0xaf, 0xf5, 0xb3, 0x4f, 0xeb, 0x33, 0x7b, 0x30, 0xaf, 0x09,
+ 0x3f, 0x70, 0xd0, 0x91, 0xb3, 0x40, 0xf3, 0x6c, 0xb4, 0xd1, 0xbc, 0xff, 0x9f, 0x1a, 0xa7, 0x9a,
+ 0xab, 0x0e, 0x01, 0x7e, 0x26, 0x19, 0x84, 0x87, 0x76, 0x03, 0x0c, 0x5e, 0x38, 0x88, 0xe8, 0xa7,
+ 0x15, 0xb4, 0x4d, 0x71, 0xf1, 0xcb, 0xc0, 0xfe, 0xd4, 0x05, 0xfb, 0xb7, 0x08, 0x71, 0x44, 0x81,
+ 0x82, 0x7b, 0x53, 0x1a, 0xd5, 0xc1, 0xaa, 0x84, 0x6b, 0x6b, 0x5e, 0x54, 0x12, 0xdf, 0x5a, 0x64,
+ 0x9f, 0xd3, 0x14, 0x1f, 0x62, 0x80, 0x42, 0xc4, 0xf4, 0xec, 0x73, 0xd5, 0x13, 0xa6, 0x1b, 0xfb,
+ 0xbc, 0x06, 0x63, 0x2c, 0x89, 0x03, 0x92, 0x4f, 0xf8, 0x05, 0x6d, 0xcc, 0x1e, 0x30, 0x6a, 0x7e,
+ 0x5f, 0x0c, 0xd9, 0x92, 0x02, 0x9e, 0x00, 0x53, 0xfc, 0x12, 0x06, 0xfb, 0x92, 0x61, 0x0b, 0xe3,
+ 0x8c, 0x97, 0xbc, 0x8e, 0xf1, 0x08, 0xc5, 0x97, 0x93, 0x7a, 0x3a, 0x50, 0x0c, 0x44, 0x34, 0xbc,
+ 0xfa, 0x15, 0x8d, 0x58, 0x04, 0xd0, 0x92, 0xc7, 0x85, 0xd2, 0xbf, 0xf7, 0xb0, 0x12, 0xb4, 0xc7,
+ 0xac, 0x7d, 0xf6, 0x55, 0x0d, 0xc8, 0x58, 0xa4, 0x06, 0xc5, 0xbe, 0xa6, 0x6d, 0x55, 0x2f, 0xa0,
+ 0x20, 0x9a, 0xa5, 0xf5, 0x68, 0x10, 0xbc, 0xde, 0xe3, 0x37, 0xb4, 0x1e, 0x7b, 0x01, 0x05, 0xb1,
+ 0xac, 0x5e, 0x2c, 0xaf, 0x01, 0xe3, 0xd3, 0x07, 0x3e, 0xfb, 0x66, 0xac, 0x2e, 0xd3, 0xc0, 0xc4,
+ 0x23, 0xd2, 0xec, 0x5b, 0x11, 0x2d, 0x85, 0x5d, 0x9e, 0xa5, 0x2f, 0x3c, 0xec, 0x94, 0xda, 0x6e,
+ 0xbd, 0x21, 0x54, 0xef, 0xb7, 0x35, 0xe9, 0x18, 0x8c, 0x8d, 0x31, 0x01, 0x3d, 0x48, 0xc0, 0x69,
+ 0xc1, 0xa9, 0xb3, 0xef, 0x86, 0xec, 0x0e, 0xf5, 0x90, 0xb5, 0x0e, 0x0d, 0x9c, 0x0f, 0x53, 0xf8,
+ 0x5e, 0xec, 0x14, 0xf0, 0x1c, 0xb7, 0x51, 0xc3, 0xaf, 0x46, 0xa2, 0x85, 0x72, 0xa9, 0xd1, 0xd9,
+ 0x61, 0xdf, 0xd7, 0x8d, 0x52, 0xbe, 0xc5, 0x18, 0x80, 0xea, 0xb6, 0x44, 0x77, 0x95, 0xee, 0xd6,
+ 0x96, 0x03, 0xe6, 0xd5, 0x0f, 0x62, 0x71, 0x6a, 0x3c, 0xfc, 0x61, 0x2b, 0x9c, 0xfe, 0x30, 0x19,
+ 0xbe, 0xbc, 0x1b, 0x88, 0xe7, 0xe0, 0xab, 0x6e, 0xec, 0x47, 0x21, 0x26, 0xe5, 0xa0, 0x01, 0x80,
+ 0x3a, 0xfc, 0x46, 0x0b, 0xe9, 0xc7, 0x86, 0x85, 0x84, 0xe0, 0xf9, 0x54, 0x81, 0xcf, 0xc4, 0xb8,
+ 0x39, 0xfe, 0x1f, 0xd1, 0x05, 0xa5, 0x7c, 0x1f, 0x1f, 0x7c, 0x69, 0xad, 0x36, 0x5a, 0x0d, 0x15,
+ 0x33, 0xfb, 0x49, 0x2c, 0x86, 0x80, 0x48, 0x72, 0xf4, 0x29, 0x54, 0x32, 0xe6, 0x48, 0x63, 0xfe,
+ 0x34, 0x19, 0x3e, 0xc4, 0xe0, 0xfb, 0x1c, 0x82, 0x53, 0x7a, 0x93, 0x3d, 0x32, 0x6f, 0xea, 0x3c,
+ 0xde, 0x7b, 0x08, 0xdc, 0x2e, 0x82, 0xea, 0x6d, 0xba, 0xa5, 0x14, 0x7b, 0xca, 0x7c, 0x9c, 0xb4,
+ 0xe7, 0xa9, 0x22, 0xf8, 0xca, 0x18, 0xdf, 0x01, 0x8c, 0x7c, 0x3e, 0x75, 0x3e, 0x1c, 0xf4, 0x8a,
+ 0x83, 0x7a, 0x74, 0x3e, 0x3e, 0x94, 0xa9, 0x63, 0x01, 0xa7, 0xc2, 0x9e, 0x36, 0x1f, 0xf6, 0x80,
+ 0x62, 0x3f, 0x89, 0xc5, 0x7e, 0x79, 0x3e, 0x4e, 0x54, 0x95, 0xe9, 0x2b, 0xa2, 0x9a, 0x9d, 0x48,
+ 0xf6, 0xde, 0x63, 0xf3, 0xba, 0xd9, 0xa9, 0xe7, 0x1c, 0x86, 0xaf, 0x76, 0x3e, 0x7d, 0x3e, 0x3e,
+ 0x91, 0x31, 0x26, 0x8b, 0xee, 0x57, 0xe6, 0xc3, 0xb6, 0xac, 0x71, 0x36, 0xa5, 0x31, 0xd4, 0x33,
+ 0xe6, 0xcd, 0x70, 0x9d, 0x88, 0xbd, 0x2a, 0x08, 0x41, 0x4b, 0xcf, 0x9c, 0x8f, 0x53, 0x9b, 0xfa,
+ 0x81, 0x49, 0xa0, 0x3f, 0xd1, 0xee, 0xf4, 0xd9, 0xb3, 0xe6, 0xc3, 0x56, 0xcf, 0x6e, 0xd0, 0xcf,
+ 0x9e, 0x8f, 0x93, 0x14, 0xb4, 0xf7, 0x9c, 0x55, 0xa4, 0x8b, 0xf4, 0xab, 0xf3, 0x7a, 0x1c, 0x24,
+ 0xfc, 0x45, 0x37, 0xf6, 0x9c, 0x79, 0x5d, 0xa8, 0xc7, 0x7c, 0xab, 0x8d, 0xfd, 0x5a, 0x64, 0x5e,
+ 0xfc, 0x5e, 0xce, 0xaa, 0xd7, 0x42, 0x64, 0x9e, 0x75, 0x9a, 0x8d, 0x3a, 0xf1, 0x10, 0x5d, 0xd6,
+ 0x79, 0xde, 0x7c, 0x60, 0x66, 0x86, 0xbf, 0x7d, 0xc9, 0x5e, 0x30, 0x1f, 0x0e, 0x75, 0xa2, 0x1f,
+ 0xa0, 0x5c, 0x7c, 0xee, 0x02, 0xf9, 0xec, 0x85, 0xf3, 0x61, 0x8b, 0x2e, 0x0e, 0x2c, 0xb8, 0x43,
+ 0x36, 0x6f, 0x5a, 0x74, 0xbb, 0x3c, 0xbe, 0xcf, 0x7e, 0x73, 0x3e, 0x1c, 0xae, 0x0d, 0xfa, 0x15,
+ 0xaf, 0xfc, 0xbf, 0x28, 0x42, 0xdc, 0x21, 0xd7, 0x0b, 0xd4, 0x36, 0xe5, 0xf2, 0xbc, 0x78, 0x3e,
+ 0xec, 0xa3, 0x55, 0x84, 0x57, 0xbe, 0xba, 0x5a, 0x72, 0x40, 0xba, 0x2d, 0x37, 0xbb, 0xfe, 0x26,
+ 0x1e, 0x14, 0xb1, 0x97, 0xe8, 0x58, 0xc6, 0xd7, 0x2e, 0x78, 0x34, 0xbe, 0xed, 0xf8, 0x9b, 0xe2,
+ 0x3d, 0x84, 0xdf, 0xd2, 0x09, 0x30, 0x0e, 0x22, 0xb8, 0x56, 0x16, 0x22, 0x55, 0x91, 0x3f, 0xd3,
+ 0x11, 0xd7, 0xfb, 0x37, 0xc0, 0x92, 0x16, 0xee, 0xe6, 0x6f, 0xcf, 0xc7, 0x1e, 0x37, 0xd3, 0x14,
+ 0x29, 0x24, 0xe8, 0x6f, 0x36, 0xb6, 0xd9, 0xcb, 0x22, 0xa4, 0x8f, 0x21, 0x3b, 0x61, 0x68, 0xf8,
+ 0xfa, 0xf6, 0x3d, 0xde, 0x83, 0x4b, 0x63, 0x9e, 0x92, 0x67, 0x2f, 0xd7, 0x60, 0x75, 0x91, 0x13,
+ 0x07, 0xfb, 0x3b, 0xc6, 0x06, 0xee, 0xfa, 0x34, 0x3d, 0x7b, 0x85, 0xb6, 0x3b, 0x42, 0xf6, 0xea,
+ 0x9c, 0x1a, 0x74, 0xfa, 0xca, 0xf9, 0x38, 0xc3, 0x00, 0x95, 0x6e, 0x70, 0xda, 0xc7, 0x7e, 0x77,
+ 0x3e, 0xce, 0x84, 0xe4, 0xa7, 0xf6, 0x04, 0x27, 0xb2, 0x83, 0xd8, 0xab, 0xe6, 0xa3, 0xc7, 0x51,
+ 0x3c, 0x19, 0x04, 0x93, 0x33, 0xa5, 0x55, 0xf6, 0x6a, 0x8d, 0x70, 0xa5, 0xe5, 0xa6, 0xa5, 0xb8,
+ 0x54, 0x3d, 0xbe, 0x31, 0xa7, 0xbd, 0x66, 0x1d, 0xdf, 0x90, 0x7a, 0xcd, 0x7c, 0x9c, 0xd9, 0x5e,
+ 0xd9, 0xc5, 0xb4, 0x7e, 0x6d, 0x84, 0xe4, 0x4c, 0x2f, 0xaf, 0xe0, 0x95, 0x01, 0x77, 0xf8, 0x32,
+ 0x24, 0x7b, 0x5d, 0x2c, 0xaf, 0x29, 0x59, 0x2a, 0x6f, 0x6a, 0xbf, 0x5e, 0x5b, 0x58, 0xb0, 0x4f,
+ 0x38, 0x43, 0x7d, 0xe7, 0xdf, 0xa0, 0x2b, 0x10, 0xf9, 0xa4, 0x18, 0xa5, 0x78, 0x07, 0x50, 0xd8,
+ 0xc6, 0x67, 0xbf, 0x3f, 0x1f, 0x36, 0xda, 0xf0, 0x8c, 0x12, 0x98, 0x11, 0x59, 0xa6, 0xe2, 0xf2,
+ 0xf0, 0xd3, 0x1f, 0xcc, 0x87, 0xc3, 0x49, 0xc6, 0xbd, 0x92, 0x0a, 0x7d, 0x8f, 0x9a, 0xbd, 0x51,
+ 0x13, 0x3c, 0x3d, 0xa1, 0x14, 0x6a, 0xde, 0x34, 0x1f, 0xe8, 0x50, 0xe5, 0x37, 0x08, 0x09, 0xaa,
+ 0xc7, 0x9f, 0x55, 0x74, 0xf2, 0xcd, 0x21, 0xb1, 0x21, 0x2f, 0xa8, 0x87, 0xb2, 0x4c, 0xf0, 0xc9,
+ 0x53, 0xf6, 0x96, 0xf9, 0x38, 0x6b, 0x83, 0x1e, 0x38, 0x58, 0x71, 0xb7, 0xf0, 0x6b, 0x60, 0x0d,
+ 0x8c, 0xde, 0xbe, 0x35, 0x9e, 0x9c, 0xc8, 0xc6, 0x40, 0xa9, 0xdc, 0xa8, 0x81, 0x4a, 0x6b, 0x6c,
+ 0xbb, 0xec, 0x6d, 0xf3, 0x71, 0x1e, 0x49, 0x14, 0x50, 0xad, 0xee, 0x0f, 0x7b, 0x61, 0x4c, 0xb8,
+ 0x30, 0xc5, 0x36, 0x92, 0xf3, 0xdb, 0x7b, 0x61, 0x4c, 0x87, 0x0a, 0xee, 0xd0, 0xcd, 0x1b, 0xf1,
+ 0x10, 0x4d, 0x42, 0x2c, 0xe1, 0xb7, 0x7c, 0xc4, 0xd6, 0xff, 0x51, 0x44, 0x85, 0x07, 0x11, 0x64,
+ 0x6e, 0xda, 0x73, 0xa7, 0xfd, 0x1d, 0xf3, 0xe1, 0x0b, 0x32, 0xb1, 0x70, 0x41, 0x8e, 0x97, 0xa1,
+ 0x97, 0x32, 0xee, 0x25, 0x9b, 0x86, 0x3e, 0xe7, 0xb4, 0xd1, 0xd6, 0x60, 0xef, 0x5e, 0xe8, 0x8d,
+ 0x4a, 0xfd, 0xcb, 0xb7, 0xec, 0x2f, 0x16, 0x4c, 0x65, 0x21, 0xd3, 0x9a, 0x02, 0x10, 0xc3, 0xc6,
+ 0xfb, 0xcb, 0x05, 0xcd, 0x4b, 0x57, 0xf4, 0x9e, 0x07, 0xde, 0x01, 0x3a, 0x6d, 0x53, 0xd6, 0x0e,
+ 0x9e, 0x69, 0xfe, 0xd5, 0x82, 0x19, 0xe1, 0x4e, 0x17, 0xce, 0x9f, 0x3c, 0x7e, 0xe2, 0x89, 0x01,
+ 0xb5, 0xaf, 0x51, 0x9a, 0xd2, 0xff, 0x88, 0x9d, 0xa5, 0x96, 0xea, 0x2d, 0xdd, 0x9c, 0xbf, 0x5e,
+ 0x88, 0x13, 0xda, 0x06, 0xa0, 0xc0, 0xcb, 0xdf, 0x2c, 0x18, 0x27, 0xee, 0xf8, 0x9e, 0x85, 0x19,
+ 0x42, 0xc1, 0x5b, 0x63, 0xef, 0x59, 0x08, 0xe4, 0x40, 0x30, 0x2e, 0xc6, 0x31, 0xab, 0xde, 0x76,
+ 0x85, 0xce, 0x64, 0xaa, 0x67, 0xf9, 0xd3, 0x4c, 0xef, 0x5d, 0xd0, 0x7d, 0x32, 0x39, 0x72, 0x1c,
+ 0x68, 0x70, 0xdf, 0x6d, 0xc1, 0x78, 0xd0, 0x44, 0x3d, 0x17, 0xf7, 0xbe, 0x05, 0xe3, 0x41, 0x93,
+ 0xc8, 0x3d, 0x97, 0xbf, 0x5b, 0x30, 0x9e, 0x81, 0x0b, 0x16, 0x67, 0x38, 0x89, 0xef, 0xd7, 0x26,
+ 0xa4, 0xed, 0xac, 0xa9, 0x86, 0x79, 0x8c, 0x4d, 0x62, 0xef, 0x03, 0x0b, 0x89, 0x93, 0xd6, 0xbd,
+ 0xe1, 0x35, 0xf4, 0x68, 0x22, 0x26, 0xf3, 0xc1, 0xd8, 0x61, 0x2a, 0x5e, 0xad, 0xe1, 0x34, 0x97,
+ 0x5d, 0xb7, 0x8e, 0xb7, 0x47, 0xf8, 0x27, 0x7f, 0xd4, 0x30, 0x1f, 0x8a, 0x1d, 0xa6, 0x47, 0x13,
+ 0x99, 0xd4, 0xb4, 0x10, 0x5c, 0x62, 0x88, 0x5b, 0x8d, 0xcf, 0x73, 0x51, 0xc4, 0x27, 0x84, 0x54,
+ 0xcc, 0x6a, 0x21, 0xf1, 0x44, 0xeb, 0x78, 0xef, 0x05, 0x85, 0x5b, 0xc9, 0xd8, 0xd5, 0x42, 0x70,
+ 0xf7, 0x41, 0xdb, 0x76, 0x1d, 0x36, 0xe8, 0x43, 0x8e, 0xf5, 0x4f, 0x0b, 0xc6, 0x4b, 0x3e, 0x92,
+ 0x00, 0x7a, 0x35, 0x12, 0x43, 0xfd, 0xf3, 0x42, 0x9c, 0xae, 0x97, 0xb7, 0x95, 0xf9, 0xd3, 0x32,
+ 0x2a, 0x4c, 0xb6, 0x10, 0xe7, 0x64, 0x85, 0x61, 0x65, 0x98, 0x6c, 0xc1, 0x0c, 0x54, 0x86, 0xbf,
+ 0xe5, 0xc2, 0x3e, 0xaa, 0xed, 0x42, 0x78, 0xe3, 0xf8, 0x87, 0xa5, 0xa3, 0x3b, 0xf7, 0xb1, 0x05,
+ 0xfd, 0x52, 0x88, 0xb9, 0x73, 0xd1, 0x36, 0x32, 0x2b, 0x6a, 0x21, 0x90, 0x58, 0xb1, 0x03, 0x85,
+ 0x42, 0xb2, 0xff, 0xb2, 0x60, 0x7a, 0x69, 0x91, 0x41, 0xc2, 0x31, 0xd9, 0x4f, 0x2c, 0x04, 0xc6,
+ 0x66, 0xd4, 0x04, 0xc1, 0x3b, 0x75, 0xec, 0x93, 0x0b, 0x71, 0x8a, 0x65, 0xd5, 0x6d, 0x6f, 0xb8,
+ 0x9a, 0xfd, 0xc1, 0x3e, 0xb5, 0x10, 0x67, 0xe2, 0x12, 0x18, 0x3d, 0xa4, 0x2a, 0xef, 0xfc, 0x82,
+ 0x3e, 0x62, 0x9f, 0x8e, 0x95, 0x49, 0x41, 0x97, 0xc1, 0x15, 0xc5, 0x05, 0xd3, 0xb0, 0xd7, 0x3a,
+ 0x35, 0x00, 0x79, 0xb7, 0x9f, 0x59, 0xe8, 0x11, 0x8d, 0xd4, 0x83, 0x18, 0xe4, 0xa0, 0xfd, 0xeb,
+ 0x42, 0x8f, 0x68, 0x64, 0x18, 0x32, 0xc8, 0xdf, 0x5a, 0x88, 0xd3, 0x5b, 0xf8, 0x32, 0x75, 0x60,
+ 0x3c, 0x05, 0xe4, 0xf6, 0xd9, 0x5e, 0xd0, 0x9c, 0xa6, 0x43, 0xd0, 0x9f, 0x8b, 0x5d, 0x65, 0x78,
+ 0x2a, 0xd2, 0x3f, 0xf8, 0xe2, 0x42, 0xfc, 0xe3, 0xa3, 0xfc, 0xe9, 0x64, 0xbe, 0xbe, 0x2f, 0x85,
+ 0xc8, 0x5d, 0x46, 0x08, 0x34, 0x18, 0x3a, 0x0b, 0xc0, 0x37, 0x3f, 0xd9, 0x97, 0x17, 0x62, 0xcc,
+ 0x30, 0xde, 0xc2, 0x57, 0x61, 0x42, 0x9f, 0x7d, 0x75, 0x21, 0xc6, 0xe5, 0x89, 0x80, 0x29, 0x84,
+ 0x7d, 0x6d, 0xa1, 0xe7, 0x13, 0x67, 0xf8, 0x48, 0x15, 0xbe, 0xad, 0x48, 0x7a, 0xe2, 0xeb, 0x0b,
+ 0x66, 0xbc, 0x55, 0xe4, 0x8b, 0xf1, 0x3c, 0x44, 0x7e, 0x8c, 0xf1, 0x0d, 0x4d, 0x95, 0xc4, 0x83,
+ 0x04, 0x71, 0xac, 0xab, 0x10, 0xa9, 0x22, 0x07, 0x44, 0x62, 0xff, 0x9b, 0x57, 0x21, 0x52, 0x55,
+ 0x13, 0xf9, 0xe8, 0x90, 0xc6, 0x67, 0x81, 0x70, 0x40, 0xd9, 0xe0, 0xb6, 0xc4, 0xeb, 0x40, 0x88,
+ 0x5e, 0xb7, 0x8e, 0x8f, 0xfa, 0xa0, 0xb2, 0xfe, 0xb6, 0x2e, 0xab, 0x82, 0x7b, 0x3a, 0x52, 0xd1,
+ 0x35, 0xfc, 0xcd, 0x00, 0xf6, 0x3b, 0x06, 0x13, 0x9b, 0xef, 0xae, 0x36, 0x3d, 0x3f, 0x72, 0x36,
+ 0xc1, 0xbe, 0x6b, 0xa0, 0x3a, 0xf2, 0x4e, 0xac, 0x9a, 0xf5, 0xf7, 0x34, 0x54, 0x2b, 0x6b, 0x8a,
+ 0x93, 0x15, 0x4a, 0xc0, 0xd5, 0xd5, 0x32, 0xfb, 0xfe, 0x42, 0x2f, 0x83, 0x4b, 0xbb, 0x93, 0xc3,
+ 0x7e, 0xb0, 0xd0, 0x3b, 0xe5, 0x80, 0x2e, 0xed, 0xb0, 0x1f, 0x2e, 0xf4, 0x4e, 0x39, 0x20, 0x08,
+ 0x35, 0xa9, 0x1f, 0x2d, 0x04, 0x27, 0x96, 0x42, 0xff, 0x9e, 0x03, 0x54, 0x8b, 0x6b, 0x68, 0x3f,
+ 0x8e, 0x37, 0x9d, 0x22, 0x6c, 0x27, 0x5f, 0x3c, 0xea, 0x05, 0x1e, 0xe2, 0x3b, 0x79, 0xcf, 0x31,
+ 0x56, 0x83, 0x08, 0x28, 0x8c, 0x10, 0x6d, 0x39, 0x2a, 0x8b, 0xfa, 0xa7, 0x0b, 0x71, 0x01, 0xda,
+ 0x30, 0xac, 0xe8, 0xf8, 0x91, 0xc5, 0x18, 0x8b, 0x54, 0x30, 0xb4, 0x6e, 0xb9, 0x3e, 0x65, 0x31,
+ 0xc6, 0x22, 0x8d, 0xc2, 0x05, 0x37, 0x29, 0x17, 0xe3, 0x42, 0x2a, 0xc8, 0x0f, 0x65, 0x77, 0x03,
+ 0x63, 0x3f, 0x59, 0xca, 0x1c, 0xa8, 0xb3, 0x47, 0x17, 0x03, 0xd3, 0x55, 0xb3, 0xfa, 0xf0, 0xd1,
+ 0x70, 0x8c, 0xe6, 0x3d, 0x6d, 0x31, 0x2e, 0xda, 0x16, 0xa7, 0x51, 0x7e, 0x79, 0xd1, 0x74, 0xe7,
+ 0x38, 0x74, 0xac, 0x2e, 0x79, 0x6c, 0x31, 0x2c, 0x47, 0xb2, 0x2d, 0x1f, 0xd4, 0xab, 0xbc, 0xe3,
+ 0xc8, 0x6f, 0x7a, 0xb3, 0xa7, 0x2f, 0x86, 0xe5, 0x48, 0x1c, 0x58, 0x10, 0xf6, 0x5a, 0x8c, 0x3b,
+ 0x3b, 0x0e, 0xd0, 0x24, 0x23, 0x32, 0xcf, 0x58, 0x8c, 0x53, 0x95, 0x11, 0xb8, 0xe0, 0x26, 0x65,
+ 0x2c, 0x2a, 0xa3, 0x0f, 0x7f, 0xb3, 0x67, 0x2d, 0xc6, 0xf9, 0x35, 0xa7, 0x4f, 0x9e, 0x7a, 0x60,
+ 0x0d, 0xe6, 0xbd, 0x8d, 0x81, 0x0f, 0x40, 0xf8, 0xb3, 0x17, 0xe3, 0x54, 0x9a, 0xc0, 0x22, 0x02,
+ 0x57, 0x38, 0x28, 0xfb, 0xd5, 0xc5, 0x38, 0x75, 0x0a, 0xf3, 0xa4, 0x94, 0x02, 0x75, 0x20, 0xf4,
+ 0x9c, 0xc5, 0xb8, 0xa0, 0x78, 0x18, 0x2c, 0x88, 0x80, 0x2d, 0x46, 0xce, 0x28, 0x1e, 0x2a, 0xa5,
+ 0x3d, 0xfc, 0x82, 0xe4, 0x73, 0x17, 0x4d, 0x77, 0x57, 0x5b, 0x28, 0x42, 0xba, 0x75, 0xb4, 0x78,
+ 0x9f, 0xb7, 0x68, 0x1c, 0x9c, 0xa8, 0xeb, 0xec, 0xea, 0x09, 0x73, 0xf6, 0xfc, 0x45, 0xe3, 0x95,
+ 0x92, 0x28, 0x44, 0x70, 0xb9, 0x32, 0x76, 0xc7, 0xe8, 0x22, 0x5e, 0xc7, 0xe5, 0xef, 0xb6, 0x90,
+ 0xc5, 0xf0, 0x82, 0x58, 0xc4, 0x6a, 0x70, 0xf4, 0x36, 0xec, 0x8b, 0x62, 0x11, 0xab, 0x41, 0xd1,
+ 0xbb, 0x55, 0x78, 0xdb, 0xf1, 0x4a, 0xc3, 0x66, 0x5c, 0x82, 0x7b, 0xc9, 0x62, 0xac, 0x9f, 0x13,
+ 0xc0, 0x05, 0x99, 0x62, 0x8b, 0x71, 0x2c, 0x6f, 0x2c, 0x24, 0xc8, 0xf2, 0x7a, 0xe9, 0x62, 0xbc,
+ 0x12, 0x0f, 0x01, 0xcb, 0x9c, 0xb1, 0xc5, 0x38, 0x03, 0x24, 0x8f, 0x97, 0x11, 0x3a, 0x4b, 0xee,
+ 0xa6, 0x73, 0xa9, 0xe1, 0xa9, 0xe7, 0x75, 0x79, 0xff, 0x8f, 0x2f, 0xc6, 0xf9, 0x53, 0x71, 0x2d,
+ 0xd8, 0xcb, 0x17, 0xa7, 0xd6, 0xac, 0x83, 0x59, 0x4c, 0x06, 0xc0, 0x1b, 0xeb, 0xc0, 0xf4, 0x67,
+ 0xf1, 0x0b, 0xd5, 0xc2, 0xa8, 0x0d, 0x17, 0xdb, 0x05, 0x8f, 0x64, 0xc2, 0x4f, 0xfe, 0x5b, 0x2f,
+ 0x00, 0xf1, 0x7d, 0xf1, 0x9f, 0xfe, 0xb7, 0xa9, 0x77, 0x0d, 0x5a, 0xfb, 0xe9, 0x1b, 0xe1, 0x32,
+ 0xdd, 0x09, 0xbf, 0x91, 0xc8, 0x0b, 0x52, 0xab, 0xd9, 0xd5, 0x62, 0x26, 0x6b, 0x17, 0x8a, 0x85,
+ 0x2c, 0xbb, 0x06, 0xbf, 0xa8, 0x68, 0x96, 0xa7, 0x4a, 0xfc, 0x3b, 0x8b, 0x66, 0x69, 0x7a, 0x95,
+ 0xf5, 0x47, 0x4b, 0xcb, 0x19, 0xfe, 0xdd, 0x53, 0xb3, 0xb4, 0x92, 0x61, 0x83, 0x31, 0xfd, 0x96,
+ 0xd9, 0x10, 0x7e, 0x91, 0xd1, 0x2c, 0xcd, 0x15, 0xaa, 0xe5, 0x22, 0x1b, 0x8e, 0x82, 0x9f, 0x3e,
+ 0xc7, 0xf6, 0x80, 0xc2, 0x19, 0x0f, 0x0d, 0x98, 0x3d, 0x9b, 0x2d, 0x57, 0x68, 0x3a, 0x23, 0xd1,
+ 0x25, 0x3d, 0xb4, 0x9a, 0xaa, 0xb0, 0xbd, 0xf8, 0x65, 0x55, 0xb3, 0xbc, 0xba, 0x56, 0x2d, 0x96,
+ 0x73, 0xa9, 0x3c, 0xb3, 0xa2, 0xe3, 0xac, 0x16, 0xd9, 0x68, 0xb4, 0x34, 0x5f, 0x62, 0xfb, 0xa2,
+ 0x93, 0x2d, 0x15, 0x8b, 0xf9, 0x13, 0x6c, 0x7f, 0x14, 0x7c, 0xf9, 0x34, 0x1b, 0xc3, 0xef, 0x75,
+ 0x86, 0x70, 0xb6, 0x56, 0xa9, 0x16, 0x57, 0xd9, 0x81, 0x18, 0x6c, 0x66, 0x18, 0x8b, 0x96, 0x2e,
+ 0x65, 0xd8, 0x41, 0xd8, 0xda, 0xeb, 0x43, 0x78, 0x5b, 0xca, 0xe5, 0x73, 0xd5, 0xf3, 0x76, 0xa6,
+ 0x9c, 0x5a, 0xae, 0xb2, 0x44, 0x74, 0x56, 0x80, 0x92, 0x42, 0x95, 0x5d, 0x1b, 0x45, 0x47, 0xaa,
+ 0x9c, 0x59, 0x65, 0x87, 0xa2, 0xf3, 0x3a, 0x71, 0xf6, 0xc4, 0x6a, 0x2e, 0xc3, 0x0e, 0xd3, 0x47,
+ 0x60, 0xcc, 0x16, 0xf9, 0xbc, 0x18, 0xe7, 0xc8, 0xd4, 0x9f, 0x0e, 0x58, 0x63, 0x8a, 0x84, 0x28,
+ 0x6f, 0x18, 0x34, 0xd5, 0x51, 0x05, 0x5f, 0x5e, 0xcb, 0x67, 0x2b, 0x76, 0xa5, 0x9a, 0xaa, 0xe2,
+ 0x26, 0xe6, 0xaa, 0x40, 0x4a, 0x27, 0xac, 0x7b, 0x63, 0xab, 0xcf, 0xa5, 0x72, 0x55, 0x7b, 0xb9,
+ 0x58, 0xb6, 0x4b, 0xf9, 0xd4, 0x79, 0xd8, 0x3e, 0xbb, 0x5a, 0xb4, 0xf3, 0xc5, 0x54, 0x06, 0xe8,
+ 0xec, 0x0e, 0xeb, 0xd6, 0xd8, 0x26, 0xa7, 0xb3, 0xe5, 0xa2, 0x5d, 0xc9, 0xe6, 0xb3, 0xe9, 0x6a,
+ 0xae, 0x58, 0x00, 0xd2, 0xbb, 0xdd, 0x9a, 0x8c, 0x05, 0xac, 0x54, 0xcb, 0xf0, 0xcf, 0xca, 0x79,
+ 0xbb, 0x9a, 0x5b, 0xcd, 0x02, 0x31, 0xde, 0x62, 0xdd, 0x18, 0x0b, 0x57, 0x2a, 0x67, 0xa9, 0x0c,
+ 0x28, 0xf3, 0x2e, 0xeb, 0x09, 0xb1, 0x20, 0xf8, 0x1b, 0x96, 0x02, 0xa0, 0xc5, 0x95, 0x72, 0xb6,
+ 0x52, 0x01, 0x72, 0x9d, 0xb4, 0x8e, 0xc5, 0xf7, 0x56, 0xac, 0x54, 0x79, 0x77, 0xc3, 0x20, 0xb3,
+ 0x6f, 0x8a, 0x85, 0xc9, 0xe4, 0x2a, 0xe9, 0x62, 0xa1, 0x00, 0x2b, 0x00, 0x42, 0xee, 0x35, 0xfd,
+ 0x6a, 0x36, 0xb5, 0x6a, 0x57, 0x4e, 0x17, 0xcf, 0xa5, 0x53, 0x95, 0x2c, 0x90, 0xf4, 0x94, 0x75,
+ 0x7b, 0x2c, 0x1c, 0x27, 0x25, 0x3e, 0xc5, 0x4a, 0xb6, 0xba, 0x56, 0x02, 0x32, 0xef, 0xb5, 0x1b,
+ 0xf9, 0x54, 0xa5, 0xca, 0xac, 0xa9, 0xb7, 0xf7, 0x59, 0xfb, 0x78, 0x7d, 0x9a, 0x86, 0x09, 0xd8,
+ 0x82, 0xff, 0xb6, 0x57, 0x8a, 0xc5, 0x8c, 0xbd, 0xb2, 0x76, 0xbe, 0x02, 0x5b, 0x77, 0xd4, 0x3a,
+ 0x6c, 0xd4, 0x2d, 0xa5, 0x44, 0x55, 0x5f, 0xc0, 0x83, 0xb2, 0xaa, 0x0c, 0x5b, 0x07, 0xd3, 0xad,
+ 0x66, 0xcb, 0xb0, 0x2f, 0xe1, 0x4e, 0x2b, 0x25, 0x58, 0x70, 0x0a, 0xd8, 0x0d, 0xf6, 0x22, 0xdc,
+ 0x92, 0x6f, 0x3f, 0x71, 0x11, 0xff, 0x30, 0xb2, 0x51, 0x5b, 0x28, 0xe2, 0x3f, 0x6c, 0x68, 0xaa,
+ 0x28, 0xe6, 0x9d, 0x86, 0x16, 0xb9, 0xf4, 0x19, 0xfc, 0x7c, 0x91, 0xfc, 0x5d, 0x4e, 0x15, 0x32,
+ 0xc0, 0x51, 0xd7, 0xe0, 0x47, 0x99, 0x65, 0x59, 0xb0, 0x8c, 0x40, 0x6c, 0xa5, 0xb5, 0x15, 0xf4,
+ 0x4f, 0xbd, 0xac, 0x9f, 0xaf, 0xce, 0xcc, 0xf6, 0x72, 0xed, 0x8e, 0xa2, 0x16, 0xb1, 0x51, 0x40,
+ 0x6a, 0x02, 0x87, 0x6b, 0x85, 0x33, 0x85, 0xe2, 0xb9, 0x02, 0x8c, 0x74, 0xb7, 0x75, 0x47, 0x3c,
+ 0x08, 0xcc, 0xd7, 0x3e, 0x9f, 0xad, 0xca, 0x8a, 0x2c, 0x92, 0xb3, 0xa4, 0x85, 0x08, 0x70, 0x00,
+ 0x14, 0x90, 0x72, 0x04, 0x28, 0xa0, 0x98, 0x2c, 0xca, 0xd5, 0x9e, 0x9d, 0xa5, 0x96, 0x10, 0x0d,
+ 0x85, 0x2c, 0x8a, 0xd9, 0x9e, 0x2b, 0x40, 0x06, 0xcb, 0x15, 0x56, 0x80, 0x88, 0x6f, 0xb6, 0x6e,
+ 0x88, 0x07, 0x59, 0x4e, 0xe5, 0xf2, 0xd0, 0xc9, 0xf0, 0xd4, 0x6b, 0xfa, 0xb9, 0xe8, 0xe0, 0x37,
+ 0x23, 0xc4, 0xf1, 0x78, 0x47, 0x61, 0x33, 0x9f, 0x4d, 0x81, 0xd4, 0x95, 0x0a, 0x43, 0xee, 0xaa,
+ 0x28, 0x35, 0x26, 0xdd, 0x07, 0x26, 0xd3, 0x2d, 0xbd, 0x6a, 0x81, 0xed, 0x91, 0xef, 0x61, 0x4e,
+ 0xfd, 0x8a, 0xde, 0x04, 0x58, 0xb0, 0xa2, 0x01, 0xfc, 0x84, 0x95, 0x51, 0xb5, 0x7c, 0x06, 0x96,
+ 0x29, 0xa5, 0xa2, 0x9c, 0x0a, 0xaa, 0x01, 0x0d, 0xa9, 0x43, 0x60, 0x29, 0xdc, 0xb6, 0x0b, 0x40,
+ 0x30, 0xf4, 0xb0, 0xe2, 0x69, 0x01, 0xc9, 0x91, 0x80, 0x22, 0xa9, 0x9c, 0x4d, 0x65, 0xce, 0xdb,
+ 0xc0, 0x5a, 0x7b, 0x94, 0xc8, 0x94, 0xab, 0xc8, 0xa6, 0xf3, 0x39, 0x9c, 0xdd, 0xc8, 0xd4, 0xb3,
+ 0xfa, 0x38, 0xc1, 0xe7, 0xbd, 0xcb, 0x60, 0x32, 0xe0, 0x6b, 0xc8, 0x3b, 0x4b, 0x4e, 0xab, 0xba,
+ 0xb3, 0xed, 0xaa, 0xad, 0xc8, 0x17, 0xcf, 0x81, 0x0c, 0xc9, 0x81, 0xc6, 0x01, 0xa9, 0x0d, 0x0b,
+ 0x93, 0xab, 0x03, 0xdc, 0xf5, 0x04, 0x29, 0x67, 0x4b, 0xc5, 0x72, 0x15, 0x49, 0x58, 0xd2, 0x5b,
+ 0x04, 0xa4, 0x92, 0x85, 0xe5, 0x64, 0x52, 0xe5, 0xf3, 0xaa, 0xbf, 0xfe, 0xa9, 0xff, 0x8b, 0xf3,
+ 0x90, 0x48, 0x15, 0x76, 0xea, 0x3b, 0x5c, 0x4e, 0x8b, 0x25, 0x86, 0x8a, 0x81, 0xa8, 0x71, 0x21,
+ 0xa9, 0x32, 0x2c, 0xe4, 0x1a, 0x49, 0x15, 0x61, 0x98, 0x54, 0x3a, 0x9d, 0x2d, 0xf1, 0xad, 0xec,
+ 0x01, 0xa1, 0x90, 0xd1, 0x3f, 0x95, 0xe1, 0x5b, 0x85, 0x0a, 0x42, 0x7e, 0x7d, 0x07, 0x30, 0x47,
+ 0x42, 0x0a, 0xd5, 0x34, 0x52, 0x5a, 0x7a, 0xad, 0x5c, 0x46, 0xf5, 0x74, 0x0d, 0xf2, 0xbb, 0x51,
+ 0x03, 0x34, 0xb8, 0x94, 0xcf, 0xb2, 0xbe, 0xa9, 0xb7, 0x0d, 0xf0, 0x55, 0xd0, 0xdd, 0x7e, 0x91,
+ 0xf4, 0x8c, 0x5f, 0x85, 0x96, 0x84, 0xf6, 0xa4, 0x62, 0x0e, 0x11, 0x54, 0x59, 0xcb, 0x57, 0xed,
+ 0xca, 0x1a, 0xcc, 0xaf, 0x82, 0x12, 0xeb, 0x36, 0xeb, 0xe6, 0x48, 0x6d, 0x2a, 0xcf, 0xf7, 0x10,
+ 0x4a, 0x48, 0x38, 0xf7, 0xa9, 0xcd, 0xd6, 0xa1, 0x72, 0x85, 0xb3, 0xa9, 0x7c, 0x2e, 0x03, 0x18,
+ 0x5e, 0x5a, 0x3a, 0x0f, 0xb4, 0x28, 0x75, 0x90, 0x09, 0x93, 0x2e, 0xc2, 0xc4, 0xd3, 0x55, 0xbb,
+ 0x94, 0xaa, 0x54, 0xce, 0x15, 0xc9, 0xd0, 0x89, 0xeb, 0x2c, 0x45, 0xf3, 0x01, 0xa4, 0x14, 0x72,
+ 0xc4, 0x8f, 0x71, 0x30, 0x2b, 0xd9, 0x42, 0xb6, 0x9c, 0x4b, 0xdb, 0xd9, 0x72, 0xb9, 0x88, 0x46,
+ 0x90, 0x14, 0x00, 0xf1, 0x03, 0x0a, 0xfc, 0x68, 0x94, 0x6a, 0xc2, 0x09, 0x59, 0x9a, 0x2a, 0x57,
+ 0xcf, 0x03, 0xa5, 0x4a, 0x21, 0xa1, 0xc3, 0x14, 0x8a, 0x7c, 0x6d, 0xa0, 0x73, 0x61, 0xcb, 0x41,
+ 0xab, 0x48, 0xee, 0xd1, 0x81, 0x04, 0xc4, 0x5a, 0x3e, 0x0f, 0xaa, 0xe4, 0xa4, 0x35, 0x1d, 0x01,
+ 0xd0, 0x55, 0x4e, 0x74, 0x76, 0xd6, 0xd4, 0x7f, 0xb5, 0x0e, 0xab, 0x64, 0x5b, 0xc9, 0x0a, 0xc4,
+ 0x07, 0xfb, 0xad, 0xbd, 0x48, 0x69, 0xcb, 0x44, 0x24, 0xf4, 0x91, 0xb8, 0x32, 0x88, 0xa2, 0x14,
+ 0x10, 0x41, 0x5f, 0x62, 0xc4, 0x1a, 0xcc, 0xe4, 0xca, 0x59, 0xc0, 0xfa, 0x98, 0x65, 0x2d, 0xe7,
+ 0xca, 0xa0, 0x46, 0x51, 0xc6, 0x03, 0x72, 0x0f, 0x58, 0xa3, 0x9c, 0xc2, 0x79, 0xc1, 0xe0, 0xd4,
+ 0x05, 0x6e, 0xc1, 0xaa, 0x87, 0xa4, 0xa5, 0xcc, 0x50, 0x05, 0x72, 0x23, 0x61, 0x0c, 0xa1, 0x85,
+ 0x82, 0x2a, 0x50, 0xd0, 0xb9, 0x6a, 0xee, 0x2c, 0x92, 0x40, 0xa4, 0xae, 0x90, 0x5d, 0x49, 0x51,
+ 0x5d, 0xff, 0xd4, 0xa3, 0xfd, 0xc2, 0x02, 0x22, 0xba, 0xe3, 0x71, 0xaa, 0x87, 0x4a, 0x4b, 0xf8,
+ 0x85, 0x7c, 0x85, 0xd9, 0x68, 0x15, 0xec, 0xf6, 0x72, 0x0a, 0x50, 0x04, 0x03, 0x4b, 0x7d, 0x1d,
+ 0x03, 0xb4, 0x94, 0xaa, 0x56, 0xf3, 0x60, 0xd4, 0x15, 0x8b, 0xa4, 0x2a, 0x03, 0x5b, 0x27, 0x06,
+ 0xb6, 0x72, 0x1a, 0xb8, 0x12, 0x40, 0x0b, 0x6b, 0xa0, 0xaf, 0x02, 0x29, 0x11, 0x05, 0xe4, 0xdb,
+ 0x3e, 0xb0, 0x5b, 0x5f, 0xb0, 0x4d, 0xe5, 0xb5, 0x5c, 0x75, 0x15, 0xb9, 0x2e, 0xa0, 0xc7, 0xb8,
+ 0xbe, 0xd2, 0x20, 0x47, 0x40, 0x41, 0x4c, 0x3d, 0xac, 0x49, 0x91, 0xb3, 0x0d, 0xbf, 0xc1, 0x3f,
+ 0xb5, 0x9a, 0x38, 0x66, 0x4d, 0xc4, 0x14, 0xdb, 0xa5, 0xee, 0x85, 0x66, 0xa3, 0x06, 0x6b, 0x17,
+ 0x54, 0x15, 0xae, 0x17, 0xa7, 0x01, 0x21, 0x01, 0xa2, 0x01, 0xac, 0xb5, 0xf0, 0x83, 0xb1, 0xe0,
+ 0xa7, 0x10, 0xfe, 0x13, 0xf4, 0x25, 0x2b, 0x71, 0x7b, 0x73, 0xb5, 0x4c, 0x14, 0x74, 0x33, 0x05,
+ 0xbf, 0x22, 0xe5, 0xf8, 0x9a, 0x3f, 0x66, 0x88, 0xc0, 0xd8, 0xb7, 0x93, 0xa7, 0x19, 0x85, 0x10,
+ 0x5f, 0xba, 0x3a, 0xdd, 0xa8, 0xd7, 0xdd, 0x16, 0x57, 0xc8, 0xb1, 0x70, 0x15, 0xaf, 0xe9, 0x09,
+ 0xa0, 0x7e, 0x14, 0xb9, 0xbb, 0x75, 0x46, 0x07, 0xdd, 0x9d, 0x46, 0xa7, 0x71, 0x09, 0xbf, 0x66,
+ 0x78, 0x27, 0xf9, 0x76, 0xf1, 0x3d, 0xea, 0x90, 0x83, 0xb8, 0x47, 0xb1, 0x90, 0x27, 0x2e, 0x9d,
+ 0xd0, 0x01, 0x87, 0xa6, 0xbe, 0xd0, 0x67, 0xed, 0xe5, 0x87, 0xfa, 0xb8, 0x78, 0x30, 0x6d, 0x56,
+ 0x53, 0xd5, 0xf4, 0x69, 0xbb, 0x7a, 0xbe, 0x04, 0x86, 0x43, 0xaa, 0xb2, 0x06, 0x8e, 0xcb, 0x35,
+ 0x28, 0x58, 0xf5, 0xe2, 0x62, 0xb1, 0x04, 0xf4, 0x42, 0x1a, 0x03, 0x08, 0x5c, 0xab, 0x21, 0xe9,
+ 0x00, 0x76, 0xd2, 0x19, 0xb2, 0x35, 0x00, 0x93, 0x5a, 0x5d, 0x1e, 0x28, 0x3f, 0x7d, 0xde, 0xae,
+ 0x14, 0xf3, 0x45, 0xfb, 0xc1, 0xb5, 0xec, 0x1a, 0x1a, 0xcc, 0x66, 0xeb, 0x74, 0x71, 0xb5, 0x94,
+ 0xad, 0x72, 0xd6, 0x19, 0x44, 0x0a, 0xd0, 0xea, 0xce, 0x65, 0xb3, 0x67, 0xb2, 0x05, 0x54, 0x95,
+ 0x6b, 0xe5, 0x42, 0xf6, 0x3c, 0xc3, 0x4f, 0x15, 0x1f, 0x8e, 0x4c, 0x15, 0xbd, 0x0b, 0xee, 0xcf,
+ 0x69, 0x55, 0xdc, 0x45, 0xd9, 0x33, 0xf5, 0xb4, 0x7e, 0x6e, 0xb7, 0x2d, 0x79, 0x9d, 0x4c, 0x63,
+ 0x7d, 0xbd, 0x51, 0x03, 0x39, 0xbf, 0x83, 0x53, 0x80, 0xa5, 0x80, 0xad, 0xb0, 0xbc, 0x9c, 0x4b,
+ 0x03, 0x5f, 0x9d, 0x27, 0xa1, 0x8b, 0x53, 0x20, 0xad, 0x11, 0xaa, 0xcb, 0xa6, 0x2a, 0xe7, 0x61,
+ 0xd5, 0x30, 0x76, 0xa8, 0x62, 0x35, 0x9b, 0xc9, 0xad, 0xa1, 0x9b, 0x1a, 0x6d, 0x03, 0xec, 0x85,
+ 0x02, 0x3c, 0xda, 0x66, 0xad, 0x00, 0xfa, 0xbf, 0x0c, 0x4b, 0x8d, 0xce, 0x41, 0x4a, 0x97, 0xa1,
+ 0x98, 0x66, 0xd9, 0x87, 0xc0, 0xed, 0xc0, 0x65, 0xf6, 0xa8, 0x3a, 0x09, 0x92, 0xb9, 0x47, 0xd5,
+ 0xfd, 0x60, 0x44, 0x7c, 0xab, 0xcf, 0x1a, 0xe3, 0x29, 0x6b, 0x4e, 0x6b, 0xa3, 0x8b, 0xd7, 0x1c,
+ 0x83, 0x6d, 0xc8, 0x03, 0x4f, 0xae, 0xa5, 0x56, 0xb2, 0xa6, 0x74, 0x0b, 0xd5, 0x65, 0x0b, 0x2b,
+ 0xf9, 0x5c, 0xe5, 0xb4, 0xbe, 0xf9, 0xaa, 0xae, 0xbc, 0x06, 0xb8, 0x4b, 0x15, 0xb8, 0x6d, 0x1e,
+ 0xaa, 0x4b, 0x9f, 0x06, 0xa1, 0x5c, 0xc9, 0x72, 0x54, 0x84, 0xea, 0xce, 0x14, 0x41, 0x79, 0x16,
+ 0x38, 0x2a, 0x42, 0x55, 0x95, 0x52, 0xaa, 0x80, 0xc3, 0x0d, 0xa1, 0xcf, 0x11, 0xaa, 0x43, 0xbb,
+ 0x65, 0x6d, 0x65, 0x0d, 0x7b, 0x1d, 0x46, 0x87, 0x32, 0x7e, 0xa6, 0x80, 0x10, 0x10, 0xe8, 0xd7,
+ 0x66, 0x83, 0x2c, 0xe5, 0xaa, 0xbb, 0xb5, 0xdd, 0x44, 0x63, 0xe5, 0x18, 0xc5, 0x32, 0xa2, 0x15,
+ 0x76, 0xc1, 0xa3, 0x8f, 0x8c, 0x72, 0xee, 0x8c, 0xa9, 0xaf, 0xd0, 0x77, 0x65, 0xb3, 0xcd, 0x06,
+ 0x3d, 0x3a, 0x82, 0x11, 0xc0, 0xbe, 0xa9, 0xb3, 0xd6, 0x01, 0x1d, 0x14, 0xf9, 0xe9, 0x46, 0x3a,
+ 0x66, 0x36, 0x0b, 0x41, 0x06, 0x5d, 0x6c, 0x79, 0x97, 0x5b, 0xdc, 0x8e, 0x88, 0x56, 0x63, 0x9e,
+ 0x7d, 0x73, 0x27, 0xd3, 0xb8, 0xd4, 0xf0, 0x79, 0xbf, 0x2f, 0x1c, 0xb0, 0x86, 0xb3, 0x74, 0x62,
+ 0x9f, 0x38, 0x68, 0xed, 0x27, 0x72, 0xb6, 0xc1, 0x84, 0x10, 0x26, 0x31, 0xb0, 0xac, 0x2a, 0x42,
+ 0xf5, 0x56, 0xcd, 0x65, 0xb2, 0xdc, 0x73, 0x52, 0xc5, 0x15, 0xb0, 0xe5, 0x0a, 0x2b, 0xf6, 0x72,
+ 0xb6, 0x02, 0xbc, 0x05, 0x0c, 0xdd, 0x8f, 0xb8, 0x52, 0xb5, 0xcb, 0xe5, 0x22, 0x96, 0xaf, 0x55,
+ 0xec, 0x93, 0xc7, 0x4f, 0xdc, 0xcf, 0x5d, 0x27, 0x55, 0x49, 0x3c, 0x59, 0x40, 0xda, 0xc6, 0xda,
+ 0x07, 0xf8, 0x0e, 0x05, 0x53, 0xc8, 0x3e, 0x04, 0xc6, 0x54, 0x29, 0x6d, 0x73, 0x61, 0x6e, 0xd4,
+ 0x95, 0xce, 0x95, 0x61, 0x42, 0xa9, 0x34, 0xb6, 0x7b, 0x22, 0xdf, 0x1e, 0xad, 0xdd, 0x39, 0x7b,
+ 0x29, 0x5f, 0x2c, 0xae, 0xf2, 0xca, 0x3d, 0x28, 0xce, 0x55, 0x65, 0xae, 0x00, 0x2a, 0xab, 0x90,
+ 0x42, 0x5f, 0x01, 0x38, 0x9a, 0x00, 0x46, 0x8c, 0x39, 0x2d, 0x63, 0xa4, 0x60, 0x35, 0xf5, 0x24,
+ 0x70, 0xea, 0xa9, 0x76, 0x2f, 0x46, 0x1f, 0x54, 0x6d, 0xb1, 0x9c, 0x4a, 0x83, 0xea, 0x2b, 0xa5,
+ 0x98, 0x85, 0xf8, 0xed, 0x31, 0x26, 0xfa, 0xe4, 0x4b, 0x59, 0x74, 0x56, 0x47, 0x8d, 0xd6, 0x0a,
+ 0x19, 0x6c, 0x1f, 0x12, 0x87, 0x2a, 0x3f, 0x47, 0xb3, 0xd2, 0x47, 0xdd, 0x3f, 0x55, 0xb2, 0x18,
+ 0xa9, 0x97, 0x8c, 0xd7, 0x71, 0xaa, 0x67, 0xe9, 0x1a, 0x0e, 0xfa, 0x8b, 0x5a, 0x99, 0x7d, 0xe2,
+ 0x38, 0xec, 0x10, 0x38, 0x15, 0x46, 0xd9, 0xc9, 0xe3, 0xb0, 0x3f, 0xa1, 0xc2, 0xfb, 0x8f, 0x1f,
+ 0x47, 0x95, 0xd4, 0x67, 0x1d, 0x56, 0xa5, 0x25, 0xa7, 0xeb, 0xbb, 0x15, 0xb7, 0xd3, 0x01, 0x52,
+ 0x43, 0x5d, 0x12, 0x5b, 0x41, 0x0a, 0x6d, 0xab, 0xd1, 0xa1, 0x6f, 0xed, 0x82, 0xee, 0x8e, 0x07,
+ 0xca, 0x0b, 0x10, 0xb2, 0x49, 0xe3, 0x41, 0x32, 0x0d, 0x9f, 0x1f, 0x0a, 0xf4, 0x4f, 0x3d, 0xde,
+ 0x0f, 0x54, 0x46, 0x22, 0x42, 0x64, 0xf2, 0xe3, 0xde, 0x61, 0x4c, 0x51, 0x2b, 0xd2, 0x88, 0x98,
+ 0xf3, 0x90, 0x51, 0x59, 0x76, 0xea, 0x22, 0x85, 0x1b, 0x68, 0xed, 0x26, 0x1e, 0x32, 0xd6, 0xeb,
+ 0xf1, 0xbb, 0x04, 0x12, 0x60, 0x20, 0x71, 0x3f, 0x3f, 0xd5, 0xd7, 0x01, 0x0a, 0x5e, 0x87, 0x6e,
+ 0x07, 0xd5, 0xed, 0x92, 0xe7, 0xb5, 0x0b, 0x6e, 0xe7, 0xb2, 0xd7, 0xbe, 0x08, 0x2e, 0x34, 0x4f,
+ 0x27, 0xf3, 0xd9, 0xcf, 0x0b, 0xd6, 0xe9, 0xd1, 0x48, 0xdc, 0xb2, 0x4f, 0x61, 0xb8, 0xa5, 0x37,
+ 0x54, 0x25, 0x48, 0x4d, 0x64, 0x4b, 0x68, 0x4d, 0xf5, 0x06, 0x2d, 0xb8, 0xc1, 0x69, 0x1d, 0x4b,
+ 0x4f, 0x3d, 0x36, 0x24, 0x4c, 0x07, 0x3c, 0x05, 0xa7, 0x54, 0xb0, 0x82, 0xeb, 0xd6, 0x35, 0xd3,
+ 0xc1, 0x28, 0xd7, 0x70, 0x75, 0x0f, 0x45, 0xeb, 0x63, 0x20, 0x7c, 0xb7, 0x5d, 0xf0, 0xb4, 0x12,
+ 0x18, 0xa6, 0x2e, 0x66, 0x1f, 0x0f, 0x9d, 0x6b, 0x15, 0x5b, 0xf8, 0x04, 0x08, 0x7d, 0x31, 0xc4,
+ 0xd5, 0x2c, 0x83, 0x38, 0x50, 0x7c, 0xf7, 0xbd, 0x49, 0x90, 0xeb, 0x89, 0x7b, 0xe9, 0xfc, 0xa3,
+ 0x17, 0xe4, 0x5a, 0xee, 0x9c, 0xe3, 0xab, 0x8f, 0x44, 0xb2, 0x8d, 0xc4, 0x7d, 0x14, 0x80, 0xee,
+ 0x0d, 0x4e, 0x98, 0x09, 0x1a, 0x6c, 0x6a, 0xd6, 0x51, 0xb4, 0x81, 0x7c, 0x1f, 0xd5, 0x67, 0x0d,
+ 0x0c, 0xd8, 0x5d, 0xf5, 0x3c, 0x72, 0xf5, 0xa6, 0xcb, 0x7e, 0x51, 0x10, 0xca, 0xd5, 0xce, 0x85,
+ 0x1a, 0x5d, 0x14, 0x67, 0x77, 0xd1, 0x46, 0xc1, 0x67, 0x55, 0x38, 0x22, 0xd9, 0x7b, 0xfa, 0x44,
+ 0xec, 0x7c, 0x37, 0x58, 0xc2, 0x24, 0x7b, 0x6f, 0x9f, 0x38, 0x1d, 0xd8, 0x0d, 0x94, 0xc6, 0xff,
+ 0xdb, 0xab, 0xe9, 0x94, 0x92, 0xf2, 0xd9, 0xfb, 0xfa, 0xc4, 0x89, 0xee, 0x15, 0xc7, 0xe7, 0x1f,
+ 0x9f, 0x61, 0x7f, 0xd7, 0x37, 0xf5, 0x7f, 0x5a, 0xfb, 0x45, 0x22, 0xba, 0x8d, 0x6f, 0xc0, 0x93,
+ 0x2a, 0x5f, 0x06, 0x6f, 0x07, 0xcc, 0x14, 0xbb, 0x5c, 0xcc, 0x67, 0x6d, 0xdd, 0x19, 0x02, 0x4d,
+ 0x61, 0xd4, 0x81, 0x5b, 0x85, 0x9a, 0x02, 0x8c, 0x3b, 0xa3, 0xb8, 0xb2, 0x56, 0x42, 0xbd, 0x0a,
+ 0x82, 0xe0, 0x99, 0x7d, 0x56, 0x42, 0x76, 0x8f, 0xc7, 0xf0, 0x36, 0x5d, 0xee, 0xd0, 0xfb, 0xa9,
+ 0xe4, 0x8b, 0x55, 0x4d, 0x11, 0x19, 0xc5, 0xd1, 0xee, 0xa9, 0x58, 0x75, 0x8f, 0x66, 0x9a, 0x51,
+ 0x93, 0x2a, 0xa0, 0x77, 0x01, 0xd2, 0xd8, 0x28, 0x5d, 0xca, 0x16, 0xd2, 0xa7, 0xc1, 0x25, 0x7b,
+ 0x67, 0x3f, 0x2c, 0x4d, 0x4c, 0x46, 0xf9, 0x7e, 0x36, 0x1d, 0x2f, 0x80, 0x96, 0x55, 0x4d, 0x64,
+ 0xd8, 0x56, 0x33, 0x61, 0x40, 0x77, 0x44, 0xab, 0xf3, 0xc5, 0xf4, 0x19, 0x8a, 0x34, 0xc4, 0x36,
+ 0xae, 0x9c, 0x5e, 0x5b, 0x5e, 0xce, 0x67, 0xb9, 0xf4, 0x8a, 0x56, 0x2f, 0x97, 0xb3, 0x59, 0xe9,
+ 0x3b, 0x82, 0x6c, 0x8c, 0x02, 0x80, 0xca, 0x24, 0x8f, 0x1c, 0x24, 0x42, 0xb4, 0x12, 0xc3, 0xc1,
+ 0x15, 0xd0, 0x3d, 0xe0, 0xc9, 0x0e, 0xc5, 0xf7, 0x8f, 0x10, 0x3c, 0x14, 0x3e, 0x8c, 0xe2, 0x35,
+ 0x0a, 0x40, 0x95, 0x18, 0x61, 0xdb, 0x83, 0x82, 0x30, 0x5a, 0x5f, 0xce, 0xae, 0xac, 0xe5, 0x53,
+ 0x65, 0x39, 0xcc, 0xc8, 0xd4, 0x77, 0xfb, 0x44, 0xd0, 0x2b, 0x30, 0x36, 0xc8, 0xa2, 0xf0, 0x51,
+ 0x63, 0x61, 0x38, 0x8e, 0xdc, 0x61, 0xd4, 0x8f, 0x88, 0x31, 0xf0, 0x87, 0x65, 0x4c, 0x1a, 0x56,
+ 0x02, 0x48, 0x02, 0xbb, 0x03, 0x0a, 0x56, 0xc1, 0x92, 0xcc, 0xd9, 0x67, 0x72, 0x79, 0x34, 0x21,
+ 0x98, 0xb5, 0x4f, 0xc6, 0xca, 0x33, 0x59, 0xda, 0x39, 0x0e, 0x94, 0xca, 0xae, 0xe4, 0x2a, 0xbc,
+ 0x68, 0x10, 0xb5, 0x9c, 0x2a, 0x02, 0x8f, 0x3e, 0x9f, 0xc5, 0x25, 0x83, 0xf7, 0x8d, 0xbd, 0x17,
+ 0x33, 0xf9, 0xdc, 0x19, 0x34, 0xdc, 0x38, 0x50, 0x1a, 0x2c, 0xfb, 0x1c, 0xa8, 0x58, 0xea, 0x7e,
+ 0x8f, 0x98, 0x42, 0x36, 0x7d, 0xba, 0x58, 0xc9, 0xa7, 0xf0, 0xc0, 0x05, 0x3c, 0x7b, 0x28, 0x28,
+ 0xa7, 0x4a, 0x00, 0x04, 0x2a, 0x9f, 0x37, 0xca, 0xa6, 0xca, 0x79, 0x24, 0x5b, 0xf0, 0x61, 0x0b,
+ 0xa0, 0xef, 0xf9, 0x0c, 0x96, 0xf2, 0xa9, 0xf4, 0x19, 0xfb, 0x34, 0x8c, 0xc6, 0x46, 0xa7, 0xde,
+ 0x35, 0x2c, 0xc2, 0x69, 0x60, 0xc9, 0x80, 0x57, 0x9c, 0x2f, 0xae, 0x90, 0x57, 0x50, 0x51, 0x51,
+ 0xc0, 0xa0, 0x3c, 0x93, 0x5a, 0x05, 0xab, 0x91, 0xdb, 0xfd, 0xa1, 0xaa, 0xd3, 0x59, 0x30, 0x9b,
+ 0xfa, 0x54, 0x2c, 0x23, 0xa8, 0x58, 0x2d, 0x82, 0x8d, 0x8d, 0xd3, 0x4e, 0x65, 0xd0, 0xe5, 0x91,
+ 0x1e, 0x6f, 0x0c, 0x40, 0x39, 0xbb, 0x5a, 0x3c, 0x8b, 0xd6, 0xef, 0x78, 0x64, 0x42, 0x99, 0x6c,
+ 0xaa, 0x7a, 0x9a, 0x9b, 0x56, 0xa1, 0x1a, 0x71, 0xfe, 0xa2, 0x1d, 0x5e, 0x05, 0x75, 0xb9, 0x6a,
+ 0x76, 0x95, 0xdb, 0x55, 0xa1, 0x0a, 0x20, 0x6d, 0xb2, 0x9e, 0x00, 0x8b, 0xd1, 0x56, 0x2b, 0xc5,
+ 0x3c, 0x46, 0x65, 0x64, 0xfc, 0x5e, 0xab, 0xa0, 0xf0, 0x3e, 0xc6, 0x66, 0x01, 0xbb, 0x2a, 0xc4,
+ 0xad, 0xaa, 0x1f, 0x2a, 0x01, 0x7e, 0xa3, 0x63, 0x95, 0xd6, 0xca, 0xe9, 0xd3, 0x78, 0x7c, 0x30,
+ 0x1a, 0x33, 0xfb, 0xa5, 0xb5, 0xf3, 0x4b, 0xb0, 0x15, 0x60, 0x4a, 0x45, 0xf1, 0x22, 0x4f, 0x96,
+ 0xaa, 0xe5, 0xdc, 0xca, 0x0a, 0xec, 0xe8, 0x7e, 0xe9, 0xf2, 0xeb, 0x9d, 0xf3, 0x23, 0x1b, 0x98,
+ 0x53, 0x85, 0x8d, 0xa9, 0x90, 0x9c, 0x86, 0x5b, 0xa4, 0x47, 0xa2, 0x97, 0x03, 0x31, 0x0b, 0xc2,
+ 0x8a, 0x4a, 0x15, 0xfc, 0x8a, 0x33, 0x8c, 0xa9, 0xd0, 0xb0, 0x46, 0x05, 0x74, 0x9e, 0xb0, 0x96,
+ 0xcb, 0x63, 0xa4, 0x9a, 0x53, 0xdd, 0xc1, 0x98, 0x39, 0xe8, 0x8c, 0x91, 0xd0, 0xc2, 0xe2, 0x31,
+ 0xfb, 0x0b, 0x52, 0x01, 0xfc, 0x94, 0x6b, 0x63, 0xc6, 0x2a, 0x64, 0xd7, 0xc0, 0xfb, 0xca, 0x83,
+ 0x97, 0xba, 0x5a, 0x42, 0x1c, 0x03, 0x4e, 0x0e, 0xc5, 0xad, 0x17, 0x24, 0xca, 0x5a, 0x09, 0x9c,
+ 0x28, 0x90, 0xa7, 0x87, 0x63, 0xba, 0xc1, 0x03, 0xc8, 0x14, 0x06, 0x8c, 0x41, 0xb6, 0xe5, 0x2a,
+ 0x39, 0x8c, 0x60, 0x1e, 0x89, 0x59, 0x38, 0x3f, 0xbf, 0x4a, 0x9d, 0x05, 0x09, 0x74, 0x9d, 0x16,
+ 0x80, 0x57, 0x33, 0x4e, 0x15, 0x52, 0x18, 0x67, 0xab, 0x16, 0x31, 0x18, 0x3b, 0x1e, 0x43, 0xd4,
+ 0xd4, 0x41, 0x1e, 0x06, 0xcb, 0xaf, 0x95, 0xd8, 0xd1, 0xa9, 0x57, 0x0c, 0x8a, 0x23, 0x8c, 0xe0,
+ 0x01, 0x38, 0x72, 0x54, 0x54, 0x94, 0x54, 0x2f, 0xe4, 0x29, 0x26, 0xa0, 0x23, 0x55, 0x60, 0x4c,
+ 0xaf, 0xe5, 0x59, 0x4d, 0xdc, 0x83, 0x0e, 0xd7, 0xf1, 0xc4, 0x8f, 0xfe, 0xb8, 0x2a, 0xfe, 0x62,
+ 0x85, 0x62, 0x1d, 0xbd, 0x8a, 0xd2, 0xc3, 0x06, 0xe3, 0x1a, 0xd1, 0x83, 0xf6, 0xc0, 0x39, 0x82,
+ 0x68, 0xf5, 0x2a, 0xa1, 0x47, 0x02, 0xee, 0xd1, 0x2b, 0xcf, 0x6d, 0x36, 0xfc, 0x6d, 0xb0, 0x1e,
+ 0xf7, 0xc4, 0x55, 0x8a, 0x87, 0xa7, 0x80, 0x83, 0x04, 0x6b, 0x19, 0x73, 0x71, 0x2e, 0x00, 0xef,
+ 0xc4, 0xb4, 0x92, 0xb1, 0x23, 0x2b, 0xae, 0x12, 0x95, 0x7b, 0xaa, 0xd9, 0x04, 0x0e, 0x12, 0x14,
+ 0x11, 0x53, 0x89, 0xd7, 0x08, 0xf6, 0xc9, 0xd8, 0x5c, 0xb8, 0x5e, 0xdd, 0xe7, 0x07, 0x26, 0x12,
+ 0xdb, 0x1d, 0x06, 0xa1, 0xe7, 0x5e, 0x31, 0x6d, 0x6c, 0x2c, 0x0e, 0x87, 0x69, 0x67, 0xdd, 0x05,
+ 0x16, 0x8a, 0x19, 0x3e, 0xc8, 0x42, 0x03, 0x1e, 0x8a, 0x99, 0xbb, 0xc8, 0x5c, 0x60, 0x07, 0x97,
+ 0x86, 0x4e, 0xf7, 0x3d, 0xd2, 0x77, 0xcd, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x0b, 0xbb,
+ 0xf3, 0x21, 0xca, 0x00, 0x00,
+}
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/econ.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/econ.pb.go
new file mode 100644
index 00000000..db3960f2
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/econ.pb.go
@@ -0,0 +1,4441 @@
+// Code generated by protoc-gen-go.
+// source: econ_gcmessages.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type EGCItemMsg int32
+
+const (
+ EGCItemMsg_k_EMsgGCBase EGCItemMsg = 1000
+ EGCItemMsg_k_EMsgGCSetItemPosition EGCItemMsg = 1001
+ EGCItemMsg_k_EMsgGCCraft EGCItemMsg = 1002
+ EGCItemMsg_k_EMsgGCCraftResponse EGCItemMsg = 1003
+ EGCItemMsg_k_EMsgGCDelete EGCItemMsg = 1004
+ EGCItemMsg_k_EMsgGCVerifyCacheSubscription EGCItemMsg = 1005
+ EGCItemMsg_k_EMsgClientToGCNameItem EGCItemMsg = 1006
+ EGCItemMsg_k_EMsgGCPaintItem EGCItemMsg = 1009
+ EGCItemMsg_k_EMsgGCPaintItemResponse EGCItemMsg = 1010
+ EGCItemMsg_k_EMsgGCGoldenWrenchBroadcast EGCItemMsg = 1011
+ EGCItemMsg_k_EMsgGCMOTDRequest EGCItemMsg = 1012
+ EGCItemMsg_k_EMsgGCMOTDRequestResponse EGCItemMsg = 1013
+ EGCItemMsg_k_EMsgGCAddItemToSocket_DEPRECATED EGCItemMsg = 1014
+ EGCItemMsg_k_EMsgGCAddItemToSocketResponse_DEPRECATED EGCItemMsg = 1015
+ EGCItemMsg_k_EMsgGCAddSocketToBaseItem_DEPRECATED EGCItemMsg = 1016
+ EGCItemMsg_k_EMsgGCAddSocketToItem_DEPRECATED EGCItemMsg = 1017
+ EGCItemMsg_k_EMsgGCAddSocketToItemResponse_DEPRECATED EGCItemMsg = 1018
+ EGCItemMsg_k_EMsgGCNameBaseItem EGCItemMsg = 1019
+ EGCItemMsg_k_EMsgGCNameBaseItemResponse EGCItemMsg = 1020
+ EGCItemMsg_k_EMsgGCRemoveSocketItem_DEPRECATED EGCItemMsg = 1021
+ EGCItemMsg_k_EMsgGCRemoveSocketItemResponse_DEPRECATED EGCItemMsg = 1022
+ EGCItemMsg_k_EMsgGCCustomizeItemTexture EGCItemMsg = 1023
+ EGCItemMsg_k_EMsgGCCustomizeItemTextureResponse EGCItemMsg = 1024
+ EGCItemMsg_k_EMsgGCUseItemRequest EGCItemMsg = 1025
+ EGCItemMsg_k_EMsgGCUseItemResponse EGCItemMsg = 1026
+ EGCItemMsg_k_EMsgGCGiftedItems EGCItemMsg = 1027
+ EGCItemMsg_k_EMsgGCRemoveItemName EGCItemMsg = 1030
+ EGCItemMsg_k_EMsgGCRemoveItemPaint EGCItemMsg = 1031
+ EGCItemMsg_k_EMsgGCUnwrapGiftRequest EGCItemMsg = 1037
+ EGCItemMsg_k_EMsgGCUnwrapGiftResponse EGCItemMsg = 1038
+ EGCItemMsg_k_EMsgGCSetItemStyle_DEPRECATED EGCItemMsg = 1039
+ EGCItemMsg_k_EMsgGCUsedClaimCodeItem EGCItemMsg = 1040
+ EGCItemMsg_k_EMsgGCSortItems EGCItemMsg = 1041
+ EGCItemMsg_k_EMsgGC_RevolvingLootList_DEPRECATED EGCItemMsg = 1042
+ EGCItemMsg_k_EMsgGCUpdateItemSchema EGCItemMsg = 1049
+ EGCItemMsg_k_EMsgGCRemoveCustomTexture EGCItemMsg = 1051
+ EGCItemMsg_k_EMsgGCRemoveCustomTextureResponse EGCItemMsg = 1052
+ EGCItemMsg_k_EMsgGCRemoveMakersMark EGCItemMsg = 1053
+ EGCItemMsg_k_EMsgGCRemoveMakersMarkResponse EGCItemMsg = 1054
+ EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndex EGCItemMsg = 1055
+ EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndexResponse EGCItemMsg = 1056
+ EGCItemMsg_k_EMsgGCSaxxyBroadcast EGCItemMsg = 1057
+ EGCItemMsg_k_EMsgGCBackpackSortFinished EGCItemMsg = 1058
+ EGCItemMsg_k_EMsgGCAdjustItemEquippedState EGCItemMsg = 1059
+ EGCItemMsg_k_EMsgGCCollectItem EGCItemMsg = 1061
+ EGCItemMsg_k_EMsgGCItemAcknowledged EGCItemMsg = 1062
+ EGCItemMsg_k_EMsgGCPresets_SelectPresetForClass EGCItemMsg = 1063
+ EGCItemMsg_k_EMsgGCPresets_SetItemPosition EGCItemMsg = 1064
+ EGCItemMsg_k_EMsgGCPresets_SelectPresetForClassReply EGCItemMsg = 1067
+ EGCItemMsg_k_EMsgClientToGCNameItemResponse EGCItemMsg = 1068
+ EGCItemMsg_k_EMsgGCApplyConsumableEffects EGCItemMsg = 1069
+ EGCItemMsg_k_EMsgGCConsumableExhausted EGCItemMsg = 1070
+ EGCItemMsg_k_EMsgGCShowItemsPickedUp EGCItemMsg = 1071
+ EGCItemMsg_k_EMsgGCClientDisplayNotification EGCItemMsg = 1072
+ EGCItemMsg_k_EMsgGCApplyStrangePart EGCItemMsg = 1073
+ EGCItemMsg_k_EMsgGC_IncrementKillCountResponse EGCItemMsg = 1075
+ EGCItemMsg_k_EMsgGCApplyPennantUpgrade EGCItemMsg = 1076
+ EGCItemMsg_k_EMsgGCSetItemPositions EGCItemMsg = 1077
+ EGCItemMsg_k_EMsgGCSetItemPositions_RateLimited EGCItemMsg = 1096
+ EGCItemMsg_k_EMsgGCApplyEggEssence EGCItemMsg = 1078
+ EGCItemMsg_k_EMsgGCNameEggEssenceResponse EGCItemMsg = 1079
+ EGCItemMsg_k_EMsgGCFulfillDynamicRecipeComponent EGCItemMsg = 1082
+ EGCItemMsg_k_EMsgGCFulfillDynamicRecipeComponentResponse EGCItemMsg = 1083
+ EGCItemMsg_k_EMsgGCClientRequestMarketData EGCItemMsg = 1084
+ EGCItemMsg_k_EMsgGCClientRequestMarketDataResponse EGCItemMsg = 1085
+ EGCItemMsg_k_EMsgGCExtractGems EGCItemMsg = 1086
+ EGCItemMsg_k_EMsgGCAddSocket EGCItemMsg = 1087
+ EGCItemMsg_k_EMsgGCAddItemToSocket EGCItemMsg = 1088
+ EGCItemMsg_k_EMsgGCAddItemToSocketResponse EGCItemMsg = 1089
+ EGCItemMsg_k_EMsgGCAddSocketResponse EGCItemMsg = 1090
+ EGCItemMsg_k_EMsgGCResetStrangeGemCount EGCItemMsg = 1091
+ EGCItemMsg_k_EMsgGCRequestCrateItems EGCItemMsg = 1092
+ EGCItemMsg_k_EMsgGCRequestCrateItemsResponse EGCItemMsg = 1093
+ EGCItemMsg_k_EMsgGCExtractGemsResponse EGCItemMsg = 1094
+ EGCItemMsg_k_EMsgGCResetStrangeGemCountResponse EGCItemMsg = 1095
+ EGCItemMsg_k_EMsgGCServerUseItemRequest EGCItemMsg = 1103
+ EGCItemMsg_k_EMsgGCAddGiftItem EGCItemMsg = 1104
+ EGCItemMsg_k_EMsgGCRemoveItemGiftMessage EGCItemMsg = 1105
+ EGCItemMsg_k_EMsgGCRemoveItemGiftMessageResponse EGCItemMsg = 1106
+ EGCItemMsg_k_EMsgGCRemoveItemGifterAccountId EGCItemMsg = 1107
+ EGCItemMsg_k_EMsgGCRemoveItemGifterAccountIdResponse EGCItemMsg = 1108
+ EGCItemMsg_k_EMsgClientToGCRemoveItemGifterAttributes EGCItemMsg = 1109
+ EGCItemMsg_k_EMsgClientToGCRemoveItemName EGCItemMsg = 1110
+ EGCItemMsg_k_EMsgClientToGCRemoveItemDescription EGCItemMsg = 1111
+ EGCItemMsg_k_EMsgClientToGCRemoveItemAttributeResponse EGCItemMsg = 1112
+ EGCItemMsg_k_EMsgGCTradingBase EGCItemMsg = 1500
+ EGCItemMsg_k_EMsgGCTrading_InitiateTradeRequest EGCItemMsg = 1501
+ EGCItemMsg_k_EMsgGCTrading_InitiateTradeResponse EGCItemMsg = 1502
+ EGCItemMsg_k_EMsgGCTrading_StartSession EGCItemMsg = 1503
+ EGCItemMsg_k_EMsgGCTrading_SessionClosed EGCItemMsg = 1509
+ EGCItemMsg_k_EMsgGCTrading_InitiateTradeRequestResponse EGCItemMsg = 1514
+ EGCItemMsg_k_EMsgGCServerBrowser_FavoriteServer EGCItemMsg = 1601
+ EGCItemMsg_k_EMsgGCServerBrowser_BlacklistServer EGCItemMsg = 1602
+ EGCItemMsg_k_EMsgGCServerRentalsBase EGCItemMsg = 1700
+ EGCItemMsg_k_EMsgGCItemPreviewCheckStatus EGCItemMsg = 1701
+ EGCItemMsg_k_EMsgGCItemPreviewStatusResponse EGCItemMsg = 1702
+ EGCItemMsg_k_EMsgGCItemPreviewRequest EGCItemMsg = 1703
+ EGCItemMsg_k_EMsgGCItemPreviewRequestResponse EGCItemMsg = 1704
+ EGCItemMsg_k_EMsgGCItemPreviewExpire EGCItemMsg = 1705
+ EGCItemMsg_k_EMsgGCItemPreviewExpireNotification EGCItemMsg = 1706
+ EGCItemMsg_k_EMsgGCItemPreviewItemBoughtNotification EGCItemMsg = 1707
+ EGCItemMsg_k_EMsgGCDev_NewItemRequest EGCItemMsg = 2001
+ EGCItemMsg_k_EMsgGCDev_NewItemRequestResponse EGCItemMsg = 2002
+ EGCItemMsg_k_EMsgGCStoreGetUserData EGCItemMsg = 2500
+ EGCItemMsg_k_EMsgGCStoreGetUserDataResponse EGCItemMsg = 2501
+ EGCItemMsg_k_EMsgGCStorePurchaseFinalize EGCItemMsg = 2504
+ EGCItemMsg_k_EMsgGCStorePurchaseFinalizeResponse EGCItemMsg = 2505
+ EGCItemMsg_k_EMsgGCStorePurchaseCancel EGCItemMsg = 2506
+ EGCItemMsg_k_EMsgGCStorePurchaseCancelResponse EGCItemMsg = 2507
+ EGCItemMsg_k_EMsgGCStorePurchaseInit EGCItemMsg = 2510
+ EGCItemMsg_k_EMsgGCStorePurchaseInitResponse EGCItemMsg = 2511
+ EGCItemMsg_k_EMsgGCBannedWordListRequest EGCItemMsg = 2512
+ EGCItemMsg_k_EMsgGCBannedWordListResponse EGCItemMsg = 2513
+ EGCItemMsg_k_EMsgGCToGCBannedWordListBroadcast EGCItemMsg = 2514
+ EGCItemMsg_k_EMsgGCToGCBannedWordListUpdated EGCItemMsg = 2515
+ EGCItemMsg_k_EMsgGCToGCDirtySDOCache EGCItemMsg = 2516
+ EGCItemMsg_k_EMsgGCToGCDirtyMultipleSDOCache EGCItemMsg = 2517
+ EGCItemMsg_k_EMsgGCToGCUpdateSQLKeyValue EGCItemMsg = 2518
+ EGCItemMsg_k_EMsgGCToGCBroadcastConsoleCommand EGCItemMsg = 2521
+ EGCItemMsg_k_EMsgGCServerVersionUpdated EGCItemMsg = 2522
+ EGCItemMsg_k_EMsgGCApplyAutograph EGCItemMsg = 2523
+ EGCItemMsg_k_EMsgGCToGCWebAPIAccountChanged EGCItemMsg = 2524
+ EGCItemMsg_k_EMsgGCClientVersionUpdated EGCItemMsg = 2528
+ EGCItemMsg_k_EMsgGCItemPurgatory_FinalizePurchase EGCItemMsg = 2531
+ EGCItemMsg_k_EMsgGCItemPurgatory_FinalizePurchaseResponse EGCItemMsg = 2532
+ EGCItemMsg_k_EMsgGCItemPurgatory_RefundPurchase EGCItemMsg = 2533
+ EGCItemMsg_k_EMsgGCItemPurgatory_RefundPurchaseResponse EGCItemMsg = 2534
+ EGCItemMsg_k_EMsgGCToGCPlayerStrangeCountAdjustments EGCItemMsg = 2535
+ EGCItemMsg_k_EMsgGCRequestStoreSalesData EGCItemMsg = 2536
+ EGCItemMsg_k_EMsgGCRequestStoreSalesDataResponse EGCItemMsg = 2537
+ EGCItemMsg_k_EMsgGCRequestStoreSalesDataUpToDateResponse EGCItemMsg = 2538
+ EGCItemMsg_k_EMsgGCToGCPingRequest EGCItemMsg = 2539
+ EGCItemMsg_k_EMsgGCToGCPingResponse EGCItemMsg = 2540
+ EGCItemMsg_k_EMsgGCToGCGetUserSessionServer EGCItemMsg = 2541
+ EGCItemMsg_k_EMsgGCToGCGetUserSessionServerResponse EGCItemMsg = 2542
+ EGCItemMsg_k_EMsgGCToGCGetUserServerMembers EGCItemMsg = 2543
+ EGCItemMsg_k_EMsgGCToGCGetUserServerMembersResponse EGCItemMsg = 2544
+ EGCItemMsg_k_EMsgGCToGCGetUserPCBangNo EGCItemMsg = 2545
+ EGCItemMsg_k_EMsgGCToGCGetUserPCBangNoResponse EGCItemMsg = 2546
+ EGCItemMsg_k_EMsgGCToGCCanUseDropRateBonus EGCItemMsg = 2547
+ EGCItemMsg_k_EMsgSQLAddDropRateBonus EGCItemMsg = 2548
+ EGCItemMsg_k_EMsgGCToGCRefreshSOCache EGCItemMsg = 2549
+ EGCItemMsg_k_EMsgGCToGCApplyLocalizationDiff EGCItemMsg = 2550
+ EGCItemMsg_k_EMsgGCToGCApplyLocalizationDiffResponse EGCItemMsg = 2551
+ EGCItemMsg_k_EMsgGCToGCCheckAccountTradeStatus EGCItemMsg = 2552
+ EGCItemMsg_k_EMsgGCToGCCheckAccountTradeStatusResponse EGCItemMsg = 2553
+ EGCItemMsg_k_EMsgGCToGCGrantAccountRolledItems EGCItemMsg = 2554
+ EGCItemMsg_k_EMsgGCToGCGrantSelfMadeItemToAccount EGCItemMsg = 2555
+ EGCItemMsg_k_EMsgSQLUpgradeBattleBooster EGCItemMsg = 2556
+ EGCItemMsg_k_EMsgGCPartnerBalanceRequest EGCItemMsg = 2557
+ EGCItemMsg_k_EMsgGCPartnerBalanceResponse EGCItemMsg = 2558
+ EGCItemMsg_k_EMsgGCPartnerRechargeRedirectURLRequest EGCItemMsg = 2559
+ EGCItemMsg_k_EMsgGCPartnerRechargeRedirectURLResponse EGCItemMsg = 2560
+ EGCItemMsg_k_EMsgGCStatueCraft EGCItemMsg = 2561
+ EGCItemMsg_k_EMsgGCRedeemCode EGCItemMsg = 2562
+ EGCItemMsg_k_EMsgGCRedeemCodeResponse EGCItemMsg = 2563
+ EGCItemMsg_k_EMsgGCToGCItemConsumptionRollback EGCItemMsg = 2564
+ EGCItemMsg_k_EMsgClientToGCWrapAndDeliverGift EGCItemMsg = 2565
+ EGCItemMsg_k_EMsgClientToGCWrapAndDeliverGiftResponse EGCItemMsg = 2566
+ EGCItemMsg_k_EMsgClientToGCUnpackBundleResponse EGCItemMsg = 2567
+ EGCItemMsg_k_EMsgGCToClientStoreTransactionCompleted EGCItemMsg = 2568
+ EGCItemMsg_k_EMsgClientToGCEquipItems EGCItemMsg = 2569
+ EGCItemMsg_k_EMsgClientToGCEquipItemsResponse EGCItemMsg = 2570
+ EGCItemMsg_k_EMsgClientToGCUnlockItemStyle EGCItemMsg = 2571
+ EGCItemMsg_k_EMsgClientToGCUnlockItemStyleResponse EGCItemMsg = 2572
+ EGCItemMsg_k_EMsgClientToGCSetItemInventoryCategory EGCItemMsg = 2573
+ EGCItemMsg_k_EMsgClientToGCUnlockCrate EGCItemMsg = 2574
+ EGCItemMsg_k_EMsgClientToGCUnlockCrateResponse EGCItemMsg = 2575
+ EGCItemMsg_k_EMsgClientToGCUnpackBundle EGCItemMsg = 2576
+ EGCItemMsg_k_EMsgClientToGCSetItemStyle EGCItemMsg = 2577
+ EGCItemMsg_k_EMsgClientToGCSetItemStyleResponse EGCItemMsg = 2578
+ EGCItemMsg_k_EMsgGCGenericResult EGCItemMsg = 2579
+ EGCItemMsg_k_EMsgSQLGCToGCGrantBackpackSlots EGCItemMsg = 2580
+ EGCItemMsg_k_EMsgClientToGCLookupAccountName EGCItemMsg = 2581
+ EGCItemMsg_k_EMsgClientToGCLookupAccountNameResponse EGCItemMsg = 2582
+)
+
+var EGCItemMsg_name = map[int32]string{
+ 1000: "k_EMsgGCBase",
+ 1001: "k_EMsgGCSetItemPosition",
+ 1002: "k_EMsgGCCraft",
+ 1003: "k_EMsgGCCraftResponse",
+ 1004: "k_EMsgGCDelete",
+ 1005: "k_EMsgGCVerifyCacheSubscription",
+ 1006: "k_EMsgClientToGCNameItem",
+ 1009: "k_EMsgGCPaintItem",
+ 1010: "k_EMsgGCPaintItemResponse",
+ 1011: "k_EMsgGCGoldenWrenchBroadcast",
+ 1012: "k_EMsgGCMOTDRequest",
+ 1013: "k_EMsgGCMOTDRequestResponse",
+ 1014: "k_EMsgGCAddItemToSocket_DEPRECATED",
+ 1015: "k_EMsgGCAddItemToSocketResponse_DEPRECATED",
+ 1016: "k_EMsgGCAddSocketToBaseItem_DEPRECATED",
+ 1017: "k_EMsgGCAddSocketToItem_DEPRECATED",
+ 1018: "k_EMsgGCAddSocketToItemResponse_DEPRECATED",
+ 1019: "k_EMsgGCNameBaseItem",
+ 1020: "k_EMsgGCNameBaseItemResponse",
+ 1021: "k_EMsgGCRemoveSocketItem_DEPRECATED",
+ 1022: "k_EMsgGCRemoveSocketItemResponse_DEPRECATED",
+ 1023: "k_EMsgGCCustomizeItemTexture",
+ 1024: "k_EMsgGCCustomizeItemTextureResponse",
+ 1025: "k_EMsgGCUseItemRequest",
+ 1026: "k_EMsgGCUseItemResponse",
+ 1027: "k_EMsgGCGiftedItems",
+ 1030: "k_EMsgGCRemoveItemName",
+ 1031: "k_EMsgGCRemoveItemPaint",
+ 1037: "k_EMsgGCUnwrapGiftRequest",
+ 1038: "k_EMsgGCUnwrapGiftResponse",
+ 1039: "k_EMsgGCSetItemStyle_DEPRECATED",
+ 1040: "k_EMsgGCUsedClaimCodeItem",
+ 1041: "k_EMsgGCSortItems",
+ 1042: "k_EMsgGC_RevolvingLootList_DEPRECATED",
+ 1049: "k_EMsgGCUpdateItemSchema",
+ 1051: "k_EMsgGCRemoveCustomTexture",
+ 1052: "k_EMsgGCRemoveCustomTextureResponse",
+ 1053: "k_EMsgGCRemoveMakersMark",
+ 1054: "k_EMsgGCRemoveMakersMarkResponse",
+ 1055: "k_EMsgGCRemoveUniqueCraftIndex",
+ 1056: "k_EMsgGCRemoveUniqueCraftIndexResponse",
+ 1057: "k_EMsgGCSaxxyBroadcast",
+ 1058: "k_EMsgGCBackpackSortFinished",
+ 1059: "k_EMsgGCAdjustItemEquippedState",
+ 1061: "k_EMsgGCCollectItem",
+ 1062: "k_EMsgGCItemAcknowledged",
+ 1063: "k_EMsgGCPresets_SelectPresetForClass",
+ 1064: "k_EMsgGCPresets_SetItemPosition",
+ 1067: "k_EMsgGCPresets_SelectPresetForClassReply",
+ 1068: "k_EMsgClientToGCNameItemResponse",
+ 1069: "k_EMsgGCApplyConsumableEffects",
+ 1070: "k_EMsgGCConsumableExhausted",
+ 1071: "k_EMsgGCShowItemsPickedUp",
+ 1072: "k_EMsgGCClientDisplayNotification",
+ 1073: "k_EMsgGCApplyStrangePart",
+ 1075: "k_EMsgGC_IncrementKillCountResponse",
+ 1076: "k_EMsgGCApplyPennantUpgrade",
+ 1077: "k_EMsgGCSetItemPositions",
+ 1096: "k_EMsgGCSetItemPositions_RateLimited",
+ 1078: "k_EMsgGCApplyEggEssence",
+ 1079: "k_EMsgGCNameEggEssenceResponse",
+ 1082: "k_EMsgGCFulfillDynamicRecipeComponent",
+ 1083: "k_EMsgGCFulfillDynamicRecipeComponentResponse",
+ 1084: "k_EMsgGCClientRequestMarketData",
+ 1085: "k_EMsgGCClientRequestMarketDataResponse",
+ 1086: "k_EMsgGCExtractGems",
+ 1087: "k_EMsgGCAddSocket",
+ 1088: "k_EMsgGCAddItemToSocket",
+ 1089: "k_EMsgGCAddItemToSocketResponse",
+ 1090: "k_EMsgGCAddSocketResponse",
+ 1091: "k_EMsgGCResetStrangeGemCount",
+ 1092: "k_EMsgGCRequestCrateItems",
+ 1093: "k_EMsgGCRequestCrateItemsResponse",
+ 1094: "k_EMsgGCExtractGemsResponse",
+ 1095: "k_EMsgGCResetStrangeGemCountResponse",
+ 1103: "k_EMsgGCServerUseItemRequest",
+ 1104: "k_EMsgGCAddGiftItem",
+ 1105: "k_EMsgGCRemoveItemGiftMessage",
+ 1106: "k_EMsgGCRemoveItemGiftMessageResponse",
+ 1107: "k_EMsgGCRemoveItemGifterAccountId",
+ 1108: "k_EMsgGCRemoveItemGifterAccountIdResponse",
+ 1109: "k_EMsgClientToGCRemoveItemGifterAttributes",
+ 1110: "k_EMsgClientToGCRemoveItemName",
+ 1111: "k_EMsgClientToGCRemoveItemDescription",
+ 1112: "k_EMsgClientToGCRemoveItemAttributeResponse",
+ 1500: "k_EMsgGCTradingBase",
+ 1501: "k_EMsgGCTrading_InitiateTradeRequest",
+ 1502: "k_EMsgGCTrading_InitiateTradeResponse",
+ 1503: "k_EMsgGCTrading_StartSession",
+ 1509: "k_EMsgGCTrading_SessionClosed",
+ 1514: "k_EMsgGCTrading_InitiateTradeRequestResponse",
+ 1601: "k_EMsgGCServerBrowser_FavoriteServer",
+ 1602: "k_EMsgGCServerBrowser_BlacklistServer",
+ 1700: "k_EMsgGCServerRentalsBase",
+ 1701: "k_EMsgGCItemPreviewCheckStatus",
+ 1702: "k_EMsgGCItemPreviewStatusResponse",
+ 1703: "k_EMsgGCItemPreviewRequest",
+ 1704: "k_EMsgGCItemPreviewRequestResponse",
+ 1705: "k_EMsgGCItemPreviewExpire",
+ 1706: "k_EMsgGCItemPreviewExpireNotification",
+ 1707: "k_EMsgGCItemPreviewItemBoughtNotification",
+ 2001: "k_EMsgGCDev_NewItemRequest",
+ 2002: "k_EMsgGCDev_NewItemRequestResponse",
+ 2500: "k_EMsgGCStoreGetUserData",
+ 2501: "k_EMsgGCStoreGetUserDataResponse",
+ 2504: "k_EMsgGCStorePurchaseFinalize",
+ 2505: "k_EMsgGCStorePurchaseFinalizeResponse",
+ 2506: "k_EMsgGCStorePurchaseCancel",
+ 2507: "k_EMsgGCStorePurchaseCancelResponse",
+ 2510: "k_EMsgGCStorePurchaseInit",
+ 2511: "k_EMsgGCStorePurchaseInitResponse",
+ 2512: "k_EMsgGCBannedWordListRequest",
+ 2513: "k_EMsgGCBannedWordListResponse",
+ 2514: "k_EMsgGCToGCBannedWordListBroadcast",
+ 2515: "k_EMsgGCToGCBannedWordListUpdated",
+ 2516: "k_EMsgGCToGCDirtySDOCache",
+ 2517: "k_EMsgGCToGCDirtyMultipleSDOCache",
+ 2518: "k_EMsgGCToGCUpdateSQLKeyValue",
+ 2521: "k_EMsgGCToGCBroadcastConsoleCommand",
+ 2522: "k_EMsgGCServerVersionUpdated",
+ 2523: "k_EMsgGCApplyAutograph",
+ 2524: "k_EMsgGCToGCWebAPIAccountChanged",
+ 2528: "k_EMsgGCClientVersionUpdated",
+ 2531: "k_EMsgGCItemPurgatory_FinalizePurchase",
+ 2532: "k_EMsgGCItemPurgatory_FinalizePurchaseResponse",
+ 2533: "k_EMsgGCItemPurgatory_RefundPurchase",
+ 2534: "k_EMsgGCItemPurgatory_RefundPurchaseResponse",
+ 2535: "k_EMsgGCToGCPlayerStrangeCountAdjustments",
+ 2536: "k_EMsgGCRequestStoreSalesData",
+ 2537: "k_EMsgGCRequestStoreSalesDataResponse",
+ 2538: "k_EMsgGCRequestStoreSalesDataUpToDateResponse",
+ 2539: "k_EMsgGCToGCPingRequest",
+ 2540: "k_EMsgGCToGCPingResponse",
+ 2541: "k_EMsgGCToGCGetUserSessionServer",
+ 2542: "k_EMsgGCToGCGetUserSessionServerResponse",
+ 2543: "k_EMsgGCToGCGetUserServerMembers",
+ 2544: "k_EMsgGCToGCGetUserServerMembersResponse",
+ 2545: "k_EMsgGCToGCGetUserPCBangNo",
+ 2546: "k_EMsgGCToGCGetUserPCBangNoResponse",
+ 2547: "k_EMsgGCToGCCanUseDropRateBonus",
+ 2548: "k_EMsgSQLAddDropRateBonus",
+ 2549: "k_EMsgGCToGCRefreshSOCache",
+ 2550: "k_EMsgGCToGCApplyLocalizationDiff",
+ 2551: "k_EMsgGCToGCApplyLocalizationDiffResponse",
+ 2552: "k_EMsgGCToGCCheckAccountTradeStatus",
+ 2553: "k_EMsgGCToGCCheckAccountTradeStatusResponse",
+ 2554: "k_EMsgGCToGCGrantAccountRolledItems",
+ 2555: "k_EMsgGCToGCGrantSelfMadeItemToAccount",
+ 2556: "k_EMsgSQLUpgradeBattleBooster",
+ 2557: "k_EMsgGCPartnerBalanceRequest",
+ 2558: "k_EMsgGCPartnerBalanceResponse",
+ 2559: "k_EMsgGCPartnerRechargeRedirectURLRequest",
+ 2560: "k_EMsgGCPartnerRechargeRedirectURLResponse",
+ 2561: "k_EMsgGCStatueCraft",
+ 2562: "k_EMsgGCRedeemCode",
+ 2563: "k_EMsgGCRedeemCodeResponse",
+ 2564: "k_EMsgGCToGCItemConsumptionRollback",
+ 2565: "k_EMsgClientToGCWrapAndDeliverGift",
+ 2566: "k_EMsgClientToGCWrapAndDeliverGiftResponse",
+ 2567: "k_EMsgClientToGCUnpackBundleResponse",
+ 2568: "k_EMsgGCToClientStoreTransactionCompleted",
+ 2569: "k_EMsgClientToGCEquipItems",
+ 2570: "k_EMsgClientToGCEquipItemsResponse",
+ 2571: "k_EMsgClientToGCUnlockItemStyle",
+ 2572: "k_EMsgClientToGCUnlockItemStyleResponse",
+ 2573: "k_EMsgClientToGCSetItemInventoryCategory",
+ 2574: "k_EMsgClientToGCUnlockCrate",
+ 2575: "k_EMsgClientToGCUnlockCrateResponse",
+ 2576: "k_EMsgClientToGCUnpackBundle",
+ 2577: "k_EMsgClientToGCSetItemStyle",
+ 2578: "k_EMsgClientToGCSetItemStyleResponse",
+ 2579: "k_EMsgGCGenericResult",
+ 2580: "k_EMsgSQLGCToGCGrantBackpackSlots",
+ 2581: "k_EMsgClientToGCLookupAccountName",
+ 2582: "k_EMsgClientToGCLookupAccountNameResponse",
+}
+var EGCItemMsg_value = map[string]int32{
+ "k_EMsgGCBase": 1000,
+ "k_EMsgGCSetItemPosition": 1001,
+ "k_EMsgGCCraft": 1002,
+ "k_EMsgGCCraftResponse": 1003,
+ "k_EMsgGCDelete": 1004,
+ "k_EMsgGCVerifyCacheSubscription": 1005,
+ "k_EMsgClientToGCNameItem": 1006,
+ "k_EMsgGCPaintItem": 1009,
+ "k_EMsgGCPaintItemResponse": 1010,
+ "k_EMsgGCGoldenWrenchBroadcast": 1011,
+ "k_EMsgGCMOTDRequest": 1012,
+ "k_EMsgGCMOTDRequestResponse": 1013,
+ "k_EMsgGCAddItemToSocket_DEPRECATED": 1014,
+ "k_EMsgGCAddItemToSocketResponse_DEPRECATED": 1015,
+ "k_EMsgGCAddSocketToBaseItem_DEPRECATED": 1016,
+ "k_EMsgGCAddSocketToItem_DEPRECATED": 1017,
+ "k_EMsgGCAddSocketToItemResponse_DEPRECATED": 1018,
+ "k_EMsgGCNameBaseItem": 1019,
+ "k_EMsgGCNameBaseItemResponse": 1020,
+ "k_EMsgGCRemoveSocketItem_DEPRECATED": 1021,
+ "k_EMsgGCRemoveSocketItemResponse_DEPRECATED": 1022,
+ "k_EMsgGCCustomizeItemTexture": 1023,
+ "k_EMsgGCCustomizeItemTextureResponse": 1024,
+ "k_EMsgGCUseItemRequest": 1025,
+ "k_EMsgGCUseItemResponse": 1026,
+ "k_EMsgGCGiftedItems": 1027,
+ "k_EMsgGCRemoveItemName": 1030,
+ "k_EMsgGCRemoveItemPaint": 1031,
+ "k_EMsgGCUnwrapGiftRequest": 1037,
+ "k_EMsgGCUnwrapGiftResponse": 1038,
+ "k_EMsgGCSetItemStyle_DEPRECATED": 1039,
+ "k_EMsgGCUsedClaimCodeItem": 1040,
+ "k_EMsgGCSortItems": 1041,
+ "k_EMsgGC_RevolvingLootList_DEPRECATED": 1042,
+ "k_EMsgGCUpdateItemSchema": 1049,
+ "k_EMsgGCRemoveCustomTexture": 1051,
+ "k_EMsgGCRemoveCustomTextureResponse": 1052,
+ "k_EMsgGCRemoveMakersMark": 1053,
+ "k_EMsgGCRemoveMakersMarkResponse": 1054,
+ "k_EMsgGCRemoveUniqueCraftIndex": 1055,
+ "k_EMsgGCRemoveUniqueCraftIndexResponse": 1056,
+ "k_EMsgGCSaxxyBroadcast": 1057,
+ "k_EMsgGCBackpackSortFinished": 1058,
+ "k_EMsgGCAdjustItemEquippedState": 1059,
+ "k_EMsgGCCollectItem": 1061,
+ "k_EMsgGCItemAcknowledged": 1062,
+ "k_EMsgGCPresets_SelectPresetForClass": 1063,
+ "k_EMsgGCPresets_SetItemPosition": 1064,
+ "k_EMsgGCPresets_SelectPresetForClassReply": 1067,
+ "k_EMsgClientToGCNameItemResponse": 1068,
+ "k_EMsgGCApplyConsumableEffects": 1069,
+ "k_EMsgGCConsumableExhausted": 1070,
+ "k_EMsgGCShowItemsPickedUp": 1071,
+ "k_EMsgGCClientDisplayNotification": 1072,
+ "k_EMsgGCApplyStrangePart": 1073,
+ "k_EMsgGC_IncrementKillCountResponse": 1075,
+ "k_EMsgGCApplyPennantUpgrade": 1076,
+ "k_EMsgGCSetItemPositions": 1077,
+ "k_EMsgGCSetItemPositions_RateLimited": 1096,
+ "k_EMsgGCApplyEggEssence": 1078,
+ "k_EMsgGCNameEggEssenceResponse": 1079,
+ "k_EMsgGCFulfillDynamicRecipeComponent": 1082,
+ "k_EMsgGCFulfillDynamicRecipeComponentResponse": 1083,
+ "k_EMsgGCClientRequestMarketData": 1084,
+ "k_EMsgGCClientRequestMarketDataResponse": 1085,
+ "k_EMsgGCExtractGems": 1086,
+ "k_EMsgGCAddSocket": 1087,
+ "k_EMsgGCAddItemToSocket": 1088,
+ "k_EMsgGCAddItemToSocketResponse": 1089,
+ "k_EMsgGCAddSocketResponse": 1090,
+ "k_EMsgGCResetStrangeGemCount": 1091,
+ "k_EMsgGCRequestCrateItems": 1092,
+ "k_EMsgGCRequestCrateItemsResponse": 1093,
+ "k_EMsgGCExtractGemsResponse": 1094,
+ "k_EMsgGCResetStrangeGemCountResponse": 1095,
+ "k_EMsgGCServerUseItemRequest": 1103,
+ "k_EMsgGCAddGiftItem": 1104,
+ "k_EMsgGCRemoveItemGiftMessage": 1105,
+ "k_EMsgGCRemoveItemGiftMessageResponse": 1106,
+ "k_EMsgGCRemoveItemGifterAccountId": 1107,
+ "k_EMsgGCRemoveItemGifterAccountIdResponse": 1108,
+ "k_EMsgClientToGCRemoveItemGifterAttributes": 1109,
+ "k_EMsgClientToGCRemoveItemName": 1110,
+ "k_EMsgClientToGCRemoveItemDescription": 1111,
+ "k_EMsgClientToGCRemoveItemAttributeResponse": 1112,
+ "k_EMsgGCTradingBase": 1500,
+ "k_EMsgGCTrading_InitiateTradeRequest": 1501,
+ "k_EMsgGCTrading_InitiateTradeResponse": 1502,
+ "k_EMsgGCTrading_StartSession": 1503,
+ "k_EMsgGCTrading_SessionClosed": 1509,
+ "k_EMsgGCTrading_InitiateTradeRequestResponse": 1514,
+ "k_EMsgGCServerBrowser_FavoriteServer": 1601,
+ "k_EMsgGCServerBrowser_BlacklistServer": 1602,
+ "k_EMsgGCServerRentalsBase": 1700,
+ "k_EMsgGCItemPreviewCheckStatus": 1701,
+ "k_EMsgGCItemPreviewStatusResponse": 1702,
+ "k_EMsgGCItemPreviewRequest": 1703,
+ "k_EMsgGCItemPreviewRequestResponse": 1704,
+ "k_EMsgGCItemPreviewExpire": 1705,
+ "k_EMsgGCItemPreviewExpireNotification": 1706,
+ "k_EMsgGCItemPreviewItemBoughtNotification": 1707,
+ "k_EMsgGCDev_NewItemRequest": 2001,
+ "k_EMsgGCDev_NewItemRequestResponse": 2002,
+ "k_EMsgGCStoreGetUserData": 2500,
+ "k_EMsgGCStoreGetUserDataResponse": 2501,
+ "k_EMsgGCStorePurchaseFinalize": 2504,
+ "k_EMsgGCStorePurchaseFinalizeResponse": 2505,
+ "k_EMsgGCStorePurchaseCancel": 2506,
+ "k_EMsgGCStorePurchaseCancelResponse": 2507,
+ "k_EMsgGCStorePurchaseInit": 2510,
+ "k_EMsgGCStorePurchaseInitResponse": 2511,
+ "k_EMsgGCBannedWordListRequest": 2512,
+ "k_EMsgGCBannedWordListResponse": 2513,
+ "k_EMsgGCToGCBannedWordListBroadcast": 2514,
+ "k_EMsgGCToGCBannedWordListUpdated": 2515,
+ "k_EMsgGCToGCDirtySDOCache": 2516,
+ "k_EMsgGCToGCDirtyMultipleSDOCache": 2517,
+ "k_EMsgGCToGCUpdateSQLKeyValue": 2518,
+ "k_EMsgGCToGCBroadcastConsoleCommand": 2521,
+ "k_EMsgGCServerVersionUpdated": 2522,
+ "k_EMsgGCApplyAutograph": 2523,
+ "k_EMsgGCToGCWebAPIAccountChanged": 2524,
+ "k_EMsgGCClientVersionUpdated": 2528,
+ "k_EMsgGCItemPurgatory_FinalizePurchase": 2531,
+ "k_EMsgGCItemPurgatory_FinalizePurchaseResponse": 2532,
+ "k_EMsgGCItemPurgatory_RefundPurchase": 2533,
+ "k_EMsgGCItemPurgatory_RefundPurchaseResponse": 2534,
+ "k_EMsgGCToGCPlayerStrangeCountAdjustments": 2535,
+ "k_EMsgGCRequestStoreSalesData": 2536,
+ "k_EMsgGCRequestStoreSalesDataResponse": 2537,
+ "k_EMsgGCRequestStoreSalesDataUpToDateResponse": 2538,
+ "k_EMsgGCToGCPingRequest": 2539,
+ "k_EMsgGCToGCPingResponse": 2540,
+ "k_EMsgGCToGCGetUserSessionServer": 2541,
+ "k_EMsgGCToGCGetUserSessionServerResponse": 2542,
+ "k_EMsgGCToGCGetUserServerMembers": 2543,
+ "k_EMsgGCToGCGetUserServerMembersResponse": 2544,
+ "k_EMsgGCToGCGetUserPCBangNo": 2545,
+ "k_EMsgGCToGCGetUserPCBangNoResponse": 2546,
+ "k_EMsgGCToGCCanUseDropRateBonus": 2547,
+ "k_EMsgSQLAddDropRateBonus": 2548,
+ "k_EMsgGCToGCRefreshSOCache": 2549,
+ "k_EMsgGCToGCApplyLocalizationDiff": 2550,
+ "k_EMsgGCToGCApplyLocalizationDiffResponse": 2551,
+ "k_EMsgGCToGCCheckAccountTradeStatus": 2552,
+ "k_EMsgGCToGCCheckAccountTradeStatusResponse": 2553,
+ "k_EMsgGCToGCGrantAccountRolledItems": 2554,
+ "k_EMsgGCToGCGrantSelfMadeItemToAccount": 2555,
+ "k_EMsgSQLUpgradeBattleBooster": 2556,
+ "k_EMsgGCPartnerBalanceRequest": 2557,
+ "k_EMsgGCPartnerBalanceResponse": 2558,
+ "k_EMsgGCPartnerRechargeRedirectURLRequest": 2559,
+ "k_EMsgGCPartnerRechargeRedirectURLResponse": 2560,
+ "k_EMsgGCStatueCraft": 2561,
+ "k_EMsgGCRedeemCode": 2562,
+ "k_EMsgGCRedeemCodeResponse": 2563,
+ "k_EMsgGCToGCItemConsumptionRollback": 2564,
+ "k_EMsgClientToGCWrapAndDeliverGift": 2565,
+ "k_EMsgClientToGCWrapAndDeliverGiftResponse": 2566,
+ "k_EMsgClientToGCUnpackBundleResponse": 2567,
+ "k_EMsgGCToClientStoreTransactionCompleted": 2568,
+ "k_EMsgClientToGCEquipItems": 2569,
+ "k_EMsgClientToGCEquipItemsResponse": 2570,
+ "k_EMsgClientToGCUnlockItemStyle": 2571,
+ "k_EMsgClientToGCUnlockItemStyleResponse": 2572,
+ "k_EMsgClientToGCSetItemInventoryCategory": 2573,
+ "k_EMsgClientToGCUnlockCrate": 2574,
+ "k_EMsgClientToGCUnlockCrateResponse": 2575,
+ "k_EMsgClientToGCUnpackBundle": 2576,
+ "k_EMsgClientToGCSetItemStyle": 2577,
+ "k_EMsgClientToGCSetItemStyleResponse": 2578,
+ "k_EMsgGCGenericResult": 2579,
+ "k_EMsgSQLGCToGCGrantBackpackSlots": 2580,
+ "k_EMsgClientToGCLookupAccountName": 2581,
+ "k_EMsgClientToGCLookupAccountNameResponse": 2582,
+}
+
+func (x EGCItemMsg) Enum() *EGCItemMsg {
+ p := new(EGCItemMsg)
+ *p = x
+ return p
+}
+func (x EGCItemMsg) String() string {
+ return proto.EnumName(EGCItemMsg_name, int32(x))
+}
+func (x *EGCItemMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCItemMsg_value, data, "EGCItemMsg")
+ if err != nil {
+ return err
+ }
+ *x = EGCItemMsg(value)
+ return nil
+}
+func (EGCItemMsg) EnumDescriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{0} }
+
+type EGCMsgResponse int32
+
+const (
+ EGCMsgResponse_k_EGCMsgResponseOK EGCMsgResponse = 0
+ EGCMsgResponse_k_EGCMsgResponseDenied EGCMsgResponse = 1
+ EGCMsgResponse_k_EGCMsgResponseServerError EGCMsgResponse = 2
+ EGCMsgResponse_k_EGCMsgResponseTimeout EGCMsgResponse = 3
+ EGCMsgResponse_k_EGCMsgResponseInvalid EGCMsgResponse = 4
+ EGCMsgResponse_k_EGCMsgResponseNoMatch EGCMsgResponse = 5
+ EGCMsgResponse_k_EGCMsgResponseUnknownError EGCMsgResponse = 6
+ EGCMsgResponse_k_EGCMsgResponseNotLoggedOn EGCMsgResponse = 7
+ EGCMsgResponse_k_EGCMsgFailedToCreate EGCMsgResponse = 8
+)
+
+var EGCMsgResponse_name = map[int32]string{
+ 0: "k_EGCMsgResponseOK",
+ 1: "k_EGCMsgResponseDenied",
+ 2: "k_EGCMsgResponseServerError",
+ 3: "k_EGCMsgResponseTimeout",
+ 4: "k_EGCMsgResponseInvalid",
+ 5: "k_EGCMsgResponseNoMatch",
+ 6: "k_EGCMsgResponseUnknownError",
+ 7: "k_EGCMsgResponseNotLoggedOn",
+ 8: "k_EGCMsgFailedToCreate",
+}
+var EGCMsgResponse_value = map[string]int32{
+ "k_EGCMsgResponseOK": 0,
+ "k_EGCMsgResponseDenied": 1,
+ "k_EGCMsgResponseServerError": 2,
+ "k_EGCMsgResponseTimeout": 3,
+ "k_EGCMsgResponseInvalid": 4,
+ "k_EGCMsgResponseNoMatch": 5,
+ "k_EGCMsgResponseUnknownError": 6,
+ "k_EGCMsgResponseNotLoggedOn": 7,
+ "k_EGCMsgFailedToCreate": 8,
+}
+
+func (x EGCMsgResponse) Enum() *EGCMsgResponse {
+ p := new(EGCMsgResponse)
+ *p = x
+ return p
+}
+func (x EGCMsgResponse) String() string {
+ return proto.EnumName(EGCMsgResponse_name, int32(x))
+}
+func (x *EGCMsgResponse) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCMsgResponse_value, data, "EGCMsgResponse")
+ if err != nil {
+ return err
+ }
+ *x = EGCMsgResponse(value)
+ return nil
+}
+func (EGCMsgResponse) EnumDescriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{1} }
+
+type EItemPurgatoryResponse_Finalize int32
+
+const (
+ EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Succeeded EItemPurgatoryResponse_Finalize = 0
+ EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_Incomplete EItemPurgatoryResponse_Finalize = 1
+ EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_ItemsNotInPurgatory EItemPurgatoryResponse_Finalize = 2
+ EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_CouldNotFindItems EItemPurgatoryResponse_Finalize = 3
+ EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_NoSOCache EItemPurgatoryResponse_Finalize = 4
+ EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_BackpackFull EItemPurgatoryResponse_Finalize = 5
+)
+
+var EItemPurgatoryResponse_Finalize_name = map[int32]string{
+ 0: "k_ItemPurgatoryResponse_Finalize_Succeeded",
+ 1: "k_ItemPurgatoryResponse_Finalize_Failed_Incomplete",
+ 2: "k_ItemPurgatoryResponse_Finalize_Failed_ItemsNotInPurgatory",
+ 3: "k_ItemPurgatoryResponse_Finalize_Failed_CouldNotFindItems",
+ 4: "k_ItemPurgatoryResponse_Finalize_Failed_NoSOCache",
+ 5: "k_ItemPurgatoryResponse_Finalize_BackpackFull",
+}
+var EItemPurgatoryResponse_Finalize_value = map[string]int32{
+ "k_ItemPurgatoryResponse_Finalize_Succeeded": 0,
+ "k_ItemPurgatoryResponse_Finalize_Failed_Incomplete": 1,
+ "k_ItemPurgatoryResponse_Finalize_Failed_ItemsNotInPurgatory": 2,
+ "k_ItemPurgatoryResponse_Finalize_Failed_CouldNotFindItems": 3,
+ "k_ItemPurgatoryResponse_Finalize_Failed_NoSOCache": 4,
+ "k_ItemPurgatoryResponse_Finalize_BackpackFull": 5,
+}
+
+func (x EItemPurgatoryResponse_Finalize) Enum() *EItemPurgatoryResponse_Finalize {
+ p := new(EItemPurgatoryResponse_Finalize)
+ *p = x
+ return p
+}
+func (x EItemPurgatoryResponse_Finalize) String() string {
+ return proto.EnumName(EItemPurgatoryResponse_Finalize_name, int32(x))
+}
+func (x *EItemPurgatoryResponse_Finalize) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EItemPurgatoryResponse_Finalize_value, data, "EItemPurgatoryResponse_Finalize")
+ if err != nil {
+ return err
+ }
+ *x = EItemPurgatoryResponse_Finalize(value)
+ return nil
+}
+func (EItemPurgatoryResponse_Finalize) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{2}
+}
+
+type EItemPurgatoryResponse_Refund int32
+
+const (
+ EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Succeeded EItemPurgatoryResponse_Refund = 0
+ EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_ItemNotInPurgatory EItemPurgatoryResponse_Refund = 1
+ EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_CouldNotFindItem EItemPurgatoryResponse_Refund = 2
+ EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_NoSOCache EItemPurgatoryResponse_Refund = 3
+ EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_NoDetail EItemPurgatoryResponse_Refund = 4
+ EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_NexonWebAPI EItemPurgatoryResponse_Refund = 5
+)
+
+var EItemPurgatoryResponse_Refund_name = map[int32]string{
+ 0: "k_ItemPurgatoryResponse_Refund_Succeeded",
+ 1: "k_ItemPurgatoryResponse_Refund_Failed_ItemNotInPurgatory",
+ 2: "k_ItemPurgatoryResponse_Refund_Failed_CouldNotFindItem",
+ 3: "k_ItemPurgatoryResponse_Refund_Failed_NoSOCache",
+ 4: "k_ItemPurgatoryResponse_Refund_Failed_NoDetail",
+ 5: "k_ItemPurgatoryResponse_Refund_Failed_NexonWebAPI",
+}
+var EItemPurgatoryResponse_Refund_value = map[string]int32{
+ "k_ItemPurgatoryResponse_Refund_Succeeded": 0,
+ "k_ItemPurgatoryResponse_Refund_Failed_ItemNotInPurgatory": 1,
+ "k_ItemPurgatoryResponse_Refund_Failed_CouldNotFindItem": 2,
+ "k_ItemPurgatoryResponse_Refund_Failed_NoSOCache": 3,
+ "k_ItemPurgatoryResponse_Refund_Failed_NoDetail": 4,
+ "k_ItemPurgatoryResponse_Refund_Failed_NexonWebAPI": 5,
+}
+
+func (x EItemPurgatoryResponse_Refund) Enum() *EItemPurgatoryResponse_Refund {
+ p := new(EItemPurgatoryResponse_Refund)
+ *p = x
+ return p
+}
+func (x EItemPurgatoryResponse_Refund) String() string {
+ return proto.EnumName(EItemPurgatoryResponse_Refund_name, int32(x))
+}
+func (x *EItemPurgatoryResponse_Refund) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EItemPurgatoryResponse_Refund_value, data, "EItemPurgatoryResponse_Refund")
+ if err != nil {
+ return err
+ }
+ *x = EItemPurgatoryResponse_Refund(value)
+ return nil
+}
+func (EItemPurgatoryResponse_Refund) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{3}
+}
+
+type EGCPartnerRequestResponse int32
+
+const (
+ EGCPartnerRequestResponse_k_EPartnerRequestOK EGCPartnerRequestResponse = 1
+ EGCPartnerRequestResponse_k_EPartnerRequestBadAccount EGCPartnerRequestResponse = 2
+ EGCPartnerRequestResponse_k_EPartnerRequestNotLinked EGCPartnerRequestResponse = 3
+ EGCPartnerRequestResponse_k_EPartnerRequestUnsupportedPartnerType EGCPartnerRequestResponse = 4
+)
+
+var EGCPartnerRequestResponse_name = map[int32]string{
+ 1: "k_EPartnerRequestOK",
+ 2: "k_EPartnerRequestBadAccount",
+ 3: "k_EPartnerRequestNotLinked",
+ 4: "k_EPartnerRequestUnsupportedPartnerType",
+}
+var EGCPartnerRequestResponse_value = map[string]int32{
+ "k_EPartnerRequestOK": 1,
+ "k_EPartnerRequestBadAccount": 2,
+ "k_EPartnerRequestNotLinked": 3,
+ "k_EPartnerRequestUnsupportedPartnerType": 4,
+}
+
+func (x EGCPartnerRequestResponse) Enum() *EGCPartnerRequestResponse {
+ p := new(EGCPartnerRequestResponse)
+ *p = x
+ return p
+}
+func (x EGCPartnerRequestResponse) String() string {
+ return proto.EnumName(EGCPartnerRequestResponse_name, int32(x))
+}
+func (x *EGCPartnerRequestResponse) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCPartnerRequestResponse_value, data, "EGCPartnerRequestResponse")
+ if err != nil {
+ return err
+ }
+ *x = EGCPartnerRequestResponse(value)
+ return nil
+}
+func (EGCPartnerRequestResponse) EnumDescriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{4} }
+
+type EGCMsgInitiateTradeResponse int32
+
+const (
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Accepted EGCMsgInitiateTradeResponse = 0
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Declined EGCMsgInitiateTradeResponse = 1
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_VAC_Banned_Initiator EGCMsgInitiateTradeResponse = 2
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_VAC_Banned_Target EGCMsgInitiateTradeResponse = 3
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Target_Already_Trading EGCMsgInitiateTradeResponse = 4
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Disabled EGCMsgInitiateTradeResponse = 5
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_NotLoggedIn EGCMsgInitiateTradeResponse = 6
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Cancel EGCMsgInitiateTradeResponse = 7
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TooSoon EGCMsgInitiateTradeResponse = 8
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TooSoonPenalty EGCMsgInitiateTradeResponse = 9
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Trade_Banned_Initiator EGCMsgInitiateTradeResponse = 10
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Trade_Banned_Target EGCMsgInitiateTradeResponse = 11
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Free_Account_Initiator_DEPRECATED EGCMsgInitiateTradeResponse = 12
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Shared_Account_Initiator EGCMsgInitiateTradeResponse = 13
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Service_Unavailable EGCMsgInitiateTradeResponse = 14
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Target_Blocked EGCMsgInitiateTradeResponse = 15
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_NeedVerifiedEmail EGCMsgInitiateTradeResponse = 16
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_NeedSteamGuard EGCMsgInitiateTradeResponse = 17
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_SteamGuardDuration EGCMsgInitiateTradeResponse = 18
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TheyCannotTrade EGCMsgInitiateTradeResponse = 19
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Recent_Password_Reset EGCMsgInitiateTradeResponse = 20
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Using_New_Device EGCMsgInitiateTradeResponse = 21
+ EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie EGCMsgInitiateTradeResponse = 22
+)
+
+var EGCMsgInitiateTradeResponse_name = map[int32]string{
+ 0: "k_EGCMsgInitiateTradeResponse_Accepted",
+ 1: "k_EGCMsgInitiateTradeResponse_Declined",
+ 2: "k_EGCMsgInitiateTradeResponse_VAC_Banned_Initiator",
+ 3: "k_EGCMsgInitiateTradeResponse_VAC_Banned_Target",
+ 4: "k_EGCMsgInitiateTradeResponse_Target_Already_Trading",
+ 5: "k_EGCMsgInitiateTradeResponse_Disabled",
+ 6: "k_EGCMsgInitiateTradeResponse_NotLoggedIn",
+ 7: "k_EGCMsgInitiateTradeResponse_Cancel",
+ 8: "k_EGCMsgInitiateTradeResponse_TooSoon",
+ 9: "k_EGCMsgInitiateTradeResponse_TooSoonPenalty",
+ 10: "k_EGCMsgInitiateTradeResponse_Trade_Banned_Initiator",
+ 11: "k_EGCMsgInitiateTradeResponse_Trade_Banned_Target",
+ 12: "k_EGCMsgInitiateTradeResponse_Free_Account_Initiator_DEPRECATED",
+ 13: "k_EGCMsgInitiateTradeResponse_Shared_Account_Initiator",
+ 14: "k_EGCMsgInitiateTradeResponse_Service_Unavailable",
+ 15: "k_EGCMsgInitiateTradeResponse_Target_Blocked",
+ 16: "k_EGCMsgInitiateTradeResponse_NeedVerifiedEmail",
+ 17: "k_EGCMsgInitiateTradeResponse_NeedSteamGuard",
+ 18: "k_EGCMsgInitiateTradeResponse_SteamGuardDuration",
+ 19: "k_EGCMsgInitiateTradeResponse_TheyCannotTrade",
+ 20: "k_EGCMsgInitiateTradeResponse_Recent_Password_Reset",
+ 21: "k_EGCMsgInitiateTradeResponse_Using_New_Device",
+ 22: "k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie",
+}
+var EGCMsgInitiateTradeResponse_value = map[string]int32{
+ "k_EGCMsgInitiateTradeResponse_Accepted": 0,
+ "k_EGCMsgInitiateTradeResponse_Declined": 1,
+ "k_EGCMsgInitiateTradeResponse_VAC_Banned_Initiator": 2,
+ "k_EGCMsgInitiateTradeResponse_VAC_Banned_Target": 3,
+ "k_EGCMsgInitiateTradeResponse_Target_Already_Trading": 4,
+ "k_EGCMsgInitiateTradeResponse_Disabled": 5,
+ "k_EGCMsgInitiateTradeResponse_NotLoggedIn": 6,
+ "k_EGCMsgInitiateTradeResponse_Cancel": 7,
+ "k_EGCMsgInitiateTradeResponse_TooSoon": 8,
+ "k_EGCMsgInitiateTradeResponse_TooSoonPenalty": 9,
+ "k_EGCMsgInitiateTradeResponse_Trade_Banned_Initiator": 10,
+ "k_EGCMsgInitiateTradeResponse_Trade_Banned_Target": 11,
+ "k_EGCMsgInitiateTradeResponse_Free_Account_Initiator_DEPRECATED": 12,
+ "k_EGCMsgInitiateTradeResponse_Shared_Account_Initiator": 13,
+ "k_EGCMsgInitiateTradeResponse_Service_Unavailable": 14,
+ "k_EGCMsgInitiateTradeResponse_Target_Blocked": 15,
+ "k_EGCMsgInitiateTradeResponse_NeedVerifiedEmail": 16,
+ "k_EGCMsgInitiateTradeResponse_NeedSteamGuard": 17,
+ "k_EGCMsgInitiateTradeResponse_SteamGuardDuration": 18,
+ "k_EGCMsgInitiateTradeResponse_TheyCannotTrade": 19,
+ "k_EGCMsgInitiateTradeResponse_Recent_Password_Reset": 20,
+ "k_EGCMsgInitiateTradeResponse_Using_New_Device": 21,
+ "k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie": 22,
+}
+
+func (x EGCMsgInitiateTradeResponse) Enum() *EGCMsgInitiateTradeResponse {
+ p := new(EGCMsgInitiateTradeResponse)
+ *p = x
+ return p
+}
+func (x EGCMsgInitiateTradeResponse) String() string {
+ return proto.EnumName(EGCMsgInitiateTradeResponse_name, int32(x))
+}
+func (x *EGCMsgInitiateTradeResponse) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCMsgInitiateTradeResponse_value, data, "EGCMsgInitiateTradeResponse")
+ if err != nil {
+ return err
+ }
+ *x = EGCMsgInitiateTradeResponse(value)
+ return nil
+}
+func (EGCMsgInitiateTradeResponse) EnumDescriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{5} }
+
+type CMsgRequestCrateItemsResponse_EResult int32
+
+const (
+ CMsgRequestCrateItemsResponse_k_Succeeded CMsgRequestCrateItemsResponse_EResult = 0
+ CMsgRequestCrateItemsResponse_k_Failed CMsgRequestCrateItemsResponse_EResult = 1
+)
+
+var CMsgRequestCrateItemsResponse_EResult_name = map[int32]string{
+ 0: "k_Succeeded",
+ 1: "k_Failed",
+}
+var CMsgRequestCrateItemsResponse_EResult_value = map[string]int32{
+ "k_Succeeded": 0,
+ "k_Failed": 1,
+}
+
+func (x CMsgRequestCrateItemsResponse_EResult) Enum() *CMsgRequestCrateItemsResponse_EResult {
+ p := new(CMsgRequestCrateItemsResponse_EResult)
+ *p = x
+ return p
+}
+func (x CMsgRequestCrateItemsResponse_EResult) String() string {
+ return proto.EnumName(CMsgRequestCrateItemsResponse_EResult_name, int32(x))
+}
+func (x *CMsgRequestCrateItemsResponse_EResult) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgRequestCrateItemsResponse_EResult_value, data, "CMsgRequestCrateItemsResponse_EResult")
+ if err != nil {
+ return err
+ }
+ *x = CMsgRequestCrateItemsResponse_EResult(value)
+ return nil
+}
+func (CMsgRequestCrateItemsResponse_EResult) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{22, 0}
+}
+
+type CMsgRedeemCodeResponse_EResultCode int32
+
+const (
+ CMsgRedeemCodeResponse_k_Succeeded CMsgRedeemCodeResponse_EResultCode = 0
+ CMsgRedeemCodeResponse_k_Failed_CodeNotFound CMsgRedeemCodeResponse_EResultCode = 1
+ CMsgRedeemCodeResponse_k_Failed_CodeAlreadyUsed CMsgRedeemCodeResponse_EResultCode = 2
+ CMsgRedeemCodeResponse_k_Failed_OtherError CMsgRedeemCodeResponse_EResultCode = 3
+)
+
+var CMsgRedeemCodeResponse_EResultCode_name = map[int32]string{
+ 0: "k_Succeeded",
+ 1: "k_Failed_CodeNotFound",
+ 2: "k_Failed_CodeAlreadyUsed",
+ 3: "k_Failed_OtherError",
+}
+var CMsgRedeemCodeResponse_EResultCode_value = map[string]int32{
+ "k_Succeeded": 0,
+ "k_Failed_CodeNotFound": 1,
+ "k_Failed_CodeAlreadyUsed": 2,
+ "k_Failed_OtherError": 3,
+}
+
+func (x CMsgRedeemCodeResponse_EResultCode) Enum() *CMsgRedeemCodeResponse_EResultCode {
+ p := new(CMsgRedeemCodeResponse_EResultCode)
+ *p = x
+ return p
+}
+func (x CMsgRedeemCodeResponse_EResultCode) String() string {
+ return proto.EnumName(CMsgRedeemCodeResponse_EResultCode_name, int32(x))
+}
+func (x *CMsgRedeemCodeResponse_EResultCode) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgRedeemCodeResponse_EResultCode_value, data, "CMsgRedeemCodeResponse_EResultCode")
+ if err != nil {
+ return err
+ }
+ *x = CMsgRedeemCodeResponse_EResultCode(value)
+ return nil
+}
+func (CMsgRedeemCodeResponse_EResultCode) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{41, 0}
+}
+
+type CMsgClientToGCUnpackBundleResponse_EUnpackBundle int32
+
+const (
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Succeeded CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 0
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_ItemIsNotBundle CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 1
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_UnableToCreateContainedItem CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 2
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_SOCacheError CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 3
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_ItemIsInvalid CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 4
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_BadItemQuantity CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 5
+ CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_UnableToDeleteItem CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 6
+)
+
+var CMsgClientToGCUnpackBundleResponse_EUnpackBundle_name = map[int32]string{
+ 0: "k_UnpackBundle_Succeeded",
+ 1: "k_UnpackBundle_Failed_ItemIsNotBundle",
+ 2: "k_UnpackBundle_Failed_UnableToCreateContainedItem",
+ 3: "k_UnpackBundle_Failed_SOCacheError",
+ 4: "k_UnpackBundle_Failed_ItemIsInvalid",
+ 5: "k_UnpackBundle_Failed_BadItemQuantity",
+ 6: "k_UnpackBundle_Failed_UnableToDeleteItem",
+}
+var CMsgClientToGCUnpackBundleResponse_EUnpackBundle_value = map[string]int32{
+ "k_UnpackBundle_Succeeded": 0,
+ "k_UnpackBundle_Failed_ItemIsNotBundle": 1,
+ "k_UnpackBundle_Failed_UnableToCreateContainedItem": 2,
+ "k_UnpackBundle_Failed_SOCacheError": 3,
+ "k_UnpackBundle_Failed_ItemIsInvalid": 4,
+ "k_UnpackBundle_Failed_BadItemQuantity": 5,
+ "k_UnpackBundle_Failed_UnableToDeleteItem": 6,
+}
+
+func (x CMsgClientToGCUnpackBundleResponse_EUnpackBundle) Enum() *CMsgClientToGCUnpackBundleResponse_EUnpackBundle {
+ p := new(CMsgClientToGCUnpackBundleResponse_EUnpackBundle)
+ *p = x
+ return p
+}
+func (x CMsgClientToGCUnpackBundleResponse_EUnpackBundle) String() string {
+ return proto.EnumName(CMsgClientToGCUnpackBundleResponse_EUnpackBundle_name, int32(x))
+}
+func (x *CMsgClientToGCUnpackBundleResponse_EUnpackBundle) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgClientToGCUnpackBundleResponse_EUnpackBundle_value, data, "CMsgClientToGCUnpackBundleResponse_EUnpackBundle")
+ if err != nil {
+ return err
+ }
+ *x = CMsgClientToGCUnpackBundleResponse_EUnpackBundle(value)
+ return nil
+}
+func (CMsgClientToGCUnpackBundleResponse_EUnpackBundle) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{49, 0}
+}
+
+type CMsgClientToGCSetItemStyleResponse_ESetStyle int32
+
+const (
+ CMsgClientToGCSetItemStyleResponse_k_SetStyle_Succeeded CMsgClientToGCSetItemStyleResponse_ESetStyle = 0
+ CMsgClientToGCSetItemStyleResponse_k_SetStyle_Failed CMsgClientToGCSetItemStyleResponse_ESetStyle = 1
+ CMsgClientToGCSetItemStyleResponse_k_SetStyle_Failed_StyleIsLocked CMsgClientToGCSetItemStyleResponse_ESetStyle = 2
+)
+
+var CMsgClientToGCSetItemStyleResponse_ESetStyle_name = map[int32]string{
+ 0: "k_SetStyle_Succeeded",
+ 1: "k_SetStyle_Failed",
+ 2: "k_SetStyle_Failed_StyleIsLocked",
+}
+var CMsgClientToGCSetItemStyleResponse_ESetStyle_value = map[string]int32{
+ "k_SetStyle_Succeeded": 0,
+ "k_SetStyle_Failed": 1,
+ "k_SetStyle_Failed_StyleIsLocked": 2,
+}
+
+func (x CMsgClientToGCSetItemStyleResponse_ESetStyle) Enum() *CMsgClientToGCSetItemStyleResponse_ESetStyle {
+ p := new(CMsgClientToGCSetItemStyleResponse_ESetStyle)
+ *p = x
+ return p
+}
+func (x CMsgClientToGCSetItemStyleResponse_ESetStyle) String() string {
+ return proto.EnumName(CMsgClientToGCSetItemStyleResponse_ESetStyle_name, int32(x))
+}
+func (x *CMsgClientToGCSetItemStyleResponse_ESetStyle) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgClientToGCSetItemStyleResponse_ESetStyle_value, data, "CMsgClientToGCSetItemStyleResponse_ESetStyle")
+ if err != nil {
+ return err
+ }
+ *x = CMsgClientToGCSetItemStyleResponse_ESetStyle(value)
+ return nil
+}
+func (CMsgClientToGCSetItemStyleResponse_ESetStyle) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{54, 0}
+}
+
+type CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle int32
+
+const (
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Succeeded CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 0
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_PreReq CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 1
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantAfford CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 2
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantCommit CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 3
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantLockCache CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 4
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantAffordAttrib CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 5
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantAffordGem CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 6
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_NoCompendiumLevel CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 7
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_AlreadyUnlocked CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 8
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_OtherError CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 9
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_ItemIsInvalid CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 10
+ CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_ToolIsInvalid CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 11
+)
+
+var CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_name = map[int32]string{
+ 0: "k_UnlockStyle_Succeeded",
+ 1: "k_UnlockStyle_Failed_PreReq",
+ 2: "k_UnlockStyle_Failed_CantAfford",
+ 3: "k_UnlockStyle_Failed_CantCommit",
+ 4: "k_UnlockStyle_Failed_CantLockCache",
+ 5: "k_UnlockStyle_Failed_CantAffordAttrib",
+ 6: "k_UnlockStyle_Failed_CantAffordGem",
+ 7: "k_UnlockStyle_Failed_NoCompendiumLevel",
+ 8: "k_UnlockStyle_Failed_AlreadyUnlocked",
+ 9: "k_UnlockStyle_Failed_OtherError",
+ 10: "k_UnlockStyle_Failed_ItemIsInvalid",
+ 11: "k_UnlockStyle_Failed_ToolIsInvalid",
+}
+var CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_value = map[string]int32{
+ "k_UnlockStyle_Succeeded": 0,
+ "k_UnlockStyle_Failed_PreReq": 1,
+ "k_UnlockStyle_Failed_CantAfford": 2,
+ "k_UnlockStyle_Failed_CantCommit": 3,
+ "k_UnlockStyle_Failed_CantLockCache": 4,
+ "k_UnlockStyle_Failed_CantAffordAttrib": 5,
+ "k_UnlockStyle_Failed_CantAffordGem": 6,
+ "k_UnlockStyle_Failed_NoCompendiumLevel": 7,
+ "k_UnlockStyle_Failed_AlreadyUnlocked": 8,
+ "k_UnlockStyle_Failed_OtherError": 9,
+ "k_UnlockStyle_Failed_ItemIsInvalid": 10,
+ "k_UnlockStyle_Failed_ToolIsInvalid": 11,
+}
+
+func (x CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) Enum() *CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle {
+ p := new(CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle)
+ *p = x
+ return p
+}
+func (x CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) String() string {
+ return proto.EnumName(CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_name, int32(x))
+}
+func (x *CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_value, data, "CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle")
+ if err != nil {
+ return err
+ }
+ *x = CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle(value)
+ return nil
+}
+func (CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{56, 0}
+}
+
+type CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute int32
+
+const (
+ CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Succeeded CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 0
+ CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 1
+ CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed_ItemIsInvalid CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 2
+ CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed_AttributeCannotBeRemoved CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 3
+ CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed_AttributeDoesntExist CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 4
+)
+
+var CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_name = map[int32]string{
+ 0: "k_RemoveItemAttribute_Succeeded",
+ 1: "k_RemoveItemAttribute_Failed",
+ 2: "k_RemoveItemAttribute_Failed_ItemIsInvalid",
+ 3: "k_RemoveItemAttribute_Failed_AttributeCannotBeRemoved",
+ 4: "k_RemoveItemAttribute_Failed_AttributeDoesntExist",
+}
+var CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_value = map[string]int32{
+ "k_RemoveItemAttribute_Succeeded": 0,
+ "k_RemoveItemAttribute_Failed": 1,
+ "k_RemoveItemAttribute_Failed_ItemIsInvalid": 2,
+ "k_RemoveItemAttribute_Failed_AttributeCannotBeRemoved": 3,
+ "k_RemoveItemAttribute_Failed_AttributeDoesntExist": 4,
+}
+
+func (x CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) Enum() *CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute {
+ p := new(CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute)
+ *p = x
+ return p
+}
+func (x CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) String() string {
+ return proto.EnumName(CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_name, int32(x))
+}
+func (x *CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_value, data, "CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute")
+ if err != nil {
+ return err
+ }
+ *x = CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute(value)
+ return nil
+}
+func (CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{61, 0}
+}
+
+type CMsgClientToGCNameItemResponse_ENameItem int32
+
+const (
+ CMsgClientToGCNameItemResponse_k_NameItem_Succeeded CMsgClientToGCNameItemResponse_ENameItem = 0
+ CMsgClientToGCNameItemResponse_k_NameItem_Failed CMsgClientToGCNameItemResponse_ENameItem = 1
+ CMsgClientToGCNameItemResponse_k_NameItem_Failed_ToolIsInvalid CMsgClientToGCNameItemResponse_ENameItem = 2
+ CMsgClientToGCNameItemResponse_k_NameItem_Failed_ItemIsInvalid CMsgClientToGCNameItemResponse_ENameItem = 3
+ CMsgClientToGCNameItemResponse_k_NameItem_Failed_NameIsInvalid CMsgClientToGCNameItemResponse_ENameItem = 4
+)
+
+var CMsgClientToGCNameItemResponse_ENameItem_name = map[int32]string{
+ 0: "k_NameItem_Succeeded",
+ 1: "k_NameItem_Failed",
+ 2: "k_NameItem_Failed_ToolIsInvalid",
+ 3: "k_NameItem_Failed_ItemIsInvalid",
+ 4: "k_NameItem_Failed_NameIsInvalid",
+}
+var CMsgClientToGCNameItemResponse_ENameItem_value = map[string]int32{
+ "k_NameItem_Succeeded": 0,
+ "k_NameItem_Failed": 1,
+ "k_NameItem_Failed_ToolIsInvalid": 2,
+ "k_NameItem_Failed_ItemIsInvalid": 3,
+ "k_NameItem_Failed_NameIsInvalid": 4,
+}
+
+func (x CMsgClientToGCNameItemResponse_ENameItem) Enum() *CMsgClientToGCNameItemResponse_ENameItem {
+ p := new(CMsgClientToGCNameItemResponse_ENameItem)
+ *p = x
+ return p
+}
+func (x CMsgClientToGCNameItemResponse_ENameItem) String() string {
+ return proto.EnumName(CMsgClientToGCNameItemResponse_ENameItem_name, int32(x))
+}
+func (x *CMsgClientToGCNameItemResponse_ENameItem) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(CMsgClientToGCNameItemResponse_ENameItem_value, data, "CMsgClientToGCNameItemResponse_ENameItem")
+ if err != nil {
+ return err
+ }
+ *x = CMsgClientToGCNameItemResponse_ENameItem(value)
+ return nil
+}
+func (CMsgClientToGCNameItemResponse_ENameItem) EnumDescriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{63, 0}
+}
+
+type CMsgApplyAutograph struct {
+ AutographItemId *uint64 `protobuf:"varint,1,opt,name=autograph_item_id" json:"autograph_item_id,omitempty"`
+ ItemItemId *uint64 `protobuf:"varint,2,opt,name=item_item_id" json:"item_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgApplyAutograph) Reset() { *m = CMsgApplyAutograph{} }
+func (m *CMsgApplyAutograph) String() string { return proto.CompactTextString(m) }
+func (*CMsgApplyAutograph) ProtoMessage() {}
+func (*CMsgApplyAutograph) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{0} }
+
+func (m *CMsgApplyAutograph) GetAutographItemId() uint64 {
+ if m != nil && m.AutographItemId != nil {
+ return *m.AutographItemId
+ }
+ return 0
+}
+
+func (m *CMsgApplyAutograph) GetItemItemId() uint64 {
+ if m != nil && m.ItemItemId != nil {
+ return *m.ItemItemId
+ }
+ return 0
+}
+
+type CMsgAdjustItemEquippedState struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ NewClass *uint32 `protobuf:"varint,2,opt,name=new_class" json:"new_class,omitempty"`
+ NewSlot *uint32 `protobuf:"varint,3,opt,name=new_slot" json:"new_slot,omitempty"`
+ StyleIndex *uint32 `protobuf:"varint,4,opt,name=style_index" json:"style_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgAdjustItemEquippedState) Reset() { *m = CMsgAdjustItemEquippedState{} }
+func (m *CMsgAdjustItemEquippedState) String() string { return proto.CompactTextString(m) }
+func (*CMsgAdjustItemEquippedState) ProtoMessage() {}
+func (*CMsgAdjustItemEquippedState) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{1} }
+
+func (m *CMsgAdjustItemEquippedState) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgAdjustItemEquippedState) GetNewClass() uint32 {
+ if m != nil && m.NewClass != nil {
+ return *m.NewClass
+ }
+ return 0
+}
+
+func (m *CMsgAdjustItemEquippedState) GetNewSlot() uint32 {
+ if m != nil && m.NewSlot != nil {
+ return *m.NewSlot
+ }
+ return 0
+}
+
+func (m *CMsgAdjustItemEquippedState) GetStyleIndex() uint32 {
+ if m != nil && m.StyleIndex != nil {
+ return *m.StyleIndex
+ }
+ return 0
+}
+
+type CMsgEconPlayerStrangeCountAdjustment struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ StrangeCountAdjustments []*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment `protobuf:"bytes,2,rep,name=strange_count_adjustments" json:"strange_count_adjustments,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment) Reset() { *m = CMsgEconPlayerStrangeCountAdjustment{} }
+func (m *CMsgEconPlayerStrangeCountAdjustment) String() string { return proto.CompactTextString(m) }
+func (*CMsgEconPlayerStrangeCountAdjustment) ProtoMessage() {}
+func (*CMsgEconPlayerStrangeCountAdjustment) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{2}
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment) GetStrangeCountAdjustments() []*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment {
+ if m != nil {
+ return m.StrangeCountAdjustments
+ }
+ return nil
+}
+
+type CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment struct {
+ EventType *uint32 `protobuf:"varint,1,opt,name=event_type" json:"event_type,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ Adjustment *uint32 `protobuf:"varint,3,opt,name=adjustment" json:"adjustment,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) Reset() {
+ *m = CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment{}
+}
+func (m *CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) ProtoMessage() {}
+func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{2, 0}
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) GetEventType() uint32 {
+ if m != nil && m.EventType != nil {
+ return *m.EventType
+ }
+ return 0
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) GetAdjustment() uint32 {
+ if m != nil && m.Adjustment != nil {
+ return *m.Adjustment
+ }
+ return 0
+}
+
+type CMsgRequestItemPurgatory_FinalizePurchase struct {
+ ItemIds []uint64 `protobuf:"varint,1,rep,name=item_ids" json:"item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestItemPurgatory_FinalizePurchase) Reset() {
+ *m = CMsgRequestItemPurgatory_FinalizePurchase{}
+}
+func (m *CMsgRequestItemPurgatory_FinalizePurchase) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestItemPurgatory_FinalizePurchase) ProtoMessage() {}
+func (*CMsgRequestItemPurgatory_FinalizePurchase) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{3}
+}
+
+func (m *CMsgRequestItemPurgatory_FinalizePurchase) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+type CMsgRequestItemPurgatory_FinalizePurchaseResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ ItemIds []uint64 `protobuf:"varint,2,rep,name=item_ids" json:"item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestItemPurgatory_FinalizePurchaseResponse) Reset() {
+ *m = CMsgRequestItemPurgatory_FinalizePurchaseResponse{}
+}
+func (m *CMsgRequestItemPurgatory_FinalizePurchaseResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) ProtoMessage() {}
+func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{4}
+}
+
+func (m *CMsgRequestItemPurgatory_FinalizePurchaseResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+func (m *CMsgRequestItemPurgatory_FinalizePurchaseResponse) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+type CMsgRequestItemPurgatory_RefundPurchase struct {
+ ItemIds []uint64 `protobuf:"varint,1,rep,name=item_ids" json:"item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestItemPurgatory_RefundPurchase) Reset() {
+ *m = CMsgRequestItemPurgatory_RefundPurchase{}
+}
+func (m *CMsgRequestItemPurgatory_RefundPurchase) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestItemPurgatory_RefundPurchase) ProtoMessage() {}
+func (*CMsgRequestItemPurgatory_RefundPurchase) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{5}
+}
+
+func (m *CMsgRequestItemPurgatory_RefundPurchase) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+type CMsgRequestItemPurgatory_RefundPurchaseResponse struct {
+ Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestItemPurgatory_RefundPurchaseResponse) Reset() {
+ *m = CMsgRequestItemPurgatory_RefundPurchaseResponse{}
+}
+func (m *CMsgRequestItemPurgatory_RefundPurchaseResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) ProtoMessage() {}
+func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{6}
+}
+
+func (m *CMsgRequestItemPurgatory_RefundPurchaseResponse) GetResult() uint32 {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return 0
+}
+
+type CMsgCraftingResponse struct {
+ ItemIds []uint64 `protobuf:"varint,1,rep,name=item_ids" json:"item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgCraftingResponse) Reset() { *m = CMsgCraftingResponse{} }
+func (m *CMsgCraftingResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgCraftingResponse) ProtoMessage() {}
+func (*CMsgCraftingResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{7} }
+
+func (m *CMsgCraftingResponse) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+type CMsgGCRequestStoreSalesData struct {
+ Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
+ Currency *uint32 `protobuf:"varint,2,opt,name=currency" json:"currency,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRequestStoreSalesData) Reset() { *m = CMsgGCRequestStoreSalesData{} }
+func (m *CMsgGCRequestStoreSalesData) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCRequestStoreSalesData) ProtoMessage() {}
+func (*CMsgGCRequestStoreSalesData) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{8} }
+
+func (m *CMsgGCRequestStoreSalesData) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgGCRequestStoreSalesData) GetCurrency() uint32 {
+ if m != nil && m.Currency != nil {
+ return *m.Currency
+ }
+ return 0
+}
+
+type CMsgGCRequestStoreSalesDataResponse struct {
+ SalePrice []*CMsgGCRequestStoreSalesDataResponse_Price `protobuf:"bytes,1,rep,name=sale_price" json:"sale_price,omitempty"`
+ Version *uint32 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
+ ExpirationTime *uint32 `protobuf:"varint,3,opt,name=expiration_time" json:"expiration_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse) Reset() { *m = CMsgGCRequestStoreSalesDataResponse{} }
+func (m *CMsgGCRequestStoreSalesDataResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCRequestStoreSalesDataResponse) ProtoMessage() {}
+func (*CMsgGCRequestStoreSalesDataResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{9}
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse) GetSalePrice() []*CMsgGCRequestStoreSalesDataResponse_Price {
+ if m != nil {
+ return m.SalePrice
+ }
+ return nil
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse) GetExpirationTime() uint32 {
+ if m != nil && m.ExpirationTime != nil {
+ return *m.ExpirationTime
+ }
+ return 0
+}
+
+type CMsgGCRequestStoreSalesDataResponse_Price struct {
+ ItemDef *uint32 `protobuf:"varint,1,opt,name=item_def" json:"item_def,omitempty"`
+ Price *uint32 `protobuf:"varint,2,opt,name=price" json:"price,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse_Price) Reset() {
+ *m = CMsgGCRequestStoreSalesDataResponse_Price{}
+}
+func (m *CMsgGCRequestStoreSalesDataResponse_Price) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCRequestStoreSalesDataResponse_Price) ProtoMessage() {}
+func (*CMsgGCRequestStoreSalesDataResponse_Price) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{9, 0}
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse_Price) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CMsgGCRequestStoreSalesDataResponse_Price) GetPrice() uint32 {
+ if m != nil && m.Price != nil {
+ return *m.Price
+ }
+ return 0
+}
+
+type CMsgGCRequestStoreSalesDataUpToDateResponse struct {
+ Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
+ ExpirationTime *uint32 `protobuf:"varint,2,opt,name=expiration_time" json:"expiration_time,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) Reset() {
+ *m = CMsgGCRequestStoreSalesDataUpToDateResponse{}
+}
+func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCRequestStoreSalesDataUpToDateResponse) ProtoMessage() {}
+func (*CMsgGCRequestStoreSalesDataUpToDateResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{10}
+}
+
+func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) GetExpirationTime() uint32 {
+ if m != nil && m.ExpirationTime != nil {
+ return *m.ExpirationTime
+ }
+ return 0
+}
+
+type CMsgGCToGCPingRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCPingRequest) Reset() { *m = CMsgGCToGCPingRequest{} }
+func (m *CMsgGCToGCPingRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCPingRequest) ProtoMessage() {}
+func (*CMsgGCToGCPingRequest) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{11} }
+
+type CMsgGCToGCPingResponse struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCPingResponse) Reset() { *m = CMsgGCToGCPingResponse{} }
+func (m *CMsgGCToGCPingResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCPingResponse) ProtoMessage() {}
+func (*CMsgGCToGCPingResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{12} }
+
+type CMsgGCToGCGetUserSessionServer struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGetUserSessionServer) Reset() { *m = CMsgGCToGCGetUserSessionServer{} }
+func (m *CMsgGCToGCGetUserSessionServer) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGetUserSessionServer) ProtoMessage() {}
+func (*CMsgGCToGCGetUserSessionServer) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{13} }
+
+func (m *CMsgGCToGCGetUserSessionServer) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgGCToGCGetUserSessionServerResponse struct {
+ ServerSteamId *uint64 `protobuf:"fixed64,1,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGetUserSessionServerResponse) Reset() {
+ *m = CMsgGCToGCGetUserSessionServerResponse{}
+}
+func (m *CMsgGCToGCGetUserSessionServerResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGetUserSessionServerResponse) ProtoMessage() {}
+func (*CMsgGCToGCGetUserSessionServerResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{14}
+}
+
+func (m *CMsgGCToGCGetUserSessionServerResponse) GetServerSteamId() uint64 {
+ if m != nil && m.ServerSteamId != nil {
+ return *m.ServerSteamId
+ }
+ return 0
+}
+
+type CMsgGCToGCGetUserServerMembers struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ MaxSpectators *uint32 `protobuf:"varint,2,opt,name=max_spectators" json:"max_spectators,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGetUserServerMembers) Reset() { *m = CMsgGCToGCGetUserServerMembers{} }
+func (m *CMsgGCToGCGetUserServerMembers) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGetUserServerMembers) ProtoMessage() {}
+func (*CMsgGCToGCGetUserServerMembers) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{15} }
+
+func (m *CMsgGCToGCGetUserServerMembers) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGetUserServerMembers) GetMaxSpectators() uint32 {
+ if m != nil && m.MaxSpectators != nil {
+ return *m.MaxSpectators
+ }
+ return 0
+}
+
+type CMsgGCToGCGetUserServerMembersResponse struct {
+ MemberAccountId []uint32 `protobuf:"varint,1,rep,name=member_account_id" json:"member_account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGetUserServerMembersResponse) Reset() {
+ *m = CMsgGCToGCGetUserServerMembersResponse{}
+}
+func (m *CMsgGCToGCGetUserServerMembersResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGetUserServerMembersResponse) ProtoMessage() {}
+func (*CMsgGCToGCGetUserServerMembersResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{16}
+}
+
+func (m *CMsgGCToGCGetUserServerMembersResponse) GetMemberAccountId() []uint32 {
+ if m != nil {
+ return m.MemberAccountId
+ }
+ return nil
+}
+
+type CMsgLookupMultipleAccountNames struct {
+ Accountids []uint32 `protobuf:"varint,1,rep,packed,name=accountids" json:"accountids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLookupMultipleAccountNames) Reset() { *m = CMsgLookupMultipleAccountNames{} }
+func (m *CMsgLookupMultipleAccountNames) String() string { return proto.CompactTextString(m) }
+func (*CMsgLookupMultipleAccountNames) ProtoMessage() {}
+func (*CMsgLookupMultipleAccountNames) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{17} }
+
+func (m *CMsgLookupMultipleAccountNames) GetAccountids() []uint32 {
+ if m != nil {
+ return m.Accountids
+ }
+ return nil
+}
+
+type CMsgLookupMultipleAccountNamesResponse struct {
+ Accounts []*CMsgLookupMultipleAccountNamesResponse_Account `protobuf:"bytes,1,rep,name=accounts" json:"accounts,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLookupMultipleAccountNamesResponse) Reset() {
+ *m = CMsgLookupMultipleAccountNamesResponse{}
+}
+func (m *CMsgLookupMultipleAccountNamesResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgLookupMultipleAccountNamesResponse) ProtoMessage() {}
+func (*CMsgLookupMultipleAccountNamesResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{18}
+}
+
+func (m *CMsgLookupMultipleAccountNamesResponse) GetAccounts() []*CMsgLookupMultipleAccountNamesResponse_Account {
+ if m != nil {
+ return m.Accounts
+ }
+ return nil
+}
+
+type CMsgLookupMultipleAccountNamesResponse_Account struct {
+ Accountid *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
+ Persona *string `protobuf:"bytes,2,opt,name=persona" json:"persona,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgLookupMultipleAccountNamesResponse_Account) Reset() {
+ *m = CMsgLookupMultipleAccountNamesResponse_Account{}
+}
+func (m *CMsgLookupMultipleAccountNamesResponse_Account) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgLookupMultipleAccountNamesResponse_Account) ProtoMessage() {}
+func (*CMsgLookupMultipleAccountNamesResponse_Account) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{18, 0}
+}
+
+func (m *CMsgLookupMultipleAccountNamesResponse_Account) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+func (m *CMsgLookupMultipleAccountNamesResponse_Account) GetPersona() string {
+ if m != nil && m.Persona != nil {
+ return *m.Persona
+ }
+ return ""
+}
+
+type CMsgGCToGCGetUserPCBangNo struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGetUserPCBangNo) Reset() { *m = CMsgGCToGCGetUserPCBangNo{} }
+func (m *CMsgGCToGCGetUserPCBangNo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGetUserPCBangNo) ProtoMessage() {}
+func (*CMsgGCToGCGetUserPCBangNo) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{19} }
+
+func (m *CMsgGCToGCGetUserPCBangNo) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgGCToGCGetUserPCBangNoResponse struct {
+ PcBangNo *uint32 `protobuf:"varint,1,opt,name=pc_bang_no" json:"pc_bang_no,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGetUserPCBangNoResponse) Reset() { *m = CMsgGCToGCGetUserPCBangNoResponse{} }
+func (m *CMsgGCToGCGetUserPCBangNoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGetUserPCBangNoResponse) ProtoMessage() {}
+func (*CMsgGCToGCGetUserPCBangNoResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{20}
+}
+
+func (m *CMsgGCToGCGetUserPCBangNoResponse) GetPcBangNo() uint32 {
+ if m != nil && m.PcBangNo != nil {
+ return *m.PcBangNo
+ }
+ return 0
+}
+
+type CMsgRequestCrateItems struct {
+ CrateItemDef *uint32 `protobuf:"varint,1,opt,name=crate_item_def" json:"crate_item_def,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestCrateItems) Reset() { *m = CMsgRequestCrateItems{} }
+func (m *CMsgRequestCrateItems) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestCrateItems) ProtoMessage() {}
+func (*CMsgRequestCrateItems) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{21} }
+
+func (m *CMsgRequestCrateItems) GetCrateItemDef() uint32 {
+ if m != nil && m.CrateItemDef != nil {
+ return *m.CrateItemDef
+ }
+ return 0
+}
+
+type CMsgRequestCrateItemsResponse struct {
+ Response *uint32 `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
+ ItemDefs []uint32 `protobuf:"varint,2,rep,name=item_defs" json:"item_defs,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRequestCrateItemsResponse) Reset() { *m = CMsgRequestCrateItemsResponse{} }
+func (m *CMsgRequestCrateItemsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgRequestCrateItemsResponse) ProtoMessage() {}
+func (*CMsgRequestCrateItemsResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{22} }
+
+func (m *CMsgRequestCrateItemsResponse) GetResponse() uint32 {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return 0
+}
+
+func (m *CMsgRequestCrateItemsResponse) GetItemDefs() []uint32 {
+ if m != nil {
+ return m.ItemDefs
+ }
+ return nil
+}
+
+type CMsgGCToGCCanUseDropRateBonus struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ DropRateBonus *float32 `protobuf:"fixed32,2,opt,name=drop_rate_bonus" json:"drop_rate_bonus,omitempty"`
+ BoosterType *uint32 `protobuf:"varint,3,opt,name=booster_type" json:"booster_type,omitempty"`
+ ExclusiveItemDef *uint32 `protobuf:"varint,4,opt,name=exclusive_item_def" json:"exclusive_item_def,omitempty"`
+ AllowEqualRate *bool `protobuf:"varint,5,opt,name=allow_equal_rate" json:"allow_equal_rate,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCCanUseDropRateBonus) Reset() { *m = CMsgGCToGCCanUseDropRateBonus{} }
+func (m *CMsgGCToGCCanUseDropRateBonus) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCCanUseDropRateBonus) ProtoMessage() {}
+func (*CMsgGCToGCCanUseDropRateBonus) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{23} }
+
+func (m *CMsgGCToGCCanUseDropRateBonus) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCCanUseDropRateBonus) GetDropRateBonus() float32 {
+ if m != nil && m.DropRateBonus != nil {
+ return *m.DropRateBonus
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCCanUseDropRateBonus) GetBoosterType() uint32 {
+ if m != nil && m.BoosterType != nil {
+ return *m.BoosterType
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCCanUseDropRateBonus) GetExclusiveItemDef() uint32 {
+ if m != nil && m.ExclusiveItemDef != nil {
+ return *m.ExclusiveItemDef
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCCanUseDropRateBonus) GetAllowEqualRate() bool {
+ if m != nil && m.AllowEqualRate != nil {
+ return *m.AllowEqualRate
+ }
+ return false
+}
+
+type CMsgSQLAddDropRateBonus struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ ItemDef *uint32 `protobuf:"varint,3,opt,name=item_def" json:"item_def,omitempty"`
+ DropRateBonus *float32 `protobuf:"fixed32,4,opt,name=drop_rate_bonus" json:"drop_rate_bonus,omitempty"`
+ BoosterType *uint32 `protobuf:"varint,5,opt,name=booster_type" json:"booster_type,omitempty"`
+ SecondsDuration *uint32 `protobuf:"varint,6,opt,name=seconds_duration" json:"seconds_duration,omitempty"`
+ EndTimeStamp *uint32 `protobuf:"varint,7,opt,name=end_time_stamp" json:"end_time_stamp,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSQLAddDropRateBonus) Reset() { *m = CMsgSQLAddDropRateBonus{} }
+func (m *CMsgSQLAddDropRateBonus) String() string { return proto.CompactTextString(m) }
+func (*CMsgSQLAddDropRateBonus) ProtoMessage() {}
+func (*CMsgSQLAddDropRateBonus) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{24} }
+
+func (m *CMsgSQLAddDropRateBonus) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgSQLAddDropRateBonus) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgSQLAddDropRateBonus) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CMsgSQLAddDropRateBonus) GetDropRateBonus() float32 {
+ if m != nil && m.DropRateBonus != nil {
+ return *m.DropRateBonus
+ }
+ return 0
+}
+
+func (m *CMsgSQLAddDropRateBonus) GetBoosterType() uint32 {
+ if m != nil && m.BoosterType != nil {
+ return *m.BoosterType
+ }
+ return 0
+}
+
+func (m *CMsgSQLAddDropRateBonus) GetSecondsDuration() uint32 {
+ if m != nil && m.SecondsDuration != nil {
+ return *m.SecondsDuration
+ }
+ return 0
+}
+
+func (m *CMsgSQLAddDropRateBonus) GetEndTimeStamp() uint32 {
+ if m != nil && m.EndTimeStamp != nil {
+ return *m.EndTimeStamp
+ }
+ return 0
+}
+
+type CMsgSQLUpgradeBattleBooster struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemDef *uint32 `protobuf:"varint,2,opt,name=item_def" json:"item_def,omitempty"`
+ BonusToAdd *float32 `protobuf:"fixed32,3,opt,name=bonus_to_add" json:"bonus_to_add,omitempty"`
+ BoosterType *uint32 `protobuf:"varint,4,opt,name=booster_type" json:"booster_type,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSQLUpgradeBattleBooster) Reset() { *m = CMsgSQLUpgradeBattleBooster{} }
+func (m *CMsgSQLUpgradeBattleBooster) String() string { return proto.CompactTextString(m) }
+func (*CMsgSQLUpgradeBattleBooster) ProtoMessage() {}
+func (*CMsgSQLUpgradeBattleBooster) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{25} }
+
+func (m *CMsgSQLUpgradeBattleBooster) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgSQLUpgradeBattleBooster) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CMsgSQLUpgradeBattleBooster) GetBonusToAdd() float32 {
+ if m != nil && m.BonusToAdd != nil {
+ return *m.BonusToAdd
+ }
+ return 0
+}
+
+func (m *CMsgSQLUpgradeBattleBooster) GetBoosterType() uint32 {
+ if m != nil && m.BoosterType != nil {
+ return *m.BoosterType
+ }
+ return 0
+}
+
+type CMsgGCToGCRefreshSOCache struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Reload *bool `protobuf:"varint,2,opt,name=reload" json:"reload,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCRefreshSOCache) Reset() { *m = CMsgGCToGCRefreshSOCache{} }
+func (m *CMsgGCToGCRefreshSOCache) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCRefreshSOCache) ProtoMessage() {}
+func (*CMsgGCToGCRefreshSOCache) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{26} }
+
+func (m *CMsgGCToGCRefreshSOCache) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCRefreshSOCache) GetReload() bool {
+ if m != nil && m.Reload != nil {
+ return *m.Reload
+ }
+ return false
+}
+
+type CMsgGCToGCCheckAccountTradeStatus struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Initiator *bool `protobuf:"varint,2,opt,name=initiator" json:"initiator,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCCheckAccountTradeStatus) Reset() { *m = CMsgGCToGCCheckAccountTradeStatus{} }
+func (m *CMsgGCToGCCheckAccountTradeStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCCheckAccountTradeStatus) ProtoMessage() {}
+func (*CMsgGCToGCCheckAccountTradeStatus) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{27}
+}
+
+func (m *CMsgGCToGCCheckAccountTradeStatus) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCCheckAccountTradeStatus) GetInitiator() bool {
+ if m != nil && m.Initiator != nil {
+ return *m.Initiator
+ }
+ return false
+}
+
+type CMsgGCToGCCheckAccountTradeStatusResponse struct {
+ CanTrade *bool `protobuf:"varint,1,opt,name=can_trade" json:"can_trade,omitempty"`
+ ErrorCode *uint32 `protobuf:"varint,2,opt,name=error_code" json:"error_code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCCheckAccountTradeStatusResponse) Reset() {
+ *m = CMsgGCToGCCheckAccountTradeStatusResponse{}
+}
+func (m *CMsgGCToGCCheckAccountTradeStatusResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCCheckAccountTradeStatusResponse) ProtoMessage() {}
+func (*CMsgGCToGCCheckAccountTradeStatusResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{28}
+}
+
+func (m *CMsgGCToGCCheckAccountTradeStatusResponse) GetCanTrade() bool {
+ if m != nil && m.CanTrade != nil {
+ return *m.CanTrade
+ }
+ return false
+}
+
+func (m *CMsgGCToGCCheckAccountTradeStatusResponse) GetErrorCode() uint32 {
+ if m != nil && m.ErrorCode != nil {
+ return *m.ErrorCode
+ }
+ return 0
+}
+
+type CMsgGCToGCGrantAccountRolledItems struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ Items []*CMsgGCToGCGrantAccountRolledItems_Item `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"`
+ AuditAction *uint32 `protobuf:"varint,3,opt,name=audit_action" json:"audit_action,omitempty"`
+ AuditData *uint32 `protobuf:"varint,4,opt,name=audit_data" json:"audit_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems) Reset() { *m = CMsgGCToGCGrantAccountRolledItems{} }
+func (m *CMsgGCToGCGrantAccountRolledItems) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGrantAccountRolledItems) ProtoMessage() {}
+func (*CMsgGCToGCGrantAccountRolledItems) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{29}
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems) GetItems() []*CMsgGCToGCGrantAccountRolledItems_Item {
+ if m != nil {
+ return m.Items
+ }
+ return nil
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems) GetAuditAction() uint32 {
+ if m != nil && m.AuditAction != nil {
+ return *m.AuditAction
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems) GetAuditData() uint32 {
+ if m != nil && m.AuditData != nil {
+ return *m.AuditData
+ }
+ return 0
+}
+
+type CMsgGCToGCGrantAccountRolledItems_Item struct {
+ ItemDef *uint32 `protobuf:"varint,1,opt,name=item_def" json:"item_def,omitempty"`
+ LootLists []string `protobuf:"bytes,2,rep,name=loot_lists" json:"loot_lists,omitempty"`
+ IgnoreLimit *bool `protobuf:"varint,3,opt,name=ignore_limit" json:"ignore_limit,omitempty"`
+ Origin *uint32 `protobuf:"varint,4,opt,name=origin" json:"origin,omitempty"`
+ DynamicAttributes []*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute `protobuf:"bytes,5,rep,name=dynamic_attributes" json:"dynamic_attributes,omitempty"`
+ AdditionalAuditEntries []*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry `protobuf:"bytes,6,rep,name=additional_audit_entries" json:"additional_audit_entries,omitempty"`
+ InventoryToken *uint32 `protobuf:"varint,7,opt,name=inventory_token" json:"inventory_token,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) Reset() {
+ *m = CMsgGCToGCGrantAccountRolledItems_Item{}
+}
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGrantAccountRolledItems_Item) ProtoMessage() {}
+func (*CMsgGCToGCGrantAccountRolledItems_Item) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{29, 0}
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetLootLists() []string {
+ if m != nil {
+ return m.LootLists
+ }
+ return nil
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetIgnoreLimit() bool {
+ if m != nil && m.IgnoreLimit != nil {
+ return *m.IgnoreLimit
+ }
+ return false
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetOrigin() uint32 {
+ if m != nil && m.Origin != nil {
+ return *m.Origin
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetDynamicAttributes() []*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute {
+ if m != nil {
+ return m.DynamicAttributes
+ }
+ return nil
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetAdditionalAuditEntries() []*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry {
+ if m != nil {
+ return m.AdditionalAuditEntries
+ }
+ return nil
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetInventoryToken() uint32 {
+ if m != nil && m.InventoryToken != nil {
+ return *m.InventoryToken
+ }
+ return 0
+}
+
+type CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute struct {
+ Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
+ ValueUint32 *uint32 `protobuf:"varint,2,opt,name=value_uint32" json:"value_uint32,omitempty"`
+ ValueFloat *float32 `protobuf:"fixed32,3,opt,name=value_float" json:"value_float,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) Reset() {
+ *m = CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute{}
+}
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) ProtoMessage() {}
+func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{29, 0, 0}
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueUint32() uint32 {
+ if m != nil && m.ValueUint32 != nil {
+ return *m.ValueUint32
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueFloat() float32 {
+ if m != nil && m.ValueFloat != nil {
+ return *m.ValueFloat
+ }
+ return 0
+}
+
+type CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry struct {
+ OwnerAccountId *uint32 `protobuf:"varint,1,opt,name=owner_account_id" json:"owner_account_id,omitempty"`
+ AuditAction *uint32 `protobuf:"varint,2,opt,name=audit_action" json:"audit_action,omitempty"`
+ AuditData *uint32 `protobuf:"varint,3,opt,name=audit_data" json:"audit_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) Reset() {
+ *m = CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry{}
+}
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) ProtoMessage() {}
+func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{29, 0, 1}
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) GetOwnerAccountId() uint32 {
+ if m != nil && m.OwnerAccountId != nil {
+ return *m.OwnerAccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) GetAuditAction() uint32 {
+ if m != nil && m.AuditAction != nil {
+ return *m.AuditAction
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) GetAuditData() uint32 {
+ if m != nil && m.AuditData != nil {
+ return *m.AuditData
+ }
+ return 0
+}
+
+type CMsgGCToGCGrantSelfMadeItemToAccount struct {
+ ItemDefIndex *uint32 `protobuf:"varint,1,opt,name=item_def_index" json:"item_def_index,omitempty"`
+ Accountid *uint32 `protobuf:"varint,2,opt,name=accountid" json:"accountid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCGrantSelfMadeItemToAccount) Reset() { *m = CMsgGCToGCGrantSelfMadeItemToAccount{} }
+func (m *CMsgGCToGCGrantSelfMadeItemToAccount) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCGrantSelfMadeItemToAccount) ProtoMessage() {}
+func (*CMsgGCToGCGrantSelfMadeItemToAccount) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{30}
+}
+
+func (m *CMsgGCToGCGrantSelfMadeItemToAccount) GetItemDefIndex() uint32 {
+ if m != nil && m.ItemDefIndex != nil {
+ return *m.ItemDefIndex
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCGrantSelfMadeItemToAccount) GetAccountid() uint32 {
+ if m != nil && m.Accountid != nil {
+ return *m.Accountid
+ }
+ return 0
+}
+
+type CMsgUseItem struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ TargetSteamId *uint64 `protobuf:"fixed64,2,opt,name=target_steam_id" json:"target_steam_id,omitempty"`
+ Gift_PotentialTargets []uint32 `protobuf:"varint,3,rep,name=gift__potential_targets" json:"gift__potential_targets,omitempty"`
+ Duel_ClassLock *uint32 `protobuf:"varint,4,opt,name=duel__class_lock" json:"duel__class_lock,omitempty"`
+ InitiatorSteamId *uint64 `protobuf:"varint,5,opt,name=initiator_steam_id" json:"initiator_steam_id,omitempty"`
+ Itempack_AckImmediately *bool `protobuf:"varint,6,opt,name=itempack__ack_immediately" json:"itempack__ack_immediately,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgUseItem) Reset() { *m = CMsgUseItem{} }
+func (m *CMsgUseItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgUseItem) ProtoMessage() {}
+func (*CMsgUseItem) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{31} }
+
+func (m *CMsgUseItem) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgUseItem) GetTargetSteamId() uint64 {
+ if m != nil && m.TargetSteamId != nil {
+ return *m.TargetSteamId
+ }
+ return 0
+}
+
+func (m *CMsgUseItem) GetGift_PotentialTargets() []uint32 {
+ if m != nil {
+ return m.Gift_PotentialTargets
+ }
+ return nil
+}
+
+func (m *CMsgUseItem) GetDuel_ClassLock() uint32 {
+ if m != nil && m.Duel_ClassLock != nil {
+ return *m.Duel_ClassLock
+ }
+ return 0
+}
+
+func (m *CMsgUseItem) GetInitiatorSteamId() uint64 {
+ if m != nil && m.InitiatorSteamId != nil {
+ return *m.InitiatorSteamId
+ }
+ return 0
+}
+
+func (m *CMsgUseItem) GetItempack_AckImmediately() bool {
+ if m != nil && m.Itempack_AckImmediately != nil {
+ return *m.Itempack_AckImmediately
+ }
+ return false
+}
+
+type CMsgServerUseItem struct {
+ InitiatorAccountId *uint32 `protobuf:"varint,1,opt,name=initiator_account_id" json:"initiator_account_id,omitempty"`
+ UseItemMsg *CMsgUseItem `protobuf:"bytes,2,opt,name=use_item_msg" json:"use_item_msg,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgServerUseItem) Reset() { *m = CMsgServerUseItem{} }
+func (m *CMsgServerUseItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgServerUseItem) ProtoMessage() {}
+func (*CMsgServerUseItem) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{32} }
+
+func (m *CMsgServerUseItem) GetInitiatorAccountId() uint32 {
+ if m != nil && m.InitiatorAccountId != nil {
+ return *m.InitiatorAccountId
+ }
+ return 0
+}
+
+func (m *CMsgServerUseItem) GetUseItemMsg() *CMsgUseItem {
+ if m != nil {
+ return m.UseItemMsg
+ }
+ return nil
+}
+
+type CMsgGCPartnerBalanceRequest struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPartnerBalanceRequest) Reset() { *m = CMsgGCPartnerBalanceRequest{} }
+func (m *CMsgGCPartnerBalanceRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPartnerBalanceRequest) ProtoMessage() {}
+func (*CMsgGCPartnerBalanceRequest) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{33} }
+
+type CMsgGCPartnerBalanceResponse struct {
+ Result *EGCPartnerRequestResponse `protobuf:"varint,1,opt,name=result,enum=EGCPartnerRequestResponse,def=1" json:"result,omitempty"`
+ Balance *uint32 `protobuf:"varint,2,opt,name=balance" json:"balance,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPartnerBalanceResponse) Reset() { *m = CMsgGCPartnerBalanceResponse{} }
+func (m *CMsgGCPartnerBalanceResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPartnerBalanceResponse) ProtoMessage() {}
+func (*CMsgGCPartnerBalanceResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{34} }
+
+const Default_CMsgGCPartnerBalanceResponse_Result EGCPartnerRequestResponse = EGCPartnerRequestResponse_k_EPartnerRequestOK
+
+func (m *CMsgGCPartnerBalanceResponse) GetResult() EGCPartnerRequestResponse {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgGCPartnerBalanceResponse_Result
+}
+
+func (m *CMsgGCPartnerBalanceResponse) GetBalance() uint32 {
+ if m != nil && m.Balance != nil {
+ return *m.Balance
+ }
+ return 0
+}
+
+type CGCStoreRechargeRedirect_LineItem struct {
+ ItemDefId *uint32 `protobuf:"varint,1,opt,name=item_def_id" json:"item_def_id,omitempty"`
+ Quantity *uint32 `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCStoreRechargeRedirect_LineItem) Reset() { *m = CGCStoreRechargeRedirect_LineItem{} }
+func (m *CGCStoreRechargeRedirect_LineItem) String() string { return proto.CompactTextString(m) }
+func (*CGCStoreRechargeRedirect_LineItem) ProtoMessage() {}
+func (*CGCStoreRechargeRedirect_LineItem) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{35}
+}
+
+func (m *CGCStoreRechargeRedirect_LineItem) GetItemDefId() uint32 {
+ if m != nil && m.ItemDefId != nil {
+ return *m.ItemDefId
+ }
+ return 0
+}
+
+func (m *CGCStoreRechargeRedirect_LineItem) GetQuantity() uint32 {
+ if m != nil && m.Quantity != nil {
+ return *m.Quantity
+ }
+ return 0
+}
+
+type CMsgGCPartnerRechargeRedirectURLRequest struct {
+ LineItems []*CGCStoreRechargeRedirect_LineItem `protobuf:"bytes,1,rep,name=line_items" json:"line_items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPartnerRechargeRedirectURLRequest) Reset() {
+ *m = CMsgGCPartnerRechargeRedirectURLRequest{}
+}
+func (m *CMsgGCPartnerRechargeRedirectURLRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPartnerRechargeRedirectURLRequest) ProtoMessage() {}
+func (*CMsgGCPartnerRechargeRedirectURLRequest) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{36}
+}
+
+func (m *CMsgGCPartnerRechargeRedirectURLRequest) GetLineItems() []*CGCStoreRechargeRedirect_LineItem {
+ if m != nil {
+ return m.LineItems
+ }
+ return nil
+}
+
+type CMsgGCPartnerRechargeRedirectURLResponse struct {
+ Result *EGCPartnerRequestResponse `protobuf:"varint,1,opt,name=result,enum=EGCPartnerRequestResponse,def=1" json:"result,omitempty"`
+ Url *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCPartnerRechargeRedirectURLResponse) Reset() {
+ *m = CMsgGCPartnerRechargeRedirectURLResponse{}
+}
+func (m *CMsgGCPartnerRechargeRedirectURLResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCPartnerRechargeRedirectURLResponse) ProtoMessage() {}
+func (*CMsgGCPartnerRechargeRedirectURLResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{37}
+}
+
+const Default_CMsgGCPartnerRechargeRedirectURLResponse_Result EGCPartnerRequestResponse = EGCPartnerRequestResponse_k_EPartnerRequestOK
+
+func (m *CMsgGCPartnerRechargeRedirectURLResponse) GetResult() EGCPartnerRequestResponse {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgGCPartnerRechargeRedirectURLResponse_Result
+}
+
+func (m *CMsgGCPartnerRechargeRedirectURLResponse) GetUrl() string {
+ if m != nil && m.Url != nil {
+ return *m.Url
+ }
+ return ""
+}
+
+type CMsgGCEconSQLWorkItemEmbeddedRollbackData struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ DeletedItemId *uint64 `protobuf:"varint,2,opt,name=deleted_item_id" json:"deleted_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) Reset() {
+ *m = CMsgGCEconSQLWorkItemEmbeddedRollbackData{}
+}
+func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) ProtoMessage() {}
+func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{38}
+}
+
+func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetDeletedItemId() uint64 {
+ if m != nil && m.DeletedItemId != nil {
+ return *m.DeletedItemId
+ }
+ return 0
+}
+
+type CMsgCraftStatue struct {
+ Heroid *uint32 `protobuf:"varint,1,opt,name=heroid" json:"heroid,omitempty"`
+ Sequencename *string `protobuf:"bytes,2,opt,name=sequencename" json:"sequencename,omitempty"`
+ Cycle *float32 `protobuf:"fixed32,3,opt,name=cycle" json:"cycle,omitempty"`
+ Description *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
+ PedestalItemdef *uint32 `protobuf:"varint,5,opt,name=pedestal_itemdef" json:"pedestal_itemdef,omitempty"`
+ Toolid *uint64 `protobuf:"varint,6,opt,name=toolid" json:"toolid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgCraftStatue) Reset() { *m = CMsgCraftStatue{} }
+func (m *CMsgCraftStatue) String() string { return proto.CompactTextString(m) }
+func (*CMsgCraftStatue) ProtoMessage() {}
+func (*CMsgCraftStatue) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{39} }
+
+func (m *CMsgCraftStatue) GetHeroid() uint32 {
+ if m != nil && m.Heroid != nil {
+ return *m.Heroid
+ }
+ return 0
+}
+
+func (m *CMsgCraftStatue) GetSequencename() string {
+ if m != nil && m.Sequencename != nil {
+ return *m.Sequencename
+ }
+ return ""
+}
+
+func (m *CMsgCraftStatue) GetCycle() float32 {
+ if m != nil && m.Cycle != nil {
+ return *m.Cycle
+ }
+ return 0
+}
+
+func (m *CMsgCraftStatue) GetDescription() string {
+ if m != nil && m.Description != nil {
+ return *m.Description
+ }
+ return ""
+}
+
+func (m *CMsgCraftStatue) GetPedestalItemdef() uint32 {
+ if m != nil && m.PedestalItemdef != nil {
+ return *m.PedestalItemdef
+ }
+ return 0
+}
+
+func (m *CMsgCraftStatue) GetToolid() uint64 {
+ if m != nil && m.Toolid != nil {
+ return *m.Toolid
+ }
+ return 0
+}
+
+type CMsgRedeemCode struct {
+ Code *string `protobuf:"bytes,1,opt,name=code" json:"code,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRedeemCode) Reset() { *m = CMsgRedeemCode{} }
+func (m *CMsgRedeemCode) String() string { return proto.CompactTextString(m) }
+func (*CMsgRedeemCode) ProtoMessage() {}
+func (*CMsgRedeemCode) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{40} }
+
+func (m *CMsgRedeemCode) GetCode() string {
+ if m != nil && m.Code != nil {
+ return *m.Code
+ }
+ return ""
+}
+
+type CMsgRedeemCodeResponse struct {
+ Response *uint32 `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgRedeemCodeResponse) Reset() { *m = CMsgRedeemCodeResponse{} }
+func (m *CMsgRedeemCodeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgRedeemCodeResponse) ProtoMessage() {}
+func (*CMsgRedeemCodeResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{41} }
+
+func (m *CMsgRedeemCodeResponse) GetResponse() uint32 {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return 0
+}
+
+func (m *CMsgRedeemCodeResponse) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgDevNewItemRequest struct {
+ ItemDefName *string `protobuf:"bytes,3,opt,name=item_def_name" json:"item_def_name,omitempty"`
+ LootListName *string `protobuf:"bytes,4,opt,name=loot_list_name" json:"loot_list_name,omitempty"`
+ AttrDefName []string `protobuf:"bytes,5,rep,name=attr_def_name" json:"attr_def_name,omitempty"`
+ AttrValue []string `protobuf:"bytes,6,rep,name=attr_value" json:"attr_value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDevNewItemRequest) Reset() { *m = CMsgDevNewItemRequest{} }
+func (m *CMsgDevNewItemRequest) String() string { return proto.CompactTextString(m) }
+func (*CMsgDevNewItemRequest) ProtoMessage() {}
+func (*CMsgDevNewItemRequest) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{42} }
+
+func (m *CMsgDevNewItemRequest) GetItemDefName() string {
+ if m != nil && m.ItemDefName != nil {
+ return *m.ItemDefName
+ }
+ return ""
+}
+
+func (m *CMsgDevNewItemRequest) GetLootListName() string {
+ if m != nil && m.LootListName != nil {
+ return *m.LootListName
+ }
+ return ""
+}
+
+func (m *CMsgDevNewItemRequest) GetAttrDefName() []string {
+ if m != nil {
+ return m.AttrDefName
+ }
+ return nil
+}
+
+func (m *CMsgDevNewItemRequest) GetAttrValue() []string {
+ if m != nil {
+ return m.AttrValue
+ }
+ return nil
+}
+
+type CMsgDevNewItemRequestResponse struct {
+ Success *bool `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgDevNewItemRequestResponse) Reset() { *m = CMsgDevNewItemRequestResponse{} }
+func (m *CMsgDevNewItemRequestResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgDevNewItemRequestResponse) ProtoMessage() {}
+func (*CMsgDevNewItemRequestResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{43} }
+
+func (m *CMsgDevNewItemRequestResponse) GetSuccess() bool {
+ if m != nil && m.Success != nil {
+ return *m.Success
+ }
+ return false
+}
+
+type CMsgGCAddGiftItem struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCAddGiftItem) Reset() { *m = CMsgGCAddGiftItem{} }
+func (m *CMsgGCAddGiftItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCAddGiftItem) ProtoMessage() {}
+func (*CMsgGCAddGiftItem) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{44} }
+
+func (m *CMsgGCAddGiftItem) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgGCAddGiftItem) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgClientToGCWrapAndDeliverGift struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ GiveToAccountId *uint32 `protobuf:"varint,2,opt,name=give_to_account_id" json:"give_to_account_id,omitempty"`
+ GiftMessage *string `protobuf:"bytes,3,opt,name=gift_message" json:"gift_message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGift) Reset() { *m = CMsgClientToGCWrapAndDeliverGift{} }
+func (m *CMsgClientToGCWrapAndDeliverGift) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCWrapAndDeliverGift) ProtoMessage() {}
+func (*CMsgClientToGCWrapAndDeliverGift) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{45}
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGift) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGift) GetGiveToAccountId() uint32 {
+ if m != nil && m.GiveToAccountId != nil {
+ return *m.GiveToAccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGift) GetGiftMessage() string {
+ if m != nil && m.GiftMessage != nil {
+ return *m.GiftMessage
+ }
+ return ""
+}
+
+type CMsgClientToGCWrapAndDeliverGiftResponse struct {
+ Response *EGCMsgResponse `protobuf:"varint,1,opt,name=response,enum=EGCMsgResponse,def=0" json:"response,omitempty"`
+ GiftingChargeUses *uint32 `protobuf:"varint,2,opt,name=gifting_charge_uses" json:"gifting_charge_uses,omitempty"`
+ GiftingChargeMax *int32 `protobuf:"varint,3,opt,name=gifting_charge_max" json:"gifting_charge_max,omitempty"`
+ GiftingUses *uint32 `protobuf:"varint,4,opt,name=gifting_uses" json:"gifting_uses,omitempty"`
+ GiftingMax *int32 `protobuf:"varint,5,opt,name=gifting_max" json:"gifting_max,omitempty"`
+ GiftingWindowHours *uint32 `protobuf:"varint,6,opt,name=gifting_window_hours" json:"gifting_window_hours,omitempty"`
+ TradeRestriction *EGCMsgInitiateTradeResponse `protobuf:"varint,7,opt,name=trade_restriction,enum=EGCMsgInitiateTradeResponse,def=0" json:"trade_restriction,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) Reset() {
+ *m = CMsgClientToGCWrapAndDeliverGiftResponse{}
+}
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCWrapAndDeliverGiftResponse) ProtoMessage() {}
+func (*CMsgClientToGCWrapAndDeliverGiftResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{46}
+}
+
+const Default_CMsgClientToGCWrapAndDeliverGiftResponse_Response EGCMsgResponse = EGCMsgResponse_k_EGCMsgResponseOK
+const Default_CMsgClientToGCWrapAndDeliverGiftResponse_TradeRestriction EGCMsgInitiateTradeResponse = EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Accepted
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetResponse() EGCMsgResponse {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCWrapAndDeliverGiftResponse_Response
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeUses() uint32 {
+ if m != nil && m.GiftingChargeUses != nil {
+ return *m.GiftingChargeUses
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeMax() int32 {
+ if m != nil && m.GiftingChargeMax != nil {
+ return *m.GiftingChargeMax
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingUses() uint32 {
+ if m != nil && m.GiftingUses != nil {
+ return *m.GiftingUses
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingMax() int32 {
+ if m != nil && m.GiftingMax != nil {
+ return *m.GiftingMax
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingWindowHours() uint32 {
+ if m != nil && m.GiftingWindowHours != nil {
+ return *m.GiftingWindowHours
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetTradeRestriction() EGCMsgInitiateTradeResponse {
+ if m != nil && m.TradeRestriction != nil {
+ return *m.TradeRestriction
+ }
+ return Default_CMsgClientToGCWrapAndDeliverGiftResponse_TradeRestriction
+}
+
+type CMsgClientToGCUnwrapGift struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnwrapGift) Reset() { *m = CMsgClientToGCUnwrapGift{} }
+func (m *CMsgClientToGCUnwrapGift) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnwrapGift) ProtoMessage() {}
+func (*CMsgClientToGCUnwrapGift) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{47} }
+
+func (m *CMsgClientToGCUnwrapGift) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgClientToGCUnpackBundle struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnpackBundle) Reset() { *m = CMsgClientToGCUnpackBundle{} }
+func (m *CMsgClientToGCUnpackBundle) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnpackBundle) ProtoMessage() {}
+func (*CMsgClientToGCUnpackBundle) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{48} }
+
+func (m *CMsgClientToGCUnpackBundle) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgClientToGCUnpackBundleResponse struct {
+ UnpackedItemIds []uint64 `protobuf:"varint,1,rep,name=unpacked_item_ids" json:"unpacked_item_ids,omitempty"`
+ Response *CMsgClientToGCUnpackBundleResponse_EUnpackBundle `protobuf:"varint,2,opt,name=response,enum=CMsgClientToGCUnpackBundleResponse_EUnpackBundle,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnpackBundleResponse) Reset() { *m = CMsgClientToGCUnpackBundleResponse{} }
+func (m *CMsgClientToGCUnpackBundleResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnpackBundleResponse) ProtoMessage() {}
+func (*CMsgClientToGCUnpackBundleResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{49}
+}
+
+const Default_CMsgClientToGCUnpackBundleResponse_Response CMsgClientToGCUnpackBundleResponse_EUnpackBundle = CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Succeeded
+
+func (m *CMsgClientToGCUnpackBundleResponse) GetUnpackedItemIds() []uint64 {
+ if m != nil {
+ return m.UnpackedItemIds
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCUnpackBundleResponse) GetResponse() CMsgClientToGCUnpackBundleResponse_EUnpackBundle {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCUnpackBundleResponse_Response
+}
+
+type CMsgGCToClientStoreTransactionCompleted struct {
+ TxnId *uint64 `protobuf:"varint,1,opt,name=txn_id" json:"txn_id,omitempty"`
+ ItemIds []uint64 `protobuf:"varint,2,rep,name=item_ids" json:"item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToClientStoreTransactionCompleted) Reset() {
+ *m = CMsgGCToClientStoreTransactionCompleted{}
+}
+func (m *CMsgGCToClientStoreTransactionCompleted) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToClientStoreTransactionCompleted) ProtoMessage() {}
+func (*CMsgGCToClientStoreTransactionCompleted) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{50}
+}
+
+func (m *CMsgGCToClientStoreTransactionCompleted) GetTxnId() uint64 {
+ if m != nil && m.TxnId != nil {
+ return *m.TxnId
+ }
+ return 0
+}
+
+func (m *CMsgGCToClientStoreTransactionCompleted) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+type CMsgClientToGCEquipItems struct {
+ Equips []*CMsgAdjustItemEquippedState `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCEquipItems) Reset() { *m = CMsgClientToGCEquipItems{} }
+func (m *CMsgClientToGCEquipItems) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCEquipItems) ProtoMessage() {}
+func (*CMsgClientToGCEquipItems) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{51} }
+
+func (m *CMsgClientToGCEquipItems) GetEquips() []*CMsgAdjustItemEquippedState {
+ if m != nil {
+ return m.Equips
+ }
+ return nil
+}
+
+type CMsgClientToGCEquipItemsResponse struct {
+ SoCacheVersionId *uint64 `protobuf:"fixed64,1,opt,name=so_cache_version_id" json:"so_cache_version_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCEquipItemsResponse) Reset() { *m = CMsgClientToGCEquipItemsResponse{} }
+func (m *CMsgClientToGCEquipItemsResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCEquipItemsResponse) ProtoMessage() {}
+func (*CMsgClientToGCEquipItemsResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{52}
+}
+
+func (m *CMsgClientToGCEquipItemsResponse) GetSoCacheVersionId() uint64 {
+ if m != nil && m.SoCacheVersionId != nil {
+ return *m.SoCacheVersionId
+ }
+ return 0
+}
+
+type CMsgClientToGCSetItemStyle struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ StyleIndex *uint32 `protobuf:"varint,2,opt,name=style_index" json:"style_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetItemStyle) Reset() { *m = CMsgClientToGCSetItemStyle{} }
+func (m *CMsgClientToGCSetItemStyle) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSetItemStyle) ProtoMessage() {}
+func (*CMsgClientToGCSetItemStyle) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{53} }
+
+func (m *CMsgClientToGCSetItemStyle) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSetItemStyle) GetStyleIndex() uint32 {
+ if m != nil && m.StyleIndex != nil {
+ return *m.StyleIndex
+ }
+ return 0
+}
+
+type CMsgClientToGCSetItemStyleResponse struct {
+ Response *CMsgClientToGCSetItemStyleResponse_ESetStyle `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCSetItemStyleResponse_ESetStyle,def=0" json:"response,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetItemStyleResponse) Reset() { *m = CMsgClientToGCSetItemStyleResponse{} }
+func (m *CMsgClientToGCSetItemStyleResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSetItemStyleResponse) ProtoMessage() {}
+func (*CMsgClientToGCSetItemStyleResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{54}
+}
+
+const Default_CMsgClientToGCSetItemStyleResponse_Response CMsgClientToGCSetItemStyleResponse_ESetStyle = CMsgClientToGCSetItemStyleResponse_k_SetStyle_Succeeded
+
+func (m *CMsgClientToGCSetItemStyleResponse) GetResponse() CMsgClientToGCSetItemStyleResponse_ESetStyle {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCSetItemStyleResponse_Response
+}
+
+type CMsgClientToGCUnlockItemStyle struct {
+ ItemToUnlock *uint64 `protobuf:"varint,1,opt,name=item_to_unlock" json:"item_to_unlock,omitempty"`
+ StyleIndex *uint32 `protobuf:"varint,2,opt,name=style_index" json:"style_index,omitempty"`
+ ConsumableItemIds []uint64 `protobuf:"varint,3,rep,name=consumable_item_ids" json:"consumable_item_ids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnlockItemStyle) Reset() { *m = CMsgClientToGCUnlockItemStyle{} }
+func (m *CMsgClientToGCUnlockItemStyle) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnlockItemStyle) ProtoMessage() {}
+func (*CMsgClientToGCUnlockItemStyle) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{55} }
+
+func (m *CMsgClientToGCUnlockItemStyle) GetItemToUnlock() uint64 {
+ if m != nil && m.ItemToUnlock != nil {
+ return *m.ItemToUnlock
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCUnlockItemStyle) GetStyleIndex() uint32 {
+ if m != nil && m.StyleIndex != nil {
+ return *m.StyleIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCUnlockItemStyle) GetConsumableItemIds() []uint64 {
+ if m != nil {
+ return m.ConsumableItemIds
+ }
+ return nil
+}
+
+type CMsgClientToGCUnlockItemStyleResponse struct {
+ Response *CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle,def=0" json:"response,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ StyleIndex *uint32 `protobuf:"varint,3,opt,name=style_index" json:"style_index,omitempty"`
+ StylePrereq *uint32 `protobuf:"varint,4,opt,name=style_prereq" json:"style_prereq,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnlockItemStyleResponse) Reset() { *m = CMsgClientToGCUnlockItemStyleResponse{} }
+func (m *CMsgClientToGCUnlockItemStyleResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnlockItemStyleResponse) ProtoMessage() {}
+func (*CMsgClientToGCUnlockItemStyleResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{56}
+}
+
+const Default_CMsgClientToGCUnlockItemStyleResponse_Response CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Succeeded
+
+func (m *CMsgClientToGCUnlockItemStyleResponse) GetResponse() CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCUnlockItemStyleResponse_Response
+}
+
+func (m *CMsgClientToGCUnlockItemStyleResponse) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCUnlockItemStyleResponse) GetStyleIndex() uint32 {
+ if m != nil && m.StyleIndex != nil {
+ return *m.StyleIndex
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCUnlockItemStyleResponse) GetStylePrereq() uint32 {
+ if m != nil && m.StylePrereq != nil {
+ return *m.StylePrereq
+ }
+ return 0
+}
+
+type CMsgClientToGCSetItemInventoryCategory struct {
+ ItemIds []uint64 `protobuf:"varint,1,rep,name=item_ids" json:"item_ids,omitempty"`
+ SetToValue *uint32 `protobuf:"varint,2,opt,name=set_to_value" json:"set_to_value,omitempty"`
+ RemoveCategories *uint32 `protobuf:"varint,3,opt,name=remove_categories" json:"remove_categories,omitempty"`
+ AddCategories *uint32 `protobuf:"varint,4,opt,name=add_categories" json:"add_categories,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCSetItemInventoryCategory) Reset() {
+ *m = CMsgClientToGCSetItemInventoryCategory{}
+}
+func (m *CMsgClientToGCSetItemInventoryCategory) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCSetItemInventoryCategory) ProtoMessage() {}
+func (*CMsgClientToGCSetItemInventoryCategory) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{57}
+}
+
+func (m *CMsgClientToGCSetItemInventoryCategory) GetItemIds() []uint64 {
+ if m != nil {
+ return m.ItemIds
+ }
+ return nil
+}
+
+func (m *CMsgClientToGCSetItemInventoryCategory) GetSetToValue() uint32 {
+ if m != nil && m.SetToValue != nil {
+ return *m.SetToValue
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSetItemInventoryCategory) GetRemoveCategories() uint32 {
+ if m != nil && m.RemoveCategories != nil {
+ return *m.RemoveCategories
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCSetItemInventoryCategory) GetAddCategories() uint32 {
+ if m != nil && m.AddCategories != nil {
+ return *m.AddCategories
+ }
+ return 0
+}
+
+type CMsgClientToGCUnlockCrate struct {
+ CrateItemId *uint64 `protobuf:"varint,1,opt,name=crate_item_id" json:"crate_item_id,omitempty"`
+ KeyItemId *uint64 `protobuf:"varint,2,opt,name=key_item_id" json:"key_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnlockCrate) Reset() { *m = CMsgClientToGCUnlockCrate{} }
+func (m *CMsgClientToGCUnlockCrate) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnlockCrate) ProtoMessage() {}
+func (*CMsgClientToGCUnlockCrate) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{58} }
+
+func (m *CMsgClientToGCUnlockCrate) GetCrateItemId() uint64 {
+ if m != nil && m.CrateItemId != nil {
+ return *m.CrateItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCUnlockCrate) GetKeyItemId() uint64 {
+ if m != nil && m.KeyItemId != nil {
+ return *m.KeyItemId
+ }
+ return 0
+}
+
+type CMsgClientToGCUnlockCrateResponse struct {
+ Result *EGCMsgResponse `protobuf:"varint,1,opt,name=result,enum=EGCMsgResponse,def=0" json:"result,omitempty"`
+ GrantedItems []*CMsgClientToGCUnlockCrateResponse_Item `protobuf:"bytes,2,rep,name=granted_items" json:"granted_items,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnlockCrateResponse) Reset() { *m = CMsgClientToGCUnlockCrateResponse{} }
+func (m *CMsgClientToGCUnlockCrateResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnlockCrateResponse) ProtoMessage() {}
+func (*CMsgClientToGCUnlockCrateResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{59}
+}
+
+const Default_CMsgClientToGCUnlockCrateResponse_Result EGCMsgResponse = EGCMsgResponse_k_EGCMsgResponseOK
+
+func (m *CMsgClientToGCUnlockCrateResponse) GetResult() EGCMsgResponse {
+ if m != nil && m.Result != nil {
+ return *m.Result
+ }
+ return Default_CMsgClientToGCUnlockCrateResponse_Result
+}
+
+func (m *CMsgClientToGCUnlockCrateResponse) GetGrantedItems() []*CMsgClientToGCUnlockCrateResponse_Item {
+ if m != nil {
+ return m.GrantedItems
+ }
+ return nil
+}
+
+type CMsgClientToGCUnlockCrateResponse_Item struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ DefIndex *uint32 `protobuf:"varint,2,opt,name=def_index" json:"def_index,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCUnlockCrateResponse_Item) Reset() {
+ *m = CMsgClientToGCUnlockCrateResponse_Item{}
+}
+func (m *CMsgClientToGCUnlockCrateResponse_Item) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCUnlockCrateResponse_Item) ProtoMessage() {}
+func (*CMsgClientToGCUnlockCrateResponse_Item) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{59, 0}
+}
+
+func (m *CMsgClientToGCUnlockCrateResponse_Item) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCUnlockCrateResponse_Item) GetDefIndex() uint32 {
+ if m != nil && m.DefIndex != nil {
+ return *m.DefIndex
+ }
+ return 0
+}
+
+type CMsgClientToGCRemoveItemAttribute struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCRemoveItemAttribute) Reset() { *m = CMsgClientToGCRemoveItemAttribute{} }
+func (m *CMsgClientToGCRemoveItemAttribute) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCRemoveItemAttribute) ProtoMessage() {}
+func (*CMsgClientToGCRemoveItemAttribute) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{60}
+}
+
+func (m *CMsgClientToGCRemoveItemAttribute) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgClientToGCRemoveItemAttributeResponse struct {
+ Response *CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute,def=0" json:"response,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCRemoveItemAttributeResponse) Reset() {
+ *m = CMsgClientToGCRemoveItemAttributeResponse{}
+}
+func (m *CMsgClientToGCRemoveItemAttributeResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCRemoveItemAttributeResponse) ProtoMessage() {}
+func (*CMsgClientToGCRemoveItemAttributeResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{61}
+}
+
+const Default_CMsgClientToGCRemoveItemAttributeResponse_Response CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Succeeded
+
+func (m *CMsgClientToGCRemoveItemAttributeResponse) GetResponse() CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCRemoveItemAttributeResponse_Response
+}
+
+func (m *CMsgClientToGCRemoveItemAttributeResponse) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgClientToGCNameItem struct {
+ SubjectItemId *uint64 `protobuf:"varint,1,opt,name=subject_item_id" json:"subject_item_id,omitempty"`
+ ToolItemId *uint64 `protobuf:"varint,2,opt,name=tool_item_id" json:"tool_item_id,omitempty"`
+ Name *string `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCNameItem) Reset() { *m = CMsgClientToGCNameItem{} }
+func (m *CMsgClientToGCNameItem) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCNameItem) ProtoMessage() {}
+func (*CMsgClientToGCNameItem) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{62} }
+
+func (m *CMsgClientToGCNameItem) GetSubjectItemId() uint64 {
+ if m != nil && m.SubjectItemId != nil {
+ return *m.SubjectItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCNameItem) GetToolItemId() uint64 {
+ if m != nil && m.ToolItemId != nil {
+ return *m.ToolItemId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCNameItem) GetName() string {
+ if m != nil && m.Name != nil {
+ return *m.Name
+ }
+ return ""
+}
+
+type CMsgClientToGCNameItemResponse struct {
+ Response *CMsgClientToGCNameItemResponse_ENameItem `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCNameItemResponse_ENameItem,def=0" json:"response,omitempty"`
+ ItemId *uint64 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCNameItemResponse) Reset() { *m = CMsgClientToGCNameItemResponse{} }
+func (m *CMsgClientToGCNameItemResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCNameItemResponse) ProtoMessage() {}
+func (*CMsgClientToGCNameItemResponse) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{63} }
+
+const Default_CMsgClientToGCNameItemResponse_Response CMsgClientToGCNameItemResponse_ENameItem = CMsgClientToGCNameItemResponse_k_NameItem_Succeeded
+
+func (m *CMsgClientToGCNameItemResponse) GetResponse() CMsgClientToGCNameItemResponse_ENameItem {
+ if m != nil && m.Response != nil {
+ return *m.Response
+ }
+ return Default_CMsgClientToGCNameItemResponse_Response
+}
+
+func (m *CMsgClientToGCNameItemResponse) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+type CMsgGCSetItemPosition struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ NewPosition *uint32 `protobuf:"varint,2,opt,name=new_position" json:"new_position,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCSetItemPosition) Reset() { *m = CMsgGCSetItemPosition{} }
+func (m *CMsgGCSetItemPosition) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCSetItemPosition) ProtoMessage() {}
+func (*CMsgGCSetItemPosition) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{64} }
+
+func (m *CMsgGCSetItemPosition) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CMsgGCSetItemPosition) GetNewPosition() uint32 {
+ if m != nil && m.NewPosition != nil {
+ return *m.NewPosition
+ }
+ return 0
+}
+
+type CAttribute_ItemDynamicRecipeComponent struct {
+ ItemDef *uint32 `protobuf:"varint,1,opt,name=item_def" json:"item_def,omitempty"`
+ ItemQuality *uint32 `protobuf:"varint,2,opt,name=item_quality" json:"item_quality,omitempty"`
+ ItemFlags *uint32 `protobuf:"varint,3,opt,name=item_flags" json:"item_flags,omitempty"`
+ AttributesString *string `protobuf:"bytes,4,opt,name=attributes_string" json:"attributes_string,omitempty"`
+ ItemCount *uint32 `protobuf:"varint,5,opt,name=item_count" json:"item_count,omitempty"`
+ ItemsFulfilled *uint32 `protobuf:"varint,6,opt,name=items_fulfilled" json:"items_fulfilled,omitempty"`
+ ItemRarity *uint32 `protobuf:"varint,7,opt,name=item_rarity" json:"item_rarity,omitempty"`
+ Lootlist *string `protobuf:"bytes,8,opt,name=lootlist" json:"lootlist,omitempty"`
+ FulfilledItemId *uint64 `protobuf:"varint,9,opt,name=fulfilled_item_id" json:"fulfilled_item_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) Reset() { *m = CAttribute_ItemDynamicRecipeComponent{} }
+func (m *CAttribute_ItemDynamicRecipeComponent) String() string { return proto.CompactTextString(m) }
+func (*CAttribute_ItemDynamicRecipeComponent) ProtoMessage() {}
+func (*CAttribute_ItemDynamicRecipeComponent) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{65}
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetItemDef() uint32 {
+ if m != nil && m.ItemDef != nil {
+ return *m.ItemDef
+ }
+ return 0
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetItemQuality() uint32 {
+ if m != nil && m.ItemQuality != nil {
+ return *m.ItemQuality
+ }
+ return 0
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetItemFlags() uint32 {
+ if m != nil && m.ItemFlags != nil {
+ return *m.ItemFlags
+ }
+ return 0
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetAttributesString() string {
+ if m != nil && m.AttributesString != nil {
+ return *m.AttributesString
+ }
+ return ""
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetItemCount() uint32 {
+ if m != nil && m.ItemCount != nil {
+ return *m.ItemCount
+ }
+ return 0
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetItemsFulfilled() uint32 {
+ if m != nil && m.ItemsFulfilled != nil {
+ return *m.ItemsFulfilled
+ }
+ return 0
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetItemRarity() uint32 {
+ if m != nil && m.ItemRarity != nil {
+ return *m.ItemRarity
+ }
+ return 0
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetLootlist() string {
+ if m != nil && m.Lootlist != nil {
+ return *m.Lootlist
+ }
+ return ""
+}
+
+func (m *CAttribute_ItemDynamicRecipeComponent) GetFulfilledItemId() uint64 {
+ if m != nil && m.FulfilledItemId != nil {
+ return *m.FulfilledItemId
+ }
+ return 0
+}
+
+type CProtoItemSocket struct {
+ ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"`
+ AttrDefIndex *uint32 `protobuf:"varint,2,opt,name=attr_def_index" json:"attr_def_index,omitempty"`
+ RequiredType *uint32 `protobuf:"varint,3,opt,name=required_type" json:"required_type,omitempty"`
+ RequiredHero *string `protobuf:"bytes,4,opt,name=required_hero" json:"required_hero,omitempty"`
+ GemDefIndex *uint32 `protobuf:"varint,5,opt,name=gem_def_index" json:"gem_def_index,omitempty"`
+ NotTradable *bool `protobuf:"varint,6,opt,name=not_tradable" json:"not_tradable,omitempty"`
+ RequiredItemSlot *string `protobuf:"bytes,7,opt,name=required_item_slot" json:"required_item_slot,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket) Reset() { *m = CProtoItemSocket{} }
+func (m *CProtoItemSocket) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket) ProtoMessage() {}
+func (*CProtoItemSocket) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{66} }
+
+func (m *CProtoItemSocket) GetItemId() uint64 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket) GetAttrDefIndex() uint32 {
+ if m != nil && m.AttrDefIndex != nil {
+ return *m.AttrDefIndex
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket) GetRequiredType() uint32 {
+ if m != nil && m.RequiredType != nil {
+ return *m.RequiredType
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket) GetRequiredHero() string {
+ if m != nil && m.RequiredHero != nil {
+ return *m.RequiredHero
+ }
+ return ""
+}
+
+func (m *CProtoItemSocket) GetGemDefIndex() uint32 {
+ if m != nil && m.GemDefIndex != nil {
+ return *m.GemDefIndex
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket) GetNotTradable() bool {
+ if m != nil && m.NotTradable != nil {
+ return *m.NotTradable
+ }
+ return false
+}
+
+func (m *CProtoItemSocket) GetRequiredItemSlot() string {
+ if m != nil && m.RequiredItemSlot != nil {
+ return *m.RequiredItemSlot
+ }
+ return ""
+}
+
+type CProtoItemSocket_Empty struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_Empty) Reset() { *m = CProtoItemSocket_Empty{} }
+func (m *CProtoItemSocket_Empty) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_Empty) ProtoMessage() {}
+func (*CProtoItemSocket_Empty) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{67} }
+
+func (m *CProtoItemSocket_Empty) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+type CProtoItemSocket_Effect struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ Effect *uint32 `protobuf:"varint,2,opt,name=effect" json:"effect,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_Effect) Reset() { *m = CProtoItemSocket_Effect{} }
+func (m *CProtoItemSocket_Effect) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_Effect) ProtoMessage() {}
+func (*CProtoItemSocket_Effect) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{68} }
+
+func (m *CProtoItemSocket_Effect) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_Effect) GetEffect() uint32 {
+ if m != nil && m.Effect != nil {
+ return *m.Effect
+ }
+ return 0
+}
+
+type CProtoItemSocket_Color struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ Red *uint32 `protobuf:"varint,2,opt,name=red" json:"red,omitempty"`
+ Green *uint32 `protobuf:"varint,3,opt,name=green" json:"green,omitempty"`
+ Blue *uint32 `protobuf:"varint,4,opt,name=blue" json:"blue,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_Color) Reset() { *m = CProtoItemSocket_Color{} }
+func (m *CProtoItemSocket_Color) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_Color) ProtoMessage() {}
+func (*CProtoItemSocket_Color) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{69} }
+
+func (m *CProtoItemSocket_Color) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_Color) GetRed() uint32 {
+ if m != nil && m.Red != nil {
+ return *m.Red
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Color) GetGreen() uint32 {
+ if m != nil && m.Green != nil {
+ return *m.Green
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Color) GetBlue() uint32 {
+ if m != nil && m.Blue != nil {
+ return *m.Blue
+ }
+ return 0
+}
+
+type CProtoItemSocket_Strange struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ StrangeType *uint32 `protobuf:"varint,2,opt,name=strange_type" json:"strange_type,omitempty"`
+ StrangeValue *uint32 `protobuf:"varint,3,opt,name=strange_value" json:"strange_value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_Strange) Reset() { *m = CProtoItemSocket_Strange{} }
+func (m *CProtoItemSocket_Strange) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_Strange) ProtoMessage() {}
+func (*CProtoItemSocket_Strange) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{70} }
+
+func (m *CProtoItemSocket_Strange) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_Strange) GetStrangeType() uint32 {
+ if m != nil && m.StrangeType != nil {
+ return *m.StrangeType
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Strange) GetStrangeValue() uint32 {
+ if m != nil && m.StrangeValue != nil {
+ return *m.StrangeValue
+ }
+ return 0
+}
+
+type CProtoItemSocket_Spectator struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ GamesViewed *uint32 `protobuf:"varint,2,opt,name=games_viewed" json:"games_viewed,omitempty"`
+ CorporationId *uint32 `protobuf:"varint,3,opt,name=corporation_id" json:"corporation_id,omitempty"`
+ LeagueId *uint32 `protobuf:"varint,4,opt,name=league_id" json:"league_id,omitempty"`
+ TeamId *uint32 `protobuf:"varint,5,opt,name=team_id" json:"team_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_Spectator) Reset() { *m = CProtoItemSocket_Spectator{} }
+func (m *CProtoItemSocket_Spectator) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_Spectator) ProtoMessage() {}
+func (*CProtoItemSocket_Spectator) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{71} }
+
+func (m *CProtoItemSocket_Spectator) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_Spectator) GetGamesViewed() uint32 {
+ if m != nil && m.GamesViewed != nil {
+ return *m.GamesViewed
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Spectator) GetCorporationId() uint32 {
+ if m != nil && m.CorporationId != nil {
+ return *m.CorporationId
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Spectator) GetLeagueId() uint32 {
+ if m != nil && m.LeagueId != nil {
+ return *m.LeagueId
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Spectator) GetTeamId() uint32 {
+ if m != nil && m.TeamId != nil {
+ return *m.TeamId
+ }
+ return 0
+}
+
+type CProtoItemSocket_AssetModifier struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ AssetModifier *uint32 `protobuf:"varint,2,opt,name=asset_modifier" json:"asset_modifier,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_AssetModifier) Reset() { *m = CProtoItemSocket_AssetModifier{} }
+func (m *CProtoItemSocket_AssetModifier) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_AssetModifier) ProtoMessage() {}
+func (*CProtoItemSocket_AssetModifier) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{72} }
+
+func (m *CProtoItemSocket_AssetModifier) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_AssetModifier) GetAssetModifier() uint32 {
+ if m != nil && m.AssetModifier != nil {
+ return *m.AssetModifier
+ }
+ return 0
+}
+
+type CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ AssetModifier *uint32 `protobuf:"varint,2,opt,name=asset_modifier" json:"asset_modifier,omitempty"`
+ AnimModifier *uint32 `protobuf:"varint,3,opt,name=anim_modifier" json:"anim_modifier,omitempty"`
+ AbilityEffect *uint32 `protobuf:"varint,4,opt,name=ability_effect" json:"ability_effect,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) Reset() {
+ *m = CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY{}
+}
+func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) ProtoMessage() {}
+func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{73}
+}
+
+func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetAssetModifier() uint32 {
+ if m != nil && m.AssetModifier != nil {
+ return *m.AssetModifier
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetAnimModifier() uint32 {
+ if m != nil && m.AnimModifier != nil {
+ return *m.AnimModifier
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetAbilityEffect() uint32 {
+ if m != nil && m.AbilityEffect != nil {
+ return *m.AbilityEffect
+ }
+ return 0
+}
+
+type CProtoItemSocket_Autograph struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ Autograph *string `protobuf:"bytes,2,opt,name=autograph" json:"autograph,omitempty"`
+ AutographId *uint32 `protobuf:"varint,3,opt,name=autograph_id" json:"autograph_id,omitempty"`
+ AutographScore *uint32 `protobuf:"varint,4,opt,name=autograph_score" json:"autograph_score,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_Autograph) Reset() { *m = CProtoItemSocket_Autograph{} }
+func (m *CProtoItemSocket_Autograph) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_Autograph) ProtoMessage() {}
+func (*CProtoItemSocket_Autograph) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{74} }
+
+func (m *CProtoItemSocket_Autograph) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+func (m *CProtoItemSocket_Autograph) GetAutograph() string {
+ if m != nil && m.Autograph != nil {
+ return *m.Autograph
+ }
+ return ""
+}
+
+func (m *CProtoItemSocket_Autograph) GetAutographId() uint32 {
+ if m != nil && m.AutographId != nil {
+ return *m.AutographId
+ }
+ return 0
+}
+
+func (m *CProtoItemSocket_Autograph) GetAutographScore() uint32 {
+ if m != nil && m.AutographScore != nil {
+ return *m.AutographScore
+ }
+ return 0
+}
+
+type CProtoItemSocket_StaticVisuals struct {
+ Socket *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CProtoItemSocket_StaticVisuals) Reset() { *m = CProtoItemSocket_StaticVisuals{} }
+func (m *CProtoItemSocket_StaticVisuals) String() string { return proto.CompactTextString(m) }
+func (*CProtoItemSocket_StaticVisuals) ProtoMessage() {}
+func (*CProtoItemSocket_StaticVisuals) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{75} }
+
+func (m *CProtoItemSocket_StaticVisuals) GetSocket() *CProtoItemSocket {
+ if m != nil {
+ return m.Socket
+ }
+ return nil
+}
+
+type CAttribute_String struct {
+ Value *string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CAttribute_String) Reset() { *m = CAttribute_String{} }
+func (m *CAttribute_String) String() string { return proto.CompactTextString(m) }
+func (*CAttribute_String) ProtoMessage() {}
+func (*CAttribute_String) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{76} }
+
+func (m *CAttribute_String) GetValue() string {
+ if m != nil && m.Value != nil {
+ return *m.Value
+ }
+ return ""
+}
+
+type CWorkshop_GetItemDailyRevenue_Request struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ ItemId *uint32 `protobuf:"varint,2,opt,name=item_id" json:"item_id,omitempty"`
+ DateStart *uint32 `protobuf:"varint,3,opt,name=date_start" json:"date_start,omitempty"`
+ DateEnd *uint32 `protobuf:"varint,4,opt,name=date_end" json:"date_end,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Request) Reset() { *m = CWorkshop_GetItemDailyRevenue_Request{} }
+func (m *CWorkshop_GetItemDailyRevenue_Request) String() string { return proto.CompactTextString(m) }
+func (*CWorkshop_GetItemDailyRevenue_Request) ProtoMessage() {}
+func (*CWorkshop_GetItemDailyRevenue_Request) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{77}
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Request) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Request) GetItemId() uint32 {
+ if m != nil && m.ItemId != nil {
+ return *m.ItemId
+ }
+ return 0
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Request) GetDateStart() uint32 {
+ if m != nil && m.DateStart != nil {
+ return *m.DateStart
+ }
+ return 0
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Request) GetDateEnd() uint32 {
+ if m != nil && m.DateEnd != nil {
+ return *m.DateEnd
+ }
+ return 0
+}
+
+type CWorkshop_GetItemDailyRevenue_Response struct {
+ CountryRevenue []*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue `protobuf:"bytes,1,rep,name=country_revenue" json:"country_revenue,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response) Reset() {
+ *m = CWorkshop_GetItemDailyRevenue_Response{}
+}
+func (m *CWorkshop_GetItemDailyRevenue_Response) String() string { return proto.CompactTextString(m) }
+func (*CWorkshop_GetItemDailyRevenue_Response) ProtoMessage() {}
+func (*CWorkshop_GetItemDailyRevenue_Response) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{78}
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response) GetCountryRevenue() []*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue {
+ if m != nil {
+ return m.CountryRevenue
+ }
+ return nil
+}
+
+type CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue struct {
+ CountryCode *string `protobuf:"bytes,1,opt,name=country_code" json:"country_code,omitempty"`
+ Date *uint32 `protobuf:"varint,2,opt,name=date" json:"date,omitempty"`
+ RevenueUsd *int64 `protobuf:"varint,3,opt,name=revenue_usd" json:"revenue_usd,omitempty"`
+ Units *int32 `protobuf:"varint,4,opt,name=units" json:"units,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) Reset() {
+ *m = CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue{}
+}
+func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) ProtoMessage() {}
+func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{78, 0}
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetCountryCode() string {
+ if m != nil && m.CountryCode != nil {
+ return *m.CountryCode
+ }
+ return ""
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetDate() uint32 {
+ if m != nil && m.Date != nil {
+ return *m.Date
+ }
+ return 0
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetRevenueUsd() int64 {
+ if m != nil && m.RevenueUsd != nil {
+ return *m.RevenueUsd
+ }
+ return 0
+}
+
+func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetUnits() int32 {
+ if m != nil && m.Units != nil {
+ return *m.Units
+ }
+ return 0
+}
+
+type CMsgGenericResult struct {
+ Eresult *uint32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGenericResult) Reset() { *m = CMsgGenericResult{} }
+func (m *CMsgGenericResult) String() string { return proto.CompactTextString(m) }
+func (*CMsgGenericResult) ProtoMessage() {}
+func (*CMsgGenericResult) Descriptor() ([]byte, []int) { return econ_fileDescriptor0, []int{79} }
+
+const Default_CMsgGenericResult_Eresult uint32 = 2
+
+func (m *CMsgGenericResult) GetEresult() uint32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CMsgGenericResult_Eresult
+}
+
+type CMsgSQLGCToGCGrantBackpackSlots struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ AddSlots *uint32 `protobuf:"varint,2,opt,name=add_slots" json:"add_slots,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSQLGCToGCGrantBackpackSlots) Reset() { *m = CMsgSQLGCToGCGrantBackpackSlots{} }
+func (m *CMsgSQLGCToGCGrantBackpackSlots) String() string { return proto.CompactTextString(m) }
+func (*CMsgSQLGCToGCGrantBackpackSlots) ProtoMessage() {}
+func (*CMsgSQLGCToGCGrantBackpackSlots) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{80}
+}
+
+func (m *CMsgSQLGCToGCGrantBackpackSlots) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgSQLGCToGCGrantBackpackSlots) GetAddSlots() uint32 {
+ if m != nil && m.AddSlots != nil {
+ return *m.AddSlots
+ }
+ return 0
+}
+
+type CMsgClientToGCLookupAccountName struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCLookupAccountName) Reset() { *m = CMsgClientToGCLookupAccountName{} }
+func (m *CMsgClientToGCLookupAccountName) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCLookupAccountName) ProtoMessage() {}
+func (*CMsgClientToGCLookupAccountName) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{81}
+}
+
+func (m *CMsgClientToGCLookupAccountName) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgClientToGCLookupAccountNameResponse struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ AccountName *string `protobuf:"bytes,2,opt,name=account_name" json:"account_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientToGCLookupAccountNameResponse) Reset() {
+ *m = CMsgClientToGCLookupAccountNameResponse{}
+}
+func (m *CMsgClientToGCLookupAccountNameResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientToGCLookupAccountNameResponse) ProtoMessage() {}
+func (*CMsgClientToGCLookupAccountNameResponse) Descriptor() ([]byte, []int) {
+ return econ_fileDescriptor0, []int{82}
+}
+
+func (m *CMsgClientToGCLookupAccountNameResponse) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CMsgClientToGCLookupAccountNameResponse) GetAccountName() string {
+ if m != nil && m.AccountName != nil {
+ return *m.AccountName
+ }
+ return ""
+}
+
+func init() {
+ proto.RegisterType((*CMsgApplyAutograph)(nil), "CMsgApplyAutograph")
+ proto.RegisterType((*CMsgAdjustItemEquippedState)(nil), "CMsgAdjustItemEquippedState")
+ proto.RegisterType((*CMsgEconPlayerStrangeCountAdjustment)(nil), "CMsgEconPlayerStrangeCountAdjustment")
+ proto.RegisterType((*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment)(nil), "CMsgEconPlayerStrangeCountAdjustment.CStrangeCountAdjustment")
+ proto.RegisterType((*CMsgRequestItemPurgatory_FinalizePurchase)(nil), "CMsgRequestItemPurgatory_FinalizePurchase")
+ proto.RegisterType((*CMsgRequestItemPurgatory_FinalizePurchaseResponse)(nil), "CMsgRequestItemPurgatory_FinalizePurchaseResponse")
+ proto.RegisterType((*CMsgRequestItemPurgatory_RefundPurchase)(nil), "CMsgRequestItemPurgatory_RefundPurchase")
+ proto.RegisterType((*CMsgRequestItemPurgatory_RefundPurchaseResponse)(nil), "CMsgRequestItemPurgatory_RefundPurchaseResponse")
+ proto.RegisterType((*CMsgCraftingResponse)(nil), "CMsgCraftingResponse")
+ proto.RegisterType((*CMsgGCRequestStoreSalesData)(nil), "CMsgGCRequestStoreSalesData")
+ proto.RegisterType((*CMsgGCRequestStoreSalesDataResponse)(nil), "CMsgGCRequestStoreSalesDataResponse")
+ proto.RegisterType((*CMsgGCRequestStoreSalesDataResponse_Price)(nil), "CMsgGCRequestStoreSalesDataResponse.Price")
+ proto.RegisterType((*CMsgGCRequestStoreSalesDataUpToDateResponse)(nil), "CMsgGCRequestStoreSalesDataUpToDateResponse")
+ proto.RegisterType((*CMsgGCToGCPingRequest)(nil), "CMsgGCToGCPingRequest")
+ proto.RegisterType((*CMsgGCToGCPingResponse)(nil), "CMsgGCToGCPingResponse")
+ proto.RegisterType((*CMsgGCToGCGetUserSessionServer)(nil), "CMsgGCToGCGetUserSessionServer")
+ proto.RegisterType((*CMsgGCToGCGetUserSessionServerResponse)(nil), "CMsgGCToGCGetUserSessionServerResponse")
+ proto.RegisterType((*CMsgGCToGCGetUserServerMembers)(nil), "CMsgGCToGCGetUserServerMembers")
+ proto.RegisterType((*CMsgGCToGCGetUserServerMembersResponse)(nil), "CMsgGCToGCGetUserServerMembersResponse")
+ proto.RegisterType((*CMsgLookupMultipleAccountNames)(nil), "CMsgLookupMultipleAccountNames")
+ proto.RegisterType((*CMsgLookupMultipleAccountNamesResponse)(nil), "CMsgLookupMultipleAccountNamesResponse")
+ proto.RegisterType((*CMsgLookupMultipleAccountNamesResponse_Account)(nil), "CMsgLookupMultipleAccountNamesResponse.Account")
+ proto.RegisterType((*CMsgGCToGCGetUserPCBangNo)(nil), "CMsgGCToGCGetUserPCBangNo")
+ proto.RegisterType((*CMsgGCToGCGetUserPCBangNoResponse)(nil), "CMsgGCToGCGetUserPCBangNoResponse")
+ proto.RegisterType((*CMsgRequestCrateItems)(nil), "CMsgRequestCrateItems")
+ proto.RegisterType((*CMsgRequestCrateItemsResponse)(nil), "CMsgRequestCrateItemsResponse")
+ proto.RegisterType((*CMsgGCToGCCanUseDropRateBonus)(nil), "CMsgGCToGCCanUseDropRateBonus")
+ proto.RegisterType((*CMsgSQLAddDropRateBonus)(nil), "CMsgSQLAddDropRateBonus")
+ proto.RegisterType((*CMsgSQLUpgradeBattleBooster)(nil), "CMsgSQLUpgradeBattleBooster")
+ proto.RegisterType((*CMsgGCToGCRefreshSOCache)(nil), "CMsgGCToGCRefreshSOCache")
+ proto.RegisterType((*CMsgGCToGCCheckAccountTradeStatus)(nil), "CMsgGCToGCCheckAccountTradeStatus")
+ proto.RegisterType((*CMsgGCToGCCheckAccountTradeStatusResponse)(nil), "CMsgGCToGCCheckAccountTradeStatusResponse")
+ proto.RegisterType((*CMsgGCToGCGrantAccountRolledItems)(nil), "CMsgGCToGCGrantAccountRolledItems")
+ proto.RegisterType((*CMsgGCToGCGrantAccountRolledItems_Item)(nil), "CMsgGCToGCGrantAccountRolledItems.Item")
+ proto.RegisterType((*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute)(nil), "CMsgGCToGCGrantAccountRolledItems.Item.DynamicAttribute")
+ proto.RegisterType((*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry)(nil), "CMsgGCToGCGrantAccountRolledItems.Item.AdditionalAuditEntry")
+ proto.RegisterType((*CMsgGCToGCGrantSelfMadeItemToAccount)(nil), "CMsgGCToGCGrantSelfMadeItemToAccount")
+ proto.RegisterType((*CMsgUseItem)(nil), "CMsgUseItem")
+ proto.RegisterType((*CMsgServerUseItem)(nil), "CMsgServerUseItem")
+ proto.RegisterType((*CMsgGCPartnerBalanceRequest)(nil), "CMsgGCPartnerBalanceRequest")
+ proto.RegisterType((*CMsgGCPartnerBalanceResponse)(nil), "CMsgGCPartnerBalanceResponse")
+ proto.RegisterType((*CGCStoreRechargeRedirect_LineItem)(nil), "CGCStoreRechargeRedirect_LineItem")
+ proto.RegisterType((*CMsgGCPartnerRechargeRedirectURLRequest)(nil), "CMsgGCPartnerRechargeRedirectURLRequest")
+ proto.RegisterType((*CMsgGCPartnerRechargeRedirectURLResponse)(nil), "CMsgGCPartnerRechargeRedirectURLResponse")
+ proto.RegisterType((*CMsgGCEconSQLWorkItemEmbeddedRollbackData)(nil), "CMsgGCEconSQLWorkItemEmbeddedRollbackData")
+ proto.RegisterType((*CMsgCraftStatue)(nil), "CMsgCraftStatue")
+ proto.RegisterType((*CMsgRedeemCode)(nil), "CMsgRedeemCode")
+ proto.RegisterType((*CMsgRedeemCodeResponse)(nil), "CMsgRedeemCodeResponse")
+ proto.RegisterType((*CMsgDevNewItemRequest)(nil), "CMsgDevNewItemRequest")
+ proto.RegisterType((*CMsgDevNewItemRequestResponse)(nil), "CMsgDevNewItemRequestResponse")
+ proto.RegisterType((*CMsgGCAddGiftItem)(nil), "CMsgGCAddGiftItem")
+ proto.RegisterType((*CMsgClientToGCWrapAndDeliverGift)(nil), "CMsgClientToGCWrapAndDeliverGift")
+ proto.RegisterType((*CMsgClientToGCWrapAndDeliverGiftResponse)(nil), "CMsgClientToGCWrapAndDeliverGiftResponse")
+ proto.RegisterType((*CMsgClientToGCUnwrapGift)(nil), "CMsgClientToGCUnwrapGift")
+ proto.RegisterType((*CMsgClientToGCUnpackBundle)(nil), "CMsgClientToGCUnpackBundle")
+ proto.RegisterType((*CMsgClientToGCUnpackBundleResponse)(nil), "CMsgClientToGCUnpackBundleResponse")
+ proto.RegisterType((*CMsgGCToClientStoreTransactionCompleted)(nil), "CMsgGCToClientStoreTransactionCompleted")
+ proto.RegisterType((*CMsgClientToGCEquipItems)(nil), "CMsgClientToGCEquipItems")
+ proto.RegisterType((*CMsgClientToGCEquipItemsResponse)(nil), "CMsgClientToGCEquipItemsResponse")
+ proto.RegisterType((*CMsgClientToGCSetItemStyle)(nil), "CMsgClientToGCSetItemStyle")
+ proto.RegisterType((*CMsgClientToGCSetItemStyleResponse)(nil), "CMsgClientToGCSetItemStyleResponse")
+ proto.RegisterType((*CMsgClientToGCUnlockItemStyle)(nil), "CMsgClientToGCUnlockItemStyle")
+ proto.RegisterType((*CMsgClientToGCUnlockItemStyleResponse)(nil), "CMsgClientToGCUnlockItemStyleResponse")
+ proto.RegisterType((*CMsgClientToGCSetItemInventoryCategory)(nil), "CMsgClientToGCSetItemInventoryCategory")
+ proto.RegisterType((*CMsgClientToGCUnlockCrate)(nil), "CMsgClientToGCUnlockCrate")
+ proto.RegisterType((*CMsgClientToGCUnlockCrateResponse)(nil), "CMsgClientToGCUnlockCrateResponse")
+ proto.RegisterType((*CMsgClientToGCUnlockCrateResponse_Item)(nil), "CMsgClientToGCUnlockCrateResponse.Item")
+ proto.RegisterType((*CMsgClientToGCRemoveItemAttribute)(nil), "CMsgClientToGCRemoveItemAttribute")
+ proto.RegisterType((*CMsgClientToGCRemoveItemAttributeResponse)(nil), "CMsgClientToGCRemoveItemAttributeResponse")
+ proto.RegisterType((*CMsgClientToGCNameItem)(nil), "CMsgClientToGCNameItem")
+ proto.RegisterType((*CMsgClientToGCNameItemResponse)(nil), "CMsgClientToGCNameItemResponse")
+ proto.RegisterType((*CMsgGCSetItemPosition)(nil), "CMsgGCSetItemPosition")
+ proto.RegisterType((*CAttribute_ItemDynamicRecipeComponent)(nil), "CAttribute_ItemDynamicRecipeComponent")
+ proto.RegisterType((*CProtoItemSocket)(nil), "CProtoItemSocket")
+ proto.RegisterType((*CProtoItemSocket_Empty)(nil), "CProtoItemSocket_Empty")
+ proto.RegisterType((*CProtoItemSocket_Effect)(nil), "CProtoItemSocket_Effect")
+ proto.RegisterType((*CProtoItemSocket_Color)(nil), "CProtoItemSocket_Color")
+ proto.RegisterType((*CProtoItemSocket_Strange)(nil), "CProtoItemSocket_Strange")
+ proto.RegisterType((*CProtoItemSocket_Spectator)(nil), "CProtoItemSocket_Spectator")
+ proto.RegisterType((*CProtoItemSocket_AssetModifier)(nil), "CProtoItemSocket_AssetModifier")
+ proto.RegisterType((*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY)(nil), "CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY")
+ proto.RegisterType((*CProtoItemSocket_Autograph)(nil), "CProtoItemSocket_Autograph")
+ proto.RegisterType((*CProtoItemSocket_StaticVisuals)(nil), "CProtoItemSocket_StaticVisuals")
+ proto.RegisterType((*CAttribute_String)(nil), "CAttribute_String")
+ proto.RegisterType((*CWorkshop_GetItemDailyRevenue_Request)(nil), "CWorkshop_GetItemDailyRevenue_Request")
+ proto.RegisterType((*CWorkshop_GetItemDailyRevenue_Response)(nil), "CWorkshop_GetItemDailyRevenue_Response")
+ proto.RegisterType((*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue)(nil), "CWorkshop_GetItemDailyRevenue_Response.CountryDailyRevenue")
+ proto.RegisterType((*CMsgGenericResult)(nil), "CMsgGenericResult")
+ proto.RegisterType((*CMsgSQLGCToGCGrantBackpackSlots)(nil), "CMsgSQLGCToGCGrantBackpackSlots")
+ proto.RegisterType((*CMsgClientToGCLookupAccountName)(nil), "CMsgClientToGCLookupAccountName")
+ proto.RegisterType((*CMsgClientToGCLookupAccountNameResponse)(nil), "CMsgClientToGCLookupAccountNameResponse")
+ proto.RegisterEnum("EGCItemMsg", EGCItemMsg_name, EGCItemMsg_value)
+ proto.RegisterEnum("EGCMsgResponse", EGCMsgResponse_name, EGCMsgResponse_value)
+ proto.RegisterEnum("EItemPurgatoryResponse_Finalize", EItemPurgatoryResponse_Finalize_name, EItemPurgatoryResponse_Finalize_value)
+ proto.RegisterEnum("EItemPurgatoryResponse_Refund", EItemPurgatoryResponse_Refund_name, EItemPurgatoryResponse_Refund_value)
+ proto.RegisterEnum("EGCPartnerRequestResponse", EGCPartnerRequestResponse_name, EGCPartnerRequestResponse_value)
+ proto.RegisterEnum("EGCMsgInitiateTradeResponse", EGCMsgInitiateTradeResponse_name, EGCMsgInitiateTradeResponse_value)
+ proto.RegisterEnum("CMsgRequestCrateItemsResponse_EResult", CMsgRequestCrateItemsResponse_EResult_name, CMsgRequestCrateItemsResponse_EResult_value)
+ proto.RegisterEnum("CMsgRedeemCodeResponse_EResultCode", CMsgRedeemCodeResponse_EResultCode_name, CMsgRedeemCodeResponse_EResultCode_value)
+ proto.RegisterEnum("CMsgClientToGCUnpackBundleResponse_EUnpackBundle", CMsgClientToGCUnpackBundleResponse_EUnpackBundle_name, CMsgClientToGCUnpackBundleResponse_EUnpackBundle_value)
+ proto.RegisterEnum("CMsgClientToGCSetItemStyleResponse_ESetStyle", CMsgClientToGCSetItemStyleResponse_ESetStyle_name, CMsgClientToGCSetItemStyleResponse_ESetStyle_value)
+ proto.RegisterEnum("CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle", CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_name, CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_value)
+ proto.RegisterEnum("CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute", CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_name, CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_value)
+ proto.RegisterEnum("CMsgClientToGCNameItemResponse_ENameItem", CMsgClientToGCNameItemResponse_ENameItem_name, CMsgClientToGCNameItemResponse_ENameItem_value)
+}
+
+var econ_fileDescriptor0 = []byte{
+ // 6148 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x3c, 0x69, 0x78, 0x24, 0xc7,
+ 0x55, 0x91, 0xb4, 0xda, 0x99, 0x2d, 0xad, 0x76, 0x6b, 0x7b, 0x66, 0x2f, 0x79, 0x7d, 0x8d, 0x13,
+ 0x7b, 0xbd, 0xf6, 0x8e, 0xe3, 0x5d, 0x3b, 0x71, 0xec, 0xc4, 0x46, 0x1a, 0xcd, 0x2a, 0xc2, 0xda,
+ 0x5d, 0x59, 0x23, 0xd9, 0x10, 0xbe, 0xa4, 0x69, 0x4d, 0x97, 0x46, 0x1d, 0xf5, 0x74, 0x8f, 0xbb,
+ 0x7b, 0x76, 0x35, 0xf9, 0x95, 0x83, 0x24, 0x5c, 0x39, 0x39, 0x3e, 0x20, 0x9c, 0x81, 0x1c, 0x10,
+ 0x02, 0x24, 0x5c, 0x5f, 0xb8, 0x13, 0x0c, 0x84, 0xf0, 0x41, 0x0e, 0x92, 0x00, 0x21, 0x09, 0x7c,
+ 0x1f, 0xe4, 0x3e, 0xc8, 0x7d, 0x27, 0xe6, 0xbd, 0xaa, 0xea, 0xee, 0xaa, 0xe9, 0x9e, 0xd6, 0x7c,
+ 0x1f, 0xfc, 0xb1, 0x35, 0x55, 0xaf, 0x5e, 0xbd, 0x7a, 0xf5, 0xee, 0x7a, 0xbd, 0xe4, 0x28, 0x6b,
+ 0xfb, 0x9e, 0xd9, 0x69, 0x77, 0x59, 0x18, 0x5a, 0x1d, 0x16, 0xd6, 0x7b, 0x81, 0x1f, 0xf9, 0x73,
+ 0x95, 0x30, 0x62, 0x56, 0x57, 0x1f, 0xac, 0x35, 0x89, 0xd1, 0xb8, 0x18, 0x76, 0xe6, 0x7b, 0x3d,
+ 0x77, 0x30, 0xdf, 0x8f, 0xfc, 0x4e, 0x60, 0xf5, 0xb6, 0x8d, 0x93, 0xe4, 0x88, 0x15, 0xff, 0x30,
+ 0x9d, 0x88, 0x75, 0x4d, 0xc7, 0x3e, 0x31, 0x71, 0xc3, 0xc4, 0xe9, 0x7d, 0x46, 0x95, 0x1c, 0x14,
+ 0x03, 0x72, 0x74, 0x12, 0x47, 0x6b, 0xdb, 0xe4, 0x1a, 0x8e, 0xc6, 0x7e, 0x6e, 0x3f, 0x8c, 0x96,
+ 0x61, 0xaa, 0xf9, 0x68, 0xdf, 0xe9, 0xf5, 0x98, 0xdd, 0x8a, 0xac, 0x88, 0x19, 0x87, 0x49, 0x49,
+ 0xc7, 0x72, 0x84, 0x1c, 0xf0, 0xd8, 0x55, 0xb3, 0xed, 0x5a, 0x61, 0xc8, 0x51, 0xcc, 0x1a, 0x94,
+ 0x94, 0x71, 0x28, 0x74, 0xfd, 0xe8, 0xc4, 0x14, 0x1f, 0xa9, 0x90, 0x99, 0x30, 0x1a, 0xb8, 0xcc,
+ 0x74, 0x3c, 0x9b, 0xed, 0x9e, 0xd8, 0x87, 0x83, 0xb5, 0x2f, 0x4c, 0x90, 0x27, 0xe2, 0x56, 0x4d,
+ 0x38, 0xe3, 0xaa, 0x6b, 0x0d, 0x58, 0xd0, 0x8a, 0x02, 0xcb, 0xeb, 0xb0, 0x86, 0xdf, 0xf7, 0x22,
+ 0x41, 0x40, 0x97, 0x79, 0x91, 0x61, 0x10, 0x62, 0xb5, 0xdb, 0x38, 0x18, 0x6f, 0x3b, 0x6b, 0xfc,
+ 0x30, 0x39, 0x19, 0x0a, 0x68, 0x53, 0xcc, 0x58, 0x09, 0x3c, 0x92, 0x31, 0x75, 0x7a, 0xe6, 0xdc,
+ 0x33, 0xea, 0xe3, 0x60, 0xaf, 0x37, 0xf2, 0xc7, 0xe7, 0xd6, 0xc8, 0xf1, 0xc6, 0x68, 0x82, 0xd8,
+ 0x15, 0xf8, 0xc3, 0x8c, 0x06, 0x3d, 0x26, 0x09, 0x52, 0x18, 0xc3, 0x19, 0xc9, 0xa9, 0x4e, 0x96,
+ 0x08, 0x3e, 0xd4, 0x9e, 0x41, 0x6e, 0x45, 0x9a, 0xd6, 0xd8, 0xa3, 0x7d, 0x26, 0xb8, 0xbb, 0xda,
+ 0x0f, 0x3a, 0x56, 0xe4, 0x07, 0x03, 0xf3, 0x82, 0xe3, 0x59, 0xae, 0xf3, 0x3c, 0x06, 0x23, 0xed,
+ 0x6d, 0x2b, 0x64, 0xc8, 0x46, 0x89, 0x31, 0x84, 0x3d, 0xa6, 0xe0, 0x6e, 0x36, 0xc8, 0x9d, 0x63,
+ 0x2f, 0x5f, 0x63, 0x61, 0xcf, 0xf7, 0x00, 0xcd, 0x21, 0xb2, 0x3f, 0x60, 0x61, 0xdf, 0x8d, 0x24,
+ 0xa1, 0x2a, 0xda, 0x49, 0x8e, 0xf6, 0x3e, 0x72, 0xcb, 0x48, 0xb4, 0x6b, 0x6c, 0xab, 0xef, 0xd9,
+ 0x05, 0x34, 0xcd, 0x93, 0x3b, 0xc6, 0x5c, 0x3c, 0x8a, 0xa2, 0xda, 0x69, 0x52, 0x45, 0x14, 0x8d,
+ 0xc0, 0xda, 0x8a, 0x1c, 0xaf, 0x93, 0xc0, 0x65, 0x37, 0xfb, 0x3e, 0x21, 0x9c, 0x4b, 0x0d, 0xb9,
+ 0x5d, 0x0b, 0xb6, 0x61, 0x2d, 0xcb, 0x65, 0xe1, 0xa2, 0x15, 0x59, 0x78, 0x07, 0x57, 0x58, 0x10,
+ 0x3a, 0xbe, 0x97, 0x9e, 0xb5, 0xdd, 0x0f, 0x02, 0xe6, 0xb5, 0x07, 0x42, 0x36, 0x6b, 0x6f, 0x9b,
+ 0x20, 0x37, 0x15, 0xa0, 0x48, 0xf6, 0xbe, 0x9f, 0x90, 0x10, 0x06, 0xcd, 0x5e, 0xe0, 0xb4, 0x19,
+ 0xdf, 0x7d, 0xe6, 0xdc, 0x99, 0xfa, 0x18, 0x2b, 0xeb, 0xab, 0xb8, 0x42, 0x25, 0x45, 0x28, 0xc5,
+ 0x71, 0x72, 0x98, 0xed, 0xf6, 0x9c, 0xc0, 0x8a, 0x60, 0xcc, 0x8c, 0x9c, 0x2e, 0x13, 0x32, 0x31,
+ 0x77, 0x9a, 0x4c, 0x8b, 0x25, 0xf1, 0x71, 0x6d, 0xb6, 0x25, 0xc9, 0x9f, 0x25, 0xd3, 0x62, 0x7f,
+ 0x41, 0xfb, 0x23, 0xe4, 0xb6, 0x02, 0x02, 0x36, 0x7a, 0xeb, 0x3e, 0xfc, 0x3f, 0x65, 0x73, 0x86,
+ 0x1b, 0x39, 0x24, 0x08, 0xc4, 0xc7, 0xc9, 0x51, 0x81, 0x78, 0xdd, 0x5f, 0x6a, 0xac, 0xf2, 0x2b,
+ 0xe0, 0x1b, 0xd4, 0x4e, 0x90, 0x63, 0xc3, 0x13, 0x02, 0x79, 0xed, 0x2e, 0x72, 0x5d, 0x3a, 0xb3,
+ 0xc4, 0xa2, 0x8d, 0x10, 0x14, 0x0c, 0x0c, 0x12, 0x60, 0x6e, 0xb1, 0x00, 0xf6, 0xcd, 0xd3, 0x5a,
+ 0x10, 0x96, 0x9b, 0x8b, 0x57, 0x25, 0xc4, 0x03, 0xad, 0x21, 0x1f, 0x31, 0xb9, 0xad, 0x8b, 0x51,
+ 0xec, 0xaf, 0xad, 0xe4, 0x6e, 0x8c, 0x90, 0x17, 0x59, 0x77, 0x13, 0xce, 0x9b, 0x6b, 0x2e, 0x8e,
+ 0x91, 0x43, 0x5d, 0x6b, 0xd7, 0x0c, 0x7b, 0xac, 0x1d, 0xa1, 0x6c, 0x4a, 0x53, 0x55, 0x6b, 0xe4,
+ 0x12, 0xa4, 0x60, 0x4b, 0x08, 0x02, 0x43, 0xda, 0xe5, 0x43, 0xa6, 0x86, 0x7c, 0x0a, 0x90, 0xdc,
+ 0x23, 0x48, 0x5a, 0xf1, 0xfd, 0x9d, 0x7e, 0xef, 0x22, 0xc8, 0xb5, 0xd3, 0x73, 0xd9, 0xbc, 0x80,
+ 0xba, 0x64, 0x81, 0x99, 0x86, 0xed, 0x63, 0x92, 0x62, 0x59, 0x9e, 0x5d, 0x98, 0xa4, 0x13, 0xb5,
+ 0x5f, 0x98, 0x10, 0xfb, 0x8f, 0x5e, 0x9a, 0xec, 0x3f, 0x4f, 0xca, 0x12, 0x45, 0x28, 0xc5, 0xf1,
+ 0x8e, 0xfa, 0x78, 0x4b, 0xeb, 0x72, 0x70, 0xee, 0x2c, 0x29, 0xc9, 0x3f, 0xd1, 0x6a, 0x27, 0x04,
+ 0xa5, 0x06, 0xac, 0x07, 0x07, 0xf6, 0x3d, 0x8b, 0xf3, 0xe6, 0x40, 0xed, 0x0e, 0x72, 0x32, 0xc3,
+ 0x9b, 0xd5, 0xc6, 0x02, 0x18, 0xc4, 0x4b, 0x7e, 0xee, 0xed, 0x3e, 0x95, 0xdc, 0x38, 0x72, 0x41,
+ 0x72, 0x0e, 0x58, 0xd8, 0x6b, 0x9b, 0x9b, 0x30, 0x68, 0x7a, 0xbe, 0x5c, 0x78, 0x87, 0x90, 0x3f,
+ 0x29, 0x75, 0x60, 0x07, 0x22, 0x86, 0x86, 0x04, 0xf9, 0x76, 0xa8, 0x8d, 0xbf, 0x4c, 0x5d, 0x31,
+ 0x6a, 0x1e, 0xb9, 0x36, 0x77, 0x81, 0x6a, 0x3a, 0x02, 0xf9, 0xb7, 0x3c, 0x1e, 0x9c, 0x38, 0x46,
+ 0x22, 0xec, 0x1e, 0xda, 0x9d, 0x52, 0x73, 0x8d, 0x1b, 0x22, 0x38, 0xfc, 0xcc, 0x8e, 0xd9, 0xea,
+ 0xb7, 0xdb, 0x8c, 0xd9, 0xcc, 0xa6, 0x4f, 0x30, 0x0e, 0x92, 0xf2, 0x8e, 0x79, 0xc1, 0x72, 0x5c,
+ 0xf8, 0x35, 0x51, 0xfb, 0xb9, 0x09, 0xb1, 0xa1, 0x38, 0x5a, 0xc3, 0xf2, 0xe0, 0x68, 0x8b, 0x81,
+ 0xdf, 0x5b, 0x83, 0x8d, 0x17, 0x7c, 0xaf, 0x9f, 0x2f, 0x74, 0x20, 0xc3, 0x36, 0x00, 0x99, 0xfc,
+ 0x04, 0x9b, 0x08, 0xc6, 0x39, 0x3b, 0x89, 0x9e, 0x77, 0xd3, 0xf7, 0x41, 0xb0, 0x03, 0xe1, 0x41,
+ 0x84, 0x93, 0x9c, 0x23, 0x06, 0xdb, 0x6d, 0xbb, 0xfd, 0xd0, 0xb9, 0xa2, 0x1c, 0x98, 0xfb, 0x4a,
+ 0xe3, 0x04, 0xa1, 0x96, 0xeb, 0xfa, 0x57, 0x4d, 0x38, 0xb1, 0xe5, 0x72, 0x8c, 0x27, 0xa6, 0x61,
+ 0xa6, 0x5c, 0x7b, 0xcb, 0x04, 0xf8, 0x29, 0x20, 0xad, 0xf5, 0xd0, 0xca, 0xbc, 0x6d, 0xef, 0x4d,
+ 0x54, 0xc6, 0x4f, 0xa9, 0x66, 0x67, 0x6a, 0x14, 0xdd, 0xfb, 0x72, 0xe9, 0x9e, 0x8e, 0x69, 0x0b,
+ 0x31, 0x4e, 0xb1, 0x43, 0xd3, 0xee, 0x0b, 0xe3, 0x72, 0x62, 0x7f, 0xac, 0x75, 0xcc, 0xb3, 0xb9,
+ 0xa5, 0x01, 0x35, 0xb6, 0xba, 0xbd, 0x13, 0x25, 0x7e, 0x7d, 0xbe, 0x30, 0xe3, 0x40, 0xf2, 0x46,
+ 0x0f, 0x22, 0x13, 0x9b, 0x2d, 0x58, 0x51, 0xe4, 0x02, 0xd1, 0x1c, 0x77, 0x2e, 0xd9, 0x2a, 0x95,
+ 0xc2, 0xa0, 0x72, 0x62, 0x80, 0x36, 0x33, 0xf2, 0xc1, 0xf9, 0xdb, 0x9c, 0xf6, 0x2c, 0x89, 0x22,
+ 0xd4, 0xb8, 0x9f, 0x9c, 0x48, 0xaf, 0x0f, 0xbc, 0x12, 0xc8, 0xc6, 0x76, 0xeb, 0x72, 0xc3, 0x6a,
+ 0x6f, 0xb3, 0xdc, 0xdd, 0xb8, 0x87, 0x72, 0x7d, 0x4b, 0xf0, 0xa8, 0x5c, 0xfb, 0x7e, 0x55, 0xb2,
+ 0x1b, 0xdb, 0xac, 0xbd, 0x23, 0x15, 0x69, 0x1d, 0xa9, 0xc7, 0xc8, 0x68, 0x04, 0xb7, 0x51, 0xea,
+ 0x3c, 0x27, 0x72, 0xd0, 0xe6, 0x48, 0x5c, 0x6b, 0x22, 0x06, 0x28, 0xc4, 0x95, 0xc8, 0x31, 0xac,
+ 0x6f, 0x5b, 0x60, 0xab, 0x71, 0x8a, 0xa3, 0x2c, 0xf3, 0xe0, 0x23, 0x08, 0xfc, 0x00, 0xe2, 0x1e,
+ 0x3b, 0x36, 0xe0, 0x1f, 0xdf, 0xa7, 0xa9, 0x1e, 0x04, 0x2d, 0x91, 0x44, 0xba, 0xe6, 0xbb, 0x20,
+ 0xc2, 0x42, 0x9b, 0xf2, 0x08, 0x7c, 0x0a, 0x99, 0x46, 0xbe, 0xc6, 0x31, 0xd3, 0x2d, 0xf5, 0x3d,
+ 0xd1, 0xd4, 0xf1, 0xbf, 0xc8, 0x67, 0xab, 0x6f, 0x3b, 0x10, 0x77, 0xb5, 0xf9, 0x85, 0x0b, 0xc9,
+ 0xc1, 0x1d, 0xf8, 0xa8, 0x0d, 0x0e, 0x49, 0xf0, 0x7e, 0xee, 0x5d, 0x53, 0x64, 0x1f, 0x5f, 0x92,
+ 0xf5, 0x6f, 0x00, 0xee, 0xfa, 0x7e, 0x64, 0xba, 0x4e, 0x28, 0xa3, 0xb6, 0x03, 0x3c, 0x2a, 0xed,
+ 0x78, 0xe0, 0xd8, 0x60, 0xb4, 0xeb, 0x88, 0xc0, 0xa9, 0x8c, 0x17, 0xe2, 0x07, 0x4e, 0xc7, 0xf1,
+ 0xa4, 0x3e, 0xac, 0x13, 0xc3, 0x1e, 0x78, 0x56, 0xd7, 0x69, 0x9b, 0x20, 0x3a, 0x81, 0xb3, 0xd9,
+ 0x8f, 0x58, 0x08, 0xf2, 0x88, 0x67, 0xb8, 0x67, 0xcc, 0x33, 0xd4, 0x17, 0x05, 0x86, 0xf9, 0x18,
+ 0x81, 0xf1, 0x1c, 0x72, 0x02, 0x24, 0xc9, 0xc1, 0x03, 0x81, 0x92, 0x89, 0x93, 0x40, 0xf0, 0x16,
+ 0x38, 0x80, 0x7b, 0x3f, 0xc7, 0xfd, 0xf4, 0x71, 0x71, 0xcf, 0x27, 0x78, 0xe6, 0x11, 0x4d, 0x13,
+ 0xb0, 0x0c, 0x50, 0xb1, 0x1c, 0x0f, 0x03, 0x47, 0x0c, 0x8e, 0x22, 0x7f, 0x87, 0x79, 0x42, 0x21,
+ 0xe6, 0x1e, 0x24, 0x34, 0x43, 0xcc, 0x41, 0xb2, 0x0f, 0x46, 0xc4, 0xad, 0x73, 0xb6, 0x5c, 0xb1,
+ 0xdc, 0x3e, 0x33, 0xfb, 0x8e, 0x17, 0x9d, 0x3f, 0x27, 0x75, 0x00, 0xe2, 0x6a, 0x31, 0xba, 0x05,
+ 0xc2, 0x2a, 0x78, 0x35, 0x39, 0xf7, 0x2c, 0x52, 0xcd, 0xdd, 0x1d, 0xf4, 0xd4, 0xbf, 0xea, 0x0d,
+ 0x3b, 0x30, 0xa9, 0x4a, 0xda, 0x65, 0x4e, 0xe6, 0x5c, 0xa6, 0x08, 0x60, 0x1f, 0x12, 0x21, 0xbb,
+ 0xc2, 0x80, 0x16, 0x73, 0xb7, 0x2e, 0x82, 0x74, 0xe2, 0xa9, 0xd7, 0xfd, 0xd8, 0xbf, 0x80, 0xe6,
+ 0xc7, 0x77, 0x2d, 0x63, 0xfe, 0x44, 0x1f, 0x52, 0xbf, 0x23, 0x64, 0x17, 0x0c, 0xd8, 0x0c, 0xe2,
+ 0x04, 0x93, 0xca, 0xc5, 0x24, 0x93, 0x61, 0x00, 0xd7, 0x22, 0x2b, 0xe8, 0xb0, 0x28, 0x0d, 0x05,
+ 0x70, 0xe5, 0x7e, 0xe3, 0x7a, 0x72, 0xbc, 0xe3, 0x6c, 0x45, 0xa6, 0xd9, 0xf3, 0x23, 0x60, 0xaa,
+ 0x03, 0x77, 0x26, 0x00, 0x43, 0xa0, 0x76, 0x4a, 0x58, 0x26, 0xbb, 0xcf, 0x5c, 0x53, 0x64, 0x27,
+ 0xa6, 0xeb, 0xb7, 0x77, 0xa4, 0xfc, 0x80, 0xad, 0x4d, 0xf4, 0x32, 0x45, 0x3b, 0xcd, 0xf7, 0xbb,
+ 0x91, 0x9c, 0x44, 0x02, 0x7a, 0x56, 0x7b, 0xc7, 0x34, 0xf1, 0x3f, 0x0e, 0xa4, 0x5a, 0x36, 0x80,
+ 0x32, 0x77, 0xc0, 0x0d, 0x5b, 0x19, 0x02, 0xf1, 0x23, 0xdc, 0x80, 0xf1, 0x48, 0x21, 0x26, 0xfc,
+ 0x14, 0xa9, 0xa6, 0x38, 0x33, 0x3c, 0xae, 0x91, 0x83, 0xfd, 0x50, 0xda, 0xf5, 0x6e, 0xd8, 0xe1,
+ 0x47, 0x98, 0x39, 0x77, 0xb0, 0xae, 0x1c, 0xbd, 0x76, 0x6d, 0x1c, 0xde, 0xae, 0x5a, 0x41, 0x04,
+ 0x37, 0xb5, 0x60, 0xb9, 0x96, 0xd7, 0x66, 0x71, 0x34, 0xd6, 0x23, 0xa7, 0xf2, 0xa7, 0xa5, 0xb1,
+ 0x78, 0x40, 0x8b, 0xab, 0x0f, 0x9d, 0x9b, 0xab, 0x37, 0x13, 0x58, 0x89, 0x23, 0x86, 0xbd, 0xb7,
+ 0xb2, 0x63, 0x36, 0xf5, 0xa9, 0xcb, 0x0f, 0x22, 0xeb, 0x37, 0x05, 0x4e, 0x79, 0x37, 0x68, 0xf7,
+ 0x96, 0x1a, 0x3c, 0xce, 0x5c, 0x63, 0x10, 0xc4, 0x03, 0x73, 0xd7, 0x80, 0x15, 0x01, 0x44, 0x51,
+ 0xe6, 0x8a, 0xe3, 0x89, 0x73, 0x83, 0x10, 0xa6, 0x77, 0xad, 0xd8, 0x6b, 0xf0, 0x54, 0x70, 0x29,
+ 0x51, 0x1c, 0x79, 0x5b, 0x22, 0xcb, 0x50, 0x28, 0xd2, 0x11, 0x6e, 0xac, 0xad, 0x48, 0x4a, 0xc0,
+ 0x28, 0x11, 0x17, 0xb0, 0x9b, 0xc2, 0x32, 0x89, 0x68, 0xa7, 0x56, 0xdf, 0x93, 0x92, 0xda, 0x2e,
+ 0x39, 0xbd, 0xf7, 0x16, 0xff, 0x5f, 0xcc, 0x9a, 0x21, 0x53, 0xfd, 0xc0, 0x95, 0xb1, 0xd2, 0x0f,
+ 0xc4, 0x46, 0x1d, 0xd3, 0x4d, 0xf0, 0x6b, 0x8f, 0xf8, 0xc1, 0x0e, 0x4f, 0x9e, 0x21, 0x62, 0xb4,
+ 0x21, 0xa2, 0x40, 0xfb, 0xb0, 0x09, 0xb2, 0xc4, 0xd3, 0x94, 0x51, 0xb1, 0x02, 0x73, 0x59, 0xc4,
+ 0xec, 0xa1, 0x7c, 0xfc, 0xc5, 0x13, 0xe4, 0x70, 0x92, 0x1d, 0x71, 0xef, 0xc0, 0x13, 0xa8, 0x6d,
+ 0x16, 0xf8, 0xaa, 0xfe, 0x86, 0x48, 0x17, 0x5c, 0x1c, 0x37, 0x19, 0x9c, 0x26, 0xcc, 0x1e, 0xda,
+ 0x83, 0xb6, 0xcb, 0xa4, 0x67, 0x84, 0x6b, 0xb2, 0x59, 0xd8, 0x0e, 0x9c, 0x1e, 0xd7, 0xf1, 0x7d,
+ 0x1c, 0x06, 0x34, 0x04, 0x52, 0x7b, 0x38, 0x10, 0xe8, 0x0e, 0xee, 0x8b, 0xb6, 0x79, 0x3a, 0x76,
+ 0x81, 0x91, 0xef, 0xbb, 0xb0, 0xc7, 0x7e, 0x4e, 0xc7, 0x75, 0xe4, 0x90, 0x08, 0xb9, 0x6c, 0xc6,
+ 0xba, 0x0d, 0x70, 0x3d, 0x68, 0xa0, 0xb8, 0x0b, 0xe2, 0x06, 0xaa, 0xf6, 0xe6, 0x09, 0x91, 0x2b,
+ 0xa4, 0x00, 0x05, 0xc1, 0xd8, 0x70, 0x10, 0x02, 0xa2, 0x3d, 0x23, 0x43, 0x31, 0x8e, 0x3a, 0x13,
+ 0x8e, 0x9d, 0x24, 0x47, 0xe3, 0x70, 0xcc, 0x44, 0x88, 0x4b, 0x7e, 0x74, 0x01, 0x18, 0x08, 0xb1,
+ 0x19, 0xa8, 0xdd, 0x09, 0x6d, 0x6a, 0xde, 0x0d, 0x98, 0x65, 0x0f, 0x40, 0xa7, 0x6c, 0x3a, 0x09,
+ 0x7c, 0xad, 0x24, 0xb3, 0x97, 0x23, 0xe0, 0x5a, 0x13, 0x7d, 0x27, 0x9d, 0xaa, 0x3d, 0x2a, 0x62,
+ 0xce, 0x45, 0x76, 0xe5, 0x12, 0xbb, 0x8a, 0x57, 0x15, 0x0b, 0xdf, 0x51, 0x32, 0x9b, 0x88, 0x33,
+ 0xe7, 0xe6, 0x14, 0xe7, 0x14, 0x58, 0xb4, 0xc4, 0x57, 0x89, 0x71, 0xc1, 0x41, 0x00, 0x47, 0x0f,
+ 0x94, 0x82, 0x4f, 0x73, 0x37, 0x86, 0x77, 0x8c, 0xc3, 0xdc, 0x3c, 0x73, 0xe7, 0x71, 0xa0, 0xf6,
+ 0x64, 0x11, 0x44, 0x66, 0xb6, 0x54, 0x33, 0xb6, 0x10, 0x0f, 0x1d, 0x86, 0xc2, 0xd7, 0x43, 0x66,
+ 0x71, 0x44, 0x88, 0x15, 0x18, 0xf4, 0x25, 0x30, 0x75, 0x5c, 0xdf, 0xc6, 0x89, 0xea, 0x6a, 0x8c,
+ 0xdc, 0xc0, 0xa5, 0xc6, 0x75, 0xc0, 0x32, 0xa2, 0xb1, 0x7e, 0x24, 0xb0, 0x7a, 0xf3, 0x9e, 0xbd,
+ 0xc8, 0x5c, 0x08, 0x2f, 0x03, 0x44, 0x96, 0xb5, 0xb4, 0x60, 0x15, 0x3b, 0x18, 0x7c, 0x62, 0x44,
+ 0x95, 0xee, 0x90, 0x84, 0x5b, 0xdc, 0xd8, 0xca, 0xaa, 0x93, 0xe0, 0x4a, 0xed, 0xb1, 0x49, 0xa1,
+ 0x72, 0x45, 0xfb, 0x24, 0xc7, 0xbb, 0x7b, 0x48, 0x0e, 0x0e, 0x9d, 0x3b, 0x8c, 0x4a, 0xc7, 0x85,
+ 0x46, 0x6a, 0x9a, 0x01, 0x9a, 0xa6, 0x8d, 0x80, 0xa2, 0x5d, 0x43, 0x2a, 0xb8, 0x33, 0x64, 0x9f,
+ 0xa6, 0x50, 0x67, 0x13, 0x0c, 0x69, 0x5c, 0x6b, 0xe2, 0x24, 0x6b, 0x93, 0x90, 0xe7, 0x71, 0xe2,
+ 0xa6, 0x63, 0x92, 0x71, 0x8e, 0xaf, 0xd8, 0x17, 0xfb, 0xcc, 0x78, 0x14, 0x41, 0xa7, 0x39, 0x28,
+ 0xd8, 0xee, 0x78, 0xf0, 0x2a, 0xf8, 0x2b, 0x08, 0xb4, 0xb7, 0xfd, 0x7e, 0x10, 0xca, 0x38, 0xd6,
+ 0x24, 0x47, 0x78, 0x04, 0x66, 0x02, 0xf9, 0xe0, 0x9e, 0x85, 0x93, 0x2c, 0xf1, 0x13, 0x9c, 0x92,
+ 0x27, 0x58, 0x16, 0x96, 0x9f, 0xf1, 0x20, 0x2e, 0x39, 0xce, 0xcd, 0xf1, 0x71, 0x72, 0xa7, 0x4d,
+ 0xf0, 0x96, 0xac, 0x07, 0x2a, 0x5f, 0xbb, 0x4d, 0xc4, 0xa7, 0x29, 0x17, 0x37, 0xbc, 0xab, 0xc0,
+ 0xc7, 0xdc, 0x5b, 0xaa, 0x9d, 0x25, 0x73, 0xc3, 0xc0, 0xe8, 0xab, 0x16, 0x40, 0x1d, 0xdc, 0x6c,
+ 0x81, 0xae, 0xf6, 0xa1, 0x29, 0x52, 0x1b, 0x0d, 0xaf, 0xe6, 0xb7, 0x7d, 0x3e, 0x9e, 0x5a, 0x20,
+ 0x59, 0x75, 0x31, 0x9e, 0xad, 0xdc, 0xdb, 0x24, 0x3f, 0xf5, 0x9d, 0xf5, 0xbd, 0x31, 0xd6, 0x9b,
+ 0xea, 0xe8, 0xbd, 0xa0, 0xa4, 0xea, 0xef, 0x54, 0xbb, 0x6b, 0x6f, 0x9b, 0x24, 0xb3, 0x1a, 0xac,
+ 0x50, 0xe9, 0x7c, 0x68, 0xb0, 0x05, 0xb7, 0x92, 0x27, 0x0d, 0xcd, 0x4a, 0xfd, 0x46, 0xed, 0x58,
+ 0x0e, 0xc1, 0x34, 0x88, 0x61, 0xb0, 0x0d, 0x77, 0x93, 0x3b, 0xf3, 0x41, 0x37, 0x3c, 0x6b, 0xd3,
+ 0x65, 0xeb, 0x7e, 0x03, 0x6c, 0x45, 0xc4, 0x1a, 0xbe, 0x17, 0x59, 0xe0, 0x44, 0x78, 0x00, 0x07,
+ 0x46, 0xe3, 0x66, 0x52, 0xcb, 0x5f, 0x26, 0x73, 0x06, 0x69, 0x43, 0x8c, 0x5b, 0xc8, 0x4d, 0x45,
+ 0x94, 0x2c, 0x7b, 0xa0, 0xfd, 0x8e, 0x4d, 0xf7, 0x8d, 0x26, 0x79, 0xc1, 0xe2, 0x7b, 0x3e, 0x24,
+ 0x5d, 0x25, 0x9d, 0x36, 0x6e, 0x27, 0xa7, 0x8b, 0x49, 0x5e, 0xe4, 0x6e, 0x82, 0x53, 0xba, 0xbf,
+ 0xf6, 0x60, 0xec, 0x54, 0xe1, 0x28, 0xfc, 0x36, 0xb8, 0x87, 0x04, 0x29, 0xf3, 0x42, 0x11, 0xcb,
+ 0x35, 0xfc, 0x6e, 0x8f, 0xbb, 0x15, 0x6e, 0xd0, 0x77, 0xbd, 0x54, 0xd9, 0xb3, 0x75, 0xc0, 0x67,
+ 0x0e, 0x4b, 0x21, 0x2f, 0xfd, 0x8a, 0xdc, 0xe1, 0x76, 0xb2, 0x9f, 0xe1, 0xaf, 0xd8, 0x1d, 0x9f,
+ 0xaa, 0x17, 0x54, 0x89, 0x6b, 0x0f, 0x0c, 0x5b, 0x9f, 0x14, 0x53, 0x22, 0x70, 0xa0, 0xd6, 0xa1,
+ 0x6f, 0xb6, 0x91, 0x9f, 0xa6, 0xac, 0x53, 0xa5, 0x55, 0x9e, 0x85, 0x61, 0x19, 0x6f, 0x31, 0xbe,
+ 0x4d, 0x0b, 0xab, 0xc8, 0x59, 0xc3, 0x35, 0x54, 0x5f, 0x16, 0x01, 0xc7, 0x47, 0x27, 0x86, 0x05,
+ 0x5f, 0x45, 0x92, 0xd0, 0xb1, 0x91, 0xb1, 0x4a, 0x67, 0xeb, 0x7b, 0x2f, 0xab, 0x37, 0x61, 0x94,
+ 0x8f, 0xdc, 0x5b, 0x05, 0x57, 0x25, 0xff, 0x56, 0xa4, 0xda, 0x22, 0x07, 0x12, 0x10, 0x70, 0xb3,
+ 0xb9, 0x40, 0x20, 0xcc, 0x47, 0xc9, 0x11, 0x65, 0x26, 0x2e, 0x38, 0x18, 0x37, 0x91, 0xeb, 0x33,
+ 0xc3, 0x26, 0xff, 0xb1, 0x1c, 0xae, 0xf8, 0xa8, 0xa4, 0x74, 0xb2, 0xe6, 0x08, 0x7f, 0xa2, 0xaa,
+ 0x21, 0x86, 0xb8, 0x29, 0x9f, 0xe2, 0x28, 0x1c, 0xec, 0x79, 0x9f, 0x4f, 0x15, 0xb0, 0x0b, 0xef,
+ 0x03, 0x62, 0x97, 0xb0, 0xdf, 0x45, 0x31, 0x4b, 0x4d, 0xc0, 0x14, 0x17, 0x8d, 0xd7, 0x4e, 0x93,
+ 0x27, 0x15, 0xee, 0x95, 0xb0, 0xf3, 0x39, 0x19, 0x76, 0x9e, 0xaf, 0x8f, 0xb5, 0x12, 0xed, 0x05,
+ 0x4e, 0x08, 0xa6, 0x1e, 0x47, 0x25, 0x48, 0x7e, 0xa6, 0x2c, 0xcb, 0xd6, 0x2f, 0x86, 0x0e, 0x33,
+ 0x95, 0x44, 0x44, 0x7c, 0xb0, 0x17, 0xb0, 0x80, 0x3d, 0x2a, 0xcb, 0x00, 0x1f, 0x9e, 0x22, 0x07,
+ 0xd5, 0x5d, 0xe0, 0xcc, 0xa3, 0xf6, 0x81, 0xab, 0xb9, 0x9e, 0x5c, 0xa3, 0x4f, 0xca, 0x6b, 0x58,
+ 0xc5, 0x10, 0xf4, 0xd1, 0xf8, 0x92, 0x72, 0x00, 0x1a, 0x98, 0x17, 0x6e, 0x6d, 0xf9, 0x01, 0x06,
+ 0x20, 0x45, 0x40, 0xa0, 0x9c, 0x90, 0xe2, 0x82, 0x21, 0x91, 0x06, 0x27, 0x17, 0x08, 0xaf, 0x9b,
+ 0x5b, 0x9d, 0xd4, 0x8e, 0x14, 0xec, 0x28, 0xf2, 0x47, 0xb0, 0x23, 0x45, 0x28, 0x05, 0xe8, 0x12,
+ 0x5a, 0x10, 0xe3, 0x0c, 0xb9, 0x39, 0x17, 0xee, 0x92, 0x8f, 0xa6, 0x83, 0x79, 0xb6, 0xd3, 0xef,
+ 0xae, 0xb0, 0x2b, 0xcc, 0xa5, 0x25, 0xe3, 0x34, 0x79, 0x62, 0x2e, 0x6c, 0x1c, 0x72, 0xf1, 0x19,
+ 0xe0, 0x5d, 0x79, 0xe4, 0xa9, 0x95, 0x10, 0xec, 0xc0, 0x48, 0x12, 0x75, 0xeb, 0x49, 0x46, 0xc2,
+ 0xad, 0x43, 0x7c, 0x9a, 0xc2, 0xcd, 0xd4, 0x5e, 0x24, 0xab, 0xa9, 0x19, 0xcd, 0x5d, 0x8e, 0x93,
+ 0xee, 0x06, 0x18, 0xa7, 0x0e, 0xfc, 0x3f, 0xfb, 0xb4, 0x20, 0x62, 0xe8, 0x08, 0x55, 0x45, 0x84,
+ 0x6c, 0x42, 0x29, 0xc0, 0x2b, 0x06, 0xac, 0xeb, 0x43, 0x4c, 0xd4, 0x16, 0x4b, 0xb1, 0x14, 0x30,
+ 0x15, 0x17, 0xb7, 0x2c, 0xdb, 0x56, 0xc7, 0x85, 0x90, 0x2d, 0x89, 0xb2, 0xe9, 0xb0, 0xbc, 0xf3,
+ 0x22, 0x25, 0x46, 0x8b, 0x4a, 0x41, 0x53, 0xb5, 0x5f, 0x3b, 0x6c, 0x30, 0x14, 0xf9, 0x3f, 0x36,
+ 0x21, 0x8a, 0x3a, 0xb9, 0x98, 0x12, 0x7d, 0x3b, 0x3f, 0x94, 0xc7, 0x8c, 0x15, 0x52, 0xdd, 0x4f,
+ 0x66, 0x3b, 0x98, 0xbc, 0x4b, 0x5f, 0xaf, 0x57, 0x7f, 0x0a, 0xf7, 0xe3, 0xd5, 0x8d, 0xb9, 0x33,
+ 0xb2, 0xa4, 0x93, 0xf7, 0x1a, 0x98, 0xa6, 0xfc, 0xc2, 0x0c, 0xdf, 0x35, 0x7c, 0x8a, 0x35, 0xce,
+ 0x50, 0x5c, 0x9f, 0x16, 0x3b, 0x32, 0x51, 0xcb, 0x5b, 0xa7, 0x44, 0x46, 0x55, 0xb8, 0x2c, 0x61,
+ 0x42, 0x90, 0x31, 0x3a, 0x0f, 0xd4, 0xc7, 0x5e, 0x5d, 0x6f, 0xe6, 0x4c, 0xde, 0x0b, 0xf2, 0x9b,
+ 0x33, 0x5c, 0x60, 0x88, 0x6a, 0x8f, 0x4f, 0x90, 0x6a, 0x1e, 0x2a, 0xa1, 0x0c, 0x85, 0xc8, 0xc0,
+ 0xda, 0xdc, 0x40, 0x4e, 0xe5, 0x03, 0x25, 0x3e, 0xa1, 0x4e, 0xce, 0x14, 0x41, 0x0c, 0xa9, 0xcd,
+ 0xa4, 0xf1, 0x34, 0x72, 0x77, 0x21, 0x7c, 0x32, 0x00, 0x26, 0xc1, 0x83, 0xa0, 0x89, 0x09, 0x58,
+ 0x1b, 0xec, 0x11, 0x8f, 0x9b, 0xc6, 0x59, 0xba, 0xe8, 0xb3, 0xd0, 0x8b, 0x9a, 0xbb, 0x90, 0x14,
+ 0x51, 0x7c, 0x9f, 0x3c, 0xa6, 0x73, 0x1d, 0xdf, 0x21, 0xb8, 0xa0, 0xe0, 0x73, 0x4e, 0x7f, 0xf3,
+ 0xb9, 0x98, 0xad, 0x67, 0x1e, 0xa1, 0x31, 0xcd, 0xd4, 0x45, 0x3f, 0xa9, 0x7d, 0x89, 0x24, 0xe3,
+ 0xad, 0x93, 0xe2, 0x81, 0x25, 0x8b, 0x37, 0x11, 0x80, 0x87, 0x32, 0x02, 0x70, 0x6b, 0xbd, 0x78,
+ 0x49, 0xbd, 0x19, 0x8f, 0xa0, 0x03, 0x8f, 0xff, 0x2e, 0xba, 0xdf, 0x37, 0x4d, 0x80, 0x4b, 0x4f,
+ 0x4e, 0xc4, 0x5d, 0x7a, 0x76, 0x59, 0xec, 0xd2, 0x93, 0x19, 0xdd, 0xa5, 0x0f, 0x0d, 0x0f, 0x99,
+ 0xb0, 0xc9, 0x7c, 0x20, 0xfd, 0x62, 0xa7, 0xf2, 0x81, 0xf8, 0xef, 0x34, 0xe4, 0xac, 0xdd, 0x1f,
+ 0xbf, 0xe9, 0x49, 0x1b, 0xb8, 0xea, 0x87, 0xbc, 0x24, 0x98, 0xd5, 0x59, 0xb8, 0x02, 0x7c, 0xae,
+ 0xef, 0x49, 0x00, 0xa9, 0xb6, 0x9f, 0x9b, 0x00, 0x8f, 0x9f, 0x5e, 0x3c, 0xa2, 0x90, 0x25, 0xca,
+ 0x35, 0xd6, 0x76, 0x7a, 0x0c, 0xbd, 0x83, 0xef, 0xe1, 0x6b, 0x78, 0xb6, 0xae, 0x1b, 0x77, 0x16,
+ 0xe0, 0x5b, 0x45, 0x52, 0x00, 0xc2, 0xbc, 0x95, 0x8f, 0x6e, 0xb9, 0x56, 0x27, 0x36, 0xa2, 0xd8,
+ 0x9e, 0x90, 0xd4, 0x6f, 0x4d, 0x4c, 0xae, 0xbc, 0x8e, 0x4c, 0xac, 0x63, 0x70, 0x9e, 0x87, 0xca,
+ 0xa2, 0x04, 0x16, 0x50, 0xd1, 0x5e, 0x99, 0x5b, 0x7d, 0x77, 0xcb, 0xc1, 0x92, 0xab, 0xcc, 0xd0,
+ 0xe2, 0x1a, 0x54, 0x60, 0x05, 0xb8, 0x61, 0x29, 0xae, 0x41, 0x61, 0xca, 0x8e, 0x19, 0xfb, 0x89,
+ 0x32, 0xc7, 0x09, 0xdb, 0x25, 0x2b, 0x13, 0x91, 0x3b, 0x20, 0x0c, 0xce, 0x04, 0xa1, 0x8d, 0x55,
+ 0xec, 0xa4, 0xe0, 0x91, 0x09, 0x3a, 0xb2, 0x9c, 0x0c, 0x19, 0x8d, 0x7e, 0x9c, 0xed, 0xab, 0xc1,
+ 0x13, 0xd8, 0xf5, 0x00, 0xe3, 0xe3, 0x00, 0xf0, 0x2a, 0x4f, 0x3a, 0xea, 0x30, 0x56, 0x6c, 0xd2,
+ 0x9a, 0x41, 0x47, 0x2b, 0x8e, 0x4e, 0xc7, 0x6c, 0x03, 0x3d, 0xe4, 0xc5, 0x7e, 0x8c, 0xc1, 0x44,
+ 0xad, 0x11, 0x33, 0xdc, 0x04, 0x07, 0x27, 0x86, 0xf7, 0x55, 0x94, 0xb8, 0x66, 0xdc, 0x07, 0x0a,
+ 0x37, 0x44, 0xb3, 0xd9, 0xec, 0xf6, 0xa2, 0x81, 0x71, 0x23, 0xd9, 0x1f, 0xf2, 0xdf, 0x9c, 0xf0,
+ 0x99, 0x73, 0x47, 0xea, 0xc3, 0x80, 0xb5, 0x15, 0x72, 0x3c, 0xbb, 0x78, 0x6b, 0x0b, 0x74, 0x74,
+ 0x8c, 0xd5, 0x98, 0x4e, 0x30, 0x0e, 0x2c, 0xe5, 0x85, 0xe5, 0x90, 0xd2, 0xf0, 0x5d, 0x3f, 0x18,
+ 0x07, 0xd9, 0x0c, 0x99, 0x82, 0xe3, 0x49, 0x5e, 0xce, 0x92, 0xe9, 0x4e, 0xc0, 0x58, 0xfc, 0xa6,
+ 0x00, 0xb6, 0x60, 0x13, 0x1d, 0xb2, 0xf0, 0xae, 0xcf, 0x85, 0x1c, 0x65, 0x78, 0x1b, 0xd9, 0xa5,
+ 0x31, 0xce, 0x46, 0x3c, 0x2e, 0x14, 0x6d, 0x23, 0xfc, 0x9a, 0x92, 0xdb, 0x8b, 0x47, 0x85, 0xf3,
+ 0x17, 0xc5, 0xee, 0x57, 0x4d, 0x40, 0x16, 0x92, 0xd9, 0x2c, 0x7e, 0x42, 0x1e, 0x73, 0xbb, 0x0e,
+ 0x3e, 0xc5, 0x9a, 0x57, 0x1c, 0x76, 0x35, 0x39, 0x20, 0xbe, 0x6a, 0xfa, 0x41, 0xcf, 0x97, 0x0f,
+ 0xf1, 0x8e, 0x2d, 0x4f, 0x0a, 0xce, 0xd3, 0x65, 0x56, 0xa7, 0xcf, 0x70, 0x68, 0x5f, 0x5c, 0xd7,
+ 0x51, 0x8b, 0xd3, 0xb3, 0xb5, 0x1f, 0x02, 0x53, 0x38, 0x4c, 0xd2, 0x7c, 0x08, 0x91, 0xcb, 0x45,
+ 0xdf, 0x76, 0xb6, 0x1c, 0x36, 0x16, 0x59, 0x28, 0xc5, 0xb8, 0xc6, 0xec, 0xca, 0x45, 0xf2, 0x0e,
+ 0xdf, 0x30, 0x41, 0xee, 0x2b, 0xc6, 0x6e, 0x2e, 0x36, 0x5b, 0xcd, 0xb5, 0xe5, 0xf9, 0x95, 0xe5,
+ 0x67, 0x35, 0xcd, 0x0b, 0x6b, 0x97, 0x2f, 0x9a, 0xad, 0xf5, 0xb5, 0xe5, 0x4b, 0x4b, 0xe6, 0xe5,
+ 0x4b, 0x2b, 0x3f, 0xf8, 0x7f, 0xd8, 0x9a, 0x97, 0xd1, 0x3c, 0xa7, 0x9b, 0x0e, 0xa7, 0x41, 0xd6,
+ 0xa6, 0x83, 0x46, 0xc4, 0x94, 0xd2, 0x26, 0xc4, 0xe0, 0x05, 0x79, 0x57, 0x93, 0x76, 0x3d, 0x8d,
+ 0x41, 0x08, 0xbe, 0x44, 0xc4, 0xf0, 0xb2, 0x60, 0xca, 0x9f, 0x41, 0x92, 0x5e, 0x29, 0x3b, 0x7d,
+ 0x0d, 0x4d, 0x47, 0x43, 0xb8, 0xb8, 0x58, 0x14, 0x1b, 0x39, 0x57, 0x81, 0xe9, 0xaf, 0xd3, 0x7e,
+ 0xd8, 0x09, 0xc1, 0xf2, 0x85, 0xe3, 0x28, 0x61, 0x8d, 0x1c, 0x51, 0xac, 0x6c, 0x8b, 0x1b, 0x40,
+ 0xd4, 0x00, 0x21, 0x87, 0xa2, 0xb4, 0xda, 0x05, 0x4b, 0x8c, 0x05, 0xe5, 0x70, 0xdb, 0xef, 0x99,
+ 0x4b, 0xc2, 0x9c, 0x2f, 0x82, 0xd5, 0x1f, 0xac, 0x61, 0x17, 0x12, 0x88, 0x4b, 0x5c, 0xba, 0x84,
+ 0x75, 0x56, 0xaf, 0x37, 0xaa, 0x28, 0xc8, 0x2d, 0xb0, 0x8d, 0xc1, 0x67, 0x18, 0x59, 0x41, 0xdc,
+ 0x9a, 0x05, 0x46, 0x92, 0x8f, 0x41, 0xa4, 0x2f, 0xcf, 0xf5, 0x11, 0x0c, 0xa3, 0xf7, 0xd8, 0x4f,
+ 0xba, 0xdd, 0x75, 0x72, 0x98, 0x9b, 0xe7, 0x60, 0x60, 0x06, 0x62, 0x4e, 0x96, 0x07, 0xee, 0xab,
+ 0x8f, 0x87, 0xa1, 0xde, 0x10, 0xcb, 0xd5, 0xc9, 0xb9, 0x67, 0x93, 0x4a, 0xce, 0x30, 0x5e, 0x4f,
+ 0xbc, 0x59, 0x5a, 0x77, 0x46, 0xf3, 0x80, 0xf4, 0xa7, 0x0f, 0x62, 0x92, 0x10, 0xb3, 0x1f, 0x8a,
+ 0x1b, 0x9c, 0x42, 0xb6, 0xf4, 0x3d, 0x27, 0x12, 0x01, 0xfa, 0x74, 0xed, 0x16, 0x59, 0x54, 0x65,
+ 0x1e, 0x0b, 0xd0, 0x9b, 0xf1, 0x06, 0x00, 0x83, 0x94, 0x98, 0xda, 0x94, 0x74, 0xef, 0xc4, 0xb9,
+ 0xda, 0x33, 0xc9, 0xf5, 0xf2, 0x99, 0x5a, 0x79, 0xef, 0x5a, 0xb0, 0xda, 0x3b, 0x58, 0x9c, 0x69,
+ 0x81, 0x15, 0x1e, 0xf9, 0xe6, 0x8b, 0x89, 0x01, 0x9a, 0xe9, 0xb8, 0xcd, 0xe4, 0x6e, 0x81, 0x29,
+ 0x8d, 0x46, 0x44, 0xd7, 0x86, 0xd2, 0xad, 0x91, 0xdb, 0x50, 0xd1, 0x12, 0xd5, 0x9d, 0x82, 0x65,
+ 0x6a, 0x5b, 0x45, 0xee, 0xb3, 0x9e, 0x1c, 0x4b, 0x9f, 0x05, 0xce, 0x7c, 0xe0, 0x3c, 0x21, 0x90,
+ 0x10, 0xe0, 0x95, 0x00, 0x6e, 0xa0, 0xf6, 0x20, 0x24, 0x08, 0x3c, 0x52, 0x58, 0xb0, 0x42, 0x46,
+ 0x3f, 0x59, 0x32, 0x4e, 0x61, 0x56, 0xdc, 0xcc, 0x0b, 0x1e, 0xe8, 0xa7, 0x4a, 0xb0, 0xd3, 0x6c,
+ 0x3c, 0xcb, 0xdf, 0x24, 0xe8, 0xa7, 0x4b, 0xe0, 0xa3, 0x8e, 0x6a, 0x63, 0x31, 0x59, 0xf4, 0x33,
+ 0x25, 0xb8, 0x92, 0x43, 0xf1, 0x9c, 0x28, 0x5d, 0xd1, 0xcf, 0x96, 0x8c, 0x27, 0x62, 0x08, 0x23,
+ 0x06, 0x1f, 0x86, 0x5b, 0xd8, 0x1a, 0xf0, 0x0c, 0xb7, 0xd5, 0xdf, 0x4c, 0x1e, 0x28, 0xe8, 0xe7,
+ 0x4a, 0xc6, 0xb5, 0x58, 0x07, 0x6c, 0xe6, 0x86, 0x71, 0xf4, 0xf3, 0x25, 0x30, 0x0e, 0x47, 0x62,
+ 0x24, 0xab, 0x96, 0xe3, 0x71, 0x4a, 0xe9, 0x17, 0x4b, 0xc6, 0x75, 0xe4, 0x64, 0x66, 0x3c, 0xa1,
+ 0xe8, 0x4b, 0x25, 0xa3, 0x46, 0xae, 0x8d, 0xe7, 0x97, 0x7c, 0xd7, 0x66, 0xde, 0x23, 0xd8, 0x21,
+ 0xb6, 0xbd, 0x10, 0xf8, 0x96, 0xdd, 0xb6, 0x20, 0x92, 0xfd, 0x72, 0x09, 0xc2, 0xbb, 0x4a, 0x0c,
+ 0x73, 0xf1, 0xf2, 0xfa, 0xa2, 0xd4, 0x30, 0xfa, 0x95, 0x12, 0x04, 0xea, 0xd7, 0xe4, 0xcc, 0x24,
+ 0xf8, 0xbf, 0x5a, 0x32, 0x6e, 0xc1, 0x7c, 0xb5, 0x19, 0xd7, 0xed, 0xc5, 0xc3, 0xa8, 0xb4, 0x0f,
+ 0x8b, 0xcd, 0xd5, 0xb5, 0x66, 0x63, 0x7e, 0xbd, 0xb9, 0x48, 0xbf, 0x56, 0x32, 0xee, 0xc0, 0x88,
+ 0x3e, 0x17, 0x30, 0x29, 0x11, 0x2b, 0x0b, 0xbe, 0x5e, 0x32, 0x6e, 0xc3, 0x64, 0x3d, 0x59, 0x20,
+ 0x40, 0xd7, 0x7d, 0xbc, 0x37, 0x1e, 0x0a, 0x2a, 0xc0, 0xdf, 0x18, 0x26, 0x23, 0x06, 0x1e, 0x06,
+ 0xfc, 0xe6, 0x30, 0x19, 0x2a, 0x60, 0x1e, 0x19, 0xdf, 0x2a, 0x41, 0x18, 0x55, 0x8d, 0x17, 0xe0,
+ 0x7d, 0xc4, 0xfb, 0xd3, 0x6f, 0x97, 0xc0, 0xe4, 0x9d, 0xca, 0x9b, 0x4a, 0xd8, 0xf3, 0x1d, 0xac,
+ 0x22, 0xdc, 0x14, 0x83, 0x88, 0x14, 0x43, 0xec, 0x38, 0x4c, 0xd8, 0x77, 0x4b, 0xc6, 0x93, 0xc9,
+ 0x6d, 0xa3, 0x20, 0xf3, 0x28, 0xfb, 0x9e, 0xb6, 0x7d, 0xa3, 0x1f, 0x46, 0x7e, 0xd7, 0x79, 0x9e,
+ 0x78, 0x99, 0x66, 0xbb, 0x51, 0x3f, 0x60, 0xf4, 0xf1, 0x92, 0x71, 0x2b, 0x16, 0x31, 0x46, 0x83,
+ 0x24, 0x94, 0x3e, 0xbf, 0x6c, 0x5c, 0x43, 0x8e, 0xc5, 0xa0, 0x1b, 0xf1, 0x39, 0x84, 0x1c, 0xbc,
+ 0xa0, 0xac, 0x6a, 0xc9, 0xc6, 0xd0, 0x21, 0x5f, 0x58, 0x56, 0xe5, 0x07, 0xab, 0xf8, 0xb2, 0x37,
+ 0x80, 0xbe, 0x48, 0x43, 0x9a, 0x66, 0x58, 0xc8, 0x2b, 0xfa, 0x12, 0x0d, 0x69, 0x3a, 0xc9, 0x85,
+ 0x98, 0xbe, 0xb4, 0xac, 0x0a, 0x76, 0xfa, 0x40, 0x10, 0x93, 0xf4, 0xb2, 0xb2, 0x71, 0x3d, 0x99,
+ 0xcb, 0x9b, 0x97, 0x54, 0xbd, 0xbc, 0xac, 0xaa, 0x9d, 0x5a, 0xd4, 0x54, 0x99, 0xf8, 0x0a, 0x7d,
+ 0x9b, 0x90, 0xd9, 0x0d, 0xd7, 0x72, 0xf8, 0x83, 0x1e, 0xbf, 0xe3, 0x57, 0x96, 0x55, 0xbd, 0x6b,
+ 0xf9, 0x41, 0x24, 0x4e, 0xf6, 0xaa, 0xb2, 0x71, 0x06, 0xab, 0x53, 0x62, 0x1c, 0x0c, 0xfc, 0x15,
+ 0xdf, 0xbd, 0x02, 0xce, 0x0c, 0x4c, 0x56, 0xb4, 0x82, 0x6f, 0x66, 0xca, 0x1e, 0xaf, 0x2e, 0xa7,
+ 0xaa, 0x0d, 0x7b, 0xf4, 0x6c, 0xd9, 0xbf, 0xd5, 0x02, 0x1b, 0xd0, 0xb5, 0xe8, 0xcf, 0x97, 0x55,
+ 0x25, 0x13, 0x7c, 0x10, 0x57, 0x15, 0x5f, 0xe3, 0x6b, 0xca, 0x59, 0x29, 0xd2, 0x20, 0x92, 0x43,
+ 0xff, 0xa2, 0xb6, 0x95, 0x80, 0xbc, 0x68, 0xed, 0xb0, 0x20, 0xbc, 0x68, 0x05, 0x3b, 0xf4, 0x97,
+ 0xca, 0xc6, 0x93, 0xc8, 0x0d, 0xa3, 0xa6, 0x13, 0x2c, 0xbf, 0x8c, 0x15, 0xad, 0xeb, 0x74, 0xb0,
+ 0x0d, 0xcf, 0x01, 0xc6, 0x73, 0x73, 0xb7, 0x8c, 0x41, 0x3c, 0xfd, 0x95, 0xb2, 0xaa, 0x9f, 0xf9,
+ 0x40, 0x09, 0xc6, 0x5f, 0xd5, 0x04, 0xa1, 0x65, 0xed, 0xee, 0x0e, 0x52, 0xfb, 0xf3, 0x6b, 0x65,
+ 0x55, 0x90, 0x13, 0x8f, 0x03, 0xbc, 0xbe, 0xe0, 0x78, 0x4e, 0xb8, 0x0d, 0xf9, 0xe4, 0x6b, 0xb5,
+ 0xcb, 0x1c, 0x51, 0x87, 0xa7, 0xbf, 0xae, 0x09, 0x62, 0x03, 0x9b, 0x54, 0xda, 0xc2, 0x4c, 0xbe,
+ 0x4e, 0xe3, 0x0b, 0x4f, 0xf2, 0xdb, 0x3b, 0x9e, 0x7f, 0x15, 0x12, 0xa3, 0x0e, 0xa0, 0x7f, 0x7d,
+ 0x59, 0xd5, 0x93, 0x55, 0xf0, 0x8c, 0x2c, 0x0a, 0xcd, 0x16, 0xc3, 0xf5, 0xe2, 0xd7, 0x05, 0x3f,
+ 0x68, 0x60, 0x57, 0x05, 0x7d, 0x83, 0x46, 0x49, 0x0a, 0xaa, 0x3b, 0x8e, 0x37, 0x96, 0x8d, 0x3a,
+ 0xb9, 0x75, 0x1c, 0x84, 0x6b, 0xac, 0xe7, 0x0e, 0xe8, 0x9b, 0x94, 0x8b, 0x19, 0x9d, 0xc4, 0xd3,
+ 0xdf, 0xd6, 0x2e, 0x86, 0xf7, 0xbe, 0x37, 0x92, 0x22, 0xb6, 0x48, 0x66, 0x42, 0xfa, 0x66, 0x4d,
+ 0x9e, 0x94, 0xf9, 0xdd, 0x6d, 0x0b, 0xd8, 0x06, 0xc7, 0xfd, 0x1d, 0x4d, 0xe8, 0x5b, 0xdb, 0x3e,
+ 0x7f, 0x9e, 0x0d, 0x57, 0x1d, 0x2c, 0x67, 0x6e, 0xf4, 0xe8, 0xef, 0x96, 0x8d, 0x9b, 0xc9, 0x8d,
+ 0x09, 0x06, 0x4e, 0xcf, 0xa2, 0x13, 0xf6, 0x5c, 0x6b, 0x70, 0xc9, 0x8f, 0x20, 0x60, 0x6d, 0xf3,
+ 0x50, 0x9e, 0xfe, 0x9e, 0xc6, 0x55, 0x4e, 0x8e, 0x4c, 0x4e, 0xb0, 0x7d, 0x80, 0xbe, 0x45, 0x13,
+ 0x5b, 0x73, 0xd9, 0x6b, 0x07, 0x0c, 0xbb, 0xc3, 0x1f, 0x84, 0x84, 0x94, 0x47, 0x3c, 0xc9, 0xb9,
+ 0x7e, 0x5f, 0x23, 0x99, 0x23, 0x5a, 0x65, 0x9e, 0x07, 0xf1, 0x87, 0xec, 0x98, 0xa3, 0x7f, 0xa0,
+ 0x6d, 0x35, 0xc4, 0xee, 0x90, 0xfe, 0xa1, 0x76, 0x81, 0xc3, 0xd3, 0x26, 0xf6, 0x08, 0xae, 0x60,
+ 0x7f, 0x15, 0x1c, 0xfe, 0x9d, 0x9a, 0xd9, 0xe1, 0x7b, 0x35, 0x3b, 0x9d, 0x26, 0x44, 0xe9, 0x5e,
+ 0x9b, 0xd1, 0x3f, 0xd2, 0x38, 0x8c, 0x17, 0x90, 0x4e, 0x26, 0xe4, 0xfe, 0xb1, 0xa6, 0xfc, 0x17,
+ 0x44, 0x8a, 0x9d, 0x5f, 0x2e, 0xa0, 0x7f, 0x52, 0x36, 0xce, 0x91, 0xb3, 0x63, 0xc1, 0x26, 0xf8,
+ 0xff, 0x54, 0x93, 0x31, 0xc1, 0x7f, 0x69, 0xf7, 0x50, 0x4f, 0x59, 0x84, 0x7d, 0x15, 0xf4, 0xcf,
+ 0xca, 0xc6, 0xed, 0xe4, 0x96, 0x3d, 0xa0, 0x12, 0x9c, 0x7f, 0xae, 0xe9, 0x46, 0x73, 0x17, 0xee,
+ 0xa9, 0x1d, 0x2d, 0xa1, 0x29, 0xfb, 0x0b, 0xcd, 0xc4, 0x25, 0x2e, 0x91, 0xfe, 0xa5, 0xce, 0x28,
+ 0xdd, 0x63, 0xd3, 0xbf, 0x1a, 0xd2, 0xc8, 0x5c, 0x7f, 0x4e, 0xdf, 0xae, 0x49, 0x5a, 0x82, 0x3b,
+ 0x99, 0x7f, 0x87, 0xa6, 0xfa, 0x6b, 0xa8, 0x18, 0x52, 0x82, 0x96, 0xb0, 0xab, 0x02, 0x64, 0x84,
+ 0xfe, 0xb5, 0x86, 0x22, 0xd3, 0x03, 0x4b, 0x1f, 0xd3, 0x84, 0x75, 0x64, 0x8f, 0x2c, 0xfd, 0x1b,
+ 0x4d, 0xc6, 0x14, 0x06, 0x24, 0x10, 0x7f, 0xab, 0x09, 0x51, 0x1e, 0x31, 0x09, 0xe8, 0xdf, 0x69,
+ 0x74, 0x6b, 0x8d, 0x51, 0xb1, 0x83, 0x7a, 0xb7, 0xc6, 0x70, 0xa5, 0xa3, 0x81, 0xbe, 0xa7, 0xac,
+ 0xc6, 0x64, 0xa9, 0xe3, 0x43, 0x80, 0x8b, 0xa2, 0xdf, 0x80, 0xbe, 0x57, 0x13, 0xb1, 0x5c, 0x98,
+ 0x84, 0x98, 0xf7, 0x0d, 0x71, 0x40, 0x85, 0x65, 0x81, 0x0c, 0x9f, 0x97, 0x6d, 0xfa, 0xcf, 0x9a,
+ 0x51, 0x1a, 0x09, 0x97, 0xe0, 0x7d, 0x7f, 0x39, 0x8d, 0x95, 0xf2, 0x4a, 0xcb, 0x72, 0x5d, 0x52,
+ 0xd0, 0xa2, 0x1f, 0x50, 0x94, 0x27, 0x6f, 0x01, 0x77, 0xfb, 0x1f, 0x54, 0x4e, 0x96, 0x07, 0xb4,
+ 0x98, 0x76, 0xed, 0xd0, 0x7f, 0x29, 0xa7, 0x41, 0xd1, 0x58, 0xc5, 0x6d, 0xfa, 0xaf, 0x1a, 0xd7,
+ 0xb1, 0xff, 0x00, 0x9c, 0x32, 0x8f, 0xf4, 0x3f, 0x3c, 0xa3, 0xde, 0xae, 0x9c, 0x31, 0x87, 0x3a,
+ 0x15, 0xc4, 0xd5, 0x7d, 0x64, 0x46, 0x65, 0xfe, 0x08, 0x50, 0xb9, 0xe1, 0x47, 0x67, 0x54, 0x49,
+ 0x88, 0x61, 0x5b, 0x98, 0x72, 0xca, 0x56, 0x7f, 0xfa, 0x1f, 0x33, 0xea, 0x7d, 0x27, 0x20, 0x62,
+ 0xb6, 0xe1, 0xfa, 0xd8, 0xba, 0xf3, 0xb1, 0x19, 0xe3, 0x4e, 0x72, 0xfb, 0x38, 0xd4, 0x25, 0x3b,
+ 0x7f, 0x7a, 0x46, 0xb7, 0x79, 0x28, 0x83, 0xe0, 0x54, 0xaf, 0x86, 0x2c, 0x30, 0x2f, 0x58, 0x57,
+ 0xfc, 0x00, 0xcc, 0x9d, 0x18, 0xa5, 0x6f, 0x3f, 0xa8, 0x1e, 0x48, 0x07, 0x5d, 0x70, 0xc1, 0xd9,
+ 0x62, 0xd1, 0x50, 0xc2, 0xbe, 0xe3, 0xa0, 0xe6, 0x1c, 0xe4, 0x77, 0x0a, 0x5e, 0x04, 0x19, 0x3e,
+ 0xe7, 0xe3, 0x6f, 0xcc, 0xaa, 0x16, 0x92, 0xdb, 0x59, 0xc8, 0x41, 0x1d, 0x76, 0x95, 0x37, 0xf7,
+ 0x8a, 0x86, 0x5e, 0xfa, 0xba, 0x59, 0x55, 0x24, 0x15, 0x20, 0xbd, 0xe1, 0x97, 0xbe, 0x7e, 0x56,
+ 0x8d, 0xe2, 0x14, 0xb8, 0xf8, 0x2a, 0xde, 0x30, 0xab, 0x06, 0xf6, 0x59, 0x80, 0x04, 0xd3, 0x1b,
+ 0x67, 0x55, 0xb2, 0x15, 0xc0, 0x26, 0x7e, 0x03, 0xc2, 0xe8, 0x6f, 0xce, 0xaa, 0x2c, 0xc8, 0xcc,
+ 0x6b, 0x7e, 0xed, 0xb7, 0x66, 0x55, 0x45, 0x51, 0x60, 0xf1, 0xcf, 0x05, 0xbf, 0xdf, 0xd9, 0x8e,
+ 0x34, 0xf8, 0x37, 0x69, 0xa7, 0x58, 0x64, 0x57, 0x4c, 0xbd, 0xe3, 0x89, 0xbe, 0xf7, 0xb0, 0x7a,
+ 0x8a, 0x2c, 0x40, 0xaa, 0xca, 0x87, 0x35, 0x37, 0x87, 0xdd, 0x0d, 0xf2, 0xcb, 0x02, 0x6e, 0xf2,
+ 0x1f, 0xab, 0xa8, 0xf1, 0xdb, 0xf0, 0x74, 0x6a, 0xea, 0x2a, 0xaa, 0xc0, 0x71, 0xb0, 0xf8, 0xab,
+ 0xa4, 0xf8, 0xbb, 0x29, 0xfa, 0xce, 0x8a, 0x26, 0x12, 0x79, 0x30, 0x09, 0xbe, 0xbf, 0xaf, 0xa8,
+ 0xa6, 0x53, 0x83, 0x6d, 0x60, 0xfb, 0xa4, 0x4b, 0xdf, 0x55, 0x51, 0x5d, 0x7d, 0x0e, 0x44, 0x82,
+ 0xeb, 0x1f, 0x2a, 0x9a, 0x78, 0xa9, 0x90, 0x28, 0xed, 0xf4, 0x9f, 0x2a, 0xaa, 0xe4, 0x64, 0xe6,
+ 0x13, 0x3c, 0xef, 0xd6, 0xce, 0xb8, 0x60, 0x79, 0x1e, 0xb3, 0x1f, 0xf1, 0x03, 0x1b, 0x83, 0xef,
+ 0x98, 0xed, 0xef, 0xa9, 0xa8, 0xa2, 0x3a, 0x0c, 0x23, 0x11, 0xbd, 0x57, 0x23, 0x1d, 0xed, 0x8b,
+ 0x0e, 0x98, 0xc6, 0xa9, 0xef, 0xd3, 0x48, 0xcb, 0x42, 0x8a, 0xc8, 0x1e, 0xec, 0xac, 0x76, 0x44,
+ 0x84, 0x5b, 0x74, 0x82, 0x68, 0xd0, 0x5a, 0x14, 0xed, 0x34, 0xf4, 0xfd, 0x19, 0x3c, 0x7c, 0x3e,
+ 0xfe, 0xa8, 0x25, 0x81, 0xfb, 0x80, 0x76, 0x44, 0xfe, 0x42, 0xc9, 0x77, 0x68, 0x3d, 0xb4, 0xf2,
+ 0x20, 0x1b, 0x3c, 0x8c, 0x25, 0x33, 0xfa, 0xc1, 0x2c, 0xf5, 0x31, 0xbd, 0x18, 0xf9, 0xf9, 0x2e,
+ 0x86, 0x17, 0x5d, 0xcb, 0xb3, 0xe9, 0xbf, 0x55, 0xb2, 0x2e, 0xeb, 0x61, 0xd1, 0x88, 0x12, 0x13,
+ 0xfe, 0xa1, 0x8a, 0x1a, 0xa5, 0xeb, 0x9f, 0x56, 0xd2, 0x7f, 0xd7, 0x64, 0x8f, 0xf7, 0xbe, 0xb1,
+ 0xcd, 0xf9, 0xd5, 0x65, 0xe9, 0x37, 0x1a, 0xdb, 0xe8, 0x28, 0x6d, 0xfa, 0x61, 0x6d, 0x1b, 0x61,
+ 0xb4, 0x87, 0xb6, 0xf9, 0xcf, 0x8a, 0x9a, 0x39, 0x14, 0x7f, 0xd7, 0x47, 0xff, 0xab, 0x62, 0x9c,
+ 0x27, 0xf5, 0xf1, 0x80, 0x93, 0x3b, 0xfd, 0xef, 0x8a, 0x6a, 0x1a, 0x8b, 0xbe, 0xd2, 0xa3, 0x1f,
+ 0xab, 0xa8, 0x86, 0x77, 0x9c, 0x0f, 0xfa, 0xe8, 0xc7, 0x2b, 0xaa, 0x79, 0xe0, 0xdf, 0x8a, 0x15,
+ 0x7c, 0x71, 0x19, 0xd2, 0x4f, 0x54, 0x74, 0x7f, 0x9f, 0xf3, 0x35, 0x1b, 0xfd, 0x64, 0x45, 0xf7,
+ 0xf7, 0x05, 0x9f, 0xdc, 0xd1, 0x4f, 0x55, 0xd4, 0x90, 0x72, 0xac, 0xaf, 0xe3, 0xe8, 0xa7, 0x2b,
+ 0x6a, 0x30, 0x37, 0xf4, 0xe1, 0x1b, 0xfd, 0x4c, 0x45, 0x35, 0x3b, 0xc3, 0x5f, 0xbf, 0xd1, 0xcf,
+ 0x66, 0xae, 0x3e, 0xef, 0x63, 0x36, 0xfa, 0xb9, 0x8a, 0x71, 0x16, 0xdb, 0xb9, 0x9a, 0x63, 0x7d,
+ 0xf3, 0x46, 0x3f, 0x3f, 0x1a, 0xab, 0xf2, 0x45, 0x1a, 0xfd, 0x9f, 0xd1, 0x58, 0x73, 0x3e, 0x5c,
+ 0xa3, 0x5f, 0xd0, 0x6c, 0x55, 0xce, 0xa7, 0x59, 0xf4, 0x8b, 0x19, 0x95, 0x19, 0xf1, 0xf1, 0x16,
+ 0xfd, 0x52, 0x45, 0x8d, 0x71, 0x47, 0x7c, 0x0b, 0x45, 0xbf, 0xac, 0xa8, 0x7b, 0xce, 0x67, 0x49,
+ 0xf4, 0x2b, 0x15, 0xd5, 0x3b, 0x64, 0x3f, 0xc9, 0xa1, 0x5f, 0xcd, 0xd8, 0x03, 0xae, 0x7a, 0x2b,
+ 0x7e, 0x1b, 0xa5, 0x9b, 0xbb, 0x98, 0x45, 0x67, 0x6b, 0x8b, 0x7e, 0x2d, 0x23, 0x77, 0xb9, 0x70,
+ 0x09, 0xf9, 0x5f, 0xcf, 0x1c, 0x74, 0xc4, 0xf7, 0x37, 0xf4, 0x1b, 0x15, 0xb5, 0xf8, 0x34, 0xc6,
+ 0x97, 0x3a, 0xf4, 0x9b, 0x59, 0x26, 0xe6, 0x7f, 0x1f, 0x42, 0xbf, 0xa5, 0x69, 0x7b, 0xf1, 0x87,
+ 0x14, 0xf4, 0xdb, 0x8a, 0xaa, 0x8c, 0xf8, 0x5e, 0x8a, 0x7e, 0x47, 0x53, 0xa7, 0xdc, 0x6f, 0x07,
+ 0xe8, 0x77, 0x35, 0xcb, 0x9f, 0xff, 0x01, 0x01, 0xfd, 0x9e, 0xc6, 0xcf, 0x3d, 0xfb, 0xf4, 0xe9,
+ 0xe3, 0x15, 0xb5, 0x76, 0xb8, 0x77, 0xd3, 0x3d, 0x7d, 0x7e, 0x55, 0x0d, 0x46, 0x45, 0x37, 0xbb,
+ 0x28, 0x22, 0xbf, 0xa0, 0x6a, 0x1c, 0x27, 0x46, 0xaa, 0xc2, 0x71, 0x13, 0x39, 0x7d, 0x61, 0x55,
+ 0x15, 0x96, 0x6c, 0x77, 0x39, 0x7d, 0x51, 0x75, 0x98, 0xf1, 0xc8, 0x41, 0x91, 0xe5, 0xf3, 0xa0,
+ 0x39, 0xee, 0xbd, 0xa7, 0x3f, 0x52, 0x4d, 0x83, 0x8e, 0xa2, 0x86, 0x65, 0xfa, 0xe2, 0x6a, 0x5e,
+ 0x9c, 0x3f, 0xba, 0xb3, 0x99, 0xbe, 0xa4, 0x9a, 0x9a, 0xd7, 0xe2, 0xae, 0x58, 0xfa, 0xd2, 0xaa,
+ 0x2e, 0xb3, 0x7b, 0xb4, 0x6d, 0xd2, 0x1f, 0x55, 0xce, 0x9f, 0xd7, 0x4f, 0x49, 0x7f, 0x2c, 0xf7,
+ 0x54, 0xd9, 0x86, 0x4b, 0xfa, 0xe3, 0xd5, 0x54, 0x79, 0x47, 0x76, 0xe3, 0xd1, 0x9f, 0xa8, 0xa6,
+ 0x49, 0xf4, 0x9e, 0x3d, 0x7b, 0xf4, 0x27, 0xab, 0xa9, 0x2d, 0xda, 0xbb, 0xed, 0x8a, 0xbe, 0xac,
+ 0x9a, 0xda, 0xa2, 0xdc, 0x36, 0x23, 0xfa, 0x72, 0xe5, 0x36, 0x0b, 0x1b, 0x91, 0xe8, 0x2b, 0xaa,
+ 0xa9, 0x5f, 0xcd, 0xe7, 0x39, 0x7d, 0x65, 0x2e, 0x88, 0x5a, 0xf9, 0xa4, 0xaf, 0xca, 0xbd, 0xb9,
+ 0xbc, 0x8e, 0x4f, 0xfa, 0xea, 0xaa, 0xfa, 0xce, 0xa1, 0x3d, 0x1f, 0xd1, 0x9f, 0xaa, 0xa6, 0x16,
+ 0xab, 0xe0, 0xbd, 0x88, 0xfe, 0xb4, 0x02, 0x57, 0xf0, 0xac, 0x43, 0x7f, 0x46, 0x91, 0x92, 0x31,
+ 0x9e, 0x7f, 0xe8, 0xcf, 0x56, 0xcf, 0xbc, 0x66, 0x92, 0x1c, 0xd2, 0x1b, 0xbd, 0x8c, 0x63, 0x24,
+ 0xa7, 0xf9, 0x8b, 0x3e, 0x01, 0x8e, 0x71, 0x6c, 0x78, 0x7c, 0x91, 0x79, 0x0e, 0x6f, 0x53, 0xe1,
+ 0x5d, 0x8f, 0xfa, 0x9c, 0xf0, 0x2b, 0xa2, 0x6b, 0x6f, 0x52, 0xf4, 0x4c, 0xea, 0x00, 0xeb, 0x4e,
+ 0x97, 0xf9, 0x7d, 0x6c, 0x64, 0xcc, 0x99, 0x4c, 0xbb, 0xa0, 0x73, 0x26, 0x2f, 0xf9, 0x17, 0xad,
+ 0xa8, 0xbd, 0x4d, 0xa7, 0x45, 0xff, 0x93, 0x3e, 0xb9, 0xe1, 0x61, 0x45, 0xd2, 0x13, 0x1b, 0xef,
+ 0xcf, 0xa3, 0x0c, 0x92, 0x8e, 0x15, 0xbf, 0x03, 0x51, 0xd6, 0x65, 0x8f, 0x96, 0xd4, 0x63, 0x89,
+ 0xa6, 0x98, 0xb8, 0xbf, 0x9b, 0x96, 0xcf, 0x7c, 0x79, 0x92, 0x5c, 0xdf, 0xd4, 0x82, 0x99, 0xe4,
+ 0x05, 0x21, 0x0e, 0x9a, 0x44, 0x83, 0x55, 0x31, 0x8c, 0xd6, 0xe8, 0xf3, 0x14, 0x72, 0x6e, 0x4f,
+ 0xf8, 0xb8, 0x85, 0xc7, 0x6b, 0x4b, 0x8d, 0x06, 0x16, 0x3f, 0x40, 0xee, 0x1b, 0x7b, 0x1d, 0x6a,
+ 0x30, 0x9c, 0x72, 0xd9, 0x4b, 0x60, 0xe1, 0x0a, 0x9e, 0x41, 0x9e, 0x36, 0x2e, 0x02, 0x88, 0xbd,
+ 0x5c, 0x1b, 0xbf, 0x96, 0x71, 0x3c, 0xe9, 0x7e, 0x64, 0x77, 0xd7, 0x78, 0xcb, 0x2f, 0xf9, 0xb1,
+ 0x4f, 0xde, 0x07, 0x51, 0xe1, 0xd9, 0x3d, 0x97, 0xc5, 0xd2, 0x7e, 0xa1, 0xef, 0xba, 0x74, 0xfa,
+ 0xcc, 0x27, 0x26, 0xc9, 0xb5, 0x23, 0xb8, 0x2e, 0x42, 0x49, 0xd1, 0xee, 0x5e, 0x04, 0xa1, 0x71,
+ 0xfc, 0xe9, 0xe4, 0x9e, 0x3d, 0xa0, 0x15, 0xbe, 0x0d, 0xb1, 0x6d, 0xc2, 0xb8, 0x97, 0x3c, 0x65,
+ 0xbc, 0xd5, 0xc3, 0x4c, 0x03, 0x96, 0x9f, 0x27, 0x77, 0x8c, 0xb7, 0x36, 0xe5, 0xd8, 0x14, 0x04,
+ 0xa5, 0xf5, 0x71, 0x17, 0x2d, 0xb2, 0x08, 0xfe, 0x04, 0x2e, 0x17, 0x5c, 0xce, 0xd0, 0x1a, 0xb6,
+ 0xeb, 0x7b, 0x22, 0xe3, 0x00, 0x4e, 0xbf, 0x76, 0x82, 0x9c, 0x1c, 0xf9, 0x01, 0x9b, 0xf8, 0x0a,
+ 0x2a, 0xf3, 0x09, 0x5b, 0xa2, 0xed, 0xfa, 0xc4, 0x82, 0x65, 0xc7, 0xd1, 0xc7, 0x24, 0x04, 0x72,
+ 0x73, 0x19, 0x00, 0xd4, 0x3a, 0xc7, 0xdb, 0xe1, 0x9d, 0x82, 0xb7, 0x71, 0x5f, 0xa1, 0xcf, 0x6f,
+ 0x80, 0xeb, 0xed, 0xf5, 0xfc, 0x00, 0xdc, 0x97, 0x9c, 0x58, 0x1f, 0xf4, 0x40, 0x82, 0xce, 0xfc,
+ 0xe3, 0x01, 0x72, 0x4d, 0xc1, 0xf7, 0x30, 0xa2, 0x17, 0x79, 0x9c, 0x0f, 0x66, 0x40, 0x14, 0xf6,
+ 0x84, 0x5d, 0x64, 0x6d, 0xfc, 0x88, 0x10, 0x6d, 0x1a, 0x57, 0xd4, 0x22, 0xd8, 0x87, 0xe7, 0x1b,
+ 0xa6, 0x48, 0x5d, 0xe3, 0x0a, 0x13, 0x37, 0x75, 0xfc, 0xd2, 0xc7, 0x5c, 0xb7, 0xce, 0xbf, 0x3c,
+ 0x05, 0x8e, 0xdc, 0x43, 0xee, 0x2a, 0x5e, 0x24, 0x20, 0xe3, 0xa6, 0x69, 0x53, 0x96, 0xb6, 0xe0,
+ 0xea, 0xf7, 0x3e, 0x92, 0x13, 0xe2, 0xbb, 0x85, 0x0d, 0xe6, 0xf2, 0x2c, 0xf7, 0x0e, 0x05, 0xb0,
+ 0x89, 0x69, 0x5c, 0xf6, 0xc0, 0x76, 0xf2, 0xce, 0xed, 0x22, 0x70, 0x59, 0xb6, 0x28, 0x89, 0x16,
+ 0xf3, 0x42, 0xf2, 0x7d, 0xbf, 0xe5, 0xfb, 0x1e, 0xc5, 0x4a, 0xe4, 0xed, 0x63, 0x81, 0xae, 0x32,
+ 0xb0, 0x0e, 0xd1, 0x80, 0x1e, 0x18, 0x83, 0x37, 0xfc, 0x33, 0xab, 0xcc, 0x55, 0x10, 0xa1, 0x16,
+ 0x63, 0xaf, 0x94, 0x97, 0x31, 0x63, 0x34, 0xc8, 0x03, 0xc5, 0xcb, 0x2e, 0x04, 0x8c, 0x8b, 0x15,
+ 0xef, 0x92, 0x48, 0x36, 0x54, 0x1f, 0x2b, 0x0f, 0x0a, 0xbb, 0x51, 0x84, 0xa4, 0x05, 0x01, 0x2f,
+ 0x76, 0xc5, 0x0e, 0xa3, 0xa1, 0xb3, 0x7b, 0xd3, 0x8d, 0xce, 0xd5, 0x69, 0x33, 0xfc, 0xbc, 0xe7,
+ 0x0a, 0x28, 0x36, 0xde, 0x2f, 0x3d, 0x34, 0x06, 0x6b, 0x85, 0x10, 0x2d, 0xc8, 0x8e, 0xfb, 0xc3,
+ 0x7b, 0xcb, 0xea, 0x25, 0x30, 0xa2, 0xbc, 0xd7, 0x02, 0xfc, 0x7c, 0xb3, 0x8b, 0xc6, 0x86, 0xee,
+ 0xbd, 0x0d, 0x2e, 0x6a, 0x61, 0x07, 0xda, 0x52, 0xdf, 0x0a, 0x6c, 0x7a, 0xc4, 0xb8, 0x8b, 0x3c,
+ 0x79, 0x8f, 0xf3, 0x24, 0xd0, 0x8b, 0xf2, 0x1f, 0x83, 0xa0, 0x86, 0x70, 0x1d, 0x85, 0xc7, 0xd9,
+ 0x66, 0x03, 0xd1, 0x86, 0xcc, 0xc7, 0x69, 0xc5, 0x78, 0x2a, 0x39, 0x5f, 0xbc, 0x04, 0xf2, 0x0c,
+ 0xfc, 0x27, 0x98, 0x56, 0xad, 0x30, 0xbc, 0xea, 0x07, 0xb6, 0xc9, 0x9f, 0x27, 0x68, 0x55, 0x18,
+ 0xdd, 0xa2, 0x85, 0x1b, 0x21, 0x56, 0x92, 0x2f, 0xb1, 0xab, 0x60, 0x22, 0x90, 0xf5, 0xf4, 0xe8,
+ 0x38, 0xb7, 0xc4, 0xef, 0x95, 0x47, 0x32, 0xe0, 0x1e, 0xfc, 0x1d, 0x87, 0xd1, 0x63, 0x0b, 0xd3,
+ 0xcf, 0x9c, 0x78, 0xfe, 0xc4, 0x13, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0x7c, 0x79, 0x06, 0x37,
+ 0xa6, 0x4b, 0x00, 0x00,
+}
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/gcsdk.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/gcsdk.pb.go
new file mode 100644
index 00000000..9e7b5da3
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/gcsdk.pb.go
@@ -0,0 +1,1825 @@
+// Code generated by protoc-gen-go.
+// source: gcsdk_gcmessages.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type ESourceEngine int32
+
+const (
+ ESourceEngine_k_ESE_Source1 ESourceEngine = 0
+ ESourceEngine_k_ESE_Source2 ESourceEngine = 1
+)
+
+var ESourceEngine_name = map[int32]string{
+ 0: "k_ESE_Source1",
+ 1: "k_ESE_Source2",
+}
+var ESourceEngine_value = map[string]int32{
+ "k_ESE_Source1": 0,
+ "k_ESE_Source2": 1,
+}
+
+func (x ESourceEngine) Enum() *ESourceEngine {
+ p := new(ESourceEngine)
+ *p = x
+ return p
+}
+func (x ESourceEngine) String() string {
+ return proto.EnumName(ESourceEngine_name, int32(x))
+}
+func (x *ESourceEngine) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ESourceEngine_value, data, "ESourceEngine")
+ if err != nil {
+ return err
+ }
+ *x = ESourceEngine(value)
+ return nil
+}
+func (ESourceEngine) EnumDescriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{0} }
+
+type PartnerAccountType int32
+
+const (
+ PartnerAccountType_PARTNER_NONE PartnerAccountType = 0
+ PartnerAccountType_PARTNER_PERFECT_WORLD PartnerAccountType = 1
+ PartnerAccountType_PARTNER_NEXON PartnerAccountType = 2
+ PartnerAccountType_PARTNER_INVALID PartnerAccountType = 3
+)
+
+var PartnerAccountType_name = map[int32]string{
+ 0: "PARTNER_NONE",
+ 1: "PARTNER_PERFECT_WORLD",
+ 2: "PARTNER_NEXON",
+ 3: "PARTNER_INVALID",
+}
+var PartnerAccountType_value = map[string]int32{
+ "PARTNER_NONE": 0,
+ "PARTNER_PERFECT_WORLD": 1,
+ "PARTNER_NEXON": 2,
+ "PARTNER_INVALID": 3,
+}
+
+func (x PartnerAccountType) Enum() *PartnerAccountType {
+ p := new(PartnerAccountType)
+ *p = x
+ return p
+}
+func (x PartnerAccountType) String() string {
+ return proto.EnumName(PartnerAccountType_name, int32(x))
+}
+func (x *PartnerAccountType) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(PartnerAccountType_value, data, "PartnerAccountType")
+ if err != nil {
+ return err
+ }
+ *x = PartnerAccountType(value)
+ return nil
+}
+func (PartnerAccountType) EnumDescriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{1} }
+
+type GCConnectionStatus int32
+
+const (
+ GCConnectionStatus_GCConnectionStatus_HAVE_SESSION GCConnectionStatus = 0
+ GCConnectionStatus_GCConnectionStatus_GC_GOING_DOWN GCConnectionStatus = 1
+ GCConnectionStatus_GCConnectionStatus_NO_SESSION GCConnectionStatus = 2
+ GCConnectionStatus_GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE GCConnectionStatus = 3
+ GCConnectionStatus_GCConnectionStatus_NO_STEAM GCConnectionStatus = 4
+ GCConnectionStatus_GCConnectionStatus_SUSPENDED GCConnectionStatus = 5
+ GCConnectionStatus_GCConnectionStatus_STEAM_GOING_DOWN GCConnectionStatus = 6
+)
+
+var GCConnectionStatus_name = map[int32]string{
+ 0: "GCConnectionStatus_HAVE_SESSION",
+ 1: "GCConnectionStatus_GC_GOING_DOWN",
+ 2: "GCConnectionStatus_NO_SESSION",
+ 3: "GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE",
+ 4: "GCConnectionStatus_NO_STEAM",
+ 5: "GCConnectionStatus_SUSPENDED",
+ 6: "GCConnectionStatus_STEAM_GOING_DOWN",
+}
+var GCConnectionStatus_value = map[string]int32{
+ "GCConnectionStatus_HAVE_SESSION": 0,
+ "GCConnectionStatus_GC_GOING_DOWN": 1,
+ "GCConnectionStatus_NO_SESSION": 2,
+ "GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE": 3,
+ "GCConnectionStatus_NO_STEAM": 4,
+ "GCConnectionStatus_SUSPENDED": 5,
+ "GCConnectionStatus_STEAM_GOING_DOWN": 6,
+}
+
+func (x GCConnectionStatus) Enum() *GCConnectionStatus {
+ p := new(GCConnectionStatus)
+ *p = x
+ return p
+}
+func (x GCConnectionStatus) String() string {
+ return proto.EnumName(GCConnectionStatus_name, int32(x))
+}
+func (x *GCConnectionStatus) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(GCConnectionStatus_value, data, "GCConnectionStatus")
+ if err != nil {
+ return err
+ }
+ *x = GCConnectionStatus(value)
+ return nil
+}
+func (GCConnectionStatus) EnumDescriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{2} }
+
+type CMsgSHA1Digest struct {
+ Block1 *uint64 `protobuf:"fixed64,1,req,name=block1" json:"block1,omitempty"`
+ Block2 *uint64 `protobuf:"fixed64,2,req,name=block2" json:"block2,omitempty"`
+ Block3 *uint32 `protobuf:"fixed32,3,req,name=block3" json:"block3,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSHA1Digest) Reset() { *m = CMsgSHA1Digest{} }
+func (m *CMsgSHA1Digest) String() string { return proto.CompactTextString(m) }
+func (*CMsgSHA1Digest) ProtoMessage() {}
+func (*CMsgSHA1Digest) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{0} }
+
+func (m *CMsgSHA1Digest) GetBlock1() uint64 {
+ if m != nil && m.Block1 != nil {
+ return *m.Block1
+ }
+ return 0
+}
+
+func (m *CMsgSHA1Digest) GetBlock2() uint64 {
+ if m != nil && m.Block2 != nil {
+ return *m.Block2
+ }
+ return 0
+}
+
+func (m *CMsgSHA1Digest) GetBlock3() uint32 {
+ if m != nil && m.Block3 != nil {
+ return *m.Block3
+ }
+ return 0
+}
+
+type CMsgSOIDOwner struct {
+ Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
+ Id *uint64 `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOIDOwner) Reset() { *m = CMsgSOIDOwner{} }
+func (m *CMsgSOIDOwner) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOIDOwner) ProtoMessage() {}
+func (*CMsgSOIDOwner) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{1} }
+
+func (m *CMsgSOIDOwner) GetType() uint32 {
+ if m != nil && m.Type != nil {
+ return *m.Type
+ }
+ return 0
+}
+
+func (m *CMsgSOIDOwner) GetId() uint64 {
+ if m != nil && m.Id != nil {
+ return *m.Id
+ }
+ return 0
+}
+
+type CMsgSOSingleObject struct {
+ TypeId *int32 `protobuf:"varint,2,opt,name=type_id" json:"type_id,omitempty"`
+ ObjectData []byte `protobuf:"bytes,3,opt,name=object_data" json:"object_data,omitempty"`
+ Version *uint64 `protobuf:"fixed64,4,opt,name=version" json:"version,omitempty"`
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,5,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,6,opt,name=service_id" json:"service_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOSingleObject) Reset() { *m = CMsgSOSingleObject{} }
+func (m *CMsgSOSingleObject) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOSingleObject) ProtoMessage() {}
+func (*CMsgSOSingleObject) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{2} }
+
+func (m *CMsgSOSingleObject) GetTypeId() int32 {
+ if m != nil && m.TypeId != nil {
+ return *m.TypeId
+ }
+ return 0
+}
+
+func (m *CMsgSOSingleObject) GetObjectData() []byte {
+ if m != nil {
+ return m.ObjectData
+ }
+ return nil
+}
+
+func (m *CMsgSOSingleObject) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgSOSingleObject) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+func (m *CMsgSOSingleObject) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+type CMsgSOMultipleObjects struct {
+ ObjectsModified []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,2,rep,name=objects_modified" json:"objects_modified,omitempty"`
+ Version *uint64 `protobuf:"fixed64,3,opt,name=version" json:"version,omitempty"`
+ ObjectsAdded []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,4,rep,name=objects_added" json:"objects_added,omitempty"`
+ ObjectsRemoved []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,5,rep,name=objects_removed" json:"objects_removed,omitempty"`
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,6,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,7,opt,name=service_id" json:"service_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOMultipleObjects) Reset() { *m = CMsgSOMultipleObjects{} }
+func (m *CMsgSOMultipleObjects) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOMultipleObjects) ProtoMessage() {}
+func (*CMsgSOMultipleObjects) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{3} }
+
+func (m *CMsgSOMultipleObjects) GetObjectsModified() []*CMsgSOMultipleObjects_SingleObject {
+ if m != nil {
+ return m.ObjectsModified
+ }
+ return nil
+}
+
+func (m *CMsgSOMultipleObjects) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgSOMultipleObjects) GetObjectsAdded() []*CMsgSOMultipleObjects_SingleObject {
+ if m != nil {
+ return m.ObjectsAdded
+ }
+ return nil
+}
+
+func (m *CMsgSOMultipleObjects) GetObjectsRemoved() []*CMsgSOMultipleObjects_SingleObject {
+ if m != nil {
+ return m.ObjectsRemoved
+ }
+ return nil
+}
+
+func (m *CMsgSOMultipleObjects) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+func (m *CMsgSOMultipleObjects) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+type CMsgSOMultipleObjects_SingleObject struct {
+ TypeId *int32 `protobuf:"varint,1,opt,name=type_id" json:"type_id,omitempty"`
+ ObjectData []byte `protobuf:"bytes,2,opt,name=object_data" json:"object_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOMultipleObjects_SingleObject) Reset() { *m = CMsgSOMultipleObjects_SingleObject{} }
+func (m *CMsgSOMultipleObjects_SingleObject) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOMultipleObjects_SingleObject) ProtoMessage() {}
+func (*CMsgSOMultipleObjects_SingleObject) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{3, 0}
+}
+
+func (m *CMsgSOMultipleObjects_SingleObject) GetTypeId() int32 {
+ if m != nil && m.TypeId != nil {
+ return *m.TypeId
+ }
+ return 0
+}
+
+func (m *CMsgSOMultipleObjects_SingleObject) GetObjectData() []byte {
+ if m != nil {
+ return m.ObjectData
+ }
+ return nil
+}
+
+type CMsgSOCacheSubscribed struct {
+ Objects []*CMsgSOCacheSubscribed_SubscribedType `protobuf:"bytes,2,rep,name=objects" json:"objects,omitempty"`
+ Version *uint64 `protobuf:"fixed64,3,opt,name=version" json:"version,omitempty"`
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,4,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,5,opt,name=service_id" json:"service_id,omitempty"`
+ ServiceList []uint32 `protobuf:"varint,6,rep,name=service_list" json:"service_list,omitempty"`
+ SyncVersion *uint64 `protobuf:"fixed64,7,opt,name=sync_version" json:"sync_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheSubscribed) Reset() { *m = CMsgSOCacheSubscribed{} }
+func (m *CMsgSOCacheSubscribed) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheSubscribed) ProtoMessage() {}
+func (*CMsgSOCacheSubscribed) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{4} }
+
+func (m *CMsgSOCacheSubscribed) GetObjects() []*CMsgSOCacheSubscribed_SubscribedType {
+ if m != nil {
+ return m.Objects
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscribed) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscribed) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscribed) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscribed) GetServiceList() []uint32 {
+ if m != nil {
+ return m.ServiceList
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscribed) GetSyncVersion() uint64 {
+ if m != nil && m.SyncVersion != nil {
+ return *m.SyncVersion
+ }
+ return 0
+}
+
+type CMsgSOCacheSubscribed_SubscribedType struct {
+ TypeId *int32 `protobuf:"varint,1,opt,name=type_id" json:"type_id,omitempty"`
+ ObjectData [][]byte `protobuf:"bytes,2,rep,name=object_data" json:"object_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheSubscribed_SubscribedType) Reset() { *m = CMsgSOCacheSubscribed_SubscribedType{} }
+func (m *CMsgSOCacheSubscribed_SubscribedType) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheSubscribed_SubscribedType) ProtoMessage() {}
+func (*CMsgSOCacheSubscribed_SubscribedType) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{4, 0}
+}
+
+func (m *CMsgSOCacheSubscribed_SubscribedType) GetTypeId() int32 {
+ if m != nil && m.TypeId != nil {
+ return *m.TypeId
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscribed_SubscribedType) GetObjectData() [][]byte {
+ if m != nil {
+ return m.ObjectData
+ }
+ return nil
+}
+
+type CMsgSOCacheSubscribedUpToDate struct {
+ Version *uint64 `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,3,opt,name=service_id" json:"service_id,omitempty"`
+ ServiceList []uint32 `protobuf:"varint,4,rep,name=service_list" json:"service_list,omitempty"`
+ SyncVersion *uint64 `protobuf:"fixed64,5,opt,name=sync_version" json:"sync_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheSubscribedUpToDate) Reset() { *m = CMsgSOCacheSubscribedUpToDate{} }
+func (m *CMsgSOCacheSubscribedUpToDate) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheSubscribedUpToDate) ProtoMessage() {}
+func (*CMsgSOCacheSubscribedUpToDate) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{5} }
+
+func (m *CMsgSOCacheSubscribedUpToDate) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscribedUpToDate) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscribedUpToDate) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscribedUpToDate) GetServiceList() []uint32 {
+ if m != nil {
+ return m.ServiceList
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscribedUpToDate) GetSyncVersion() uint64 {
+ if m != nil && m.SyncVersion != nil {
+ return *m.SyncVersion
+ }
+ return 0
+}
+
+type CMsgSOCacheUnsubscribed struct {
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheUnsubscribed) Reset() { *m = CMsgSOCacheUnsubscribed{} }
+func (m *CMsgSOCacheUnsubscribed) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheUnsubscribed) ProtoMessage() {}
+func (*CMsgSOCacheUnsubscribed) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{6} }
+
+func (m *CMsgSOCacheUnsubscribed) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+type CMsgSOCacheSubscriptionCheck struct {
+ Version *uint64 `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,3,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,4,opt,name=service_id" json:"service_id,omitempty"`
+ ServiceList []uint32 `protobuf:"varint,5,rep,name=service_list" json:"service_list,omitempty"`
+ SyncVersion *uint64 `protobuf:"fixed64,6,opt,name=sync_version" json:"sync_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheSubscriptionCheck) Reset() { *m = CMsgSOCacheSubscriptionCheck{} }
+func (m *CMsgSOCacheSubscriptionCheck) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheSubscriptionCheck) ProtoMessage() {}
+func (*CMsgSOCacheSubscriptionCheck) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{7} }
+
+func (m *CMsgSOCacheSubscriptionCheck) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscriptionCheck) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscriptionCheck) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheSubscriptionCheck) GetServiceList() []uint32 {
+ if m != nil {
+ return m.ServiceList
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheSubscriptionCheck) GetSyncVersion() uint64 {
+ if m != nil && m.SyncVersion != nil {
+ return *m.SyncVersion
+ }
+ return 0
+}
+
+type CMsgSOCacheSubscriptionRefresh struct {
+ OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid" json:"owner_soid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheSubscriptionRefresh) Reset() { *m = CMsgSOCacheSubscriptionRefresh{} }
+func (m *CMsgSOCacheSubscriptionRefresh) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheSubscriptionRefresh) ProtoMessage() {}
+func (*CMsgSOCacheSubscriptionRefresh) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{8} }
+
+func (m *CMsgSOCacheSubscriptionRefresh) GetOwnerSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.OwnerSoid
+ }
+ return nil
+}
+
+type CMsgSOCacheVersion struct {
+ Version *uint64 `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheVersion) Reset() { *m = CMsgSOCacheVersion{} }
+func (m *CMsgSOCacheVersion) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheVersion) ProtoMessage() {}
+func (*CMsgSOCacheVersion) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{9} }
+
+func (m *CMsgSOCacheVersion) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+type CMsgGCMultiplexMessage struct {
+ Msgtype *uint32 `protobuf:"varint,1,opt,name=msgtype" json:"msgtype,omitempty"`
+ Payload []byte `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
+ Steamids []uint64 `protobuf:"fixed64,3,rep,name=steamids" json:"steamids,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCMultiplexMessage) Reset() { *m = CMsgGCMultiplexMessage{} }
+func (m *CMsgGCMultiplexMessage) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCMultiplexMessage) ProtoMessage() {}
+func (*CMsgGCMultiplexMessage) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{10} }
+
+func (m *CMsgGCMultiplexMessage) GetMsgtype() uint32 {
+ if m != nil && m.Msgtype != nil {
+ return *m.Msgtype
+ }
+ return 0
+}
+
+func (m *CMsgGCMultiplexMessage) GetPayload() []byte {
+ if m != nil {
+ return m.Payload
+ }
+ return nil
+}
+
+func (m *CMsgGCMultiplexMessage) GetSteamids() []uint64 {
+ if m != nil {
+ return m.Steamids
+ }
+ return nil
+}
+
+type CGCToGCMsgMasterAck struct {
+ DirIndex *uint32 `protobuf:"varint,1,opt,name=dir_index" json:"dir_index,omitempty"`
+ MachineName *string `protobuf:"bytes,3,opt,name=machine_name" json:"machine_name,omitempty"`
+ ProcessName *string `protobuf:"bytes,4,opt,name=process_name" json:"process_name,omitempty"`
+ Directory []*CGCToGCMsgMasterAck_Process `protobuf:"bytes,6,rep,name=directory" json:"directory,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgMasterAck) Reset() { *m = CGCToGCMsgMasterAck{} }
+func (m *CGCToGCMsgMasterAck) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgMasterAck) ProtoMessage() {}
+func (*CGCToGCMsgMasterAck) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{11} }
+
+func (m *CGCToGCMsgMasterAck) GetDirIndex() uint32 {
+ if m != nil && m.DirIndex != nil {
+ return *m.DirIndex
+ }
+ return 0
+}
+
+func (m *CGCToGCMsgMasterAck) GetMachineName() string {
+ if m != nil && m.MachineName != nil {
+ return *m.MachineName
+ }
+ return ""
+}
+
+func (m *CGCToGCMsgMasterAck) GetProcessName() string {
+ if m != nil && m.ProcessName != nil {
+ return *m.ProcessName
+ }
+ return ""
+}
+
+func (m *CGCToGCMsgMasterAck) GetDirectory() []*CGCToGCMsgMasterAck_Process {
+ if m != nil {
+ return m.Directory
+ }
+ return nil
+}
+
+type CGCToGCMsgMasterAck_Process struct {
+ DirIndex *uint32 `protobuf:"varint,1,opt,name=dir_index" json:"dir_index,omitempty"`
+ TypeInstances []uint32 `protobuf:"varint,2,rep,name=type_instances" json:"type_instances,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgMasterAck_Process) Reset() { *m = CGCToGCMsgMasterAck_Process{} }
+func (m *CGCToGCMsgMasterAck_Process) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgMasterAck_Process) ProtoMessage() {}
+func (*CGCToGCMsgMasterAck_Process) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{11, 0} }
+
+func (m *CGCToGCMsgMasterAck_Process) GetDirIndex() uint32 {
+ if m != nil && m.DirIndex != nil {
+ return *m.DirIndex
+ }
+ return 0
+}
+
+func (m *CGCToGCMsgMasterAck_Process) GetTypeInstances() []uint32 {
+ if m != nil {
+ return m.TypeInstances
+ }
+ return nil
+}
+
+type CGCToGCMsgMasterAck_Response struct {
+ Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgMasterAck_Response) Reset() { *m = CGCToGCMsgMasterAck_Response{} }
+func (m *CGCToGCMsgMasterAck_Response) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgMasterAck_Response) ProtoMessage() {}
+func (*CGCToGCMsgMasterAck_Response) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{12} }
+
+const Default_CGCToGCMsgMasterAck_Response_Eresult int32 = 2
+
+func (m *CGCToGCMsgMasterAck_Response) GetEresult() int32 {
+ if m != nil && m.Eresult != nil {
+ return *m.Eresult
+ }
+ return Default_CGCToGCMsgMasterAck_Response_Eresult
+}
+
+type CGCToGCMsgMasterStartupComplete struct {
+ GcInfo []*CGCToGCMsgMasterStartupComplete_GCInfo `protobuf:"bytes,1,rep,name=gc_info" json:"gc_info,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgMasterStartupComplete) Reset() { *m = CGCToGCMsgMasterStartupComplete{} }
+func (m *CGCToGCMsgMasterStartupComplete) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgMasterStartupComplete) ProtoMessage() {}
+func (*CGCToGCMsgMasterStartupComplete) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{13}
+}
+
+func (m *CGCToGCMsgMasterStartupComplete) GetGcInfo() []*CGCToGCMsgMasterStartupComplete_GCInfo {
+ if m != nil {
+ return m.GcInfo
+ }
+ return nil
+}
+
+type CGCToGCMsgMasterStartupComplete_GCInfo struct {
+ DirIndex *uint32 `protobuf:"varint,1,opt,name=dir_index" json:"dir_index,omitempty"`
+ MachineName *string `protobuf:"bytes,2,opt,name=machine_name" json:"machine_name,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgMasterStartupComplete_GCInfo) Reset() {
+ *m = CGCToGCMsgMasterStartupComplete_GCInfo{}
+}
+func (m *CGCToGCMsgMasterStartupComplete_GCInfo) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgMasterStartupComplete_GCInfo) ProtoMessage() {}
+func (*CGCToGCMsgMasterStartupComplete_GCInfo) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{13, 0}
+}
+
+func (m *CGCToGCMsgMasterStartupComplete_GCInfo) GetDirIndex() uint32 {
+ if m != nil && m.DirIndex != nil {
+ return *m.DirIndex
+ }
+ return 0
+}
+
+func (m *CGCToGCMsgMasterStartupComplete_GCInfo) GetMachineName() string {
+ if m != nil && m.MachineName != nil {
+ return *m.MachineName
+ }
+ return ""
+}
+
+type CGCToGCMsgRouted struct {
+ MsgType *uint32 `protobuf:"varint,1,opt,name=msg_type" json:"msg_type,omitempty"`
+ SenderId *uint64 `protobuf:"fixed64,2,opt,name=sender_id" json:"sender_id,omitempty"`
+ NetMessage []byte `protobuf:"bytes,3,opt,name=net_message" json:"net_message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgRouted) Reset() { *m = CGCToGCMsgRouted{} }
+func (m *CGCToGCMsgRouted) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgRouted) ProtoMessage() {}
+func (*CGCToGCMsgRouted) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{14} }
+
+func (m *CGCToGCMsgRouted) GetMsgType() uint32 {
+ if m != nil && m.MsgType != nil {
+ return *m.MsgType
+ }
+ return 0
+}
+
+func (m *CGCToGCMsgRouted) GetSenderId() uint64 {
+ if m != nil && m.SenderId != nil {
+ return *m.SenderId
+ }
+ return 0
+}
+
+func (m *CGCToGCMsgRouted) GetNetMessage() []byte {
+ if m != nil {
+ return m.NetMessage
+ }
+ return nil
+}
+
+type CGCToGCMsgRoutedReply struct {
+ MsgType *uint32 `protobuf:"varint,1,opt,name=msg_type" json:"msg_type,omitempty"`
+ NetMessage []byte `protobuf:"bytes,2,opt,name=net_message" json:"net_message,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CGCToGCMsgRoutedReply) Reset() { *m = CGCToGCMsgRoutedReply{} }
+func (m *CGCToGCMsgRoutedReply) String() string { return proto.CompactTextString(m) }
+func (*CGCToGCMsgRoutedReply) ProtoMessage() {}
+func (*CGCToGCMsgRoutedReply) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{15} }
+
+func (m *CGCToGCMsgRoutedReply) GetMsgType() uint32 {
+ if m != nil && m.MsgType != nil {
+ return *m.MsgType
+ }
+ return 0
+}
+
+func (m *CGCToGCMsgRoutedReply) GetNetMessage() []byte {
+ if m != nil {
+ return m.NetMessage
+ }
+ return nil
+}
+
+type CMsgGCUpdateSubGCSessionInfo struct {
+ Updates []*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCUpdateSubGCSessionInfo) Reset() { *m = CMsgGCUpdateSubGCSessionInfo{} }
+func (m *CMsgGCUpdateSubGCSessionInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCUpdateSubGCSessionInfo) ProtoMessage() {}
+func (*CMsgGCUpdateSubGCSessionInfo) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{16} }
+
+func (m *CMsgGCUpdateSubGCSessionInfo) GetUpdates() []*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate {
+ if m != nil {
+ return m.Updates
+ }
+ return nil
+}
+
+type CMsgGCUpdateSubGCSessionInfo_CMsgUpdate struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ Ip *uint32 `protobuf:"fixed32,2,opt,name=ip" json:"ip,omitempty"`
+ Trusted *bool `protobuf:"varint,3,opt,name=trusted" json:"trusted,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Reset() {
+ *m = CMsgGCUpdateSubGCSessionInfo_CMsgUpdate{}
+}
+func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) ProtoMessage() {}
+func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{16, 0}
+}
+
+func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetIp() uint32 {
+ if m != nil && m.Ip != nil {
+ return *m.Ip
+ }
+ return 0
+}
+
+func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetTrusted() bool {
+ if m != nil && m.Trusted != nil {
+ return *m.Trusted
+ }
+ return false
+}
+
+type CMsgGCRequestSubGCSessionInfo struct {
+ Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRequestSubGCSessionInfo) Reset() { *m = CMsgGCRequestSubGCSessionInfo{} }
+func (m *CMsgGCRequestSubGCSessionInfo) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCRequestSubGCSessionInfo) ProtoMessage() {}
+func (*CMsgGCRequestSubGCSessionInfo) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{17} }
+
+func (m *CMsgGCRequestSubGCSessionInfo) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+type CMsgGCRequestSubGCSessionInfoResponse struct {
+ Ip *uint32 `protobuf:"fixed32,1,opt,name=ip" json:"ip,omitempty"`
+ Trusted *bool `protobuf:"varint,2,opt,name=trusted" json:"trusted,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCRequestSubGCSessionInfoResponse) Reset() { *m = CMsgGCRequestSubGCSessionInfoResponse{} }
+func (m *CMsgGCRequestSubGCSessionInfoResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCRequestSubGCSessionInfoResponse) ProtoMessage() {}
+func (*CMsgGCRequestSubGCSessionInfoResponse) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{18}
+}
+
+func (m *CMsgGCRequestSubGCSessionInfoResponse) GetIp() uint32 {
+ if m != nil && m.Ip != nil {
+ return *m.Ip
+ }
+ return 0
+}
+
+func (m *CMsgGCRequestSubGCSessionInfoResponse) GetTrusted() bool {
+ if m != nil && m.Trusted != nil {
+ return *m.Trusted
+ }
+ return false
+}
+
+type CMsgSOCacheHaveVersion struct {
+ Soid *CMsgSOIDOwner `protobuf:"bytes,1,opt,name=soid" json:"soid,omitempty"`
+ Version *uint64 `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
+ ServiceId *uint32 `protobuf:"varint,3,opt,name=service_id" json:"service_id,omitempty"`
+ CachedFileVersion *uint32 `protobuf:"varint,4,opt,name=cached_file_version" json:"cached_file_version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgSOCacheHaveVersion) Reset() { *m = CMsgSOCacheHaveVersion{} }
+func (m *CMsgSOCacheHaveVersion) String() string { return proto.CompactTextString(m) }
+func (*CMsgSOCacheHaveVersion) ProtoMessage() {}
+func (*CMsgSOCacheHaveVersion) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{19} }
+
+func (m *CMsgSOCacheHaveVersion) GetSoid() *CMsgSOIDOwner {
+ if m != nil {
+ return m.Soid
+ }
+ return nil
+}
+
+func (m *CMsgSOCacheHaveVersion) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheHaveVersion) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+func (m *CMsgSOCacheHaveVersion) GetCachedFileVersion() uint32 {
+ if m != nil && m.CachedFileVersion != nil {
+ return *m.CachedFileVersion
+ }
+ return 0
+}
+
+type CMsgClientHello struct {
+ Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
+ SocacheHaveVersions []*CMsgSOCacheHaveVersion `protobuf:"bytes,2,rep,name=socache_have_versions" json:"socache_have_versions,omitempty"`
+ ClientSessionNeed *uint32 `protobuf:"varint,3,opt,name=client_session_need" json:"client_session_need,omitempty"`
+ ClientLauncher *PartnerAccountType `protobuf:"varint,4,opt,name=client_launcher,enum=PartnerAccountType,def=0" json:"client_launcher,omitempty"`
+ SecretKey *string `protobuf:"bytes,5,opt,name=secret_key" json:"secret_key,omitempty"`
+ ClientLanguage *uint32 `protobuf:"varint,6,opt,name=client_language" json:"client_language,omitempty"`
+ Engine *ESourceEngine `protobuf:"varint,7,opt,name=engine,enum=ESourceEngine,def=0" json:"engine,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientHello) Reset() { *m = CMsgClientHello{} }
+func (m *CMsgClientHello) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientHello) ProtoMessage() {}
+func (*CMsgClientHello) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{20} }
+
+const Default_CMsgClientHello_ClientLauncher PartnerAccountType = PartnerAccountType_PARTNER_NONE
+const Default_CMsgClientHello_Engine ESourceEngine = ESourceEngine_k_ESE_Source1
+
+func (m *CMsgClientHello) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgClientHello) GetSocacheHaveVersions() []*CMsgSOCacheHaveVersion {
+ if m != nil {
+ return m.SocacheHaveVersions
+ }
+ return nil
+}
+
+func (m *CMsgClientHello) GetClientSessionNeed() uint32 {
+ if m != nil && m.ClientSessionNeed != nil {
+ return *m.ClientSessionNeed
+ }
+ return 0
+}
+
+func (m *CMsgClientHello) GetClientLauncher() PartnerAccountType {
+ if m != nil && m.ClientLauncher != nil {
+ return *m.ClientLauncher
+ }
+ return Default_CMsgClientHello_ClientLauncher
+}
+
+func (m *CMsgClientHello) GetSecretKey() string {
+ if m != nil && m.SecretKey != nil {
+ return *m.SecretKey
+ }
+ return ""
+}
+
+func (m *CMsgClientHello) GetClientLanguage() uint32 {
+ if m != nil && m.ClientLanguage != nil {
+ return *m.ClientLanguage
+ }
+ return 0
+}
+
+func (m *CMsgClientHello) GetEngine() ESourceEngine {
+ if m != nil && m.Engine != nil {
+ return *m.Engine
+ }
+ return Default_CMsgClientHello_Engine
+}
+
+type CMsgClientWelcome struct {
+ Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
+ GameData []byte `protobuf:"bytes,2,opt,name=game_data" json:"game_data,omitempty"`
+ OutofdateSubscribedCaches []*CMsgSOCacheSubscribed `protobuf:"bytes,3,rep,name=outofdate_subscribed_caches" json:"outofdate_subscribed_caches,omitempty"`
+ UptodateSubscribedCaches []*CMsgSOCacheSubscriptionCheck `protobuf:"bytes,4,rep,name=uptodate_subscribed_caches" json:"uptodate_subscribed_caches,omitempty"`
+ Location *CMsgClientWelcome_Location `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
+ SaveGameKey []byte `protobuf:"bytes,6,opt,name=save_game_key" json:"save_game_key,omitempty"`
+ ItemSchemaCrc *uint32 `protobuf:"fixed32,7,opt,name=item_schema_crc" json:"item_schema_crc,omitempty"`
+ ItemsGameUrl *string `protobuf:"bytes,8,opt,name=items_game_url" json:"items_game_url,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientWelcome) Reset() { *m = CMsgClientWelcome{} }
+func (m *CMsgClientWelcome) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWelcome) ProtoMessage() {}
+func (*CMsgClientWelcome) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{21} }
+
+func (m *CMsgClientWelcome) GetVersion() uint32 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+func (m *CMsgClientWelcome) GetGameData() []byte {
+ if m != nil {
+ return m.GameData
+ }
+ return nil
+}
+
+func (m *CMsgClientWelcome) GetOutofdateSubscribedCaches() []*CMsgSOCacheSubscribed {
+ if m != nil {
+ return m.OutofdateSubscribedCaches
+ }
+ return nil
+}
+
+func (m *CMsgClientWelcome) GetUptodateSubscribedCaches() []*CMsgSOCacheSubscriptionCheck {
+ if m != nil {
+ return m.UptodateSubscribedCaches
+ }
+ return nil
+}
+
+func (m *CMsgClientWelcome) GetLocation() *CMsgClientWelcome_Location {
+ if m != nil {
+ return m.Location
+ }
+ return nil
+}
+
+func (m *CMsgClientWelcome) GetSaveGameKey() []byte {
+ if m != nil {
+ return m.SaveGameKey
+ }
+ return nil
+}
+
+func (m *CMsgClientWelcome) GetItemSchemaCrc() uint32 {
+ if m != nil && m.ItemSchemaCrc != nil {
+ return *m.ItemSchemaCrc
+ }
+ return 0
+}
+
+func (m *CMsgClientWelcome) GetItemsGameUrl() string {
+ if m != nil && m.ItemsGameUrl != nil {
+ return *m.ItemsGameUrl
+ }
+ return ""
+}
+
+type CMsgClientWelcome_Location struct {
+ Latitude *float32 `protobuf:"fixed32,1,opt,name=latitude" json:"latitude,omitempty"`
+ Longitude *float32 `protobuf:"fixed32,2,opt,name=longitude" json:"longitude,omitempty"`
+ Country *string `protobuf:"bytes,3,opt,name=country" json:"country,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgClientWelcome_Location) Reset() { *m = CMsgClientWelcome_Location{} }
+func (m *CMsgClientWelcome_Location) String() string { return proto.CompactTextString(m) }
+func (*CMsgClientWelcome_Location) ProtoMessage() {}
+func (*CMsgClientWelcome_Location) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{21, 0} }
+
+func (m *CMsgClientWelcome_Location) GetLatitude() float32 {
+ if m != nil && m.Latitude != nil {
+ return *m.Latitude
+ }
+ return 0
+}
+
+func (m *CMsgClientWelcome_Location) GetLongitude() float32 {
+ if m != nil && m.Longitude != nil {
+ return *m.Longitude
+ }
+ return 0
+}
+
+func (m *CMsgClientWelcome_Location) GetCountry() string {
+ if m != nil && m.Country != nil {
+ return *m.Country
+ }
+ return ""
+}
+
+type CMsgConnectionStatus struct {
+ Status *GCConnectionStatus `protobuf:"varint,1,opt,name=status,enum=GCConnectionStatus,def=0" json:"status,omitempty"`
+ ClientSessionNeed *uint32 `protobuf:"varint,2,opt,name=client_session_need" json:"client_session_need,omitempty"`
+ QueuePosition *int32 `protobuf:"varint,3,opt,name=queue_position" json:"queue_position,omitempty"`
+ QueueSize *int32 `protobuf:"varint,4,opt,name=queue_size" json:"queue_size,omitempty"`
+ WaitSeconds *int32 `protobuf:"varint,5,opt,name=wait_seconds" json:"wait_seconds,omitempty"`
+ EstimatedWaitSecondsRemaining *int32 `protobuf:"varint,6,opt,name=estimated_wait_seconds_remaining" json:"estimated_wait_seconds_remaining,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgConnectionStatus) Reset() { *m = CMsgConnectionStatus{} }
+func (m *CMsgConnectionStatus) String() string { return proto.CompactTextString(m) }
+func (*CMsgConnectionStatus) ProtoMessage() {}
+func (*CMsgConnectionStatus) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{22} }
+
+const Default_CMsgConnectionStatus_Status GCConnectionStatus = GCConnectionStatus_GCConnectionStatus_HAVE_SESSION
+
+func (m *CMsgConnectionStatus) GetStatus() GCConnectionStatus {
+ if m != nil && m.Status != nil {
+ return *m.Status
+ }
+ return Default_CMsgConnectionStatus_Status
+}
+
+func (m *CMsgConnectionStatus) GetClientSessionNeed() uint32 {
+ if m != nil && m.ClientSessionNeed != nil {
+ return *m.ClientSessionNeed
+ }
+ return 0
+}
+
+func (m *CMsgConnectionStatus) GetQueuePosition() int32 {
+ if m != nil && m.QueuePosition != nil {
+ return *m.QueuePosition
+ }
+ return 0
+}
+
+func (m *CMsgConnectionStatus) GetQueueSize() int32 {
+ if m != nil && m.QueueSize != nil {
+ return *m.QueueSize
+ }
+ return 0
+}
+
+func (m *CMsgConnectionStatus) GetWaitSeconds() int32 {
+ if m != nil && m.WaitSeconds != nil {
+ return *m.WaitSeconds
+ }
+ return 0
+}
+
+func (m *CMsgConnectionStatus) GetEstimatedWaitSecondsRemaining() int32 {
+ if m != nil && m.EstimatedWaitSecondsRemaining != nil {
+ return *m.EstimatedWaitSecondsRemaining
+ }
+ return 0
+}
+
+type CMsgGCToGCSOCacheSubscribe struct {
+ Subscriber *uint64 `protobuf:"fixed64,1,opt,name=subscriber" json:"subscriber,omitempty"`
+ SubscribeTo *uint64 `protobuf:"fixed64,2,opt,name=subscribe_to" json:"subscribe_to,omitempty"`
+ SyncVersion *uint64 `protobuf:"fixed64,3,opt,name=sync_version" json:"sync_version,omitempty"`
+ HaveVersions []*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions `protobuf:"bytes,4,rep,name=have_versions" json:"have_versions,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe) Reset() { *m = CMsgGCToGCSOCacheSubscribe{} }
+func (m *CMsgGCToGCSOCacheSubscribe) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCSOCacheSubscribe) ProtoMessage() {}
+func (*CMsgGCToGCSOCacheSubscribe) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{23} }
+
+func (m *CMsgGCToGCSOCacheSubscribe) GetSubscriber() uint64 {
+ if m != nil && m.Subscriber != nil {
+ return *m.Subscriber
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe) GetSubscribeTo() uint64 {
+ if m != nil && m.SubscribeTo != nil {
+ return *m.SubscribeTo
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe) GetSyncVersion() uint64 {
+ if m != nil && m.SyncVersion != nil {
+ return *m.SyncVersion
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe) GetHaveVersions() []*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions {
+ if m != nil {
+ return m.HaveVersions
+ }
+ return nil
+}
+
+type CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions struct {
+ ServiceId *uint32 `protobuf:"varint,1,opt,name=service_id" json:"service_id,omitempty"`
+ Version *uint64 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) Reset() {
+ *m = CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions{}
+}
+func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) ProtoMessage() {}
+func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{23, 0}
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) GetServiceId() uint32 {
+ if m != nil && m.ServiceId != nil {
+ return *m.ServiceId
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) GetVersion() uint64 {
+ if m != nil && m.Version != nil {
+ return *m.Version
+ }
+ return 0
+}
+
+type CMsgGCToGCSOCacheUnsubscribe struct {
+ Subscriber *uint64 `protobuf:"fixed64,1,opt,name=subscriber" json:"subscriber,omitempty"`
+ UnsubscribeFrom *uint64 `protobuf:"fixed64,2,opt,name=unsubscribe_from" json:"unsubscribe_from,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCSOCacheUnsubscribe) Reset() { *m = CMsgGCToGCSOCacheUnsubscribe{} }
+func (m *CMsgGCToGCSOCacheUnsubscribe) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCSOCacheUnsubscribe) ProtoMessage() {}
+func (*CMsgGCToGCSOCacheUnsubscribe) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{24} }
+
+func (m *CMsgGCToGCSOCacheUnsubscribe) GetSubscriber() uint64 {
+ if m != nil && m.Subscriber != nil {
+ return *m.Subscriber
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFrom() uint64 {
+ if m != nil && m.UnsubscribeFrom != nil {
+ return *m.UnsubscribeFrom
+ }
+ return 0
+}
+
+type CMsgGCClientPing struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCClientPing) Reset() { *m = CMsgGCClientPing{} }
+func (m *CMsgGCClientPing) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCClientPing) ProtoMessage() {}
+func (*CMsgGCClientPing) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{25} }
+
+type CMsgGCToGCLoadSessionSOCache struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCLoadSessionSOCache) Reset() { *m = CMsgGCToGCLoadSessionSOCache{} }
+func (m *CMsgGCToGCLoadSessionSOCache) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCLoadSessionSOCache) ProtoMessage() {}
+func (*CMsgGCToGCLoadSessionSOCache) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{26} }
+
+func (m *CMsgGCToGCLoadSessionSOCache) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+type CMsgGCToGCLoadSessionSOCacheResponse struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCLoadSessionSOCacheResponse) Reset() { *m = CMsgGCToGCLoadSessionSOCacheResponse{} }
+func (m *CMsgGCToGCLoadSessionSOCacheResponse) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCLoadSessionSOCacheResponse) ProtoMessage() {}
+func (*CMsgGCToGCLoadSessionSOCacheResponse) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{27}
+}
+
+type CMsgGCToGCUpdateSessionStats struct {
+ UserSessions *uint32 `protobuf:"varint,1,opt,name=user_sessions" json:"user_sessions,omitempty"`
+ ServerSessions *uint32 `protobuf:"varint,2,opt,name=server_sessions" json:"server_sessions,omitempty"`
+ InLogonSurge *bool `protobuf:"varint,3,opt,name=in_logon_surge" json:"in_logon_surge,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CMsgGCToGCUpdateSessionStats) Reset() { *m = CMsgGCToGCUpdateSessionStats{} }
+func (m *CMsgGCToGCUpdateSessionStats) String() string { return proto.CompactTextString(m) }
+func (*CMsgGCToGCUpdateSessionStats) ProtoMessage() {}
+func (*CMsgGCToGCUpdateSessionStats) Descriptor() ([]byte, []int) { return gcsdk_fileDescriptor0, []int{28} }
+
+func (m *CMsgGCToGCUpdateSessionStats) GetUserSessions() uint32 {
+ if m != nil && m.UserSessions != nil {
+ return *m.UserSessions
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCUpdateSessionStats) GetServerSessions() uint32 {
+ if m != nil && m.ServerSessions != nil {
+ return *m.ServerSessions
+ }
+ return 0
+}
+
+func (m *CMsgGCToGCUpdateSessionStats) GetInLogonSurge() bool {
+ if m != nil && m.InLogonSurge != nil {
+ return *m.InLogonSurge
+ }
+ return false
+}
+
+type CWorkshop_PopulateItemDescriptions_Request struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Languages []*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock `protobuf:"bytes,2,rep,name=languages" json:"languages,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request) Reset() {
+ *m = CWorkshop_PopulateItemDescriptions_Request{}
+}
+func (m *CWorkshop_PopulateItemDescriptions_Request) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CWorkshop_PopulateItemDescriptions_Request) ProtoMessage() {}
+func (*CWorkshop_PopulateItemDescriptions_Request) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{29}
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request) GetLanguages() []*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock {
+ if m != nil {
+ return m.Languages
+ }
+ return nil
+}
+
+type CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription struct {
+ Gameitemid *uint32 `protobuf:"varint,1,opt,name=gameitemid" json:"gameitemid,omitempty"`
+ ItemDescription *string `protobuf:"bytes,2,opt,name=item_description" json:"item_description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) Reset() {
+ *m = CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription{}
+}
+func (m *CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) ProtoMessage() {}
+func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{29, 0}
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetGameitemid() uint32 {
+ if m != nil && m.Gameitemid != nil {
+ return *m.Gameitemid
+ }
+ return 0
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetItemDescription() string {
+ if m != nil && m.ItemDescription != nil {
+ return *m.ItemDescription
+ }
+ return ""
+}
+
+type CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock struct {
+ Language *string `protobuf:"bytes,1,opt,name=language" json:"language,omitempty"`
+ Descriptions []*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription `protobuf:"bytes,2,rep,name=descriptions" json:"descriptions,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) Reset() {
+ *m = CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock{}
+}
+func (m *CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) ProtoMessage() {}
+func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{29, 1}
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) GetLanguage() string {
+ if m != nil && m.Language != nil {
+ return *m.Language
+ }
+ return ""
+}
+
+func (m *CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) GetDescriptions() []*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription {
+ if m != nil {
+ return m.Descriptions
+ }
+ return nil
+}
+
+type CWorkshop_GetContributors_Request struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Gameitemid *uint32 `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_GetContributors_Request) Reset() { *m = CWorkshop_GetContributors_Request{} }
+func (m *CWorkshop_GetContributors_Request) String() string { return proto.CompactTextString(m) }
+func (*CWorkshop_GetContributors_Request) ProtoMessage() {}
+func (*CWorkshop_GetContributors_Request) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{30}
+}
+
+func (m *CWorkshop_GetContributors_Request) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CWorkshop_GetContributors_Request) GetGameitemid() uint32 {
+ if m != nil && m.Gameitemid != nil {
+ return *m.Gameitemid
+ }
+ return 0
+}
+
+type CWorkshop_GetContributors_Response struct {
+ Contributors []uint64 `protobuf:"fixed64,1,rep,name=contributors" json:"contributors,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_GetContributors_Response) Reset() { *m = CWorkshop_GetContributors_Response{} }
+func (m *CWorkshop_GetContributors_Response) String() string { return proto.CompactTextString(m) }
+func (*CWorkshop_GetContributors_Response) ProtoMessage() {}
+func (*CWorkshop_GetContributors_Response) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{31}
+}
+
+func (m *CWorkshop_GetContributors_Response) GetContributors() []uint64 {
+ if m != nil {
+ return m.Contributors
+ }
+ return nil
+}
+
+type CWorkshop_SetItemPaymentRules_Request struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Gameitemid *uint32 `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
+ AssociatedWorkshopFiles []*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule `protobuf:"bytes,3,rep,name=associated_workshop_files" json:"associated_workshop_files,omitempty"`
+ PartnerAccounts []*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule `protobuf:"bytes,4,rep,name=partner_accounts" json:"partner_accounts,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request) Reset() { *m = CWorkshop_SetItemPaymentRules_Request{} }
+func (m *CWorkshop_SetItemPaymentRules_Request) String() string { return proto.CompactTextString(m) }
+func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage() {}
+func (*CWorkshop_SetItemPaymentRules_Request) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{32}
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request) GetGameitemid() uint32 {
+ if m != nil && m.Gameitemid != nil {
+ return *m.Gameitemid
+ }
+ return 0
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request) GetAssociatedWorkshopFiles() []*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule {
+ if m != nil {
+ return m.AssociatedWorkshopFiles
+ }
+ return nil
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request) GetPartnerAccounts() []*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule {
+ if m != nil {
+ return m.PartnerAccounts
+ }
+ return nil
+}
+
+type CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule struct {
+ WorkshopFileId *uint64 `protobuf:"varint,1,opt,name=workshop_file_id" json:"workshop_file_id,omitempty"`
+ RevenuePercentage *float32 `protobuf:"fixed32,2,opt,name=revenue_percentage" json:"revenue_percentage,omitempty"`
+ RuleDescription *string `protobuf:"bytes,3,opt,name=rule_description" json:"rule_description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Reset() {
+ *m = CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule{}
+}
+func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) ProtoMessage() {}
+func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{32, 0}
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetWorkshopFileId() uint64 {
+ if m != nil && m.WorkshopFileId != nil {
+ return *m.WorkshopFileId
+ }
+ return 0
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRevenuePercentage() float32 {
+ if m != nil && m.RevenuePercentage != nil {
+ return *m.RevenuePercentage
+ }
+ return 0
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRuleDescription() string {
+ if m != nil && m.RuleDescription != nil {
+ return *m.RuleDescription
+ }
+ return ""
+}
+
+type CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule struct {
+ AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
+ RevenuePercentage *float32 `protobuf:"fixed32,2,opt,name=revenue_percentage" json:"revenue_percentage,omitempty"`
+ RuleDescription *string `protobuf:"bytes,3,opt,name=rule_description" json:"rule_description,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) Reset() {
+ *m = CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule{}
+}
+func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) String() string {
+ return proto.CompactTextString(m)
+}
+func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) ProtoMessage() {}
+func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{32, 1}
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetAccountId() uint32 {
+ if m != nil && m.AccountId != nil {
+ return *m.AccountId
+ }
+ return 0
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetRevenuePercentage() float32 {
+ if m != nil && m.RevenuePercentage != nil {
+ return *m.RevenuePercentage
+ }
+ return 0
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetRuleDescription() string {
+ if m != nil && m.RuleDescription != nil {
+ return *m.RuleDescription
+ }
+ return ""
+}
+
+type CWorkshop_SetItemPaymentRules_Response struct {
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CWorkshop_SetItemPaymentRules_Response) Reset() {
+ *m = CWorkshop_SetItemPaymentRules_Response{}
+}
+func (m *CWorkshop_SetItemPaymentRules_Response) String() string { return proto.CompactTextString(m) }
+func (*CWorkshop_SetItemPaymentRules_Response) ProtoMessage() {}
+func (*CWorkshop_SetItemPaymentRules_Response) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{33}
+}
+
+type CBroadcast_PostGameDataFrame_Request struct {
+ Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
+ Steamid *uint64 `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
+ BroadcastId *uint64 `protobuf:"fixed64,3,opt,name=broadcast_id" json:"broadcast_id,omitempty"`
+ FrameData []byte `protobuf:"bytes,4,opt,name=frame_data" json:"frame_data,omitempty"`
+ XXX_unrecognized []byte `json:"-"`
+}
+
+func (m *CBroadcast_PostGameDataFrame_Request) Reset() { *m = CBroadcast_PostGameDataFrame_Request{} }
+func (m *CBroadcast_PostGameDataFrame_Request) String() string { return proto.CompactTextString(m) }
+func (*CBroadcast_PostGameDataFrame_Request) ProtoMessage() {}
+func (*CBroadcast_PostGameDataFrame_Request) Descriptor() ([]byte, []int) {
+ return gcsdk_fileDescriptor0, []int{34}
+}
+
+func (m *CBroadcast_PostGameDataFrame_Request) GetAppid() uint32 {
+ if m != nil && m.Appid != nil {
+ return *m.Appid
+ }
+ return 0
+}
+
+func (m *CBroadcast_PostGameDataFrame_Request) GetSteamid() uint64 {
+ if m != nil && m.Steamid != nil {
+ return *m.Steamid
+ }
+ return 0
+}
+
+func (m *CBroadcast_PostGameDataFrame_Request) GetBroadcastId() uint64 {
+ if m != nil && m.BroadcastId != nil {
+ return *m.BroadcastId
+ }
+ return 0
+}
+
+func (m *CBroadcast_PostGameDataFrame_Request) GetFrameData() []byte {
+ if m != nil {
+ return m.FrameData
+ }
+ return nil
+}
+
+func init() {
+ proto.RegisterType((*CMsgSHA1Digest)(nil), "CMsgSHA1Digest")
+ proto.RegisterType((*CMsgSOIDOwner)(nil), "CMsgSOIDOwner")
+ proto.RegisterType((*CMsgSOSingleObject)(nil), "CMsgSOSingleObject")
+ proto.RegisterType((*CMsgSOMultipleObjects)(nil), "CMsgSOMultipleObjects")
+ proto.RegisterType((*CMsgSOMultipleObjects_SingleObject)(nil), "CMsgSOMultipleObjects.SingleObject")
+ proto.RegisterType((*CMsgSOCacheSubscribed)(nil), "CMsgSOCacheSubscribed")
+ proto.RegisterType((*CMsgSOCacheSubscribed_SubscribedType)(nil), "CMsgSOCacheSubscribed.SubscribedType")
+ proto.RegisterType((*CMsgSOCacheSubscribedUpToDate)(nil), "CMsgSOCacheSubscribedUpToDate")
+ proto.RegisterType((*CMsgSOCacheUnsubscribed)(nil), "CMsgSOCacheUnsubscribed")
+ proto.RegisterType((*CMsgSOCacheSubscriptionCheck)(nil), "CMsgSOCacheSubscriptionCheck")
+ proto.RegisterType((*CMsgSOCacheSubscriptionRefresh)(nil), "CMsgSOCacheSubscriptionRefresh")
+ proto.RegisterType((*CMsgSOCacheVersion)(nil), "CMsgSOCacheVersion")
+ proto.RegisterType((*CMsgGCMultiplexMessage)(nil), "CMsgGCMultiplexMessage")
+ proto.RegisterType((*CGCToGCMsgMasterAck)(nil), "CGCToGCMsgMasterAck")
+ proto.RegisterType((*CGCToGCMsgMasterAck_Process)(nil), "CGCToGCMsgMasterAck.Process")
+ proto.RegisterType((*CGCToGCMsgMasterAck_Response)(nil), "CGCToGCMsgMasterAck_Response")
+ proto.RegisterType((*CGCToGCMsgMasterStartupComplete)(nil), "CGCToGCMsgMasterStartupComplete")
+ proto.RegisterType((*CGCToGCMsgMasterStartupComplete_GCInfo)(nil), "CGCToGCMsgMasterStartupComplete.GCInfo")
+ proto.RegisterType((*CGCToGCMsgRouted)(nil), "CGCToGCMsgRouted")
+ proto.RegisterType((*CGCToGCMsgRoutedReply)(nil), "CGCToGCMsgRoutedReply")
+ proto.RegisterType((*CMsgGCUpdateSubGCSessionInfo)(nil), "CMsgGCUpdateSubGCSessionInfo")
+ proto.RegisterType((*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate)(nil), "CMsgGCUpdateSubGCSessionInfo.CMsgUpdate")
+ proto.RegisterType((*CMsgGCRequestSubGCSessionInfo)(nil), "CMsgGCRequestSubGCSessionInfo")
+ proto.RegisterType((*CMsgGCRequestSubGCSessionInfoResponse)(nil), "CMsgGCRequestSubGCSessionInfoResponse")
+ proto.RegisterType((*CMsgSOCacheHaveVersion)(nil), "CMsgSOCacheHaveVersion")
+ proto.RegisterType((*CMsgClientHello)(nil), "CMsgClientHello")
+ proto.RegisterType((*CMsgClientWelcome)(nil), "CMsgClientWelcome")
+ proto.RegisterType((*CMsgClientWelcome_Location)(nil), "CMsgClientWelcome.Location")
+ proto.RegisterType((*CMsgConnectionStatus)(nil), "CMsgConnectionStatus")
+ proto.RegisterType((*CMsgGCToGCSOCacheSubscribe)(nil), "CMsgGCToGCSOCacheSubscribe")
+ proto.RegisterType((*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions)(nil), "CMsgGCToGCSOCacheSubscribe.CMsgHaveVersions")
+ proto.RegisterType((*CMsgGCToGCSOCacheUnsubscribe)(nil), "CMsgGCToGCSOCacheUnsubscribe")
+ proto.RegisterType((*CMsgGCClientPing)(nil), "CMsgGCClientPing")
+ proto.RegisterType((*CMsgGCToGCLoadSessionSOCache)(nil), "CMsgGCToGCLoadSessionSOCache")
+ proto.RegisterType((*CMsgGCToGCLoadSessionSOCacheResponse)(nil), "CMsgGCToGCLoadSessionSOCacheResponse")
+ proto.RegisterType((*CMsgGCToGCUpdateSessionStats)(nil), "CMsgGCToGCUpdateSessionStats")
+ proto.RegisterType((*CWorkshop_PopulateItemDescriptions_Request)(nil), "CWorkshop_PopulateItemDescriptions_Request")
+ proto.RegisterType((*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription)(nil), "CWorkshop_PopulateItemDescriptions_Request.SingleItemDescription")
+ proto.RegisterType((*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock)(nil), "CWorkshop_PopulateItemDescriptions_Request.ItemDescriptionsLanguageBlock")
+ proto.RegisterType((*CWorkshop_GetContributors_Request)(nil), "CWorkshop_GetContributors_Request")
+ proto.RegisterType((*CWorkshop_GetContributors_Response)(nil), "CWorkshop_GetContributors_Response")
+ proto.RegisterType((*CWorkshop_SetItemPaymentRules_Request)(nil), "CWorkshop_SetItemPaymentRules_Request")
+ proto.RegisterType((*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule)(nil), "CWorkshop_SetItemPaymentRules_Request.WorkshopItemPaymentRule")
+ proto.RegisterType((*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule)(nil), "CWorkshop_SetItemPaymentRules_Request.PartnerItemPaymentRule")
+ proto.RegisterType((*CWorkshop_SetItemPaymentRules_Response)(nil), "CWorkshop_SetItemPaymentRules_Response")
+ proto.RegisterType((*CBroadcast_PostGameDataFrame_Request)(nil), "CBroadcast_PostGameDataFrame_Request")
+ proto.RegisterEnum("ESourceEngine", ESourceEngine_name, ESourceEngine_value)
+ proto.RegisterEnum("PartnerAccountType", PartnerAccountType_name, PartnerAccountType_value)
+ proto.RegisterEnum("GCConnectionStatus", GCConnectionStatus_name, GCConnectionStatus_value)
+}
+
+var gcsdk_fileDescriptor0 = []byte{
+ // 1996 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x9c, 0x57, 0x4b, 0x73, 0xe3, 0x58,
+ 0x15, 0x1e, 0xc9, 0xaf, 0xf4, 0x89, 0x9d, 0x78, 0x94, 0x49, 0x3a, 0xe3, 0x4e, 0xd3, 0x3d, 0xea,
+ 0xe9, 0x99, 0xd0, 0x35, 0x23, 0xa6, 0x0d, 0x0c, 0x60, 0xe8, 0xa9, 0x49, 0xdb, 0x6e, 0x27, 0x55,
+ 0x89, 0x1d, 0xec, 0xa4, 0xc3, 0x82, 0xaa, 0x5b, 0x8a, 0x7c, 0xe3, 0x88, 0xd8, 0x92, 0xd0, 0x95,
+ 0x32, 0x1d, 0x56, 0x5d, 0xc5, 0x86, 0x62, 0x01, 0x0b, 0x60, 0xcf, 0x8a, 0x3f, 0xc1, 0xef, 0x60,
+ 0x03, 0x6b, 0x96, 0x54, 0xf1, 0x03, 0x58, 0x70, 0xee, 0xbd, 0x92, 0x1f, 0xb2, 0x9c, 0xb8, 0x67,
+ 0x93, 0x52, 0xce, 0x3d, 0xef, 0xc7, 0x77, 0x8e, 0x61, 0x6b, 0x60, 0xb1, 0xfe, 0x15, 0x19, 0x58,
+ 0x23, 0xca, 0x98, 0x39, 0xa0, 0xcc, 0xf0, 0x7c, 0x37, 0x70, 0x2b, 0x1b, 0x2c, 0xa0, 0xe6, 0x68,
+ 0x96, 0xa8, 0x7f, 0x0d, 0x6b, 0xf5, 0x23, 0x36, 0xe8, 0xed, 0xef, 0x3d, 0x6f, 0xd8, 0x48, 0x0e,
+ 0xb4, 0x35, 0xc8, 0x9f, 0x0f, 0x5d, 0xeb, 0xea, 0xf9, 0xb6, 0xf2, 0x58, 0xdd, 0xcd, 0x8f, 0xff,
+ 0xaf, 0x6e, 0xab, 0x33, 0xff, 0x7f, 0x7f, 0x3b, 0x83, 0xff, 0x17, 0xf4, 0xef, 0x42, 0x49, 0x68,
+ 0xe8, 0x1c, 0x34, 0x3a, 0xdf, 0x38, 0xd4, 0xd7, 0x8a, 0x90, 0x0d, 0x6e, 0x3c, 0x8a, 0xe2, 0xca,
+ 0x6e, 0x49, 0x03, 0x50, 0xed, 0x3e, 0x8a, 0x2a, 0xbb, 0x59, 0xfd, 0xb7, 0x0a, 0x68, 0x92, 0xb7,
+ 0x67, 0x3b, 0x83, 0x21, 0xed, 0x9c, 0xff, 0x8a, 0x5a, 0x81, 0xb6, 0x0e, 0x05, 0x2e, 0x40, 0x22,
+ 0xbe, 0x9c, 0xb6, 0x01, 0xab, 0xae, 0x78, 0x22, 0x7d, 0x33, 0x30, 0xd1, 0x8e, 0xb2, 0x5b, 0xe4,
+ 0x5c, 0xd7, 0xd4, 0x67, 0xb6, 0xeb, 0x6c, 0x67, 0x91, 0x90, 0xd7, 0x74, 0x00, 0x97, 0x1b, 0x24,
+ 0xcc, 0x45, 0xc9, 0x1c, 0xd2, 0x56, 0xab, 0x6b, 0xc6, 0xac, 0x2f, 0x68, 0x9e, 0x51, 0xff, 0xda,
+ 0xb6, 0x84, 0xf6, 0x3c, 0xf7, 0x48, 0xff, 0x97, 0x0a, 0x9b, 0x92, 0xeb, 0x28, 0x1c, 0x06, 0xb6,
+ 0x17, 0xfb, 0xc1, 0xb4, 0x17, 0x50, 0x96, 0x76, 0x19, 0x19, 0xb9, 0x7d, 0xfb, 0xc2, 0xa6, 0xdc,
+ 0xa3, 0x0c, 0xea, 0x7d, 0x62, 0xa4, 0x4a, 0x18, 0xc9, 0x38, 0x62, 0x0f, 0x33, 0xc2, 0xc3, 0x1a,
+ 0x94, 0x62, 0x7d, 0x66, 0xbf, 0x8f, 0xca, 0xb2, 0xcb, 0x2b, 0xfb, 0x19, 0xac, 0xc7, 0xb2, 0x3e,
+ 0x1d, 0xb9, 0xd7, 0x94, 0x87, 0xb8, 0xb4, 0xf4, 0x6c, 0x6e, 0xf2, 0x4b, 0xe4, 0xa6, 0xc0, 0x73,
+ 0x53, 0xf9, 0x1a, 0x8a, 0x8b, 0x4a, 0xa3, 0xa4, 0x95, 0x86, 0xd7, 0xab, 0x58, 0x83, 0xb7, 0x7f,
+ 0x7b, 0xf8, 0x56, 0xfd, 0x1d, 0xfe, 0x59, 0xd1, 0xff, 0xa7, 0xc4, 0xd9, 0xad, 0x9b, 0xd6, 0x25,
+ 0xed, 0x85, 0xe7, 0xcc, 0xf2, 0xed, 0x73, 0xda, 0xd7, 0xbe, 0x84, 0x42, 0x14, 0x51, 0x94, 0xd4,
+ 0xa7, 0x46, 0x2a, 0xa3, 0x31, 0xf9, 0x3c, 0x41, 0xdb, 0xf3, 0x69, 0x9d, 0x0d, 0x2e, 0xbb, 0x44,
+ 0x70, 0x39, 0xd1, 0x8a, 0x1f, 0x40, 0x31, 0xa6, 0x0d, 0x6d, 0x16, 0x60, 0x5a, 0x32, 0x11, 0xf5,
+ 0xc6, 0xb1, 0x48, 0x6c, 0x83, 0x27, 0x22, 0x5f, 0xf9, 0x12, 0xd6, 0xe6, 0xdd, 0xb8, 0x23, 0x15,
+ 0x99, 0xdd, 0xa2, 0xfe, 0x67, 0x05, 0x1e, 0xa6, 0x46, 0x75, 0xea, 0x9d, 0xb8, 0x0d, 0x33, 0x98,
+ 0x09, 0x47, 0x49, 0x09, 0x47, 0x5d, 0x22, 0x9c, 0x4c, 0x6a, 0x38, 0xd9, 0xd4, 0x70, 0x78, 0xe8,
+ 0x79, 0xfd, 0x05, 0xdc, 0x9f, 0xf2, 0xea, 0xd4, 0x61, 0x93, 0xb2, 0x2c, 0x61, 0x5e, 0xff, 0x93,
+ 0x02, 0x3b, 0xf3, 0x51, 0x79, 0x01, 0x1a, 0xa8, 0x5f, 0x52, 0xeb, 0x6a, 0x3a, 0x28, 0x35, 0x25,
+ 0xa8, 0xcc, 0x12, 0x41, 0x65, 0x53, 0x83, 0xca, 0xa5, 0x06, 0x95, 0x17, 0x41, 0x35, 0xe0, 0x3b,
+ 0x0b, 0x9c, 0xea, 0xd2, 0x0b, 0x9f, 0xb2, 0xcb, 0xa5, 0x62, 0x7b, 0x1a, 0x63, 0x92, 0xd0, 0xf2,
+ 0x5a, 0x5a, 0x98, 0xab, 0x92, 0x7e, 0x08, 0x5b, 0x9c, 0xad, 0x55, 0x8f, 0xe7, 0xee, 0xcd, 0x91,
+ 0x44, 0x52, 0xce, 0x3a, 0x62, 0x83, 0x29, 0xc8, 0x43, 0x82, 0x67, 0xde, 0x0c, 0x5d, 0x53, 0x9a,
+ 0x2c, 0x6a, 0x65, 0x58, 0x11, 0xd8, 0x6b, 0xf7, 0x19, 0xa6, 0x22, 0x83, 0xda, 0xfe, 0xae, 0xc0,
+ 0x46, 0xbd, 0x55, 0x3f, 0x71, 0x5b, 0x5c, 0xe9, 0x91, 0x89, 0xcf, 0xfe, 0x1e, 0xe6, 0xf1, 0x7d,
+ 0xb8, 0xd7, 0xb7, 0x7d, 0x62, 0x3b, 0x7d, 0xfa, 0x26, 0xd2, 0x86, 0xb1, 0x8f, 0xd0, 0x33, 0xdb,
+ 0xa1, 0xc4, 0x31, 0x47, 0x54, 0xe4, 0xf2, 0x1e, 0xa7, 0x22, 0x80, 0x5b, 0xe8, 0x82, 0xa4, 0x66,
+ 0x05, 0xf5, 0x7b, 0x42, 0x1c, 0x5b, 0xd2, 0xf5, 0x6f, 0x44, 0x7b, 0xaf, 0x56, 0x77, 0x8c, 0x14,
+ 0x3b, 0xc6, 0xb1, 0x94, 0xad, 0xfc, 0x00, 0x0a, 0xd1, 0x67, 0x9a, 0xe9, 0x2d, 0x58, 0x93, 0x2d,
+ 0xef, 0xb0, 0xc0, 0x74, 0x90, 0x4b, 0x34, 0x79, 0x49, 0xaf, 0x62, 0x37, 0xcc, 0x2b, 0x25, 0x5d,
+ 0xca, 0x3c, 0xd7, 0x61, 0x14, 0x0b, 0x5b, 0xa0, 0x98, 0x7f, 0x4c, 0x94, 0x1c, 0x95, 0x9a, 0x52,
+ 0xd5, 0xff, 0xa0, 0xc0, 0xa3, 0xa4, 0x50, 0x2f, 0x30, 0xfd, 0x20, 0xf4, 0xea, 0xee, 0x08, 0xf3,
+ 0x89, 0xa3, 0xf1, 0x63, 0x28, 0x0c, 0x2c, 0xb4, 0x76, 0xe1, 0xa2, 0x1c, 0x77, 0xfe, 0x53, 0xe3,
+ 0x0e, 0x11, 0xa3, 0x55, 0x3f, 0x40, 0xf6, 0xca, 0x73, 0xc8, 0xcb, 0xaf, 0x65, 0x32, 0xc8, 0x8b,
+ 0x72, 0x0f, 0x0b, 0x5a, 0x9e, 0x28, 0xef, 0xba, 0x61, 0x80, 0xb3, 0x80, 0x85, 0xc2, 0x52, 0x92,
+ 0xa9, 0x5a, 0xa2, 0x3a, 0x46, 0x51, 0x97, 0x1f, 0x6f, 0xa7, 0x3c, 0x9f, 0x7b, 0x87, 0x06, 0x24,
+ 0x5a, 0xa4, 0x72, 0x3b, 0xe9, 0x5f, 0x21, 0xea, 0x25, 0xb4, 0x75, 0xa9, 0x37, 0xbc, 0x49, 0x51,
+ 0x99, 0x90, 0x17, 0x2d, 0xa2, 0xff, 0x25, 0x9a, 0xb0, 0x56, 0xfd, 0xd4, 0x43, 0x38, 0xe1, 0xdd,
+ 0xdc, 0xaa, 0xf7, 0x90, 0x05, 0x3b, 0x50, 0xc4, 0xf5, 0x13, 0x28, 0x84, 0xe2, 0x85, 0x45, 0xb9,
+ 0xd9, 0x35, 0x6e, 0xe3, 0x17, 0x8f, 0xf2, 0xa9, 0x52, 0x03, 0x98, 0xfc, 0xc7, 0xbb, 0x33, 0x6a,
+ 0xc6, 0x08, 0x7f, 0xf8, 0x86, 0xf6, 0x84, 0x1b, 0x05, 0x01, 0x72, 0x7e, 0x88, 0xef, 0x72, 0x66,
+ 0x57, 0xf4, 0x2f, 0x24, 0x9c, 0xb5, 0xea, 0x5d, 0xfa, 0xeb, 0x10, 0xcf, 0x83, 0x39, 0xbf, 0x92,
+ 0xea, 0x70, 0x2a, 0x9f, 0xde, 0x2a, 0x31, 0xee, 0x12, 0x69, 0x57, 0x49, 0xda, 0x55, 0x85, 0xdd,
+ 0x37, 0x72, 0xdc, 0xa2, 0xa9, 0xdc, 0x37, 0xaf, 0xc7, 0x93, 0xb9, 0x03, 0x59, 0x31, 0xcd, 0x4a,
+ 0x2a, 0xa6, 0xcc, 0x01, 0x51, 0x1a, 0x72, 0x3e, 0x80, 0x0d, 0x8b, 0xab, 0xed, 0x93, 0x0b, 0x7b,
+ 0x48, 0xc9, 0xf4, 0x59, 0x51, 0xd2, 0xff, 0xa8, 0xc2, 0x3a, 0xd7, 0x59, 0x1f, 0xda, 0xd4, 0x09,
+ 0xf6, 0xe9, 0x70, 0xe8, 0x26, 0xd1, 0xa0, 0x84, 0xbb, 0x6c, 0x93, 0xb9, 0x42, 0x07, 0xb9, 0x44,
+ 0xdf, 0x62, 0x15, 0xf1, 0x66, 0xbb, 0x6f, 0x2c, 0x70, 0x9e, 0x5b, 0x16, 0x7a, 0x09, 0x93, 0x19,
+ 0x21, 0x0e, 0xa5, 0xb1, 0x5b, 0x35, 0x58, 0x8f, 0x1e, 0x87, 0x66, 0xe8, 0xa0, 0xa4, 0x2f, 0x5c,
+ 0x5a, 0xab, 0x6e, 0x18, 0xc7, 0xd8, 0xf5, 0x0e, 0x9f, 0x32, 0xcb, 0x0d, 0x9d, 0x80, 0xef, 0xa3,
+ 0x5a, 0xf1, 0x78, 0xaf, 0x7b, 0xd2, 0x6e, 0x76, 0x49, 0xbb, 0xd3, 0x6e, 0xca, 0x30, 0x2d, 0x1f,
+ 0xfb, 0xea, 0x8a, 0xde, 0x08, 0xd0, 0xbf, 0xa7, 0xdd, 0x9f, 0xd2, 0xe7, 0x0c, 0x42, 0xde, 0x6c,
+ 0xe2, 0x02, 0xd2, 0x3e, 0x87, 0x3c, 0x75, 0x06, 0x38, 0x0f, 0x62, 0xd9, 0xad, 0x61, 0x12, 0x9b,
+ 0x3d, 0x37, 0xf4, 0x2d, 0xda, 0x14, 0xd4, 0x5a, 0xe9, 0x8a, 0x34, 0x7b, 0x4d, 0x22, 0x69, 0xcf,
+ 0xf5, 0xff, 0xaa, 0xf0, 0xfe, 0x24, 0x23, 0x67, 0x74, 0x68, 0xb9, 0x23, 0x3a, 0x9f, 0x13, 0x1c,
+ 0x95, 0x01, 0x8e, 0xd7, 0xd4, 0x61, 0xa0, 0xfd, 0x14, 0x1e, 0xe0, 0x28, 0xb8, 0x17, 0xbc, 0xf1,
+ 0xc8, 0x64, 0xe7, 0x10, 0x91, 0x39, 0x89, 0x85, 0xab, 0xd5, 0xad, 0xf4, 0x33, 0x40, 0xdb, 0x83,
+ 0x4a, 0xe8, 0x05, 0xee, 0x02, 0x59, 0x79, 0x4a, 0x3d, 0x34, 0x6e, 0x5d, 0x4b, 0x9f, 0xc3, 0x0a,
+ 0x9e, 0xaa, 0x66, 0x10, 0x2f, 0xc2, 0xd5, 0xea, 0x03, 0x63, 0x2e, 0x12, 0xe3, 0x30, 0x62, 0xd1,
+ 0x36, 0xa1, 0xc4, 0x78, 0x35, 0x45, 0x18, 0x3c, 0x8f, 0x79, 0x11, 0x05, 0xe6, 0xd1, 0x0e, 0xe8,
+ 0x88, 0x30, 0xb4, 0x31, 0x32, 0x89, 0xe5, 0x5b, 0x22, 0x6f, 0x05, 0x8e, 0x8f, 0xfc, 0x81, 0x49,
+ 0x81, 0xd0, 0x1f, 0x6e, 0xaf, 0xf0, 0xc4, 0xe3, 0x15, 0xb5, 0x32, 0xd6, 0x89, 0xf3, 0x3f, 0xc4,
+ 0xaf, 0x20, 0xec, 0xcb, 0xf9, 0x57, 0x79, 0x9e, 0x86, 0x2e, 0x26, 0x5a, 0x90, 0x54, 0x41, 0xc2,
+ 0x5c, 0x8a, 0xc2, 0x22, 0x6a, 0x0b, 0x78, 0xd7, 0xff, 0xad, 0xc0, 0x07, 0xc2, 0x51, 0xd7, 0x71,
+ 0x10, 0xce, 0x51, 0x11, 0x02, 0x5f, 0x10, 0x32, 0xad, 0x01, 0x79, 0x26, 0xbe, 0x84, 0x32, 0xde,
+ 0x1a, 0xad, 0x7a, 0x92, 0xa9, 0xf6, 0x68, 0x9e, 0x46, 0xf6, 0xf7, 0x5e, 0x63, 0x45, 0x9b, 0xbd,
+ 0xde, 0x41, 0xa7, 0xbd, 0xa8, 0x0d, 0xd5, 0x18, 0xf5, 0x71, 0x70, 0x43, 0x4a, 0x3c, 0x97, 0xd9,
+ 0x41, 0x7c, 0x76, 0xe5, 0x78, 0x8b, 0x49, 0x3a, 0xb3, 0x7f, 0x23, 0x17, 0x4e, 0x8e, 0x43, 0xeb,
+ 0x37, 0xa6, 0xcd, 0xd5, 0x58, 0xae, 0x83, 0xdb, 0x2d, 0x27, 0xa8, 0xbb, 0xf0, 0x18, 0x07, 0xdf,
+ 0x1e, 0x61, 0xe5, 0xfa, 0x64, 0xfa, 0x9d, 0x9f, 0xb2, 0xa6, 0xed, 0xe0, 0x85, 0x29, 0x52, 0x9b,
+ 0xd3, 0xff, 0xa9, 0x40, 0x45, 0xa2, 0x05, 0x87, 0xce, 0x64, 0x0f, 0x88, 0xae, 0x8e, 0xff, 0xf1,
+ 0x23, 0xb8, 0xe2, 0xb7, 0x40, 0x4c, 0x23, 0x81, 0x1b, 0x8d, 0x79, 0xf2, 0x42, 0x90, 0x97, 0x62,
+ 0x1d, 0x4a, 0xb3, 0xe3, 0x29, 0xbb, 0xe6, 0x33, 0x63, 0xb1, 0x4d, 0xf1, 0x34, 0x35, 0xb2, 0xac,
+ 0xf2, 0x23, 0x5c, 0x14, 0x09, 0x5a, 0x02, 0x55, 0xc6, 0x6b, 0x7f, 0x1a, 0x7a, 0xb2, 0xb8, 0x61,
+ 0x76, 0xe6, 0xec, 0x4c, 0x9d, 0x5e, 0xa9, 0xd1, 0x6d, 0x43, 0x39, 0x9c, 0xb0, 0x90, 0x0b, 0xdf,
+ 0x1d, 0xc9, 0x08, 0x75, 0x4d, 0xba, 0x81, 0xa5, 0x15, 0x95, 0x3b, 0xc6, 0x24, 0x8a, 0x45, 0x3c,
+ 0xb6, 0x70, 0x88, 0x07, 0x47, 0x84, 0xb3, 0x91, 0x31, 0x6e, 0xc1, 0x94, 0x90, 0x31, 0x76, 0x53,
+ 0xff, 0x04, 0x3e, 0xbe, 0x4d, 0x26, 0x86, 0x67, 0xfd, 0x62, 0x5a, 0x77, 0xb4, 0x64, 0x22, 0x4e,
+ 0xec, 0x28, 0xc6, 0x87, 0x25, 0x64, 0xfc, 0xb4, 0x92, 0x44, 0x16, 0x65, 0x01, 0x87, 0x85, 0x67,
+ 0x66, 0xfa, 0x61, 0xdc, 0x56, 0xb6, 0x43, 0x86, 0xee, 0x00, 0xbb, 0x8d, 0x85, 0x7e, 0xb4, 0x39,
+ 0x57, 0xf4, 0xff, 0xa8, 0xf0, 0xac, 0x7e, 0xe6, 0xfa, 0x57, 0xec, 0xd2, 0xf5, 0xc8, 0xb1, 0xeb,
+ 0x85, 0x38, 0x2f, 0xf4, 0x00, 0xe7, 0xaa, 0x41, 0xc7, 0xe3, 0xcc, 0x48, 0xb4, 0x4d, 0xb4, 0x12,
+ 0xe4, 0x4c, 0xcf, 0x1b, 0x27, 0xfd, 0x97, 0x38, 0x4c, 0x11, 0xb8, 0xc5, 0xe0, 0x7b, 0x60, 0x2c,
+ 0xaf, 0xce, 0x48, 0x3e, 0x1c, 0x46, 0xca, 0x5e, 0xf2, 0x9f, 0xb8, 0x95, 0x26, 0x6c, 0xca, 0x9f,
+ 0x43, 0x09, 0x36, 0x9e, 0x58, 0x3e, 0xf3, 0x7c, 0xfa, 0xc7, 0xae, 0x60, 0xe9, 0x04, 0x4c, 0xf4,
+ 0x27, 0x7c, 0xf2, 0xd4, 0xa8, 0xfc, 0x1e, 0x7f, 0x14, 0xdc, 0x6a, 0x48, 0xa2, 0x44, 0x84, 0xd1,
+ 0x8a, 0x00, 0xef, 0x33, 0x28, 0x4e, 0x29, 0x8a, 0x63, 0xdb, 0x7b, 0x97, 0xd8, 0x52, 0x5d, 0xd7,
+ 0x5f, 0xc1, 0x47, 0x13, 0x1d, 0x2d, 0x1a, 0x20, 0x52, 0x04, 0xd8, 0x6b, 0x08, 0xd3, 0xfe, 0xc2,
+ 0x2c, 0xcf, 0x86, 0x2b, 0xea, 0xa9, 0xd7, 0x40, 0xbf, 0x4d, 0x4f, 0xb4, 0xe4, 0x71, 0x2e, 0xad,
+ 0xa9, 0x07, 0x71, 0xbb, 0xe4, 0xf5, 0x7f, 0x64, 0xf0, 0x48, 0x18, 0x0b, 0xf7, 0x68, 0xc0, 0x9d,
+ 0x3c, 0x36, 0x6f, 0x46, 0xd8, 0xd8, 0xdd, 0x70, 0x48, 0xdf, 0xc5, 0x11, 0xcd, 0x84, 0x0f, 0x4d,
+ 0x86, 0xdb, 0xd8, 0x96, 0x70, 0x13, 0x6b, 0xe5, 0xab, 0x3d, 0x5e, 0x31, 0x5f, 0x19, 0x4b, 0x59,
+ 0x33, 0x62, 0xa6, 0x04, 0x03, 0x16, 0xa3, 0xec, 0xc9, 0x0d, 0x4c, 0xa2, 0x79, 0x8a, 0xa1, 0xe4,
+ 0xc5, 0x92, 0x9a, 0xa3, 0x05, 0x9e, 0x78, 0xaf, 0xd8, 0x70, 0x7f, 0x91, 0x4d, 0x6c, 0xa7, 0x99,
+ 0x58, 0xe2, 0x09, 0xce, 0x6a, 0x15, 0xd0, 0x7c, 0x7a, 0x4d, 0x1d, 0x0e, 0xd1, 0x14, 0x37, 0xb4,
+ 0x13, 0xc4, 0x77, 0xa4, 0xca, 0xa5, 0x7c, 0x94, 0x9e, 0x69, 0x42, 0xb1, 0x52, 0x2a, 0xe7, 0xb0,
+ 0x95, 0xee, 0x44, 0x1a, 0x4a, 0x7c, 0x3b, 0x1b, 0xfa, 0x2e, 0x7c, 0x72, 0x57, 0x3a, 0x22, 0x74,
+ 0xf1, 0x10, 0x85, 0x5e, 0xfa, 0x88, 0x3e, 0x16, 0x9e, 0xf5, 0xd8, 0xca, 0x2c, 0x68, 0x61, 0x5d,
+ 0xf1, 0x07, 0xb2, 0xf9, 0xca, 0xe7, 0xcb, 0x74, 0x41, 0xfd, 0xa7, 0xae, 0xcd, 0x31, 0xee, 0x9f,
+ 0x8f, 0xd5, 0x44, 0x07, 0x9e, 0x38, 0xfa, 0x2e, 0xfc, 0xf1, 0x2d, 0xc2, 0x57, 0x55, 0xf1, 0xd9,
+ 0x0f, 0xa1, 0x34, 0x73, 0xe5, 0xe0, 0x1e, 0x9e, 0xbd, 0x73, 0xca, 0xef, 0x25, 0x49, 0xd5, 0xb2,
+ 0xf2, 0xcc, 0x06, 0x6d, 0xfe, 0xf8, 0xc2, 0x79, 0x9d, 0x39, 0xbf, 0x50, 0xf4, 0x43, 0xd8, 0x8c,
+ 0x29, 0xc7, 0xcd, 0xee, 0xab, 0x66, 0xfd, 0x84, 0x9c, 0x75, 0xba, 0x87, 0x8d, 0xb2, 0xc2, 0xb5,
+ 0x8e, 0x99, 0x9b, 0xbf, 0xe8, 0xb4, 0xcb, 0x2a, 0xfe, 0x06, 0x58, 0x8f, 0x49, 0x07, 0xed, 0xd7,
+ 0x7b, 0x87, 0x07, 0x8d, 0x72, 0xe6, 0xd9, 0x5f, 0x55, 0xd0, 0xe6, 0x37, 0xb7, 0xf6, 0x04, 0xee,
+ 0xda, 0xe7, 0x68, 0xfe, 0x63, 0x78, 0x9c, 0xc2, 0xd4, 0xaa, 0x93, 0x56, 0xe7, 0xa0, 0xdd, 0x22,
+ 0x8d, 0xce, 0x59, 0x1b, 0x3d, 0xf9, 0x08, 0x1e, 0xa6, 0x70, 0xb5, 0x3b, 0x63, 0x45, 0xaa, 0xf6,
+ 0x05, 0x7c, 0x76, 0x2b, 0x0b, 0xfa, 0x4b, 0x0e, 0x3b, 0x2d, 0xfc, 0xf8, 0xf9, 0x69, 0xf3, 0xb4,
+ 0x59, 0xce, 0x68, 0x8f, 0xe0, 0xc1, 0x02, 0x89, 0x93, 0xe6, 0xde, 0x51, 0x39, 0xab, 0x3d, 0x86,
+ 0x9d, 0x14, 0x86, 0xde, 0x69, 0xef, 0xb8, 0xd9, 0x6e, 0x34, 0x1b, 0xe5, 0x9c, 0xf6, 0x29, 0x3c,
+ 0x49, 0xe3, 0xe0, 0xf2, 0xd3, 0x01, 0xe4, 0x5f, 0xe6, 0xf6, 0x95, 0xb7, 0xca, 0x7b, 0xff, 0x0f,
+ 0x00, 0x00, 0xff, 0xff, 0x28, 0x62, 0x57, 0xd3, 0xe3, 0x14, 0x00, 0x00,
+}
diff --git a/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go
new file mode 100644
index 00000000..bc5b1102
--- /dev/null
+++ b/vendor/github.com/Philipp15b/go-steam/dota/protocol/protobuf/system.pb.go
@@ -0,0 +1,579 @@
+// Code generated by protoc-gen-go.
+// source: gcsystemmsgs.proto
+// DO NOT EDIT!
+
+package protobuf
+
+import proto "github.com/golang/protobuf/proto"
+import fmt "fmt"
+import 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.
+const _ = proto.ProtoPackageIsVersion1
+
+type EGCSystemMsg int32
+
+const (
+ EGCSystemMsg_k_EGCMsgInvalid EGCSystemMsg = 0
+ EGCSystemMsg_k_EGCMsgMulti EGCSystemMsg = 1
+ EGCSystemMsg_k_EGCMsgGenericReply EGCSystemMsg = 10
+ EGCSystemMsg_k_EGCMsgSystemBase EGCSystemMsg = 50
+ EGCSystemMsg_k_EGCMsgAchievementAwarded EGCSystemMsg = 51
+ EGCSystemMsg_k_EGCMsgConCommand EGCSystemMsg = 52
+ EGCSystemMsg_k_EGCMsgStartPlaying EGCSystemMsg = 53
+ EGCSystemMsg_k_EGCMsgStopPlaying EGCSystemMsg = 54
+ EGCSystemMsg_k_EGCMsgStartGameserver EGCSystemMsg = 55
+ EGCSystemMsg_k_EGCMsgStopGameserver EGCSystemMsg = 56
+ EGCSystemMsg_k_EGCMsgWGRequest EGCSystemMsg = 57
+ EGCSystemMsg_k_EGCMsgWGResponse EGCSystemMsg = 58
+ EGCSystemMsg_k_EGCMsgGetUserGameStatsSchema EGCSystemMsg = 59
+ EGCSystemMsg_k_EGCMsgGetUserGameStatsSchemaResponse EGCSystemMsg = 60
+ EGCSystemMsg_k_EGCMsgGetUserStatsDEPRECATED EGCSystemMsg = 61
+ EGCSystemMsg_k_EGCMsgGetUserStatsResponse EGCSystemMsg = 62
+ EGCSystemMsg_k_EGCMsgAppInfoUpdated EGCSystemMsg = 63
+ EGCSystemMsg_k_EGCMsgValidateSession EGCSystemMsg = 64
+ EGCSystemMsg_k_EGCMsgValidateSessionResponse EGCSystemMsg = 65
+ EGCSystemMsg_k_EGCMsgLookupAccountFromInput EGCSystemMsg = 66
+ EGCSystemMsg_k_EGCMsgSendHTTPRequest EGCSystemMsg = 67
+ EGCSystemMsg_k_EGCMsgSendHTTPRequestResponse EGCSystemMsg = 68
+ EGCSystemMsg_k_EGCMsgPreTestSetup EGCSystemMsg = 69
+ EGCSystemMsg_k_EGCMsgRecordSupportAction EGCSystemMsg = 70
+ EGCSystemMsg_k_EGCMsgGetAccountDetails_DEPRECATED EGCSystemMsg = 71
+ EGCSystemMsg_k_EGCMsgReceiveInterAppMessage EGCSystemMsg = 73
+ EGCSystemMsg_k_EGCMsgFindAccounts EGCSystemMsg = 74
+ EGCSystemMsg_k_EGCMsgPostAlert EGCSystemMsg = 75
+ EGCSystemMsg_k_EGCMsgGetLicenses EGCSystemMsg = 76
+ EGCSystemMsg_k_EGCMsgGetUserStats EGCSystemMsg = 77
+ EGCSystemMsg_k_EGCMsgGetCommands EGCSystemMsg = 78
+ EGCSystemMsg_k_EGCMsgGetCommandsResponse EGCSystemMsg = 79
+ EGCSystemMsg_k_EGCMsgAddFreeLicense EGCSystemMsg = 80
+ EGCSystemMsg_k_EGCMsgAddFreeLicenseResponse EGCSystemMsg = 81
+ EGCSystemMsg_k_EGCMsgGetIPLocation EGCSystemMsg = 82
+ EGCSystemMsg_k_EGCMsgGetIPLocationResponse EGCSystemMsg = 83
+ EGCSystemMsg_k_EGCMsgSystemStatsSchema EGCSystemMsg = 84
+ EGCSystemMsg_k_EGCMsgGetSystemStats EGCSystemMsg = 85
+ EGCSystemMsg_k_EGCMsgGetSystemStatsResponse EGCSystemMsg = 86
+ EGCSystemMsg_k_EGCMsgSendEmail EGCSystemMsg = 87
+ EGCSystemMsg_k_EGCMsgSendEmailResponse EGCSystemMsg = 88
+ EGCSystemMsg_k_EGCMsgGetEmailTemplate EGCSystemMsg = 89
+ EGCSystemMsg_k_EGCMsgGetEmailTemplateResponse EGCSystemMsg = 90
+ EGCSystemMsg_k_EGCMsgGrantGuestPass EGCSystemMsg = 91
+ EGCSystemMsg_k_EGCMsgGrantGuestPassResponse EGCSystemMsg = 92
+ EGCSystemMsg_k_EGCMsgGetAccountDetails EGCSystemMsg = 93
+ EGCSystemMsg_k_EGCMsgGetAccountDetailsResponse EGCSystemMsg = 94
+ EGCSystemMsg_k_EGCMsgGetPersonaNames EGCSystemMsg = 95
+ EGCSystemMsg_k_EGCMsgGetPersonaNamesResponse EGCSystemMsg = 96
+ EGCSystemMsg_k_EGCMsgMultiplexMsg EGCSystemMsg = 97
+ EGCSystemMsg_k_EGCMsgWebAPIRegisterInterfaces EGCSystemMsg = 101
+ EGCSystemMsg_k_EGCMsgWebAPIJobRequest EGCSystemMsg = 102
+ EGCSystemMsg_k_EGCMsgWebAPIJobRequestHttpResponse EGCSystemMsg = 104
+ EGCSystemMsg_k_EGCMsgWebAPIJobRequestForwardResponse EGCSystemMsg = 105
+ EGCSystemMsg_k_EGCMsgMemCachedGet EGCSystemMsg = 200
+ EGCSystemMsg_k_EGCMsgMemCachedGetResponse EGCSystemMsg = 201
+ EGCSystemMsg_k_EGCMsgMemCachedSet EGCSystemMsg = 202
+ EGCSystemMsg_k_EGCMsgMemCachedDelete EGCSystemMsg = 203
+ EGCSystemMsg_k_EGCMsgMemCachedStats EGCSystemMsg = 204
+ EGCSystemMsg_k_EGCMsgMemCachedStatsResponse EGCSystemMsg = 205
+ EGCSystemMsg_k_EGCMsgSQLStats EGCSystemMsg = 210
+ EGCSystemMsg_k_EGCMsgSQLStatsResponse EGCSystemMsg = 211
+ EGCSystemMsg_k_EGCMsgMasterSetDirectory EGCSystemMsg = 220
+ EGCSystemMsg_k_EGCMsgMasterSetDirectoryResponse EGCSystemMsg = 221
+ EGCSystemMsg_k_EGCMsgMasterSetWebAPIRouting EGCSystemMsg = 222
+ EGCSystemMsg_k_EGCMsgMasterSetWebAPIRoutingResponse EGCSystemMsg = 223
+ EGCSystemMsg_k_EGCMsgMasterSetClientMsgRouting EGCSystemMsg = 224
+ EGCSystemMsg_k_EGCMsgMasterSetClientMsgRoutingResponse EGCSystemMsg = 225
+ EGCSystemMsg_k_EGCMsgSetOptions EGCSystemMsg = 226
+ EGCSystemMsg_k_EGCMsgSetOptionsResponse EGCSystemMsg = 227
+ EGCSystemMsg_k_EGCMsgSystemBase2 EGCSystemMsg = 500
+ EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatus EGCSystemMsg = 501
+ EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatusResponse EGCSystemMsg = 502
+ EGCSystemMsg_k_EGCMsgUpdateSession EGCSystemMsg = 503
+ EGCSystemMsg_k_EGCMsgGCAccountVacStatusChange EGCSystemMsg = 504
+ EGCSystemMsg_k_EGCMsgCheckFriendship EGCSystemMsg = 505
+ EGCSystemMsg_k_EGCMsgCheckFriendshipResponse EGCSystemMsg = 506
+ EGCSystemMsg_k_EGCMsgGetPartnerAccountLink EGCSystemMsg = 507
+ EGCSystemMsg_k_EGCMsgGetPartnerAccountLinkResponse EGCSystemMsg = 508
+ EGCSystemMsg_k_EGCMsgVSReportedSuspiciousActivity EGCSystemMsg = 509
+ EGCSystemMsg_k_EGCMsgDPPartnerMicroTxns EGCSystemMsg = 512
+ EGCSystemMsg_k_EGCMsgDPPartnerMicroTxnsResponse EGCSystemMsg = 513
+ EGCSystemMsg_k_EGCMsgGetIPASN EGCSystemMsg = 514
+ EGCSystemMsg_k_EGCMsgGetIPASNResponse EGCSystemMsg = 515
+ EGCSystemMsg_k_EGCMsgGetAppFriendsList EGCSystemMsg = 516
+ EGCSystemMsg_k_EGCMsgGetAppFriendsListResponse EGCSystemMsg = 517
+)
+
+var EGCSystemMsg_name = map[int32]string{
+ 0: "k_EGCMsgInvalid",
+ 1: "k_EGCMsgMulti",
+ 10: "k_EGCMsgGenericReply",
+ 50: "k_EGCMsgSystemBase",
+ 51: "k_EGCMsgAchievementAwarded",
+ 52: "k_EGCMsgConCommand",
+ 53: "k_EGCMsgStartPlaying",
+ 54: "k_EGCMsgStopPlaying",
+ 55: "k_EGCMsgStartGameserver",
+ 56: "k_EGCMsgStopGameserver",
+ 57: "k_EGCMsgWGRequest",
+ 58: "k_EGCMsgWGResponse",
+ 59: "k_EGCMsgGetUserGameStatsSchema",
+ 60: "k_EGCMsgGetUserGameStatsSchemaResponse",
+ 61: "k_EGCMsgGetUserStatsDEPRECATED",
+ 62: "k_EGCMsgGetUserStatsResponse",
+ 63: "k_EGCMsgAppInfoUpdated",
+ 64: "k_EGCMsgValidateSession",
+ 65: "k_EGCMsgValidateSessionResponse",
+ 66: "k_EGCMsgLookupAccountFromInput",
+ 67: "k_EGCMsgSendHTTPRequest",
+ 68: "k_EGCMsgSendHTTPRequestResponse",
+ 69: "k_EGCMsgPreTestSetup",
+ 70: "k_EGCMsgRecordSupportAction",
+ 71: "k_EGCMsgGetAccountDetails_DEPRECATED",
+ 73: "k_EGCMsgReceiveInterAppMessage",
+ 74: "k_EGCMsgFindAccounts",
+ 75: "k_EGCMsgPostAlert",
+ 76: "k_EGCMsgGetLicenses",
+ 77: "k_EGCMsgGetUserStats",
+ 78: "k_EGCMsgGetCommands",
+ 79: "k_EGCMsgGetCommandsResponse",
+ 80: "k_EGCMsgAddFreeLicense",
+ 81: "k_EGCMsgAddFreeLicenseResponse",
+ 82: "k_EGCMsgGetIPLocation",
+ 83: "k_EGCMsgGetIPLocationResponse",
+ 84: "k_EGCMsgSystemStatsSchema",
+ 85: "k_EGCMsgGetSystemStats",
+ 86: "k_EGCMsgGetSystemStatsResponse",
+ 87: "k_EGCMsgSendEmail",
+ 88: "k_EGCMsgSendEmailResponse",
+ 89: "k_EGCMsgGetEmailTemplate",
+ 90: "k_EGCMsgGetEmailTemplateResponse",
+ 91: "k_EGCMsgGrantGuestPass",
+ 92: "k_EGCMsgGrantGuestPassResponse",
+ 93: "k_EGCMsgGetAccountDetails",
+ 94: "k_EGCMsgGetAccountDetailsResponse",
+ 95: "k_EGCMsgGetPersonaNames",
+ 96: "k_EGCMsgGetPersonaNamesResponse",
+ 97: "k_EGCMsgMultiplexMsg",
+ 101: "k_EGCMsgWebAPIRegisterInterfaces",
+ 102: "k_EGCMsgWebAPIJobRequest",
+ 104: "k_EGCMsgWebAPIJobRequestHttpResponse",
+ 105: "k_EGCMsgWebAPIJobRequestForwardResponse",
+ 200: "k_EGCMsgMemCachedGet",
+ 201: "k_EGCMsgMemCachedGetResponse",
+ 202: "k_EGCMsgMemCachedSet",
+ 203: "k_EGCMsgMemCachedDelete",
+ 204: "k_EGCMsgMemCachedStats",
+ 205: "k_EGCMsgMemCachedStatsResponse",
+ 210: "k_EGCMsgSQLStats",
+ 211: "k_EGCMsgSQLStatsResponse",
+ 220: "k_EGCMsgMasterSetDirectory",
+ 221: "k_EGCMsgMasterSetDirectoryResponse",
+ 222: "k_EGCMsgMasterSetWebAPIRouting",
+ 223: "k_EGCMsgMasterSetWebAPIRoutingResponse",
+ 224: "k_EGCMsgMasterSetClientMsgRouting",
+ 225: "k_EGCMsgMasterSetClientMsgRoutingResponse",
+ 226: "k_EGCMsgSetOptions",
+ 227: "k_EGCMsgSetOptionsResponse",
+ 500: "k_EGCMsgSystemBase2",
+ 501: "k_EGCMsgGetPurchaseTrustStatus",
+ 502: "k_EGCMsgGetPurchaseTrustStatusResponse",
+ 503: "k_EGCMsgUpdateSession",
+ 504: "k_EGCMsgGCAccountVacStatusChange",
+ 505: "k_EGCMsgCheckFriendship",
+ 506: "k_EGCMsgCheckFriendshipResponse",
+ 507: "k_EGCMsgGetPartnerAccountLink",
+ 508: "k_EGCMsgGetPartnerAccountLinkResponse",
+ 509: "k_EGCMsgVSReportedSuspiciousActivity",
+ 512: "k_EGCMsgDPPartnerMicroTxns",
+ 513: "k_EGCMsgDPPartnerMicroTxnsResponse",
+ 514: "k_EGCMsgGetIPASN",
+ 515: "k_EGCMsgGetIPASNResponse",
+ 516: "k_EGCMsgGetAppFriendsList",
+ 517: "k_EGCMsgGetAppFriendsListResponse",
+}
+var EGCSystemMsg_value = map[string]int32{
+ "k_EGCMsgInvalid": 0,
+ "k_EGCMsgMulti": 1,
+ "k_EGCMsgGenericReply": 10,
+ "k_EGCMsgSystemBase": 50,
+ "k_EGCMsgAchievementAwarded": 51,
+ "k_EGCMsgConCommand": 52,
+ "k_EGCMsgStartPlaying": 53,
+ "k_EGCMsgStopPlaying": 54,
+ "k_EGCMsgStartGameserver": 55,
+ "k_EGCMsgStopGameserver": 56,
+ "k_EGCMsgWGRequest": 57,
+ "k_EGCMsgWGResponse": 58,
+ "k_EGCMsgGetUserGameStatsSchema": 59,
+ "k_EGCMsgGetUserGameStatsSchemaResponse": 60,
+ "k_EGCMsgGetUserStatsDEPRECATED": 61,
+ "k_EGCMsgGetUserStatsResponse": 62,
+ "k_EGCMsgAppInfoUpdated": 63,
+ "k_EGCMsgValidateSession": 64,
+ "k_EGCMsgValidateSessionResponse": 65,
+ "k_EGCMsgLookupAccountFromInput": 66,
+ "k_EGCMsgSendHTTPRequest": 67,
+ "k_EGCMsgSendHTTPRequestResponse": 68,
+ "k_EGCMsgPreTestSetup": 69,
+ "k_EGCMsgRecordSupportAction": 70,
+ "k_EGCMsgGetAccountDetails_DEPRECATED": 71,
+ "k_EGCMsgReceiveInterAppMessage": 73,
+ "k_EGCMsgFindAccounts": 74,
+ "k_EGCMsgPostAlert": 75,
+ "k_EGCMsgGetLicenses": 76,
+ "k_EGCMsgGetUserStats": 77,
+ "k_EGCMsgGetCommands": 78,
+ "k_EGCMsgGetCommandsResponse": 79,
+ "k_EGCMsgAddFreeLicense": 80,
+ "k_EGCMsgAddFreeLicenseResponse": 81,
+ "k_EGCMsgGetIPLocation": 82,
+ "k_EGCMsgGetIPLocationResponse": 83,
+ "k_EGCMsgSystemStatsSchema": 84,
+ "k_EGCMsgGetSystemStats": 85,
+ "k_EGCMsgGetSystemStatsResponse": 86,
+ "k_EGCMsgSendEmail": 87,
+ "k_EGCMsgSendEmailResponse": 88,
+ "k_EGCMsgGetEmailTemplate": 89,
+ "k_EGCMsgGetEmailTemplateResponse": 90,
+ "k_EGCMsgGrantGuestPass": 91,
+ "k_EGCMsgGrantGuestPassResponse": 92,
+ "k_EGCMsgGetAccountDetails": 93,
+ "k_EGCMsgGetAccountDetailsResponse": 94,
+ "k_EGCMsgGetPersonaNames": 95,
+ "k_EGCMsgGetPersonaNamesResponse": 96,
+ "k_EGCMsgMultiplexMsg": 97,
+ "k_EGCMsgWebAPIRegisterInterfaces": 101,
+ "k_EGCMsgWebAPIJobRequest": 102,
+ "k_EGCMsgWebAPIJobRequestHttpResponse": 104,
+ "k_EGCMsgWebAPIJobRequestForwardResponse": 105,
+ "k_EGCMsgMemCachedGet": 200,
+ "k_EGCMsgMemCachedGetResponse": 201,
+ "k_EGCMsgMemCachedSet": 202,
+ "k_EGCMsgMemCachedDelete": 203,
+ "k_EGCMsgMemCachedStats": 204,
+ "k_EGCMsgMemCachedStatsResponse": 205,
+ "k_EGCMsgSQLStats": 210,
+ "k_EGCMsgSQLStatsResponse": 211,
+ "k_EGCMsgMasterSetDirectory": 220,
+ "k_EGCMsgMasterSetDirectoryResponse": 221,
+ "k_EGCMsgMasterSetWebAPIRouting": 222,
+ "k_EGCMsgMasterSetWebAPIRoutingResponse": 223,
+ "k_EGCMsgMasterSetClientMsgRouting": 224,
+ "k_EGCMsgMasterSetClientMsgRoutingResponse": 225,
+ "k_EGCMsgSetOptions": 226,
+ "k_EGCMsgSetOptionsResponse": 227,
+ "k_EGCMsgSystemBase2": 500,
+ "k_EGCMsgGetPurchaseTrustStatus": 501,
+ "k_EGCMsgGetPurchaseTrustStatusResponse": 502,
+ "k_EGCMsgUpdateSession": 503,
+ "k_EGCMsgGCAccountVacStatusChange": 504,
+ "k_EGCMsgCheckFriendship": 505,
+ "k_EGCMsgCheckFriendshipResponse": 506,
+ "k_EGCMsgGetPartnerAccountLink": 507,
+ "k_EGCMsgGetPartnerAccountLinkResponse": 508,
+ "k_EGCMsgVSReportedSuspiciousActivity": 509,
+ "k_EGCMsgDPPartnerMicroTxns": 512,
+ "k_EGCMsgDPPartnerMicroTxnsResponse": 513,
+ "k_EGCMsgGetIPASN": 514,
+ "k_EGCMsgGetIPASNResponse": 515,
+ "k_EGCMsgGetAppFriendsList": 516,
+ "k_EGCMsgGetAppFriendsListResponse": 517,
+}
+
+func (x EGCSystemMsg) Enum() *EGCSystemMsg {
+ p := new(EGCSystemMsg)
+ *p = x
+ return p
+}
+func (x EGCSystemMsg) String() string {
+ return proto.EnumName(EGCSystemMsg_name, int32(x))
+}
+func (x *EGCSystemMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCSystemMsg_value, data, "EGCSystemMsg")
+ if err != nil {
+ return err
+ }
+ *x = EGCSystemMsg(value)
+ return nil
+}
+func (EGCSystemMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{0} }
+
+type ESOMsg int32
+
+const (
+ ESOMsg_k_ESOMsg_Create ESOMsg = 21
+ ESOMsg_k_ESOMsg_Update ESOMsg = 22
+ ESOMsg_k_ESOMsg_Destroy ESOMsg = 23
+ ESOMsg_k_ESOMsg_CacheSubscribed ESOMsg = 24
+ ESOMsg_k_ESOMsg_CacheUnsubscribed ESOMsg = 25
+ ESOMsg_k_ESOMsg_UpdateMultiple ESOMsg = 26
+ ESOMsg_k_ESOMsg_CacheSubscriptionRefresh ESOMsg = 28
+ ESOMsg_k_ESOMsg_CacheSubscribedUpToDate ESOMsg = 29
+)
+
+var ESOMsg_name = map[int32]string{
+ 21: "k_ESOMsg_Create",
+ 22: "k_ESOMsg_Update",
+ 23: "k_ESOMsg_Destroy",
+ 24: "k_ESOMsg_CacheSubscribed",
+ 25: "k_ESOMsg_CacheUnsubscribed",
+ 26: "k_ESOMsg_UpdateMultiple",
+ 28: "k_ESOMsg_CacheSubscriptionRefresh",
+ 29: "k_ESOMsg_CacheSubscribedUpToDate",
+}
+var ESOMsg_value = map[string]int32{
+ "k_ESOMsg_Create": 21,
+ "k_ESOMsg_Update": 22,
+ "k_ESOMsg_Destroy": 23,
+ "k_ESOMsg_CacheSubscribed": 24,
+ "k_ESOMsg_CacheUnsubscribed": 25,
+ "k_ESOMsg_UpdateMultiple": 26,
+ "k_ESOMsg_CacheSubscriptionRefresh": 28,
+ "k_ESOMsg_CacheSubscribedUpToDate": 29,
+}
+
+func (x ESOMsg) Enum() *ESOMsg {
+ p := new(ESOMsg)
+ *p = x
+ return p
+}
+func (x ESOMsg) String() string {
+ return proto.EnumName(ESOMsg_name, int32(x))
+}
+func (x *ESOMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(ESOMsg_value, data, "ESOMsg")
+ if err != nil {
+ return err
+ }
+ *x = ESOMsg(value)
+ return nil
+}
+func (ESOMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{1} }
+
+type EGCBaseClientMsg int32
+
+const (
+ EGCBaseClientMsg_k_EMsgGCPingRequest EGCBaseClientMsg = 3001
+ EGCBaseClientMsg_k_EMsgGCPingResponse EGCBaseClientMsg = 3002
+ EGCBaseClientMsg_k_EMsgGCClientWelcome EGCBaseClientMsg = 4004
+ EGCBaseClientMsg_k_EMsgGCServerWelcome EGCBaseClientMsg = 4005
+ EGCBaseClientMsg_k_EMsgGCClientHello EGCBaseClientMsg = 4006
+ EGCBaseClientMsg_k_EMsgGCServerHello EGCBaseClientMsg = 4007
+ EGCBaseClientMsg_k_EMsgGCClientConnectionStatus EGCBaseClientMsg = 4009
+ EGCBaseClientMsg_k_EMsgGCServerConnectionStatus EGCBaseClientMsg = 4010
+)
+
+var EGCBaseClientMsg_name = map[int32]string{
+ 3001: "k_EMsgGCPingRequest",
+ 3002: "k_EMsgGCPingResponse",
+ 4004: "k_EMsgGCClientWelcome",
+ 4005: "k_EMsgGCServerWelcome",
+ 4006: "k_EMsgGCClientHello",
+ 4007: "k_EMsgGCServerHello",
+ 4009: "k_EMsgGCClientConnectionStatus",
+ 4010: "k_EMsgGCServerConnectionStatus",
+}
+var EGCBaseClientMsg_value = map[string]int32{
+ "k_EMsgGCPingRequest": 3001,
+ "k_EMsgGCPingResponse": 3002,
+ "k_EMsgGCClientWelcome": 4004,
+ "k_EMsgGCServerWelcome": 4005,
+ "k_EMsgGCClientHello": 4006,
+ "k_EMsgGCServerHello": 4007,
+ "k_EMsgGCClientConnectionStatus": 4009,
+ "k_EMsgGCServerConnectionStatus": 4010,
+}
+
+func (x EGCBaseClientMsg) Enum() *EGCBaseClientMsg {
+ p := new(EGCBaseClientMsg)
+ *p = x
+ return p
+}
+func (x EGCBaseClientMsg) String() string {
+ return proto.EnumName(EGCBaseClientMsg_name, int32(x))
+}
+func (x *EGCBaseClientMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCBaseClientMsg_value, data, "EGCBaseClientMsg")
+ if err != nil {
+ return err
+ }
+ *x = EGCBaseClientMsg(value)
+ return nil
+}
+func (EGCBaseClientMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{2} }
+
+type EGCToGCMsg int32
+
+const (
+ EGCToGCMsg_k_EGCToGCMsgMasterAck EGCToGCMsg = 150
+ EGCToGCMsg_k_EGCToGCMsgMasterAckResponse EGCToGCMsg = 151
+ EGCToGCMsg_k_EGCToGCMsgRouted EGCToGCMsg = 152
+ EGCToGCMsg_k_EGCToGCMsgRoutedReply EGCToGCMsg = 153
+ EGCToGCMsg_k_EMsgGCUpdateSubGCSessionInfo EGCToGCMsg = 154
+ EGCToGCMsg_k_EMsgGCRequestSubGCSessionInfo EGCToGCMsg = 155
+ EGCToGCMsg_k_EMsgGCRequestSubGCSessionInfoResponse EGCToGCMsg = 156
+ EGCToGCMsg_k_EGCToGCMsgMasterStartupComplete EGCToGCMsg = 157
+ EGCToGCMsg_k_EMsgGCToGCSOCacheSubscribe EGCToGCMsg = 158
+ EGCToGCMsg_k_EMsgGCToGCSOCacheUnsubscribe EGCToGCMsg = 159
+ EGCToGCMsg_k_EMsgGCToGCLoadSessionSOCache EGCToGCMsg = 160
+ EGCToGCMsg_k_EMsgGCToGCLoadSessionSOCacheResponse EGCToGCMsg = 161
+ EGCToGCMsg_k_EMsgGCToGCUpdateSessionStats EGCToGCMsg = 162
+)
+
+var EGCToGCMsg_name = map[int32]string{
+ 150: "k_EGCToGCMsgMasterAck",
+ 151: "k_EGCToGCMsgMasterAckResponse",
+ 152: "k_EGCToGCMsgRouted",
+ 153: "k_EGCToGCMsgRoutedReply",
+ 154: "k_EMsgGCUpdateSubGCSessionInfo",
+ 155: "k_EMsgGCRequestSubGCSessionInfo",
+ 156: "k_EMsgGCRequestSubGCSessionInfoResponse",
+ 157: "k_EGCToGCMsgMasterStartupComplete",
+ 158: "k_EMsgGCToGCSOCacheSubscribe",
+ 159: "k_EMsgGCToGCSOCacheUnsubscribe",
+ 160: "k_EMsgGCToGCLoadSessionSOCache",
+ 161: "k_EMsgGCToGCLoadSessionSOCacheResponse",
+ 162: "k_EMsgGCToGCUpdateSessionStats",
+}
+var EGCToGCMsg_value = map[string]int32{
+ "k_EGCToGCMsgMasterAck": 150,
+ "k_EGCToGCMsgMasterAckResponse": 151,
+ "k_EGCToGCMsgRouted": 152,
+ "k_EGCToGCMsgRoutedReply": 153,
+ "k_EMsgGCUpdateSubGCSessionInfo": 154,
+ "k_EMsgGCRequestSubGCSessionInfo": 155,
+ "k_EMsgGCRequestSubGCSessionInfoResponse": 156,
+ "k_EGCToGCMsgMasterStartupComplete": 157,
+ "k_EMsgGCToGCSOCacheSubscribe": 158,
+ "k_EMsgGCToGCSOCacheUnsubscribe": 159,
+ "k_EMsgGCToGCLoadSessionSOCache": 160,
+ "k_EMsgGCToGCLoadSessionSOCacheResponse": 161,
+ "k_EMsgGCToGCUpdateSessionStats": 162,
+}
+
+func (x EGCToGCMsg) Enum() *EGCToGCMsg {
+ p := new(EGCToGCMsg)
+ *p = x
+ return p
+}
+func (x EGCToGCMsg) String() string {
+ return proto.EnumName(EGCToGCMsg_name, int32(x))
+}
+func (x *EGCToGCMsg) UnmarshalJSON(data []byte) error {
+ value, err := proto.UnmarshalJSONEnum(EGCToGCMsg_value, data, "EGCToGCMsg")
+ if err != nil {
+ return err
+ }
+ *x = EGCToGCMsg(value)
+ return nil
+}
+func (EGCToGCMsg) EnumDescriptor() ([]byte, []int) { return system_fileDescriptor0, []int{3} }
+
+func init() {
+ proto.RegisterEnum("EGCSystemMsg", EGCSystemMsg_name, EGCSystemMsg_value)
+ proto.RegisterEnum("ESOMsg", ESOMsg_name, ESOMsg_value)
+ proto.RegisterEnum("EGCBaseClientMsg", EGCBaseClientMsg_name, EGCBaseClientMsg_value)
+ proto.RegisterEnum("EGCToGCMsg", EGCToGCMsg_name, EGCToGCMsg_value)
+}
+
+var system_fileDescriptor0 = []byte{
+ // 1475 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x57, 0x59, 0x73, 0x1b, 0xc5,
+ 0x13, 0xcf, 0x96, 0xfc, 0xff, 0x3f, 0x4c, 0x41, 0xd1, 0x99, 0xc4, 0x47, 0x12, 0x27, 0x4a, 0x42,
+ 0x0e, 0x62, 0xa8, 0x3c, 0x84, 0xfb, 0x46, 0x91, 0x64, 0x5b, 0x41, 0x8e, 0x15, 0x4b, 0xb6, 0xb9,
+ 0xcd, 0x7a, 0x35, 0xb6, 0xb6, 0x2c, 0xed, 0x2c, 0x33, 0xbb, 0x26, 0x7e, 0x0b, 0xd7, 0x57, 0xe0,
+ 0xbe, 0x8b, 0xa3, 0xe0, 0x1b, 0xc0, 0x27, 0xe0, 0x7c, 0x81, 0x57, 0xee, 0x7c, 0x01, 0x1e, 0xb8,
+ 0x21, 0x55, 0xf4, 0xee, 0xce, 0xce, 0xce, 0x4a, 0xb2, 0x79, 0x93, 0xe6, 0xd7, 0xdd, 0xd3, 0xdd,
+ 0xd3, 0xfd, 0xeb, 0x5e, 0x42, 0xd7, 0x1d, 0xb9, 0x25, 0x03, 0xd6, 0xeb, 0xc9, 0x75, 0x79, 0xda,
+ 0x17, 0x3c, 0xe0, 0x53, 0x97, 0x47, 0xc9, 0x55, 0xd5, 0x99, 0x72, 0x33, 0x3e, 0x9f, 0x93, 0xeb,
+ 0x74, 0x0f, 0xb9, 0x66, 0x63, 0x05, 0x4f, 0xf0, 0x77, 0xcd, 0xdb, 0xb4, 0xbb, 0x6e, 0x1b, 0x76,
+ 0xd1, 0xdd, 0xe4, 0xea, 0xf4, 0x70, 0x2e, 0xec, 0x06, 0x2e, 0x58, 0x74, 0x82, 0xec, 0x4d, 0x8f,
+ 0x66, 0x98, 0xc7, 0x84, 0xeb, 0x2c, 0x30, 0xbf, 0xbb, 0x05, 0x84, 0x8e, 0x11, 0x9a, 0x22, 0x89,
+ 0xd9, 0xb3, 0xb6, 0x64, 0x70, 0x86, 0x1e, 0x22, 0xfb, 0xd3, 0xf3, 0x92, 0xd3, 0x71, 0xd9, 0x26,
+ 0xeb, 0x31, 0x2f, 0x28, 0x3d, 0x69, 0x8b, 0x36, 0x6b, 0xc3, 0x8d, 0xa6, 0x5e, 0x99, 0x7b, 0x65,
+ 0xde, 0xeb, 0xd9, 0x5e, 0x1b, 0x6e, 0x32, 0x6f, 0x6a, 0x06, 0xb6, 0x08, 0x1a, 0x5d, 0x7b, 0xcb,
+ 0xf5, 0xd6, 0xe1, 0x66, 0x3a, 0x4e, 0xf6, 0x64, 0x08, 0xf7, 0x53, 0xe0, 0x16, 0x7a, 0x80, 0x8c,
+ 0xe7, 0x54, 0x66, 0xec, 0x1e, 0x93, 0x4c, 0x6c, 0x32, 0x01, 0xb7, 0xd2, 0xfd, 0x64, 0xcc, 0xd4,
+ 0x32, 0xb0, 0xdb, 0xe8, 0x28, 0xd9, 0x9d, 0x62, 0xcb, 0x33, 0x0b, 0xec, 0x89, 0x90, 0xc9, 0x00,
+ 0x6e, 0x37, 0x5d, 0x8b, 0x8e, 0xa5, 0xcf, 0x3d, 0x0c, 0xe9, 0x0e, 0x7a, 0x94, 0x1c, 0xca, 0x92,
+ 0x10, 0x2c, 0xa2, 0x99, 0xc8, 0x1a, 0x5e, 0x19, 0xc8, 0xa6, 0xd3, 0x61, 0x3d, 0x1b, 0xee, 0xa4,
+ 0x53, 0xe4, 0xc4, 0xce, 0x32, 0xda, 0xde, 0x5d, 0x43, 0xec, 0xc5, 0x72, 0x95, 0x6a, 0x63, 0xa1,
+ 0x5a, 0x2e, 0xb5, 0xaa, 0x15, 0xb8, 0x9b, 0x1e, 0x26, 0x93, 0xc3, 0x64, 0xb4, 0x95, 0x7b, 0xcc,
+ 0x00, 0x4b, 0xbe, 0x5f, 0xf3, 0xd6, 0xf8, 0xa2, 0xdf, 0xb6, 0x03, 0x4c, 0xf2, 0xbd, 0x66, 0x66,
+ 0x96, 0xa2, 0xc7, 0xc5, 0xe3, 0x26, 0x93, 0xd2, 0xe5, 0x1e, 0xdc, 0x47, 0xaf, 0x25, 0xc5, 0x6d,
+ 0x40, 0x6d, 0xbd, 0x64, 0xfa, 0x58, 0xe7, 0x7c, 0x23, 0xf4, 0x4b, 0x8e, 0xc3, 0x43, 0x2f, 0x98,
+ 0x16, 0xbc, 0x57, 0xf3, 0xfc, 0x30, 0x80, 0xb3, 0xb9, 0xfc, 0x33, 0xaf, 0x3d, 0xdb, 0x6a, 0x35,
+ 0xd2, 0x64, 0x96, 0xcd, 0x5b, 0xfa, 0x40, 0x7d, 0x4b, 0xc5, 0x7c, 0xf4, 0x86, 0x60, 0x2d, 0x04,
+ 0x9b, 0x2c, 0x08, 0x7d, 0xa8, 0xd2, 0x22, 0x39, 0x90, 0x22, 0x0b, 0xcc, 0xe1, 0xa2, 0xdd, 0x0c,
+ 0x7d, 0x9f, 0x8b, 0xa0, 0xe4, 0x04, 0x51, 0x14, 0xd3, 0xf4, 0x3a, 0x72, 0xcc, 0x48, 0x90, 0xf2,
+ 0xae, 0xc2, 0x02, 0xdb, 0xed, 0xca, 0x15, 0x23, 0x95, 0x33, 0x66, 0x28, 0x68, 0x8a, 0xb9, 0x9b,
+ 0xac, 0xe6, 0x05, 0x4c, 0x60, 0xd2, 0xe6, 0x30, 0x6c, 0x7b, 0x9d, 0x41, 0xcd, 0x74, 0x64, 0xda,
+ 0xf5, 0xda, 0xca, 0x9c, 0x84, 0x73, 0x66, 0xad, 0x34, 0xb8, 0x0c, 0x4a, 0x5d, 0x26, 0x02, 0xb8,
+ 0xdf, 0x2c, 0x4a, 0xbc, 0xbe, 0xee, 0x3a, 0x0c, 0x23, 0x92, 0x50, 0xcf, 0x77, 0x4c, 0xf6, 0x70,
+ 0x30, 0xd7, 0xa7, 0xa2, 0x2a, 0x5f, 0xc2, 0x79, 0x33, 0x56, 0x03, 0xd0, 0x69, 0x9a, 0xcf, 0x3d,
+ 0x75, 0xbb, 0x3d, 0x2d, 0x18, 0x53, 0x17, 0x42, 0xc3, 0x8c, 0x2e, 0x8f, 0x69, 0xfd, 0x0b, 0x74,
+ 0x1f, 0x19, 0x35, 0x2e, 0xa8, 0x35, 0xea, 0xdc, 0xb1, 0xe3, 0x34, 0x2e, 0xd0, 0x23, 0xe4, 0xe0,
+ 0x50, 0x48, 0x6b, 0x37, 0xe9, 0x41, 0xb2, 0x2f, 0xdf, 0xe9, 0x66, 0xe5, 0xb7, 0x4c, 0xe7, 0xd0,
+ 0x82, 0x21, 0x01, 0x8b, 0x7d, 0x95, 0x6e, 0x60, 0xda, 0xfc, 0x92, 0x99, 0xe0, 0xa8, 0x50, 0xaa,
+ 0x3d, 0x7c, 0x41, 0x58, 0xce, 0xdd, 0x9a, 0x1e, 0x6b, 0xad, 0x07, 0xe8, 0x24, 0x99, 0x30, 0x2c,
+ 0xc7, 0x68, 0x8b, 0xf5, 0xfc, 0x2e, 0x16, 0x33, 0x3c, 0x48, 0x8f, 0x91, 0xc3, 0xdb, 0xa1, 0xda,
+ 0xc6, 0x43, 0x39, 0xcf, 0x85, 0xed, 0x05, 0x33, 0x51, 0x75, 0x36, 0x6c, 0x29, 0xe1, 0xe1, 0x9c,
+ 0xe7, 0x39, 0x4c, 0xeb, 0x3f, 0x62, 0xba, 0x38, 0x50, 0x82, 0xf0, 0x28, 0x3d, 0x4e, 0x8e, 0x6c,
+ 0x0b, 0x6b, 0x2b, 0x8f, 0x99, 0x5d, 0x84, 0x62, 0x0d, 0x26, 0x24, 0xf7, 0xec, 0xf3, 0x11, 0x5d,
+ 0xc1, 0x8a, 0xd9, 0x45, 0x7d, 0xa0, 0xb6, 0xf0, 0xb8, 0x59, 0x72, 0x31, 0x6f, 0xfb, 0x5d, 0x76,
+ 0x11, 0x7f, 0x83, 0x6d, 0xe6, 0x61, 0x99, 0xad, 0x96, 0x1a, 0xb5, 0x05, 0xb6, 0xee, 0xe2, 0x23,
+ 0x88, 0xb8, 0x03, 0xd6, 0x6c, 0x07, 0x2f, 0x61, 0x66, 0x2e, 0x13, 0xa9, 0x73, 0x7c, 0x35, 0x6d,
+ 0xe4, 0x35, 0xb3, 0xd1, 0xfa, 0xd1, 0xd9, 0x20, 0xf0, 0xb5, 0x1f, 0x1d, 0x7a, 0x3d, 0x39, 0xb9,
+ 0x9d, 0xe4, 0x34, 0x17, 0xd1, 0x04, 0xd0, 0xc2, 0x2e, 0xd6, 0x64, 0xe6, 0x34, 0xeb, 0x95, 0x6d,
+ 0x2c, 0xa7, 0x36, 0x86, 0x08, 0x9f, 0x58, 0x58, 0x93, 0x93, 0xc3, 0x20, 0xad, 0xfc, 0xa9, 0x35,
+ 0x54, 0x1b, 0xa9, 0x03, 0x3e, 0xb3, 0x30, 0x9a, 0xf1, 0x01, 0xa8, 0xc2, 0xba, 0x0c, 0x0b, 0xe3,
+ 0x73, 0x0b, 0xb3, 0x3d, 0x36, 0xa8, 0x18, 0x57, 0xeb, 0x17, 0x16, 0x66, 0xfb, 0xd0, 0x70, 0x50,
+ 0x5f, 0xfd, 0xa5, 0x85, 0xf5, 0x0a, 0xba, 0x30, 0x2f, 0xd4, 0x13, 0xdd, 0xaf, 0x2c, 0x2c, 0x86,
+ 0x89, 0xfe, 0x63, 0xad, 0xf5, 0xb5, 0x85, 0x3d, 0xae, 0xc7, 0xe2, 0x9c, 0x1d, 0xbd, 0x00, 0x7a,
+ 0x5b, 0x71, 0x05, 0x73, 0x02, 0x2e, 0xb6, 0xe0, 0x1b, 0x8b, 0x9e, 0x24, 0x47, 0xb7, 0x17, 0xd0,
+ 0x96, 0xbe, 0xcd, 0x3b, 0x99, 0x0a, 0xaa, 0xc7, 0xe5, 0x61, 0x10, 0x4d, 0xc6, 0xef, 0x2c, 0x7c,
+ 0x8a, 0x13, 0x3b, 0x0b, 0x69, 0x8b, 0xdf, 0x5b, 0xf4, 0x44, 0x56, 0xa8, 0x5a, 0xb8, 0xdc, 0x75,
+ 0x71, 0x6c, 0x47, 0x94, 0xa9, 0x8c, 0xfe, 0x60, 0xd1, 0xd3, 0xe4, 0xd4, 0x7f, 0xca, 0x69, 0xbb,
+ 0x3f, 0x5a, 0x48, 0x78, 0xd9, 0x8a, 0xc0, 0x82, 0x79, 0x3f, 0xe2, 0x15, 0x09, 0x3f, 0xe5, 0x92,
+ 0x91, 0x01, 0x5a, 0xf3, 0x72, 0xb4, 0x76, 0xec, 0x19, 0x5c, 0x2e, 0xce, 0xc0, 0x2f, 0x05, 0x33,
+ 0xfa, 0xa8, 0x21, 0x42, 0xe1, 0x74, 0x10, 0x6a, 0x89, 0x10, 0x47, 0x07, 0xe6, 0x3c, 0x94, 0xf0,
+ 0x6b, 0xc1, 0x8c, 0x7e, 0xb8, 0x90, 0xbe, 0xeb, 0xb7, 0x02, 0xb2, 0x80, 0x26, 0xc7, 0x64, 0x80,
+ 0xa6, 0x93, 0xf2, 0xf7, 0x02, 0xb6, 0x70, 0xc6, 0x23, 0x65, 0xd5, 0xc1, 0x4b, 0xb6, 0x93, 0x18,
+ 0x29, 0x77, 0x6c, 0x0f, 0x87, 0xc7, 0x1f, 0x05, 0xb3, 0xe4, 0xca, 0x1d, 0xe6, 0x6c, 0x4c, 0x0b,
+ 0x4c, 0x4a, 0x5b, 0x76, 0x5c, 0x1f, 0xfe, 0x2c, 0x60, 0x13, 0x16, 0xb7, 0x41, 0xb5, 0x1b, 0x7f,
+ 0x15, 0x90, 0x70, 0x4c, 0x22, 0x6e, 0xe0, 0x3a, 0x83, 0xeb, 0x96, 0xba, 0xb2, 0xee, 0x7a, 0x1b,
+ 0xf0, 0x77, 0x01, 0x97, 0x8c, 0xe3, 0x3b, 0xca, 0x68, 0x7b, 0xff, 0x14, 0xe8, 0xa9, 0xac, 0x6d,
+ 0x97, 0x9a, 0xb8, 0xb4, 0xe1, 0xec, 0xc4, 0x62, 0x0e, 0xa5, 0xef, 0x3a, 0x2e, 0x0f, 0x65, 0x34,
+ 0x47, 0x37, 0xdd, 0x60, 0x0b, 0xae, 0x14, 0xcc, 0xe7, 0xa8, 0x34, 0x94, 0xd5, 0x39, 0xd7, 0x11,
+ 0xbc, 0x75, 0x11, 0xdf, 0xeb, 0xd2, 0x88, 0x59, 0x9b, 0x83, 0x02, 0xfa, 0xd2, 0xa7, 0x46, 0xcc,
+ 0xde, 0x88, 0xa7, 0x49, 0xa9, 0x79, 0x1e, 0x9e, 0x1e, 0x31, 0x7b, 0x23, 0x3d, 0xd6, 0x5a, 0xcf,
+ 0x8c, 0xe0, 0xca, 0x98, 0xe3, 0x51, 0xdf, 0x57, 0x19, 0xaa, 0x23, 0x55, 0xc1, 0xb3, 0x23, 0x66,
+ 0x7d, 0x0e, 0xe0, 0xda, 0xce, 0x73, 0x23, 0x53, 0x3f, 0x5b, 0xe4, 0xff, 0xd5, 0xe6, 0x7c, 0xb6,
+ 0xdf, 0xc6, 0xbf, 0x57, 0xca, 0x82, 0x45, 0x53, 0x61, 0x34, 0x77, 0x98, 0x3c, 0x35, 0x8c, 0xd1,
+ 0xbd, 0xb1, 0xcb, 0xc9, 0x61, 0x05, 0x99, 0x4a, 0xf0, 0x2d, 0x18, 0x57, 0x94, 0xa8, 0xf4, 0x23,
+ 0x1e, 0x68, 0x86, 0xab, 0xd2, 0x11, 0xee, 0x2a, 0xae, 0x57, 0x13, 0x6a, 0xc7, 0x35, 0xd0, 0x45,
+ 0x4f, 0x66, 0xf8, 0x3e, 0x45, 0xe9, 0xe6, 0x45, 0x29, 0x2f, 0xc3, 0x7e, 0x35, 0x16, 0x06, 0x4d,
+ 0xfb, 0xc9, 0xd8, 0x5d, 0x13, 0x4c, 0x76, 0x60, 0x52, 0x51, 0xf7, 0x50, 0x0f, 0x16, 0xfd, 0x16,
+ 0xaf, 0x44, 0xde, 0x1f, 0x9c, 0xba, 0x62, 0x11, 0xc0, 0xcc, 0x44, 0xed, 0xa1, 0x3b, 0x51, 0x75,
+ 0x4f, 0x5c, 0xb3, 0x8d, 0xb8, 0x25, 0x13, 0x2a, 0xff, 0x68, 0x5c, 0xd1, 0xa6, 0x81, 0xa8, 0xe4,
+ 0x7d, 0x3c, 0xae, 0xda, 0x20, 0x86, 0x12, 0x4b, 0xcb, 0xac, 0xeb, 0xf0, 0x1e, 0x83, 0x77, 0x8a,
+ 0x26, 0xd6, 0x8c, 0x77, 0xe8, 0x14, 0x7b, 0xb7, 0x68, 0x5e, 0x96, 0xe8, 0xcd, 0xb2, 0x6e, 0x97,
+ 0xc3, 0x7b, 0x39, 0x24, 0xd1, 0x4a, 0x90, 0xf7, 0x8b, 0xaa, 0x89, 0x0d, 0x1d, 0xfc, 0x12, 0xf0,
+ 0x58, 0xbc, 0xd9, 0xa9, 0x26, 0xfe, 0x20, 0x27, 0x94, 0xa8, 0x0f, 0x08, 0x7d, 0x58, 0x9c, 0xba,
+ 0x5c, 0x20, 0x04, 0xe3, 0x6f, 0xf1, 0xb8, 0x3a, 0x74, 0x2f, 0xab, 0xff, 0x09, 0x4b, 0x95, 0x9c,
+ 0x0d, 0x78, 0xde, 0xd2, 0x0d, 0xd6, 0x8f, 0xe9, 0x24, 0xbc, 0x90, 0x31, 0x96, 0x92, 0x89, 0x38,
+ 0x0d, 0x1f, 0xf4, 0xc5, 0x6c, 0xa8, 0xe4, 0x80, 0xe4, 0x53, 0xe8, 0x25, 0xcb, 0x74, 0x55, 0x51,
+ 0x48, 0xb8, 0x1a, 0x79, 0x1d, 0xf3, 0x48, 0xb4, 0x99, 0xc3, 0xcb, 0x96, 0xa2, 0x81, 0x58, 0x48,
+ 0xbd, 0xc8, 0x80, 0xd4, 0x2b, 0x16, 0xbd, 0x21, 0x9e, 0xa1, 0x3b, 0x49, 0x69, 0x7f, 0x5f, 0xcd,
+ 0x98, 0x3b, 0x17, 0x53, 0xfc, 0x2d, 0x14, 0xfa, 0xb8, 0x47, 0xfa, 0xf1, 0xd4, 0x7b, 0x2d, 0x9d,
+ 0xa8, 0xb1, 0xd5, 0x48, 0xb4, 0x39, 0x9f, 0xaf, 0x28, 0x78, 0x3d, 0x17, 0x83, 0x21, 0x62, 0x14,
+ 0x36, 0xbc, 0x31, 0x20, 0x54, 0xe7, 0x76, 0x5b, 0x79, 0xa6, 0xe4, 0xe1, 0xcd, 0x74, 0xf6, 0xec,
+ 0x20, 0xa4, 0x23, 0x78, 0x6b, 0xc0, 0x62, 0x8e, 0x81, 0x93, 0xd9, 0xfa, 0xb6, 0x75, 0xf6, 0x7f,
+ 0xb3, 0xd6, 0x25, 0x6b, 0xd7, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x05, 0xab, 0xaf, 0x14, 0xda,
+ 0x0e, 0x00, 0x00,
+}