You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hyperstone/dota/gcsdk_gcmessages.pb.go

2119 lines
86 KiB
Go

// Code generated by protoc-gen-go.
// source: gcsdk_gcmessages.proto
// DO NOT EDIT!
package dota
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 ESourceEngine int32
const (
ESourceEngine_k_ESE_Source1 ESourceEngine = 0
ESourceEngine_k_ESE_Source2 ESourceEngine = 1
)
var ESourceEngine_name = map[int32]string{
0: "k_ESE_Source1",
1: "k_ESE_Source2",
}
var ESourceEngine_value = map[string]int32{
"k_ESE_Source1": 0,
"k_ESE_Source2": 1,
}
func (x ESourceEngine) Enum() *ESourceEngine {
p := new(ESourceEngine)
*p = x
return p
}
func (x ESourceEngine) String() string {
return proto.EnumName(ESourceEngine_name, int32(x))
}
func (x *ESourceEngine) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(ESourceEngine_value, data, "ESourceEngine")
if err != nil {
return err
}
*x = ESourceEngine(value)
return nil
}
func (ESourceEngine) EnumDescriptor() ([]byte, []int) { return fileDescriptor28, []int{0} }
type PartnerAccountType int32
const (
PartnerAccountType_PARTNER_NONE PartnerAccountType = 0
PartnerAccountType_PARTNER_PERFECT_WORLD PartnerAccountType = 1
PartnerAccountType_PARTNER_NEXON PartnerAccountType = 2
PartnerAccountType_PARTNER_INVALID PartnerAccountType = 3
)
var PartnerAccountType_name = map[int32]string{
0: "PARTNER_NONE",
1: "PARTNER_PERFECT_WORLD",
2: "PARTNER_NEXON",
3: "PARTNER_INVALID",
}
var PartnerAccountType_value = map[string]int32{
"PARTNER_NONE": 0,
"PARTNER_PERFECT_WORLD": 1,
"PARTNER_NEXON": 2,
"PARTNER_INVALID": 3,
}
func (x PartnerAccountType) Enum() *PartnerAccountType {
p := new(PartnerAccountType)
*p = x
return p
}
func (x PartnerAccountType) String() string {
return proto.EnumName(PartnerAccountType_name, int32(x))
}
func (x *PartnerAccountType) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(PartnerAccountType_value, data, "PartnerAccountType")
if err != nil {
return err
}
*x = PartnerAccountType(value)
return nil
}
func (PartnerAccountType) EnumDescriptor() ([]byte, []int) { return fileDescriptor28, []int{1} }
type GCConnectionStatus int32
const (
GCConnectionStatus_GCConnectionStatus_HAVE_SESSION GCConnectionStatus = 0
GCConnectionStatus_GCConnectionStatus_GC_GOING_DOWN GCConnectionStatus = 1
GCConnectionStatus_GCConnectionStatus_NO_SESSION GCConnectionStatus = 2
GCConnectionStatus_GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE GCConnectionStatus = 3
GCConnectionStatus_GCConnectionStatus_NO_STEAM GCConnectionStatus = 4
GCConnectionStatus_GCConnectionStatus_SUSPENDED GCConnectionStatus = 5
GCConnectionStatus_GCConnectionStatus_STEAM_GOING_DOWN GCConnectionStatus = 6
)
var GCConnectionStatus_name = map[int32]string{
0: "GCConnectionStatus_HAVE_SESSION",
1: "GCConnectionStatus_GC_GOING_DOWN",
2: "GCConnectionStatus_NO_SESSION",
3: "GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE",
4: "GCConnectionStatus_NO_STEAM",
5: "GCConnectionStatus_SUSPENDED",
6: "GCConnectionStatus_STEAM_GOING_DOWN",
}
var GCConnectionStatus_value = map[string]int32{
"GCConnectionStatus_HAVE_SESSION": 0,
"GCConnectionStatus_GC_GOING_DOWN": 1,
"GCConnectionStatus_NO_SESSION": 2,
"GCConnectionStatus_NO_SESSION_IN_LOGON_QUEUE": 3,
"GCConnectionStatus_NO_STEAM": 4,
"GCConnectionStatus_SUSPENDED": 5,
"GCConnectionStatus_STEAM_GOING_DOWN": 6,
}
func (x GCConnectionStatus) Enum() *GCConnectionStatus {
p := new(GCConnectionStatus)
*p = x
return p
}
func (x GCConnectionStatus) String() string {
return proto.EnumName(GCConnectionStatus_name, int32(x))
}
func (x *GCConnectionStatus) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(GCConnectionStatus_value, data, "GCConnectionStatus")
if err != nil {
return err
}
*x = GCConnectionStatus(value)
return nil
}
func (GCConnectionStatus) EnumDescriptor() ([]byte, []int) { return fileDescriptor28, []int{2} }
type CMsgSHA1Digest struct {
Block1 *uint64 `protobuf:"fixed64,1,req,name=block1" json:"block1,omitempty"`
Block2 *uint64 `protobuf:"fixed64,2,req,name=block2" json:"block2,omitempty"`
Block3 *uint32 `protobuf:"fixed32,3,req,name=block3" json:"block3,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSHA1Digest) Reset() { *m = CMsgSHA1Digest{} }
func (m *CMsgSHA1Digest) String() string { return proto.CompactTextString(m) }
func (*CMsgSHA1Digest) ProtoMessage() {}
func (*CMsgSHA1Digest) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{0} }
func (m *CMsgSHA1Digest) GetBlock1() uint64 {
if m != nil && m.Block1 != nil {
return *m.Block1
}
return 0
}
func (m *CMsgSHA1Digest) GetBlock2() uint64 {
if m != nil && m.Block2 != nil {
return *m.Block2
}
return 0
}
func (m *CMsgSHA1Digest) GetBlock3() uint32 {
if m != nil && m.Block3 != nil {
return *m.Block3
}
return 0
}
type CMsgSOIDOwner struct {
Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
Id *uint64 `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOIDOwner) Reset() { *m = CMsgSOIDOwner{} }
func (m *CMsgSOIDOwner) String() string { return proto.CompactTextString(m) }
func (*CMsgSOIDOwner) ProtoMessage() {}
func (*CMsgSOIDOwner) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{1} }
func (m *CMsgSOIDOwner) GetType() uint32 {
if m != nil && m.Type != nil {
return *m.Type
}
return 0
}
func (m *CMsgSOIDOwner) GetId() uint64 {
if m != nil && m.Id != nil {
return *m.Id
}
return 0
}
type CMsgSOSingleObject struct {
TypeId *int32 `protobuf:"varint,2,opt,name=type_id" json:"type_id,omitempty"`
ObjectData []byte `protobuf:"bytes,3,opt,name=object_data" json:"object_data,omitempty"`
Version *uint64 `protobuf:"fixed64,4,opt,name=version" json:"version,omitempty"`
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,5,opt,name=owner_soid" json:"owner_soid,omitempty"`
ServiceId *uint32 `protobuf:"varint,6,opt,name=service_id" json:"service_id,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOSingleObject) Reset() { *m = CMsgSOSingleObject{} }
func (m *CMsgSOSingleObject) String() string { return proto.CompactTextString(m) }
func (*CMsgSOSingleObject) ProtoMessage() {}
func (*CMsgSOSingleObject) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{2} }
func (m *CMsgSOSingleObject) GetTypeId() int32 {
if m != nil && m.TypeId != nil {
return *m.TypeId
}
return 0
}
func (m *CMsgSOSingleObject) GetObjectData() []byte {
if m != nil {
return m.ObjectData
}
return nil
}
func (m *CMsgSOSingleObject) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgSOSingleObject) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
func (m *CMsgSOSingleObject) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
type CMsgSOMultipleObjects struct {
ObjectsModified []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,2,rep,name=objects_modified" json:"objects_modified,omitempty"`
Version *uint64 `protobuf:"fixed64,3,opt,name=version" json:"version,omitempty"`
ObjectsAdded []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,4,rep,name=objects_added" json:"objects_added,omitempty"`
ObjectsRemoved []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,5,rep,name=objects_removed" json:"objects_removed,omitempty"`
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,6,opt,name=owner_soid" json:"owner_soid,omitempty"`
ServiceId *uint32 `protobuf:"varint,7,opt,name=service_id" json:"service_id,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOMultipleObjects) Reset() { *m = CMsgSOMultipleObjects{} }
func (m *CMsgSOMultipleObjects) String() string { return proto.CompactTextString(m) }
func (*CMsgSOMultipleObjects) ProtoMessage() {}
func (*CMsgSOMultipleObjects) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{3} }
func (m *CMsgSOMultipleObjects) GetObjectsModified() []*CMsgSOMultipleObjects_SingleObject {
if m != nil {
return m.ObjectsModified
}
return nil
}
func (m *CMsgSOMultipleObjects) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgSOMultipleObjects) GetObjectsAdded() []*CMsgSOMultipleObjects_SingleObject {
if m != nil {
return m.ObjectsAdded
}
return nil
}
func (m *CMsgSOMultipleObjects) GetObjectsRemoved() []*CMsgSOMultipleObjects_SingleObject {
if m != nil {
return m.ObjectsRemoved
}
return nil
}
func (m *CMsgSOMultipleObjects) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
func (m *CMsgSOMultipleObjects) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
type CMsgSOMultipleObjects_SingleObject struct {
TypeId *int32 `protobuf:"varint,1,opt,name=type_id" json:"type_id,omitempty"`
ObjectData []byte `protobuf:"bytes,2,opt,name=object_data" json:"object_data,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOMultipleObjects_SingleObject) Reset() { *m = CMsgSOMultipleObjects_SingleObject{} }
func (m *CMsgSOMultipleObjects_SingleObject) String() string { return proto.CompactTextString(m) }
func (*CMsgSOMultipleObjects_SingleObject) ProtoMessage() {}
func (*CMsgSOMultipleObjects_SingleObject) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{3, 0}
}
func (m *CMsgSOMultipleObjects_SingleObject) GetTypeId() int32 {
if m != nil && m.TypeId != nil {
return *m.TypeId
}
return 0
}
func (m *CMsgSOMultipleObjects_SingleObject) GetObjectData() []byte {
if m != nil {
return m.ObjectData
}
return nil
}
type CMsgSOCacheSubscribed struct {
Objects []*CMsgSOCacheSubscribed_SubscribedType `protobuf:"bytes,2,rep,name=objects" json:"objects,omitempty"`
Version *uint64 `protobuf:"fixed64,3,opt,name=version" json:"version,omitempty"`
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,4,opt,name=owner_soid" json:"owner_soid,omitempty"`
ServiceId *uint32 `protobuf:"varint,5,opt,name=service_id" json:"service_id,omitempty"`
ServiceList []uint32 `protobuf:"varint,6,rep,name=service_list" json:"service_list,omitempty"`
SyncVersion *uint64 `protobuf:"fixed64,7,opt,name=sync_version" json:"sync_version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheSubscribed) Reset() { *m = CMsgSOCacheSubscribed{} }
func (m *CMsgSOCacheSubscribed) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheSubscribed) ProtoMessage() {}
func (*CMsgSOCacheSubscribed) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{4} }
func (m *CMsgSOCacheSubscribed) GetObjects() []*CMsgSOCacheSubscribed_SubscribedType {
if m != nil {
return m.Objects
}
return nil
}
func (m *CMsgSOCacheSubscribed) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgSOCacheSubscribed) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
func (m *CMsgSOCacheSubscribed) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
func (m *CMsgSOCacheSubscribed) GetServiceList() []uint32 {
if m != nil {
return m.ServiceList
}
return nil
}
func (m *CMsgSOCacheSubscribed) GetSyncVersion() uint64 {
if m != nil && m.SyncVersion != nil {
return *m.SyncVersion
}
return 0
}
type CMsgSOCacheSubscribed_SubscribedType struct {
TypeId *int32 `protobuf:"varint,1,opt,name=type_id" json:"type_id,omitempty"`
ObjectData [][]byte `protobuf:"bytes,2,rep,name=object_data" json:"object_data,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheSubscribed_SubscribedType) Reset() { *m = CMsgSOCacheSubscribed_SubscribedType{} }
func (m *CMsgSOCacheSubscribed_SubscribedType) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheSubscribed_SubscribedType) ProtoMessage() {}
func (*CMsgSOCacheSubscribed_SubscribedType) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{4, 0}
}
func (m *CMsgSOCacheSubscribed_SubscribedType) GetTypeId() int32 {
if m != nil && m.TypeId != nil {
return *m.TypeId
}
return 0
}
func (m *CMsgSOCacheSubscribed_SubscribedType) GetObjectData() [][]byte {
if m != nil {
return m.ObjectData
}
return nil
}
type CMsgSOCacheSubscribedUpToDate struct {
Version *uint64 `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid" json:"owner_soid,omitempty"`
ServiceId *uint32 `protobuf:"varint,3,opt,name=service_id" json:"service_id,omitempty"`
ServiceList []uint32 `protobuf:"varint,4,rep,name=service_list" json:"service_list,omitempty"`
SyncVersion *uint64 `protobuf:"fixed64,5,opt,name=sync_version" json:"sync_version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheSubscribedUpToDate) Reset() { *m = CMsgSOCacheSubscribedUpToDate{} }
func (m *CMsgSOCacheSubscribedUpToDate) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheSubscribedUpToDate) ProtoMessage() {}
func (*CMsgSOCacheSubscribedUpToDate) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{5} }
func (m *CMsgSOCacheSubscribedUpToDate) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgSOCacheSubscribedUpToDate) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
func (m *CMsgSOCacheSubscribedUpToDate) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
func (m *CMsgSOCacheSubscribedUpToDate) GetServiceList() []uint32 {
if m != nil {
return m.ServiceList
}
return nil
}
func (m *CMsgSOCacheSubscribedUpToDate) GetSyncVersion() uint64 {
if m != nil && m.SyncVersion != nil {
return *m.SyncVersion
}
return 0
}
type CMsgSOCacheUnsubscribed struct {
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid" json:"owner_soid,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheUnsubscribed) Reset() { *m = CMsgSOCacheUnsubscribed{} }
func (m *CMsgSOCacheUnsubscribed) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheUnsubscribed) ProtoMessage() {}
func (*CMsgSOCacheUnsubscribed) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{6} }
func (m *CMsgSOCacheUnsubscribed) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
type CMsgSOCacheSubscriptionCheck struct {
Version *uint64 `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,3,opt,name=owner_soid" json:"owner_soid,omitempty"`
ServiceId *uint32 `protobuf:"varint,4,opt,name=service_id" json:"service_id,omitempty"`
ServiceList []uint32 `protobuf:"varint,5,rep,name=service_list" json:"service_list,omitempty"`
SyncVersion *uint64 `protobuf:"fixed64,6,opt,name=sync_version" json:"sync_version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheSubscriptionCheck) Reset() { *m = CMsgSOCacheSubscriptionCheck{} }
func (m *CMsgSOCacheSubscriptionCheck) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheSubscriptionCheck) ProtoMessage() {}
func (*CMsgSOCacheSubscriptionCheck) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{7} }
func (m *CMsgSOCacheSubscriptionCheck) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgSOCacheSubscriptionCheck) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
func (m *CMsgSOCacheSubscriptionCheck) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
func (m *CMsgSOCacheSubscriptionCheck) GetServiceList() []uint32 {
if m != nil {
return m.ServiceList
}
return nil
}
func (m *CMsgSOCacheSubscriptionCheck) GetSyncVersion() uint64 {
if m != nil && m.SyncVersion != nil {
return *m.SyncVersion
}
return 0
}
type CMsgSOCacheSubscriptionRefresh struct {
OwnerSoid *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid" json:"owner_soid,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheSubscriptionRefresh) Reset() { *m = CMsgSOCacheSubscriptionRefresh{} }
func (m *CMsgSOCacheSubscriptionRefresh) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheSubscriptionRefresh) ProtoMessage() {}
func (*CMsgSOCacheSubscriptionRefresh) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{8} }
func (m *CMsgSOCacheSubscriptionRefresh) GetOwnerSoid() *CMsgSOIDOwner {
if m != nil {
return m.OwnerSoid
}
return nil
}
type CMsgSOCacheVersion struct {
Version *uint64 `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheVersion) Reset() { *m = CMsgSOCacheVersion{} }
func (m *CMsgSOCacheVersion) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheVersion) ProtoMessage() {}
func (*CMsgSOCacheVersion) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{9} }
func (m *CMsgSOCacheVersion) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
type CMsgGCMultiplexMessage struct {
Msgtype *uint32 `protobuf:"varint,1,opt,name=msgtype" json:"msgtype,omitempty"`
Payload []byte `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
Steamids []uint64 `protobuf:"fixed64,3,rep,name=steamids" json:"steamids,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCMultiplexMessage) Reset() { *m = CMsgGCMultiplexMessage{} }
func (m *CMsgGCMultiplexMessage) String() string { return proto.CompactTextString(m) }
func (*CMsgGCMultiplexMessage) ProtoMessage() {}
func (*CMsgGCMultiplexMessage) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{10} }
func (m *CMsgGCMultiplexMessage) GetMsgtype() uint32 {
if m != nil && m.Msgtype != nil {
return *m.Msgtype
}
return 0
}
func (m *CMsgGCMultiplexMessage) GetPayload() []byte {
if m != nil {
return m.Payload
}
return nil
}
func (m *CMsgGCMultiplexMessage) GetSteamids() []uint64 {
if m != nil {
return m.Steamids
}
return nil
}
type CGCToGCMsgMasterAck struct {
DirIndex *uint32 `protobuf:"varint,1,opt,name=dir_index" json:"dir_index,omitempty"`
MachineName *string `protobuf:"bytes,3,opt,name=machine_name" json:"machine_name,omitempty"`
ProcessName *string `protobuf:"bytes,4,opt,name=process_name" json:"process_name,omitempty"`
Directory []*CGCToGCMsgMasterAck_Process `protobuf:"bytes,6,rep,name=directory" json:"directory,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgMasterAck) Reset() { *m = CGCToGCMsgMasterAck{} }
func (m *CGCToGCMsgMasterAck) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgMasterAck) ProtoMessage() {}
func (*CGCToGCMsgMasterAck) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{11} }
func (m *CGCToGCMsgMasterAck) GetDirIndex() uint32 {
if m != nil && m.DirIndex != nil {
return *m.DirIndex
}
return 0
}
func (m *CGCToGCMsgMasterAck) GetMachineName() string {
if m != nil && m.MachineName != nil {
return *m.MachineName
}
return ""
}
func (m *CGCToGCMsgMasterAck) GetProcessName() string {
if m != nil && m.ProcessName != nil {
return *m.ProcessName
}
return ""
}
func (m *CGCToGCMsgMasterAck) GetDirectory() []*CGCToGCMsgMasterAck_Process {
if m != nil {
return m.Directory
}
return nil
}
type CGCToGCMsgMasterAck_Process struct {
DirIndex *uint32 `protobuf:"varint,1,opt,name=dir_index" json:"dir_index,omitempty"`
TypeInstances []uint32 `protobuf:"varint,2,rep,name=type_instances" json:"type_instances,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgMasterAck_Process) Reset() { *m = CGCToGCMsgMasterAck_Process{} }
func (m *CGCToGCMsgMasterAck_Process) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgMasterAck_Process) ProtoMessage() {}
func (*CGCToGCMsgMasterAck_Process) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{11, 0}
}
func (m *CGCToGCMsgMasterAck_Process) GetDirIndex() uint32 {
if m != nil && m.DirIndex != nil {
return *m.DirIndex
}
return 0
}
func (m *CGCToGCMsgMasterAck_Process) GetTypeInstances() []uint32 {
if m != nil {
return m.TypeInstances
}
return nil
}
type CGCToGCMsgMasterAck_Response struct {
Eresult *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgMasterAck_Response) Reset() { *m = CGCToGCMsgMasterAck_Response{} }
func (m *CGCToGCMsgMasterAck_Response) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgMasterAck_Response) ProtoMessage() {}
func (*CGCToGCMsgMasterAck_Response) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{12} }
const Default_CGCToGCMsgMasterAck_Response_Eresult int32 = 2
func (m *CGCToGCMsgMasterAck_Response) GetEresult() int32 {
if m != nil && m.Eresult != nil {
return *m.Eresult
}
return Default_CGCToGCMsgMasterAck_Response_Eresult
}
type CMsgGCToGCUniverseStartup struct {
IsInitialStartup *bool `protobuf:"varint,1,opt,name=is_initial_startup" json:"is_initial_startup,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCUniverseStartup) Reset() { *m = CMsgGCToGCUniverseStartup{} }
func (m *CMsgGCToGCUniverseStartup) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCUniverseStartup) ProtoMessage() {}
func (*CMsgGCToGCUniverseStartup) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{13} }
func (m *CMsgGCToGCUniverseStartup) GetIsInitialStartup() bool {
if m != nil && m.IsInitialStartup != nil {
return *m.IsInitialStartup
}
return false
}
type CMsgGCToGCUniverseStartupResponse struct {
Eresult *int32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCUniverseStartupResponse) Reset() { *m = CMsgGCToGCUniverseStartupResponse{} }
func (m *CMsgGCToGCUniverseStartupResponse) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCUniverseStartupResponse) ProtoMessage() {}
func (*CMsgGCToGCUniverseStartupResponse) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{14}
}
func (m *CMsgGCToGCUniverseStartupResponse) GetEresult() int32 {
if m != nil && m.Eresult != nil {
return *m.Eresult
}
return 0
}
type CGCToGCMsgMasterStartupComplete struct {
GcInfo []*CGCToGCMsgMasterStartupComplete_GCInfo `protobuf:"bytes,1,rep,name=gc_info" json:"gc_info,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgMasterStartupComplete) Reset() { *m = CGCToGCMsgMasterStartupComplete{} }
func (m *CGCToGCMsgMasterStartupComplete) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgMasterStartupComplete) ProtoMessage() {}
func (*CGCToGCMsgMasterStartupComplete) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{15}
}
func (m *CGCToGCMsgMasterStartupComplete) GetGcInfo() []*CGCToGCMsgMasterStartupComplete_GCInfo {
if m != nil {
return m.GcInfo
}
return nil
}
type CGCToGCMsgMasterStartupComplete_GCInfo struct {
DirIndex *uint32 `protobuf:"varint,1,opt,name=dir_index" json:"dir_index,omitempty"`
MachineName *string `protobuf:"bytes,2,opt,name=machine_name" json:"machine_name,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgMasterStartupComplete_GCInfo) Reset() {
*m = CGCToGCMsgMasterStartupComplete_GCInfo{}
}
func (m *CGCToGCMsgMasterStartupComplete_GCInfo) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgMasterStartupComplete_GCInfo) ProtoMessage() {}
func (*CGCToGCMsgMasterStartupComplete_GCInfo) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{15, 0}
}
func (m *CGCToGCMsgMasterStartupComplete_GCInfo) GetDirIndex() uint32 {
if m != nil && m.DirIndex != nil {
return *m.DirIndex
}
return 0
}
func (m *CGCToGCMsgMasterStartupComplete_GCInfo) GetMachineName() string {
if m != nil && m.MachineName != nil {
return *m.MachineName
}
return ""
}
type CGCToGCMsgRouted struct {
MsgType *uint32 `protobuf:"varint,1,opt,name=msg_type" json:"msg_type,omitempty"`
SenderId *uint64 `protobuf:"fixed64,2,opt,name=sender_id" json:"sender_id,omitempty"`
NetMessage []byte `protobuf:"bytes,3,opt,name=net_message" json:"net_message,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgRouted) Reset() { *m = CGCToGCMsgRouted{} }
func (m *CGCToGCMsgRouted) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgRouted) ProtoMessage() {}
func (*CGCToGCMsgRouted) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{16} }
func (m *CGCToGCMsgRouted) GetMsgType() uint32 {
if m != nil && m.MsgType != nil {
return *m.MsgType
}
return 0
}
func (m *CGCToGCMsgRouted) GetSenderId() uint64 {
if m != nil && m.SenderId != nil {
return *m.SenderId
}
return 0
}
func (m *CGCToGCMsgRouted) GetNetMessage() []byte {
if m != nil {
return m.NetMessage
}
return nil
}
type CGCToGCMsgRoutedReply struct {
MsgType *uint32 `protobuf:"varint,1,opt,name=msg_type" json:"msg_type,omitempty"`
NetMessage []byte `protobuf:"bytes,2,opt,name=net_message" json:"net_message,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CGCToGCMsgRoutedReply) Reset() { *m = CGCToGCMsgRoutedReply{} }
func (m *CGCToGCMsgRoutedReply) String() string { return proto.CompactTextString(m) }
func (*CGCToGCMsgRoutedReply) ProtoMessage() {}
func (*CGCToGCMsgRoutedReply) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{17} }
func (m *CGCToGCMsgRoutedReply) GetMsgType() uint32 {
if m != nil && m.MsgType != nil {
return *m.MsgType
}
return 0
}
func (m *CGCToGCMsgRoutedReply) GetNetMessage() []byte {
if m != nil {
return m.NetMessage
}
return nil
}
type CMsgGCUpdateSubGCSessionInfo struct {
Updates []*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCUpdateSubGCSessionInfo) Reset() { *m = CMsgGCUpdateSubGCSessionInfo{} }
func (m *CMsgGCUpdateSubGCSessionInfo) String() string { return proto.CompactTextString(m) }
func (*CMsgGCUpdateSubGCSessionInfo) ProtoMessage() {}
func (*CMsgGCUpdateSubGCSessionInfo) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{18} }
func (m *CMsgGCUpdateSubGCSessionInfo) GetUpdates() []*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate {
if m != nil {
return m.Updates
}
return nil
}
type CMsgGCUpdateSubGCSessionInfo_CMsgUpdate struct {
Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
Ip *uint32 `protobuf:"fixed32,2,opt,name=ip" json:"ip,omitempty"`
Trusted *bool `protobuf:"varint,3,opt,name=trusted" json:"trusted,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Reset() {
*m = CMsgGCUpdateSubGCSessionInfo_CMsgUpdate{}
}
func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) String() string { return proto.CompactTextString(m) }
func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) ProtoMessage() {}
func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{18, 0}
}
func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetSteamid() uint64 {
if m != nil && m.Steamid != nil {
return *m.Steamid
}
return 0
}
func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetIp() uint32 {
if m != nil && m.Ip != nil {
return *m.Ip
}
return 0
}
func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetTrusted() bool {
if m != nil && m.Trusted != nil {
return *m.Trusted
}
return false
}
type CMsgGCRequestSubGCSessionInfo struct {
Steamid *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCRequestSubGCSessionInfo) Reset() { *m = CMsgGCRequestSubGCSessionInfo{} }
func (m *CMsgGCRequestSubGCSessionInfo) String() string { return proto.CompactTextString(m) }
func (*CMsgGCRequestSubGCSessionInfo) ProtoMessage() {}
func (*CMsgGCRequestSubGCSessionInfo) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{19} }
func (m *CMsgGCRequestSubGCSessionInfo) GetSteamid() uint64 {
if m != nil && m.Steamid != nil {
return *m.Steamid
}
return 0
}
type CMsgGCRequestSubGCSessionInfoResponse struct {
Ip *uint32 `protobuf:"fixed32,1,opt,name=ip" json:"ip,omitempty"`
Trusted *bool `protobuf:"varint,2,opt,name=trusted" json:"trusted,omitempty"`
Port *uint32 `protobuf:"varint,3,opt,name=port" json:"port,omitempty"`
Success *bool `protobuf:"varint,4,opt,name=success" json:"success,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCRequestSubGCSessionInfoResponse) Reset() { *m = CMsgGCRequestSubGCSessionInfoResponse{} }
func (m *CMsgGCRequestSubGCSessionInfoResponse) String() string { return proto.CompactTextString(m) }
func (*CMsgGCRequestSubGCSessionInfoResponse) ProtoMessage() {}
func (*CMsgGCRequestSubGCSessionInfoResponse) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{20}
}
func (m *CMsgGCRequestSubGCSessionInfoResponse) GetIp() uint32 {
if m != nil && m.Ip != nil {
return *m.Ip
}
return 0
}
func (m *CMsgGCRequestSubGCSessionInfoResponse) GetTrusted() bool {
if m != nil && m.Trusted != nil {
return *m.Trusted
}
return false
}
func (m *CMsgGCRequestSubGCSessionInfoResponse) GetPort() uint32 {
if m != nil && m.Port != nil {
return *m.Port
}
return 0
}
func (m *CMsgGCRequestSubGCSessionInfoResponse) GetSuccess() bool {
if m != nil && m.Success != nil {
return *m.Success
}
return false
}
type CMsgSOCacheHaveVersion struct {
Soid *CMsgSOIDOwner `protobuf:"bytes,1,opt,name=soid" json:"soid,omitempty"`
Version *uint64 `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
ServiceId *uint32 `protobuf:"varint,3,opt,name=service_id" json:"service_id,omitempty"`
CachedFileVersion *uint32 `protobuf:"varint,4,opt,name=cached_file_version" json:"cached_file_version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSOCacheHaveVersion) Reset() { *m = CMsgSOCacheHaveVersion{} }
func (m *CMsgSOCacheHaveVersion) String() string { return proto.CompactTextString(m) }
func (*CMsgSOCacheHaveVersion) ProtoMessage() {}
func (*CMsgSOCacheHaveVersion) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{21} }
func (m *CMsgSOCacheHaveVersion) GetSoid() *CMsgSOIDOwner {
if m != nil {
return m.Soid
}
return nil
}
func (m *CMsgSOCacheHaveVersion) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgSOCacheHaveVersion) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
func (m *CMsgSOCacheHaveVersion) GetCachedFileVersion() uint32 {
if m != nil && m.CachedFileVersion != nil {
return *m.CachedFileVersion
}
return 0
}
type CMsgClientHello struct {
Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
SocacheHaveVersions []*CMsgSOCacheHaveVersion `protobuf:"bytes,2,rep,name=socache_have_versions" json:"socache_have_versions,omitempty"`
ClientSessionNeed *uint32 `protobuf:"varint,3,opt,name=client_session_need" json:"client_session_need,omitempty"`
ClientLauncher *PartnerAccountType `protobuf:"varint,4,opt,name=client_launcher,enum=dota.PartnerAccountType,def=0" json:"client_launcher,omitempty"`
SecretKey *string `protobuf:"bytes,5,opt,name=secret_key" json:"secret_key,omitempty"`
ClientLanguage *uint32 `protobuf:"varint,6,opt,name=client_language" json:"client_language,omitempty"`
Engine *ESourceEngine `protobuf:"varint,7,opt,name=engine,enum=dota.ESourceEngine,def=0" json:"engine,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgClientHello) Reset() { *m = CMsgClientHello{} }
func (m *CMsgClientHello) String() string { return proto.CompactTextString(m) }
func (*CMsgClientHello) ProtoMessage() {}
func (*CMsgClientHello) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{22} }
const Default_CMsgClientHello_ClientLauncher PartnerAccountType = PartnerAccountType_PARTNER_NONE
const Default_CMsgClientHello_Engine ESourceEngine = ESourceEngine_k_ESE_Source1
func (m *CMsgClientHello) GetVersion() uint32 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgClientHello) GetSocacheHaveVersions() []*CMsgSOCacheHaveVersion {
if m != nil {
return m.SocacheHaveVersions
}
return nil
}
func (m *CMsgClientHello) GetClientSessionNeed() uint32 {
if m != nil && m.ClientSessionNeed != nil {
return *m.ClientSessionNeed
}
return 0
}
func (m *CMsgClientHello) GetClientLauncher() PartnerAccountType {
if m != nil && m.ClientLauncher != nil {
return *m.ClientLauncher
}
return Default_CMsgClientHello_ClientLauncher
}
func (m *CMsgClientHello) GetSecretKey() string {
if m != nil && m.SecretKey != nil {
return *m.SecretKey
}
return ""
}
func (m *CMsgClientHello) GetClientLanguage() uint32 {
if m != nil && m.ClientLanguage != nil {
return *m.ClientLanguage
}
return 0
}
func (m *CMsgClientHello) GetEngine() ESourceEngine {
if m != nil && m.Engine != nil {
return *m.Engine
}
return Default_CMsgClientHello_Engine
}
type CMsgClientWelcome struct {
Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
GameData []byte `protobuf:"bytes,2,opt,name=game_data" json:"game_data,omitempty"`
OutofdateSubscribedCaches []*CMsgSOCacheSubscribed `protobuf:"bytes,3,rep,name=outofdate_subscribed_caches" json:"outofdate_subscribed_caches,omitempty"`
UptodateSubscribedCaches []*CMsgSOCacheSubscriptionCheck `protobuf:"bytes,4,rep,name=uptodate_subscribed_caches" json:"uptodate_subscribed_caches,omitempty"`
Location *CMsgClientWelcome_Location `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
SaveGameKey []byte `protobuf:"bytes,6,opt,name=save_game_key" json:"save_game_key,omitempty"`
ItemSchemaCrc *uint32 `protobuf:"fixed32,7,opt,name=item_schema_crc" json:"item_schema_crc,omitempty"`
ItemsGameUrl *string `protobuf:"bytes,8,opt,name=items_game_url" json:"items_game_url,omitempty"`
GcSocacheFileVersion *uint32 `protobuf:"varint,9,opt,name=gc_socache_file_version" json:"gc_socache_file_version,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 fileDescriptor28, []int{23} }
func (m *CMsgClientWelcome) GetVersion() uint32 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
func (m *CMsgClientWelcome) GetGameData() []byte {
if m != nil {
return m.GameData
}
return nil
}
func (m *CMsgClientWelcome) GetOutofdateSubscribedCaches() []*CMsgSOCacheSubscribed {
if m != nil {
return m.OutofdateSubscribedCaches
}
return nil
}
func (m *CMsgClientWelcome) GetUptodateSubscribedCaches() []*CMsgSOCacheSubscriptionCheck {
if m != nil {
return m.UptodateSubscribedCaches
}
return nil
}
func (m *CMsgClientWelcome) GetLocation() *CMsgClientWelcome_Location {
if m != nil {
return m.Location
}
return nil
}
func (m *CMsgClientWelcome) GetSaveGameKey() []byte {
if m != nil {
return m.SaveGameKey
}
return nil
}
func (m *CMsgClientWelcome) GetItemSchemaCrc() uint32 {
if m != nil && m.ItemSchemaCrc != nil {
return *m.ItemSchemaCrc
}
return 0
}
func (m *CMsgClientWelcome) GetItemsGameUrl() string {
if m != nil && m.ItemsGameUrl != nil {
return *m.ItemsGameUrl
}
return ""
}
func (m *CMsgClientWelcome) GetGcSocacheFileVersion() uint32 {
if m != nil && m.GcSocacheFileVersion != nil {
return *m.GcSocacheFileVersion
}
return 0
}
type CMsgClientWelcome_Location struct {
Latitude *float32 `protobuf:"fixed32,1,opt,name=latitude" json:"latitude,omitempty"`
Longitude *float32 `protobuf:"fixed32,2,opt,name=longitude" json:"longitude,omitempty"`
Country *string `protobuf:"bytes,3,opt,name=country" json:"country,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgClientWelcome_Location) Reset() { *m = CMsgClientWelcome_Location{} }
func (m *CMsgClientWelcome_Location) String() string { return proto.CompactTextString(m) }
func (*CMsgClientWelcome_Location) ProtoMessage() {}
func (*CMsgClientWelcome_Location) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{23, 0} }
func (m *CMsgClientWelcome_Location) GetLatitude() float32 {
if m != nil && m.Latitude != nil {
return *m.Latitude
}
return 0
}
func (m *CMsgClientWelcome_Location) GetLongitude() float32 {
if m != nil && m.Longitude != nil {
return *m.Longitude
}
return 0
}
func (m *CMsgClientWelcome_Location) GetCountry() string {
if m != nil && m.Country != nil {
return *m.Country
}
return ""
}
type CMsgConnectionStatus struct {
Status *GCConnectionStatus `protobuf:"varint,1,opt,name=status,enum=dota.GCConnectionStatus,def=0" json:"status,omitempty"`
ClientSessionNeed *uint32 `protobuf:"varint,2,opt,name=client_session_need" json:"client_session_need,omitempty"`
QueuePosition *int32 `protobuf:"varint,3,opt,name=queue_position" json:"queue_position,omitempty"`
QueueSize *int32 `protobuf:"varint,4,opt,name=queue_size" json:"queue_size,omitempty"`
WaitSeconds *int32 `protobuf:"varint,5,opt,name=wait_seconds" json:"wait_seconds,omitempty"`
EstimatedWaitSecondsRemaining *int32 `protobuf:"varint,6,opt,name=estimated_wait_seconds_remaining" json:"estimated_wait_seconds_remaining,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgConnectionStatus) Reset() { *m = CMsgConnectionStatus{} }
func (m *CMsgConnectionStatus) String() string { return proto.CompactTextString(m) }
func (*CMsgConnectionStatus) ProtoMessage() {}
func (*CMsgConnectionStatus) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{24} }
const Default_CMsgConnectionStatus_Status GCConnectionStatus = GCConnectionStatus_GCConnectionStatus_HAVE_SESSION
func (m *CMsgConnectionStatus) GetStatus() GCConnectionStatus {
if m != nil && m.Status != nil {
return *m.Status
}
return Default_CMsgConnectionStatus_Status
}
func (m *CMsgConnectionStatus) GetClientSessionNeed() uint32 {
if m != nil && m.ClientSessionNeed != nil {
return *m.ClientSessionNeed
}
return 0
}
func (m *CMsgConnectionStatus) GetQueuePosition() int32 {
if m != nil && m.QueuePosition != nil {
return *m.QueuePosition
}
return 0
}
func (m *CMsgConnectionStatus) GetQueueSize() int32 {
if m != nil && m.QueueSize != nil {
return *m.QueueSize
}
return 0
}
func (m *CMsgConnectionStatus) GetWaitSeconds() int32 {
if m != nil && m.WaitSeconds != nil {
return *m.WaitSeconds
}
return 0
}
func (m *CMsgConnectionStatus) GetEstimatedWaitSecondsRemaining() int32 {
if m != nil && m.EstimatedWaitSecondsRemaining != nil {
return *m.EstimatedWaitSecondsRemaining
}
return 0
}
type CMsgGCToGCSOCacheSubscribe struct {
Subscriber *uint64 `protobuf:"fixed64,1,opt,name=subscriber" json:"subscriber,omitempty"`
SubscribeToId *uint64 `protobuf:"fixed64,2,opt,name=subscribe_to_id" json:"subscribe_to_id,omitempty"`
SyncVersion *uint64 `protobuf:"fixed64,3,opt,name=sync_version" json:"sync_version,omitempty"`
HaveVersions []*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions `protobuf:"bytes,4,rep,name=have_versions" json:"have_versions,omitempty"`
SubscribeToType *uint32 `protobuf:"varint,5,opt,name=subscribe_to_type" json:"subscribe_to_type,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCSOCacheSubscribe) Reset() { *m = CMsgGCToGCSOCacheSubscribe{} }
func (m *CMsgGCToGCSOCacheSubscribe) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCSOCacheSubscribe) ProtoMessage() {}
func (*CMsgGCToGCSOCacheSubscribe) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{25} }
func (m *CMsgGCToGCSOCacheSubscribe) GetSubscriber() uint64 {
if m != nil && m.Subscriber != nil {
return *m.Subscriber
}
return 0
}
func (m *CMsgGCToGCSOCacheSubscribe) GetSubscribeToId() uint64 {
if m != nil && m.SubscribeToId != nil {
return *m.SubscribeToId
}
return 0
}
func (m *CMsgGCToGCSOCacheSubscribe) GetSyncVersion() uint64 {
if m != nil && m.SyncVersion != nil {
return *m.SyncVersion
}
return 0
}
func (m *CMsgGCToGCSOCacheSubscribe) GetHaveVersions() []*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions {
if m != nil {
return m.HaveVersions
}
return nil
}
func (m *CMsgGCToGCSOCacheSubscribe) GetSubscribeToType() uint32 {
if m != nil && m.SubscribeToType != nil {
return *m.SubscribeToType
}
return 0
}
type CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions struct {
ServiceId *uint32 `protobuf:"varint,1,opt,name=service_id" json:"service_id,omitempty"`
Version *uint64 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) Reset() {
*m = CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions{}
}
func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) String() string {
return proto.CompactTextString(m)
}
func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) ProtoMessage() {}
func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{25, 0}
}
func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
type CMsgGCToGCSOCacheUnsubscribe struct {
Subscriber *uint64 `protobuf:"fixed64,1,opt,name=subscriber" json:"subscriber,omitempty"`
UnsubscribeFromId *uint64 `protobuf:"fixed64,2,opt,name=unsubscribe_from_id" json:"unsubscribe_from_id,omitempty"`
UnsubscribeFromType *uint32 `protobuf:"varint,3,opt,name=unsubscribe_from_type" json:"unsubscribe_from_type,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCSOCacheUnsubscribe) Reset() { *m = CMsgGCToGCSOCacheUnsubscribe{} }
func (m *CMsgGCToGCSOCacheUnsubscribe) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCSOCacheUnsubscribe) ProtoMessage() {}
func (*CMsgGCToGCSOCacheUnsubscribe) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{26} }
func (m *CMsgGCToGCSOCacheUnsubscribe) GetSubscriber() uint64 {
if m != nil && m.Subscriber != nil {
return *m.Subscriber
}
return 0
}
func (m *CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFromId() uint64 {
if m != nil && m.UnsubscribeFromId != nil {
return *m.UnsubscribeFromId
}
return 0
}
func (m *CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFromType() uint32 {
if m != nil && m.UnsubscribeFromType != nil {
return *m.UnsubscribeFromType
}
return 0
}
type CMsgGCClientPing struct {
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCClientPing) Reset() { *m = CMsgGCClientPing{} }
func (m *CMsgGCClientPing) String() string { return proto.CompactTextString(m) }
func (*CMsgGCClientPing) ProtoMessage() {}
func (*CMsgGCClientPing) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{27} }
type CMsgGCToGCLoadSessionSOCache struct {
AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCLoadSessionSOCache) Reset() { *m = CMsgGCToGCLoadSessionSOCache{} }
func (m *CMsgGCToGCLoadSessionSOCache) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCLoadSessionSOCache) ProtoMessage() {}
func (*CMsgGCToGCLoadSessionSOCache) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{28} }
func (m *CMsgGCToGCLoadSessionSOCache) GetAccountId() uint32 {
if m != nil && m.AccountId != nil {
return *m.AccountId
}
return 0
}
type CMsgGCToGCLoadSessionSOCacheResponse struct {
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCLoadSessionSOCacheResponse) Reset() { *m = CMsgGCToGCLoadSessionSOCacheResponse{} }
func (m *CMsgGCToGCLoadSessionSOCacheResponse) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCLoadSessionSOCacheResponse) ProtoMessage() {}
func (*CMsgGCToGCLoadSessionSOCacheResponse) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{29}
}
type CMsgGCToGCUpdateSessionStats struct {
UserSessions *uint32 `protobuf:"varint,1,opt,name=user_sessions" json:"user_sessions,omitempty"`
ServerSessions *uint32 `protobuf:"varint,2,opt,name=server_sessions" json:"server_sessions,omitempty"`
InLogonSurge *bool `protobuf:"varint,3,opt,name=in_logon_surge" json:"in_logon_surge,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToGCUpdateSessionStats) Reset() { *m = CMsgGCToGCUpdateSessionStats{} }
func (m *CMsgGCToGCUpdateSessionStats) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToGCUpdateSessionStats) ProtoMessage() {}
func (*CMsgGCToGCUpdateSessionStats) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{30} }
func (m *CMsgGCToGCUpdateSessionStats) GetUserSessions() uint32 {
if m != nil && m.UserSessions != nil {
return *m.UserSessions
}
return 0
}
func (m *CMsgGCToGCUpdateSessionStats) GetServerSessions() uint32 {
if m != nil && m.ServerSessions != nil {
return *m.ServerSessions
}
return 0
}
func (m *CMsgGCToGCUpdateSessionStats) GetInLogonSurge() bool {
if m != nil && m.InLogonSurge != nil {
return *m.InLogonSurge
}
return false
}
type CWorkshop_PopulateItemDescriptions_Request struct {
Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
Languages []*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock `protobuf:"bytes,2,rep,name=languages" json:"languages,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CWorkshop_PopulateItemDescriptions_Request) Reset() {
*m = CWorkshop_PopulateItemDescriptions_Request{}
}
func (m *CWorkshop_PopulateItemDescriptions_Request) String() string {
return proto.CompactTextString(m)
}
func (*CWorkshop_PopulateItemDescriptions_Request) ProtoMessage() {}
func (*CWorkshop_PopulateItemDescriptions_Request) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{31}
}
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 fileDescriptor28, []int{31, 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 fileDescriptor28, []int{31, 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 fileDescriptor28, []int{32}
}
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 fileDescriptor28, []int{33}
}
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 fileDescriptor28, []int{34}
}
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 fileDescriptor28, []int{34, 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 fileDescriptor28, []int{34, 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 fileDescriptor28, []int{35}
}
type CBroadcast_PostGameDataFrame_Request struct {
Appid *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
Steamid *uint64 `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
BroadcastId *uint64 `protobuf:"fixed64,3,opt,name=broadcast_id" json:"broadcast_id,omitempty"`
FrameData []byte `protobuf:"bytes,4,opt,name=frame_data" json:"frame_data,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CBroadcast_PostGameDataFrame_Request) Reset() { *m = CBroadcast_PostGameDataFrame_Request{} }
func (m *CBroadcast_PostGameDataFrame_Request) String() string { return proto.CompactTextString(m) }
func (*CBroadcast_PostGameDataFrame_Request) ProtoMessage() {}
func (*CBroadcast_PostGameDataFrame_Request) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{36}
}
func (m *CBroadcast_PostGameDataFrame_Request) GetAppid() uint32 {
if m != nil && m.Appid != nil {
return *m.Appid
}
return 0
}
func (m *CBroadcast_PostGameDataFrame_Request) GetSteamid() uint64 {
if m != nil && m.Steamid != nil {
return *m.Steamid
}
return 0
}
func (m *CBroadcast_PostGameDataFrame_Request) GetBroadcastId() uint64 {
if m != nil && m.BroadcastId != nil {
return *m.BroadcastId
}
return 0
}
func (m *CBroadcast_PostGameDataFrame_Request) GetFrameData() []byte {
if m != nil {
return m.FrameData
}
return nil
}
type CMsgSerializedSOCache struct {
FileVersion *uint32 `protobuf:"varint,1,opt,name=file_version" json:"file_version,omitempty"`
Caches []*CMsgSerializedSOCache_Cache `protobuf:"bytes,2,rep,name=caches" json:"caches,omitempty"`
GcSocacheFileVersion *uint32 `protobuf:"varint,3,opt,name=gc_socache_file_version" json:"gc_socache_file_version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSerializedSOCache) Reset() { *m = CMsgSerializedSOCache{} }
func (m *CMsgSerializedSOCache) String() string { return proto.CompactTextString(m) }
func (*CMsgSerializedSOCache) ProtoMessage() {}
func (*CMsgSerializedSOCache) Descriptor() ([]byte, []int) { return fileDescriptor28, []int{37} }
func (m *CMsgSerializedSOCache) GetFileVersion() uint32 {
if m != nil && m.FileVersion != nil {
return *m.FileVersion
}
return 0
}
func (m *CMsgSerializedSOCache) GetCaches() []*CMsgSerializedSOCache_Cache {
if m != nil {
return m.Caches
}
return nil
}
func (m *CMsgSerializedSOCache) GetGcSocacheFileVersion() uint32 {
if m != nil && m.GcSocacheFileVersion != nil {
return *m.GcSocacheFileVersion
}
return 0
}
type CMsgSerializedSOCache_TypeCache struct {
Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
Objects [][]byte `protobuf:"bytes,2,rep,name=objects" json:"objects,omitempty"`
ServiceId *uint32 `protobuf:"varint,3,opt,name=service_id" json:"service_id,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSerializedSOCache_TypeCache) Reset() { *m = CMsgSerializedSOCache_TypeCache{} }
func (m *CMsgSerializedSOCache_TypeCache) String() string { return proto.CompactTextString(m) }
func (*CMsgSerializedSOCache_TypeCache) ProtoMessage() {}
func (*CMsgSerializedSOCache_TypeCache) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{37, 0}
}
func (m *CMsgSerializedSOCache_TypeCache) GetType() uint32 {
if m != nil && m.Type != nil {
return *m.Type
}
return 0
}
func (m *CMsgSerializedSOCache_TypeCache) GetObjects() [][]byte {
if m != nil {
return m.Objects
}
return nil
}
func (m *CMsgSerializedSOCache_TypeCache) GetServiceId() uint32 {
if m != nil && m.ServiceId != nil {
return *m.ServiceId
}
return 0
}
type CMsgSerializedSOCache_Cache struct {
Type *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
Id *uint64 `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
Versions []*CMsgSerializedSOCache_Cache_Version `protobuf:"bytes,3,rep,name=versions" json:"versions,omitempty"`
TypeCaches []*CMsgSerializedSOCache_TypeCache `protobuf:"bytes,4,rep,name=type_caches" json:"type_caches,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSerializedSOCache_Cache) Reset() { *m = CMsgSerializedSOCache_Cache{} }
func (m *CMsgSerializedSOCache_Cache) String() string { return proto.CompactTextString(m) }
func (*CMsgSerializedSOCache_Cache) ProtoMessage() {}
func (*CMsgSerializedSOCache_Cache) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{37, 1}
}
func (m *CMsgSerializedSOCache_Cache) GetType() uint32 {
if m != nil && m.Type != nil {
return *m.Type
}
return 0
}
func (m *CMsgSerializedSOCache_Cache) GetId() uint64 {
if m != nil && m.Id != nil {
return *m.Id
}
return 0
}
func (m *CMsgSerializedSOCache_Cache) GetVersions() []*CMsgSerializedSOCache_Cache_Version {
if m != nil {
return m.Versions
}
return nil
}
func (m *CMsgSerializedSOCache_Cache) GetTypeCaches() []*CMsgSerializedSOCache_TypeCache {
if m != nil {
return m.TypeCaches
}
return nil
}
type CMsgSerializedSOCache_Cache_Version struct {
Service *uint32 `protobuf:"varint,1,opt,name=service" json:"service,omitempty"`
Version *uint64 `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgSerializedSOCache_Cache_Version) Reset() { *m = CMsgSerializedSOCache_Cache_Version{} }
func (m *CMsgSerializedSOCache_Cache_Version) String() string { return proto.CompactTextString(m) }
func (*CMsgSerializedSOCache_Cache_Version) ProtoMessage() {}
func (*CMsgSerializedSOCache_Cache_Version) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{37, 1, 0}
}
func (m *CMsgSerializedSOCache_Cache_Version) GetService() uint32 {
if m != nil && m.Service != nil {
return *m.Service
}
return 0
}
func (m *CMsgSerializedSOCache_Cache_Version) GetVersion() uint64 {
if m != nil && m.Version != nil {
return *m.Version
}
return 0
}
type CMsgGCToClientPollConvarRequest struct {
ConvarName *string `protobuf:"bytes,1,opt,name=convar_name" json:"convar_name,omitempty"`
PollId *uint32 `protobuf:"varint,2,opt,name=poll_id" json:"poll_id,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToClientPollConvarRequest) Reset() { *m = CMsgGCToClientPollConvarRequest{} }
func (m *CMsgGCToClientPollConvarRequest) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToClientPollConvarRequest) ProtoMessage() {}
func (*CMsgGCToClientPollConvarRequest) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{38}
}
func (m *CMsgGCToClientPollConvarRequest) GetConvarName() string {
if m != nil && m.ConvarName != nil {
return *m.ConvarName
}
return ""
}
func (m *CMsgGCToClientPollConvarRequest) GetPollId() uint32 {
if m != nil && m.PollId != nil {
return *m.PollId
}
return 0
}
type CMsgGCToClientPollConvarResponse struct {
PollId *uint32 `protobuf:"varint,1,opt,name=poll_id" json:"poll_id,omitempty"`
ConvarValue *string `protobuf:"bytes,2,opt,name=convar_value" json:"convar_value,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (m *CMsgGCToClientPollConvarResponse) Reset() { *m = CMsgGCToClientPollConvarResponse{} }
func (m *CMsgGCToClientPollConvarResponse) String() string { return proto.CompactTextString(m) }
func (*CMsgGCToClientPollConvarResponse) ProtoMessage() {}
func (*CMsgGCToClientPollConvarResponse) Descriptor() ([]byte, []int) {
return fileDescriptor28, []int{39}
}
func (m *CMsgGCToClientPollConvarResponse) GetPollId() uint32 {
if m != nil && m.PollId != nil {
return *m.PollId
}
return 0
}
func (m *CMsgGCToClientPollConvarResponse) GetConvarValue() string {
if m != nil && m.ConvarValue != nil {
return *m.ConvarValue
}
return ""
}
func init() {
proto.RegisterType((*CMsgSHA1Digest)(nil), "dota.CMsgSHA1Digest")
proto.RegisterType((*CMsgSOIDOwner)(nil), "dota.CMsgSOIDOwner")
proto.RegisterType((*CMsgSOSingleObject)(nil), "dota.CMsgSOSingleObject")
proto.RegisterType((*CMsgSOMultipleObjects)(nil), "dota.CMsgSOMultipleObjects")
proto.RegisterType((*CMsgSOMultipleObjects_SingleObject)(nil), "dota.CMsgSOMultipleObjects.SingleObject")
proto.RegisterType((*CMsgSOCacheSubscribed)(nil), "dota.CMsgSOCacheSubscribed")
proto.RegisterType((*CMsgSOCacheSubscribed_SubscribedType)(nil), "dota.CMsgSOCacheSubscribed.SubscribedType")
proto.RegisterType((*CMsgSOCacheSubscribedUpToDate)(nil), "dota.CMsgSOCacheSubscribedUpToDate")
proto.RegisterType((*CMsgSOCacheUnsubscribed)(nil), "dota.CMsgSOCacheUnsubscribed")
proto.RegisterType((*CMsgSOCacheSubscriptionCheck)(nil), "dota.CMsgSOCacheSubscriptionCheck")
proto.RegisterType((*CMsgSOCacheSubscriptionRefresh)(nil), "dota.CMsgSOCacheSubscriptionRefresh")
proto.RegisterType((*CMsgSOCacheVersion)(nil), "dota.CMsgSOCacheVersion")
proto.RegisterType((*CMsgGCMultiplexMessage)(nil), "dota.CMsgGCMultiplexMessage")
proto.RegisterType((*CGCToGCMsgMasterAck)(nil), "dota.CGCToGCMsgMasterAck")
proto.RegisterType((*CGCToGCMsgMasterAck_Process)(nil), "dota.CGCToGCMsgMasterAck.Process")
proto.RegisterType((*CGCToGCMsgMasterAck_Response)(nil), "dota.CGCToGCMsgMasterAck_Response")
proto.RegisterType((*CMsgGCToGCUniverseStartup)(nil), "dota.CMsgGCToGCUniverseStartup")
proto.RegisterType((*CMsgGCToGCUniverseStartupResponse)(nil), "dota.CMsgGCToGCUniverseStartupResponse")
proto.RegisterType((*CGCToGCMsgMasterStartupComplete)(nil), "dota.CGCToGCMsgMasterStartupComplete")
proto.RegisterType((*CGCToGCMsgMasterStartupComplete_GCInfo)(nil), "dota.CGCToGCMsgMasterStartupComplete.GCInfo")
proto.RegisterType((*CGCToGCMsgRouted)(nil), "dota.CGCToGCMsgRouted")
proto.RegisterType((*CGCToGCMsgRoutedReply)(nil), "dota.CGCToGCMsgRoutedReply")
proto.RegisterType((*CMsgGCUpdateSubGCSessionInfo)(nil), "dota.CMsgGCUpdateSubGCSessionInfo")
proto.RegisterType((*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate)(nil), "dota.CMsgGCUpdateSubGCSessionInfo.CMsgUpdate")
proto.RegisterType((*CMsgGCRequestSubGCSessionInfo)(nil), "dota.CMsgGCRequestSubGCSessionInfo")
proto.RegisterType((*CMsgGCRequestSubGCSessionInfoResponse)(nil), "dota.CMsgGCRequestSubGCSessionInfoResponse")
proto.RegisterType((*CMsgSOCacheHaveVersion)(nil), "dota.CMsgSOCacheHaveVersion")
proto.RegisterType((*CMsgClientHello)(nil), "dota.CMsgClientHello")
proto.RegisterType((*CMsgClientWelcome)(nil), "dota.CMsgClientWelcome")
proto.RegisterType((*CMsgClientWelcome_Location)(nil), "dota.CMsgClientWelcome.Location")
proto.RegisterType((*CMsgConnectionStatus)(nil), "dota.CMsgConnectionStatus")
proto.RegisterType((*CMsgGCToGCSOCacheSubscribe)(nil), "dota.CMsgGCToGCSOCacheSubscribe")
proto.RegisterType((*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions)(nil), "dota.CMsgGCToGCSOCacheSubscribe.CMsgHaveVersions")
proto.RegisterType((*CMsgGCToGCSOCacheUnsubscribe)(nil), "dota.CMsgGCToGCSOCacheUnsubscribe")
proto.RegisterType((*CMsgGCClientPing)(nil), "dota.CMsgGCClientPing")
proto.RegisterType((*CMsgGCToGCLoadSessionSOCache)(nil), "dota.CMsgGCToGCLoadSessionSOCache")
proto.RegisterType((*CMsgGCToGCLoadSessionSOCacheResponse)(nil), "dota.CMsgGCToGCLoadSessionSOCacheResponse")
proto.RegisterType((*CMsgGCToGCUpdateSessionStats)(nil), "dota.CMsgGCToGCUpdateSessionStats")
proto.RegisterType((*CWorkshop_PopulateItemDescriptions_Request)(nil), "dota.CWorkshop_PopulateItemDescriptions_Request")
proto.RegisterType((*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription)(nil), "dota.CWorkshop_PopulateItemDescriptions_Request.SingleItemDescription")
proto.RegisterType((*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock)(nil), "dota.CWorkshop_PopulateItemDescriptions_Request.ItemDescriptionsLanguageBlock")
proto.RegisterType((*CWorkshop_GetContributors_Request)(nil), "dota.CWorkshop_GetContributors_Request")
proto.RegisterType((*CWorkshop_GetContributors_Response)(nil), "dota.CWorkshop_GetContributors_Response")
proto.RegisterType((*CWorkshop_SetItemPaymentRules_Request)(nil), "dota.CWorkshop_SetItemPaymentRules_Request")
proto.RegisterType((*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule)(nil), "dota.CWorkshop_SetItemPaymentRules_Request.WorkshopItemPaymentRule")
proto.RegisterType((*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule)(nil), "dota.CWorkshop_SetItemPaymentRules_Request.PartnerItemPaymentRule")
proto.RegisterType((*CWorkshop_SetItemPaymentRules_Response)(nil), "dota.CWorkshop_SetItemPaymentRules_Response")
proto.RegisterType((*CBroadcast_PostGameDataFrame_Request)(nil), "dota.CBroadcast_PostGameDataFrame_Request")
proto.RegisterType((*CMsgSerializedSOCache)(nil), "dota.CMsgSerializedSOCache")
proto.RegisterType((*CMsgSerializedSOCache_TypeCache)(nil), "dota.CMsgSerializedSOCache.TypeCache")
proto.RegisterType((*CMsgSerializedSOCache_Cache)(nil), "dota.CMsgSerializedSOCache.Cache")
proto.RegisterType((*CMsgSerializedSOCache_Cache_Version)(nil), "dota.CMsgSerializedSOCache.Cache.Version")
proto.RegisterType((*CMsgGCToClientPollConvarRequest)(nil), "dota.CMsgGCToClientPollConvarRequest")
proto.RegisterType((*CMsgGCToClientPollConvarResponse)(nil), "dota.CMsgGCToClientPollConvarResponse")
proto.RegisterEnum("dota.ESourceEngine", ESourceEngine_name, ESourceEngine_value)
proto.RegisterEnum("dota.PartnerAccountType", PartnerAccountType_name, PartnerAccountType_value)
proto.RegisterEnum("dota.GCConnectionStatus", GCConnectionStatus_name, GCConnectionStatus_value)
}
func init() { proto.RegisterFile("gcsdk_gcmessages.proto", fileDescriptor28) }
var fileDescriptor28 = []byte{
// 2270 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x9c, 0x58, 0x4b, 0x6f, 0xdb, 0xd8,
0x15, 0x1e, 0xea, 0xed, 0x63, 0xcb, 0x56, 0x98, 0x71, 0xe2, 0x28, 0x49, 0xe3, 0x70, 0x26, 0x33,
0x9e, 0x74, 0x2a, 0x4c, 0xd4, 0xb4, 0x03, 0xb8, 0x68, 0x26, 0xb6, 0xac, 0xc8, 0x06, 0x1c, 0xc9,
0x95, 0xec, 0xa4, 0x8b, 0x02, 0x04, 0x4d, 0x5d, 0x2b, 0xac, 0x29, 0x92, 0xe5, 0x25, 0x3d, 0xe3,
0x02, 0x05, 0xb2, 0x2a, 0x06, 0xe8, 0xa2, 0x8b, 0x6e, 0xda, 0x2e, 0x8a, 0x59, 0xf5, 0x77, 0x74,
0xd7, 0x9f, 0xd1, 0x7d, 0x37, 0x5d, 0x76, 0x55, 0xa0, 0xe7, 0x3e, 0x48, 0x91, 0x14, 0xe5, 0x38,
0xb3, 0x31, 0xe4, 0x7b, 0xcf, 0xfb, 0xf1, 0x9d, 0x73, 0x09, 0xb7, 0x26, 0x26, 0x1d, 0x9f, 0xeb,
0x13, 0x73, 0x4a, 0x28, 0x35, 0x26, 0x84, 0xb6, 0x3c, 0xdf, 0x0d, 0x5c, 0xb5, 0x34, 0x76, 0x03,
0xa3, 0x79, 0x93, 0x06, 0xc4, 0x98, 0xa6, 0xaf, 0xb4, 0xe7, 0xb0, 0xda, 0x79, 0x49, 0x27, 0xa3,
0xfd, 0x9d, 0x27, 0x7b, 0x16, 0x1e, 0x07, 0xea, 0x2a, 0x54, 0x4e, 0x6d, 0xd7, 0x3c, 0x7f, 0xb2,
0xa1, 0x6c, 0x16, 0xb6, 0x2a, 0xf1, 0xff, 0xed, 0x8d, 0x42, 0xea, 0xff, 0x1f, 0x6f, 0x14, 0xf1,
0xff, 0xaa, 0xf6, 0x19, 0xd4, 0xb9, 0x84, 0xc1, 0xc1, 0xde, 0xe0, 0x6b, 0x87, 0xf8, 0xea, 0x0a,
0x94, 0x82, 0x4b, 0x8f, 0x20, 0xbb, 0xb2, 0x55, 0x57, 0x01, 0x0a, 0xd6, 0x18, 0x59, 0x95, 0xad,
0x92, 0xf6, 0xad, 0x02, 0xaa, 0xa0, 0x1d, 0x59, 0xce, 0xc4, 0x26, 0x83, 0xd3, 0x5f, 0x13, 0x33,
0x50, 0xd7, 0xa0, 0xca, 0x18, 0x74, 0x49, 0x57, 0x56, 0x6f, 0xc2, 0xb2, 0xcb, 0xaf, 0xf4, 0xb1,
0x11, 0x18, 0xa8, 0x47, 0xd9, 0x5a, 0x61, 0x54, 0x17, 0xc4, 0xa7, 0x96, 0xeb, 0x6c, 0x94, 0xf0,
0xa0, 0xa2, 0x7e, 0x0a, 0xe0, 0x32, 0x85, 0x3a, 0x75, 0x91, 0xb3, 0x8c, 0x67, 0xcb, 0xed, 0x9b,
0x2d, 0xe6, 0x6a, 0x2b, 0x6d, 0x10, 0xda, 0x40, 0x89, 0x7f, 0x61, 0x99, 0x5c, 0x45, 0x85, 0x99,
0xa5, 0xfd, 0xa7, 0x00, 0xeb, 0x82, 0xea, 0x65, 0x68, 0x07, 0x96, 0x17, 0x19, 0x43, 0xd5, 0x5d,
0x68, 0x08, 0xe5, 0x54, 0x9f, 0xba, 0x63, 0xeb, 0xcc, 0x22, 0xcc, 0xac, 0x22, 0x0a, 0xdf, 0x4a,
0x0a, 0xcf, 0xb0, 0xb5, 0xb2, 0x1e, 0x45, 0xb6, 0x16, 0xb9, 0xad, 0x5f, 0x41, 0x3d, 0x12, 0x6a,
0x8c, 0xc7, 0x28, 0xb1, 0xf4, 0x9e, 0x12, 0x77, 0x60, 0x2d, 0x12, 0xe0, 0x93, 0xa9, 0x7b, 0x41,
0x98, 0xc7, 0xef, 0x27, 0x22, 0x1d, 0xaf, 0xca, 0x75, 0xe3, 0x55, 0x65, 0xf1, 0x6a, 0x3e, 0x87,
0x95, 0x45, 0x39, 0x53, 0xf2, 0x72, 0xc6, 0x12, 0xb9, 0xb2, 0x0d, 0x6f, 0xff, 0x7e, 0xff, 0x6d,
0xe1, 0x5b, 0xfc, 0x53, 0xd3, 0x7e, 0x1f, 0x47, 0xbc, 0x63, 0x98, 0x6f, 0xc8, 0x28, 0x3c, 0xa5,
0xa6, 0x6f, 0x9d, 0x92, 0xb1, 0xfa, 0x33, 0xa8, 0x4a, 0xdf, 0x64, 0xa0, 0x1f, 0x27, 0xad, 0xca,
0x50, 0xb7, 0x66, 0x3f, 0x8f, 0xd1, 0x80, 0xf9, 0x50, 0xa7, 0xdd, 0x2c, 0x5d, 0xd7, 0xcd, 0x32,
0xaf, 0xd6, 0x0f, 0x61, 0x25, 0x3a, 0xb3, 0x2d, 0x1a, 0x60, 0x94, 0x8a, 0xf2, 0xf4, 0xd2, 0x31,
0xf5, 0x48, 0x11, 0x0b, 0x49, 0xa5, 0xf9, 0x53, 0x58, 0x9d, 0xb7, 0xe5, 0x1d, 0x41, 0x29, 0x6e,
0xad, 0x68, 0x7f, 0x51, 0xe0, 0x7e, 0xae, 0x6b, 0x27, 0xde, 0xb1, 0xbb, 0x67, 0x04, 0x29, 0x9f,
0x94, 0x1c, 0x9f, 0x0a, 0xd7, 0xf5, 0xa9, 0x98, 0xeb, 0x53, 0x29, 0xd7, 0x27, 0xe6, 0x7f, 0x45,
0xdb, 0x85, 0xdb, 0x09, 0xd3, 0x4e, 0x1c, 0x3a, 0xcb, 0xd2, 0x75, 0x6d, 0xd0, 0xfe, 0xac, 0xc0,
0xbd, 0x79, 0xff, 0xbc, 0x00, 0xb5, 0x74, 0xde, 0x10, 0xf3, 0x3c, 0xe9, 0x5e, 0x21, 0xc7, 0xbd,
0xe2, 0x75, 0xdd, 0x2b, 0xe5, 0xba, 0x57, 0xce, 0x75, 0xaf, 0xc2, 0xdd, 0x3b, 0x80, 0x1f, 0x2c,
0xb0, 0x6c, 0x48, 0xce, 0x7c, 0x42, 0xdf, 0x5c, 0xdf, 0xcb, 0x47, 0x11, 0x94, 0x71, 0x51, 0xaf,
0x84, 0x9a, 0xb9, 0xcc, 0x69, 0x87, 0x70, 0x8b, 0x91, 0xf5, 0x3a, 0x51, 0x6b, 0x7e, 0xf3, 0x52,
0x00, 0x30, 0x23, 0x9d, 0xd2, 0x49, 0x02, 0x29, 0xf1, 0xc0, 0x33, 0x2e, 0x6d, 0xd7, 0x10, 0x7a,
0x57, 0xd4, 0x06, 0xd4, 0x38, 0x64, 0x5b, 0x63, 0x8a, 0x41, 0x29, 0xa2, 0xb4, 0x7f, 0x28, 0x70,
0xb3, 0xd3, 0xeb, 0x1c, 0xbb, 0x3d, 0x26, 0xf4, 0xa5, 0x81, 0xd7, 0xfe, 0x0e, 0x46, 0xf4, 0x06,
0x2c, 0x8d, 0x2d, 0x5f, 0xb7, 0x9c, 0x31, 0xf9, 0x46, 0x4a, 0xc3, 0x00, 0x4c, 0xd1, 0x32, 0xcb,
0x21, 0xba, 0x63, 0x4c, 0x09, 0x8f, 0xea, 0x12, 0x3b, 0x45, 0xdc, 0x37, 0xd1, 0x04, 0x71, 0x5a,
0xe2, 0xa7, 0x4f, 0x39, 0x3b, 0x96, 0xa9, 0xeb, 0x5f, 0xf2, 0x92, 0x5f, 0x6e, 0x3f, 0x94, 0x3e,
0xcf, 0x2b, 0x6b, 0x1d, 0x09, 0x01, 0xcd, 0xa7, 0x50, 0x95, 0x3f, 0xf3, 0xf4, 0xdf, 0x82, 0x55,
0xd1, 0x0b, 0x0e, 0x0d, 0x0c, 0x07, 0xa9, 0x78, 0xf5, 0xd7, 0xb5, 0x36, 0x16, 0xc7, 0xbc, 0x50,
0x7d, 0x48, 0xa8, 0xe7, 0x3a, 0x94, 0x60, 0x8a, 0xab, 0x04, 0x33, 0x81, 0xd1, 0x12, 0x3d, 0xb4,
0xad, 0xb4, 0xb5, 0x2f, 0xe1, 0x8e, 0x08, 0x22, 0x63, 0x3b, 0x71, 0x2c, 0x16, 0x62, 0x32, 0x0a,
0x0c, 0x3f, 0x08, 0x3d, 0xb5, 0x09, 0xaa, 0x45, 0x51, 0x8d, 0x15, 0x58, 0x86, 0xad, 0x53, 0x71,
0xca, 0x79, 0x6b, 0xda, 0x53, 0x78, 0xb8, 0x90, 0x31, 0xd6, 0xb8, 0x96, 0xd1, 0xa8, 0xfd, 0x49,
0x81, 0x07, 0x59, 0x1b, 0x25, 0x53, 0xc7, 0x9d, 0x62, 0x0e, 0xb1, 0x45, 0x7f, 0x0e, 0xd5, 0x89,
0x89, 0x5a, 0xcf, 0x5c, 0x64, 0x62, 0x01, 0xfb, 0x3c, 0x3f, 0x60, 0x19, 0xbe, 0x56, 0xaf, 0x73,
0x80, 0x3c, 0xcd, 0x27, 0x50, 0x11, 0xbf, 0xae, 0x93, 0x3a, 0x56, 0x0d, 0x4b, 0x58, 0x49, 0x8d,
0x99, 0xf0, 0xa1, 0x1b, 0x06, 0xd8, 0x93, 0x58, 0x21, 0x58, 0x43, 0x7a, 0xa2, 0x88, 0x50, 0x1c,
0x25, 0x28, 0xcb, 0x8f, 0xa6, 0x69, 0x85, 0x81, 0x90, 0x43, 0x02, 0x5d, 0x0e, 0x7e, 0x31, 0x4d,
0xb5, 0x67, 0x08, 0xc6, 0x19, 0x69, 0x43, 0xe2, 0xd9, 0x97, 0x39, 0x22, 0x33, 0xfc, 0xbc, 0x36,
0xb5, 0xbf, 0xca, 0x26, 0xc7, 0xb0, 0x7a, 0x88, 0x6d, 0xac, 0x97, 0x7a, 0x9d, 0x11, 0x92, 0x60,
0xe9, 0x73, 0xbf, 0x9e, 0x41, 0x35, 0xe4, 0x37, 0x54, 0x06, 0xe8, 0x47, 0xb3, 0x2e, 0x5a, 0xc4,
0xc4, 0x2f, 0xc5, 0x55, 0x73, 0x1b, 0x60, 0xf6, 0x1f, 0xcb, 0x91, 0x6c, 0x05, 0x89, 0x88, 0x6c,
0xad, 0xf0, 0xb8, 0x2d, 0x55, 0x0e, 0xbb, 0x7e, 0x88, 0xf7, 0x02, 0x3b, 0x6a, 0xda, 0x17, 0x02,
0x60, 0x7b, 0x9d, 0x21, 0xf9, 0x4d, 0x88, 0x3b, 0xcd, 0x9c, 0x71, 0x59, 0x71, 0x9a, 0x09, 0x8f,
0xae, 0xe4, 0x88, 0x8b, 0x45, 0xe8, 0x55, 0xb2, 0x7a, 0x99, 0x21, 0x35, 0xb6, 0xf9, 0x78, 0xae,
0x1f, 0x48, 0xdc, 0x65, 0x4a, 0x42, 0x93, 0xf5, 0x07, 0x6f, 0xb3, 0x9a, 0xf6, 0x3b, 0x81, 0x05,
0x12, 0x32, 0xf6, 0x8d, 0x8b, 0x18, 0x36, 0x1e, 0x42, 0x89, 0xe3, 0x8d, 0xb2, 0x18, 0xfa, 0xe6,
0x40, 0x33, 0x0f, 0xea, 0xef, 0xc2, 0x4d, 0x93, 0xc9, 0x1e, 0xeb, 0x67, 0x96, 0x4d, 0xf4, 0xe4,
0xbe, 0x54, 0xd7, 0xfe, 0x56, 0x80, 0x35, 0x26, 0xb3, 0x63, 0x5b, 0xc4, 0x09, 0xf6, 0x89, 0x6d,
0xbb, 0x59, 0xbc, 0xaa, 0xe3, 0x2c, 0x5e, 0xa7, 0x2e, 0x97, 0xa1, 0xbf, 0x41, 0x03, 0x23, 0x11,
0xd1, 0x64, 0xbe, 0x37, 0x37, 0x99, 0x93, 0x6e, 0x30, 0xf5, 0x5c, 0xb8, 0x4e, 0x45, 0xe8, 0x74,
0x87, 0x90, 0xc8, 0xb6, 0xaf, 0x60, 0x4d, 0x5e, 0xda, 0x46, 0xe8, 0x20, 0xa7, 0xcf, 0xed, 0x5a,
0x6d, 0x6f, 0x08, 0x99, 0x47, 0xd8, 0x28, 0x0e, 0x03, 0x03, 0xd3, 0x0d, 0x9d, 0x80, 0xcd, 0xd3,
0xed, 0x95, 0xa3, 0x9d, 0xe1, 0x71, 0xbf, 0x3b, 0xd4, 0xfb, 0x83, 0x7e, 0x57, 0x38, 0x6c, 0xfa,
0x58, 0x8a, 0xe7, 0xe4, 0x92, 0xcf, 0xab, 0x25, 0xf5, 0x76, 0x42, 0xa8, 0x33, 0x09, 0x59, 0x7d,
0xf2, 0xfd, 0x4e, 0x6d, 0x43, 0x85, 0x38, 0x13, 0x6c, 0x21, 0x3e, 0xac, 0x57, 0xa3, 0x98, 0x76,
0x47, 0x6e, 0xe8, 0x9b, 0xa4, 0xcb, 0xaf, 0xb6, 0xeb, 0xe7, 0x7a, 0x77, 0xd4, 0xd5, 0xc5, 0xd9,
0x13, 0xed, 0xbb, 0x22, 0xdc, 0x98, 0x05, 0xe8, 0x35, 0xb1, 0x4d, 0x77, 0x4a, 0xe6, 0x43, 0x84,
0x2d, 0x36, 0xc1, 0xb6, 0x4c, 0xec, 0x39, 0xea, 0x73, 0xb8, 0x8b, 0x2d, 0xe4, 0x9e, 0xb1, 0x5a,
0xd5, 0x67, 0x33, 0x53, 0xe7, 0x81, 0x14, 0xe0, 0xbd, 0xdc, 0xbe, 0x7b, 0xc5, 0x56, 0xa3, 0xbe,
0x80, 0x66, 0xe8, 0x05, 0xee, 0x02, 0x01, 0x62, 0x5b, 0xd4, 0x16, 0x09, 0x48, 0xcc, 0xd6, 0x36,
0xd4, 0x70, 0x39, 0x37, 0x82, 0x68, 0xa4, 0x2f, 0xb7, 0x37, 0x67, 0x5c, 0x29, 0xc7, 0x5a, 0x87,
0x92, 0x4e, 0x5d, 0x87, 0x3a, 0x65, 0xb9, 0xe6, 0x5e, 0xb1, 0xd8, 0x56, 0xb8, 0x53, 0x18, 0x5b,
0x2b, 0x20, 0x53, 0x9d, 0xa2, 0xa2, 0xa9, 0xa1, 0x9b, 0xbe, 0xc9, 0x63, 0x59, 0x65, 0xd0, 0xce,
0x2e, 0xa8, 0x60, 0x08, 0x7d, 0x7b, 0xa3, 0xc6, 0x93, 0xf1, 0x00, 0x6e, 0x23, 0x26, 0x46, 0xe5,
0x93, 0xaa, 0xc0, 0x25, 0xb9, 0x44, 0xd6, 0x62, 0xa5, 0x88, 0x33, 0x36, 0xfe, 0x0a, 0xc2, 0xb1,
0xc0, 0x99, 0x02, 0x8b, 0xab, 0xed, 0x62, 0x62, 0xf8, 0x51, 0x81, 0x1f, 0x61, 0xec, 0x79, 0x35,
0xe0, 0x58, 0xe2, 0xf3, 0x4b, 0xfb, 0xb7, 0x02, 0x1f, 0x72, 0x4f, 0x5c, 0xc7, 0xc1, 0x79, 0x85,
0x82, 0x10, 0x60, 0x83, 0x90, 0xaa, 0x07, 0x50, 0xa1, 0xfc, 0x17, 0x17, 0x16, 0x17, 0x55, 0xaf,
0x93, 0xa5, 0xdc, 0x7e, 0x30, 0x7f, 0xa6, 0xef, 0xef, 0xbc, 0xc2, 0x32, 0xe8, 0x8e, 0x46, 0x07,
0x83, 0xfe, 0xa2, 0x2a, 0x2e, 0x44, 0x63, 0x0d, 0x01, 0x22, 0x24, 0xba, 0xe7, 0x52, 0x2b, 0x88,
0xb6, 0xce, 0x32, 0x2b, 0x4e, 0x71, 0x4e, 0xad, 0xdf, 0x8a, 0xb1, 0x5a, 0x66, 0x38, 0xfe, 0xb5,
0x61, 0x31, 0x31, 0xa6, 0xeb, 0xe0, 0x0c, 0x2f, 0xf3, 0xd3, 0x2d, 0xd8, 0x44, 0x80, 0xb1, 0xa6,
0x98, 0xe9, 0xb1, 0x9e, 0xbc, 0x67, 0x8b, 0xbd, 0x81, 0x73, 0xcc, 0x99, 0xf0, 0x04, 0x94, 0xb5,
0xff, 0x29, 0xd0, 0x9c, 0x8d, 0xaf, 0x6c, 0xcd, 0xf0, 0x7e, 0x88, 0xfe, 0xf1, 0x25, 0x2c, 0x62,
0xce, 0xe2, 0x33, 0x3d, 0x70, 0x67, 0x43, 0x20, 0xbb, 0x0f, 0x89, 0x5d, 0x79, 0x1f, 0xea, 0xe9,
0x2e, 0x17, 0x85, 0xf6, 0x24, 0x09, 0xd5, 0x79, 0xba, 0xf9, 0x55, 0xa2, 0xf3, 0xa9, 0x7a, 0x07,
0x6e, 0xa4, 0x14, 0xf3, 0xf9, 0xc1, 0x77, 0xea, 0xe6, 0x97, 0x38, 0xb8, 0xb2, 0xe4, 0x69, 0xf0,
0x8a, 0xf7, 0x9f, 0x24, 0xc2, 0x95, 0x34, 0x27, 0x1a, 0x31, 0x09, 0x13, 0x12, 0x2b, 0x69, 0x6e,
0x00, 0x30, 0x79, 0xe1, 0x8c, 0x44, 0x3f, 0xf3, 0xdd, 0xe9, 0x2c, 0x08, 0xf7, 0x61, 0x7d, 0xee,
0x92, 0x1b, 0xca, 0x11, 0x4a, 0x53, 0x85, 0xa1, 0x58, 0x1f, 0x3c, 0xfd, 0x47, 0x98, 0x09, 0xbe,
0xae, 0xc4, 0x36, 0x1c, 0xe2, 0x6e, 0x26, 0x87, 0x82, 0x34, 0x87, 0xd9, 0x60, 0x08, 0xc4, 0x8a,
0x1d, 0xd1, 0x3e, 0x81, 0x8f, 0xaf, 0xe2, 0x89, 0x66, 0x89, 0x76, 0x96, 0x94, 0x2d, 0x27, 0xa2,
0xa4, 0xc4, 0xb2, 0xa4, 0xac, 0x2f, 0x43, 0xca, 0x56, 0x51, 0x71, 0x48, 0x65, 0x9c, 0x58, 0x8e,
0x31, 0x76, 0xc9, 0x8b, 0xb8, 0x36, 0x2d, 0x47, 0xb7, 0xdd, 0x09, 0x96, 0x2c, 0x0d, 0x7d, 0x39,
0xeb, 0x6b, 0xda, 0x7f, 0x0b, 0xf0, 0xb8, 0xf3, 0xda, 0xf5, 0xcf, 0xe9, 0x1b, 0xd7, 0xd3, 0x8f,
0x5c, 0x2f, 0xc4, 0xce, 0x23, 0x07, 0xd8, 0xc2, 0x7b, 0x24, 0x86, 0x0f, 0xaa, 0xcb, 0xd1, 0xa7,
0xd6, 0xa1, 0x6c, 0x78, 0x5e, 0x9c, 0x16, 0x03, 0xdb, 0x52, 0x62, 0x6b, 0x34, 0x05, 0xfa, 0xb2,
0x3e, 0xae, 0x2d, 0xb3, 0x95, 0xbd, 0x38, 0x94, 0x12, 0x77, 0xd9, 0x97, 0x84, 0x66, 0x17, 0xd6,
0xc5, 0xe3, 0x32, 0x43, 0xc6, 0xa2, 0xcb, 0x30, 0x86, 0xa1, 0x4d, 0x6c, 0xcf, 0x06, 0x34, 0x38,
0x2c, 0x8d, 0x67, 0x74, 0x62, 0x43, 0x6a, 0xfe, 0x11, 0x1f, 0x56, 0x57, 0x2a, 0x12, 0xa0, 0x23,
0xe7, 0x84, 0xc2, 0x31, 0xeb, 0x57, 0xb0, 0x92, 0x10, 0x14, 0x39, 0xf8, 0xe2, 0xbd, 0x1d, 0xcc,
0xb5, 0x5f, 0x7b, 0x81, 0xfb, 0x67, 0x2c, 0xa3, 0x47, 0x02, 0x04, 0x9e, 0x00, 0x4b, 0x0f, 0x47,
0x85, 0xbf, 0x30, 0xde, 0x69, 0x9f, 0x79, 0x66, 0xb5, 0x6d, 0xd0, 0xae, 0x92, 0x23, 0x77, 0x13,
0xec, 0x71, 0x33, 0x71, 0xc1, 0xf7, 0xae, 0x8a, 0xf6, 0xaf, 0x22, 0xee, 0x36, 0x31, 0xf3, 0x88,
0x04, 0xcc, 0xc8, 0x23, 0xe3, 0x72, 0x8a, 0x25, 0x3e, 0x0c, 0x6d, 0xf2, 0x3e, 0x86, 0xa8, 0x67,
0x70, 0xc7, 0xa0, 0x88, 0xf0, 0x96, 0x40, 0xaf, 0x48, 0x2a, 0xc3, 0xfa, 0x68, 0xcc, 0x75, 0xb2,
0xb1, 0xbb, 0x42, 0x65, 0x2b, 0x22, 0xca, 0x10, 0x60, 0x5a, 0x1a, 0x9e, 0xd8, 0x07, 0x74, 0xd9,
0x5e, 0x11, 0x36, 0xed, 0xbe, 0x8f, 0x78, 0xb9, 0x53, 0x64, 0xee, 0x9b, 0x16, 0xdc, 0x5e, 0xa4,
0x18, 0xab, 0x2b, 0xe5, 0x55, 0xd4, 0xd5, 0x25, 0xf6, 0xce, 0xf0, 0xc9, 0x05, 0x71, 0x18, 0xf6,
0x13, 0xdc, 0x17, 0x9c, 0x20, 0xda, 0x86, 0x0b, 0x8c, 0xcb, 0x47, 0xee, 0x54, 0x4d, 0xf2, 0x81,
0xd5, 0x3c, 0x85, 0x5b, 0xf9, 0x46, 0xe4, 0x21, 0xc7, 0xf7, 0xd3, 0xa1, 0x6d, 0xc1, 0x27, 0xef,
0x0a, 0x87, 0x44, 0x1c, 0x0f, 0x91, 0x69, 0xd7, 0x47, 0x44, 0x32, 0xf1, 0x71, 0x82, 0x45, 0x4d,
0x83, 0x1e, 0x66, 0x78, 0x0f, 0x17, 0x99, 0x17, 0x3e, 0x9b, 0xe5, 0x0b, 0x2a, 0x21, 0xb1, 0x2e,
0xc7, 0xd3, 0xe4, 0x34, 0x16, 0x23, 0xb7, 0x4f, 0xbe, 0x91, 0x9e, 0xf9, 0xf1, 0x66, 0x54, 0xe2,
0xef, 0x84, 0x3f, 0x14, 0xe5, 0x57, 0x1f, 0xe2, 0xe3, 0xf3, 0x0c, 0x67, 0xe3, 0x38, 0x42, 0x4e,
0x94, 0x91, 0x5a, 0x11, 0x84, 0x2a, 0x7c, 0x18, 0xc9, 0x9d, 0xa7, 0x90, 0x7a, 0x87, 0xe6, 0x89,
0x68, 0x09, 0x41, 0x57, 0xac, 0x1d, 0x1c, 0xd7, 0x9b, 0xcf, 0x60, 0x89, 0xad, 0x93, 0x82, 0x3a,
0xfd, 0x75, 0x72, 0x2d, 0xfd, 0xe9, 0x69, 0x25, 0x6f, 0xab, 0x6e, 0xfe, 0x53, 0x81, 0x72, 0x1e,
0x73, 0xe2, 0xd3, 0x26, 0xee, 0xcd, 0xb5, 0x78, 0x88, 0x8a, 0x3e, 0xf8, 0xec, 0x9d, 0x96, 0xb7,
0xa2, 0xbd, 0x79, 0x1b, 0x96, 0xf9, 0x5b, 0x39, 0xb5, 0xed, 0x3d, 0xba, 0x8a, 0x3f, 0xf6, 0xa7,
0xf9, 0x43, 0xa8, 0x26, 0x3e, 0x3e, 0x48, 0xdb, 0x17, 0x4d, 0xd4, 0x1e, 0x3e, 0x6c, 0xe5, 0xc4,
0x91, 0x33, 0xce, 0xb5, 0x6d, 0x04, 0x93, 0x0b, 0xc3, 0x8f, 0x52, 0x8f, 0xaf, 0x3d, 0x93, 0x1f,
0x88, 0xb7, 0xa7, 0x40, 0x49, 0xf6, 0x69, 0x02, 0x29, 0xf5, 0x18, 0x90, 0x0e, 0x60, 0x73, 0xb1,
0xa0, 0xd9, 0xbb, 0x3a, 0x62, 0x8a, 0xdf, 0xb5, 0x52, 0xf4, 0x85, 0x61, 0x87, 0xf2, 0x5d, 0xfb,
0xf8, 0x27, 0x50, 0x4f, 0x6d, 0xe5, 0xb8, 0x07, 0xa6, 0xf7, 0xf2, 0xc6, 0x07, 0xd9, 0xa3, 0x76,
0x43, 0x79, 0x6c, 0x81, 0x3a, 0xff, 0x62, 0x40, 0x80, 0x4f, 0xbd, 0x19, 0x90, 0xf5, 0x0e, 0xac,
0x47, 0x27, 0x47, 0xdd, 0xe1, 0x8b, 0x6e, 0xe7, 0x58, 0x7f, 0x3d, 0x18, 0x1e, 0xee, 0x35, 0x14,
0x26, 0x35, 0x26, 0xee, 0xfe, 0x72, 0xd0, 0x6f, 0x14, 0xd0, 0xfb, 0xb5, 0xe8, 0xe8, 0xa0, 0xff,
0x6a, 0xe7, 0xf0, 0x60, 0xaf, 0x51, 0x7c, 0xfc, 0x5d, 0x01, 0xd4, 0xf9, 0xa5, 0x51, 0xfd, 0x08,
0xde, 0xb5, 0x4a, 0xa2, 0xfa, 0x8f, 0x61, 0x33, 0x87, 0xa8, 0xd7, 0xd1, 0x7b, 0x83, 0x83, 0x7e,
0x4f, 0xdf, 0x1b, 0xbc, 0xee, 0xa3, 0x25, 0x0f, 0xe1, 0x7e, 0x0e, 0x55, 0x7f, 0x10, 0x0b, 0x2a,
0xa8, 0x5f, 0xc0, 0xe7, 0x57, 0x92, 0xa0, 0xbd, 0xfa, 0xe1, 0xa0, 0x87, 0x3f, 0x7e, 0x71, 0xd2,
0x3d, 0xe9, 0x36, 0x8a, 0xd8, 0x17, 0x77, 0x17, 0x70, 0x1c, 0x77, 0x77, 0x5e, 0x36, 0x4a, 0xea,
0x26, 0xdc, 0xcb, 0x21, 0x18, 0x9d, 0x8c, 0x8e, 0xba, 0xfd, 0xbd, 0xee, 0x5e, 0xa3, 0xac, 0x7e,
0x0a, 0x1f, 0xe5, 0x51, 0x30, 0xfe, 0xa4, 0x03, 0x95, 0xdd, 0xf2, 0xbe, 0xf2, 0x56, 0xf9, 0xe0,
0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x7e, 0xf3, 0x17, 0x81, 0x18, 0x00, 0x00,
}