protobuf

package
v2.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2021 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const Default_CGCToGCMsgMasterAck_Response_Eresult int32 = 2
View Source
const Default_CMsgExtractGems_ItemSocketId uint32 = 65535
View Source
const Default_CSOEconGameAccountClient_AdditionalBackpackSlots uint32 = 0
View Source
const Default_CSOEconGameAccountClient_EligibleForOnlinePlay bool = true
View Source
const Default_CSOEconGameAccountClient_MadeFirstPurchase bool = false
View Source
const Default_CSOEconGameAccountClient_TrialAccount bool = false
View Source
const Default_CSOEconItem_Flags uint32 = 0
View Source
const Default_CSOEconItem_Level uint32 = 1
View Source
const Default_CSOEconItem_Origin uint32 = 0
View Source
const Default_CSOEconItem_OriginalId uint64 = 0
View Source
const Default_CSOEconItem_Quality uint32 = 4
View Source
const Default_CSOEconItem_Quantity uint32 = 1
View Source
const Default_CSOEconItem_Style uint32 = 0

Variables

View Source
var CMsgAddItemToSocketResponse_EAddGem_name = map[int32]string{
	0: "k_AddGem_Succeeded",
	1: "k_AddGem_Failed_GemIsInvalid",
	2: "k_AddGem_Failed_ItemIsInvalid",
	3: "k_AddGem_Failed_FailedToAddGem",
	4: "k_AddGem_Failed_InvalidGemTypeForSocket",
	5: "k_AddGem_Failed_InvalidGemTypeForHero",
	6: "k_AddGem_Failed_InvalidGemTypeForSlot",
	7: "k_AddGem_Failed_SocketContainsUnremovableGem",
}
View Source
var CMsgAddItemToSocketResponse_EAddGem_value = map[string]int32{
	"k_AddGem_Succeeded":                           0,
	"k_AddGem_Failed_GemIsInvalid":                 1,
	"k_AddGem_Failed_ItemIsInvalid":                2,
	"k_AddGem_Failed_FailedToAddGem":               3,
	"k_AddGem_Failed_InvalidGemTypeForSocket":      4,
	"k_AddGem_Failed_InvalidGemTypeForHero":        5,
	"k_AddGem_Failed_InvalidGemTypeForSlot":        6,
	"k_AddGem_Failed_SocketContainsUnremovableGem": 7,
}
View Source
var CMsgAddSocketResponse_EAddSocket_name = map[int32]string{
	0: "k_AddSocket_Succeeded",
	1: "k_AddSocket_Failed_ToolIsInvalid",
	2: "k_AddSocket_Failed_ItemCannotBeSocketed",
	3: "k_AddSocket_Failed_FailedToAddSocket",
}
View Source
var CMsgAddSocketResponse_EAddSocket_value = map[string]int32{
	"k_AddSocket_Succeeded":                   0,
	"k_AddSocket_Failed_ToolIsInvalid":        1,
	"k_AddSocket_Failed_ItemCannotBeSocketed": 2,
	"k_AddSocket_Failed_FailedToAddSocket":    3,
}
View Source
var CMsgClientToGCCreateStaticRecipeResponse_EResponse_name = map[int32]string{
	0: "eResponse_Success",
	1: "eResponse_OfferingDisabled",
	2: "eResponse_InvalidItems",
	3: "eResponse_InternalError",
	4: "eResponse_MissingLeague",
	5: "eResponse_MissingEvent",
}
View Source
var CMsgClientToGCCreateStaticRecipeResponse_EResponse_value = map[string]int32{
	"eResponse_Success":          0,
	"eResponse_OfferingDisabled": 1,
	"eResponse_InvalidItems":     2,
	"eResponse_InternalError":    3,
	"eResponse_MissingLeague":    4,
	"eResponse_MissingEvent":     5,
}
View Source
var CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eTooBusy",
	3: "k_eDisabled",
	4: "k_eTimeout",
	5: "k_eInvalidItemDef",
	6: "k_eItemDefNotLimited",
}
View Source
var CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse_value = map[string]int32{
	"k_eInternalError":     0,
	"k_eSuccess":           1,
	"k_eTooBusy":           2,
	"k_eDisabled":          3,
	"k_eTimeout":           4,
	"k_eInvalidItemDef":    5,
	"k_eItemDefNotLimited": 6,
}
View Source
var CMsgClientToGCNameItemResponse_ENameItem_name = map[int32]string{
	0: "k_NameItem_Succeeded",
	1: "k_NameItem_Failed",
	2: "k_NameItem_Failed_ToolIsInvalid",
	3: "k_NameItem_Failed_ItemIsInvalid",
	4: "k_NameItem_Failed_NameIsInvalid",
}
View Source
var CMsgClientToGCNameItemResponse_ENameItem_value = map[string]int32{
	"k_NameItem_Succeeded":            0,
	"k_NameItem_Failed":               1,
	"k_NameItem_Failed_ToolIsInvalid": 2,
	"k_NameItem_Failed_ItemIsInvalid": 3,
	"k_NameItem_Failed_NameIsInvalid": 4,
}
View Source
var CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_name = map[int32]string{
	0: "k_RemoveItemAttribute_Succeeded",
	1: "k_RemoveItemAttribute_Failed",
	2: "k_RemoveItemAttribute_Failed_ItemIsInvalid",
	3: "k_RemoveItemAttribute_Failed_AttributeCannotBeRemoved",
	4: "k_RemoveItemAttribute_Failed_AttributeDoesntExist",
}
View Source
var CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute_value = map[string]int32{
	"k_RemoveItemAttribute_Succeeded":                       0,
	"k_RemoveItemAttribute_Failed":                          1,
	"k_RemoveItemAttribute_Failed_ItemIsInvalid":            2,
	"k_RemoveItemAttribute_Failed_AttributeCannotBeRemoved": 3,
	"k_RemoveItemAttribute_Failed_AttributeDoesntExist":     4,
}
View Source
var CMsgClientToGCSetItemStyleResponse_ESetStyle_name = map[int32]string{
	0: "k_SetStyle_Succeeded",
	1: "k_SetStyle_Failed",
	2: "k_SetStyle_Failed_StyleIsLocked",
}
View Source
var CMsgClientToGCSetItemStyleResponse_ESetStyle_value = map[string]int32{
	"k_SetStyle_Succeeded":            0,
	"k_SetStyle_Failed":               1,
	"k_SetStyle_Failed_StyleIsLocked": 2,
}
View Source
var CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_name = map[int32]string{
	0:  "k_UnlockStyle_Succeeded",
	1:  "k_UnlockStyle_Failed_PreReq",
	2:  "k_UnlockStyle_Failed_CantAfford",
	3:  "k_UnlockStyle_Failed_CantCommit",
	4:  "k_UnlockStyle_Failed_CantLockCache",
	5:  "k_UnlockStyle_Failed_CantAffordAttrib",
	6:  "k_UnlockStyle_Failed_CantAffordGem",
	7:  "k_UnlockStyle_Failed_NoCompendiumLevel",
	8:  "k_UnlockStyle_Failed_AlreadyUnlocked",
	9:  "k_UnlockStyle_Failed_OtherError",
	10: "k_UnlockStyle_Failed_ItemIsInvalid",
	11: "k_UnlockStyle_Failed_ToolIsInvalid",
}
View Source
var CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle_value = map[string]int32{
	"k_UnlockStyle_Succeeded":                0,
	"k_UnlockStyle_Failed_PreReq":            1,
	"k_UnlockStyle_Failed_CantAfford":        2,
	"k_UnlockStyle_Failed_CantCommit":        3,
	"k_UnlockStyle_Failed_CantLockCache":     4,
	"k_UnlockStyle_Failed_CantAffordAttrib":  5,
	"k_UnlockStyle_Failed_CantAffordGem":     6,
	"k_UnlockStyle_Failed_NoCompendiumLevel": 7,
	"k_UnlockStyle_Failed_AlreadyUnlocked":   8,
	"k_UnlockStyle_Failed_OtherError":        9,
	"k_UnlockStyle_Failed_ItemIsInvalid":     10,
	"k_UnlockStyle_Failed_ToolIsInvalid":     11,
}
View Source
var CMsgClientToGCUnpackBundleResponse_EUnpackBundle_name = map[int32]string{
	0: "k_UnpackBundle_Succeeded",
	1: "k_UnpackBundle_Failed_ItemIsNotBundle",
	2: "k_UnpackBundle_Failed_UnableToCreateContainedItem",
	3: "k_UnpackBundle_Failed_SOCacheError",
	4: "k_UnpackBundle_Failed_ItemIsInvalid",
	5: "k_UnpackBundle_Failed_BadItemQuantity",
	6: "k_UnpackBundle_Failed_UnableToDeleteItem",
}
View Source
var CMsgClientToGCUnpackBundleResponse_EUnpackBundle_value = map[string]int32{
	"k_UnpackBundle_Succeeded":                          0,
	"k_UnpackBundle_Failed_ItemIsNotBundle":             1,
	"k_UnpackBundle_Failed_UnableToCreateContainedItem": 2,
	"k_UnpackBundle_Failed_SOCacheError":                3,
	"k_UnpackBundle_Failed_ItemIsInvalid":               4,
	"k_UnpackBundle_Failed_BadItemQuantity":             5,
	"k_UnpackBundle_Failed_UnableToDeleteItem":          6,
}
View Source
var CMsgExtractGemsResponse_EExtractGems_name = map[int32]string{
	0: "k_ExtractGems_Succeeded",
	1: "k_ExtractGems_Failed_ToolIsInvalid",
	2: "k_ExtractGems_Failed_ItemIsInvalid",
	3: "k_ExtractGems_Failed_ToolCannotRemoveGem",
	4: "k_ExtractGems_Failed_FailedToRemoveGem",
}
View Source
var CMsgExtractGemsResponse_EExtractGems_value = map[string]int32{
	"k_ExtractGems_Succeeded":                  0,
	"k_ExtractGems_Failed_ToolIsInvalid":       1,
	"k_ExtractGems_Failed_ItemIsInvalid":       2,
	"k_ExtractGems_Failed_ToolCannotRemoveGem": 3,
	"k_ExtractGems_Failed_FailedToRemoveGem":   4,
}
View Source
var CMsgRedeemCodeResponse_EResultCode_name = map[int32]string{
	0: "k_Succeeded",
	1: "k_Failed_CodeNotFound",
	2: "k_Failed_CodeAlreadyUsed",
	3: "k_Failed_OtherError",
}
View Source
var CMsgRedeemCodeResponse_EResultCode_value = map[string]int32{
	"k_Succeeded":              0,
	"k_Failed_CodeNotFound":    1,
	"k_Failed_CodeAlreadyUsed": 2,
	"k_Failed_OtherError":      3,
}
View Source
var CMsgRequestCrateEscalationLevelResponse_EResult_name = map[int32]string{
	0: "k_Succeeded",
	1: "k_Failed",
}
View Source
var CMsgRequestCrateEscalationLevelResponse_EResult_value = map[string]int32{
	"k_Succeeded": 0,
	"k_Failed":    1,
}
View Source
var CMsgRequestCrateItemsResponse_EResult_name = map[int32]string{
	0: "k_Succeeded",
	1: "k_Failed",
}
View Source
var CMsgRequestCrateItemsResponse_EResult_value = map[string]int32{
	"k_Succeeded": 0,
	"k_Failed":    1,
}
View Source
var CMsgResetStrangeGemCountResponse_EResetGem_name = map[int32]string{
	0: "k_ResetGem_Succeeded",
	1: "k_ResetGem_Failed_FailedToResetGem",
	2: "k_ResetGem_Failed_ItemIsInvalid",
	3: "k_ResetGem_Failed_InvalidSocketId",
	4: "k_ResetGem_Failed_SocketCannotBeReset",
}
View Source
var CMsgResetStrangeGemCountResponse_EResetGem_value = map[string]int32{
	"k_ResetGem_Succeeded":                  0,
	"k_ResetGem_Failed_FailedToResetGem":    1,
	"k_ResetGem_Failed_ItemIsInvalid":       2,
	"k_ResetGem_Failed_InvalidSocketId":     3,
	"k_ResetGem_Failed_SocketCannotBeReset": 4,
}
View Source
var ECustomGameInstallStatus_name = map[int32]string{
	0:   "k_ECustomGameInstallStatus_Unknown",
	1:   "k_ECustomGameInstallStatus_Ready",
	2:   "k_ECustomGameInstallStatus_Busy",
	101: "k_ECustomGameInstallStatus_FailedGeneric",
	102: "k_ECustomGameInstallStatus_FailedInternalError",
	103: "k_ECustomGameInstallStatus_RequestedTimestampTooOld",
	104: "k_ECustomGameInstallStatus_RequestedTimestampTooNew",
	105: "k_ECustomGameInstallStatus_CRCMismatch",
	106: "k_ECustomGameInstallStatus_FailedSteam",
	107: "k_ECustomGameInstallStatus_FailedCanceled",
}
View Source
var ECustomGameInstallStatus_value = map[string]int32{
	"k_ECustomGameInstallStatus_Unknown":                  0,
	"k_ECustomGameInstallStatus_Ready":                    1,
	"k_ECustomGameInstallStatus_Busy":                     2,
	"k_ECustomGameInstallStatus_FailedGeneric":            101,
	"k_ECustomGameInstallStatus_FailedInternalError":      102,
	"k_ECustomGameInstallStatus_RequestedTimestampTooOld": 103,
	"k_ECustomGameInstallStatus_RequestedTimestampTooNew": 104,
	"k_ECustomGameInstallStatus_CRCMismatch":              105,
	"k_ECustomGameInstallStatus_FailedSteam":              106,
	"k_ECustomGameInstallStatus_FailedCanceled":           107,
}
View Source
var EGCBaseClientMsg_name = map[int32]string{
	3001: "k_EMsgGCPingRequest",
	3002: "k_EMsgGCPingResponse",
	3003: "k_EMsgGCToClientPollConvarRequest",
	3004: "k_EMsgGCToClientPollConvarResponse",
	3005: "k_EMsgGCCompressedMsgToClient",
	523:  "k_EMsgGCCompressedMsgToClient_Legacy",
	3006: "k_EMsgGCToClientRequestDropped",
	4004: "k_EMsgGCClientWelcome",
	4005: "k_EMsgGCServerWelcome",
	4006: "k_EMsgGCClientHello",
	4007: "k_EMsgGCServerHello",
	4009: "k_EMsgGCClientConnectionStatus",
	4010: "k_EMsgGCServerConnectionStatus",
}
View Source
var EGCBaseClientMsg_value = map[string]int32{
	"k_EMsgGCPingRequest":                  3001,
	"k_EMsgGCPingResponse":                 3002,
	"k_EMsgGCToClientPollConvarRequest":    3003,
	"k_EMsgGCToClientPollConvarResponse":   3004,
	"k_EMsgGCCompressedMsgToClient":        3005,
	"k_EMsgGCCompressedMsgToClient_Legacy": 523,
	"k_EMsgGCToClientRequestDropped":       3006,
	"k_EMsgGCClientWelcome":                4004,
	"k_EMsgGCServerWelcome":                4005,
	"k_EMsgGCClientHello":                  4006,
	"k_EMsgGCServerHello":                  4007,
	"k_EMsgGCClientConnectionStatus":       4009,
	"k_EMsgGCServerConnectionStatus":       4010,
}
View Source
var EGCBaseMsg_name = map[int32]string{
	4001: "k_EMsgGCSystemMessage",
	4002: "k_EMsgGCReplicateConVars",
	4003: "k_EMsgGCConVarUpdated",
	4501: "k_EMsgGCInviteToParty",
	4502: "k_EMsgGCInvitationCreated",
	4503: "k_EMsgGCPartyInviteResponse",
	4504: "k_EMsgGCKickFromParty",
	4505: "k_EMsgGCLeaveParty",
	4506: "k_EMsgGCServerAvailable",
	4507: "k_EMsgGCClientConnectToServer",
	4508: "k_EMsgGCGameServerInfo",
	4509: "k_EMsgGCError",
	4511: "k_EMsgGCLANServerAvailable",
	4512: "k_EMsgGCInviteToLobby",
	4513: "k_EMsgGCLobbyInviteResponse",
	4514: "k_EMsgGCToClientPollFileRequest",
	4515: "k_EMsgGCToClientPollFileResponse",
	4516: "k_EMsgGCToGCPerformManualOp",
	4517: "k_EMsgGCToGCPerformManualOpCompleted",
	4518: "k_EMsgGCToGCReloadServerRegionSettings",
}
View Source
var EGCBaseMsg_value = map[string]int32{
	"k_EMsgGCSystemMessage":                  4001,
	"k_EMsgGCReplicateConVars":               4002,
	"k_EMsgGCConVarUpdated":                  4003,
	"k_EMsgGCInviteToParty":                  4501,
	"k_EMsgGCInvitationCreated":              4502,
	"k_EMsgGCPartyInviteResponse":            4503,
	"k_EMsgGCKickFromParty":                  4504,
	"k_EMsgGCLeaveParty":                     4505,
	"k_EMsgGCServerAvailable":                4506,
	"k_EMsgGCClientConnectToServer":          4507,
	"k_EMsgGCGameServerInfo":                 4508,
	"k_EMsgGCError":                          4509,
	"k_EMsgGCLANServerAvailable":             4511,
	"k_EMsgGCInviteToLobby":                  4512,
	"k_EMsgGCLobbyInviteResponse":            4513,
	"k_EMsgGCToClientPollFileRequest":        4514,
	"k_EMsgGCToClientPollFileResponse":       4515,
	"k_EMsgGCToGCPerformManualOp":            4516,
	"k_EMsgGCToGCPerformManualOpCompleted":   4517,
	"k_EMsgGCToGCReloadServerRegionSettings": 4518,
}
View Source
var EGCBaseProtoObjectTypes_name = map[int32]string{
	1001: "k_EProtoObjectPartyInvite",
	1002: "k_EProtoObjectLobbyInvite",
}
View Source
var EGCBaseProtoObjectTypes_value = map[string]int32{
	"k_EProtoObjectPartyInvite": 1001,
	"k_EProtoObjectLobbyInvite": 1002,
}
View Source
var EGCItemMsg_name = map[int32]string{}/* 187 elements not displayed */
View Source
var EGCItemMsg_value = map[string]int32{}/* 187 elements not displayed */
View Source
var EGCMsgInitiateTradeResponse_name = map[int32]string{
	0:  "k_EGCMsgInitiateTradeResponse_Accepted",
	1:  "k_EGCMsgInitiateTradeResponse_Declined",
	2:  "k_EGCMsgInitiateTradeResponse_VAC_Banned_Initiator",
	3:  "k_EGCMsgInitiateTradeResponse_VAC_Banned_Target",
	4:  "k_EGCMsgInitiateTradeResponse_Target_Already_Trading",
	5:  "k_EGCMsgInitiateTradeResponse_Disabled",
	6:  "k_EGCMsgInitiateTradeResponse_NotLoggedIn",
	7:  "k_EGCMsgInitiateTradeResponse_Cancel",
	8:  "k_EGCMsgInitiateTradeResponse_TooSoon",
	9:  "k_EGCMsgInitiateTradeResponse_TooSoonPenalty",
	10: "k_EGCMsgInitiateTradeResponse_Trade_Banned_Initiator",
	11: "k_EGCMsgInitiateTradeResponse_Trade_Banned_Target",
	12: "k_EGCMsgInitiateTradeResponse_Free_Account_Initiator_DEPRECATED",
	13: "k_EGCMsgInitiateTradeResponse_Shared_Account_Initiator",
	14: "k_EGCMsgInitiateTradeResponse_Service_Unavailable",
	15: "k_EGCMsgInitiateTradeResponse_Target_Blocked",
	16: "k_EGCMsgInitiateTradeResponse_NeedVerifiedEmail",
	17: "k_EGCMsgInitiateTradeResponse_NeedSteamGuard",
	18: "k_EGCMsgInitiateTradeResponse_SteamGuardDuration",
	19: "k_EGCMsgInitiateTradeResponse_TheyCannotTrade",
	20: "k_EGCMsgInitiateTradeResponse_Recent_Password_Reset",
	21: "k_EGCMsgInitiateTradeResponse_Using_New_Device",
	22: "k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie",
	23: "k_EGCMsgInitiateTradeResponse_TooRecentFriend",
	24: "k_EGCMsgInitiateTradeResponse_WalledFundsNotTrusted",
}
View Source
var EGCMsgInitiateTradeResponse_value = map[string]int32{
	"k_EGCMsgInitiateTradeResponse_Accepted":                          0,
	"k_EGCMsgInitiateTradeResponse_Declined":                          1,
	"k_EGCMsgInitiateTradeResponse_VAC_Banned_Initiator":              2,
	"k_EGCMsgInitiateTradeResponse_VAC_Banned_Target":                 3,
	"k_EGCMsgInitiateTradeResponse_Target_Already_Trading":            4,
	"k_EGCMsgInitiateTradeResponse_Disabled":                          5,
	"k_EGCMsgInitiateTradeResponse_NotLoggedIn":                       6,
	"k_EGCMsgInitiateTradeResponse_Cancel":                            7,
	"k_EGCMsgInitiateTradeResponse_TooSoon":                           8,
	"k_EGCMsgInitiateTradeResponse_TooSoonPenalty":                    9,
	"k_EGCMsgInitiateTradeResponse_Trade_Banned_Initiator":            10,
	"k_EGCMsgInitiateTradeResponse_Trade_Banned_Target":               11,
	"k_EGCMsgInitiateTradeResponse_Free_Account_Initiator_DEPRECATED": 12,
	"k_EGCMsgInitiateTradeResponse_Shared_Account_Initiator":          13,
	"k_EGCMsgInitiateTradeResponse_Service_Unavailable":               14,
	"k_EGCMsgInitiateTradeResponse_Target_Blocked":                    15,
	"k_EGCMsgInitiateTradeResponse_NeedVerifiedEmail":                 16,
	"k_EGCMsgInitiateTradeResponse_NeedSteamGuard":                    17,
	"k_EGCMsgInitiateTradeResponse_SteamGuardDuration":                18,
	"k_EGCMsgInitiateTradeResponse_TheyCannotTrade":                   19,
	"k_EGCMsgInitiateTradeResponse_Recent_Password_Reset":             20,
	"k_EGCMsgInitiateTradeResponse_Using_New_Device":                  21,
	"k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie":               22,
	"k_EGCMsgInitiateTradeResponse_TooRecentFriend":                   23,
	"k_EGCMsgInitiateTradeResponse_WalledFundsNotTrusted":             24,
}
View Source
var EItemPurgatoryResponse_Finalize_name = map[int32]string{
	0: "k_ItemPurgatoryResponse_Finalize_Succeeded",
	1: "k_ItemPurgatoryResponse_Finalize_Failed_Incomplete",
	2: "k_ItemPurgatoryResponse_Finalize_Failed_ItemsNotInPurgatory",
	3: "k_ItemPurgatoryResponse_Finalize_Failed_CouldNotFindItems",
	4: "k_ItemPurgatoryResponse_Finalize_Failed_NoSOCache",
	5: "k_ItemPurgatoryResponse_Finalize_BackpackFull",
}
View Source
var EItemPurgatoryResponse_Finalize_value = map[string]int32{
	"k_ItemPurgatoryResponse_Finalize_Succeeded":                  0,
	"k_ItemPurgatoryResponse_Finalize_Failed_Incomplete":          1,
	"k_ItemPurgatoryResponse_Finalize_Failed_ItemsNotInPurgatory": 2,
	"k_ItemPurgatoryResponse_Finalize_Failed_CouldNotFindItems":   3,
	"k_ItemPurgatoryResponse_Finalize_Failed_NoSOCache":           4,
	"k_ItemPurgatoryResponse_Finalize_BackpackFull":               5,
}
View Source
var EItemPurgatoryResponse_Refund_name = map[int32]string{
	0: "k_ItemPurgatoryResponse_Refund_Succeeded",
	1: "k_ItemPurgatoryResponse_Refund_Failed_ItemNotInPurgatory",
	2: "k_ItemPurgatoryResponse_Refund_Failed_CouldNotFindItem",
	3: "k_ItemPurgatoryResponse_Refund_Failed_NoSOCache",
	4: "k_ItemPurgatoryResponse_Refund_Failed_NoDetail",
}
View Source
var EItemPurgatoryResponse_Refund_value = map[string]int32{
	"k_ItemPurgatoryResponse_Refund_Succeeded":                 0,
	"k_ItemPurgatoryResponse_Refund_Failed_ItemNotInPurgatory": 1,
	"k_ItemPurgatoryResponse_Refund_Failed_CouldNotFindItem":   2,
	"k_ItemPurgatoryResponse_Refund_Failed_NoSOCache":          3,
	"k_ItemPurgatoryResponse_Refund_Failed_NoDetail":           4,
}
View Source
var ESOMsg_name = map[int32]string{
	21: "k_ESOMsg_Create",
	22: "k_ESOMsg_Update",
	23: "k_ESOMsg_Destroy",
	24: "k_ESOMsg_CacheSubscribed",
	25: "k_ESOMsg_CacheUnsubscribed",
	26: "k_ESOMsg_UpdateMultiple",
	28: "k_ESOMsg_CacheSubscriptionRefresh",
	29: "k_ESOMsg_CacheSubscribedUpToDate",
}
View Source
var ESOMsg_value = map[string]int32{
	"k_ESOMsg_Create":                   21,
	"k_ESOMsg_Update":                   22,
	"k_ESOMsg_Destroy":                  23,
	"k_ESOMsg_CacheSubscribed":          24,
	"k_ESOMsg_CacheUnsubscribed":        25,
	"k_ESOMsg_UpdateMultiple":           26,
	"k_ESOMsg_CacheSubscriptionRefresh": 28,
	"k_ESOMsg_CacheSubscribedUpToDate":  29,
}
View Source
var ESourceEngine_name = map[int32]string{
	0: "k_ESE_Source1",
	1: "k_ESE_Source2",
}
View Source
var ESourceEngine_value = map[string]int32{
	"k_ESE_Source1": 0,
	"k_ESE_Source2": 1,
}
View Source
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",
}
View Source
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,
}
View Source
var PartnerAccountType_name = map[int32]string{
	0: "PARTNER_NONE",
	1: "PARTNER_PERFECT_WORLD",
	3: "PARTNER_INVALID",
}
View Source
var PartnerAccountType_value = map[string]int32{
	"PARTNER_NONE":          0,
	"PARTNER_PERFECT_WORLD": 1,
	"PARTNER_INVALID":       3,
}

Functions

This section is empty.

Types

type CAttribute_ItemDynamicRecipeComponent

type CAttribute_ItemDynamicRecipeComponent struct {
	ItemDef              *uint32  `protobuf:"varint,1,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	ItemQuality          *uint32  `protobuf:"varint,2,opt,name=item_quality,json=itemQuality" json:"item_quality,omitempty"`
	ItemFlags            *uint32  `protobuf:"varint,3,opt,name=item_flags,json=itemFlags" json:"item_flags,omitempty"`
	AttributesString     *string  `protobuf:"bytes,4,opt,name=attributes_string,json=attributesString" json:"attributes_string,omitempty"`
	ItemCount            *uint32  `protobuf:"varint,5,opt,name=item_count,json=itemCount" json:"item_count,omitempty"`
	ItemsFulfilled       *uint32  `protobuf:"varint,6,opt,name=items_fulfilled,json=itemsFulfilled" json:"items_fulfilled,omitempty"`
	ItemRarity           *uint32  `protobuf:"varint,7,opt,name=item_rarity,json=itemRarity" json:"item_rarity,omitempty"`
	Lootlist             *string  `protobuf:"bytes,8,opt,name=lootlist" json:"lootlist,omitempty"`
	FulfilledItemId      *uint64  `protobuf:"varint,9,opt,name=fulfilled_item_id,json=fulfilledItemId" json:"fulfilled_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CAttribute_ItemDynamicRecipeComponent) Descriptor

func (*CAttribute_ItemDynamicRecipeComponent) Descriptor() ([]byte, []int)

func (*CAttribute_ItemDynamicRecipeComponent) GetAttributesString

func (m *CAttribute_ItemDynamicRecipeComponent) GetAttributesString() string

func (*CAttribute_ItemDynamicRecipeComponent) GetFulfilledItemId

func (m *CAttribute_ItemDynamicRecipeComponent) GetFulfilledItemId() uint64

func (*CAttribute_ItemDynamicRecipeComponent) GetItemCount

func (*CAttribute_ItemDynamicRecipeComponent) GetItemDef

func (*CAttribute_ItemDynamicRecipeComponent) GetItemFlags

func (*CAttribute_ItemDynamicRecipeComponent) GetItemQuality

func (m *CAttribute_ItemDynamicRecipeComponent) GetItemQuality() uint32

func (*CAttribute_ItemDynamicRecipeComponent) GetItemRarity

func (m *CAttribute_ItemDynamicRecipeComponent) GetItemRarity() uint32

func (*CAttribute_ItemDynamicRecipeComponent) GetItemsFulfilled

func (m *CAttribute_ItemDynamicRecipeComponent) GetItemsFulfilled() uint32

func (*CAttribute_ItemDynamicRecipeComponent) GetLootlist

func (*CAttribute_ItemDynamicRecipeComponent) ProtoMessage

func (*CAttribute_ItemDynamicRecipeComponent) ProtoMessage()

func (*CAttribute_ItemDynamicRecipeComponent) Reset

func (*CAttribute_ItemDynamicRecipeComponent) String

func (*CAttribute_ItemDynamicRecipeComponent) XXX_DiscardUnknown

func (m *CAttribute_ItemDynamicRecipeComponent) XXX_DiscardUnknown()

func (*CAttribute_ItemDynamicRecipeComponent) XXX_Marshal

func (m *CAttribute_ItemDynamicRecipeComponent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CAttribute_ItemDynamicRecipeComponent) XXX_Merge

func (*CAttribute_ItemDynamicRecipeComponent) XXX_Size

func (*CAttribute_ItemDynamicRecipeComponent) XXX_Unmarshal

func (m *CAttribute_ItemDynamicRecipeComponent) XXX_Unmarshal(b []byte) error

type CAttribute_String

type CAttribute_String struct {
	Value                *string  `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CAttribute_String) Descriptor

func (*CAttribute_String) Descriptor() ([]byte, []int)

func (*CAttribute_String) GetValue

func (m *CAttribute_String) GetValue() string

func (*CAttribute_String) ProtoMessage

func (*CAttribute_String) ProtoMessage()

func (*CAttribute_String) Reset

func (m *CAttribute_String) Reset()

func (*CAttribute_String) String

func (m *CAttribute_String) String() string

func (*CAttribute_String) XXX_DiscardUnknown

func (m *CAttribute_String) XXX_DiscardUnknown()

func (*CAttribute_String) XXX_Marshal

func (m *CAttribute_String) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CAttribute_String) XXX_Merge

func (m *CAttribute_String) XXX_Merge(src proto.Message)

func (*CAttribute_String) XXX_Size

func (m *CAttribute_String) XXX_Size() int

func (*CAttribute_String) XXX_Unmarshal

func (m *CAttribute_String) XXX_Unmarshal(b []byte) error

type CBroadcast_PostGameDataFrame_Request

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=broadcastId" json:"broadcast_id,omitempty"`
	FrameData            []byte   `protobuf:"bytes,4,opt,name=frame_data,json=frameData" json:"frame_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CBroadcast_PostGameDataFrame_Request) Descriptor

func (*CBroadcast_PostGameDataFrame_Request) Descriptor() ([]byte, []int)

func (*CBroadcast_PostGameDataFrame_Request) GetAppid

func (*CBroadcast_PostGameDataFrame_Request) GetBroadcastId

func (m *CBroadcast_PostGameDataFrame_Request) GetBroadcastId() uint64

func (*CBroadcast_PostGameDataFrame_Request) GetFrameData

func (m *CBroadcast_PostGameDataFrame_Request) GetFrameData() []byte

func (*CBroadcast_PostGameDataFrame_Request) GetSteamid

func (*CBroadcast_PostGameDataFrame_Request) ProtoMessage

func (*CBroadcast_PostGameDataFrame_Request) ProtoMessage()

func (*CBroadcast_PostGameDataFrame_Request) Reset

func (*CBroadcast_PostGameDataFrame_Request) String

func (*CBroadcast_PostGameDataFrame_Request) XXX_DiscardUnknown

func (m *CBroadcast_PostGameDataFrame_Request) XXX_DiscardUnknown()

func (*CBroadcast_PostGameDataFrame_Request) XXX_Marshal

func (m *CBroadcast_PostGameDataFrame_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CBroadcast_PostGameDataFrame_Request) XXX_Merge

func (*CBroadcast_PostGameDataFrame_Request) XXX_Size

func (*CBroadcast_PostGameDataFrame_Request) XXX_Unmarshal

func (m *CBroadcast_PostGameDataFrame_Request) XXX_Unmarshal(b []byte) error

type CCommunity_ClanAnnouncementInfo

type CCommunity_ClanAnnouncementInfo struct {
	Gid                  *uint64  `protobuf:"varint,1,opt,name=gid" json:"gid,omitempty"`
	Clanid               *uint64  `protobuf:"varint,2,opt,name=clanid" json:"clanid,omitempty"`
	Posterid             *uint64  `protobuf:"varint,3,opt,name=posterid" json:"posterid,omitempty"`
	Headline             *string  `protobuf:"bytes,4,opt,name=headline" json:"headline,omitempty"`
	Posttime             *uint32  `protobuf:"varint,5,opt,name=posttime" json:"posttime,omitempty"`
	Updatetime           *uint32  `protobuf:"varint,6,opt,name=updatetime" json:"updatetime,omitempty"`
	Body                 *string  `protobuf:"bytes,7,opt,name=body" json:"body,omitempty"`
	Commentcount         *int32   `protobuf:"varint,8,opt,name=commentcount" json:"commentcount,omitempty"`
	Tags                 []string `protobuf:"bytes,9,rep,name=tags" json:"tags,omitempty"`
	Language             *int32   `protobuf:"varint,10,opt,name=language" json:"language,omitempty"`
	Hidden               *bool    `protobuf:"varint,11,opt,name=hidden" json:"hidden,omitempty"`
	ForumTopicId         *uint64  `protobuf:"fixed64,12,opt,name=forum_topic_id,json=forumTopicId" json:"forum_topic_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_ClanAnnouncementInfo) Descriptor

func (*CCommunity_ClanAnnouncementInfo) Descriptor() ([]byte, []int)

func (*CCommunity_ClanAnnouncementInfo) GetBody

func (*CCommunity_ClanAnnouncementInfo) GetClanid

func (m *CCommunity_ClanAnnouncementInfo) GetClanid() uint64

func (*CCommunity_ClanAnnouncementInfo) GetCommentcount

func (m *CCommunity_ClanAnnouncementInfo) GetCommentcount() int32

func (*CCommunity_ClanAnnouncementInfo) GetForumTopicId

func (m *CCommunity_ClanAnnouncementInfo) GetForumTopicId() uint64

func (*CCommunity_ClanAnnouncementInfo) GetGid

func (*CCommunity_ClanAnnouncementInfo) GetHeadline

func (m *CCommunity_ClanAnnouncementInfo) GetHeadline() string

func (*CCommunity_ClanAnnouncementInfo) GetHidden

func (m *CCommunity_ClanAnnouncementInfo) GetHidden() bool

func (*CCommunity_ClanAnnouncementInfo) GetLanguage

func (m *CCommunity_ClanAnnouncementInfo) GetLanguage() int32

func (*CCommunity_ClanAnnouncementInfo) GetPosterid

func (m *CCommunity_ClanAnnouncementInfo) GetPosterid() uint64

func (*CCommunity_ClanAnnouncementInfo) GetPosttime

func (m *CCommunity_ClanAnnouncementInfo) GetPosttime() uint32

func (*CCommunity_ClanAnnouncementInfo) GetTags

func (m *CCommunity_ClanAnnouncementInfo) GetTags() []string

func (*CCommunity_ClanAnnouncementInfo) GetUpdatetime

func (m *CCommunity_ClanAnnouncementInfo) GetUpdatetime() uint32

func (*CCommunity_ClanAnnouncementInfo) ProtoMessage

func (*CCommunity_ClanAnnouncementInfo) ProtoMessage()

func (*CCommunity_ClanAnnouncementInfo) Reset

func (*CCommunity_ClanAnnouncementInfo) String

func (*CCommunity_ClanAnnouncementInfo) XXX_DiscardUnknown

func (m *CCommunity_ClanAnnouncementInfo) XXX_DiscardUnknown()

func (*CCommunity_ClanAnnouncementInfo) XXX_Marshal

func (m *CCommunity_ClanAnnouncementInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_ClanAnnouncementInfo) XXX_Merge

func (m *CCommunity_ClanAnnouncementInfo) XXX_Merge(src proto.Message)

func (*CCommunity_ClanAnnouncementInfo) XXX_Size

func (m *CCommunity_ClanAnnouncementInfo) XXX_Size() int

func (*CCommunity_ClanAnnouncementInfo) XXX_Unmarshal

func (m *CCommunity_ClanAnnouncementInfo) XXX_Unmarshal(b []byte) error

type CCommunity_GetClanAnnouncements_Request

type CCommunity_GetClanAnnouncements_Request struct {
	Steamid              *uint64  `protobuf:"varint,1,opt,name=steamid" json:"steamid,omitempty"`
	Offset               *uint32  `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	Count                *uint32  `protobuf:"varint,3,opt,name=count" json:"count,omitempty"`
	Maxchars             *uint32  `protobuf:"varint,4,opt,name=maxchars" json:"maxchars,omitempty"`
	StripHtml            *bool    `protobuf:"varint,5,opt,name=strip_html,json=stripHtml" json:"strip_html,omitempty"`
	RequiredTags         []string `protobuf:"bytes,6,rep,name=required_tags,json=requiredTags" json:"required_tags,omitempty"`
	RequireNoTags        *bool    `protobuf:"varint,7,opt,name=require_no_tags,json=requireNoTags" json:"require_no_tags,omitempty"`
	LanguagePreference   []uint32 `protobuf:"varint,8,rep,name=language_preference,json=languagePreference" json:"language_preference,omitempty"`
	HiddenOnly           *bool    `protobuf:"varint,9,opt,name=hidden_only,json=hiddenOnly" json:"hidden_only,omitempty"`
	OnlyGid              *bool    `protobuf:"varint,10,opt,name=only_gid,json=onlyGid" json:"only_gid,omitempty"`
	RtimeOldestDate      *uint32  `protobuf:"varint,11,opt,name=rtime_oldest_date,json=rtimeOldestDate" json:"rtime_oldest_date,omitempty"`
	IncludeHidden        *bool    `protobuf:"varint,12,opt,name=include_hidden,json=includeHidden" json:"include_hidden,omitempty"`
	IncludePartnerEvents *bool    `protobuf:"varint,13,opt,name=include_partner_events,json=includePartnerEvents" json:"include_partner_events,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CCommunity_GetClanAnnouncements_Request) Descriptor

func (*CCommunity_GetClanAnnouncements_Request) Descriptor() ([]byte, []int)

func (*CCommunity_GetClanAnnouncements_Request) GetCount

func (*CCommunity_GetClanAnnouncements_Request) GetHiddenOnly

func (m *CCommunity_GetClanAnnouncements_Request) GetHiddenOnly() bool

func (*CCommunity_GetClanAnnouncements_Request) GetIncludeHidden

func (m *CCommunity_GetClanAnnouncements_Request) GetIncludeHidden() bool

func (*CCommunity_GetClanAnnouncements_Request) GetIncludePartnerEvents

func (m *CCommunity_GetClanAnnouncements_Request) GetIncludePartnerEvents() bool

func (*CCommunity_GetClanAnnouncements_Request) GetLanguagePreference

func (m *CCommunity_GetClanAnnouncements_Request) GetLanguagePreference() []uint32

func (*CCommunity_GetClanAnnouncements_Request) GetMaxchars

func (*CCommunity_GetClanAnnouncements_Request) GetOffset

func (*CCommunity_GetClanAnnouncements_Request) GetOnlyGid

func (*CCommunity_GetClanAnnouncements_Request) GetRequireNoTags

func (m *CCommunity_GetClanAnnouncements_Request) GetRequireNoTags() bool

func (*CCommunity_GetClanAnnouncements_Request) GetRequiredTags

func (m *CCommunity_GetClanAnnouncements_Request) GetRequiredTags() []string

func (*CCommunity_GetClanAnnouncements_Request) GetRtimeOldestDate

func (m *CCommunity_GetClanAnnouncements_Request) GetRtimeOldestDate() uint32

func (*CCommunity_GetClanAnnouncements_Request) GetSteamid

func (*CCommunity_GetClanAnnouncements_Request) GetStripHtml

func (*CCommunity_GetClanAnnouncements_Request) ProtoMessage

func (*CCommunity_GetClanAnnouncements_Request) Reset

func (*CCommunity_GetClanAnnouncements_Request) String

func (*CCommunity_GetClanAnnouncements_Request) XXX_DiscardUnknown

func (m *CCommunity_GetClanAnnouncements_Request) XXX_DiscardUnknown()

func (*CCommunity_GetClanAnnouncements_Request) XXX_Marshal

func (m *CCommunity_GetClanAnnouncements_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GetClanAnnouncements_Request) XXX_Merge

func (*CCommunity_GetClanAnnouncements_Request) XXX_Size

func (*CCommunity_GetClanAnnouncements_Request) XXX_Unmarshal

func (m *CCommunity_GetClanAnnouncements_Request) XXX_Unmarshal(b []byte) error

type CCommunity_GetClanAnnouncements_Response

type CCommunity_GetClanAnnouncements_Response struct {
	Maxchars             *uint32                            `protobuf:"varint,1,opt,name=maxchars" json:"maxchars,omitempty"`
	StripHtml            *bool                              `protobuf:"varint,2,opt,name=strip_html,json=stripHtml" json:"strip_html,omitempty"`
	Announcements        []*CCommunity_ClanAnnouncementInfo `protobuf:"bytes,3,rep,name=announcements" json:"announcements,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CCommunity_GetClanAnnouncements_Response) Descriptor

func (*CCommunity_GetClanAnnouncements_Response) Descriptor() ([]byte, []int)

func (*CCommunity_GetClanAnnouncements_Response) GetAnnouncements

func (*CCommunity_GetClanAnnouncements_Response) GetMaxchars

func (*CCommunity_GetClanAnnouncements_Response) GetStripHtml

func (*CCommunity_GetClanAnnouncements_Response) ProtoMessage

func (*CCommunity_GetClanAnnouncements_Response) Reset

func (*CCommunity_GetClanAnnouncements_Response) String

func (*CCommunity_GetClanAnnouncements_Response) XXX_DiscardUnknown

func (m *CCommunity_GetClanAnnouncements_Response) XXX_DiscardUnknown()

func (*CCommunity_GetClanAnnouncements_Response) XXX_Marshal

func (m *CCommunity_GetClanAnnouncements_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CCommunity_GetClanAnnouncements_Response) XXX_Merge

func (*CCommunity_GetClanAnnouncements_Response) XXX_Size

func (*CCommunity_GetClanAnnouncements_Response) XXX_Unmarshal

func (m *CCommunity_GetClanAnnouncements_Response) XXX_Unmarshal(b []byte) error

type CEcon_FlushInventoryCache_Request

type CEcon_FlushInventoryCache_Request struct {
	Steamid              *uint64  `protobuf:"varint,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	Contextid            *uint64  `protobuf:"varint,3,opt,name=contextid" json:"contextid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CEcon_FlushInventoryCache_Request) Descriptor

func (*CEcon_FlushInventoryCache_Request) Descriptor() ([]byte, []int)

func (*CEcon_FlushInventoryCache_Request) GetAppid

func (*CEcon_FlushInventoryCache_Request) GetContextid

func (m *CEcon_FlushInventoryCache_Request) GetContextid() uint64

func (*CEcon_FlushInventoryCache_Request) GetSteamid

func (m *CEcon_FlushInventoryCache_Request) GetSteamid() uint64

func (*CEcon_FlushInventoryCache_Request) ProtoMessage

func (*CEcon_FlushInventoryCache_Request) ProtoMessage()

func (*CEcon_FlushInventoryCache_Request) Reset

func (*CEcon_FlushInventoryCache_Request) String

func (*CEcon_FlushInventoryCache_Request) XXX_DiscardUnknown

func (m *CEcon_FlushInventoryCache_Request) XXX_DiscardUnknown()

func (*CEcon_FlushInventoryCache_Request) XXX_Marshal

func (m *CEcon_FlushInventoryCache_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CEcon_FlushInventoryCache_Request) XXX_Merge

func (*CEcon_FlushInventoryCache_Request) XXX_Size

func (m *CEcon_FlushInventoryCache_Request) XXX_Size() int

func (*CEcon_FlushInventoryCache_Request) XXX_Unmarshal

func (m *CEcon_FlushInventoryCache_Request) XXX_Unmarshal(b []byte) error

type CEcon_FlushInventoryCache_Response

type CEcon_FlushInventoryCache_Response struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CEcon_FlushInventoryCache_Response) Descriptor

func (*CEcon_FlushInventoryCache_Response) Descriptor() ([]byte, []int)

func (*CEcon_FlushInventoryCache_Response) GetSuccess

func (m *CEcon_FlushInventoryCache_Response) GetSuccess() bool

func (*CEcon_FlushInventoryCache_Response) ProtoMessage

func (*CEcon_FlushInventoryCache_Response) ProtoMessage()

func (*CEcon_FlushInventoryCache_Response) Reset

func (*CEcon_FlushInventoryCache_Response) String

func (*CEcon_FlushInventoryCache_Response) XXX_DiscardUnknown

func (m *CEcon_FlushInventoryCache_Response) XXX_DiscardUnknown()

func (*CEcon_FlushInventoryCache_Response) XXX_Marshal

func (m *CEcon_FlushInventoryCache_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CEcon_FlushInventoryCache_Response) XXX_Merge

func (*CEcon_FlushInventoryCache_Response) XXX_Size

func (*CEcon_FlushInventoryCache_Response) XXX_Unmarshal

func (m *CEcon_FlushInventoryCache_Response) XXX_Unmarshal(b []byte) error

type CExtraMsgBlock

type CExtraMsgBlock struct {
	MsgType              *uint32  `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	Contents             []byte   `protobuf:"bytes,2,opt,name=contents" json:"contents,omitempty"`
	MsgKey               *uint64  `protobuf:"varint,3,opt,name=msg_key,json=msgKey" json:"msg_key,omitempty"`
	IsCompressed         *bool    `protobuf:"varint,4,opt,name=is_compressed,json=isCompressed" json:"is_compressed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CExtraMsgBlock) Descriptor

func (*CExtraMsgBlock) Descriptor() ([]byte, []int)

func (*CExtraMsgBlock) GetContents

func (m *CExtraMsgBlock) GetContents() []byte

func (*CExtraMsgBlock) GetIsCompressed

func (m *CExtraMsgBlock) GetIsCompressed() bool

func (*CExtraMsgBlock) GetMsgKey

func (m *CExtraMsgBlock) GetMsgKey() uint64

func (*CExtraMsgBlock) GetMsgType

func (m *CExtraMsgBlock) GetMsgType() uint32

func (*CExtraMsgBlock) ProtoMessage

func (*CExtraMsgBlock) ProtoMessage()

func (*CExtraMsgBlock) Reset

func (m *CExtraMsgBlock) Reset()

func (*CExtraMsgBlock) String

func (m *CExtraMsgBlock) String() string

func (*CExtraMsgBlock) XXX_DiscardUnknown

func (m *CExtraMsgBlock) XXX_DiscardUnknown()

func (*CExtraMsgBlock) XXX_Marshal

func (m *CExtraMsgBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CExtraMsgBlock) XXX_Merge

func (m *CExtraMsgBlock) XXX_Merge(src proto.Message)

func (*CExtraMsgBlock) XXX_Size

func (m *CExtraMsgBlock) XXX_Size() int

func (*CExtraMsgBlock) XXX_Unmarshal

func (m *CExtraMsgBlock) XXX_Unmarshal(b []byte) error

type CGCMsgCompressedMsgToClient

type CGCMsgCompressedMsgToClient struct {
	MsgId                *uint32  `protobuf:"varint,1,opt,name=msg_id,json=msgId" json:"msg_id,omitempty"`
	CompressedMsg        []byte   `protobuf:"bytes,2,opt,name=compressed_msg,json=compressedMsg" json:"compressed_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgCompressedMsgToClient) Descriptor

func (*CGCMsgCompressedMsgToClient) Descriptor() ([]byte, []int)

func (*CGCMsgCompressedMsgToClient) GetCompressedMsg

func (m *CGCMsgCompressedMsgToClient) GetCompressedMsg() []byte

func (*CGCMsgCompressedMsgToClient) GetMsgId

func (m *CGCMsgCompressedMsgToClient) GetMsgId() uint32

func (*CGCMsgCompressedMsgToClient) ProtoMessage

func (*CGCMsgCompressedMsgToClient) ProtoMessage()

func (*CGCMsgCompressedMsgToClient) Reset

func (m *CGCMsgCompressedMsgToClient) Reset()

func (*CGCMsgCompressedMsgToClient) String

func (m *CGCMsgCompressedMsgToClient) String() string

func (*CGCMsgCompressedMsgToClient) XXX_DiscardUnknown

func (m *CGCMsgCompressedMsgToClient) XXX_DiscardUnknown()

func (*CGCMsgCompressedMsgToClient) XXX_Marshal

func (m *CGCMsgCompressedMsgToClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCMsgCompressedMsgToClient) XXX_Merge

func (m *CGCMsgCompressedMsgToClient) XXX_Merge(src proto.Message)

func (*CGCMsgCompressedMsgToClient) XXX_Size

func (m *CGCMsgCompressedMsgToClient) XXX_Size() int

func (*CGCMsgCompressedMsgToClient) XXX_Unmarshal

func (m *CGCMsgCompressedMsgToClient) XXX_Unmarshal(b []byte) error

type CGCStorePurchaseInit_LineItem

type CGCStorePurchaseInit_LineItem struct {
	ItemDefId            *uint32  `protobuf:"varint,1,opt,name=item_def_id,json=itemDefId" json:"item_def_id,omitempty"`
	Quantity             *uint32  `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
	CostInLocalCurrency  *uint32  `protobuf:"varint,3,opt,name=cost_in_local_currency,json=costInLocalCurrency" json:"cost_in_local_currency,omitempty"`
	PurchaseType         *uint32  `protobuf:"varint,4,opt,name=purchase_type,json=purchaseType" json:"purchase_type,omitempty"`
	SourceReferenceId    *uint64  `protobuf:"varint,5,opt,name=source_reference_id,json=sourceReferenceId" json:"source_reference_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCStorePurchaseInit_LineItem) Descriptor

func (*CGCStorePurchaseInit_LineItem) Descriptor() ([]byte, []int)

func (*CGCStorePurchaseInit_LineItem) GetCostInLocalCurrency

func (m *CGCStorePurchaseInit_LineItem) GetCostInLocalCurrency() uint32

func (*CGCStorePurchaseInit_LineItem) GetItemDefId

func (m *CGCStorePurchaseInit_LineItem) GetItemDefId() uint32

func (*CGCStorePurchaseInit_LineItem) GetPurchaseType

func (m *CGCStorePurchaseInit_LineItem) GetPurchaseType() uint32

func (*CGCStorePurchaseInit_LineItem) GetQuantity

func (m *CGCStorePurchaseInit_LineItem) GetQuantity() uint32

func (*CGCStorePurchaseInit_LineItem) GetSourceReferenceId

func (m *CGCStorePurchaseInit_LineItem) GetSourceReferenceId() uint64

func (*CGCStorePurchaseInit_LineItem) ProtoMessage

func (*CGCStorePurchaseInit_LineItem) ProtoMessage()

func (*CGCStorePurchaseInit_LineItem) Reset

func (m *CGCStorePurchaseInit_LineItem) Reset()

func (*CGCStorePurchaseInit_LineItem) String

func (*CGCStorePurchaseInit_LineItem) XXX_DiscardUnknown

func (m *CGCStorePurchaseInit_LineItem) XXX_DiscardUnknown()

func (*CGCStorePurchaseInit_LineItem) XXX_Marshal

func (m *CGCStorePurchaseInit_LineItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCStorePurchaseInit_LineItem) XXX_Merge

func (m *CGCStorePurchaseInit_LineItem) XXX_Merge(src proto.Message)

func (*CGCStorePurchaseInit_LineItem) XXX_Size

func (m *CGCStorePurchaseInit_LineItem) XXX_Size() int

func (*CGCStorePurchaseInit_LineItem) XXX_Unmarshal

func (m *CGCStorePurchaseInit_LineItem) XXX_Unmarshal(b []byte) error

type CGCStoreRechargeRedirect_LineItem

type CGCStoreRechargeRedirect_LineItem struct {
	ItemDefId            *uint32  `protobuf:"varint,1,opt,name=item_def_id,json=itemDefId" json:"item_def_id,omitempty"`
	Quantity             *uint32  `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCStoreRechargeRedirect_LineItem) Descriptor

func (*CGCStoreRechargeRedirect_LineItem) Descriptor() ([]byte, []int)

func (*CGCStoreRechargeRedirect_LineItem) GetItemDefId

func (m *CGCStoreRechargeRedirect_LineItem) GetItemDefId() uint32

func (*CGCStoreRechargeRedirect_LineItem) GetQuantity

func (m *CGCStoreRechargeRedirect_LineItem) GetQuantity() uint32

func (*CGCStoreRechargeRedirect_LineItem) ProtoMessage

func (*CGCStoreRechargeRedirect_LineItem) ProtoMessage()

func (*CGCStoreRechargeRedirect_LineItem) Reset

func (*CGCStoreRechargeRedirect_LineItem) String

func (*CGCStoreRechargeRedirect_LineItem) XXX_DiscardUnknown

func (m *CGCStoreRechargeRedirect_LineItem) XXX_DiscardUnknown()

func (*CGCStoreRechargeRedirect_LineItem) XXX_Marshal

func (m *CGCStoreRechargeRedirect_LineItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCStoreRechargeRedirect_LineItem) XXX_Merge

func (*CGCStoreRechargeRedirect_LineItem) XXX_Size

func (m *CGCStoreRechargeRedirect_LineItem) XXX_Size() int

func (*CGCStoreRechargeRedirect_LineItem) XXX_Unmarshal

func (m *CGCStoreRechargeRedirect_LineItem) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterAck

type CGCToGCMsgMasterAck struct {
	DirIndex             *uint32                        `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	MachineName          *string                        `protobuf:"bytes,3,opt,name=machine_name,json=machineName" json:"machine_name,omitempty"`
	ProcessName          *string                        `protobuf:"bytes,4,opt,name=process_name,json=processName" json:"process_name,omitempty"`
	Directory            []*CGCToGCMsgMasterAck_Process `protobuf:"bytes,6,rep,name=directory" json:"directory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*CGCToGCMsgMasterAck) Descriptor

func (*CGCToGCMsgMasterAck) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterAck) GetDirIndex

func (m *CGCToGCMsgMasterAck) GetDirIndex() uint32

func (*CGCToGCMsgMasterAck) GetDirectory

func (m *CGCToGCMsgMasterAck) GetDirectory() []*CGCToGCMsgMasterAck_Process

func (*CGCToGCMsgMasterAck) GetMachineName

func (m *CGCToGCMsgMasterAck) GetMachineName() string

func (*CGCToGCMsgMasterAck) GetProcessName

func (m *CGCToGCMsgMasterAck) GetProcessName() string

func (*CGCToGCMsgMasterAck) ProtoMessage

func (*CGCToGCMsgMasterAck) ProtoMessage()

func (*CGCToGCMsgMasterAck) Reset

func (m *CGCToGCMsgMasterAck) Reset()

func (*CGCToGCMsgMasterAck) String

func (m *CGCToGCMsgMasterAck) String() string

func (*CGCToGCMsgMasterAck) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterAck) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterAck) XXX_Marshal

func (m *CGCToGCMsgMasterAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterAck) XXX_Merge

func (m *CGCToGCMsgMasterAck) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterAck) XXX_Size

func (m *CGCToGCMsgMasterAck) XXX_Size() int

func (*CGCToGCMsgMasterAck) XXX_Unmarshal

func (m *CGCToGCMsgMasterAck) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterAck_Process

type CGCToGCMsgMasterAck_Process struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	TypeInstances        []uint32 `protobuf:"varint,2,rep,name=type_instances,json=typeInstances" json:"type_instances,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgMasterAck_Process) Descriptor

func (*CGCToGCMsgMasterAck_Process) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterAck_Process) GetDirIndex

func (m *CGCToGCMsgMasterAck_Process) GetDirIndex() uint32

func (*CGCToGCMsgMasterAck_Process) GetTypeInstances

func (m *CGCToGCMsgMasterAck_Process) GetTypeInstances() []uint32

func (*CGCToGCMsgMasterAck_Process) ProtoMessage

func (*CGCToGCMsgMasterAck_Process) ProtoMessage()

func (*CGCToGCMsgMasterAck_Process) Reset

func (m *CGCToGCMsgMasterAck_Process) Reset()

func (*CGCToGCMsgMasterAck_Process) String

func (m *CGCToGCMsgMasterAck_Process) String() string

func (*CGCToGCMsgMasterAck_Process) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterAck_Process) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterAck_Process) XXX_Marshal

func (m *CGCToGCMsgMasterAck_Process) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterAck_Process) XXX_Merge

func (m *CGCToGCMsgMasterAck_Process) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterAck_Process) XXX_Size

func (m *CGCToGCMsgMasterAck_Process) XXX_Size() int

func (*CGCToGCMsgMasterAck_Process) XXX_Unmarshal

func (m *CGCToGCMsgMasterAck_Process) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterAck_Response

type CGCToGCMsgMasterAck_Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgMasterAck_Response) Descriptor

func (*CGCToGCMsgMasterAck_Response) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterAck_Response) GetEresult

func (m *CGCToGCMsgMasterAck_Response) GetEresult() int32

func (*CGCToGCMsgMasterAck_Response) ProtoMessage

func (*CGCToGCMsgMasterAck_Response) ProtoMessage()

func (*CGCToGCMsgMasterAck_Response) Reset

func (m *CGCToGCMsgMasterAck_Response) Reset()

func (*CGCToGCMsgMasterAck_Response) String

func (*CGCToGCMsgMasterAck_Response) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterAck_Response) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterAck_Response) XXX_Marshal

func (m *CGCToGCMsgMasterAck_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterAck_Response) XXX_Merge

func (m *CGCToGCMsgMasterAck_Response) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterAck_Response) XXX_Size

func (m *CGCToGCMsgMasterAck_Response) XXX_Size() int

func (*CGCToGCMsgMasterAck_Response) XXX_Unmarshal

func (m *CGCToGCMsgMasterAck_Response) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterStartupComplete

type CGCToGCMsgMasterStartupComplete struct {
	GcInfo               []*CGCToGCMsgMasterStartupComplete_GCInfo `protobuf:"bytes,1,rep,name=gc_info,json=gcInfo" json:"gc_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CGCToGCMsgMasterStartupComplete) Descriptor

func (*CGCToGCMsgMasterStartupComplete) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterStartupComplete) GetGcInfo

func (*CGCToGCMsgMasterStartupComplete) ProtoMessage

func (*CGCToGCMsgMasterStartupComplete) ProtoMessage()

func (*CGCToGCMsgMasterStartupComplete) Reset

func (*CGCToGCMsgMasterStartupComplete) String

func (*CGCToGCMsgMasterStartupComplete) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterStartupComplete) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterStartupComplete) XXX_Marshal

func (m *CGCToGCMsgMasterStartupComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterStartupComplete) XXX_Merge

func (m *CGCToGCMsgMasterStartupComplete) XXX_Merge(src proto.Message)

func (*CGCToGCMsgMasterStartupComplete) XXX_Size

func (m *CGCToGCMsgMasterStartupComplete) XXX_Size() int

func (*CGCToGCMsgMasterStartupComplete) XXX_Unmarshal

func (m *CGCToGCMsgMasterStartupComplete) XXX_Unmarshal(b []byte) error

type CGCToGCMsgMasterStartupComplete_GCInfo

type CGCToGCMsgMasterStartupComplete_GCInfo struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	MachineName          *string  `protobuf:"bytes,2,opt,name=machine_name,json=machineName" json:"machine_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgMasterStartupComplete_GCInfo) Descriptor

func (*CGCToGCMsgMasterStartupComplete_GCInfo) Descriptor() ([]byte, []int)

func (*CGCToGCMsgMasterStartupComplete_GCInfo) GetDirIndex

func (*CGCToGCMsgMasterStartupComplete_GCInfo) GetMachineName

func (m *CGCToGCMsgMasterStartupComplete_GCInfo) GetMachineName() string

func (*CGCToGCMsgMasterStartupComplete_GCInfo) ProtoMessage

func (*CGCToGCMsgMasterStartupComplete_GCInfo) Reset

func (*CGCToGCMsgMasterStartupComplete_GCInfo) String

func (*CGCToGCMsgMasterStartupComplete_GCInfo) XXX_DiscardUnknown

func (m *CGCToGCMsgMasterStartupComplete_GCInfo) XXX_DiscardUnknown()

func (*CGCToGCMsgMasterStartupComplete_GCInfo) XXX_Marshal

func (m *CGCToGCMsgMasterStartupComplete_GCInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgMasterStartupComplete_GCInfo) XXX_Merge

func (*CGCToGCMsgMasterStartupComplete_GCInfo) XXX_Size

func (*CGCToGCMsgMasterStartupComplete_GCInfo) XXX_Unmarshal

func (m *CGCToGCMsgMasterStartupComplete_GCInfo) XXX_Unmarshal(b []byte) error

type CGCToGCMsgRouted

type CGCToGCMsgRouted struct {
	MsgType              *uint32  `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	SenderId             *uint64  `protobuf:"fixed64,2,opt,name=sender_id,json=senderId" json:"sender_id,omitempty"`
	NetMessage           []byte   `protobuf:"bytes,3,opt,name=net_message,json=netMessage" json:"net_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgRouted) Descriptor

func (*CGCToGCMsgRouted) Descriptor() ([]byte, []int)

func (*CGCToGCMsgRouted) GetMsgType

func (m *CGCToGCMsgRouted) GetMsgType() uint32

func (*CGCToGCMsgRouted) GetNetMessage

func (m *CGCToGCMsgRouted) GetNetMessage() []byte

func (*CGCToGCMsgRouted) GetSenderId

func (m *CGCToGCMsgRouted) GetSenderId() uint64

func (*CGCToGCMsgRouted) ProtoMessage

func (*CGCToGCMsgRouted) ProtoMessage()

func (*CGCToGCMsgRouted) Reset

func (m *CGCToGCMsgRouted) Reset()

func (*CGCToGCMsgRouted) String

func (m *CGCToGCMsgRouted) String() string

func (*CGCToGCMsgRouted) XXX_DiscardUnknown

func (m *CGCToGCMsgRouted) XXX_DiscardUnknown()

func (*CGCToGCMsgRouted) XXX_Marshal

func (m *CGCToGCMsgRouted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgRouted) XXX_Merge

func (m *CGCToGCMsgRouted) XXX_Merge(src proto.Message)

func (*CGCToGCMsgRouted) XXX_Size

func (m *CGCToGCMsgRouted) XXX_Size() int

func (*CGCToGCMsgRouted) XXX_Unmarshal

func (m *CGCToGCMsgRouted) XXX_Unmarshal(b []byte) error

type CGCToGCMsgRoutedReply

type CGCToGCMsgRoutedReply struct {
	MsgType              *uint32  `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	NetMessage           []byte   `protobuf:"bytes,2,opt,name=net_message,json=netMessage" json:"net_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCToGCMsgRoutedReply) Descriptor

func (*CGCToGCMsgRoutedReply) Descriptor() ([]byte, []int)

func (*CGCToGCMsgRoutedReply) GetMsgType

func (m *CGCToGCMsgRoutedReply) GetMsgType() uint32

func (*CGCToGCMsgRoutedReply) GetNetMessage

func (m *CGCToGCMsgRoutedReply) GetNetMessage() []byte

func (*CGCToGCMsgRoutedReply) ProtoMessage

func (*CGCToGCMsgRoutedReply) ProtoMessage()

func (*CGCToGCMsgRoutedReply) Reset

func (m *CGCToGCMsgRoutedReply) Reset()

func (*CGCToGCMsgRoutedReply) String

func (m *CGCToGCMsgRoutedReply) String() string

func (*CGCToGCMsgRoutedReply) XXX_DiscardUnknown

func (m *CGCToGCMsgRoutedReply) XXX_DiscardUnknown()

func (*CGCToGCMsgRoutedReply) XXX_Marshal

func (m *CGCToGCMsgRoutedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CGCToGCMsgRoutedReply) XXX_Merge

func (m *CGCToGCMsgRoutedReply) XXX_Merge(src proto.Message)

func (*CGCToGCMsgRoutedReply) XXX_Size

func (m *CGCToGCMsgRoutedReply) XXX_Size() int

func (*CGCToGCMsgRoutedReply) XXX_Unmarshal

func (m *CGCToGCMsgRoutedReply) XXX_Unmarshal(b []byte) error

type CMsgAddItemToSocket

type CMsgAddItemToSocket struct {
	ItemItemId           *uint64                    `protobuf:"varint,1,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	GemsToSocket         []*CMsgAddItemToSocketData `protobuf:"bytes,2,rep,name=gems_to_socket,json=gemsToSocket" json:"gems_to_socket,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CMsgAddItemToSocket) Descriptor

func (*CMsgAddItemToSocket) Descriptor() ([]byte, []int)

func (*CMsgAddItemToSocket) GetGemsToSocket

func (m *CMsgAddItemToSocket) GetGemsToSocket() []*CMsgAddItemToSocketData

func (*CMsgAddItemToSocket) GetItemItemId

func (m *CMsgAddItemToSocket) GetItemItemId() uint64

func (*CMsgAddItemToSocket) ProtoMessage

func (*CMsgAddItemToSocket) ProtoMessage()

func (*CMsgAddItemToSocket) Reset

func (m *CMsgAddItemToSocket) Reset()

func (*CMsgAddItemToSocket) String

func (m *CMsgAddItemToSocket) String() string

func (*CMsgAddItemToSocket) XXX_DiscardUnknown

func (m *CMsgAddItemToSocket) XXX_DiscardUnknown()

func (*CMsgAddItemToSocket) XXX_Marshal

func (m *CMsgAddItemToSocket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAddItemToSocket) XXX_Merge

func (m *CMsgAddItemToSocket) XXX_Merge(src proto.Message)

func (*CMsgAddItemToSocket) XXX_Size

func (m *CMsgAddItemToSocket) XXX_Size() int

func (*CMsgAddItemToSocket) XXX_Unmarshal

func (m *CMsgAddItemToSocket) XXX_Unmarshal(b []byte) error

type CMsgAddItemToSocketData

type CMsgAddItemToSocketData struct {
	GemItemId            *uint64  `protobuf:"varint,1,opt,name=gem_item_id,json=gemItemId" json:"gem_item_id,omitempty"`
	SocketIndex          *uint32  `protobuf:"varint,2,opt,name=socket_index,json=socketIndex" json:"socket_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAddItemToSocketData) Descriptor

func (*CMsgAddItemToSocketData) Descriptor() ([]byte, []int)

func (*CMsgAddItemToSocketData) GetGemItemId

func (m *CMsgAddItemToSocketData) GetGemItemId() uint64

func (*CMsgAddItemToSocketData) GetSocketIndex

func (m *CMsgAddItemToSocketData) GetSocketIndex() uint32

func (*CMsgAddItemToSocketData) ProtoMessage

func (*CMsgAddItemToSocketData) ProtoMessage()

func (*CMsgAddItemToSocketData) Reset

func (m *CMsgAddItemToSocketData) Reset()

func (*CMsgAddItemToSocketData) String

func (m *CMsgAddItemToSocketData) String() string

func (*CMsgAddItemToSocketData) XXX_DiscardUnknown

func (m *CMsgAddItemToSocketData) XXX_DiscardUnknown()

func (*CMsgAddItemToSocketData) XXX_Marshal

func (m *CMsgAddItemToSocketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAddItemToSocketData) XXX_Merge

func (m *CMsgAddItemToSocketData) XXX_Merge(src proto.Message)

func (*CMsgAddItemToSocketData) XXX_Size

func (m *CMsgAddItemToSocketData) XXX_Size() int

func (*CMsgAddItemToSocketData) XXX_Unmarshal

func (m *CMsgAddItemToSocketData) XXX_Unmarshal(b []byte) error

type CMsgAddItemToSocketResponse

type CMsgAddItemToSocketResponse struct {
	ItemItemId           *uint64                              `protobuf:"varint,1,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	UpdatedSocketIndex   []uint32                             `protobuf:"varint,2,rep,name=updated_socket_index,json=updatedSocketIndex" json:"updated_socket_index,omitempty"`
	Response             *CMsgAddItemToSocketResponse_EAddGem `protobuf:"varint,3,opt,name=response,enum=CMsgAddItemToSocketResponse_EAddGem,def=0" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgAddItemToSocketResponse) Descriptor

func (*CMsgAddItemToSocketResponse) Descriptor() ([]byte, []int)

func (*CMsgAddItemToSocketResponse) GetItemItemId

func (m *CMsgAddItemToSocketResponse) GetItemItemId() uint64

func (*CMsgAddItemToSocketResponse) GetResponse

func (*CMsgAddItemToSocketResponse) GetUpdatedSocketIndex

func (m *CMsgAddItemToSocketResponse) GetUpdatedSocketIndex() []uint32

func (*CMsgAddItemToSocketResponse) ProtoMessage

func (*CMsgAddItemToSocketResponse) ProtoMessage()

func (*CMsgAddItemToSocketResponse) Reset

func (m *CMsgAddItemToSocketResponse) Reset()

func (*CMsgAddItemToSocketResponse) String

func (m *CMsgAddItemToSocketResponse) String() string

func (*CMsgAddItemToSocketResponse) XXX_DiscardUnknown

func (m *CMsgAddItemToSocketResponse) XXX_DiscardUnknown()

func (*CMsgAddItemToSocketResponse) XXX_Marshal

func (m *CMsgAddItemToSocketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAddItemToSocketResponse) XXX_Merge

func (m *CMsgAddItemToSocketResponse) XXX_Merge(src proto.Message)

func (*CMsgAddItemToSocketResponse) XXX_Size

func (m *CMsgAddItemToSocketResponse) XXX_Size() int

func (*CMsgAddItemToSocketResponse) XXX_Unmarshal

func (m *CMsgAddItemToSocketResponse) XXX_Unmarshal(b []byte) error

type CMsgAddItemToSocketResponse_EAddGem

type CMsgAddItemToSocketResponse_EAddGem int32
const (
	CMsgAddItemToSocketResponse_k_AddGem_Succeeded                           CMsgAddItemToSocketResponse_EAddGem = 0
	CMsgAddItemToSocketResponse_k_AddGem_Failed_GemIsInvalid                 CMsgAddItemToSocketResponse_EAddGem = 1
	CMsgAddItemToSocketResponse_k_AddGem_Failed_ItemIsInvalid                CMsgAddItemToSocketResponse_EAddGem = 2
	CMsgAddItemToSocketResponse_k_AddGem_Failed_FailedToAddGem               CMsgAddItemToSocketResponse_EAddGem = 3
	CMsgAddItemToSocketResponse_k_AddGem_Failed_InvalidGemTypeForSocket      CMsgAddItemToSocketResponse_EAddGem = 4
	CMsgAddItemToSocketResponse_k_AddGem_Failed_InvalidGemTypeForHero        CMsgAddItemToSocketResponse_EAddGem = 5
	CMsgAddItemToSocketResponse_k_AddGem_Failed_InvalidGemTypeForSlot        CMsgAddItemToSocketResponse_EAddGem = 6
	CMsgAddItemToSocketResponse_k_AddGem_Failed_SocketContainsUnremovableGem CMsgAddItemToSocketResponse_EAddGem = 7
)
const Default_CMsgAddItemToSocketResponse_Response CMsgAddItemToSocketResponse_EAddGem = CMsgAddItemToSocketResponse_k_AddGem_Succeeded

func (CMsgAddItemToSocketResponse_EAddGem) Enum

func (CMsgAddItemToSocketResponse_EAddGem) EnumDescriptor

func (CMsgAddItemToSocketResponse_EAddGem) EnumDescriptor() ([]byte, []int)

func (CMsgAddItemToSocketResponse_EAddGem) String

func (*CMsgAddItemToSocketResponse_EAddGem) UnmarshalJSON

func (x *CMsgAddItemToSocketResponse_EAddGem) UnmarshalJSON(data []byte) error

type CMsgAddSocket

type CMsgAddSocket struct {
	ToolItemId           *uint64  `protobuf:"varint,1,opt,name=tool_item_id,json=toolItemId" json:"tool_item_id,omitempty"`
	ItemItemId           *uint64  `protobuf:"varint,2,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	Unusual              *bool    `protobuf:"varint,3,opt,name=unusual" json:"unusual,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAddSocket) Descriptor

func (*CMsgAddSocket) Descriptor() ([]byte, []int)

func (*CMsgAddSocket) GetItemItemId

func (m *CMsgAddSocket) GetItemItemId() uint64

func (*CMsgAddSocket) GetToolItemId

func (m *CMsgAddSocket) GetToolItemId() uint64

func (*CMsgAddSocket) GetUnusual

func (m *CMsgAddSocket) GetUnusual() bool

func (*CMsgAddSocket) ProtoMessage

func (*CMsgAddSocket) ProtoMessage()

func (*CMsgAddSocket) Reset

func (m *CMsgAddSocket) Reset()

func (*CMsgAddSocket) String

func (m *CMsgAddSocket) String() string

func (*CMsgAddSocket) XXX_DiscardUnknown

func (m *CMsgAddSocket) XXX_DiscardUnknown()

func (*CMsgAddSocket) XXX_Marshal

func (m *CMsgAddSocket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAddSocket) XXX_Merge

func (m *CMsgAddSocket) XXX_Merge(src proto.Message)

func (*CMsgAddSocket) XXX_Size

func (m *CMsgAddSocket) XXX_Size() int

func (*CMsgAddSocket) XXX_Unmarshal

func (m *CMsgAddSocket) XXX_Unmarshal(b []byte) error

type CMsgAddSocketResponse

type CMsgAddSocketResponse struct {
	ItemId               *uint64                           `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	UpdatedSocketIndex   []uint32                          `protobuf:"varint,2,rep,name=updated_socket_index,json=updatedSocketIndex" json:"updated_socket_index,omitempty"`
	Response             *CMsgAddSocketResponse_EAddSocket `protobuf:"varint,3,opt,name=response,enum=CMsgAddSocketResponse_EAddSocket,def=0" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*CMsgAddSocketResponse) Descriptor

func (*CMsgAddSocketResponse) Descriptor() ([]byte, []int)

func (*CMsgAddSocketResponse) GetItemId

func (m *CMsgAddSocketResponse) GetItemId() uint64

func (*CMsgAddSocketResponse) GetResponse

func (*CMsgAddSocketResponse) GetUpdatedSocketIndex

func (m *CMsgAddSocketResponse) GetUpdatedSocketIndex() []uint32

func (*CMsgAddSocketResponse) ProtoMessage

func (*CMsgAddSocketResponse) ProtoMessage()

func (*CMsgAddSocketResponse) Reset

func (m *CMsgAddSocketResponse) Reset()

func (*CMsgAddSocketResponse) String

func (m *CMsgAddSocketResponse) String() string

func (*CMsgAddSocketResponse) XXX_DiscardUnknown

func (m *CMsgAddSocketResponse) XXX_DiscardUnknown()

func (*CMsgAddSocketResponse) XXX_Marshal

func (m *CMsgAddSocketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAddSocketResponse) XXX_Merge

func (m *CMsgAddSocketResponse) XXX_Merge(src proto.Message)

func (*CMsgAddSocketResponse) XXX_Size

func (m *CMsgAddSocketResponse) XXX_Size() int

func (*CMsgAddSocketResponse) XXX_Unmarshal

func (m *CMsgAddSocketResponse) XXX_Unmarshal(b []byte) error

type CMsgAddSocketResponse_EAddSocket

type CMsgAddSocketResponse_EAddSocket int32
const (
	CMsgAddSocketResponse_k_AddSocket_Succeeded                   CMsgAddSocketResponse_EAddSocket = 0
	CMsgAddSocketResponse_k_AddSocket_Failed_ToolIsInvalid        CMsgAddSocketResponse_EAddSocket = 1
	CMsgAddSocketResponse_k_AddSocket_Failed_ItemCannotBeSocketed CMsgAddSocketResponse_EAddSocket = 2
	CMsgAddSocketResponse_k_AddSocket_Failed_FailedToAddSocket    CMsgAddSocketResponse_EAddSocket = 3
)
const Default_CMsgAddSocketResponse_Response CMsgAddSocketResponse_EAddSocket = CMsgAddSocketResponse_k_AddSocket_Succeeded

func (CMsgAddSocketResponse_EAddSocket) Enum

func (CMsgAddSocketResponse_EAddSocket) EnumDescriptor

func (CMsgAddSocketResponse_EAddSocket) EnumDescriptor() ([]byte, []int)

func (CMsgAddSocketResponse_EAddSocket) String

func (*CMsgAddSocketResponse_EAddSocket) UnmarshalJSON

func (x *CMsgAddSocketResponse_EAddSocket) UnmarshalJSON(data []byte) error

type CMsgAdjustItemEquippedState

type CMsgAdjustItemEquippedState struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	NewClass             *uint32  `protobuf:"varint,2,opt,name=new_class,json=newClass" json:"new_class,omitempty"`
	NewSlot              *uint32  `protobuf:"varint,3,opt,name=new_slot,json=newSlot" json:"new_slot,omitempty"`
	StyleIndex           *uint32  `protobuf:"varint,4,opt,name=style_index,json=styleIndex" json:"style_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAdjustItemEquippedState) Descriptor

func (*CMsgAdjustItemEquippedState) Descriptor() ([]byte, []int)

func (*CMsgAdjustItemEquippedState) GetItemId

func (m *CMsgAdjustItemEquippedState) GetItemId() uint64

func (*CMsgAdjustItemEquippedState) GetNewClass

func (m *CMsgAdjustItemEquippedState) GetNewClass() uint32

func (*CMsgAdjustItemEquippedState) GetNewSlot

func (m *CMsgAdjustItemEquippedState) GetNewSlot() uint32

func (*CMsgAdjustItemEquippedState) GetStyleIndex

func (m *CMsgAdjustItemEquippedState) GetStyleIndex() uint32

func (*CMsgAdjustItemEquippedState) ProtoMessage

func (*CMsgAdjustItemEquippedState) ProtoMessage()

func (*CMsgAdjustItemEquippedState) Reset

func (m *CMsgAdjustItemEquippedState) Reset()

func (*CMsgAdjustItemEquippedState) String

func (m *CMsgAdjustItemEquippedState) String() string

func (*CMsgAdjustItemEquippedState) XXX_DiscardUnknown

func (m *CMsgAdjustItemEquippedState) XXX_DiscardUnknown()

func (*CMsgAdjustItemEquippedState) XXX_Marshal

func (m *CMsgAdjustItemEquippedState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgAdjustItemEquippedState) XXX_Merge

func (m *CMsgAdjustItemEquippedState) XXX_Merge(src proto.Message)

func (*CMsgAdjustItemEquippedState) XXX_Size

func (m *CMsgAdjustItemEquippedState) XXX_Size() int

func (*CMsgAdjustItemEquippedState) XXX_Unmarshal

func (m *CMsgAdjustItemEquippedState) XXX_Unmarshal(b []byte) error

type CMsgApplyAutograph

type CMsgApplyAutograph struct {
	AutographItemId      *uint64  `protobuf:"varint,1,opt,name=autograph_item_id,json=autographItemId" json:"autograph_item_id,omitempty"`
	ItemItemId           *uint64  `protobuf:"varint,2,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgApplyAutograph) Descriptor

func (*CMsgApplyAutograph) Descriptor() ([]byte, []int)

func (*CMsgApplyAutograph) GetAutographItemId

func (m *CMsgApplyAutograph) GetAutographItemId() uint64

func (*CMsgApplyAutograph) GetItemItemId

func (m *CMsgApplyAutograph) GetItemItemId() uint64

func (*CMsgApplyAutograph) ProtoMessage

func (*CMsgApplyAutograph) ProtoMessage()

func (*CMsgApplyAutograph) Reset

func (m *CMsgApplyAutograph) Reset()

func (*CMsgApplyAutograph) String

func (m *CMsgApplyAutograph) String() string

func (*CMsgApplyAutograph) XXX_DiscardUnknown

func (m *CMsgApplyAutograph) XXX_DiscardUnknown()

func (*CMsgApplyAutograph) XXX_Marshal

func (m *CMsgApplyAutograph) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgApplyAutograph) XXX_Merge

func (m *CMsgApplyAutograph) XXX_Merge(src proto.Message)

func (*CMsgApplyAutograph) XXX_Size

func (m *CMsgApplyAutograph) XXX_Size() int

func (*CMsgApplyAutograph) XXX_Unmarshal

func (m *CMsgApplyAutograph) XXX_Unmarshal(b []byte) error

type CMsgApplyEggEssence

type CMsgApplyEggEssence struct {
	EssenceItemId        *uint64  `protobuf:"varint,1,opt,name=essence_item_id,json=essenceItemId" json:"essence_item_id,omitempty"`
	EggItemId            *uint64  `protobuf:"varint,2,opt,name=egg_item_id,json=eggItemId" json:"egg_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgApplyEggEssence) Descriptor

func (*CMsgApplyEggEssence) Descriptor() ([]byte, []int)

func (*CMsgApplyEggEssence) GetEggItemId

func (m *CMsgApplyEggEssence) GetEggItemId() uint64

func (*CMsgApplyEggEssence) GetEssenceItemId

func (m *CMsgApplyEggEssence) GetEssenceItemId() uint64

func (*CMsgApplyEggEssence) ProtoMessage

func (*CMsgApplyEggEssence) ProtoMessage()

func (*CMsgApplyEggEssence) Reset

func (m *CMsgApplyEggEssence) Reset()

func (*CMsgApplyEggEssence) String

func (m *CMsgApplyEggEssence) String() string

func (*CMsgApplyEggEssence) XXX_DiscardUnknown

func (m *CMsgApplyEggEssence) XXX_DiscardUnknown()

func (*CMsgApplyEggEssence) XXX_Marshal

func (m *CMsgApplyEggEssence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgApplyEggEssence) XXX_Merge

func (m *CMsgApplyEggEssence) XXX_Merge(src proto.Message)

func (*CMsgApplyEggEssence) XXX_Size

func (m *CMsgApplyEggEssence) XXX_Size() int

func (*CMsgApplyEggEssence) XXX_Unmarshal

func (m *CMsgApplyEggEssence) XXX_Unmarshal(b []byte) error

type CMsgApplyPennantUpgrade

type CMsgApplyPennantUpgrade struct {
	UpgradeItemId        *uint64  `protobuf:"varint,1,opt,name=upgrade_item_id,json=upgradeItemId" json:"upgrade_item_id,omitempty"`
	PennantItemId        *uint64  `protobuf:"varint,2,opt,name=pennant_item_id,json=pennantItemId" json:"pennant_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgApplyPennantUpgrade) Descriptor

func (*CMsgApplyPennantUpgrade) Descriptor() ([]byte, []int)

func (*CMsgApplyPennantUpgrade) GetPennantItemId

func (m *CMsgApplyPennantUpgrade) GetPennantItemId() uint64

func (*CMsgApplyPennantUpgrade) GetUpgradeItemId

func (m *CMsgApplyPennantUpgrade) GetUpgradeItemId() uint64

func (*CMsgApplyPennantUpgrade) ProtoMessage

func (*CMsgApplyPennantUpgrade) ProtoMessage()

func (*CMsgApplyPennantUpgrade) Reset

func (m *CMsgApplyPennantUpgrade) Reset()

func (*CMsgApplyPennantUpgrade) String

func (m *CMsgApplyPennantUpgrade) String() string

func (*CMsgApplyPennantUpgrade) XXX_DiscardUnknown

func (m *CMsgApplyPennantUpgrade) XXX_DiscardUnknown()

func (*CMsgApplyPennantUpgrade) XXX_Marshal

func (m *CMsgApplyPennantUpgrade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgApplyPennantUpgrade) XXX_Merge

func (m *CMsgApplyPennantUpgrade) XXX_Merge(src proto.Message)

func (*CMsgApplyPennantUpgrade) XXX_Size

func (m *CMsgApplyPennantUpgrade) XXX_Size() int

func (*CMsgApplyPennantUpgrade) XXX_Unmarshal

func (m *CMsgApplyPennantUpgrade) XXX_Unmarshal(b []byte) error

type CMsgApplyStrangePart

type CMsgApplyStrangePart struct {
	StrangePartItemId    *uint64  `protobuf:"varint,1,opt,name=strange_part_item_id,json=strangePartItemId" json:"strange_part_item_id,omitempty"`
	ItemItemId           *uint64  `protobuf:"varint,2,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgApplyStrangePart) Descriptor

func (*CMsgApplyStrangePart) Descriptor() ([]byte, []int)

func (*CMsgApplyStrangePart) GetItemItemId

func (m *CMsgApplyStrangePart) GetItemItemId() uint64

func (*CMsgApplyStrangePart) GetStrangePartItemId

func (m *CMsgApplyStrangePart) GetStrangePartItemId() uint64

func (*CMsgApplyStrangePart) ProtoMessage

func (*CMsgApplyStrangePart) ProtoMessage()

func (*CMsgApplyStrangePart) Reset

func (m *CMsgApplyStrangePart) Reset()

func (*CMsgApplyStrangePart) String

func (m *CMsgApplyStrangePart) String() string

func (*CMsgApplyStrangePart) XXX_DiscardUnknown

func (m *CMsgApplyStrangePart) XXX_DiscardUnknown()

func (*CMsgApplyStrangePart) XXX_Marshal

func (m *CMsgApplyStrangePart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgApplyStrangePart) XXX_Merge

func (m *CMsgApplyStrangePart) XXX_Merge(src proto.Message)

func (*CMsgApplyStrangePart) XXX_Size

func (m *CMsgApplyStrangePart) XXX_Size() int

func (*CMsgApplyStrangePart) XXX_Unmarshal

func (m *CMsgApplyStrangePart) XXX_Unmarshal(b []byte) error

type CMsgBannedWordList

type CMsgBannedWordList struct {
	Version              *uint32  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	BannedWords          []string `protobuf:"bytes,2,rep,name=banned_words,json=bannedWords" json:"banned_words,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgBannedWordList) Descriptor

func (*CMsgBannedWordList) Descriptor() ([]byte, []int)

func (*CMsgBannedWordList) GetBannedWords

func (m *CMsgBannedWordList) GetBannedWords() []string

func (*CMsgBannedWordList) GetVersion

func (m *CMsgBannedWordList) GetVersion() uint32

func (*CMsgBannedWordList) ProtoMessage

func (*CMsgBannedWordList) ProtoMessage()

func (*CMsgBannedWordList) Reset

func (m *CMsgBannedWordList) Reset()

func (*CMsgBannedWordList) String

func (m *CMsgBannedWordList) String() string

func (*CMsgBannedWordList) XXX_DiscardUnknown

func (m *CMsgBannedWordList) XXX_DiscardUnknown()

func (*CMsgBannedWordList) XXX_Marshal

func (m *CMsgBannedWordList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgBannedWordList) XXX_Merge

func (m *CMsgBannedWordList) XXX_Merge(src proto.Message)

func (*CMsgBannedWordList) XXX_Size

func (m *CMsgBannedWordList) XXX_Size() int

func (*CMsgBannedWordList) XXX_Unmarshal

func (m *CMsgBannedWordList) XXX_Unmarshal(b []byte) error

type CMsgClientHello

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=socacheHaveVersions" json:"socache_have_versions,omitempty"`
	ClientSessionNeed    *uint32                   `protobuf:"varint,3,opt,name=client_session_need,json=clientSessionNeed" json:"client_session_need,omitempty"`
	ClientLauncher       *PartnerAccountType       `` /* 127-byte string literal not displayed */
	SecretKey            *string                   `protobuf:"bytes,5,opt,name=secret_key,json=secretKey" json:"secret_key,omitempty"`
	ClientLanguage       *uint32                   `protobuf:"varint,6,opt,name=client_language,json=clientLanguage" json:"client_language,omitempty"`
	Engine               *ESourceEngine            `protobuf:"varint,7,opt,name=engine,enum=ESourceEngine,def=0" json:"engine,omitempty"`
	SteamdatagramLogin   []byte                    `protobuf:"bytes,8,opt,name=steamdatagram_login,json=steamdatagramLogin" json:"steamdatagram_login,omitempty"`
	PlatformId           *uint32                   `protobuf:"varint,9,opt,name=platform_id,json=platformId" json:"platform_id,omitempty"`
	GameMsg              []byte                    `protobuf:"bytes,10,opt,name=game_msg,json=gameMsg" json:"game_msg,omitempty"`
	OsType               *int32                    `protobuf:"varint,11,opt,name=os_type,json=osType" json:"os_type,omitempty"`
	RenderSystem         *uint32                   `protobuf:"varint,12,opt,name=render_system,json=renderSystem" json:"render_system,omitempty"`
	RenderSystemReq      *uint32                   `protobuf:"varint,13,opt,name=render_system_req,json=renderSystemReq" json:"render_system_req,omitempty"`
	ScreenWidth          *uint32                   `protobuf:"varint,14,opt,name=screen_width,json=screenWidth" json:"screen_width,omitempty"`
	ScreenHeight         *uint32                   `protobuf:"varint,15,opt,name=screen_height,json=screenHeight" json:"screen_height,omitempty"`
	ScreenRefresh        *uint32                   `protobuf:"varint,16,opt,name=screen_refresh,json=screenRefresh" json:"screen_refresh,omitempty"`
	RenderWidth          *uint32                   `protobuf:"varint,17,opt,name=render_width,json=renderWidth" json:"render_width,omitempty"`
	RenderHeight         *uint32                   `protobuf:"varint,18,opt,name=render_height,json=renderHeight" json:"render_height,omitempty"`
	SwapWidth            *uint32                   `protobuf:"varint,19,opt,name=swap_width,json=swapWidth" json:"swap_width,omitempty"`
	SwapHeight           *uint32                   `protobuf:"varint,20,opt,name=swap_height,json=swapHeight" json:"swap_height,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*CMsgClientHello) Descriptor

func (*CMsgClientHello) Descriptor() ([]byte, []int)

func (*CMsgClientHello) GetClientLanguage

func (m *CMsgClientHello) GetClientLanguage() uint32

func (*CMsgClientHello) GetClientLauncher

func (m *CMsgClientHello) GetClientLauncher() PartnerAccountType

func (*CMsgClientHello) GetClientSessionNeed

func (m *CMsgClientHello) GetClientSessionNeed() uint32

func (*CMsgClientHello) GetEngine

func (m *CMsgClientHello) GetEngine() ESourceEngine

func (*CMsgClientHello) GetGameMsg

func (m *CMsgClientHello) GetGameMsg() []byte

func (*CMsgClientHello) GetOsType

func (m *CMsgClientHello) GetOsType() int32

func (*CMsgClientHello) GetPlatformId

func (m *CMsgClientHello) GetPlatformId() uint32

func (*CMsgClientHello) GetRenderHeight

func (m *CMsgClientHello) GetRenderHeight() uint32

func (*CMsgClientHello) GetRenderSystem

func (m *CMsgClientHello) GetRenderSystem() uint32

func (*CMsgClientHello) GetRenderSystemReq

func (m *CMsgClientHello) GetRenderSystemReq() uint32

func (*CMsgClientHello) GetRenderWidth

func (m *CMsgClientHello) GetRenderWidth() uint32

func (*CMsgClientHello) GetScreenHeight

func (m *CMsgClientHello) GetScreenHeight() uint32

func (*CMsgClientHello) GetScreenRefresh

func (m *CMsgClientHello) GetScreenRefresh() uint32

func (*CMsgClientHello) GetScreenWidth

func (m *CMsgClientHello) GetScreenWidth() uint32

func (*CMsgClientHello) GetSecretKey

func (m *CMsgClientHello) GetSecretKey() string

func (*CMsgClientHello) GetSocacheHaveVersions

func (m *CMsgClientHello) GetSocacheHaveVersions() []*CMsgSOCacheHaveVersion

func (*CMsgClientHello) GetSteamdatagramLogin

func (m *CMsgClientHello) GetSteamdatagramLogin() []byte

func (*CMsgClientHello) GetSwapHeight

func (m *CMsgClientHello) GetSwapHeight() uint32

func (*CMsgClientHello) GetSwapWidth

func (m *CMsgClientHello) GetSwapWidth() uint32

func (*CMsgClientHello) GetVersion

func (m *CMsgClientHello) GetVersion() uint32

func (*CMsgClientHello) ProtoMessage

func (*CMsgClientHello) ProtoMessage()

func (*CMsgClientHello) Reset

func (m *CMsgClientHello) Reset()

func (*CMsgClientHello) String

func (m *CMsgClientHello) String() string

func (*CMsgClientHello) XXX_DiscardUnknown

func (m *CMsgClientHello) XXX_DiscardUnknown()

func (*CMsgClientHello) XXX_Marshal

func (m *CMsgClientHello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientHello) XXX_Merge

func (m *CMsgClientHello) XXX_Merge(src proto.Message)

func (*CMsgClientHello) XXX_Size

func (m *CMsgClientHello) XXX_Size() int

func (*CMsgClientHello) XXX_Unmarshal

func (m *CMsgClientHello) XXX_Unmarshal(b []byte) error

type CMsgClientPingData

type CMsgClientPingData struct {
	RelayCodes              []uint32 `protobuf:"fixed32,4,rep,packed,name=relay_codes,json=relayCodes" json:"relay_codes,omitempty"`
	RelayPings              []uint32 `protobuf:"varint,5,rep,packed,name=relay_pings,json=relayPings" json:"relay_pings,omitempty"`
	RegionCodes             []uint32 `protobuf:"varint,8,rep,packed,name=region_codes,json=regionCodes" json:"region_codes,omitempty"`
	RegionPings             []uint32 `protobuf:"varint,9,rep,packed,name=region_pings,json=regionPings" json:"region_pings,omitempty"`
	RegionPingFailedBitmask *uint32  `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*CMsgClientPingData) Descriptor

func (*CMsgClientPingData) Descriptor() ([]byte, []int)

func (*CMsgClientPingData) GetRegionCodes

func (m *CMsgClientPingData) GetRegionCodes() []uint32

func (*CMsgClientPingData) GetRegionPingFailedBitmask

func (m *CMsgClientPingData) GetRegionPingFailedBitmask() uint32

func (*CMsgClientPingData) GetRegionPings

func (m *CMsgClientPingData) GetRegionPings() []uint32

func (*CMsgClientPingData) GetRelayCodes

func (m *CMsgClientPingData) GetRelayCodes() []uint32

func (*CMsgClientPingData) GetRelayPings

func (m *CMsgClientPingData) GetRelayPings() []uint32

func (*CMsgClientPingData) ProtoMessage

func (*CMsgClientPingData) ProtoMessage()

func (*CMsgClientPingData) Reset

func (m *CMsgClientPingData) Reset()

func (*CMsgClientPingData) String

func (m *CMsgClientPingData) String() string

func (*CMsgClientPingData) XXX_DiscardUnknown

func (m *CMsgClientPingData) XXX_DiscardUnknown()

func (*CMsgClientPingData) XXX_Marshal

func (m *CMsgClientPingData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientPingData) XXX_Merge

func (m *CMsgClientPingData) XXX_Merge(src proto.Message)

func (*CMsgClientPingData) XXX_Size

func (m *CMsgClientPingData) XXX_Size() int

func (*CMsgClientPingData) XXX_Unmarshal

func (m *CMsgClientPingData) XXX_Unmarshal(b []byte) error

type CMsgClientToGCCreateStaticRecipe

type CMsgClientToGCCreateStaticRecipe struct {
	Items                []*CMsgClientToGCCreateStaticRecipe_Item `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	RecipeDefIndex       *uint32                                  `protobuf:"varint,2,opt,name=recipe_def_index,json=recipeDefIndex" json:"recipe_def_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*CMsgClientToGCCreateStaticRecipe) Descriptor

func (*CMsgClientToGCCreateStaticRecipe) Descriptor() ([]byte, []int)

func (*CMsgClientToGCCreateStaticRecipe) GetItems

func (*CMsgClientToGCCreateStaticRecipe) GetRecipeDefIndex

func (m *CMsgClientToGCCreateStaticRecipe) GetRecipeDefIndex() uint32

func (*CMsgClientToGCCreateStaticRecipe) ProtoMessage

func (*CMsgClientToGCCreateStaticRecipe) ProtoMessage()

func (*CMsgClientToGCCreateStaticRecipe) Reset

func (*CMsgClientToGCCreateStaticRecipe) String

func (*CMsgClientToGCCreateStaticRecipe) XXX_DiscardUnknown

func (m *CMsgClientToGCCreateStaticRecipe) XXX_DiscardUnknown()

func (*CMsgClientToGCCreateStaticRecipe) XXX_Marshal

func (m *CMsgClientToGCCreateStaticRecipe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCCreateStaticRecipe) XXX_Merge

func (*CMsgClientToGCCreateStaticRecipe) XXX_Size

func (m *CMsgClientToGCCreateStaticRecipe) XXX_Size() int

func (*CMsgClientToGCCreateStaticRecipe) XXX_Unmarshal

func (m *CMsgClientToGCCreateStaticRecipe) XXX_Unmarshal(b []byte) error

type CMsgClientToGCCreateStaticRecipeResponse

type CMsgClientToGCCreateStaticRecipeResponse struct {
	Response             *CMsgClientToGCCreateStaticRecipeResponse_EResponse          `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCCreateStaticRecipeResponse_EResponse,def=0" json:"response,omitempty"`
	OutputItems          []*CMsgClientToGCCreateStaticRecipeResponse_OutputItem       `protobuf:"bytes,2,rep,name=output_items,json=outputItems" json:"output_items,omitempty"`
	InputErrors          []*CMsgClientToGCCreateStaticRecipeResponse_InputError       `protobuf:"bytes,3,rep,name=input_errors,json=inputErrors" json:"input_errors,omitempty"`
	AdditionalOutputs    []*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput `protobuf:"bytes,4,rep,name=additional_outputs,json=additionalOutputs" json:"additional_outputs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                     `json:"-"`
	XXX_unrecognized     []byte                                                       `json:"-"`
	XXX_sizecache        int32                                                        `json:"-"`
}

func (*CMsgClientToGCCreateStaticRecipeResponse) Descriptor

func (*CMsgClientToGCCreateStaticRecipeResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCCreateStaticRecipeResponse) GetAdditionalOutputs

func (*CMsgClientToGCCreateStaticRecipeResponse) GetInputErrors

func (*CMsgClientToGCCreateStaticRecipeResponse) GetOutputItems

func (*CMsgClientToGCCreateStaticRecipeResponse) GetResponse

func (*CMsgClientToGCCreateStaticRecipeResponse) ProtoMessage

func (*CMsgClientToGCCreateStaticRecipeResponse) Reset

func (*CMsgClientToGCCreateStaticRecipeResponse) String

func (*CMsgClientToGCCreateStaticRecipeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCCreateStaticRecipeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCCreateStaticRecipeResponse) XXX_Marshal

func (m *CMsgClientToGCCreateStaticRecipeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCCreateStaticRecipeResponse) XXX_Merge

func (*CMsgClientToGCCreateStaticRecipeResponse) XXX_Size

func (*CMsgClientToGCCreateStaticRecipeResponse) XXX_Unmarshal

func (m *CMsgClientToGCCreateStaticRecipeResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput

type CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput struct {
	SlotId               *uint32  `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	Value                *uint64  `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) Descriptor

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) GetSlotId

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) GetValue

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) ProtoMessage

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) Reset

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) String

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) XXX_DiscardUnknown

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) XXX_Marshal

func (m *CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) XXX_Merge

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) XXX_Size

func (*CMsgClientToGCCreateStaticRecipeResponse_AdditionalOutput) XXX_Unmarshal

type CMsgClientToGCCreateStaticRecipeResponse_EResponse

type CMsgClientToGCCreateStaticRecipeResponse_EResponse int32
const (
	CMsgClientToGCCreateStaticRecipeResponse_eResponse_Success          CMsgClientToGCCreateStaticRecipeResponse_EResponse = 0
	CMsgClientToGCCreateStaticRecipeResponse_eResponse_OfferingDisabled CMsgClientToGCCreateStaticRecipeResponse_EResponse = 1
	CMsgClientToGCCreateStaticRecipeResponse_eResponse_InvalidItems     CMsgClientToGCCreateStaticRecipeResponse_EResponse = 2
	CMsgClientToGCCreateStaticRecipeResponse_eResponse_InternalError    CMsgClientToGCCreateStaticRecipeResponse_EResponse = 3
	CMsgClientToGCCreateStaticRecipeResponse_eResponse_MissingLeague    CMsgClientToGCCreateStaticRecipeResponse_EResponse = 4
	CMsgClientToGCCreateStaticRecipeResponse_eResponse_MissingEvent     CMsgClientToGCCreateStaticRecipeResponse_EResponse = 5
)
const Default_CMsgClientToGCCreateStaticRecipeResponse_InputError_Error CMsgClientToGCCreateStaticRecipeResponse_EResponse = CMsgClientToGCCreateStaticRecipeResponse_eResponse_Success

func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) Enum

func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) EnumDescriptor

func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) String

func (*CMsgClientToGCCreateStaticRecipeResponse_EResponse) UnmarshalJSON

type CMsgClientToGCCreateStaticRecipeResponse_InputError

type CMsgClientToGCCreateStaticRecipeResponse_InputError struct {
	SlotId               *uint32                                             `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	Error                *CMsgClientToGCCreateStaticRecipeResponse_EResponse `protobuf:"varint,2,opt,name=error,enum=CMsgClientToGCCreateStaticRecipeResponse_EResponse,def=0" json:"error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) Descriptor

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) GetError

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) GetSlotId

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) ProtoMessage

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) Reset

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) String

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) XXX_DiscardUnknown

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) XXX_Marshal

func (m *CMsgClientToGCCreateStaticRecipeResponse_InputError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) XXX_Merge

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) XXX_Size

func (*CMsgClientToGCCreateStaticRecipeResponse_InputError) XXX_Unmarshal

type CMsgClientToGCCreateStaticRecipeResponse_OutputItem

type CMsgClientToGCCreateStaticRecipeResponse_OutputItem struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	ItemId               *uint64  `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,3,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) Descriptor

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) GetDefIndex

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) GetItemId

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) GetSlotId

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) ProtoMessage

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) Reset

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) String

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) XXX_DiscardUnknown

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) XXX_Marshal

func (m *CMsgClientToGCCreateStaticRecipeResponse_OutputItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) XXX_Merge

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) XXX_Size

func (*CMsgClientToGCCreateStaticRecipeResponse_OutputItem) XXX_Unmarshal

type CMsgClientToGCCreateStaticRecipe_Item

type CMsgClientToGCCreateStaticRecipe_Item struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCCreateStaticRecipe_Item) Descriptor

func (*CMsgClientToGCCreateStaticRecipe_Item) Descriptor() ([]byte, []int)

func (*CMsgClientToGCCreateStaticRecipe_Item) GetItemId

func (*CMsgClientToGCCreateStaticRecipe_Item) GetSlotId

func (*CMsgClientToGCCreateStaticRecipe_Item) ProtoMessage

func (*CMsgClientToGCCreateStaticRecipe_Item) ProtoMessage()

func (*CMsgClientToGCCreateStaticRecipe_Item) Reset

func (*CMsgClientToGCCreateStaticRecipe_Item) String

func (*CMsgClientToGCCreateStaticRecipe_Item) XXX_DiscardUnknown

func (m *CMsgClientToGCCreateStaticRecipe_Item) XXX_DiscardUnknown()

func (*CMsgClientToGCCreateStaticRecipe_Item) XXX_Marshal

func (m *CMsgClientToGCCreateStaticRecipe_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCCreateStaticRecipe_Item) XXX_Merge

func (*CMsgClientToGCCreateStaticRecipe_Item) XXX_Size

func (*CMsgClientToGCCreateStaticRecipe_Item) XXX_Unmarshal

func (m *CMsgClientToGCCreateStaticRecipe_Item) XXX_Unmarshal(b []byte) error

type CMsgClientToGCEquipItems

type CMsgClientToGCEquipItems struct {
	Equips               []*CMsgAdjustItemEquippedState `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*CMsgClientToGCEquipItems) Descriptor

func (*CMsgClientToGCEquipItems) Descriptor() ([]byte, []int)

func (*CMsgClientToGCEquipItems) GetEquips

func (*CMsgClientToGCEquipItems) ProtoMessage

func (*CMsgClientToGCEquipItems) ProtoMessage()

func (*CMsgClientToGCEquipItems) Reset

func (m *CMsgClientToGCEquipItems) Reset()

func (*CMsgClientToGCEquipItems) String

func (m *CMsgClientToGCEquipItems) String() string

func (*CMsgClientToGCEquipItems) XXX_DiscardUnknown

func (m *CMsgClientToGCEquipItems) XXX_DiscardUnknown()

func (*CMsgClientToGCEquipItems) XXX_Marshal

func (m *CMsgClientToGCEquipItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCEquipItems) XXX_Merge

func (m *CMsgClientToGCEquipItems) XXX_Merge(src proto.Message)

func (*CMsgClientToGCEquipItems) XXX_Size

func (m *CMsgClientToGCEquipItems) XXX_Size() int

func (*CMsgClientToGCEquipItems) XXX_Unmarshal

func (m *CMsgClientToGCEquipItems) XXX_Unmarshal(b []byte) error

type CMsgClientToGCEquipItemsResponse

type CMsgClientToGCEquipItemsResponse struct {
	SoCacheVersionId     *uint64  `protobuf:"fixed64,1,opt,name=so_cache_version_id,json=soCacheVersionId" json:"so_cache_version_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEquipItemsResponse) Descriptor

func (*CMsgClientToGCEquipItemsResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCEquipItemsResponse) GetSoCacheVersionId

func (m *CMsgClientToGCEquipItemsResponse) GetSoCacheVersionId() uint64

func (*CMsgClientToGCEquipItemsResponse) ProtoMessage

func (*CMsgClientToGCEquipItemsResponse) ProtoMessage()

func (*CMsgClientToGCEquipItemsResponse) Reset

func (*CMsgClientToGCEquipItemsResponse) String

func (*CMsgClientToGCEquipItemsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEquipItemsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEquipItemsResponse) XXX_Marshal

func (m *CMsgClientToGCEquipItemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCEquipItemsResponse) XXX_Merge

func (*CMsgClientToGCEquipItemsResponse) XXX_Size

func (m *CMsgClientToGCEquipItemsResponse) XXX_Size() int

func (*CMsgClientToGCEquipItemsResponse) XXX_Unmarshal

func (m *CMsgClientToGCEquipItemsResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCGetGiftPermissions

type CMsgClientToGCGetGiftPermissions struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetGiftPermissions) Descriptor

func (*CMsgClientToGCGetGiftPermissions) Descriptor() ([]byte, []int)

func (*CMsgClientToGCGetGiftPermissions) ProtoMessage

func (*CMsgClientToGCGetGiftPermissions) ProtoMessage()

func (*CMsgClientToGCGetGiftPermissions) Reset

func (*CMsgClientToGCGetGiftPermissions) String

func (*CMsgClientToGCGetGiftPermissions) XXX_DiscardUnknown

func (m *CMsgClientToGCGetGiftPermissions) XXX_DiscardUnknown()

func (*CMsgClientToGCGetGiftPermissions) XXX_Marshal

func (m *CMsgClientToGCGetGiftPermissions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCGetGiftPermissions) XXX_Merge

func (*CMsgClientToGCGetGiftPermissions) XXX_Size

func (m *CMsgClientToGCGetGiftPermissions) XXX_Size() int

func (*CMsgClientToGCGetGiftPermissions) XXX_Unmarshal

func (m *CMsgClientToGCGetGiftPermissions) XXX_Unmarshal(b []byte) error

type CMsgClientToGCGetGiftPermissionsResponse

type CMsgClientToGCGetGiftPermissionsResponse struct {
	IsUnlimited                       *bool                                                        `protobuf:"varint,1,opt,name=is_unlimited,json=isUnlimited" json:"is_unlimited,omitempty"`
	HasTwoFactor                      *bool                                                        `protobuf:"varint,3,opt,name=has_two_factor,json=hasTwoFactor" json:"has_two_factor,omitempty"`
	SenderPermission                  *EGCMsgInitiateTradeResponse                                 `` /* 142-byte string literal not displayed */
	FriendshipAgeRequirement          *uint32                                                      `` /* 129-byte string literal not displayed */
	FriendshipAgeRequirementTwoFactor *uint32                                                      `` /* 160-byte string literal not displayed */
	FriendPermissions                 []*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission `protobuf:"bytes,9,rep,name=friend_permissions,json=friendPermissions" json:"friend_permissions,omitempty"`
	XXX_NoUnkeyedLiteral              struct{}                                                     `json:"-"`
	XXX_unrecognized                  []byte                                                       `json:"-"`
	XXX_sizecache                     int32                                                        `json:"-"`
}

func (*CMsgClientToGCGetGiftPermissionsResponse) Descriptor

func (*CMsgClientToGCGetGiftPermissionsResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCGetGiftPermissionsResponse) GetFriendPermissions

func (*CMsgClientToGCGetGiftPermissionsResponse) GetFriendshipAgeRequirement

func (m *CMsgClientToGCGetGiftPermissionsResponse) GetFriendshipAgeRequirement() uint32

func (*CMsgClientToGCGetGiftPermissionsResponse) GetFriendshipAgeRequirementTwoFactor

func (m *CMsgClientToGCGetGiftPermissionsResponse) GetFriendshipAgeRequirementTwoFactor() uint32

func (*CMsgClientToGCGetGiftPermissionsResponse) GetHasTwoFactor

func (m *CMsgClientToGCGetGiftPermissionsResponse) GetHasTwoFactor() bool

func (*CMsgClientToGCGetGiftPermissionsResponse) GetIsUnlimited

func (m *CMsgClientToGCGetGiftPermissionsResponse) GetIsUnlimited() bool

func (*CMsgClientToGCGetGiftPermissionsResponse) GetSenderPermission

func (*CMsgClientToGCGetGiftPermissionsResponse) ProtoMessage

func (*CMsgClientToGCGetGiftPermissionsResponse) Reset

func (*CMsgClientToGCGetGiftPermissionsResponse) String

func (*CMsgClientToGCGetGiftPermissionsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetGiftPermissionsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetGiftPermissionsResponse) XXX_Marshal

func (m *CMsgClientToGCGetGiftPermissionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCGetGiftPermissionsResponse) XXX_Merge

func (*CMsgClientToGCGetGiftPermissionsResponse) XXX_Size

func (*CMsgClientToGCGetGiftPermissionsResponse) XXX_Unmarshal

func (m *CMsgClientToGCGetGiftPermissionsResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCGetGiftPermissionsResponse_FriendPermission

type CMsgClientToGCGetGiftPermissionsResponse_FriendPermission struct {
	AccountId            *uint32                      `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Permission           *EGCMsgInitiateTradeResponse `protobuf:"varint,2,opt,name=permission,enum=EGCMsgInitiateTradeResponse,def=0" json:"permission,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) Descriptor

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) GetAccountId

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) GetPermission

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) ProtoMessage

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) Reset

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) String

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) XXX_DiscardUnknown

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) XXX_Marshal

func (m *CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) XXX_Merge

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) XXX_Size

func (*CMsgClientToGCGetGiftPermissionsResponse_FriendPermission) XXX_Unmarshal

type CMsgClientToGCGetLimitedItemPurchaseQuantity

type CMsgClientToGCGetLimitedItemPurchaseQuantity struct {
	ItemDef              *uint32  `protobuf:"varint,1,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) Descriptor

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) GetItemDef

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) ProtoMessage

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) Reset

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) String

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_DiscardUnknown

func (m *CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_DiscardUnknown()

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_Marshal

func (m *CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_Merge

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_Size

func (*CMsgClientToGCGetLimitedItemPurchaseQuantity) XXX_Unmarshal

type CMsgClientToGCGetLimitedItemPurchaseQuantityResponse

type CMsgClientToGCGetLimitedItemPurchaseQuantityResponse struct {
	Result               *CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse `` /* 133-byte string literal not displayed */
	QuantityPurchased    *uint32                                                         `protobuf:"varint,2,opt,name=quantity_purchased,json=quantityPurchased" json:"quantity_purchased,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                        `json:"-"`
	XXX_unrecognized     []byte                                                          `json:"-"`
	XXX_sizecache        int32                                                           `json:"-"`
}

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) Descriptor

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) GetQuantityPurchased

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) GetResult

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) ProtoMessage

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) Reset

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) String

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) XXX_DiscardUnknown

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) XXX_Marshal

func (m *CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) XXX_Merge

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) XXX_Size

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse) XXX_Unmarshal

type CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse

type CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse int32
const (
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eInternalError     CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 0
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eSuccess           CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 1
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eTooBusy           CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 2
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eDisabled          CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 3
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eTimeout           CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 4
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eInvalidItemDef    CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 5
	CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_k_eItemDefNotLimited CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse = 6
)

func (CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse) Enum

func (CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse) EnumDescriptor

func (CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse) String

func (*CMsgClientToGCGetLimitedItemPurchaseQuantityResponse_EResponse) UnmarshalJSON

type CMsgClientToGCLookupAccountName

type CMsgClientToGCLookupAccountName struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCLookupAccountName) Descriptor

func (*CMsgClientToGCLookupAccountName) Descriptor() ([]byte, []int)

func (*CMsgClientToGCLookupAccountName) GetAccountId

func (m *CMsgClientToGCLookupAccountName) GetAccountId() uint32

func (*CMsgClientToGCLookupAccountName) ProtoMessage

func (*CMsgClientToGCLookupAccountName) ProtoMessage()

func (*CMsgClientToGCLookupAccountName) Reset

func (*CMsgClientToGCLookupAccountName) String

func (*CMsgClientToGCLookupAccountName) XXX_DiscardUnknown

func (m *CMsgClientToGCLookupAccountName) XXX_DiscardUnknown()

func (*CMsgClientToGCLookupAccountName) XXX_Marshal

func (m *CMsgClientToGCLookupAccountName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCLookupAccountName) XXX_Merge

func (m *CMsgClientToGCLookupAccountName) XXX_Merge(src proto.Message)

func (*CMsgClientToGCLookupAccountName) XXX_Size

func (m *CMsgClientToGCLookupAccountName) XXX_Size() int

func (*CMsgClientToGCLookupAccountName) XXX_Unmarshal

func (m *CMsgClientToGCLookupAccountName) XXX_Unmarshal(b []byte) error

type CMsgClientToGCLookupAccountNameResponse

type CMsgClientToGCLookupAccountNameResponse struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	AccountName          *string  `protobuf:"bytes,2,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCLookupAccountNameResponse) Descriptor

func (*CMsgClientToGCLookupAccountNameResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCLookupAccountNameResponse) GetAccountId

func (*CMsgClientToGCLookupAccountNameResponse) GetAccountName

func (m *CMsgClientToGCLookupAccountNameResponse) GetAccountName() string

func (*CMsgClientToGCLookupAccountNameResponse) ProtoMessage

func (*CMsgClientToGCLookupAccountNameResponse) Reset

func (*CMsgClientToGCLookupAccountNameResponse) String

func (*CMsgClientToGCLookupAccountNameResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCLookupAccountNameResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCLookupAccountNameResponse) XXX_Marshal

func (m *CMsgClientToGCLookupAccountNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCLookupAccountNameResponse) XXX_Merge

func (*CMsgClientToGCLookupAccountNameResponse) XXX_Size

func (*CMsgClientToGCLookupAccountNameResponse) XXX_Unmarshal

func (m *CMsgClientToGCLookupAccountNameResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCNameItem

type CMsgClientToGCNameItem struct {
	SubjectItemId        *uint64  `protobuf:"varint,1,opt,name=subject_item_id,json=subjectItemId" json:"subject_item_id,omitempty"`
	ToolItemId           *uint64  `protobuf:"varint,2,opt,name=tool_item_id,json=toolItemId" json:"tool_item_id,omitempty"`
	Name                 *string  `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCNameItem) Descriptor

func (*CMsgClientToGCNameItem) Descriptor() ([]byte, []int)

func (*CMsgClientToGCNameItem) GetName

func (m *CMsgClientToGCNameItem) GetName() string

func (*CMsgClientToGCNameItem) GetSubjectItemId

func (m *CMsgClientToGCNameItem) GetSubjectItemId() uint64

func (*CMsgClientToGCNameItem) GetToolItemId

func (m *CMsgClientToGCNameItem) GetToolItemId() uint64

func (*CMsgClientToGCNameItem) ProtoMessage

func (*CMsgClientToGCNameItem) ProtoMessage()

func (*CMsgClientToGCNameItem) Reset

func (m *CMsgClientToGCNameItem) Reset()

func (*CMsgClientToGCNameItem) String

func (m *CMsgClientToGCNameItem) String() string

func (*CMsgClientToGCNameItem) XXX_DiscardUnknown

func (m *CMsgClientToGCNameItem) XXX_DiscardUnknown()

func (*CMsgClientToGCNameItem) XXX_Marshal

func (m *CMsgClientToGCNameItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCNameItem) XXX_Merge

func (m *CMsgClientToGCNameItem) XXX_Merge(src proto.Message)

func (*CMsgClientToGCNameItem) XXX_Size

func (m *CMsgClientToGCNameItem) XXX_Size() int

func (*CMsgClientToGCNameItem) XXX_Unmarshal

func (m *CMsgClientToGCNameItem) XXX_Unmarshal(b []byte) error

type CMsgClientToGCNameItemResponse

type CMsgClientToGCNameItemResponse struct {
	Response             *CMsgClientToGCNameItemResponse_ENameItem `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCNameItemResponse_ENameItem,def=0" json:"response,omitempty"`
	ItemId               *uint64                                   `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgClientToGCNameItemResponse) Descriptor

func (*CMsgClientToGCNameItemResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCNameItemResponse) GetItemId

func (m *CMsgClientToGCNameItemResponse) GetItemId() uint64

func (*CMsgClientToGCNameItemResponse) GetResponse

func (*CMsgClientToGCNameItemResponse) ProtoMessage

func (*CMsgClientToGCNameItemResponse) ProtoMessage()

func (*CMsgClientToGCNameItemResponse) Reset

func (m *CMsgClientToGCNameItemResponse) Reset()

func (*CMsgClientToGCNameItemResponse) String

func (*CMsgClientToGCNameItemResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCNameItemResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCNameItemResponse) XXX_Marshal

func (m *CMsgClientToGCNameItemResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCNameItemResponse) XXX_Merge

func (m *CMsgClientToGCNameItemResponse) XXX_Merge(src proto.Message)

func (*CMsgClientToGCNameItemResponse) XXX_Size

func (m *CMsgClientToGCNameItemResponse) XXX_Size() int

func (*CMsgClientToGCNameItemResponse) XXX_Unmarshal

func (m *CMsgClientToGCNameItemResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCNameItemResponse_ENameItem

type CMsgClientToGCNameItemResponse_ENameItem int32
const (
	CMsgClientToGCNameItemResponse_k_NameItem_Succeeded            CMsgClientToGCNameItemResponse_ENameItem = 0
	CMsgClientToGCNameItemResponse_k_NameItem_Failed               CMsgClientToGCNameItemResponse_ENameItem = 1
	CMsgClientToGCNameItemResponse_k_NameItem_Failed_ToolIsInvalid CMsgClientToGCNameItemResponse_ENameItem = 2
	CMsgClientToGCNameItemResponse_k_NameItem_Failed_ItemIsInvalid CMsgClientToGCNameItemResponse_ENameItem = 3
	CMsgClientToGCNameItemResponse_k_NameItem_Failed_NameIsInvalid CMsgClientToGCNameItemResponse_ENameItem = 4
)

func (CMsgClientToGCNameItemResponse_ENameItem) Enum

func (CMsgClientToGCNameItemResponse_ENameItem) EnumDescriptor

func (CMsgClientToGCNameItemResponse_ENameItem) EnumDescriptor() ([]byte, []int)

func (CMsgClientToGCNameItemResponse_ENameItem) String

func (*CMsgClientToGCNameItemResponse_ENameItem) UnmarshalJSON

func (x *CMsgClientToGCNameItemResponse_ENameItem) UnmarshalJSON(data []byte) error

type CMsgClientToGCRemoveItemAttribute

type CMsgClientToGCRemoveItemAttribute struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCRemoveItemAttribute) Descriptor

func (*CMsgClientToGCRemoveItemAttribute) Descriptor() ([]byte, []int)

func (*CMsgClientToGCRemoveItemAttribute) GetItemId

func (*CMsgClientToGCRemoveItemAttribute) ProtoMessage

func (*CMsgClientToGCRemoveItemAttribute) ProtoMessage()

func (*CMsgClientToGCRemoveItemAttribute) Reset

func (*CMsgClientToGCRemoveItemAttribute) String

func (*CMsgClientToGCRemoveItemAttribute) XXX_DiscardUnknown

func (m *CMsgClientToGCRemoveItemAttribute) XXX_DiscardUnknown()

func (*CMsgClientToGCRemoveItemAttribute) XXX_Marshal

func (m *CMsgClientToGCRemoveItemAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCRemoveItemAttribute) XXX_Merge

func (*CMsgClientToGCRemoveItemAttribute) XXX_Size

func (m *CMsgClientToGCRemoveItemAttribute) XXX_Size() int

func (*CMsgClientToGCRemoveItemAttribute) XXX_Unmarshal

func (m *CMsgClientToGCRemoveItemAttribute) XXX_Unmarshal(b []byte) error

type CMsgClientToGCRemoveItemAttributeResponse

type CMsgClientToGCRemoveItemAttributeResponse struct {
	Response             *CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute `` /* 137-byte string literal not displayed */
	ItemId               *uint64                                                         `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                        `json:"-"`
	XXX_unrecognized     []byte                                                          `json:"-"`
	XXX_sizecache        int32                                                           `json:"-"`
}

func (*CMsgClientToGCRemoveItemAttributeResponse) Descriptor

func (*CMsgClientToGCRemoveItemAttributeResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCRemoveItemAttributeResponse) GetItemId

func (*CMsgClientToGCRemoveItemAttributeResponse) GetResponse

func (*CMsgClientToGCRemoveItemAttributeResponse) ProtoMessage

func (*CMsgClientToGCRemoveItemAttributeResponse) Reset

func (*CMsgClientToGCRemoveItemAttributeResponse) String

func (*CMsgClientToGCRemoveItemAttributeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCRemoveItemAttributeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCRemoveItemAttributeResponse) XXX_Marshal

func (m *CMsgClientToGCRemoveItemAttributeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCRemoveItemAttributeResponse) XXX_Merge

func (*CMsgClientToGCRemoveItemAttributeResponse) XXX_Size

func (*CMsgClientToGCRemoveItemAttributeResponse) XXX_Unmarshal

type CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute

type CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute int32
const (
	CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Succeeded                       CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 0
	CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed                          CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 1
	CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed_ItemIsInvalid            CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 2
	CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed_AttributeCannotBeRemoved CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 3
	CMsgClientToGCRemoveItemAttributeResponse_k_RemoveItemAttribute_Failed_AttributeDoesntExist     CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute = 4
)

func (CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) Enum

func (CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) EnumDescriptor

func (CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) String

func (*CMsgClientToGCRemoveItemAttributeResponse_ERemoveItemAttribute) UnmarshalJSON

type CMsgClientToGCSetItemInventoryCategory

type CMsgClientToGCSetItemInventoryCategory struct {
	ItemIds              []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	SetToValue           *uint32  `protobuf:"varint,2,opt,name=set_to_value,json=setToValue" json:"set_to_value,omitempty"`
	RemoveCategories     *uint32  `protobuf:"varint,3,opt,name=remove_categories,json=removeCategories" json:"remove_categories,omitempty"`
	AddCategories        *uint32  `protobuf:"varint,4,opt,name=add_categories,json=addCategories" json:"add_categories,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCSetItemInventoryCategory) Descriptor

func (*CMsgClientToGCSetItemInventoryCategory) Descriptor() ([]byte, []int)

func (*CMsgClientToGCSetItemInventoryCategory) GetAddCategories

func (m *CMsgClientToGCSetItemInventoryCategory) GetAddCategories() uint32

func (*CMsgClientToGCSetItemInventoryCategory) GetItemIds

func (*CMsgClientToGCSetItemInventoryCategory) GetRemoveCategories

func (m *CMsgClientToGCSetItemInventoryCategory) GetRemoveCategories() uint32

func (*CMsgClientToGCSetItemInventoryCategory) GetSetToValue

func (*CMsgClientToGCSetItemInventoryCategory) ProtoMessage

func (*CMsgClientToGCSetItemInventoryCategory) Reset

func (*CMsgClientToGCSetItemInventoryCategory) String

func (*CMsgClientToGCSetItemInventoryCategory) XXX_DiscardUnknown

func (m *CMsgClientToGCSetItemInventoryCategory) XXX_DiscardUnknown()

func (*CMsgClientToGCSetItemInventoryCategory) XXX_Marshal

func (m *CMsgClientToGCSetItemInventoryCategory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCSetItemInventoryCategory) XXX_Merge

func (*CMsgClientToGCSetItemInventoryCategory) XXX_Size

func (*CMsgClientToGCSetItemInventoryCategory) XXX_Unmarshal

func (m *CMsgClientToGCSetItemInventoryCategory) XXX_Unmarshal(b []byte) error

type CMsgClientToGCSetItemStyle

type CMsgClientToGCSetItemStyle struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	StyleIndex           *uint32  `protobuf:"varint,2,opt,name=style_index,json=styleIndex" json:"style_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCSetItemStyle) Descriptor

func (*CMsgClientToGCSetItemStyle) Descriptor() ([]byte, []int)

func (*CMsgClientToGCSetItemStyle) GetItemId

func (m *CMsgClientToGCSetItemStyle) GetItemId() uint64

func (*CMsgClientToGCSetItemStyle) GetStyleIndex

func (m *CMsgClientToGCSetItemStyle) GetStyleIndex() uint32

func (*CMsgClientToGCSetItemStyle) ProtoMessage

func (*CMsgClientToGCSetItemStyle) ProtoMessage()

func (*CMsgClientToGCSetItemStyle) Reset

func (m *CMsgClientToGCSetItemStyle) Reset()

func (*CMsgClientToGCSetItemStyle) String

func (m *CMsgClientToGCSetItemStyle) String() string

func (*CMsgClientToGCSetItemStyle) XXX_DiscardUnknown

func (m *CMsgClientToGCSetItemStyle) XXX_DiscardUnknown()

func (*CMsgClientToGCSetItemStyle) XXX_Marshal

func (m *CMsgClientToGCSetItemStyle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCSetItemStyle) XXX_Merge

func (m *CMsgClientToGCSetItemStyle) XXX_Merge(src proto.Message)

func (*CMsgClientToGCSetItemStyle) XXX_Size

func (m *CMsgClientToGCSetItemStyle) XXX_Size() int

func (*CMsgClientToGCSetItemStyle) XXX_Unmarshal

func (m *CMsgClientToGCSetItemStyle) XXX_Unmarshal(b []byte) error

type CMsgClientToGCSetItemStyleResponse

type CMsgClientToGCSetItemStyleResponse struct {
	Response             *CMsgClientToGCSetItemStyleResponse_ESetStyle `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCSetItemStyleResponse_ESetStyle,def=0" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgClientToGCSetItemStyleResponse) Descriptor

func (*CMsgClientToGCSetItemStyleResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCSetItemStyleResponse) GetResponse

func (*CMsgClientToGCSetItemStyleResponse) ProtoMessage

func (*CMsgClientToGCSetItemStyleResponse) ProtoMessage()

func (*CMsgClientToGCSetItemStyleResponse) Reset

func (*CMsgClientToGCSetItemStyleResponse) String

func (*CMsgClientToGCSetItemStyleResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCSetItemStyleResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCSetItemStyleResponse) XXX_Marshal

func (m *CMsgClientToGCSetItemStyleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCSetItemStyleResponse) XXX_Merge

func (*CMsgClientToGCSetItemStyleResponse) XXX_Size

func (*CMsgClientToGCSetItemStyleResponse) XXX_Unmarshal

func (m *CMsgClientToGCSetItemStyleResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCSetItemStyleResponse_ESetStyle

type CMsgClientToGCSetItemStyleResponse_ESetStyle int32
const (
	CMsgClientToGCSetItemStyleResponse_k_SetStyle_Succeeded            CMsgClientToGCSetItemStyleResponse_ESetStyle = 0
	CMsgClientToGCSetItemStyleResponse_k_SetStyle_Failed               CMsgClientToGCSetItemStyleResponse_ESetStyle = 1
	CMsgClientToGCSetItemStyleResponse_k_SetStyle_Failed_StyleIsLocked CMsgClientToGCSetItemStyleResponse_ESetStyle = 2
)

func (CMsgClientToGCSetItemStyleResponse_ESetStyle) Enum

func (CMsgClientToGCSetItemStyleResponse_ESetStyle) EnumDescriptor

func (CMsgClientToGCSetItemStyleResponse_ESetStyle) EnumDescriptor() ([]byte, []int)

func (CMsgClientToGCSetItemStyleResponse_ESetStyle) String

func (*CMsgClientToGCSetItemStyleResponse_ESetStyle) UnmarshalJSON

func (x *CMsgClientToGCSetItemStyleResponse_ESetStyle) UnmarshalJSON(data []byte) error

type CMsgClientToGCUnlockCrate

type CMsgClientToGCUnlockCrate struct {
	CrateItemId          *uint64  `protobuf:"varint,1,opt,name=crate_item_id,json=crateItemId" json:"crate_item_id,omitempty"`
	KeyItemId            *uint64  `protobuf:"varint,2,opt,name=key_item_id,json=keyItemId" json:"key_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCUnlockCrate) Descriptor

func (*CMsgClientToGCUnlockCrate) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnlockCrate) GetCrateItemId

func (m *CMsgClientToGCUnlockCrate) GetCrateItemId() uint64

func (*CMsgClientToGCUnlockCrate) GetKeyItemId

func (m *CMsgClientToGCUnlockCrate) GetKeyItemId() uint64

func (*CMsgClientToGCUnlockCrate) ProtoMessage

func (*CMsgClientToGCUnlockCrate) ProtoMessage()

func (*CMsgClientToGCUnlockCrate) Reset

func (m *CMsgClientToGCUnlockCrate) Reset()

func (*CMsgClientToGCUnlockCrate) String

func (m *CMsgClientToGCUnlockCrate) String() string

func (*CMsgClientToGCUnlockCrate) XXX_DiscardUnknown

func (m *CMsgClientToGCUnlockCrate) XXX_DiscardUnknown()

func (*CMsgClientToGCUnlockCrate) XXX_Marshal

func (m *CMsgClientToGCUnlockCrate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnlockCrate) XXX_Merge

func (m *CMsgClientToGCUnlockCrate) XXX_Merge(src proto.Message)

func (*CMsgClientToGCUnlockCrate) XXX_Size

func (m *CMsgClientToGCUnlockCrate) XXX_Size() int

func (*CMsgClientToGCUnlockCrate) XXX_Unmarshal

func (m *CMsgClientToGCUnlockCrate) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnlockCrateResponse

type CMsgClientToGCUnlockCrateResponse struct {
	Result               *EGCMsgResponse                           `protobuf:"varint,1,opt,name=result,enum=EGCMsgResponse,def=0" json:"result,omitempty"`
	GrantedItems         []*CMsgClientToGCUnlockCrateResponse_Item `protobuf:"bytes,2,rep,name=granted_items,json=grantedItems" json:"granted_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgClientToGCUnlockCrateResponse) Descriptor

func (*CMsgClientToGCUnlockCrateResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnlockCrateResponse) GetGrantedItems

func (*CMsgClientToGCUnlockCrateResponse) GetResult

func (m *CMsgClientToGCUnlockCrateResponse) GetResult() EGCMsgResponse

func (*CMsgClientToGCUnlockCrateResponse) ProtoMessage

func (*CMsgClientToGCUnlockCrateResponse) ProtoMessage()

func (*CMsgClientToGCUnlockCrateResponse) Reset

func (*CMsgClientToGCUnlockCrateResponse) String

func (*CMsgClientToGCUnlockCrateResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCUnlockCrateResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCUnlockCrateResponse) XXX_Marshal

func (m *CMsgClientToGCUnlockCrateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnlockCrateResponse) XXX_Merge

func (*CMsgClientToGCUnlockCrateResponse) XXX_Size

func (m *CMsgClientToGCUnlockCrateResponse) XXX_Size() int

func (*CMsgClientToGCUnlockCrateResponse) XXX_Unmarshal

func (m *CMsgClientToGCUnlockCrateResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnlockCrateResponse_Item

type CMsgClientToGCUnlockCrateResponse_Item struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,2,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCUnlockCrateResponse_Item) Descriptor

func (*CMsgClientToGCUnlockCrateResponse_Item) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnlockCrateResponse_Item) GetDefIndex

func (*CMsgClientToGCUnlockCrateResponse_Item) GetItemId

func (*CMsgClientToGCUnlockCrateResponse_Item) ProtoMessage

func (*CMsgClientToGCUnlockCrateResponse_Item) Reset

func (*CMsgClientToGCUnlockCrateResponse_Item) String

func (*CMsgClientToGCUnlockCrateResponse_Item) XXX_DiscardUnknown

func (m *CMsgClientToGCUnlockCrateResponse_Item) XXX_DiscardUnknown()

func (*CMsgClientToGCUnlockCrateResponse_Item) XXX_Marshal

func (m *CMsgClientToGCUnlockCrateResponse_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnlockCrateResponse_Item) XXX_Merge

func (*CMsgClientToGCUnlockCrateResponse_Item) XXX_Size

func (*CMsgClientToGCUnlockCrateResponse_Item) XXX_Unmarshal

func (m *CMsgClientToGCUnlockCrateResponse_Item) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnlockItemStyle

type CMsgClientToGCUnlockItemStyle struct {
	ItemToUnlock         *uint64  `protobuf:"varint,1,opt,name=item_to_unlock,json=itemToUnlock" json:"item_to_unlock,omitempty"`
	StyleIndex           *uint32  `protobuf:"varint,2,opt,name=style_index,json=styleIndex" json:"style_index,omitempty"`
	ConsumableItemIds    []uint64 `protobuf:"varint,3,rep,name=consumable_item_ids,json=consumableItemIds" json:"consumable_item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCUnlockItemStyle) Descriptor

func (*CMsgClientToGCUnlockItemStyle) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnlockItemStyle) GetConsumableItemIds

func (m *CMsgClientToGCUnlockItemStyle) GetConsumableItemIds() []uint64

func (*CMsgClientToGCUnlockItemStyle) GetItemToUnlock

func (m *CMsgClientToGCUnlockItemStyle) GetItemToUnlock() uint64

func (*CMsgClientToGCUnlockItemStyle) GetStyleIndex

func (m *CMsgClientToGCUnlockItemStyle) GetStyleIndex() uint32

func (*CMsgClientToGCUnlockItemStyle) ProtoMessage

func (*CMsgClientToGCUnlockItemStyle) ProtoMessage()

func (*CMsgClientToGCUnlockItemStyle) Reset

func (m *CMsgClientToGCUnlockItemStyle) Reset()

func (*CMsgClientToGCUnlockItemStyle) String

func (*CMsgClientToGCUnlockItemStyle) XXX_DiscardUnknown

func (m *CMsgClientToGCUnlockItemStyle) XXX_DiscardUnknown()

func (*CMsgClientToGCUnlockItemStyle) XXX_Marshal

func (m *CMsgClientToGCUnlockItemStyle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnlockItemStyle) XXX_Merge

func (m *CMsgClientToGCUnlockItemStyle) XXX_Merge(src proto.Message)

func (*CMsgClientToGCUnlockItemStyle) XXX_Size

func (m *CMsgClientToGCUnlockItemStyle) XXX_Size() int

func (*CMsgClientToGCUnlockItemStyle) XXX_Unmarshal

func (m *CMsgClientToGCUnlockItemStyle) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnlockItemStyleResponse

type CMsgClientToGCUnlockItemStyleResponse struct {
	Response             *CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle,def=0" json:"response,omitempty"`
	ItemId               *uint64                                             `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	StyleIndex           *uint32                                             `protobuf:"varint,3,opt,name=style_index,json=styleIndex" json:"style_index,omitempty"`
	StylePrereq          *uint32                                             `protobuf:"varint,4,opt,name=style_prereq,json=stylePrereq" json:"style_prereq,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*CMsgClientToGCUnlockItemStyleResponse) Descriptor

func (*CMsgClientToGCUnlockItemStyleResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnlockItemStyleResponse) GetItemId

func (*CMsgClientToGCUnlockItemStyleResponse) GetResponse

func (*CMsgClientToGCUnlockItemStyleResponse) GetStyleIndex

func (m *CMsgClientToGCUnlockItemStyleResponse) GetStyleIndex() uint32

func (*CMsgClientToGCUnlockItemStyleResponse) GetStylePrereq

func (m *CMsgClientToGCUnlockItemStyleResponse) GetStylePrereq() uint32

func (*CMsgClientToGCUnlockItemStyleResponse) ProtoMessage

func (*CMsgClientToGCUnlockItemStyleResponse) ProtoMessage()

func (*CMsgClientToGCUnlockItemStyleResponse) Reset

func (*CMsgClientToGCUnlockItemStyleResponse) String

func (*CMsgClientToGCUnlockItemStyleResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCUnlockItemStyleResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCUnlockItemStyleResponse) XXX_Marshal

func (m *CMsgClientToGCUnlockItemStyleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnlockItemStyleResponse) XXX_Merge

func (*CMsgClientToGCUnlockItemStyleResponse) XXX_Size

func (*CMsgClientToGCUnlockItemStyleResponse) XXX_Unmarshal

func (m *CMsgClientToGCUnlockItemStyleResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle

type CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle int32
const (
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Succeeded                CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 0
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_PreReq            CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 1
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantAfford        CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 2
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantCommit        CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 3
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantLockCache     CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 4
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantAffordAttrib  CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 5
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_CantAffordGem     CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 6
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_NoCompendiumLevel CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 7
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_AlreadyUnlocked   CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 8
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_OtherError        CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 9
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_ItemIsInvalid     CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 10
	CMsgClientToGCUnlockItemStyleResponse_k_UnlockStyle_Failed_ToolIsInvalid     CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle = 11
)

func (CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) Enum

func (CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) EnumDescriptor

func (CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) String

func (*CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle) UnmarshalJSON

type CMsgClientToGCUnpackBundle

type CMsgClientToGCUnpackBundle struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCUnpackBundle) Descriptor

func (*CMsgClientToGCUnpackBundle) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnpackBundle) GetItemId

func (m *CMsgClientToGCUnpackBundle) GetItemId() uint64

func (*CMsgClientToGCUnpackBundle) ProtoMessage

func (*CMsgClientToGCUnpackBundle) ProtoMessage()

func (*CMsgClientToGCUnpackBundle) Reset

func (m *CMsgClientToGCUnpackBundle) Reset()

func (*CMsgClientToGCUnpackBundle) String

func (m *CMsgClientToGCUnpackBundle) String() string

func (*CMsgClientToGCUnpackBundle) XXX_DiscardUnknown

func (m *CMsgClientToGCUnpackBundle) XXX_DiscardUnknown()

func (*CMsgClientToGCUnpackBundle) XXX_Marshal

func (m *CMsgClientToGCUnpackBundle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnpackBundle) XXX_Merge

func (m *CMsgClientToGCUnpackBundle) XXX_Merge(src proto.Message)

func (*CMsgClientToGCUnpackBundle) XXX_Size

func (m *CMsgClientToGCUnpackBundle) XXX_Size() int

func (*CMsgClientToGCUnpackBundle) XXX_Unmarshal

func (m *CMsgClientToGCUnpackBundle) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnpackBundleResponse

type CMsgClientToGCUnpackBundleResponse struct {
	UnpackedItemIds        []uint64                                          `protobuf:"varint,1,rep,name=unpacked_item_ids,json=unpackedItemIds" json:"unpacked_item_ids,omitempty"`
	Response               *CMsgClientToGCUnpackBundleResponse_EUnpackBundle `protobuf:"varint,2,opt,name=response,enum=CMsgClientToGCUnpackBundleResponse_EUnpackBundle,def=0" json:"response,omitempty"`
	UnpackedItemDefIndexes []uint32                                          `protobuf:"varint,3,rep,name=unpacked_item_def_indexes,json=unpackedItemDefIndexes" json:"unpacked_item_def_indexes,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                                          `json:"-"`
	XXX_unrecognized       []byte                                            `json:"-"`
	XXX_sizecache          int32                                             `json:"-"`
}

func (*CMsgClientToGCUnpackBundleResponse) Descriptor

func (*CMsgClientToGCUnpackBundleResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnpackBundleResponse) GetResponse

func (*CMsgClientToGCUnpackBundleResponse) GetUnpackedItemDefIndexes

func (m *CMsgClientToGCUnpackBundleResponse) GetUnpackedItemDefIndexes() []uint32

func (*CMsgClientToGCUnpackBundleResponse) GetUnpackedItemIds

func (m *CMsgClientToGCUnpackBundleResponse) GetUnpackedItemIds() []uint64

func (*CMsgClientToGCUnpackBundleResponse) ProtoMessage

func (*CMsgClientToGCUnpackBundleResponse) ProtoMessage()

func (*CMsgClientToGCUnpackBundleResponse) Reset

func (*CMsgClientToGCUnpackBundleResponse) String

func (*CMsgClientToGCUnpackBundleResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCUnpackBundleResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCUnpackBundleResponse) XXX_Marshal

func (m *CMsgClientToGCUnpackBundleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnpackBundleResponse) XXX_Merge

func (*CMsgClientToGCUnpackBundleResponse) XXX_Size

func (*CMsgClientToGCUnpackBundleResponse) XXX_Unmarshal

func (m *CMsgClientToGCUnpackBundleResponse) XXX_Unmarshal(b []byte) error

type CMsgClientToGCUnpackBundleResponse_EUnpackBundle

type CMsgClientToGCUnpackBundleResponse_EUnpackBundle int32
const (
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Succeeded                          CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 0
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_ItemIsNotBundle             CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 1
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_UnableToCreateContainedItem CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 2
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_SOCacheError                CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 3
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_ItemIsInvalid               CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 4
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_BadItemQuantity             CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 5
	CMsgClientToGCUnpackBundleResponse_k_UnpackBundle_Failed_UnableToDeleteItem          CMsgClientToGCUnpackBundleResponse_EUnpackBundle = 6
)

func (CMsgClientToGCUnpackBundleResponse_EUnpackBundle) Enum

func (CMsgClientToGCUnpackBundleResponse_EUnpackBundle) EnumDescriptor

func (CMsgClientToGCUnpackBundleResponse_EUnpackBundle) String

func (*CMsgClientToGCUnpackBundleResponse_EUnpackBundle) UnmarshalJSON

type CMsgClientToGCUnwrapGift

type CMsgClientToGCUnwrapGift struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCUnwrapGift) Descriptor

func (*CMsgClientToGCUnwrapGift) Descriptor() ([]byte, []int)

func (*CMsgClientToGCUnwrapGift) GetItemId

func (m *CMsgClientToGCUnwrapGift) GetItemId() uint64

func (*CMsgClientToGCUnwrapGift) ProtoMessage

func (*CMsgClientToGCUnwrapGift) ProtoMessage()

func (*CMsgClientToGCUnwrapGift) Reset

func (m *CMsgClientToGCUnwrapGift) Reset()

func (*CMsgClientToGCUnwrapGift) String

func (m *CMsgClientToGCUnwrapGift) String() string

func (*CMsgClientToGCUnwrapGift) XXX_DiscardUnknown

func (m *CMsgClientToGCUnwrapGift) XXX_DiscardUnknown()

func (*CMsgClientToGCUnwrapGift) XXX_Marshal

func (m *CMsgClientToGCUnwrapGift) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCUnwrapGift) XXX_Merge

func (m *CMsgClientToGCUnwrapGift) XXX_Merge(src proto.Message)

func (*CMsgClientToGCUnwrapGift) XXX_Size

func (m *CMsgClientToGCUnwrapGift) XXX_Size() int

func (*CMsgClientToGCUnwrapGift) XXX_Unmarshal

func (m *CMsgClientToGCUnwrapGift) XXX_Unmarshal(b []byte) error

type CMsgClientToGCWrapAndDeliverGift

type CMsgClientToGCWrapAndDeliverGift struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	GiveToAccountId      *uint32  `protobuf:"varint,2,opt,name=give_to_account_id,json=giveToAccountId" json:"give_to_account_id,omitempty"`
	GiftMessage          *string  `protobuf:"bytes,3,opt,name=gift_message,json=giftMessage" json:"gift_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCWrapAndDeliverGift) Descriptor

func (*CMsgClientToGCWrapAndDeliverGift) Descriptor() ([]byte, []int)

func (*CMsgClientToGCWrapAndDeliverGift) GetGiftMessage

func (m *CMsgClientToGCWrapAndDeliverGift) GetGiftMessage() string

func (*CMsgClientToGCWrapAndDeliverGift) GetGiveToAccountId

func (m *CMsgClientToGCWrapAndDeliverGift) GetGiveToAccountId() uint32

func (*CMsgClientToGCWrapAndDeliverGift) GetItemId

func (*CMsgClientToGCWrapAndDeliverGift) ProtoMessage

func (*CMsgClientToGCWrapAndDeliverGift) ProtoMessage()

func (*CMsgClientToGCWrapAndDeliverGift) Reset

func (*CMsgClientToGCWrapAndDeliverGift) String

func (*CMsgClientToGCWrapAndDeliverGift) XXX_DiscardUnknown

func (m *CMsgClientToGCWrapAndDeliverGift) XXX_DiscardUnknown()

func (*CMsgClientToGCWrapAndDeliverGift) XXX_Marshal

func (m *CMsgClientToGCWrapAndDeliverGift) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCWrapAndDeliverGift) XXX_Merge

func (*CMsgClientToGCWrapAndDeliverGift) XXX_Size

func (m *CMsgClientToGCWrapAndDeliverGift) XXX_Size() int

func (*CMsgClientToGCWrapAndDeliverGift) XXX_Unmarshal

func (m *CMsgClientToGCWrapAndDeliverGift) XXX_Unmarshal(b []byte) error

type CMsgClientToGCWrapAndDeliverGiftResponse

type CMsgClientToGCWrapAndDeliverGiftResponse struct {
	Response             *EGCMsgResponse              `protobuf:"varint,1,opt,name=response,enum=EGCMsgResponse,def=0" json:"response,omitempty"`
	GiftingChargeUses    *uint32                      `protobuf:"varint,2,opt,name=gifting_charge_uses,json=giftingChargeUses" json:"gifting_charge_uses,omitempty"`
	GiftingChargeMax     *int32                       `protobuf:"varint,3,opt,name=gifting_charge_max,json=giftingChargeMax" json:"gifting_charge_max,omitempty"`
	GiftingUses          *uint32                      `protobuf:"varint,4,opt,name=gifting_uses,json=giftingUses" json:"gifting_uses,omitempty"`
	GiftingMax           *int32                       `protobuf:"varint,5,opt,name=gifting_max,json=giftingMax" json:"gifting_max,omitempty"`
	GiftingWindowHours   *uint32                      `protobuf:"varint,6,opt,name=gifting_window_hours,json=giftingWindowHours" json:"gifting_window_hours,omitempty"`
	TradeRestriction     *EGCMsgInitiateTradeResponse `` /* 142-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CMsgClientToGCWrapAndDeliverGiftResponse) Descriptor

func (*CMsgClientToGCWrapAndDeliverGiftResponse) Descriptor() ([]byte, []int)

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeMax

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeMax() int32

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeUses

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeUses() uint32

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingMax

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingUses

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingWindowHours

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingWindowHours() uint32

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetResponse

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetResponse() EGCMsgResponse

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetTradeRestriction

func (*CMsgClientToGCWrapAndDeliverGiftResponse) ProtoMessage

func (*CMsgClientToGCWrapAndDeliverGiftResponse) Reset

func (*CMsgClientToGCWrapAndDeliverGiftResponse) String

func (*CMsgClientToGCWrapAndDeliverGiftResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCWrapAndDeliverGiftResponse) XXX_Marshal

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientToGCWrapAndDeliverGiftResponse) XXX_Merge

func (*CMsgClientToGCWrapAndDeliverGiftResponse) XXX_Size

func (*CMsgClientToGCWrapAndDeliverGiftResponse) XXX_Unmarshal

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) XXX_Unmarshal(b []byte) error

type CMsgClientWelcome

type CMsgClientWelcome struct {
	Version                   *uint32                         `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	GameData                  []byte                          `protobuf:"bytes,2,opt,name=game_data,json=gameData" json:"game_data,omitempty"`
	OutofdateSubscribedCaches []*CMsgSOCacheSubscribed        `` /* 131-byte string literal not displayed */
	UptodateSubscribedCaches  []*CMsgSOCacheSubscriptionCheck `` /* 128-byte string literal not displayed */
	Location                  *CMsgClientWelcome_Location     `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
	SaveGameKey               []byte                          `protobuf:"bytes,6,opt,name=save_game_key,json=saveGameKey" json:"save_game_key,omitempty"`
	ItemSchemaCrc             *uint32                         `protobuf:"fixed32,7,opt,name=item_schema_crc,json=itemSchemaCrc" json:"item_schema_crc,omitempty"`
	ItemsGameUrl              *string                         `protobuf:"bytes,8,opt,name=items_game_url,json=itemsGameUrl" json:"items_game_url,omitempty"`
	GcSocacheFileVersion      *uint32                         `protobuf:"varint,9,opt,name=gc_socache_file_version,json=gcSocacheFileVersion" json:"gc_socache_file_version,omitempty"`
	TxnCountryCode            *string                         `protobuf:"bytes,10,opt,name=txn_country_code,json=txnCountryCode" json:"txn_country_code,omitempty"`
	GameData2                 []byte                          `protobuf:"bytes,11,opt,name=game_data2,json=gameData2" json:"game_data2,omitempty"`
	Rtime32GcWelcomeTimestamp *uint32                         `` /* 135-byte string literal not displayed */
	Currency                  *uint32                         `protobuf:"varint,13,opt,name=currency" json:"currency,omitempty"`
	Balance                   *uint32                         `protobuf:"varint,14,opt,name=balance" json:"balance,omitempty"`
	BalanceUrl                *string                         `protobuf:"bytes,15,opt,name=balance_url,json=balanceUrl" json:"balance_url,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}                        `json:"-"`
	XXX_unrecognized          []byte                          `json:"-"`
	XXX_sizecache             int32                           `json:"-"`
}

func (*CMsgClientWelcome) Descriptor

func (*CMsgClientWelcome) Descriptor() ([]byte, []int)

func (*CMsgClientWelcome) GetBalance

func (m *CMsgClientWelcome) GetBalance() uint32

func (*CMsgClientWelcome) GetBalanceUrl

func (m *CMsgClientWelcome) GetBalanceUrl() string

func (*CMsgClientWelcome) GetCurrency

func (m *CMsgClientWelcome) GetCurrency() uint32

func (*CMsgClientWelcome) GetGameData

func (m *CMsgClientWelcome) GetGameData() []byte

func (*CMsgClientWelcome) GetGameData2

func (m *CMsgClientWelcome) GetGameData2() []byte

func (*CMsgClientWelcome) GetGcSocacheFileVersion

func (m *CMsgClientWelcome) GetGcSocacheFileVersion() uint32

func (*CMsgClientWelcome) GetItemSchemaCrc

func (m *CMsgClientWelcome) GetItemSchemaCrc() uint32

func (*CMsgClientWelcome) GetItemsGameUrl

func (m *CMsgClientWelcome) GetItemsGameUrl() string

func (*CMsgClientWelcome) GetLocation

func (*CMsgClientWelcome) GetOutofdateSubscribedCaches

func (m *CMsgClientWelcome) GetOutofdateSubscribedCaches() []*CMsgSOCacheSubscribed

func (*CMsgClientWelcome) GetRtime32GcWelcomeTimestamp

func (m *CMsgClientWelcome) GetRtime32GcWelcomeTimestamp() uint32

func (*CMsgClientWelcome) GetSaveGameKey

func (m *CMsgClientWelcome) GetSaveGameKey() []byte

func (*CMsgClientWelcome) GetTxnCountryCode

func (m *CMsgClientWelcome) GetTxnCountryCode() string

func (*CMsgClientWelcome) GetUptodateSubscribedCaches

func (m *CMsgClientWelcome) GetUptodateSubscribedCaches() []*CMsgSOCacheSubscriptionCheck

func (*CMsgClientWelcome) GetVersion

func (m *CMsgClientWelcome) GetVersion() uint32

func (*CMsgClientWelcome) ProtoMessage

func (*CMsgClientWelcome) ProtoMessage()

func (*CMsgClientWelcome) Reset

func (m *CMsgClientWelcome) Reset()

func (*CMsgClientWelcome) String

func (m *CMsgClientWelcome) String() string

func (*CMsgClientWelcome) XXX_DiscardUnknown

func (m *CMsgClientWelcome) XXX_DiscardUnknown()

func (*CMsgClientWelcome) XXX_Marshal

func (m *CMsgClientWelcome) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientWelcome) XXX_Merge

func (m *CMsgClientWelcome) XXX_Merge(src proto.Message)

func (*CMsgClientWelcome) XXX_Size

func (m *CMsgClientWelcome) XXX_Size() int

func (*CMsgClientWelcome) XXX_Unmarshal

func (m *CMsgClientWelcome) XXX_Unmarshal(b []byte) error

type CMsgClientWelcome_Location

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientWelcome_Location) Descriptor

func (*CMsgClientWelcome_Location) Descriptor() ([]byte, []int)

func (*CMsgClientWelcome_Location) GetCountry

func (m *CMsgClientWelcome_Location) GetCountry() string

func (*CMsgClientWelcome_Location) GetLatitude

func (m *CMsgClientWelcome_Location) GetLatitude() float32

func (*CMsgClientWelcome_Location) GetLongitude

func (m *CMsgClientWelcome_Location) GetLongitude() float32

func (*CMsgClientWelcome_Location) ProtoMessage

func (*CMsgClientWelcome_Location) ProtoMessage()

func (*CMsgClientWelcome_Location) Reset

func (m *CMsgClientWelcome_Location) Reset()

func (*CMsgClientWelcome_Location) String

func (m *CMsgClientWelcome_Location) String() string

func (*CMsgClientWelcome_Location) XXX_DiscardUnknown

func (m *CMsgClientWelcome_Location) XXX_DiscardUnknown()

func (*CMsgClientWelcome_Location) XXX_Marshal

func (m *CMsgClientWelcome_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgClientWelcome_Location) XXX_Merge

func (m *CMsgClientWelcome_Location) XXX_Merge(src proto.Message)

func (*CMsgClientWelcome_Location) XXX_Size

func (m *CMsgClientWelcome_Location) XXX_Size() int

func (*CMsgClientWelcome_Location) XXX_Unmarshal

func (m *CMsgClientWelcome_Location) XXX_Unmarshal(b []byte) error

type CMsgConVarValue

type CMsgConVarValue struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgConVarValue) Descriptor

func (*CMsgConVarValue) Descriptor() ([]byte, []int)

func (*CMsgConVarValue) GetName

func (m *CMsgConVarValue) GetName() string

func (*CMsgConVarValue) GetValue

func (m *CMsgConVarValue) GetValue() string

func (*CMsgConVarValue) ProtoMessage

func (*CMsgConVarValue) ProtoMessage()

func (*CMsgConVarValue) Reset

func (m *CMsgConVarValue) Reset()

func (*CMsgConVarValue) String

func (m *CMsgConVarValue) String() string

func (*CMsgConVarValue) XXX_DiscardUnknown

func (m *CMsgConVarValue) XXX_DiscardUnknown()

func (*CMsgConVarValue) XXX_Marshal

func (m *CMsgConVarValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgConVarValue) XXX_Merge

func (m *CMsgConVarValue) XXX_Merge(src proto.Message)

func (*CMsgConVarValue) XXX_Size

func (m *CMsgConVarValue) XXX_Size() int

func (*CMsgConVarValue) XXX_Unmarshal

func (m *CMsgConVarValue) XXX_Unmarshal(b []byte) error

type CMsgConnectionStatus

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=clientSessionNeed" json:"client_session_need,omitempty"`
	QueuePosition                 *int32              `protobuf:"varint,3,opt,name=queue_position,json=queuePosition" json:"queue_position,omitempty"`
	QueueSize                     *int32              `protobuf:"varint,4,opt,name=queue_size,json=queueSize" json:"queue_size,omitempty"`
	WaitSeconds                   *int32              `protobuf:"varint,5,opt,name=wait_seconds,json=waitSeconds" json:"wait_seconds,omitempty"`
	EstimatedWaitSecondsRemaining *int32              `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}            `json:"-"`
	XXX_unrecognized              []byte              `json:"-"`
	XXX_sizecache                 int32               `json:"-"`
}

func (*CMsgConnectionStatus) Descriptor

func (*CMsgConnectionStatus) Descriptor() ([]byte, []int)

func (*CMsgConnectionStatus) GetClientSessionNeed

func (m *CMsgConnectionStatus) GetClientSessionNeed() uint32

func (*CMsgConnectionStatus) GetEstimatedWaitSecondsRemaining

func (m *CMsgConnectionStatus) GetEstimatedWaitSecondsRemaining() int32

func (*CMsgConnectionStatus) GetQueuePosition

func (m *CMsgConnectionStatus) GetQueuePosition() int32

func (*CMsgConnectionStatus) GetQueueSize

func (m *CMsgConnectionStatus) GetQueueSize() int32

func (*CMsgConnectionStatus) GetStatus

func (*CMsgConnectionStatus) GetWaitSeconds

func (m *CMsgConnectionStatus) GetWaitSeconds() int32

func (*CMsgConnectionStatus) ProtoMessage

func (*CMsgConnectionStatus) ProtoMessage()

func (*CMsgConnectionStatus) Reset

func (m *CMsgConnectionStatus) Reset()

func (*CMsgConnectionStatus) String

func (m *CMsgConnectionStatus) String() string

func (*CMsgConnectionStatus) XXX_DiscardUnknown

func (m *CMsgConnectionStatus) XXX_DiscardUnknown()

func (*CMsgConnectionStatus) XXX_Marshal

func (m *CMsgConnectionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgConnectionStatus) XXX_Merge

func (m *CMsgConnectionStatus) XXX_Merge(src proto.Message)

func (*CMsgConnectionStatus) XXX_Size

func (m *CMsgConnectionStatus) XXX_Size() int

func (*CMsgConnectionStatus) XXX_Unmarshal

func (m *CMsgConnectionStatus) XXX_Unmarshal(b []byte) error

type CMsgCraftStatue

type CMsgCraftStatue struct {
	Heroid               *uint32  `protobuf:"varint,1,opt,name=heroid" json:"heroid,omitempty"`
	Sequencename         *string  `protobuf:"bytes,2,opt,name=sequencename" json:"sequencename,omitempty"`
	Cycle                *float32 `protobuf:"fixed32,3,opt,name=cycle" json:"cycle,omitempty"`
	Description          *string  `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	PedestalItemdef      *uint32  `protobuf:"varint,5,opt,name=pedestal_itemdef,json=pedestalItemdef" json:"pedestal_itemdef,omitempty"`
	Toolid               *uint64  `protobuf:"varint,6,opt,name=toolid" json:"toolid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCraftStatue) Descriptor

func (*CMsgCraftStatue) Descriptor() ([]byte, []int)

func (*CMsgCraftStatue) GetCycle

func (m *CMsgCraftStatue) GetCycle() float32

func (*CMsgCraftStatue) GetDescription

func (m *CMsgCraftStatue) GetDescription() string

func (*CMsgCraftStatue) GetHeroid

func (m *CMsgCraftStatue) GetHeroid() uint32

func (*CMsgCraftStatue) GetPedestalItemdef

func (m *CMsgCraftStatue) GetPedestalItemdef() uint32

func (*CMsgCraftStatue) GetSequencename

func (m *CMsgCraftStatue) GetSequencename() string

func (*CMsgCraftStatue) GetToolid

func (m *CMsgCraftStatue) GetToolid() uint64

func (*CMsgCraftStatue) ProtoMessage

func (*CMsgCraftStatue) ProtoMessage()

func (*CMsgCraftStatue) Reset

func (m *CMsgCraftStatue) Reset()

func (*CMsgCraftStatue) String

func (m *CMsgCraftStatue) String() string

func (*CMsgCraftStatue) XXX_DiscardUnknown

func (m *CMsgCraftStatue) XXX_DiscardUnknown()

func (*CMsgCraftStatue) XXX_Marshal

func (m *CMsgCraftStatue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgCraftStatue) XXX_Merge

func (m *CMsgCraftStatue) XXX_Merge(src proto.Message)

func (*CMsgCraftStatue) XXX_Size

func (m *CMsgCraftStatue) XXX_Size() int

func (*CMsgCraftStatue) XXX_Unmarshal

func (m *CMsgCraftStatue) XXX_Unmarshal(b []byte) error

type CMsgCraftingResponse

type CMsgCraftingResponse struct {
	ItemIds              []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCraftingResponse) Descriptor

func (*CMsgCraftingResponse) Descriptor() ([]byte, []int)

func (*CMsgCraftingResponse) GetItemIds

func (m *CMsgCraftingResponse) GetItemIds() []uint64

func (*CMsgCraftingResponse) ProtoMessage

func (*CMsgCraftingResponse) ProtoMessage()

func (*CMsgCraftingResponse) Reset

func (m *CMsgCraftingResponse) Reset()

func (*CMsgCraftingResponse) String

func (m *CMsgCraftingResponse) String() string

func (*CMsgCraftingResponse) XXX_DiscardUnknown

func (m *CMsgCraftingResponse) XXX_DiscardUnknown()

func (*CMsgCraftingResponse) XXX_Marshal

func (m *CMsgCraftingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgCraftingResponse) XXX_Merge

func (m *CMsgCraftingResponse) XXX_Merge(src proto.Message)

func (*CMsgCraftingResponse) XXX_Size

func (m *CMsgCraftingResponse) XXX_Size() int

func (*CMsgCraftingResponse) XXX_Unmarshal

func (m *CMsgCraftingResponse) XXX_Unmarshal(b []byte) error

type CMsgCustomGameInstallStatus

type CMsgCustomGameInstallStatus struct {
	Status                   *ECustomGameInstallStatus `protobuf:"varint,1,opt,name=status,enum=ECustomGameInstallStatus,def=0" json:"status,omitempty"`
	Message                  *string                   `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	LatestTimestampFromSteam *uint32                   `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                  `json:"-"`
	XXX_unrecognized         []byte                    `json:"-"`
	XXX_sizecache            int32                     `json:"-"`
}

func (*CMsgCustomGameInstallStatus) Descriptor

func (*CMsgCustomGameInstallStatus) Descriptor() ([]byte, []int)

func (*CMsgCustomGameInstallStatus) GetLatestTimestampFromSteam

func (m *CMsgCustomGameInstallStatus) GetLatestTimestampFromSteam() uint32

func (*CMsgCustomGameInstallStatus) GetMessage

func (m *CMsgCustomGameInstallStatus) GetMessage() string

func (*CMsgCustomGameInstallStatus) GetStatus

func (*CMsgCustomGameInstallStatus) ProtoMessage

func (*CMsgCustomGameInstallStatus) ProtoMessage()

func (*CMsgCustomGameInstallStatus) Reset

func (m *CMsgCustomGameInstallStatus) Reset()

func (*CMsgCustomGameInstallStatus) String

func (m *CMsgCustomGameInstallStatus) String() string

func (*CMsgCustomGameInstallStatus) XXX_DiscardUnknown

func (m *CMsgCustomGameInstallStatus) XXX_DiscardUnknown()

func (*CMsgCustomGameInstallStatus) XXX_Marshal

func (m *CMsgCustomGameInstallStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgCustomGameInstallStatus) XXX_Merge

func (m *CMsgCustomGameInstallStatus) XXX_Merge(src proto.Message)

func (*CMsgCustomGameInstallStatus) XXX_Size

func (m *CMsgCustomGameInstallStatus) XXX_Size() int

func (*CMsgCustomGameInstallStatus) XXX_Unmarshal

func (m *CMsgCustomGameInstallStatus) XXX_Unmarshal(b []byte) error

type CMsgDevNewItemRequest

type CMsgDevNewItemRequest struct {
	ItemDefName          *string  `protobuf:"bytes,3,opt,name=item_def_name,json=itemDefName" json:"item_def_name,omitempty"`
	LootListName         *string  `protobuf:"bytes,4,opt,name=loot_list_name,json=lootListName" json:"loot_list_name,omitempty"`
	AttrDefName          []string `protobuf:"bytes,5,rep,name=attr_def_name,json=attrDefName" json:"attr_def_name,omitempty"`
	AttrValue            []string `protobuf:"bytes,6,rep,name=attr_value,json=attrValue" json:"attr_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDevNewItemRequest) Descriptor

func (*CMsgDevNewItemRequest) Descriptor() ([]byte, []int)

func (*CMsgDevNewItemRequest) GetAttrDefName

func (m *CMsgDevNewItemRequest) GetAttrDefName() []string

func (*CMsgDevNewItemRequest) GetAttrValue

func (m *CMsgDevNewItemRequest) GetAttrValue() []string

func (*CMsgDevNewItemRequest) GetItemDefName

func (m *CMsgDevNewItemRequest) GetItemDefName() string

func (*CMsgDevNewItemRequest) GetLootListName

func (m *CMsgDevNewItemRequest) GetLootListName() string

func (*CMsgDevNewItemRequest) ProtoMessage

func (*CMsgDevNewItemRequest) ProtoMessage()

func (*CMsgDevNewItemRequest) Reset

func (m *CMsgDevNewItemRequest) Reset()

func (*CMsgDevNewItemRequest) String

func (m *CMsgDevNewItemRequest) String() string

func (*CMsgDevNewItemRequest) XXX_DiscardUnknown

func (m *CMsgDevNewItemRequest) XXX_DiscardUnknown()

func (*CMsgDevNewItemRequest) XXX_Marshal

func (m *CMsgDevNewItemRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDevNewItemRequest) XXX_Merge

func (m *CMsgDevNewItemRequest) XXX_Merge(src proto.Message)

func (*CMsgDevNewItemRequest) XXX_Size

func (m *CMsgDevNewItemRequest) XXX_Size() int

func (*CMsgDevNewItemRequest) XXX_Unmarshal

func (m *CMsgDevNewItemRequest) XXX_Unmarshal(b []byte) error

type CMsgDevNewItemRequestResponse

type CMsgDevNewItemRequestResponse struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDevNewItemRequestResponse) Descriptor

func (*CMsgDevNewItemRequestResponse) Descriptor() ([]byte, []int)

func (*CMsgDevNewItemRequestResponse) GetSuccess

func (m *CMsgDevNewItemRequestResponse) GetSuccess() bool

func (*CMsgDevNewItemRequestResponse) ProtoMessage

func (*CMsgDevNewItemRequestResponse) ProtoMessage()

func (*CMsgDevNewItemRequestResponse) Reset

func (m *CMsgDevNewItemRequestResponse) Reset()

func (*CMsgDevNewItemRequestResponse) String

func (*CMsgDevNewItemRequestResponse) XXX_DiscardUnknown

func (m *CMsgDevNewItemRequestResponse) XXX_DiscardUnknown()

func (*CMsgDevNewItemRequestResponse) XXX_Marshal

func (m *CMsgDevNewItemRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDevNewItemRequestResponse) XXX_Merge

func (m *CMsgDevNewItemRequestResponse) XXX_Merge(src proto.Message)

func (*CMsgDevNewItemRequestResponse) XXX_Size

func (m *CMsgDevNewItemRequestResponse) XXX_Size() int

func (*CMsgDevNewItemRequestResponse) XXX_Unmarshal

func (m *CMsgDevNewItemRequestResponse) XXX_Unmarshal(b []byte) error

type CMsgDevUnlockAllItemStyles

type CMsgDevUnlockAllItemStyles struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDevUnlockAllItemStyles) Descriptor

func (*CMsgDevUnlockAllItemStyles) Descriptor() ([]byte, []int)

func (*CMsgDevUnlockAllItemStyles) GetItemId

func (m *CMsgDevUnlockAllItemStyles) GetItemId() uint64

func (*CMsgDevUnlockAllItemStyles) ProtoMessage

func (*CMsgDevUnlockAllItemStyles) ProtoMessage()

func (*CMsgDevUnlockAllItemStyles) Reset

func (m *CMsgDevUnlockAllItemStyles) Reset()

func (*CMsgDevUnlockAllItemStyles) String

func (m *CMsgDevUnlockAllItemStyles) String() string

func (*CMsgDevUnlockAllItemStyles) XXX_DiscardUnknown

func (m *CMsgDevUnlockAllItemStyles) XXX_DiscardUnknown()

func (*CMsgDevUnlockAllItemStyles) XXX_Marshal

func (m *CMsgDevUnlockAllItemStyles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDevUnlockAllItemStyles) XXX_Merge

func (m *CMsgDevUnlockAllItemStyles) XXX_Merge(src proto.Message)

func (*CMsgDevUnlockAllItemStyles) XXX_Size

func (m *CMsgDevUnlockAllItemStyles) XXX_Size() int

func (*CMsgDevUnlockAllItemStyles) XXX_Unmarshal

func (m *CMsgDevUnlockAllItemStyles) XXX_Unmarshal(b []byte) error

type CMsgDevUnlockAllItemStylesResponse

type CMsgDevUnlockAllItemStylesResponse struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDevUnlockAllItemStylesResponse) Descriptor

func (*CMsgDevUnlockAllItemStylesResponse) Descriptor() ([]byte, []int)

func (*CMsgDevUnlockAllItemStylesResponse) GetSuccess

func (m *CMsgDevUnlockAllItemStylesResponse) GetSuccess() bool

func (*CMsgDevUnlockAllItemStylesResponse) ProtoMessage

func (*CMsgDevUnlockAllItemStylesResponse) ProtoMessage()

func (*CMsgDevUnlockAllItemStylesResponse) Reset

func (*CMsgDevUnlockAllItemStylesResponse) String

func (*CMsgDevUnlockAllItemStylesResponse) XXX_DiscardUnknown

func (m *CMsgDevUnlockAllItemStylesResponse) XXX_DiscardUnknown()

func (*CMsgDevUnlockAllItemStylesResponse) XXX_Marshal

func (m *CMsgDevUnlockAllItemStylesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgDevUnlockAllItemStylesResponse) XXX_Merge

func (*CMsgDevUnlockAllItemStylesResponse) XXX_Size

func (*CMsgDevUnlockAllItemStylesResponse) XXX_Unmarshal

func (m *CMsgDevUnlockAllItemStylesResponse) XXX_Unmarshal(b []byte) error

type CMsgEconPlayerStrangeCountAdjustment

type CMsgEconPlayerStrangeCountAdjustment struct {
	AccountId               *uint32                                                         `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	StrangeCountAdjustments []*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment `protobuf:"bytes,2,rep,name=strange_count_adjustments,json=strangeCountAdjustments" json:"strange_count_adjustments,omitempty"`
	TurboMode               *bool                                                           `protobuf:"varint,3,opt,name=turbo_mode,json=turboMode" json:"turbo_mode,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}                                                        `json:"-"`
	XXX_unrecognized        []byte                                                          `json:"-"`
	XXX_sizecache           int32                                                           `json:"-"`
}

func (*CMsgEconPlayerStrangeCountAdjustment) Descriptor

func (*CMsgEconPlayerStrangeCountAdjustment) Descriptor() ([]byte, []int)

func (*CMsgEconPlayerStrangeCountAdjustment) GetAccountId

func (m *CMsgEconPlayerStrangeCountAdjustment) GetAccountId() uint32

func (*CMsgEconPlayerStrangeCountAdjustment) GetStrangeCountAdjustments

func (*CMsgEconPlayerStrangeCountAdjustment) GetTurboMode

func (m *CMsgEconPlayerStrangeCountAdjustment) GetTurboMode() bool

func (*CMsgEconPlayerStrangeCountAdjustment) ProtoMessage

func (*CMsgEconPlayerStrangeCountAdjustment) ProtoMessage()

func (*CMsgEconPlayerStrangeCountAdjustment) Reset

func (*CMsgEconPlayerStrangeCountAdjustment) String

func (*CMsgEconPlayerStrangeCountAdjustment) XXX_DiscardUnknown

func (m *CMsgEconPlayerStrangeCountAdjustment) XXX_DiscardUnknown()

func (*CMsgEconPlayerStrangeCountAdjustment) XXX_Marshal

func (m *CMsgEconPlayerStrangeCountAdjustment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgEconPlayerStrangeCountAdjustment) XXX_Merge

func (*CMsgEconPlayerStrangeCountAdjustment) XXX_Size

func (*CMsgEconPlayerStrangeCountAdjustment) XXX_Unmarshal

func (m *CMsgEconPlayerStrangeCountAdjustment) XXX_Unmarshal(b []byte) error

type CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment

type CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment struct {
	EventType            *uint32  `protobuf:"varint,1,opt,name=event_type,json=eventType" json:"event_type,omitempty"`
	ItemId               *uint64  `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	Adjustment           *uint32  `protobuf:"varint,3,opt,name=adjustment" json:"adjustment,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) Descriptor

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) GetAdjustment

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) GetEventType

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) GetItemId

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) ProtoMessage

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) Reset

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) String

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) XXX_DiscardUnknown

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) XXX_Marshal

func (m *CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) XXX_Merge

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) XXX_Size

func (*CMsgEconPlayerStrangeCountAdjustment_CStrangeCountAdjustment) XXX_Unmarshal

type CMsgExtractGems

type CMsgExtractGems struct {
	ToolItemId           *uint64  `protobuf:"varint,1,opt,name=tool_item_id,json=toolItemId" json:"tool_item_id,omitempty"`
	ItemItemId           *uint64  `protobuf:"varint,2,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	ItemSocketId         *uint32  `protobuf:"varint,3,opt,name=item_socket_id,json=itemSocketId,def=65535" json:"item_socket_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgExtractGems) Descriptor

func (*CMsgExtractGems) Descriptor() ([]byte, []int)

func (*CMsgExtractGems) GetItemItemId

func (m *CMsgExtractGems) GetItemItemId() uint64

func (*CMsgExtractGems) GetItemSocketId

func (m *CMsgExtractGems) GetItemSocketId() uint32

func (*CMsgExtractGems) GetToolItemId

func (m *CMsgExtractGems) GetToolItemId() uint64

func (*CMsgExtractGems) ProtoMessage

func (*CMsgExtractGems) ProtoMessage()

func (*CMsgExtractGems) Reset

func (m *CMsgExtractGems) Reset()

func (*CMsgExtractGems) String

func (m *CMsgExtractGems) String() string

func (*CMsgExtractGems) XXX_DiscardUnknown

func (m *CMsgExtractGems) XXX_DiscardUnknown()

func (*CMsgExtractGems) XXX_Marshal

func (m *CMsgExtractGems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgExtractGems) XXX_Merge

func (m *CMsgExtractGems) XXX_Merge(src proto.Message)

func (*CMsgExtractGems) XXX_Size

func (m *CMsgExtractGems) XXX_Size() int

func (*CMsgExtractGems) XXX_Unmarshal

func (m *CMsgExtractGems) XXX_Unmarshal(b []byte) error

type CMsgExtractGemsResponse

type CMsgExtractGemsResponse struct {
	ItemId               *uint64                               `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	Response             *CMsgExtractGemsResponse_EExtractGems `protobuf:"varint,2,opt,name=response,enum=CMsgExtractGemsResponse_EExtractGems,def=0" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*CMsgExtractGemsResponse) Descriptor

func (*CMsgExtractGemsResponse) Descriptor() ([]byte, []int)

func (*CMsgExtractGemsResponse) GetItemId

func (m *CMsgExtractGemsResponse) GetItemId() uint64

func (*CMsgExtractGemsResponse) GetResponse

func (*CMsgExtractGemsResponse) ProtoMessage

func (*CMsgExtractGemsResponse) ProtoMessage()

func (*CMsgExtractGemsResponse) Reset

func (m *CMsgExtractGemsResponse) Reset()

func (*CMsgExtractGemsResponse) String

func (m *CMsgExtractGemsResponse) String() string

func (*CMsgExtractGemsResponse) XXX_DiscardUnknown

func (m *CMsgExtractGemsResponse) XXX_DiscardUnknown()

func (*CMsgExtractGemsResponse) XXX_Marshal

func (m *CMsgExtractGemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgExtractGemsResponse) XXX_Merge

func (m *CMsgExtractGemsResponse) XXX_Merge(src proto.Message)

func (*CMsgExtractGemsResponse) XXX_Size

func (m *CMsgExtractGemsResponse) XXX_Size() int

func (*CMsgExtractGemsResponse) XXX_Unmarshal

func (m *CMsgExtractGemsResponse) XXX_Unmarshal(b []byte) error

type CMsgExtractGemsResponse_EExtractGems

type CMsgExtractGemsResponse_EExtractGems int32
const (
	CMsgExtractGemsResponse_k_ExtractGems_Succeeded                  CMsgExtractGemsResponse_EExtractGems = 0
	CMsgExtractGemsResponse_k_ExtractGems_Failed_ToolIsInvalid       CMsgExtractGemsResponse_EExtractGems = 1
	CMsgExtractGemsResponse_k_ExtractGems_Failed_ItemIsInvalid       CMsgExtractGemsResponse_EExtractGems = 2
	CMsgExtractGemsResponse_k_ExtractGems_Failed_ToolCannotRemoveGem CMsgExtractGemsResponse_EExtractGems = 3
	CMsgExtractGemsResponse_k_ExtractGems_Failed_FailedToRemoveGem   CMsgExtractGemsResponse_EExtractGems = 4
)

func (CMsgExtractGemsResponse_EExtractGems) Enum

func (CMsgExtractGemsResponse_EExtractGems) EnumDescriptor

func (CMsgExtractGemsResponse_EExtractGems) EnumDescriptor() ([]byte, []int)

func (CMsgExtractGemsResponse_EExtractGems) String

func (*CMsgExtractGemsResponse_EExtractGems) UnmarshalJSON

func (x *CMsgExtractGemsResponse_EExtractGems) UnmarshalJSON(data []byte) error

type CMsgFulfillDynamicRecipeComponent

type CMsgFulfillDynamicRecipeComponent struct {
	ToolItemId            *uint64                `protobuf:"varint,1,opt,name=tool_item_id,json=toolItemId" json:"tool_item_id,omitempty"`
	ConsumptionComponents []*CMsgRecipeComponent `protobuf:"bytes,2,rep,name=consumption_components,json=consumptionComponents" json:"consumption_components,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}               `json:"-"`
	XXX_unrecognized      []byte                 `json:"-"`
	XXX_sizecache         int32                  `json:"-"`
}

func (*CMsgFulfillDynamicRecipeComponent) Descriptor

func (*CMsgFulfillDynamicRecipeComponent) Descriptor() ([]byte, []int)

func (*CMsgFulfillDynamicRecipeComponent) GetConsumptionComponents

func (m *CMsgFulfillDynamicRecipeComponent) GetConsumptionComponents() []*CMsgRecipeComponent

func (*CMsgFulfillDynamicRecipeComponent) GetToolItemId

func (m *CMsgFulfillDynamicRecipeComponent) GetToolItemId() uint64

func (*CMsgFulfillDynamicRecipeComponent) ProtoMessage

func (*CMsgFulfillDynamicRecipeComponent) ProtoMessage()

func (*CMsgFulfillDynamicRecipeComponent) Reset

func (*CMsgFulfillDynamicRecipeComponent) String

func (*CMsgFulfillDynamicRecipeComponent) XXX_DiscardUnknown

func (m *CMsgFulfillDynamicRecipeComponent) XXX_DiscardUnknown()

func (*CMsgFulfillDynamicRecipeComponent) XXX_Marshal

func (m *CMsgFulfillDynamicRecipeComponent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgFulfillDynamicRecipeComponent) XXX_Merge

func (*CMsgFulfillDynamicRecipeComponent) XXX_Size

func (m *CMsgFulfillDynamicRecipeComponent) XXX_Size() int

func (*CMsgFulfillDynamicRecipeComponent) XXX_Unmarshal

func (m *CMsgFulfillDynamicRecipeComponent) XXX_Unmarshal(b []byte) error

type CMsgGCAddGiftItem

type CMsgGCAddGiftItem struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ItemId               *uint64  `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCAddGiftItem) Descriptor

func (*CMsgGCAddGiftItem) Descriptor() ([]byte, []int)

func (*CMsgGCAddGiftItem) GetAccountId

func (m *CMsgGCAddGiftItem) GetAccountId() uint32

func (*CMsgGCAddGiftItem) GetItemId

func (m *CMsgGCAddGiftItem) GetItemId() uint64

func (*CMsgGCAddGiftItem) ProtoMessage

func (*CMsgGCAddGiftItem) ProtoMessage()

func (*CMsgGCAddGiftItem) Reset

func (m *CMsgGCAddGiftItem) Reset()

func (*CMsgGCAddGiftItem) String

func (m *CMsgGCAddGiftItem) String() string

func (*CMsgGCAddGiftItem) XXX_DiscardUnknown

func (m *CMsgGCAddGiftItem) XXX_DiscardUnknown()

func (*CMsgGCAddGiftItem) XXX_Marshal

func (m *CMsgGCAddGiftItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCAddGiftItem) XXX_Merge

func (m *CMsgGCAddGiftItem) XXX_Merge(src proto.Message)

func (*CMsgGCAddGiftItem) XXX_Size

func (m *CMsgGCAddGiftItem) XXX_Size() int

func (*CMsgGCAddGiftItem) XXX_Unmarshal

func (m *CMsgGCAddGiftItem) XXX_Unmarshal(b []byte) error

type CMsgGCClientDisplayNotification

type CMsgGCClientDisplayNotification struct {
	NotificationTitleLocalizationKey *string  `` /* 154-byte string literal not displayed */
	NotificationBodyLocalizationKey  *string  `` /* 151-byte string literal not displayed */
	BodySubstringKeys                []string `protobuf:"bytes,3,rep,name=body_substring_keys,json=bodySubstringKeys" json:"body_substring_keys,omitempty"`
	BodySubstringValues              []string `protobuf:"bytes,4,rep,name=body_substring_values,json=bodySubstringValues" json:"body_substring_values,omitempty"`
	XXX_NoUnkeyedLiteral             struct{} `json:"-"`
	XXX_unrecognized                 []byte   `json:"-"`
	XXX_sizecache                    int32    `json:"-"`
}

func (*CMsgGCClientDisplayNotification) Descriptor

func (*CMsgGCClientDisplayNotification) Descriptor() ([]byte, []int)

func (*CMsgGCClientDisplayNotification) GetBodySubstringKeys

func (m *CMsgGCClientDisplayNotification) GetBodySubstringKeys() []string

func (*CMsgGCClientDisplayNotification) GetBodySubstringValues

func (m *CMsgGCClientDisplayNotification) GetBodySubstringValues() []string

func (*CMsgGCClientDisplayNotification) GetNotificationBodyLocalizationKey

func (m *CMsgGCClientDisplayNotification) GetNotificationBodyLocalizationKey() string

func (*CMsgGCClientDisplayNotification) GetNotificationTitleLocalizationKey

func (m *CMsgGCClientDisplayNotification) GetNotificationTitleLocalizationKey() string

func (*CMsgGCClientDisplayNotification) ProtoMessage

func (*CMsgGCClientDisplayNotification) ProtoMessage()

func (*CMsgGCClientDisplayNotification) Reset

func (*CMsgGCClientDisplayNotification) String

func (*CMsgGCClientDisplayNotification) XXX_DiscardUnknown

func (m *CMsgGCClientDisplayNotification) XXX_DiscardUnknown()

func (*CMsgGCClientDisplayNotification) XXX_Marshal

func (m *CMsgGCClientDisplayNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCClientDisplayNotification) XXX_Merge

func (m *CMsgGCClientDisplayNotification) XXX_Merge(src proto.Message)

func (*CMsgGCClientDisplayNotification) XXX_Size

func (m *CMsgGCClientDisplayNotification) XXX_Size() int

func (*CMsgGCClientDisplayNotification) XXX_Unmarshal

func (m *CMsgGCClientDisplayNotification) XXX_Unmarshal(b []byte) error

type CMsgGCClientMarketData

type CMsgGCClientMarketData struct {
	Entries              []*CMsgGCClientMarketDataEntry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*CMsgGCClientMarketData) Descriptor

func (*CMsgGCClientMarketData) Descriptor() ([]byte, []int)

func (*CMsgGCClientMarketData) GetEntries

func (*CMsgGCClientMarketData) ProtoMessage

func (*CMsgGCClientMarketData) ProtoMessage()

func (*CMsgGCClientMarketData) Reset

func (m *CMsgGCClientMarketData) Reset()

func (*CMsgGCClientMarketData) String

func (m *CMsgGCClientMarketData) String() string

func (*CMsgGCClientMarketData) XXX_DiscardUnknown

func (m *CMsgGCClientMarketData) XXX_DiscardUnknown()

func (*CMsgGCClientMarketData) XXX_Marshal

func (m *CMsgGCClientMarketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCClientMarketData) XXX_Merge

func (m *CMsgGCClientMarketData) XXX_Merge(src proto.Message)

func (*CMsgGCClientMarketData) XXX_Size

func (m *CMsgGCClientMarketData) XXX_Size() int

func (*CMsgGCClientMarketData) XXX_Unmarshal

func (m *CMsgGCClientMarketData) XXX_Unmarshal(b []byte) error

type CMsgGCClientMarketDataEntry

type CMsgGCClientMarketDataEntry struct {
	ItemDefIndex         *uint32  `protobuf:"varint,1,opt,name=item_def_index,json=itemDefIndex" json:"item_def_index,omitempty"`
	ItemQuality          *uint32  `protobuf:"varint,2,opt,name=item_quality,json=itemQuality" json:"item_quality,omitempty"`
	ItemSellListings     *uint32  `protobuf:"varint,3,opt,name=item_sell_listings,json=itemSellListings" json:"item_sell_listings,omitempty"`
	PriceInLocalCurrency *uint32  `protobuf:"varint,4,opt,name=price_in_local_currency,json=priceInLocalCurrency" json:"price_in_local_currency,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCClientMarketDataEntry) Descriptor

func (*CMsgGCClientMarketDataEntry) Descriptor() ([]byte, []int)

func (*CMsgGCClientMarketDataEntry) GetItemDefIndex

func (m *CMsgGCClientMarketDataEntry) GetItemDefIndex() uint32

func (*CMsgGCClientMarketDataEntry) GetItemQuality

func (m *CMsgGCClientMarketDataEntry) GetItemQuality() uint32

func (*CMsgGCClientMarketDataEntry) GetItemSellListings

func (m *CMsgGCClientMarketDataEntry) GetItemSellListings() uint32

func (*CMsgGCClientMarketDataEntry) GetPriceInLocalCurrency

func (m *CMsgGCClientMarketDataEntry) GetPriceInLocalCurrency() uint32

func (*CMsgGCClientMarketDataEntry) ProtoMessage

func (*CMsgGCClientMarketDataEntry) ProtoMessage()

func (*CMsgGCClientMarketDataEntry) Reset

func (m *CMsgGCClientMarketDataEntry) Reset()

func (*CMsgGCClientMarketDataEntry) String

func (m *CMsgGCClientMarketDataEntry) String() string

func (*CMsgGCClientMarketDataEntry) XXX_DiscardUnknown

func (m *CMsgGCClientMarketDataEntry) XXX_DiscardUnknown()

func (*CMsgGCClientMarketDataEntry) XXX_Marshal

func (m *CMsgGCClientMarketDataEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCClientMarketDataEntry) XXX_Merge

func (m *CMsgGCClientMarketDataEntry) XXX_Merge(src proto.Message)

func (*CMsgGCClientMarketDataEntry) XXX_Size

func (m *CMsgGCClientMarketDataEntry) XXX_Size() int

func (*CMsgGCClientMarketDataEntry) XXX_Unmarshal

func (m *CMsgGCClientMarketDataEntry) XXX_Unmarshal(b []byte) error

type CMsgGCClientMarketDataRequest

type CMsgGCClientMarketDataRequest struct {
	UserCurrency         *uint32  `protobuf:"varint,1,opt,name=user_currency,json=userCurrency" json:"user_currency,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCClientMarketDataRequest) Descriptor

func (*CMsgGCClientMarketDataRequest) Descriptor() ([]byte, []int)

func (*CMsgGCClientMarketDataRequest) GetUserCurrency

func (m *CMsgGCClientMarketDataRequest) GetUserCurrency() uint32

func (*CMsgGCClientMarketDataRequest) ProtoMessage

func (*CMsgGCClientMarketDataRequest) ProtoMessage()

func (*CMsgGCClientMarketDataRequest) Reset

func (m *CMsgGCClientMarketDataRequest) Reset()

func (*CMsgGCClientMarketDataRequest) String

func (*CMsgGCClientMarketDataRequest) XXX_DiscardUnknown

func (m *CMsgGCClientMarketDataRequest) XXX_DiscardUnknown()

func (*CMsgGCClientMarketDataRequest) XXX_Marshal

func (m *CMsgGCClientMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCClientMarketDataRequest) XXX_Merge

func (m *CMsgGCClientMarketDataRequest) XXX_Merge(src proto.Message)

func (*CMsgGCClientMarketDataRequest) XXX_Size

func (m *CMsgGCClientMarketDataRequest) XXX_Size() int

func (*CMsgGCClientMarketDataRequest) XXX_Unmarshal

func (m *CMsgGCClientMarketDataRequest) XXX_Unmarshal(b []byte) error

type CMsgGCClientPing

type CMsgGCClientPing struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCClientPing) Descriptor

func (*CMsgGCClientPing) Descriptor() ([]byte, []int)

func (*CMsgGCClientPing) ProtoMessage

func (*CMsgGCClientPing) ProtoMessage()

func (*CMsgGCClientPing) Reset

func (m *CMsgGCClientPing) Reset()

func (*CMsgGCClientPing) String

func (m *CMsgGCClientPing) String() string

func (*CMsgGCClientPing) XXX_DiscardUnknown

func (m *CMsgGCClientPing) XXX_DiscardUnknown()

func (*CMsgGCClientPing) XXX_Marshal

func (m *CMsgGCClientPing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCClientPing) XXX_Merge

func (m *CMsgGCClientPing) XXX_Merge(src proto.Message)

func (*CMsgGCClientPing) XXX_Size

func (m *CMsgGCClientPing) XXX_Size() int

func (*CMsgGCClientPing) XXX_Unmarshal

func (m *CMsgGCClientPing) XXX_Unmarshal(b []byte) error

type CMsgGCClientVersionUpdated

type CMsgGCClientVersionUpdated struct {
	ClientVersion        *uint32  `protobuf:"varint,1,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCClientVersionUpdated) Descriptor

func (*CMsgGCClientVersionUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCClientVersionUpdated) GetClientVersion

func (m *CMsgGCClientVersionUpdated) GetClientVersion() uint32

func (*CMsgGCClientVersionUpdated) ProtoMessage

func (*CMsgGCClientVersionUpdated) ProtoMessage()

func (*CMsgGCClientVersionUpdated) Reset

func (m *CMsgGCClientVersionUpdated) Reset()

func (*CMsgGCClientVersionUpdated) String

func (m *CMsgGCClientVersionUpdated) String() string

func (*CMsgGCClientVersionUpdated) XXX_DiscardUnknown

func (m *CMsgGCClientVersionUpdated) XXX_DiscardUnknown()

func (*CMsgGCClientVersionUpdated) XXX_Marshal

func (m *CMsgGCClientVersionUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCClientVersionUpdated) XXX_Merge

func (m *CMsgGCClientVersionUpdated) XXX_Merge(src proto.Message)

func (*CMsgGCClientVersionUpdated) XXX_Size

func (m *CMsgGCClientVersionUpdated) XXX_Size() int

func (*CMsgGCClientVersionUpdated) XXX_Unmarshal

func (m *CMsgGCClientVersionUpdated) XXX_Unmarshal(b []byte) error

type CMsgGCCollectItem

type CMsgGCCollectItem struct {
	CollectionItemId     *uint64  `protobuf:"varint,1,opt,name=collection_item_id,json=collectionItemId" json:"collection_item_id,omitempty"`
	SubjectItemId        *uint64  `protobuf:"varint,2,opt,name=subject_item_id,json=subjectItemId" json:"subject_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCCollectItem) Descriptor

func (*CMsgGCCollectItem) Descriptor() ([]byte, []int)

func (*CMsgGCCollectItem) GetCollectionItemId

func (m *CMsgGCCollectItem) GetCollectionItemId() uint64

func (*CMsgGCCollectItem) GetSubjectItemId

func (m *CMsgGCCollectItem) GetSubjectItemId() uint64

func (*CMsgGCCollectItem) ProtoMessage

func (*CMsgGCCollectItem) ProtoMessage()

func (*CMsgGCCollectItem) Reset

func (m *CMsgGCCollectItem) Reset()

func (*CMsgGCCollectItem) String

func (m *CMsgGCCollectItem) String() string

func (*CMsgGCCollectItem) XXX_DiscardUnknown

func (m *CMsgGCCollectItem) XXX_DiscardUnknown()

func (*CMsgGCCollectItem) XXX_Marshal

func (m *CMsgGCCollectItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCCollectItem) XXX_Merge

func (m *CMsgGCCollectItem) XXX_Merge(src proto.Message)

func (*CMsgGCCollectItem) XXX_Size

func (m *CMsgGCCollectItem) XXX_Size() int

func (*CMsgGCCollectItem) XXX_Unmarshal

func (m *CMsgGCCollectItem) XXX_Unmarshal(b []byte) error

type CMsgGCEconSQLWorkItemEmbeddedRollbackData

type CMsgGCEconSQLWorkItemEmbeddedRollbackData struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	DeletedItemId        *uint64  `protobuf:"varint,2,opt,name=deleted_item_id,json=deletedItemId" json:"deleted_item_id,omitempty"`
	OldAuditAction       *uint32  `protobuf:"varint,3,opt,name=old_audit_action,json=oldAuditAction" json:"old_audit_action,omitempty"`
	NewAuditAction       *uint32  `protobuf:"varint,4,opt,name=new_audit_action,json=newAuditAction" json:"new_audit_action,omitempty"`
	ExpectedAuditAction  *uint32  `protobuf:"varint,5,opt,name=expected_audit_action,json=expectedAuditAction" json:"expected_audit_action,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) Descriptor

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) Descriptor() ([]byte, []int)

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetAccountId

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetDeletedItemId

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetDeletedItemId() uint64

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetExpectedAuditAction

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetExpectedAuditAction() uint32

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetNewAuditAction

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetNewAuditAction() uint32

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetOldAuditAction

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetOldAuditAction() uint32

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) ProtoMessage

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) Reset

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) String

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_DiscardUnknown

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_DiscardUnknown()

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_Marshal

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_Merge

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_Size

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) XXX_Unmarshal

type CMsgGCError

type CMsgGCError struct {
	ErrorText            *string  `protobuf:"bytes,1,opt,name=error_text,json=errorText" json:"error_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCError) Descriptor

func (*CMsgGCError) Descriptor() ([]byte, []int)

func (*CMsgGCError) GetErrorText

func (m *CMsgGCError) GetErrorText() string

func (*CMsgGCError) ProtoMessage

func (*CMsgGCError) ProtoMessage()

func (*CMsgGCError) Reset

func (m *CMsgGCError) Reset()

func (*CMsgGCError) String

func (m *CMsgGCError) String() string

func (*CMsgGCError) XXX_DiscardUnknown

func (m *CMsgGCError) XXX_DiscardUnknown()

func (*CMsgGCError) XXX_Marshal

func (m *CMsgGCError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCError) XXX_Merge

func (m *CMsgGCError) XXX_Merge(src proto.Message)

func (*CMsgGCError) XXX_Size

func (m *CMsgGCError) XXX_Size() int

func (*CMsgGCError) XXX_Unmarshal

func (m *CMsgGCError) XXX_Unmarshal(b []byte) error

type CMsgGCGetAccountSubscriptionItem

type CMsgGCGetAccountSubscriptionItem struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetAccountSubscriptionItem) Descriptor

func (*CMsgGCGetAccountSubscriptionItem) Descriptor() ([]byte, []int)

func (*CMsgGCGetAccountSubscriptionItem) GetAccountId

func (m *CMsgGCGetAccountSubscriptionItem) GetAccountId() uint32

func (*CMsgGCGetAccountSubscriptionItem) ProtoMessage

func (*CMsgGCGetAccountSubscriptionItem) ProtoMessage()

func (*CMsgGCGetAccountSubscriptionItem) Reset

func (*CMsgGCGetAccountSubscriptionItem) String

func (*CMsgGCGetAccountSubscriptionItem) XXX_DiscardUnknown

func (m *CMsgGCGetAccountSubscriptionItem) XXX_DiscardUnknown()

func (*CMsgGCGetAccountSubscriptionItem) XXX_Marshal

func (m *CMsgGCGetAccountSubscriptionItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetAccountSubscriptionItem) XXX_Merge

func (*CMsgGCGetAccountSubscriptionItem) XXX_Size

func (m *CMsgGCGetAccountSubscriptionItem) XXX_Size() int

func (*CMsgGCGetAccountSubscriptionItem) XXX_Unmarshal

func (m *CMsgGCGetAccountSubscriptionItem) XXX_Unmarshal(b []byte) error

type CMsgGCGetAccountSubscriptionItemResponse

type CMsgGCGetAccountSubscriptionItemResponse struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetAccountSubscriptionItemResponse) Descriptor

func (*CMsgGCGetAccountSubscriptionItemResponse) Descriptor() ([]byte, []int)

func (*CMsgGCGetAccountSubscriptionItemResponse) GetDefIndex

func (*CMsgGCGetAccountSubscriptionItemResponse) ProtoMessage

func (*CMsgGCGetAccountSubscriptionItemResponse) Reset

func (*CMsgGCGetAccountSubscriptionItemResponse) String

func (*CMsgGCGetAccountSubscriptionItemResponse) XXX_DiscardUnknown

func (m *CMsgGCGetAccountSubscriptionItemResponse) XXX_DiscardUnknown()

func (*CMsgGCGetAccountSubscriptionItemResponse) XXX_Marshal

func (m *CMsgGCGetAccountSubscriptionItemResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetAccountSubscriptionItemResponse) XXX_Merge

func (*CMsgGCGetAccountSubscriptionItemResponse) XXX_Size

func (*CMsgGCGetAccountSubscriptionItemResponse) XXX_Unmarshal

func (m *CMsgGCGetAccountSubscriptionItemResponse) XXX_Unmarshal(b []byte) error

type CMsgGCIncrementKillCountResponse

type CMsgGCIncrementKillCountResponse struct {
	KillerAccountId      *uint32  `protobuf:"varint,1,opt,name=killer_account_id,json=killerAccountId" json:"killer_account_id,omitempty"`
	NumKills             *uint32  `protobuf:"varint,2,opt,name=num_kills,json=numKills" json:"num_kills,omitempty"`
	ItemDef              *uint32  `protobuf:"varint,3,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	LevelType            *uint32  `protobuf:"varint,4,opt,name=level_type,json=levelType" json:"level_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCIncrementKillCountResponse) Descriptor

func (*CMsgGCIncrementKillCountResponse) Descriptor() ([]byte, []int)

func (*CMsgGCIncrementKillCountResponse) GetItemDef

func (m *CMsgGCIncrementKillCountResponse) GetItemDef() uint32

func (*CMsgGCIncrementKillCountResponse) GetKillerAccountId

func (m *CMsgGCIncrementKillCountResponse) GetKillerAccountId() uint32

func (*CMsgGCIncrementKillCountResponse) GetLevelType

func (m *CMsgGCIncrementKillCountResponse) GetLevelType() uint32

func (*CMsgGCIncrementKillCountResponse) GetNumKills

func (m *CMsgGCIncrementKillCountResponse) GetNumKills() uint32

func (*CMsgGCIncrementKillCountResponse) ProtoMessage

func (*CMsgGCIncrementKillCountResponse) ProtoMessage()

func (*CMsgGCIncrementKillCountResponse) Reset

func (*CMsgGCIncrementKillCountResponse) String

func (*CMsgGCIncrementKillCountResponse) XXX_DiscardUnknown

func (m *CMsgGCIncrementKillCountResponse) XXX_DiscardUnknown()

func (*CMsgGCIncrementKillCountResponse) XXX_Marshal

func (m *CMsgGCIncrementKillCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCIncrementKillCountResponse) XXX_Merge

func (*CMsgGCIncrementKillCountResponse) XXX_Size

func (m *CMsgGCIncrementKillCountResponse) XXX_Size() int

func (*CMsgGCIncrementKillCountResponse) XXX_Unmarshal

func (m *CMsgGCIncrementKillCountResponse) XXX_Unmarshal(b []byte) error

type CMsgGCMultiplexMessage

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMultiplexMessage) Descriptor

func (*CMsgGCMultiplexMessage) Descriptor() ([]byte, []int)

func (*CMsgGCMultiplexMessage) GetMsgtype

func (m *CMsgGCMultiplexMessage) GetMsgtype() uint32

func (*CMsgGCMultiplexMessage) GetPayload

func (m *CMsgGCMultiplexMessage) GetPayload() []byte

func (*CMsgGCMultiplexMessage) GetSteamids

func (m *CMsgGCMultiplexMessage) GetSteamids() []uint64

func (*CMsgGCMultiplexMessage) ProtoMessage

func (*CMsgGCMultiplexMessage) ProtoMessage()

func (*CMsgGCMultiplexMessage) Reset

func (m *CMsgGCMultiplexMessage) Reset()

func (*CMsgGCMultiplexMessage) String

func (m *CMsgGCMultiplexMessage) String() string

func (*CMsgGCMultiplexMessage) XXX_DiscardUnknown

func (m *CMsgGCMultiplexMessage) XXX_DiscardUnknown()

func (*CMsgGCMultiplexMessage) XXX_Marshal

func (m *CMsgGCMultiplexMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMultiplexMessage) XXX_Merge

func (m *CMsgGCMultiplexMessage) XXX_Merge(src proto.Message)

func (*CMsgGCMultiplexMessage) XXX_Size

func (m *CMsgGCMultiplexMessage) XXX_Size() int

func (*CMsgGCMultiplexMessage) XXX_Unmarshal

func (m *CMsgGCMultiplexMessage) XXX_Unmarshal(b []byte) error

type CMsgGCNameItemNotification

type CMsgGCNameItemNotification struct {
	PlayerSteamid        *uint64  `protobuf:"fixed64,1,opt,name=player_steamid,json=playerSteamid" json:"player_steamid,omitempty"`
	ItemDefIndex         *uint32  `protobuf:"varint,2,opt,name=item_def_index,json=itemDefIndex" json:"item_def_index,omitempty"`
	ItemNameCustom       *string  `protobuf:"bytes,3,opt,name=item_name_custom,json=itemNameCustom" json:"item_name_custom,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCNameItemNotification) Descriptor

func (*CMsgGCNameItemNotification) Descriptor() ([]byte, []int)

func (*CMsgGCNameItemNotification) GetItemDefIndex

func (m *CMsgGCNameItemNotification) GetItemDefIndex() uint32

func (*CMsgGCNameItemNotification) GetItemNameCustom

func (m *CMsgGCNameItemNotification) GetItemNameCustom() string

func (*CMsgGCNameItemNotification) GetPlayerSteamid

func (m *CMsgGCNameItemNotification) GetPlayerSteamid() uint64

func (*CMsgGCNameItemNotification) ProtoMessage

func (*CMsgGCNameItemNotification) ProtoMessage()

func (*CMsgGCNameItemNotification) Reset

func (m *CMsgGCNameItemNotification) Reset()

func (*CMsgGCNameItemNotification) String

func (m *CMsgGCNameItemNotification) String() string

func (*CMsgGCNameItemNotification) XXX_DiscardUnknown

func (m *CMsgGCNameItemNotification) XXX_DiscardUnknown()

func (*CMsgGCNameItemNotification) XXX_Marshal

func (m *CMsgGCNameItemNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCNameItemNotification) XXX_Merge

func (m *CMsgGCNameItemNotification) XXX_Merge(src proto.Message)

func (*CMsgGCNameItemNotification) XXX_Size

func (m *CMsgGCNameItemNotification) XXX_Size() int

func (*CMsgGCNameItemNotification) XXX_Unmarshal

func (m *CMsgGCNameItemNotification) XXX_Unmarshal(b []byte) error

type CMsgGCPartnerBalanceRequest

type CMsgGCPartnerBalanceRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCPartnerBalanceRequest) Descriptor

func (*CMsgGCPartnerBalanceRequest) Descriptor() ([]byte, []int)

func (*CMsgGCPartnerBalanceRequest) ProtoMessage

func (*CMsgGCPartnerBalanceRequest) ProtoMessage()

func (*CMsgGCPartnerBalanceRequest) Reset

func (m *CMsgGCPartnerBalanceRequest) Reset()

func (*CMsgGCPartnerBalanceRequest) String

func (m *CMsgGCPartnerBalanceRequest) String() string

func (*CMsgGCPartnerBalanceRequest) XXX_DiscardUnknown

func (m *CMsgGCPartnerBalanceRequest) XXX_DiscardUnknown()

func (*CMsgGCPartnerBalanceRequest) XXX_Marshal

func (m *CMsgGCPartnerBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCPartnerBalanceRequest) XXX_Merge

func (m *CMsgGCPartnerBalanceRequest) XXX_Merge(src proto.Message)

func (*CMsgGCPartnerBalanceRequest) XXX_Size

func (m *CMsgGCPartnerBalanceRequest) XXX_Size() int

func (*CMsgGCPartnerBalanceRequest) XXX_Unmarshal

func (m *CMsgGCPartnerBalanceRequest) XXX_Unmarshal(b []byte) error

type CMsgGCPartnerBalanceResponse

type CMsgGCPartnerBalanceResponse struct {
	Result               *EGCPartnerRequestResponse `protobuf:"varint,1,opt,name=result,enum=EGCPartnerRequestResponse,def=1" json:"result,omitempty"`
	Balance              *uint32                    `protobuf:"varint,2,opt,name=balance" json:"balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CMsgGCPartnerBalanceResponse) Descriptor

func (*CMsgGCPartnerBalanceResponse) Descriptor() ([]byte, []int)

func (*CMsgGCPartnerBalanceResponse) GetBalance

func (m *CMsgGCPartnerBalanceResponse) GetBalance() uint32

func (*CMsgGCPartnerBalanceResponse) GetResult

func (m *CMsgGCPartnerBalanceResponse) GetResult() EGCPartnerRequestResponse

func (*CMsgGCPartnerBalanceResponse) ProtoMessage

func (*CMsgGCPartnerBalanceResponse) ProtoMessage()

func (*CMsgGCPartnerBalanceResponse) Reset

func (m *CMsgGCPartnerBalanceResponse) Reset()

func (*CMsgGCPartnerBalanceResponse) String

func (*CMsgGCPartnerBalanceResponse) XXX_DiscardUnknown

func (m *CMsgGCPartnerBalanceResponse) XXX_DiscardUnknown()

func (*CMsgGCPartnerBalanceResponse) XXX_Marshal

func (m *CMsgGCPartnerBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCPartnerBalanceResponse) XXX_Merge

func (m *CMsgGCPartnerBalanceResponse) XXX_Merge(src proto.Message)

func (*CMsgGCPartnerBalanceResponse) XXX_Size

func (m *CMsgGCPartnerBalanceResponse) XXX_Size() int

func (*CMsgGCPartnerBalanceResponse) XXX_Unmarshal

func (m *CMsgGCPartnerBalanceResponse) XXX_Unmarshal(b []byte) error

type CMsgGCPartnerRechargeRedirectURLRequest

type CMsgGCPartnerRechargeRedirectURLRequest struct {
	LineItems            []*CGCStoreRechargeRedirect_LineItem `protobuf:"bytes,1,rep,name=line_items,json=lineItems" json:"line_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgGCPartnerRechargeRedirectURLRequest) Descriptor

func (*CMsgGCPartnerRechargeRedirectURLRequest) Descriptor() ([]byte, []int)

func (*CMsgGCPartnerRechargeRedirectURLRequest) GetLineItems

func (*CMsgGCPartnerRechargeRedirectURLRequest) ProtoMessage

func (*CMsgGCPartnerRechargeRedirectURLRequest) Reset

func (*CMsgGCPartnerRechargeRedirectURLRequest) String

func (*CMsgGCPartnerRechargeRedirectURLRequest) XXX_DiscardUnknown

func (m *CMsgGCPartnerRechargeRedirectURLRequest) XXX_DiscardUnknown()

func (*CMsgGCPartnerRechargeRedirectURLRequest) XXX_Marshal

func (m *CMsgGCPartnerRechargeRedirectURLRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCPartnerRechargeRedirectURLRequest) XXX_Merge

func (*CMsgGCPartnerRechargeRedirectURLRequest) XXX_Size

func (*CMsgGCPartnerRechargeRedirectURLRequest) XXX_Unmarshal

func (m *CMsgGCPartnerRechargeRedirectURLRequest) XXX_Unmarshal(b []byte) error

type CMsgGCPartnerRechargeRedirectURLResponse

type CMsgGCPartnerRechargeRedirectURLResponse struct {
	Result               *EGCPartnerRequestResponse `protobuf:"varint,1,opt,name=result,enum=EGCPartnerRequestResponse,def=1" json:"result,omitempty"`
	Url                  *string                    `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CMsgGCPartnerRechargeRedirectURLResponse) Descriptor

func (*CMsgGCPartnerRechargeRedirectURLResponse) Descriptor() ([]byte, []int)

func (*CMsgGCPartnerRechargeRedirectURLResponse) GetResult

func (m *CMsgGCPartnerRechargeRedirectURLResponse) GetResult() EGCPartnerRequestResponse

func (*CMsgGCPartnerRechargeRedirectURLResponse) GetUrl

func (*CMsgGCPartnerRechargeRedirectURLResponse) ProtoMessage

func (*CMsgGCPartnerRechargeRedirectURLResponse) Reset

func (*CMsgGCPartnerRechargeRedirectURLResponse) String

func (*CMsgGCPartnerRechargeRedirectURLResponse) XXX_DiscardUnknown

func (m *CMsgGCPartnerRechargeRedirectURLResponse) XXX_DiscardUnknown()

func (*CMsgGCPartnerRechargeRedirectURLResponse) XXX_Marshal

func (m *CMsgGCPartnerRechargeRedirectURLResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCPartnerRechargeRedirectURLResponse) XXX_Merge

func (*CMsgGCPartnerRechargeRedirectURLResponse) XXX_Size

func (*CMsgGCPartnerRechargeRedirectURLResponse) XXX_Unmarshal

func (m *CMsgGCPartnerRechargeRedirectURLResponse) XXX_Unmarshal(b []byte) error

type CMsgGCRequestStoreSalesData

type CMsgGCRequestStoreSalesData struct {
	Version              *uint32  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Currency             *uint32  `protobuf:"varint,2,opt,name=currency" json:"currency,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestStoreSalesData) Descriptor

func (*CMsgGCRequestStoreSalesData) Descriptor() ([]byte, []int)

func (*CMsgGCRequestStoreSalesData) GetCurrency

func (m *CMsgGCRequestStoreSalesData) GetCurrency() uint32

func (*CMsgGCRequestStoreSalesData) GetVersion

func (m *CMsgGCRequestStoreSalesData) GetVersion() uint32

func (*CMsgGCRequestStoreSalesData) ProtoMessage

func (*CMsgGCRequestStoreSalesData) ProtoMessage()

func (*CMsgGCRequestStoreSalesData) Reset

func (m *CMsgGCRequestStoreSalesData) Reset()

func (*CMsgGCRequestStoreSalesData) String

func (m *CMsgGCRequestStoreSalesData) String() string

func (*CMsgGCRequestStoreSalesData) XXX_DiscardUnknown

func (m *CMsgGCRequestStoreSalesData) XXX_DiscardUnknown()

func (*CMsgGCRequestStoreSalesData) XXX_Marshal

func (m *CMsgGCRequestStoreSalesData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestStoreSalesData) XXX_Merge

func (m *CMsgGCRequestStoreSalesData) XXX_Merge(src proto.Message)

func (*CMsgGCRequestStoreSalesData) XXX_Size

func (m *CMsgGCRequestStoreSalesData) XXX_Size() int

func (*CMsgGCRequestStoreSalesData) XXX_Unmarshal

func (m *CMsgGCRequestStoreSalesData) XXX_Unmarshal(b []byte) error

type CMsgGCRequestStoreSalesDataResponse

type CMsgGCRequestStoreSalesDataResponse struct {
	SalePrice            []*CMsgGCRequestStoreSalesDataResponse_Price `protobuf:"bytes,1,rep,name=sale_price,json=salePrice" json:"sale_price,omitempty"`
	Version              *uint32                                      `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	ExpirationTime       *uint32                                      `protobuf:"varint,3,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*CMsgGCRequestStoreSalesDataResponse) Descriptor

func (*CMsgGCRequestStoreSalesDataResponse) Descriptor() ([]byte, []int)

func (*CMsgGCRequestStoreSalesDataResponse) GetExpirationTime

func (m *CMsgGCRequestStoreSalesDataResponse) GetExpirationTime() uint32

func (*CMsgGCRequestStoreSalesDataResponse) GetSalePrice

func (*CMsgGCRequestStoreSalesDataResponse) GetVersion

func (*CMsgGCRequestStoreSalesDataResponse) ProtoMessage

func (*CMsgGCRequestStoreSalesDataResponse) ProtoMessage()

func (*CMsgGCRequestStoreSalesDataResponse) Reset

func (*CMsgGCRequestStoreSalesDataResponse) String

func (*CMsgGCRequestStoreSalesDataResponse) XXX_DiscardUnknown

func (m *CMsgGCRequestStoreSalesDataResponse) XXX_DiscardUnknown()

func (*CMsgGCRequestStoreSalesDataResponse) XXX_Marshal

func (m *CMsgGCRequestStoreSalesDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestStoreSalesDataResponse) XXX_Merge

func (*CMsgGCRequestStoreSalesDataResponse) XXX_Size

func (*CMsgGCRequestStoreSalesDataResponse) XXX_Unmarshal

func (m *CMsgGCRequestStoreSalesDataResponse) XXX_Unmarshal(b []byte) error

type CMsgGCRequestStoreSalesDataResponse_Price

type CMsgGCRequestStoreSalesDataResponse_Price struct {
	ItemDef              *uint32  `protobuf:"varint,1,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	Price                *uint32  `protobuf:"varint,2,opt,name=price" json:"price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestStoreSalesDataResponse_Price) Descriptor

func (*CMsgGCRequestStoreSalesDataResponse_Price) Descriptor() ([]byte, []int)

func (*CMsgGCRequestStoreSalesDataResponse_Price) GetItemDef

func (*CMsgGCRequestStoreSalesDataResponse_Price) GetPrice

func (*CMsgGCRequestStoreSalesDataResponse_Price) ProtoMessage

func (*CMsgGCRequestStoreSalesDataResponse_Price) Reset

func (*CMsgGCRequestStoreSalesDataResponse_Price) String

func (*CMsgGCRequestStoreSalesDataResponse_Price) XXX_DiscardUnknown

func (m *CMsgGCRequestStoreSalesDataResponse_Price) XXX_DiscardUnknown()

func (*CMsgGCRequestStoreSalesDataResponse_Price) XXX_Marshal

func (m *CMsgGCRequestStoreSalesDataResponse_Price) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestStoreSalesDataResponse_Price) XXX_Merge

func (*CMsgGCRequestStoreSalesDataResponse_Price) XXX_Size

func (*CMsgGCRequestStoreSalesDataResponse_Price) XXX_Unmarshal

type CMsgGCRequestStoreSalesDataUpToDateResponse

type CMsgGCRequestStoreSalesDataUpToDateResponse struct {
	Version              *uint32  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	ExpirationTime       *uint32  `protobuf:"varint,2,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) Descriptor

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) GetExpirationTime

func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) GetExpirationTime() uint32

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) GetVersion

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) ProtoMessage

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) Reset

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) String

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_DiscardUnknown

func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_DiscardUnknown()

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_Marshal

func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_Merge

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_Size

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) XXX_Unmarshal

type CMsgGCRequestSubGCSessionInfo

type CMsgGCRequestSubGCSessionInfo struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestSubGCSessionInfo) Descriptor

func (*CMsgGCRequestSubGCSessionInfo) Descriptor() ([]byte, []int)

func (*CMsgGCRequestSubGCSessionInfo) GetSteamid

func (m *CMsgGCRequestSubGCSessionInfo) GetSteamid() uint64

func (*CMsgGCRequestSubGCSessionInfo) ProtoMessage

func (*CMsgGCRequestSubGCSessionInfo) ProtoMessage()

func (*CMsgGCRequestSubGCSessionInfo) Reset

func (m *CMsgGCRequestSubGCSessionInfo) Reset()

func (*CMsgGCRequestSubGCSessionInfo) String

func (*CMsgGCRequestSubGCSessionInfo) XXX_DiscardUnknown

func (m *CMsgGCRequestSubGCSessionInfo) XXX_DiscardUnknown()

func (*CMsgGCRequestSubGCSessionInfo) XXX_Marshal

func (m *CMsgGCRequestSubGCSessionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestSubGCSessionInfo) XXX_Merge

func (m *CMsgGCRequestSubGCSessionInfo) XXX_Merge(src proto.Message)

func (*CMsgGCRequestSubGCSessionInfo) XXX_Size

func (m *CMsgGCRequestSubGCSessionInfo) XXX_Size() int

func (*CMsgGCRequestSubGCSessionInfo) XXX_Unmarshal

func (m *CMsgGCRequestSubGCSessionInfo) XXX_Unmarshal(b []byte) error

type CMsgGCRequestSubGCSessionInfoResponse

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCRequestSubGCSessionInfoResponse) Descriptor

func (*CMsgGCRequestSubGCSessionInfoResponse) Descriptor() ([]byte, []int)

func (*CMsgGCRequestSubGCSessionInfoResponse) GetIp

func (*CMsgGCRequestSubGCSessionInfoResponse) GetPort

func (*CMsgGCRequestSubGCSessionInfoResponse) GetSuccess

func (*CMsgGCRequestSubGCSessionInfoResponse) GetTrusted

func (*CMsgGCRequestSubGCSessionInfoResponse) ProtoMessage

func (*CMsgGCRequestSubGCSessionInfoResponse) ProtoMessage()

func (*CMsgGCRequestSubGCSessionInfoResponse) Reset

func (*CMsgGCRequestSubGCSessionInfoResponse) String

func (*CMsgGCRequestSubGCSessionInfoResponse) XXX_DiscardUnknown

func (m *CMsgGCRequestSubGCSessionInfoResponse) XXX_DiscardUnknown()

func (*CMsgGCRequestSubGCSessionInfoResponse) XXX_Marshal

func (m *CMsgGCRequestSubGCSessionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRequestSubGCSessionInfoResponse) XXX_Merge

func (*CMsgGCRequestSubGCSessionInfoResponse) XXX_Size

func (*CMsgGCRequestSubGCSessionInfoResponse) XXX_Unmarshal

func (m *CMsgGCRequestSubGCSessionInfoResponse) XXX_Unmarshal(b []byte) error

type CMsgGCServerVersionUpdated

type CMsgGCServerVersionUpdated struct {
	ServerVersion        *uint32  `protobuf:"varint,1,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCServerVersionUpdated) Descriptor

func (*CMsgGCServerVersionUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCServerVersionUpdated) GetServerVersion

func (m *CMsgGCServerVersionUpdated) GetServerVersion() uint32

func (*CMsgGCServerVersionUpdated) ProtoMessage

func (*CMsgGCServerVersionUpdated) ProtoMessage()

func (*CMsgGCServerVersionUpdated) Reset

func (m *CMsgGCServerVersionUpdated) Reset()

func (*CMsgGCServerVersionUpdated) String

func (m *CMsgGCServerVersionUpdated) String() string

func (*CMsgGCServerVersionUpdated) XXX_DiscardUnknown

func (m *CMsgGCServerVersionUpdated) XXX_DiscardUnknown()

func (*CMsgGCServerVersionUpdated) XXX_Marshal

func (m *CMsgGCServerVersionUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCServerVersionUpdated) XXX_Merge

func (m *CMsgGCServerVersionUpdated) XXX_Merge(src proto.Message)

func (*CMsgGCServerVersionUpdated) XXX_Size

func (m *CMsgGCServerVersionUpdated) XXX_Size() int

func (*CMsgGCServerVersionUpdated) XXX_Unmarshal

func (m *CMsgGCServerVersionUpdated) XXX_Unmarshal(b []byte) error

type CMsgGCSetItemPosition

type CMsgGCSetItemPosition struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	NewPosition          *uint32  `protobuf:"varint,2,opt,name=new_position,json=newPosition" json:"new_position,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCSetItemPosition) Descriptor

func (*CMsgGCSetItemPosition) Descriptor() ([]byte, []int)

func (*CMsgGCSetItemPosition) GetItemId

func (m *CMsgGCSetItemPosition) GetItemId() uint64

func (*CMsgGCSetItemPosition) GetNewPosition

func (m *CMsgGCSetItemPosition) GetNewPosition() uint32

func (*CMsgGCSetItemPosition) ProtoMessage

func (*CMsgGCSetItemPosition) ProtoMessage()

func (*CMsgGCSetItemPosition) Reset

func (m *CMsgGCSetItemPosition) Reset()

func (*CMsgGCSetItemPosition) String

func (m *CMsgGCSetItemPosition) String() string

func (*CMsgGCSetItemPosition) XXX_DiscardUnknown

func (m *CMsgGCSetItemPosition) XXX_DiscardUnknown()

func (*CMsgGCSetItemPosition) XXX_Marshal

func (m *CMsgGCSetItemPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCSetItemPosition) XXX_Merge

func (m *CMsgGCSetItemPosition) XXX_Merge(src proto.Message)

func (*CMsgGCSetItemPosition) XXX_Size

func (m *CMsgGCSetItemPosition) XXX_Size() int

func (*CMsgGCSetItemPosition) XXX_Unmarshal

func (m *CMsgGCSetItemPosition) XXX_Unmarshal(b []byte) error

type CMsgGCShowItemsPickedUp

type CMsgGCShowItemsPickedUp struct {
	PlayerSteamid        *uint64  `protobuf:"fixed64,1,opt,name=player_steamid,json=playerSteamid" json:"player_steamid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCShowItemsPickedUp) Descriptor

func (*CMsgGCShowItemsPickedUp) Descriptor() ([]byte, []int)

func (*CMsgGCShowItemsPickedUp) GetPlayerSteamid

func (m *CMsgGCShowItemsPickedUp) GetPlayerSteamid() uint64

func (*CMsgGCShowItemsPickedUp) ProtoMessage

func (*CMsgGCShowItemsPickedUp) ProtoMessage()

func (*CMsgGCShowItemsPickedUp) Reset

func (m *CMsgGCShowItemsPickedUp) Reset()

func (*CMsgGCShowItemsPickedUp) String

func (m *CMsgGCShowItemsPickedUp) String() string

func (*CMsgGCShowItemsPickedUp) XXX_DiscardUnknown

func (m *CMsgGCShowItemsPickedUp) XXX_DiscardUnknown()

func (*CMsgGCShowItemsPickedUp) XXX_Marshal

func (m *CMsgGCShowItemsPickedUp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCShowItemsPickedUp) XXX_Merge

func (m *CMsgGCShowItemsPickedUp) XXX_Merge(src proto.Message)

func (*CMsgGCShowItemsPickedUp) XXX_Size

func (m *CMsgGCShowItemsPickedUp) XXX_Size() int

func (*CMsgGCShowItemsPickedUp) XXX_Unmarshal

func (m *CMsgGCShowItemsPickedUp) XXX_Unmarshal(b []byte) error

type CMsgGCStorePurchaseCancel

type CMsgGCStorePurchaseCancel struct {
	TxnId                *uint64  `protobuf:"varint,1,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCStorePurchaseCancel) Descriptor

func (*CMsgGCStorePurchaseCancel) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseCancel) GetTxnId

func (m *CMsgGCStorePurchaseCancel) GetTxnId() uint64

func (*CMsgGCStorePurchaseCancel) ProtoMessage

func (*CMsgGCStorePurchaseCancel) ProtoMessage()

func (*CMsgGCStorePurchaseCancel) Reset

func (m *CMsgGCStorePurchaseCancel) Reset()

func (*CMsgGCStorePurchaseCancel) String

func (m *CMsgGCStorePurchaseCancel) String() string

func (*CMsgGCStorePurchaseCancel) XXX_DiscardUnknown

func (m *CMsgGCStorePurchaseCancel) XXX_DiscardUnknown()

func (*CMsgGCStorePurchaseCancel) XXX_Marshal

func (m *CMsgGCStorePurchaseCancel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCStorePurchaseCancel) XXX_Merge

func (m *CMsgGCStorePurchaseCancel) XXX_Merge(src proto.Message)

func (*CMsgGCStorePurchaseCancel) XXX_Size

func (m *CMsgGCStorePurchaseCancel) XXX_Size() int

func (*CMsgGCStorePurchaseCancel) XXX_Unmarshal

func (m *CMsgGCStorePurchaseCancel) XXX_Unmarshal(b []byte) error

type CMsgGCStorePurchaseCancelResponse

type CMsgGCStorePurchaseCancelResponse struct {
	Result               *uint32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCStorePurchaseCancelResponse) Descriptor

func (*CMsgGCStorePurchaseCancelResponse) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseCancelResponse) GetResult

func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage

func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage()

func (*CMsgGCStorePurchaseCancelResponse) Reset

func (*CMsgGCStorePurchaseCancelResponse) String

func (*CMsgGCStorePurchaseCancelResponse) XXX_DiscardUnknown

func (m *CMsgGCStorePurchaseCancelResponse) XXX_DiscardUnknown()

func (*CMsgGCStorePurchaseCancelResponse) XXX_Marshal

func (m *CMsgGCStorePurchaseCancelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCStorePurchaseCancelResponse) XXX_Merge

func (*CMsgGCStorePurchaseCancelResponse) XXX_Size

func (m *CMsgGCStorePurchaseCancelResponse) XXX_Size() int

func (*CMsgGCStorePurchaseCancelResponse) XXX_Unmarshal

func (m *CMsgGCStorePurchaseCancelResponse) XXX_Unmarshal(b []byte) error

type CMsgGCStorePurchaseFinalize

type CMsgGCStorePurchaseFinalize struct {
	TxnId                *uint64  `protobuf:"varint,1,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCStorePurchaseFinalize) Descriptor

func (*CMsgGCStorePurchaseFinalize) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseFinalize) GetTxnId

func (m *CMsgGCStorePurchaseFinalize) GetTxnId() uint64

func (*CMsgGCStorePurchaseFinalize) ProtoMessage

func (*CMsgGCStorePurchaseFinalize) ProtoMessage()

func (*CMsgGCStorePurchaseFinalize) Reset

func (m *CMsgGCStorePurchaseFinalize) Reset()

func (*CMsgGCStorePurchaseFinalize) String

func (m *CMsgGCStorePurchaseFinalize) String() string

func (*CMsgGCStorePurchaseFinalize) XXX_DiscardUnknown

func (m *CMsgGCStorePurchaseFinalize) XXX_DiscardUnknown()

func (*CMsgGCStorePurchaseFinalize) XXX_Marshal

func (m *CMsgGCStorePurchaseFinalize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCStorePurchaseFinalize) XXX_Merge

func (m *CMsgGCStorePurchaseFinalize) XXX_Merge(src proto.Message)

func (*CMsgGCStorePurchaseFinalize) XXX_Size

func (m *CMsgGCStorePurchaseFinalize) XXX_Size() int

func (*CMsgGCStorePurchaseFinalize) XXX_Unmarshal

func (m *CMsgGCStorePurchaseFinalize) XXX_Unmarshal(b []byte) error

type CMsgGCStorePurchaseFinalizeResponse

type CMsgGCStorePurchaseFinalizeResponse struct {
	Result               *uint32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ItemIds              []uint64 `protobuf:"varint,2,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCStorePurchaseFinalizeResponse) Descriptor

func (*CMsgGCStorePurchaseFinalizeResponse) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseFinalizeResponse) GetItemIds

func (m *CMsgGCStorePurchaseFinalizeResponse) GetItemIds() []uint64

func (*CMsgGCStorePurchaseFinalizeResponse) GetResult

func (*CMsgGCStorePurchaseFinalizeResponse) ProtoMessage

func (*CMsgGCStorePurchaseFinalizeResponse) ProtoMessage()

func (*CMsgGCStorePurchaseFinalizeResponse) Reset

func (*CMsgGCStorePurchaseFinalizeResponse) String

func (*CMsgGCStorePurchaseFinalizeResponse) XXX_DiscardUnknown

func (m *CMsgGCStorePurchaseFinalizeResponse) XXX_DiscardUnknown()

func (*CMsgGCStorePurchaseFinalizeResponse) XXX_Marshal

func (m *CMsgGCStorePurchaseFinalizeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCStorePurchaseFinalizeResponse) XXX_Merge

func (*CMsgGCStorePurchaseFinalizeResponse) XXX_Size

func (*CMsgGCStorePurchaseFinalizeResponse) XXX_Unmarshal

func (m *CMsgGCStorePurchaseFinalizeResponse) XXX_Unmarshal(b []byte) error

type CMsgGCStorePurchaseInit

type CMsgGCStorePurchaseInit struct {
	Country              *string                          `protobuf:"bytes,1,opt,name=country" json:"country,omitempty"`
	Language             *int32                           `protobuf:"varint,2,opt,name=language" json:"language,omitempty"`
	Currency             *int32                           `protobuf:"varint,3,opt,name=currency" json:"currency,omitempty"`
	LineItems            []*CGCStorePurchaseInit_LineItem `protobuf:"bytes,4,rep,name=line_items,json=lineItems" json:"line_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgGCStorePurchaseInit) Descriptor

func (*CMsgGCStorePurchaseInit) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseInit) GetCountry

func (m *CMsgGCStorePurchaseInit) GetCountry() string

func (*CMsgGCStorePurchaseInit) GetCurrency

func (m *CMsgGCStorePurchaseInit) GetCurrency() int32

func (*CMsgGCStorePurchaseInit) GetLanguage

func (m *CMsgGCStorePurchaseInit) GetLanguage() int32

func (*CMsgGCStorePurchaseInit) GetLineItems

func (*CMsgGCStorePurchaseInit) ProtoMessage

func (*CMsgGCStorePurchaseInit) ProtoMessage()

func (*CMsgGCStorePurchaseInit) Reset

func (m *CMsgGCStorePurchaseInit) Reset()

func (*CMsgGCStorePurchaseInit) String

func (m *CMsgGCStorePurchaseInit) String() string

func (*CMsgGCStorePurchaseInit) XXX_DiscardUnknown

func (m *CMsgGCStorePurchaseInit) XXX_DiscardUnknown()

func (*CMsgGCStorePurchaseInit) XXX_Marshal

func (m *CMsgGCStorePurchaseInit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCStorePurchaseInit) XXX_Merge

func (m *CMsgGCStorePurchaseInit) XXX_Merge(src proto.Message)

func (*CMsgGCStorePurchaseInit) XXX_Size

func (m *CMsgGCStorePurchaseInit) XXX_Size() int

func (*CMsgGCStorePurchaseInit) XXX_Unmarshal

func (m *CMsgGCStorePurchaseInit) XXX_Unmarshal(b []byte) error

type CMsgGCStorePurchaseInitResponse

type CMsgGCStorePurchaseInitResponse struct {
	Result               *int32   `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	TxnId                *uint64  `protobuf:"varint,2,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCStorePurchaseInitResponse) Descriptor

func (*CMsgGCStorePurchaseInitResponse) Descriptor() ([]byte, []int)

func (*CMsgGCStorePurchaseInitResponse) GetResult

func (m *CMsgGCStorePurchaseInitResponse) GetResult() int32

func (*CMsgGCStorePurchaseInitResponse) GetTxnId

func (*CMsgGCStorePurchaseInitResponse) ProtoMessage

func (*CMsgGCStorePurchaseInitResponse) ProtoMessage()

func (*CMsgGCStorePurchaseInitResponse) Reset

func (*CMsgGCStorePurchaseInitResponse) String

func (*CMsgGCStorePurchaseInitResponse) XXX_DiscardUnknown

func (m *CMsgGCStorePurchaseInitResponse) XXX_DiscardUnknown()

func (*CMsgGCStorePurchaseInitResponse) XXX_Marshal

func (m *CMsgGCStorePurchaseInitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCStorePurchaseInitResponse) XXX_Merge

func (m *CMsgGCStorePurchaseInitResponse) XXX_Merge(src proto.Message)

func (*CMsgGCStorePurchaseInitResponse) XXX_Size

func (m *CMsgGCStorePurchaseInitResponse) XXX_Size() int

func (*CMsgGCStorePurchaseInitResponse) XXX_Unmarshal

func (m *CMsgGCStorePurchaseInitResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToClientCurrencyPricePoints

type CMsgGCToClientCurrencyPricePoints struct {
	PriceKey             []uint64                                      `protobuf:"varint,1,rep,packed,name=price_key,json=priceKey" json:"price_key,omitempty"`
	Currencies           []*CMsgGCToClientCurrencyPricePoints_Currency `protobuf:"bytes,2,rep,name=currencies" json:"currencies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgGCToClientCurrencyPricePoints) Descriptor

func (*CMsgGCToClientCurrencyPricePoints) Descriptor() ([]byte, []int)

func (*CMsgGCToClientCurrencyPricePoints) GetCurrencies

func (*CMsgGCToClientCurrencyPricePoints) GetPriceKey

func (m *CMsgGCToClientCurrencyPricePoints) GetPriceKey() []uint64

func (*CMsgGCToClientCurrencyPricePoints) ProtoMessage

func (*CMsgGCToClientCurrencyPricePoints) ProtoMessage()

func (*CMsgGCToClientCurrencyPricePoints) Reset

func (*CMsgGCToClientCurrencyPricePoints) String

func (*CMsgGCToClientCurrencyPricePoints) XXX_DiscardUnknown

func (m *CMsgGCToClientCurrencyPricePoints) XXX_DiscardUnknown()

func (*CMsgGCToClientCurrencyPricePoints) XXX_Marshal

func (m *CMsgGCToClientCurrencyPricePoints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientCurrencyPricePoints) XXX_Merge

func (*CMsgGCToClientCurrencyPricePoints) XXX_Size

func (m *CMsgGCToClientCurrencyPricePoints) XXX_Size() int

func (*CMsgGCToClientCurrencyPricePoints) XXX_Unmarshal

func (m *CMsgGCToClientCurrencyPricePoints) XXX_Unmarshal(b []byte) error

type CMsgGCToClientCurrencyPricePoints_Currency

type CMsgGCToClientCurrencyPricePoints_Currency struct {
	CurrencyId           *uint32  `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	CurrencyPrice        []uint64 `protobuf:"varint,2,rep,packed,name=currency_price,json=currencyPrice" json:"currency_price,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientCurrencyPricePoints_Currency) Descriptor

func (*CMsgGCToClientCurrencyPricePoints_Currency) GetCurrencyId

func (*CMsgGCToClientCurrencyPricePoints_Currency) GetCurrencyPrice

func (m *CMsgGCToClientCurrencyPricePoints_Currency) GetCurrencyPrice() []uint64

func (*CMsgGCToClientCurrencyPricePoints_Currency) ProtoMessage

func (*CMsgGCToClientCurrencyPricePoints_Currency) Reset

func (*CMsgGCToClientCurrencyPricePoints_Currency) String

func (*CMsgGCToClientCurrencyPricePoints_Currency) XXX_DiscardUnknown

func (m *CMsgGCToClientCurrencyPricePoints_Currency) XXX_DiscardUnknown()

func (*CMsgGCToClientCurrencyPricePoints_Currency) XXX_Marshal

func (m *CMsgGCToClientCurrencyPricePoints_Currency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientCurrencyPricePoints_Currency) XXX_Merge

func (*CMsgGCToClientCurrencyPricePoints_Currency) XXX_Size

func (*CMsgGCToClientCurrencyPricePoints_Currency) XXX_Unmarshal

type CMsgGCToClientPollConvarRequest

type CMsgGCToClientPollConvarRequest struct {
	ConvarName           *string  `protobuf:"bytes,1,opt,name=convar_name,json=convarName" json:"convar_name,omitempty"`
	PollId               *uint32  `protobuf:"varint,2,opt,name=poll_id,json=pollId" json:"poll_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientPollConvarRequest) Descriptor

func (*CMsgGCToClientPollConvarRequest) Descriptor() ([]byte, []int)

func (*CMsgGCToClientPollConvarRequest) GetConvarName

func (m *CMsgGCToClientPollConvarRequest) GetConvarName() string

func (*CMsgGCToClientPollConvarRequest) GetPollId

func (m *CMsgGCToClientPollConvarRequest) GetPollId() uint32

func (*CMsgGCToClientPollConvarRequest) ProtoMessage

func (*CMsgGCToClientPollConvarRequest) ProtoMessage()

func (*CMsgGCToClientPollConvarRequest) Reset

func (*CMsgGCToClientPollConvarRequest) String

func (*CMsgGCToClientPollConvarRequest) XXX_DiscardUnknown

func (m *CMsgGCToClientPollConvarRequest) XXX_DiscardUnknown()

func (*CMsgGCToClientPollConvarRequest) XXX_Marshal

func (m *CMsgGCToClientPollConvarRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientPollConvarRequest) XXX_Merge

func (m *CMsgGCToClientPollConvarRequest) XXX_Merge(src proto.Message)

func (*CMsgGCToClientPollConvarRequest) XXX_Size

func (m *CMsgGCToClientPollConvarRequest) XXX_Size() int

func (*CMsgGCToClientPollConvarRequest) XXX_Unmarshal

func (m *CMsgGCToClientPollConvarRequest) XXX_Unmarshal(b []byte) error

type CMsgGCToClientPollConvarResponse

type CMsgGCToClientPollConvarResponse struct {
	PollId               *uint32  `protobuf:"varint,1,opt,name=poll_id,json=pollId" json:"poll_id,omitempty"`
	ConvarValue          *string  `protobuf:"bytes,2,opt,name=convar_value,json=convarValue" json:"convar_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientPollConvarResponse) Descriptor

func (*CMsgGCToClientPollConvarResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToClientPollConvarResponse) GetConvarValue

func (m *CMsgGCToClientPollConvarResponse) GetConvarValue() string

func (*CMsgGCToClientPollConvarResponse) GetPollId

func (*CMsgGCToClientPollConvarResponse) ProtoMessage

func (*CMsgGCToClientPollConvarResponse) ProtoMessage()

func (*CMsgGCToClientPollConvarResponse) Reset

func (*CMsgGCToClientPollConvarResponse) String

func (*CMsgGCToClientPollConvarResponse) XXX_DiscardUnknown

func (m *CMsgGCToClientPollConvarResponse) XXX_DiscardUnknown()

func (*CMsgGCToClientPollConvarResponse) XXX_Marshal

func (m *CMsgGCToClientPollConvarResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientPollConvarResponse) XXX_Merge

func (*CMsgGCToClientPollConvarResponse) XXX_Size

func (m *CMsgGCToClientPollConvarResponse) XXX_Size() int

func (*CMsgGCToClientPollConvarResponse) XXX_Unmarshal

func (m *CMsgGCToClientPollConvarResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToClientPollFileRequest

type CMsgGCToClientPollFileRequest struct {
	FileName             *string  `protobuf:"bytes,1,opt,name=file_name,json=fileName" json:"file_name,omitempty"`
	ClientVersion        *uint32  `protobuf:"varint,2,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	PollId               *uint32  `protobuf:"varint,3,opt,name=poll_id,json=pollId" json:"poll_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientPollFileRequest) Descriptor

func (*CMsgGCToClientPollFileRequest) Descriptor() ([]byte, []int)

func (*CMsgGCToClientPollFileRequest) GetClientVersion

func (m *CMsgGCToClientPollFileRequest) GetClientVersion() uint32

func (*CMsgGCToClientPollFileRequest) GetFileName

func (m *CMsgGCToClientPollFileRequest) GetFileName() string

func (*CMsgGCToClientPollFileRequest) GetPollId

func (m *CMsgGCToClientPollFileRequest) GetPollId() uint32

func (*CMsgGCToClientPollFileRequest) ProtoMessage

func (*CMsgGCToClientPollFileRequest) ProtoMessage()

func (*CMsgGCToClientPollFileRequest) Reset

func (m *CMsgGCToClientPollFileRequest) Reset()

func (*CMsgGCToClientPollFileRequest) String

func (*CMsgGCToClientPollFileRequest) XXX_DiscardUnknown

func (m *CMsgGCToClientPollFileRequest) XXX_DiscardUnknown()

func (*CMsgGCToClientPollFileRequest) XXX_Marshal

func (m *CMsgGCToClientPollFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientPollFileRequest) XXX_Merge

func (m *CMsgGCToClientPollFileRequest) XXX_Merge(src proto.Message)

func (*CMsgGCToClientPollFileRequest) XXX_Size

func (m *CMsgGCToClientPollFileRequest) XXX_Size() int

func (*CMsgGCToClientPollFileRequest) XXX_Unmarshal

func (m *CMsgGCToClientPollFileRequest) XXX_Unmarshal(b []byte) error

type CMsgGCToClientPollFileResponse

type CMsgGCToClientPollFileResponse struct {
	PollId               *uint32  `protobuf:"varint,1,opt,name=poll_id,json=pollId" json:"poll_id,omitempty"`
	FileSize             *uint32  `protobuf:"varint,2,opt,name=file_size,json=fileSize" json:"file_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientPollFileResponse) Descriptor

func (*CMsgGCToClientPollFileResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToClientPollFileResponse) GetFileSize

func (m *CMsgGCToClientPollFileResponse) GetFileSize() uint32

func (*CMsgGCToClientPollFileResponse) GetPollId

func (m *CMsgGCToClientPollFileResponse) GetPollId() uint32

func (*CMsgGCToClientPollFileResponse) ProtoMessage

func (*CMsgGCToClientPollFileResponse) ProtoMessage()

func (*CMsgGCToClientPollFileResponse) Reset

func (m *CMsgGCToClientPollFileResponse) Reset()

func (*CMsgGCToClientPollFileResponse) String

func (*CMsgGCToClientPollFileResponse) XXX_DiscardUnknown

func (m *CMsgGCToClientPollFileResponse) XXX_DiscardUnknown()

func (*CMsgGCToClientPollFileResponse) XXX_Marshal

func (m *CMsgGCToClientPollFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientPollFileResponse) XXX_Merge

func (m *CMsgGCToClientPollFileResponse) XXX_Merge(src proto.Message)

func (*CMsgGCToClientPollFileResponse) XXX_Size

func (m *CMsgGCToClientPollFileResponse) XXX_Size() int

func (*CMsgGCToClientPollFileResponse) XXX_Unmarshal

func (m *CMsgGCToClientPollFileResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToClientRequestDropped

type CMsgGCToClientRequestDropped struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientRequestDropped) Descriptor

func (*CMsgGCToClientRequestDropped) Descriptor() ([]byte, []int)

func (*CMsgGCToClientRequestDropped) ProtoMessage

func (*CMsgGCToClientRequestDropped) ProtoMessage()

func (*CMsgGCToClientRequestDropped) Reset

func (m *CMsgGCToClientRequestDropped) Reset()

func (*CMsgGCToClientRequestDropped) String

func (*CMsgGCToClientRequestDropped) XXX_DiscardUnknown

func (m *CMsgGCToClientRequestDropped) XXX_DiscardUnknown()

func (*CMsgGCToClientRequestDropped) XXX_Marshal

func (m *CMsgGCToClientRequestDropped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientRequestDropped) XXX_Merge

func (m *CMsgGCToClientRequestDropped) XXX_Merge(src proto.Message)

func (*CMsgGCToClientRequestDropped) XXX_Size

func (m *CMsgGCToClientRequestDropped) XXX_Size() int

func (*CMsgGCToClientRequestDropped) XXX_Unmarshal

func (m *CMsgGCToClientRequestDropped) XXX_Unmarshal(b []byte) error

type CMsgGCToClientStoreTransactionCompleted

type CMsgGCToClientStoreTransactionCompleted struct {
	TxnId                *uint64  `protobuf:"varint,1,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	ItemIds              []uint64 `protobuf:"varint,2,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientStoreTransactionCompleted) Descriptor

func (*CMsgGCToClientStoreTransactionCompleted) Descriptor() ([]byte, []int)

func (*CMsgGCToClientStoreTransactionCompleted) GetItemIds

func (*CMsgGCToClientStoreTransactionCompleted) GetTxnId

func (*CMsgGCToClientStoreTransactionCompleted) ProtoMessage

func (*CMsgGCToClientStoreTransactionCompleted) Reset

func (*CMsgGCToClientStoreTransactionCompleted) String

func (*CMsgGCToClientStoreTransactionCompleted) XXX_DiscardUnknown

func (m *CMsgGCToClientStoreTransactionCompleted) XXX_DiscardUnknown()

func (*CMsgGCToClientStoreTransactionCompleted) XXX_Marshal

func (m *CMsgGCToClientStoreTransactionCompleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientStoreTransactionCompleted) XXX_Merge

func (*CMsgGCToClientStoreTransactionCompleted) XXX_Size

func (*CMsgGCToClientStoreTransactionCompleted) XXX_Unmarshal

func (m *CMsgGCToClientStoreTransactionCompleted) XXX_Unmarshal(b []byte) error

type CMsgGCToGCAddSubscriptionTime

type CMsgGCToGCAddSubscriptionTime struct {
	AccountId                      *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MatchingSubscriptionDefIndexes []uint32 `` /* 149-byte string literal not displayed */
	AdditionalSeconds              *uint32  `protobuf:"varint,3,opt,name=additional_seconds,json=additionalSeconds" json:"additional_seconds,omitempty"`
	XXX_NoUnkeyedLiteral           struct{} `json:"-"`
	XXX_unrecognized               []byte   `json:"-"`
	XXX_sizecache                  int32    `json:"-"`
}

func (*CMsgGCToGCAddSubscriptionTime) Descriptor

func (*CMsgGCToGCAddSubscriptionTime) Descriptor() ([]byte, []int)

func (*CMsgGCToGCAddSubscriptionTime) GetAccountId

func (m *CMsgGCToGCAddSubscriptionTime) GetAccountId() uint32

func (*CMsgGCToGCAddSubscriptionTime) GetAdditionalSeconds

func (m *CMsgGCToGCAddSubscriptionTime) GetAdditionalSeconds() uint32

func (*CMsgGCToGCAddSubscriptionTime) GetMatchingSubscriptionDefIndexes

func (m *CMsgGCToGCAddSubscriptionTime) GetMatchingSubscriptionDefIndexes() []uint32

func (*CMsgGCToGCAddSubscriptionTime) ProtoMessage

func (*CMsgGCToGCAddSubscriptionTime) ProtoMessage()

func (*CMsgGCToGCAddSubscriptionTime) Reset

func (m *CMsgGCToGCAddSubscriptionTime) Reset()

func (*CMsgGCToGCAddSubscriptionTime) String

func (*CMsgGCToGCAddSubscriptionTime) XXX_DiscardUnknown

func (m *CMsgGCToGCAddSubscriptionTime) XXX_DiscardUnknown()

func (*CMsgGCToGCAddSubscriptionTime) XXX_Marshal

func (m *CMsgGCToGCAddSubscriptionTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCAddSubscriptionTime) XXX_Merge

func (m *CMsgGCToGCAddSubscriptionTime) XXX_Merge(src proto.Message)

func (*CMsgGCToGCAddSubscriptionTime) XXX_Size

func (m *CMsgGCToGCAddSubscriptionTime) XXX_Size() int

func (*CMsgGCToGCAddSubscriptionTime) XXX_Unmarshal

func (m *CMsgGCToGCAddSubscriptionTime) XXX_Unmarshal(b []byte) error

type CMsgGCToGCApplyLocalizationDiff

type CMsgGCToGCApplyLocalizationDiff struct {
	Language             *uint32  `protobuf:"varint,1,opt,name=language" json:"language,omitempty"`
	PackedDiff           *string  `protobuf:"bytes,2,opt,name=packed_diff,json=packedDiff" json:"packed_diff,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCApplyLocalizationDiff) Descriptor

func (*CMsgGCToGCApplyLocalizationDiff) Descriptor() ([]byte, []int)

func (*CMsgGCToGCApplyLocalizationDiff) GetLanguage

func (m *CMsgGCToGCApplyLocalizationDiff) GetLanguage() uint32

func (*CMsgGCToGCApplyLocalizationDiff) GetPackedDiff

func (m *CMsgGCToGCApplyLocalizationDiff) GetPackedDiff() string

func (*CMsgGCToGCApplyLocalizationDiff) ProtoMessage

func (*CMsgGCToGCApplyLocalizationDiff) ProtoMessage()

func (*CMsgGCToGCApplyLocalizationDiff) Reset

func (*CMsgGCToGCApplyLocalizationDiff) String

func (*CMsgGCToGCApplyLocalizationDiff) XXX_DiscardUnknown

func (m *CMsgGCToGCApplyLocalizationDiff) XXX_DiscardUnknown()

func (*CMsgGCToGCApplyLocalizationDiff) XXX_Marshal

func (m *CMsgGCToGCApplyLocalizationDiff) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCApplyLocalizationDiff) XXX_Merge

func (m *CMsgGCToGCApplyLocalizationDiff) XXX_Merge(src proto.Message)

func (*CMsgGCToGCApplyLocalizationDiff) XXX_Size

func (m *CMsgGCToGCApplyLocalizationDiff) XXX_Size() int

func (*CMsgGCToGCApplyLocalizationDiff) XXX_Unmarshal

func (m *CMsgGCToGCApplyLocalizationDiff) XXX_Unmarshal(b []byte) error

type CMsgGCToGCApplyLocalizationDiffResponse

type CMsgGCToGCApplyLocalizationDiffResponse struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCApplyLocalizationDiffResponse) Descriptor

func (*CMsgGCToGCApplyLocalizationDiffResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCApplyLocalizationDiffResponse) GetSuccess

func (*CMsgGCToGCApplyLocalizationDiffResponse) ProtoMessage

func (*CMsgGCToGCApplyLocalizationDiffResponse) Reset

func (*CMsgGCToGCApplyLocalizationDiffResponse) String

func (*CMsgGCToGCApplyLocalizationDiffResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCApplyLocalizationDiffResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCApplyLocalizationDiffResponse) XXX_Marshal

func (m *CMsgGCToGCApplyLocalizationDiffResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCApplyLocalizationDiffResponse) XXX_Merge

func (*CMsgGCToGCApplyLocalizationDiffResponse) XXX_Size

func (*CMsgGCToGCApplyLocalizationDiffResponse) XXX_Unmarshal

func (m *CMsgGCToGCApplyLocalizationDiffResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCBannedWordListUpdated

type CMsgGCToGCBannedWordListUpdated struct {
	GroupId              *uint32  `protobuf:"varint,1,opt,name=group_id,json=groupId" json:"group_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCBannedWordListUpdated) Descriptor

func (*CMsgGCToGCBannedWordListUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCToGCBannedWordListUpdated) GetGroupId

func (m *CMsgGCToGCBannedWordListUpdated) GetGroupId() uint32

func (*CMsgGCToGCBannedWordListUpdated) ProtoMessage

func (*CMsgGCToGCBannedWordListUpdated) ProtoMessage()

func (*CMsgGCToGCBannedWordListUpdated) Reset

func (*CMsgGCToGCBannedWordListUpdated) String

func (*CMsgGCToGCBannedWordListUpdated) XXX_DiscardUnknown

func (m *CMsgGCToGCBannedWordListUpdated) XXX_DiscardUnknown()

func (*CMsgGCToGCBannedWordListUpdated) XXX_Marshal

func (m *CMsgGCToGCBannedWordListUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCBannedWordListUpdated) XXX_Merge

func (m *CMsgGCToGCBannedWordListUpdated) XXX_Merge(src proto.Message)

func (*CMsgGCToGCBannedWordListUpdated) XXX_Size

func (m *CMsgGCToGCBannedWordListUpdated) XXX_Size() int

func (*CMsgGCToGCBannedWordListUpdated) XXX_Unmarshal

func (m *CMsgGCToGCBannedWordListUpdated) XXX_Unmarshal(b []byte) error

type CMsgGCToGCBroadcastConsoleCommand

type CMsgGCToGCBroadcastConsoleCommand struct {
	ConCommand           *string  `protobuf:"bytes,1,opt,name=con_command,json=conCommand" json:"con_command,omitempty"`
	ReportOutput         *bool    `protobuf:"varint,2,opt,name=report_output,json=reportOutput" json:"report_output,omitempty"`
	SendingGc            *uint32  `protobuf:"varint,3,opt,name=sending_gc,json=sendingGc" json:"sending_gc,omitempty"`
	OutputInitiator      *string  `protobuf:"bytes,4,opt,name=output_initiator,json=outputInitiator" json:"output_initiator,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCBroadcastConsoleCommand) Descriptor

func (*CMsgGCToGCBroadcastConsoleCommand) Descriptor() ([]byte, []int)

func (*CMsgGCToGCBroadcastConsoleCommand) GetConCommand

func (m *CMsgGCToGCBroadcastConsoleCommand) GetConCommand() string

func (*CMsgGCToGCBroadcastConsoleCommand) GetOutputInitiator

func (m *CMsgGCToGCBroadcastConsoleCommand) GetOutputInitiator() string

func (*CMsgGCToGCBroadcastConsoleCommand) GetReportOutput

func (m *CMsgGCToGCBroadcastConsoleCommand) GetReportOutput() bool

func (*CMsgGCToGCBroadcastConsoleCommand) GetSendingGc

func (m *CMsgGCToGCBroadcastConsoleCommand) GetSendingGc() uint32

func (*CMsgGCToGCBroadcastConsoleCommand) ProtoMessage

func (*CMsgGCToGCBroadcastConsoleCommand) ProtoMessage()

func (*CMsgGCToGCBroadcastConsoleCommand) Reset

func (*CMsgGCToGCBroadcastConsoleCommand) String

func (*CMsgGCToGCBroadcastConsoleCommand) XXX_DiscardUnknown

func (m *CMsgGCToGCBroadcastConsoleCommand) XXX_DiscardUnknown()

func (*CMsgGCToGCBroadcastConsoleCommand) XXX_Marshal

func (m *CMsgGCToGCBroadcastConsoleCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCBroadcastConsoleCommand) XXX_Merge

func (*CMsgGCToGCBroadcastConsoleCommand) XXX_Size

func (m *CMsgGCToGCBroadcastConsoleCommand) XXX_Size() int

func (*CMsgGCToGCBroadcastConsoleCommand) XXX_Unmarshal

func (m *CMsgGCToGCBroadcastConsoleCommand) XXX_Unmarshal(b []byte) error

type CMsgGCToGCBroadcastMessageFromSub

type CMsgGCToGCBroadcastMessageFromSub struct {
	MsgId                *uint32  `protobuf:"varint,1,opt,name=msg_id,json=msgId" json:"msg_id,omitempty"`
	SerializedMsg        []byte   `protobuf:"bytes,2,opt,name=serialized_msg,json=serializedMsg" json:"serialized_msg,omitempty"`
	AccountIdList        []uint32 `protobuf:"varint,3,rep,packed,name=account_id_list,json=accountIdList" json:"account_id_list,omitempty"`
	SteamIdList          []uint64 `protobuf:"fixed64,4,rep,packed,name=steam_id_list,json=steamIdList" json:"steam_id_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCBroadcastMessageFromSub) Descriptor

func (*CMsgGCToGCBroadcastMessageFromSub) Descriptor() ([]byte, []int)

func (*CMsgGCToGCBroadcastMessageFromSub) GetAccountIdList

func (m *CMsgGCToGCBroadcastMessageFromSub) GetAccountIdList() []uint32

func (*CMsgGCToGCBroadcastMessageFromSub) GetMsgId

func (*CMsgGCToGCBroadcastMessageFromSub) GetSerializedMsg

func (m *CMsgGCToGCBroadcastMessageFromSub) GetSerializedMsg() []byte

func (*CMsgGCToGCBroadcastMessageFromSub) GetSteamIdList

func (m *CMsgGCToGCBroadcastMessageFromSub) GetSteamIdList() []uint64

func (*CMsgGCToGCBroadcastMessageFromSub) ProtoMessage

func (*CMsgGCToGCBroadcastMessageFromSub) ProtoMessage()

func (*CMsgGCToGCBroadcastMessageFromSub) Reset

func (*CMsgGCToGCBroadcastMessageFromSub) String

func (*CMsgGCToGCBroadcastMessageFromSub) XXX_DiscardUnknown

func (m *CMsgGCToGCBroadcastMessageFromSub) XXX_DiscardUnknown()

func (*CMsgGCToGCBroadcastMessageFromSub) XXX_Marshal

func (m *CMsgGCToGCBroadcastMessageFromSub) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCBroadcastMessageFromSub) XXX_Merge

func (*CMsgGCToGCBroadcastMessageFromSub) XXX_Size

func (m *CMsgGCToGCBroadcastMessageFromSub) XXX_Size() int

func (*CMsgGCToGCBroadcastMessageFromSub) XXX_Unmarshal

func (m *CMsgGCToGCBroadcastMessageFromSub) XXX_Unmarshal(b []byte) error

type CMsgGCToGCCanUseDropRateBonus

type CMsgGCToGCCanUseDropRateBonus struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	DropRateBonus        *float32 `protobuf:"fixed32,2,opt,name=drop_rate_bonus,json=dropRateBonus" json:"drop_rate_bonus,omitempty"`
	BoosterType          *uint32  `protobuf:"varint,3,opt,name=booster_type,json=boosterType" json:"booster_type,omitempty"`
	ExclusiveItemDef     *uint32  `protobuf:"varint,4,opt,name=exclusive_item_def,json=exclusiveItemDef" json:"exclusive_item_def,omitempty"`
	AllowEqualRate       *bool    `protobuf:"varint,5,opt,name=allow_equal_rate,json=allowEqualRate" json:"allow_equal_rate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCCanUseDropRateBonus) Descriptor

func (*CMsgGCToGCCanUseDropRateBonus) Descriptor() ([]byte, []int)

func (*CMsgGCToGCCanUseDropRateBonus) GetAccountId

func (m *CMsgGCToGCCanUseDropRateBonus) GetAccountId() uint32

func (*CMsgGCToGCCanUseDropRateBonus) GetAllowEqualRate

func (m *CMsgGCToGCCanUseDropRateBonus) GetAllowEqualRate() bool

func (*CMsgGCToGCCanUseDropRateBonus) GetBoosterType

func (m *CMsgGCToGCCanUseDropRateBonus) GetBoosterType() uint32

func (*CMsgGCToGCCanUseDropRateBonus) GetDropRateBonus

func (m *CMsgGCToGCCanUseDropRateBonus) GetDropRateBonus() float32

func (*CMsgGCToGCCanUseDropRateBonus) GetExclusiveItemDef

func (m *CMsgGCToGCCanUseDropRateBonus) GetExclusiveItemDef() uint32

func (*CMsgGCToGCCanUseDropRateBonus) ProtoMessage

func (*CMsgGCToGCCanUseDropRateBonus) ProtoMessage()

func (*CMsgGCToGCCanUseDropRateBonus) Reset

func (m *CMsgGCToGCCanUseDropRateBonus) Reset()

func (*CMsgGCToGCCanUseDropRateBonus) String

func (*CMsgGCToGCCanUseDropRateBonus) XXX_DiscardUnknown

func (m *CMsgGCToGCCanUseDropRateBonus) XXX_DiscardUnknown()

func (*CMsgGCToGCCanUseDropRateBonus) XXX_Marshal

func (m *CMsgGCToGCCanUseDropRateBonus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCCanUseDropRateBonus) XXX_Merge

func (m *CMsgGCToGCCanUseDropRateBonus) XXX_Merge(src proto.Message)

func (*CMsgGCToGCCanUseDropRateBonus) XXX_Size

func (m *CMsgGCToGCCanUseDropRateBonus) XXX_Size() int

func (*CMsgGCToGCCanUseDropRateBonus) XXX_Unmarshal

func (m *CMsgGCToGCCanUseDropRateBonus) XXX_Unmarshal(b []byte) error

type CMsgGCToGCCheckAccountTradeStatus

type CMsgGCToGCCheckAccountTradeStatus struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Initiator            *bool    `protobuf:"varint,2,opt,name=initiator" json:"initiator,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCCheckAccountTradeStatus) Descriptor

func (*CMsgGCToGCCheckAccountTradeStatus) Descriptor() ([]byte, []int)

func (*CMsgGCToGCCheckAccountTradeStatus) GetAccountId

func (m *CMsgGCToGCCheckAccountTradeStatus) GetAccountId() uint32

func (*CMsgGCToGCCheckAccountTradeStatus) GetInitiator

func (m *CMsgGCToGCCheckAccountTradeStatus) GetInitiator() bool

func (*CMsgGCToGCCheckAccountTradeStatus) ProtoMessage

func (*CMsgGCToGCCheckAccountTradeStatus) ProtoMessage()

func (*CMsgGCToGCCheckAccountTradeStatus) Reset

func (*CMsgGCToGCCheckAccountTradeStatus) String

func (*CMsgGCToGCCheckAccountTradeStatus) XXX_DiscardUnknown

func (m *CMsgGCToGCCheckAccountTradeStatus) XXX_DiscardUnknown()

func (*CMsgGCToGCCheckAccountTradeStatus) XXX_Marshal

func (m *CMsgGCToGCCheckAccountTradeStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCCheckAccountTradeStatus) XXX_Merge

func (*CMsgGCToGCCheckAccountTradeStatus) XXX_Size

func (m *CMsgGCToGCCheckAccountTradeStatus) XXX_Size() int

func (*CMsgGCToGCCheckAccountTradeStatus) XXX_Unmarshal

func (m *CMsgGCToGCCheckAccountTradeStatus) XXX_Unmarshal(b []byte) error

type CMsgGCToGCCheckAccountTradeStatusResponse

type CMsgGCToGCCheckAccountTradeStatusResponse struct {
	CanTrade             *bool    `protobuf:"varint,1,opt,name=can_trade,json=canTrade" json:"can_trade,omitempty"`
	ErrorCode            *uint32  `protobuf:"varint,2,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCCheckAccountTradeStatusResponse) Descriptor

func (*CMsgGCToGCCheckAccountTradeStatusResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCCheckAccountTradeStatusResponse) GetCanTrade

func (*CMsgGCToGCCheckAccountTradeStatusResponse) GetErrorCode

func (*CMsgGCToGCCheckAccountTradeStatusResponse) ProtoMessage

func (*CMsgGCToGCCheckAccountTradeStatusResponse) Reset

func (*CMsgGCToGCCheckAccountTradeStatusResponse) String

func (*CMsgGCToGCCheckAccountTradeStatusResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCCheckAccountTradeStatusResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCCheckAccountTradeStatusResponse) XXX_Marshal

func (m *CMsgGCToGCCheckAccountTradeStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCCheckAccountTradeStatusResponse) XXX_Merge

func (*CMsgGCToGCCheckAccountTradeStatusResponse) XXX_Size

func (*CMsgGCToGCCheckAccountTradeStatusResponse) XXX_Unmarshal

type CMsgGCToGCClientServerVersionsUpdated

type CMsgGCToGCClientServerVersionsUpdated struct {
	ClientMinAllowedVersion *uint32  `` /* 128-byte string literal not displayed */
	ClientActiveVersion     *uint32  `protobuf:"varint,2,opt,name=client_active_version,json=clientActiveVersion" json:"client_active_version,omitempty"`
	ServerActiveVersion     *uint32  `protobuf:"varint,3,opt,name=server_active_version,json=serverActiveVersion" json:"server_active_version,omitempty"`
	ServerDeployedVersion   *uint32  `protobuf:"varint,4,opt,name=server_deployed_version,json=serverDeployedVersion" json:"server_deployed_version,omitempty"`
	WhatChanged             *uint32  `protobuf:"varint,5,opt,name=what_changed,json=whatChanged" json:"what_changed,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*CMsgGCToGCClientServerVersionsUpdated) Descriptor

func (*CMsgGCToGCClientServerVersionsUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCToGCClientServerVersionsUpdated) GetClientActiveVersion

func (m *CMsgGCToGCClientServerVersionsUpdated) GetClientActiveVersion() uint32

func (*CMsgGCToGCClientServerVersionsUpdated) GetClientMinAllowedVersion

func (m *CMsgGCToGCClientServerVersionsUpdated) GetClientMinAllowedVersion() uint32

func (*CMsgGCToGCClientServerVersionsUpdated) GetServerActiveVersion

func (m *CMsgGCToGCClientServerVersionsUpdated) GetServerActiveVersion() uint32

func (*CMsgGCToGCClientServerVersionsUpdated) GetServerDeployedVersion

func (m *CMsgGCToGCClientServerVersionsUpdated) GetServerDeployedVersion() uint32

func (*CMsgGCToGCClientServerVersionsUpdated) GetWhatChanged

func (m *CMsgGCToGCClientServerVersionsUpdated) GetWhatChanged() uint32

func (*CMsgGCToGCClientServerVersionsUpdated) ProtoMessage

func (*CMsgGCToGCClientServerVersionsUpdated) ProtoMessage()

func (*CMsgGCToGCClientServerVersionsUpdated) Reset

func (*CMsgGCToGCClientServerVersionsUpdated) String

func (*CMsgGCToGCClientServerVersionsUpdated) XXX_DiscardUnknown

func (m *CMsgGCToGCClientServerVersionsUpdated) XXX_DiscardUnknown()

func (*CMsgGCToGCClientServerVersionsUpdated) XXX_Marshal

func (m *CMsgGCToGCClientServerVersionsUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCClientServerVersionsUpdated) XXX_Merge

func (*CMsgGCToGCClientServerVersionsUpdated) XXX_Size

func (*CMsgGCToGCClientServerVersionsUpdated) XXX_Unmarshal

func (m *CMsgGCToGCClientServerVersionsUpdated) XXX_Unmarshal(b []byte) error

type CMsgGCToGCConsoleOutput

type CMsgGCToGCConsoleOutput struct {
	Initiator            *string                               `protobuf:"bytes,1,opt,name=initiator" json:"initiator,omitempty"`
	SendingGc            *uint32                               `protobuf:"varint,2,opt,name=sending_gc,json=sendingGc" json:"sending_gc,omitempty"`
	Msgs                 []*CMsgGCToGCConsoleOutput_OutputLine `protobuf:"bytes,3,rep,name=msgs" json:"msgs,omitempty"`
	IsLastForSourceJob   *bool                                 `protobuf:"varint,4,opt,name=is_last_for_source_job,json=isLastForSourceJob" json:"is_last_for_source_job,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*CMsgGCToGCConsoleOutput) Descriptor

func (*CMsgGCToGCConsoleOutput) Descriptor() ([]byte, []int)

func (*CMsgGCToGCConsoleOutput) GetInitiator

func (m *CMsgGCToGCConsoleOutput) GetInitiator() string

func (*CMsgGCToGCConsoleOutput) GetIsLastForSourceJob

func (m *CMsgGCToGCConsoleOutput) GetIsLastForSourceJob() bool

func (*CMsgGCToGCConsoleOutput) GetMsgs

func (*CMsgGCToGCConsoleOutput) GetSendingGc

func (m *CMsgGCToGCConsoleOutput) GetSendingGc() uint32

func (*CMsgGCToGCConsoleOutput) ProtoMessage

func (*CMsgGCToGCConsoleOutput) ProtoMessage()

func (*CMsgGCToGCConsoleOutput) Reset

func (m *CMsgGCToGCConsoleOutput) Reset()

func (*CMsgGCToGCConsoleOutput) String

func (m *CMsgGCToGCConsoleOutput) String() string

func (*CMsgGCToGCConsoleOutput) XXX_DiscardUnknown

func (m *CMsgGCToGCConsoleOutput) XXX_DiscardUnknown()

func (*CMsgGCToGCConsoleOutput) XXX_Marshal

func (m *CMsgGCToGCConsoleOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCConsoleOutput) XXX_Merge

func (m *CMsgGCToGCConsoleOutput) XXX_Merge(src proto.Message)

func (*CMsgGCToGCConsoleOutput) XXX_Size

func (m *CMsgGCToGCConsoleOutput) XXX_Size() int

func (*CMsgGCToGCConsoleOutput) XXX_Unmarshal

func (m *CMsgGCToGCConsoleOutput) XXX_Unmarshal(b []byte) error

type CMsgGCToGCConsoleOutput_OutputLine

type CMsgGCToGCConsoleOutput_OutputLine struct {
	Text                 *string  `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	SpewLevel            *uint32  `protobuf:"varint,2,opt,name=spew_level,json=spewLevel" json:"spew_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCConsoleOutput_OutputLine) Descriptor

func (*CMsgGCToGCConsoleOutput_OutputLine) Descriptor() ([]byte, []int)

func (*CMsgGCToGCConsoleOutput_OutputLine) GetSpewLevel

func (m *CMsgGCToGCConsoleOutput_OutputLine) GetSpewLevel() uint32

func (*CMsgGCToGCConsoleOutput_OutputLine) GetText

func (*CMsgGCToGCConsoleOutput_OutputLine) ProtoMessage

func (*CMsgGCToGCConsoleOutput_OutputLine) ProtoMessage()

func (*CMsgGCToGCConsoleOutput_OutputLine) Reset

func (*CMsgGCToGCConsoleOutput_OutputLine) String

func (*CMsgGCToGCConsoleOutput_OutputLine) XXX_DiscardUnknown

func (m *CMsgGCToGCConsoleOutput_OutputLine) XXX_DiscardUnknown()

func (*CMsgGCToGCConsoleOutput_OutputLine) XXX_Marshal

func (m *CMsgGCToGCConsoleOutput_OutputLine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCConsoleOutput_OutputLine) XXX_Merge

func (*CMsgGCToGCConsoleOutput_OutputLine) XXX_Size

func (*CMsgGCToGCConsoleOutput_OutputLine) XXX_Unmarshal

func (m *CMsgGCToGCConsoleOutput_OutputLine) XXX_Unmarshal(b []byte) error

type CMsgGCToGCDirtyMultipleSDOCache

type CMsgGCToGCDirtyMultipleSDOCache struct {
	SdoType              *uint32  `protobuf:"varint,1,opt,name=sdo_type,json=sdoType" json:"sdo_type,omitempty"`
	KeyUint64            []uint64 `protobuf:"varint,2,rep,name=key_uint64,json=keyUint64" json:"key_uint64,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCDirtyMultipleSDOCache) Descriptor

func (*CMsgGCToGCDirtyMultipleSDOCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCDirtyMultipleSDOCache) GetKeyUint64

func (m *CMsgGCToGCDirtyMultipleSDOCache) GetKeyUint64() []uint64

func (*CMsgGCToGCDirtyMultipleSDOCache) GetSdoType

func (m *CMsgGCToGCDirtyMultipleSDOCache) GetSdoType() uint32

func (*CMsgGCToGCDirtyMultipleSDOCache) ProtoMessage

func (*CMsgGCToGCDirtyMultipleSDOCache) ProtoMessage()

func (*CMsgGCToGCDirtyMultipleSDOCache) Reset

func (*CMsgGCToGCDirtyMultipleSDOCache) String

func (*CMsgGCToGCDirtyMultipleSDOCache) XXX_DiscardUnknown

func (m *CMsgGCToGCDirtyMultipleSDOCache) XXX_DiscardUnknown()

func (*CMsgGCToGCDirtyMultipleSDOCache) XXX_Marshal

func (m *CMsgGCToGCDirtyMultipleSDOCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCDirtyMultipleSDOCache) XXX_Merge

func (m *CMsgGCToGCDirtyMultipleSDOCache) XXX_Merge(src proto.Message)

func (*CMsgGCToGCDirtyMultipleSDOCache) XXX_Size

func (m *CMsgGCToGCDirtyMultipleSDOCache) XXX_Size() int

func (*CMsgGCToGCDirtyMultipleSDOCache) XXX_Unmarshal

func (m *CMsgGCToGCDirtyMultipleSDOCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCDirtySDOCache

type CMsgGCToGCDirtySDOCache struct {
	SdoType              *uint32  `protobuf:"varint,1,opt,name=sdo_type,json=sdoType" json:"sdo_type,omitempty"`
	KeyUint64            *uint64  `protobuf:"varint,2,opt,name=key_uint64,json=keyUint64" json:"key_uint64,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCDirtySDOCache) Descriptor

func (*CMsgGCToGCDirtySDOCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCDirtySDOCache) GetKeyUint64

func (m *CMsgGCToGCDirtySDOCache) GetKeyUint64() uint64

func (*CMsgGCToGCDirtySDOCache) GetSdoType

func (m *CMsgGCToGCDirtySDOCache) GetSdoType() uint32

func (*CMsgGCToGCDirtySDOCache) ProtoMessage

func (*CMsgGCToGCDirtySDOCache) ProtoMessage()

func (*CMsgGCToGCDirtySDOCache) Reset

func (m *CMsgGCToGCDirtySDOCache) Reset()

func (*CMsgGCToGCDirtySDOCache) String

func (m *CMsgGCToGCDirtySDOCache) String() string

func (*CMsgGCToGCDirtySDOCache) XXX_DiscardUnknown

func (m *CMsgGCToGCDirtySDOCache) XXX_DiscardUnknown()

func (*CMsgGCToGCDirtySDOCache) XXX_Marshal

func (m *CMsgGCToGCDirtySDOCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCDirtySDOCache) XXX_Merge

func (m *CMsgGCToGCDirtySDOCache) XXX_Merge(src proto.Message)

func (*CMsgGCToGCDirtySDOCache) XXX_Size

func (m *CMsgGCToGCDirtySDOCache) XXX_Size() int

func (*CMsgGCToGCDirtySDOCache) XXX_Unmarshal

func (m *CMsgGCToGCDirtySDOCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCFlushSteamInventoryCache

type CMsgGCToGCFlushSteamInventoryCache struct {
	Keys                 []*CMsgGCToGCFlushSteamInventoryCache_Key `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgGCToGCFlushSteamInventoryCache) Descriptor

func (*CMsgGCToGCFlushSteamInventoryCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCFlushSteamInventoryCache) GetKeys

func (*CMsgGCToGCFlushSteamInventoryCache) ProtoMessage

func (*CMsgGCToGCFlushSteamInventoryCache) ProtoMessage()

func (*CMsgGCToGCFlushSteamInventoryCache) Reset

func (*CMsgGCToGCFlushSteamInventoryCache) String

func (*CMsgGCToGCFlushSteamInventoryCache) XXX_DiscardUnknown

func (m *CMsgGCToGCFlushSteamInventoryCache) XXX_DiscardUnknown()

func (*CMsgGCToGCFlushSteamInventoryCache) XXX_Marshal

func (m *CMsgGCToGCFlushSteamInventoryCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCFlushSteamInventoryCache) XXX_Merge

func (*CMsgGCToGCFlushSteamInventoryCache) XXX_Size

func (*CMsgGCToGCFlushSteamInventoryCache) XXX_Unmarshal

func (m *CMsgGCToGCFlushSteamInventoryCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCFlushSteamInventoryCache_Key

type CMsgGCToGCFlushSteamInventoryCache_Key struct {
	Steamid              *uint64  `protobuf:"varint,1,opt,name=steamid" json:"steamid,omitempty"`
	Contextid            *uint64  `protobuf:"varint,2,opt,name=contextid" json:"contextid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCFlushSteamInventoryCache_Key) Descriptor

func (*CMsgGCToGCFlushSteamInventoryCache_Key) Descriptor() ([]byte, []int)

func (*CMsgGCToGCFlushSteamInventoryCache_Key) GetContextid

func (*CMsgGCToGCFlushSteamInventoryCache_Key) GetSteamid

func (*CMsgGCToGCFlushSteamInventoryCache_Key) ProtoMessage

func (*CMsgGCToGCFlushSteamInventoryCache_Key) Reset

func (*CMsgGCToGCFlushSteamInventoryCache_Key) String

func (*CMsgGCToGCFlushSteamInventoryCache_Key) XXX_DiscardUnknown

func (m *CMsgGCToGCFlushSteamInventoryCache_Key) XXX_DiscardUnknown()

func (*CMsgGCToGCFlushSteamInventoryCache_Key) XXX_Marshal

func (m *CMsgGCToGCFlushSteamInventoryCache_Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCFlushSteamInventoryCache_Key) XXX_Merge

func (*CMsgGCToGCFlushSteamInventoryCache_Key) XXX_Size

func (*CMsgGCToGCFlushSteamInventoryCache_Key) XXX_Unmarshal

func (m *CMsgGCToGCFlushSteamInventoryCache_Key) XXX_Unmarshal(b []byte) error

type CMsgGCToGCForwardAccountDetails

type CMsgGCToGCForwardAccountDetails struct {
	Steamid              *uint64                                  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	AccountDetails       *CGCSystemMsg_GetAccountDetails_Response `protobuf:"bytes,2,opt,name=account_details,json=accountDetails" json:"account_details,omitempty"`
	AgeSeconds           *uint32                                  `protobuf:"varint,3,opt,name=age_seconds,json=ageSeconds" json:"age_seconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*CMsgGCToGCForwardAccountDetails) Descriptor

func (*CMsgGCToGCForwardAccountDetails) Descriptor() ([]byte, []int)

func (*CMsgGCToGCForwardAccountDetails) GetAccountDetails

func (m *CMsgGCToGCForwardAccountDetails) GetAccountDetails() *CGCSystemMsg_GetAccountDetails_Response

func (*CMsgGCToGCForwardAccountDetails) GetAgeSeconds

func (m *CMsgGCToGCForwardAccountDetails) GetAgeSeconds() uint32

func (*CMsgGCToGCForwardAccountDetails) GetSteamid

func (m *CMsgGCToGCForwardAccountDetails) GetSteamid() uint64

func (*CMsgGCToGCForwardAccountDetails) ProtoMessage

func (*CMsgGCToGCForwardAccountDetails) ProtoMessage()

func (*CMsgGCToGCForwardAccountDetails) Reset

func (*CMsgGCToGCForwardAccountDetails) String

func (*CMsgGCToGCForwardAccountDetails) XXX_DiscardUnknown

func (m *CMsgGCToGCForwardAccountDetails) XXX_DiscardUnknown()

func (*CMsgGCToGCForwardAccountDetails) XXX_Marshal

func (m *CMsgGCToGCForwardAccountDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCForwardAccountDetails) XXX_Merge

func (m *CMsgGCToGCForwardAccountDetails) XXX_Merge(src proto.Message)

func (*CMsgGCToGCForwardAccountDetails) XXX_Size

func (m *CMsgGCToGCForwardAccountDetails) XXX_Size() int

func (*CMsgGCToGCForwardAccountDetails) XXX_Unmarshal

func (m *CMsgGCToGCForwardAccountDetails) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGetInfuxIntervalStats

type CMsgGCToGCGetInfuxIntervalStats struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGetInfuxIntervalStats) Descriptor

func (*CMsgGCToGCGetInfuxIntervalStats) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGetInfuxIntervalStats) ProtoMessage

func (*CMsgGCToGCGetInfuxIntervalStats) ProtoMessage()

func (*CMsgGCToGCGetInfuxIntervalStats) Reset

func (*CMsgGCToGCGetInfuxIntervalStats) String

func (*CMsgGCToGCGetInfuxIntervalStats) XXX_DiscardUnknown

func (m *CMsgGCToGCGetInfuxIntervalStats) XXX_DiscardUnknown()

func (*CMsgGCToGCGetInfuxIntervalStats) XXX_Marshal

func (m *CMsgGCToGCGetInfuxIntervalStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGetInfuxIntervalStats) XXX_Merge

func (m *CMsgGCToGCGetInfuxIntervalStats) XXX_Merge(src proto.Message)

func (*CMsgGCToGCGetInfuxIntervalStats) XXX_Size

func (m *CMsgGCToGCGetInfuxIntervalStats) XXX_Size() int

func (*CMsgGCToGCGetInfuxIntervalStats) XXX_Unmarshal

func (m *CMsgGCToGCGetInfuxIntervalStats) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGetInfuxIntervalStatsResponse

type CMsgGCToGCGetInfuxIntervalStatsResponse struct {
	StatIds              []uint32 `protobuf:"fixed32,1,rep,packed,name=stat_ids,json=statIds" json:"stat_ids,omitempty"`
	StatTotal            []uint64 `protobuf:"varint,2,rep,packed,name=stat_total,json=statTotal" json:"stat_total,omitempty"`
	StatSamples          []uint32 `protobuf:"varint,3,rep,packed,name=stat_samples,json=statSamples" json:"stat_samples,omitempty"`
	StatMax              []uint32 `protobuf:"varint,4,rep,packed,name=stat_max,json=statMax" json:"stat_max,omitempty"`
	SampleDurationMs     *uint32  `protobuf:"varint,5,opt,name=sample_duration_ms,json=sampleDurationMs" json:"sample_duration_ms,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) Descriptor

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) GetSampleDurationMs

func (m *CMsgGCToGCGetInfuxIntervalStatsResponse) GetSampleDurationMs() uint32

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) GetStatIds

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) GetStatMax

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) GetStatSamples

func (m *CMsgGCToGCGetInfuxIntervalStatsResponse) GetStatSamples() []uint32

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) GetStatTotal

func (m *CMsgGCToGCGetInfuxIntervalStatsResponse) GetStatTotal() []uint64

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) ProtoMessage

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) Reset

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) String

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_Marshal

func (m *CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_Merge

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_Size

func (*CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_Unmarshal

func (m *CMsgGCToGCGetInfuxIntervalStatsResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGetUserServerMembers

type CMsgGCToGCGetUserServerMembers struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MaxSpectators        *uint32  `protobuf:"varint,2,opt,name=max_spectators,json=maxSpectators" json:"max_spectators,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGetUserServerMembers) Descriptor

func (*CMsgGCToGCGetUserServerMembers) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGetUserServerMembers) GetAccountId

func (m *CMsgGCToGCGetUserServerMembers) GetAccountId() uint32

func (*CMsgGCToGCGetUserServerMembers) GetMaxSpectators

func (m *CMsgGCToGCGetUserServerMembers) GetMaxSpectators() uint32

func (*CMsgGCToGCGetUserServerMembers) ProtoMessage

func (*CMsgGCToGCGetUserServerMembers) ProtoMessage()

func (*CMsgGCToGCGetUserServerMembers) Reset

func (m *CMsgGCToGCGetUserServerMembers) Reset()

func (*CMsgGCToGCGetUserServerMembers) String

func (*CMsgGCToGCGetUserServerMembers) XXX_DiscardUnknown

func (m *CMsgGCToGCGetUserServerMembers) XXX_DiscardUnknown()

func (*CMsgGCToGCGetUserServerMembers) XXX_Marshal

func (m *CMsgGCToGCGetUserServerMembers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGetUserServerMembers) XXX_Merge

func (m *CMsgGCToGCGetUserServerMembers) XXX_Merge(src proto.Message)

func (*CMsgGCToGCGetUserServerMembers) XXX_Size

func (m *CMsgGCToGCGetUserServerMembers) XXX_Size() int

func (*CMsgGCToGCGetUserServerMembers) XXX_Unmarshal

func (m *CMsgGCToGCGetUserServerMembers) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGetUserServerMembersResponse

type CMsgGCToGCGetUserServerMembersResponse struct {
	MemberAccountId      []uint32 `protobuf:"varint,1,rep,name=member_account_id,json=memberAccountId" json:"member_account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGetUserServerMembersResponse) Descriptor

func (*CMsgGCToGCGetUserServerMembersResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGetUserServerMembersResponse) GetMemberAccountId

func (m *CMsgGCToGCGetUserServerMembersResponse) GetMemberAccountId() []uint32

func (*CMsgGCToGCGetUserServerMembersResponse) ProtoMessage

func (*CMsgGCToGCGetUserServerMembersResponse) Reset

func (*CMsgGCToGCGetUserServerMembersResponse) String

func (*CMsgGCToGCGetUserServerMembersResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCGetUserServerMembersResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCGetUserServerMembersResponse) XXX_Marshal

func (m *CMsgGCToGCGetUserServerMembersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGetUserServerMembersResponse) XXX_Merge

func (*CMsgGCToGCGetUserServerMembersResponse) XXX_Size

func (*CMsgGCToGCGetUserServerMembersResponse) XXX_Unmarshal

func (m *CMsgGCToGCGetUserServerMembersResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGetUserSessionServer

type CMsgGCToGCGetUserSessionServer struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGetUserSessionServer) Descriptor

func (*CMsgGCToGCGetUserSessionServer) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGetUserSessionServer) GetAccountId

func (m *CMsgGCToGCGetUserSessionServer) GetAccountId() uint32

func (*CMsgGCToGCGetUserSessionServer) ProtoMessage

func (*CMsgGCToGCGetUserSessionServer) ProtoMessage()

func (*CMsgGCToGCGetUserSessionServer) Reset

func (m *CMsgGCToGCGetUserSessionServer) Reset()

func (*CMsgGCToGCGetUserSessionServer) String

func (*CMsgGCToGCGetUserSessionServer) XXX_DiscardUnknown

func (m *CMsgGCToGCGetUserSessionServer) XXX_DiscardUnknown()

func (*CMsgGCToGCGetUserSessionServer) XXX_Marshal

func (m *CMsgGCToGCGetUserSessionServer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGetUserSessionServer) XXX_Merge

func (m *CMsgGCToGCGetUserSessionServer) XXX_Merge(src proto.Message)

func (*CMsgGCToGCGetUserSessionServer) XXX_Size

func (m *CMsgGCToGCGetUserSessionServer) XXX_Size() int

func (*CMsgGCToGCGetUserSessionServer) XXX_Unmarshal

func (m *CMsgGCToGCGetUserSessionServer) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGetUserSessionServerResponse

type CMsgGCToGCGetUserSessionServerResponse struct {
	ServerSteamId        *uint64  `protobuf:"fixed64,1,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	IsOnline             *bool    `protobuf:"varint,2,opt,name=is_online,json=isOnline" json:"is_online,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGetUserSessionServerResponse) Descriptor

func (*CMsgGCToGCGetUserSessionServerResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGetUserSessionServerResponse) GetIsOnline

func (*CMsgGCToGCGetUserSessionServerResponse) GetServerSteamId

func (m *CMsgGCToGCGetUserSessionServerResponse) GetServerSteamId() uint64

func (*CMsgGCToGCGetUserSessionServerResponse) ProtoMessage

func (*CMsgGCToGCGetUserSessionServerResponse) Reset

func (*CMsgGCToGCGetUserSessionServerResponse) String

func (*CMsgGCToGCGetUserSessionServerResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCGetUserSessionServerResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCGetUserSessionServerResponse) XXX_Marshal

func (m *CMsgGCToGCGetUserSessionServerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGetUserSessionServerResponse) XXX_Merge

func (*CMsgGCToGCGetUserSessionServerResponse) XXX_Size

func (*CMsgGCToGCGetUserSessionServerResponse) XXX_Unmarshal

func (m *CMsgGCToGCGetUserSessionServerResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGrantAccountRolledItems

type CMsgGCToGCGrantAccountRolledItems struct {
	AccountId            *uint32                                   `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Items                []*CMsgGCToGCGrantAccountRolledItems_Item `protobuf:"bytes,2,rep,name=items" json:"items,omitempty"`
	AuditAction          *uint32                                   `protobuf:"varint,3,opt,name=audit_action,json=auditAction" json:"audit_action,omitempty"`
	AuditData            *uint64                                   `protobuf:"varint,4,opt,name=audit_data,json=auditData" json:"audit_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgGCToGCGrantAccountRolledItems) Descriptor

func (*CMsgGCToGCGrantAccountRolledItems) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGrantAccountRolledItems) GetAccountId

func (m *CMsgGCToGCGrantAccountRolledItems) GetAccountId() uint32

func (*CMsgGCToGCGrantAccountRolledItems) GetAuditAction

func (m *CMsgGCToGCGrantAccountRolledItems) GetAuditAction() uint32

func (*CMsgGCToGCGrantAccountRolledItems) GetAuditData

func (m *CMsgGCToGCGrantAccountRolledItems) GetAuditData() uint64

func (*CMsgGCToGCGrantAccountRolledItems) GetItems

func (*CMsgGCToGCGrantAccountRolledItems) ProtoMessage

func (*CMsgGCToGCGrantAccountRolledItems) ProtoMessage()

func (*CMsgGCToGCGrantAccountRolledItems) Reset

func (*CMsgGCToGCGrantAccountRolledItems) String

func (*CMsgGCToGCGrantAccountRolledItems) XXX_DiscardUnknown

func (m *CMsgGCToGCGrantAccountRolledItems) XXX_DiscardUnknown()

func (*CMsgGCToGCGrantAccountRolledItems) XXX_Marshal

func (m *CMsgGCToGCGrantAccountRolledItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGrantAccountRolledItems) XXX_Merge

func (*CMsgGCToGCGrantAccountRolledItems) XXX_Size

func (m *CMsgGCToGCGrantAccountRolledItems) XXX_Size() int

func (*CMsgGCToGCGrantAccountRolledItems) XXX_Unmarshal

func (m *CMsgGCToGCGrantAccountRolledItems) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGrantAccountRolledItems_Item

type CMsgGCToGCGrantAccountRolledItems_Item struct {
	ItemDef                *uint32                                                        `protobuf:"varint,1,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	LootLists              []string                                                       `protobuf:"bytes,2,rep,name=loot_lists,json=lootLists" json:"loot_lists,omitempty"`
	IgnoreLimit            *bool                                                          `protobuf:"varint,3,opt,name=ignore_limit,json=ignoreLimit" json:"ignore_limit,omitempty"`
	Origin                 *uint32                                                        `protobuf:"varint,4,opt,name=origin" json:"origin,omitempty"`
	DynamicAttributes      []*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute     `protobuf:"bytes,5,rep,name=dynamic_attributes,json=dynamicAttributes" json:"dynamic_attributes,omitempty"`
	AdditionalAuditEntries []*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry `protobuf:"bytes,6,rep,name=additional_audit_entries,json=additionalAuditEntries" json:"additional_audit_entries,omitempty"`
	InventoryToken         *uint32                                                        `protobuf:"varint,7,opt,name=inventory_token,json=inventoryToken" json:"inventory_token,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                                                       `json:"-"`
	XXX_unrecognized       []byte                                                         `json:"-"`
	XXX_sizecache          int32                                                          `json:"-"`
}

func (*CMsgGCToGCGrantAccountRolledItems_Item) Descriptor

func (*CMsgGCToGCGrantAccountRolledItems_Item) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetAdditionalAuditEntries

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetDynamicAttributes

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetIgnoreLimit

func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetIgnoreLimit() bool

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetInventoryToken

func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetInventoryToken() uint32

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetItemDef

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetLootLists

func (m *CMsgGCToGCGrantAccountRolledItems_Item) GetLootLists() []string

func (*CMsgGCToGCGrantAccountRolledItems_Item) GetOrigin

func (*CMsgGCToGCGrantAccountRolledItems_Item) ProtoMessage

func (*CMsgGCToGCGrantAccountRolledItems_Item) Reset

func (*CMsgGCToGCGrantAccountRolledItems_Item) String

func (*CMsgGCToGCGrantAccountRolledItems_Item) XXX_DiscardUnknown

func (m *CMsgGCToGCGrantAccountRolledItems_Item) XXX_DiscardUnknown()

func (*CMsgGCToGCGrantAccountRolledItems_Item) XXX_Marshal

func (m *CMsgGCToGCGrantAccountRolledItems_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGrantAccountRolledItems_Item) XXX_Merge

func (*CMsgGCToGCGrantAccountRolledItems_Item) XXX_Size

func (*CMsgGCToGCGrantAccountRolledItems_Item) XXX_Unmarshal

func (m *CMsgGCToGCGrantAccountRolledItems_Item) XXX_Unmarshal(b []byte) error

type CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry

type CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry struct {
	OwnerAccountId       *uint32  `protobuf:"varint,1,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	AuditAction          *uint32  `protobuf:"varint,2,opt,name=audit_action,json=auditAction" json:"audit_action,omitempty"`
	AuditData            *uint64  `protobuf:"varint,3,opt,name=audit_data,json=auditData" json:"audit_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) Descriptor

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) GetAuditAction

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) GetAuditData

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) GetOwnerAccountId

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) ProtoMessage

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) Reset

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) String

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) XXX_DiscardUnknown

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) XXX_Marshal

func (m *CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) XXX_Merge

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) XXX_Size

func (*CMsgGCToGCGrantAccountRolledItems_Item_AdditionalAuditEntry) XXX_Unmarshal

type CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute

type CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ValueUint32          *uint32  `protobuf:"varint,2,opt,name=value_uint32,json=valueUint32" json:"value_uint32,omitempty"`
	ValueFloat           *float32 `protobuf:"fixed32,3,opt,name=value_float,json=valueFloat" json:"value_float,omitempty"`
	ValueString          *string  `protobuf:"bytes,4,opt,name=value_string,json=valueString" json:"value_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) Descriptor

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetName

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueFloat

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueString

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueUint32

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) ProtoMessage

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) Reset

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) String

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) XXX_DiscardUnknown

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) XXX_Marshal

func (m *CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) XXX_Merge

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) XXX_Size

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) XXX_Unmarshal

type CMsgGCToGCGrantSelfMadeItemToAccount

type CMsgGCToGCGrantSelfMadeItemToAccount struct {
	ItemDefIndex         *uint32  `protobuf:"varint,1,opt,name=item_def_index,json=itemDefIndex" json:"item_def_index,omitempty"`
	Accountid            *uint32  `protobuf:"varint,2,opt,name=accountid" json:"accountid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCGrantSelfMadeItemToAccount) Descriptor

func (*CMsgGCToGCGrantSelfMadeItemToAccount) Descriptor() ([]byte, []int)

func (*CMsgGCToGCGrantSelfMadeItemToAccount) GetAccountid

func (m *CMsgGCToGCGrantSelfMadeItemToAccount) GetAccountid() uint32

func (*CMsgGCToGCGrantSelfMadeItemToAccount) GetItemDefIndex

func (m *CMsgGCToGCGrantSelfMadeItemToAccount) GetItemDefIndex() uint32

func (*CMsgGCToGCGrantSelfMadeItemToAccount) ProtoMessage

func (*CMsgGCToGCGrantSelfMadeItemToAccount) ProtoMessage()

func (*CMsgGCToGCGrantSelfMadeItemToAccount) Reset

func (*CMsgGCToGCGrantSelfMadeItemToAccount) String

func (*CMsgGCToGCGrantSelfMadeItemToAccount) XXX_DiscardUnknown

func (m *CMsgGCToGCGrantSelfMadeItemToAccount) XXX_DiscardUnknown()

func (*CMsgGCToGCGrantSelfMadeItemToAccount) XXX_Marshal

func (m *CMsgGCToGCGrantSelfMadeItemToAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCGrantSelfMadeItemToAccount) XXX_Merge

func (*CMsgGCToGCGrantSelfMadeItemToAccount) XXX_Size

func (*CMsgGCToGCGrantSelfMadeItemToAccount) XXX_Unmarshal

func (m *CMsgGCToGCGrantSelfMadeItemToAccount) XXX_Unmarshal(b []byte) error

type CMsgGCToGCInternalTestMsg

type CMsgGCToGCInternalTestMsg struct {
	SendingGc            *uint32  `protobuf:"varint,1,opt,name=sending_gc,json=sendingGc" json:"sending_gc,omitempty"`
	SenderId             *uint64  `protobuf:"fixed64,2,opt,name=sender_id,json=senderId" json:"sender_id,omitempty"`
	Context              *uint32  `protobuf:"varint,3,opt,name=context" json:"context,omitempty"`
	MessageId            *uint32  `protobuf:"varint,4,opt,name=message_id,json=messageId" json:"message_id,omitempty"`
	MessageBody          []byte   `protobuf:"bytes,5,opt,name=message_body,json=messageBody" json:"message_body,omitempty"`
	JobIdSource          *uint64  `protobuf:"fixed64,6,opt,name=job_id_source,json=jobIdSource" json:"job_id_source,omitempty"`
	JobIdTarget          *uint64  `protobuf:"fixed64,7,opt,name=job_id_target,json=jobIdTarget" json:"job_id_target,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCInternalTestMsg) Descriptor

func (*CMsgGCToGCInternalTestMsg) Descriptor() ([]byte, []int)

func (*CMsgGCToGCInternalTestMsg) GetContext

func (m *CMsgGCToGCInternalTestMsg) GetContext() uint32

func (*CMsgGCToGCInternalTestMsg) GetJobIdSource

func (m *CMsgGCToGCInternalTestMsg) GetJobIdSource() uint64

func (*CMsgGCToGCInternalTestMsg) GetJobIdTarget

func (m *CMsgGCToGCInternalTestMsg) GetJobIdTarget() uint64

func (*CMsgGCToGCInternalTestMsg) GetMessageBody

func (m *CMsgGCToGCInternalTestMsg) GetMessageBody() []byte

func (*CMsgGCToGCInternalTestMsg) GetMessageId

func (m *CMsgGCToGCInternalTestMsg) GetMessageId() uint32

func (*CMsgGCToGCInternalTestMsg) GetSenderId

func (m *CMsgGCToGCInternalTestMsg) GetSenderId() uint64

func (*CMsgGCToGCInternalTestMsg) GetSendingGc

func (m *CMsgGCToGCInternalTestMsg) GetSendingGc() uint32

func (*CMsgGCToGCInternalTestMsg) ProtoMessage

func (*CMsgGCToGCInternalTestMsg) ProtoMessage()

func (*CMsgGCToGCInternalTestMsg) Reset

func (m *CMsgGCToGCInternalTestMsg) Reset()

func (*CMsgGCToGCInternalTestMsg) String

func (m *CMsgGCToGCInternalTestMsg) String() string

func (*CMsgGCToGCInternalTestMsg) XXX_DiscardUnknown

func (m *CMsgGCToGCInternalTestMsg) XXX_DiscardUnknown()

func (*CMsgGCToGCInternalTestMsg) XXX_Marshal

func (m *CMsgGCToGCInternalTestMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCInternalTestMsg) XXX_Merge

func (m *CMsgGCToGCInternalTestMsg) XXX_Merge(src proto.Message)

func (*CMsgGCToGCInternalTestMsg) XXX_Size

func (m *CMsgGCToGCInternalTestMsg) XXX_Size() int

func (*CMsgGCToGCInternalTestMsg) XXX_Unmarshal

func (m *CMsgGCToGCInternalTestMsg) XXX_Unmarshal(b []byte) error

type CMsgGCToGCLoadSessionSOCache

type CMsgGCToGCLoadSessionSOCache struct {
	AccountId             *uint32                          `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ForwardAccountDetails *CMsgGCToGCForwardAccountDetails `protobuf:"bytes,2,opt,name=forward_account_details,json=forwardAccountDetails" json:"forward_account_details,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                         `json:"-"`
	XXX_unrecognized      []byte                           `json:"-"`
	XXX_sizecache         int32                            `json:"-"`
}

func (*CMsgGCToGCLoadSessionSOCache) Descriptor

func (*CMsgGCToGCLoadSessionSOCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCLoadSessionSOCache) GetAccountId

func (m *CMsgGCToGCLoadSessionSOCache) GetAccountId() uint32

func (*CMsgGCToGCLoadSessionSOCache) GetForwardAccountDetails

func (m *CMsgGCToGCLoadSessionSOCache) GetForwardAccountDetails() *CMsgGCToGCForwardAccountDetails

func (*CMsgGCToGCLoadSessionSOCache) ProtoMessage

func (*CMsgGCToGCLoadSessionSOCache) ProtoMessage()

func (*CMsgGCToGCLoadSessionSOCache) Reset

func (m *CMsgGCToGCLoadSessionSOCache) Reset()

func (*CMsgGCToGCLoadSessionSOCache) String

func (*CMsgGCToGCLoadSessionSOCache) XXX_DiscardUnknown

func (m *CMsgGCToGCLoadSessionSOCache) XXX_DiscardUnknown()

func (*CMsgGCToGCLoadSessionSOCache) XXX_Marshal

func (m *CMsgGCToGCLoadSessionSOCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCLoadSessionSOCache) XXX_Merge

func (m *CMsgGCToGCLoadSessionSOCache) XXX_Merge(src proto.Message)

func (*CMsgGCToGCLoadSessionSOCache) XXX_Size

func (m *CMsgGCToGCLoadSessionSOCache) XXX_Size() int

func (*CMsgGCToGCLoadSessionSOCache) XXX_Unmarshal

func (m *CMsgGCToGCLoadSessionSOCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCLoadSessionSOCacheResponse

type CMsgGCToGCLoadSessionSOCacheResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCLoadSessionSOCacheResponse) Descriptor

func (*CMsgGCToGCLoadSessionSOCacheResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCLoadSessionSOCacheResponse) ProtoMessage

func (*CMsgGCToGCLoadSessionSOCacheResponse) ProtoMessage()

func (*CMsgGCToGCLoadSessionSOCacheResponse) Reset

func (*CMsgGCToGCLoadSessionSOCacheResponse) String

func (*CMsgGCToGCLoadSessionSOCacheResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCLoadSessionSOCacheResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCLoadSessionSOCacheResponse) XXX_Marshal

func (m *CMsgGCToGCLoadSessionSOCacheResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCLoadSessionSOCacheResponse) XXX_Merge

func (*CMsgGCToGCLoadSessionSOCacheResponse) XXX_Size

func (*CMsgGCToGCLoadSessionSOCacheResponse) XXX_Unmarshal

func (m *CMsgGCToGCLoadSessionSOCacheResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCMasterBroadcastMessage

type CMsgGCToGCMasterBroadcastMessage struct {
	UsersPerSecond       *uint32  `protobuf:"varint,1,opt,name=users_per_second,json=usersPerSecond" json:"users_per_second,omitempty"`
	SendToUsers          *bool    `protobuf:"varint,2,opt,name=send_to_users,json=sendToUsers" json:"send_to_users,omitempty"`
	SendToServers        *bool    `protobuf:"varint,3,opt,name=send_to_servers,json=sendToServers" json:"send_to_servers,omitempty"`
	MsgId                *uint32  `protobuf:"varint,4,opt,name=msg_id,json=msgId" json:"msg_id,omitempty"`
	MsgData              []byte   `protobuf:"bytes,5,opt,name=msg_data,json=msgData" json:"msg_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCMasterBroadcastMessage) Descriptor

func (*CMsgGCToGCMasterBroadcastMessage) Descriptor() ([]byte, []int)

func (*CMsgGCToGCMasterBroadcastMessage) GetMsgData

func (m *CMsgGCToGCMasterBroadcastMessage) GetMsgData() []byte

func (*CMsgGCToGCMasterBroadcastMessage) GetMsgId

func (*CMsgGCToGCMasterBroadcastMessage) GetSendToServers

func (m *CMsgGCToGCMasterBroadcastMessage) GetSendToServers() bool

func (*CMsgGCToGCMasterBroadcastMessage) GetSendToUsers

func (m *CMsgGCToGCMasterBroadcastMessage) GetSendToUsers() bool

func (*CMsgGCToGCMasterBroadcastMessage) GetUsersPerSecond

func (m *CMsgGCToGCMasterBroadcastMessage) GetUsersPerSecond() uint32

func (*CMsgGCToGCMasterBroadcastMessage) ProtoMessage

func (*CMsgGCToGCMasterBroadcastMessage) ProtoMessage()

func (*CMsgGCToGCMasterBroadcastMessage) Reset

func (*CMsgGCToGCMasterBroadcastMessage) String

func (*CMsgGCToGCMasterBroadcastMessage) XXX_DiscardUnknown

func (m *CMsgGCToGCMasterBroadcastMessage) XXX_DiscardUnknown()

func (*CMsgGCToGCMasterBroadcastMessage) XXX_Marshal

func (m *CMsgGCToGCMasterBroadcastMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCMasterBroadcastMessage) XXX_Merge

func (*CMsgGCToGCMasterBroadcastMessage) XXX_Size

func (m *CMsgGCToGCMasterBroadcastMessage) XXX_Size() int

func (*CMsgGCToGCMasterBroadcastMessage) XXX_Unmarshal

func (m *CMsgGCToGCMasterBroadcastMessage) XXX_Unmarshal(b []byte) error

type CMsgGCToGCMasterDestroyCache

type CMsgGCToGCMasterDestroyCache struct {
	SoidType             *uint32  `protobuf:"varint,1,opt,name=soid_type,json=soidType" json:"soid_type,omitempty"`
	SoidId               *uint64  `protobuf:"fixed64,2,opt,name=soid_id,json=soidId" json:"soid_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCMasterDestroyCache) Descriptor

func (*CMsgGCToGCMasterDestroyCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCMasterDestroyCache) GetSoidId

func (m *CMsgGCToGCMasterDestroyCache) GetSoidId() uint64

func (*CMsgGCToGCMasterDestroyCache) GetSoidType

func (m *CMsgGCToGCMasterDestroyCache) GetSoidType() uint32

func (*CMsgGCToGCMasterDestroyCache) ProtoMessage

func (*CMsgGCToGCMasterDestroyCache) ProtoMessage()

func (*CMsgGCToGCMasterDestroyCache) Reset

func (m *CMsgGCToGCMasterDestroyCache) Reset()

func (*CMsgGCToGCMasterDestroyCache) String

func (*CMsgGCToGCMasterDestroyCache) XXX_DiscardUnknown

func (m *CMsgGCToGCMasterDestroyCache) XXX_DiscardUnknown()

func (*CMsgGCToGCMasterDestroyCache) XXX_Marshal

func (m *CMsgGCToGCMasterDestroyCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCMasterDestroyCache) XXX_Merge

func (m *CMsgGCToGCMasterDestroyCache) XXX_Merge(src proto.Message)

func (*CMsgGCToGCMasterDestroyCache) XXX_Size

func (m *CMsgGCToGCMasterDestroyCache) XXX_Size() int

func (*CMsgGCToGCMasterDestroyCache) XXX_Unmarshal

func (m *CMsgGCToGCMasterDestroyCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCMasterSubscribeToCache

type CMsgGCToGCMasterSubscribeToCache struct {
	SoidType             *uint32  `protobuf:"varint,1,opt,name=soid_type,json=soidType" json:"soid_type,omitempty"`
	SoidId               *uint64  `protobuf:"fixed64,2,opt,name=soid_id,json=soidId" json:"soid_id,omitempty"`
	AccountIds           []uint32 `protobuf:"varint,3,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	SteamIds             []uint64 `protobuf:"fixed64,4,rep,name=steam_ids,json=steamIds" json:"steam_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCMasterSubscribeToCache) Descriptor

func (*CMsgGCToGCMasterSubscribeToCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCMasterSubscribeToCache) GetAccountIds

func (m *CMsgGCToGCMasterSubscribeToCache) GetAccountIds() []uint32

func (*CMsgGCToGCMasterSubscribeToCache) GetSoidId

func (*CMsgGCToGCMasterSubscribeToCache) GetSoidType

func (m *CMsgGCToGCMasterSubscribeToCache) GetSoidType() uint32

func (*CMsgGCToGCMasterSubscribeToCache) GetSteamIds

func (m *CMsgGCToGCMasterSubscribeToCache) GetSteamIds() []uint64

func (*CMsgGCToGCMasterSubscribeToCache) ProtoMessage

func (*CMsgGCToGCMasterSubscribeToCache) ProtoMessage()

func (*CMsgGCToGCMasterSubscribeToCache) Reset

func (*CMsgGCToGCMasterSubscribeToCache) String

func (*CMsgGCToGCMasterSubscribeToCache) XXX_DiscardUnknown

func (m *CMsgGCToGCMasterSubscribeToCache) XXX_DiscardUnknown()

func (*CMsgGCToGCMasterSubscribeToCache) XXX_Marshal

func (m *CMsgGCToGCMasterSubscribeToCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCMasterSubscribeToCache) XXX_Merge

func (*CMsgGCToGCMasterSubscribeToCache) XXX_Size

func (m *CMsgGCToGCMasterSubscribeToCache) XXX_Size() int

func (*CMsgGCToGCMasterSubscribeToCache) XXX_Unmarshal

func (m *CMsgGCToGCMasterSubscribeToCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCMasterSubscribeToCacheAsync

type CMsgGCToGCMasterSubscribeToCacheAsync struct {
	SubscribeMsg         *CMsgGCToGCMasterSubscribeToCache `protobuf:"bytes,1,opt,name=subscribe_msg,json=subscribeMsg" json:"subscribe_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*CMsgGCToGCMasterSubscribeToCacheAsync) Descriptor

func (*CMsgGCToGCMasterSubscribeToCacheAsync) Descriptor() ([]byte, []int)

func (*CMsgGCToGCMasterSubscribeToCacheAsync) GetSubscribeMsg

func (*CMsgGCToGCMasterSubscribeToCacheAsync) ProtoMessage

func (*CMsgGCToGCMasterSubscribeToCacheAsync) ProtoMessage()

func (*CMsgGCToGCMasterSubscribeToCacheAsync) Reset

func (*CMsgGCToGCMasterSubscribeToCacheAsync) String

func (*CMsgGCToGCMasterSubscribeToCacheAsync) XXX_DiscardUnknown

func (m *CMsgGCToGCMasterSubscribeToCacheAsync) XXX_DiscardUnknown()

func (*CMsgGCToGCMasterSubscribeToCacheAsync) XXX_Marshal

func (m *CMsgGCToGCMasterSubscribeToCacheAsync) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCMasterSubscribeToCacheAsync) XXX_Merge

func (*CMsgGCToGCMasterSubscribeToCacheAsync) XXX_Size

func (*CMsgGCToGCMasterSubscribeToCacheAsync) XXX_Unmarshal

func (m *CMsgGCToGCMasterSubscribeToCacheAsync) XXX_Unmarshal(b []byte) error

type CMsgGCToGCMasterSubscribeToCacheResponse

type CMsgGCToGCMasterSubscribeToCacheResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCMasterSubscribeToCacheResponse) Descriptor

func (*CMsgGCToGCMasterSubscribeToCacheResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCMasterSubscribeToCacheResponse) ProtoMessage

func (*CMsgGCToGCMasterSubscribeToCacheResponse) Reset

func (*CMsgGCToGCMasterSubscribeToCacheResponse) String

func (*CMsgGCToGCMasterSubscribeToCacheResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCMasterSubscribeToCacheResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCMasterSubscribeToCacheResponse) XXX_Marshal

func (m *CMsgGCToGCMasterSubscribeToCacheResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCMasterSubscribeToCacheResponse) XXX_Merge

func (*CMsgGCToGCMasterSubscribeToCacheResponse) XXX_Size

func (*CMsgGCToGCMasterSubscribeToCacheResponse) XXX_Unmarshal

func (m *CMsgGCToGCMasterSubscribeToCacheResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCMasterUnsubscribeFromCache

type CMsgGCToGCMasterUnsubscribeFromCache struct {
	SoidType             *uint32  `protobuf:"varint,1,opt,name=soid_type,json=soidType" json:"soid_type,omitempty"`
	SoidId               *uint64  `protobuf:"fixed64,2,opt,name=soid_id,json=soidId" json:"soid_id,omitempty"`
	AccountIds           []uint32 `protobuf:"varint,3,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	SteamIds             []uint64 `protobuf:"fixed64,4,rep,name=steam_ids,json=steamIds" json:"steam_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCMasterUnsubscribeFromCache) Descriptor

func (*CMsgGCToGCMasterUnsubscribeFromCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCMasterUnsubscribeFromCache) GetAccountIds

func (m *CMsgGCToGCMasterUnsubscribeFromCache) GetAccountIds() []uint32

func (*CMsgGCToGCMasterUnsubscribeFromCache) GetSoidId

func (*CMsgGCToGCMasterUnsubscribeFromCache) GetSoidType

func (*CMsgGCToGCMasterUnsubscribeFromCache) GetSteamIds

func (m *CMsgGCToGCMasterUnsubscribeFromCache) GetSteamIds() []uint64

func (*CMsgGCToGCMasterUnsubscribeFromCache) ProtoMessage

func (*CMsgGCToGCMasterUnsubscribeFromCache) ProtoMessage()

func (*CMsgGCToGCMasterUnsubscribeFromCache) Reset

func (*CMsgGCToGCMasterUnsubscribeFromCache) String

func (*CMsgGCToGCMasterUnsubscribeFromCache) XXX_DiscardUnknown

func (m *CMsgGCToGCMasterUnsubscribeFromCache) XXX_DiscardUnknown()

func (*CMsgGCToGCMasterUnsubscribeFromCache) XXX_Marshal

func (m *CMsgGCToGCMasterUnsubscribeFromCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCMasterUnsubscribeFromCache) XXX_Merge

func (*CMsgGCToGCMasterUnsubscribeFromCache) XXX_Size

func (*CMsgGCToGCMasterUnsubscribeFromCache) XXX_Unmarshal

func (m *CMsgGCToGCMasterUnsubscribeFromCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCPerformManualOp

type CMsgGCToGCPerformManualOp struct {
	OpId                 *uint64  `protobuf:"varint,1,opt,name=op_id,json=opId" json:"op_id,omitempty"`
	GroupCode            *uint32  `protobuf:"varint,2,opt,name=group_code,json=groupCode" json:"group_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCPerformManualOp) Descriptor

func (*CMsgGCToGCPerformManualOp) Descriptor() ([]byte, []int)

func (*CMsgGCToGCPerformManualOp) GetGroupCode

func (m *CMsgGCToGCPerformManualOp) GetGroupCode() uint32

func (*CMsgGCToGCPerformManualOp) GetOpId

func (m *CMsgGCToGCPerformManualOp) GetOpId() uint64

func (*CMsgGCToGCPerformManualOp) ProtoMessage

func (*CMsgGCToGCPerformManualOp) ProtoMessage()

func (*CMsgGCToGCPerformManualOp) Reset

func (m *CMsgGCToGCPerformManualOp) Reset()

func (*CMsgGCToGCPerformManualOp) String

func (m *CMsgGCToGCPerformManualOp) String() string

func (*CMsgGCToGCPerformManualOp) XXX_DiscardUnknown

func (m *CMsgGCToGCPerformManualOp) XXX_DiscardUnknown()

func (*CMsgGCToGCPerformManualOp) XXX_Marshal

func (m *CMsgGCToGCPerformManualOp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCPerformManualOp) XXX_Merge

func (m *CMsgGCToGCPerformManualOp) XXX_Merge(src proto.Message)

func (*CMsgGCToGCPerformManualOp) XXX_Size

func (m *CMsgGCToGCPerformManualOp) XXX_Size() int

func (*CMsgGCToGCPerformManualOp) XXX_Unmarshal

func (m *CMsgGCToGCPerformManualOp) XXX_Unmarshal(b []byte) error

type CMsgGCToGCPerformManualOpCompleted

type CMsgGCToGCPerformManualOpCompleted struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	SourceGc             *uint32  `protobuf:"varint,2,opt,name=source_gc,json=sourceGc" json:"source_gc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCPerformManualOpCompleted) Descriptor

func (*CMsgGCToGCPerformManualOpCompleted) Descriptor() ([]byte, []int)

func (*CMsgGCToGCPerformManualOpCompleted) GetSourceGc

func (m *CMsgGCToGCPerformManualOpCompleted) GetSourceGc() uint32

func (*CMsgGCToGCPerformManualOpCompleted) GetSuccess

func (m *CMsgGCToGCPerformManualOpCompleted) GetSuccess() bool

func (*CMsgGCToGCPerformManualOpCompleted) ProtoMessage

func (*CMsgGCToGCPerformManualOpCompleted) ProtoMessage()

func (*CMsgGCToGCPerformManualOpCompleted) Reset

func (*CMsgGCToGCPerformManualOpCompleted) String

func (*CMsgGCToGCPerformManualOpCompleted) XXX_DiscardUnknown

func (m *CMsgGCToGCPerformManualOpCompleted) XXX_DiscardUnknown()

func (*CMsgGCToGCPerformManualOpCompleted) XXX_Marshal

func (m *CMsgGCToGCPerformManualOpCompleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCPerformManualOpCompleted) XXX_Merge

func (*CMsgGCToGCPerformManualOpCompleted) XXX_Size

func (*CMsgGCToGCPerformManualOpCompleted) XXX_Unmarshal

func (m *CMsgGCToGCPerformManualOpCompleted) XXX_Unmarshal(b []byte) error

type CMsgGCToGCPingRequest

type CMsgGCToGCPingRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCPingRequest) Descriptor

func (*CMsgGCToGCPingRequest) Descriptor() ([]byte, []int)

func (*CMsgGCToGCPingRequest) ProtoMessage

func (*CMsgGCToGCPingRequest) ProtoMessage()

func (*CMsgGCToGCPingRequest) Reset

func (m *CMsgGCToGCPingRequest) Reset()

func (*CMsgGCToGCPingRequest) String

func (m *CMsgGCToGCPingRequest) String() string

func (*CMsgGCToGCPingRequest) XXX_DiscardUnknown

func (m *CMsgGCToGCPingRequest) XXX_DiscardUnknown()

func (*CMsgGCToGCPingRequest) XXX_Marshal

func (m *CMsgGCToGCPingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCPingRequest) XXX_Merge

func (m *CMsgGCToGCPingRequest) XXX_Merge(src proto.Message)

func (*CMsgGCToGCPingRequest) XXX_Size

func (m *CMsgGCToGCPingRequest) XXX_Size() int

func (*CMsgGCToGCPingRequest) XXX_Unmarshal

func (m *CMsgGCToGCPingRequest) XXX_Unmarshal(b []byte) error

type CMsgGCToGCPingResponse

type CMsgGCToGCPingResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCPingResponse) Descriptor

func (*CMsgGCToGCPingResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCPingResponse) ProtoMessage

func (*CMsgGCToGCPingResponse) ProtoMessage()

func (*CMsgGCToGCPingResponse) Reset

func (m *CMsgGCToGCPingResponse) Reset()

func (*CMsgGCToGCPingResponse) String

func (m *CMsgGCToGCPingResponse) String() string

func (*CMsgGCToGCPingResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCPingResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCPingResponse) XXX_Marshal

func (m *CMsgGCToGCPingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCPingResponse) XXX_Merge

func (m *CMsgGCToGCPingResponse) XXX_Merge(src proto.Message)

func (*CMsgGCToGCPingResponse) XXX_Size

func (m *CMsgGCToGCPingResponse) XXX_Size() int

func (*CMsgGCToGCPingResponse) XXX_Unmarshal

func (m *CMsgGCToGCPingResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCPurchaseSucceeded

type CMsgGCToGCPurchaseSucceeded struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCPurchaseSucceeded) Descriptor

func (*CMsgGCToGCPurchaseSucceeded) Descriptor() ([]byte, []int)

func (*CMsgGCToGCPurchaseSucceeded) ProtoMessage

func (*CMsgGCToGCPurchaseSucceeded) ProtoMessage()

func (*CMsgGCToGCPurchaseSucceeded) Reset

func (m *CMsgGCToGCPurchaseSucceeded) Reset()

func (*CMsgGCToGCPurchaseSucceeded) String

func (m *CMsgGCToGCPurchaseSucceeded) String() string

func (*CMsgGCToGCPurchaseSucceeded) XXX_DiscardUnknown

func (m *CMsgGCToGCPurchaseSucceeded) XXX_DiscardUnknown()

func (*CMsgGCToGCPurchaseSucceeded) XXX_Marshal

func (m *CMsgGCToGCPurchaseSucceeded) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCPurchaseSucceeded) XXX_Merge

func (m *CMsgGCToGCPurchaseSucceeded) XXX_Merge(src proto.Message)

func (*CMsgGCToGCPurchaseSucceeded) XXX_Size

func (m *CMsgGCToGCPurchaseSucceeded) XXX_Size() int

func (*CMsgGCToGCPurchaseSucceeded) XXX_Unmarshal

func (m *CMsgGCToGCPurchaseSucceeded) XXX_Unmarshal(b []byte) error

type CMsgGCToGCRefreshSOCache

type CMsgGCToGCRefreshSOCache struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Reload               *bool    `protobuf:"varint,2,opt,name=reload" json:"reload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCRefreshSOCache) Descriptor

func (*CMsgGCToGCRefreshSOCache) Descriptor() ([]byte, []int)

func (*CMsgGCToGCRefreshSOCache) GetAccountId

func (m *CMsgGCToGCRefreshSOCache) GetAccountId() uint32

func (*CMsgGCToGCRefreshSOCache) GetReload

func (m *CMsgGCToGCRefreshSOCache) GetReload() bool

func (*CMsgGCToGCRefreshSOCache) ProtoMessage

func (*CMsgGCToGCRefreshSOCache) ProtoMessage()

func (*CMsgGCToGCRefreshSOCache) Reset

func (m *CMsgGCToGCRefreshSOCache) Reset()

func (*CMsgGCToGCRefreshSOCache) String

func (m *CMsgGCToGCRefreshSOCache) String() string

func (*CMsgGCToGCRefreshSOCache) XXX_DiscardUnknown

func (m *CMsgGCToGCRefreshSOCache) XXX_DiscardUnknown()

func (*CMsgGCToGCRefreshSOCache) XXX_Marshal

func (m *CMsgGCToGCRefreshSOCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCRefreshSOCache) XXX_Merge

func (m *CMsgGCToGCRefreshSOCache) XXX_Merge(src proto.Message)

func (*CMsgGCToGCRefreshSOCache) XXX_Size

func (m *CMsgGCToGCRefreshSOCache) XXX_Size() int

func (*CMsgGCToGCRefreshSOCache) XXX_Unmarshal

func (m *CMsgGCToGCRefreshSOCache) XXX_Unmarshal(b []byte) error

type CMsgGCToGCReloadServerRegionSettings

type CMsgGCToGCReloadServerRegionSettings struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCReloadServerRegionSettings) Descriptor

func (*CMsgGCToGCReloadServerRegionSettings) Descriptor() ([]byte, []int)

func (*CMsgGCToGCReloadServerRegionSettings) ProtoMessage

func (*CMsgGCToGCReloadServerRegionSettings) ProtoMessage()

func (*CMsgGCToGCReloadServerRegionSettings) Reset

func (*CMsgGCToGCReloadServerRegionSettings) String

func (*CMsgGCToGCReloadServerRegionSettings) XXX_DiscardUnknown

func (m *CMsgGCToGCReloadServerRegionSettings) XXX_DiscardUnknown()

func (*CMsgGCToGCReloadServerRegionSettings) XXX_Marshal

func (m *CMsgGCToGCReloadServerRegionSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCReloadServerRegionSettings) XXX_Merge

func (*CMsgGCToGCReloadServerRegionSettings) XXX_Size

func (*CMsgGCToGCReloadServerRegionSettings) XXX_Unmarshal

func (m *CMsgGCToGCReloadServerRegionSettings) XXX_Unmarshal(b []byte) error

type CMsgGCToGCSOCacheSubscribe

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=subscribeToId" json:"subscribe_to_id,omitempty"`
	SyncVersion          *uint64                                        `protobuf:"fixed64,3,opt,name=sync_version,json=syncVersion" json:"sync_version,omitempty"`
	HaveVersions         []*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions `protobuf:"bytes,4,rep,name=have_versions,json=haveVersions" json:"have_versions,omitempty"`
	SubscribeToType      *uint32                                        `protobuf:"varint,5,opt,name=subscribe_to_type,json=subscribeToType" json:"subscribe_to_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*CMsgGCToGCSOCacheSubscribe) Descriptor

func (*CMsgGCToGCSOCacheSubscribe) Descriptor() ([]byte, []int)

func (*CMsgGCToGCSOCacheSubscribe) GetHaveVersions

func (*CMsgGCToGCSOCacheSubscribe) GetSubscribeToId

func (m *CMsgGCToGCSOCacheSubscribe) GetSubscribeToId() uint64

func (*CMsgGCToGCSOCacheSubscribe) GetSubscribeToType

func (m *CMsgGCToGCSOCacheSubscribe) GetSubscribeToType() uint32

func (*CMsgGCToGCSOCacheSubscribe) GetSubscriber

func (m *CMsgGCToGCSOCacheSubscribe) GetSubscriber() uint64

func (*CMsgGCToGCSOCacheSubscribe) GetSyncVersion

func (m *CMsgGCToGCSOCacheSubscribe) GetSyncVersion() uint64

func (*CMsgGCToGCSOCacheSubscribe) ProtoMessage

func (*CMsgGCToGCSOCacheSubscribe) ProtoMessage()

func (*CMsgGCToGCSOCacheSubscribe) Reset

func (m *CMsgGCToGCSOCacheSubscribe) Reset()

func (*CMsgGCToGCSOCacheSubscribe) String

func (m *CMsgGCToGCSOCacheSubscribe) String() string

func (*CMsgGCToGCSOCacheSubscribe) XXX_DiscardUnknown

func (m *CMsgGCToGCSOCacheSubscribe) XXX_DiscardUnknown()

func (*CMsgGCToGCSOCacheSubscribe) XXX_Marshal

func (m *CMsgGCToGCSOCacheSubscribe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCSOCacheSubscribe) XXX_Merge

func (m *CMsgGCToGCSOCacheSubscribe) XXX_Merge(src proto.Message)

func (*CMsgGCToGCSOCacheSubscribe) XXX_Size

func (m *CMsgGCToGCSOCacheSubscribe) XXX_Size() int

func (*CMsgGCToGCSOCacheSubscribe) XXX_Unmarshal

func (m *CMsgGCToGCSOCacheSubscribe) XXX_Unmarshal(b []byte) error

type CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions

type CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions struct {
	ServiceId            *uint32  `protobuf:"varint,1,opt,name=service_id,json=serviceId" json:"service_id,omitempty"`
	Version              *uint64  `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) Descriptor

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) GetServiceId

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) GetVersion

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) ProtoMessage

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) Reset

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) String

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_DiscardUnknown

func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_DiscardUnknown()

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_Marshal

func (m *CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_Merge

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_Size

func (*CMsgGCToGCSOCacheSubscribe_CMsgHaveVersions) XXX_Unmarshal

type CMsgGCToGCSOCacheUnsubscribe

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=unsubscribeFromId" json:"unsubscribe_from_id,omitempty"`
	UnsubscribeFromType  *uint32  `protobuf:"varint,3,opt,name=unsubscribe_from_type,json=unsubscribeFromType" json:"unsubscribe_from_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCSOCacheUnsubscribe) Descriptor

func (*CMsgGCToGCSOCacheUnsubscribe) Descriptor() ([]byte, []int)

func (*CMsgGCToGCSOCacheUnsubscribe) GetSubscriber

func (m *CMsgGCToGCSOCacheUnsubscribe) GetSubscriber() uint64

func (*CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFromId

func (m *CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFromId() uint64

func (*CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFromType

func (m *CMsgGCToGCSOCacheUnsubscribe) GetUnsubscribeFromType() uint32

func (*CMsgGCToGCSOCacheUnsubscribe) ProtoMessage

func (*CMsgGCToGCSOCacheUnsubscribe) ProtoMessage()

func (*CMsgGCToGCSOCacheUnsubscribe) Reset

func (m *CMsgGCToGCSOCacheUnsubscribe) Reset()

func (*CMsgGCToGCSOCacheUnsubscribe) String

func (*CMsgGCToGCSOCacheUnsubscribe) XXX_DiscardUnknown

func (m *CMsgGCToGCSOCacheUnsubscribe) XXX_DiscardUnknown()

func (*CMsgGCToGCSOCacheUnsubscribe) XXX_Marshal

func (m *CMsgGCToGCSOCacheUnsubscribe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCSOCacheUnsubscribe) XXX_Merge

func (m *CMsgGCToGCSOCacheUnsubscribe) XXX_Merge(src proto.Message)

func (*CMsgGCToGCSOCacheUnsubscribe) XXX_Size

func (m *CMsgGCToGCSOCacheUnsubscribe) XXX_Size() int

func (*CMsgGCToGCSOCacheUnsubscribe) XXX_Unmarshal

func (m *CMsgGCToGCSOCacheUnsubscribe) XXX_Unmarshal(b []byte) error

type CMsgGCToGCSelfPing

type CMsgGCToGCSelfPing struct {
	SampleId             *uint32  `protobuf:"varint,1,opt,name=sample_id,json=sampleId" json:"sample_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCSelfPing) Descriptor

func (*CMsgGCToGCSelfPing) Descriptor() ([]byte, []int)

func (*CMsgGCToGCSelfPing) GetSampleId

func (m *CMsgGCToGCSelfPing) GetSampleId() uint32

func (*CMsgGCToGCSelfPing) ProtoMessage

func (*CMsgGCToGCSelfPing) ProtoMessage()

func (*CMsgGCToGCSelfPing) Reset

func (m *CMsgGCToGCSelfPing) Reset()

func (*CMsgGCToGCSelfPing) String

func (m *CMsgGCToGCSelfPing) String() string

func (*CMsgGCToGCSelfPing) XXX_DiscardUnknown

func (m *CMsgGCToGCSelfPing) XXX_DiscardUnknown()

func (*CMsgGCToGCSelfPing) XXX_Marshal

func (m *CMsgGCToGCSelfPing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCSelfPing) XXX_Merge

func (m *CMsgGCToGCSelfPing) XXX_Merge(src proto.Message)

func (*CMsgGCToGCSelfPing) XXX_Size

func (m *CMsgGCToGCSelfPing) XXX_Size() int

func (*CMsgGCToGCSelfPing) XXX_Unmarshal

func (m *CMsgGCToGCSelfPing) XXX_Unmarshal(b []byte) error

type CMsgGCToGCStoreProcessCDKeyTransaction

type CMsgGCToGCStoreProcessCDKeyTransaction struct {
	Order                *CMsgProcessTransactionOrder `protobuf:"bytes,1,opt,name=order" json:"order,omitempty"`
	ReasonCode           *uint32                      `protobuf:"varint,2,opt,name=reason_code,json=reasonCode" json:"reason_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CMsgGCToGCStoreProcessCDKeyTransaction) Descriptor

func (*CMsgGCToGCStoreProcessCDKeyTransaction) Descriptor() ([]byte, []int)

func (*CMsgGCToGCStoreProcessCDKeyTransaction) GetOrder

func (*CMsgGCToGCStoreProcessCDKeyTransaction) GetReasonCode

func (*CMsgGCToGCStoreProcessCDKeyTransaction) ProtoMessage

func (*CMsgGCToGCStoreProcessCDKeyTransaction) Reset

func (*CMsgGCToGCStoreProcessCDKeyTransaction) String

func (*CMsgGCToGCStoreProcessCDKeyTransaction) XXX_DiscardUnknown

func (m *CMsgGCToGCStoreProcessCDKeyTransaction) XXX_DiscardUnknown()

func (*CMsgGCToGCStoreProcessCDKeyTransaction) XXX_Marshal

func (m *CMsgGCToGCStoreProcessCDKeyTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCStoreProcessCDKeyTransaction) XXX_Merge

func (*CMsgGCToGCStoreProcessCDKeyTransaction) XXX_Size

func (*CMsgGCToGCStoreProcessCDKeyTransaction) XXX_Unmarshal

func (m *CMsgGCToGCStoreProcessCDKeyTransaction) XXX_Unmarshal(b []byte) error

type CMsgGCToGCStoreProcessCDKeyTransactionResponse

type CMsgGCToGCStoreProcessCDKeyTransactionResponse struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) Descriptor

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) GetSuccess

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) ProtoMessage

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) Reset

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) String

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_Marshal

func (m *CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_Merge

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_Size

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) XXX_Unmarshal

type CMsgGCToGCStoreProcessSettlement

type CMsgGCToGCStoreProcessSettlement struct {
	Order                *CMsgProcessTransactionOrder `protobuf:"bytes,1,opt,name=order" json:"order,omitempty"`
	Partner              *uint32                      `protobuf:"varint,2,opt,name=partner" json:"partner,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CMsgGCToGCStoreProcessSettlement) Descriptor

func (*CMsgGCToGCStoreProcessSettlement) Descriptor() ([]byte, []int)

func (*CMsgGCToGCStoreProcessSettlement) GetOrder

func (*CMsgGCToGCStoreProcessSettlement) GetPartner

func (m *CMsgGCToGCStoreProcessSettlement) GetPartner() uint32

func (*CMsgGCToGCStoreProcessSettlement) ProtoMessage

func (*CMsgGCToGCStoreProcessSettlement) ProtoMessage()

func (*CMsgGCToGCStoreProcessSettlement) Reset

func (*CMsgGCToGCStoreProcessSettlement) String

func (*CMsgGCToGCStoreProcessSettlement) XXX_DiscardUnknown

func (m *CMsgGCToGCStoreProcessSettlement) XXX_DiscardUnknown()

func (*CMsgGCToGCStoreProcessSettlement) XXX_Marshal

func (m *CMsgGCToGCStoreProcessSettlement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCStoreProcessSettlement) XXX_Merge

func (*CMsgGCToGCStoreProcessSettlement) XXX_Size

func (m *CMsgGCToGCStoreProcessSettlement) XXX_Size() int

func (*CMsgGCToGCStoreProcessSettlement) XXX_Unmarshal

func (m *CMsgGCToGCStoreProcessSettlement) XXX_Unmarshal(b []byte) error

type CMsgGCToGCStoreProcessSettlementResponse

type CMsgGCToGCStoreProcessSettlementResponse struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCStoreProcessSettlementResponse) Descriptor

func (*CMsgGCToGCStoreProcessSettlementResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCStoreProcessSettlementResponse) GetSuccess

func (*CMsgGCToGCStoreProcessSettlementResponse) ProtoMessage

func (*CMsgGCToGCStoreProcessSettlementResponse) Reset

func (*CMsgGCToGCStoreProcessSettlementResponse) String

func (*CMsgGCToGCStoreProcessSettlementResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCStoreProcessSettlementResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCStoreProcessSettlementResponse) XXX_Marshal

func (m *CMsgGCToGCStoreProcessSettlementResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCStoreProcessSettlementResponse) XXX_Merge

func (*CMsgGCToGCStoreProcessSettlementResponse) XXX_Size

func (*CMsgGCToGCStoreProcessSettlementResponse) XXX_Unmarshal

func (m *CMsgGCToGCStoreProcessSettlementResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCSubGCStarting

type CMsgGCToGCSubGCStarting struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCSubGCStarting) Descriptor

func (*CMsgGCToGCSubGCStarting) Descriptor() ([]byte, []int)

func (*CMsgGCToGCSubGCStarting) GetDirIndex

func (m *CMsgGCToGCSubGCStarting) GetDirIndex() uint32

func (*CMsgGCToGCSubGCStarting) ProtoMessage

func (*CMsgGCToGCSubGCStarting) ProtoMessage()

func (*CMsgGCToGCSubGCStarting) Reset

func (m *CMsgGCToGCSubGCStarting) Reset()

func (*CMsgGCToGCSubGCStarting) String

func (m *CMsgGCToGCSubGCStarting) String() string

func (*CMsgGCToGCSubGCStarting) XXX_DiscardUnknown

func (m *CMsgGCToGCSubGCStarting) XXX_DiscardUnknown()

func (*CMsgGCToGCSubGCStarting) XXX_Marshal

func (m *CMsgGCToGCSubGCStarting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCSubGCStarting) XXX_Merge

func (m *CMsgGCToGCSubGCStarting) XXX_Merge(src proto.Message)

func (*CMsgGCToGCSubGCStarting) XXX_Size

func (m *CMsgGCToGCSubGCStarting) XXX_Size() int

func (*CMsgGCToGCSubGCStarting) XXX_Unmarshal

func (m *CMsgGCToGCSubGCStarting) XXX_Unmarshal(b []byte) error

type CMsgGCToGCUniverseStartup

type CMsgGCToGCUniverseStartup struct {
	IsInitialStartup     *bool    `protobuf:"varint,1,opt,name=is_initial_startup,json=isInitialStartup" json:"is_initial_startup,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCUniverseStartup) Descriptor

func (*CMsgGCToGCUniverseStartup) Descriptor() ([]byte, []int)

func (*CMsgGCToGCUniverseStartup) GetIsInitialStartup

func (m *CMsgGCToGCUniverseStartup) GetIsInitialStartup() bool

func (*CMsgGCToGCUniverseStartup) ProtoMessage

func (*CMsgGCToGCUniverseStartup) ProtoMessage()

func (*CMsgGCToGCUniverseStartup) Reset

func (m *CMsgGCToGCUniverseStartup) Reset()

func (*CMsgGCToGCUniverseStartup) String

func (m *CMsgGCToGCUniverseStartup) String() string

func (*CMsgGCToGCUniverseStartup) XXX_DiscardUnknown

func (m *CMsgGCToGCUniverseStartup) XXX_DiscardUnknown()

func (*CMsgGCToGCUniverseStartup) XXX_Marshal

func (m *CMsgGCToGCUniverseStartup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCUniverseStartup) XXX_Merge

func (m *CMsgGCToGCUniverseStartup) XXX_Merge(src proto.Message)

func (*CMsgGCToGCUniverseStartup) XXX_Size

func (m *CMsgGCToGCUniverseStartup) XXX_Size() int

func (*CMsgGCToGCUniverseStartup) XXX_Unmarshal

func (m *CMsgGCToGCUniverseStartup) XXX_Unmarshal(b []byte) error

type CMsgGCToGCUniverseStartupResponse

type CMsgGCToGCUniverseStartupResponse struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCUniverseStartupResponse) Descriptor

func (*CMsgGCToGCUniverseStartupResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToGCUniverseStartupResponse) GetEresult

func (m *CMsgGCToGCUniverseStartupResponse) GetEresult() int32

func (*CMsgGCToGCUniverseStartupResponse) ProtoMessage

func (*CMsgGCToGCUniverseStartupResponse) ProtoMessage()

func (*CMsgGCToGCUniverseStartupResponse) Reset

func (*CMsgGCToGCUniverseStartupResponse) String

func (*CMsgGCToGCUniverseStartupResponse) XXX_DiscardUnknown

func (m *CMsgGCToGCUniverseStartupResponse) XXX_DiscardUnknown()

func (*CMsgGCToGCUniverseStartupResponse) XXX_Marshal

func (m *CMsgGCToGCUniverseStartupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCUniverseStartupResponse) XXX_Merge

func (*CMsgGCToGCUniverseStartupResponse) XXX_Size

func (m *CMsgGCToGCUniverseStartupResponse) XXX_Size() int

func (*CMsgGCToGCUniverseStartupResponse) XXX_Unmarshal

func (m *CMsgGCToGCUniverseStartupResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToGCUpdateSQLKeyValue

type CMsgGCToGCUpdateSQLKeyValue struct {
	KeyName              *string  `protobuf:"bytes,1,opt,name=key_name,json=keyName" json:"key_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCUpdateSQLKeyValue) Descriptor

func (*CMsgGCToGCUpdateSQLKeyValue) Descriptor() ([]byte, []int)

func (*CMsgGCToGCUpdateSQLKeyValue) GetKeyName

func (m *CMsgGCToGCUpdateSQLKeyValue) GetKeyName() string

func (*CMsgGCToGCUpdateSQLKeyValue) ProtoMessage

func (*CMsgGCToGCUpdateSQLKeyValue) ProtoMessage()

func (*CMsgGCToGCUpdateSQLKeyValue) Reset

func (m *CMsgGCToGCUpdateSQLKeyValue) Reset()

func (*CMsgGCToGCUpdateSQLKeyValue) String

func (m *CMsgGCToGCUpdateSQLKeyValue) String() string

func (*CMsgGCToGCUpdateSQLKeyValue) XXX_DiscardUnknown

func (m *CMsgGCToGCUpdateSQLKeyValue) XXX_DiscardUnknown()

func (*CMsgGCToGCUpdateSQLKeyValue) XXX_Marshal

func (m *CMsgGCToGCUpdateSQLKeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCUpdateSQLKeyValue) XXX_Merge

func (m *CMsgGCToGCUpdateSQLKeyValue) XXX_Merge(src proto.Message)

func (*CMsgGCToGCUpdateSQLKeyValue) XXX_Size

func (m *CMsgGCToGCUpdateSQLKeyValue) XXX_Size() int

func (*CMsgGCToGCUpdateSQLKeyValue) XXX_Unmarshal

func (m *CMsgGCToGCUpdateSQLKeyValue) XXX_Unmarshal(b []byte) error

type CMsgGCToGCUpdateSessionStats

type CMsgGCToGCUpdateSessionStats struct {
	UserSessions         *uint32  `protobuf:"varint,1,opt,name=user_sessions,json=userSessions" json:"user_sessions,omitempty"`
	ServerSessions       *uint32  `protobuf:"varint,2,opt,name=server_sessions,json=serverSessions" json:"server_sessions,omitempty"`
	InLogonSurge         *bool    `protobuf:"varint,3,opt,name=in_logon_surge,json=inLogonSurge" json:"in_logon_surge,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCUpdateSessionStats) Descriptor

func (*CMsgGCToGCUpdateSessionStats) Descriptor() ([]byte, []int)

func (*CMsgGCToGCUpdateSessionStats) GetInLogonSurge

func (m *CMsgGCToGCUpdateSessionStats) GetInLogonSurge() bool

func (*CMsgGCToGCUpdateSessionStats) GetServerSessions

func (m *CMsgGCToGCUpdateSessionStats) GetServerSessions() uint32

func (*CMsgGCToGCUpdateSessionStats) GetUserSessions

func (m *CMsgGCToGCUpdateSessionStats) GetUserSessions() uint32

func (*CMsgGCToGCUpdateSessionStats) ProtoMessage

func (*CMsgGCToGCUpdateSessionStats) ProtoMessage()

func (*CMsgGCToGCUpdateSessionStats) Reset

func (m *CMsgGCToGCUpdateSessionStats) Reset()

func (*CMsgGCToGCUpdateSessionStats) String

func (*CMsgGCToGCUpdateSessionStats) XXX_DiscardUnknown

func (m *CMsgGCToGCUpdateSessionStats) XXX_DiscardUnknown()

func (*CMsgGCToGCUpdateSessionStats) XXX_Marshal

func (m *CMsgGCToGCUpdateSessionStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCUpdateSessionStats) XXX_Merge

func (m *CMsgGCToGCUpdateSessionStats) XXX_Merge(src proto.Message)

func (*CMsgGCToGCUpdateSessionStats) XXX_Size

func (m *CMsgGCToGCUpdateSessionStats) XXX_Size() int

func (*CMsgGCToGCUpdateSessionStats) XXX_Unmarshal

func (m *CMsgGCToGCUpdateSessionStats) XXX_Unmarshal(b []byte) error

type CMsgGCToGCUpdateSubscriptionItems

type CMsgGCToGCUpdateSubscriptionItems struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	AlwaysNotify         *bool    `protobuf:"varint,2,opt,name=always_notify,json=alwaysNotify" json:"always_notify,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCUpdateSubscriptionItems) Descriptor

func (*CMsgGCToGCUpdateSubscriptionItems) Descriptor() ([]byte, []int)

func (*CMsgGCToGCUpdateSubscriptionItems) GetAccountId

func (m *CMsgGCToGCUpdateSubscriptionItems) GetAccountId() uint32

func (*CMsgGCToGCUpdateSubscriptionItems) GetAlwaysNotify

func (m *CMsgGCToGCUpdateSubscriptionItems) GetAlwaysNotify() bool

func (*CMsgGCToGCUpdateSubscriptionItems) ProtoMessage

func (*CMsgGCToGCUpdateSubscriptionItems) ProtoMessage()

func (*CMsgGCToGCUpdateSubscriptionItems) Reset

func (*CMsgGCToGCUpdateSubscriptionItems) String

func (*CMsgGCToGCUpdateSubscriptionItems) XXX_DiscardUnknown

func (m *CMsgGCToGCUpdateSubscriptionItems) XXX_DiscardUnknown()

func (*CMsgGCToGCUpdateSubscriptionItems) XXX_Marshal

func (m *CMsgGCToGCUpdateSubscriptionItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCUpdateSubscriptionItems) XXX_Merge

func (*CMsgGCToGCUpdateSubscriptionItems) XXX_Size

func (m *CMsgGCToGCUpdateSubscriptionItems) XXX_Size() int

func (*CMsgGCToGCUpdateSubscriptionItems) XXX_Unmarshal

func (m *CMsgGCToGCUpdateSubscriptionItems) XXX_Unmarshal(b []byte) error

type CMsgGCToGCWebAPIAccountChanged

type CMsgGCToGCWebAPIAccountChanged struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToGCWebAPIAccountChanged) Descriptor

func (*CMsgGCToGCWebAPIAccountChanged) Descriptor() ([]byte, []int)

func (*CMsgGCToGCWebAPIAccountChanged) ProtoMessage

func (*CMsgGCToGCWebAPIAccountChanged) ProtoMessage()

func (*CMsgGCToGCWebAPIAccountChanged) Reset

func (m *CMsgGCToGCWebAPIAccountChanged) Reset()

func (*CMsgGCToGCWebAPIAccountChanged) String

func (*CMsgGCToGCWebAPIAccountChanged) XXX_DiscardUnknown

func (m *CMsgGCToGCWebAPIAccountChanged) XXX_DiscardUnknown()

func (*CMsgGCToGCWebAPIAccountChanged) XXX_Marshal

func (m *CMsgGCToGCWebAPIAccountChanged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToGCWebAPIAccountChanged) XXX_Merge

func (m *CMsgGCToGCWebAPIAccountChanged) XXX_Merge(src proto.Message)

func (*CMsgGCToGCWebAPIAccountChanged) XXX_Size

func (m *CMsgGCToGCWebAPIAccountChanged) XXX_Size() int

func (*CMsgGCToGCWebAPIAccountChanged) XXX_Unmarshal

func (m *CMsgGCToGCWebAPIAccountChanged) XXX_Unmarshal(b []byte) error

type CMsgGCUpdateSubGCSessionInfo

type CMsgGCUpdateSubGCSessionInfo struct {
	Updates              []*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgGCUpdateSubGCSessionInfo) Descriptor

func (*CMsgGCUpdateSubGCSessionInfo) Descriptor() ([]byte, []int)

func (*CMsgGCUpdateSubGCSessionInfo) GetUpdates

func (*CMsgGCUpdateSubGCSessionInfo) ProtoMessage

func (*CMsgGCUpdateSubGCSessionInfo) ProtoMessage()

func (*CMsgGCUpdateSubGCSessionInfo) Reset

func (m *CMsgGCUpdateSubGCSessionInfo) Reset()

func (*CMsgGCUpdateSubGCSessionInfo) String

func (*CMsgGCUpdateSubGCSessionInfo) XXX_DiscardUnknown

func (m *CMsgGCUpdateSubGCSessionInfo) XXX_DiscardUnknown()

func (*CMsgGCUpdateSubGCSessionInfo) XXX_Marshal

func (m *CMsgGCUpdateSubGCSessionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCUpdateSubGCSessionInfo) XXX_Merge

func (m *CMsgGCUpdateSubGCSessionInfo) XXX_Merge(src proto.Message)

func (*CMsgGCUpdateSubGCSessionInfo) XXX_Size

func (m *CMsgGCUpdateSubGCSessionInfo) XXX_Size() int

func (*CMsgGCUpdateSubGCSessionInfo) XXX_Unmarshal

func (m *CMsgGCUpdateSubGCSessionInfo) XXX_Unmarshal(b []byte) error

type CMsgGCUpdateSubGCSessionInfo_CMsgUpdate

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Descriptor

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Descriptor() ([]byte, []int)

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetIp

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetSteamid

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) GetTrusted

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) ProtoMessage

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) Reset

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) String

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_DiscardUnknown

func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_DiscardUnknown()

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_Marshal

func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_Merge

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_Size

func (*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_Unmarshal

func (m *CMsgGCUpdateSubGCSessionInfo_CMsgUpdate) XXX_Unmarshal(b []byte) error

type CMsgInvitationCreated

type CMsgInvitationCreated struct {
	GroupId              *uint64  `protobuf:"varint,1,opt,name=group_id,json=groupId" json:"group_id,omitempty"`
	SteamId              *uint64  `protobuf:"fixed64,2,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	UserOffline          *bool    `protobuf:"varint,3,opt,name=user_offline,json=userOffline" json:"user_offline,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgInvitationCreated) Descriptor

func (*CMsgInvitationCreated) Descriptor() ([]byte, []int)

func (*CMsgInvitationCreated) GetGroupId

func (m *CMsgInvitationCreated) GetGroupId() uint64

func (*CMsgInvitationCreated) GetSteamId

func (m *CMsgInvitationCreated) GetSteamId() uint64

func (*CMsgInvitationCreated) GetUserOffline

func (m *CMsgInvitationCreated) GetUserOffline() bool

func (*CMsgInvitationCreated) ProtoMessage

func (*CMsgInvitationCreated) ProtoMessage()

func (*CMsgInvitationCreated) Reset

func (m *CMsgInvitationCreated) Reset()

func (*CMsgInvitationCreated) String

func (m *CMsgInvitationCreated) String() string

func (*CMsgInvitationCreated) XXX_DiscardUnknown

func (m *CMsgInvitationCreated) XXX_DiscardUnknown()

func (*CMsgInvitationCreated) XXX_Marshal

func (m *CMsgInvitationCreated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgInvitationCreated) XXX_Merge

func (m *CMsgInvitationCreated) XXX_Merge(src proto.Message)

func (*CMsgInvitationCreated) XXX_Size

func (m *CMsgInvitationCreated) XXX_Size() int

func (*CMsgInvitationCreated) XXX_Unmarshal

func (m *CMsgInvitationCreated) XXX_Unmarshal(b []byte) error

type CMsgInviteToLobby

type CMsgInviteToLobby struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	ClientVersion        *uint32  `protobuf:"varint,2,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgInviteToLobby) Descriptor

func (*CMsgInviteToLobby) Descriptor() ([]byte, []int)

func (*CMsgInviteToLobby) GetClientVersion

func (m *CMsgInviteToLobby) GetClientVersion() uint32

func (*CMsgInviteToLobby) GetSteamId

func (m *CMsgInviteToLobby) GetSteamId() uint64

func (*CMsgInviteToLobby) ProtoMessage

func (*CMsgInviteToLobby) ProtoMessage()

func (*CMsgInviteToLobby) Reset

func (m *CMsgInviteToLobby) Reset()

func (*CMsgInviteToLobby) String

func (m *CMsgInviteToLobby) String() string

func (*CMsgInviteToLobby) XXX_DiscardUnknown

func (m *CMsgInviteToLobby) XXX_DiscardUnknown()

func (*CMsgInviteToLobby) XXX_Marshal

func (m *CMsgInviteToLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgInviteToLobby) XXX_Merge

func (m *CMsgInviteToLobby) XXX_Merge(src proto.Message)

func (*CMsgInviteToLobby) XXX_Size

func (m *CMsgInviteToLobby) XXX_Size() int

func (*CMsgInviteToLobby) XXX_Unmarshal

func (m *CMsgInviteToLobby) XXX_Unmarshal(b []byte) error

type CMsgInviteToParty

type CMsgInviteToParty struct {
	SteamId              *uint64             `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	ClientVersion        *uint32             `protobuf:"varint,2,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	TeamId               *uint32             `protobuf:"varint,3,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	AsCoach              *bool               `protobuf:"varint,4,opt,name=as_coach,json=asCoach" json:"as_coach,omitempty"`
	PingData             *CMsgClientPingData `protobuf:"bytes,5,opt,name=ping_data,json=pingData" json:"ping_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CMsgInviteToParty) Descriptor

func (*CMsgInviteToParty) Descriptor() ([]byte, []int)

func (*CMsgInviteToParty) GetAsCoach

func (m *CMsgInviteToParty) GetAsCoach() bool

func (*CMsgInviteToParty) GetClientVersion

func (m *CMsgInviteToParty) GetClientVersion() uint32

func (*CMsgInviteToParty) GetPingData

func (m *CMsgInviteToParty) GetPingData() *CMsgClientPingData

func (*CMsgInviteToParty) GetSteamId

func (m *CMsgInviteToParty) GetSteamId() uint64

func (*CMsgInviteToParty) GetTeamId

func (m *CMsgInviteToParty) GetTeamId() uint32

func (*CMsgInviteToParty) ProtoMessage

func (*CMsgInviteToParty) ProtoMessage()

func (*CMsgInviteToParty) Reset

func (m *CMsgInviteToParty) Reset()

func (*CMsgInviteToParty) String

func (m *CMsgInviteToParty) String() string

func (*CMsgInviteToParty) XXX_DiscardUnknown

func (m *CMsgInviteToParty) XXX_DiscardUnknown()

func (*CMsgInviteToParty) XXX_Marshal

func (m *CMsgInviteToParty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgInviteToParty) XXX_Merge

func (m *CMsgInviteToParty) XXX_Merge(src proto.Message)

func (*CMsgInviteToParty) XXX_Size

func (m *CMsgInviteToParty) XXX_Size() int

func (*CMsgInviteToParty) XXX_Unmarshal

func (m *CMsgInviteToParty) XXX_Unmarshal(b []byte) error

type CMsgItemAcknowledged

type CMsgItemAcknowledged struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Inventory            *uint32  `protobuf:"varint,2,opt,name=inventory" json:"inventory,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,3,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Quality              *uint32  `protobuf:"varint,4,opt,name=quality" json:"quality,omitempty"`
	Rarity               *uint32  `protobuf:"varint,5,opt,name=rarity" json:"rarity,omitempty"`
	Origin               *uint32  `protobuf:"varint,6,opt,name=origin" json:"origin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgItemAcknowledged) Descriptor

func (*CMsgItemAcknowledged) Descriptor() ([]byte, []int)

func (*CMsgItemAcknowledged) GetAccountId

func (m *CMsgItemAcknowledged) GetAccountId() uint32

func (*CMsgItemAcknowledged) GetDefIndex

func (m *CMsgItemAcknowledged) GetDefIndex() uint32

func (*CMsgItemAcknowledged) GetInventory

func (m *CMsgItemAcknowledged) GetInventory() uint32

func (*CMsgItemAcknowledged) GetOrigin

func (m *CMsgItemAcknowledged) GetOrigin() uint32

func (*CMsgItemAcknowledged) GetQuality

func (m *CMsgItemAcknowledged) GetQuality() uint32

func (*CMsgItemAcknowledged) GetRarity

func (m *CMsgItemAcknowledged) GetRarity() uint32

func (*CMsgItemAcknowledged) ProtoMessage

func (*CMsgItemAcknowledged) ProtoMessage()

func (*CMsgItemAcknowledged) Reset

func (m *CMsgItemAcknowledged) Reset()

func (*CMsgItemAcknowledged) String

func (m *CMsgItemAcknowledged) String() string

func (*CMsgItemAcknowledged) XXX_DiscardUnknown

func (m *CMsgItemAcknowledged) XXX_DiscardUnknown()

func (*CMsgItemAcknowledged) XXX_Marshal

func (m *CMsgItemAcknowledged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgItemAcknowledged) XXX_Merge

func (m *CMsgItemAcknowledged) XXX_Merge(src proto.Message)

func (*CMsgItemAcknowledged) XXX_Size

func (m *CMsgItemAcknowledged) XXX_Size() int

func (*CMsgItemAcknowledged) XXX_Unmarshal

func (m *CMsgItemAcknowledged) XXX_Unmarshal(b []byte) error

type CMsgItemAges

type CMsgItemAges struct {
	MaxItemIdTimestamps  []*CMsgItemAges_MaxItemIDTimestamp `protobuf:"bytes,1,rep,name=max_item_id_timestamps,json=maxItemIdTimestamps" json:"max_item_id_timestamps,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgItemAges) Descriptor

func (*CMsgItemAges) Descriptor() ([]byte, []int)

func (*CMsgItemAges) GetMaxItemIdTimestamps

func (m *CMsgItemAges) GetMaxItemIdTimestamps() []*CMsgItemAges_MaxItemIDTimestamp

func (*CMsgItemAges) ProtoMessage

func (*CMsgItemAges) ProtoMessage()

func (*CMsgItemAges) Reset

func (m *CMsgItemAges) Reset()

func (*CMsgItemAges) String

func (m *CMsgItemAges) String() string

func (*CMsgItemAges) XXX_DiscardUnknown

func (m *CMsgItemAges) XXX_DiscardUnknown()

func (*CMsgItemAges) XXX_Marshal

func (m *CMsgItemAges) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgItemAges) XXX_Merge

func (m *CMsgItemAges) XXX_Merge(src proto.Message)

func (*CMsgItemAges) XXX_Size

func (m *CMsgItemAges) XXX_Size() int

func (*CMsgItemAges) XXX_Unmarshal

func (m *CMsgItemAges) XXX_Unmarshal(b []byte) error

type CMsgItemAges_MaxItemIDTimestamp

type CMsgItemAges_MaxItemIDTimestamp struct {
	Timestamp            *uint32  `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	MaxItemId            *uint64  `protobuf:"varint,2,opt,name=max_item_id,json=maxItemId" json:"max_item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgItemAges_MaxItemIDTimestamp) Descriptor

func (*CMsgItemAges_MaxItemIDTimestamp) Descriptor() ([]byte, []int)

func (*CMsgItemAges_MaxItemIDTimestamp) GetMaxItemId

func (m *CMsgItemAges_MaxItemIDTimestamp) GetMaxItemId() uint64

func (*CMsgItemAges_MaxItemIDTimestamp) GetTimestamp

func (m *CMsgItemAges_MaxItemIDTimestamp) GetTimestamp() uint32

func (*CMsgItemAges_MaxItemIDTimestamp) ProtoMessage

func (*CMsgItemAges_MaxItemIDTimestamp) ProtoMessage()

func (*CMsgItemAges_MaxItemIDTimestamp) Reset

func (*CMsgItemAges_MaxItemIDTimestamp) String

func (*CMsgItemAges_MaxItemIDTimestamp) XXX_DiscardUnknown

func (m *CMsgItemAges_MaxItemIDTimestamp) XXX_DiscardUnknown()

func (*CMsgItemAges_MaxItemIDTimestamp) XXX_Marshal

func (m *CMsgItemAges_MaxItemIDTimestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgItemAges_MaxItemIDTimestamp) XXX_Merge

func (m *CMsgItemAges_MaxItemIDTimestamp) XXX_Merge(src proto.Message)

func (*CMsgItemAges_MaxItemIDTimestamp) XXX_Size

func (m *CMsgItemAges_MaxItemIDTimestamp) XXX_Size() int

func (*CMsgItemAges_MaxItemIDTimestamp) XXX_Unmarshal

func (m *CMsgItemAges_MaxItemIDTimestamp) XXX_Unmarshal(b []byte) error

type CMsgKickFromParty

type CMsgKickFromParty struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgKickFromParty) Descriptor

func (*CMsgKickFromParty) Descriptor() ([]byte, []int)

func (*CMsgKickFromParty) GetSteamId

func (m *CMsgKickFromParty) GetSteamId() uint64

func (*CMsgKickFromParty) ProtoMessage

func (*CMsgKickFromParty) ProtoMessage()

func (*CMsgKickFromParty) Reset

func (m *CMsgKickFromParty) Reset()

func (*CMsgKickFromParty) String

func (m *CMsgKickFromParty) String() string

func (*CMsgKickFromParty) XXX_DiscardUnknown

func (m *CMsgKickFromParty) XXX_DiscardUnknown()

func (*CMsgKickFromParty) XXX_Marshal

func (m *CMsgKickFromParty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgKickFromParty) XXX_Merge

func (m *CMsgKickFromParty) XXX_Merge(src proto.Message)

func (*CMsgKickFromParty) XXX_Size

func (m *CMsgKickFromParty) XXX_Size() int

func (*CMsgKickFromParty) XXX_Unmarshal

func (m *CMsgKickFromParty) XXX_Unmarshal(b []byte) error

type CMsgLANServerAvailable

type CMsgLANServerAvailable struct {
	LobbyId              *uint64  `protobuf:"fixed64,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgLANServerAvailable) Descriptor

func (*CMsgLANServerAvailable) Descriptor() ([]byte, []int)

func (*CMsgLANServerAvailable) GetLobbyId

func (m *CMsgLANServerAvailable) GetLobbyId() uint64

func (*CMsgLANServerAvailable) ProtoMessage

func (*CMsgLANServerAvailable) ProtoMessage()

func (*CMsgLANServerAvailable) Reset

func (m *CMsgLANServerAvailable) Reset()

func (*CMsgLANServerAvailable) String

func (m *CMsgLANServerAvailable) String() string

func (*CMsgLANServerAvailable) XXX_DiscardUnknown

func (m *CMsgLANServerAvailable) XXX_DiscardUnknown()

func (*CMsgLANServerAvailable) XXX_Marshal

func (m *CMsgLANServerAvailable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgLANServerAvailable) XXX_Merge

func (m *CMsgLANServerAvailable) XXX_Merge(src proto.Message)

func (*CMsgLANServerAvailable) XXX_Size

func (m *CMsgLANServerAvailable) XXX_Size() int

func (*CMsgLANServerAvailable) XXX_Unmarshal

func (m *CMsgLANServerAvailable) XXX_Unmarshal(b []byte) error

type CMsgLeaveParty

type CMsgLeaveParty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgLeaveParty) Descriptor

func (*CMsgLeaveParty) Descriptor() ([]byte, []int)

func (*CMsgLeaveParty) ProtoMessage

func (*CMsgLeaveParty) ProtoMessage()

func (*CMsgLeaveParty) Reset

func (m *CMsgLeaveParty) Reset()

func (*CMsgLeaveParty) String

func (m *CMsgLeaveParty) String() string

func (*CMsgLeaveParty) XXX_DiscardUnknown

func (m *CMsgLeaveParty) XXX_DiscardUnknown()

func (*CMsgLeaveParty) XXX_Marshal

func (m *CMsgLeaveParty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgLeaveParty) XXX_Merge

func (m *CMsgLeaveParty) XXX_Merge(src proto.Message)

func (*CMsgLeaveParty) XXX_Size

func (m *CMsgLeaveParty) XXX_Size() int

func (*CMsgLeaveParty) XXX_Unmarshal

func (m *CMsgLeaveParty) XXX_Unmarshal(b []byte) error

type CMsgLobbyInviteResponse

type CMsgLobbyInviteResponse struct {
	LobbyId              *uint64  `protobuf:"fixed64,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	Accept               *bool    `protobuf:"varint,2,opt,name=accept" json:"accept,omitempty"`
	ClientVersion        *uint32  `protobuf:"varint,3,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	CustomGameCrc        *uint64  `protobuf:"fixed64,6,opt,name=custom_game_crc,json=customGameCrc" json:"custom_game_crc,omitempty"`
	CustomGameTimestamp  *uint32  `protobuf:"fixed32,7,opt,name=custom_game_timestamp,json=customGameTimestamp" json:"custom_game_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgLobbyInviteResponse) Descriptor

func (*CMsgLobbyInviteResponse) Descriptor() ([]byte, []int)

func (*CMsgLobbyInviteResponse) GetAccept

func (m *CMsgLobbyInviteResponse) GetAccept() bool

func (*CMsgLobbyInviteResponse) GetClientVersion

func (m *CMsgLobbyInviteResponse) GetClientVersion() uint32

func (*CMsgLobbyInviteResponse) GetCustomGameCrc

func (m *CMsgLobbyInviteResponse) GetCustomGameCrc() uint64

func (*CMsgLobbyInviteResponse) GetCustomGameTimestamp

func (m *CMsgLobbyInviteResponse) GetCustomGameTimestamp() uint32

func (*CMsgLobbyInviteResponse) GetLobbyId

func (m *CMsgLobbyInviteResponse) GetLobbyId() uint64

func (*CMsgLobbyInviteResponse) ProtoMessage

func (*CMsgLobbyInviteResponse) ProtoMessage()

func (*CMsgLobbyInviteResponse) Reset

func (m *CMsgLobbyInviteResponse) Reset()

func (*CMsgLobbyInviteResponse) String

func (m *CMsgLobbyInviteResponse) String() string

func (*CMsgLobbyInviteResponse) XXX_DiscardUnknown

func (m *CMsgLobbyInviteResponse) XXX_DiscardUnknown()

func (*CMsgLobbyInviteResponse) XXX_Marshal

func (m *CMsgLobbyInviteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgLobbyInviteResponse) XXX_Merge

func (m *CMsgLobbyInviteResponse) XXX_Merge(src proto.Message)

func (*CMsgLobbyInviteResponse) XXX_Size

func (m *CMsgLobbyInviteResponse) XXX_Size() int

func (*CMsgLobbyInviteResponse) XXX_Unmarshal

func (m *CMsgLobbyInviteResponse) XXX_Unmarshal(b []byte) error

type CMsgLookupMultipleAccountNames

type CMsgLookupMultipleAccountNames struct {
	Accountids           []uint32 `protobuf:"varint,1,rep,packed,name=accountids" json:"accountids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgLookupMultipleAccountNames) Descriptor

func (*CMsgLookupMultipleAccountNames) Descriptor() ([]byte, []int)

func (*CMsgLookupMultipleAccountNames) GetAccountids

func (m *CMsgLookupMultipleAccountNames) GetAccountids() []uint32

func (*CMsgLookupMultipleAccountNames) ProtoMessage

func (*CMsgLookupMultipleAccountNames) ProtoMessage()

func (*CMsgLookupMultipleAccountNames) Reset

func (m *CMsgLookupMultipleAccountNames) Reset()

func (*CMsgLookupMultipleAccountNames) String

func (*CMsgLookupMultipleAccountNames) XXX_DiscardUnknown

func (m *CMsgLookupMultipleAccountNames) XXX_DiscardUnknown()

func (*CMsgLookupMultipleAccountNames) XXX_Marshal

func (m *CMsgLookupMultipleAccountNames) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgLookupMultipleAccountNames) XXX_Merge

func (m *CMsgLookupMultipleAccountNames) XXX_Merge(src proto.Message)

func (*CMsgLookupMultipleAccountNames) XXX_Size

func (m *CMsgLookupMultipleAccountNames) XXX_Size() int

func (*CMsgLookupMultipleAccountNames) XXX_Unmarshal

func (m *CMsgLookupMultipleAccountNames) XXX_Unmarshal(b []byte) error

type CMsgLookupMultipleAccountNamesResponse

type CMsgLookupMultipleAccountNamesResponse struct {
	Accounts             []*CMsgLookupMultipleAccountNamesResponse_Account `protobuf:"bytes,1,rep,name=accounts" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*CMsgLookupMultipleAccountNamesResponse) Descriptor

func (*CMsgLookupMultipleAccountNamesResponse) Descriptor() ([]byte, []int)

func (*CMsgLookupMultipleAccountNamesResponse) GetAccounts

func (*CMsgLookupMultipleAccountNamesResponse) ProtoMessage

func (*CMsgLookupMultipleAccountNamesResponse) Reset

func (*CMsgLookupMultipleAccountNamesResponse) String

func (*CMsgLookupMultipleAccountNamesResponse) XXX_DiscardUnknown

func (m *CMsgLookupMultipleAccountNamesResponse) XXX_DiscardUnknown()

func (*CMsgLookupMultipleAccountNamesResponse) XXX_Marshal

func (m *CMsgLookupMultipleAccountNamesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgLookupMultipleAccountNamesResponse) XXX_Merge

func (*CMsgLookupMultipleAccountNamesResponse) XXX_Size

func (*CMsgLookupMultipleAccountNamesResponse) XXX_Unmarshal

func (m *CMsgLookupMultipleAccountNamesResponse) XXX_Unmarshal(b []byte) error

type CMsgLookupMultipleAccountNamesResponse_Account

type CMsgLookupMultipleAccountNamesResponse_Account struct {
	Accountid            *uint32  `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Persona              *string  `protobuf:"bytes,2,opt,name=persona" json:"persona,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgLookupMultipleAccountNamesResponse_Account) Descriptor

func (*CMsgLookupMultipleAccountNamesResponse_Account) GetAccountid

func (*CMsgLookupMultipleAccountNamesResponse_Account) GetPersona

func (*CMsgLookupMultipleAccountNamesResponse_Account) ProtoMessage

func (*CMsgLookupMultipleAccountNamesResponse_Account) Reset

func (*CMsgLookupMultipleAccountNamesResponse_Account) String

func (*CMsgLookupMultipleAccountNamesResponse_Account) XXX_DiscardUnknown

func (m *CMsgLookupMultipleAccountNamesResponse_Account) XXX_DiscardUnknown()

func (*CMsgLookupMultipleAccountNamesResponse_Account) XXX_Marshal

func (m *CMsgLookupMultipleAccountNamesResponse_Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgLookupMultipleAccountNamesResponse_Account) XXX_Merge

func (*CMsgLookupMultipleAccountNamesResponse_Account) XXX_Size

func (*CMsgLookupMultipleAccountNamesResponse_Account) XXX_Unmarshal

type CMsgPartyInviteResponse

type CMsgPartyInviteResponse struct {
	PartyId              *uint64             `protobuf:"varint,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	Accept               *bool               `protobuf:"varint,2,opt,name=accept" json:"accept,omitempty"`
	ClientVersion        *uint32             `protobuf:"varint,3,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	PingData             *CMsgClientPingData `protobuf:"bytes,8,opt,name=ping_data,json=pingData" json:"ping_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CMsgPartyInviteResponse) Descriptor

func (*CMsgPartyInviteResponse) Descriptor() ([]byte, []int)

func (*CMsgPartyInviteResponse) GetAccept

func (m *CMsgPartyInviteResponse) GetAccept() bool

func (*CMsgPartyInviteResponse) GetClientVersion

func (m *CMsgPartyInviteResponse) GetClientVersion() uint32

func (*CMsgPartyInviteResponse) GetPartyId

func (m *CMsgPartyInviteResponse) GetPartyId() uint64

func (*CMsgPartyInviteResponse) GetPingData

func (m *CMsgPartyInviteResponse) GetPingData() *CMsgClientPingData

func (*CMsgPartyInviteResponse) ProtoMessage

func (*CMsgPartyInviteResponse) ProtoMessage()

func (*CMsgPartyInviteResponse) Reset

func (m *CMsgPartyInviteResponse) Reset()

func (*CMsgPartyInviteResponse) String

func (m *CMsgPartyInviteResponse) String() string

func (*CMsgPartyInviteResponse) XXX_DiscardUnknown

func (m *CMsgPartyInviteResponse) XXX_DiscardUnknown()

func (*CMsgPartyInviteResponse) XXX_Marshal

func (m *CMsgPartyInviteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPartyInviteResponse) XXX_Merge

func (m *CMsgPartyInviteResponse) XXX_Merge(src proto.Message)

func (*CMsgPartyInviteResponse) XXX_Size

func (m *CMsgPartyInviteResponse) XXX_Size() int

func (*CMsgPartyInviteResponse) XXX_Unmarshal

func (m *CMsgPartyInviteResponse) XXX_Unmarshal(b []byte) error

type CMsgProcessTransactionOrder

type CMsgProcessTransactionOrder struct {
	TxnId                *uint64                             `protobuf:"varint,1,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	SteamTxnId           *uint64                             `protobuf:"varint,2,opt,name=steam_txn_id,json=steamTxnId" json:"steam_txn_id,omitempty"`
	PartnerTxnId         *uint64                             `protobuf:"varint,3,opt,name=partner_txn_id,json=partnerTxnId" json:"partner_txn_id,omitempty"`
	SteamId              *uint64                             `protobuf:"fixed64,4,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	TimeStamp            *uint32                             `protobuf:"varint,5,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
	Watermark            *uint64                             `protobuf:"varint,6,opt,name=watermark" json:"watermark,omitempty"`
	PurchaseReportStatus *int32                              `protobuf:"varint,7,opt,name=purchase_report_status,json=purchaseReportStatus" json:"purchase_report_status,omitempty"`
	Currency             *uint32                             `protobuf:"varint,8,opt,name=currency" json:"currency,omitempty"`
	Items                []*CMsgProcessTransactionOrder_Item `protobuf:"bytes,9,rep,name=items" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CMsgProcessTransactionOrder) Descriptor

func (*CMsgProcessTransactionOrder) Descriptor() ([]byte, []int)

func (*CMsgProcessTransactionOrder) GetCurrency

func (m *CMsgProcessTransactionOrder) GetCurrency() uint32

func (*CMsgProcessTransactionOrder) GetItems

func (*CMsgProcessTransactionOrder) GetPartnerTxnId

func (m *CMsgProcessTransactionOrder) GetPartnerTxnId() uint64

func (*CMsgProcessTransactionOrder) GetPurchaseReportStatus

func (m *CMsgProcessTransactionOrder) GetPurchaseReportStatus() int32

func (*CMsgProcessTransactionOrder) GetSteamId

func (m *CMsgProcessTransactionOrder) GetSteamId() uint64

func (*CMsgProcessTransactionOrder) GetSteamTxnId

func (m *CMsgProcessTransactionOrder) GetSteamTxnId() uint64

func (*CMsgProcessTransactionOrder) GetTimeStamp

func (m *CMsgProcessTransactionOrder) GetTimeStamp() uint32

func (*CMsgProcessTransactionOrder) GetTxnId

func (m *CMsgProcessTransactionOrder) GetTxnId() uint64

func (*CMsgProcessTransactionOrder) GetWatermark

func (m *CMsgProcessTransactionOrder) GetWatermark() uint64

func (*CMsgProcessTransactionOrder) ProtoMessage

func (*CMsgProcessTransactionOrder) ProtoMessage()

func (*CMsgProcessTransactionOrder) Reset

func (m *CMsgProcessTransactionOrder) Reset()

func (*CMsgProcessTransactionOrder) String

func (m *CMsgProcessTransactionOrder) String() string

func (*CMsgProcessTransactionOrder) XXX_DiscardUnknown

func (m *CMsgProcessTransactionOrder) XXX_DiscardUnknown()

func (*CMsgProcessTransactionOrder) XXX_Marshal

func (m *CMsgProcessTransactionOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgProcessTransactionOrder) XXX_Merge

func (m *CMsgProcessTransactionOrder) XXX_Merge(src proto.Message)

func (*CMsgProcessTransactionOrder) XXX_Size

func (m *CMsgProcessTransactionOrder) XXX_Size() int

func (*CMsgProcessTransactionOrder) XXX_Unmarshal

func (m *CMsgProcessTransactionOrder) XXX_Unmarshal(b []byte) error

type CMsgProcessTransactionOrder_Item

type CMsgProcessTransactionOrder_Item struct {
	ItemDefIndex         *uint32  `protobuf:"varint,1,opt,name=item_def_index,json=itemDefIndex" json:"item_def_index,omitempty"`
	ItemPrice            *uint32  `protobuf:"varint,2,opt,name=item_price,json=itemPrice" json:"item_price,omitempty"`
	Quantity             *uint32  `protobuf:"varint,3,opt,name=quantity" json:"quantity,omitempty"`
	CategoryDesc         *string  `protobuf:"bytes,4,opt,name=category_desc,json=categoryDesc" json:"category_desc,omitempty"`
	StorePurchaseType    *uint32  `protobuf:"varint,5,opt,name=store_purchase_type,json=storePurchaseType" json:"store_purchase_type,omitempty"`
	SourceReferenceId    *uint64  `protobuf:"varint,6,opt,name=source_reference_id,json=sourceReferenceId" json:"source_reference_id,omitempty"`
	ParentStackIndex     *int32   `protobuf:"varint,7,opt,name=parent_stack_index,json=parentStackIndex" json:"parent_stack_index,omitempty"`
	DefaultPrice         *bool    `protobuf:"varint,8,opt,name=default_price,json=defaultPrice" json:"default_price,omitempty"`
	IsUserFacing         *bool    `protobuf:"varint,9,opt,name=is_user_facing,json=isUserFacing" json:"is_user_facing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgProcessTransactionOrder_Item) Descriptor

func (*CMsgProcessTransactionOrder_Item) Descriptor() ([]byte, []int)

func (*CMsgProcessTransactionOrder_Item) GetCategoryDesc

func (m *CMsgProcessTransactionOrder_Item) GetCategoryDesc() string

func (*CMsgProcessTransactionOrder_Item) GetDefaultPrice

func (m *CMsgProcessTransactionOrder_Item) GetDefaultPrice() bool

func (*CMsgProcessTransactionOrder_Item) GetIsUserFacing

func (m *CMsgProcessTransactionOrder_Item) GetIsUserFacing() bool

func (*CMsgProcessTransactionOrder_Item) GetItemDefIndex

func (m *CMsgProcessTransactionOrder_Item) GetItemDefIndex() uint32

func (*CMsgProcessTransactionOrder_Item) GetItemPrice

func (m *CMsgProcessTransactionOrder_Item) GetItemPrice() uint32

func (*CMsgProcessTransactionOrder_Item) GetParentStackIndex

func (m *CMsgProcessTransactionOrder_Item) GetParentStackIndex() int32

func (*CMsgProcessTransactionOrder_Item) GetQuantity

func (m *CMsgProcessTransactionOrder_Item) GetQuantity() uint32

func (*CMsgProcessTransactionOrder_Item) GetSourceReferenceId

func (m *CMsgProcessTransactionOrder_Item) GetSourceReferenceId() uint64

func (*CMsgProcessTransactionOrder_Item) GetStorePurchaseType

func (m *CMsgProcessTransactionOrder_Item) GetStorePurchaseType() uint32

func (*CMsgProcessTransactionOrder_Item) ProtoMessage

func (*CMsgProcessTransactionOrder_Item) ProtoMessage()

func (*CMsgProcessTransactionOrder_Item) Reset

func (*CMsgProcessTransactionOrder_Item) String

func (*CMsgProcessTransactionOrder_Item) XXX_DiscardUnknown

func (m *CMsgProcessTransactionOrder_Item) XXX_DiscardUnknown()

func (*CMsgProcessTransactionOrder_Item) XXX_Marshal

func (m *CMsgProcessTransactionOrder_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgProcessTransactionOrder_Item) XXX_Merge

func (*CMsgProcessTransactionOrder_Item) XXX_Size

func (m *CMsgProcessTransactionOrder_Item) XXX_Size() int

func (*CMsgProcessTransactionOrder_Item) XXX_Unmarshal

func (m *CMsgProcessTransactionOrder_Item) XXX_Unmarshal(b []byte) error

type CMsgRecipeComponent

type CMsgRecipeComponent struct {
	SubjectItemId        *uint64  `protobuf:"varint,1,opt,name=subject_item_id,json=subjectItemId" json:"subject_item_id,omitempty"`
	AttributeIndex       *uint64  `protobuf:"varint,2,opt,name=attribute_index,json=attributeIndex" json:"attribute_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRecipeComponent) Descriptor

func (*CMsgRecipeComponent) Descriptor() ([]byte, []int)

func (*CMsgRecipeComponent) GetAttributeIndex

func (m *CMsgRecipeComponent) GetAttributeIndex() uint64

func (*CMsgRecipeComponent) GetSubjectItemId

func (m *CMsgRecipeComponent) GetSubjectItemId() uint64

func (*CMsgRecipeComponent) ProtoMessage

func (*CMsgRecipeComponent) ProtoMessage()

func (*CMsgRecipeComponent) Reset

func (m *CMsgRecipeComponent) Reset()

func (*CMsgRecipeComponent) String

func (m *CMsgRecipeComponent) String() string

func (*CMsgRecipeComponent) XXX_DiscardUnknown

func (m *CMsgRecipeComponent) XXX_DiscardUnknown()

func (*CMsgRecipeComponent) XXX_Marshal

func (m *CMsgRecipeComponent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRecipeComponent) XXX_Merge

func (m *CMsgRecipeComponent) XXX_Merge(src proto.Message)

func (*CMsgRecipeComponent) XXX_Size

func (m *CMsgRecipeComponent) XXX_Size() int

func (*CMsgRecipeComponent) XXX_Unmarshal

func (m *CMsgRecipeComponent) XXX_Unmarshal(b []byte) error

type CMsgRedeemCode

type CMsgRedeemCode struct {
	Code                 *string  `protobuf:"bytes,1,opt,name=code" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRedeemCode) Descriptor

func (*CMsgRedeemCode) Descriptor() ([]byte, []int)

func (*CMsgRedeemCode) GetCode

func (m *CMsgRedeemCode) GetCode() string

func (*CMsgRedeemCode) ProtoMessage

func (*CMsgRedeemCode) ProtoMessage()

func (*CMsgRedeemCode) Reset

func (m *CMsgRedeemCode) Reset()

func (*CMsgRedeemCode) String

func (m *CMsgRedeemCode) String() string

func (*CMsgRedeemCode) XXX_DiscardUnknown

func (m *CMsgRedeemCode) XXX_DiscardUnknown()

func (*CMsgRedeemCode) XXX_Marshal

func (m *CMsgRedeemCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRedeemCode) XXX_Merge

func (m *CMsgRedeemCode) XXX_Merge(src proto.Message)

func (*CMsgRedeemCode) XXX_Size

func (m *CMsgRedeemCode) XXX_Size() int

func (*CMsgRedeemCode) XXX_Unmarshal

func (m *CMsgRedeemCode) XXX_Unmarshal(b []byte) error

type CMsgRedeemCodeResponse

type CMsgRedeemCodeResponse struct {
	Response             *uint32  `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
	ItemId               *uint64  `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRedeemCodeResponse) Descriptor

func (*CMsgRedeemCodeResponse) Descriptor() ([]byte, []int)

func (*CMsgRedeemCodeResponse) GetItemId

func (m *CMsgRedeemCodeResponse) GetItemId() uint64

func (*CMsgRedeemCodeResponse) GetResponse

func (m *CMsgRedeemCodeResponse) GetResponse() uint32

func (*CMsgRedeemCodeResponse) ProtoMessage

func (*CMsgRedeemCodeResponse) ProtoMessage()

func (*CMsgRedeemCodeResponse) Reset

func (m *CMsgRedeemCodeResponse) Reset()

func (*CMsgRedeemCodeResponse) String

func (m *CMsgRedeemCodeResponse) String() string

func (*CMsgRedeemCodeResponse) XXX_DiscardUnknown

func (m *CMsgRedeemCodeResponse) XXX_DiscardUnknown()

func (*CMsgRedeemCodeResponse) XXX_Marshal

func (m *CMsgRedeemCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRedeemCodeResponse) XXX_Merge

func (m *CMsgRedeemCodeResponse) XXX_Merge(src proto.Message)

func (*CMsgRedeemCodeResponse) XXX_Size

func (m *CMsgRedeemCodeResponse) XXX_Size() int

func (*CMsgRedeemCodeResponse) XXX_Unmarshal

func (m *CMsgRedeemCodeResponse) XXX_Unmarshal(b []byte) error

type CMsgRedeemCodeResponse_EResultCode

type CMsgRedeemCodeResponse_EResultCode int32
const (
	CMsgRedeemCodeResponse_k_Succeeded              CMsgRedeemCodeResponse_EResultCode = 0
	CMsgRedeemCodeResponse_k_Failed_CodeNotFound    CMsgRedeemCodeResponse_EResultCode = 1
	CMsgRedeemCodeResponse_k_Failed_CodeAlreadyUsed CMsgRedeemCodeResponse_EResultCode = 2
	CMsgRedeemCodeResponse_k_Failed_OtherError      CMsgRedeemCodeResponse_EResultCode = 3
)

func (CMsgRedeemCodeResponse_EResultCode) Enum

func (CMsgRedeemCodeResponse_EResultCode) EnumDescriptor

func (CMsgRedeemCodeResponse_EResultCode) EnumDescriptor() ([]byte, []int)

func (CMsgRedeemCodeResponse_EResultCode) String

func (*CMsgRedeemCodeResponse_EResultCode) UnmarshalJSON

func (x *CMsgRedeemCodeResponse_EResultCode) UnmarshalJSON(data []byte) error

type CMsgReplicateConVars

type CMsgReplicateConVars struct {
	Convars              []*CMsgConVarValue `protobuf:"bytes,1,rep,name=convars" json:"convars,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgReplicateConVars) Descriptor

func (*CMsgReplicateConVars) Descriptor() ([]byte, []int)

func (*CMsgReplicateConVars) GetConvars

func (m *CMsgReplicateConVars) GetConvars() []*CMsgConVarValue

func (*CMsgReplicateConVars) ProtoMessage

func (*CMsgReplicateConVars) ProtoMessage()

func (*CMsgReplicateConVars) Reset

func (m *CMsgReplicateConVars) Reset()

func (*CMsgReplicateConVars) String

func (m *CMsgReplicateConVars) String() string

func (*CMsgReplicateConVars) XXX_DiscardUnknown

func (m *CMsgReplicateConVars) XXX_DiscardUnknown()

func (*CMsgReplicateConVars) XXX_Marshal

func (m *CMsgReplicateConVars) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgReplicateConVars) XXX_Merge

func (m *CMsgReplicateConVars) XXX_Merge(src proto.Message)

func (*CMsgReplicateConVars) XXX_Size

func (m *CMsgReplicateConVars) XXX_Size() int

func (*CMsgReplicateConVars) XXX_Unmarshal

func (m *CMsgReplicateConVars) XXX_Unmarshal(b []byte) error

type CMsgRequestCrateEscalationLevel

type CMsgRequestCrateEscalationLevel struct {
	CrateItemDef         *uint32  `protobuf:"varint,1,opt,name=crate_item_def,json=crateItemDef" json:"crate_item_def,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestCrateEscalationLevel) Descriptor

func (*CMsgRequestCrateEscalationLevel) Descriptor() ([]byte, []int)

func (*CMsgRequestCrateEscalationLevel) GetCrateItemDef

func (m *CMsgRequestCrateEscalationLevel) GetCrateItemDef() uint32

func (*CMsgRequestCrateEscalationLevel) ProtoMessage

func (*CMsgRequestCrateEscalationLevel) ProtoMessage()

func (*CMsgRequestCrateEscalationLevel) Reset

func (*CMsgRequestCrateEscalationLevel) String

func (*CMsgRequestCrateEscalationLevel) XXX_DiscardUnknown

func (m *CMsgRequestCrateEscalationLevel) XXX_DiscardUnknown()

func (*CMsgRequestCrateEscalationLevel) XXX_Marshal

func (m *CMsgRequestCrateEscalationLevel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestCrateEscalationLevel) XXX_Merge

func (m *CMsgRequestCrateEscalationLevel) XXX_Merge(src proto.Message)

func (*CMsgRequestCrateEscalationLevel) XXX_Size

func (m *CMsgRequestCrateEscalationLevel) XXX_Size() int

func (*CMsgRequestCrateEscalationLevel) XXX_Unmarshal

func (m *CMsgRequestCrateEscalationLevel) XXX_Unmarshal(b []byte) error

type CMsgRequestCrateEscalationLevelResponse

type CMsgRequestCrateEscalationLevelResponse struct {
	Response             *uint32  `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
	EscalationLevel0     *uint32  `protobuf:"varint,2,opt,name=escalation_level0,json=escalationLevel0" json:"escalation_level0,omitempty"`
	EscalationLevel1     *uint32  `protobuf:"varint,3,opt,name=escalation_level1,json=escalationLevel1" json:"escalation_level1,omitempty"`
	EscalationLevel2     *uint32  `protobuf:"varint,4,opt,name=escalation_level2,json=escalationLevel2" json:"escalation_level2,omitempty"`
	EscalationLevel3     *uint32  `protobuf:"varint,5,opt,name=escalation_level3,json=escalationLevel3" json:"escalation_level3,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestCrateEscalationLevelResponse) Descriptor

func (*CMsgRequestCrateEscalationLevelResponse) Descriptor() ([]byte, []int)

func (*CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel0

func (m *CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel0() uint32

func (*CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel1

func (m *CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel1() uint32

func (*CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel2

func (m *CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel2() uint32

func (*CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel3

func (m *CMsgRequestCrateEscalationLevelResponse) GetEscalationLevel3() uint32

func (*CMsgRequestCrateEscalationLevelResponse) GetResponse

func (*CMsgRequestCrateEscalationLevelResponse) ProtoMessage

func (*CMsgRequestCrateEscalationLevelResponse) Reset

func (*CMsgRequestCrateEscalationLevelResponse) String

func (*CMsgRequestCrateEscalationLevelResponse) XXX_DiscardUnknown

func (m *CMsgRequestCrateEscalationLevelResponse) XXX_DiscardUnknown()

func (*CMsgRequestCrateEscalationLevelResponse) XXX_Marshal

func (m *CMsgRequestCrateEscalationLevelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestCrateEscalationLevelResponse) XXX_Merge

func (*CMsgRequestCrateEscalationLevelResponse) XXX_Size

func (*CMsgRequestCrateEscalationLevelResponse) XXX_Unmarshal

func (m *CMsgRequestCrateEscalationLevelResponse) XXX_Unmarshal(b []byte) error

type CMsgRequestCrateEscalationLevelResponse_EResult

type CMsgRequestCrateEscalationLevelResponse_EResult int32
const (
	CMsgRequestCrateEscalationLevelResponse_k_Succeeded CMsgRequestCrateEscalationLevelResponse_EResult = 0
	CMsgRequestCrateEscalationLevelResponse_k_Failed    CMsgRequestCrateEscalationLevelResponse_EResult = 1
)

func (CMsgRequestCrateEscalationLevelResponse_EResult) Enum

func (CMsgRequestCrateEscalationLevelResponse_EResult) EnumDescriptor

func (CMsgRequestCrateEscalationLevelResponse_EResult) String

func (*CMsgRequestCrateEscalationLevelResponse_EResult) UnmarshalJSON

type CMsgRequestCrateItems

type CMsgRequestCrateItems struct {
	CrateItemDef         *uint32  `protobuf:"varint,1,opt,name=crate_item_def,json=crateItemDef" json:"crate_item_def,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestCrateItems) Descriptor

func (*CMsgRequestCrateItems) Descriptor() ([]byte, []int)

func (*CMsgRequestCrateItems) GetCrateItemDef

func (m *CMsgRequestCrateItems) GetCrateItemDef() uint32

func (*CMsgRequestCrateItems) ProtoMessage

func (*CMsgRequestCrateItems) ProtoMessage()

func (*CMsgRequestCrateItems) Reset

func (m *CMsgRequestCrateItems) Reset()

func (*CMsgRequestCrateItems) String

func (m *CMsgRequestCrateItems) String() string

func (*CMsgRequestCrateItems) XXX_DiscardUnknown

func (m *CMsgRequestCrateItems) XXX_DiscardUnknown()

func (*CMsgRequestCrateItems) XXX_Marshal

func (m *CMsgRequestCrateItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestCrateItems) XXX_Merge

func (m *CMsgRequestCrateItems) XXX_Merge(src proto.Message)

func (*CMsgRequestCrateItems) XXX_Size

func (m *CMsgRequestCrateItems) XXX_Size() int

func (*CMsgRequestCrateItems) XXX_Unmarshal

func (m *CMsgRequestCrateItems) XXX_Unmarshal(b []byte) error

type CMsgRequestCrateItemsResponse

type CMsgRequestCrateItemsResponse struct {
	Response             *uint32  `protobuf:"varint,1,opt,name=response" json:"response,omitempty"`
	ItemDefs             []uint32 `protobuf:"varint,2,rep,name=item_defs,json=itemDefs" json:"item_defs,omitempty"`
	PeekItemDefs         []uint32 `protobuf:"varint,3,rep,name=peek_item_defs,json=peekItemDefs" json:"peek_item_defs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestCrateItemsResponse) Descriptor

func (*CMsgRequestCrateItemsResponse) Descriptor() ([]byte, []int)

func (*CMsgRequestCrateItemsResponse) GetItemDefs

func (m *CMsgRequestCrateItemsResponse) GetItemDefs() []uint32

func (*CMsgRequestCrateItemsResponse) GetPeekItemDefs

func (m *CMsgRequestCrateItemsResponse) GetPeekItemDefs() []uint32

func (*CMsgRequestCrateItemsResponse) GetResponse

func (m *CMsgRequestCrateItemsResponse) GetResponse() uint32

func (*CMsgRequestCrateItemsResponse) ProtoMessage

func (*CMsgRequestCrateItemsResponse) ProtoMessage()

func (*CMsgRequestCrateItemsResponse) Reset

func (m *CMsgRequestCrateItemsResponse) Reset()

func (*CMsgRequestCrateItemsResponse) String

func (*CMsgRequestCrateItemsResponse) XXX_DiscardUnknown

func (m *CMsgRequestCrateItemsResponse) XXX_DiscardUnknown()

func (*CMsgRequestCrateItemsResponse) XXX_Marshal

func (m *CMsgRequestCrateItemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestCrateItemsResponse) XXX_Merge

func (m *CMsgRequestCrateItemsResponse) XXX_Merge(src proto.Message)

func (*CMsgRequestCrateItemsResponse) XXX_Size

func (m *CMsgRequestCrateItemsResponse) XXX_Size() int

func (*CMsgRequestCrateItemsResponse) XXX_Unmarshal

func (m *CMsgRequestCrateItemsResponse) XXX_Unmarshal(b []byte) error

type CMsgRequestCrateItemsResponse_EResult

type CMsgRequestCrateItemsResponse_EResult int32
const (
	CMsgRequestCrateItemsResponse_k_Succeeded CMsgRequestCrateItemsResponse_EResult = 0
	CMsgRequestCrateItemsResponse_k_Failed    CMsgRequestCrateItemsResponse_EResult = 1
)

func (CMsgRequestCrateItemsResponse_EResult) Enum

func (CMsgRequestCrateItemsResponse_EResult) EnumDescriptor

func (CMsgRequestCrateItemsResponse_EResult) EnumDescriptor() ([]byte, []int)

func (CMsgRequestCrateItemsResponse_EResult) String

func (*CMsgRequestCrateItemsResponse_EResult) UnmarshalJSON

func (x *CMsgRequestCrateItemsResponse_EResult) UnmarshalJSON(data []byte) error

type CMsgRequestInventoryRefresh

type CMsgRequestInventoryRefresh struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestInventoryRefresh) Descriptor

func (*CMsgRequestInventoryRefresh) Descriptor() ([]byte, []int)

func (*CMsgRequestInventoryRefresh) ProtoMessage

func (*CMsgRequestInventoryRefresh) ProtoMessage()

func (*CMsgRequestInventoryRefresh) Reset

func (m *CMsgRequestInventoryRefresh) Reset()

func (*CMsgRequestInventoryRefresh) String

func (m *CMsgRequestInventoryRefresh) String() string

func (*CMsgRequestInventoryRefresh) XXX_DiscardUnknown

func (m *CMsgRequestInventoryRefresh) XXX_DiscardUnknown()

func (*CMsgRequestInventoryRefresh) XXX_Marshal

func (m *CMsgRequestInventoryRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestInventoryRefresh) XXX_Merge

func (m *CMsgRequestInventoryRefresh) XXX_Merge(src proto.Message)

func (*CMsgRequestInventoryRefresh) XXX_Size

func (m *CMsgRequestInventoryRefresh) XXX_Size() int

func (*CMsgRequestInventoryRefresh) XXX_Unmarshal

func (m *CMsgRequestInventoryRefresh) XXX_Unmarshal(b []byte) error

type CMsgRequestItemPurgatory_FinalizePurchase

type CMsgRequestItemPurgatory_FinalizePurchase struct {
	ItemIds              []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestItemPurgatory_FinalizePurchase) Descriptor

func (*CMsgRequestItemPurgatory_FinalizePurchase) Descriptor() ([]byte, []int)

func (*CMsgRequestItemPurgatory_FinalizePurchase) GetItemIds

func (*CMsgRequestItemPurgatory_FinalizePurchase) ProtoMessage

func (*CMsgRequestItemPurgatory_FinalizePurchase) Reset

func (*CMsgRequestItemPurgatory_FinalizePurchase) String

func (*CMsgRequestItemPurgatory_FinalizePurchase) XXX_DiscardUnknown

func (m *CMsgRequestItemPurgatory_FinalizePurchase) XXX_DiscardUnknown()

func (*CMsgRequestItemPurgatory_FinalizePurchase) XXX_Marshal

func (m *CMsgRequestItemPurgatory_FinalizePurchase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestItemPurgatory_FinalizePurchase) XXX_Merge

func (*CMsgRequestItemPurgatory_FinalizePurchase) XXX_Size

func (*CMsgRequestItemPurgatory_FinalizePurchase) XXX_Unmarshal

type CMsgRequestItemPurgatory_FinalizePurchaseResponse

type CMsgRequestItemPurgatory_FinalizePurchaseResponse struct {
	Result               *uint32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ItemIds              []uint64 `protobuf:"varint,2,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) Descriptor

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) GetItemIds

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) GetResult

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) ProtoMessage

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) Reset

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) String

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_DiscardUnknown

func (m *CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_DiscardUnknown()

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_Marshal

func (m *CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_Merge

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_Size

func (*CMsgRequestItemPurgatory_FinalizePurchaseResponse) XXX_Unmarshal

type CMsgRequestItemPurgatory_RefundPurchase

type CMsgRequestItemPurgatory_RefundPurchase struct {
	ItemIds              []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestItemPurgatory_RefundPurchase) Descriptor

func (*CMsgRequestItemPurgatory_RefundPurchase) Descriptor() ([]byte, []int)

func (*CMsgRequestItemPurgatory_RefundPurchase) GetItemIds

func (*CMsgRequestItemPurgatory_RefundPurchase) ProtoMessage

func (*CMsgRequestItemPurgatory_RefundPurchase) Reset

func (*CMsgRequestItemPurgatory_RefundPurchase) String

func (*CMsgRequestItemPurgatory_RefundPurchase) XXX_DiscardUnknown

func (m *CMsgRequestItemPurgatory_RefundPurchase) XXX_DiscardUnknown()

func (*CMsgRequestItemPurgatory_RefundPurchase) XXX_Marshal

func (m *CMsgRequestItemPurgatory_RefundPurchase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestItemPurgatory_RefundPurchase) XXX_Merge

func (*CMsgRequestItemPurgatory_RefundPurchase) XXX_Size

func (*CMsgRequestItemPurgatory_RefundPurchase) XXX_Unmarshal

func (m *CMsgRequestItemPurgatory_RefundPurchase) XXX_Unmarshal(b []byte) error

type CMsgRequestItemPurgatory_RefundPurchaseResponse

type CMsgRequestItemPurgatory_RefundPurchaseResponse struct {
	Result               *uint32  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) Descriptor

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) GetResult

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) ProtoMessage

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) Reset

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) String

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_DiscardUnknown

func (m *CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_DiscardUnknown()

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_Marshal

func (m *CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_Merge

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_Size

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) XXX_Unmarshal

type CMsgResetStrangeGemCount

type CMsgResetStrangeGemCount struct {
	ItemItemId           *uint64  `protobuf:"varint,1,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	SocketIndex          *uint32  `protobuf:"varint,2,opt,name=socket_index,json=socketIndex" json:"socket_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgResetStrangeGemCount) Descriptor

func (*CMsgResetStrangeGemCount) Descriptor() ([]byte, []int)

func (*CMsgResetStrangeGemCount) GetItemItemId

func (m *CMsgResetStrangeGemCount) GetItemItemId() uint64

func (*CMsgResetStrangeGemCount) GetSocketIndex

func (m *CMsgResetStrangeGemCount) GetSocketIndex() uint32

func (*CMsgResetStrangeGemCount) ProtoMessage

func (*CMsgResetStrangeGemCount) ProtoMessage()

func (*CMsgResetStrangeGemCount) Reset

func (m *CMsgResetStrangeGemCount) Reset()

func (*CMsgResetStrangeGemCount) String

func (m *CMsgResetStrangeGemCount) String() string

func (*CMsgResetStrangeGemCount) XXX_DiscardUnknown

func (m *CMsgResetStrangeGemCount) XXX_DiscardUnknown()

func (*CMsgResetStrangeGemCount) XXX_Marshal

func (m *CMsgResetStrangeGemCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgResetStrangeGemCount) XXX_Merge

func (m *CMsgResetStrangeGemCount) XXX_Merge(src proto.Message)

func (*CMsgResetStrangeGemCount) XXX_Size

func (m *CMsgResetStrangeGemCount) XXX_Size() int

func (*CMsgResetStrangeGemCount) XXX_Unmarshal

func (m *CMsgResetStrangeGemCount) XXX_Unmarshal(b []byte) error

type CMsgResetStrangeGemCountResponse

type CMsgResetStrangeGemCountResponse struct {
	Response             *CMsgResetStrangeGemCountResponse_EResetGem `protobuf:"varint,1,opt,name=response,enum=CMsgResetStrangeGemCountResponse_EResetGem,def=0" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgResetStrangeGemCountResponse) Descriptor

func (*CMsgResetStrangeGemCountResponse) Descriptor() ([]byte, []int)

func (*CMsgResetStrangeGemCountResponse) GetResponse

func (*CMsgResetStrangeGemCountResponse) ProtoMessage

func (*CMsgResetStrangeGemCountResponse) ProtoMessage()

func (*CMsgResetStrangeGemCountResponse) Reset

func (*CMsgResetStrangeGemCountResponse) String

func (*CMsgResetStrangeGemCountResponse) XXX_DiscardUnknown

func (m *CMsgResetStrangeGemCountResponse) XXX_DiscardUnknown()

func (*CMsgResetStrangeGemCountResponse) XXX_Marshal

func (m *CMsgResetStrangeGemCountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgResetStrangeGemCountResponse) XXX_Merge

func (*CMsgResetStrangeGemCountResponse) XXX_Size

func (m *CMsgResetStrangeGemCountResponse) XXX_Size() int

func (*CMsgResetStrangeGemCountResponse) XXX_Unmarshal

func (m *CMsgResetStrangeGemCountResponse) XXX_Unmarshal(b []byte) error

type CMsgResetStrangeGemCountResponse_EResetGem

type CMsgResetStrangeGemCountResponse_EResetGem int32
const (
	CMsgResetStrangeGemCountResponse_k_ResetGem_Succeeded                  CMsgResetStrangeGemCountResponse_EResetGem = 0
	CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_FailedToResetGem    CMsgResetStrangeGemCountResponse_EResetGem = 1
	CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_ItemIsInvalid       CMsgResetStrangeGemCountResponse_EResetGem = 2
	CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_InvalidSocketId     CMsgResetStrangeGemCountResponse_EResetGem = 3
	CMsgResetStrangeGemCountResponse_k_ResetGem_Failed_SocketCannotBeReset CMsgResetStrangeGemCountResponse_EResetGem = 4
)

func (CMsgResetStrangeGemCountResponse_EResetGem) Enum

func (CMsgResetStrangeGemCountResponse_EResetGem) EnumDescriptor

func (CMsgResetStrangeGemCountResponse_EResetGem) EnumDescriptor() ([]byte, []int)

func (CMsgResetStrangeGemCountResponse_EResetGem) String

func (*CMsgResetStrangeGemCountResponse_EResetGem) UnmarshalJSON

func (x *CMsgResetStrangeGemCountResponse_EResetGem) UnmarshalJSON(data []byte) error

type CMsgSDONoMemcached

type CMsgSDONoMemcached struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSDONoMemcached) Descriptor

func (*CMsgSDONoMemcached) Descriptor() ([]byte, []int)

func (*CMsgSDONoMemcached) ProtoMessage

func (*CMsgSDONoMemcached) ProtoMessage()

func (*CMsgSDONoMemcached) Reset

func (m *CMsgSDONoMemcached) Reset()

func (*CMsgSDONoMemcached) String

func (m *CMsgSDONoMemcached) String() string

func (*CMsgSDONoMemcached) XXX_DiscardUnknown

func (m *CMsgSDONoMemcached) XXX_DiscardUnknown()

func (*CMsgSDONoMemcached) XXX_Marshal

func (m *CMsgSDONoMemcached) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSDONoMemcached) XXX_Merge

func (m *CMsgSDONoMemcached) XXX_Merge(src proto.Message)

func (*CMsgSDONoMemcached) XXX_Size

func (m *CMsgSDONoMemcached) XXX_Size() int

func (*CMsgSDONoMemcached) XXX_Unmarshal

func (m *CMsgSDONoMemcached) XXX_Unmarshal(b []byte) error

type CMsgSHA1Digest

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSHA1Digest) Descriptor

func (*CMsgSHA1Digest) Descriptor() ([]byte, []int)

func (*CMsgSHA1Digest) GetBlock1

func (m *CMsgSHA1Digest) GetBlock1() uint64

func (*CMsgSHA1Digest) GetBlock2

func (m *CMsgSHA1Digest) GetBlock2() uint64

func (*CMsgSHA1Digest) GetBlock3

func (m *CMsgSHA1Digest) GetBlock3() uint32

func (*CMsgSHA1Digest) ProtoMessage

func (*CMsgSHA1Digest) ProtoMessage()

func (*CMsgSHA1Digest) Reset

func (m *CMsgSHA1Digest) Reset()

func (*CMsgSHA1Digest) String

func (m *CMsgSHA1Digest) String() string

func (*CMsgSHA1Digest) XXX_DiscardUnknown

func (m *CMsgSHA1Digest) XXX_DiscardUnknown()

func (*CMsgSHA1Digest) XXX_Marshal

func (m *CMsgSHA1Digest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSHA1Digest) XXX_Merge

func (m *CMsgSHA1Digest) XXX_Merge(src proto.Message)

func (*CMsgSHA1Digest) XXX_Size

func (m *CMsgSHA1Digest) XXX_Size() int

func (*CMsgSHA1Digest) XXX_Unmarshal

func (m *CMsgSHA1Digest) XXX_Unmarshal(b []byte) error

type CMsgSOCacheHaveVersion

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=serviceId" json:"service_id,omitempty"`
	CachedFileVersion    *uint32        `protobuf:"varint,4,opt,name=cached_file_version,json=cachedFileVersion" json:"cached_file_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheHaveVersion) Descriptor

func (*CMsgSOCacheHaveVersion) Descriptor() ([]byte, []int)

func (*CMsgSOCacheHaveVersion) GetCachedFileVersion

func (m *CMsgSOCacheHaveVersion) GetCachedFileVersion() uint32

func (*CMsgSOCacheHaveVersion) GetServiceId

func (m *CMsgSOCacheHaveVersion) GetServiceId() uint32

func (*CMsgSOCacheHaveVersion) GetSoid

func (m *CMsgSOCacheHaveVersion) GetSoid() *CMsgSOIDOwner

func (*CMsgSOCacheHaveVersion) GetVersion

func (m *CMsgSOCacheHaveVersion) GetVersion() uint64

func (*CMsgSOCacheHaveVersion) ProtoMessage

func (*CMsgSOCacheHaveVersion) ProtoMessage()

func (*CMsgSOCacheHaveVersion) Reset

func (m *CMsgSOCacheHaveVersion) Reset()

func (*CMsgSOCacheHaveVersion) String

func (m *CMsgSOCacheHaveVersion) String() string

func (*CMsgSOCacheHaveVersion) XXX_DiscardUnknown

func (m *CMsgSOCacheHaveVersion) XXX_DiscardUnknown()

func (*CMsgSOCacheHaveVersion) XXX_Marshal

func (m *CMsgSOCacheHaveVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheHaveVersion) XXX_Merge

func (m *CMsgSOCacheHaveVersion) XXX_Merge(src proto.Message)

func (*CMsgSOCacheHaveVersion) XXX_Size

func (m *CMsgSOCacheHaveVersion) XXX_Size() int

func (*CMsgSOCacheHaveVersion) XXX_Unmarshal

func (m *CMsgSOCacheHaveVersion) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscribed

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=ownerSoid" json:"owner_soid,omitempty"`
	ServiceId            *uint32                                 `protobuf:"varint,5,opt,name=service_id,json=serviceId" json:"service_id,omitempty"`
	ServiceList          []uint32                                `protobuf:"varint,6,rep,name=service_list,json=serviceList" json:"service_list,omitempty"`
	SyncVersion          *uint64                                 `protobuf:"fixed64,7,opt,name=sync_version,json=syncVersion" json:"sync_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*CMsgSOCacheSubscribed) Descriptor

func (*CMsgSOCacheSubscribed) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscribed) GetObjects

func (*CMsgSOCacheSubscribed) GetOwnerSoid

func (m *CMsgSOCacheSubscribed) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscribed) GetServiceId

func (m *CMsgSOCacheSubscribed) GetServiceId() uint32

func (*CMsgSOCacheSubscribed) GetServiceList

func (m *CMsgSOCacheSubscribed) GetServiceList() []uint32

func (*CMsgSOCacheSubscribed) GetSyncVersion

func (m *CMsgSOCacheSubscribed) GetSyncVersion() uint64

func (*CMsgSOCacheSubscribed) GetVersion

func (m *CMsgSOCacheSubscribed) GetVersion() uint64

func (*CMsgSOCacheSubscribed) ProtoMessage

func (*CMsgSOCacheSubscribed) ProtoMessage()

func (*CMsgSOCacheSubscribed) Reset

func (m *CMsgSOCacheSubscribed) Reset()

func (*CMsgSOCacheSubscribed) String

func (m *CMsgSOCacheSubscribed) String() string

func (*CMsgSOCacheSubscribed) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscribed) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscribed) XXX_Marshal

func (m *CMsgSOCacheSubscribed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscribed) XXX_Merge

func (m *CMsgSOCacheSubscribed) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscribed) XXX_Size

func (m *CMsgSOCacheSubscribed) XXX_Size() int

func (*CMsgSOCacheSubscribed) XXX_Unmarshal

func (m *CMsgSOCacheSubscribed) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscribedUpToDate

type CMsgSOCacheSubscribedUpToDate struct {
	Version              *uint64        `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	ServiceId            *uint32        `protobuf:"varint,3,opt,name=service_id,json=serviceId" json:"service_id,omitempty"`
	ServiceList          []uint32       `protobuf:"varint,4,rep,name=service_list,json=serviceList" json:"service_list,omitempty"`
	SyncVersion          *uint64        `protobuf:"fixed64,5,opt,name=sync_version,json=syncVersion" json:"sync_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheSubscribedUpToDate) Descriptor

func (*CMsgSOCacheSubscribedUpToDate) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscribedUpToDate) GetOwnerSoid

func (m *CMsgSOCacheSubscribedUpToDate) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscribedUpToDate) GetServiceId

func (m *CMsgSOCacheSubscribedUpToDate) GetServiceId() uint32

func (*CMsgSOCacheSubscribedUpToDate) GetServiceList

func (m *CMsgSOCacheSubscribedUpToDate) GetServiceList() []uint32

func (*CMsgSOCacheSubscribedUpToDate) GetSyncVersion

func (m *CMsgSOCacheSubscribedUpToDate) GetSyncVersion() uint64

func (*CMsgSOCacheSubscribedUpToDate) GetVersion

func (m *CMsgSOCacheSubscribedUpToDate) GetVersion() uint64

func (*CMsgSOCacheSubscribedUpToDate) ProtoMessage

func (*CMsgSOCacheSubscribedUpToDate) ProtoMessage()

func (*CMsgSOCacheSubscribedUpToDate) Reset

func (m *CMsgSOCacheSubscribedUpToDate) Reset()

func (*CMsgSOCacheSubscribedUpToDate) String

func (*CMsgSOCacheSubscribedUpToDate) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscribedUpToDate) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscribedUpToDate) XXX_Marshal

func (m *CMsgSOCacheSubscribedUpToDate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscribedUpToDate) XXX_Merge

func (m *CMsgSOCacheSubscribedUpToDate) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscribedUpToDate) XXX_Size

func (m *CMsgSOCacheSubscribedUpToDate) XXX_Size() int

func (*CMsgSOCacheSubscribedUpToDate) XXX_Unmarshal

func (m *CMsgSOCacheSubscribedUpToDate) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscribed_SubscribedType

type CMsgSOCacheSubscribed_SubscribedType struct {
	TypeId               *int32   `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ObjectData           [][]byte `protobuf:"bytes,2,rep,name=object_data,json=objectData" json:"object_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOCacheSubscribed_SubscribedType) Descriptor

func (*CMsgSOCacheSubscribed_SubscribedType) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscribed_SubscribedType) GetObjectData

func (m *CMsgSOCacheSubscribed_SubscribedType) GetObjectData() [][]byte

func (*CMsgSOCacheSubscribed_SubscribedType) GetTypeId

func (*CMsgSOCacheSubscribed_SubscribedType) ProtoMessage

func (*CMsgSOCacheSubscribed_SubscribedType) ProtoMessage()

func (*CMsgSOCacheSubscribed_SubscribedType) Reset

func (*CMsgSOCacheSubscribed_SubscribedType) String

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscribed_SubscribedType) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Marshal

func (m *CMsgSOCacheSubscribed_SubscribedType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Merge

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Size

func (*CMsgSOCacheSubscribed_SubscribedType) XXX_Unmarshal

func (m *CMsgSOCacheSubscribed_SubscribedType) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscriptionCheck

type CMsgSOCacheSubscriptionCheck struct {
	Version              *uint64        `protobuf:"fixed64,2,opt,name=version" json:"version,omitempty"`
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,3,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	ServiceId            *uint32        `protobuf:"varint,4,opt,name=service_id,json=serviceId" json:"service_id,omitempty"`
	ServiceList          []uint32       `protobuf:"varint,5,rep,name=service_list,json=serviceList" json:"service_list,omitempty"`
	SyncVersion          *uint64        `protobuf:"fixed64,6,opt,name=sync_version,json=syncVersion" json:"sync_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheSubscriptionCheck) Descriptor

func (*CMsgSOCacheSubscriptionCheck) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscriptionCheck) GetOwnerSoid

func (m *CMsgSOCacheSubscriptionCheck) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscriptionCheck) GetServiceId

func (m *CMsgSOCacheSubscriptionCheck) GetServiceId() uint32

func (*CMsgSOCacheSubscriptionCheck) GetServiceList

func (m *CMsgSOCacheSubscriptionCheck) GetServiceList() []uint32

func (*CMsgSOCacheSubscriptionCheck) GetSyncVersion

func (m *CMsgSOCacheSubscriptionCheck) GetSyncVersion() uint64

func (*CMsgSOCacheSubscriptionCheck) GetVersion

func (m *CMsgSOCacheSubscriptionCheck) GetVersion() uint64

func (*CMsgSOCacheSubscriptionCheck) ProtoMessage

func (*CMsgSOCacheSubscriptionCheck) ProtoMessage()

func (*CMsgSOCacheSubscriptionCheck) Reset

func (m *CMsgSOCacheSubscriptionCheck) Reset()

func (*CMsgSOCacheSubscriptionCheck) String

func (*CMsgSOCacheSubscriptionCheck) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscriptionCheck) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscriptionCheck) XXX_Marshal

func (m *CMsgSOCacheSubscriptionCheck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscriptionCheck) XXX_Merge

func (m *CMsgSOCacheSubscriptionCheck) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscriptionCheck) XXX_Size

func (m *CMsgSOCacheSubscriptionCheck) XXX_Size() int

func (*CMsgSOCacheSubscriptionCheck) XXX_Unmarshal

func (m *CMsgSOCacheSubscriptionCheck) XXX_Unmarshal(b []byte) error

type CMsgSOCacheSubscriptionRefresh

type CMsgSOCacheSubscriptionRefresh struct {
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheSubscriptionRefresh) Descriptor

func (*CMsgSOCacheSubscriptionRefresh) Descriptor() ([]byte, []int)

func (*CMsgSOCacheSubscriptionRefresh) GetOwnerSoid

func (m *CMsgSOCacheSubscriptionRefresh) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheSubscriptionRefresh) ProtoMessage

func (*CMsgSOCacheSubscriptionRefresh) ProtoMessage()

func (*CMsgSOCacheSubscriptionRefresh) Reset

func (m *CMsgSOCacheSubscriptionRefresh) Reset()

func (*CMsgSOCacheSubscriptionRefresh) String

func (*CMsgSOCacheSubscriptionRefresh) XXX_DiscardUnknown

func (m *CMsgSOCacheSubscriptionRefresh) XXX_DiscardUnknown()

func (*CMsgSOCacheSubscriptionRefresh) XXX_Marshal

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheSubscriptionRefresh) XXX_Merge

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Merge(src proto.Message)

func (*CMsgSOCacheSubscriptionRefresh) XXX_Size

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Size() int

func (*CMsgSOCacheSubscriptionRefresh) XXX_Unmarshal

func (m *CMsgSOCacheSubscriptionRefresh) XXX_Unmarshal(b []byte) error

type CMsgSOCacheUnsubscribed

type CMsgSOCacheUnsubscribed struct {
	OwnerSoid            *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOCacheUnsubscribed) Descriptor

func (*CMsgSOCacheUnsubscribed) Descriptor() ([]byte, []int)

func (*CMsgSOCacheUnsubscribed) GetOwnerSoid

func (m *CMsgSOCacheUnsubscribed) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOCacheUnsubscribed) ProtoMessage

func (*CMsgSOCacheUnsubscribed) ProtoMessage()

func (*CMsgSOCacheUnsubscribed) Reset

func (m *CMsgSOCacheUnsubscribed) Reset()

func (*CMsgSOCacheUnsubscribed) String

func (m *CMsgSOCacheUnsubscribed) String() string

func (*CMsgSOCacheUnsubscribed) XXX_DiscardUnknown

func (m *CMsgSOCacheUnsubscribed) XXX_DiscardUnknown()

func (*CMsgSOCacheUnsubscribed) XXX_Marshal

func (m *CMsgSOCacheUnsubscribed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheUnsubscribed) XXX_Merge

func (m *CMsgSOCacheUnsubscribed) XXX_Merge(src proto.Message)

func (*CMsgSOCacheUnsubscribed) XXX_Size

func (m *CMsgSOCacheUnsubscribed) XXX_Size() int

func (*CMsgSOCacheUnsubscribed) XXX_Unmarshal

func (m *CMsgSOCacheUnsubscribed) XXX_Unmarshal(b []byte) error

type CMsgSOCacheVersion

type CMsgSOCacheVersion struct {
	Version              *uint64  `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOCacheVersion) Descriptor

func (*CMsgSOCacheVersion) Descriptor() ([]byte, []int)

func (*CMsgSOCacheVersion) GetVersion

func (m *CMsgSOCacheVersion) GetVersion() uint64

func (*CMsgSOCacheVersion) ProtoMessage

func (*CMsgSOCacheVersion) ProtoMessage()

func (*CMsgSOCacheVersion) Reset

func (m *CMsgSOCacheVersion) Reset()

func (*CMsgSOCacheVersion) String

func (m *CMsgSOCacheVersion) String() string

func (*CMsgSOCacheVersion) XXX_DiscardUnknown

func (m *CMsgSOCacheVersion) XXX_DiscardUnknown()

func (*CMsgSOCacheVersion) XXX_Marshal

func (m *CMsgSOCacheVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOCacheVersion) XXX_Merge

func (m *CMsgSOCacheVersion) XXX_Merge(src proto.Message)

func (*CMsgSOCacheVersion) XXX_Size

func (m *CMsgSOCacheVersion) XXX_Size() int

func (*CMsgSOCacheVersion) XXX_Unmarshal

func (m *CMsgSOCacheVersion) XXX_Unmarshal(b []byte) error

type CMsgSOIDOwner

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOIDOwner) Descriptor

func (*CMsgSOIDOwner) Descriptor() ([]byte, []int)

func (*CMsgSOIDOwner) GetId

func (m *CMsgSOIDOwner) GetId() uint64

func (*CMsgSOIDOwner) GetType

func (m *CMsgSOIDOwner) GetType() uint32

func (*CMsgSOIDOwner) ProtoMessage

func (*CMsgSOIDOwner) ProtoMessage()

func (*CMsgSOIDOwner) Reset

func (m *CMsgSOIDOwner) Reset()

func (*CMsgSOIDOwner) String

func (m *CMsgSOIDOwner) String() string

func (*CMsgSOIDOwner) XXX_DiscardUnknown

func (m *CMsgSOIDOwner) XXX_DiscardUnknown()

func (*CMsgSOIDOwner) XXX_Marshal

func (m *CMsgSOIDOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOIDOwner) XXX_Merge

func (m *CMsgSOIDOwner) XXX_Merge(src proto.Message)

func (*CMsgSOIDOwner) XXX_Size

func (m *CMsgSOIDOwner) XXX_Size() int

func (*CMsgSOIDOwner) XXX_Unmarshal

func (m *CMsgSOIDOwner) XXX_Unmarshal(b []byte) error

type CMsgSOMultipleObjects

type CMsgSOMultipleObjects struct {
	ObjectsModified      []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,2,rep,name=objects_modified,json=objectsModified" 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=objectsAdded" json:"objects_added,omitempty"`
	ObjectsRemoved       []*CMsgSOMultipleObjects_SingleObject `protobuf:"bytes,5,rep,name=objects_removed,json=objectsRemoved" json:"objects_removed,omitempty"`
	OwnerSoid            *CMsgSOIDOwner                        `protobuf:"bytes,6,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	ServiceId            *uint32                               `protobuf:"varint,7,opt,name=service_id,json=serviceId" json:"service_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*CMsgSOMultipleObjects) Descriptor

func (*CMsgSOMultipleObjects) Descriptor() ([]byte, []int)

func (*CMsgSOMultipleObjects) GetObjectsAdded

func (*CMsgSOMultipleObjects) GetObjectsModified

func (m *CMsgSOMultipleObjects) GetObjectsModified() []*CMsgSOMultipleObjects_SingleObject

func (*CMsgSOMultipleObjects) GetObjectsRemoved

func (*CMsgSOMultipleObjects) GetOwnerSoid

func (m *CMsgSOMultipleObjects) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOMultipleObjects) GetServiceId

func (m *CMsgSOMultipleObjects) GetServiceId() uint32

func (*CMsgSOMultipleObjects) GetVersion

func (m *CMsgSOMultipleObjects) GetVersion() uint64

func (*CMsgSOMultipleObjects) ProtoMessage

func (*CMsgSOMultipleObjects) ProtoMessage()

func (*CMsgSOMultipleObjects) Reset

func (m *CMsgSOMultipleObjects) Reset()

func (*CMsgSOMultipleObjects) String

func (m *CMsgSOMultipleObjects) String() string

func (*CMsgSOMultipleObjects) XXX_DiscardUnknown

func (m *CMsgSOMultipleObjects) XXX_DiscardUnknown()

func (*CMsgSOMultipleObjects) XXX_Marshal

func (m *CMsgSOMultipleObjects) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOMultipleObjects) XXX_Merge

func (m *CMsgSOMultipleObjects) XXX_Merge(src proto.Message)

func (*CMsgSOMultipleObjects) XXX_Size

func (m *CMsgSOMultipleObjects) XXX_Size() int

func (*CMsgSOMultipleObjects) XXX_Unmarshal

func (m *CMsgSOMultipleObjects) XXX_Unmarshal(b []byte) error

type CMsgSOMultipleObjects_SingleObject

type CMsgSOMultipleObjects_SingleObject struct {
	TypeId               *int32   `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ObjectData           []byte   `protobuf:"bytes,2,opt,name=object_data,json=objectData" json:"object_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSOMultipleObjects_SingleObject) Descriptor

func (*CMsgSOMultipleObjects_SingleObject) Descriptor() ([]byte, []int)

func (*CMsgSOMultipleObjects_SingleObject) GetObjectData

func (m *CMsgSOMultipleObjects_SingleObject) GetObjectData() []byte

func (*CMsgSOMultipleObjects_SingleObject) GetTypeId

func (*CMsgSOMultipleObjects_SingleObject) ProtoMessage

func (*CMsgSOMultipleObjects_SingleObject) ProtoMessage()

func (*CMsgSOMultipleObjects_SingleObject) Reset

func (*CMsgSOMultipleObjects_SingleObject) String

func (*CMsgSOMultipleObjects_SingleObject) XXX_DiscardUnknown

func (m *CMsgSOMultipleObjects_SingleObject) XXX_DiscardUnknown()

func (*CMsgSOMultipleObjects_SingleObject) XXX_Marshal

func (m *CMsgSOMultipleObjects_SingleObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOMultipleObjects_SingleObject) XXX_Merge

func (*CMsgSOMultipleObjects_SingleObject) XXX_Size

func (*CMsgSOMultipleObjects_SingleObject) XXX_Unmarshal

func (m *CMsgSOMultipleObjects_SingleObject) XXX_Unmarshal(b []byte) error

type CMsgSOSingleObject

type CMsgSOSingleObject struct {
	TypeId               *int32         `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ObjectData           []byte         `protobuf:"bytes,3,opt,name=object_data,json=objectData" 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=ownerSoid" json:"owner_soid,omitempty"`
	ServiceId            *uint32        `protobuf:"varint,6,opt,name=service_id,json=serviceId" json:"service_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgSOSingleObject) Descriptor

func (*CMsgSOSingleObject) Descriptor() ([]byte, []int)

func (*CMsgSOSingleObject) GetObjectData

func (m *CMsgSOSingleObject) GetObjectData() []byte

func (*CMsgSOSingleObject) GetOwnerSoid

func (m *CMsgSOSingleObject) GetOwnerSoid() *CMsgSOIDOwner

func (*CMsgSOSingleObject) GetServiceId

func (m *CMsgSOSingleObject) GetServiceId() uint32

func (*CMsgSOSingleObject) GetTypeId

func (m *CMsgSOSingleObject) GetTypeId() int32

func (*CMsgSOSingleObject) GetVersion

func (m *CMsgSOSingleObject) GetVersion() uint64

func (*CMsgSOSingleObject) ProtoMessage

func (*CMsgSOSingleObject) ProtoMessage()

func (*CMsgSOSingleObject) Reset

func (m *CMsgSOSingleObject) Reset()

func (*CMsgSOSingleObject) String

func (m *CMsgSOSingleObject) String() string

func (*CMsgSOSingleObject) XXX_DiscardUnknown

func (m *CMsgSOSingleObject) XXX_DiscardUnknown()

func (*CMsgSOSingleObject) XXX_Marshal

func (m *CMsgSOSingleObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSOSingleObject) XXX_Merge

func (m *CMsgSOSingleObject) XXX_Merge(src proto.Message)

func (*CMsgSOSingleObject) XXX_Size

func (m *CMsgSOSingleObject) XXX_Size() int

func (*CMsgSOSingleObject) XXX_Unmarshal

func (m *CMsgSOSingleObject) XXX_Unmarshal(b []byte) error

type CMsgSQLAddDropRateBonus

type CMsgSQLAddDropRateBonus struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ItemId               *uint64  `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	ItemDef              *uint32  `protobuf:"varint,3,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	DropRateBonus        *float32 `protobuf:"fixed32,4,opt,name=drop_rate_bonus,json=dropRateBonus" json:"drop_rate_bonus,omitempty"`
	BoosterType          *uint32  `protobuf:"varint,5,opt,name=booster_type,json=boosterType" json:"booster_type,omitempty"`
	SecondsDuration      *uint32  `protobuf:"varint,6,opt,name=seconds_duration,json=secondsDuration" json:"seconds_duration,omitempty"`
	EndTimeStamp         *uint32  `protobuf:"varint,7,opt,name=end_time_stamp,json=endTimeStamp" json:"end_time_stamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSQLAddDropRateBonus) Descriptor

func (*CMsgSQLAddDropRateBonus) Descriptor() ([]byte, []int)

func (*CMsgSQLAddDropRateBonus) GetAccountId

func (m *CMsgSQLAddDropRateBonus) GetAccountId() uint32

func (*CMsgSQLAddDropRateBonus) GetBoosterType

func (m *CMsgSQLAddDropRateBonus) GetBoosterType() uint32

func (*CMsgSQLAddDropRateBonus) GetDropRateBonus

func (m *CMsgSQLAddDropRateBonus) GetDropRateBonus() float32

func (*CMsgSQLAddDropRateBonus) GetEndTimeStamp

func (m *CMsgSQLAddDropRateBonus) GetEndTimeStamp() uint32

func (*CMsgSQLAddDropRateBonus) GetItemDef

func (m *CMsgSQLAddDropRateBonus) GetItemDef() uint32

func (*CMsgSQLAddDropRateBonus) GetItemId

func (m *CMsgSQLAddDropRateBonus) GetItemId() uint64

func (*CMsgSQLAddDropRateBonus) GetSecondsDuration

func (m *CMsgSQLAddDropRateBonus) GetSecondsDuration() uint32

func (*CMsgSQLAddDropRateBonus) ProtoMessage

func (*CMsgSQLAddDropRateBonus) ProtoMessage()

func (*CMsgSQLAddDropRateBonus) Reset

func (m *CMsgSQLAddDropRateBonus) Reset()

func (*CMsgSQLAddDropRateBonus) String

func (m *CMsgSQLAddDropRateBonus) String() string

func (*CMsgSQLAddDropRateBonus) XXX_DiscardUnknown

func (m *CMsgSQLAddDropRateBonus) XXX_DiscardUnknown()

func (*CMsgSQLAddDropRateBonus) XXX_Marshal

func (m *CMsgSQLAddDropRateBonus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSQLAddDropRateBonus) XXX_Merge

func (m *CMsgSQLAddDropRateBonus) XXX_Merge(src proto.Message)

func (*CMsgSQLAddDropRateBonus) XXX_Size

func (m *CMsgSQLAddDropRateBonus) XXX_Size() int

func (*CMsgSQLAddDropRateBonus) XXX_Unmarshal

func (m *CMsgSQLAddDropRateBonus) XXX_Unmarshal(b []byte) error

type CMsgSQLGCToGCGrantBackpackSlots

type CMsgSQLGCToGCGrantBackpackSlots struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	AddSlots             *uint32  `protobuf:"varint,2,opt,name=add_slots,json=addSlots" json:"add_slots,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSQLGCToGCGrantBackpackSlots) Descriptor

func (*CMsgSQLGCToGCGrantBackpackSlots) Descriptor() ([]byte, []int)

func (*CMsgSQLGCToGCGrantBackpackSlots) GetAccountId

func (m *CMsgSQLGCToGCGrantBackpackSlots) GetAccountId() uint32

func (*CMsgSQLGCToGCGrantBackpackSlots) GetAddSlots

func (m *CMsgSQLGCToGCGrantBackpackSlots) GetAddSlots() uint32

func (*CMsgSQLGCToGCGrantBackpackSlots) ProtoMessage

func (*CMsgSQLGCToGCGrantBackpackSlots) ProtoMessage()

func (*CMsgSQLGCToGCGrantBackpackSlots) Reset

func (*CMsgSQLGCToGCGrantBackpackSlots) String

func (*CMsgSQLGCToGCGrantBackpackSlots) XXX_DiscardUnknown

func (m *CMsgSQLGCToGCGrantBackpackSlots) XXX_DiscardUnknown()

func (*CMsgSQLGCToGCGrantBackpackSlots) XXX_Marshal

func (m *CMsgSQLGCToGCGrantBackpackSlots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSQLGCToGCGrantBackpackSlots) XXX_Merge

func (m *CMsgSQLGCToGCGrantBackpackSlots) XXX_Merge(src proto.Message)

func (*CMsgSQLGCToGCGrantBackpackSlots) XXX_Size

func (m *CMsgSQLGCToGCGrantBackpackSlots) XXX_Size() int

func (*CMsgSQLGCToGCGrantBackpackSlots) XXX_Unmarshal

func (m *CMsgSQLGCToGCGrantBackpackSlots) XXX_Unmarshal(b []byte) error

type CMsgSQLUpgradeBattleBooster

type CMsgSQLUpgradeBattleBooster struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ItemDef              *uint32  `protobuf:"varint,2,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	BonusToAdd           *float32 `protobuf:"fixed32,3,opt,name=bonus_to_add,json=bonusToAdd" json:"bonus_to_add,omitempty"`
	BoosterType          *uint32  `protobuf:"varint,4,opt,name=booster_type,json=boosterType" json:"booster_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSQLUpgradeBattleBooster) Descriptor

func (*CMsgSQLUpgradeBattleBooster) Descriptor() ([]byte, []int)

func (*CMsgSQLUpgradeBattleBooster) GetAccountId

func (m *CMsgSQLUpgradeBattleBooster) GetAccountId() uint32

func (*CMsgSQLUpgradeBattleBooster) GetBonusToAdd

func (m *CMsgSQLUpgradeBattleBooster) GetBonusToAdd() float32

func (*CMsgSQLUpgradeBattleBooster) GetBoosterType

func (m *CMsgSQLUpgradeBattleBooster) GetBoosterType() uint32

func (*CMsgSQLUpgradeBattleBooster) GetItemDef

func (m *CMsgSQLUpgradeBattleBooster) GetItemDef() uint32

func (*CMsgSQLUpgradeBattleBooster) ProtoMessage

func (*CMsgSQLUpgradeBattleBooster) ProtoMessage()

func (*CMsgSQLUpgradeBattleBooster) Reset

func (m *CMsgSQLUpgradeBattleBooster) Reset()

func (*CMsgSQLUpgradeBattleBooster) String

func (m *CMsgSQLUpgradeBattleBooster) String() string

func (*CMsgSQLUpgradeBattleBooster) XXX_DiscardUnknown

func (m *CMsgSQLUpgradeBattleBooster) XXX_DiscardUnknown()

func (*CMsgSQLUpgradeBattleBooster) XXX_Marshal

func (m *CMsgSQLUpgradeBattleBooster) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSQLUpgradeBattleBooster) XXX_Merge

func (m *CMsgSQLUpgradeBattleBooster) XXX_Merge(src proto.Message)

func (*CMsgSQLUpgradeBattleBooster) XXX_Size

func (m *CMsgSQLUpgradeBattleBooster) XXX_Size() int

func (*CMsgSQLUpgradeBattleBooster) XXX_Unmarshal

func (m *CMsgSQLUpgradeBattleBooster) XXX_Unmarshal(b []byte) error

type CMsgSerializedSOCache

type CMsgSerializedSOCache struct {
	FileVersion          *uint32                        `protobuf:"varint,1,opt,name=file_version,json=fileVersion" 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=gcSocacheFileVersion" json:"gc_socache_file_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*CMsgSerializedSOCache) Descriptor

func (*CMsgSerializedSOCache) Descriptor() ([]byte, []int)

func (*CMsgSerializedSOCache) GetCaches

func (*CMsgSerializedSOCache) GetFileVersion

func (m *CMsgSerializedSOCache) GetFileVersion() uint32

func (*CMsgSerializedSOCache) GetGcSocacheFileVersion

func (m *CMsgSerializedSOCache) GetGcSocacheFileVersion() uint32

func (*CMsgSerializedSOCache) ProtoMessage

func (*CMsgSerializedSOCache) ProtoMessage()

func (*CMsgSerializedSOCache) Reset

func (m *CMsgSerializedSOCache) Reset()

func (*CMsgSerializedSOCache) String

func (m *CMsgSerializedSOCache) String() string

func (*CMsgSerializedSOCache) XXX_DiscardUnknown

func (m *CMsgSerializedSOCache) XXX_DiscardUnknown()

func (*CMsgSerializedSOCache) XXX_Marshal

func (m *CMsgSerializedSOCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSerializedSOCache) XXX_Merge

func (m *CMsgSerializedSOCache) XXX_Merge(src proto.Message)

func (*CMsgSerializedSOCache) XXX_Size

func (m *CMsgSerializedSOCache) XXX_Size() int

func (*CMsgSerializedSOCache) XXX_Unmarshal

func (m *CMsgSerializedSOCache) XXX_Unmarshal(b []byte) error

type CMsgSerializedSOCache_Cache

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=typeCaches" json:"type_caches,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*CMsgSerializedSOCache_Cache) Descriptor

func (*CMsgSerializedSOCache_Cache) Descriptor() ([]byte, []int)

func (*CMsgSerializedSOCache_Cache) GetId

func (*CMsgSerializedSOCache_Cache) GetType

func (m *CMsgSerializedSOCache_Cache) GetType() uint32

func (*CMsgSerializedSOCache_Cache) GetTypeCaches

func (*CMsgSerializedSOCache_Cache) GetVersions

func (*CMsgSerializedSOCache_Cache) ProtoMessage

func (*CMsgSerializedSOCache_Cache) ProtoMessage()

func (*CMsgSerializedSOCache_Cache) Reset

func (m *CMsgSerializedSOCache_Cache) Reset()

func (*CMsgSerializedSOCache_Cache) String

func (m *CMsgSerializedSOCache_Cache) String() string

func (*CMsgSerializedSOCache_Cache) XXX_DiscardUnknown

func (m *CMsgSerializedSOCache_Cache) XXX_DiscardUnknown()

func (*CMsgSerializedSOCache_Cache) XXX_Marshal

func (m *CMsgSerializedSOCache_Cache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSerializedSOCache_Cache) XXX_Merge

func (m *CMsgSerializedSOCache_Cache) XXX_Merge(src proto.Message)

func (*CMsgSerializedSOCache_Cache) XXX_Size

func (m *CMsgSerializedSOCache_Cache) XXX_Size() int

func (*CMsgSerializedSOCache_Cache) XXX_Unmarshal

func (m *CMsgSerializedSOCache_Cache) XXX_Unmarshal(b []byte) error

type CMsgSerializedSOCache_Cache_Version

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSerializedSOCache_Cache_Version) Descriptor

func (*CMsgSerializedSOCache_Cache_Version) Descriptor() ([]byte, []int)

func (*CMsgSerializedSOCache_Cache_Version) GetService

func (*CMsgSerializedSOCache_Cache_Version) GetVersion

func (*CMsgSerializedSOCache_Cache_Version) ProtoMessage

func (*CMsgSerializedSOCache_Cache_Version) ProtoMessage()

func (*CMsgSerializedSOCache_Cache_Version) Reset

func (*CMsgSerializedSOCache_Cache_Version) String

func (*CMsgSerializedSOCache_Cache_Version) XXX_DiscardUnknown

func (m *CMsgSerializedSOCache_Cache_Version) XXX_DiscardUnknown()

func (*CMsgSerializedSOCache_Cache_Version) XXX_Marshal

func (m *CMsgSerializedSOCache_Cache_Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSerializedSOCache_Cache_Version) XXX_Merge

func (*CMsgSerializedSOCache_Cache_Version) XXX_Size

func (*CMsgSerializedSOCache_Cache_Version) XXX_Unmarshal

func (m *CMsgSerializedSOCache_Cache_Version) XXX_Unmarshal(b []byte) error

type CMsgSerializedSOCache_TypeCache

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=serviceId" json:"service_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSerializedSOCache_TypeCache) Descriptor

func (*CMsgSerializedSOCache_TypeCache) Descriptor() ([]byte, []int)

func (*CMsgSerializedSOCache_TypeCache) GetObjects

func (m *CMsgSerializedSOCache_TypeCache) GetObjects() [][]byte

func (*CMsgSerializedSOCache_TypeCache) GetServiceId

func (m *CMsgSerializedSOCache_TypeCache) GetServiceId() uint32

func (*CMsgSerializedSOCache_TypeCache) GetType

func (*CMsgSerializedSOCache_TypeCache) ProtoMessage

func (*CMsgSerializedSOCache_TypeCache) ProtoMessage()

func (*CMsgSerializedSOCache_TypeCache) Reset

func (*CMsgSerializedSOCache_TypeCache) String

func (*CMsgSerializedSOCache_TypeCache) XXX_DiscardUnknown

func (m *CMsgSerializedSOCache_TypeCache) XXX_DiscardUnknown()

func (*CMsgSerializedSOCache_TypeCache) XXX_Marshal

func (m *CMsgSerializedSOCache_TypeCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSerializedSOCache_TypeCache) XXX_Merge

func (m *CMsgSerializedSOCache_TypeCache) XXX_Merge(src proto.Message)

func (*CMsgSerializedSOCache_TypeCache) XXX_Size

func (m *CMsgSerializedSOCache_TypeCache) XXX_Size() int

func (*CMsgSerializedSOCache_TypeCache) XXX_Unmarshal

func (m *CMsgSerializedSOCache_TypeCache) XXX_Unmarshal(b []byte) error

type CMsgServerAvailable

type CMsgServerAvailable struct {
	CustomGameInstallStatus *CMsgCustomGameInstallStatus `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                     `json:"-"`
	XXX_unrecognized        []byte                       `json:"-"`
	XXX_sizecache           int32                        `json:"-"`
}

func (*CMsgServerAvailable) Descriptor

func (*CMsgServerAvailable) Descriptor() ([]byte, []int)

func (*CMsgServerAvailable) GetCustomGameInstallStatus

func (m *CMsgServerAvailable) GetCustomGameInstallStatus() *CMsgCustomGameInstallStatus

func (*CMsgServerAvailable) ProtoMessage

func (*CMsgServerAvailable) ProtoMessage()

func (*CMsgServerAvailable) Reset

func (m *CMsgServerAvailable) Reset()

func (*CMsgServerAvailable) String

func (m *CMsgServerAvailable) String() string

func (*CMsgServerAvailable) XXX_DiscardUnknown

func (m *CMsgServerAvailable) XXX_DiscardUnknown()

func (*CMsgServerAvailable) XXX_Marshal

func (m *CMsgServerAvailable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerAvailable) XXX_Merge

func (m *CMsgServerAvailable) XXX_Merge(src proto.Message)

func (*CMsgServerAvailable) XXX_Size

func (m *CMsgServerAvailable) XXX_Size() int

func (*CMsgServerAvailable) XXX_Unmarshal

func (m *CMsgServerAvailable) XXX_Unmarshal(b []byte) error

type CMsgServerUseItem

type CMsgServerUseItem struct {
	InitiatorAccountId   *uint32      `protobuf:"varint,1,opt,name=initiator_account_id,json=initiatorAccountId" json:"initiator_account_id,omitempty"`
	UseItemMsg           *CMsgUseItem `protobuf:"bytes,2,opt,name=use_item_msg,json=useItemMsg" json:"use_item_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CMsgServerUseItem) Descriptor

func (*CMsgServerUseItem) Descriptor() ([]byte, []int)

func (*CMsgServerUseItem) GetInitiatorAccountId

func (m *CMsgServerUseItem) GetInitiatorAccountId() uint32

func (*CMsgServerUseItem) GetUseItemMsg

func (m *CMsgServerUseItem) GetUseItemMsg() *CMsgUseItem

func (*CMsgServerUseItem) ProtoMessage

func (*CMsgServerUseItem) ProtoMessage()

func (*CMsgServerUseItem) Reset

func (m *CMsgServerUseItem) Reset()

func (*CMsgServerUseItem) String

func (m *CMsgServerUseItem) String() string

func (*CMsgServerUseItem) XXX_DiscardUnknown

func (m *CMsgServerUseItem) XXX_DiscardUnknown()

func (*CMsgServerUseItem) XXX_Marshal

func (m *CMsgServerUseItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerUseItem) XXX_Merge

func (m *CMsgServerUseItem) XXX_Merge(src proto.Message)

func (*CMsgServerUseItem) XXX_Size

func (m *CMsgServerUseItem) XXX_Size() int

func (*CMsgServerUseItem) XXX_Unmarshal

func (m *CMsgServerUseItem) XXX_Unmarshal(b []byte) error

type CMsgSetItemPositions

type CMsgSetItemPositions struct {
	ItemPositions        []*CMsgSetItemPositions_ItemPosition `protobuf:"bytes,1,rep,name=item_positions,json=itemPositions" json:"item_positions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgSetItemPositions) Descriptor

func (*CMsgSetItemPositions) Descriptor() ([]byte, []int)

func (*CMsgSetItemPositions) GetItemPositions

func (*CMsgSetItemPositions) ProtoMessage

func (*CMsgSetItemPositions) ProtoMessage()

func (*CMsgSetItemPositions) Reset

func (m *CMsgSetItemPositions) Reset()

func (*CMsgSetItemPositions) String

func (m *CMsgSetItemPositions) String() string

func (*CMsgSetItemPositions) XXX_DiscardUnknown

func (m *CMsgSetItemPositions) XXX_DiscardUnknown()

func (*CMsgSetItemPositions) XXX_Marshal

func (m *CMsgSetItemPositions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSetItemPositions) XXX_Merge

func (m *CMsgSetItemPositions) XXX_Merge(src proto.Message)

func (*CMsgSetItemPositions) XXX_Size

func (m *CMsgSetItemPositions) XXX_Size() int

func (*CMsgSetItemPositions) XXX_Unmarshal

func (m *CMsgSetItemPositions) XXX_Unmarshal(b []byte) error

type CMsgSetItemPositions_ItemPosition

type CMsgSetItemPositions_ItemPosition struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	Position             *uint32  `protobuf:"varint,2,opt,name=position" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSetItemPositions_ItemPosition) Descriptor

func (*CMsgSetItemPositions_ItemPosition) Descriptor() ([]byte, []int)

func (*CMsgSetItemPositions_ItemPosition) GetItemId

func (*CMsgSetItemPositions_ItemPosition) GetPosition

func (m *CMsgSetItemPositions_ItemPosition) GetPosition() uint32

func (*CMsgSetItemPositions_ItemPosition) ProtoMessage

func (*CMsgSetItemPositions_ItemPosition) ProtoMessage()

func (*CMsgSetItemPositions_ItemPosition) Reset

func (*CMsgSetItemPositions_ItemPosition) String

func (*CMsgSetItemPositions_ItemPosition) XXX_DiscardUnknown

func (m *CMsgSetItemPositions_ItemPosition) XXX_DiscardUnknown()

func (*CMsgSetItemPositions_ItemPosition) XXX_Marshal

func (m *CMsgSetItemPositions_ItemPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSetItemPositions_ItemPosition) XXX_Merge

func (*CMsgSetItemPositions_ItemPosition) XXX_Size

func (m *CMsgSetItemPositions_ItemPosition) XXX_Size() int

func (*CMsgSetItemPositions_ItemPosition) XXX_Unmarshal

func (m *CMsgSetItemPositions_ItemPosition) XXX_Unmarshal(b []byte) error

type CMsgSortItems

type CMsgSortItems struct {
	SortType             *uint32  `protobuf:"varint,1,opt,name=sort_type,json=sortType" json:"sort_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSortItems) Descriptor

func (*CMsgSortItems) Descriptor() ([]byte, []int)

func (*CMsgSortItems) GetSortType

func (m *CMsgSortItems) GetSortType() uint32

func (*CMsgSortItems) ProtoMessage

func (*CMsgSortItems) ProtoMessage()

func (*CMsgSortItems) Reset

func (m *CMsgSortItems) Reset()

func (*CMsgSortItems) String

func (m *CMsgSortItems) String() string

func (*CMsgSortItems) XXX_DiscardUnknown

func (m *CMsgSortItems) XXX_DiscardUnknown()

func (*CMsgSortItems) XXX_Marshal

func (m *CMsgSortItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSortItems) XXX_Merge

func (m *CMsgSortItems) XXX_Merge(src proto.Message)

func (*CMsgSortItems) XXX_Size

func (m *CMsgSortItems) XXX_Size() int

func (*CMsgSortItems) XXX_Unmarshal

func (m *CMsgSortItems) XXX_Unmarshal(b []byte) error

type CMsgSystemBroadcast

type CMsgSystemBroadcast struct {
	Message              *string  `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgSystemBroadcast) Descriptor

func (*CMsgSystemBroadcast) Descriptor() ([]byte, []int)

func (*CMsgSystemBroadcast) GetMessage

func (m *CMsgSystemBroadcast) GetMessage() string

func (*CMsgSystemBroadcast) ProtoMessage

func (*CMsgSystemBroadcast) ProtoMessage()

func (*CMsgSystemBroadcast) Reset

func (m *CMsgSystemBroadcast) Reset()

func (*CMsgSystemBroadcast) String

func (m *CMsgSystemBroadcast) String() string

func (*CMsgSystemBroadcast) XXX_DiscardUnknown

func (m *CMsgSystemBroadcast) XXX_DiscardUnknown()

func (*CMsgSystemBroadcast) XXX_Marshal

func (m *CMsgSystemBroadcast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSystemBroadcast) XXX_Merge

func (m *CMsgSystemBroadcast) XXX_Merge(src proto.Message)

func (*CMsgSystemBroadcast) XXX_Size

func (m *CMsgSystemBroadcast) XXX_Size() int

func (*CMsgSystemBroadcast) XXX_Unmarshal

func (m *CMsgSystemBroadcast) XXX_Unmarshal(b []byte) error

type CMsgUpdateItemSchema

type CMsgUpdateItemSchema struct {
	ItemsGame            []byte   `protobuf:"bytes,1,opt,name=items_game,json=itemsGame" json:"items_game,omitempty"`
	ItemSchemaVersion    *uint32  `protobuf:"fixed32,2,opt,name=item_schema_version,json=itemSchemaVersion" json:"item_schema_version,omitempty"`
	ItemsGameUrl         *string  `protobuf:"bytes,3,opt,name=items_game_url,json=itemsGameUrl" json:"items_game_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUpdateItemSchema) Descriptor

func (*CMsgUpdateItemSchema) Descriptor() ([]byte, []int)

func (*CMsgUpdateItemSchema) GetItemSchemaVersion

func (m *CMsgUpdateItemSchema) GetItemSchemaVersion() uint32

func (*CMsgUpdateItemSchema) GetItemsGame

func (m *CMsgUpdateItemSchema) GetItemsGame() []byte

func (*CMsgUpdateItemSchema) GetItemsGameUrl

func (m *CMsgUpdateItemSchema) GetItemsGameUrl() string

func (*CMsgUpdateItemSchema) ProtoMessage

func (*CMsgUpdateItemSchema) ProtoMessage()

func (*CMsgUpdateItemSchema) Reset

func (m *CMsgUpdateItemSchema) Reset()

func (*CMsgUpdateItemSchema) String

func (m *CMsgUpdateItemSchema) String() string

func (*CMsgUpdateItemSchema) XXX_DiscardUnknown

func (m *CMsgUpdateItemSchema) XXX_DiscardUnknown()

func (*CMsgUpdateItemSchema) XXX_Marshal

func (m *CMsgUpdateItemSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUpdateItemSchema) XXX_Merge

func (m *CMsgUpdateItemSchema) XXX_Merge(src proto.Message)

func (*CMsgUpdateItemSchema) XXX_Size

func (m *CMsgUpdateItemSchema) XXX_Size() int

func (*CMsgUpdateItemSchema) XXX_Unmarshal

func (m *CMsgUpdateItemSchema) XXX_Unmarshal(b []byte) error

type CMsgUseItem

type CMsgUseItem struct {
	ItemId                  *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	TargetSteamId           *uint64  `protobuf:"fixed64,2,opt,name=target_steam_id,json=targetSteamId" json:"target_steam_id,omitempty"`
	Gift_PotentialTargets   []uint32 `protobuf:"varint,3,rep,name=gift__potential_targets,json=giftPotentialTargets" json:"gift__potential_targets,omitempty"`
	Duel_ClassLock          *uint32  `protobuf:"varint,4,opt,name=duel__class_lock,json=duelClassLock" json:"duel__class_lock,omitempty"`
	InitiatorSteamId        *uint64  `protobuf:"varint,5,opt,name=initiator_steam_id,json=initiatorSteamId" json:"initiator_steam_id,omitempty"`
	Itempack_AckImmediately *bool    `protobuf:"varint,6,opt,name=itempack__ack_immediately,json=itempackAckImmediately" json:"itempack__ack_immediately,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*CMsgUseItem) Descriptor

func (*CMsgUseItem) Descriptor() ([]byte, []int)

func (*CMsgUseItem) GetDuel_ClassLock

func (m *CMsgUseItem) GetDuel_ClassLock() uint32

func (*CMsgUseItem) GetGift_PotentialTargets

func (m *CMsgUseItem) GetGift_PotentialTargets() []uint32

func (*CMsgUseItem) GetInitiatorSteamId

func (m *CMsgUseItem) GetInitiatorSteamId() uint64

func (*CMsgUseItem) GetItemId

func (m *CMsgUseItem) GetItemId() uint64

func (*CMsgUseItem) GetItempack_AckImmediately

func (m *CMsgUseItem) GetItempack_AckImmediately() bool

func (*CMsgUseItem) GetTargetSteamId

func (m *CMsgUseItem) GetTargetSteamId() uint64

func (*CMsgUseItem) ProtoMessage

func (*CMsgUseItem) ProtoMessage()

func (*CMsgUseItem) Reset

func (m *CMsgUseItem) Reset()

func (*CMsgUseItem) String

func (m *CMsgUseItem) String() string

func (*CMsgUseItem) XXX_DiscardUnknown

func (m *CMsgUseItem) XXX_DiscardUnknown()

func (*CMsgUseItem) XXX_Marshal

func (m *CMsgUseItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUseItem) XXX_Merge

func (m *CMsgUseItem) XXX_Merge(src proto.Message)

func (*CMsgUseItem) XXX_Size

func (m *CMsgUseItem) XXX_Size() int

func (*CMsgUseItem) XXX_Unmarshal

func (m *CMsgUseItem) XXX_Unmarshal(b []byte) error

type CMsgUseMultipleItems

type CMsgUseMultipleItems struct {
	ItemIds              []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUseMultipleItems) Descriptor

func (*CMsgUseMultipleItems) Descriptor() ([]byte, []int)

func (*CMsgUseMultipleItems) GetItemIds

func (m *CMsgUseMultipleItems) GetItemIds() []uint64

func (*CMsgUseMultipleItems) ProtoMessage

func (*CMsgUseMultipleItems) ProtoMessage()

func (*CMsgUseMultipleItems) Reset

func (m *CMsgUseMultipleItems) Reset()

func (*CMsgUseMultipleItems) String

func (m *CMsgUseMultipleItems) String() string

func (*CMsgUseMultipleItems) XXX_DiscardUnknown

func (m *CMsgUseMultipleItems) XXX_DiscardUnknown()

func (*CMsgUseMultipleItems) XXX_Marshal

func (m *CMsgUseMultipleItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUseMultipleItems) XXX_Merge

func (m *CMsgUseMultipleItems) XXX_Merge(src proto.Message)

func (*CMsgUseMultipleItems) XXX_Size

func (m *CMsgUseMultipleItems) XXX_Size() int

func (*CMsgUseMultipleItems) XXX_Unmarshal

func (m *CMsgUseMultipleItems) XXX_Unmarshal(b []byte) error

type CProtoItemSocket

type CProtoItemSocket struct {
	ItemId               *uint64  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	AttrDefIndex         *uint32  `protobuf:"varint,2,opt,name=attr_def_index,json=attrDefIndex" json:"attr_def_index,omitempty"`
	RequiredType         *uint32  `protobuf:"varint,3,opt,name=required_type,json=requiredType" json:"required_type,omitempty"`
	RequiredHero         *string  `protobuf:"bytes,4,opt,name=required_hero,json=requiredHero" json:"required_hero,omitempty"`
	GemDefIndex          *uint32  `protobuf:"varint,5,opt,name=gem_def_index,json=gemDefIndex" json:"gem_def_index,omitempty"`
	NotTradable          *bool    `protobuf:"varint,6,opt,name=not_tradable,json=notTradable" json:"not_tradable,omitempty"`
	RequiredItemSlot     *string  `protobuf:"bytes,7,opt,name=required_item_slot,json=requiredItemSlot" json:"required_item_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CProtoItemSocket) Descriptor

func (*CProtoItemSocket) Descriptor() ([]byte, []int)

func (*CProtoItemSocket) GetAttrDefIndex

func (m *CProtoItemSocket) GetAttrDefIndex() uint32

func (*CProtoItemSocket) GetGemDefIndex

func (m *CProtoItemSocket) GetGemDefIndex() uint32

func (*CProtoItemSocket) GetItemId

func (m *CProtoItemSocket) GetItemId() uint64

func (*CProtoItemSocket) GetNotTradable

func (m *CProtoItemSocket) GetNotTradable() bool

func (*CProtoItemSocket) GetRequiredHero

func (m *CProtoItemSocket) GetRequiredHero() string

func (*CProtoItemSocket) GetRequiredItemSlot

func (m *CProtoItemSocket) GetRequiredItemSlot() string

func (*CProtoItemSocket) GetRequiredType

func (m *CProtoItemSocket) GetRequiredType() uint32

func (*CProtoItemSocket) ProtoMessage

func (*CProtoItemSocket) ProtoMessage()

func (*CProtoItemSocket) Reset

func (m *CProtoItemSocket) Reset()

func (*CProtoItemSocket) String

func (m *CProtoItemSocket) String() string

func (*CProtoItemSocket) XXX_DiscardUnknown

func (m *CProtoItemSocket) XXX_DiscardUnknown()

func (*CProtoItemSocket) XXX_Marshal

func (m *CProtoItemSocket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket) XXX_Merge

func (m *CProtoItemSocket) XXX_Merge(src proto.Message)

func (*CProtoItemSocket) XXX_Size

func (m *CProtoItemSocket) XXX_Size() int

func (*CProtoItemSocket) XXX_Unmarshal

func (m *CProtoItemSocket) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_AssetModifier

type CProtoItemSocket_AssetModifier struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	AssetModifier        *uint32           `protobuf:"varint,2,opt,name=asset_modifier,json=assetModifier" json:"asset_modifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_AssetModifier) Descriptor

func (*CProtoItemSocket_AssetModifier) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_AssetModifier) GetAssetModifier

func (m *CProtoItemSocket_AssetModifier) GetAssetModifier() uint32

func (*CProtoItemSocket_AssetModifier) GetSocket

func (*CProtoItemSocket_AssetModifier) ProtoMessage

func (*CProtoItemSocket_AssetModifier) ProtoMessage()

func (*CProtoItemSocket_AssetModifier) Reset

func (m *CProtoItemSocket_AssetModifier) Reset()

func (*CProtoItemSocket_AssetModifier) String

func (*CProtoItemSocket_AssetModifier) XXX_DiscardUnknown

func (m *CProtoItemSocket_AssetModifier) XXX_DiscardUnknown()

func (*CProtoItemSocket_AssetModifier) XXX_Marshal

func (m *CProtoItemSocket_AssetModifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_AssetModifier) XXX_Merge

func (m *CProtoItemSocket_AssetModifier) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_AssetModifier) XXX_Size

func (m *CProtoItemSocket_AssetModifier) XXX_Size() int

func (*CProtoItemSocket_AssetModifier) XXX_Unmarshal

func (m *CProtoItemSocket_AssetModifier) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY

type CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	AssetModifier        *uint32           `protobuf:"varint,2,opt,name=asset_modifier,json=assetModifier" json:"asset_modifier,omitempty"`
	AnimModifier         *uint32           `protobuf:"varint,3,opt,name=anim_modifier,json=animModifier" json:"anim_modifier,omitempty"`
	AbilityEffect        *uint32           `protobuf:"varint,4,opt,name=ability_effect,json=abilityEffect" json:"ability_effect,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) Descriptor

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetAbilityEffect

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetAnimModifier

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetAssetModifier

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) GetSocket

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) ProtoMessage

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) Reset

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) String

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) XXX_DiscardUnknown

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) XXX_Marshal

func (m *CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) XXX_Merge

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) XXX_Size

func (*CProtoItemSocket_AssetModifier_DESERIALIZE_FROM_STRING_ONLY) XXX_Unmarshal

type CProtoItemSocket_Autograph

type CProtoItemSocket_Autograph struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	Autograph            *string           `protobuf:"bytes,2,opt,name=autograph" json:"autograph,omitempty"`
	AutographId          *uint32           `protobuf:"varint,3,opt,name=autograph_id,json=autographId" json:"autograph_id,omitempty"`
	AutographScore       *uint32           `protobuf:"varint,4,opt,name=autograph_score,json=autographScore" json:"autograph_score,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_Autograph) Descriptor

func (*CProtoItemSocket_Autograph) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_Autograph) GetAutograph

func (m *CProtoItemSocket_Autograph) GetAutograph() string

func (*CProtoItemSocket_Autograph) GetAutographId

func (m *CProtoItemSocket_Autograph) GetAutographId() uint32

func (*CProtoItemSocket_Autograph) GetAutographScore

func (m *CProtoItemSocket_Autograph) GetAutographScore() uint32

func (*CProtoItemSocket_Autograph) GetSocket

func (*CProtoItemSocket_Autograph) ProtoMessage

func (*CProtoItemSocket_Autograph) ProtoMessage()

func (*CProtoItemSocket_Autograph) Reset

func (m *CProtoItemSocket_Autograph) Reset()

func (*CProtoItemSocket_Autograph) String

func (m *CProtoItemSocket_Autograph) String() string

func (*CProtoItemSocket_Autograph) XXX_DiscardUnknown

func (m *CProtoItemSocket_Autograph) XXX_DiscardUnknown()

func (*CProtoItemSocket_Autograph) XXX_Marshal

func (m *CProtoItemSocket_Autograph) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_Autograph) XXX_Merge

func (m *CProtoItemSocket_Autograph) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_Autograph) XXX_Size

func (m *CProtoItemSocket_Autograph) XXX_Size() int

func (*CProtoItemSocket_Autograph) XXX_Unmarshal

func (m *CProtoItemSocket_Autograph) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_Color

type CProtoItemSocket_Color struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	Red                  *uint32           `protobuf:"varint,2,opt,name=red" json:"red,omitempty"`
	Green                *uint32           `protobuf:"varint,3,opt,name=green" json:"green,omitempty"`
	Blue                 *uint32           `protobuf:"varint,4,opt,name=blue" json:"blue,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_Color) Descriptor

func (*CProtoItemSocket_Color) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_Color) GetBlue

func (m *CProtoItemSocket_Color) GetBlue() uint32

func (*CProtoItemSocket_Color) GetGreen

func (m *CProtoItemSocket_Color) GetGreen() uint32

func (*CProtoItemSocket_Color) GetRed

func (m *CProtoItemSocket_Color) GetRed() uint32

func (*CProtoItemSocket_Color) GetSocket

func (m *CProtoItemSocket_Color) GetSocket() *CProtoItemSocket

func (*CProtoItemSocket_Color) ProtoMessage

func (*CProtoItemSocket_Color) ProtoMessage()

func (*CProtoItemSocket_Color) Reset

func (m *CProtoItemSocket_Color) Reset()

func (*CProtoItemSocket_Color) String

func (m *CProtoItemSocket_Color) String() string

func (*CProtoItemSocket_Color) XXX_DiscardUnknown

func (m *CProtoItemSocket_Color) XXX_DiscardUnknown()

func (*CProtoItemSocket_Color) XXX_Marshal

func (m *CProtoItemSocket_Color) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_Color) XXX_Merge

func (m *CProtoItemSocket_Color) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_Color) XXX_Size

func (m *CProtoItemSocket_Color) XXX_Size() int

func (*CProtoItemSocket_Color) XXX_Unmarshal

func (m *CProtoItemSocket_Color) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_Effect

type CProtoItemSocket_Effect struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	Effect               *uint32           `protobuf:"varint,2,opt,name=effect" json:"effect,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_Effect) Descriptor

func (*CProtoItemSocket_Effect) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_Effect) GetEffect

func (m *CProtoItemSocket_Effect) GetEffect() uint32

func (*CProtoItemSocket_Effect) GetSocket

func (m *CProtoItemSocket_Effect) GetSocket() *CProtoItemSocket

func (*CProtoItemSocket_Effect) ProtoMessage

func (*CProtoItemSocket_Effect) ProtoMessage()

func (*CProtoItemSocket_Effect) Reset

func (m *CProtoItemSocket_Effect) Reset()

func (*CProtoItemSocket_Effect) String

func (m *CProtoItemSocket_Effect) String() string

func (*CProtoItemSocket_Effect) XXX_DiscardUnknown

func (m *CProtoItemSocket_Effect) XXX_DiscardUnknown()

func (*CProtoItemSocket_Effect) XXX_Marshal

func (m *CProtoItemSocket_Effect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_Effect) XXX_Merge

func (m *CProtoItemSocket_Effect) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_Effect) XXX_Size

func (m *CProtoItemSocket_Effect) XXX_Size() int

func (*CProtoItemSocket_Effect) XXX_Unmarshal

func (m *CProtoItemSocket_Effect) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_Empty

type CProtoItemSocket_Empty struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_Empty) Descriptor

func (*CProtoItemSocket_Empty) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_Empty) GetSocket

func (m *CProtoItemSocket_Empty) GetSocket() *CProtoItemSocket

func (*CProtoItemSocket_Empty) ProtoMessage

func (*CProtoItemSocket_Empty) ProtoMessage()

func (*CProtoItemSocket_Empty) Reset

func (m *CProtoItemSocket_Empty) Reset()

func (*CProtoItemSocket_Empty) String

func (m *CProtoItemSocket_Empty) String() string

func (*CProtoItemSocket_Empty) XXX_DiscardUnknown

func (m *CProtoItemSocket_Empty) XXX_DiscardUnknown()

func (*CProtoItemSocket_Empty) XXX_Marshal

func (m *CProtoItemSocket_Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_Empty) XXX_Merge

func (m *CProtoItemSocket_Empty) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_Empty) XXX_Size

func (m *CProtoItemSocket_Empty) XXX_Size() int

func (*CProtoItemSocket_Empty) XXX_Unmarshal

func (m *CProtoItemSocket_Empty) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_Spectator

type CProtoItemSocket_Spectator struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	GamesViewed          *uint32           `protobuf:"varint,2,opt,name=games_viewed,json=gamesViewed" json:"games_viewed,omitempty"`
	CorporationId        *uint32           `protobuf:"varint,3,opt,name=corporation_id,json=corporationId" json:"corporation_id,omitempty"`
	LeagueId             *uint32           `protobuf:"varint,4,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	TeamId               *uint32           `protobuf:"varint,5,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_Spectator) Descriptor

func (*CProtoItemSocket_Spectator) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_Spectator) GetCorporationId

func (m *CProtoItemSocket_Spectator) GetCorporationId() uint32

func (*CProtoItemSocket_Spectator) GetGamesViewed

func (m *CProtoItemSocket_Spectator) GetGamesViewed() uint32

func (*CProtoItemSocket_Spectator) GetLeagueId

func (m *CProtoItemSocket_Spectator) GetLeagueId() uint32

func (*CProtoItemSocket_Spectator) GetSocket

func (*CProtoItemSocket_Spectator) GetTeamId

func (m *CProtoItemSocket_Spectator) GetTeamId() uint32

func (*CProtoItemSocket_Spectator) ProtoMessage

func (*CProtoItemSocket_Spectator) ProtoMessage()

func (*CProtoItemSocket_Spectator) Reset

func (m *CProtoItemSocket_Spectator) Reset()

func (*CProtoItemSocket_Spectator) String

func (m *CProtoItemSocket_Spectator) String() string

func (*CProtoItemSocket_Spectator) XXX_DiscardUnknown

func (m *CProtoItemSocket_Spectator) XXX_DiscardUnknown()

func (*CProtoItemSocket_Spectator) XXX_Marshal

func (m *CProtoItemSocket_Spectator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_Spectator) XXX_Merge

func (m *CProtoItemSocket_Spectator) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_Spectator) XXX_Size

func (m *CProtoItemSocket_Spectator) XXX_Size() int

func (*CProtoItemSocket_Spectator) XXX_Unmarshal

func (m *CProtoItemSocket_Spectator) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_StaticVisuals

type CProtoItemSocket_StaticVisuals struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_StaticVisuals) Descriptor

func (*CProtoItemSocket_StaticVisuals) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_StaticVisuals) GetSocket

func (*CProtoItemSocket_StaticVisuals) ProtoMessage

func (*CProtoItemSocket_StaticVisuals) ProtoMessage()

func (*CProtoItemSocket_StaticVisuals) Reset

func (m *CProtoItemSocket_StaticVisuals) Reset()

func (*CProtoItemSocket_StaticVisuals) String

func (*CProtoItemSocket_StaticVisuals) XXX_DiscardUnknown

func (m *CProtoItemSocket_StaticVisuals) XXX_DiscardUnknown()

func (*CProtoItemSocket_StaticVisuals) XXX_Marshal

func (m *CProtoItemSocket_StaticVisuals) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_StaticVisuals) XXX_Merge

func (m *CProtoItemSocket_StaticVisuals) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_StaticVisuals) XXX_Size

func (m *CProtoItemSocket_StaticVisuals) XXX_Size() int

func (*CProtoItemSocket_StaticVisuals) XXX_Unmarshal

func (m *CProtoItemSocket_StaticVisuals) XXX_Unmarshal(b []byte) error

type CProtoItemSocket_Strange

type CProtoItemSocket_Strange struct {
	Socket               *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	StrangeType          *uint32           `protobuf:"varint,2,opt,name=strange_type,json=strangeType" json:"strange_type,omitempty"`
	StrangeValue         *uint32           `protobuf:"varint,3,opt,name=strange_value,json=strangeValue" json:"strange_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CProtoItemSocket_Strange) Descriptor

func (*CProtoItemSocket_Strange) Descriptor() ([]byte, []int)

func (*CProtoItemSocket_Strange) GetSocket

func (*CProtoItemSocket_Strange) GetStrangeType

func (m *CProtoItemSocket_Strange) GetStrangeType() uint32

func (*CProtoItemSocket_Strange) GetStrangeValue

func (m *CProtoItemSocket_Strange) GetStrangeValue() uint32

func (*CProtoItemSocket_Strange) ProtoMessage

func (*CProtoItemSocket_Strange) ProtoMessage()

func (*CProtoItemSocket_Strange) Reset

func (m *CProtoItemSocket_Strange) Reset()

func (*CProtoItemSocket_Strange) String

func (m *CProtoItemSocket_Strange) String() string

func (*CProtoItemSocket_Strange) XXX_DiscardUnknown

func (m *CProtoItemSocket_Strange) XXX_DiscardUnknown()

func (*CProtoItemSocket_Strange) XXX_Marshal

func (m *CProtoItemSocket_Strange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CProtoItemSocket_Strange) XXX_Merge

func (m *CProtoItemSocket_Strange) XXX_Merge(src proto.Message)

func (*CProtoItemSocket_Strange) XXX_Size

func (m *CProtoItemSocket_Strange) XXX_Size() int

func (*CProtoItemSocket_Strange) XXX_Unmarshal

func (m *CProtoItemSocket_Strange) XXX_Unmarshal(b []byte) error

type CSOEconClaimCode

type CSOEconClaimCode struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	CodeType             *uint32  `protobuf:"varint,2,opt,name=code_type,json=codeType" json:"code_type,omitempty"`
	TimeAcquired         *uint32  `protobuf:"varint,3,opt,name=time_acquired,json=timeAcquired" json:"time_acquired,omitempty"`
	Code                 *string  `protobuf:"bytes,4,opt,name=code" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconClaimCode) Descriptor

func (*CSOEconClaimCode) Descriptor() ([]byte, []int)

func (*CSOEconClaimCode) GetAccountId

func (m *CSOEconClaimCode) GetAccountId() uint32

func (*CSOEconClaimCode) GetCode

func (m *CSOEconClaimCode) GetCode() string

func (*CSOEconClaimCode) GetCodeType

func (m *CSOEconClaimCode) GetCodeType() uint32

func (*CSOEconClaimCode) GetTimeAcquired

func (m *CSOEconClaimCode) GetTimeAcquired() uint32

func (*CSOEconClaimCode) ProtoMessage

func (*CSOEconClaimCode) ProtoMessage()

func (*CSOEconClaimCode) Reset

func (m *CSOEconClaimCode) Reset()

func (*CSOEconClaimCode) String

func (m *CSOEconClaimCode) String() string

func (*CSOEconClaimCode) XXX_DiscardUnknown

func (m *CSOEconClaimCode) XXX_DiscardUnknown()

func (*CSOEconClaimCode) XXX_Marshal

func (m *CSOEconClaimCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconClaimCode) XXX_Merge

func (m *CSOEconClaimCode) XXX_Merge(src proto.Message)

func (*CSOEconClaimCode) XXX_Size

func (m *CSOEconClaimCode) XXX_Size() int

func (*CSOEconClaimCode) XXX_Unmarshal

func (m *CSOEconClaimCode) XXX_Unmarshal(b []byte) error

type CSOEconGameAccountClient

type CSOEconGameAccountClient struct {
	AdditionalBackpackSlots       *uint32  `` /* 132-byte string literal not displayed */
	TrialAccount                  *bool    `protobuf:"varint,2,opt,name=trial_account,json=trialAccount,def=0" json:"trial_account,omitempty"`
	EligibleForOnlinePlay         *bool    `` /* 128-byte string literal not displayed */
	NeedToChooseMostHelpfulFriend *bool    `` /* 150-byte string literal not displayed */
	InCoachesList                 *bool    `protobuf:"varint,5,opt,name=in_coaches_list,json=inCoachesList" json:"in_coaches_list,omitempty"`
	TradeBanExpiration            *uint32  `protobuf:"fixed32,6,opt,name=trade_ban_expiration,json=tradeBanExpiration" json:"trade_ban_expiration,omitempty"`
	DuelBanExpiration             *uint32  `protobuf:"fixed32,7,opt,name=duel_ban_expiration,json=duelBanExpiration" json:"duel_ban_expiration,omitempty"`
	MadeFirstPurchase             *bool    `protobuf:"varint,9,opt,name=made_first_purchase,json=madeFirstPurchase,def=0" json:"made_first_purchase,omitempty"`
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*CSOEconGameAccountClient) Descriptor

func (*CSOEconGameAccountClient) Descriptor() ([]byte, []int)

func (*CSOEconGameAccountClient) GetAdditionalBackpackSlots

func (m *CSOEconGameAccountClient) GetAdditionalBackpackSlots() uint32

func (*CSOEconGameAccountClient) GetDuelBanExpiration

func (m *CSOEconGameAccountClient) GetDuelBanExpiration() uint32

func (*CSOEconGameAccountClient) GetEligibleForOnlinePlay

func (m *CSOEconGameAccountClient) GetEligibleForOnlinePlay() bool

func (*CSOEconGameAccountClient) GetInCoachesList

func (m *CSOEconGameAccountClient) GetInCoachesList() bool

func (*CSOEconGameAccountClient) GetMadeFirstPurchase

func (m *CSOEconGameAccountClient) GetMadeFirstPurchase() bool

func (*CSOEconGameAccountClient) GetNeedToChooseMostHelpfulFriend

func (m *CSOEconGameAccountClient) GetNeedToChooseMostHelpfulFriend() bool

func (*CSOEconGameAccountClient) GetTradeBanExpiration

func (m *CSOEconGameAccountClient) GetTradeBanExpiration() uint32

func (*CSOEconGameAccountClient) GetTrialAccount

func (m *CSOEconGameAccountClient) GetTrialAccount() bool

func (*CSOEconGameAccountClient) ProtoMessage

func (*CSOEconGameAccountClient) ProtoMessage()

func (*CSOEconGameAccountClient) Reset

func (m *CSOEconGameAccountClient) Reset()

func (*CSOEconGameAccountClient) String

func (m *CSOEconGameAccountClient) String() string

func (*CSOEconGameAccountClient) XXX_DiscardUnknown

func (m *CSOEconGameAccountClient) XXX_DiscardUnknown()

func (*CSOEconGameAccountClient) XXX_Marshal

func (m *CSOEconGameAccountClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconGameAccountClient) XXX_Merge

func (m *CSOEconGameAccountClient) XXX_Merge(src proto.Message)

func (*CSOEconGameAccountClient) XXX_Size

func (m *CSOEconGameAccountClient) XXX_Size() int

func (*CSOEconGameAccountClient) XXX_Unmarshal

func (m *CSOEconGameAccountClient) XXX_Unmarshal(b []byte) error

type CSOEconItem

type CSOEconItem struct {
	Id                   *uint64                 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	AccountId            *uint32                 `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Inventory            *uint32                 `protobuf:"varint,3,opt,name=inventory" json:"inventory,omitempty"`
	DefIndex             *uint32                 `protobuf:"varint,4,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Quantity             *uint32                 `protobuf:"varint,5,opt,name=quantity,def=1" json:"quantity,omitempty"`
	Level                *uint32                 `protobuf:"varint,6,opt,name=level,def=1" json:"level,omitempty"`
	Quality              *uint32                 `protobuf:"varint,7,opt,name=quality,def=4" json:"quality,omitempty"`
	Flags                *uint32                 `protobuf:"varint,8,opt,name=flags,def=0" json:"flags,omitempty"`
	Origin               *uint32                 `protobuf:"varint,9,opt,name=origin,def=0" json:"origin,omitempty"`
	Attribute            []*CSOEconItemAttribute `protobuf:"bytes,12,rep,name=attribute" json:"attribute,omitempty"`
	InteriorItem         *CSOEconItem            `protobuf:"bytes,13,opt,name=interior_item,json=interiorItem" json:"interior_item,omitempty"`
	Style                *uint32                 `protobuf:"varint,15,opt,name=style,def=0" json:"style,omitempty"`
	OriginalId           *uint64                 `protobuf:"varint,16,opt,name=original_id,json=originalId,def=0" json:"original_id,omitempty"`
	EquippedState        []*CSOEconItemEquipped  `protobuf:"bytes,18,rep,name=equipped_state,json=equippedState" json:"equipped_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CSOEconItem) Descriptor

func (*CSOEconItem) Descriptor() ([]byte, []int)

func (*CSOEconItem) GetAccountId

func (m *CSOEconItem) GetAccountId() uint32

func (*CSOEconItem) GetAttribute

func (m *CSOEconItem) GetAttribute() []*CSOEconItemAttribute

func (*CSOEconItem) GetDefIndex

func (m *CSOEconItem) GetDefIndex() uint32

func (*CSOEconItem) GetEquippedState

func (m *CSOEconItem) GetEquippedState() []*CSOEconItemEquipped

func (*CSOEconItem) GetFlags

func (m *CSOEconItem) GetFlags() uint32

func (*CSOEconItem) GetId

func (m *CSOEconItem) GetId() uint64

func (*CSOEconItem) GetInteriorItem

func (m *CSOEconItem) GetInteriorItem() *CSOEconItem

func (*CSOEconItem) GetInventory

func (m *CSOEconItem) GetInventory() uint32

func (*CSOEconItem) GetLevel

func (m *CSOEconItem) GetLevel() uint32

func (*CSOEconItem) GetOrigin

func (m *CSOEconItem) GetOrigin() uint32

func (*CSOEconItem) GetOriginalId

func (m *CSOEconItem) GetOriginalId() uint64

func (*CSOEconItem) GetQuality

func (m *CSOEconItem) GetQuality() uint32

func (*CSOEconItem) GetQuantity

func (m *CSOEconItem) GetQuantity() uint32

func (*CSOEconItem) GetStyle

func (m *CSOEconItem) GetStyle() uint32

func (*CSOEconItem) ProtoMessage

func (*CSOEconItem) ProtoMessage()

func (*CSOEconItem) Reset

func (m *CSOEconItem) Reset()

func (*CSOEconItem) String

func (m *CSOEconItem) String() string

func (*CSOEconItem) XXX_DiscardUnknown

func (m *CSOEconItem) XXX_DiscardUnknown()

func (*CSOEconItem) XXX_Marshal

func (m *CSOEconItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItem) XXX_Merge

func (m *CSOEconItem) XXX_Merge(src proto.Message)

func (*CSOEconItem) XXX_Size

func (m *CSOEconItem) XXX_Size() int

func (*CSOEconItem) XXX_Unmarshal

func (m *CSOEconItem) XXX_Unmarshal(b []byte) error

type CSOEconItemAttribute

type CSOEconItemAttribute struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Value                *uint32  `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	ValueBytes           []byte   `protobuf:"bytes,3,opt,name=value_bytes,json=valueBytes" json:"value_bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconItemAttribute) Descriptor

func (*CSOEconItemAttribute) Descriptor() ([]byte, []int)

func (*CSOEconItemAttribute) GetDefIndex

func (m *CSOEconItemAttribute) GetDefIndex() uint32

func (*CSOEconItemAttribute) GetValue

func (m *CSOEconItemAttribute) GetValue() uint32

func (*CSOEconItemAttribute) GetValueBytes

func (m *CSOEconItemAttribute) GetValueBytes() []byte

func (*CSOEconItemAttribute) ProtoMessage

func (*CSOEconItemAttribute) ProtoMessage()

func (*CSOEconItemAttribute) Reset

func (m *CSOEconItemAttribute) Reset()

func (*CSOEconItemAttribute) String

func (m *CSOEconItemAttribute) String() string

func (*CSOEconItemAttribute) XXX_DiscardUnknown

func (m *CSOEconItemAttribute) XXX_DiscardUnknown()

func (*CSOEconItemAttribute) XXX_Marshal

func (m *CSOEconItemAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItemAttribute) XXX_Merge

func (m *CSOEconItemAttribute) XXX_Merge(src proto.Message)

func (*CSOEconItemAttribute) XXX_Size

func (m *CSOEconItemAttribute) XXX_Size() int

func (*CSOEconItemAttribute) XXX_Unmarshal

func (m *CSOEconItemAttribute) XXX_Unmarshal(b []byte) error

type CSOEconItemDropRateBonus

type CSOEconItemDropRateBonus struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ExpirationDate       *uint32  `protobuf:"fixed32,2,opt,name=expiration_date,json=expirationDate" json:"expiration_date,omitempty"`
	Bonus                *float32 `protobuf:"fixed32,3,opt,name=bonus" json:"bonus,omitempty"`
	BonusCount           *uint32  `protobuf:"varint,4,opt,name=bonus_count,json=bonusCount" json:"bonus_count,omitempty"`
	ItemId               *uint64  `protobuf:"varint,5,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,6,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	SecondsLeft          *uint32  `protobuf:"varint,7,opt,name=seconds_left,json=secondsLeft" json:"seconds_left,omitempty"`
	BoosterType          *uint32  `protobuf:"varint,8,opt,name=booster_type,json=boosterType" json:"booster_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconItemDropRateBonus) Descriptor

func (*CSOEconItemDropRateBonus) Descriptor() ([]byte, []int)

func (*CSOEconItemDropRateBonus) GetAccountId

func (m *CSOEconItemDropRateBonus) GetAccountId() uint32

func (*CSOEconItemDropRateBonus) GetBonus

func (m *CSOEconItemDropRateBonus) GetBonus() float32

func (*CSOEconItemDropRateBonus) GetBonusCount

func (m *CSOEconItemDropRateBonus) GetBonusCount() uint32

func (*CSOEconItemDropRateBonus) GetBoosterType

func (m *CSOEconItemDropRateBonus) GetBoosterType() uint32

func (*CSOEconItemDropRateBonus) GetDefIndex

func (m *CSOEconItemDropRateBonus) GetDefIndex() uint32

func (*CSOEconItemDropRateBonus) GetExpirationDate

func (m *CSOEconItemDropRateBonus) GetExpirationDate() uint32

func (*CSOEconItemDropRateBonus) GetItemId

func (m *CSOEconItemDropRateBonus) GetItemId() uint64

func (*CSOEconItemDropRateBonus) GetSecondsLeft

func (m *CSOEconItemDropRateBonus) GetSecondsLeft() uint32

func (*CSOEconItemDropRateBonus) ProtoMessage

func (*CSOEconItemDropRateBonus) ProtoMessage()

func (*CSOEconItemDropRateBonus) Reset

func (m *CSOEconItemDropRateBonus) Reset()

func (*CSOEconItemDropRateBonus) String

func (m *CSOEconItemDropRateBonus) String() string

func (*CSOEconItemDropRateBonus) XXX_DiscardUnknown

func (m *CSOEconItemDropRateBonus) XXX_DiscardUnknown()

func (*CSOEconItemDropRateBonus) XXX_Marshal

func (m *CSOEconItemDropRateBonus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItemDropRateBonus) XXX_Merge

func (m *CSOEconItemDropRateBonus) XXX_Merge(src proto.Message)

func (*CSOEconItemDropRateBonus) XXX_Size

func (m *CSOEconItemDropRateBonus) XXX_Size() int

func (*CSOEconItemDropRateBonus) XXX_Unmarshal

func (m *CSOEconItemDropRateBonus) XXX_Unmarshal(b []byte) error

type CSOEconItemEquipped

type CSOEconItemEquipped struct {
	NewClass             *uint32  `protobuf:"varint,1,opt,name=new_class,json=newClass" json:"new_class,omitempty"`
	NewSlot              *uint32  `protobuf:"varint,2,opt,name=new_slot,json=newSlot" json:"new_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconItemEquipped) Descriptor

func (*CSOEconItemEquipped) Descriptor() ([]byte, []int)

func (*CSOEconItemEquipped) GetNewClass

func (m *CSOEconItemEquipped) GetNewClass() uint32

func (*CSOEconItemEquipped) GetNewSlot

func (m *CSOEconItemEquipped) GetNewSlot() uint32

func (*CSOEconItemEquipped) ProtoMessage

func (*CSOEconItemEquipped) ProtoMessage()

func (*CSOEconItemEquipped) Reset

func (m *CSOEconItemEquipped) Reset()

func (*CSOEconItemEquipped) String

func (m *CSOEconItemEquipped) String() string

func (*CSOEconItemEquipped) XXX_DiscardUnknown

func (m *CSOEconItemEquipped) XXX_DiscardUnknown()

func (*CSOEconItemEquipped) XXX_Marshal

func (m *CSOEconItemEquipped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItemEquipped) XXX_Merge

func (m *CSOEconItemEquipped) XXX_Merge(src proto.Message)

func (*CSOEconItemEquipped) XXX_Size

func (m *CSOEconItemEquipped) XXX_Size() int

func (*CSOEconItemEquipped) XXX_Unmarshal

func (m *CSOEconItemEquipped) XXX_Unmarshal(b []byte) error

type CSOEconItemEventTicket

type CSOEconItemEventTicket struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	EventId              *uint32  `protobuf:"varint,2,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	ItemId               *uint64  `protobuf:"varint,3,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconItemEventTicket) Descriptor

func (*CSOEconItemEventTicket) Descriptor() ([]byte, []int)

func (*CSOEconItemEventTicket) GetAccountId

func (m *CSOEconItemEventTicket) GetAccountId() uint32

func (*CSOEconItemEventTicket) GetEventId

func (m *CSOEconItemEventTicket) GetEventId() uint32

func (*CSOEconItemEventTicket) GetItemId

func (m *CSOEconItemEventTicket) GetItemId() uint64

func (*CSOEconItemEventTicket) ProtoMessage

func (*CSOEconItemEventTicket) ProtoMessage()

func (*CSOEconItemEventTicket) Reset

func (m *CSOEconItemEventTicket) Reset()

func (*CSOEconItemEventTicket) String

func (m *CSOEconItemEventTicket) String() string

func (*CSOEconItemEventTicket) XXX_DiscardUnknown

func (m *CSOEconItemEventTicket) XXX_DiscardUnknown()

func (*CSOEconItemEventTicket) XXX_Marshal

func (m *CSOEconItemEventTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItemEventTicket) XXX_Merge

func (m *CSOEconItemEventTicket) XXX_Merge(src proto.Message)

func (*CSOEconItemEventTicket) XXX_Size

func (m *CSOEconItemEventTicket) XXX_Size() int

func (*CSOEconItemEventTicket) XXX_Unmarshal

func (m *CSOEconItemEventTicket) XXX_Unmarshal(b []byte) error

type CSOEconItemLeagueViewPass

type CSOEconItemLeagueViewPass struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LeagueId             *uint32  `protobuf:"varint,2,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Itemindex            *uint32  `protobuf:"varint,4,opt,name=itemindex" json:"itemindex,omitempty"`
	GrantReason          *uint32  `protobuf:"varint,5,opt,name=grant_reason,json=grantReason" json:"grant_reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconItemLeagueViewPass) Descriptor

func (*CSOEconItemLeagueViewPass) Descriptor() ([]byte, []int)

func (*CSOEconItemLeagueViewPass) GetAccountId

func (m *CSOEconItemLeagueViewPass) GetAccountId() uint32

func (*CSOEconItemLeagueViewPass) GetGrantReason

func (m *CSOEconItemLeagueViewPass) GetGrantReason() uint32

func (*CSOEconItemLeagueViewPass) GetItemindex

func (m *CSOEconItemLeagueViewPass) GetItemindex() uint32

func (*CSOEconItemLeagueViewPass) GetLeagueId

func (m *CSOEconItemLeagueViewPass) GetLeagueId() uint32

func (*CSOEconItemLeagueViewPass) ProtoMessage

func (*CSOEconItemLeagueViewPass) ProtoMessage()

func (*CSOEconItemLeagueViewPass) Reset

func (m *CSOEconItemLeagueViewPass) Reset()

func (*CSOEconItemLeagueViewPass) String

func (m *CSOEconItemLeagueViewPass) String() string

func (*CSOEconItemLeagueViewPass) XXX_DiscardUnknown

func (m *CSOEconItemLeagueViewPass) XXX_DiscardUnknown()

func (*CSOEconItemLeagueViewPass) XXX_Marshal

func (m *CSOEconItemLeagueViewPass) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItemLeagueViewPass) XXX_Merge

func (m *CSOEconItemLeagueViewPass) XXX_Merge(src proto.Message)

func (*CSOEconItemLeagueViewPass) XXX_Size

func (m *CSOEconItemLeagueViewPass) XXX_Size() int

func (*CSOEconItemLeagueViewPass) XXX_Unmarshal

func (m *CSOEconItemLeagueViewPass) XXX_Unmarshal(b []byte) error

type CSOEconItemTournamentPassport

type CSOEconItemTournamentPassport struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LeagueId             *uint32  `protobuf:"varint,2,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	ItemId               *uint64  `protobuf:"varint,3,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	OriginalPurchaserId  *uint32  `protobuf:"varint,4,opt,name=original_purchaser_id,json=originalPurchaserId" json:"original_purchaser_id,omitempty"`
	PassportsBought      *uint32  `protobuf:"varint,5,opt,name=passports_bought,json=passportsBought" json:"passports_bought,omitempty"`
	Version              *uint32  `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,7,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	RewardFlags          *uint32  `protobuf:"varint,8,opt,name=reward_flags,json=rewardFlags" json:"reward_flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOEconItemTournamentPassport) Descriptor

func (*CSOEconItemTournamentPassport) Descriptor() ([]byte, []int)

func (*CSOEconItemTournamentPassport) GetAccountId

func (m *CSOEconItemTournamentPassport) GetAccountId() uint32

func (*CSOEconItemTournamentPassport) GetDefIndex

func (m *CSOEconItemTournamentPassport) GetDefIndex() uint32

func (*CSOEconItemTournamentPassport) GetItemId

func (m *CSOEconItemTournamentPassport) GetItemId() uint64

func (*CSOEconItemTournamentPassport) GetLeagueId

func (m *CSOEconItemTournamentPassport) GetLeagueId() uint32

func (*CSOEconItemTournamentPassport) GetOriginalPurchaserId

func (m *CSOEconItemTournamentPassport) GetOriginalPurchaserId() uint32

func (*CSOEconItemTournamentPassport) GetPassportsBought

func (m *CSOEconItemTournamentPassport) GetPassportsBought() uint32

func (*CSOEconItemTournamentPassport) GetRewardFlags

func (m *CSOEconItemTournamentPassport) GetRewardFlags() uint32

func (*CSOEconItemTournamentPassport) GetVersion

func (m *CSOEconItemTournamentPassport) GetVersion() uint32

func (*CSOEconItemTournamentPassport) ProtoMessage

func (*CSOEconItemTournamentPassport) ProtoMessage()

func (*CSOEconItemTournamentPassport) Reset

func (m *CSOEconItemTournamentPassport) Reset()

func (*CSOEconItemTournamentPassport) String

func (*CSOEconItemTournamentPassport) XXX_DiscardUnknown

func (m *CSOEconItemTournamentPassport) XXX_DiscardUnknown()

func (*CSOEconItemTournamentPassport) XXX_Marshal

func (m *CSOEconItemTournamentPassport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOEconItemTournamentPassport) XXX_Merge

func (m *CSOEconItemTournamentPassport) XXX_Merge(src proto.Message)

func (*CSOEconItemTournamentPassport) XXX_Size

func (m *CSOEconItemTournamentPassport) XXX_Size() int

func (*CSOEconItemTournamentPassport) XXX_Unmarshal

func (m *CSOEconItemTournamentPassport) XXX_Unmarshal(b []byte) error

type CSOItemCriteria

type CSOItemCriteria struct {
	ItemLevel            *uint32                     `protobuf:"varint,1,opt,name=item_level,json=itemLevel" json:"item_level,omitempty"`
	ItemQuality          *int32                      `protobuf:"varint,2,opt,name=item_quality,json=itemQuality" json:"item_quality,omitempty"`
	ItemLevelSet         *bool                       `protobuf:"varint,3,opt,name=item_level_set,json=itemLevelSet" json:"item_level_set,omitempty"`
	ItemQualitySet       *bool                       `protobuf:"varint,4,opt,name=item_quality_set,json=itemQualitySet" json:"item_quality_set,omitempty"`
	InitialInventory     *uint32                     `protobuf:"varint,5,opt,name=initial_inventory,json=initialInventory" json:"initial_inventory,omitempty"`
	InitialQuantity      *uint32                     `protobuf:"varint,6,opt,name=initial_quantity,json=initialQuantity" json:"initial_quantity,omitempty"`
	IgnoreEnabledFlag    *bool                       `protobuf:"varint,8,opt,name=ignore_enabled_flag,json=ignoreEnabledFlag" json:"ignore_enabled_flag,omitempty"`
	Conditions           []*CSOItemCriteriaCondition `protobuf:"bytes,9,rep,name=conditions" json:"conditions,omitempty"`
	RecentOnly           *bool                       `protobuf:"varint,10,opt,name=recent_only,json=recentOnly" json:"recent_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*CSOItemCriteria) Descriptor

func (*CSOItemCriteria) Descriptor() ([]byte, []int)

func (*CSOItemCriteria) GetConditions

func (m *CSOItemCriteria) GetConditions() []*CSOItemCriteriaCondition

func (*CSOItemCriteria) GetIgnoreEnabledFlag

func (m *CSOItemCriteria) GetIgnoreEnabledFlag() bool

func (*CSOItemCriteria) GetInitialInventory

func (m *CSOItemCriteria) GetInitialInventory() uint32

func (*CSOItemCriteria) GetInitialQuantity

func (m *CSOItemCriteria) GetInitialQuantity() uint32

func (*CSOItemCriteria) GetItemLevel

func (m *CSOItemCriteria) GetItemLevel() uint32

func (*CSOItemCriteria) GetItemLevelSet

func (m *CSOItemCriteria) GetItemLevelSet() bool

func (*CSOItemCriteria) GetItemQuality

func (m *CSOItemCriteria) GetItemQuality() int32

func (*CSOItemCriteria) GetItemQualitySet

func (m *CSOItemCriteria) GetItemQualitySet() bool

func (*CSOItemCriteria) GetRecentOnly

func (m *CSOItemCriteria) GetRecentOnly() bool

func (*CSOItemCriteria) ProtoMessage

func (*CSOItemCriteria) ProtoMessage()

func (*CSOItemCriteria) Reset

func (m *CSOItemCriteria) Reset()

func (*CSOItemCriteria) String

func (m *CSOItemCriteria) String() string

func (*CSOItemCriteria) XXX_DiscardUnknown

func (m *CSOItemCriteria) XXX_DiscardUnknown()

func (*CSOItemCriteria) XXX_Marshal

func (m *CSOItemCriteria) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOItemCriteria) XXX_Merge

func (m *CSOItemCriteria) XXX_Merge(src proto.Message)

func (*CSOItemCriteria) XXX_Size

func (m *CSOItemCriteria) XXX_Size() int

func (*CSOItemCriteria) XXX_Unmarshal

func (m *CSOItemCriteria) XXX_Unmarshal(b []byte) error

type CSOItemCriteriaCondition

type CSOItemCriteriaCondition struct {
	Op                   *int32   `protobuf:"varint,1,opt,name=op" json:"op,omitempty"`
	Field                *string  `protobuf:"bytes,2,opt,name=field" json:"field,omitempty"`
	Required             *bool    `protobuf:"varint,3,opt,name=required" json:"required,omitempty"`
	FloatValue           *float32 `protobuf:"fixed32,4,opt,name=float_value,json=floatValue" json:"float_value,omitempty"`
	StringValue          *string  `protobuf:"bytes,5,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOItemCriteriaCondition) Descriptor

func (*CSOItemCriteriaCondition) Descriptor() ([]byte, []int)

func (*CSOItemCriteriaCondition) GetField

func (m *CSOItemCriteriaCondition) GetField() string

func (*CSOItemCriteriaCondition) GetFloatValue

func (m *CSOItemCriteriaCondition) GetFloatValue() float32

func (*CSOItemCriteriaCondition) GetOp

func (m *CSOItemCriteriaCondition) GetOp() int32

func (*CSOItemCriteriaCondition) GetRequired

func (m *CSOItemCriteriaCondition) GetRequired() bool

func (*CSOItemCriteriaCondition) GetStringValue

func (m *CSOItemCriteriaCondition) GetStringValue() string

func (*CSOItemCriteriaCondition) ProtoMessage

func (*CSOItemCriteriaCondition) ProtoMessage()

func (*CSOItemCriteriaCondition) Reset

func (m *CSOItemCriteriaCondition) Reset()

func (*CSOItemCriteriaCondition) String

func (m *CSOItemCriteriaCondition) String() string

func (*CSOItemCriteriaCondition) XXX_DiscardUnknown

func (m *CSOItemCriteriaCondition) XXX_DiscardUnknown()

func (*CSOItemCriteriaCondition) XXX_Marshal

func (m *CSOItemCriteriaCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOItemCriteriaCondition) XXX_Merge

func (m *CSOItemCriteriaCondition) XXX_Merge(src proto.Message)

func (*CSOItemCriteriaCondition) XXX_Size

func (m *CSOItemCriteriaCondition) XXX_Size() int

func (*CSOItemCriteriaCondition) XXX_Unmarshal

func (m *CSOItemCriteriaCondition) XXX_Unmarshal(b []byte) error

type CSOItemRecipe

type CSOItemRecipe struct {
	DefIndex             *uint32            `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Name                 *string            `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	NA                   *string            `protobuf:"bytes,3,opt,name=n_a,json=nA" json:"n_a,omitempty"`
	DescInputs           *string            `protobuf:"bytes,4,opt,name=desc_inputs,json=descInputs" json:"desc_inputs,omitempty"`
	DescOutputs          *string            `protobuf:"bytes,5,opt,name=desc_outputs,json=descOutputs" json:"desc_outputs,omitempty"`
	DiA                  *string            `protobuf:"bytes,6,opt,name=di_a,json=diA" json:"di_a,omitempty"`
	DiB                  *string            `protobuf:"bytes,7,opt,name=di_b,json=diB" json:"di_b,omitempty"`
	DiC                  *string            `protobuf:"bytes,8,opt,name=di_c,json=diC" json:"di_c,omitempty"`
	DoA                  *string            `protobuf:"bytes,9,opt,name=do_a,json=doA" json:"do_a,omitempty"`
	DoB                  *string            `protobuf:"bytes,10,opt,name=do_b,json=doB" json:"do_b,omitempty"`
	DoC                  *string            `protobuf:"bytes,11,opt,name=do_c,json=doC" json:"do_c,omitempty"`
	RequiresAllSameClass *bool              `protobuf:"varint,12,opt,name=requires_all_same_class,json=requiresAllSameClass" json:"requires_all_same_class,omitempty"`
	RequiresAllSameSlot  *bool              `protobuf:"varint,13,opt,name=requires_all_same_slot,json=requiresAllSameSlot" json:"requires_all_same_slot,omitempty"`
	ClassUsageForOutput  *int32             `protobuf:"varint,14,opt,name=class_usage_for_output,json=classUsageForOutput" json:"class_usage_for_output,omitempty"`
	SlotUsageForOutput   *int32             `protobuf:"varint,15,opt,name=slot_usage_for_output,json=slotUsageForOutput" json:"slot_usage_for_output,omitempty"`
	SetForOutput         *int32             `protobuf:"varint,16,opt,name=set_for_output,json=setForOutput" json:"set_for_output,omitempty"`
	InputItemsCriteria   []*CSOItemCriteria `protobuf:"bytes,20,rep,name=input_items_criteria,json=inputItemsCriteria" json:"input_items_criteria,omitempty"`
	OutputItemsCriteria  []*CSOItemCriteria `protobuf:"bytes,21,rep,name=output_items_criteria,json=outputItemsCriteria" json:"output_items_criteria,omitempty"`
	InputItemDupeCounts  []uint32           `protobuf:"varint,22,rep,name=input_item_dupe_counts,json=inputItemDupeCounts" json:"input_item_dupe_counts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CSOItemRecipe) Descriptor

func (*CSOItemRecipe) Descriptor() ([]byte, []int)

func (*CSOItemRecipe) GetClassUsageForOutput

func (m *CSOItemRecipe) GetClassUsageForOutput() int32

func (*CSOItemRecipe) GetDefIndex

func (m *CSOItemRecipe) GetDefIndex() uint32

func (*CSOItemRecipe) GetDescInputs

func (m *CSOItemRecipe) GetDescInputs() string

func (*CSOItemRecipe) GetDescOutputs

func (m *CSOItemRecipe) GetDescOutputs() string

func (*CSOItemRecipe) GetDiA

func (m *CSOItemRecipe) GetDiA() string

func (*CSOItemRecipe) GetDiB

func (m *CSOItemRecipe) GetDiB() string

func (*CSOItemRecipe) GetDiC

func (m *CSOItemRecipe) GetDiC() string

func (*CSOItemRecipe) GetDoA

func (m *CSOItemRecipe) GetDoA() string

func (*CSOItemRecipe) GetDoB

func (m *CSOItemRecipe) GetDoB() string

func (*CSOItemRecipe) GetDoC

func (m *CSOItemRecipe) GetDoC() string

func (*CSOItemRecipe) GetInputItemDupeCounts

func (m *CSOItemRecipe) GetInputItemDupeCounts() []uint32

func (*CSOItemRecipe) GetInputItemsCriteria

func (m *CSOItemRecipe) GetInputItemsCriteria() []*CSOItemCriteria

func (*CSOItemRecipe) GetNA

func (m *CSOItemRecipe) GetNA() string

func (*CSOItemRecipe) GetName

func (m *CSOItemRecipe) GetName() string

func (*CSOItemRecipe) GetOutputItemsCriteria

func (m *CSOItemRecipe) GetOutputItemsCriteria() []*CSOItemCriteria

func (*CSOItemRecipe) GetRequiresAllSameClass

func (m *CSOItemRecipe) GetRequiresAllSameClass() bool

func (*CSOItemRecipe) GetRequiresAllSameSlot

func (m *CSOItemRecipe) GetRequiresAllSameSlot() bool

func (*CSOItemRecipe) GetSetForOutput

func (m *CSOItemRecipe) GetSetForOutput() int32

func (*CSOItemRecipe) GetSlotUsageForOutput

func (m *CSOItemRecipe) GetSlotUsageForOutput() int32

func (*CSOItemRecipe) ProtoMessage

func (*CSOItemRecipe) ProtoMessage()

func (*CSOItemRecipe) Reset

func (m *CSOItemRecipe) Reset()

func (*CSOItemRecipe) String

func (m *CSOItemRecipe) String() string

func (*CSOItemRecipe) XXX_DiscardUnknown

func (m *CSOItemRecipe) XXX_DiscardUnknown()

func (*CSOItemRecipe) XXX_Marshal

func (m *CSOItemRecipe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOItemRecipe) XXX_Merge

func (m *CSOItemRecipe) XXX_Merge(src proto.Message)

func (*CSOItemRecipe) XXX_Size

func (m *CSOItemRecipe) XXX_Size() int

func (*CSOItemRecipe) XXX_Unmarshal

func (m *CSOItemRecipe) XXX_Unmarshal(b []byte) error

type CWorkshop_GetContributors_Request

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_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetContributors_Request) Descriptor

func (*CWorkshop_GetContributors_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_GetContributors_Request) GetAppid

func (*CWorkshop_GetContributors_Request) GetGameitemid

func (m *CWorkshop_GetContributors_Request) GetGameitemid() uint32

func (*CWorkshop_GetContributors_Request) ProtoMessage

func (*CWorkshop_GetContributors_Request) ProtoMessage()

func (*CWorkshop_GetContributors_Request) Reset

func (*CWorkshop_GetContributors_Request) String

func (*CWorkshop_GetContributors_Request) XXX_DiscardUnknown

func (m *CWorkshop_GetContributors_Request) XXX_DiscardUnknown()

func (*CWorkshop_GetContributors_Request) XXX_Marshal

func (m *CWorkshop_GetContributors_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetContributors_Request) XXX_Merge

func (*CWorkshop_GetContributors_Request) XXX_Size

func (m *CWorkshop_GetContributors_Request) XXX_Size() int

func (*CWorkshop_GetContributors_Request) XXX_Unmarshal

func (m *CWorkshop_GetContributors_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_GetContributors_Response

type CWorkshop_GetContributors_Response struct {
	Contributors         []uint64 `protobuf:"fixed64,1,rep,name=contributors" json:"contributors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetContributors_Response) Descriptor

func (*CWorkshop_GetContributors_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_GetContributors_Response) GetContributors

func (m *CWorkshop_GetContributors_Response) GetContributors() []uint64

func (*CWorkshop_GetContributors_Response) ProtoMessage

func (*CWorkshop_GetContributors_Response) ProtoMessage()

func (*CWorkshop_GetContributors_Response) Reset

func (*CWorkshop_GetContributors_Response) String

func (*CWorkshop_GetContributors_Response) XXX_DiscardUnknown

func (m *CWorkshop_GetContributors_Response) XXX_DiscardUnknown()

func (*CWorkshop_GetContributors_Response) XXX_Marshal

func (m *CWorkshop_GetContributors_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetContributors_Response) XXX_Merge

func (*CWorkshop_GetContributors_Response) XXX_Size

func (*CWorkshop_GetContributors_Response) XXX_Unmarshal

func (m *CWorkshop_GetContributors_Response) XXX_Unmarshal(b []byte) error

type CWorkshop_GetItemDailyRevenue_Request

type CWorkshop_GetItemDailyRevenue_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	ItemId               *uint32  `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	DateStart            *uint32  `protobuf:"varint,3,opt,name=date_start,json=dateStart" json:"date_start,omitempty"`
	DateEnd              *uint32  `protobuf:"varint,4,opt,name=date_end,json=dateEnd" json:"date_end,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetItemDailyRevenue_Request) Descriptor

func (*CWorkshop_GetItemDailyRevenue_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_GetItemDailyRevenue_Request) GetAppid

func (*CWorkshop_GetItemDailyRevenue_Request) GetDateEnd

func (*CWorkshop_GetItemDailyRevenue_Request) GetDateStart

func (*CWorkshop_GetItemDailyRevenue_Request) GetItemId

func (*CWorkshop_GetItemDailyRevenue_Request) ProtoMessage

func (*CWorkshop_GetItemDailyRevenue_Request) ProtoMessage()

func (*CWorkshop_GetItemDailyRevenue_Request) Reset

func (*CWorkshop_GetItemDailyRevenue_Request) String

func (*CWorkshop_GetItemDailyRevenue_Request) XXX_DiscardUnknown

func (m *CWorkshop_GetItemDailyRevenue_Request) XXX_DiscardUnknown()

func (*CWorkshop_GetItemDailyRevenue_Request) XXX_Marshal

func (m *CWorkshop_GetItemDailyRevenue_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetItemDailyRevenue_Request) XXX_Merge

func (*CWorkshop_GetItemDailyRevenue_Request) XXX_Size

func (*CWorkshop_GetItemDailyRevenue_Request) XXX_Unmarshal

func (m *CWorkshop_GetItemDailyRevenue_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_GetItemDailyRevenue_Response

type CWorkshop_GetItemDailyRevenue_Response struct {
	CountryRevenue       []*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue `protobuf:"bytes,1,rep,name=country_revenue,json=countryRevenue" json:"country_revenue,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                      `json:"-"`
	XXX_unrecognized     []byte                                                        `json:"-"`
	XXX_sizecache        int32                                                         `json:"-"`
}

func (*CWorkshop_GetItemDailyRevenue_Response) Descriptor

func (*CWorkshop_GetItemDailyRevenue_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_GetItemDailyRevenue_Response) GetCountryRevenue

func (*CWorkshop_GetItemDailyRevenue_Response) ProtoMessage

func (*CWorkshop_GetItemDailyRevenue_Response) Reset

func (*CWorkshop_GetItemDailyRevenue_Response) String

func (*CWorkshop_GetItemDailyRevenue_Response) XXX_DiscardUnknown

func (m *CWorkshop_GetItemDailyRevenue_Response) XXX_DiscardUnknown()

func (*CWorkshop_GetItemDailyRevenue_Response) XXX_Marshal

func (m *CWorkshop_GetItemDailyRevenue_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetItemDailyRevenue_Response) XXX_Merge

func (*CWorkshop_GetItemDailyRevenue_Response) XXX_Size

func (*CWorkshop_GetItemDailyRevenue_Response) XXX_Unmarshal

func (m *CWorkshop_GetItemDailyRevenue_Response) XXX_Unmarshal(b []byte) error

type CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue

type CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue struct {
	CountryCode          *string  `protobuf:"bytes,1,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	Date                 *uint32  `protobuf:"varint,2,opt,name=date" json:"date,omitempty"`
	RevenueUsd           *int64   `protobuf:"varint,3,opt,name=revenue_usd,json=revenueUsd" json:"revenue_usd,omitempty"`
	Units                *int32   `protobuf:"varint,4,opt,name=units" json:"units,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) Descriptor

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetCountryCode

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetDate

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetRevenueUsd

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) GetUnits

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) ProtoMessage

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) Reset

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) String

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) XXX_DiscardUnknown

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) XXX_Marshal

func (m *CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) XXX_Merge

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) XXX_Size

func (*CWorkshop_GetItemDailyRevenue_Response_CountryDailyRevenue) XXX_Unmarshal

type CWorkshop_GetPackageDailyRevenue_Request

type CWorkshop_GetPackageDailyRevenue_Request struct {
	Packageid            *uint32  `protobuf:"varint,1,opt,name=packageid" json:"packageid,omitempty"`
	DateStart            *uint32  `protobuf:"varint,2,opt,name=date_start,json=dateStart" json:"date_start,omitempty"`
	DateEnd              *uint32  `protobuf:"varint,3,opt,name=date_end,json=dateEnd" json:"date_end,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetPackageDailyRevenue_Request) Descriptor

func (*CWorkshop_GetPackageDailyRevenue_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_GetPackageDailyRevenue_Request) GetDateEnd

func (*CWorkshop_GetPackageDailyRevenue_Request) GetDateStart

func (*CWorkshop_GetPackageDailyRevenue_Request) GetPackageid

func (*CWorkshop_GetPackageDailyRevenue_Request) ProtoMessage

func (*CWorkshop_GetPackageDailyRevenue_Request) Reset

func (*CWorkshop_GetPackageDailyRevenue_Request) String

func (*CWorkshop_GetPackageDailyRevenue_Request) XXX_DiscardUnknown

func (m *CWorkshop_GetPackageDailyRevenue_Request) XXX_DiscardUnknown()

func (*CWorkshop_GetPackageDailyRevenue_Request) XXX_Marshal

func (m *CWorkshop_GetPackageDailyRevenue_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetPackageDailyRevenue_Request) XXX_Merge

func (*CWorkshop_GetPackageDailyRevenue_Request) XXX_Size

func (*CWorkshop_GetPackageDailyRevenue_Request) XXX_Unmarshal

func (m *CWorkshop_GetPackageDailyRevenue_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_GetPackageDailyRevenue_Response

type CWorkshop_GetPackageDailyRevenue_Response struct {
	CountryRevenue       []*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue `protobuf:"bytes,1,rep,name=country_revenue,json=countryRevenue" json:"country_revenue,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                         `json:"-"`
	XXX_unrecognized     []byte                                                           `json:"-"`
	XXX_sizecache        int32                                                            `json:"-"`
}

func (*CWorkshop_GetPackageDailyRevenue_Response) Descriptor

func (*CWorkshop_GetPackageDailyRevenue_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_GetPackageDailyRevenue_Response) GetCountryRevenue

func (*CWorkshop_GetPackageDailyRevenue_Response) ProtoMessage

func (*CWorkshop_GetPackageDailyRevenue_Response) Reset

func (*CWorkshop_GetPackageDailyRevenue_Response) String

func (*CWorkshop_GetPackageDailyRevenue_Response) XXX_DiscardUnknown

func (m *CWorkshop_GetPackageDailyRevenue_Response) XXX_DiscardUnknown()

func (*CWorkshop_GetPackageDailyRevenue_Response) XXX_Marshal

func (m *CWorkshop_GetPackageDailyRevenue_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetPackageDailyRevenue_Response) XXX_Merge

func (*CWorkshop_GetPackageDailyRevenue_Response) XXX_Size

func (*CWorkshop_GetPackageDailyRevenue_Response) XXX_Unmarshal

type CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue

type CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue struct {
	CountryCode          *string  `protobuf:"bytes,1,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	Date                 *uint32  `protobuf:"varint,2,opt,name=date" json:"date,omitempty"`
	RevenueUsd           *int64   `protobuf:"varint,3,opt,name=revenue_usd,json=revenueUsd" json:"revenue_usd,omitempty"`
	Units                *int32   `protobuf:"varint,4,opt,name=units" json:"units,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) Descriptor

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) GetCountryCode

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) GetDate

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) GetRevenueUsd

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) GetUnits

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) ProtoMessage

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) Reset

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) String

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) XXX_DiscardUnknown

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) XXX_Marshal

func (m *CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) XXX_Merge

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) XXX_Size

func (*CWorkshop_GetPackageDailyRevenue_Response_CountryDailyRevenue) XXX_Unmarshal

type CWorkshop_PopulateItemDescriptions_Request

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_NoUnkeyedLiteral struct{}                                                                    `json:"-"`
	XXX_unrecognized     []byte                                                                      `json:"-"`
	XXX_sizecache        int32                                                                       `json:"-"`
}

func (*CWorkshop_PopulateItemDescriptions_Request) Descriptor

func (*CWorkshop_PopulateItemDescriptions_Request) GetAppid

func (*CWorkshop_PopulateItemDescriptions_Request) ProtoMessage

func (*CWorkshop_PopulateItemDescriptions_Request) Reset

func (*CWorkshop_PopulateItemDescriptions_Request) String

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_DiscardUnknown

func (m *CWorkshop_PopulateItemDescriptions_Request) XXX_DiscardUnknown()

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Marshal

func (m *CWorkshop_PopulateItemDescriptions_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Merge

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Size

func (*CWorkshop_PopulateItemDescriptions_Request) XXX_Unmarshal

type CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock

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_NoUnkeyedLiteral struct{}                                                            `json:"-"`
	XXX_unrecognized     []byte                                                              `json:"-"`
	XXX_sizecache        int32                                                               `json:"-"`
}

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) Descriptor

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) GetDescriptions

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) GetLanguage

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) ProtoMessage

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) Reset

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) String

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_DiscardUnknown

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Marshal

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Merge

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Size

func (*CWorkshop_PopulateItemDescriptions_Request_ItemDescriptionsLanguageBlock) XXX_Unmarshal

type CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription

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=itemDescription" json:"item_description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) Descriptor

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetGameitemid

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) GetItemDescription

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) ProtoMessage

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) Reset

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) String

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_DiscardUnknown

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Marshal

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Merge

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Size

func (*CWorkshop_PopulateItemDescriptions_Request_SingleItemDescription) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Request

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=associatedWorkshopFiles" json:"associated_workshop_files,omitempty"`
	PartnerAccounts               []*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule  `protobuf:"bytes,4,rep,name=partner_accounts,json=partnerAccounts" json:"partner_accounts,omitempty"`
	ValidateOnly                  *bool                                                            `protobuf:"varint,5,opt,name=validate_only,json=validateOnly" json:"validate_only,omitempty"`
	MakeWorkshopFilesSubscribable *bool                                                            `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}                                                         `json:"-"`
	XXX_unrecognized              []byte                                                           `json:"-"`
	XXX_sizecache                 int32                                                            `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_SetItemPaymentRules_Request) GetAppid

func (*CWorkshop_SetItemPaymentRules_Request) GetAssociatedWorkshopFiles

func (*CWorkshop_SetItemPaymentRules_Request) GetGameitemid

func (m *CWorkshop_SetItemPaymentRules_Request) GetGameitemid() uint32

func (*CWorkshop_SetItemPaymentRules_Request) GetMakeWorkshopFilesSubscribable

func (m *CWorkshop_SetItemPaymentRules_Request) GetMakeWorkshopFilesSubscribable() bool

func (*CWorkshop_SetItemPaymentRules_Request) GetPartnerAccounts

func (*CWorkshop_SetItemPaymentRules_Request) GetValidateOnly

func (m *CWorkshop_SetItemPaymentRules_Request) GetValidateOnly() bool

func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage()

func (*CWorkshop_SetItemPaymentRules_Request) Reset

func (*CWorkshop_SetItemPaymentRules_Request) String

func (*CWorkshop_SetItemPaymentRules_Request) XXX_DiscardUnknown

func (m *CWorkshop_SetItemPaymentRules_Request) XXX_DiscardUnknown()

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request) XXX_Unmarshal

func (m *CWorkshop_SetItemPaymentRules_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule

type CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	RevenuePercentage    *float32 `protobuf:"fixed32,2,opt,name=revenue_percentage,json=revenuePercentage" json:"revenue_percentage,omitempty"`
	RuleDescription      *string  `protobuf:"bytes,3,opt,name=rule_description,json=ruleDescription" json:"rule_description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetAccountId

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetRevenuePercentage

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) GetRuleDescription

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) Reset

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) String

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_DiscardUnknown

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request_PartnerItemPaymentRule) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule

type CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule struct {
	WorkshopFileId       *uint64  `protobuf:"varint,1,opt,name=workshop_file_id,json=workshopFileId" json:"workshop_file_id,omitempty"`
	RevenuePercentage    *float32 `protobuf:"fixed32,2,opt,name=revenue_percentage,json=revenuePercentage" json:"revenue_percentage,omitempty"`
	RuleDescription      *string  `protobuf:"bytes,3,opt,name=rule_description,json=ruleDescription" json:"rule_description,omitempty"`
	RuleType             *uint32  `protobuf:"varint,4,opt,name=rule_type,json=ruleType" json:"rule_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRevenuePercentage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRuleDescription

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRuleType

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetWorkshopFileId

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Reset

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) String

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_DiscardUnknown

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) XXX_Unmarshal

type CWorkshop_SetItemPaymentRules_Response

type CWorkshop_SetItemPaymentRules_Response struct {
	ValidationErrors     []string `protobuf:"bytes,1,rep,name=validation_errors,json=validationErrors" json:"validation_errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Response) Descriptor

func (*CWorkshop_SetItemPaymentRules_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_SetItemPaymentRules_Response) GetValidationErrors

func (m *CWorkshop_SetItemPaymentRules_Response) GetValidationErrors() []string

func (*CWorkshop_SetItemPaymentRules_Response) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Response) Reset

func (*CWorkshop_SetItemPaymentRules_Response) String

func (*CWorkshop_SetItemPaymentRules_Response) XXX_DiscardUnknown

func (m *CWorkshop_SetItemPaymentRules_Response) XXX_DiscardUnknown()

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Marshal

func (m *CWorkshop_SetItemPaymentRules_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Merge

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Size

func (*CWorkshop_SetItemPaymentRules_Response) XXX_Unmarshal

func (m *CWorkshop_SetItemPaymentRules_Response) XXX_Unmarshal(b []byte) error

type ECustomGameInstallStatus

type ECustomGameInstallStatus int32
const (
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_Unknown                  ECustomGameInstallStatus = 0
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_Ready                    ECustomGameInstallStatus = 1
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_Busy                     ECustomGameInstallStatus = 2
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedGeneric            ECustomGameInstallStatus = 101
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedInternalError      ECustomGameInstallStatus = 102
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_RequestedTimestampTooOld ECustomGameInstallStatus = 103
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_RequestedTimestampTooNew ECustomGameInstallStatus = 104
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_CRCMismatch              ECustomGameInstallStatus = 105
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedSteam              ECustomGameInstallStatus = 106
	ECustomGameInstallStatus_k_ECustomGameInstallStatus_FailedCanceled           ECustomGameInstallStatus = 107
)

func (ECustomGameInstallStatus) Enum

func (ECustomGameInstallStatus) EnumDescriptor

func (ECustomGameInstallStatus) EnumDescriptor() ([]byte, []int)

func (ECustomGameInstallStatus) String

func (x ECustomGameInstallStatus) String() string

func (*ECustomGameInstallStatus) UnmarshalJSON

func (x *ECustomGameInstallStatus) UnmarshalJSON(data []byte) error

type EGCBaseClientMsg

type EGCBaseClientMsg int32
const (
	EGCBaseClientMsg_k_EMsgGCPingRequest                  EGCBaseClientMsg = 3001
	EGCBaseClientMsg_k_EMsgGCPingResponse                 EGCBaseClientMsg = 3002
	EGCBaseClientMsg_k_EMsgGCToClientPollConvarRequest    EGCBaseClientMsg = 3003
	EGCBaseClientMsg_k_EMsgGCToClientPollConvarResponse   EGCBaseClientMsg = 3004
	EGCBaseClientMsg_k_EMsgGCCompressedMsgToClient        EGCBaseClientMsg = 3005
	EGCBaseClientMsg_k_EMsgGCCompressedMsgToClient_Legacy EGCBaseClientMsg = 523
	EGCBaseClientMsg_k_EMsgGCToClientRequestDropped       EGCBaseClientMsg = 3006
	EGCBaseClientMsg_k_EMsgGCClientWelcome                EGCBaseClientMsg = 4004
	EGCBaseClientMsg_k_EMsgGCServerWelcome                EGCBaseClientMsg = 4005
	EGCBaseClientMsg_k_EMsgGCClientHello                  EGCBaseClientMsg = 4006
	EGCBaseClientMsg_k_EMsgGCServerHello                  EGCBaseClientMsg = 4007
	EGCBaseClientMsg_k_EMsgGCClientConnectionStatus       EGCBaseClientMsg = 4009
	EGCBaseClientMsg_k_EMsgGCServerConnectionStatus       EGCBaseClientMsg = 4010
)

func (EGCBaseClientMsg) Enum

func (EGCBaseClientMsg) EnumDescriptor

func (EGCBaseClientMsg) EnumDescriptor() ([]byte, []int)

func (EGCBaseClientMsg) String

func (x EGCBaseClientMsg) String() string

func (*EGCBaseClientMsg) UnmarshalJSON

func (x *EGCBaseClientMsg) UnmarshalJSON(data []byte) error

type EGCBaseMsg

type EGCBaseMsg int32
const (
	EGCBaseMsg_k_EMsgGCSystemMessage                  EGCBaseMsg = 4001
	EGCBaseMsg_k_EMsgGCReplicateConVars               EGCBaseMsg = 4002
	EGCBaseMsg_k_EMsgGCConVarUpdated                  EGCBaseMsg = 4003
	EGCBaseMsg_k_EMsgGCInviteToParty                  EGCBaseMsg = 4501
	EGCBaseMsg_k_EMsgGCInvitationCreated              EGCBaseMsg = 4502
	EGCBaseMsg_k_EMsgGCPartyInviteResponse            EGCBaseMsg = 4503
	EGCBaseMsg_k_EMsgGCKickFromParty                  EGCBaseMsg = 4504
	EGCBaseMsg_k_EMsgGCLeaveParty                     EGCBaseMsg = 4505
	EGCBaseMsg_k_EMsgGCServerAvailable                EGCBaseMsg = 4506
	EGCBaseMsg_k_EMsgGCClientConnectToServer          EGCBaseMsg = 4507
	EGCBaseMsg_k_EMsgGCGameServerInfo                 EGCBaseMsg = 4508
	EGCBaseMsg_k_EMsgGCError                          EGCBaseMsg = 4509
	EGCBaseMsg_k_EMsgGCLANServerAvailable             EGCBaseMsg = 4511
	EGCBaseMsg_k_EMsgGCInviteToLobby                  EGCBaseMsg = 4512
	EGCBaseMsg_k_EMsgGCLobbyInviteResponse            EGCBaseMsg = 4513
	EGCBaseMsg_k_EMsgGCToClientPollFileRequest        EGCBaseMsg = 4514
	EGCBaseMsg_k_EMsgGCToClientPollFileResponse       EGCBaseMsg = 4515
	EGCBaseMsg_k_EMsgGCToGCPerformManualOp            EGCBaseMsg = 4516
	EGCBaseMsg_k_EMsgGCToGCPerformManualOpCompleted   EGCBaseMsg = 4517
	EGCBaseMsg_k_EMsgGCToGCReloadServerRegionSettings EGCBaseMsg = 4518
)

func (EGCBaseMsg) Enum

func (x EGCBaseMsg) Enum() *EGCBaseMsg

func (EGCBaseMsg) EnumDescriptor

func (EGCBaseMsg) EnumDescriptor() ([]byte, []int)

func (EGCBaseMsg) String

func (x EGCBaseMsg) String() string

func (*EGCBaseMsg) UnmarshalJSON

func (x *EGCBaseMsg) UnmarshalJSON(data []byte) error

type EGCBaseProtoObjectTypes

type EGCBaseProtoObjectTypes int32
const (
	EGCBaseProtoObjectTypes_k_EProtoObjectPartyInvite EGCBaseProtoObjectTypes = 1001
	EGCBaseProtoObjectTypes_k_EProtoObjectLobbyInvite EGCBaseProtoObjectTypes = 1002
)

func (EGCBaseProtoObjectTypes) Enum

func (EGCBaseProtoObjectTypes) EnumDescriptor

func (EGCBaseProtoObjectTypes) EnumDescriptor() ([]byte, []int)

func (EGCBaseProtoObjectTypes) String

func (x EGCBaseProtoObjectTypes) String() string

func (*EGCBaseProtoObjectTypes) UnmarshalJSON

func (x *EGCBaseProtoObjectTypes) UnmarshalJSON(data []byte) error

type EGCItemMsg

type EGCItemMsg int32
const (
	EGCItemMsg_k_EMsgGCBase                                           EGCItemMsg = 1000
	EGCItemMsg_k_EMsgGCSetItemPosition                                EGCItemMsg = 1001
	EGCItemMsg_k_EMsgGCDelete                                         EGCItemMsg = 1004
	EGCItemMsg_k_EMsgGCVerifyCacheSubscription                        EGCItemMsg = 1005
	EGCItemMsg_k_EMsgClientToGCNameItem                               EGCItemMsg = 1006
	EGCItemMsg_k_EMsgGCPaintItem                                      EGCItemMsg = 1009
	EGCItemMsg_k_EMsgGCPaintItemResponse                              EGCItemMsg = 1010
	EGCItemMsg_k_EMsgGCGoldenWrenchBroadcast                          EGCItemMsg = 1011
	EGCItemMsg_k_EMsgGCMOTDRequest                                    EGCItemMsg = 1012
	EGCItemMsg_k_EMsgGCMOTDRequestResponse                            EGCItemMsg = 1013
	EGCItemMsg_k_EMsgGCAddItemToSocket_DEPRECATED                     EGCItemMsg = 1014
	EGCItemMsg_k_EMsgGCAddItemToSocketResponse_DEPRECATED             EGCItemMsg = 1015
	EGCItemMsg_k_EMsgGCAddSocketToBaseItem_DEPRECATED                 EGCItemMsg = 1016
	EGCItemMsg_k_EMsgGCAddSocketToItem_DEPRECATED                     EGCItemMsg = 1017
	EGCItemMsg_k_EMsgGCAddSocketToItemResponse_DEPRECATED             EGCItemMsg = 1018
	EGCItemMsg_k_EMsgGCNameBaseItem                                   EGCItemMsg = 1019
	EGCItemMsg_k_EMsgGCNameBaseItemResponse                           EGCItemMsg = 1020
	EGCItemMsg_k_EMsgGCRemoveSocketItem_DEPRECATED                    EGCItemMsg = 1021
	EGCItemMsg_k_EMsgGCRemoveSocketItemResponse_DEPRECATED            EGCItemMsg = 1022
	EGCItemMsg_k_EMsgGCCustomizeItemTexture                           EGCItemMsg = 1023
	EGCItemMsg_k_EMsgGCCustomizeItemTextureResponse                   EGCItemMsg = 1024
	EGCItemMsg_k_EMsgGCUseItemRequest                                 EGCItemMsg = 1025
	EGCItemMsg_k_EMsgGCUseItemResponse                                EGCItemMsg = 1026
	EGCItemMsg_k_EMsgGCGiftedItems                                    EGCItemMsg = 1027
	EGCItemMsg_k_EMsgGCRemoveItemName                                 EGCItemMsg = 1030
	EGCItemMsg_k_EMsgGCRemoveItemPaint                                EGCItemMsg = 1031
	EGCItemMsg_k_EMsgGCUnwrapGiftRequest                              EGCItemMsg = 1037
	EGCItemMsg_k_EMsgGCUnwrapGiftResponse                             EGCItemMsg = 1038
	EGCItemMsg_k_EMsgGCSetItemStyle_DEPRECATED                        EGCItemMsg = 1039
	EGCItemMsg_k_EMsgGCUsedClaimCodeItem                              EGCItemMsg = 1040
	EGCItemMsg_k_EMsgGCSortItems                                      EGCItemMsg = 1041
	EGCItemMsg_k_EMsgGC_RevolvingLootList_DEPRECATED                  EGCItemMsg = 1042
	EGCItemMsg_k_EMsgGCUpdateItemSchema                               EGCItemMsg = 1049
	EGCItemMsg_k_EMsgGCRemoveCustomTexture                            EGCItemMsg = 1051
	EGCItemMsg_k_EMsgGCRemoveCustomTextureResponse                    EGCItemMsg = 1052
	EGCItemMsg_k_EMsgGCRemoveMakersMark                               EGCItemMsg = 1053
	EGCItemMsg_k_EMsgGCRemoveMakersMarkResponse                       EGCItemMsg = 1054
	EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndex                         EGCItemMsg = 1055
	EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndexResponse                 EGCItemMsg = 1056
	EGCItemMsg_k_EMsgGCSaxxyBroadcast                                 EGCItemMsg = 1057
	EGCItemMsg_k_EMsgGCBackpackSortFinished                           EGCItemMsg = 1058
	EGCItemMsg_k_EMsgGCAdjustItemEquippedState                        EGCItemMsg = 1059
	EGCItemMsg_k_EMsgGCCollectItem                                    EGCItemMsg = 1061
	EGCItemMsg_k_EMsgGCItemAcknowledged                               EGCItemMsg = 1062
	EGCItemMsg_k_EMsgGCPresets_SelectPresetForClass                   EGCItemMsg = 1063
	EGCItemMsg_k_EMsgGCPresets_SetItemPosition                        EGCItemMsg = 1064
	EGCItemMsg_k_EMsgGCPresets_SelectPresetForClassReply              EGCItemMsg = 1067
	EGCItemMsg_k_EMsgClientToGCNameItemResponse                       EGCItemMsg = 1068
	EGCItemMsg_k_EMsgGCApplyConsumableEffects                         EGCItemMsg = 1069
	EGCItemMsg_k_EMsgGCShowItemsPickedUp                              EGCItemMsg = 1071
	EGCItemMsg_k_EMsgGCClientDisplayNotification                      EGCItemMsg = 1072
	EGCItemMsg_k_EMsgGCApplyStrangePart                               EGCItemMsg = 1073
	EGCItemMsg_k_EMsgGC_IncrementKillCountResponse                    EGCItemMsg = 1075
	EGCItemMsg_k_EMsgGCApplyPennantUpgrade                            EGCItemMsg = 1076
	EGCItemMsg_k_EMsgGCSetItemPositions                               EGCItemMsg = 1077
	EGCItemMsg_k_EMsgGCSetItemPositions_RateLimited                   EGCItemMsg = 1096
	EGCItemMsg_k_EMsgGCApplyEggEssence                                EGCItemMsg = 1078
	EGCItemMsg_k_EMsgGCNameEggEssenceResponse                         EGCItemMsg = 1079
	EGCItemMsg_k_EMsgGCFulfillDynamicRecipeComponent                  EGCItemMsg = 1082
	EGCItemMsg_k_EMsgGCFulfillDynamicRecipeComponentResponse          EGCItemMsg = 1083
	EGCItemMsg_k_EMsgGCClientRequestMarketData                        EGCItemMsg = 1084
	EGCItemMsg_k_EMsgGCClientRequestMarketDataResponse                EGCItemMsg = 1085
	EGCItemMsg_k_EMsgGCExtractGems                                    EGCItemMsg = 1086
	EGCItemMsg_k_EMsgGCAddSocket                                      EGCItemMsg = 1087
	EGCItemMsg_k_EMsgGCAddItemToSocket                                EGCItemMsg = 1088
	EGCItemMsg_k_EMsgGCAddItemToSocketResponse                        EGCItemMsg = 1089
	EGCItemMsg_k_EMsgGCAddSocketResponse                              EGCItemMsg = 1090
	EGCItemMsg_k_EMsgGCResetStrangeGemCount                           EGCItemMsg = 1091
	EGCItemMsg_k_EMsgGCRequestCrateItems                              EGCItemMsg = 1092
	EGCItemMsg_k_EMsgGCRequestCrateItemsResponse                      EGCItemMsg = 1093
	EGCItemMsg_k_EMsgGCExtractGemsResponse                            EGCItemMsg = 1094
	EGCItemMsg_k_EMsgGCResetStrangeGemCountResponse                   EGCItemMsg = 1095
	EGCItemMsg_k_EMsgGCServerUseItemRequest                           EGCItemMsg = 1103
	EGCItemMsg_k_EMsgGCAddGiftItem                                    EGCItemMsg = 1104
	EGCItemMsg_k_EMsgGCRemoveItemGiftMessage                          EGCItemMsg = 1105
	EGCItemMsg_k_EMsgGCRemoveItemGiftMessageResponse                  EGCItemMsg = 1106
	EGCItemMsg_k_EMsgGCRemoveItemGifterAccountId                      EGCItemMsg = 1107
	EGCItemMsg_k_EMsgGCRemoveItemGifterAccountIdResponse              EGCItemMsg = 1108
	EGCItemMsg_k_EMsgClientToGCRemoveItemGifterAttributes             EGCItemMsg = 1109
	EGCItemMsg_k_EMsgClientToGCRemoveItemName                         EGCItemMsg = 1110
	EGCItemMsg_k_EMsgClientToGCRemoveItemDescription                  EGCItemMsg = 1111
	EGCItemMsg_k_EMsgClientToGCRemoveItemAttributeResponse            EGCItemMsg = 1112
	EGCItemMsg_k_EMsgGCTradingBase                                    EGCItemMsg = 1500
	EGCItemMsg_k_EMsgGCTrading_InitiateTradeRequest                   EGCItemMsg = 1501
	EGCItemMsg_k_EMsgGCTrading_InitiateTradeResponse                  EGCItemMsg = 1502
	EGCItemMsg_k_EMsgGCTrading_StartSession                           EGCItemMsg = 1503
	EGCItemMsg_k_EMsgGCTrading_SessionClosed                          EGCItemMsg = 1509
	EGCItemMsg_k_EMsgGCTrading_InitiateTradeRequestResponse           EGCItemMsg = 1514
	EGCItemMsg_k_EMsgGCServerBrowser_FavoriteServer                   EGCItemMsg = 1601
	EGCItemMsg_k_EMsgGCServerBrowser_BlacklistServer                  EGCItemMsg = 1602
	EGCItemMsg_k_EMsgGCServerRentalsBase                              EGCItemMsg = 1700
	EGCItemMsg_k_EMsgGCDev_NewItemRequest                             EGCItemMsg = 2001
	EGCItemMsg_k_EMsgGCDev_NewItemRequestResponse                     EGCItemMsg = 2002
	EGCItemMsg_k_EMsgGCDev_UnlockAllItemStylesRequest                 EGCItemMsg = 2003
	EGCItemMsg_k_EMsgGCDev_UnlockAllItemStylesResponse                EGCItemMsg = 2004
	EGCItemMsg_k_EMsgGCStorePurchaseFinalize                          EGCItemMsg = 2504
	EGCItemMsg_k_EMsgGCStorePurchaseFinalizeResponse                  EGCItemMsg = 2505
	EGCItemMsg_k_EMsgGCStorePurchaseCancel                            EGCItemMsg = 2506
	EGCItemMsg_k_EMsgGCStorePurchaseCancelResponse                    EGCItemMsg = 2507
	EGCItemMsg_k_EMsgGCStorePurchaseInit                              EGCItemMsg = 2510
	EGCItemMsg_k_EMsgGCStorePurchaseInitResponse                      EGCItemMsg = 2511
	EGCItemMsg_k_EMsgGCToGCBannedWordListUpdated                      EGCItemMsg = 2515
	EGCItemMsg_k_EMsgGCToGCDirtySDOCache                              EGCItemMsg = 2516
	EGCItemMsg_k_EMsgGCToGCDirtyMultipleSDOCache                      EGCItemMsg = 2517
	EGCItemMsg_k_EMsgGCToGCUpdateSQLKeyValue                          EGCItemMsg = 2518
	EGCItemMsg_k_EMsgGCToGCBroadcastConsoleCommand                    EGCItemMsg = 2521
	EGCItemMsg_k_EMsgGCServerVersionUpdated                           EGCItemMsg = 2522
	EGCItemMsg_k_EMsgGCApplyAutograph                                 EGCItemMsg = 2523
	EGCItemMsg_k_EMsgGCToGCWebAPIAccountChanged                       EGCItemMsg = 2524
	EGCItemMsg_k_EMsgGCClientVersionUpdated                           EGCItemMsg = 2528
	EGCItemMsg_k_EMsgGCItemPurgatory_FinalizePurchase                 EGCItemMsg = 2531
	EGCItemMsg_k_EMsgGCItemPurgatory_FinalizePurchaseResponse         EGCItemMsg = 2532
	EGCItemMsg_k_EMsgGCItemPurgatory_RefundPurchase                   EGCItemMsg = 2533
	EGCItemMsg_k_EMsgGCItemPurgatory_RefundPurchaseResponse           EGCItemMsg = 2534
	EGCItemMsg_k_EMsgGCToGCPlayerStrangeCountAdjustments              EGCItemMsg = 2535
	EGCItemMsg_k_EMsgGCRequestStoreSalesData                          EGCItemMsg = 2536
	EGCItemMsg_k_EMsgGCRequestStoreSalesDataResponse                  EGCItemMsg = 2537
	EGCItemMsg_k_EMsgGCRequestStoreSalesDataUpToDateResponse          EGCItemMsg = 2538
	EGCItemMsg_k_EMsgGCToGCPingRequest                                EGCItemMsg = 2539
	EGCItemMsg_k_EMsgGCToGCPingResponse                               EGCItemMsg = 2540
	EGCItemMsg_k_EMsgGCToGCGetUserSessionServer                       EGCItemMsg = 2541
	EGCItemMsg_k_EMsgGCToGCGetUserSessionServerResponse               EGCItemMsg = 2542
	EGCItemMsg_k_EMsgGCToGCGetUserServerMembers                       EGCItemMsg = 2543
	EGCItemMsg_k_EMsgGCToGCGetUserServerMembersResponse               EGCItemMsg = 2544
	EGCItemMsg_k_EMsgGCToGCGetUserPCBangNo                            EGCItemMsg = 2545
	EGCItemMsg_k_EMsgGCToGCGetUserPCBangNoResponse                    EGCItemMsg = 2546
	EGCItemMsg_k_EMsgGCToGCCanUseDropRateBonus                        EGCItemMsg = 2547
	EGCItemMsg_k_EMsgSQLAddDropRateBonus                              EGCItemMsg = 2548
	EGCItemMsg_k_EMsgGCToGCRefreshSOCache                             EGCItemMsg = 2549
	EGCItemMsg_k_EMsgGCToGCApplyLocalizationDiff                      EGCItemMsg = 2550
	EGCItemMsg_k_EMsgGCToGCApplyLocalizationDiffResponse              EGCItemMsg = 2551
	EGCItemMsg_k_EMsgGCToGCCheckAccountTradeStatus                    EGCItemMsg = 2552
	EGCItemMsg_k_EMsgGCToGCCheckAccountTradeStatusResponse            EGCItemMsg = 2553
	EGCItemMsg_k_EMsgGCToGCGrantAccountRolledItems                    EGCItemMsg = 2554
	EGCItemMsg_k_EMsgGCToGCGrantSelfMadeItemToAccount                 EGCItemMsg = 2555
	EGCItemMsg_k_EMsgGCPartnerBalanceRequest                          EGCItemMsg = 2557
	EGCItemMsg_k_EMsgGCPartnerBalanceResponse                         EGCItemMsg = 2558
	EGCItemMsg_k_EMsgGCPartnerRechargeRedirectURLRequest              EGCItemMsg = 2559
	EGCItemMsg_k_EMsgGCPartnerRechargeRedirectURLResponse             EGCItemMsg = 2560
	EGCItemMsg_k_EMsgGCStatueCraft                                    EGCItemMsg = 2561
	EGCItemMsg_k_EMsgGCRedeemCode                                     EGCItemMsg = 2562
	EGCItemMsg_k_EMsgGCRedeemCodeResponse                             EGCItemMsg = 2563
	EGCItemMsg_k_EMsgGCToGCItemConsumptionRollback                    EGCItemMsg = 2564
	EGCItemMsg_k_EMsgClientToGCWrapAndDeliverGift                     EGCItemMsg = 2565
	EGCItemMsg_k_EMsgClientToGCWrapAndDeliverGiftResponse             EGCItemMsg = 2566
	EGCItemMsg_k_EMsgClientToGCUnpackBundleResponse                   EGCItemMsg = 2567
	EGCItemMsg_k_EMsgGCToClientStoreTransactionCompleted              EGCItemMsg = 2568
	EGCItemMsg_k_EMsgClientToGCEquipItems                             EGCItemMsg = 2569
	EGCItemMsg_k_EMsgClientToGCEquipItemsResponse                     EGCItemMsg = 2570
	EGCItemMsg_k_EMsgClientToGCUnlockItemStyle                        EGCItemMsg = 2571
	EGCItemMsg_k_EMsgClientToGCUnlockItemStyleResponse                EGCItemMsg = 2572
	EGCItemMsg_k_EMsgClientToGCSetItemInventoryCategory               EGCItemMsg = 2573
	EGCItemMsg_k_EMsgClientToGCUnlockCrate                            EGCItemMsg = 2574
	EGCItemMsg_k_EMsgClientToGCUnlockCrateResponse                    EGCItemMsg = 2575
	EGCItemMsg_k_EMsgClientToGCUnpackBundle                           EGCItemMsg = 2576
	EGCItemMsg_k_EMsgClientToGCSetItemStyle                           EGCItemMsg = 2577
	EGCItemMsg_k_EMsgClientToGCSetItemStyleResponse                   EGCItemMsg = 2578
	EGCItemMsg_k_EMsgSQLGCToGCGrantBackpackSlots                      EGCItemMsg = 2580
	EGCItemMsg_k_EMsgClientToGCLookupAccountName                      EGCItemMsg = 2581
	EGCItemMsg_k_EMsgClientToGCLookupAccountNameResponse              EGCItemMsg = 2582
	EGCItemMsg_k_EMsgGCToGCDevRevokeUserItems                         EGCItemMsg = 2583
	EGCItemMsg_k_EMsgClientToGCCreateStaticRecipe                     EGCItemMsg = 2584
	EGCItemMsg_k_EMsgClientToGCCreateStaticRecipeResponse             EGCItemMsg = 2585
	EGCItemMsg_k_EMsgGCToGCStoreProcessCDKeyTransaction               EGCItemMsg = 2586
	EGCItemMsg_k_EMsgGCToGCStoreProcessCDKeyTransactionResponse       EGCItemMsg = 2587
	EGCItemMsg_k_EMsgGCToGCStoreProcessSettlement                     EGCItemMsg = 2588
	EGCItemMsg_k_EMsgGCToGCStoreProcessSettlementResponse             EGCItemMsg = 2589
	EGCItemMsg_k_EMsgGCToGCConsoleOutput                              EGCItemMsg = 2590
	EGCItemMsg_k_EMsgGCToClientItemAges                               EGCItemMsg = 2591
	EGCItemMsg_k_EMsgGCToGCInternalTestMsg                            EGCItemMsg = 2592
	EGCItemMsg_k_EMsgGCToGCClientServerVersionsUpdated                EGCItemMsg = 2593
	EGCItemMsg_k_EMsgGCUseMultipleItemsRequest                        EGCItemMsg = 2594
	EGCItemMsg_k_EMsgGCGetAccountSubscriptionItem                     EGCItemMsg = 2595
	EGCItemMsg_k_EMsgGCGetAccountSubscriptionItemResponse             EGCItemMsg = 2596
	EGCItemMsg_k_EMsgGCToGCBroadcastMessageFromSub                    EGCItemMsg = 2598
	EGCItemMsg_k_EMsgGCToClientCurrencyPricePoints                    EGCItemMsg = 2599
	EGCItemMsg_k_EMsgGCToGCAddSubscriptionTime                        EGCItemMsg = 2600
	EGCItemMsg_k_EMsgGCToGCFlushSteamInventoryCache                   EGCItemMsg = 2601
	EGCItemMsg_k_EMsgGCRequestCrateEscalationLevel                    EGCItemMsg = 2602
	EGCItemMsg_k_EMsgGCRequestCrateEscalationLevelResponse            EGCItemMsg = 2603
	EGCItemMsg_k_EMsgGCToGCUpdateSubscriptionItems                    EGCItemMsg = 2604
	EGCItemMsg_k_EMsgGCToGCSelfPing                                   EGCItemMsg = 2605
	EGCItemMsg_k_EMsgGCToGCGetInfuxIntervalStats                      EGCItemMsg = 2606
	EGCItemMsg_k_EMsgGCToGCGetInfuxIntervalStatsResponse              EGCItemMsg = 2607
	EGCItemMsg_k_EMsgGCToGCPurchaseSucceeded                          EGCItemMsg = 2608
	EGCItemMsg_k_EMsgClientToGCGetLimitedItemPurchaseQuantity         EGCItemMsg = 2609
	EGCItemMsg_k_EMsgClientToGCGetLimitedItemPurchaseQuantityResponse EGCItemMsg = 2610
)

func (EGCItemMsg) Enum

func (x EGCItemMsg) Enum() *EGCItemMsg

func (EGCItemMsg) EnumDescriptor

func (EGCItemMsg) EnumDescriptor() ([]byte, []int)

func (EGCItemMsg) String

func (x EGCItemMsg) String() string

func (*EGCItemMsg) UnmarshalJSON

func (x *EGCItemMsg) UnmarshalJSON(data []byte) error

type EGCMsgInitiateTradeResponse

type EGCMsgInitiateTradeResponse int32
const (
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Accepted                          EGCMsgInitiateTradeResponse = 0
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Declined                          EGCMsgInitiateTradeResponse = 1
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_VAC_Banned_Initiator              EGCMsgInitiateTradeResponse = 2
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_VAC_Banned_Target                 EGCMsgInitiateTradeResponse = 3
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Target_Already_Trading            EGCMsgInitiateTradeResponse = 4
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Disabled                          EGCMsgInitiateTradeResponse = 5
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_NotLoggedIn                       EGCMsgInitiateTradeResponse = 6
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Cancel                            EGCMsgInitiateTradeResponse = 7
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TooSoon                           EGCMsgInitiateTradeResponse = 8
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TooSoonPenalty                    EGCMsgInitiateTradeResponse = 9
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Trade_Banned_Initiator            EGCMsgInitiateTradeResponse = 10
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Trade_Banned_Target               EGCMsgInitiateTradeResponse = 11
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Free_Account_Initiator_DEPRECATED EGCMsgInitiateTradeResponse = 12
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Shared_Account_Initiator          EGCMsgInitiateTradeResponse = 13
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Service_Unavailable               EGCMsgInitiateTradeResponse = 14
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Target_Blocked                    EGCMsgInitiateTradeResponse = 15
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_NeedVerifiedEmail                 EGCMsgInitiateTradeResponse = 16
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_NeedSteamGuard                    EGCMsgInitiateTradeResponse = 17
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_SteamGuardDuration                EGCMsgInitiateTradeResponse = 18
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TheyCannotTrade                   EGCMsgInitiateTradeResponse = 19
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Recent_Password_Reset             EGCMsgInitiateTradeResponse = 20
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Using_New_Device                  EGCMsgInitiateTradeResponse = 21
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Sent_Invalid_Cookie               EGCMsgInitiateTradeResponse = 22
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_TooRecentFriend                   EGCMsgInitiateTradeResponse = 23
	EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_WalledFundsNotTrusted             EGCMsgInitiateTradeResponse = 24
)
const Default_CMsgClientToGCGetGiftPermissionsResponse_FriendPermission_Permission EGCMsgInitiateTradeResponse = EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Accepted
const Default_CMsgClientToGCGetGiftPermissionsResponse_SenderPermission EGCMsgInitiateTradeResponse = EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Accepted
const Default_CMsgClientToGCWrapAndDeliverGiftResponse_TradeRestriction EGCMsgInitiateTradeResponse = EGCMsgInitiateTradeResponse_k_EGCMsgInitiateTradeResponse_Accepted

func (EGCMsgInitiateTradeResponse) Enum

func (EGCMsgInitiateTradeResponse) EnumDescriptor

func (EGCMsgInitiateTradeResponse) EnumDescriptor() ([]byte, []int)

func (EGCMsgInitiateTradeResponse) String

func (*EGCMsgInitiateTradeResponse) UnmarshalJSON

func (x *EGCMsgInitiateTradeResponse) UnmarshalJSON(data []byte) error

type EItemPurgatoryResponse_Finalize

type EItemPurgatoryResponse_Finalize int32
const (
	EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Succeeded                  EItemPurgatoryResponse_Finalize = 0
	EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_Incomplete          EItemPurgatoryResponse_Finalize = 1
	EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_ItemsNotInPurgatory EItemPurgatoryResponse_Finalize = 2
	EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_CouldNotFindItems   EItemPurgatoryResponse_Finalize = 3
	EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_Failed_NoSOCache           EItemPurgatoryResponse_Finalize = 4
	EItemPurgatoryResponse_Finalize_k_ItemPurgatoryResponse_Finalize_BackpackFull               EItemPurgatoryResponse_Finalize = 5
)

func (EItemPurgatoryResponse_Finalize) Enum

func (EItemPurgatoryResponse_Finalize) EnumDescriptor

func (EItemPurgatoryResponse_Finalize) EnumDescriptor() ([]byte, []int)

func (EItemPurgatoryResponse_Finalize) String

func (*EItemPurgatoryResponse_Finalize) UnmarshalJSON

func (x *EItemPurgatoryResponse_Finalize) UnmarshalJSON(data []byte) error

type EItemPurgatoryResponse_Refund

type EItemPurgatoryResponse_Refund int32
const (
	EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Succeeded                 EItemPurgatoryResponse_Refund = 0
	EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_ItemNotInPurgatory EItemPurgatoryResponse_Refund = 1
	EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_CouldNotFindItem   EItemPurgatoryResponse_Refund = 2
	EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_NoSOCache          EItemPurgatoryResponse_Refund = 3
	EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_NoDetail           EItemPurgatoryResponse_Refund = 4
)

func (EItemPurgatoryResponse_Refund) Enum

func (EItemPurgatoryResponse_Refund) EnumDescriptor

func (EItemPurgatoryResponse_Refund) EnumDescriptor() ([]byte, []int)

func (EItemPurgatoryResponse_Refund) String

func (*EItemPurgatoryResponse_Refund) UnmarshalJSON

func (x *EItemPurgatoryResponse_Refund) UnmarshalJSON(data []byte) error

type ESOMsg

type ESOMsg int32
const (
	ESOMsg_k_ESOMsg_Create                   ESOMsg = 21
	ESOMsg_k_ESOMsg_Update                   ESOMsg = 22
	ESOMsg_k_ESOMsg_Destroy                  ESOMsg = 23
	ESOMsg_k_ESOMsg_CacheSubscribed          ESOMsg = 24
	ESOMsg_k_ESOMsg_CacheUnsubscribed        ESOMsg = 25
	ESOMsg_k_ESOMsg_UpdateMultiple           ESOMsg = 26
	ESOMsg_k_ESOMsg_CacheSubscriptionRefresh ESOMsg = 28
	ESOMsg_k_ESOMsg_CacheSubscribedUpToDate  ESOMsg = 29
)

func (ESOMsg) Enum

func (x ESOMsg) Enum() *ESOMsg

func (ESOMsg) EnumDescriptor

func (ESOMsg) EnumDescriptor() ([]byte, []int)

func (ESOMsg) String

func (x ESOMsg) String() string

func (*ESOMsg) UnmarshalJSON

func (x *ESOMsg) UnmarshalJSON(data []byte) error

type ESourceEngine

type ESourceEngine int32
const (
	ESourceEngine_k_ESE_Source1 ESourceEngine = 0
	ESourceEngine_k_ESE_Source2 ESourceEngine = 1
)
const Default_CMsgClientHello_Engine ESourceEngine = ESourceEngine_k_ESE_Source1

func (ESourceEngine) Enum

func (x ESourceEngine) Enum() *ESourceEngine

func (ESourceEngine) EnumDescriptor

func (ESourceEngine) EnumDescriptor() ([]byte, []int)

func (ESourceEngine) String

func (x ESourceEngine) String() string

func (*ESourceEngine) UnmarshalJSON

func (x *ESourceEngine) UnmarshalJSON(data []byte) error

type GCConnectionStatus

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
)
const Default_CMsgConnectionStatus_Status GCConnectionStatus = GCConnectionStatus_GCConnectionStatus_HAVE_SESSION

func (GCConnectionStatus) Enum

func (GCConnectionStatus) EnumDescriptor

func (GCConnectionStatus) EnumDescriptor() ([]byte, []int)

func (GCConnectionStatus) String

func (x GCConnectionStatus) String() string

func (*GCConnectionStatus) UnmarshalJSON

func (x *GCConnectionStatus) UnmarshalJSON(data []byte) error

type PartnerAccountType

type PartnerAccountType int32
const (
	PartnerAccountType_PARTNER_NONE          PartnerAccountType = 0
	PartnerAccountType_PARTNER_PERFECT_WORLD PartnerAccountType = 1
	PartnerAccountType_PARTNER_INVALID       PartnerAccountType = 3
)
const Default_CMsgClientHello_ClientLauncher PartnerAccountType = PartnerAccountType_PARTNER_NONE

func (PartnerAccountType) Enum

func (PartnerAccountType) EnumDescriptor

func (PartnerAccountType) EnumDescriptor() ([]byte, []int)

func (PartnerAccountType) String

func (x PartnerAccountType) String() string

func (*PartnerAccountType) UnmarshalJSON

func (x *PartnerAccountType) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL