diff options
author | Wim <wim@42.be> | 2017-06-22 01:00:27 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-06-22 01:00:27 +0200 |
commit | 1f914618538920db4bfec7b106ee97038b157c9b (patch) | |
tree | 6bd0ab107fe1673dbacdf9dfd10004289cd7bfab /vendor/github.com/Philipp15b/go-steam/tf2/protocol/protobuf/base.pb.go | |
parent | 1f9874102aaca09ce5e0289beff376c307b8c57b (diff) | |
download | matterbridge-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/tf2/protocol/protobuf/base.pb.go')
-rw-r--r-- | vendor/github.com/Philipp15b/go-steam/tf2/protocol/protobuf/base.pb.go | 3676 |
1 files changed, 3676 insertions, 0 deletions
diff --git a/vendor/github.com/Philipp15b/go-steam/tf2/protocol/protobuf/base.pb.go b/vendor/github.com/Philipp15b/go-steam/tf2/protocol/protobuf/base.pb.go new file mode 100644 index 00000000..9a47a324 --- /dev/null +++ b/vendor/github.com/Philipp15b/go-steam/tf2/protocol/protobuf/base.pb.go @@ -0,0 +1,3676 @@ +// 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 + +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 +) + +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", +} +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, +} + +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 GCGoodbyeReason int32 + +const ( + GCGoodbyeReason_GCGoodbyeReason_GC_GOING_DOWN GCGoodbyeReason = 1 + GCGoodbyeReason_GCGoodbyeReason_NO_SESSION GCGoodbyeReason = 2 +) + +var GCGoodbyeReason_name = map[int32]string{ + 1: "GCGoodbyeReason_GC_GOING_DOWN", + 2: "GCGoodbyeReason_NO_SESSION", +} +var GCGoodbyeReason_value = map[string]int32{ + "GCGoodbyeReason_GC_GOING_DOWN": 1, + "GCGoodbyeReason_NO_SESSION": 2, +} + +func (x GCGoodbyeReason) Enum() *GCGoodbyeReason { + p := new(GCGoodbyeReason) + *p = x + return p +} +func (x GCGoodbyeReason) String() string { + return proto.EnumName(GCGoodbyeReason_name, int32(x)) +} +func (x *GCGoodbyeReason) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(GCGoodbyeReason_value, data, "GCGoodbyeReason") + if err != nil { + return err + } + *x = GCGoodbyeReason(value) + return nil +} +func (GCGoodbyeReason) EnumDescriptor() ([]byte, []int) { return base_fileDescriptor0, []int{2} } + +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"` + 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 +} + +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 CSOPartyInvite 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"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CSOPartyInvite) Reset() { *m = CSOPartyInvite{} } +func (m *CSOPartyInvite) String() string { return proto.CompactTextString(m) } +func (*CSOPartyInvite) ProtoMessage() {} +func (*CSOPartyInvite) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{3} } + +func (m *CSOPartyInvite) GetGroupId() uint64 { + if m != nil && m.GroupId != nil { + return *m.GroupId + } + return 0 +} + +func (m *CSOPartyInvite) GetSenderId() uint64 { + if m != nil && m.SenderId != nil { + return *m.SenderId + } + return 0 +} + +func (m *CSOPartyInvite) GetSenderName() string { + if m != nil && m.SenderName != nil { + return *m.SenderName + } + return "" +} + +type CSOLobbyInvite 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"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CSOLobbyInvite) Reset() { *m = CSOLobbyInvite{} } +func (m *CSOLobbyInvite) String() string { return proto.CompactTextString(m) } +func (*CSOLobbyInvite) ProtoMessage() {} +func (*CSOLobbyInvite) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{4} } + +func (m *CSOLobbyInvite) GetGroupId() uint64 { + if m != nil && m.GroupId != nil { + return *m.GroupId + } + return 0 +} + +func (m *CSOLobbyInvite) GetSenderId() uint64 { + if m != nil && m.SenderId != nil { + return *m.SenderId + } + return 0 +} + +func (m *CSOLobbyInvite) GetSenderName() string { + if m != nil && m.SenderName != nil { + return *m.SenderName + } + return "" +} + +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{5} } + +func (m *CMsgSystemBroadcast) GetMessage() string { + if m != nil && m.Message != nil { + return *m.Message + } + return "" +} + +type CMsgClientHello struct { + Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,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 base_fileDescriptor0, []int{6} } + +func (m *CMsgClientHello) GetVersion() uint32 { + if m != nil && m.Version != nil { + return *m.Version + } + return 0 +} + +type CMsgServerHello struct { + Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgServerHello) Reset() { *m = CMsgServerHello{} } +func (m *CMsgServerHello) String() string { return proto.CompactTextString(m) } +func (*CMsgServerHello) ProtoMessage() {} +func (*CMsgServerHello) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{7} } + +func (m *CMsgServerHello) GetVersion() uint32 { + if m != nil && m.Version != nil { + return *m.Version + } + return 0 +} + +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"` + 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 base_fileDescriptor0, []int{8} } + +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 +} + +type CMsgServerWelcome struct { + MinAllowedVersion *uint32 `protobuf:"varint,1,opt,name=min_allowed_version" json:"min_allowed_version,omitempty"` + ActiveVersion *uint32 `protobuf:"varint,2,opt,name=active_version" json:"active_version,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgServerWelcome) Reset() { *m = CMsgServerWelcome{} } +func (m *CMsgServerWelcome) String() string { return proto.CompactTextString(m) } +func (*CMsgServerWelcome) ProtoMessage() {} +func (*CMsgServerWelcome) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{9} } + +func (m *CMsgServerWelcome) GetMinAllowedVersion() uint32 { + if m != nil && m.MinAllowedVersion != nil { + return *m.MinAllowedVersion + } + return 0 +} + +func (m *CMsgServerWelcome) GetActiveVersion() uint32 { + if m != nil && m.ActiveVersion != nil { + return *m.ActiveVersion + } + return 0 +} + +type CMsgClientGoodbye struct { + Reason *GCGoodbyeReason `protobuf:"varint,1,opt,name=reason,enum=GCGoodbyeReason,def=1" json:"reason,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgClientGoodbye) Reset() { *m = CMsgClientGoodbye{} } +func (m *CMsgClientGoodbye) String() string { return proto.CompactTextString(m) } +func (*CMsgClientGoodbye) ProtoMessage() {} +func (*CMsgClientGoodbye) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{10} } + +const Default_CMsgClientGoodbye_Reason GCGoodbyeReason = GCGoodbyeReason_GCGoodbyeReason_GC_GOING_DOWN + +func (m *CMsgClientGoodbye) GetReason() GCGoodbyeReason { + if m != nil && m.Reason != nil { + return *m.Reason + } + return Default_CMsgClientGoodbye_Reason +} + +type CMsgServerGoodbye struct { + Reason *GCGoodbyeReason `protobuf:"varint,1,opt,name=reason,enum=GCGoodbyeReason,def=1" json:"reason,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgServerGoodbye) Reset() { *m = CMsgServerGoodbye{} } +func (m *CMsgServerGoodbye) String() string { return proto.CompactTextString(m) } +func (*CMsgServerGoodbye) ProtoMessage() {} +func (*CMsgServerGoodbye) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{11} } + +const Default_CMsgServerGoodbye_Reason GCGoodbyeReason = GCGoodbyeReason_GCGoodbyeReason_GC_GOING_DOWN + +func (m *CMsgServerGoodbye) GetReason() GCGoodbyeReason { + if m != nil && m.Reason != nil { + return *m.Reason + } + return Default_CMsgServerGoodbye_Reason +} + +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"` + 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{12} } + +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 +} + +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"` + 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{13} } + +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 +} + +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"` + TeamId *uint32 `protobuf:"varint,4,opt,name=team_id" json:"team_id,omitempty"` + AsCoach *bool `protobuf:"varint,5,opt,name=as_coach" json:"as_coach,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{14} } + +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) GetTeamId() uint32 { + if m != nil && m.TeamId != nil { + return *m.TeamId + } + return 0 +} + +func (m *CMsgPartyInviteResponse) GetAsCoach() bool { + if m != nil && m.AsCoach != nil { + return *m.AsCoach + } + return false +} + +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{15} } + +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{16} } + +type CMsgServerAvailable struct { + 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{17} } + +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{18} } + +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"` + 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"` + PreventMatchUntilDate *uint32 `protobuf:"varint,18,opt,name=prevent_match_until_date" json:"prevent_match_until_date,omitempty"` + PhoneVerified *bool `protobuf:"varint,19,opt,name=phone_verified,def=0" json:"phone_verified,omitempty"` + SkillRating_6V6 *uint32 `protobuf:"varint,20,opt,name=skill_rating_6v6" json:"skill_rating_6v6,omitempty"` + SkillRating_9V9 *uint32 `protobuf:"varint,21,opt,name=skill_rating_9v9" json:"skill_rating_9v9,omitempty"` + TwoFactorEnabled *bool `protobuf:"varint,22,opt,name=two_factor_enabled,def=0" json:"two_factor_enabled,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{19} } + +const Default_CSOEconGameAccountClient_AdditionalBackpackSlots uint32 = 0 +const Default_CSOEconGameAccountClient_TrialAccount bool = false +const Default_CSOEconGameAccountClient_PreviewItemDef uint32 = 0 +const Default_CSOEconGameAccountClient_PhoneVerified bool = false +const Default_CSOEconGameAccountClient_TwoFactorEnabled 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) 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) GetPreventMatchUntilDate() uint32 { + if m != nil && m.PreventMatchUntilDate != nil { + return *m.PreventMatchUntilDate + } + return 0 +} + +func (m *CSOEconGameAccountClient) GetPhoneVerified() bool { + if m != nil && m.PhoneVerified != nil { + return *m.PhoneVerified + } + return Default_CSOEconGameAccountClient_PhoneVerified +} + +func (m *CSOEconGameAccountClient) GetSkillRating_6V6() uint32 { + if m != nil && m.SkillRating_6V6 != nil { + return *m.SkillRating_6V6 + } + return 0 +} + +func (m *CSOEconGameAccountClient) GetSkillRating_9V9() uint32 { + if m != nil && m.SkillRating_9V9 != nil { + return *m.SkillRating_9V9 + } + return 0 +} + +func (m *CSOEconGameAccountClient) GetTwoFactorEnabled() bool { + if m != nil && m.TwoFactorEnabled != nil { + return *m.TwoFactorEnabled + } + return Default_CSOEconGameAccountClient_TwoFactorEnabled +} + +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{20} } + +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"` + Tags *string `protobuf:"bytes,11,opt,name=tags" json:"tags,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{21} } + +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 +} + +func (m *CSOItemCriteria) GetTags() string { + if m != nil && m.Tags != nil { + return *m.Tags + } + return "" +} + +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{22} } + +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 CMsgDevNewItemRequest struct { + Receiver *uint64 `protobuf:"fixed64,1,opt,name=receiver" json:"receiver,omitempty"` + Criteria *CSOItemCriteria `protobuf:"bytes,2,opt,name=criteria" json:"criteria,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 base_fileDescriptor0, []int{23} } + +func (m *CMsgDevNewItemRequest) GetReceiver() uint64 { + if m != nil && m.Receiver != nil { + return *m.Receiver + } + return 0 +} + +func (m *CMsgDevNewItemRequest) GetCriteria() *CSOItemCriteria { + if m != nil { + return m.Criteria + } + return nil +} + +type CMsgDevDebugRollLootRequest struct { + Receiver *uint64 `protobuf:"fixed64,1,opt,name=receiver" json:"receiver,omitempty"` + LootListName *string `protobuf:"bytes,2,opt,name=loot_list_name" json:"loot_list_name,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgDevDebugRollLootRequest) Reset() { *m = CMsgDevDebugRollLootRequest{} } +func (m *CMsgDevDebugRollLootRequest) String() string { return proto.CompactTextString(m) } +func (*CMsgDevDebugRollLootRequest) ProtoMessage() {} +func (*CMsgDevDebugRollLootRequest) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{24} } + +func (m *CMsgDevDebugRollLootRequest) GetReceiver() uint64 { + if m != nil && m.Receiver != nil { + return *m.Receiver + } + return 0 +} + +func (m *CMsgDevDebugRollLootRequest) GetLootListName() string { + if m != nil && m.LootListName != nil { + return *m.LootListName + } + return "" +} + +type CMsgIncrementKillCountAttribute struct { + KillerSteamId *uint64 `protobuf:"varint,1,opt,name=killer_steam_id" json:"killer_steam_id,omitempty"` + VictimSteamId *uint64 `protobuf:"varint,2,opt,name=victim_steam_id" json:"victim_steam_id,omitempty"` + ItemId *uint64 `protobuf:"varint,3,opt,name=item_id" json:"item_id,omitempty"` + EventType *uint32 `protobuf:"varint,4,opt,name=event_type" json:"event_type,omitempty"` + IncrementValue *uint32 `protobuf:"varint,5,opt,name=increment_value" json:"increment_value,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgIncrementKillCountAttribute) Reset() { *m = CMsgIncrementKillCountAttribute{} } +func (m *CMsgIncrementKillCountAttribute) String() string { return proto.CompactTextString(m) } +func (*CMsgIncrementKillCountAttribute) ProtoMessage() {} +func (*CMsgIncrementKillCountAttribute) Descriptor() ([]byte, []int) { + return base_fileDescriptor0, []int{25} +} + +func (m *CMsgIncrementKillCountAttribute) GetKillerSteamId() uint64 { + if m != nil && m.KillerSteamId != nil { + return *m.KillerSteamId + } + return 0 +} + +func (m *CMsgIncrementKillCountAttribute) GetVictimSteamId() uint64 { + if m != nil && m.VictimSteamId != nil { + return *m.VictimSteamId + } + return 0 +} + +func (m *CMsgIncrementKillCountAttribute) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +func (m *CMsgIncrementKillCountAttribute) GetEventType() uint32 { + if m != nil && m.EventType != nil { + return *m.EventType + } + return 0 +} + +func (m *CMsgIncrementKillCountAttribute) GetIncrementValue() uint32 { + if m != nil && m.IncrementValue != nil { + return *m.IncrementValue + } + return 0 +} + +type CMsgIncrementKillCountAttribute_Multiple struct { + Msgs []*CMsgIncrementKillCountAttribute `protobuf:"bytes,1,rep,name=msgs" json:"msgs,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgIncrementKillCountAttribute_Multiple) Reset() { + *m = CMsgIncrementKillCountAttribute_Multiple{} +} +func (m *CMsgIncrementKillCountAttribute_Multiple) String() string { return proto.CompactTextString(m) } +func (*CMsgIncrementKillCountAttribute_Multiple) ProtoMessage() {} +func (*CMsgIncrementKillCountAttribute_Multiple) Descriptor() ([]byte, []int) { + return base_fileDescriptor0, []int{26} +} + +func (m *CMsgIncrementKillCountAttribute_Multiple) GetMsgs() []*CMsgIncrementKillCountAttribute { + if m != nil { + return m.Msgs + } + return nil +} + +type CMsgTrackUniquePlayerPairEvent struct { + KillerSteamId *uint64 `protobuf:"varint,1,opt,name=killer_steam_id" json:"killer_steam_id,omitempty"` + VictimSteamId *uint64 `protobuf:"varint,2,opt,name=victim_steam_id" json:"victim_steam_id,omitempty"` + ItemId *uint64 `protobuf:"varint,3,opt,name=item_id" json:"item_id,omitempty"` + EventType *uint32 `protobuf:"varint,4,opt,name=event_type" json:"event_type,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgTrackUniquePlayerPairEvent) Reset() { *m = CMsgTrackUniquePlayerPairEvent{} } +func (m *CMsgTrackUniquePlayerPairEvent) String() string { return proto.CompactTextString(m) } +func (*CMsgTrackUniquePlayerPairEvent) ProtoMessage() {} +func (*CMsgTrackUniquePlayerPairEvent) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{27} } + +func (m *CMsgTrackUniquePlayerPairEvent) GetKillerSteamId() uint64 { + if m != nil && m.KillerSteamId != nil { + return *m.KillerSteamId + } + return 0 +} + +func (m *CMsgTrackUniquePlayerPairEvent) GetVictimSteamId() uint64 { + if m != nil && m.VictimSteamId != nil { + return *m.VictimSteamId + } + return 0 +} + +func (m *CMsgTrackUniquePlayerPairEvent) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +func (m *CMsgTrackUniquePlayerPairEvent) GetEventType() uint32 { + if m != nil && m.EventType != nil { + return *m.EventType + } + return 0 +} + +type CMsgApplyStrangeCountTransfer struct { + ToolItemId *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"` + ItemSrcItemId *uint64 `protobuf:"varint,2,opt,name=item_src_item_id" json:"item_src_item_id,omitempty"` + ItemDestItemId *uint64 `protobuf:"varint,3,opt,name=item_dest_item_id" json:"item_dest_item_id,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgApplyStrangeCountTransfer) Reset() { *m = CMsgApplyStrangeCountTransfer{} } +func (m *CMsgApplyStrangeCountTransfer) String() string { return proto.CompactTextString(m) } +func (*CMsgApplyStrangeCountTransfer) ProtoMessage() {} +func (*CMsgApplyStrangeCountTransfer) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{28} } + +func (m *CMsgApplyStrangeCountTransfer) GetToolItemId() uint64 { + if m != nil && m.ToolItemId != nil { + return *m.ToolItemId + } + return 0 +} + +func (m *CMsgApplyStrangeCountTransfer) GetItemSrcItemId() uint64 { + if m != nil && m.ItemSrcItemId != nil { + return *m.ItemSrcItemId + } + return 0 +} + +func (m *CMsgApplyStrangeCountTransfer) GetItemDestItemId() uint64 { + if m != nil && m.ItemDestItemId != nil { + return *m.ItemDestItemId + } + return 0 +} + +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{29} } + +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 CMsgApplyStrangeRestriction 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"` + StrangeAttrIndex *uint32 `protobuf:"varint,3,opt,name=strange_attr_index" json:"strange_attr_index,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgApplyStrangeRestriction) Reset() { *m = CMsgApplyStrangeRestriction{} } +func (m *CMsgApplyStrangeRestriction) String() string { return proto.CompactTextString(m) } +func (*CMsgApplyStrangeRestriction) ProtoMessage() {} +func (*CMsgApplyStrangeRestriction) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{30} } + +func (m *CMsgApplyStrangeRestriction) GetStrangePartItemId() uint64 { + if m != nil && m.StrangePartItemId != nil { + return *m.StrangePartItemId + } + return 0 +} + +func (m *CMsgApplyStrangeRestriction) GetItemItemId() uint64 { + if m != nil && m.ItemItemId != nil { + return *m.ItemItemId + } + return 0 +} + +func (m *CMsgApplyStrangeRestriction) GetStrangeAttrIndex() uint32 { + if m != nil && m.StrangeAttrIndex != nil { + return *m.StrangeAttrIndex + } + return 0 +} + +type CMsgApplyUpgradeCard struct { + UpgradeCardItemId *uint64 `protobuf:"varint,1,opt,name=upgrade_card_item_id" json:"upgrade_card_item_id,omitempty"` + SubjectItemId *uint64 `protobuf:"varint,2,opt,name=subject_item_id" json:"subject_item_id,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgApplyUpgradeCard) Reset() { *m = CMsgApplyUpgradeCard{} } +func (m *CMsgApplyUpgradeCard) String() string { return proto.CompactTextString(m) } +func (*CMsgApplyUpgradeCard) ProtoMessage() {} +func (*CMsgApplyUpgradeCard) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{31} } + +func (m *CMsgApplyUpgradeCard) GetUpgradeCardItemId() uint64 { + if m != nil && m.UpgradeCardItemId != nil { + return *m.UpgradeCardItemId + } + return 0 +} + +func (m *CMsgApplyUpgradeCard) GetSubjectItemId() uint64 { + if m != nil && m.SubjectItemId != nil { + return *m.SubjectItemId + } + 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{32} } + +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{33} } + +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" json:"quantity,omitempty"` + Level *uint32 `protobuf:"varint,6,opt,name=level" json:"level,omitempty"` + Quality *uint32 `protobuf:"varint,7,opt,name=quality" json:"quality,omitempty"` + Flags *uint32 `protobuf:"varint,8,opt,name=flags,def=0" json:"flags,omitempty"` + Origin *uint32 `protobuf:"varint,9,opt,name=origin" json:"origin,omitempty"` + CustomName *string `protobuf:"bytes,10,opt,name=custom_name" json:"custom_name,omitempty"` + CustomDesc *string `protobuf:"bytes,11,opt,name=custom_desc" json:"custom_desc,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"` + ContainsEquippedState *bool `protobuf:"varint,17,opt,name=contains_equipped_state" json:"contains_equipped_state,omitempty"` + EquippedState []*CSOEconItemEquipped `protobuf:"bytes,18,rep,name=equipped_state" json:"equipped_state,omitempty"` + ContainsEquippedStateV2 *bool `protobuf:"varint,19,opt,name=contains_equipped_state_v2" json:"contains_equipped_state_v2,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{34} } + +const Default_CSOEconItem_Flags 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 0 +} + +func (m *CSOEconItem) GetLevel() uint32 { + if m != nil && m.Level != nil { + return *m.Level + } + return 0 +} + +func (m *CSOEconItem) GetQuality() uint32 { + if m != nil && m.Quality != nil { + return *m.Quality + } + return 0 +} + +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 0 +} + +func (m *CSOEconItem) GetCustomName() string { + if m != nil && m.CustomName != nil { + return *m.CustomName + } + return "" +} + +func (m *CSOEconItem) GetCustomDesc() string { + if m != nil && m.CustomDesc != nil { + return *m.CustomDesc + } + return "" +} + +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) GetContainsEquippedState() bool { + if m != nil && m.ContainsEquippedState != nil { + return *m.ContainsEquippedState + } + return false +} + +func (m *CSOEconItem) GetEquippedState() []*CSOEconItemEquipped { + if m != nil { + return m.EquippedState + } + return nil +} + +func (m *CSOEconItem) GetContainsEquippedStateV2() bool { + if m != nil && m.ContainsEquippedStateV2 != nil { + return *m.ContainsEquippedStateV2 + } + return false +} + +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"` + 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 base_fileDescriptor0, []int{35} } + +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 +} + +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{36} } + +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{37} } + +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{38} } + +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{39} } + +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"` + Signature []byte `protobuf:"bytes,4,opt,name=signature" json:"signature,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{40} } + +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 "" +} + +func (m *CMsgUpdateItemSchema) GetSignature() []byte { + if m != nil { + return m.Signature + } + return nil +} + +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{41} } + +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{42} } + +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{43} } + +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{44} } + +func (m *CMsgReplicateConVars) GetConvars() []*CMsgConVarValue { + if m != nil { + return m.Convars + } + return nil +} + +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:"fixed64,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 base_fileDescriptor0, []int{45} } + +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 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{46} } + +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{47} } + +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"` + IsStrange *uint32 `protobuf:"varint,7,opt,name=is_strange" json:"is_strange,omitempty"` + IsUnusual *uint32 `protobuf:"varint,8,opt,name=is_unusual" json:"is_unusual,omitempty"` + Wear *float32 `protobuf:"fixed32,9,opt,name=wear" json:"wear,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{48} } + +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 +} + +func (m *CMsgItemAcknowledged) GetIsStrange() uint32 { + if m != nil && m.IsStrange != nil { + return *m.IsStrange + } + return 0 +} + +func (m *CMsgItemAcknowledged) GetIsUnusual() uint32 { + if m != nil && m.IsUnusual != nil { + return *m.IsUnusual + } + return 0 +} + +func (m *CMsgItemAcknowledged) GetWear() float32 { + if m != nil && m.Wear != nil { + return *m.Wear + } + 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{49} } + +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{50} } + +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{50, 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{51} } + +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 CMsgSelectPresetForClass 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 *CMsgSelectPresetForClass) Reset() { *m = CMsgSelectPresetForClass{} } +func (m *CMsgSelectPresetForClass) String() string { return proto.CompactTextString(m) } +func (*CMsgSelectPresetForClass) ProtoMessage() {} +func (*CMsgSelectPresetForClass) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{52} } + +func (m *CMsgSelectPresetForClass) GetClassId() uint32 { + if m != nil && m.ClassId != nil { + return *m.ClassId + } + return 0 +} + +func (m *CMsgSelectPresetForClass) GetPresetId() uint32 { + if m != nil && m.PresetId != nil { + return *m.PresetId + } + return 0 +} + +type CSOClassPresetClientData 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"` + ActivePresetId *uint32 `protobuf:"varint,3,opt,name=active_preset_id" json:"active_preset_id,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CSOClassPresetClientData) Reset() { *m = CSOClassPresetClientData{} } +func (m *CSOClassPresetClientData) String() string { return proto.CompactTextString(m) } +func (*CSOClassPresetClientData) ProtoMessage() {} +func (*CSOClassPresetClientData) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{53} } + +func (m *CSOClassPresetClientData) GetAccountId() uint32 { + if m != nil && m.AccountId != nil { + return *m.AccountId + } + return 0 +} + +func (m *CSOClassPresetClientData) GetClassId() uint32 { + if m != nil && m.ClassId != nil { + return *m.ClassId + } + return 0 +} + +func (m *CSOClassPresetClientData) GetActivePresetId() uint32 { + if m != nil && m.ActivePresetId != nil { + return *m.ActivePresetId + } + return 0 +} + +type CMsgGCReportAbuse struct { + TargetSteamId *uint64 `protobuf:"fixed64,1,opt,name=target_steam_id" json:"target_steam_id,omitempty"` + Description *string `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"` + Gid *uint64 `protobuf:"varint,5,opt,name=gid" json:"gid,omitempty"` + AbuseType *uint32 `protobuf:"varint,2,opt,name=abuse_type" json:"abuse_type,omitempty"` + ContentType *uint32 `protobuf:"varint,3,opt,name=content_type" json:"content_type,omitempty"` + TargetGameServerIp *uint32 `protobuf:"fixed32,6,opt,name=target_game_server_ip" json:"target_game_server_ip,omitempty"` + TargetGameServerPort *uint32 `protobuf:"varint,7,opt,name=target_game_server_port" json:"target_game_server_port,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCReportAbuse) Reset() { *m = CMsgGCReportAbuse{} } +func (m *CMsgGCReportAbuse) String() string { return proto.CompactTextString(m) } +func (*CMsgGCReportAbuse) ProtoMessage() {} +func (*CMsgGCReportAbuse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{54} } + +func (m *CMsgGCReportAbuse) GetTargetSteamId() uint64 { + if m != nil && m.TargetSteamId != nil { + return *m.TargetSteamId + } + return 0 +} + +func (m *CMsgGCReportAbuse) GetDescription() string { + if m != nil && m.Description != nil { + return *m.Description + } + return "" +} + +func (m *CMsgGCReportAbuse) GetGid() uint64 { + if m != nil && m.Gid != nil { + return *m.Gid + } + return 0 +} + +func (m *CMsgGCReportAbuse) GetAbuseType() uint32 { + if m != nil && m.AbuseType != nil { + return *m.AbuseType + } + return 0 +} + +func (m *CMsgGCReportAbuse) GetContentType() uint32 { + if m != nil && m.ContentType != nil { + return *m.ContentType + } + return 0 +} + +func (m *CMsgGCReportAbuse) GetTargetGameServerIp() uint32 { + if m != nil && m.TargetGameServerIp != nil { + return *m.TargetGameServerIp + } + return 0 +} + +func (m *CMsgGCReportAbuse) GetTargetGameServerPort() uint32 { + if m != nil && m.TargetGameServerPort != nil { + return *m.TargetGameServerPort + } + return 0 +} + +type CMsgGCReportAbuseResponse struct { + TargetSteamId *uint64 `protobuf:"fixed64,1,opt,name=target_steam_id" json:"target_steam_id,omitempty"` + Result *uint32 `protobuf:"varint,2,opt,name=result" json:"result,omitempty"` + ErrorMessage *string `protobuf:"bytes,3,opt,name=error_message" json:"error_message,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCReportAbuseResponse) Reset() { *m = CMsgGCReportAbuseResponse{} } +func (m *CMsgGCReportAbuseResponse) String() string { return proto.CompactTextString(m) } +func (*CMsgGCReportAbuseResponse) ProtoMessage() {} +func (*CMsgGCReportAbuseResponse) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{55} } + +func (m *CMsgGCReportAbuseResponse) GetTargetSteamId() uint64 { + if m != nil && m.TargetSteamId != nil { + return *m.TargetSteamId + } + return 0 +} + +func (m *CMsgGCReportAbuseResponse) GetResult() uint32 { + if m != nil && m.Result != nil { + return *m.Result + } + return 0 +} + +func (m *CMsgGCReportAbuseResponse) GetErrorMessage() string { + if m != nil && m.ErrorMessage != nil { + return *m.ErrorMessage + } + return "" +} + +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{56} } + +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{57} +} + +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{58} } + +func (m *CMsgGCShowItemsPickedUp) GetPlayerSteamid() uint64 { + if m != nil && m.PlayerSteamid != nil { + return *m.PlayerSteamid + } + return 0 +} + +type CMsgUpdatePeriodicEvent struct { + AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"` + EventType *uint32 `protobuf:"varint,2,opt,name=event_type" json:"event_type,omitempty"` + Amount *uint32 `protobuf:"varint,3,opt,name=amount" json:"amount,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgUpdatePeriodicEvent) Reset() { *m = CMsgUpdatePeriodicEvent{} } +func (m *CMsgUpdatePeriodicEvent) String() string { return proto.CompactTextString(m) } +func (*CMsgUpdatePeriodicEvent) ProtoMessage() {} +func (*CMsgUpdatePeriodicEvent) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{59} } + +func (m *CMsgUpdatePeriodicEvent) GetAccountId() uint32 { + if m != nil && m.AccountId != nil { + return *m.AccountId + } + return 0 +} + +func (m *CMsgUpdatePeriodicEvent) GetEventType() uint32 { + if m != nil && m.EventType != nil { + return *m.EventType + } + return 0 +} + +func (m *CMsgUpdatePeriodicEvent) GetAmount() uint32 { + if m != nil && m.Amount != nil { + return *m.Amount + } + 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{60} +} + +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 CMsgGCRemoveStrangePart struct { + ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"` + StrangePartScoreType *uint32 `protobuf:"varint,2,opt,name=strange_part_score_type" json:"strange_part_score_type,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCRemoveStrangePart) Reset() { *m = CMsgGCRemoveStrangePart{} } +func (m *CMsgGCRemoveStrangePart) String() string { return proto.CompactTextString(m) } +func (*CMsgGCRemoveStrangePart) ProtoMessage() {} +func (*CMsgGCRemoveStrangePart) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{61} } + +func (m *CMsgGCRemoveStrangePart) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +func (m *CMsgGCRemoveStrangePart) GetStrangePartScoreType() uint32 { + if m != nil && m.StrangePartScoreType != nil { + return *m.StrangePartScoreType + } + return 0 +} + +type CMsgGCRemoveUpgradeCard struct { + ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"` + AttributeIndex *uint32 `protobuf:"varint,2,opt,name=attribute_index" json:"attribute_index,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCRemoveUpgradeCard) Reset() { *m = CMsgGCRemoveUpgradeCard{} } +func (m *CMsgGCRemoveUpgradeCard) String() string { return proto.CompactTextString(m) } +func (*CMsgGCRemoveUpgradeCard) ProtoMessage() {} +func (*CMsgGCRemoveUpgradeCard) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{62} } + +func (m *CMsgGCRemoveUpgradeCard) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +func (m *CMsgGCRemoveUpgradeCard) GetAttributeIndex() uint32 { + if m != nil && m.AttributeIndex != nil { + return *m.AttributeIndex + } + return 0 +} + +type CMsgGCRemoveCustomizationAttributeSimple struct { + ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCRemoveCustomizationAttributeSimple) Reset() { + *m = CMsgGCRemoveCustomizationAttributeSimple{} +} +func (m *CMsgGCRemoveCustomizationAttributeSimple) String() string { return proto.CompactTextString(m) } +func (*CMsgGCRemoveCustomizationAttributeSimple) ProtoMessage() {} +func (*CMsgGCRemoveCustomizationAttributeSimple) Descriptor() ([]byte, []int) { + return base_fileDescriptor0, []int{63} +} + +func (m *CMsgGCRemoveCustomizationAttributeSimple) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +type CMsgGCResetStrangeScores struct { + ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCResetStrangeScores) Reset() { *m = CMsgGCResetStrangeScores{} } +func (m *CMsgGCResetStrangeScores) String() string { return proto.CompactTextString(m) } +func (*CMsgGCResetStrangeScores) ProtoMessage() {} +func (*CMsgGCResetStrangeScores) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{64} } + +func (m *CMsgGCResetStrangeScores) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + 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{65} +} + +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{66} } + +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{67} +} + +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{68} } + +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{69} +} + +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{70} } + +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 CMsgGCGiftedItems struct { + GifterSteamId *uint64 `protobuf:"varint,1,opt,name=gifter_steam_id" json:"gifter_steam_id,omitempty"` + WasRandomPerson *bool `protobuf:"varint,2,opt,name=was_random_person" json:"was_random_person,omitempty"` + RecipientAccountIds []uint32 `protobuf:"varint,3,rep,name=recipient_account_ids" json:"recipient_account_ids,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgGCGiftedItems) Reset() { *m = CMsgGCGiftedItems{} } +func (m *CMsgGCGiftedItems) String() string { return proto.CompactTextString(m) } +func (*CMsgGCGiftedItems) ProtoMessage() {} +func (*CMsgGCGiftedItems) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{71} } + +func (m *CMsgGCGiftedItems) GetGifterSteamId() uint64 { + if m != nil && m.GifterSteamId != nil { + return *m.GifterSteamId + } + return 0 +} + +func (m *CMsgGCGiftedItems) GetWasRandomPerson() bool { + if m != nil && m.WasRandomPerson != nil { + return *m.WasRandomPerson + } + return false +} + +func (m *CMsgGCGiftedItems) GetRecipientAccountIds() []uint32 { + if m != nil { + return m.RecipientAccountIds + } + return nil +} + +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{72} } + +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 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{73} } + +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{74} } + +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{75} } + +func (m *CMsgGCClientMarketData) GetEntries() []*CMsgGCClientMarketDataEntry { + if m != nil { + return m.Entries + } + return nil +} + +type CMsgApplyToolToItem struct { + ToolItemId *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"` + SubjectItemId *uint64 `protobuf:"varint,2,opt,name=subject_item_id" json:"subject_item_id,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgApplyToolToItem) Reset() { *m = CMsgApplyToolToItem{} } +func (m *CMsgApplyToolToItem) String() string { return proto.CompactTextString(m) } +func (*CMsgApplyToolToItem) ProtoMessage() {} +func (*CMsgApplyToolToItem) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{76} } + +func (m *CMsgApplyToolToItem) GetToolItemId() uint64 { + if m != nil && m.ToolItemId != nil { + return *m.ToolItemId + } + return 0 +} + +func (m *CMsgApplyToolToItem) GetSubjectItemId() uint64 { + if m != nil && m.SubjectItemId != nil { + return *m.SubjectItemId + } + return 0 +} + +type CMsgApplyToolToBaseItem struct { + ToolItemId *uint64 `protobuf:"varint,1,opt,name=tool_item_id" json:"tool_item_id,omitempty"` + BaseitemDefIndex *uint32 `protobuf:"varint,2,opt,name=baseitem_def_index" json:"baseitem_def_index,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgApplyToolToBaseItem) Reset() { *m = CMsgApplyToolToBaseItem{} } +func (m *CMsgApplyToolToBaseItem) String() string { return proto.CompactTextString(m) } +func (*CMsgApplyToolToBaseItem) ProtoMessage() {} +func (*CMsgApplyToolToBaseItem) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{77} } + +func (m *CMsgApplyToolToBaseItem) GetToolItemId() uint64 { + if m != nil && m.ToolItemId != nil { + return *m.ToolItemId + } + return 0 +} + +func (m *CMsgApplyToolToBaseItem) GetBaseitemDefIndex() uint32 { + if m != nil && m.BaseitemDefIndex != nil { + return *m.BaseitemDefIndex + } + return 0 +} + +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{78} } + +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{79} +} + +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 CMsgSetItemEffectVerticalOffset struct { + ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"` + Offset *float32 `protobuf:"fixed32,2,opt,name=offset" json:"offset,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgSetItemEffectVerticalOffset) Reset() { *m = CMsgSetItemEffectVerticalOffset{} } +func (m *CMsgSetItemEffectVerticalOffset) String() string { return proto.CompactTextString(m) } +func (*CMsgSetItemEffectVerticalOffset) ProtoMessage() {} +func (*CMsgSetItemEffectVerticalOffset) Descriptor() ([]byte, []int) { + return base_fileDescriptor0, []int{80} +} + +func (m *CMsgSetItemEffectVerticalOffset) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +func (m *CMsgSetItemEffectVerticalOffset) GetOffset() float32 { + if m != nil && m.Offset != nil { + return *m.Offset + } + return 0 +} + +type CMsgSetHatEffectUseHeadOrigin struct { + ItemId *uint64 `protobuf:"varint,1,opt,name=item_id" json:"item_id,omitempty"` + UseHead *bool `protobuf:"varint,2,opt,name=use_head" json:"use_head,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgSetHatEffectUseHeadOrigin) Reset() { *m = CMsgSetHatEffectUseHeadOrigin{} } +func (m *CMsgSetHatEffectUseHeadOrigin) String() string { return proto.CompactTextString(m) } +func (*CMsgSetHatEffectUseHeadOrigin) ProtoMessage() {} +func (*CMsgSetHatEffectUseHeadOrigin) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{81} } + +func (m *CMsgSetHatEffectUseHeadOrigin) GetItemId() uint64 { + if m != nil && m.ItemId != nil { + return *m.ItemId + } + return 0 +} + +func (m *CMsgSetHatEffectUseHeadOrigin) GetUseHead() bool { + if m != nil && m.UseHead != nil { + return *m.UseHead + } + return false +} + +type CMsgDeliverGiftResponseGiver struct { + ResponseCode *uint32 `protobuf:"varint,1,opt,name=response_code" json:"response_code,omitempty"` + ReceiverAccountName *string `protobuf:"bytes,2,opt,name=receiver_account_name" json:"receiver_account_name,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CMsgDeliverGiftResponseGiver) Reset() { *m = CMsgDeliverGiftResponseGiver{} } +func (m *CMsgDeliverGiftResponseGiver) String() string { return proto.CompactTextString(m) } +func (*CMsgDeliverGiftResponseGiver) ProtoMessage() {} +func (*CMsgDeliverGiftResponseGiver) Descriptor() ([]byte, []int) { return base_fileDescriptor0, []int{82} } + +func (m *CMsgDeliverGiftResponseGiver) GetResponseCode() uint32 { + if m != nil && m.ResponseCode != nil { + return *m.ResponseCode + } + return 0 +} + +func (m *CMsgDeliverGiftResponseGiver) GetReceiverAccountName() string { + if m != nil && m.ReceiverAccountName != nil { + return *m.ReceiverAccountName + } + return "" +} + +type CSOEconGameAccountForGameServers struct { + SkillRating *uint32 `protobuf:"varint,3,opt,name=skill_rating" json:"skill_rating,omitempty"` + SkillRating_6V6 *uint32 `protobuf:"varint,2,opt,name=skill_rating_6v6" json:"skill_rating_6v6,omitempty"` + SkillRating_9V9 *uint32 `protobuf:"varint,4,opt,name=skill_rating_9v9" json:"skill_rating_9v9,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CSOEconGameAccountForGameServers) Reset() { *m = CSOEconGameAccountForGameServers{} } +func (m *CSOEconGameAccountForGameServers) String() string { return proto.CompactTextString(m) } +func (*CSOEconGameAccountForGameServers) ProtoMessage() {} +func (*CSOEconGameAccountForGameServers) Descriptor() ([]byte, []int) { + return base_fileDescriptor0, []int{83} +} + +func (m *CSOEconGameAccountForGameServers) GetSkillRating() uint32 { + if m != nil && m.SkillRating != nil { + return *m.SkillRating + } + return 0 +} + +func (m *CSOEconGameAccountForGameServers) GetSkillRating_6V6() uint32 { + if m != nil && m.SkillRating_6V6 != nil { + return *m.SkillRating_6V6 + } + return 0 +} + +func (m *CSOEconGameAccountForGameServers) GetSkillRating_9V9() uint32 { + if m != nil && m.SkillRating_9V9 != nil { + return *m.SkillRating_9V9 + } + return 0 +} + +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 base_fileDescriptor0, []int{84} +} + +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 base_fileDescriptor0, []int{84, 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 base_fileDescriptor0, []int{84, 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 base_fileDescriptor0, []int{85} +} + +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 base_fileDescriptor0, []int{86} +} + +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 base_fileDescriptor0, []int{87} +} + +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 base_fileDescriptor0, []int{87, 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 base_fileDescriptor0, []int{87, 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 base_fileDescriptor0, []int{88} +} + +func init() { + proto.RegisterType((*CGCStorePurchaseInit_LineItem)(nil), "CGCStorePurchaseInit_LineItem") + proto.RegisterType((*CMsgGCStorePurchaseInit)(nil), "CMsgGCStorePurchaseInit") + proto.RegisterType((*CMsgGCStorePurchaseInitResponse)(nil), "CMsgGCStorePurchaseInitResponse") + proto.RegisterType((*CSOPartyInvite)(nil), "CSOPartyInvite") + proto.RegisterType((*CSOLobbyInvite)(nil), "CSOLobbyInvite") + proto.RegisterType((*CMsgSystemBroadcast)(nil), "CMsgSystemBroadcast") + proto.RegisterType((*CMsgClientHello)(nil), "CMsgClientHello") + proto.RegisterType((*CMsgServerHello)(nil), "CMsgServerHello") + proto.RegisterType((*CMsgClientWelcome)(nil), "CMsgClientWelcome") + proto.RegisterType((*CMsgServerWelcome)(nil), "CMsgServerWelcome") + proto.RegisterType((*CMsgClientGoodbye)(nil), "CMsgClientGoodbye") + proto.RegisterType((*CMsgServerGoodbye)(nil), "CMsgServerGoodbye") + proto.RegisterType((*CMsgInviteToParty)(nil), "CMsgInviteToParty") + proto.RegisterType((*CMsgInvitationCreated)(nil), "CMsgInvitationCreated") + proto.RegisterType((*CMsgPartyInviteResponse)(nil), "CMsgPartyInviteResponse") + proto.RegisterType((*CMsgKickFromParty)(nil), "CMsgKickFromParty") + proto.RegisterType((*CMsgLeaveParty)(nil), "CMsgLeaveParty") + 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((*CMsgDevNewItemRequest)(nil), "CMsgDevNewItemRequest") + proto.RegisterType((*CMsgDevDebugRollLootRequest)(nil), "CMsgDevDebugRollLootRequest") + proto.RegisterType((*CMsgIncrementKillCountAttribute)(nil), "CMsgIncrementKillCountAttribute") + proto.RegisterType((*CMsgIncrementKillCountAttribute_Multiple)(nil), "CMsgIncrementKillCountAttribute_Multiple") + proto.RegisterType((*CMsgTrackUniquePlayerPairEvent)(nil), "CMsgTrackUniquePlayerPairEvent") + proto.RegisterType((*CMsgApplyStrangeCountTransfer)(nil), "CMsgApplyStrangeCountTransfer") + proto.RegisterType((*CMsgApplyStrangePart)(nil), "CMsgApplyStrangePart") + proto.RegisterType((*CMsgApplyStrangeRestriction)(nil), "CMsgApplyStrangeRestriction") + proto.RegisterType((*CMsgApplyUpgradeCard)(nil), "CMsgApplyUpgradeCard") + proto.RegisterType((*CSOEconItemAttribute)(nil), "CSOEconItemAttribute") + proto.RegisterType((*CSOEconItemEquipped)(nil), "CSOEconItemEquipped") + proto.RegisterType((*CSOEconItem)(nil), "CSOEconItem") + proto.RegisterType((*CMsgAdjustItemEquippedState)(nil), "CMsgAdjustItemEquippedState") + 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((*CMsgUseItem)(nil), "CMsgUseItem") + 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((*CMsgSelectPresetForClass)(nil), "CMsgSelectPresetForClass") + proto.RegisterType((*CSOClassPresetClientData)(nil), "CSOClassPresetClientData") + proto.RegisterType((*CMsgGCReportAbuse)(nil), "CMsgGCReportAbuse") + proto.RegisterType((*CMsgGCReportAbuseResponse)(nil), "CMsgGCReportAbuseResponse") + proto.RegisterType((*CMsgGCNameItemNotification)(nil), "CMsgGCNameItemNotification") + proto.RegisterType((*CMsgGCClientDisplayNotification)(nil), "CMsgGCClientDisplayNotification") + proto.RegisterType((*CMsgGCShowItemsPickedUp)(nil), "CMsgGCShowItemsPickedUp") + proto.RegisterType((*CMsgUpdatePeriodicEvent)(nil), "CMsgUpdatePeriodicEvent") + proto.RegisterType((*CMsgGCIncrementKillCountResponse)(nil), "CMsgGCIncrementKillCountResponse") + proto.RegisterType((*CMsgGCRemoveStrangePart)(nil), "CMsgGCRemoveStrangePart") + proto.RegisterType((*CMsgGCRemoveUpgradeCard)(nil), "CMsgGCRemoveUpgradeCard") + proto.RegisterType((*CMsgGCRemoveCustomizationAttributeSimple)(nil), "CMsgGCRemoveCustomizationAttributeSimple") + proto.RegisterType((*CMsgGCResetStrangeScores)(nil), "CMsgGCResetStrangeScores") + 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((*CMsgGCGiftedItems)(nil), "CMsgGCGiftedItems") + proto.RegisterType((*CMsgGCCollectItem)(nil), "CMsgGCCollectItem") + proto.RegisterType((*CMsgGCClientMarketDataRequest)(nil), "CMsgGCClientMarketDataRequest") + proto.RegisterType((*CMsgGCClientMarketDataEntry)(nil), "CMsgGCClientMarketDataEntry") + proto.RegisterType((*CMsgGCClientMarketData)(nil), "CMsgGCClientMarketData") + proto.RegisterType((*CMsgApplyToolToItem)(nil), "CMsgApplyToolToItem") + proto.RegisterType((*CMsgApplyToolToBaseItem)(nil), "CMsgApplyToolToBaseItem") + proto.RegisterType((*CMsgRecipeComponent)(nil), "CMsgRecipeComponent") + proto.RegisterType((*CMsgFulfillDynamicRecipeComponent)(nil), "CMsgFulfillDynamicRecipeComponent") + proto.RegisterType((*CMsgSetItemEffectVerticalOffset)(nil), "CMsgSetItemEffectVerticalOffset") + proto.RegisterType((*CMsgSetHatEffectUseHeadOrigin)(nil), "CMsgSetHatEffectUseHeadOrigin") + proto.RegisterType((*CMsgDeliverGiftResponseGiver)(nil), "CMsgDeliverGiftResponseGiver") + proto.RegisterType((*CSOEconGameAccountForGameServers)(nil), "CSOEconGameAccountForGameServers") + 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.RegisterEnum("EGCBaseMsg", EGCBaseMsg_name, EGCBaseMsg_value) + proto.RegisterEnum("EGCBaseProtoObjectTypes", EGCBaseProtoObjectTypes_name, EGCBaseProtoObjectTypes_value) + proto.RegisterEnum("GCGoodbyeReason", GCGoodbyeReason_name, GCGoodbyeReason_value) +} + +var base_fileDescriptor0 = []byte{ + // 3905 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xb4, 0x5a, 0xeb, 0x6f, 0x1c, 0x59, + 0x56, 0xa7, 0x5f, 0x7e, 0xdc, 0xd8, 0x49, 0xa7, 0x13, 0x27, 0x1d, 0xcf, 0x78, 0x92, 0x94, 0x99, + 0x25, 0xca, 0x30, 0x0d, 0x9b, 0x45, 0x83, 0x26, 0x2b, 0x58, 0x39, 0x1d, 0xc7, 0x31, 0x93, 0x87, + 0x89, 0x9d, 0x89, 0x16, 0x10, 0x45, 0x75, 0xd5, 0xed, 0x76, 0x8d, 0xab, 0xeb, 0xd6, 0xd4, 0xad, + 0xb2, 0xd3, 0x2b, 0x90, 0x56, 0x48, 0x48, 0x88, 0x6f, 0x2b, 0xde, 0x6f, 0x01, 0x12, 0xdf, 0xf7, + 0x0b, 0xf0, 0x87, 0xc0, 0x1f, 0x01, 0x12, 0xff, 0x03, 0xe7, 0x71, 0x6f, 0x77, 0x55, 0x75, 0x77, + 0x26, 0xbb, 0x5a, 0x3e, 0xcc, 0xc4, 0x7d, 0x1f, 0xe7, 0x9e, 0x7b, 0x9e, 0xbf, 0x73, 0x6e, 0x89, + 0xad, 0x81, 0xa7, 0xa5, 0x3b, 0xf2, 0xc7, 0x52, 0x6b, 0x6f, 0x24, 0x75, 0x2f, 0x49, 0x55, 0xa6, + 0xb6, 0xaf, 0xe9, 0x4c, 0x7a, 0xe3, 0xf2, 0xa0, 0xf3, 0x07, 0x62, 0xa7, 0x7f, 0xd0, 0x3f, 0xce, + 0x54, 0x2a, 0x8f, 0xf2, 0xd4, 0x3f, 0x85, 0x9d, 0x87, 0x71, 0x98, 0xb9, 0xcf, 0xc2, 0x58, 0x1e, + 0x66, 0x72, 0xdc, 0xb9, 0x26, 0x2e, 0x85, 0xf0, 0xaf, 0x1b, 0xc8, 0xa1, 0x1b, 0x06, 0xdd, 0xda, + 0x9d, 0xda, 0xbd, 0xcd, 0x4e, 0x5b, 0xac, 0x7d, 0x9d, 0x7b, 0x71, 0x16, 0x66, 0x93, 0x6e, 0x9d, + 0x46, 0x3e, 0x12, 0x37, 0x7c, 0xa5, 0x33, 0x37, 0x8c, 0xdd, 0x48, 0xf9, 0x5e, 0xe4, 0xfa, 0x79, + 0x9a, 0xca, 0xd8, 0x9f, 0x74, 0x1b, 0x34, 0xbf, 0x25, 0x36, 0x13, 0x43, 0xdf, 0xcd, 0x26, 0x89, + 0xec, 0x36, 0x71, 0xd8, 0xf9, 0xc3, 0x9a, 0xb8, 0xd9, 0x7f, 0xae, 0x47, 0x0b, 0x58, 0xe8, 0x5c, + 0x11, 0xab, 0xbe, 0xca, 0xe3, 0x2c, 0x9d, 0xd0, 0xa9, 0xeb, 0x78, 0x6a, 0xe4, 0xc5, 0xa3, 0x1c, + 0xd8, 0xa7, 0x53, 0x5b, 0x38, 0x52, 0x3a, 0xa7, 0xd5, 0x79, 0x20, 0x44, 0x04, 0xac, 0xbb, 0xc8, + 0xb3, 0x86, 0x43, 0x1a, 0xf7, 0x2e, 0x3d, 0xf8, 0xa8, 0xf7, 0xce, 0x2b, 0x3a, 0x7b, 0xe2, 0xf6, + 0x12, 0x1e, 0x5e, 0x49, 0x9d, 0xa8, 0x58, 0xcb, 0xce, 0x65, 0xb1, 0x92, 0x4a, 0x9d, 0x47, 0x19, + 0xb1, 0xd2, 0xc2, 0xdf, 0xd9, 0xdb, 0x18, 0x05, 0x82, 0x8c, 0x34, 0x9d, 0x23, 0x71, 0xb9, 0x7f, + 0xfc, 0xf2, 0xc8, 0x4b, 0xb3, 0xc9, 0x61, 0x7c, 0x0e, 0x87, 0x77, 0x6e, 0x88, 0xb5, 0x51, 0xaa, + 0xf2, 0xc4, 0x0a, 0xad, 0xf9, 0xa8, 0xf9, 0xc3, 0x7f, 0xdd, 0xa9, 0x75, 0xae, 0x8a, 0x75, 0x2d, + 0xe3, 0x40, 0xa6, 0x76, 0xf3, 0x0a, 0x8a, 0xd8, 0x0c, 0xc5, 0xde, 0x58, 0xd2, 0x45, 0xd6, 0x0d, + 0xc5, 0x67, 0x6a, 0x30, 0xf8, 0x59, 0x51, 0xfc, 0x96, 0xb8, 0x86, 0xd7, 0x3c, 0x9e, 0x80, 0x1d, + 0x8c, 0x1f, 0xa5, 0xca, 0x0b, 0x7c, 0x4f, 0x93, 0x98, 0x8d, 0x4d, 0xb0, 0x98, 0x1d, 0x47, 0x5c, + 0xc1, 0x75, 0xfd, 0x28, 0x94, 0x71, 0xf6, 0x54, 0x46, 0x91, 0xc2, 0x35, 0xe7, 0x32, 0xd5, 0xa1, + 0x8a, 0xd9, 0x00, 0xec, 0x9a, 0x63, 0x99, 0xc2, 0xf8, 0x92, 0x35, 0xbf, 0x2a, 0xae, 0xce, 0xe8, + 0xbc, 0x91, 0x91, 0xaf, 0xc6, 0x72, 0x6e, 0x15, 0x72, 0x3f, 0x02, 0x1e, 0xdd, 0xc0, 0xcb, 0x3c, + 0xe2, 0x7e, 0xc3, 0x79, 0xca, 0x1b, 0x99, 0xb8, 0xdd, 0xf8, 0x81, 0xb8, 0x36, 0x06, 0xe3, 0xf2, + 0xe0, 0xa8, 0x0b, 0x19, 0xb8, 0x65, 0x22, 0x37, 0xc4, 0x65, 0xcf, 0xcf, 0xc2, 0x73, 0x39, 0x1d, + 0x27, 0xab, 0x74, 0x4e, 0x8a, 0x2c, 0x1c, 0x28, 0x15, 0x0c, 0x26, 0xb2, 0xf3, 0x3d, 0xd4, 0xa5, + 0xa7, 0xcd, 0xe6, 0xcb, 0x0f, 0xda, 0xbd, 0x83, 0xbe, 0x99, 0x7b, 0x45, 0xe3, 0x0f, 0x77, 0x2a, + 0x03, 0xee, 0x41, 0xdf, 0x3d, 0x78, 0x79, 0xf8, 0xe2, 0xc0, 0x7d, 0xfc, 0xf2, 0xcd, 0x0b, 0x4b, + 0x95, 0xf9, 0xfb, 0x99, 0x51, 0xfd, 0x3d, 0xa6, 0xca, 0xca, 0x3e, 0x51, 0x64, 0x4b, 0x68, 0xe0, + 0xe4, 0xb5, 0x56, 0xe7, 0x2b, 0x78, 0x55, 0x9f, 0xae, 0x53, 0xbe, 0x2a, 0x0a, 0xd6, 0x2e, 0x6c, + 0x58, 0x1f, 0xf5, 0xb4, 0xeb, 0x2b, 0xcf, 0x3f, 0x25, 0x67, 0x5b, 0x73, 0xbe, 0x2b, 0xb6, 0xa6, + 0x27, 0x78, 0x19, 0x6c, 0xed, 0x03, 0xc7, 0x99, 0x0c, 0x70, 0x69, 0xd9, 0xb2, 0x4a, 0xe7, 0x92, + 0x49, 0x39, 0xe7, 0xec, 0xa8, 0x05, 0x13, 0x9f, 0x3a, 0x07, 0x2c, 0x4e, 0x70, 0x78, 0xb6, 0x1d, + 0xdc, 0xc3, 0xf3, 0x7d, 0x99, 0x64, 0xb4, 0x79, 0x6d, 0x01, 0xd3, 0x8d, 0x2a, 0xd3, 0xcd, 0x39, + 0xa6, 0x5b, 0xc4, 0xf4, 0xc7, 0x2c, 0x96, 0x2f, 0x42, 0xff, 0xec, 0x49, 0xaa, 0xc6, 0x4b, 0xc4, + 0xe2, 0xb4, 0xc1, 0x5d, 0x60, 0xd9, 0x33, 0xe9, 0x9d, 0x4b, 0x5a, 0xe3, 0x6c, 0x19, 0x73, 0x27, + 0x2d, 0xed, 0x9d, 0x7b, 0x61, 0xe4, 0x0d, 0x22, 0xe9, 0xdc, 0x17, 0x37, 0x68, 0xe1, 0xde, 0x8b, + 0xca, 0x0c, 0x85, 0x17, 0x74, 0xb7, 0x19, 0xd1, 0x3f, 0x6d, 0x88, 0x2e, 0x38, 0xe1, 0xbe, 0xaf, + 0xe2, 0x03, 0xb0, 0xd1, 0x3d, 0x9f, 0xe2, 0x11, 0x5b, 0x53, 0xe7, 0xe7, 0xc5, 0x2d, 0x2f, 0x08, + 0x42, 0x94, 0x23, 0x84, 0xbb, 0x81, 0xe7, 0x9f, 0x25, 0xf0, 0x9f, 0xab, 0x23, 0x95, 0x69, 0x36, + 0xcb, 0x87, 0xb5, 0x5f, 0xee, 0x7c, 0x28, 0x36, 0xb3, 0x34, 0x84, 0x05, 0x1e, 0x6f, 0x66, 0x81, + 0x3c, 0x6c, 0x0d, 0xbd, 0x08, 0x24, 0x77, 0x5f, 0x38, 0xb1, 0x04, 0x6b, 0xce, 0x94, 0xeb, 0x9f, + 0x2a, 0x05, 0xb1, 0x71, 0x8c, 0x41, 0xf4, 0x54, 0x46, 0xc9, 0x30, 0x8f, 0xdc, 0x61, 0x0a, 0x27, + 0xb1, 0x68, 0xd6, 0x3a, 0x37, 0xc5, 0x15, 0xb0, 0x7f, 0x12, 0x8d, 0xd4, 0x6e, 0x14, 0xea, 0x8c, + 0x25, 0x04, 0x47, 0x5c, 0xcf, 0x52, 0x2f, 0x90, 0xc0, 0x43, 0xec, 0xca, 0xb7, 0x49, 0x98, 0x92, + 0x72, 0xbb, 0x2b, 0x30, 0xbb, 0x8a, 0x7e, 0x13, 0xe4, 0x32, 0xaa, 0x4e, 0xae, 0x9a, 0xc9, 0x76, + 0x92, 0xca, 0xf3, 0x50, 0x5e, 0xb8, 0x36, 0xc8, 0x77, 0xd7, 0x2c, 0xeb, 0x77, 0x44, 0x17, 0x27, + 0x51, 0x6b, 0x63, 0x2f, 0xf3, 0x4f, 0x5d, 0x60, 0x3f, 0x8c, 0xd0, 0x51, 0x65, 0xb7, 0x43, 0xda, + 0xda, 0x11, 0x97, 0x93, 0x53, 0x15, 0x93, 0xd7, 0x85, 0xc3, 0x50, 0x06, 0xdd, 0x6b, 0xc5, 0xdb, + 0x75, 0x45, 0x5b, 0x9f, 0x85, 0x51, 0xe4, 0xe2, 0x99, 0xf1, 0xc8, 0xfd, 0xec, 0xfc, 0xb3, 0xee, + 0x75, 0xda, 0x58, 0x9d, 0xf9, 0xfc, 0xfc, 0xf3, 0xee, 0x16, 0xcd, 0xdc, 0x15, 0x9d, 0xec, 0x42, + 0xb9, 0x43, 0x70, 0x67, 0x95, 0xba, 0x32, 0x46, 0xcd, 0x04, 0xdd, 0x1b, 0x05, 0xb2, 0x4e, 0x4a, + 0x4a, 0xc1, 0xc8, 0xdd, 0x4f, 0x81, 0x6b, 0x90, 0x6e, 0x5f, 0xc5, 0xac, 0x88, 0x8e, 0x10, 0x75, + 0x95, 0x98, 0x18, 0xbd, 0x29, 0x5a, 0xc0, 0x53, 0xc4, 0x06, 0x4c, 0xd9, 0x23, 0x95, 0x5f, 0xe7, + 0x61, 0x2a, 0xd9, 0x43, 0xd6, 0x30, 0x4a, 0x0e, 0x23, 0xe5, 0x81, 0x51, 0x7a, 0x51, 0xce, 0x19, + 0xa9, 0xde, 0xb9, 0x2e, 0x36, 0x34, 0x68, 0x0c, 0x98, 0xe2, 0xd1, 0x16, 0xc5, 0xc4, 0x1f, 0xd5, + 0x21, 0xe0, 0x95, 0x0f, 0xed, 0xc0, 0x61, 0x24, 0xb4, 0x08, 0x64, 0x14, 0x99, 0x40, 0x04, 0xbb, + 0x69, 0x0c, 0xb2, 0x63, 0x64, 0x93, 0x63, 0x0b, 0xcd, 0x7f, 0xb6, 0xd2, 0xd5, 0x32, 0x33, 0x0c, + 0x80, 0x18, 0x8a, 0xab, 0x69, 0x86, 0x95, 0x7d, 0x4b, 0x5c, 0x0d, 0x21, 0xff, 0xa0, 0xe1, 0x84, + 0x31, 0xaa, 0x40, 0x41, 0x16, 0x6c, 0x59, 0xd9, 0xd9, 0xa9, 0x69, 0x0e, 0x5e, 0xa1, 0x19, 0x50, + 0x75, 0x38, 0x8a, 0x21, 0x85, 0x59, 0xb9, 0xb9, 0xc3, 0xc8, 0x1b, 0x91, 0x42, 0xd7, 0x3a, 0x9f, + 0x0a, 0xe1, 0x5b, 0x31, 0xe9, 0xee, 0x3a, 0x25, 0xc6, 0x5b, 0xbd, 0xa5, 0x82, 0x04, 0xd9, 0xa4, + 0xd2, 0x47, 0xdd, 0xab, 0x38, 0x9a, 0x74, 0x05, 0xd1, 0xd8, 0x10, 0xcd, 0xcc, 0x1b, 0xe9, 0xee, + 0x25, 0x92, 0xc9, 0x7f, 0x35, 0xc4, 0xa6, 0xd9, 0xff, 0x4a, 0xfa, 0x61, 0x22, 0x31, 0x96, 0x13, + 0x4c, 0x80, 0xcc, 0xf3, 0xd6, 0x08, 0x04, 0xb6, 0x50, 0x0a, 0x62, 0x1d, 0x5c, 0x12, 0x0d, 0x08, + 0xe1, 0x9c, 0x8f, 0xf0, 0x88, 0x40, 0x6a, 0x1f, 0x96, 0x27, 0x79, 0xa6, 0xe9, 0xe2, 0xeb, 0x28, + 0x40, 0x1a, 0x54, 0x79, 0x46, 0xa3, 0x24, 0x7e, 0xa4, 0x12, 0x84, 0xb0, 0x71, 0xa5, 0xf0, 0x6b, + 0x40, 0x36, 0x6c, 0x7f, 0xf9, 0x74, 0x4d, 0xfe, 0xa5, 0x60, 0xe5, 0x7a, 0xe1, 0xd7, 0x80, 0xd8, + 0xb7, 0xbf, 0x7c, 0x66, 0xbf, 0x73, 0x5b, 0xdc, 0x34, 0xf6, 0xa0, 0x31, 0xab, 0xb8, 0x1a, 0xb3, + 0x90, 0x1f, 0x79, 0x5a, 0x77, 0x37, 0xe8, 0xb6, 0x00, 0x69, 0xe6, 0x17, 0xa0, 0x7b, 0x77, 0x37, + 0xed, 0x3c, 0x2d, 0x77, 0x73, 0x4c, 0x9e, 0xee, 0x10, 0xec, 0x95, 0xb9, 0xee, 0x5e, 0x26, 0xad, + 0xef, 0x88, 0x2d, 0x5c, 0x3d, 0x3f, 0x7d, 0xc5, 0x1a, 0x05, 0xe8, 0xbb, 0x38, 0xde, 0xa6, 0xf1, + 0x9e, 0xb8, 0x4e, 0x12, 0x61, 0x08, 0xe3, 0xfa, 0x46, 0x35, 0xe0, 0x39, 0xa8, 0xb2, 0x76, 0x55, + 0x65, 0x9d, 0x5f, 0x12, 0x5b, 0xbc, 0xbf, 0xba, 0x61, 0x6b, 0xc9, 0x06, 0xe0, 0x7b, 0x76, 0x80, + 0x1b, 0xe4, 0x09, 0x5c, 0x1b, 0x43, 0x93, 0x06, 0x37, 0x6b, 0x40, 0xd2, 0x7c, 0xce, 0x69, 0xe2, + 0xb1, 0x3c, 0x7f, 0x21, 0x2f, 0x58, 0xbb, 0x5f, 0xe7, 0x12, 0x90, 0x02, 0x79, 0x90, 0x2f, 0x21, + 0xcd, 0xa6, 0x26, 0x19, 0x39, 0x80, 0xbf, 0xec, 0x71, 0xa8, 0xe1, 0x05, 0xc7, 0x39, 0x07, 0xe2, + 0x03, 0x43, 0xee, 0xb1, 0x1c, 0xe4, 0xa3, 0x57, 0x2a, 0x8a, 0x9e, 0x29, 0x95, 0x2d, 0x27, 0x0a, + 0x82, 0x89, 0x60, 0x01, 0x85, 0x38, 0x77, 0x66, 0x3c, 0xce, 0x8f, 0x6a, 0x8c, 0xd3, 0x0e, 0x63, + 0x3f, 0x95, 0x63, 0x30, 0xcd, 0x2f, 0x20, 0x82, 0xf4, 0x91, 0xf3, 0xbd, 0x0c, 0x3c, 0x76, 0x90, + 0x03, 0x46, 0x82, 0x20, 0x89, 0x71, 0x05, 0x80, 0x4f, 0x29, 0x3f, 0x34, 0x71, 0xe2, 0x3c, 0x04, + 0x88, 0x30, 0x76, 0x4b, 0x79, 0xad, 0x89, 0x29, 0x88, 0xe4, 0x60, 0xf2, 0x66, 0x13, 0xdd, 0x9a, + 0x83, 0xde, 0x0c, 0xa6, 0x72, 0xec, 0x35, 0xa7, 0x16, 0xe2, 0xc2, 0xa6, 0xf3, 0x5b, 0xe2, 0xde, + 0x37, 0xb0, 0xe4, 0x3e, 0x07, 0xd4, 0x18, 0x26, 0x90, 0x5f, 0x7a, 0xa2, 0x39, 0xd6, 0x23, 0xcc, + 0x0d, 0xa8, 0x97, 0x3b, 0xbd, 0x6f, 0xd8, 0xe8, 0x5c, 0x88, 0x8f, 0x70, 0xc9, 0x49, 0x0a, 0x69, + 0xe5, 0x75, 0x1c, 0x82, 0xb8, 0x8e, 0x22, 0x6f, 0x22, 0xd3, 0x23, 0x2f, 0x4c, 0xf7, 0x91, 0xc3, + 0xff, 0xa7, 0xdb, 0x3a, 0x5f, 0x41, 0x4d, 0x00, 0x07, 0xef, 0x25, 0x49, 0x34, 0x39, 0x86, 0xd4, + 0x12, 0x8f, 0x24, 0xb1, 0x06, 0x9c, 0xc4, 0x7a, 0x28, 0x53, 0x74, 0xd2, 0x4c, 0xa9, 0xc8, 0xb5, + 0xa4, 0xf8, 0x50, 0x1b, 0xcd, 0x74, 0xea, 0x4f, 0x67, 0xf8, 0x54, 0x8c, 0x66, 0x9c, 0x5e, 0x74, + 0xe6, 0x96, 0xce, 0x77, 0x7e, 0x43, 0x5c, 0xaf, 0x9e, 0x85, 0xe9, 0x1b, 0x93, 0x9a, 0xe6, 0x9f, + 0x2e, 0x62, 0x8b, 0xca, 0x51, 0x36, 0xcc, 0x96, 0x8e, 0x71, 0xc6, 0x6c, 0x69, 0x45, 0x5a, 0x80, + 0x51, 0x40, 0x9c, 0x3e, 0x85, 0xb4, 0x9f, 0x82, 0x64, 0x67, 0x5b, 0x74, 0xec, 0x1e, 0x0f, 0x14, + 0x63, 0x42, 0x1b, 0x81, 0x17, 0xf0, 0x93, 0x19, 0xeb, 0xaf, 0x93, 0x11, 0xa6, 0xe0, 0xbe, 0x97, + 0x06, 0x78, 0x4e, 0xce, 0x3f, 0x5d, 0x1f, 0x7e, 0x57, 0xce, 0x01, 0xd5, 0xe8, 0x7c, 0xf0, 0x95, + 0xf4, 0xb3, 0x0a, 0xf7, 0x48, 0x8e, 0xb1, 0x06, 0xba, 0xcf, 0xcc, 0xa4, 0x17, 0x04, 0x55, 0xc8, + 0x6c, 0x6c, 0x84, 0x0c, 0xfd, 0x20, 0x90, 0xd2, 0x4f, 0x77, 0x30, 0xc9, 0xa4, 0x26, 0xee, 0x36, + 0x9c, 0x87, 0x00, 0x7f, 0x66, 0xe4, 0xf6, 0x21, 0x8e, 0x25, 0x09, 0x40, 0x3d, 0xa0, 0x16, 0x43, + 0xb6, 0xe7, 0x38, 0x37, 0x2d, 0xe6, 0x70, 0x88, 0x22, 0x1b, 0xc3, 0xe6, 0xff, 0x6c, 0x88, 0x4b, + 0x85, 0xcd, 0x98, 0x55, 0xa7, 0xfc, 0xc3, 0x0f, 0x03, 0x65, 0x2c, 0xeb, 0x84, 0xe1, 0x67, 0x59, + 0xaa, 0x61, 0x87, 0x66, 0x5c, 0x37, 0xe7, 0x8a, 0xc6, 0x96, 0xbd, 0x07, 0x27, 0xcf, 0x15, 0x8b, + 0x06, 0x6d, 0xde, 0x5c, 0x35, 0x3b, 0x5a, 0x98, 0xc1, 0xf4, 0x0c, 0x93, 0x00, 0xb0, 0x54, 0x69, + 0x38, 0x0a, 0x63, 0x0a, 0xf0, 0x74, 0x75, 0x3f, 0xd7, 0x99, 0x1a, 0x73, 0xa0, 0x10, 0x36, 0xb1, + 0x98, 0x41, 0x4c, 0x25, 0x26, 0xdc, 0xdf, 0x13, 0xeb, 0x9e, 0x95, 0x29, 0x04, 0x78, 0x74, 0xc1, + 0xad, 0xde, 0x42, 0x81, 0xef, 0x8a, 0xcd, 0x30, 0xc6, 0xd8, 0x05, 0x91, 0x19, 0x55, 0x44, 0xe1, + 0xfe, 0xd2, 0x83, 0x8d, 0xe2, 0x6a, 0xa8, 0x67, 0x57, 0x00, 0x8d, 0xe5, 0x5a, 0x52, 0xb0, 0x9f, + 0x42, 0x1e, 0xe0, 0x58, 0x67, 0x93, 0x48, 0x52, 0x8c, 0x27, 0x8e, 0x6f, 0x88, 0x4b, 0xcc, 0x31, + 0xa6, 0xf2, 0x80, 0x62, 0x7c, 0x13, 0xc7, 0x21, 0xfd, 0x00, 0xad, 0xcc, 0x0b, 0x63, 0xed, 0x4a, + 0xa3, 0x1d, 0xf0, 0x56, 0x04, 0x57, 0x57, 0x29, 0xbd, 0xfc, 0xa2, 0xb8, 0x5c, 0x19, 0xef, 0x10, + 0xd7, 0xd7, 0x7b, 0x8b, 0xf4, 0xea, 0x88, 0xed, 0x25, 0xe4, 0xdc, 0xf3, 0x07, 0x0c, 0xcb, 0x9c, + 0x63, 0xe3, 0x1f, 0xc1, 0x57, 0x20, 0x9d, 0xe2, 0xee, 0x63, 0x5c, 0x57, 0x8c, 0x0d, 0xac, 0xea, + 0x92, 0xad, 0xd4, 0xe7, 0x6c, 0xa5, 0x61, 0x2a, 0xc1, 0x4d, 0x82, 0xd9, 0x2a, 0x25, 0x92, 0x9a, + 0xca, 0x51, 0xf8, 0xc1, 0x01, 0x85, 0x2b, 0xc1, 0xdf, 0x15, 0x6d, 0xc3, 0x73, 0x3f, 0xf2, 0xc2, + 0x71, 0x5f, 0x05, 0xb2, 0x62, 0x47, 0xd3, 0x5a, 0xd0, 0x87, 0x39, 0xde, 0x5a, 0xb7, 0x7d, 0x03, + 0x08, 0x63, 0xe0, 0x7d, 0x7e, 0x01, 0xba, 0x11, 0xac, 0xc0, 0x95, 0x0c, 0x1a, 0x9c, 0xef, 0xb0, + 0x27, 0x52, 0xf9, 0x7e, 0x20, 0xb3, 0xd7, 0x5a, 0xa6, 0x8f, 0xa1, 0x9c, 0x44, 0x40, 0x94, 0x80, + 0xf7, 0x43, 0xd6, 0x3e, 0x95, 0x32, 0x2b, 0xd5, 0x8c, 0xab, 0xce, 0x9f, 0xd5, 0xc5, 0x87, 0x8b, + 0x76, 0x2d, 0xad, 0xf9, 0x8b, 0xcd, 0x06, 0xc6, 0x75, 0x85, 0x0e, 0x05, 0x43, 0x9a, 0x25, 0x07, + 0x36, 0x09, 0x6c, 0x6f, 0x8b, 0x2b, 0x00, 0xc0, 0xc1, 0xae, 0x28, 0x8b, 0x50, 0xbd, 0xdb, 0xb2, + 0xd6, 0x00, 0x11, 0x72, 0x08, 0xb5, 0x58, 0x0e, 0x37, 0xb4, 0x61, 0xe1, 0x2d, 0x79, 0x45, 0x0b, + 0xcc, 0x71, 0x4b, 0x9f, 0xaa, 0x0b, 0xf7, 0x14, 0x80, 0x2a, 0xda, 0x73, 0x1a, 0x26, 0x8c, 0xe1, + 0x56, 0xc9, 0xf0, 0x9a, 0x59, 0x9a, 0x4b, 0x34, 0xf9, 0xc2, 0xc1, 0xe4, 0x2f, 0x1b, 0x10, 0x88, + 0xae, 0x82, 0x0f, 0x7a, 0x70, 0x03, 0xa6, 0x89, 0x6a, 0x21, 0xbf, 0x69, 0xe1, 0x91, 0xd8, 0x91, + 0x51, 0x49, 0x1e, 0x79, 0xa9, 0x69, 0x96, 0x08, 0xca, 0xfe, 0x29, 0xcb, 0xf2, 0x75, 0x82, 0x38, + 0x1f, 0x35, 0x7a, 0x0c, 0xf5, 0xc6, 0x78, 0x8a, 0x76, 0xb5, 0x8b, 0xd5, 0x3a, 0x49, 0x64, 0x83, + 0x00, 0x27, 0x11, 0xa6, 0x25, 0xa5, 0x82, 0x74, 0xd5, 0x82, 0x5e, 0xde, 0xe0, 0xe6, 0x69, 0x64, + 0x64, 0x84, 0xf6, 0x01, 0x30, 0x95, 0x2e, 0x4b, 0x92, 0xd9, 0x70, 0xee, 0x42, 0xb8, 0xa1, 0x06, + 0xcc, 0x7e, 0x9a, 0xaa, 0x94, 0x72, 0x12, 0xfe, 0xe1, 0x66, 0xf2, 0x6d, 0x66, 0x9a, 0x12, 0x3b, + 0x6c, 0xbb, 0x06, 0x35, 0x1c, 0xda, 0x68, 0xf3, 0x4a, 0x0e, 0x41, 0x47, 0xa7, 0x4e, 0xcf, 0xf4, + 0x2c, 0x54, 0xfc, 0xa5, 0x97, 0x7e, 0x89, 0xc1, 0x70, 0x8a, 0x3c, 0xb9, 0x77, 0x54, 0x0a, 0x99, + 0xeb, 0xce, 0xe7, 0x7c, 0xcb, 0x57, 0x32, 0x89, 0x42, 0x1f, 0x2e, 0xca, 0x1b, 0x35, 0x94, 0x1f, + 0xa0, 0xd1, 0xf8, 0x1c, 0xfe, 0x34, 0x69, 0xba, 0xdd, 0xab, 0xd0, 0x75, 0x7e, 0x5c, 0x63, 0x6e, + 0xc1, 0x5e, 0x28, 0x12, 0xcc, 0xb9, 0x0d, 0x44, 0xf8, 0xcc, 0x4b, 0x47, 0xa0, 0xff, 0x72, 0x09, + 0x8d, 0x2e, 0x3f, 0x0a, 0x87, 0x99, 0xeb, 0x26, 0x2a, 0x03, 0xf6, 0x11, 0xc1, 0xf3, 0x42, 0x8c, + 0xd9, 0x0d, 0x86, 0xf6, 0x54, 0xab, 0xb1, 0xcb, 0x61, 0x23, 0xed, 0xcc, 0xc4, 0x4e, 0xc8, 0x43, + 0x0c, 0xfa, 0xb1, 0x2a, 0x9a, 0x92, 0x6d, 0x11, 0xd9, 0xbb, 0xe2, 0x16, 0x32, 0x40, 0xd5, 0xa7, + 0x8b, 0xff, 0x0b, 0xc7, 0x63, 0x19, 0xc0, 0x52, 0x19, 0x71, 0x65, 0xb0, 0xe6, 0x04, 0x56, 0x7a, + 0x09, 0x20, 0x88, 0xd7, 0x09, 0x14, 0x3d, 0x81, 0x0c, 0x4e, 0xd4, 0xf7, 0x55, 0x7e, 0x92, 0x0f, + 0xc8, 0x7a, 0x26, 0x80, 0x21, 0xe1, 0x4f, 0xd2, 0x13, 0x4b, 0x0c, 0xd2, 0x98, 0x1d, 0xb4, 0x8e, + 0x5a, 0x40, 0xf2, 0xa0, 0x23, 0x2d, 0x35, 0xaa, 0x7b, 0x96, 0xcb, 0x7b, 0xdc, 0x22, 0x00, 0x61, + 0xe9, 0x7c, 0x8c, 0x05, 0xc8, 0xfe, 0xdb, 0x53, 0x0f, 0x42, 0x0d, 0x84, 0xa7, 0x05, 0x5d, 0xc4, + 0x96, 0xf3, 0xef, 0x35, 0xd6, 0x02, 0x85, 0x5f, 0xff, 0x2c, 0x56, 0x17, 0x50, 0xb3, 0x8c, 0x60, + 0xf5, 0x92, 0xd8, 0x30, 0xcb, 0x31, 0xf5, 0xf9, 0x1c, 0xd3, 0xa8, 0xa6, 0x10, 0x16, 0x1c, 0x3a, + 0xb1, 0x97, 0xce, 0x52, 0xce, 0x2c, 0x81, 0x70, 0xce, 0x41, 0xb3, 0xd6, 0xae, 0xc9, 0xf1, 0x26, + 0xed, 0xf0, 0x58, 0x1e, 0xe7, 0x1a, 0x48, 0x71, 0xee, 0x41, 0x6b, 0xba, 0x90, 0x5e, 0x4a, 0xee, + 0x53, 0x77, 0x06, 0xe2, 0x16, 0xf7, 0x16, 0xb2, 0x23, 0x30, 0x3f, 0x49, 0x91, 0xef, 0x48, 0x69, + 0x2e, 0x9d, 0x30, 0x4e, 0x90, 0xfe, 0x8a, 0xbc, 0x27, 0xb4, 0x6e, 0x96, 0x32, 0x81, 0x51, 0x2a, + 0x0e, 0xa6, 0xed, 0x9a, 0x82, 0x19, 0x35, 0x49, 0x9a, 0x7f, 0x64, 0xa4, 0x73, 0x5c, 0x26, 0xaf, + 0x3b, 0x0f, 0x4d, 0x35, 0x99, 0xd8, 0x11, 0x63, 0xaa, 0x4e, 0x6f, 0xd1, 0xf2, 0x5e, 0xf1, 0xd7, + 0xf6, 0xb7, 0xc5, 0x46, 0x89, 0xd7, 0x39, 0xe3, 0xc5, 0x5e, 0x8e, 0x99, 0x34, 0x60, 0x20, 0x83, + 0xbb, 0xce, 0x12, 0x8e, 0xb9, 0x6f, 0x0c, 0xa9, 0x25, 0xf6, 0xa9, 0x27, 0x39, 0xbd, 0x2b, 0x2d, + 0x37, 0x3d, 0xc9, 0x9b, 0xc5, 0x1b, 0x37, 0x0a, 0x13, 0x5b, 0xb3, 0x7b, 0x37, 0x0b, 0xc3, 0x05, + 0x3e, 0x28, 0x26, 0x3a, 0xdf, 0x83, 0x22, 0x9f, 0x6e, 0x13, 0x01, 0x52, 0xe2, 0x43, 0x9f, 0xa8, + 0xb4, 0x8f, 0x67, 0xbd, 0x97, 0x80, 0x01, 0x99, 0x63, 0x97, 0x80, 0x36, 0xf0, 0x76, 0x6e, 0xdb, + 0x50, 0x5e, 0x58, 0x64, 0x5f, 0xed, 0xea, 0x4d, 0xd0, 0x1b, 0x4d, 0x53, 0xb1, 0x72, 0x15, 0xe7, + 0x3f, 0x6a, 0xdc, 0x94, 0x3a, 0xe8, 0x83, 0x47, 0x41, 0x50, 0xdd, 0x1b, 0x00, 0x10, 0x58, 0xe4, + 0xf7, 0x35, 0xdb, 0x8d, 0x2d, 0x04, 0x6e, 0x53, 0xe8, 0x42, 0x29, 0x3c, 0xb2, 0xb7, 0x25, 0x86, + 0x90, 0x46, 0x31, 0xf3, 0x01, 0x20, 0xc5, 0x8c, 0x3e, 0xc5, 0xe6, 0x0d, 0xd3, 0x72, 0xd9, 0x32, + 0x87, 0x50, 0x58, 0xd5, 0xd4, 0xc3, 0x72, 0xc3, 0xc4, 0x74, 0x7b, 0x20, 0xc4, 0x2c, 0x98, 0x46, + 0x1e, 0xd9, 0xb6, 0x9d, 0xdf, 0x66, 0xcb, 0x2d, 0x71, 0x3e, 0xcd, 0x78, 0x4b, 0x6f, 0x30, 0x4b, + 0x85, 0xd3, 0xac, 0xcc, 0x11, 0xda, 0x76, 0x8e, 0xb9, 0xc3, 0x3c, 0x14, 0xdb, 0x4c, 0xfc, 0x05, + 0x1c, 0x8e, 0xd6, 0xf2, 0x42, 0x65, 0xe1, 0x10, 0x03, 0x2c, 0xda, 0x1a, 0x24, 0x84, 0x84, 0x0a, + 0x18, 0xa6, 0x5e, 0xec, 0x68, 0xce, 0x62, 0x03, 0xf9, 0xf2, 0x54, 0xfe, 0x34, 0x1e, 0x53, 0x61, + 0x4e, 0x80, 0xce, 0x9c, 0xf3, 0x6f, 0x35, 0xdb, 0xb1, 0x37, 0x4a, 0x0d, 0x35, 0x52, 0x2e, 0x9d, + 0xf6, 0x89, 0xd8, 0x8d, 0x0b, 0xbf, 0x5d, 0x80, 0x9d, 0x91, 0xe4, 0xb7, 0x89, 0xf0, 0x07, 0x3c, + 0x74, 0x26, 0xed, 0xcb, 0x02, 0xf6, 0xe1, 0x8a, 0x8b, 0x07, 0x2a, 0x98, 0xcc, 0xaf, 0xad, 0xdb, + 0x1c, 0x4f, 0xd3, 0x80, 0xe2, 0x4d, 0xa3, 0x08, 0xe6, 0x38, 0x82, 0xaf, 0xa3, 0x7a, 0x2a, 0x93, + 0x94, 0x75, 0xf8, 0x25, 0x62, 0xdd, 0xf9, 0xf6, 0xf4, 0xb5, 0x03, 0x32, 0x3a, 0xc1, 0xa5, 0xa3, + 0xd0, 0x3f, 0x93, 0xc1, 0xeb, 0x64, 0x99, 0x74, 0x9c, 0xdf, 0xe4, 0x2d, 0x9c, 0x8f, 0x8f, 0x10, + 0x95, 0x06, 0xa1, 0xcf, 0xe5, 0xdf, 0x22, 0x33, 0x2e, 0xd7, 0x73, 0x75, 0x1b, 0xf3, 0xbc, 0x31, + 0x35, 0x1f, 0xd9, 0x7c, 0x7f, 0x5f, 0xdc, 0x61, 0x2e, 0xe6, 0xab, 0xcf, 0xa9, 0x29, 0xdc, 0x16, + 0x57, 0x4d, 0x69, 0x59, 0x3d, 0x62, 0xf6, 0xea, 0x10, 0xe7, 0x63, 0x17, 0x17, 0x15, 0xc0, 0xe1, + 0xb4, 0x8b, 0xd8, 0xb0, 0xdc, 0x70, 0xcf, 0xab, 0x50, 0x5d, 0x7e, 0x61, 0x65, 0xf0, 0x4a, 0x8e, + 0xd5, 0xb9, 0x2c, 0x16, 0x7d, 0x73, 0xd1, 0x08, 0xcc, 0xb9, 0x54, 0xb2, 0x69, 0x1f, 0xbb, 0x5b, + 0xb3, 0xab, 0x39, 0xfd, 0x32, 0xb1, 0x62, 0x19, 0xb6, 0x28, 0x2f, 0x4f, 0x2b, 0x80, 0xa2, 0xa1, + 0x39, 0xdf, 0xe5, 0x22, 0xde, 0x12, 0xe9, 0x93, 0xa9, 0x19, 0xc5, 0x4f, 0xcb, 0x82, 0xe3, 0x70, + 0x8c, 0x45, 0x7c, 0x95, 0xaa, 0xf3, 0x09, 0x07, 0x2a, 0xdc, 0x0c, 0x31, 0xc2, 0xdc, 0xe6, 0x18, + 0xf9, 0xd4, 0xf3, 0x8b, 0xf7, 0xc4, 0x2f, 0x18, 0xc9, 0x73, 0x28, 0xc5, 0xce, 0x2b, 0xfe, 0xf9, + 0x48, 0xe5, 0xa3, 0xd3, 0xac, 0xea, 0x2d, 0x15, 0xaf, 0x60, 0x2c, 0xfd, 0x89, 0x75, 0xe0, 0xd2, + 0x63, 0x55, 0x1f, 0xa3, 0x71, 0x54, 0x78, 0x96, 0xe2, 0xf3, 0xbe, 0x23, 0xee, 0x2e, 0x5d, 0xbc, + 0x04, 0xe7, 0x6e, 0x3a, 0x9f, 0x32, 0x58, 0xa8, 0x6c, 0x7a, 0x82, 0x15, 0x4c, 0xf8, 0x03, 0x39, + 0x77, 0xc6, 0x81, 0xd8, 0x7d, 0xc7, 0xf2, 0x65, 0xa7, 0x4c, 0x8d, 0x25, 0x0c, 0xd0, 0x7c, 0x1a, + 0x40, 0xe8, 0xd0, 0x9e, 0xfb, 0xc8, 0x8b, 0x63, 0x19, 0xbc, 0x51, 0x69, 0xf0, 0x2c, 0xd4, 0xd3, + 0x46, 0x11, 0x40, 0x64, 0xec, 0x61, 0x53, 0x57, 0xa8, 0xf4, 0x5a, 0x41, 0xb9, 0xf3, 0x42, 0x61, + 0xa5, 0x6d, 0x83, 0xff, 0xd0, 0xc6, 0xe7, 0x03, 0xc0, 0x5b, 0x32, 0xe0, 0xc2, 0x04, 0xf4, 0x8f, + 0xf0, 0x6b, 0xbe, 0x5b, 0x02, 0x94, 0x2f, 0x3c, 0xed, 0x82, 0xe6, 0x02, 0xa8, 0x19, 0x01, 0xa1, + 0x6b, 0x93, 0xfc, 0xd6, 0xd0, 0x9f, 0x53, 0xec, 0x6d, 0xd2, 0xdb, 0xc5, 0xcc, 0x13, 0x0c, 0x60, + 0xb3, 0x2f, 0x55, 0x10, 0x87, 0x54, 0x84, 0x89, 0x8a, 0x00, 0x21, 0x60, 0x35, 0x9f, 0x7f, 0x12, + 0x3a, 0x7a, 0xbf, 0xea, 0xff, 0x33, 0xee, 0xb9, 0xd8, 0x88, 0xf6, 0xdc, 0x4b, 0xcf, 0x64, 0xc6, + 0xe5, 0x08, 0x5f, 0x1f, 0x42, 0x2e, 0x84, 0xea, 0x74, 0xf6, 0xae, 0xca, 0xca, 0xfa, 0xe3, 0x9a, + 0x95, 0x5a, 0x75, 0xe3, 0x3e, 0xd6, 0x25, 0xcb, 0xcc, 0x68, 0x61, 0xa3, 0x9a, 0x61, 0x26, 0x01, + 0x7a, 0x19, 0x45, 0x24, 0x69, 0x88, 0x60, 0xda, 0xf8, 0x32, 0xf8, 0x22, 0x97, 0x18, 0xf3, 0x4f, + 0xbc, 0xec, 0xd8, 0x07, 0xfc, 0xb2, 0x32, 0xcf, 0x49, 0xe7, 0x53, 0xb1, 0x0a, 0x03, 0x69, 0x28, + 0x2d, 0x54, 0xf9, 0xb0, 0xf7, 0x0e, 0x9e, 0x9d, 0xc7, 0xfc, 0x72, 0x43, 0x8d, 0x95, 0x13, 0xa5, + 0xa2, 0x13, 0x45, 0x72, 0x5d, 0xdc, 0x75, 0x5a, 0x2a, 0x51, 0x13, 0x67, 0x0a, 0x54, 0x1e, 0x79, + 0x06, 0xb2, 0x2f, 0xa6, 0x04, 0x97, 0xc7, 0x87, 0xf3, 0x45, 0xb9, 0x08, 0xee, 0x76, 0x8d, 0x01, + 0x34, 0xf6, 0xb9, 0xfb, 0x6a, 0x0c, 0x36, 0x6d, 0x1a, 0x70, 0xd5, 0xc3, 0xdf, 0x19, 0x6b, 0x9a, + 0x8e, 0x62, 0x8f, 0x7c, 0x92, 0x47, 0x43, 0x88, 0x9c, 0x8f, 0x27, 0x90, 0xdc, 0x42, 0xbf, 0x4a, + 0x76, 0x31, 0x7f, 0xbf, 0x82, 0x4f, 0xec, 0x08, 0xad, 0x09, 0x46, 0xb8, 0xbe, 0x5d, 0xce, 0xfe, + 0x43, 0x8d, 0x81, 0x79, 0x16, 0x9d, 0x47, 0x9c, 0x2a, 0x0d, 0x2c, 0xdc, 0x1f, 0x0e, 0x81, 0xd9, + 0x2f, 0x65, 0x9a, 0x41, 0x9c, 0x89, 0x5e, 0x0e, 0x87, 0x10, 0xb3, 0xe6, 0x23, 0x25, 0x82, 0x64, + 0x9a, 0x22, 0xa6, 0xeb, 0x40, 0x63, 0xc7, 0xd0, 0x78, 0xea, 0x65, 0x4c, 0x02, 0xaa, 0x9f, 0xa7, + 0xd2, 0x0b, 0x5e, 0x12, 0x96, 0x5e, 0x08, 0x23, 0x11, 0xce, 0x9c, 0xc2, 0x12, 0xf6, 0x24, 0xe7, + 0x84, 0xab, 0xed, 0xc7, 0x32, 0xc2, 0x56, 0x2f, 0xfa, 0xa5, 0x0d, 0x0d, 0x07, 0x38, 0x80, 0xf6, + 0x9d, 0x9a, 0x01, 0x97, 0x4a, 0xfb, 0x9a, 0xc5, 0x3b, 0xb6, 0x3d, 0xbc, 0xa0, 0x0c, 0x71, 0x22, + 0x48, 0x65, 0x73, 0x0f, 0x74, 0x00, 0x14, 0xf1, 0x17, 0xbf, 0xef, 0x69, 0x7a, 0xd1, 0x29, 0x3c, + 0x36, 0x19, 0x73, 0x5e, 0xf4, 0x38, 0x55, 0x5f, 0xfa, 0x38, 0xc5, 0x16, 0xfe, 0xbf, 0x75, 0x71, + 0xbf, 0x0f, 0x71, 0xe9, 0x0c, 0x0a, 0xf2, 0xc4, 0x3d, 0xa2, 0xea, 0x99, 0x8b, 0xe4, 0xc7, 0x85, + 0xc2, 0xdc, 0xb5, 0x2e, 0x0b, 0x35, 0xa7, 0x97, 0x24, 0xd3, 0x28, 0xf5, 0x3b, 0x62, 0xdd, 0x7e, + 0xbe, 0x60, 0x55, 0x76, 0xd8, 0x7b, 0x7f, 0x72, 0xbd, 0xea, 0xc4, 0x33, 0x43, 0xec, 0x11, 0xd6, + 0x89, 0xdb, 0xfb, 0x62, 0xeb, 0x18, 0xb8, 0x8d, 0xaa, 0xfb, 0x31, 0x07, 0x23, 0x16, 0x44, 0xfd, + 0x4c, 0x59, 0xb1, 0xd0, 0xaa, 0x08, 0x4b, 0x49, 0xa0, 0xdb, 0x7f, 0x52, 0x13, 0x3b, 0xef, 0x3c, + 0xa8, 0xf4, 0x15, 0x06, 0xa3, 0xa7, 0x37, 0xfc, 0x66, 0x33, 0x6d, 0x4c, 0xf0, 0xdd, 0xf6, 0x7e, + 0x92, 0xbb, 0x2d, 0x64, 0xdd, 0x79, 0x02, 0xce, 0x32, 0xa5, 0x71, 0x00, 0x10, 0x5e, 0xc5, 0xec, + 0x53, 0x2a, 0x5d, 0x2a, 0xe5, 0xf2, 0x75, 0xd9, 0x7b, 0x1f, 0x0a, 0xe7, 0x5d, 0x74, 0x4c, 0x86, + 0x32, 0x80, 0xdb, 0x4e, 0x50, 0xa8, 0x5a, 0xc1, 0x57, 0xae, 0x8f, 0x67, 0x9b, 0x6d, 0x75, 0xe5, + 0x4d, 0x10, 0x36, 0xbd, 0xca, 0x23, 0xf9, 0x93, 0x30, 0xd2, 0xf1, 0xc4, 0x2d, 0x28, 0x31, 0x94, + 0x8f, 0xc5, 0x79, 0xe0, 0x5e, 0x58, 0xaa, 0x10, 0x0a, 0x24, 0xa7, 0x94, 0x4b, 0x0f, 0x7e, 0xbd, + 0xf7, 0x5e, 0xa7, 0xf5, 0xec, 0xa2, 0xca, 0x02, 0x50, 0x46, 0x1b, 0xa1, 0x52, 0x3c, 0xf3, 0x17, + 0xfb, 0x19, 0xcc, 0xaf, 0xbd, 0x27, 0xe5, 0x23, 0xde, 0x5e, 0x99, 0xdf, 0x0e, 0xc5, 0xcd, 0x65, + 0x67, 0x82, 0x39, 0x95, 0xee, 0x52, 0x8a, 0xa9, 0xf4, 0x84, 0x9c, 0x4b, 0xcc, 0xab, 0xf8, 0x9e, + 0x68, 0x3f, 0xde, 0xa9, 0xe3, 0xae, 0x14, 0x76, 0x97, 0x8c, 0x90, 0xf0, 0xfd, 0xf6, 0x40, 0xdc, + 0x58, 0xcc, 0xc4, 0x42, 0xc8, 0xfb, 0x53, 0x9d, 0xe1, 0xdc, 0x13, 0xdf, 0xfa, 0x26, 0x71, 0xb0, + 0x5d, 0xdc, 0xff, 0x71, 0x43, 0x88, 0x7d, 0x44, 0x25, 0x5a, 0x42, 0x00, 0x83, 0xe3, 0xb6, 0xce, + 0xdc, 0x7d, 0x46, 0x3c, 0xf4, 0x29, 0xcd, 0x73, 0xae, 0x81, 0xda, 0xff, 0x74, 0x1b, 0xa2, 0x55, + 0xd7, 0xce, 0x55, 0x5b, 0x4b, 0xed, 0x7f, 0xbe, 0x5d, 0xdc, 0xca, 0xa3, 0x8c, 0xea, 0x83, 0xf6, + 0xbf, 0x94, 0xe6, 0x4a, 0x9f, 0x80, 0xb4, 0xff, 0x7c, 0xb7, 0xf3, 0x91, 0xb8, 0x55, 0x9a, 0x2b, + 0x7e, 0xbc, 0xd1, 0xfe, 0x8b, 0xdd, 0xce, 0x1d, 0xf1, 0x81, 0x9d, 0x5f, 0xf0, 0x7d, 0x46, 0xfb, + 0x2f, 0x77, 0x8b, 0xd4, 0x4b, 0x5f, 0x52, 0xb4, 0xff, 0x6a, 0x17, 0x72, 0x55, 0xc7, 0xce, 0xcd, + 0x3e, 0x9f, 0x68, 0xff, 0xf5, 0x6e, 0xe7, 0x43, 0x71, 0x73, 0x7a, 0xd3, 0xf2, 0xb7, 0x12, 0xed, + 0xbf, 0xd9, 0xed, 0x38, 0x62, 0x67, 0x7a, 0x19, 0x4a, 0xe3, 0x70, 0xa5, 0x18, 0x32, 0xc3, 0x89, + 0xe2, 0xc5, 0xed, 0xbf, 0xdd, 0x85, 0x5a, 0xe9, 0x86, 0x5d, 0x33, 0x8b, 0xc8, 0x87, 0xf1, 0x50, + 0xb5, 0xff, 0x6e, 0x17, 0x74, 0xb9, 0x69, 0x27, 0xa9, 0xef, 0xd7, 0xfe, 0xfb, 0xdd, 0xce, 0xc7, + 0xe2, 0x4e, 0x51, 0x80, 0xde, 0xc4, 0x9d, 0xeb, 0x56, 0xb5, 0xff, 0x61, 0x17, 0xb0, 0xc8, 0xf6, + 0x94, 0xe5, 0xb9, 0x0f, 0x39, 0xda, 0xff, 0xb8, 0x7b, 0xff, 0xfb, 0xe2, 0xa6, 0x51, 0xd9, 0x11, + 0x7e, 0xe6, 0xf6, 0x92, 0x72, 0xf4, 0x09, 0xd4, 0x0d, 0xda, 0x08, 0xb3, 0x30, 0x5c, 0x10, 0x59, + 0xfb, 0xbf, 0x57, 0xe7, 0xe7, 0x0b, 0xdf, 0x60, 0xb5, 0xff, 0x67, 0xf5, 0xfe, 0x89, 0xb8, 0x52, + 0xf9, 0x90, 0xa7, 0x73, 0x57, 0xbc, 0xfb, 0xdb, 0x9e, 0x76, 0x0d, 0xa8, 0x6e, 0x57, 0x97, 0xbc, + 0x78, 0xe9, 0x1e, 0xef, 0x1f, 0x1f, 0x1f, 0xbe, 0x7c, 0xd1, 0xae, 0x3f, 0x6a, 0x3d, 0xad, 0xfd, + 0xb0, 0xf6, 0x73, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x08, 0x44, 0xbb, 0xbb, 0x27, 0x00, + 0x00, +} |