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