protocol

package
v0.0.0-...-316a96e Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_CGCSystemMsg_GetAccountDetails_Response_EresultDeprecated uint32 = 2
View Source
const Default_CGCToGCMsgMasterAck_Response_Eresult int32 = 2
View Source
const Default_CMsgAMAddFreeLicenseResponse_Eresult int32 = 2
View Source
const Default_CMsgAMGetUserGameStatsResponse_Eresult int32 = 2
View Source
const Default_CMsgAMGrantGuestPasses2Response_Eresult int32 = 2
View Source
const Default_CMsgAMGrantGuestPasses2Response_PassesGranted int32 = 0
View Source
const Default_CMsgAMSendEmailResponse_Eresult uint32 = 2
View Source
const Default_CMsgClientToServerInitData_BotDifficulty int32 = 0
View Source
const Default_CMsgClientToServerInitData_LocalMmrLevel int32 = -1
View Source
const Default_CMsgDPPartnerMicroTxnsResponse_Eresult uint32 = 2
View Source
const Default_CMsgExtractGems_ItemSocketId uint32 = 65535
View Source
const Default_CMsgGCGetEmailTemplateResponse_Eresult uint32 = 2
View Source
const Default_CMsgGCMsgMasterSetClientMsgRouting_Response_Eresult int32 = 2
View Source
const Default_CMsgGCMsgMasterSetDirectory_Response_Eresult int32 = 2
View Source
const Default_CMsgGCMsgMasterSetWebAPIRouting_Response_Eresult int32 = 2
View Source
const Default_CMsgGenericResult_Eresult uint32 = 2
View Source
const Default_CMsgProtoBufHeader_Eresult int32 = 2
View Source
const Default_CMsgProtoBufHeader_JobIdSource uint64 = 18446744073709551615
View Source
const Default_CMsgProtoBufHeader_JobIdTarget uint64 = 18446744073709551615
View Source
const Default_CMsgWebAPIKey_AccountId uint32 = 0
View Source
const Default_CMsgWebAPIKey_PublisherGroupId uint32 = 0
View Source
const Default_CMsgWebAPIKey_Status uint32 = 255
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
View Source
const Default_CServerLobbyData_PlayerMMR_Player_LevelScoreChangeMult float32 = 1

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 CMsgClientToGCAckSupportCreditsResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidItem",
}
View Source
var CMsgClientToGCAckSupportCreditsResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eInvalidItem":   4,
}
View Source
var CMsgClientToGCAssociateDeviceResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
	5: "k_eNotFound",
}
View Source
var CMsgClientToGCAssociateDeviceResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
	"k_eNotFound":      5,
}
View Source
var CMsgClientToGCCanPurchaseItemResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eTooBusy",
	4:  "k_eItemDisabled",
	5:  "k_eInvalidItem",
	6:  "k_eStoreDisabled",
	7:  "k_eInvalidClientVersion",
	8:  "k_eInvalidQuantity",
	9:  "k_eOutstandingReservations",
	10: "k_eExceedsCreditLimit",
}
View Source
var CMsgClientToGCCanPurchaseItemResponse_EResponse_value = map[string]int32{
	"k_eInternalError":           0,
	"k_eSuccess":                 1,
	"k_eDisabled":                2,
	"k_eTooBusy":                 3,
	"k_eItemDisabled":            4,
	"k_eInvalidItem":             5,
	"k_eStoreDisabled":           6,
	"k_eInvalidClientVersion":    7,
	"k_eInvalidQuantity":         8,
	"k_eOutstandingReservations": 9,
	"k_eExceedsCreditLimit":      10,
}
View Source
var CMsgClientToGCCheckFriendCodeResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eTooBusy",
	4:  "k_eRateLimited",
	5:  "k_eInvalidKey",
	6:  "k_eKeyExpired",
	7:  "k_eKeyConsumed",
	8:  "k_eAlreadyFriends",
	9:  "k_eTargetHasTooManyFriends",
	10: "k_eHaveTooManyFriends",
	11: "k_eBlocked",
	12: "k_eIgnored",
}
View Source
var CMsgClientToGCCheckFriendCodeResponse_EResponse_value = map[string]int32{
	"k_eInternalError":           0,
	"k_eSuccess":                 1,
	"k_eDisabled":                2,
	"k_eTooBusy":                 3,
	"k_eRateLimited":             4,
	"k_eInvalidKey":              5,
	"k_eKeyExpired":              6,
	"k_eKeyConsumed":             7,
	"k_eAlreadyFriends":          8,
	"k_eTargetHasTooManyFriends": 9,
	"k_eHaveTooManyFriends":      10,
	"k_eBlocked":                 11,
	"k_eIgnored":                 12,
}
View Source
var CMsgClientToGCClaimChallengeRewardResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
	5: "k_eNotComplete",
	6: "k_eAlreadyClaimed",
	7: "k_eSequenceMismatch",
	8: "k_eEventInactive",
	9: "k_eNoRewards",
}
View Source
var CMsgClientToGCClaimChallengeRewardResponse_EResponse_value = map[string]int32{
	"k_eInternalError":    0,
	"k_eSuccess":          1,
	"k_eDisabled":         2,
	"k_eTooBusy":          3,
	"k_eRateLimited":      4,
	"k_eNotComplete":      5,
	"k_eAlreadyClaimed":   6,
	"k_eSequenceMismatch": 7,
	"k_eEventInactive":    8,
	"k_eNoRewards":        9,
}
View Source
var CMsgClientToGCClearPurchaseReserveResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eTooBusy",
}
View Source
var CMsgClientToGCClearPurchaseReserveResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eTooBusy":       2,
}
View Source
var CMsgClientToGCCreateFriendCodeResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
	5: "k_eTooManyCodes",
}
View Source
var CMsgClientToGCCreateFriendCodeResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
	"k_eTooManyCodes":  5,
}
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 CMsgClientToGCDevEventOperation_EOperation_name = map[int32]string{
	0:  "k_eOp_Reset",
	1:  "k_eOp_GrantCurrency",
	2:  "k_eOp_GrantChallenge",
	3:  "k_eOp_RerollCooldown",
	4:  "k_eOp_SetCurrencyLevel",
	5:  "k_eOp_SetCurrencyValue",
	6:  "k_eOp_SetChallengeValue",
	7:  "k_eOp_GrantOwnership",
	8:  "k_eOp_GrantVirtualItem",
	9:  "k_eOp_RevokeVirtualItem",
	10: "k_eOp_SetChallenge",
}
View Source
var CMsgClientToGCDevEventOperation_EOperation_value = map[string]int32{
	"k_eOp_Reset":             0,
	"k_eOp_GrantCurrency":     1,
	"k_eOp_GrantChallenge":    2,
	"k_eOp_RerollCooldown":    3,
	"k_eOp_SetCurrencyLevel":  4,
	"k_eOp_SetCurrencyValue":  5,
	"k_eOp_SetChallengeValue": 6,
	"k_eOp_GrantOwnership":    7,
	"k_eOp_GrantVirtualItem":  8,
	"k_eOp_RevokeVirtualItem": 9,
	"k_eOp_SetChallenge":      10,
}
View Source
var CMsgClientToGCDevOperation_EOperation_name = map[int32]string{
	0: "k_eSetGACFlags",
	1: "k_eGrantCreditObject",
	2: "k_eClearAllCredits",
	3: "k_eForceAccountSyncValue",
	4: "k_eSetAccountSearchKey",
}
View Source
var CMsgClientToGCDevOperation_EOperation_value = map[string]int32{
	"k_eSetGACFlags":           0,
	"k_eGrantCreditObject":     1,
	"k_eClearAllCredits":       2,
	"k_eForceAccountSyncValue": 3,
	"k_eSetAccountSearchKey":   4,
}
View Source
var CMsgClientToGCEquipLoadoutResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidLoadoutSlot",
	5: "k_eInvalidItem",
	6: "k_eInvalidItemType",
	7: "k_eItemExpired",
	8: "k_eRateLimited",
	9: "k_eTooManyChanges",
}
View Source
var CMsgClientToGCEquipLoadoutResponse_EResponse_value = map[string]int32{
	"k_eInternalError":      0,
	"k_eSuccess":            1,
	"k_eDisabled":           2,
	"k_eTooBusy":            3,
	"k_eInvalidLoadoutSlot": 4,
	"k_eInvalidItem":        5,
	"k_eInvalidItemType":    6,
	"k_eItemExpired":        7,
	"k_eRateLimited":        8,
	"k_eTooManyChanges":     9,
}
View Source
var CMsgClientToGCEventChallengeProgressResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eEventInactive",
	5: "k_eInvalidSlot",
	6: "k_eInvalidChallengeConfig",
	7: "k_eSequenceMismatch",
	8: "k_eRateLimited",
}
View Source
var CMsgClientToGCEventChallengeProgressResponse_EResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_eDisabled":               2,
	"k_eTooBusy":                3,
	"k_eEventInactive":          4,
	"k_eInvalidSlot":            5,
	"k_eInvalidChallengeConfig": 6,
	"k_eSequenceMismatch":       7,
	"k_eRateLimited":            8,
}
View Source
var CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eTooBusy",
	4:  "k_eEventInactive",
	5:  "k_eInvalidSlot",
	6:  "k_eInvalidChallengeConfig",
	7:  "k_eSequenceMismatch",
	8:  "k_eInvalidCurrency",
	9:  "k_eInsufficientCurrency",
	10: "k_eRateLimited",
	11: "k_eInvalidStartingBalance",
}
View Source
var CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_eDisabled":               2,
	"k_eTooBusy":                3,
	"k_eEventInactive":          4,
	"k_eInvalidSlot":            5,
	"k_eInvalidChallengeConfig": 6,
	"k_eSequenceMismatch":       7,
	"k_eInvalidCurrency":        8,
	"k_eInsufficientCurrency":   9,
	"k_eRateLimited":            10,
	"k_eInvalidStartingBalance": 11,
}
View Source
var CMsgClientToGCEventClaimResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eStartingValueMismatch",
	3: "k_eInvalidEventID",
	4: "k_eInvalidClaimID",
	5: "k_eRequirementsNotMet",
	6: "k_eDisabled",
	7: "k_eTooBusy",
}
View Source
var CMsgClientToGCEventClaimResponse_EResponse_value = map[string]int32{
	"k_eInternalError":         0,
	"k_eSuccess":               1,
	"k_eStartingValueMismatch": 2,
	"k_eInvalidEventID":        3,
	"k_eInvalidClaimID":        4,
	"k_eRequirementsNotMet":    5,
	"k_eDisabled":              6,
	"k_eTooBusy":               7,
}
View Source
var CMsgClientToGCEventEquipVirtualItemsResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidItem",
	5: "k_eInvalidSlot",
	6: "k_eEventInactive",
	7: "k_eTooManyEquips",
	8: "k_eDuplicateEquip",
}
View Source
var CMsgClientToGCEventEquipVirtualItemsResponse_EResponse_value = map[string]int32{
	"k_eInternalError":  0,
	"k_eSuccess":        1,
	"k_eDisabled":       2,
	"k_eTooBusy":        3,
	"k_eInvalidItem":    4,
	"k_eInvalidSlot":    5,
	"k_eEventInactive":  6,
	"k_eTooManyEquips":  7,
	"k_eDuplicateEquip": 8,
}
View Source
var CMsgClientToGCEventPurchaseCurrencyResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eTooBusy",
	4:  "k_eEventNotOwned",
	5:  "k_eInvalidCurrency",
	6:  "k_eEventClosed",
	7:  "k_eInvalidQuantity",
	8:  "k_eInvalidExpectedCost",
	9:  "k_eInvalidStartingBalance",
	10: "k_eInsufficientCredits",
	11: "k_eCurrencyOverflow",
}
View Source
var CMsgClientToGCEventPurchaseCurrencyResponse_EResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_eDisabled":               2,
	"k_eTooBusy":                3,
	"k_eEventNotOwned":          4,
	"k_eInvalidCurrency":        5,
	"k_eEventClosed":            6,
	"k_eInvalidQuantity":        7,
	"k_eInvalidExpectedCost":    8,
	"k_eInvalidStartingBalance": 9,
	"k_eInsufficientCredits":    10,
	"k_eCurrencyOverflow":       11,
}
View Source
var CMsgClientToGCEventPurchaseResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	5: "k_eInvalidEvent",
	6: "k_eInsufficientCredits",
	7: "k_eExpectedCostMismatch",
	8: "k_eAlreadyOwned",
}
View Source
var CMsgClientToGCEventPurchaseResponse_EResponse_value = map[string]int32{
	"k_eInternalError":        0,
	"k_eSuccess":              1,
	"k_eDisabled":             2,
	"k_eTooBusy":              3,
	"k_eInvalidEvent":         5,
	"k_eInsufficientCredits":  6,
	"k_eExpectedCostMismatch": 7,
	"k_eAlreadyOwned":         8,
}
View Source
var CMsgClientToGCEventRequestInfoSyncResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	3: "k_eInvalidEventID",
	4: "k_eInvalidPermissions",
	5: "k_eRateLimited",
	6: "k_eDisabled",
	7: "k_eTooBusy",
}
View Source
var CMsgClientToGCEventRequestInfoSyncResponse_EResponse_value = map[string]int32{
	"k_eInternalError":      0,
	"k_eSuccess":            1,
	"k_eInvalidEventID":     3,
	"k_eInvalidPermissions": 4,
	"k_eRateLimited":        5,
	"k_eDisabled":           6,
	"k_eTooBusy":            7,
}
View Source
var CMsgClientToGCGetDuosRanksResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidMessage",
	5: "k_eRateLimited",
	6: "k_eInvalidPermission",
}
View Source
var CMsgClientToGCGetDuosRanksResponse_EResponse_value = map[string]int32{
	"k_eInternalError":     0,
	"k_eSuccess":           1,
	"k_eDisabled":          2,
	"k_eTooBusy":           3,
	"k_eInvalidMessage":    4,
	"k_eRateLimited":       5,
	"k_eInvalidPermission": 6,
}
View Source
var CMsgClientToGCGetDuosRanks_ESortOrder_name = map[int32]string{
	0: "k_eSort_LastPlayed",
	1: "k_eSort_HighestRanked",
	2: "k_eSort_MostGames",
}
View Source
var CMsgClientToGCGetDuosRanks_ESortOrder_value = map[string]int32{
	"k_eSort_LastPlayed":    0,
	"k_eSort_HighestRanked": 1,
	"k_eSort_MostGames":     2,
}
View Source
var CMsgClientToGCGetFriendCodesResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
}
View Source
var CMsgClientToGCGetFriendCodesResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
}
View Source
var CMsgClientToGCGetFriendRanksResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
}
View Source
var CMsgClientToGCGetFriendRanksResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
}
View Source
var CMsgClientToGCGetMatchHistoryResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidMessage",
	5: "k_eRateLimited",
	6: "k_eInvalidPermission",
}
View Source
var CMsgClientToGCGetMatchHistoryResponse_EResponse_value = map[string]int32{
	"k_eInternalError":     0,
	"k_eSuccess":           1,
	"k_eDisabled":          2,
	"k_eTooBusy":           3,
	"k_eInvalidMessage":    4,
	"k_eRateLimited":       5,
	"k_eInvalidPermission": 6,
}
View Source
var CMsgClientToGCGetPostMatchStatsResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
}
View Source
var CMsgClientToGCGetPostMatchStatsResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
}
View Source
var CMsgClientToGCGetProfileResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidMessage",
	5: "k_eRateLimited",
	6: "k_eInvalidPermission",
}
View Source
var CMsgClientToGCGetProfileResponse_EResponse_value = map[string]int32{
	"k_eInternalError":     0,
	"k_eSuccess":           1,
	"k_eDisabled":          2,
	"k_eTooBusy":           3,
	"k_eInvalidMessage":    4,
	"k_eRateLimited":       5,
	"k_eInvalidPermission": 6,
}
View Source
var CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
}
View Source
var CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
}
View Source
var CMsgClientToGCHandleItemPurchaseResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eStoreDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidReceipt",
	5: "k_eUnableToValidateReceipt",
	6: "k_eInvalidClientVersion",
}
View Source
var CMsgClientToGCHandleItemPurchaseResponse_EResponse_value = map[string]int32{
	"k_eInternalError":           0,
	"k_eSuccess":                 1,
	"k_eStoreDisabled":           2,
	"k_eTooBusy":                 3,
	"k_eInvalidReceipt":          4,
	"k_eUnableToValidateReceipt": 5,
	"k_eInvalidClientVersion":    6,
}
View Source
var CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_ePurchaseItemError",
	3: "k_eInvalidOrderID",
	4: "k_eUnableToValidate",
	5: "k_eAlreadyResolved",
	6: "k_eResolvedOnOtherAccount",
	7: "k_ePurchaseRefunded",
	8: "k_ePurchasePending",
	9: "k_ePurchaseCanceled",
}
View Source
var CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_ePurchaseItemError":      2,
	"k_eInvalidOrderID":         3,
	"k_eUnableToValidate":       4,
	"k_eAlreadyResolved":        5,
	"k_eResolvedOnOtherAccount": 6,
	"k_ePurchaseRefunded":       7,
	"k_ePurchasePending":        8,
	"k_ePurchaseCanceled":       9,
}
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 CMsgClientToGCPartyActionResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eInvalidPartyID",
	3:  "k_eInvalidPermissions",
	4:  "k_eInvalidTarget",
	5:  "k_eInvalidValue",
	6:  "k_eInMatchMaking",
	7:  "k_eInMatch",
	8:  "k_eDisabled",
	9:  "k_eTooBusy",
	10: "k_eRateLimited",
}
View Source
var CMsgClientToGCPartyActionResponse_EResponse_value = map[string]int32{
	"k_eInternalError":      0,
	"k_eSuccess":            1,
	"k_eInvalidPartyID":     2,
	"k_eInvalidPermissions": 3,
	"k_eInvalidTarget":      4,
	"k_eInvalidValue":       5,
	"k_eInMatchMaking":      6,
	"k_eInMatch":            7,
	"k_eDisabled":           8,
	"k_eTooBusy":            9,
	"k_eRateLimited":        10,
}
View Source
var CMsgClientToGCPartyAction_EAction_name = map[int32]string{
	1: "k_eKickUser",
	2: "k_eCancelInvite",
	3: "k_eCancelFindMatch",
	4: "k_eSetReady",
	5: "k_eSetPlayerType",
	6: "k_eSetBotDifficulty",
	7: "k_eEnablePartyCode",
	8: "k_eSetMemberTeam",
}
View Source
var CMsgClientToGCPartyAction_EAction_value = map[string]int32{
	"k_eKickUser":         1,
	"k_eCancelInvite":     2,
	"k_eCancelFindMatch":  3,
	"k_eSetReady":         4,
	"k_eSetPlayerType":    5,
	"k_eSetBotDifficulty": 6,
	"k_eEnablePartyCode":  7,
	"k_eSetMemberTeam":    8,
}
View Source
var CMsgClientToGCPartyCreateResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eAlreadyInParty",
	3:  "k_eDisabled",
	4:  "k_eInvalidVersion",
	5:  "k_eNoRegionPings",
	6:  "k_eTooBusy",
	7:  "k_eRateLimited",
	8:  "k_eNotFriends",
	9:  "k_eRegionInfoNotProvided",
	10: "k_eDurationControlBlocked",
}
View Source
var CMsgClientToGCPartyCreateResponse_EResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_eAlreadyInParty":         2,
	"k_eDisabled":               3,
	"k_eInvalidVersion":         4,
	"k_eNoRegionPings":          5,
	"k_eTooBusy":                6,
	"k_eRateLimited":            7,
	"k_eNotFriends":             8,
	"k_eRegionInfoNotProvided":  9,
	"k_eDurationControlBlocked": 10,
}
View Source
var CMsgClientToGCPartyInviteUserResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eAlreadyInvited",
	3: "k_eInvalidPermissions",
	4: "k_eInvalidPartyID",
	5: "k_eDisabled",
	6: "k_eTooManyInvites",
	7: "k_eNotFriends",
	8: "k_eTooBusy",
	9: "k_eRateLimited",
}
View Source
var CMsgClientToGCPartyInviteUserResponse_EResponse_value = map[string]int32{
	"k_eInternalError":      0,
	"k_eSuccess":            1,
	"k_eAlreadyInvited":     2,
	"k_eInvalidPermissions": 3,
	"k_eInvalidPartyID":     4,
	"k_eDisabled":           5,
	"k_eTooManyInvites":     6,
	"k_eNotFriends":         7,
	"k_eTooBusy":            8,
	"k_eRateLimited":        9,
}
View Source
var CMsgClientToGCPartyJoinResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eAlreadyInParty",
	3:  "k_eDisabled",
	4:  "k_eInvalidPartyID",
	5:  "k_eInvalidPermissions",
	6:  "k_eInvalidVersion",
	7:  "k_eNoRegionPings",
	8:  "k_eTooBusy",
	9:  "k_eInvalidCode",
	10: "k_eRateLimited",
	11: "k_eRegionInfoNotProvided",
	12: "k_eDurationControlBlocked",
}
View Source
var CMsgClientToGCPartyJoinResponse_EResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_eAlreadyInParty":         2,
	"k_eDisabled":               3,
	"k_eInvalidPartyID":         4,
	"k_eInvalidPermissions":     5,
	"k_eInvalidVersion":         6,
	"k_eNoRegionPings":          7,
	"k_eTooBusy":                8,
	"k_eInvalidCode":            9,
	"k_eRateLimited":            10,
	"k_eRegionInfoNotProvided":  11,
	"k_eDurationControlBlocked": 12,
}
View Source
var CMsgClientToGCPartyLeaveResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eNotInParty",
	3: "k_eInMatchMaking",
}
View Source
var CMsgClientToGCPartyLeaveResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eNotInParty":    2,
	"k_eInMatchMaking": 3,
}
View Source
var CMsgClientToGCPartySetGameModifierResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidPartyID",
	5: "k_eInvalidPermissions",
	6: "k_eInvalidModifier",
	7: "k_eInMatchMaking",
}
View Source
var CMsgClientToGCPartySetGameModifierResponse_EResponse_value = map[string]int32{
	"k_eInternalError":      0,
	"k_eSuccess":            1,
	"k_eDisabled":           2,
	"k_eTooBusy":            3,
	"k_eInvalidPartyID":     4,
	"k_eInvalidPermissions": 5,
	"k_eInvalidModifier":    6,
	"k_eInMatchMaking":      7,
}
View Source
var CMsgClientToGCPartyStartMatchResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eInvalidPartyID",
	4:  "k_eInvalidPermissions",
	5:  "k_eTooBusy",
	6:  "k_eInMatchmaking",
	7:  "k_eInMatch",
	10: "k_eInvalidVersion",
	11: "k_ePlayersNotReady",
	12: "k_eCannotSelectRegion",
	13: "k_eNotAllPlayersAvailable",
	14: "k_eTooManyPlayersForMM",
	15: "k_eTooManyPlayersForPrivate",
	16: "k_eTooManySpectatorsForMM",
	17: "k_eTooManySpectatorsForPrivate",
	18: "k_eTooFewPlayersForMM",
	19: "k_eTooFewPlayersForPrivate",
	20: "k_eMismatchedVersions",
	21: "k_eInvalidPartyMatchMode",
	22: "k_eNotAllPlayersCanPlayRanked",
	23: "k_ePlayerBannedFromMode",
	24: "k_eTooManyPlayersOnTeam",
	25: "k_eUnableToFillTeam",
	26: "k_eInvalidTeam",
}
View Source
var CMsgClientToGCPartyStartMatchResponse_EResponse_value = map[string]int32{
	"k_eInternalError":               0,
	"k_eSuccess":                     1,
	"k_eDisabled":                    2,
	"k_eInvalidPartyID":              3,
	"k_eInvalidPermissions":          4,
	"k_eTooBusy":                     5,
	"k_eInMatchmaking":               6,
	"k_eInMatch":                     7,
	"k_eInvalidVersion":              10,
	"k_ePlayersNotReady":             11,
	"k_eCannotSelectRegion":          12,
	"k_eNotAllPlayersAvailable":      13,
	"k_eTooManyPlayersForMM":         14,
	"k_eTooManyPlayersForPrivate":    15,
	"k_eTooManySpectatorsForMM":      16,
	"k_eTooManySpectatorsForPrivate": 17,
	"k_eTooFewPlayersForMM":          18,
	"k_eTooFewPlayersForPrivate":     19,
	"k_eMismatchedVersions":          20,
	"k_eInvalidPartyMatchMode":       21,
	"k_eNotAllPlayersCanPlayRanked":  22,
	"k_ePlayerBannedFromMode":        23,
	"k_eTooManyPlayersOnTeam":        24,
	"k_eUnableToFillTeam":            25,
	"k_eInvalidTeam":                 26,
}
View Source
var CMsgClientToGCPerformAutoActionsResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidEventID",
}
View Source
var CMsgClientToGCPerformAutoActionsResponse_EResponse_value = map[string]int32{
	"k_eInternalError":  0,
	"k_eSuccess":        1,
	"k_eDisabled":       2,
	"k_eTooBusy":        3,
	"k_eInvalidEventID": 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 CMsgClientToGCRerollChallengeResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eTooBusy",
	4:  "k_eRateLimited",
	5:  "k_eRerollCooldown",
	6:  "k_eNotComplete",
	7:  "k_eCannotReroll",
	8:  "k_eSequenceMismatch",
	9:  "k_eRewardsNotClaimed",
	10: "k_eEventInactive",
	11: "k_eRequiresOwningEvent",
}
View Source
var CMsgClientToGCRerollChallengeResponse_EResponse_value = map[string]int32{
	"k_eInternalError":       0,
	"k_eSuccess":             1,
	"k_eDisabled":            2,
	"k_eTooBusy":             3,
	"k_eRateLimited":         4,
	"k_eRerollCooldown":      5,
	"k_eNotComplete":         6,
	"k_eCannotReroll":        7,
	"k_eSequenceMismatch":    8,
	"k_eRewardsNotClaimed":   9,
	"k_eEventInactive":       10,
	"k_eRequiresOwningEvent": 11,
}
View Source
var CMsgClientToGCRevokeFriendCodeResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eRateLimited",
	5: "k_eInvalidKey",
}
View Source
var CMsgClientToGCRevokeFriendCodeResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eDisabled":      2,
	"k_eTooBusy":       3,
	"k_eRateLimited":   4,
	"k_eInvalidKey":    5,
}
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 CMsgClientToGCSetTeamNameResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eNotUnlocked",
	5: "k_eInCooldown",
	6: "k_eNameTooLong",
	7: "k_eCommunityBanned",
	8: "k_eGameBanned",
}
View Source
var CMsgClientToGCSetTeamNameResponse_EResponse_value = map[string]int32{
	"k_eInternalError":   0,
	"k_eSuccess":         1,
	"k_eDisabled":        2,
	"k_eTooBusy":         3,
	"k_eNotUnlocked":     4,
	"k_eInCooldown":      5,
	"k_eNameTooLong":     6,
	"k_eCommunityBanned": 7,
	"k_eGameBanned":      8,
}
View Source
var CMsgClientToGCSpectateUserResponse_EResponse_name = map[int32]string{
	0:  "k_eInternalError",
	1:  "k_eSuccess",
	2:  "k_eDisabled",
	3:  "k_eTooBusy",
	4:  "k_eRateLimited",
	5:  "k_eNotInGame",
	6:  "k_eDisabledForGame",
	7:  "k_eServerFull",
	8:  "k_eNotFriends",
	9:  "k_eRegionInfoNotProvided",
	10: "k_eDurationControlBlocked",
}
View Source
var CMsgClientToGCSpectateUserResponse_EResponse_value = map[string]int32{
	"k_eInternalError":          0,
	"k_eSuccess":                1,
	"k_eDisabled":               2,
	"k_eTooBusy":                3,
	"k_eRateLimited":            4,
	"k_eNotInGame":              5,
	"k_eDisabledForGame":        6,
	"k_eServerFull":             7,
	"k_eNotFriends":             8,
	"k_eRegionInfoNotProvided":  9,
	"k_eDurationControlBlocked": 10,
}
View Source
var CMsgClientToGCStartMatchmakingResponse_EResultCode_name = map[int32]string{
	0:  "k_EResult_OK",
	1:  "k_EResult_AlreadyFindingMatch",
	2:  "k_EResult_PartyMemberInLobby",
	3:  "k_EResult_InvalidClientVersion",
	4:  "k_EResult_MatchmakingDisabled",
	5:  "k_EResult_MatchmakingTooBusy",
	6:  "k_EResult_InternalError",
	7:  "k_EResult_NoRegionPings",
	8:  "k_EResult_InParty",
	9:  "k_EResult_ModeLocked",
	10: "k_EResult_ModeBanned",
	11: "k_EResult_RegionInfoNotProvided",
	12: "k_EResult_DurationControlBlocked",
}
View Source
var CMsgClientToGCStartMatchmakingResponse_EResultCode_value = map[string]int32{
	"k_EResult_OK":                     0,
	"k_EResult_AlreadyFindingMatch":    1,
	"k_EResult_PartyMemberInLobby":     2,
	"k_EResult_InvalidClientVersion":   3,
	"k_EResult_MatchmakingDisabled":    4,
	"k_EResult_MatchmakingTooBusy":     5,
	"k_EResult_InternalError":          6,
	"k_EResult_NoRegionPings":          7,
	"k_EResult_InParty":                8,
	"k_EResult_ModeLocked":             9,
	"k_EResult_ModeBanned":             10,
	"k_EResult_RegionInfoNotProvided":  11,
	"k_EResult_DurationControlBlocked": 12,
}
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 CMsgClientToGCUpdateAccountSyncResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eDisabled",
	3: "k_eTooBusy",
	4: "k_eInvalidMessage",
}
View Source
var CMsgClientToGCUpdateAccountSyncResponse_EResponse_value = map[string]int32{
	"k_eInternalError":  0,
	"k_eSuccess":        1,
	"k_eDisabled":       2,
	"k_eTooBusy":        3,
	"k_eInvalidMessage": 4,
}
View Source
var CMsgDPPartnerMicroTxnsResponse_EErrorCode_name = map[int32]string{
	0: "k_MsgValid",
	1: "k_MsgInvalidAppID",
	2: "k_MsgInvalidPartnerInfo",
	3: "k_MsgNoTransactions",
	4: "k_MsgSQLFailure",
	5: "k_MsgPartnerInfoDiscrepancy",
	7: "k_MsgTransactionInsertFailed",
	8: "k_MsgAlreadyRunning",
	9: "k_MsgInvalidTransactionData",
}
View Source
var CMsgDPPartnerMicroTxnsResponse_EErrorCode_value = map[string]int32{
	"k_MsgValid":                   0,
	"k_MsgInvalidAppID":            1,
	"k_MsgInvalidPartnerInfo":      2,
	"k_MsgNoTransactions":          3,
	"k_MsgSQLFailure":              4,
	"k_MsgPartnerInfoDiscrepancy":  5,
	"k_MsgTransactionInsertFailed": 7,
	"k_MsgAlreadyRunning":          8,
	"k_MsgInvalidTransactionData":  9,
}
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 CMsgGCMsgSetOptions_GCSQLVersion_name = map[int32]string{
	1: "GCSQL_VERSION_BASELINE",
	2: "GCSQL_VERSION_BOOLTYPE",
}
View Source
var CMsgGCMsgSetOptions_GCSQLVersion_value = map[string]int32{
	"GCSQL_VERSION_BASELINE": 1,
	"GCSQL_VERSION_BOOLTYPE": 2,
}
View Source
var CMsgGCMsgSetOptions_Option_name = map[int32]string{
	0: "NOTIFY_USER_SESSIONS",
	1: "NOTIFY_SERVER_SESSIONS",
	2: "NOTIFY_ACHIEVEMENTS",
	3: "NOTIFY_VAC_ACTION",
}
View Source
var CMsgGCMsgSetOptions_Option_value = map[string]int32{
	"NOTIFY_USER_SESSIONS":   0,
	"NOTIFY_SERVER_SESSIONS": 1,
	"NOTIFY_ACHIEVEMENTS":    2,
	"NOTIFY_VAC_ACTION":      3,
}
View Source
var CMsgGCRoutingInfo_RoutingMethod_name = map[int32]string{
	0: "RANDOM",
	1: "DISCARD",
	2: "CLIENT_STEAMID",
	3: "PROTOBUF_FIELD_UINT64",
	4: "WEBAPI_PARAM",
	5: "WEBAPI_PARAM_STEAMID_ACCOUNTID",
}
View Source
var CMsgGCRoutingInfo_RoutingMethod_value = map[string]int32{
	"RANDOM":                         0,
	"DISCARD":                        1,
	"CLIENT_STEAMID":                 2,
	"PROTOBUF_FIELD_UINT64":          3,
	"WEBAPI_PARAM":                   4,
	"WEBAPI_PARAM_STEAMID_ACCOUNTID": 5,
}
View Source
var CMsgGCToClientMatchmakingStopped_EReason_name = map[int32]string{
	0: "k_EResult_Unspecified",
	1: "k_EResult_VersionUpdated",
}
View Source
var CMsgGCToClientMatchmakingStopped_EReason_value = map[string]int32{
	"k_EResult_Unspecified":    0,
	"k_EResult_VersionUpdated": 1,
}
View Source
var CMsgGCToClientPartyEvent_EEvent_name = map[int32]string{
	1:  "k_ePlayerKicked",
	3:  "k_eJoinedParty",
	4:  "k_eMatchCompleted",
	5:  "k_eMatchMakingStopped_User",
	6:  "k_eMatchMakingStopped_Version",
	7:  "k_eMatchMakingStopped_NoServerRegion",
	8:  "k_eLeftParty",
	9:  "k_eDeclinedInvite",
	10: "k_eMatchMakingStopped_FailedOther",
}
View Source
var CMsgGCToClientPartyEvent_EEvent_value = map[string]int32{
	"k_ePlayerKicked":                      1,
	"k_eJoinedParty":                       3,
	"k_eMatchCompleted":                    4,
	"k_eMatchMakingStopped_User":           5,
	"k_eMatchMakingStopped_Version":        6,
	"k_eMatchMakingStopped_NoServerRegion": 7,
	"k_eLeftParty":                         8,
	"k_eDeclinedInvite":                    9,
	"k_eMatchMakingStopped_FailedOther":    10,
}
View Source
var CMsgGCToServerAddSpectatorResponse_EResponse_name = map[int32]string{
	0: "k_eInternalError",
	1: "k_eSuccess",
	2: "k_eServerFull",
}
View Source
var CMsgGCToServerAddSpectatorResponse_EResponse_value = map[string]int32{
	"k_eInternalError": 0,
	"k_eSuccess":       1,
	"k_eServerFull":    2,
}
View Source
var CMsgGameReplayActionMarker_EActionType_name = map[int32]string{
	1: "k_eActionType_Placholder",
}
View Source
var CMsgGameReplayActionMarker_EActionType_value = map[string]int32{
	"k_eActionType_Placholder": 1,
}
View Source
var CMsgPrivatePlayerState_EGrantRewards_name = map[int32]string{
	0: "EGrantRewards_No",
	1: "EGrantRewards_Yes",
	2: "EGrantRewards_NoLongerEligible",
}
View Source
var CMsgPrivatePlayerState_EGrantRewards_value = map[string]int32{
	"EGrantRewards_No":               0,
	"EGrantRewards_Yes":              1,
	"EGrantRewards_NoLongerEligible": 2,
}
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 CMsgServerToGCAbandonMatch_EReason_name = map[int32]string{
	1: "eReason_ServerCrash",
	2: "eReason_ClientsFailedToConnect",
}
View Source
var CMsgServerToGCAbandonMatch_EReason_value = map[string]int32{
	"eReason_ServerCrash":            1,
	"eReason_ClientsFailedToConnect": 2,
}
View Source
var CMsgServerToGCMatchSignoutResponse_ESignoutResult_name = map[int32]string{
	1: "k_ESignout_Failed_Retry",
	2: "k_ESignout_Failed_NoRetry",
	3: "k_ESignout_Failed_InFlight",
	4: "k_ESignout_Success",
	5: "k_ESignout_Success_AlreadySignedOut",
}
View Source
var CMsgServerToGCMatchSignoutResponse_ESignoutResult_value = map[string]int32{
	"k_ESignout_Failed_Retry":             1,
	"k_ESignout_Failed_NoRetry":           2,
	"k_ESignout_Failed_InFlight":          3,
	"k_ESignout_Success":                  4,
	"k_ESignout_Success_AlreadySignedOut": 5,
}
View Source
var CMsgWebAPIClientDeviceInfo_EFlags_name = map[int32]string{
	1:  "k_eFlags_StartedTutorial",
	2:  "k_eFlags_FinishedTutorial",
	4:  "k_eFlags_SideLoaded",
	8:  "k_eFlags_China",
	16: "k_eFlags_RegisteredAccount",
	32: "k_eFlags_StartedTutorialBot",
}
View Source
var CMsgWebAPIClientDeviceInfo_EFlags_value = map[string]int32{
	"k_eFlags_StartedTutorial":    1,
	"k_eFlags_FinishedTutorial":   2,
	"k_eFlags_SideLoaded":         4,
	"k_eFlags_China":              8,
	"k_eFlags_RegisteredAccount":  16,
	"k_eFlags_StartedTutorialBot": 32,
}
View Source
var CSODACParty_EMemberRights_name = map[int32]string{
	1: "k_eMemberRights_Admin",
	2: "k_eMemberRights_Creator",
	4: "k_eMemberRights_RankedMM",
	8: "k_eMemberRights_HighRankedMM",
}
View Source
var CSODACParty_EMemberRights_value = map[string]int32{
	"k_eMemberRights_Admin":        1,
	"k_eMemberRights_Creator":      2,
	"k_eMemberRights_RankedMM":     4,
	"k_eMemberRights_HighRankedMM": 8,
}
View Source
var CSODACParty_EPlayerType_name = map[int32]string{
	0: "k_ePlayerType_Player",
	1: "k_ePlayerType_Spectator",
}
View Source
var CSODACParty_EPlayerType_value = map[string]int32{
	"k_ePlayerType_Player":    0,
	"k_ePlayerType_Spectator": 1,
}
View Source
var CSODACParty_ETeamFlags_name = map[int32]string{
	1: "k_eTeamFlags_CanRename",
	2: "k_eTeamFlags_RenameCooldown",
}
View Source
var CSODACParty_ETeamFlags_value = map[string]int32{
	"k_eTeamFlags_CanRename":      1,
	"k_eTeamFlags_RenameCooldown": 2,
}
View Source
var EBaseEntityMessages_name = map[int32]string{
	136: "EM_PlayJingle",
	137: "EM_ScreenOverlay",
	138: "EM_RemoveAllDecals",
	139: "EM_PropagateForce",
	140: "EM_DoSpark",
	141: "EM_FixAngle",
}
View Source
var EBaseEntityMessages_value = map[string]int32{
	"EM_PlayJingle":      136,
	"EM_ScreenOverlay":   137,
	"EM_RemoveAllDecals": 138,
	"EM_PropagateForce":  139,
	"EM_DoSpark":         140,
	"EM_FixAngle":        141,
}
View Source
var EBaseUserMessages_name = map[int32]string{
	101: "UM_AchievementEvent",
	102: "UM_CloseCaption",
	103: "UM_CloseCaptionDirect",
	104: "UM_CurrentTimescale",
	105: "UM_DesiredTimescale",
	106: "UM_Fade",
	107: "UM_GameTitle",
	109: "UM_HintText",
	110: "UM_HudMsg",
	111: "UM_HudText",
	112: "UM_KeyHintText",
	113: "UM_ColoredText",
	114: "UM_RequestState",
	115: "UM_ResetHUD",
	116: "UM_Rumble",
	117: "UM_SayText",
	118: "UM_SayText2",
	119: "UM_SayTextChannel",
	120: "UM_Shake",
	121: "UM_ShakeDir",
	124: "UM_TextMsg",
	125: "UM_ScreenTilt",
	126: "UM_Train",
	127: "UM_VGUIMenu",
	128: "UM_VoiceMask",
	129: "UM_VoiceSubtitle",
	130: "UM_SendAudio",
	131: "UM_ItemPickup",
	132: "UM_AmmoDenied",
	133: "UM_CrosshairAngle",
	134: "UM_ShowMenu",
	135: "UM_CreditsMsg",
	142: "UM_CloseCaptionPlaceholder",
	143: "UM_CameraTransition",
	144: "UM_AudioParameter",
	145: "UM_ParticleManager",
	146: "UM_HudError",
	148: "UM_CustomGameEvent",
	149: "UM_AnimGraphUpdate",
	150: "UM_HapticsManagerPulse",
	151: "UM_HapticsManagerEffect",
	200: "UM_MAX_BASE",
}
View Source
var EBaseUserMessages_value = map[string]int32{
	"UM_AchievementEvent":        101,
	"UM_CloseCaption":            102,
	"UM_CloseCaptionDirect":      103,
	"UM_CurrentTimescale":        104,
	"UM_DesiredTimescale":        105,
	"UM_Fade":                    106,
	"UM_GameTitle":               107,
	"UM_HintText":                109,
	"UM_HudMsg":                  110,
	"UM_HudText":                 111,
	"UM_KeyHintText":             112,
	"UM_ColoredText":             113,
	"UM_RequestState":            114,
	"UM_ResetHUD":                115,
	"UM_Rumble":                  116,
	"UM_SayText":                 117,
	"UM_SayText2":                118,
	"UM_SayTextChannel":          119,
	"UM_Shake":                   120,
	"UM_ShakeDir":                121,
	"UM_TextMsg":                 124,
	"UM_ScreenTilt":              125,
	"UM_Train":                   126,
	"UM_VGUIMenu":                127,
	"UM_VoiceMask":               128,
	"UM_VoiceSubtitle":           129,
	"UM_SendAudio":               130,
	"UM_ItemPickup":              131,
	"UM_AmmoDenied":              132,
	"UM_CrosshairAngle":          133,
	"UM_ShowMenu":                134,
	"UM_CreditsMsg":              135,
	"UM_CloseCaptionPlaceholder": 142,
	"UM_CameraTransition":        143,
	"UM_AudioParameter":          144,
	"UM_ParticleManager":         145,
	"UM_HudError":                146,
	"UM_CustomGameEvent":         148,
	"UM_AnimGraphUpdate":         149,
	"UM_HapticsManagerPulse":     150,
	"UM_HapticsManagerEffect":    151,
	"UM_MAX_BASE":                200,
}
View Source
var EBoardBuddyCommand_name = map[int32]string{
	0: "k_eBoardBuddyCommand_None",
	1: "k_eBoardBuddyCommand_Move",
}
View Source
var EBoardBuddyCommand_value = map[string]int32{
	"k_eBoardBuddyCommand_None": 0,
	"k_eBoardBuddyCommand_Move": 1,
}
View Source
var EClickType_name = map[int32]string{
	0: "k_eClickType_Left",
	1: "k_eClickType_Right",
}
View Source
var EClickType_value = map[string]int32{
	"k_eClickType_Left":  0,
	"k_eClickType_Right": 1,
}
View Source
var EClientStatsEvent_name = map[int32]string{
	1: "k_EClientStatsEvent_Boot",
	2: "k_EClientStatsEvent_StartMatch",
	3: "k_EClientStatsEvent_AbandonMatch",
	4: "k_EClientStatsEvent_FinishMatch",
	5: "k_EClientStatsEvent_StartSteamSignon",
	6: "k_EClientStatsEvent_FinishSteamSignon",
}
View Source
var EClientStatsEvent_value = map[string]int32{
	"k_EClientStatsEvent_Boot":              1,
	"k_EClientStatsEvent_StartMatch":        2,
	"k_EClientStatsEvent_AbandonMatch":      3,
	"k_EClientStatsEvent_FinishMatch":       4,
	"k_EClientStatsEvent_StartSteamSignon":  5,
	"k_EClientStatsEvent_FinishSteamSignon": 6,
}
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 EDACAIType_name = map[int32]string{
	0:  "k_EDACAIType_Invalid",
	1:  "k_EDACAIType_Lvl1",
	2:  "k_EDACAIType_Lvl2",
	3:  "k_EDACAIType_Lvl3",
	4:  "k_EDACAIType_Lvl4",
	5:  "k_EDACAIType_Lvl5",
	6:  "k_EDACAIType_Lvl6",
	7:  "k_EDACAIType_Lvl7",
	8:  "k_EDACAIType_Lvl8",
	19: "k_EDACAIType_ML",
	20: "k_EDACAIType_PB0",
	21: "k_EDACAIType_PB1",
	22: "k_EDACAIType_PB2",
	23: "k_EDACAIType_PB3",
	24: "k_EDACAIType_PB4",
	25: "k_EDACAIType_PB5",
	26: "k_EDACAIType_PB6",
	27: "k_EDACAIType_PB7",
	28: "k_EDACAIType_PB8",
	29: "k_EDACAIType_PB9",
	30: "k_EDACAIType_PB10",
	31: "k_EDACAIType_PB11",
	32: "k_EDACAIType_PB12",
	33: "k_EDACAIType_PB13",
	34: "k_EDACAIType_PB14",
	35: "k_EDACAIType_PB15",
	36: "k_EDACAIType_PB16",
	37: "k_EDACAIType_PB17",
	38: "k_EDACAIType_PB18",
	39: "k_EDACAIType_PB19",
	40: "k_EDACAIType_PB20",
	41: "k_EDACAIType_PB21",
	42: "k_EDACAIType_PB22",
	43: "k_EDACAIType_PB23",
	44: "k_EDACAIType_PB24",
	45: "k_EDACAIType_PB25",
	46: "k_EDACAIType_PB26",
	47: "k_EDACAIType_PB27",
	48: "k_EDACAIType_PB28",
	49: "k_EDACAIType_PB29",
	50: "k_EDACAIType_PB30",
	51: "k_EDACAIType_PB31",
	52: "k_EDACAIType_PB32",
	53: "k_EDACAIType_PB33",
	54: "k_EDACAIType_PB34",
	55: "k_EDACAIType_PB35",
}
View Source
var EDACAIType_value = map[string]int32{
	"k_EDACAIType_Invalid": 0,
	"k_EDACAIType_Lvl1":    1,
	"k_EDACAIType_Lvl2":    2,
	"k_EDACAIType_Lvl3":    3,
	"k_EDACAIType_Lvl4":    4,
	"k_EDACAIType_Lvl5":    5,
	"k_EDACAIType_Lvl6":    6,
	"k_EDACAIType_Lvl7":    7,
	"k_EDACAIType_Lvl8":    8,
	"k_EDACAIType_ML":      19,
	"k_EDACAIType_PB0":     20,
	"k_EDACAIType_PB1":     21,
	"k_EDACAIType_PB2":     22,
	"k_EDACAIType_PB3":     23,
	"k_EDACAIType_PB4":     24,
	"k_EDACAIType_PB5":     25,
	"k_EDACAIType_PB6":     26,
	"k_EDACAIType_PB7":     27,
	"k_EDACAIType_PB8":     28,
	"k_EDACAIType_PB9":     29,
	"k_EDACAIType_PB10":    30,
	"k_EDACAIType_PB11":    31,
	"k_EDACAIType_PB12":    32,
	"k_EDACAIType_PB13":    33,
	"k_EDACAIType_PB14":    34,
	"k_EDACAIType_PB15":    35,
	"k_EDACAIType_PB16":    36,
	"k_EDACAIType_PB17":    37,
	"k_EDACAIType_PB18":    38,
	"k_EDACAIType_PB19":    39,
	"k_EDACAIType_PB20":    40,
	"k_EDACAIType_PB21":    41,
	"k_EDACAIType_PB22":    42,
	"k_EDACAIType_PB23":    43,
	"k_EDACAIType_PB24":    44,
	"k_EDACAIType_PB25":    45,
	"k_EDACAIType_PB26":    46,
	"k_EDACAIType_PB27":    47,
	"k_EDACAIType_PB28":    48,
	"k_EDACAIType_PB29":    49,
	"k_EDACAIType_PB30":    50,
	"k_EDACAIType_PB31":    51,
	"k_EDACAIType_PB32":    52,
	"k_EDACAIType_PB33":    53,
	"k_EDACAIType_PB34":    54,
	"k_EDACAIType_PB35":    55,
}
View Source
var EDACBotDifficulty_name = map[int32]string{
	0: "k_EDACBotDifficulty_None",
	1: "k_EDACBotDifficulty_Easy",
	2: "k_EDACBotDifficulty_Medium",
	3: "k_EDACBotDifficulty_Hard",
	4: "k_EDACBotDifficulty_Nightmare",
	5: "k_EDACBotDifficulty_ML",
	6: "k_EDACBotDifficulty_MommaEeb",
}
View Source
var EDACBotDifficulty_value = map[string]int32{
	"k_EDACBotDifficulty_None":      0,
	"k_EDACBotDifficulty_Easy":      1,
	"k_EDACBotDifficulty_Medium":    2,
	"k_EDACBotDifficulty_Hard":      3,
	"k_EDACBotDifficulty_Nightmare": 4,
	"k_EDACBotDifficulty_ML":        5,
	"k_EDACBotDifficulty_MommaEeb":  6,
}
View Source
var EDACDisconnectReason_name = map[int32]string{
	1001: "k_EDACDisconnectReason_UserLeaveMatch",
	1002: "k_EDACDisconnectReason_UserQuitApp",
	1003: "k_EDACDisconnectReason_UserCancel",
	1004: "k_EDACDisconnectReason_Goodbye",
	2001: "k_EDACDisconnectReason_BadMessage",
	2002: "k_EDACDisconnectReason_GameDestroyedUnexpectedly",
	2003: "k_EDACDisconnectReason_ChangingServer",
	2004: "k_EDACDisconnectReason_OldConnection",
	2005: "k_EDACDisconnectReason_GoodbyeUnrecognizedGame",
}
View Source
var EDACDisconnectReason_value = map[string]int32{
	"k_EDACDisconnectReason_UserLeaveMatch":            1001,
	"k_EDACDisconnectReason_UserQuitApp":               1002,
	"k_EDACDisconnectReason_UserCancel":                1003,
	"k_EDACDisconnectReason_Goodbye":                   1004,
	"k_EDACDisconnectReason_BadMessage":                2001,
	"k_EDACDisconnectReason_GameDestroyedUnexpectedly": 2002,
	"k_EDACDisconnectReason_ChangingServer":            2003,
	"k_EDACDisconnectReason_OldConnection":             2004,
	"k_EDACDisconnectReason_GoodbyeUnrecognizedGame":   2005,
}
View Source
var EDACDungeonPhase_name = map[int32]string{
	0: "k_EDACDungeonPhase_None",
	1: "k_EDACDungeonPhase_Intro_ChoosingUnderlord",
	2: "k_EDACDungeonPhase_Intro_ChoosingFirstUnit",
	3: "k_EDACDungeonPhase_Room_Setup",
	4: "k_EDACDungeonPhase_Room_Main",
	5: "k_EDACDungeonPhase_Room_Post_Rewards",
	6: "k_EDACDungeonPhase_Room_Post_ChooseNextRoom",
	7: "k_EDACDungeonPhase_Victory",
	8: "k_EDACDungeonPhase_Defeat",
}
View Source
var EDACDungeonPhase_value = map[string]int32{
	"k_EDACDungeonPhase_None":                     0,
	"k_EDACDungeonPhase_Intro_ChoosingUnderlord":  1,
	"k_EDACDungeonPhase_Intro_ChoosingFirstUnit":  2,
	"k_EDACDungeonPhase_Room_Setup":               3,
	"k_EDACDungeonPhase_Room_Main":                4,
	"k_EDACDungeonPhase_Room_Post_Rewards":        5,
	"k_EDACDungeonPhase_Room_Post_ChooseNextRoom": 6,
	"k_EDACDungeonPhase_Victory":                  7,
	"k_EDACDungeonPhase_Defeat":                   8,
}
View Source
var EDACDungeonRoomType_name = map[int32]string{
	0: "k_EDACDungeonRoomType_None",
	1: "k_EDACDungeonRoomType_Shop",
	2: "k_EDACDungeonRoomType_Mystery",
	3: "k_EDACDungeonRoomType_MiniGame",
	4: "k_EDACDungeonRoomType_StandardCombat",
	5: "k_EDACDungeonRoomType_MiniBoss",
	6: "k_EDACDungeonRoomType_Boss",
}
View Source
var EDACDungeonRoomType_value = map[string]int32{
	"k_EDACDungeonRoomType_None":           0,
	"k_EDACDungeonRoomType_Shop":           1,
	"k_EDACDungeonRoomType_Mystery":        2,
	"k_EDACDungeonRoomType_MiniGame":       3,
	"k_EDACDungeonRoomType_StandardCombat": 4,
	"k_EDACDungeonRoomType_MiniBoss":       5,
	"k_EDACDungeonRoomType_Boss":           6,
}
View Source
var EDACGameMessages_name = map[int32]string{
	2:  "k_EMsgNetBufferContents",
	3:  "k_EMsgClientConnectionStarted",
	4:  "k_EMsgClientConnectionComplete",
	5:  "k_EMsgClientSetDebugNetBuffer",
	6:  "k_EMsgPlayerOrder",
	7:  "k_EMsgGameReplayActionMarker",
	8:  "k_EMsgPlayerCombinedHero",
	9:  "k_EMsgPlayerCombatResult",
	10: "k_EMsgPlayerWinStreak",
	11: "k_EMsgNetBufferRemoved",
	12: "k_EMsgClientToServerChatMsg",
	13: "k_EMsgServerToClientChatMsg",
	14: "k_EMsgPlayerEliminated",
	15: "k_EMsgRecordLocalBotStats",
	16: "k_EMsgPlayerOrderProcessed",
	18: "k_EMsgPlayerAcquiredItem",
	19: "k_EMsgPlayerLevelUp",
	20: "k_EMsgClientToServerUpvoteNotification",
	21: "k_EMsgServerToClientNotificationChanged",
	22: "k_EMsgItemChangedOwner",
	23: "k_EMsgLocalPlayerInventory",
	24: "k_eMsgIndividualPostMatchStats",
	25: "k_EMsgPlayerPreferences",
	26: "k_EMsgPlayerStateUpdatesComplete",
	27: "k_EMsgClientToServerTeammateDuosMessage",
	28: "k_EMsgServerToClientTeammateDuosMessage",
	29: "k_EMsgPlayerSelectedTalent",
	30: "k_EMsgPlayerRecievedUnitFromDuosPartner",
	31: "k_EMsgClientToServerLoadShareCode",
	33: "k_EMsgPlayerBoardBuddyCommand",
	34: "k_EMsgPlayerMapPropCommand",
	35: "k_EMsgPlayerLoadPuzzleLeaderboardCommand",
	36: "k_EMsgClientToServerClickMsg",
	37: "k_EMsgServerToClientClickMsg",
	38: "k_EMsgPlayerChallengeCompletePrediction",
}
View Source
var EDACGameMessages_value = map[string]int32{
	"k_EMsgNetBufferContents":                  2,
	"k_EMsgClientConnectionStarted":            3,
	"k_EMsgClientConnectionComplete":           4,
	"k_EMsgClientSetDebugNetBuffer":            5,
	"k_EMsgPlayerOrder":                        6,
	"k_EMsgGameReplayActionMarker":             7,
	"k_EMsgPlayerCombinedHero":                 8,
	"k_EMsgPlayerCombatResult":                 9,
	"k_EMsgPlayerWinStreak":                    10,
	"k_EMsgNetBufferRemoved":                   11,
	"k_EMsgClientToServerChatMsg":              12,
	"k_EMsgServerToClientChatMsg":              13,
	"k_EMsgPlayerEliminated":                   14,
	"k_EMsgRecordLocalBotStats":                15,
	"k_EMsgPlayerOrderProcessed":               16,
	"k_EMsgPlayerAcquiredItem":                 18,
	"k_EMsgPlayerLevelUp":                      19,
	"k_EMsgClientToServerUpvoteNotification":   20,
	"k_EMsgServerToClientNotificationChanged":  21,
	"k_EMsgItemChangedOwner":                   22,
	"k_EMsgLocalPlayerInventory":               23,
	"k_eMsgIndividualPostMatchStats":           24,
	"k_EMsgPlayerPreferences":                  25,
	"k_EMsgPlayerStateUpdatesComplete":         26,
	"k_EMsgClientToServerTeammateDuosMessage":  27,
	"k_EMsgServerToClientTeammateDuosMessage":  28,
	"k_EMsgPlayerSelectedTalent":               29,
	"k_EMsgPlayerRecievedUnitFromDuosPartner":  30,
	"k_EMsgClientToServerLoadShareCode":        31,
	"k_EMsgPlayerBoardBuddyCommand":            33,
	"k_EMsgPlayerMapPropCommand":               34,
	"k_EMsgPlayerLoadPuzzleLeaderboardCommand": 35,
	"k_EMsgClientToServerClickMsg":             36,
	"k_EMsgServerToClientClickMsg":             37,
	"k_EMsgPlayerChallengeCompletePrediction":  38,
}
View Source
var EDACGameMode_name = map[int32]string{
	0:  "k_EDACGameMode_Invalid",
	1:  "k_EDACGameMode_Normal",
	2:  "k_EDACGameMode_Turbo",
	3:  "k_EDACGameMode_Duos",
	4:  "k_EDACGameMode_TechPrototypeA",
	5:  "k_EDACGameMode_Sandbox",
	6:  "k_EDACGameMode_Puzzle",
	7:  "k_EDACGameMode_Tutorial",
	8:  "k_EDACGameMode_Streetfight",
	11: "k_EDACGameMode_Classic",
}
View Source
var EDACGameMode_value = map[string]int32{
	"k_EDACGameMode_Invalid":        0,
	"k_EDACGameMode_Normal":         1,
	"k_EDACGameMode_Turbo":          2,
	"k_EDACGameMode_Duos":           3,
	"k_EDACGameMode_TechPrototypeA": 4,
	"k_EDACGameMode_Sandbox":        5,
	"k_EDACGameMode_Puzzle":         6,
	"k_EDACGameMode_Tutorial":       7,
	"k_EDACGameMode_Streetfight":    8,
	"k_EDACGameMode_Classic":        11,
}
View Source
var EDACIncidentType_name = map[int32]string{
	0: "EDACIncidentType_None",
	1: "EDACIncidentType_DamagePhysical",
	2: "EDACIncidentType_DamageMagical",
	3: "EDACIncidentType_DamagePure",
	4: "EDACIncidentType_Died",
	5: "EDACIncidentType_Heal",
}
View Source
var EDACIncidentType_value = map[string]int32{
	"EDACIncidentType_None":           0,
	"EDACIncidentType_DamagePhysical": 1,
	"EDACIncidentType_DamageMagical":  2,
	"EDACIncidentType_DamagePure":     3,
	"EDACIncidentType_Died":           4,
	"EDACIncidentType_Heal":           5,
}
View Source
var EDACItemType_name = map[int32]string{
	-1: "EDACItemType_Invalid",
	0:  "EDACItemType_Global",
	1:  "EDACItemType_Equipment_Offensive",
	2:  "EDACItemType_Equipment_Defensive",
	3:  "EDACItemType_Equipment_Support",
	5:  "EDACItemType_Placeable",
	9:  "EDACItemType_Equipment_Hat",
}
View Source
var EDACItemType_value = map[string]int32{
	"EDACItemType_Invalid":             -1,
	"EDACItemType_Global":              0,
	"EDACItemType_Equipment_Offensive": 1,
	"EDACItemType_Equipment_Defensive": 2,
	"EDACItemType_Equipment_Support":   3,
	"EDACItemType_Placeable":           5,
	"EDACItemType_Equipment_Hat":       9,
}
View Source
var EDACLobbyTeam_name = map[int32]string{
	0:   "k_EDACLobbyTeam_Team0",
	1:   "k_EDACLobbyTeam_Team1",
	2:   "k_EDACLobbyTeam_Team2",
	3:   "k_EDACLobbyTeam_Team3",
	4:   "k_EDACLobbyTeam_Team4",
	5:   "k_EDACLobbyTeam_Team5",
	6:   "k_EDACLobbyTeam_Team6",
	7:   "k_EDACLobbyTeam_Team7",
	250: "k_EDACLobbyTeam_Spectator",
}
View Source
var EDACLobbyTeam_value = map[string]int32{
	"k_EDACLobbyTeam_Team0":     0,
	"k_EDACLobbyTeam_Team1":     1,
	"k_EDACLobbyTeam_Team2":     2,
	"k_EDACLobbyTeam_Team3":     3,
	"k_EDACLobbyTeam_Team4":     4,
	"k_EDACLobbyTeam_Team5":     5,
	"k_EDACLobbyTeam_Team6":     6,
	"k_EDACLobbyTeam_Team7":     7,
	"k_EDACLobbyTeam_Spectator": 250,
}
View Source
var EDACMatchMode_name = map[int32]string{
	0: "k_EDACMatchMode_Invalid",
	1: "k_EDACMatchMode_Casual",
	2: "k_EDACMatchMode_PrivateLobby",
	3: "k_EDACMatchMode_SoloBot",
	4: "k_EDACMatchMode_Ranked",
}
View Source
var EDACMatchMode_value = map[string]int32{
	"k_EDACMatchMode_Invalid":      0,
	"k_EDACMatchMode_Casual":       1,
	"k_EDACMatchMode_PrivateLobby": 2,
	"k_EDACMatchMode_SoloBot":      3,
	"k_EDACMatchMode_Ranked":       4,
}
View Source
var EDACMatchState_name = map[int32]string{
	0: "k_EMatchState_InProgress",
	1: "k_EMatchState_Completed",
	2: "k_EMatchState_Failed_NetworkIssues",
	3: "k_EMatchState_Failed_ServerCrash",
}
View Source
var EDACMatchState_value = map[string]int32{
	"k_EMatchState_InProgress":           0,
	"k_EMatchState_Completed":            1,
	"k_EMatchState_Failed_NetworkIssues": 2,
	"k_EMatchState_Failed_ServerCrash":   3,
}
View Source
var EDACNetBuffer_name = map[int32]string{
	0: "k_eDACNetBuffer_MatchState",
	1: "k_eDACNetBuffer_RoundCombat",
	2: "k_eDACNetBuffer_PublicPlayerState",
	3: "k_eDACNetBuffer_PrivatePlayerState",
	4: "k_eDACNetBuffer_Debug",
	5: "k_eDACNetBuffer_ModifierName",
	6: "k_eDACNetBuffer_IndividualPostMatchStats",
	7: "k_eDACNetBuffer_PublicPostMatchStats",
	8: "k_eDACNetBuffer_GameModeState",
	9: "k_eDACNetBuffer_RoundCombatGlobal",
}
View Source
var EDACNetBuffer_value = map[string]int32{
	"k_eDACNetBuffer_MatchState":               0,
	"k_eDACNetBuffer_RoundCombat":              1,
	"k_eDACNetBuffer_PublicPlayerState":        2,
	"k_eDACNetBuffer_PrivatePlayerState":       3,
	"k_eDACNetBuffer_Debug":                    4,
	"k_eDACNetBuffer_ModifierName":             5,
	"k_eDACNetBuffer_IndividualPostMatchStats": 6,
	"k_eDACNetBuffer_PublicPostMatchStats":     7,
	"k_eDACNetBuffer_GameModeState":            8,
	"k_eDACNetBuffer_RoundCombatGlobal":        9,
}
View Source
var EDACPlatform_name = map[int32]string{
	0: "k_eDACPlatform_None",
	1: "k_eDACPlatform_PC",
	2: "k_eDACPlatform_Mac",
	3: "k_eDACPlatform_Linux",
	4: "k_eDACPlatform_Android",
	5: "k_eDACPlatform_iOS",
}
View Source
var EDACPlatform_value = map[string]int32{
	"k_eDACPlatform_None":    0,
	"k_eDACPlatform_PC":      1,
	"k_eDACPlatform_Mac":     2,
	"k_eDACPlatform_Linux":   3,
	"k_eDACPlatform_Android": 4,
	"k_eDACPlatform_iOS":     5,
}
View Source
var EDACPlayerState_name = map[int32]string{
	0: "k_EPlayerState_Playing",
	1: "k_EPlayerState_Eliminated",
	2: "k_EPlayerState_Abandoned",
	3: "k_EPlayerState_Disconnected",
	4: "k_EPlayerState_ServerCrashed",
}
View Source
var EDACPlayerState_value = map[string]int32{
	"k_EPlayerState_Playing":       0,
	"k_EPlayerState_Eliminated":    1,
	"k_EPlayerState_Abandoned":     2,
	"k_EPlayerState_Disconnected":  3,
	"k_EPlayerState_ServerCrashed": 4,
}
View Source
var EDACPuzzleRule_name = map[int32]string{
	0:   "k_EDACPuzzleRule_None",
	1:   "k_EDACPuzzleRule_UnitCountLimit",
	2:   "k_EDACPuzzleRule_UnitStarLimit",
	3:   "k_EDACPuzzleRule_BoardCostLimit",
	4:   "k_EDACPuzzleRule_ItemCountLimit",
	5:   "k_EDACPuzzleRule_ValidBoardPositions",
	6:   "k_EDACPuzzleRule_MaxCombatDuration",
	7:   "k_EDACPuzzleRule_UnitCopyLimit",
	100: "k_EDACPuzzleRule_Custom1",
	101: "k_EDACPuzzleRule_Custom2",
	102: "k_EDACPuzzleRule_Custom3",
	103: "k_EDACPuzzleRule_Custom4",
	110: "k_EDACPuzzleRule_AllianceAllowed1",
	111: "k_EDACPuzzleRule_AllianceAllowed2",
	112: "k_EDACPuzzleRule_AllianceAllowed3",
	113: "k_EDACPuzzleRule_AllianceAllowed4",
	120: "k_EDACPuzzleRule_AllianceDisllowed1",
	121: "k_EDACPuzzleRule_AllianceDisllowed2",
	122: "k_EDACPuzzleRule_AllianceDisllowed3",
	123: "k_EDACPuzzleRule_AllianceDisllowed4",
	130: "k_EDACPuzzleRule_UnitAllowed1",
	131: "k_EDACPuzzleRule_UnitAllowed2",
	132: "k_EDACPuzzleRule_UnitAllowed3",
	133: "k_EDACPuzzleRule_UnitAllowed4",
	140: "k_EDACPuzzleRule_UnitDisallowed1",
	141: "k_EDACPuzzleRule_UnitDisallowed2",
	142: "k_EDACPuzzleRule_UnitDisallowed3",
	143: "k_EDACPuzzleRule_UnitDisallowed4",
}
View Source
var EDACPuzzleRule_value = map[string]int32{
	"k_EDACPuzzleRule_None":                0,
	"k_EDACPuzzleRule_UnitCountLimit":      1,
	"k_EDACPuzzleRule_UnitStarLimit":       2,
	"k_EDACPuzzleRule_BoardCostLimit":      3,
	"k_EDACPuzzleRule_ItemCountLimit":      4,
	"k_EDACPuzzleRule_ValidBoardPositions": 5,
	"k_EDACPuzzleRule_MaxCombatDuration":   6,
	"k_EDACPuzzleRule_UnitCopyLimit":       7,
	"k_EDACPuzzleRule_Custom1":             100,
	"k_EDACPuzzleRule_Custom2":             101,
	"k_EDACPuzzleRule_Custom3":             102,
	"k_EDACPuzzleRule_Custom4":             103,
	"k_EDACPuzzleRule_AllianceAllowed1":    110,
	"k_EDACPuzzleRule_AllianceAllowed2":    111,
	"k_EDACPuzzleRule_AllianceAllowed3":    112,
	"k_EDACPuzzleRule_AllianceAllowed4":    113,
	"k_EDACPuzzleRule_AllianceDisllowed1":  120,
	"k_EDACPuzzleRule_AllianceDisllowed2":  121,
	"k_EDACPuzzleRule_AllianceDisllowed3":  122,
	"k_EDACPuzzleRule_AllianceDisllowed4":  123,
	"k_EDACPuzzleRule_UnitAllowed1":        130,
	"k_EDACPuzzleRule_UnitAllowed2":        131,
	"k_EDACPuzzleRule_UnitAllowed3":        132,
	"k_EDACPuzzleRule_UnitAllowed4":        133,
	"k_EDACPuzzleRule_UnitDisallowed1":     140,
	"k_EDACPuzzleRule_UnitDisallowed2":     141,
	"k_EDACPuzzleRule_UnitDisallowed3":     142,
	"k_EDACPuzzleRule_UnitDisallowed4":     143,
}
View Source
var EDACRegionMode_name = map[int32]string{
	0: "k_EDACRegionMode_ROW",
	1: "k_EDACRegionMode_China",
}
View Source
var EDACRegionMode_value = map[string]int32{
	"k_EDACRegionMode_ROW":   0,
	"k_EDACRegionMode_China": 1,
}
View Source
var EDACStoreID_name = map[int32]string{
	0: "k_EDACStoreID_Invalid",
	1: "k_EDACStoreID_iOS",
	2: "k_EDACStoreID_GooglePlay",
	3: "k_EDACStoreID_SteamOverlay",
	4: "k_EDACStoreID_Test",
}
View Source
var EDACStoreID_value = map[string]int32{
	"k_EDACStoreID_Invalid":      0,
	"k_EDACStoreID_iOS":          1,
	"k_EDACStoreID_GooglePlay":   2,
	"k_EDACStoreID_SteamOverlay": 3,
	"k_EDACStoreID_Test":         4,
}
View Source
var EDamageSourceType_name = map[int32]string{
	0: "k_EDamageSourceType_Round",
	1: "k_EDamageSourceType_Unit",
	2: "k_EDamageSourceType_Item",
	3: "k_EDamageSourceType_DuosNetDamage",
}
View Source
var EDamageSourceType_value = map[string]int32{
	"k_EDamageSourceType_Round":         0,
	"k_EDamageSourceType_Unit":          1,
	"k_EDamageSourceType_Item":          2,
	"k_EDamageSourceType_DuosNetDamage": 3,
}
View Source
var EDuosMessageTargetType_name = map[int32]string{
	0: "k_eDuosMessageTargetType_None",
	1: "k_eDuosMessageTargetType_Unit",
	2: "k_eDuosMessageTargetType_Synergy",
	3: "k_eDuosMessageTargetType_Gold",
}
View Source
var EDuosMessageTargetType_value = map[string]int32{
	"k_eDuosMessageTargetType_None":    0,
	"k_eDuosMessageTargetType_Unit":    1,
	"k_eDuosMessageTargetType_Synergy": 2,
	"k_eDuosMessageTargetType_Gold":    3,
}
View Source
var EDuosMessageType_name = map[int32]string{
	0:    "k_eDuosMessageType_None",
	1001: "k_eDuosMessageType_IWant",
	1002: "k_eDuosMessageType_DoYouWant",
	1003: "k_eDuosMessageType_YesWant",
	1004: "k_eDuosMessageType_NoWant",
	1005: "k_eDuosMessageType_FreeYourBenchFor",
	1006: "k_eDuosMessageType_Thanks",
	1007: "k_eDuosMessageType_Sent1Gold",
	1008: "k_eDuosMessageType_Sent5Gold",
	1009: "k_eDuosMessageType_INoLongerWant",
	1010: "k_eDuosMessageType_WantGold",
	1011: "k_eDuosMessageType_LevelUpQuestion",
	1012: "k_eDuosMessageType_SpendRerollQuestion",
}
View Source
var EDuosMessageType_value = map[string]int32{
	"k_eDuosMessageType_None":                0,
	"k_eDuosMessageType_IWant":               1001,
	"k_eDuosMessageType_DoYouWant":           1002,
	"k_eDuosMessageType_YesWant":             1003,
	"k_eDuosMessageType_NoWant":              1004,
	"k_eDuosMessageType_FreeYourBenchFor":    1005,
	"k_eDuosMessageType_Thanks":              1006,
	"k_eDuosMessageType_Sent1Gold":           1007,
	"k_eDuosMessageType_Sent5Gold":           1008,
	"k_eDuosMessageType_INoLongerWant":       1009,
	"k_eDuosMessageType_WantGold":            1010,
	"k_eDuosMessageType_LevelUpQuestion":     1011,
	"k_eDuosMessageType_SpendRerollQuestion": 1012,
}
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 EGCDACClientMessages_name = map[int32]string{}/* 106 elements not displayed */
View Source
var EGCDACClientMessages_value = map[string]int32{}/* 106 elements not displayed */
View Source
var EGCDACCommonMessages_name = map[int32]string{
	7000: "k_EMsgAnyToGCReportAsserts",
	7001: "k_EMsgAnyToGCReportAssertsResponse",
	7283: "k_EMsgGCItemEditorReservationsRequest",
	7284: "k_EMsgGCItemEditorReservationsResponse",
	7285: "k_EMsgGCItemEditorReserveItemDef",
	7286: "k_EMsgGCItemEditorReserveItemDefResponse",
	7287: "k_EMsgGCItemEditorReleaseReservation",
	7288: "k_EMsgGCItemEditorReleaseReservationResponse",
}
View Source
var EGCDACCommonMessages_value = map[string]int32{
	"k_EMsgAnyToGCReportAsserts":                   7000,
	"k_EMsgAnyToGCReportAssertsResponse":           7001,
	"k_EMsgGCItemEditorReservationsRequest":        7283,
	"k_EMsgGCItemEditorReservationsResponse":       7284,
	"k_EMsgGCItemEditorReserveItemDef":             7285,
	"k_EMsgGCItemEditorReserveItemDefResponse":     7286,
	"k_EMsgGCItemEditorReleaseReservation":         7287,
	"k_EMsgGCItemEditorReleaseReservationResponse": 7288,
}
View Source
var EGCDACServerMessages_name = map[int32]string{
	10001: "k_EMsgServerToGCMatchSignoutPermission",
	10002: "k_EMsgServerToGCMatchSignoutPermissionResponse",
	10003: "k_EMsgServerToGCMatchSignout",
	10004: "k_EMsgServerToGCMatchSignoutResponse",
	10005: "k_EMsgServerToGCIdlePing",
	10006: "k_EMsgGCToServerRequestPing",
	10007: "k_EMsgGCToServerAllocateForMatch",
	10008: "k_EMsgGCToServerAllocateForMatchResponse",
	10009: "k_EMsgServerToGCEnterMatchmaking",
	10010: "k_EMsgGCToServerCancelAllocateForMatch",
	10011: "k_EMsgServerToGCUpdateLobbyServerState",
	10012: "k_EMsgServerToGCAbandonMatch",
	10013: "k_EMsgServerToGCAbandonMatchResponse",
	10014: "k_EMsgServerToGCTestConnection",
	10015: "k_EMsgServerToGCTestConnectionResponse",
	10016: "k_EMsgGCToServerAddSpectator",
	10017: "k_EMsgGCToServerAddSpectatorResponse",
	10018: "k_EMsgGCToServerUpdateConsoleCommands",
	10019: "k_EMsgServertoGCPuzzleResults",
	10020: "k_EMsgServertoGCPuzzleResultsResponse",
	10021: "k_EMsgServertoGCPuzzleBestRequest",
	10022: "k_EMsgServertoGCPuzzleBestResponse",
}
View Source
var EGCDACServerMessages_value = map[string]int32{
	"k_EMsgServerToGCMatchSignoutPermission":         10001,
	"k_EMsgServerToGCMatchSignoutPermissionResponse": 10002,
	"k_EMsgServerToGCMatchSignout":                   10003,
	"k_EMsgServerToGCMatchSignoutResponse":           10004,
	"k_EMsgServerToGCIdlePing":                       10005,
	"k_EMsgGCToServerRequestPing":                    10006,
	"k_EMsgGCToServerAllocateForMatch":               10007,
	"k_EMsgGCToServerAllocateForMatchResponse":       10008,
	"k_EMsgServerToGCEnterMatchmaking":               10009,
	"k_EMsgGCToServerCancelAllocateForMatch":         10010,
	"k_EMsgServerToGCUpdateLobbyServerState":         10011,
	"k_EMsgServerToGCAbandonMatch":                   10012,
	"k_EMsgServerToGCAbandonMatchResponse":           10013,
	"k_EMsgServerToGCTestConnection":                 10014,
	"k_EMsgServerToGCTestConnectionResponse":         10015,
	"k_EMsgGCToServerAddSpectator":                   10016,
	"k_EMsgGCToServerAddSpectatorResponse":           10017,
	"k_EMsgGCToServerUpdateConsoleCommands":          10018,
	"k_EMsgServertoGCPuzzleResults":                  10019,
	"k_EMsgServertoGCPuzzleResultsResponse":          10020,
	"k_EMsgServertoGCPuzzleBestRequest":              10021,
	"k_EMsgServertoGCPuzzleBestResponse":             10022,
}
View Source
var EGCEconBaseMsg_name = map[int32]string{
	2579: "k_EMsgGCGenericResult",
}
View Source
var EGCEconBaseMsg_value = map[string]int32{
	"k_EMsgGCGenericResult": 2579,
}
View Source
var EGCItemMsg_name = map[int32]string{}/* 185 elements not displayed */
View Source
var EGCItemMsg_value = map[string]int32{}/* 185 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 EGCMsgResponse_name = map[int32]string{
	0: "k_EGCMsgResponseOK",
	1: "k_EGCMsgResponseDenied",
	2: "k_EGCMsgResponseServerError",
	3: "k_EGCMsgResponseTimeout",
	4: "k_EGCMsgResponseInvalid",
	5: "k_EGCMsgResponseNoMatch",
	6: "k_EGCMsgResponseUnknownError",
	7: "k_EGCMsgResponseNotLoggedOn",
	8: "k_EGCMsgFailedToCreate",
}
View Source
var EGCMsgResponse_value = map[string]int32{
	"k_EGCMsgResponseOK":           0,
	"k_EGCMsgResponseDenied":       1,
	"k_EGCMsgResponseServerError":  2,
	"k_EGCMsgResponseTimeout":      3,
	"k_EGCMsgResponseInvalid":      4,
	"k_EGCMsgResponseNoMatch":      5,
	"k_EGCMsgResponseUnknownError": 6,
	"k_EGCMsgResponseNotLoggedOn":  7,
	"k_EGCMsgFailedToCreate":       8,
}
View Source
var EGCMsgUseItemResponse_name = map[int32]string{
	0:  "k_EGCMsgUseItemResponse_ItemUsed",
	1:  "k_EGCMsgUseItemResponse_GiftNoOtherPlayers",
	2:  "k_EGCMsgUseItemResponse_ServerError",
	3:  "k_EGCMsgUseItemResponse_MiniGameAlreadyStarted",
	4:  "k_EGCMsgUseItemResponse_ItemUsed_ItemsGranted",
	5:  "k_EGCMsgUseItemResponse_DropRateBonusAlreadyGranted",
	6:  "k_EGCMsgUseItemResponse_NotInLowPriorityPool",
	7:  "k_EGCMsgUseItemResponse_NotHighEnoughLevel",
	8:  "k_EGCMsgUseItemResponse_EventNotActive",
	9:  "k_EGCMsgUseItemResponse_ItemUsed_EventPointsGranted",
	10: "k_EGCMsgUseItemResponse_MissingRequirement",
	11: "k_EGCMsgUseItemResponse_EmoticonUnlock_NoNew",
	12: "k_EGCMsgUseItemResponse_EmoticonUnlock_Complete",
	13: "k_EGCMsgUseItemResponse_ItemUsed_Compendium",
}
View Source
var EGCMsgUseItemResponse_value = map[string]int32{
	"k_EGCMsgUseItemResponse_ItemUsed":                    0,
	"k_EGCMsgUseItemResponse_GiftNoOtherPlayers":          1,
	"k_EGCMsgUseItemResponse_ServerError":                 2,
	"k_EGCMsgUseItemResponse_MiniGameAlreadyStarted":      3,
	"k_EGCMsgUseItemResponse_ItemUsed_ItemsGranted":       4,
	"k_EGCMsgUseItemResponse_DropRateBonusAlreadyGranted": 5,
	"k_EGCMsgUseItemResponse_NotInLowPriorityPool":        6,
	"k_EGCMsgUseItemResponse_NotHighEnoughLevel":          7,
	"k_EGCMsgUseItemResponse_EventNotActive":              8,
	"k_EGCMsgUseItemResponse_ItemUsed_EventPointsGranted": 9,
	"k_EGCMsgUseItemResponse_MissingRequirement":          10,
	"k_EGCMsgUseItemResponse_EmoticonUnlock_NoNew":        11,
	"k_EGCMsgUseItemResponse_EmoticonUnlock_Complete":     12,
	"k_EGCMsgUseItemResponse_ItemUsed_Compendium":         13,
}
View Source
var EGCPartnerRequestResponse_name = map[int32]string{
	1: "k_EPartnerRequestOK",
	2: "k_EPartnerRequestBadAccount",
	3: "k_EPartnerRequestNotLinked",
	4: "k_EPartnerRequestUnsupportedPartnerType",
}
View Source
var EGCPartnerRequestResponse_value = map[string]int32{
	"k_EPartnerRequestOK":                     1,
	"k_EPartnerRequestBadAccount":             2,
	"k_EPartnerRequestNotLinked":              3,
	"k_EPartnerRequestUnsupportedPartnerType": 4,
}
View Source
var EGCServerLobbyData_name = map[int32]string{
	1: "k_EServerLobbyData_PlayerInfo",
	2: "k_EServerLobbyData_PlayerMMR",
	3: "k_EServerLobbyData_GameModifiers",
}
View Source
var EGCServerLobbyData_value = map[string]int32{
	"k_EServerLobbyData_PlayerInfo":    1,
	"k_EServerLobbyData_PlayerMMR":     2,
	"k_EServerLobbyData_GameModifiers": 3,
}
View Source
var EGCServerSignoutData_name = map[int32]string{
	1:  "k_EMatchSignoutData_Disconnections",
	2:  "k_EMatchSignoutData_PerformanceStats",
	3:  "k_EMatchSignoutData_CombatStats",
	4:  "k_EMatchSignoutData_PostMatchStats",
	10: "k_EPlayerSignoutData_MMRUpdate",
	11: "k_EPlayerSignoutData_EventGrantProgress",
	12: "k_EPlayerSignoutData_ChatStats",
	13: "k_EPlayerSignoutData_TeamUpdate",
	14: "k_EPlayerSignoutData_MatchStats",
}
View Source
var EGCServerSignoutData_value = map[string]int32{
	"k_EMatchSignoutData_Disconnections":      1,
	"k_EMatchSignoutData_PerformanceStats":    2,
	"k_EMatchSignoutData_CombatStats":         3,
	"k_EMatchSignoutData_PostMatchStats":      4,
	"k_EPlayerSignoutData_MMRUpdate":          10,
	"k_EPlayerSignoutData_EventGrantProgress": 11,
	"k_EPlayerSignoutData_ChatStats":          12,
	"k_EPlayerSignoutData_TeamUpdate":         13,
	"k_EPlayerSignoutData_MatchStats":         14,
}
View Source
var EGameState_name = map[int32]string{
	0: "EGameState_Intro",
	1: "EGameState_Playing",
	2: "EGameState_GameOver",
}
View Source
var EGameState_value = map[string]int32{
	"EGameState_Intro":    0,
	"EGameState_Playing":  1,
	"EGameState_GameOver": 2,
}
View Source
var EHapticPulseType_name = map[int32]string{
	0: "VR_HAND_HAPTIC_PULSE_LIGHT",
	1: "VR_HAND_HAPTIC_PULSE_MEDIUM",
	2: "VR_HAND_HAPTIC_PULSE_STRONG",
}
View Source
var EHapticPulseType_value = map[string]int32{
	"VR_HAND_HAPTIC_PULSE_LIGHT":  0,
	"VR_HAND_HAPTIC_PULSE_MEDIUM": 1,
	"VR_HAND_HAPTIC_PULSE_STRONG": 2,
}
View Source
var EInGameChatType_name = map[int32]string{
	0: "k_eInGameChatType_Global",
	1: "k_eInGameChatType_Combat",
}
View Source
var EInGameChatType_value = map[string]int32{
	"k_eInGameChatType_Global": 0,
	"k_eInGameChatType_Combat": 1,
}
View Source
var EItemEditorReservationResult_name = map[int32]string{
	1: "k_EItemEditorReservationResult_OK",
	2: "k_EItemEditorReservationResult_AlreadyExists",
	3: "k_EItemEditorReservationResult_Reserved",
	4: "k_EItemEditorReservationResult_TimedOut",
}
View Source
var EItemEditorReservationResult_value = map[string]int32{
	"k_EItemEditorReservationResult_OK":            1,
	"k_EItemEditorReservationResult_AlreadyExists": 2,
	"k_EItemEditorReservationResult_Reserved":      3,
	"k_EItemEditorReservationResult_TimedOut":      4,
}
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 ELobbyServerState_name = map[int32]string{
	0: "k_eLobbyServerState_Assign",
	1: "k_eLobbyServerState_InGame",
	2: "k_eLobbyServerState_PostMatch",
	3: "k_eLobbyServerState_SignedOut",
	4: "k_eLobbyServerState_Abandoned",
}
View Source
var ELobbyServerState_value = map[string]int32{
	"k_eLobbyServerState_Assign":    0,
	"k_eLobbyServerState_InGame":    1,
	"k_eLobbyServerState_PostMatch": 2,
	"k_eLobbyServerState_SignedOut": 3,
	"k_eLobbyServerState_Abandoned": 4,
}
View Source
var EMapPropCommand_name = map[int32]string{
	0: "k_eMapPropCommand_None",
	1: "k_eMapPropCommand_Click",
}
View Source
var EMapPropCommand_value = map[string]int32{
	"k_eMapPropCommand_None":  0,
	"k_eMapPropCommand_Click": 1,
}
View Source
var EMobilePaymentProvider_name = map[int32]string{
	0: "k_EMobilePaymentProvider_Invalid",
	1: "k_EMobilePaymentProvider_GooglePlay",
	2: "k_EMobilePaymentProvider_AppleAppStore",
}
View Source
var EMobilePaymentProvider_value = map[string]int32{
	"k_EMobilePaymentProvider_Invalid":       0,
	"k_EMobilePaymentProvider_GooglePlay":    1,
	"k_EMobilePaymentProvider_AppleAppStore": 2,
}
View Source
var ENetworkDisconnectionReason_name = map[int32]string{}/* 107 elements not displayed */
View Source
var ENetworkDisconnectionReason_value = map[string]int32{}/* 107 elements not displayed */
View Source
var EPlayerConnectionState_name = map[int32]string{
	0: "EPlayerConnectionState_Connecting",
	1: "EPlayerConnectionState_Connected",
	2: "EPlayerConnectionState_Disconnected",
}
View Source
var EPlayerConnectionState_value = map[string]int32{
	"EPlayerConnectionState_Connecting":   0,
	"EPlayerConnectionState_Connected":    1,
	"EPlayerConnectionState_Disconnected": 2,
}
View Source
var EPlayerOrder_name = map[int32]string{
	2:  "EPlayerOrder_SellUnit",
	3:  "EPlayerOrder_MoveUnit",
	4:  "EPlayerOrder_BuyXP",
	5:  "EPlayerOrder_ReRoll",
	6:  "EPlayerOrder_LockShop",
	7:  "EPlayerOrder_AssignEquipmentItem",
	8:  "EPlayerOrder_SelectItemRewardChoice",
	9:  "EPlayerOrder_DevGold",
	10: "EPlayerOrder_DevItem",
	12: "EPlayerOrder_DevHero",
	15: "EPlayerOrder_BuyAndCombine",
	16: "EPlayerOrder_PauseGame",
	17: "EPlayerOrder_ResumeGame",
	18: "EPlayerOrder_SpectatePlayer",
	19: "EPlayerOrder_RequestPlayerStats",
	20: "EPlayerOrder_StepForward",
	21: "EPlayerOrder_MutePlayer",
	22: "EPlayerOrder_SelectTalent",
	23: "EPlayerOrder_Send",
	24: "EPlayerOrder_CombineItem",
	25: "EPlayerOrder_BuyCombineMove",
	26: "EPlayerOrder_BuyAndSend",
	27: "EPlayerOrder_SendGold",
	28: "EPlayerOrder_DevTalent",
	29: "EPlayerOrder_SellItem",
	30: "EPlayerOrder_DevSetPlayerLevel",
	32: "EPlayerOrder_DevGiveUnderlord",
	33: "EPlayerOrder_DevSetAutosavingEnabled",
	34: "EPlayerOrder_DevRemoveAllUnits",
	35: "EPlayerOrder_DevSetUnitRank",
	36: "EPlayerOrder_DevRemoveAllItems",
	37: "EPlayerOrder_ClearBoard",
	38: "EPlayerOrder_GoToTutorialState",
	39: "EPlayerOrder_SelectTurboBucket",
	40: "EPlayerOrder_TurboBucketReroll",
	41: "EPlayerOrder_SelectUnderlord",
	42: "EPlayerOrder_DevMakeTestBot",
	43: "EPlayerOrder_ItemRewardChoiceReroll",
	44: "EPlayerOrder_BuyPuzzleUnit",
	45: "EPlayerOrder_Dungeon_AdvancePhase",
}
View Source
var EPlayerOrder_value = map[string]int32{
	"EPlayerOrder_SellUnit":                2,
	"EPlayerOrder_MoveUnit":                3,
	"EPlayerOrder_BuyXP":                   4,
	"EPlayerOrder_ReRoll":                  5,
	"EPlayerOrder_LockShop":                6,
	"EPlayerOrder_AssignEquipmentItem":     7,
	"EPlayerOrder_SelectItemRewardChoice":  8,
	"EPlayerOrder_DevGold":                 9,
	"EPlayerOrder_DevItem":                 10,
	"EPlayerOrder_DevHero":                 12,
	"EPlayerOrder_BuyAndCombine":           15,
	"EPlayerOrder_PauseGame":               16,
	"EPlayerOrder_ResumeGame":              17,
	"EPlayerOrder_SpectatePlayer":          18,
	"EPlayerOrder_RequestPlayerStats":      19,
	"EPlayerOrder_StepForward":             20,
	"EPlayerOrder_MutePlayer":              21,
	"EPlayerOrder_SelectTalent":            22,
	"EPlayerOrder_Send":                    23,
	"EPlayerOrder_CombineItem":             24,
	"EPlayerOrder_BuyCombineMove":          25,
	"EPlayerOrder_BuyAndSend":              26,
	"EPlayerOrder_SendGold":                27,
	"EPlayerOrder_DevTalent":               28,
	"EPlayerOrder_SellItem":                29,
	"EPlayerOrder_DevSetPlayerLevel":       30,
	"EPlayerOrder_DevGiveUnderlord":        32,
	"EPlayerOrder_DevSetAutosavingEnabled": 33,
	"EPlayerOrder_DevRemoveAllUnits":       34,
	"EPlayerOrder_DevSetUnitRank":          35,
	"EPlayerOrder_DevRemoveAllItems":       36,
	"EPlayerOrder_ClearBoard":              37,
	"EPlayerOrder_GoToTutorialState":       38,
	"EPlayerOrder_SelectTurboBucket":       39,
	"EPlayerOrder_TurboBucketReroll":       40,
	"EPlayerOrder_SelectUnderlord":         41,
	"EPlayerOrder_DevMakeTestBot":          42,
	"EPlayerOrder_ItemRewardChoiceReroll":  43,
	"EPlayerOrder_BuyPuzzleUnit":           44,
	"EPlayerOrder_Dungeon_AdvancePhase":    45,
}
View Source
var ERollType_name = map[int32]string{
	-1: "ROLL_NONE",
	0:  "ROLL_STATS",
	1:  "ROLL_CREDITS",
	2:  "ROLL_LATE_JOIN_LOGO",
	3:  "ROLL_OUTTRO",
}
View Source
var ERollType_value = map[string]int32{
	"ROLL_NONE":           -1,
	"ROLL_STATS":          0,
	"ROLL_CREDITS":        1,
	"ROLL_LATE_JOIN_LOGO": 2,
	"ROLL_OUTTRO":         3,
}
View Source
var ERoundCombatResult_name = map[int32]string{
	0: "ERoundCombatResult_Draw",
	1: "ERoundCombatResult_HomeWin",
	2: "ERoundCombatResult_AwayWin",
}
View Source
var ERoundCombatResult_value = map[string]int32{
	"ERoundCombatResult_Draw":    0,
	"ERoundCombatResult_HomeWin": 1,
	"ERoundCombatResult_AwayWin": 2,
}
View Source
var ERoundState_name = map[int32]string{
	0: "ERoundState_Preparing",
	1: "ERoundState_Ready",
	2: "ERoundState_Combat",
	3: "ERoundState_RoundOver",
}
View Source
var ERoundState_value = map[string]int32{
	"ERoundState_Preparing": 0,
	"ERoundState_Ready":     1,
	"ERoundState_Combat":    2,
	"ERoundState_RoundOver": 3,
}
View Source
var ERoundVictoryLevel_name = map[int32]string{
	0: "ERoundVictoryLevel_HomeDecisive",
	1: "ERoundVictoryLevel_HomeNarrow",
	2: "ERoundVictoryLevel_HomeFlawless",
	3: "ERoundVictoryLevel_HomeNormal",
	4: "ERoundVictoryLevel_AwayDecisive",
	5: "ERoundVictoryLevel_AwayNarrow",
	6: "ERoundVictoryLevel_AwayFlawless",
	7: "ERoundVictoryLevel_AwayNormal",
	8: "ERoundVictoryLevel_Draw",
}
View Source
var ERoundVictoryLevel_value = map[string]int32{
	"ERoundVictoryLevel_HomeDecisive": 0,
	"ERoundVictoryLevel_HomeNarrow":   1,
	"ERoundVictoryLevel_HomeFlawless": 2,
	"ERoundVictoryLevel_HomeNormal":   3,
	"ERoundVictoryLevel_AwayDecisive": 4,
	"ERoundVictoryLevel_AwayNarrow":   5,
	"ERoundVictoryLevel_AwayFlawless": 6,
	"ERoundVictoryLevel_AwayNormal":   7,
	"ERoundVictoryLevel_Draw":         8,
}
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 ESendDestination_name = map[int32]string{
	0: "ESendDestination_Duos_Partner",
}
View Source
var ESendDestination_value = map[string]int32{
	"ESendDestination_Duos_Partner": 0,
}
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 ESynergyType_name = map[int32]string{
	1: "ESynergyType_Class",
	2: "ESynergyType_Race",
}
View Source
var ESynergyType_value = map[string]int32{
	"ESynergyType_Class": 1,
	"ESynergyType_Race":  2,
}
View Source
var EUnitAIState_name = map[int32]string{
	0:  "EUnitAIState_Idle",
	1:  "EUnitAIState_MoveToAttack",
	2:  "EUnitAIState_MoveToLocation",
	3:  "EUnitAIState_Attack",
	4:  "EUnitAIState_CastAbility",
	5:  "EUnitAIState_Dead",
	6:  "EUnitAIState_Portrait",
	7:  "EUnitAIState_WalkBack",
	8:  "EUnitAIState_Celebrate",
	9:  "EUnitAIState_RoundEndTeleport",
	10: "EUnitAIState_Resurrecting",
	11: "EUnitAIState_WalkThroughGate",
	12: "EUnitAIState_MoveInFear",
}
View Source
var EUnitAIState_value = map[string]int32{
	"EUnitAIState_Idle":             0,
	"EUnitAIState_MoveToAttack":     1,
	"EUnitAIState_MoveToLocation":   2,
	"EUnitAIState_Attack":           3,
	"EUnitAIState_CastAbility":      4,
	"EUnitAIState_Dead":             5,
	"EUnitAIState_Portrait":         6,
	"EUnitAIState_WalkBack":         7,
	"EUnitAIState_Celebrate":        8,
	"EUnitAIState_RoundEndTeleport": 9,
	"EUnitAIState_Resurrecting":     10,
	"EUnitAIState_WalkThroughGate":  11,
	"EUnitAIState_MoveInFear":       12,
}
View Source
var EUnitKeyword_name = map[int32]string{
	0:  "EUnitKeyword_Invalid",
	1:  "EUnitKeyword_Beast",
	2:  "EUnitKeyword_Demon",
	3:  "EUnitKeyword_Dragon",
	4:  "EUnitKeyword_Dwarf",
	5:  "EUnitKeyword_Element",
	6:  "EUnitKeyword_Elf",
	7:  "EUnitKeyword_Goblin",
	8:  "EUnitKeyword_Human",
	9:  "EUnitKeyword_Naga",
	10: "EUnitKeyword_Ogre",
	11: "EUnitKeyword_Orc",
	12: "EUnitKeyword_Troll",
	13: "EUnitKeyword_Undead",
	14: "EUnitKeyword_Satyr",
	15: "EUnitKeyword_Assassin",
	16: "EUnitKeyword_DemonHunter",
	17: "EUnitKeyword_Druid",
	18: "EUnitKeyword_Hunter",
	19: "EUnitKeyword_Knight",
	20: "EUnitKeyword_Mage",
	21: "EUnitKeyword_Mech",
	22: "EUnitKeyword_Shaman",
	23: "EUnitKeyword_Warlock",
	24: "EUnitKeyword_Warrior",
	25: "EUnitKEyword_MegaWarrior",
	26: "EUnitKeyword_MegaAssassin",
	27: "EUnitKeyword_MegaBloodbound",
	28: "EUnitKeyword_MegaElusive",
	29: "EUnitKeyword_MegaWarlock",
	30: "EUnitKeyword_MegaScaled",
	31: "EUnitKeyword_MegaTroll",
	32: "EUnitKeyword_MegaDemon",
	33: "EUnitKeyword_Primordial",
	34: "EUnitKeyword_Brawny",
	35: "EUnitKeyword_Savage",
	36: "EUnitKeyword_Inventor",
	37: "EUnitKeyword_Insect",
	38: "EUnitKeyword_Spectral",
	39: "EUnitKeyword_Summoner",
	40: "EUnitKeyword_SpiritBrother",
	41: "EUnitKeyword_Meepo",
	43: "EUnitKeyword_Brawler",
	46: "EUnitKeyword_Guardian",
	50: "EUnitKeyword_Champion",
	51: "EUnitKeyword_Wisp",
	52: "EUnitKeyword_Brutal",
	53: "EUnitKeyword_Healer",
	54: "EUnitKeyword_Vigilant",
	55: "EUnitKeyword_Void",
	42: "EUnitKeyword_Fallen",
	44: "EUnitKeyword_Wild",
	45: "EUnitKeyword_Swordsman",
	47: "EUnitKeyword_Rogue",
	48: "EUnitKeyword_Poisoner",
	49: "EUnitKeyword_Magus",
}
View Source
var EUnitKeyword_value = map[string]int32{
	"EUnitKeyword_Invalid":        0,
	"EUnitKeyword_Beast":          1,
	"EUnitKeyword_Demon":          2,
	"EUnitKeyword_Dragon":         3,
	"EUnitKeyword_Dwarf":          4,
	"EUnitKeyword_Element":        5,
	"EUnitKeyword_Elf":            6,
	"EUnitKeyword_Goblin":         7,
	"EUnitKeyword_Human":          8,
	"EUnitKeyword_Naga":           9,
	"EUnitKeyword_Ogre":           10,
	"EUnitKeyword_Orc":            11,
	"EUnitKeyword_Troll":          12,
	"EUnitKeyword_Undead":         13,
	"EUnitKeyword_Satyr":          14,
	"EUnitKeyword_Assassin":       15,
	"EUnitKeyword_DemonHunter":    16,
	"EUnitKeyword_Druid":          17,
	"EUnitKeyword_Hunter":         18,
	"EUnitKeyword_Knight":         19,
	"EUnitKeyword_Mage":           20,
	"EUnitKeyword_Mech":           21,
	"EUnitKeyword_Shaman":         22,
	"EUnitKeyword_Warlock":        23,
	"EUnitKeyword_Warrior":        24,
	"EUnitKEyword_MegaWarrior":    25,
	"EUnitKeyword_MegaAssassin":   26,
	"EUnitKeyword_MegaBloodbound": 27,
	"EUnitKeyword_MegaElusive":    28,
	"EUnitKeyword_MegaWarlock":    29,
	"EUnitKeyword_MegaScaled":     30,
	"EUnitKeyword_MegaTroll":      31,
	"EUnitKeyword_MegaDemon":      32,
	"EUnitKeyword_Primordial":     33,
	"EUnitKeyword_Brawny":         34,
	"EUnitKeyword_Savage":         35,
	"EUnitKeyword_Inventor":       36,
	"EUnitKeyword_Insect":         37,
	"EUnitKeyword_Spectral":       38,
	"EUnitKeyword_Summoner":       39,
	"EUnitKeyword_SpiritBrother":  40,
	"EUnitKeyword_Meepo":          41,
	"EUnitKeyword_Brawler":        43,
	"EUnitKeyword_Guardian":       46,
	"EUnitKeyword_Champion":       50,
	"EUnitKeyword_Wisp":           51,
	"EUnitKeyword_Brutal":         52,
	"EUnitKeyword_Healer":         53,
	"EUnitKeyword_Vigilant":       54,
	"EUnitKeyword_Void":           55,
	"EUnitKeyword_Fallen":         42,
	"EUnitKeyword_Wild":           44,
	"EUnitKeyword_Swordsman":      45,
	"EUnitKeyword_Rogue":          47,
	"EUnitKeyword_Poisoner":       48,
	"EUnitKeyword_Magus":          49,
}
View Source
var E_KeyField = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.FieldOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         60000,
	Name:          "protocol.key_field",
	Tag:           "varint,60000,opt,name=key_field,def=0",
	Filename:      "steammessages.proto",
}
View Source
var E_MsgpoolHardLimit = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*int32)(nil),
	Field:         60001,
	Name:          "protocol.msgpool_hard_limit",
	Tag:           "varint,60001,opt,name=msgpool_hard_limit,def=384",
	Filename:      "steammessages.proto",
}
View Source
var E_MsgpoolSoftLimit = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MessageOptions)(nil),
	ExtensionType: (*int32)(nil),
	Field:         60000,
	Name:          "protocol.msgpool_soft_limit",
	Tag:           "varint,60000,opt,name=msgpool_soft_limit,def=32",
	Filename:      "steammessages.proto",
}
View Source
var E_NetworkConnectionToken = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.EnumValueOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         50500,
	Name:          "protocol.network_connection_token",
	Tag:           "bytes,50500,opt,name=network_connection_token",
	Filename:      "network_connection.proto",
}
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 GCProtoBufMsgSrc_name = map[int32]string{
	0: "GCProtoBufMsgSrc_Unspecified",
	1: "GCProtoBufMsgSrc_FromSystem",
	2: "GCProtoBufMsgSrc_FromSteamID",
	3: "GCProtoBufMsgSrc_FromGC",
	4: "GCProtoBufMsgSrc_ReplySystem",
	5: "GCProtoBufMsgSrc_SpoofedSteamID",
}
View Source
var GCProtoBufMsgSrc_value = map[string]int32{
	"GCProtoBufMsgSrc_Unspecified":    0,
	"GCProtoBufMsgSrc_FromSystem":     1,
	"GCProtoBufMsgSrc_FromSteamID":    2,
	"GCProtoBufMsgSrc_FromGC":         3,
	"GCProtoBufMsgSrc_ReplySystem":    4,
	"GCProtoBufMsgSrc_SpoofedSteamID": 5,
}
View Source
var NET_Messages_name = map[int32]string{
	0:  "net_NOP",
	1:  "net_Disconnect",
	3:  "net_SplitScreenUser",
	4:  "net_Tick",
	5:  "net_StringCmd",
	6:  "net_SetConVar",
	7:  "net_SignonState",
	8:  "net_SpawnGroup_Load",
	9:  "net_SpawnGroup_ManifestUpdate",
	11: "net_SpawnGroup_SetCreationTick",
	12: "net_SpawnGroup_Unload",
	13: "net_SpawnGroup_LoadCompleted",
}
View Source
var NET_Messages_value = map[string]int32{
	"net_NOP":                        0,
	"net_Disconnect":                 1,
	"net_SplitScreenUser":            3,
	"net_Tick":                       4,
	"net_StringCmd":                  5,
	"net_SetConVar":                  6,
	"net_SignonState":                7,
	"net_SpawnGroup_Load":            8,
	"net_SpawnGroup_ManifestUpdate":  9,
	"net_SpawnGroup_SetCreationTick": 11,
	"net_SpawnGroup_Unload":          12,
	"net_SpawnGroup_LoadCompleted":   13,
}
View Source
var PARTICLE_MESSAGE_name = map[int32]string{
	0:  "GAME_PARTICLE_MANAGER_EVENT_CREATE",
	1:  "GAME_PARTICLE_MANAGER_EVENT_UPDATE",
	2:  "GAME_PARTICLE_MANAGER_EVENT_UPDATE_FORWARD",
	3:  "GAME_PARTICLE_MANAGER_EVENT_UPDATE_ORIENTATION",
	4:  "GAME_PARTICLE_MANAGER_EVENT_UPDATE_FALLBACK",
	5:  "GAME_PARTICLE_MANAGER_EVENT_UPDATE_ENT",
	6:  "GAME_PARTICLE_MANAGER_EVENT_UPDATE_OFFSET",
	7:  "GAME_PARTICLE_MANAGER_EVENT_DESTROY",
	8:  "GAME_PARTICLE_MANAGER_EVENT_DESTROY_INVOLVING",
	9:  "GAME_PARTICLE_MANAGER_EVENT_RELEASE",
	10: "GAME_PARTICLE_MANAGER_EVENT_LATENCY",
	11: "GAME_PARTICLE_MANAGER_EVENT_SHOULD_DRAW",
	12: "GAME_PARTICLE_MANAGER_EVENT_FROZEN",
	13: "GAME_PARTICLE_MANAGER_EVENT_CHANGE_CONTROL_POINT_ATTACHMENT",
	14: "GAME_PARTICLE_MANAGER_EVENT_UPDATE_ENTITY_POSITION",
	15: "GAME_PARTICLE_MANAGER_EVENT_SET_FOW_PROPERTIES",
	16: "GAME_PARTICLE_MANAGER_EVENT_SET_TEXT",
	17: "GAME_PARTICLE_MANAGER_EVENT_SET_SHOULD_CHECK_FOW",
	18: "GAME_PARTICLE_MANAGER_EVENT_SET_CONTROL_POINT_MODEL",
	19: "GAME_PARTICLE_MANAGER_EVENT_SET_CONTROL_POINT_SNAPSHOT",
	20: "GAME_PARTICLE_MANAGER_EVENT_SET_TEXTURE_ATTRIBUTE",
	21: "GAME_PARTICLE_MANAGER_EVENT_SET_SCENE_OBJECT_GENERIC_FLAG",
}
View Source
var PARTICLE_MESSAGE_value = map[string]int32{
	"GAME_PARTICLE_MANAGER_EVENT_CREATE":                          0,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE":                          1,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE_FORWARD":                  2,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE_ORIENTATION":              3,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE_FALLBACK":                 4,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE_ENT":                      5,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE_OFFSET":                   6,
	"GAME_PARTICLE_MANAGER_EVENT_DESTROY":                         7,
	"GAME_PARTICLE_MANAGER_EVENT_DESTROY_INVOLVING":               8,
	"GAME_PARTICLE_MANAGER_EVENT_RELEASE":                         9,
	"GAME_PARTICLE_MANAGER_EVENT_LATENCY":                         10,
	"GAME_PARTICLE_MANAGER_EVENT_SHOULD_DRAW":                     11,
	"GAME_PARTICLE_MANAGER_EVENT_FROZEN":                          12,
	"GAME_PARTICLE_MANAGER_EVENT_CHANGE_CONTROL_POINT_ATTACHMENT": 13,
	"GAME_PARTICLE_MANAGER_EVENT_UPDATE_ENTITY_POSITION":          14,
	"GAME_PARTICLE_MANAGER_EVENT_SET_FOW_PROPERTIES":              15,
	"GAME_PARTICLE_MANAGER_EVENT_SET_TEXT":                        16,
	"GAME_PARTICLE_MANAGER_EVENT_SET_SHOULD_CHECK_FOW":            17,
	"GAME_PARTICLE_MANAGER_EVENT_SET_CONTROL_POINT_MODEL":         18,
	"GAME_PARTICLE_MANAGER_EVENT_SET_CONTROL_POINT_SNAPSHOT":      19,
	"GAME_PARTICLE_MANAGER_EVENT_SET_TEXTURE_ATTRIBUTE":           20,
	"GAME_PARTICLE_MANAGER_EVENT_SET_SCENE_OBJECT_GENERIC_FLAG":   21,
}
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,
}
View Source
var SpawnGroupFlagsT_name = map[int32]string{
	1:   "SPAWN_GROUP_LOAD_ENTITIES_FROM_SAVE",
	2:   "SPAWN_GROUP_DONT_SPAWN_ENTITIES",
	4:   "SPAWN_GROUP_SYNCHRONOUS_SPAWN",
	8:   "SPAWN_GROUP_IS_INITIAL_SPAWN_GROUP",
	16:  "SPAWN_GROUP_CREATE_CLIENT_ONLY_ENTITIES",
	64:  "SPAWN_GROUP_BLOCK_UNTIL_LOADED",
	128: "SPAWN_GROUP_LOAD_STREAMING_DATA",
	256: "SPAWN_GROUP_CREATE_NEW_SCENE_WORLD",
}
View Source
var SpawnGroupFlagsT_value = map[string]int32{
	"SPAWN_GROUP_LOAD_ENTITIES_FROM_SAVE":     1,
	"SPAWN_GROUP_DONT_SPAWN_ENTITIES":         2,
	"SPAWN_GROUP_SYNCHRONOUS_SPAWN":           4,
	"SPAWN_GROUP_IS_INITIAL_SPAWN_GROUP":      8,
	"SPAWN_GROUP_CREATE_CLIENT_ONLY_ENTITIES": 16,
	"SPAWN_GROUP_BLOCK_UNTIL_LOADED":          64,
	"SPAWN_GROUP_LOAD_STREAMING_DATA":         128,
	"SPAWN_GROUP_CREATE_NEW_SCENE_WORLD":      256,
}

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 CClientReconnectInfo

type CClientReconnectInfo struct {
	ServerSteamId        *uint64  `protobuf:"fixed64,1,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	LobbyId              *uint64  `protobuf:"varint,2,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	TimeUpdated          *uint32  `protobuf:"varint,3,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
	UdpConnectIp         *uint32  `protobuf:"varint,4,opt,name=udp_connect_ip,json=udpConnectIp" json:"udp_connect_ip,omitempty"`
	UdpConnectPort       *uint32  `protobuf:"varint,5,opt,name=udp_connect_port,json=udpConnectPort" json:"udp_connect_port,omitempty"`
	CompatibilityVersion *uint32  `protobuf:"varint,7,opt,name=compatibility_version,json=compatibilityVersion" json:"compatibility_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CClientReconnectInfo) Descriptor

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

func (*CClientReconnectInfo) GetCompatibilityVersion

func (m *CClientReconnectInfo) GetCompatibilityVersion() uint32

func (*CClientReconnectInfo) GetLobbyId

func (m *CClientReconnectInfo) GetLobbyId() uint64

func (*CClientReconnectInfo) GetServerSteamId

func (m *CClientReconnectInfo) GetServerSteamId() uint64

func (*CClientReconnectInfo) GetTimeUpdated

func (m *CClientReconnectInfo) GetTimeUpdated() uint32

func (*CClientReconnectInfo) GetUdpConnectIp

func (m *CClientReconnectInfo) GetUdpConnectIp() uint32

func (*CClientReconnectInfo) GetUdpConnectPort

func (m *CClientReconnectInfo) GetUdpConnectPort() uint32

func (*CClientReconnectInfo) ProtoMessage

func (*CClientReconnectInfo) ProtoMessage()

func (*CClientReconnectInfo) Reset

func (m *CClientReconnectInfo) Reset()

func (*CClientReconnectInfo) String

func (m *CClientReconnectInfo) String() string

func (*CClientReconnectInfo) XXX_DiscardUnknown

func (m *CClientReconnectInfo) XXX_DiscardUnknown()

func (*CClientReconnectInfo) XXX_Marshal

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

func (*CClientReconnectInfo) XXX_Merge

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

func (*CClientReconnectInfo) XXX_Size

func (m *CClientReconnectInfo) XXX_Size() int

func (*CClientReconnectInfo) XXX_Unmarshal

func (m *CClientReconnectInfo) 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 CDACNetBuffer_Debug

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

func (*CDACNetBuffer_Debug) Descriptor

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

func (*CDACNetBuffer_Debug) GetContents

func (m *CDACNetBuffer_Debug) GetContents() string

func (*CDACNetBuffer_Debug) ProtoMessage

func (*CDACNetBuffer_Debug) ProtoMessage()

func (*CDACNetBuffer_Debug) Reset

func (m *CDACNetBuffer_Debug) Reset()

func (*CDACNetBuffer_Debug) String

func (m *CDACNetBuffer_Debug) String() string

func (*CDACNetBuffer_Debug) XXX_DiscardUnknown

func (m *CDACNetBuffer_Debug) XXX_DiscardUnknown()

func (*CDACNetBuffer_Debug) XXX_Marshal

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

func (*CDACNetBuffer_Debug) XXX_Merge

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

func (*CDACNetBuffer_Debug) XXX_Size

func (m *CDACNetBuffer_Debug) XXX_Size() int

func (*CDACNetBuffer_Debug) XXX_Unmarshal

func (m *CDACNetBuffer_Debug) 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 CEntityMessageDoSpark

type CEntityMessageDoSpark struct {
	Origin               *CMsgVector `protobuf:"bytes,1,opt,name=origin" json:"origin,omitempty"`
	Entityindex          *uint32     `protobuf:"varint,2,opt,name=entityindex" json:"entityindex,omitempty"`
	Radius               *float32    `protobuf:"fixed32,3,opt,name=radius" json:"radius,omitempty"`
	Color                *uint32     `protobuf:"fixed32,4,opt,name=color" json:"color,omitempty"`
	Beams                *uint32     `protobuf:"varint,5,opt,name=beams" json:"beams,omitempty"`
	Thick                *float32    `protobuf:"fixed32,6,opt,name=thick" json:"thick,omitempty"`
	Duration             *float32    `protobuf:"fixed32,7,opt,name=duration" json:"duration,omitempty"`
	EntityMsg            *CEntityMsg `protobuf:"bytes,8,opt,name=entity_msg,json=entityMsg" json:"entity_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CEntityMessageDoSpark) Descriptor

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

func (*CEntityMessageDoSpark) GetBeams

func (m *CEntityMessageDoSpark) GetBeams() uint32

func (*CEntityMessageDoSpark) GetColor

func (m *CEntityMessageDoSpark) GetColor() uint32

func (*CEntityMessageDoSpark) GetDuration

func (m *CEntityMessageDoSpark) GetDuration() float32

func (*CEntityMessageDoSpark) GetEntityMsg

func (m *CEntityMessageDoSpark) GetEntityMsg() *CEntityMsg

func (*CEntityMessageDoSpark) GetEntityindex

func (m *CEntityMessageDoSpark) GetEntityindex() uint32

func (*CEntityMessageDoSpark) GetOrigin

func (m *CEntityMessageDoSpark) GetOrigin() *CMsgVector

func (*CEntityMessageDoSpark) GetRadius

func (m *CEntityMessageDoSpark) GetRadius() float32

func (*CEntityMessageDoSpark) GetThick

func (m *CEntityMessageDoSpark) GetThick() float32

func (*CEntityMessageDoSpark) ProtoMessage

func (*CEntityMessageDoSpark) ProtoMessage()

func (*CEntityMessageDoSpark) Reset

func (m *CEntityMessageDoSpark) Reset()

func (*CEntityMessageDoSpark) String

func (m *CEntityMessageDoSpark) String() string

func (*CEntityMessageDoSpark) XXX_DiscardUnknown

func (m *CEntityMessageDoSpark) XXX_DiscardUnknown()

func (*CEntityMessageDoSpark) XXX_Marshal

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

func (*CEntityMessageDoSpark) XXX_Merge

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

func (*CEntityMessageDoSpark) XXX_Size

func (m *CEntityMessageDoSpark) XXX_Size() int

func (*CEntityMessageDoSpark) XXX_Unmarshal

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

type CEntityMessageFixAngle

type CEntityMessageFixAngle struct {
	Relative             *bool       `protobuf:"varint,1,opt,name=relative" json:"relative,omitempty"`
	Angle                *CMsgQAngle `protobuf:"bytes,2,opt,name=angle" json:"angle,omitempty"`
	EntityMsg            *CEntityMsg `protobuf:"bytes,3,opt,name=entity_msg,json=entityMsg" json:"entity_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CEntityMessageFixAngle) Descriptor

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

func (*CEntityMessageFixAngle) GetAngle

func (m *CEntityMessageFixAngle) GetAngle() *CMsgQAngle

func (*CEntityMessageFixAngle) GetEntityMsg

func (m *CEntityMessageFixAngle) GetEntityMsg() *CEntityMsg

func (*CEntityMessageFixAngle) GetRelative

func (m *CEntityMessageFixAngle) GetRelative() bool

func (*CEntityMessageFixAngle) ProtoMessage

func (*CEntityMessageFixAngle) ProtoMessage()

func (*CEntityMessageFixAngle) Reset

func (m *CEntityMessageFixAngle) Reset()

func (*CEntityMessageFixAngle) String

func (m *CEntityMessageFixAngle) String() string

func (*CEntityMessageFixAngle) XXX_DiscardUnknown

func (m *CEntityMessageFixAngle) XXX_DiscardUnknown()

func (*CEntityMessageFixAngle) XXX_Marshal

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

func (*CEntityMessageFixAngle) XXX_Merge

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

func (*CEntityMessageFixAngle) XXX_Size

func (m *CEntityMessageFixAngle) XXX_Size() int

func (*CEntityMessageFixAngle) XXX_Unmarshal

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

type CEntityMessagePlayJingle

type CEntityMessagePlayJingle struct {
	EntityMsg            *CEntityMsg `protobuf:"bytes,1,opt,name=entity_msg,json=entityMsg" json:"entity_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CEntityMessagePlayJingle) Descriptor

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

func (*CEntityMessagePlayJingle) GetEntityMsg

func (m *CEntityMessagePlayJingle) GetEntityMsg() *CEntityMsg

func (*CEntityMessagePlayJingle) ProtoMessage

func (*CEntityMessagePlayJingle) ProtoMessage()

func (*CEntityMessagePlayJingle) Reset

func (m *CEntityMessagePlayJingle) Reset()

func (*CEntityMessagePlayJingle) String

func (m *CEntityMessagePlayJingle) String() string

func (*CEntityMessagePlayJingle) XXX_DiscardUnknown

func (m *CEntityMessagePlayJingle) XXX_DiscardUnknown()

func (*CEntityMessagePlayJingle) XXX_Marshal

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

func (*CEntityMessagePlayJingle) XXX_Merge

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

func (*CEntityMessagePlayJingle) XXX_Size

func (m *CEntityMessagePlayJingle) XXX_Size() int

func (*CEntityMessagePlayJingle) XXX_Unmarshal

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

type CEntityMessagePropagateForce

type CEntityMessagePropagateForce struct {
	Impulse              *CMsgVector `protobuf:"bytes,1,opt,name=impulse" json:"impulse,omitempty"`
	EntityMsg            *CEntityMsg `protobuf:"bytes,2,opt,name=entity_msg,json=entityMsg" json:"entity_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CEntityMessagePropagateForce) Descriptor

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

func (*CEntityMessagePropagateForce) GetEntityMsg

func (m *CEntityMessagePropagateForce) GetEntityMsg() *CEntityMsg

func (*CEntityMessagePropagateForce) GetImpulse

func (m *CEntityMessagePropagateForce) GetImpulse() *CMsgVector

func (*CEntityMessagePropagateForce) ProtoMessage

func (*CEntityMessagePropagateForce) ProtoMessage()

func (*CEntityMessagePropagateForce) Reset

func (m *CEntityMessagePropagateForce) Reset()

func (*CEntityMessagePropagateForce) String

func (*CEntityMessagePropagateForce) XXX_DiscardUnknown

func (m *CEntityMessagePropagateForce) XXX_DiscardUnknown()

func (*CEntityMessagePropagateForce) XXX_Marshal

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

func (*CEntityMessagePropagateForce) XXX_Merge

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

func (*CEntityMessagePropagateForce) XXX_Size

func (m *CEntityMessagePropagateForce) XXX_Size() int

func (*CEntityMessagePropagateForce) XXX_Unmarshal

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

type CEntityMessageRemoveAllDecals

type CEntityMessageRemoveAllDecals struct {
	RemoveDecals         *bool       `protobuf:"varint,1,opt,name=remove_decals,json=removeDecals" json:"remove_decals,omitempty"`
	EntityMsg            *CEntityMsg `protobuf:"bytes,2,opt,name=entity_msg,json=entityMsg" json:"entity_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CEntityMessageRemoveAllDecals) Descriptor

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

func (*CEntityMessageRemoveAllDecals) GetEntityMsg

func (m *CEntityMessageRemoveAllDecals) GetEntityMsg() *CEntityMsg

func (*CEntityMessageRemoveAllDecals) GetRemoveDecals

func (m *CEntityMessageRemoveAllDecals) GetRemoveDecals() bool

func (*CEntityMessageRemoveAllDecals) ProtoMessage

func (*CEntityMessageRemoveAllDecals) ProtoMessage()

func (*CEntityMessageRemoveAllDecals) Reset

func (m *CEntityMessageRemoveAllDecals) Reset()

func (*CEntityMessageRemoveAllDecals) String

func (*CEntityMessageRemoveAllDecals) XXX_DiscardUnknown

func (m *CEntityMessageRemoveAllDecals) XXX_DiscardUnknown()

func (*CEntityMessageRemoveAllDecals) XXX_Marshal

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

func (*CEntityMessageRemoveAllDecals) XXX_Merge

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

func (*CEntityMessageRemoveAllDecals) XXX_Size

func (m *CEntityMessageRemoveAllDecals) XXX_Size() int

func (*CEntityMessageRemoveAllDecals) XXX_Unmarshal

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

type CEntityMessageScreenOverlay

type CEntityMessageScreenOverlay struct {
	StartEffect          *bool       `protobuf:"varint,1,opt,name=start_effect,json=startEffect" json:"start_effect,omitempty"`
	EntityMsg            *CEntityMsg `protobuf:"bytes,2,opt,name=entity_msg,json=entityMsg" json:"entity_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CEntityMessageScreenOverlay) Descriptor

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

func (*CEntityMessageScreenOverlay) GetEntityMsg

func (m *CEntityMessageScreenOverlay) GetEntityMsg() *CEntityMsg

func (*CEntityMessageScreenOverlay) GetStartEffect

func (m *CEntityMessageScreenOverlay) GetStartEffect() bool

func (*CEntityMessageScreenOverlay) ProtoMessage

func (*CEntityMessageScreenOverlay) ProtoMessage()

func (*CEntityMessageScreenOverlay) Reset

func (m *CEntityMessageScreenOverlay) Reset()

func (*CEntityMessageScreenOverlay) String

func (m *CEntityMessageScreenOverlay) String() string

func (*CEntityMessageScreenOverlay) XXX_DiscardUnknown

func (m *CEntityMessageScreenOverlay) XXX_DiscardUnknown()

func (*CEntityMessageScreenOverlay) XXX_Marshal

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

func (*CEntityMessageScreenOverlay) XXX_Merge

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

func (*CEntityMessageScreenOverlay) XXX_Size

func (m *CEntityMessageScreenOverlay) XXX_Size() int

func (*CEntityMessageScreenOverlay) XXX_Unmarshal

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

type CEntityMsg

type CEntityMsg struct {
	TargetEntity         *uint32  `protobuf:"varint,1,opt,name=target_entity,json=targetEntity" json:"target_entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CEntityMsg) Descriptor

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

func (*CEntityMsg) GetTargetEntity

func (m *CEntityMsg) GetTargetEntity() uint32

func (*CEntityMsg) ProtoMessage

func (*CEntityMsg) ProtoMessage()

func (*CEntityMsg) Reset

func (m *CEntityMsg) Reset()

func (*CEntityMsg) String

func (m *CEntityMsg) String() string

func (*CEntityMsg) XXX_DiscardUnknown

func (m *CEntityMsg) XXX_DiscardUnknown()

func (*CEntityMsg) XXX_Marshal

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

func (*CEntityMsg) XXX_Merge

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

func (*CEntityMsg) XXX_Size

func (m *CEntityMsg) XXX_Size() int

func (*CEntityMsg) XXX_Unmarshal

func (m *CEntityMsg) 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 CGCMsgGetIPASN

type CGCMsgGetIPASN struct {
	Ips                  []uint32 `protobuf:"fixed32,1,rep,name=ips" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgGetIPASN) Descriptor

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

func (*CGCMsgGetIPASN) GetIps

func (m *CGCMsgGetIPASN) GetIps() []uint32

func (*CGCMsgGetIPASN) ProtoMessage

func (*CGCMsgGetIPASN) ProtoMessage()

func (*CGCMsgGetIPASN) Reset

func (m *CGCMsgGetIPASN) Reset()

func (*CGCMsgGetIPASN) String

func (m *CGCMsgGetIPASN) String() string

func (*CGCMsgGetIPASN) XXX_DiscardUnknown

func (m *CGCMsgGetIPASN) XXX_DiscardUnknown()

func (*CGCMsgGetIPASN) XXX_Marshal

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

func (*CGCMsgGetIPASN) XXX_Merge

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

func (*CGCMsgGetIPASN) XXX_Size

func (m *CGCMsgGetIPASN) XXX_Size() int

func (*CGCMsgGetIPASN) XXX_Unmarshal

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

type CGCMsgGetIPASNResponse

type CGCMsgGetIPASNResponse struct {
	Infos                []*CIPASNInfo `protobuf:"bytes,1,rep,name=infos" json:"infos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CGCMsgGetIPASNResponse) Descriptor

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

func (*CGCMsgGetIPASNResponse) GetInfos

func (m *CGCMsgGetIPASNResponse) GetInfos() []*CIPASNInfo

func (*CGCMsgGetIPASNResponse) ProtoMessage

func (*CGCMsgGetIPASNResponse) ProtoMessage()

func (*CGCMsgGetIPASNResponse) Reset

func (m *CGCMsgGetIPASNResponse) Reset()

func (*CGCMsgGetIPASNResponse) String

func (m *CGCMsgGetIPASNResponse) String() string

func (*CGCMsgGetIPASNResponse) XXX_DiscardUnknown

func (m *CGCMsgGetIPASNResponse) XXX_DiscardUnknown()

func (*CGCMsgGetIPASNResponse) XXX_Marshal

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

func (*CGCMsgGetIPASNResponse) XXX_Merge

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

func (*CGCMsgGetIPASNResponse) XXX_Size

func (m *CGCMsgGetIPASNResponse) XXX_Size() int

func (*CGCMsgGetIPASNResponse) XXX_Unmarshal

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

type CGCMsgGetIPLocation

type CGCMsgGetIPLocation struct {
	Ips                  []uint32 `protobuf:"fixed32,1,rep,name=ips" json:"ips,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgGetIPLocation) Descriptor

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

func (*CGCMsgGetIPLocation) GetIps

func (m *CGCMsgGetIPLocation) GetIps() []uint32

func (*CGCMsgGetIPLocation) ProtoMessage

func (*CGCMsgGetIPLocation) ProtoMessage()

func (*CGCMsgGetIPLocation) Reset

func (m *CGCMsgGetIPLocation) Reset()

func (*CGCMsgGetIPLocation) String

func (m *CGCMsgGetIPLocation) String() string

func (*CGCMsgGetIPLocation) XXX_DiscardUnknown

func (m *CGCMsgGetIPLocation) XXX_DiscardUnknown()

func (*CGCMsgGetIPLocation) XXX_Marshal

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

func (*CGCMsgGetIPLocation) XXX_Merge

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

func (*CGCMsgGetIPLocation) XXX_Size

func (m *CGCMsgGetIPLocation) XXX_Size() int

func (*CGCMsgGetIPLocation) XXX_Unmarshal

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

type CGCMsgGetIPLocationResponse

type CGCMsgGetIPLocationResponse struct {
	Infos                []*CIPLocationInfo `protobuf:"bytes,1,rep,name=infos" json:"infos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CGCMsgGetIPLocationResponse) Descriptor

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

func (*CGCMsgGetIPLocationResponse) GetInfos

func (*CGCMsgGetIPLocationResponse) ProtoMessage

func (*CGCMsgGetIPLocationResponse) ProtoMessage()

func (*CGCMsgGetIPLocationResponse) Reset

func (m *CGCMsgGetIPLocationResponse) Reset()

func (*CGCMsgGetIPLocationResponse) String

func (m *CGCMsgGetIPLocationResponse) String() string

func (*CGCMsgGetIPLocationResponse) XXX_DiscardUnknown

func (m *CGCMsgGetIPLocationResponse) XXX_DiscardUnknown()

func (*CGCMsgGetIPLocationResponse) XXX_Marshal

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

func (*CGCMsgGetIPLocationResponse) XXX_Merge

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

func (*CGCMsgGetIPLocationResponse) XXX_Size

func (m *CGCMsgGetIPLocationResponse) XXX_Size() int

func (*CGCMsgGetIPLocationResponse) XXX_Unmarshal

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

type CGCMsgGetSystemStats

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

func (*CGCMsgGetSystemStats) Descriptor

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

func (*CGCMsgGetSystemStats) ProtoMessage

func (*CGCMsgGetSystemStats) ProtoMessage()

func (*CGCMsgGetSystemStats) Reset

func (m *CGCMsgGetSystemStats) Reset()

func (*CGCMsgGetSystemStats) String

func (m *CGCMsgGetSystemStats) String() string

func (*CGCMsgGetSystemStats) XXX_DiscardUnknown

func (m *CGCMsgGetSystemStats) XXX_DiscardUnknown()

func (*CGCMsgGetSystemStats) XXX_Marshal

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

func (*CGCMsgGetSystemStats) XXX_Merge

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

func (*CGCMsgGetSystemStats) XXX_Size

func (m *CGCMsgGetSystemStats) XXX_Size() int

func (*CGCMsgGetSystemStats) XXX_Unmarshal

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

type CGCMsgGetSystemStatsResponse

type CGCMsgGetSystemStatsResponse struct {
	GcAppId              *uint32  `protobuf:"varint,1,opt,name=gc_app_id,json=gcAppId" json:"gc_app_id,omitempty"`
	StatsKv              []byte   `protobuf:"bytes,2,opt,name=stats_kv,json=statsKv" json:"stats_kv,omitempty"`
	ActiveJobs           *uint32  `protobuf:"varint,3,opt,name=active_jobs,json=activeJobs" json:"active_jobs,omitempty"`
	YieldingJobs         *uint32  `protobuf:"varint,4,opt,name=yielding_jobs,json=yieldingJobs" json:"yielding_jobs,omitempty"`
	UserSessions         *uint32  `protobuf:"varint,5,opt,name=user_sessions,json=userSessions" json:"user_sessions,omitempty"`
	GameServerSessions   *uint32  `protobuf:"varint,6,opt,name=game_server_sessions,json=gameServerSessions" json:"game_server_sessions,omitempty"`
	Socaches             *uint32  `protobuf:"varint,7,opt,name=socaches" json:"socaches,omitempty"`
	SocachesToUnload     *uint32  `protobuf:"varint,8,opt,name=socaches_to_unload,json=socachesToUnload" json:"socaches_to_unload,omitempty"`
	SocachesLoading      *uint32  `protobuf:"varint,9,opt,name=socaches_loading,json=socachesLoading" json:"socaches_loading,omitempty"`
	WritebackQueue       *uint32  `protobuf:"varint,10,opt,name=writeback_queue,json=writebackQueue" json:"writeback_queue,omitempty"`
	SteamidLocks         *uint32  `protobuf:"varint,11,opt,name=steamid_locks,json=steamidLocks" json:"steamid_locks,omitempty"`
	LogonQueue           *uint32  `protobuf:"varint,12,opt,name=logon_queue,json=logonQueue" json:"logon_queue,omitempty"`
	LogonJobs            *uint32  `protobuf:"varint,13,opt,name=logon_jobs,json=logonJobs" json:"logon_jobs,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgGetSystemStatsResponse) Descriptor

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

func (*CGCMsgGetSystemStatsResponse) GetActiveJobs

func (m *CGCMsgGetSystemStatsResponse) GetActiveJobs() uint32

func (*CGCMsgGetSystemStatsResponse) GetGameServerSessions

func (m *CGCMsgGetSystemStatsResponse) GetGameServerSessions() uint32

func (*CGCMsgGetSystemStatsResponse) GetGcAppId

func (m *CGCMsgGetSystemStatsResponse) GetGcAppId() uint32

func (*CGCMsgGetSystemStatsResponse) GetLogonJobs

func (m *CGCMsgGetSystemStatsResponse) GetLogonJobs() uint32

func (*CGCMsgGetSystemStatsResponse) GetLogonQueue

func (m *CGCMsgGetSystemStatsResponse) GetLogonQueue() uint32

func (*CGCMsgGetSystemStatsResponse) GetSocaches

func (m *CGCMsgGetSystemStatsResponse) GetSocaches() uint32

func (*CGCMsgGetSystemStatsResponse) GetSocachesLoading

func (m *CGCMsgGetSystemStatsResponse) GetSocachesLoading() uint32

func (*CGCMsgGetSystemStatsResponse) GetSocachesToUnload

func (m *CGCMsgGetSystemStatsResponse) GetSocachesToUnload() uint32

func (*CGCMsgGetSystemStatsResponse) GetStatsKv

func (m *CGCMsgGetSystemStatsResponse) GetStatsKv() []byte

func (*CGCMsgGetSystemStatsResponse) GetSteamidLocks

func (m *CGCMsgGetSystemStatsResponse) GetSteamidLocks() uint32

func (*CGCMsgGetSystemStatsResponse) GetUserSessions

func (m *CGCMsgGetSystemStatsResponse) GetUserSessions() uint32

func (*CGCMsgGetSystemStatsResponse) GetWritebackQueue

func (m *CGCMsgGetSystemStatsResponse) GetWritebackQueue() uint32

func (*CGCMsgGetSystemStatsResponse) GetYieldingJobs

func (m *CGCMsgGetSystemStatsResponse) GetYieldingJobs() uint32

func (*CGCMsgGetSystemStatsResponse) ProtoMessage

func (*CGCMsgGetSystemStatsResponse) ProtoMessage()

func (*CGCMsgGetSystemStatsResponse) Reset

func (m *CGCMsgGetSystemStatsResponse) Reset()

func (*CGCMsgGetSystemStatsResponse) String

func (*CGCMsgGetSystemStatsResponse) XXX_DiscardUnknown

func (m *CGCMsgGetSystemStatsResponse) XXX_DiscardUnknown()

func (*CGCMsgGetSystemStatsResponse) XXX_Marshal

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

func (*CGCMsgGetSystemStatsResponse) XXX_Merge

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

func (*CGCMsgGetSystemStatsResponse) XXX_Size

func (m *CGCMsgGetSystemStatsResponse) XXX_Size() int

func (*CGCMsgGetSystemStatsResponse) XXX_Unmarshal

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

type CGCMsgMemCachedDelete

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

func (*CGCMsgMemCachedDelete) Descriptor

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

func (*CGCMsgMemCachedDelete) GetKeys

func (m *CGCMsgMemCachedDelete) GetKeys() []string

func (*CGCMsgMemCachedDelete) ProtoMessage

func (*CGCMsgMemCachedDelete) ProtoMessage()

func (*CGCMsgMemCachedDelete) Reset

func (m *CGCMsgMemCachedDelete) Reset()

func (*CGCMsgMemCachedDelete) String

func (m *CGCMsgMemCachedDelete) String() string

func (*CGCMsgMemCachedDelete) XXX_DiscardUnknown

func (m *CGCMsgMemCachedDelete) XXX_DiscardUnknown()

func (*CGCMsgMemCachedDelete) XXX_Marshal

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

func (*CGCMsgMemCachedDelete) XXX_Merge

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

func (*CGCMsgMemCachedDelete) XXX_Size

func (m *CGCMsgMemCachedDelete) XXX_Size() int

func (*CGCMsgMemCachedDelete) XXX_Unmarshal

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

type CGCMsgMemCachedGet

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

func (*CGCMsgMemCachedGet) Descriptor

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

func (*CGCMsgMemCachedGet) GetKeys

func (m *CGCMsgMemCachedGet) GetKeys() []string

func (*CGCMsgMemCachedGet) ProtoMessage

func (*CGCMsgMemCachedGet) ProtoMessage()

func (*CGCMsgMemCachedGet) Reset

func (m *CGCMsgMemCachedGet) Reset()

func (*CGCMsgMemCachedGet) String

func (m *CGCMsgMemCachedGet) String() string

func (*CGCMsgMemCachedGet) XXX_DiscardUnknown

func (m *CGCMsgMemCachedGet) XXX_DiscardUnknown()

func (*CGCMsgMemCachedGet) XXX_Marshal

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

func (*CGCMsgMemCachedGet) XXX_Merge

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

func (*CGCMsgMemCachedGet) XXX_Size

func (m *CGCMsgMemCachedGet) XXX_Size() int

func (*CGCMsgMemCachedGet) XXX_Unmarshal

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

type CGCMsgMemCachedGetResponse

type CGCMsgMemCachedGetResponse struct {
	Values               []*CGCMsgMemCachedGetResponse_ValueTag `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*CGCMsgMemCachedGetResponse) Descriptor

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

func (*CGCMsgMemCachedGetResponse) GetValues

func (*CGCMsgMemCachedGetResponse) ProtoMessage

func (*CGCMsgMemCachedGetResponse) ProtoMessage()

func (*CGCMsgMemCachedGetResponse) Reset

func (m *CGCMsgMemCachedGetResponse) Reset()

func (*CGCMsgMemCachedGetResponse) String

func (m *CGCMsgMemCachedGetResponse) String() string

func (*CGCMsgMemCachedGetResponse) XXX_DiscardUnknown

func (m *CGCMsgMemCachedGetResponse) XXX_DiscardUnknown()

func (*CGCMsgMemCachedGetResponse) XXX_Marshal

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

func (*CGCMsgMemCachedGetResponse) XXX_Merge

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

func (*CGCMsgMemCachedGetResponse) XXX_Size

func (m *CGCMsgMemCachedGetResponse) XXX_Size() int

func (*CGCMsgMemCachedGetResponse) XXX_Unmarshal

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

type CGCMsgMemCachedGetResponse_ValueTag

type CGCMsgMemCachedGetResponse_ValueTag struct {
	Found                *bool    `protobuf:"varint,1,opt,name=found" json:"found,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedGetResponse_ValueTag) Descriptor

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

func (*CGCMsgMemCachedGetResponse_ValueTag) GetFound

func (*CGCMsgMemCachedGetResponse_ValueTag) GetValue

func (m *CGCMsgMemCachedGetResponse_ValueTag) GetValue() []byte

func (*CGCMsgMemCachedGetResponse_ValueTag) ProtoMessage

func (*CGCMsgMemCachedGetResponse_ValueTag) ProtoMessage()

func (*CGCMsgMemCachedGetResponse_ValueTag) Reset

func (*CGCMsgMemCachedGetResponse_ValueTag) String

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_DiscardUnknown

func (m *CGCMsgMemCachedGetResponse_ValueTag) XXX_DiscardUnknown()

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Marshal

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

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Merge

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Size

func (*CGCMsgMemCachedGetResponse_ValueTag) XXX_Unmarshal

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

type CGCMsgMemCachedSet

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

func (*CGCMsgMemCachedSet) Descriptor

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

func (*CGCMsgMemCachedSet) GetKeys

func (*CGCMsgMemCachedSet) ProtoMessage

func (*CGCMsgMemCachedSet) ProtoMessage()

func (*CGCMsgMemCachedSet) Reset

func (m *CGCMsgMemCachedSet) Reset()

func (*CGCMsgMemCachedSet) String

func (m *CGCMsgMemCachedSet) String() string

func (*CGCMsgMemCachedSet) XXX_DiscardUnknown

func (m *CGCMsgMemCachedSet) XXX_DiscardUnknown()

func (*CGCMsgMemCachedSet) XXX_Marshal

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

func (*CGCMsgMemCachedSet) XXX_Merge

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

func (*CGCMsgMemCachedSet) XXX_Size

func (m *CGCMsgMemCachedSet) XXX_Size() int

func (*CGCMsgMemCachedSet) XXX_Unmarshal

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

type CGCMsgMemCachedSet_KeyPair

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

func (*CGCMsgMemCachedSet_KeyPair) Descriptor

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

func (*CGCMsgMemCachedSet_KeyPair) GetName

func (m *CGCMsgMemCachedSet_KeyPair) GetName() string

func (*CGCMsgMemCachedSet_KeyPair) GetValue

func (m *CGCMsgMemCachedSet_KeyPair) GetValue() []byte

func (*CGCMsgMemCachedSet_KeyPair) ProtoMessage

func (*CGCMsgMemCachedSet_KeyPair) ProtoMessage()

func (*CGCMsgMemCachedSet_KeyPair) Reset

func (m *CGCMsgMemCachedSet_KeyPair) Reset()

func (*CGCMsgMemCachedSet_KeyPair) String

func (m *CGCMsgMemCachedSet_KeyPair) String() string

func (*CGCMsgMemCachedSet_KeyPair) XXX_DiscardUnknown

func (m *CGCMsgMemCachedSet_KeyPair) XXX_DiscardUnknown()

func (*CGCMsgMemCachedSet_KeyPair) XXX_Marshal

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

func (*CGCMsgMemCachedSet_KeyPair) XXX_Merge

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

func (*CGCMsgMemCachedSet_KeyPair) XXX_Size

func (m *CGCMsgMemCachedSet_KeyPair) XXX_Size() int

func (*CGCMsgMemCachedSet_KeyPair) XXX_Unmarshal

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

type CGCMsgMemCachedStats

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

func (*CGCMsgMemCachedStats) Descriptor

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

func (*CGCMsgMemCachedStats) ProtoMessage

func (*CGCMsgMemCachedStats) ProtoMessage()

func (*CGCMsgMemCachedStats) Reset

func (m *CGCMsgMemCachedStats) Reset()

func (*CGCMsgMemCachedStats) String

func (m *CGCMsgMemCachedStats) String() string

func (*CGCMsgMemCachedStats) XXX_DiscardUnknown

func (m *CGCMsgMemCachedStats) XXX_DiscardUnknown()

func (*CGCMsgMemCachedStats) XXX_Marshal

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

func (*CGCMsgMemCachedStats) XXX_Merge

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

func (*CGCMsgMemCachedStats) XXX_Size

func (m *CGCMsgMemCachedStats) XXX_Size() int

func (*CGCMsgMemCachedStats) XXX_Unmarshal

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

type CGCMsgMemCachedStatsResponse

type CGCMsgMemCachedStatsResponse struct {
	CurrConnections      *uint64  `protobuf:"varint,1,opt,name=curr_connections,json=currConnections" json:"curr_connections,omitempty"`
	CmdGet               *uint64  `protobuf:"varint,2,opt,name=cmd_get,json=cmdGet" json:"cmd_get,omitempty"`
	CmdSet               *uint64  `protobuf:"varint,3,opt,name=cmd_set,json=cmdSet" json:"cmd_set,omitempty"`
	CmdFlush             *uint64  `protobuf:"varint,4,opt,name=cmd_flush,json=cmdFlush" json:"cmd_flush,omitempty"`
	GetHits              *uint64  `protobuf:"varint,5,opt,name=get_hits,json=getHits" json:"get_hits,omitempty"`
	GetMisses            *uint64  `protobuf:"varint,6,opt,name=get_misses,json=getMisses" json:"get_misses,omitempty"`
	DeleteHits           *uint64  `protobuf:"varint,7,opt,name=delete_hits,json=deleteHits" json:"delete_hits,omitempty"`
	DeleteMisses         *uint64  `protobuf:"varint,8,opt,name=delete_misses,json=deleteMisses" json:"delete_misses,omitempty"`
	BytesRead            *uint64  `protobuf:"varint,9,opt,name=bytes_read,json=bytesRead" json:"bytes_read,omitempty"`
	BytesWritten         *uint64  `protobuf:"varint,10,opt,name=bytes_written,json=bytesWritten" json:"bytes_written,omitempty"`
	LimitMaxbytes        *uint64  `protobuf:"varint,11,opt,name=limit_maxbytes,json=limitMaxbytes" json:"limit_maxbytes,omitempty"`
	CurrItems            *uint64  `protobuf:"varint,12,opt,name=curr_items,json=currItems" json:"curr_items,omitempty"`
	Evictions            *uint64  `protobuf:"varint,13,opt,name=evictions" json:"evictions,omitempty"`
	Bytes                *uint64  `protobuf:"varint,14,opt,name=bytes" json:"bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgMemCachedStatsResponse) Descriptor

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

func (*CGCMsgMemCachedStatsResponse) GetBytes

func (m *CGCMsgMemCachedStatsResponse) GetBytes() uint64

func (*CGCMsgMemCachedStatsResponse) GetBytesRead

func (m *CGCMsgMemCachedStatsResponse) GetBytesRead() uint64

func (*CGCMsgMemCachedStatsResponse) GetBytesWritten

func (m *CGCMsgMemCachedStatsResponse) GetBytesWritten() uint64

func (*CGCMsgMemCachedStatsResponse) GetCmdFlush

func (m *CGCMsgMemCachedStatsResponse) GetCmdFlush() uint64

func (*CGCMsgMemCachedStatsResponse) GetCmdGet

func (m *CGCMsgMemCachedStatsResponse) GetCmdGet() uint64

func (*CGCMsgMemCachedStatsResponse) GetCmdSet

func (m *CGCMsgMemCachedStatsResponse) GetCmdSet() uint64

func (*CGCMsgMemCachedStatsResponse) GetCurrConnections

func (m *CGCMsgMemCachedStatsResponse) GetCurrConnections() uint64

func (*CGCMsgMemCachedStatsResponse) GetCurrItems

func (m *CGCMsgMemCachedStatsResponse) GetCurrItems() uint64

func (*CGCMsgMemCachedStatsResponse) GetDeleteHits

func (m *CGCMsgMemCachedStatsResponse) GetDeleteHits() uint64

func (*CGCMsgMemCachedStatsResponse) GetDeleteMisses

func (m *CGCMsgMemCachedStatsResponse) GetDeleteMisses() uint64

func (*CGCMsgMemCachedStatsResponse) GetEvictions

func (m *CGCMsgMemCachedStatsResponse) GetEvictions() uint64

func (*CGCMsgMemCachedStatsResponse) GetGetHits

func (m *CGCMsgMemCachedStatsResponse) GetGetHits() uint64

func (*CGCMsgMemCachedStatsResponse) GetGetMisses

func (m *CGCMsgMemCachedStatsResponse) GetGetMisses() uint64

func (*CGCMsgMemCachedStatsResponse) GetLimitMaxbytes

func (m *CGCMsgMemCachedStatsResponse) GetLimitMaxbytes() uint64

func (*CGCMsgMemCachedStatsResponse) ProtoMessage

func (*CGCMsgMemCachedStatsResponse) ProtoMessage()

func (*CGCMsgMemCachedStatsResponse) Reset

func (m *CGCMsgMemCachedStatsResponse) Reset()

func (*CGCMsgMemCachedStatsResponse) String

func (*CGCMsgMemCachedStatsResponse) XXX_DiscardUnknown

func (m *CGCMsgMemCachedStatsResponse) XXX_DiscardUnknown()

func (*CGCMsgMemCachedStatsResponse) XXX_Marshal

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

func (*CGCMsgMemCachedStatsResponse) XXX_Merge

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

func (*CGCMsgMemCachedStatsResponse) XXX_Size

func (m *CGCMsgMemCachedStatsResponse) XXX_Size() int

func (*CGCMsgMemCachedStatsResponse) XXX_Unmarshal

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

type CGCMsgSQLStats

type CGCMsgSQLStats struct {
	SchemaCatalog        *uint32  `protobuf:"varint,1,opt,name=schema_catalog,json=schemaCatalog" json:"schema_catalog,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgSQLStats) Descriptor

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

func (*CGCMsgSQLStats) GetSchemaCatalog

func (m *CGCMsgSQLStats) GetSchemaCatalog() uint32

func (*CGCMsgSQLStats) ProtoMessage

func (*CGCMsgSQLStats) ProtoMessage()

func (*CGCMsgSQLStats) Reset

func (m *CGCMsgSQLStats) Reset()

func (*CGCMsgSQLStats) String

func (m *CGCMsgSQLStats) String() string

func (*CGCMsgSQLStats) XXX_DiscardUnknown

func (m *CGCMsgSQLStats) XXX_DiscardUnknown()

func (*CGCMsgSQLStats) XXX_Marshal

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

func (*CGCMsgSQLStats) XXX_Merge

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

func (*CGCMsgSQLStats) XXX_Size

func (m *CGCMsgSQLStats) XXX_Size() int

func (*CGCMsgSQLStats) XXX_Unmarshal

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

type CGCMsgSQLStatsResponse

type CGCMsgSQLStatsResponse struct {
	Threads                       *uint32  `protobuf:"varint,1,opt,name=threads" json:"threads,omitempty"`
	ThreadsConnected              *uint32  `protobuf:"varint,2,opt,name=threads_connected,json=threadsConnected" json:"threads_connected,omitempty"`
	ThreadsActive                 *uint32  `protobuf:"varint,3,opt,name=threads_active,json=threadsActive" json:"threads_active,omitempty"`
	OperationsSubmitted           *uint32  `protobuf:"varint,4,opt,name=operations_submitted,json=operationsSubmitted" json:"operations_submitted,omitempty"`
	PreparedStatementsExecuted    *uint32  `` /* 135-byte string literal not displayed */
	NonPreparedStatementsExecuted *uint32  `` /* 146-byte string literal not displayed */
	DeadlockRetries               *uint32  `protobuf:"varint,7,opt,name=deadlock_retries,json=deadlockRetries" json:"deadlock_retries,omitempty"`
	OperationsTimedOutInQueue     *uint32  `` /* 136-byte string literal not displayed */
	Errors                        *uint32  `protobuf:"varint,9,opt,name=errors" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral          struct{} `json:"-"`
	XXX_unrecognized              []byte   `json:"-"`
	XXX_sizecache                 int32    `json:"-"`
}

func (*CGCMsgSQLStatsResponse) Descriptor

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

func (*CGCMsgSQLStatsResponse) GetDeadlockRetries

func (m *CGCMsgSQLStatsResponse) GetDeadlockRetries() uint32

func (*CGCMsgSQLStatsResponse) GetErrors

func (m *CGCMsgSQLStatsResponse) GetErrors() uint32

func (*CGCMsgSQLStatsResponse) GetNonPreparedStatementsExecuted

func (m *CGCMsgSQLStatsResponse) GetNonPreparedStatementsExecuted() uint32

func (*CGCMsgSQLStatsResponse) GetOperationsSubmitted

func (m *CGCMsgSQLStatsResponse) GetOperationsSubmitted() uint32

func (*CGCMsgSQLStatsResponse) GetOperationsTimedOutInQueue

func (m *CGCMsgSQLStatsResponse) GetOperationsTimedOutInQueue() uint32

func (*CGCMsgSQLStatsResponse) GetPreparedStatementsExecuted

func (m *CGCMsgSQLStatsResponse) GetPreparedStatementsExecuted() uint32

func (*CGCMsgSQLStatsResponse) GetThreads

func (m *CGCMsgSQLStatsResponse) GetThreads() uint32

func (*CGCMsgSQLStatsResponse) GetThreadsActive

func (m *CGCMsgSQLStatsResponse) GetThreadsActive() uint32

func (*CGCMsgSQLStatsResponse) GetThreadsConnected

func (m *CGCMsgSQLStatsResponse) GetThreadsConnected() uint32

func (*CGCMsgSQLStatsResponse) ProtoMessage

func (*CGCMsgSQLStatsResponse) ProtoMessage()

func (*CGCMsgSQLStatsResponse) Reset

func (m *CGCMsgSQLStatsResponse) Reset()

func (*CGCMsgSQLStatsResponse) String

func (m *CGCMsgSQLStatsResponse) String() string

func (*CGCMsgSQLStatsResponse) XXX_DiscardUnknown

func (m *CGCMsgSQLStatsResponse) XXX_DiscardUnknown()

func (*CGCMsgSQLStatsResponse) XXX_Marshal

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

func (*CGCMsgSQLStatsResponse) XXX_Merge

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

func (*CGCMsgSQLStatsResponse) XXX_Size

func (m *CGCMsgSQLStatsResponse) XXX_Size() int

func (*CGCMsgSQLStatsResponse) XXX_Unmarshal

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

type CGCMsgSystemStatsSchema

type CGCMsgSystemStatsSchema struct {
	GcAppId              *uint32  `protobuf:"varint,1,opt,name=gc_app_id,json=gcAppId" json:"gc_app_id,omitempty"`
	SchemaKv             []byte   `protobuf:"bytes,2,opt,name=schema_kv,json=schemaKv" json:"schema_kv,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCMsgSystemStatsSchema) Descriptor

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

func (*CGCMsgSystemStatsSchema) GetGcAppId

func (m *CGCMsgSystemStatsSchema) GetGcAppId() uint32

func (*CGCMsgSystemStatsSchema) GetSchemaKv

func (m *CGCMsgSystemStatsSchema) GetSchemaKv() []byte

func (*CGCMsgSystemStatsSchema) ProtoMessage

func (*CGCMsgSystemStatsSchema) ProtoMessage()

func (*CGCMsgSystemStatsSchema) Reset

func (m *CGCMsgSystemStatsSchema) Reset()

func (*CGCMsgSystemStatsSchema) String

func (m *CGCMsgSystemStatsSchema) String() string

func (*CGCMsgSystemStatsSchema) XXX_DiscardUnknown

func (m *CGCMsgSystemStatsSchema) XXX_DiscardUnknown()

func (*CGCMsgSystemStatsSchema) XXX_Marshal

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

func (*CGCMsgSystemStatsSchema) XXX_Merge

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

func (*CGCMsgSystemStatsSchema) XXX_Size

func (m *CGCMsgSystemStatsSchema) XXX_Size() int

func (*CGCMsgSystemStatsSchema) XXX_Unmarshal

func (m *CGCMsgSystemStatsSchema) 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 CGCSystemMsg_GetAccountDetails

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

func (*CGCSystemMsg_GetAccountDetails) Descriptor

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

func (*CGCSystemMsg_GetAccountDetails) GetAppid

func (m *CGCSystemMsg_GetAccountDetails) GetAppid() uint32

func (*CGCSystemMsg_GetAccountDetails) GetSteamid

func (m *CGCSystemMsg_GetAccountDetails) GetSteamid() uint64

func (*CGCSystemMsg_GetAccountDetails) ProtoMessage

func (*CGCSystemMsg_GetAccountDetails) ProtoMessage()

func (*CGCSystemMsg_GetAccountDetails) Reset

func (m *CGCSystemMsg_GetAccountDetails) Reset()

func (*CGCSystemMsg_GetAccountDetails) String

func (*CGCSystemMsg_GetAccountDetails) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetAccountDetails) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetAccountDetails) XXX_Marshal

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

func (*CGCSystemMsg_GetAccountDetails) XXX_Merge

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

func (*CGCSystemMsg_GetAccountDetails) XXX_Size

func (m *CGCSystemMsg_GetAccountDetails) XXX_Size() int

func (*CGCSystemMsg_GetAccountDetails) XXX_Unmarshal

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

type CGCSystemMsg_GetAccountDetails_Response

type CGCSystemMsg_GetAccountDetails_Response struct {
	EresultDeprecated      *uint32  `protobuf:"varint,1,opt,name=eresult_deprecated,json=eresultDeprecated,def=2" json:"eresult_deprecated,omitempty"`
	AccountName            *string  `protobuf:"bytes,2,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	PersonaName            *string  `protobuf:"bytes,3,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	IsProfileCreated       *bool    `protobuf:"varint,26,opt,name=is_profile_created,json=isProfileCreated" json:"is_profile_created,omitempty"`
	IsProfilePublic        *bool    `protobuf:"varint,4,opt,name=is_profile_public,json=isProfilePublic" json:"is_profile_public,omitempty"`
	IsInventoryPublic      *bool    `protobuf:"varint,5,opt,name=is_inventory_public,json=isInventoryPublic" json:"is_inventory_public,omitempty"`
	IsVacBanned            *bool    `protobuf:"varint,7,opt,name=is_vac_banned,json=isVacBanned" json:"is_vac_banned,omitempty"`
	IsCyberCafe            *bool    `protobuf:"varint,8,opt,name=is_cyber_cafe,json=isCyberCafe" json:"is_cyber_cafe,omitempty"`
	IsSchoolAccount        *bool    `protobuf:"varint,9,opt,name=is_school_account,json=isSchoolAccount" json:"is_school_account,omitempty"`
	IsLimited              *bool    `protobuf:"varint,10,opt,name=is_limited,json=isLimited" json:"is_limited,omitempty"`
	IsSubscribed           *bool    `protobuf:"varint,11,opt,name=is_subscribed,json=isSubscribed" json:"is_subscribed,omitempty"`
	Package                *uint32  `protobuf:"varint,12,opt,name=package" json:"package,omitempty"`
	IsFreeTrialAccount     *bool    `protobuf:"varint,13,opt,name=is_free_trial_account,json=isFreeTrialAccount" json:"is_free_trial_account,omitempty"`
	FreeTrialExpiration    *uint32  `protobuf:"varint,14,opt,name=free_trial_expiration,json=freeTrialExpiration" json:"free_trial_expiration,omitempty"`
	IsLowViolence          *bool    `protobuf:"varint,15,opt,name=is_low_violence,json=isLowViolence" json:"is_low_violence,omitempty"`
	IsAccountLockedDown    *bool    `protobuf:"varint,16,opt,name=is_account_locked_down,json=isAccountLockedDown" json:"is_account_locked_down,omitempty"`
	IsCommunityBanned      *bool    `protobuf:"varint,17,opt,name=is_community_banned,json=isCommunityBanned" json:"is_community_banned,omitempty"`
	IsTradeBanned          *bool    `protobuf:"varint,18,opt,name=is_trade_banned,json=isTradeBanned" json:"is_trade_banned,omitempty"`
	TradeBanExpiration     *uint32  `protobuf:"varint,19,opt,name=trade_ban_expiration,json=tradeBanExpiration" json:"trade_ban_expiration,omitempty"`
	Accountid              *uint32  `protobuf:"varint,20,opt,name=accountid" json:"accountid,omitempty"`
	SuspensionEndTime      *uint32  `protobuf:"varint,21,opt,name=suspension_end_time,json=suspensionEndTime" json:"suspension_end_time,omitempty"`
	Currency               *string  `protobuf:"bytes,22,opt,name=currency" json:"currency,omitempty"`
	SteamLevel             *uint32  `protobuf:"varint,23,opt,name=steam_level,json=steamLevel" json:"steam_level,omitempty"`
	FriendCount            *uint32  `protobuf:"varint,24,opt,name=friend_count,json=friendCount" json:"friend_count,omitempty"`
	AccountCreationTime    *uint32  `protobuf:"varint,25,opt,name=account_creation_time,json=accountCreationTime" json:"account_creation_time,omitempty"`
	IsSteamguardEnabled    *bool    `protobuf:"varint,27,opt,name=is_steamguard_enabled,json=isSteamguardEnabled" json:"is_steamguard_enabled,omitempty"`
	IsPhoneVerified        *bool    `protobuf:"varint,28,opt,name=is_phone_verified,json=isPhoneVerified" json:"is_phone_verified,omitempty"`
	IsTwoFactorAuthEnabled *bool    `` /* 128-byte string literal not displayed */
	TwoFactorEnabledTime   *uint32  `protobuf:"varint,30,opt,name=two_factor_enabled_time,json=twoFactorEnabledTime" json:"two_factor_enabled_time,omitempty"`
	PhoneVerificationTime  *uint32  `protobuf:"varint,31,opt,name=phone_verification_time,json=phoneVerificationTime" json:"phone_verification_time,omitempty"`
	PhoneId                *uint64  `protobuf:"varint,33,opt,name=phone_id,json=phoneId" json:"phone_id,omitempty"`
	IsPhoneIdentifying     *bool    `protobuf:"varint,34,opt,name=is_phone_identifying,json=isPhoneIdentifying" json:"is_phone_identifying,omitempty"`
	RtIdentityLinked       *uint32  `protobuf:"varint,35,opt,name=rt_identity_linked,json=rtIdentityLinked" json:"rt_identity_linked,omitempty"`
	RtBirthDate            *uint32  `protobuf:"varint,36,opt,name=rt_birth_date,json=rtBirthDate" json:"rt_birth_date,omitempty"`
	TxnCountryCode         *string  `protobuf:"bytes,37,opt,name=txn_country_code,json=txnCountryCode" json:"txn_country_code,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*CGCSystemMsg_GetAccountDetails_Response) Descriptor

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

func (*CGCSystemMsg_GetAccountDetails_Response) GetAccountCreationTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetAccountCreationTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetAccountName

func (m *CGCSystemMsg_GetAccountDetails_Response) GetAccountName() string

func (*CGCSystemMsg_GetAccountDetails_Response) GetAccountid

func (*CGCSystemMsg_GetAccountDetails_Response) GetCurrency

func (*CGCSystemMsg_GetAccountDetails_Response) GetEresultDeprecated

func (m *CGCSystemMsg_GetAccountDetails_Response) GetEresultDeprecated() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetFreeTrialExpiration

func (m *CGCSystemMsg_GetAccountDetails_Response) GetFreeTrialExpiration() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetFriendCount

func (m *CGCSystemMsg_GetAccountDetails_Response) GetFriendCount() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsAccountLockedDown

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsAccountLockedDown() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsCommunityBanned

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsCommunityBanned() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsCyberCafe

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsCyberCafe() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsFreeTrialAccount

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsFreeTrialAccount() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsInventoryPublic

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsInventoryPublic() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsLimited

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsLowViolence

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsLowViolence() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneIdentifying

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneIdentifying() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneVerified

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsPhoneVerified() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsProfileCreated

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsProfileCreated() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsProfilePublic

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsProfilePublic() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsSchoolAccount

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsSchoolAccount() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsSteamguardEnabled

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsSteamguardEnabled() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsSubscribed

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsSubscribed() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsTradeBanned

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsTradeBanned() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsTwoFactorAuthEnabled

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsTwoFactorAuthEnabled() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetIsVacBanned

func (m *CGCSystemMsg_GetAccountDetails_Response) GetIsVacBanned() bool

func (*CGCSystemMsg_GetAccountDetails_Response) GetPackage

func (*CGCSystemMsg_GetAccountDetails_Response) GetPersonaName

func (m *CGCSystemMsg_GetAccountDetails_Response) GetPersonaName() string

func (*CGCSystemMsg_GetAccountDetails_Response) GetPhoneId

func (*CGCSystemMsg_GetAccountDetails_Response) GetPhoneVerificationTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetPhoneVerificationTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetRtBirthDate

func (m *CGCSystemMsg_GetAccountDetails_Response) GetRtBirthDate() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetRtIdentityLinked

func (m *CGCSystemMsg_GetAccountDetails_Response) GetRtIdentityLinked() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetSteamLevel

func (*CGCSystemMsg_GetAccountDetails_Response) GetSuspensionEndTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetSuspensionEndTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetTradeBanExpiration

func (m *CGCSystemMsg_GetAccountDetails_Response) GetTradeBanExpiration() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetTwoFactorEnabledTime

func (m *CGCSystemMsg_GetAccountDetails_Response) GetTwoFactorEnabledTime() uint32

func (*CGCSystemMsg_GetAccountDetails_Response) GetTxnCountryCode

func (m *CGCSystemMsg_GetAccountDetails_Response) GetTxnCountryCode() string

func (*CGCSystemMsg_GetAccountDetails_Response) ProtoMessage

func (*CGCSystemMsg_GetAccountDetails_Response) Reset

func (*CGCSystemMsg_GetAccountDetails_Response) String

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetAccountDetails_Response) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Marshal

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

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Merge

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Size

func (*CGCSystemMsg_GetAccountDetails_Response) XXX_Unmarshal

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

type CGCSystemMsg_GetPurchaseTrust_Request

type CGCSystemMsg_GetPurchaseTrust_Request 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 (*CGCSystemMsg_GetPurchaseTrust_Request) Descriptor

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

func (*CGCSystemMsg_GetPurchaseTrust_Request) GetSteamid

func (*CGCSystemMsg_GetPurchaseTrust_Request) ProtoMessage

func (*CGCSystemMsg_GetPurchaseTrust_Request) ProtoMessage()

func (*CGCSystemMsg_GetPurchaseTrust_Request) Reset

func (*CGCSystemMsg_GetPurchaseTrust_Request) String

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetPurchaseTrust_Request) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Marshal

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

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Merge

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Size

func (*CGCSystemMsg_GetPurchaseTrust_Request) XXX_Unmarshal

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

type CGCSystemMsg_GetPurchaseTrust_Response

type CGCSystemMsg_GetPurchaseTrust_Response struct {
	HasPriorPurchaseHistory   *bool    `` /* 128-byte string literal not displayed */
	HasNoRecentPasswordResets *bool    `` /* 136-byte string literal not displayed */
	IsWalletCashTrusted       *bool    `protobuf:"varint,3,opt,name=is_wallet_cash_trusted,json=isWalletCashTrusted" json:"is_wallet_cash_trusted,omitempty"`
	TimeAllTrusted            *uint32  `protobuf:"varint,4,opt,name=time_all_trusted,json=timeAllTrusted" json:"time_all_trusted,omitempty"`
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*CGCSystemMsg_GetPurchaseTrust_Response) Descriptor

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

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetHasNoRecentPasswordResets

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetHasNoRecentPasswordResets() bool

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetHasPriorPurchaseHistory

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetHasPriorPurchaseHistory() bool

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetIsWalletCashTrusted

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetIsWalletCashTrusted() bool

func (*CGCSystemMsg_GetPurchaseTrust_Response) GetTimeAllTrusted

func (m *CGCSystemMsg_GetPurchaseTrust_Response) GetTimeAllTrusted() uint32

func (*CGCSystemMsg_GetPurchaseTrust_Response) ProtoMessage

func (*CGCSystemMsg_GetPurchaseTrust_Response) Reset

func (*CGCSystemMsg_GetPurchaseTrust_Response) String

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_DiscardUnknown

func (m *CGCSystemMsg_GetPurchaseTrust_Response) XXX_DiscardUnknown()

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Marshal

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

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Merge

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Size

func (*CGCSystemMsg_GetPurchaseTrust_Response) XXX_Unmarshal

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

type CGCSystemMsg_ReportExternalPurchase_Request

type CGCSystemMsg_ReportExternalPurchase_Request struct {
	Appid                *uint32                 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Steamid              *uint64                 `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
	Provider             *EMobilePaymentProvider `protobuf:"varint,3,opt,name=provider,enum=protocol.EMobilePaymentProvider,def=0" json:"provider,omitempty"`
	Orderid              *uint64                 `protobuf:"varint,4,opt,name=orderid" json:"orderid,omitempty"`
	ProviderOrderid      *string                 `protobuf:"bytes,5,opt,name=provider_orderid,json=providerOrderid" json:"provider_orderid,omitempty"`
	Amount               *int64                  `protobuf:"varint,6,opt,name=amount" json:"amount,omitempty"`
	Currency             *string                 `protobuf:"bytes,7,opt,name=currency" json:"currency,omitempty"`
	Quantity             *uint32                 `protobuf:"varint,8,opt,name=quantity" json:"quantity,omitempty"`
	Itemid               *uint32                 `protobuf:"varint,9,opt,name=itemid" json:"itemid,omitempty"`
	ItemDescription      *string                 `protobuf:"bytes,10,opt,name=item_description,json=itemDescription" json:"item_description,omitempty"`
	Language             *string                 `protobuf:"bytes,11,opt,name=language" json:"language,omitempty"`
	Category             *string                 `protobuf:"bytes,12,opt,name=category" json:"category,omitempty"`
	TimeCreated          *uint32                 `protobuf:"varint,13,opt,name=time_created,json=timeCreated" json:"time_created,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CGCSystemMsg_ReportExternalPurchase_Request) Descriptor

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetAmount

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetAppid

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetCategory

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetCurrency

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetItemDescription

func (m *CGCSystemMsg_ReportExternalPurchase_Request) GetItemDescription() string

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetItemid

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetLanguage

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetOrderid

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetProvider

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetProviderOrderid

func (m *CGCSystemMsg_ReportExternalPurchase_Request) GetProviderOrderid() string

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetQuantity

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetSteamid

func (*CGCSystemMsg_ReportExternalPurchase_Request) GetTimeCreated

func (*CGCSystemMsg_ReportExternalPurchase_Request) ProtoMessage

func (*CGCSystemMsg_ReportExternalPurchase_Request) Reset

func (*CGCSystemMsg_ReportExternalPurchase_Request) String

func (*CGCSystemMsg_ReportExternalPurchase_Request) XXX_DiscardUnknown

func (m *CGCSystemMsg_ReportExternalPurchase_Request) XXX_DiscardUnknown()

func (*CGCSystemMsg_ReportExternalPurchase_Request) XXX_Marshal

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

func (*CGCSystemMsg_ReportExternalPurchase_Request) XXX_Merge

func (*CGCSystemMsg_ReportExternalPurchase_Request) XXX_Size

func (*CGCSystemMsg_ReportExternalPurchase_Request) XXX_Unmarshal

type CGCSystemMsg_ReportExternalPurchase_Response

type CGCSystemMsg_ReportExternalPurchase_Response struct {
	Transid              *uint64  `protobuf:"fixed64,1,opt,name=transid" json:"transid,omitempty"`
	Orderid              *uint64  `protobuf:"varint,2,opt,name=orderid" json:"orderid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CGCSystemMsg_ReportExternalPurchase_Response) Descriptor

func (*CGCSystemMsg_ReportExternalPurchase_Response) GetOrderid

func (*CGCSystemMsg_ReportExternalPurchase_Response) GetTransid

func (*CGCSystemMsg_ReportExternalPurchase_Response) ProtoMessage

func (*CGCSystemMsg_ReportExternalPurchase_Response) Reset

func (*CGCSystemMsg_ReportExternalPurchase_Response) String

func (*CGCSystemMsg_ReportExternalPurchase_Response) XXX_DiscardUnknown

func (m *CGCSystemMsg_ReportExternalPurchase_Response) XXX_DiscardUnknown()

func (*CGCSystemMsg_ReportExternalPurchase_Response) XXX_Marshal

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

func (*CGCSystemMsg_ReportExternalPurchase_Response) XXX_Merge

func (*CGCSystemMsg_ReportExternalPurchase_Response) XXX_Size

func (*CGCSystemMsg_ReportExternalPurchase_Response) XXX_Unmarshal

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 CIPASNInfo

type CIPASNInfo struct {
	Ip                   *uint32  `protobuf:"fixed32,1,opt,name=ip" json:"ip,omitempty"`
	Asn                  *uint32  `protobuf:"varint,2,opt,name=asn" json:"asn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CIPASNInfo) Descriptor

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

func (*CIPASNInfo) GetAsn

func (m *CIPASNInfo) GetAsn() uint32

func (*CIPASNInfo) GetIp

func (m *CIPASNInfo) GetIp() uint32

func (*CIPASNInfo) ProtoMessage

func (*CIPASNInfo) ProtoMessage()

func (*CIPASNInfo) Reset

func (m *CIPASNInfo) Reset()

func (*CIPASNInfo) String

func (m *CIPASNInfo) String() string

func (*CIPASNInfo) XXX_DiscardUnknown

func (m *CIPASNInfo) XXX_DiscardUnknown()

func (*CIPASNInfo) XXX_Marshal

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

func (*CIPASNInfo) XXX_Merge

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

func (*CIPASNInfo) XXX_Size

func (m *CIPASNInfo) XXX_Size() int

func (*CIPASNInfo) XXX_Unmarshal

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

type CIPLocationInfo

type CIPLocationInfo struct {
	Ip                   *uint32  `protobuf:"varint,1,opt,name=ip" json:"ip,omitempty"`
	Latitude             *float32 `protobuf:"fixed32,2,opt,name=latitude" json:"latitude,omitempty"`
	Longitude            *float32 `protobuf:"fixed32,3,opt,name=longitude" json:"longitude,omitempty"`
	Country              *string  `protobuf:"bytes,4,opt,name=country" json:"country,omitempty"`
	State                *string  `protobuf:"bytes,5,opt,name=state" json:"state,omitempty"`
	City                 *string  `protobuf:"bytes,6,opt,name=city" json:"city,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CIPLocationInfo) Descriptor

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

func (*CIPLocationInfo) GetCity

func (m *CIPLocationInfo) GetCity() string

func (*CIPLocationInfo) GetCountry

func (m *CIPLocationInfo) GetCountry() string

func (*CIPLocationInfo) GetIp

func (m *CIPLocationInfo) GetIp() uint32

func (*CIPLocationInfo) GetLatitude

func (m *CIPLocationInfo) GetLatitude() float32

func (*CIPLocationInfo) GetLongitude

func (m *CIPLocationInfo) GetLongitude() float32

func (*CIPLocationInfo) GetState

func (m *CIPLocationInfo) GetState() string

func (*CIPLocationInfo) ProtoMessage

func (*CIPLocationInfo) ProtoMessage()

func (*CIPLocationInfo) Reset

func (m *CIPLocationInfo) Reset()

func (*CIPLocationInfo) String

func (m *CIPLocationInfo) String() string

func (*CIPLocationInfo) XXX_DiscardUnknown

func (m *CIPLocationInfo) XXX_DiscardUnknown()

func (*CIPLocationInfo) XXX_Marshal

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

func (*CIPLocationInfo) XXX_Merge

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

func (*CIPLocationInfo) XXX_Size

func (m *CIPLocationInfo) XXX_Size() int

func (*CIPLocationInfo) XXX_Unmarshal

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

type CMsgAMAddFreeLicense

type CMsgAMAddFreeLicense struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IpPublic             *uint32  `protobuf:"varint,2,opt,name=ip_public,json=ipPublic" json:"ip_public,omitempty"`
	Packageid            *uint32  `protobuf:"varint,3,opt,name=packageid" json:"packageid,omitempty"`
	StoreCountryCode     *string  `protobuf:"bytes,4,opt,name=store_country_code,json=storeCountryCode" json:"store_country_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMAddFreeLicense) Descriptor

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

func (*CMsgAMAddFreeLicense) GetIpPublic

func (m *CMsgAMAddFreeLicense) GetIpPublic() uint32

func (*CMsgAMAddFreeLicense) GetPackageid

func (m *CMsgAMAddFreeLicense) GetPackageid() uint32

func (*CMsgAMAddFreeLicense) GetSteamid

func (m *CMsgAMAddFreeLicense) GetSteamid() uint64

func (*CMsgAMAddFreeLicense) GetStoreCountryCode

func (m *CMsgAMAddFreeLicense) GetStoreCountryCode() string

func (*CMsgAMAddFreeLicense) ProtoMessage

func (*CMsgAMAddFreeLicense) ProtoMessage()

func (*CMsgAMAddFreeLicense) Reset

func (m *CMsgAMAddFreeLicense) Reset()

func (*CMsgAMAddFreeLicense) String

func (m *CMsgAMAddFreeLicense) String() string

func (*CMsgAMAddFreeLicense) XXX_DiscardUnknown

func (m *CMsgAMAddFreeLicense) XXX_DiscardUnknown()

func (*CMsgAMAddFreeLicense) XXX_Marshal

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

func (*CMsgAMAddFreeLicense) XXX_Merge

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

func (*CMsgAMAddFreeLicense) XXX_Size

func (m *CMsgAMAddFreeLicense) XXX_Size() int

func (*CMsgAMAddFreeLicense) XXX_Unmarshal

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

type CMsgAMAddFreeLicenseResponse

type CMsgAMAddFreeLicenseResponse struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	PurchaseResultDetail *int32   `protobuf:"varint,2,opt,name=purchase_result_detail,json=purchaseResultDetail" json:"purchase_result_detail,omitempty"`
	Transid              *uint64  `protobuf:"fixed64,3,opt,name=transid" json:"transid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMAddFreeLicenseResponse) Descriptor

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

func (*CMsgAMAddFreeLicenseResponse) GetEresult

func (m *CMsgAMAddFreeLicenseResponse) GetEresult() int32

func (*CMsgAMAddFreeLicenseResponse) GetPurchaseResultDetail

func (m *CMsgAMAddFreeLicenseResponse) GetPurchaseResultDetail() int32

func (*CMsgAMAddFreeLicenseResponse) GetTransid

func (m *CMsgAMAddFreeLicenseResponse) GetTransid() uint64

func (*CMsgAMAddFreeLicenseResponse) ProtoMessage

func (*CMsgAMAddFreeLicenseResponse) ProtoMessage()

func (*CMsgAMAddFreeLicenseResponse) Reset

func (m *CMsgAMAddFreeLicenseResponse) Reset()

func (*CMsgAMAddFreeLicenseResponse) String

func (*CMsgAMAddFreeLicenseResponse) XXX_DiscardUnknown

func (m *CMsgAMAddFreeLicenseResponse) XXX_DiscardUnknown()

func (*CMsgAMAddFreeLicenseResponse) XXX_Marshal

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

func (*CMsgAMAddFreeLicenseResponse) XXX_Merge

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

func (*CMsgAMAddFreeLicenseResponse) XXX_Size

func (m *CMsgAMAddFreeLicenseResponse) XXX_Size() int

func (*CMsgAMAddFreeLicenseResponse) XXX_Unmarshal

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

type CMsgAMFindAccounts

type CMsgAMFindAccounts struct {
	SearchType           *uint32  `protobuf:"varint,1,opt,name=search_type,json=searchType" json:"search_type,omitempty"`
	SearchString         *string  `protobuf:"bytes,2,opt,name=search_string,json=searchString" json:"search_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMFindAccounts) Descriptor

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

func (*CMsgAMFindAccounts) GetSearchString

func (m *CMsgAMFindAccounts) GetSearchString() string

func (*CMsgAMFindAccounts) GetSearchType

func (m *CMsgAMFindAccounts) GetSearchType() uint32

func (*CMsgAMFindAccounts) ProtoMessage

func (*CMsgAMFindAccounts) ProtoMessage()

func (*CMsgAMFindAccounts) Reset

func (m *CMsgAMFindAccounts) Reset()

func (*CMsgAMFindAccounts) String

func (m *CMsgAMFindAccounts) String() string

func (*CMsgAMFindAccounts) XXX_DiscardUnknown

func (m *CMsgAMFindAccounts) XXX_DiscardUnknown()

func (*CMsgAMFindAccounts) XXX_Marshal

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

func (*CMsgAMFindAccounts) XXX_Merge

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

func (*CMsgAMFindAccounts) XXX_Size

func (m *CMsgAMFindAccounts) XXX_Size() int

func (*CMsgAMFindAccounts) XXX_Unmarshal

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

type CMsgAMFindAccountsResponse

type CMsgAMFindAccountsResponse struct {
	SteamId              []uint64 `protobuf:"fixed64,1,rep,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMFindAccountsResponse) Descriptor

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

func (*CMsgAMFindAccountsResponse) GetSteamId

func (m *CMsgAMFindAccountsResponse) GetSteamId() []uint64

func (*CMsgAMFindAccountsResponse) ProtoMessage

func (*CMsgAMFindAccountsResponse) ProtoMessage()

func (*CMsgAMFindAccountsResponse) Reset

func (m *CMsgAMFindAccountsResponse) Reset()

func (*CMsgAMFindAccountsResponse) String

func (m *CMsgAMFindAccountsResponse) String() string

func (*CMsgAMFindAccountsResponse) XXX_DiscardUnknown

func (m *CMsgAMFindAccountsResponse) XXX_DiscardUnknown()

func (*CMsgAMFindAccountsResponse) XXX_Marshal

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

func (*CMsgAMFindAccountsResponse) XXX_Merge

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

func (*CMsgAMFindAccountsResponse) XXX_Size

func (m *CMsgAMFindAccountsResponse) XXX_Size() int

func (*CMsgAMFindAccountsResponse) XXX_Unmarshal

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

type CMsgAMGetLicenses

type CMsgAMGetLicenses 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 (*CMsgAMGetLicenses) Descriptor

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

func (*CMsgAMGetLicenses) GetSteamid

func (m *CMsgAMGetLicenses) GetSteamid() uint64

func (*CMsgAMGetLicenses) ProtoMessage

func (*CMsgAMGetLicenses) ProtoMessage()

func (*CMsgAMGetLicenses) Reset

func (m *CMsgAMGetLicenses) Reset()

func (*CMsgAMGetLicenses) String

func (m *CMsgAMGetLicenses) String() string

func (*CMsgAMGetLicenses) XXX_DiscardUnknown

func (m *CMsgAMGetLicenses) XXX_DiscardUnknown()

func (*CMsgAMGetLicenses) XXX_Marshal

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

func (*CMsgAMGetLicenses) XXX_Merge

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

func (*CMsgAMGetLicenses) XXX_Size

func (m *CMsgAMGetLicenses) XXX_Size() int

func (*CMsgAMGetLicenses) XXX_Unmarshal

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

type CMsgAMGetLicensesResponse

type CMsgAMGetLicensesResponse struct {
	License              []*CMsgPackageLicense `protobuf:"bytes,1,rep,name=license" json:"license,omitempty"`
	Result               *uint32               `protobuf:"varint,2,opt,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CMsgAMGetLicensesResponse) Descriptor

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

func (*CMsgAMGetLicensesResponse) GetLicense

func (m *CMsgAMGetLicensesResponse) GetLicense() []*CMsgPackageLicense

func (*CMsgAMGetLicensesResponse) GetResult

func (m *CMsgAMGetLicensesResponse) GetResult() uint32

func (*CMsgAMGetLicensesResponse) ProtoMessage

func (*CMsgAMGetLicensesResponse) ProtoMessage()

func (*CMsgAMGetLicensesResponse) Reset

func (m *CMsgAMGetLicensesResponse) Reset()

func (*CMsgAMGetLicensesResponse) String

func (m *CMsgAMGetLicensesResponse) String() string

func (*CMsgAMGetLicensesResponse) XXX_DiscardUnknown

func (m *CMsgAMGetLicensesResponse) XXX_DiscardUnknown()

func (*CMsgAMGetLicensesResponse) XXX_Marshal

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

func (*CMsgAMGetLicensesResponse) XXX_Merge

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

func (*CMsgAMGetLicensesResponse) XXX_Size

func (m *CMsgAMGetLicensesResponse) XXX_Size() int

func (*CMsgAMGetLicensesResponse) XXX_Unmarshal

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

type CMsgAMGetUserGameStats

type CMsgAMGetUserGameStats struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	GameId               *uint64  `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
	Stats                []uint32 `protobuf:"varint,3,rep,name=stats" json:"stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetUserGameStats) Descriptor

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

func (*CMsgAMGetUserGameStats) GetGameId

func (m *CMsgAMGetUserGameStats) GetGameId() uint64

func (*CMsgAMGetUserGameStats) GetStats

func (m *CMsgAMGetUserGameStats) GetStats() []uint32

func (*CMsgAMGetUserGameStats) GetSteamId

func (m *CMsgAMGetUserGameStats) GetSteamId() uint64

func (*CMsgAMGetUserGameStats) ProtoMessage

func (*CMsgAMGetUserGameStats) ProtoMessage()

func (*CMsgAMGetUserGameStats) Reset

func (m *CMsgAMGetUserGameStats) Reset()

func (*CMsgAMGetUserGameStats) String

func (m *CMsgAMGetUserGameStats) String() string

func (*CMsgAMGetUserGameStats) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStats) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStats) XXX_Marshal

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

func (*CMsgAMGetUserGameStats) XXX_Merge

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

func (*CMsgAMGetUserGameStats) XXX_Size

func (m *CMsgAMGetUserGameStats) XXX_Size() int

func (*CMsgAMGetUserGameStats) XXX_Unmarshal

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

type CMsgAMGetUserGameStatsResponse

type CMsgAMGetUserGameStatsResponse struct {
	SteamId              *uint64                                              `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	GameId               *uint64                                              `protobuf:"fixed64,2,opt,name=game_id,json=gameId" json:"game_id,omitempty"`
	Eresult              *int32                                               `protobuf:"varint,3,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Stats                []*CMsgAMGetUserGameStatsResponse_Stats              `protobuf:"bytes,4,rep,name=stats" json:"stats,omitempty"`
	AchievementBlocks    []*CMsgAMGetUserGameStatsResponse_Achievement_Blocks `protobuf:"bytes,5,rep,name=achievement_blocks,json=achievementBlocks" json:"achievement_blocks,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-"`
	XXX_unrecognized     []byte                                               `json:"-"`
	XXX_sizecache        int32                                                `json:"-"`
}

func (*CMsgAMGetUserGameStatsResponse) Descriptor

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

func (*CMsgAMGetUserGameStatsResponse) GetAchievementBlocks

func (*CMsgAMGetUserGameStatsResponse) GetEresult

func (m *CMsgAMGetUserGameStatsResponse) GetEresult() int32

func (*CMsgAMGetUserGameStatsResponse) GetGameId

func (m *CMsgAMGetUserGameStatsResponse) GetGameId() uint64

func (*CMsgAMGetUserGameStatsResponse) GetStats

func (*CMsgAMGetUserGameStatsResponse) GetSteamId

func (m *CMsgAMGetUserGameStatsResponse) GetSteamId() uint64

func (*CMsgAMGetUserGameStatsResponse) ProtoMessage

func (*CMsgAMGetUserGameStatsResponse) ProtoMessage()

func (*CMsgAMGetUserGameStatsResponse) Reset

func (m *CMsgAMGetUserGameStatsResponse) Reset()

func (*CMsgAMGetUserGameStatsResponse) String

func (*CMsgAMGetUserGameStatsResponse) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStatsResponse) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStatsResponse) XXX_Marshal

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

func (*CMsgAMGetUserGameStatsResponse) XXX_Merge

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

func (*CMsgAMGetUserGameStatsResponse) XXX_Size

func (m *CMsgAMGetUserGameStatsResponse) XXX_Size() int

func (*CMsgAMGetUserGameStatsResponse) XXX_Unmarshal

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

type CMsgAMGetUserGameStatsResponse_Achievement_Blocks

type CMsgAMGetUserGameStatsResponse_Achievement_Blocks struct {
	AchievementId        *uint32  `protobuf:"varint,1,opt,name=achievement_id,json=achievementId" json:"achievement_id,omitempty"`
	AchievementBitId     *uint32  `protobuf:"varint,2,opt,name=achievement_bit_id,json=achievementBitId" json:"achievement_bit_id,omitempty"`
	UnlockTime           *uint32  `protobuf:"fixed32,3,opt,name=unlock_time,json=unlockTime" json:"unlock_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) Descriptor

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) GetAchievementBitId

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) GetAchievementId

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) GetUnlockTime

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) ProtoMessage

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) Reset

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) String

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Marshal

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

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Merge

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Size

func (*CMsgAMGetUserGameStatsResponse_Achievement_Blocks) XXX_Unmarshal

type CMsgAMGetUserGameStatsResponse_Stats

type CMsgAMGetUserGameStatsResponse_Stats struct {
	StatId               *uint32  `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
	StatValue            *uint32  `protobuf:"varint,2,opt,name=stat_value,json=statValue" json:"stat_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGetUserGameStatsResponse_Stats) Descriptor

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

func (*CMsgAMGetUserGameStatsResponse_Stats) GetStatId

func (*CMsgAMGetUserGameStatsResponse_Stats) GetStatValue

func (m *CMsgAMGetUserGameStatsResponse_Stats) GetStatValue() uint32

func (*CMsgAMGetUserGameStatsResponse_Stats) ProtoMessage

func (*CMsgAMGetUserGameStatsResponse_Stats) ProtoMessage()

func (*CMsgAMGetUserGameStatsResponse_Stats) Reset

func (*CMsgAMGetUserGameStatsResponse_Stats) String

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_DiscardUnknown

func (m *CMsgAMGetUserGameStatsResponse_Stats) XXX_DiscardUnknown()

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Marshal

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

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Merge

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Size

func (*CMsgAMGetUserGameStatsResponse_Stats) XXX_Unmarshal

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

type CMsgAMGrantGuestPasses2

type CMsgAMGrantGuestPasses2 struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	PackageId            *uint32  `protobuf:"varint,2,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
	PassesToGrant        *int32   `protobuf:"varint,3,opt,name=passes_to_grant,json=passesToGrant" json:"passes_to_grant,omitempty"`
	DaysToExpiration     *int32   `protobuf:"varint,4,opt,name=days_to_expiration,json=daysToExpiration" json:"days_to_expiration,omitempty"`
	Action               *int32   `protobuf:"varint,5,opt,name=action" json:"action,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMGrantGuestPasses2) Descriptor

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

func (*CMsgAMGrantGuestPasses2) GetAction

func (m *CMsgAMGrantGuestPasses2) GetAction() int32

func (*CMsgAMGrantGuestPasses2) GetDaysToExpiration

func (m *CMsgAMGrantGuestPasses2) GetDaysToExpiration() int32

func (*CMsgAMGrantGuestPasses2) GetPackageId

func (m *CMsgAMGrantGuestPasses2) GetPackageId() uint32

func (*CMsgAMGrantGuestPasses2) GetPassesToGrant

func (m *CMsgAMGrantGuestPasses2) GetPassesToGrant() int32

func (*CMsgAMGrantGuestPasses2) GetSteamId

func (m *CMsgAMGrantGuestPasses2) GetSteamId() uint64

func (*CMsgAMGrantGuestPasses2) ProtoMessage

func (*CMsgAMGrantGuestPasses2) ProtoMessage()

func (*CMsgAMGrantGuestPasses2) Reset

func (m *CMsgAMGrantGuestPasses2) Reset()

func (*CMsgAMGrantGuestPasses2) String

func (m *CMsgAMGrantGuestPasses2) String() string

func (*CMsgAMGrantGuestPasses2) XXX_DiscardUnknown

func (m *CMsgAMGrantGuestPasses2) XXX_DiscardUnknown()

func (*CMsgAMGrantGuestPasses2) XXX_Marshal

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

func (*CMsgAMGrantGuestPasses2) XXX_Merge

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

func (*CMsgAMGrantGuestPasses2) XXX_Size

func (m *CMsgAMGrantGuestPasses2) XXX_Size() int

func (*CMsgAMGrantGuestPasses2) XXX_Unmarshal

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

type CMsgAMGrantGuestPasses2Response

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

func (*CMsgAMGrantGuestPasses2Response) Descriptor

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

func (*CMsgAMGrantGuestPasses2Response) GetEresult

func (m *CMsgAMGrantGuestPasses2Response) GetEresult() int32

func (*CMsgAMGrantGuestPasses2Response) GetPassesGranted

func (m *CMsgAMGrantGuestPasses2Response) GetPassesGranted() int32

func (*CMsgAMGrantGuestPasses2Response) ProtoMessage

func (*CMsgAMGrantGuestPasses2Response) ProtoMessage()

func (*CMsgAMGrantGuestPasses2Response) Reset

func (*CMsgAMGrantGuestPasses2Response) String

func (*CMsgAMGrantGuestPasses2Response) XXX_DiscardUnknown

func (m *CMsgAMGrantGuestPasses2Response) XXX_DiscardUnknown()

func (*CMsgAMGrantGuestPasses2Response) XXX_Marshal

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

func (*CMsgAMGrantGuestPasses2Response) XXX_Merge

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

func (*CMsgAMGrantGuestPasses2Response) XXX_Size

func (m *CMsgAMGrantGuestPasses2Response) XXX_Size() int

func (*CMsgAMGrantGuestPasses2Response) XXX_Unmarshal

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

type CMsgAMSendEmail

type CMsgAMSendEmail struct {
	Steamid              *uint64                                        `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	EmailMsgType         *uint32                                        `protobuf:"varint,2,opt,name=email_msg_type,json=emailMsgType" json:"email_msg_type,omitempty"`
	EmailFormat          *uint32                                        `protobuf:"varint,3,opt,name=email_format,json=emailFormat" json:"email_format,omitempty"`
	PersonaNameTokens    []*CMsgAMSendEmail_PersonaNameReplacementToken `protobuf:"bytes,5,rep,name=persona_name_tokens,json=personaNameTokens" json:"persona_name_tokens,omitempty"`
	SourceGc             *uint32                                        `protobuf:"varint,6,opt,name=source_gc,json=sourceGc" json:"source_gc,omitempty"`
	Tokens               []*CMsgAMSendEmail_ReplacementToken            `protobuf:"bytes,7,rep,name=tokens" json:"tokens,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*CMsgAMSendEmail) Descriptor

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

func (*CMsgAMSendEmail) GetEmailFormat

func (m *CMsgAMSendEmail) GetEmailFormat() uint32

func (*CMsgAMSendEmail) GetEmailMsgType

func (m *CMsgAMSendEmail) GetEmailMsgType() uint32

func (*CMsgAMSendEmail) GetPersonaNameTokens

func (m *CMsgAMSendEmail) GetPersonaNameTokens() []*CMsgAMSendEmail_PersonaNameReplacementToken

func (*CMsgAMSendEmail) GetSourceGc

func (m *CMsgAMSendEmail) GetSourceGc() uint32

func (*CMsgAMSendEmail) GetSteamid

func (m *CMsgAMSendEmail) GetSteamid() uint64

func (*CMsgAMSendEmail) GetTokens

func (*CMsgAMSendEmail) ProtoMessage

func (*CMsgAMSendEmail) ProtoMessage()

func (*CMsgAMSendEmail) Reset

func (m *CMsgAMSendEmail) Reset()

func (*CMsgAMSendEmail) String

func (m *CMsgAMSendEmail) String() string

func (*CMsgAMSendEmail) XXX_DiscardUnknown

func (m *CMsgAMSendEmail) XXX_DiscardUnknown()

func (*CMsgAMSendEmail) XXX_Marshal

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

func (*CMsgAMSendEmail) XXX_Merge

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

func (*CMsgAMSendEmail) XXX_Size

func (m *CMsgAMSendEmail) XXX_Size() int

func (*CMsgAMSendEmail) XXX_Unmarshal

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

type CMsgAMSendEmailResponse

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

func (*CMsgAMSendEmailResponse) Descriptor

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

func (*CMsgAMSendEmailResponse) GetEresult

func (m *CMsgAMSendEmailResponse) GetEresult() uint32

func (*CMsgAMSendEmailResponse) ProtoMessage

func (*CMsgAMSendEmailResponse) ProtoMessage()

func (*CMsgAMSendEmailResponse) Reset

func (m *CMsgAMSendEmailResponse) Reset()

func (*CMsgAMSendEmailResponse) String

func (m *CMsgAMSendEmailResponse) String() string

func (*CMsgAMSendEmailResponse) XXX_DiscardUnknown

func (m *CMsgAMSendEmailResponse) XXX_DiscardUnknown()

func (*CMsgAMSendEmailResponse) XXX_Marshal

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

func (*CMsgAMSendEmailResponse) XXX_Merge

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

func (*CMsgAMSendEmailResponse) XXX_Size

func (m *CMsgAMSendEmailResponse) XXX_Size() int

func (*CMsgAMSendEmailResponse) XXX_Unmarshal

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

type CMsgAMSendEmail_PersonaNameReplacementToken

type CMsgAMSendEmail_PersonaNameReplacementToken struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	TokenName            *string  `protobuf:"bytes,2,opt,name=token_name,json=tokenName" json:"token_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMSendEmail_PersonaNameReplacementToken) Descriptor

func (*CMsgAMSendEmail_PersonaNameReplacementToken) GetSteamid

func (*CMsgAMSendEmail_PersonaNameReplacementToken) GetTokenName

func (*CMsgAMSendEmail_PersonaNameReplacementToken) ProtoMessage

func (*CMsgAMSendEmail_PersonaNameReplacementToken) Reset

func (*CMsgAMSendEmail_PersonaNameReplacementToken) String

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_DiscardUnknown

func (m *CMsgAMSendEmail_PersonaNameReplacementToken) XXX_DiscardUnknown()

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Marshal

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

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Merge

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Size

func (*CMsgAMSendEmail_PersonaNameReplacementToken) XXX_Unmarshal

type CMsgAMSendEmail_ReplacementToken

type CMsgAMSendEmail_ReplacementToken struct {
	TokenName            *string  `protobuf:"bytes,1,opt,name=token_name,json=tokenName" json:"token_name,omitempty"`
	TokenValue           *string  `protobuf:"bytes,2,opt,name=token_value,json=tokenValue" json:"token_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAMSendEmail_ReplacementToken) Descriptor

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

func (*CMsgAMSendEmail_ReplacementToken) GetTokenName

func (m *CMsgAMSendEmail_ReplacementToken) GetTokenName() string

func (*CMsgAMSendEmail_ReplacementToken) GetTokenValue

func (m *CMsgAMSendEmail_ReplacementToken) GetTokenValue() string

func (*CMsgAMSendEmail_ReplacementToken) ProtoMessage

func (*CMsgAMSendEmail_ReplacementToken) ProtoMessage()

func (*CMsgAMSendEmail_ReplacementToken) Reset

func (*CMsgAMSendEmail_ReplacementToken) String

func (*CMsgAMSendEmail_ReplacementToken) XXX_DiscardUnknown

func (m *CMsgAMSendEmail_ReplacementToken) XXX_DiscardUnknown()

func (*CMsgAMSendEmail_ReplacementToken) XXX_Marshal

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

func (*CMsgAMSendEmail_ReplacementToken) XXX_Merge

func (*CMsgAMSendEmail_ReplacementToken) XXX_Size

func (m *CMsgAMSendEmail_ReplacementToken) XXX_Size() int

func (*CMsgAMSendEmail_ReplacementToken) XXX_Unmarshal

func (m *CMsgAMSendEmail_ReplacementToken) 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=protocol.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=protocol.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 CMsgAnyToGCReportAsserts

type CMsgAnyToGCReportAsserts struct {
	Version              *uint32                                   `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Asserts              []*CMsgAnyToGCReportAsserts_TrackedAssert `protobuf:"bytes,2,rep,name=asserts" json:"asserts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgAnyToGCReportAsserts) Descriptor

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

func (*CMsgAnyToGCReportAsserts) GetAsserts

func (*CMsgAnyToGCReportAsserts) GetVersion

func (m *CMsgAnyToGCReportAsserts) GetVersion() uint32

func (*CMsgAnyToGCReportAsserts) ProtoMessage

func (*CMsgAnyToGCReportAsserts) ProtoMessage()

func (*CMsgAnyToGCReportAsserts) Reset

func (m *CMsgAnyToGCReportAsserts) Reset()

func (*CMsgAnyToGCReportAsserts) String

func (m *CMsgAnyToGCReportAsserts) String() string

func (*CMsgAnyToGCReportAsserts) XXX_DiscardUnknown

func (m *CMsgAnyToGCReportAsserts) XXX_DiscardUnknown()

func (*CMsgAnyToGCReportAsserts) XXX_Marshal

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

func (*CMsgAnyToGCReportAsserts) XXX_Merge

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

func (*CMsgAnyToGCReportAsserts) XXX_Size

func (m *CMsgAnyToGCReportAsserts) XXX_Size() int

func (*CMsgAnyToGCReportAsserts) XXX_Unmarshal

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

type CMsgAnyToGCReportAssertsResponse

type CMsgAnyToGCReportAssertsResponse 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 (*CMsgAnyToGCReportAssertsResponse) Descriptor

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

func (*CMsgAnyToGCReportAssertsResponse) GetSuccess

func (m *CMsgAnyToGCReportAssertsResponse) GetSuccess() bool

func (*CMsgAnyToGCReportAssertsResponse) ProtoMessage

func (*CMsgAnyToGCReportAssertsResponse) ProtoMessage()

func (*CMsgAnyToGCReportAssertsResponse) Reset

func (*CMsgAnyToGCReportAssertsResponse) String

func (*CMsgAnyToGCReportAssertsResponse) XXX_DiscardUnknown

func (m *CMsgAnyToGCReportAssertsResponse) XXX_DiscardUnknown()

func (*CMsgAnyToGCReportAssertsResponse) XXX_Marshal

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

func (*CMsgAnyToGCReportAssertsResponse) XXX_Merge

func (*CMsgAnyToGCReportAssertsResponse) XXX_Size

func (m *CMsgAnyToGCReportAssertsResponse) XXX_Size() int

func (*CMsgAnyToGCReportAssertsResponse) XXX_Unmarshal

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

type CMsgAnyToGCReportAsserts_TrackedAssert

type CMsgAnyToGCReportAsserts_TrackedAssert struct {
	Filename             *string  `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
	LineNumber           *uint32  `protobuf:"varint,2,opt,name=line_number,json=lineNumber" json:"line_number,omitempty"`
	SampleMsg            *string  `protobuf:"bytes,3,opt,name=sample_msg,json=sampleMsg" json:"sample_msg,omitempty"`
	SampleStack          *string  `protobuf:"bytes,4,opt,name=sample_stack,json=sampleStack" json:"sample_stack,omitempty"`
	TimesFired           *uint32  `protobuf:"varint,5,opt,name=times_fired,json=timesFired" json:"times_fired,omitempty"`
	FunctionName         *string  `protobuf:"bytes,6,opt,name=function_name,json=functionName" json:"function_name,omitempty"`
	Condition            *string  `protobuf:"bytes,7,opt,name=condition" json:"condition,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgAnyToGCReportAsserts_TrackedAssert) Descriptor

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

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetCondition

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetFilename

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetFunctionName

func (m *CMsgAnyToGCReportAsserts_TrackedAssert) GetFunctionName() string

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetLineNumber

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetSampleMsg

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetSampleStack

func (m *CMsgAnyToGCReportAsserts_TrackedAssert) GetSampleStack() string

func (*CMsgAnyToGCReportAsserts_TrackedAssert) GetTimesFired

func (*CMsgAnyToGCReportAsserts_TrackedAssert) ProtoMessage

func (*CMsgAnyToGCReportAsserts_TrackedAssert) Reset

func (*CMsgAnyToGCReportAsserts_TrackedAssert) String

func (*CMsgAnyToGCReportAsserts_TrackedAssert) XXX_DiscardUnknown

func (m *CMsgAnyToGCReportAsserts_TrackedAssert) XXX_DiscardUnknown()

func (*CMsgAnyToGCReportAsserts_TrackedAssert) XXX_Marshal

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

func (*CMsgAnyToGCReportAsserts_TrackedAssert) XXX_Merge

func (*CMsgAnyToGCReportAsserts_TrackedAssert) XXX_Size

func (*CMsgAnyToGCReportAsserts_TrackedAssert) XXX_Unmarshal

func (m *CMsgAnyToGCReportAsserts_TrackedAssert) 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 CMsgBattle

type CMsgBattle struct {
	RoundNumber          *int32                 `protobuf:"varint,1,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	Combats              []*CMsgRoundCombat     `protobuf:"bytes,2,rep,name=combats" json:"combats,omitempty"`
	Global               *CMsgRoundCombatGlobal `protobuf:"bytes,3,opt,name=global" json:"global,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*CMsgBattle) Descriptor

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

func (*CMsgBattle) GetCombats

func (m *CMsgBattle) GetCombats() []*CMsgRoundCombat

func (*CMsgBattle) GetGlobal

func (m *CMsgBattle) GetGlobal() *CMsgRoundCombatGlobal

func (*CMsgBattle) GetRoundNumber

func (m *CMsgBattle) GetRoundNumber() int32

func (*CMsgBattle) ProtoMessage

func (*CMsgBattle) ProtoMessage()

func (*CMsgBattle) Reset

func (m *CMsgBattle) Reset()

func (*CMsgBattle) String

func (m *CMsgBattle) String() string

func (*CMsgBattle) XXX_DiscardUnknown

func (m *CMsgBattle) XXX_DiscardUnknown()

func (*CMsgBattle) XXX_Marshal

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

func (*CMsgBattle) XXX_Merge

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

func (*CMsgBattle) XXX_Size

func (m *CMsgBattle) XXX_Size() int

func (*CMsgBattle) XXX_Unmarshal

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

type CMsgBoardBuddy

type CMsgBoardBuddy struct {
	DesiredPosX          *float32 `protobuf:"fixed32,1,opt,name=desired_pos_x,json=desiredPosX" json:"desired_pos_x,omitempty"`
	DesiredPosY          *float32 `protobuf:"fixed32,2,opt,name=desired_pos_y,json=desiredPosY" json:"desired_pos_y,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgBoardBuddy) Descriptor

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

func (*CMsgBoardBuddy) GetDesiredPosX

func (m *CMsgBoardBuddy) GetDesiredPosX() float32

func (*CMsgBoardBuddy) GetDesiredPosY

func (m *CMsgBoardBuddy) GetDesiredPosY() float32

func (*CMsgBoardBuddy) ProtoMessage

func (*CMsgBoardBuddy) ProtoMessage()

func (*CMsgBoardBuddy) Reset

func (m *CMsgBoardBuddy) Reset()

func (*CMsgBoardBuddy) String

func (m *CMsgBoardBuddy) String() string

func (*CMsgBoardBuddy) XXX_DiscardUnknown

func (m *CMsgBoardBuddy) XXX_DiscardUnknown()

func (*CMsgBoardBuddy) XXX_Marshal

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

func (*CMsgBoardBuddy) XXX_Merge

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

func (*CMsgBoardBuddy) XXX_Size

func (m *CMsgBoardBuddy) XXX_Size() int

func (*CMsgBoardBuddy) XXX_Unmarshal

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

type CMsgClientAccountSyncStorageFile

type CMsgClientAccountSyncStorageFile struct {
	Version              *uint32  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Ids                  []uint32 `protobuf:"varint,2,rep,name=ids" json:"ids,omitempty"`
	Values               []uint32 `protobuf:"varint,3,rep,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientAccountSyncStorageFile) Descriptor

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

func (*CMsgClientAccountSyncStorageFile) GetIds

func (*CMsgClientAccountSyncStorageFile) GetValues

func (m *CMsgClientAccountSyncStorageFile) GetValues() []uint32

func (*CMsgClientAccountSyncStorageFile) GetVersion

func (m *CMsgClientAccountSyncStorageFile) GetVersion() uint32

func (*CMsgClientAccountSyncStorageFile) ProtoMessage

func (*CMsgClientAccountSyncStorageFile) ProtoMessage()

func (*CMsgClientAccountSyncStorageFile) Reset

func (*CMsgClientAccountSyncStorageFile) String

func (*CMsgClientAccountSyncStorageFile) XXX_DiscardUnknown

func (m *CMsgClientAccountSyncStorageFile) XXX_DiscardUnknown()

func (*CMsgClientAccountSyncStorageFile) XXX_Marshal

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

func (*CMsgClientAccountSyncStorageFile) XXX_Merge

func (*CMsgClientAccountSyncStorageFile) XXX_Size

func (m *CMsgClientAccountSyncStorageFile) XXX_Size() int

func (*CMsgClientAccountSyncStorageFile) XXX_Unmarshal

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

type CMsgClientConnectionComplete

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

func (*CMsgClientConnectionComplete) Descriptor

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

func (*CMsgClientConnectionComplete) ProtoMessage

func (*CMsgClientConnectionComplete) ProtoMessage()

func (*CMsgClientConnectionComplete) Reset

func (m *CMsgClientConnectionComplete) Reset()

func (*CMsgClientConnectionComplete) String

func (*CMsgClientConnectionComplete) XXX_DiscardUnknown

func (m *CMsgClientConnectionComplete) XXX_DiscardUnknown()

func (*CMsgClientConnectionComplete) XXX_Marshal

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

func (*CMsgClientConnectionComplete) XXX_Merge

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

func (*CMsgClientConnectionComplete) XXX_Size

func (m *CMsgClientConnectionComplete) XXX_Size() int

func (*CMsgClientConnectionComplete) XXX_Unmarshal

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

type CMsgClientConnectionStarted

type CMsgClientConnectionStarted struct {
	InDeveloperMode      *bool                                      `protobuf:"varint,1,opt,name=in_developer_mode,json=inDeveloperMode" json:"in_developer_mode,omitempty"`
	InOfflineMode        *bool                                      `protobuf:"varint,2,opt,name=in_offline_mode,json=inOfflineMode" json:"in_offline_mode,omitempty"`
	IsListenServerGame   *bool                                      `protobuf:"varint,3,opt,name=is_listen_server_game,json=isListenServerGame" json:"is_listen_server_game,omitempty"`
	IsSingleHumanGame    *bool                                      `protobuf:"varint,4,opt,name=is_single_human_game,json=isSingleHumanGame" json:"is_single_human_game,omitempty"`
	MatchMode            *EDACMatchMode                             `protobuf:"varint,5,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	GameMode             *EDACGameMode                              `protobuf:"varint,6,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	GameConstants        *CMsgClientConnectionStarted_GameConstants `protobuf:"bytes,7,opt,name=game_constants,json=gameConstants" json:"game_constants,omitempty"`
	GameManager          *CMsgClientConnectionStarted_GameManager   `protobuf:"bytes,8,opt,name=game_manager,json=gameManager" json:"game_manager,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgClientConnectionStarted) Descriptor

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

func (*CMsgClientConnectionStarted) GetGameConstants

func (*CMsgClientConnectionStarted) GetGameManager

func (*CMsgClientConnectionStarted) GetGameMode

func (m *CMsgClientConnectionStarted) GetGameMode() EDACGameMode

func (*CMsgClientConnectionStarted) GetInDeveloperMode

func (m *CMsgClientConnectionStarted) GetInDeveloperMode() bool

func (*CMsgClientConnectionStarted) GetInOfflineMode

func (m *CMsgClientConnectionStarted) GetInOfflineMode() bool

func (*CMsgClientConnectionStarted) GetIsListenServerGame

func (m *CMsgClientConnectionStarted) GetIsListenServerGame() bool

func (*CMsgClientConnectionStarted) GetIsSingleHumanGame

func (m *CMsgClientConnectionStarted) GetIsSingleHumanGame() bool

func (*CMsgClientConnectionStarted) GetMatchMode

func (m *CMsgClientConnectionStarted) GetMatchMode() EDACMatchMode

func (*CMsgClientConnectionStarted) ProtoMessage

func (*CMsgClientConnectionStarted) ProtoMessage()

func (*CMsgClientConnectionStarted) Reset

func (m *CMsgClientConnectionStarted) Reset()

func (*CMsgClientConnectionStarted) String

func (m *CMsgClientConnectionStarted) String() string

func (*CMsgClientConnectionStarted) XXX_DiscardUnknown

func (m *CMsgClientConnectionStarted) XXX_DiscardUnknown()

func (*CMsgClientConnectionStarted) XXX_Marshal

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

func (*CMsgClientConnectionStarted) XXX_Merge

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

func (*CMsgClientConnectionStarted) XXX_Size

func (m *CMsgClientConnectionStarted) XXX_Size() int

func (*CMsgClientConnectionStarted) XXX_Unmarshal

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

type CMsgClientConnectionStarted_GameConstants

type CMsgClientConnectionStarted_GameConstants struct {
	GameModeSettings           *CMsgGameModeSettings                                    `protobuf:"bytes,1,opt,name=game_mode_settings,json=gameModeSettings" json:"game_mode_settings,omitempty"`
	PlayerExperienceTable      []int32                                                  `protobuf:"varint,2,rep,name=player_experience_table,json=playerExperienceTable" json:"player_experience_table,omitempty"`
	ExperiencePurchaseGoldCost *int32                                                   `` /* 137-byte string literal not displayed */
	ExperiencePurchaseAmount   *int32                                                   `` /* 129-byte string literal not displayed */
	UnitTierChances            []*CMsgClientConnectionStarted_GameConstants_UnitChances `protobuf:"bytes,5,rep,name=unit_tier_chances,json=unitTierChances" json:"unit_tier_chances,omitempty"`
	MaxInterestGold            *int32                                                   `protobuf:"varint,6,opt,name=max_interest_gold,json=maxInterestGold" json:"max_interest_gold,omitempty"`
	InterestGoldDivisor        *int32                                                   `protobuf:"varint,7,opt,name=interest_gold_divisor,json=interestGoldDivisor" json:"interest_gold_divisor,omitempty"`
	WinMattersForItemRewards   *bool                                                    `` /* 133-byte string literal not displayed */
	LootRoundNumbers           []int32                                                  `protobuf:"varint,9,rep,name=loot_round_numbers,json=lootRoundNumbers" json:"loot_round_numbers,omitempty"`
	HasNeutralRounds           *bool                                                    `protobuf:"varint,10,opt,name=has_neutral_rounds,json=hasNeutralRounds" json:"has_neutral_rounds,omitempty"`
	UnderlordSelectionRound    *int32                                                   `` /* 127-byte string literal not displayed */
	KillMultiplier             *float32                                                 `protobuf:"fixed32,12,opt,name=kill_multiplier,json=killMultiplier" json:"kill_multiplier,omitempty"`
	PrestigeLevel              *uint32                                                  `protobuf:"varint,13,opt,name=prestige_level,json=prestigeLevel" json:"prestige_level,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}                                                 `json:"-"`
	XXX_unrecognized           []byte                                                   `json:"-"`
	XXX_sizecache              int32                                                    `json:"-"`
}

func (*CMsgClientConnectionStarted_GameConstants) Descriptor

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

func (*CMsgClientConnectionStarted_GameConstants) GetExperiencePurchaseAmount

func (m *CMsgClientConnectionStarted_GameConstants) GetExperiencePurchaseAmount() int32

func (*CMsgClientConnectionStarted_GameConstants) GetExperiencePurchaseGoldCost

func (m *CMsgClientConnectionStarted_GameConstants) GetExperiencePurchaseGoldCost() int32

func (*CMsgClientConnectionStarted_GameConstants) GetGameModeSettings

func (*CMsgClientConnectionStarted_GameConstants) GetHasNeutralRounds

func (m *CMsgClientConnectionStarted_GameConstants) GetHasNeutralRounds() bool

func (*CMsgClientConnectionStarted_GameConstants) GetInterestGoldDivisor

func (m *CMsgClientConnectionStarted_GameConstants) GetInterestGoldDivisor() int32

func (*CMsgClientConnectionStarted_GameConstants) GetKillMultiplier

func (m *CMsgClientConnectionStarted_GameConstants) GetKillMultiplier() float32

func (*CMsgClientConnectionStarted_GameConstants) GetLootRoundNumbers

func (m *CMsgClientConnectionStarted_GameConstants) GetLootRoundNumbers() []int32

func (*CMsgClientConnectionStarted_GameConstants) GetMaxInterestGold

func (m *CMsgClientConnectionStarted_GameConstants) GetMaxInterestGold() int32

func (*CMsgClientConnectionStarted_GameConstants) GetPlayerExperienceTable

func (m *CMsgClientConnectionStarted_GameConstants) GetPlayerExperienceTable() []int32

func (*CMsgClientConnectionStarted_GameConstants) GetPrestigeLevel

func (m *CMsgClientConnectionStarted_GameConstants) GetPrestigeLevel() uint32

func (*CMsgClientConnectionStarted_GameConstants) GetUnderlordSelectionRound

func (m *CMsgClientConnectionStarted_GameConstants) GetUnderlordSelectionRound() int32

func (*CMsgClientConnectionStarted_GameConstants) GetUnitTierChances

func (*CMsgClientConnectionStarted_GameConstants) GetWinMattersForItemRewards

func (m *CMsgClientConnectionStarted_GameConstants) GetWinMattersForItemRewards() bool

func (*CMsgClientConnectionStarted_GameConstants) ProtoMessage

func (*CMsgClientConnectionStarted_GameConstants) Reset

func (*CMsgClientConnectionStarted_GameConstants) String

func (*CMsgClientConnectionStarted_GameConstants) XXX_DiscardUnknown

func (m *CMsgClientConnectionStarted_GameConstants) XXX_DiscardUnknown()

func (*CMsgClientConnectionStarted_GameConstants) XXX_Marshal

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

func (*CMsgClientConnectionStarted_GameConstants) XXX_Merge

func (*CMsgClientConnectionStarted_GameConstants) XXX_Size

func (*CMsgClientConnectionStarted_GameConstants) XXX_Unmarshal

type CMsgClientConnectionStarted_GameConstants_UnitChances

type CMsgClientConnectionStarted_GameConstants_UnitChances struct {
	Chance               []float32 `protobuf:"fixed32,1,rep,name=chance" json:"chance,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) Descriptor

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) GetChance

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) ProtoMessage

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) Reset

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) String

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) XXX_DiscardUnknown

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) XXX_Marshal

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

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) XXX_Merge

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) XXX_Size

func (*CMsgClientConnectionStarted_GameConstants_UnitChances) XXX_Unmarshal

type CMsgClientConnectionStarted_GameManager

type CMsgClientConnectionStarted_GameManager struct {
	DefinitionSet        *uint32  `protobuf:"varint,1,opt,name=definition_set,json=definitionSet" json:"definition_set,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientConnectionStarted_GameManager) Descriptor

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

func (*CMsgClientConnectionStarted_GameManager) GetDefinitionSet

func (m *CMsgClientConnectionStarted_GameManager) GetDefinitionSet() uint32

func (*CMsgClientConnectionStarted_GameManager) ProtoMessage

func (*CMsgClientConnectionStarted_GameManager) Reset

func (*CMsgClientConnectionStarted_GameManager) String

func (*CMsgClientConnectionStarted_GameManager) XXX_DiscardUnknown

func (m *CMsgClientConnectionStarted_GameManager) XXX_DiscardUnknown()

func (*CMsgClientConnectionStarted_GameManager) XXX_Marshal

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

func (*CMsgClientConnectionStarted_GameManager) XXX_Merge

func (*CMsgClientConnectionStarted_GameManager) XXX_Size

func (*CMsgClientConnectionStarted_GameManager) XXX_Unmarshal

func (m *CMsgClientConnectionStarted_GameManager) 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       `` /* 136-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=protocol.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 CMsgClientServerHeader

type CMsgClientServerHeader struct {
	MsgId                *EDACGameMessages `protobuf:"varint,1,req,name=msg_id,json=msgId,enum=protocol.EDACGameMessages,def=2" json:"msg_id,omitempty"`
	Payload              []byte            `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgClientServerHeader) Descriptor

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

func (*CMsgClientServerHeader) GetMsgId

func (*CMsgClientServerHeader) GetPayload

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

func (*CMsgClientServerHeader) ProtoMessage

func (*CMsgClientServerHeader) ProtoMessage()

func (*CMsgClientServerHeader) Reset

func (m *CMsgClientServerHeader) Reset()

func (*CMsgClientServerHeader) String

func (m *CMsgClientServerHeader) String() string

func (*CMsgClientServerHeader) XXX_DiscardUnknown

func (m *CMsgClientServerHeader) XXX_DiscardUnknown()

func (*CMsgClientServerHeader) XXX_Marshal

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

func (*CMsgClientServerHeader) XXX_Merge

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

func (*CMsgClientServerHeader) XXX_Size

func (m *CMsgClientServerHeader) XXX_Size() int

func (*CMsgClientServerHeader) XXX_Unmarshal

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

type CMsgClientSetDebugNetBuffer

type CMsgClientSetDebugNetBuffer struct {
	NetBufferId          *uint32  `protobuf:"varint,1,opt,name=net_buffer_id,json=netBufferId" json:"net_buffer_id,omitempty"`
	Contents             *string  `protobuf:"bytes,2,opt,name=contents" json:"contents,omitempty"`
	Repeat               *uint32  `protobuf:"varint,3,opt,name=repeat" json:"repeat,omitempty"`
	ForceFullSend        *bool    `protobuf:"varint,4,opt,name=force_full_send,json=forceFullSend" json:"force_full_send,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientSetDebugNetBuffer) Descriptor

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

func (*CMsgClientSetDebugNetBuffer) GetContents

func (m *CMsgClientSetDebugNetBuffer) GetContents() string

func (*CMsgClientSetDebugNetBuffer) GetForceFullSend

func (m *CMsgClientSetDebugNetBuffer) GetForceFullSend() bool

func (*CMsgClientSetDebugNetBuffer) GetNetBufferId

func (m *CMsgClientSetDebugNetBuffer) GetNetBufferId() uint32

func (*CMsgClientSetDebugNetBuffer) GetRepeat

func (m *CMsgClientSetDebugNetBuffer) GetRepeat() uint32

func (*CMsgClientSetDebugNetBuffer) ProtoMessage

func (*CMsgClientSetDebugNetBuffer) ProtoMessage()

func (*CMsgClientSetDebugNetBuffer) Reset

func (m *CMsgClientSetDebugNetBuffer) Reset()

func (*CMsgClientSetDebugNetBuffer) String

func (m *CMsgClientSetDebugNetBuffer) String() string

func (*CMsgClientSetDebugNetBuffer) XXX_DiscardUnknown

func (m *CMsgClientSetDebugNetBuffer) XXX_DiscardUnknown()

func (*CMsgClientSetDebugNetBuffer) XXX_Marshal

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

func (*CMsgClientSetDebugNetBuffer) XXX_Merge

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

func (*CMsgClientSetDebugNetBuffer) XXX_Size

func (m *CMsgClientSetDebugNetBuffer) XXX_Size() int

func (*CMsgClientSetDebugNetBuffer) XXX_Unmarshal

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

type CMsgClientToGCAckSupportCredits

type CMsgClientToGCAckSupportCredits 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 (*CMsgClientToGCAckSupportCredits) Descriptor

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

func (*CMsgClientToGCAckSupportCredits) GetItemId

func (m *CMsgClientToGCAckSupportCredits) GetItemId() uint64

func (*CMsgClientToGCAckSupportCredits) ProtoMessage

func (*CMsgClientToGCAckSupportCredits) ProtoMessage()

func (*CMsgClientToGCAckSupportCredits) Reset

func (*CMsgClientToGCAckSupportCredits) String

func (*CMsgClientToGCAckSupportCredits) XXX_DiscardUnknown

func (m *CMsgClientToGCAckSupportCredits) XXX_DiscardUnknown()

func (*CMsgClientToGCAckSupportCredits) XXX_Marshal

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

func (*CMsgClientToGCAckSupportCredits) XXX_Merge

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

func (*CMsgClientToGCAckSupportCredits) XXX_Size

func (m *CMsgClientToGCAckSupportCredits) XXX_Size() int

func (*CMsgClientToGCAckSupportCredits) XXX_Unmarshal

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

type CMsgClientToGCAckSupportCreditsResponse

type CMsgClientToGCAckSupportCreditsResponse struct {
	Result               *CMsgClientToGCAckSupportCreditsResponse_EResponse `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*CMsgClientToGCAckSupportCreditsResponse) Descriptor

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

func (*CMsgClientToGCAckSupportCreditsResponse) GetResult

func (*CMsgClientToGCAckSupportCreditsResponse) ProtoMessage

func (*CMsgClientToGCAckSupportCreditsResponse) Reset

func (*CMsgClientToGCAckSupportCreditsResponse) String

func (*CMsgClientToGCAckSupportCreditsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCAckSupportCreditsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCAckSupportCreditsResponse) XXX_Marshal

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

func (*CMsgClientToGCAckSupportCreditsResponse) XXX_Merge

func (*CMsgClientToGCAckSupportCreditsResponse) XXX_Size

func (*CMsgClientToGCAckSupportCreditsResponse) XXX_Unmarshal

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

type CMsgClientToGCAckSupportCreditsResponse_EResponse

type CMsgClientToGCAckSupportCreditsResponse_EResponse int32
const (
	CMsgClientToGCAckSupportCreditsResponse_k_eInternalError CMsgClientToGCAckSupportCreditsResponse_EResponse = 0
	CMsgClientToGCAckSupportCreditsResponse_k_eSuccess       CMsgClientToGCAckSupportCreditsResponse_EResponse = 1
	CMsgClientToGCAckSupportCreditsResponse_k_eDisabled      CMsgClientToGCAckSupportCreditsResponse_EResponse = 2
	CMsgClientToGCAckSupportCreditsResponse_k_eTooBusy       CMsgClientToGCAckSupportCreditsResponse_EResponse = 3
	CMsgClientToGCAckSupportCreditsResponse_k_eInvalidItem   CMsgClientToGCAckSupportCreditsResponse_EResponse = 4
)

func (CMsgClientToGCAckSupportCreditsResponse_EResponse) Enum

func (CMsgClientToGCAckSupportCreditsResponse_EResponse) EnumDescriptor

func (CMsgClientToGCAckSupportCreditsResponse_EResponse) String

func (*CMsgClientToGCAckSupportCreditsResponse_EResponse) UnmarshalJSON

type CMsgClientToGCAssociateDevice

type CMsgClientToGCAssociateDevice struct {
	DeviceId             *uint64       `protobuf:"varint,1,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	Platform             *EDACPlatform `protobuf:"varint,2,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	Salt                 *uint32       `protobuf:"varint,3,opt,name=salt" json:"salt,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CMsgClientToGCAssociateDevice) Descriptor

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

func (*CMsgClientToGCAssociateDevice) GetDeviceId

func (m *CMsgClientToGCAssociateDevice) GetDeviceId() uint64

func (*CMsgClientToGCAssociateDevice) GetPlatform

func (*CMsgClientToGCAssociateDevice) GetSalt

func (*CMsgClientToGCAssociateDevice) ProtoMessage

func (*CMsgClientToGCAssociateDevice) ProtoMessage()

func (*CMsgClientToGCAssociateDevice) Reset

func (m *CMsgClientToGCAssociateDevice) Reset()

func (*CMsgClientToGCAssociateDevice) String

func (*CMsgClientToGCAssociateDevice) XXX_DiscardUnknown

func (m *CMsgClientToGCAssociateDevice) XXX_DiscardUnknown()

func (*CMsgClientToGCAssociateDevice) XXX_Marshal

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

func (*CMsgClientToGCAssociateDevice) XXX_Merge

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

func (*CMsgClientToGCAssociateDevice) XXX_Size

func (m *CMsgClientToGCAssociateDevice) XXX_Size() int

func (*CMsgClientToGCAssociateDevice) XXX_Unmarshal

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

type CMsgClientToGCAssociateDeviceResponse

type CMsgClientToGCAssociateDeviceResponse struct {
	Result               *CMsgClientToGCAssociateDeviceResponse_EResponse `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CMsgClientToGCAssociateDeviceResponse) Descriptor

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

func (*CMsgClientToGCAssociateDeviceResponse) GetResult

func (*CMsgClientToGCAssociateDeviceResponse) ProtoMessage

func (*CMsgClientToGCAssociateDeviceResponse) ProtoMessage()

func (*CMsgClientToGCAssociateDeviceResponse) Reset

func (*CMsgClientToGCAssociateDeviceResponse) String

func (*CMsgClientToGCAssociateDeviceResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCAssociateDeviceResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCAssociateDeviceResponse) XXX_Marshal

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

func (*CMsgClientToGCAssociateDeviceResponse) XXX_Merge

func (*CMsgClientToGCAssociateDeviceResponse) XXX_Size

func (*CMsgClientToGCAssociateDeviceResponse) XXX_Unmarshal

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

type CMsgClientToGCAssociateDeviceResponse_EResponse

type CMsgClientToGCAssociateDeviceResponse_EResponse int32
const (
	CMsgClientToGCAssociateDeviceResponse_k_eInternalError CMsgClientToGCAssociateDeviceResponse_EResponse = 0
	CMsgClientToGCAssociateDeviceResponse_k_eSuccess       CMsgClientToGCAssociateDeviceResponse_EResponse = 1
	CMsgClientToGCAssociateDeviceResponse_k_eDisabled      CMsgClientToGCAssociateDeviceResponse_EResponse = 2
	CMsgClientToGCAssociateDeviceResponse_k_eTooBusy       CMsgClientToGCAssociateDeviceResponse_EResponse = 3
	CMsgClientToGCAssociateDeviceResponse_k_eRateLimited   CMsgClientToGCAssociateDeviceResponse_EResponse = 4
	CMsgClientToGCAssociateDeviceResponse_k_eNotFound      CMsgClientToGCAssociateDeviceResponse_EResponse = 5
)

func (CMsgClientToGCAssociateDeviceResponse_EResponse) Enum

func (CMsgClientToGCAssociateDeviceResponse_EResponse) EnumDescriptor

func (CMsgClientToGCAssociateDeviceResponse_EResponse) String

func (*CMsgClientToGCAssociateDeviceResponse_EResponse) UnmarshalJSON

type CMsgClientToGCCanPurchaseItem

type CMsgClientToGCCanPurchaseItem struct {
	DefIndex             *uint32       `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	ClientVersion        *uint32       `protobuf:"varint,2,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	StoreId              *EDACStoreID  `protobuf:"varint,3,opt,name=store_id,json=storeId,enum=protocol.EDACStoreID,def=0" json:"store_id,omitempty"`
	Quantity             *uint32       `protobuf:"varint,4,opt,name=quantity" json:"quantity,omitempty"`
	Platform             *EDACPlatform `protobuf:"varint,5,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	DeviceId             *uint64       `protobuf:"varint,6,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	CreateReservation    *bool         `protobuf:"varint,7,opt,name=create_reservation,json=createReservation" json:"create_reservation,omitempty"`
	IgnoreReservations   *bool         `protobuf:"varint,8,opt,name=ignore_reservations,json=ignoreReservations" json:"ignore_reservations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CMsgClientToGCCanPurchaseItem) Descriptor

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

func (*CMsgClientToGCCanPurchaseItem) GetClientVersion

func (m *CMsgClientToGCCanPurchaseItem) GetClientVersion() uint32

func (*CMsgClientToGCCanPurchaseItem) GetCreateReservation

func (m *CMsgClientToGCCanPurchaseItem) GetCreateReservation() bool

func (*CMsgClientToGCCanPurchaseItem) GetDefIndex

func (m *CMsgClientToGCCanPurchaseItem) GetDefIndex() uint32

func (*CMsgClientToGCCanPurchaseItem) GetDeviceId

func (m *CMsgClientToGCCanPurchaseItem) GetDeviceId() uint64

func (*CMsgClientToGCCanPurchaseItem) GetIgnoreReservations

func (m *CMsgClientToGCCanPurchaseItem) GetIgnoreReservations() bool

func (*CMsgClientToGCCanPurchaseItem) GetPlatform

func (*CMsgClientToGCCanPurchaseItem) GetQuantity

func (m *CMsgClientToGCCanPurchaseItem) GetQuantity() uint32

func (*CMsgClientToGCCanPurchaseItem) GetStoreId

func (*CMsgClientToGCCanPurchaseItem) ProtoMessage

func (*CMsgClientToGCCanPurchaseItem) ProtoMessage()

func (*CMsgClientToGCCanPurchaseItem) Reset

func (m *CMsgClientToGCCanPurchaseItem) Reset()

func (*CMsgClientToGCCanPurchaseItem) String

func (*CMsgClientToGCCanPurchaseItem) XXX_DiscardUnknown

func (m *CMsgClientToGCCanPurchaseItem) XXX_DiscardUnknown()

func (*CMsgClientToGCCanPurchaseItem) XXX_Marshal

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

func (*CMsgClientToGCCanPurchaseItem) XXX_Merge

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

func (*CMsgClientToGCCanPurchaseItem) XXX_Size

func (m *CMsgClientToGCCanPurchaseItem) XXX_Size() int

func (*CMsgClientToGCCanPurchaseItem) XXX_Unmarshal

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

type CMsgClientToGCCanPurchaseItemResponse

type CMsgClientToGCCanPurchaseItemResponse struct {
	Result               *CMsgClientToGCCanPurchaseItemResponse_EResponse     `` /* 127-byte string literal not displayed */
	Reservations         []*CMsgClientToGCCanPurchaseItemResponse_Reservation `protobuf:"bytes,2,rep,name=reservations" json:"reservations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-"`
	XXX_unrecognized     []byte                                               `json:"-"`
	XXX_sizecache        int32                                                `json:"-"`
}

func (*CMsgClientToGCCanPurchaseItemResponse) Descriptor

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

func (*CMsgClientToGCCanPurchaseItemResponse) GetReservations

func (*CMsgClientToGCCanPurchaseItemResponse) GetResult

func (*CMsgClientToGCCanPurchaseItemResponse) ProtoMessage

func (*CMsgClientToGCCanPurchaseItemResponse) ProtoMessage()

func (*CMsgClientToGCCanPurchaseItemResponse) Reset

func (*CMsgClientToGCCanPurchaseItemResponse) String

func (*CMsgClientToGCCanPurchaseItemResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCCanPurchaseItemResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCCanPurchaseItemResponse) XXX_Marshal

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

func (*CMsgClientToGCCanPurchaseItemResponse) XXX_Merge

func (*CMsgClientToGCCanPurchaseItemResponse) XXX_Size

func (*CMsgClientToGCCanPurchaseItemResponse) XXX_Unmarshal

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

type CMsgClientToGCCanPurchaseItemResponse_EResponse

type CMsgClientToGCCanPurchaseItemResponse_EResponse int32
const (
	CMsgClientToGCCanPurchaseItemResponse_k_eInternalError           CMsgClientToGCCanPurchaseItemResponse_EResponse = 0
	CMsgClientToGCCanPurchaseItemResponse_k_eSuccess                 CMsgClientToGCCanPurchaseItemResponse_EResponse = 1
	CMsgClientToGCCanPurchaseItemResponse_k_eDisabled                CMsgClientToGCCanPurchaseItemResponse_EResponse = 2
	CMsgClientToGCCanPurchaseItemResponse_k_eTooBusy                 CMsgClientToGCCanPurchaseItemResponse_EResponse = 3
	CMsgClientToGCCanPurchaseItemResponse_k_eItemDisabled            CMsgClientToGCCanPurchaseItemResponse_EResponse = 4
	CMsgClientToGCCanPurchaseItemResponse_k_eInvalidItem             CMsgClientToGCCanPurchaseItemResponse_EResponse = 5
	CMsgClientToGCCanPurchaseItemResponse_k_eStoreDisabled           CMsgClientToGCCanPurchaseItemResponse_EResponse = 6
	CMsgClientToGCCanPurchaseItemResponse_k_eInvalidClientVersion    CMsgClientToGCCanPurchaseItemResponse_EResponse = 7
	CMsgClientToGCCanPurchaseItemResponse_k_eInvalidQuantity         CMsgClientToGCCanPurchaseItemResponse_EResponse = 8
	CMsgClientToGCCanPurchaseItemResponse_k_eOutstandingReservations CMsgClientToGCCanPurchaseItemResponse_EResponse = 9
	CMsgClientToGCCanPurchaseItemResponse_k_eExceedsCreditLimit      CMsgClientToGCCanPurchaseItemResponse_EResponse = 10
)
const Default_CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_PurchaseItemResult CMsgClientToGCCanPurchaseItemResponse_EResponse = CMsgClientToGCCanPurchaseItemResponse_k_eInternalError

func (CMsgClientToGCCanPurchaseItemResponse_EResponse) Enum

func (CMsgClientToGCCanPurchaseItemResponse_EResponse) EnumDescriptor

func (CMsgClientToGCCanPurchaseItemResponse_EResponse) String

func (*CMsgClientToGCCanPurchaseItemResponse_EResponse) UnmarshalJSON

type CMsgClientToGCCanPurchaseItemResponse_Reservation

type CMsgClientToGCCanPurchaseItemResponse_Reservation struct {
	StoreId              *EDACStoreID `protobuf:"varint,1,opt,name=store_id,json=storeId,enum=protocol.EDACStoreID,def=0" json:"store_id,omitempty"`
	Quantity             *uint32      `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
	TimeStamp            *uint32      `protobuf:"varint,3,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
	DeviceId             *uint64      `protobuf:"varint,4,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) Descriptor

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) GetDeviceId

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) GetQuantity

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) GetStoreId

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) GetTimeStamp

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) ProtoMessage

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) Reset

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) String

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) XXX_DiscardUnknown

func (m *CMsgClientToGCCanPurchaseItemResponse_Reservation) XXX_DiscardUnknown()

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) XXX_Marshal

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

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) XXX_Merge

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) XXX_Size

func (*CMsgClientToGCCanPurchaseItemResponse_Reservation) XXX_Unmarshal

type CMsgClientToGCCheckFriendCode

type CMsgClientToGCCheckFriendCode struct {
	FriendCode           *uint64  `protobuf:"varint,1,opt,name=friend_code,json=friendCode" json:"friend_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCCheckFriendCode) Descriptor

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

func (*CMsgClientToGCCheckFriendCode) GetFriendCode

func (m *CMsgClientToGCCheckFriendCode) GetFriendCode() uint64

func (*CMsgClientToGCCheckFriendCode) ProtoMessage

func (*CMsgClientToGCCheckFriendCode) ProtoMessage()

func (*CMsgClientToGCCheckFriendCode) Reset

func (m *CMsgClientToGCCheckFriendCode) Reset()

func (*CMsgClientToGCCheckFriendCode) String

func (*CMsgClientToGCCheckFriendCode) XXX_DiscardUnknown

func (m *CMsgClientToGCCheckFriendCode) XXX_DiscardUnknown()

func (*CMsgClientToGCCheckFriendCode) XXX_Marshal

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

func (*CMsgClientToGCCheckFriendCode) XXX_Merge

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

func (*CMsgClientToGCCheckFriendCode) XXX_Size

func (m *CMsgClientToGCCheckFriendCode) XXX_Size() int

func (*CMsgClientToGCCheckFriendCode) XXX_Unmarshal

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

type CMsgClientToGCCheckFriendCodeResponse

type CMsgClientToGCCheckFriendCodeResponse struct {
	Result               *CMsgClientToGCCheckFriendCodeResponse_EResponse `` /* 127-byte string literal not displayed */
	AccountId            *uint32                                          `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CMsgClientToGCCheckFriendCodeResponse) Descriptor

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

func (*CMsgClientToGCCheckFriendCodeResponse) GetAccountId

func (*CMsgClientToGCCheckFriendCodeResponse) GetResult

func (*CMsgClientToGCCheckFriendCodeResponse) ProtoMessage

func (*CMsgClientToGCCheckFriendCodeResponse) ProtoMessage()

func (*CMsgClientToGCCheckFriendCodeResponse) Reset

func (*CMsgClientToGCCheckFriendCodeResponse) String

func (*CMsgClientToGCCheckFriendCodeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCCheckFriendCodeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCCheckFriendCodeResponse) XXX_Marshal

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

func (*CMsgClientToGCCheckFriendCodeResponse) XXX_Merge

func (*CMsgClientToGCCheckFriendCodeResponse) XXX_Size

func (*CMsgClientToGCCheckFriendCodeResponse) XXX_Unmarshal

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

type CMsgClientToGCCheckFriendCodeResponse_EResponse

type CMsgClientToGCCheckFriendCodeResponse_EResponse int32
const (
	CMsgClientToGCCheckFriendCodeResponse_k_eInternalError           CMsgClientToGCCheckFriendCodeResponse_EResponse = 0
	CMsgClientToGCCheckFriendCodeResponse_k_eSuccess                 CMsgClientToGCCheckFriendCodeResponse_EResponse = 1
	CMsgClientToGCCheckFriendCodeResponse_k_eDisabled                CMsgClientToGCCheckFriendCodeResponse_EResponse = 2
	CMsgClientToGCCheckFriendCodeResponse_k_eTooBusy                 CMsgClientToGCCheckFriendCodeResponse_EResponse = 3
	CMsgClientToGCCheckFriendCodeResponse_k_eRateLimited             CMsgClientToGCCheckFriendCodeResponse_EResponse = 4
	CMsgClientToGCCheckFriendCodeResponse_k_eInvalidKey              CMsgClientToGCCheckFriendCodeResponse_EResponse = 5
	CMsgClientToGCCheckFriendCodeResponse_k_eKeyExpired              CMsgClientToGCCheckFriendCodeResponse_EResponse = 6
	CMsgClientToGCCheckFriendCodeResponse_k_eKeyConsumed             CMsgClientToGCCheckFriendCodeResponse_EResponse = 7
	CMsgClientToGCCheckFriendCodeResponse_k_eAlreadyFriends          CMsgClientToGCCheckFriendCodeResponse_EResponse = 8
	CMsgClientToGCCheckFriendCodeResponse_k_eTargetHasTooManyFriends CMsgClientToGCCheckFriendCodeResponse_EResponse = 9
	CMsgClientToGCCheckFriendCodeResponse_k_eHaveTooManyFriends      CMsgClientToGCCheckFriendCodeResponse_EResponse = 10
	CMsgClientToGCCheckFriendCodeResponse_k_eBlocked                 CMsgClientToGCCheckFriendCodeResponse_EResponse = 11
	CMsgClientToGCCheckFriendCodeResponse_k_eIgnored                 CMsgClientToGCCheckFriendCodeResponse_EResponse = 12
)

func (CMsgClientToGCCheckFriendCodeResponse_EResponse) Enum

func (CMsgClientToGCCheckFriendCodeResponse_EResponse) EnumDescriptor

func (CMsgClientToGCCheckFriendCodeResponse_EResponse) String

func (*CMsgClientToGCCheckFriendCodeResponse_EResponse) UnmarshalJSON

type CMsgClientToGCClaimChallengeReward

type CMsgClientToGCClaimChallengeReward struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	StartingClaimed      *uint32  `protobuf:"varint,4,opt,name=starting_claimed,json=startingClaimed" json:"starting_claimed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCClaimChallengeReward) Descriptor

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

func (*CMsgClientToGCClaimChallengeReward) GetEventId

func (*CMsgClientToGCClaimChallengeReward) GetSequenceId

func (m *CMsgClientToGCClaimChallengeReward) GetSequenceId() uint32

func (*CMsgClientToGCClaimChallengeReward) GetSlotId

func (*CMsgClientToGCClaimChallengeReward) GetStartingClaimed

func (m *CMsgClientToGCClaimChallengeReward) GetStartingClaimed() uint32

func (*CMsgClientToGCClaimChallengeReward) ProtoMessage

func (*CMsgClientToGCClaimChallengeReward) ProtoMessage()

func (*CMsgClientToGCClaimChallengeReward) Reset

func (*CMsgClientToGCClaimChallengeReward) String

func (*CMsgClientToGCClaimChallengeReward) XXX_DiscardUnknown

func (m *CMsgClientToGCClaimChallengeReward) XXX_DiscardUnknown()

func (*CMsgClientToGCClaimChallengeReward) XXX_Marshal

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

func (*CMsgClientToGCClaimChallengeReward) XXX_Merge

func (*CMsgClientToGCClaimChallengeReward) XXX_Size

func (*CMsgClientToGCClaimChallengeReward) XXX_Unmarshal

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

type CMsgClientToGCClaimChallengeRewardResponse

type CMsgClientToGCClaimChallengeRewardResponse struct {
	Result               *CMsgClientToGCClaimChallengeRewardResponse_EResponse `` /* 132-byte string literal not displayed */
	Rewards              *CMsgEventClaimRewards                                `protobuf:"bytes,2,opt,name=rewards" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*CMsgClientToGCClaimChallengeRewardResponse) Descriptor

func (*CMsgClientToGCClaimChallengeRewardResponse) GetResult

func (*CMsgClientToGCClaimChallengeRewardResponse) GetRewards

func (*CMsgClientToGCClaimChallengeRewardResponse) ProtoMessage

func (*CMsgClientToGCClaimChallengeRewardResponse) Reset

func (*CMsgClientToGCClaimChallengeRewardResponse) String

func (*CMsgClientToGCClaimChallengeRewardResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCClaimChallengeRewardResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCClaimChallengeRewardResponse) XXX_Marshal

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

func (*CMsgClientToGCClaimChallengeRewardResponse) XXX_Merge

func (*CMsgClientToGCClaimChallengeRewardResponse) XXX_Size

func (*CMsgClientToGCClaimChallengeRewardResponse) XXX_Unmarshal

type CMsgClientToGCClaimChallengeRewardResponse_EResponse

type CMsgClientToGCClaimChallengeRewardResponse_EResponse int32
const (
	CMsgClientToGCClaimChallengeRewardResponse_k_eInternalError    CMsgClientToGCClaimChallengeRewardResponse_EResponse = 0
	CMsgClientToGCClaimChallengeRewardResponse_k_eSuccess          CMsgClientToGCClaimChallengeRewardResponse_EResponse = 1
	CMsgClientToGCClaimChallengeRewardResponse_k_eDisabled         CMsgClientToGCClaimChallengeRewardResponse_EResponse = 2
	CMsgClientToGCClaimChallengeRewardResponse_k_eTooBusy          CMsgClientToGCClaimChallengeRewardResponse_EResponse = 3
	CMsgClientToGCClaimChallengeRewardResponse_k_eRateLimited      CMsgClientToGCClaimChallengeRewardResponse_EResponse = 4
	CMsgClientToGCClaimChallengeRewardResponse_k_eNotComplete      CMsgClientToGCClaimChallengeRewardResponse_EResponse = 5
	CMsgClientToGCClaimChallengeRewardResponse_k_eAlreadyClaimed   CMsgClientToGCClaimChallengeRewardResponse_EResponse = 6
	CMsgClientToGCClaimChallengeRewardResponse_k_eSequenceMismatch CMsgClientToGCClaimChallengeRewardResponse_EResponse = 7
	CMsgClientToGCClaimChallengeRewardResponse_k_eEventInactive    CMsgClientToGCClaimChallengeRewardResponse_EResponse = 8
	CMsgClientToGCClaimChallengeRewardResponse_k_eNoRewards        CMsgClientToGCClaimChallengeRewardResponse_EResponse = 9
)

func (CMsgClientToGCClaimChallengeRewardResponse_EResponse) Enum

func (CMsgClientToGCClaimChallengeRewardResponse_EResponse) EnumDescriptor

func (CMsgClientToGCClaimChallengeRewardResponse_EResponse) String

func (*CMsgClientToGCClaimChallengeRewardResponse_EResponse) UnmarshalJSON

type CMsgClientToGCClearPurchaseReserve

type CMsgClientToGCClearPurchaseReserve struct {
	DefIndex             *uint32      `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	StoreId              *EDACStoreID `protobuf:"varint,2,opt,name=store_id,json=storeId,enum=protocol.EDACStoreID,def=0" json:"store_id,omitempty"`
	DeviceId             *uint64      `protobuf:"varint,3,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CMsgClientToGCClearPurchaseReserve) Descriptor

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

func (*CMsgClientToGCClearPurchaseReserve) GetDefIndex

func (m *CMsgClientToGCClearPurchaseReserve) GetDefIndex() uint32

func (*CMsgClientToGCClearPurchaseReserve) GetDeviceId

func (m *CMsgClientToGCClearPurchaseReserve) GetDeviceId() uint64

func (*CMsgClientToGCClearPurchaseReserve) GetStoreId

func (*CMsgClientToGCClearPurchaseReserve) ProtoMessage

func (*CMsgClientToGCClearPurchaseReserve) ProtoMessage()

func (*CMsgClientToGCClearPurchaseReserve) Reset

func (*CMsgClientToGCClearPurchaseReserve) String

func (*CMsgClientToGCClearPurchaseReserve) XXX_DiscardUnknown

func (m *CMsgClientToGCClearPurchaseReserve) XXX_DiscardUnknown()

func (*CMsgClientToGCClearPurchaseReserve) XXX_Marshal

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

func (*CMsgClientToGCClearPurchaseReserve) XXX_Merge

func (*CMsgClientToGCClearPurchaseReserve) XXX_Size

func (*CMsgClientToGCClearPurchaseReserve) XXX_Unmarshal

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

type CMsgClientToGCClearPurchaseReserveResponse

type CMsgClientToGCClearPurchaseReserveResponse struct {
	Result               *CMsgClientToGCClearPurchaseReserveResponse_EResponse `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*CMsgClientToGCClearPurchaseReserveResponse) Descriptor

func (*CMsgClientToGCClearPurchaseReserveResponse) GetResult

func (*CMsgClientToGCClearPurchaseReserveResponse) ProtoMessage

func (*CMsgClientToGCClearPurchaseReserveResponse) Reset

func (*CMsgClientToGCClearPurchaseReserveResponse) String

func (*CMsgClientToGCClearPurchaseReserveResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCClearPurchaseReserveResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCClearPurchaseReserveResponse) XXX_Marshal

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

func (*CMsgClientToGCClearPurchaseReserveResponse) XXX_Merge

func (*CMsgClientToGCClearPurchaseReserveResponse) XXX_Size

func (*CMsgClientToGCClearPurchaseReserveResponse) XXX_Unmarshal

type CMsgClientToGCClearPurchaseReserveResponse_EResponse

type CMsgClientToGCClearPurchaseReserveResponse_EResponse int32
const (
	CMsgClientToGCClearPurchaseReserveResponse_k_eInternalError CMsgClientToGCClearPurchaseReserveResponse_EResponse = 0
	CMsgClientToGCClearPurchaseReserveResponse_k_eSuccess       CMsgClientToGCClearPurchaseReserveResponse_EResponse = 1
	CMsgClientToGCClearPurchaseReserveResponse_k_eTooBusy       CMsgClientToGCClearPurchaseReserveResponse_EResponse = 2
)

func (CMsgClientToGCClearPurchaseReserveResponse_EResponse) Enum

func (CMsgClientToGCClearPurchaseReserveResponse_EResponse) EnumDescriptor

func (CMsgClientToGCClearPurchaseReserveResponse_EResponse) String

func (*CMsgClientToGCClearPurchaseReserveResponse_EResponse) UnmarshalJSON

type CMsgClientToGCCreateFriendCode

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

func (*CMsgClientToGCCreateFriendCode) Descriptor

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

func (*CMsgClientToGCCreateFriendCode) ProtoMessage

func (*CMsgClientToGCCreateFriendCode) ProtoMessage()

func (*CMsgClientToGCCreateFriendCode) Reset

func (m *CMsgClientToGCCreateFriendCode) Reset()

func (*CMsgClientToGCCreateFriendCode) String

func (*CMsgClientToGCCreateFriendCode) XXX_DiscardUnknown

func (m *CMsgClientToGCCreateFriendCode) XXX_DiscardUnknown()

func (*CMsgClientToGCCreateFriendCode) XXX_Marshal

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

func (*CMsgClientToGCCreateFriendCode) XXX_Merge

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

func (*CMsgClientToGCCreateFriendCode) XXX_Size

func (m *CMsgClientToGCCreateFriendCode) XXX_Size() int

func (*CMsgClientToGCCreateFriendCode) XXX_Unmarshal

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

type CMsgClientToGCCreateFriendCodeResponse

type CMsgClientToGCCreateFriendCodeResponse struct {
	Result               *CMsgClientToGCCreateFriendCodeResponse_EResponse `` /* 128-byte string literal not displayed */
	Code                 *CMsgClientToGCGetFriendCodesResponse_Code        `protobuf:"bytes,2,opt,name=code" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*CMsgClientToGCCreateFriendCodeResponse) Descriptor

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

func (*CMsgClientToGCCreateFriendCodeResponse) GetCode

func (*CMsgClientToGCCreateFriendCodeResponse) GetResult

func (*CMsgClientToGCCreateFriendCodeResponse) ProtoMessage

func (*CMsgClientToGCCreateFriendCodeResponse) Reset

func (*CMsgClientToGCCreateFriendCodeResponse) String

func (*CMsgClientToGCCreateFriendCodeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCCreateFriendCodeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCCreateFriendCodeResponse) XXX_Marshal

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

func (*CMsgClientToGCCreateFriendCodeResponse) XXX_Merge

func (*CMsgClientToGCCreateFriendCodeResponse) XXX_Size

func (*CMsgClientToGCCreateFriendCodeResponse) XXX_Unmarshal

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

type CMsgClientToGCCreateFriendCodeResponse_EResponse

type CMsgClientToGCCreateFriendCodeResponse_EResponse int32
const (
	CMsgClientToGCCreateFriendCodeResponse_k_eInternalError CMsgClientToGCCreateFriendCodeResponse_EResponse = 0
	CMsgClientToGCCreateFriendCodeResponse_k_eSuccess       CMsgClientToGCCreateFriendCodeResponse_EResponse = 1
	CMsgClientToGCCreateFriendCodeResponse_k_eDisabled      CMsgClientToGCCreateFriendCodeResponse_EResponse = 2
	CMsgClientToGCCreateFriendCodeResponse_k_eTooBusy       CMsgClientToGCCreateFriendCodeResponse_EResponse = 3
	CMsgClientToGCCreateFriendCodeResponse_k_eRateLimited   CMsgClientToGCCreateFriendCodeResponse_EResponse = 4
	CMsgClientToGCCreateFriendCodeResponse_k_eTooManyCodes  CMsgClientToGCCreateFriendCodeResponse_EResponse = 5
)

func (CMsgClientToGCCreateFriendCodeResponse_EResponse) Enum

func (CMsgClientToGCCreateFriendCodeResponse_EResponse) EnumDescriptor

func (CMsgClientToGCCreateFriendCodeResponse_EResponse) String

func (*CMsgClientToGCCreateFriendCodeResponse_EResponse) UnmarshalJSON

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          `` /* 134-byte string literal not displayed */
	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 `` /* 128-byte string literal not displayed */
	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 CMsgClientToGCDevEventOperation

type CMsgClientToGCDevEventOperation struct {
	Operation            *CMsgClientToGCDevEventOperation_EOperation `` /* 128-byte string literal not displayed */
	EventId              *uint32                                     `protobuf:"varint,2,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	Id                   *uint32                                     `protobuf:"varint,3,opt,name=id" json:"id,omitempty"`
	Amount               *uint32                                     `protobuf:"varint,4,opt,name=amount" json:"amount,omitempty"`
	UintVal1             *uint64                                     `protobuf:"varint,5,opt,name=uint_val1,json=uintVal1" json:"uint_val1,omitempty"`
	UintVal2             *uint64                                     `protobuf:"varint,6,opt,name=uint_val2,json=uintVal2" json:"uint_val2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgClientToGCDevEventOperation) Descriptor

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

func (*CMsgClientToGCDevEventOperation) GetAmount

func (m *CMsgClientToGCDevEventOperation) GetAmount() uint32

func (*CMsgClientToGCDevEventOperation) GetEventId

func (m *CMsgClientToGCDevEventOperation) GetEventId() uint32

func (*CMsgClientToGCDevEventOperation) GetId

func (*CMsgClientToGCDevEventOperation) GetOperation

func (*CMsgClientToGCDevEventOperation) GetUintVal1

func (m *CMsgClientToGCDevEventOperation) GetUintVal1() uint64

func (*CMsgClientToGCDevEventOperation) GetUintVal2

func (m *CMsgClientToGCDevEventOperation) GetUintVal2() uint64

func (*CMsgClientToGCDevEventOperation) ProtoMessage

func (*CMsgClientToGCDevEventOperation) ProtoMessage()

func (*CMsgClientToGCDevEventOperation) Reset

func (*CMsgClientToGCDevEventOperation) String

func (*CMsgClientToGCDevEventOperation) XXX_DiscardUnknown

func (m *CMsgClientToGCDevEventOperation) XXX_DiscardUnknown()

func (*CMsgClientToGCDevEventOperation) XXX_Marshal

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

func (*CMsgClientToGCDevEventOperation) XXX_Merge

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

func (*CMsgClientToGCDevEventOperation) XXX_Size

func (m *CMsgClientToGCDevEventOperation) XXX_Size() int

func (*CMsgClientToGCDevEventOperation) XXX_Unmarshal

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

type CMsgClientToGCDevEventOperationResponse

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

func (*CMsgClientToGCDevEventOperationResponse) Descriptor

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

func (*CMsgClientToGCDevEventOperationResponse) ProtoMessage

func (*CMsgClientToGCDevEventOperationResponse) Reset

func (*CMsgClientToGCDevEventOperationResponse) String

func (*CMsgClientToGCDevEventOperationResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCDevEventOperationResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCDevEventOperationResponse) XXX_Marshal

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

func (*CMsgClientToGCDevEventOperationResponse) XXX_Merge

func (*CMsgClientToGCDevEventOperationResponse) XXX_Size

func (*CMsgClientToGCDevEventOperationResponse) XXX_Unmarshal

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

type CMsgClientToGCDevEventOperation_EOperation

type CMsgClientToGCDevEventOperation_EOperation int32
const (
	CMsgClientToGCDevEventOperation_k_eOp_Reset             CMsgClientToGCDevEventOperation_EOperation = 0
	CMsgClientToGCDevEventOperation_k_eOp_GrantCurrency     CMsgClientToGCDevEventOperation_EOperation = 1
	CMsgClientToGCDevEventOperation_k_eOp_GrantChallenge    CMsgClientToGCDevEventOperation_EOperation = 2
	CMsgClientToGCDevEventOperation_k_eOp_RerollCooldown    CMsgClientToGCDevEventOperation_EOperation = 3
	CMsgClientToGCDevEventOperation_k_eOp_SetCurrencyLevel  CMsgClientToGCDevEventOperation_EOperation = 4
	CMsgClientToGCDevEventOperation_k_eOp_SetCurrencyValue  CMsgClientToGCDevEventOperation_EOperation = 5
	CMsgClientToGCDevEventOperation_k_eOp_SetChallengeValue CMsgClientToGCDevEventOperation_EOperation = 6
	CMsgClientToGCDevEventOperation_k_eOp_GrantOwnership    CMsgClientToGCDevEventOperation_EOperation = 7
	CMsgClientToGCDevEventOperation_k_eOp_GrantVirtualItem  CMsgClientToGCDevEventOperation_EOperation = 8
	CMsgClientToGCDevEventOperation_k_eOp_RevokeVirtualItem CMsgClientToGCDevEventOperation_EOperation = 9
	CMsgClientToGCDevEventOperation_k_eOp_SetChallenge      CMsgClientToGCDevEventOperation_EOperation = 10
)
const Default_CMsgClientToGCDevEventOperation_Operation CMsgClientToGCDevEventOperation_EOperation = CMsgClientToGCDevEventOperation_k_eOp_Reset

func (CMsgClientToGCDevEventOperation_EOperation) Enum

func (CMsgClientToGCDevEventOperation_EOperation) EnumDescriptor

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

func (CMsgClientToGCDevEventOperation_EOperation) String

func (*CMsgClientToGCDevEventOperation_EOperation) UnmarshalJSON

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

type CMsgClientToGCDevForceMatchFormation

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

func (*CMsgClientToGCDevForceMatchFormation) Descriptor

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

func (*CMsgClientToGCDevForceMatchFormation) ProtoMessage

func (*CMsgClientToGCDevForceMatchFormation) ProtoMessage()

func (*CMsgClientToGCDevForceMatchFormation) Reset

func (*CMsgClientToGCDevForceMatchFormation) String

func (*CMsgClientToGCDevForceMatchFormation) XXX_DiscardUnknown

func (m *CMsgClientToGCDevForceMatchFormation) XXX_DiscardUnknown()

func (*CMsgClientToGCDevForceMatchFormation) XXX_Marshal

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

func (*CMsgClientToGCDevForceMatchFormation) XXX_Merge

func (*CMsgClientToGCDevForceMatchFormation) XXX_Size

func (*CMsgClientToGCDevForceMatchFormation) XXX_Unmarshal

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

type CMsgClientToGCDevOperation

type CMsgClientToGCDevOperation struct {
	Op                   *CMsgClientToGCDevOperation_EOperation `protobuf:"varint,1,opt,name=op,enum=protocol.CMsgClientToGCDevOperation_EOperation,def=0" json:"op,omitempty"`
	UintValue            *uint64                                `protobuf:"varint,2,opt,name=uint_value,json=uintValue" json:"uint_value,omitempty"`
	StrValue             *string                                `protobuf:"bytes,3,opt,name=str_value,json=strValue" json:"str_value,omitempty"`
	UintValue_2          *uint64                                `protobuf:"varint,4,opt,name=uint_value_2,json=uintValue2" json:"uint_value_2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*CMsgClientToGCDevOperation) Descriptor

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

func (*CMsgClientToGCDevOperation) GetOp

func (*CMsgClientToGCDevOperation) GetStrValue

func (m *CMsgClientToGCDevOperation) GetStrValue() string

func (*CMsgClientToGCDevOperation) GetUintValue

func (m *CMsgClientToGCDevOperation) GetUintValue() uint64

func (*CMsgClientToGCDevOperation) GetUintValue_2

func (m *CMsgClientToGCDevOperation) GetUintValue_2() uint64

func (*CMsgClientToGCDevOperation) ProtoMessage

func (*CMsgClientToGCDevOperation) ProtoMessage()

func (*CMsgClientToGCDevOperation) Reset

func (m *CMsgClientToGCDevOperation) Reset()

func (*CMsgClientToGCDevOperation) String

func (m *CMsgClientToGCDevOperation) String() string

func (*CMsgClientToGCDevOperation) XXX_DiscardUnknown

func (m *CMsgClientToGCDevOperation) XXX_DiscardUnknown()

func (*CMsgClientToGCDevOperation) XXX_Marshal

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

func (*CMsgClientToGCDevOperation) XXX_Merge

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

func (*CMsgClientToGCDevOperation) XXX_Size

func (m *CMsgClientToGCDevOperation) XXX_Size() int

func (*CMsgClientToGCDevOperation) XXX_Unmarshal

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

type CMsgClientToGCDevOperationResponse

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

func (*CMsgClientToGCDevOperationResponse) Descriptor

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

func (*CMsgClientToGCDevOperationResponse) ProtoMessage

func (*CMsgClientToGCDevOperationResponse) ProtoMessage()

func (*CMsgClientToGCDevOperationResponse) Reset

func (*CMsgClientToGCDevOperationResponse) String

func (*CMsgClientToGCDevOperationResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCDevOperationResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCDevOperationResponse) XXX_Marshal

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

func (*CMsgClientToGCDevOperationResponse) XXX_Merge

func (*CMsgClientToGCDevOperationResponse) XXX_Size

func (*CMsgClientToGCDevOperationResponse) XXX_Unmarshal

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

type CMsgClientToGCDevOperation_EOperation

type CMsgClientToGCDevOperation_EOperation int32
const (
	CMsgClientToGCDevOperation_k_eSetGACFlags           CMsgClientToGCDevOperation_EOperation = 0
	CMsgClientToGCDevOperation_k_eGrantCreditObject     CMsgClientToGCDevOperation_EOperation = 1
	CMsgClientToGCDevOperation_k_eClearAllCredits       CMsgClientToGCDevOperation_EOperation = 2
	CMsgClientToGCDevOperation_k_eForceAccountSyncValue CMsgClientToGCDevOperation_EOperation = 3
	CMsgClientToGCDevOperation_k_eSetAccountSearchKey   CMsgClientToGCDevOperation_EOperation = 4
)

func (CMsgClientToGCDevOperation_EOperation) Enum

func (CMsgClientToGCDevOperation_EOperation) EnumDescriptor

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

func (CMsgClientToGCDevOperation_EOperation) String

func (*CMsgClientToGCDevOperation_EOperation) UnmarshalJSON

func (x *CMsgClientToGCDevOperation_EOperation) UnmarshalJSON(data []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 CMsgClientToGCEquipLoadout

type CMsgClientToGCEquipLoadout struct {
	LoadoutSlot          []uint32 `protobuf:"varint,1,rep,name=loadout_slot,json=loadoutSlot" json:"loadout_slot,omitempty"`
	ItemId               []uint64 `protobuf:"varint,2,rep,name=item_id,json=itemId" json:"item_id,omitempty"`
	LoadoutSubSlot       []uint32 `protobuf:"varint,3,rep,name=loadout_sub_slot,json=loadoutSubSlot" json:"loadout_sub_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEquipLoadout) Descriptor

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

func (*CMsgClientToGCEquipLoadout) GetItemId

func (m *CMsgClientToGCEquipLoadout) GetItemId() []uint64

func (*CMsgClientToGCEquipLoadout) GetLoadoutSlot

func (m *CMsgClientToGCEquipLoadout) GetLoadoutSlot() []uint32

func (*CMsgClientToGCEquipLoadout) GetLoadoutSubSlot

func (m *CMsgClientToGCEquipLoadout) GetLoadoutSubSlot() []uint32

func (*CMsgClientToGCEquipLoadout) ProtoMessage

func (*CMsgClientToGCEquipLoadout) ProtoMessage()

func (*CMsgClientToGCEquipLoadout) Reset

func (m *CMsgClientToGCEquipLoadout) Reset()

func (*CMsgClientToGCEquipLoadout) String

func (m *CMsgClientToGCEquipLoadout) String() string

func (*CMsgClientToGCEquipLoadout) XXX_DiscardUnknown

func (m *CMsgClientToGCEquipLoadout) XXX_DiscardUnknown()

func (*CMsgClientToGCEquipLoadout) XXX_Marshal

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

func (*CMsgClientToGCEquipLoadout) XXX_Merge

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

func (*CMsgClientToGCEquipLoadout) XXX_Size

func (m *CMsgClientToGCEquipLoadout) XXX_Size() int

func (*CMsgClientToGCEquipLoadout) XXX_Unmarshal

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

type CMsgClientToGCEquipLoadoutResponse

type CMsgClientToGCEquipLoadoutResponse struct {
	Result               *CMsgClientToGCEquipLoadoutResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCEquipLoadoutResponse_EResponse,def=0" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgClientToGCEquipLoadoutResponse) Descriptor

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

func (*CMsgClientToGCEquipLoadoutResponse) GetResult

func (*CMsgClientToGCEquipLoadoutResponse) ProtoMessage

func (*CMsgClientToGCEquipLoadoutResponse) ProtoMessage()

func (*CMsgClientToGCEquipLoadoutResponse) Reset

func (*CMsgClientToGCEquipLoadoutResponse) String

func (*CMsgClientToGCEquipLoadoutResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEquipLoadoutResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEquipLoadoutResponse) XXX_Marshal

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

func (*CMsgClientToGCEquipLoadoutResponse) XXX_Merge

func (*CMsgClientToGCEquipLoadoutResponse) XXX_Size

func (*CMsgClientToGCEquipLoadoutResponse) XXX_Unmarshal

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

type CMsgClientToGCEquipLoadoutResponse_EResponse

type CMsgClientToGCEquipLoadoutResponse_EResponse int32
const (
	CMsgClientToGCEquipLoadoutResponse_k_eInternalError      CMsgClientToGCEquipLoadoutResponse_EResponse = 0
	CMsgClientToGCEquipLoadoutResponse_k_eSuccess            CMsgClientToGCEquipLoadoutResponse_EResponse = 1
	CMsgClientToGCEquipLoadoutResponse_k_eDisabled           CMsgClientToGCEquipLoadoutResponse_EResponse = 2
	CMsgClientToGCEquipLoadoutResponse_k_eTooBusy            CMsgClientToGCEquipLoadoutResponse_EResponse = 3
	CMsgClientToGCEquipLoadoutResponse_k_eInvalidLoadoutSlot CMsgClientToGCEquipLoadoutResponse_EResponse = 4
	CMsgClientToGCEquipLoadoutResponse_k_eInvalidItem        CMsgClientToGCEquipLoadoutResponse_EResponse = 5
	CMsgClientToGCEquipLoadoutResponse_k_eInvalidItemType    CMsgClientToGCEquipLoadoutResponse_EResponse = 6
	CMsgClientToGCEquipLoadoutResponse_k_eItemExpired        CMsgClientToGCEquipLoadoutResponse_EResponse = 7
	CMsgClientToGCEquipLoadoutResponse_k_eRateLimited        CMsgClientToGCEquipLoadoutResponse_EResponse = 8
	CMsgClientToGCEquipLoadoutResponse_k_eTooManyChanges     CMsgClientToGCEquipLoadoutResponse_EResponse = 9
)

func (CMsgClientToGCEquipLoadoutResponse_EResponse) Enum

func (CMsgClientToGCEquipLoadoutResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCEquipLoadoutResponse_EResponse) String

func (*CMsgClientToGCEquipLoadoutResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCEventChallengeProgress

type CMsgClientToGCEventChallengeProgress struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,4,opt,name=progress" json:"progress,omitempty"`
	AuditData            *uint64  `protobuf:"varint,5,opt,name=audit_data,json=auditData" json:"audit_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEventChallengeProgress) Descriptor

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

func (*CMsgClientToGCEventChallengeProgress) GetAuditData

func (m *CMsgClientToGCEventChallengeProgress) GetAuditData() uint64

func (*CMsgClientToGCEventChallengeProgress) GetEventId

func (*CMsgClientToGCEventChallengeProgress) GetProgress

func (*CMsgClientToGCEventChallengeProgress) GetSequenceId

func (m *CMsgClientToGCEventChallengeProgress) GetSequenceId() uint32

func (*CMsgClientToGCEventChallengeProgress) GetSlotId

func (*CMsgClientToGCEventChallengeProgress) ProtoMessage

func (*CMsgClientToGCEventChallengeProgress) ProtoMessage()

func (*CMsgClientToGCEventChallengeProgress) Reset

func (*CMsgClientToGCEventChallengeProgress) String

func (*CMsgClientToGCEventChallengeProgress) XXX_DiscardUnknown

func (m *CMsgClientToGCEventChallengeProgress) XXX_DiscardUnknown()

func (*CMsgClientToGCEventChallengeProgress) XXX_Marshal

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

func (*CMsgClientToGCEventChallengeProgress) XXX_Merge

func (*CMsgClientToGCEventChallengeProgress) XXX_Size

func (*CMsgClientToGCEventChallengeProgress) XXX_Unmarshal

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

type CMsgClientToGCEventChallengeProgressResponse

type CMsgClientToGCEventChallengeProgressResponse struct {
	Result               *CMsgClientToGCEventChallengeProgressResponse_EResponse `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
	XXX_unrecognized     []byte                                                  `json:"-"`
	XXX_sizecache        int32                                                   `json:"-"`
}

func (*CMsgClientToGCEventChallengeProgressResponse) Descriptor

func (*CMsgClientToGCEventChallengeProgressResponse) GetResult

func (*CMsgClientToGCEventChallengeProgressResponse) ProtoMessage

func (*CMsgClientToGCEventChallengeProgressResponse) Reset

func (*CMsgClientToGCEventChallengeProgressResponse) String

func (*CMsgClientToGCEventChallengeProgressResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEventChallengeProgressResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEventChallengeProgressResponse) XXX_Marshal

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

func (*CMsgClientToGCEventChallengeProgressResponse) XXX_Merge

func (*CMsgClientToGCEventChallengeProgressResponse) XXX_Size

func (*CMsgClientToGCEventChallengeProgressResponse) XXX_Unmarshal

type CMsgClientToGCEventChallengeProgressResponse_EResponse

type CMsgClientToGCEventChallengeProgressResponse_EResponse int32
const (
	CMsgClientToGCEventChallengeProgressResponse_k_eInternalError          CMsgClientToGCEventChallengeProgressResponse_EResponse = 0
	CMsgClientToGCEventChallengeProgressResponse_k_eSuccess                CMsgClientToGCEventChallengeProgressResponse_EResponse = 1
	CMsgClientToGCEventChallengeProgressResponse_k_eDisabled               CMsgClientToGCEventChallengeProgressResponse_EResponse = 2
	CMsgClientToGCEventChallengeProgressResponse_k_eTooBusy                CMsgClientToGCEventChallengeProgressResponse_EResponse = 3
	CMsgClientToGCEventChallengeProgressResponse_k_eEventInactive          CMsgClientToGCEventChallengeProgressResponse_EResponse = 4
	CMsgClientToGCEventChallengeProgressResponse_k_eInvalidSlot            CMsgClientToGCEventChallengeProgressResponse_EResponse = 5
	CMsgClientToGCEventChallengeProgressResponse_k_eInvalidChallengeConfig CMsgClientToGCEventChallengeProgressResponse_EResponse = 6
	CMsgClientToGCEventChallengeProgressResponse_k_eSequenceMismatch       CMsgClientToGCEventChallengeProgressResponse_EResponse = 7
	CMsgClientToGCEventChallengeProgressResponse_k_eRateLimited            CMsgClientToGCEventChallengeProgressResponse_EResponse = 8
)

func (CMsgClientToGCEventChallengeProgressResponse_EResponse) Enum

func (CMsgClientToGCEventChallengeProgressResponse_EResponse) EnumDescriptor

func (CMsgClientToGCEventChallengeProgressResponse_EResponse) String

func (*CMsgClientToGCEventChallengeProgressResponse_EResponse) UnmarshalJSON

type CMsgClientToGCEventChallengeProgressWithCurrency

type CMsgClientToGCEventChallengeProgressWithCurrency struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,4,opt,name=progress" json:"progress,omitempty"`
	CurrencyId           *uint32  `protobuf:"varint,5,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	StartingBalance      *uint32  `protobuf:"varint,6,opt,name=starting_balance,json=startingBalance" json:"starting_balance,omitempty"`
	AuditData            *uint64  `protobuf:"varint,7,opt,name=audit_data,json=auditData" json:"audit_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEventChallengeProgressWithCurrency) Descriptor

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetAuditData

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetCurrencyId

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetEventId

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetProgress

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetSequenceId

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetSlotId

func (*CMsgClientToGCEventChallengeProgressWithCurrency) GetStartingBalance

func (*CMsgClientToGCEventChallengeProgressWithCurrency) ProtoMessage

func (*CMsgClientToGCEventChallengeProgressWithCurrency) Reset

func (*CMsgClientToGCEventChallengeProgressWithCurrency) String

func (*CMsgClientToGCEventChallengeProgressWithCurrency) XXX_DiscardUnknown

func (m *CMsgClientToGCEventChallengeProgressWithCurrency) XXX_DiscardUnknown()

func (*CMsgClientToGCEventChallengeProgressWithCurrency) XXX_Marshal

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

func (*CMsgClientToGCEventChallengeProgressWithCurrency) XXX_Merge

func (*CMsgClientToGCEventChallengeProgressWithCurrency) XXX_Size

func (*CMsgClientToGCEventChallengeProgressWithCurrency) XXX_Unmarshal

type CMsgClientToGCEventChallengeProgressWithCurrencyResponse

type CMsgClientToGCEventChallengeProgressWithCurrencyResponse struct {
	Result               *CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                            `json:"-"`
	XXX_unrecognized     []byte                                                              `json:"-"`
	XXX_sizecache        int32                                                               `json:"-"`
}

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) Descriptor

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) GetResult

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) ProtoMessage

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) Reset

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) String

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) XXX_DiscardUnknown

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) XXX_Marshal

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

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) XXX_Merge

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) XXX_Size

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse) XXX_Unmarshal

type CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse

type CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse int32
const (
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eInternalError          CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 0
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eSuccess                CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 1
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eDisabled               CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 2
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eTooBusy                CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 3
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eEventInactive          CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 4
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eInvalidSlot            CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 5
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eInvalidChallengeConfig CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 6
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eSequenceMismatch       CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 7
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eInvalidCurrency        CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 8
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eInsufficientCurrency   CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 9
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eRateLimited            CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 10
	CMsgClientToGCEventChallengeProgressWithCurrencyResponse_k_eInvalidStartingBalance CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse = 11
)

func (CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse) Enum

func (CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse) EnumDescriptor

func (CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse) String

func (*CMsgClientToGCEventChallengeProgressWithCurrencyResponse_EResponse) UnmarshalJSON

type CMsgClientToGCEventClaim

type CMsgClientToGCEventClaim struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	ClaimId              *uint32  `protobuf:"varint,2,opt,name=claim_id,json=claimId" json:"claim_id,omitempty"`
	StartingValue        *uint32  `protobuf:"varint,3,opt,name=starting_value,json=startingValue" json:"starting_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEventClaim) Descriptor

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

func (*CMsgClientToGCEventClaim) GetClaimId

func (m *CMsgClientToGCEventClaim) GetClaimId() uint32

func (*CMsgClientToGCEventClaim) GetEventId

func (m *CMsgClientToGCEventClaim) GetEventId() uint32

func (*CMsgClientToGCEventClaim) GetStartingValue

func (m *CMsgClientToGCEventClaim) GetStartingValue() uint32

func (*CMsgClientToGCEventClaim) ProtoMessage

func (*CMsgClientToGCEventClaim) ProtoMessage()

func (*CMsgClientToGCEventClaim) Reset

func (m *CMsgClientToGCEventClaim) Reset()

func (*CMsgClientToGCEventClaim) String

func (m *CMsgClientToGCEventClaim) String() string

func (*CMsgClientToGCEventClaim) XXX_DiscardUnknown

func (m *CMsgClientToGCEventClaim) XXX_DiscardUnknown()

func (*CMsgClientToGCEventClaim) XXX_Marshal

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

func (*CMsgClientToGCEventClaim) XXX_Merge

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

func (*CMsgClientToGCEventClaim) XXX_Size

func (m *CMsgClientToGCEventClaim) XXX_Size() int

func (*CMsgClientToGCEventClaim) XXX_Unmarshal

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

type CMsgClientToGCEventClaimResponse

type CMsgClientToGCEventClaimResponse struct {
	Result               *CMsgClientToGCEventClaimResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCEventClaimResponse_EResponse,def=0" json:"result,omitempty"`
	Rewards              *CMsgEventClaimRewards                      `protobuf:"bytes,2,opt,name=rewards" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgClientToGCEventClaimResponse) Descriptor

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

func (*CMsgClientToGCEventClaimResponse) GetResult

func (*CMsgClientToGCEventClaimResponse) GetRewards

func (*CMsgClientToGCEventClaimResponse) ProtoMessage

func (*CMsgClientToGCEventClaimResponse) ProtoMessage()

func (*CMsgClientToGCEventClaimResponse) Reset

func (*CMsgClientToGCEventClaimResponse) String

func (*CMsgClientToGCEventClaimResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEventClaimResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEventClaimResponse) XXX_Marshal

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

func (*CMsgClientToGCEventClaimResponse) XXX_Merge

func (*CMsgClientToGCEventClaimResponse) XXX_Size

func (m *CMsgClientToGCEventClaimResponse) XXX_Size() int

func (*CMsgClientToGCEventClaimResponse) XXX_Unmarshal

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

type CMsgClientToGCEventClaimResponse_EResponse

type CMsgClientToGCEventClaimResponse_EResponse int32
const (
	CMsgClientToGCEventClaimResponse_k_eInternalError         CMsgClientToGCEventClaimResponse_EResponse = 0
	CMsgClientToGCEventClaimResponse_k_eSuccess               CMsgClientToGCEventClaimResponse_EResponse = 1
	CMsgClientToGCEventClaimResponse_k_eStartingValueMismatch CMsgClientToGCEventClaimResponse_EResponse = 2
	CMsgClientToGCEventClaimResponse_k_eInvalidEventID        CMsgClientToGCEventClaimResponse_EResponse = 3
	CMsgClientToGCEventClaimResponse_k_eInvalidClaimID        CMsgClientToGCEventClaimResponse_EResponse = 4
	CMsgClientToGCEventClaimResponse_k_eRequirementsNotMet    CMsgClientToGCEventClaimResponse_EResponse = 5
	CMsgClientToGCEventClaimResponse_k_eDisabled              CMsgClientToGCEventClaimResponse_EResponse = 6
	CMsgClientToGCEventClaimResponse_k_eTooBusy               CMsgClientToGCEventClaimResponse_EResponse = 7
)

func (CMsgClientToGCEventClaimResponse_EResponse) Enum

func (CMsgClientToGCEventClaimResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCEventClaimResponse_EResponse) String

func (*CMsgClientToGCEventClaimResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCEventEquipVirtualItems

type CMsgClientToGCEventEquipVirtualItems struct {
	EventId              *uint32                                       `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	EquipList            []*CMsgClientToGCEventEquipVirtualItems_Equip `protobuf:"bytes,2,rep,name=equip_list,json=equipList" json:"equip_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgClientToGCEventEquipVirtualItems) Descriptor

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

func (*CMsgClientToGCEventEquipVirtualItems) GetEquipList

func (*CMsgClientToGCEventEquipVirtualItems) GetEventId

func (*CMsgClientToGCEventEquipVirtualItems) ProtoMessage

func (*CMsgClientToGCEventEquipVirtualItems) ProtoMessage()

func (*CMsgClientToGCEventEquipVirtualItems) Reset

func (*CMsgClientToGCEventEquipVirtualItems) String

func (*CMsgClientToGCEventEquipVirtualItems) XXX_DiscardUnknown

func (m *CMsgClientToGCEventEquipVirtualItems) XXX_DiscardUnknown()

func (*CMsgClientToGCEventEquipVirtualItems) XXX_Marshal

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

func (*CMsgClientToGCEventEquipVirtualItems) XXX_Merge

func (*CMsgClientToGCEventEquipVirtualItems) XXX_Size

func (*CMsgClientToGCEventEquipVirtualItems) XXX_Unmarshal

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

type CMsgClientToGCEventEquipVirtualItemsResponse

type CMsgClientToGCEventEquipVirtualItemsResponse struct {
	Result               *CMsgClientToGCEventEquipVirtualItemsResponse_EResponse `` /* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
	XXX_unrecognized     []byte                                                  `json:"-"`
	XXX_sizecache        int32                                                   `json:"-"`
}

func (*CMsgClientToGCEventEquipVirtualItemsResponse) Descriptor

func (*CMsgClientToGCEventEquipVirtualItemsResponse) GetResult

func (*CMsgClientToGCEventEquipVirtualItemsResponse) ProtoMessage

func (*CMsgClientToGCEventEquipVirtualItemsResponse) Reset

func (*CMsgClientToGCEventEquipVirtualItemsResponse) String

func (*CMsgClientToGCEventEquipVirtualItemsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEventEquipVirtualItemsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEventEquipVirtualItemsResponse) XXX_Marshal

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

func (*CMsgClientToGCEventEquipVirtualItemsResponse) XXX_Merge

func (*CMsgClientToGCEventEquipVirtualItemsResponse) XXX_Size

func (*CMsgClientToGCEventEquipVirtualItemsResponse) XXX_Unmarshal

type CMsgClientToGCEventEquipVirtualItemsResponse_EResponse

type CMsgClientToGCEventEquipVirtualItemsResponse_EResponse int32
const (
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eInternalError  CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 0
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eSuccess        CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 1
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eDisabled       CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 2
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eTooBusy        CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 3
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eInvalidItem    CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 4
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eInvalidSlot    CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 5
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eEventInactive  CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 6
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eTooManyEquips  CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 7
	CMsgClientToGCEventEquipVirtualItemsResponse_k_eDuplicateEquip CMsgClientToGCEventEquipVirtualItemsResponse_EResponse = 8
)

func (CMsgClientToGCEventEquipVirtualItemsResponse_EResponse) Enum

func (CMsgClientToGCEventEquipVirtualItemsResponse_EResponse) EnumDescriptor

func (CMsgClientToGCEventEquipVirtualItemsResponse_EResponse) String

func (*CMsgClientToGCEventEquipVirtualItemsResponse_EResponse) UnmarshalJSON

type CMsgClientToGCEventEquipVirtualItems_Equip

type CMsgClientToGCEventEquipVirtualItems_Equip struct {
	DefIndex             *uint32  `protobuf:"varint,2,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	EquipSlot            *uint32  `protobuf:"varint,3,opt,name=equip_slot,json=equipSlot" json:"equip_slot,omitempty"`
	EquipSubSlot         *uint32  `protobuf:"varint,4,opt,name=equip_sub_slot,json=equipSubSlot" json:"equip_sub_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEventEquipVirtualItems_Equip) Descriptor

func (*CMsgClientToGCEventEquipVirtualItems_Equip) GetDefIndex

func (*CMsgClientToGCEventEquipVirtualItems_Equip) GetEquipSlot

func (*CMsgClientToGCEventEquipVirtualItems_Equip) GetEquipSubSlot

func (*CMsgClientToGCEventEquipVirtualItems_Equip) ProtoMessage

func (*CMsgClientToGCEventEquipVirtualItems_Equip) Reset

func (*CMsgClientToGCEventEquipVirtualItems_Equip) String

func (*CMsgClientToGCEventEquipVirtualItems_Equip) XXX_DiscardUnknown

func (m *CMsgClientToGCEventEquipVirtualItems_Equip) XXX_DiscardUnknown()

func (*CMsgClientToGCEventEquipVirtualItems_Equip) XXX_Marshal

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

func (*CMsgClientToGCEventEquipVirtualItems_Equip) XXX_Merge

func (*CMsgClientToGCEventEquipVirtualItems_Equip) XXX_Size

func (*CMsgClientToGCEventEquipVirtualItems_Equip) XXX_Unmarshal

type CMsgClientToGCEventPurchase

type CMsgClientToGCEventPurchase struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	ExpectedCredits      *uint32  `protobuf:"varint,2,opt,name=expected_credits,json=expectedCredits" json:"expected_credits,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEventPurchase) Descriptor

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

func (*CMsgClientToGCEventPurchase) GetEventId

func (m *CMsgClientToGCEventPurchase) GetEventId() uint32

func (*CMsgClientToGCEventPurchase) GetExpectedCredits

func (m *CMsgClientToGCEventPurchase) GetExpectedCredits() uint32

func (*CMsgClientToGCEventPurchase) ProtoMessage

func (*CMsgClientToGCEventPurchase) ProtoMessage()

func (*CMsgClientToGCEventPurchase) Reset

func (m *CMsgClientToGCEventPurchase) Reset()

func (*CMsgClientToGCEventPurchase) String

func (m *CMsgClientToGCEventPurchase) String() string

func (*CMsgClientToGCEventPurchase) XXX_DiscardUnknown

func (m *CMsgClientToGCEventPurchase) XXX_DiscardUnknown()

func (*CMsgClientToGCEventPurchase) XXX_Marshal

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

func (*CMsgClientToGCEventPurchase) XXX_Merge

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

func (*CMsgClientToGCEventPurchase) XXX_Size

func (m *CMsgClientToGCEventPurchase) XXX_Size() int

func (*CMsgClientToGCEventPurchase) XXX_Unmarshal

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

type CMsgClientToGCEventPurchaseCurrency

type CMsgClientToGCEventPurchaseCurrency struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	PurchaseQuantity     *uint32  `protobuf:"varint,2,opt,name=purchase_quantity,json=purchaseQuantity" json:"purchase_quantity,omitempty"`
	ExpectedCost         *uint32  `protobuf:"varint,3,opt,name=expected_cost,json=expectedCost" json:"expected_cost,omitempty"`
	CurrencyId           *uint32  `protobuf:"varint,4,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	StartingBalance      *uint32  `protobuf:"varint,5,opt,name=starting_balance,json=startingBalance" json:"starting_balance,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCEventPurchaseCurrency) Descriptor

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

func (*CMsgClientToGCEventPurchaseCurrency) GetCurrencyId

func (m *CMsgClientToGCEventPurchaseCurrency) GetCurrencyId() uint32

func (*CMsgClientToGCEventPurchaseCurrency) GetEventId

func (*CMsgClientToGCEventPurchaseCurrency) GetExpectedCost

func (m *CMsgClientToGCEventPurchaseCurrency) GetExpectedCost() uint32

func (*CMsgClientToGCEventPurchaseCurrency) GetPurchaseQuantity

func (m *CMsgClientToGCEventPurchaseCurrency) GetPurchaseQuantity() uint32

func (*CMsgClientToGCEventPurchaseCurrency) GetStartingBalance

func (m *CMsgClientToGCEventPurchaseCurrency) GetStartingBalance() uint32

func (*CMsgClientToGCEventPurchaseCurrency) ProtoMessage

func (*CMsgClientToGCEventPurchaseCurrency) ProtoMessage()

func (*CMsgClientToGCEventPurchaseCurrency) Reset

func (*CMsgClientToGCEventPurchaseCurrency) String

func (*CMsgClientToGCEventPurchaseCurrency) XXX_DiscardUnknown

func (m *CMsgClientToGCEventPurchaseCurrency) XXX_DiscardUnknown()

func (*CMsgClientToGCEventPurchaseCurrency) XXX_Marshal

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

func (*CMsgClientToGCEventPurchaseCurrency) XXX_Merge

func (*CMsgClientToGCEventPurchaseCurrency) XXX_Size

func (*CMsgClientToGCEventPurchaseCurrency) XXX_Unmarshal

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

type CMsgClientToGCEventPurchaseCurrencyResponse

type CMsgClientToGCEventPurchaseCurrencyResponse struct {
	Result               *CMsgClientToGCEventPurchaseCurrencyResponse_EResponse `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*CMsgClientToGCEventPurchaseCurrencyResponse) Descriptor

func (*CMsgClientToGCEventPurchaseCurrencyResponse) GetResult

func (*CMsgClientToGCEventPurchaseCurrencyResponse) ProtoMessage

func (*CMsgClientToGCEventPurchaseCurrencyResponse) Reset

func (*CMsgClientToGCEventPurchaseCurrencyResponse) String

func (*CMsgClientToGCEventPurchaseCurrencyResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEventPurchaseCurrencyResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEventPurchaseCurrencyResponse) XXX_Marshal

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

func (*CMsgClientToGCEventPurchaseCurrencyResponse) XXX_Merge

func (*CMsgClientToGCEventPurchaseCurrencyResponse) XXX_Size

func (*CMsgClientToGCEventPurchaseCurrencyResponse) XXX_Unmarshal

type CMsgClientToGCEventPurchaseCurrencyResponse_EResponse

type CMsgClientToGCEventPurchaseCurrencyResponse_EResponse int32
const (
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eInternalError          CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 0
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eSuccess                CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 1
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eDisabled               CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 2
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eTooBusy                CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 3
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eEventNotOwned          CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 4
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eInvalidCurrency        CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 5
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eEventClosed            CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 6
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eInvalidQuantity        CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 7
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eInvalidExpectedCost    CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 8
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eInvalidStartingBalance CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 9
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eInsufficientCredits    CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 10
	CMsgClientToGCEventPurchaseCurrencyResponse_k_eCurrencyOverflow       CMsgClientToGCEventPurchaseCurrencyResponse_EResponse = 11
)

func (CMsgClientToGCEventPurchaseCurrencyResponse_EResponse) Enum

func (CMsgClientToGCEventPurchaseCurrencyResponse_EResponse) EnumDescriptor

func (CMsgClientToGCEventPurchaseCurrencyResponse_EResponse) String

func (*CMsgClientToGCEventPurchaseCurrencyResponse_EResponse) UnmarshalJSON

type CMsgClientToGCEventPurchaseResponse

type CMsgClientToGCEventPurchaseResponse struct {
	Result               *CMsgClientToGCEventPurchaseResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCEventPurchaseResponse_EResponse,def=0" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*CMsgClientToGCEventPurchaseResponse) Descriptor

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

func (*CMsgClientToGCEventPurchaseResponse) GetResult

func (*CMsgClientToGCEventPurchaseResponse) ProtoMessage

func (*CMsgClientToGCEventPurchaseResponse) ProtoMessage()

func (*CMsgClientToGCEventPurchaseResponse) Reset

func (*CMsgClientToGCEventPurchaseResponse) String

func (*CMsgClientToGCEventPurchaseResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEventPurchaseResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEventPurchaseResponse) XXX_Marshal

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

func (*CMsgClientToGCEventPurchaseResponse) XXX_Merge

func (*CMsgClientToGCEventPurchaseResponse) XXX_Size

func (*CMsgClientToGCEventPurchaseResponse) XXX_Unmarshal

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

type CMsgClientToGCEventPurchaseResponse_EResponse

type CMsgClientToGCEventPurchaseResponse_EResponse int32
const (
	CMsgClientToGCEventPurchaseResponse_k_eInternalError        CMsgClientToGCEventPurchaseResponse_EResponse = 0
	CMsgClientToGCEventPurchaseResponse_k_eSuccess              CMsgClientToGCEventPurchaseResponse_EResponse = 1
	CMsgClientToGCEventPurchaseResponse_k_eDisabled             CMsgClientToGCEventPurchaseResponse_EResponse = 2
	CMsgClientToGCEventPurchaseResponse_k_eTooBusy              CMsgClientToGCEventPurchaseResponse_EResponse = 3
	CMsgClientToGCEventPurchaseResponse_k_eInvalidEvent         CMsgClientToGCEventPurchaseResponse_EResponse = 5
	CMsgClientToGCEventPurchaseResponse_k_eInsufficientCredits  CMsgClientToGCEventPurchaseResponse_EResponse = 6
	CMsgClientToGCEventPurchaseResponse_k_eExpectedCostMismatch CMsgClientToGCEventPurchaseResponse_EResponse = 7
	CMsgClientToGCEventPurchaseResponse_k_eAlreadyOwned         CMsgClientToGCEventPurchaseResponse_EResponse = 8
)

func (CMsgClientToGCEventPurchaseResponse_EResponse) Enum

func (CMsgClientToGCEventPurchaseResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCEventPurchaseResponse_EResponse) String

func (*CMsgClientToGCEventPurchaseResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCEventRequestInfo

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

func (*CMsgClientToGCEventRequestInfo) Descriptor

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

func (*CMsgClientToGCEventRequestInfo) GetAccountId

func (m *CMsgClientToGCEventRequestInfo) GetAccountId() uint32

func (*CMsgClientToGCEventRequestInfo) GetEventId

func (m *CMsgClientToGCEventRequestInfo) GetEventId() uint32

func (*CMsgClientToGCEventRequestInfo) ProtoMessage

func (*CMsgClientToGCEventRequestInfo) ProtoMessage()

func (*CMsgClientToGCEventRequestInfo) Reset

func (m *CMsgClientToGCEventRequestInfo) Reset()

func (*CMsgClientToGCEventRequestInfo) String

func (*CMsgClientToGCEventRequestInfo) XXX_DiscardUnknown

func (m *CMsgClientToGCEventRequestInfo) XXX_DiscardUnknown()

func (*CMsgClientToGCEventRequestInfo) XXX_Marshal

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

func (*CMsgClientToGCEventRequestInfo) XXX_Merge

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

func (*CMsgClientToGCEventRequestInfo) XXX_Size

func (m *CMsgClientToGCEventRequestInfo) XXX_Size() int

func (*CMsgClientToGCEventRequestInfo) XXX_Unmarshal

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

type CMsgClientToGCEventRequestInfoSync

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

func (*CMsgClientToGCEventRequestInfoSync) Descriptor

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

func (*CMsgClientToGCEventRequestInfoSync) GetAccountId

func (m *CMsgClientToGCEventRequestInfoSync) GetAccountId() uint32

func (*CMsgClientToGCEventRequestInfoSync) GetEventId

func (*CMsgClientToGCEventRequestInfoSync) ProtoMessage

func (*CMsgClientToGCEventRequestInfoSync) ProtoMessage()

func (*CMsgClientToGCEventRequestInfoSync) Reset

func (*CMsgClientToGCEventRequestInfoSync) String

func (*CMsgClientToGCEventRequestInfoSync) XXX_DiscardUnknown

func (m *CMsgClientToGCEventRequestInfoSync) XXX_DiscardUnknown()

func (*CMsgClientToGCEventRequestInfoSync) XXX_Marshal

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

func (*CMsgClientToGCEventRequestInfoSync) XXX_Merge

func (*CMsgClientToGCEventRequestInfoSync) XXX_Size

func (*CMsgClientToGCEventRequestInfoSync) XXX_Unmarshal

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

type CMsgClientToGCEventRequestInfoSyncResponse

type CMsgClientToGCEventRequestInfoSyncResponse struct {
	Result               *CMsgClientToGCEventRequestInfoSyncResponse_EResponse `` /* 132-byte string literal not displayed */
	EventInfo            *CMsgGCToClientEventInfo                              `protobuf:"bytes,2,opt,name=event_info,json=eventInfo" json:"event_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*CMsgClientToGCEventRequestInfoSyncResponse) Descriptor

func (*CMsgClientToGCEventRequestInfoSyncResponse) GetEventInfo

func (*CMsgClientToGCEventRequestInfoSyncResponse) GetResult

func (*CMsgClientToGCEventRequestInfoSyncResponse) ProtoMessage

func (*CMsgClientToGCEventRequestInfoSyncResponse) Reset

func (*CMsgClientToGCEventRequestInfoSyncResponse) String

func (*CMsgClientToGCEventRequestInfoSyncResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCEventRequestInfoSyncResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCEventRequestInfoSyncResponse) XXX_Marshal

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

func (*CMsgClientToGCEventRequestInfoSyncResponse) XXX_Merge

func (*CMsgClientToGCEventRequestInfoSyncResponse) XXX_Size

func (*CMsgClientToGCEventRequestInfoSyncResponse) XXX_Unmarshal

type CMsgClientToGCEventRequestInfoSyncResponse_EResponse

type CMsgClientToGCEventRequestInfoSyncResponse_EResponse int32
const (
	CMsgClientToGCEventRequestInfoSyncResponse_k_eInternalError      CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 0
	CMsgClientToGCEventRequestInfoSyncResponse_k_eSuccess            CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 1
	CMsgClientToGCEventRequestInfoSyncResponse_k_eInvalidEventID     CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 3
	CMsgClientToGCEventRequestInfoSyncResponse_k_eInvalidPermissions CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 4
	CMsgClientToGCEventRequestInfoSyncResponse_k_eRateLimited        CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 5
	CMsgClientToGCEventRequestInfoSyncResponse_k_eDisabled           CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 6
	CMsgClientToGCEventRequestInfoSyncResponse_k_eTooBusy            CMsgClientToGCEventRequestInfoSyncResponse_EResponse = 7
)

func (CMsgClientToGCEventRequestInfoSyncResponse_EResponse) Enum

func (CMsgClientToGCEventRequestInfoSyncResponse_EResponse) EnumDescriptor

func (CMsgClientToGCEventRequestInfoSyncResponse_EResponse) String

func (*CMsgClientToGCEventRequestInfoSyncResponse_EResponse) UnmarshalJSON

type CMsgClientToGCGetDuosRanks

type CMsgClientToGCGetDuosRanks struct {
	AccountId            *uint32                                `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	CursorValue          *uint32                                `protobuf:"varint,2,opt,name=cursor_value,json=cursorValue" json:"cursor_value,omitempty"`
	BatchSize            *uint32                                `protobuf:"varint,3,opt,name=batch_size,json=batchSize" json:"batch_size,omitempty"`
	SortOrder            *CMsgClientToGCGetDuosRanks_ESortOrder `` /* 140-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*CMsgClientToGCGetDuosRanks) Descriptor

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

func (*CMsgClientToGCGetDuosRanks) GetAccountId

func (m *CMsgClientToGCGetDuosRanks) GetAccountId() uint32

func (*CMsgClientToGCGetDuosRanks) GetBatchSize

func (m *CMsgClientToGCGetDuosRanks) GetBatchSize() uint32

func (*CMsgClientToGCGetDuosRanks) GetCursorValue

func (m *CMsgClientToGCGetDuosRanks) GetCursorValue() uint32

func (*CMsgClientToGCGetDuosRanks) GetSortOrder

func (*CMsgClientToGCGetDuosRanks) ProtoMessage

func (*CMsgClientToGCGetDuosRanks) ProtoMessage()

func (*CMsgClientToGCGetDuosRanks) Reset

func (m *CMsgClientToGCGetDuosRanks) Reset()

func (*CMsgClientToGCGetDuosRanks) String

func (m *CMsgClientToGCGetDuosRanks) String() string

func (*CMsgClientToGCGetDuosRanks) XXX_DiscardUnknown

func (m *CMsgClientToGCGetDuosRanks) XXX_DiscardUnknown()

func (*CMsgClientToGCGetDuosRanks) XXX_Marshal

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

func (*CMsgClientToGCGetDuosRanks) XXX_Merge

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

func (*CMsgClientToGCGetDuosRanks) XXX_Size

func (m *CMsgClientToGCGetDuosRanks) XXX_Size() int

func (*CMsgClientToGCGetDuosRanks) XXX_Unmarshal

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

type CMsgClientToGCGetDuosRanksResponse

type CMsgClientToGCGetDuosRanksResponse struct {
	Result               *CMsgClientToGCGetDuosRanksResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCGetDuosRanksResponse_EResponse,def=0" json:"result,omitempty"`
	Teams                []*CMsgClientToGCGetDuosRanksResponse_Team    `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
	CursorValue          *uint32                                       `protobuf:"varint,3,opt,name=cursor_value,json=cursorValue" json:"cursor_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgClientToGCGetDuosRanksResponse) Descriptor

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

func (*CMsgClientToGCGetDuosRanksResponse) GetCursorValue

func (m *CMsgClientToGCGetDuosRanksResponse) GetCursorValue() uint32

func (*CMsgClientToGCGetDuosRanksResponse) GetResult

func (*CMsgClientToGCGetDuosRanksResponse) GetTeams

func (*CMsgClientToGCGetDuosRanksResponse) ProtoMessage

func (*CMsgClientToGCGetDuosRanksResponse) ProtoMessage()

func (*CMsgClientToGCGetDuosRanksResponse) Reset

func (*CMsgClientToGCGetDuosRanksResponse) String

func (*CMsgClientToGCGetDuosRanksResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetDuosRanksResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetDuosRanksResponse) XXX_Marshal

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

func (*CMsgClientToGCGetDuosRanksResponse) XXX_Merge

func (*CMsgClientToGCGetDuosRanksResponse) XXX_Size

func (*CMsgClientToGCGetDuosRanksResponse) XXX_Unmarshal

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

type CMsgClientToGCGetDuosRanksResponse_EResponse

type CMsgClientToGCGetDuosRanksResponse_EResponse int32
const (
	CMsgClientToGCGetDuosRanksResponse_k_eInternalError     CMsgClientToGCGetDuosRanksResponse_EResponse = 0
	CMsgClientToGCGetDuosRanksResponse_k_eSuccess           CMsgClientToGCGetDuosRanksResponse_EResponse = 1
	CMsgClientToGCGetDuosRanksResponse_k_eDisabled          CMsgClientToGCGetDuosRanksResponse_EResponse = 2
	CMsgClientToGCGetDuosRanksResponse_k_eTooBusy           CMsgClientToGCGetDuosRanksResponse_EResponse = 3
	CMsgClientToGCGetDuosRanksResponse_k_eInvalidMessage    CMsgClientToGCGetDuosRanksResponse_EResponse = 4
	CMsgClientToGCGetDuosRanksResponse_k_eRateLimited       CMsgClientToGCGetDuosRanksResponse_EResponse = 5
	CMsgClientToGCGetDuosRanksResponse_k_eInvalidPermission CMsgClientToGCGetDuosRanksResponse_EResponse = 6
)

func (CMsgClientToGCGetDuosRanksResponse_EResponse) Enum

func (CMsgClientToGCGetDuosRanksResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCGetDuosRanksResponse_EResponse) String

func (*CMsgClientToGCGetDuosRanksResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCGetDuosRanksResponse_Team

type CMsgClientToGCGetDuosRanksResponse_Team struct {
	OtherAccountId       *uint32  `protobuf:"varint,1,opt,name=other_account_id,json=otherAccountId" json:"other_account_id,omitempty"`
	LastPlayed           *uint32  `protobuf:"varint,2,opt,name=last_played,json=lastPlayed" json:"last_played,omitempty"`
	TeamName             *string  `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	GamesPlayed          *uint32  `protobuf:"varint,4,opt,name=games_played,json=gamesPlayed" json:"games_played,omitempty"`
	NumFirstPlace        *uint32  `protobuf:"varint,6,opt,name=num_first_place,json=numFirstPlace" json:"num_first_place,omitempty"`
	NumTopThree          *uint32  `protobuf:"varint,7,opt,name=num_top_three,json=numTopThree" json:"num_top_three,omitempty"`
	MmrLevel             *uint32  `protobuf:"varint,8,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	MmrLevelProgress     *uint32  `protobuf:"varint,9,opt,name=mmr_level_progress,json=mmrLevelProgress" json:"mmr_level_progress,omitempty"`
	MmrLevelScore        *uint32  `protobuf:"varint,10,opt,name=mmr_level_score,json=mmrLevelScore" json:"mmr_level_score,omitempty"`
	LeaderboardPlace     *uint32  `protobuf:"varint,12,opt,name=leaderboard_place,json=leaderboardPlace" json:"leaderboard_place,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetDuosRanksResponse_Team) Descriptor

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

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetGamesPlayed

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetGamesPlayed() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetLastPlayed

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetLeaderboardPlace

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetLeaderboardPlace() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetMmrLevel

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetMmrLevelProgress

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetMmrLevelProgress() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetMmrLevelScore

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetMmrLevelScore() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetNumFirstPlace

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetNumFirstPlace() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetNumTopThree

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetNumTopThree() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetOtherAccountId

func (m *CMsgClientToGCGetDuosRanksResponse_Team) GetOtherAccountId() uint32

func (*CMsgClientToGCGetDuosRanksResponse_Team) GetTeamName

func (*CMsgClientToGCGetDuosRanksResponse_Team) ProtoMessage

func (*CMsgClientToGCGetDuosRanksResponse_Team) Reset

func (*CMsgClientToGCGetDuosRanksResponse_Team) String

func (*CMsgClientToGCGetDuosRanksResponse_Team) XXX_DiscardUnknown

func (m *CMsgClientToGCGetDuosRanksResponse_Team) XXX_DiscardUnknown()

func (*CMsgClientToGCGetDuosRanksResponse_Team) XXX_Marshal

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

func (*CMsgClientToGCGetDuosRanksResponse_Team) XXX_Merge

func (*CMsgClientToGCGetDuosRanksResponse_Team) XXX_Size

func (*CMsgClientToGCGetDuosRanksResponse_Team) XXX_Unmarshal

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

type CMsgClientToGCGetDuosRanks_ESortOrder

type CMsgClientToGCGetDuosRanks_ESortOrder int32
const (
	CMsgClientToGCGetDuosRanks_k_eSort_LastPlayed    CMsgClientToGCGetDuosRanks_ESortOrder = 0
	CMsgClientToGCGetDuosRanks_k_eSort_HighestRanked CMsgClientToGCGetDuosRanks_ESortOrder = 1
	CMsgClientToGCGetDuosRanks_k_eSort_MostGames     CMsgClientToGCGetDuosRanks_ESortOrder = 2
)
const Default_CMsgClientToGCGetDuosRanks_SortOrder CMsgClientToGCGetDuosRanks_ESortOrder = CMsgClientToGCGetDuosRanks_k_eSort_LastPlayed

func (CMsgClientToGCGetDuosRanks_ESortOrder) Enum

func (CMsgClientToGCGetDuosRanks_ESortOrder) EnumDescriptor

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

func (CMsgClientToGCGetDuosRanks_ESortOrder) String

func (*CMsgClientToGCGetDuosRanks_ESortOrder) UnmarshalJSON

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

type CMsgClientToGCGetFriendCodes

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

func (*CMsgClientToGCGetFriendCodes) Descriptor

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

func (*CMsgClientToGCGetFriendCodes) ProtoMessage

func (*CMsgClientToGCGetFriendCodes) ProtoMessage()

func (*CMsgClientToGCGetFriendCodes) Reset

func (m *CMsgClientToGCGetFriendCodes) Reset()

func (*CMsgClientToGCGetFriendCodes) String

func (*CMsgClientToGCGetFriendCodes) XXX_DiscardUnknown

func (m *CMsgClientToGCGetFriendCodes) XXX_DiscardUnknown()

func (*CMsgClientToGCGetFriendCodes) XXX_Marshal

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

func (*CMsgClientToGCGetFriendCodes) XXX_Merge

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

func (*CMsgClientToGCGetFriendCodes) XXX_Size

func (m *CMsgClientToGCGetFriendCodes) XXX_Size() int

func (*CMsgClientToGCGetFriendCodes) XXX_Unmarshal

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

type CMsgClientToGCGetFriendCodesResponse

type CMsgClientToGCGetFriendCodesResponse struct {
	Result               *CMsgClientToGCGetFriendCodesResponse_EResponse `` /* 126-byte string literal not displayed */
	CodeList             []*CMsgClientToGCGetFriendCodesResponse_Code    `protobuf:"bytes,2,rep,name=code_list,json=codeList" json:"code_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*CMsgClientToGCGetFriendCodesResponse) Descriptor

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

func (*CMsgClientToGCGetFriendCodesResponse) GetCodeList

func (*CMsgClientToGCGetFriendCodesResponse) GetResult

func (*CMsgClientToGCGetFriendCodesResponse) ProtoMessage

func (*CMsgClientToGCGetFriendCodesResponse) ProtoMessage()

func (*CMsgClientToGCGetFriendCodesResponse) Reset

func (*CMsgClientToGCGetFriendCodesResponse) String

func (*CMsgClientToGCGetFriendCodesResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetFriendCodesResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetFriendCodesResponse) XXX_Marshal

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

func (*CMsgClientToGCGetFriendCodesResponse) XXX_Merge

func (*CMsgClientToGCGetFriendCodesResponse) XXX_Size

func (*CMsgClientToGCGetFriendCodesResponse) XXX_Unmarshal

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

type CMsgClientToGCGetFriendCodesResponse_Code

type CMsgClientToGCGetFriendCodesResponse_Code struct {
	FriendCode           *uint64  `protobuf:"varint,1,opt,name=friend_code,json=friendCode" json:"friend_code,omitempty"`
	RemainingUses        *uint32  `protobuf:"varint,2,opt,name=remaining_uses,json=remainingUses" json:"remaining_uses,omitempty"`
	ExpiryTime           *uint32  `protobuf:"varint,3,opt,name=expiry_time,json=expiryTime" json:"expiry_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetFriendCodesResponse_Code) Descriptor

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

func (*CMsgClientToGCGetFriendCodesResponse_Code) GetExpiryTime

func (*CMsgClientToGCGetFriendCodesResponse_Code) GetFriendCode

func (*CMsgClientToGCGetFriendCodesResponse_Code) GetRemainingUses

func (m *CMsgClientToGCGetFriendCodesResponse_Code) GetRemainingUses() uint32

func (*CMsgClientToGCGetFriendCodesResponse_Code) ProtoMessage

func (*CMsgClientToGCGetFriendCodesResponse_Code) Reset

func (*CMsgClientToGCGetFriendCodesResponse_Code) String

func (*CMsgClientToGCGetFriendCodesResponse_Code) XXX_DiscardUnknown

func (m *CMsgClientToGCGetFriendCodesResponse_Code) XXX_DiscardUnknown()

func (*CMsgClientToGCGetFriendCodesResponse_Code) XXX_Marshal

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

func (*CMsgClientToGCGetFriendCodesResponse_Code) XXX_Merge

func (*CMsgClientToGCGetFriendCodesResponse_Code) XXX_Size

func (*CMsgClientToGCGetFriendCodesResponse_Code) XXX_Unmarshal

type CMsgClientToGCGetFriendCodesResponse_EResponse

type CMsgClientToGCGetFriendCodesResponse_EResponse int32
const (
	CMsgClientToGCGetFriendCodesResponse_k_eInternalError CMsgClientToGCGetFriendCodesResponse_EResponse = 0
	CMsgClientToGCGetFriendCodesResponse_k_eSuccess       CMsgClientToGCGetFriendCodesResponse_EResponse = 1
	CMsgClientToGCGetFriendCodesResponse_k_eDisabled      CMsgClientToGCGetFriendCodesResponse_EResponse = 2
	CMsgClientToGCGetFriendCodesResponse_k_eTooBusy       CMsgClientToGCGetFriendCodesResponse_EResponse = 3
	CMsgClientToGCGetFriendCodesResponse_k_eRateLimited   CMsgClientToGCGetFriendCodesResponse_EResponse = 4
)

func (CMsgClientToGCGetFriendCodesResponse_EResponse) Enum

func (CMsgClientToGCGetFriendCodesResponse_EResponse) EnumDescriptor

func (CMsgClientToGCGetFriendCodesResponse_EResponse) String

func (*CMsgClientToGCGetFriendCodesResponse_EResponse) UnmarshalJSON

type CMsgClientToGCGetFriendRanks

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

func (*CMsgClientToGCGetFriendRanks) Descriptor

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

func (*CMsgClientToGCGetFriendRanks) ProtoMessage

func (*CMsgClientToGCGetFriendRanks) ProtoMessage()

func (*CMsgClientToGCGetFriendRanks) Reset

func (m *CMsgClientToGCGetFriendRanks) Reset()

func (*CMsgClientToGCGetFriendRanks) String

func (*CMsgClientToGCGetFriendRanks) XXX_DiscardUnknown

func (m *CMsgClientToGCGetFriendRanks) XXX_DiscardUnknown()

func (*CMsgClientToGCGetFriendRanks) XXX_Marshal

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

func (*CMsgClientToGCGetFriendRanks) XXX_Merge

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

func (*CMsgClientToGCGetFriendRanks) XXX_Size

func (m *CMsgClientToGCGetFriendRanks) XXX_Size() int

func (*CMsgClientToGCGetFriendRanks) XXX_Unmarshal

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

type CMsgClientToGCGetFriendRanksResponse

type CMsgClientToGCGetFriendRanksResponse struct {
	Result               *CMsgClientToGCGetFriendRanksResponse_EResponse    `` /* 126-byte string literal not displayed */
	Friends              []*CMsgClientToGCGetFriendRanksResponse_FriendRank `protobuf:"bytes,2,rep,name=friends" json:"friends,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*CMsgClientToGCGetFriendRanksResponse) Descriptor

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

func (*CMsgClientToGCGetFriendRanksResponse) GetFriends

func (*CMsgClientToGCGetFriendRanksResponse) GetResult

func (*CMsgClientToGCGetFriendRanksResponse) ProtoMessage

func (*CMsgClientToGCGetFriendRanksResponse) ProtoMessage()

func (*CMsgClientToGCGetFriendRanksResponse) Reset

func (*CMsgClientToGCGetFriendRanksResponse) String

func (*CMsgClientToGCGetFriendRanksResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetFriendRanksResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetFriendRanksResponse) XXX_Marshal

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

func (*CMsgClientToGCGetFriendRanksResponse) XXX_Merge

func (*CMsgClientToGCGetFriendRanksResponse) XXX_Size

func (*CMsgClientToGCGetFriendRanksResponse) XXX_Unmarshal

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

type CMsgClientToGCGetFriendRanksResponse_EResponse

type CMsgClientToGCGetFriendRanksResponse_EResponse int32
const (
	CMsgClientToGCGetFriendRanksResponse_k_eInternalError CMsgClientToGCGetFriendRanksResponse_EResponse = 0
	CMsgClientToGCGetFriendRanksResponse_k_eSuccess       CMsgClientToGCGetFriendRanksResponse_EResponse = 1
	CMsgClientToGCGetFriendRanksResponse_k_eDisabled      CMsgClientToGCGetFriendRanksResponse_EResponse = 2
	CMsgClientToGCGetFriendRanksResponse_k_eTooBusy       CMsgClientToGCGetFriendRanksResponse_EResponse = 3
	CMsgClientToGCGetFriendRanksResponse_k_eRateLimited   CMsgClientToGCGetFriendRanksResponse_EResponse = 4
)

func (CMsgClientToGCGetFriendRanksResponse_EResponse) Enum

func (CMsgClientToGCGetFriendRanksResponse_EResponse) EnumDescriptor

func (CMsgClientToGCGetFriendRanksResponse_EResponse) String

func (*CMsgClientToGCGetFriendRanksResponse_EResponse) UnmarshalJSON

type CMsgClientToGCGetFriendRanksResponse_FriendRank

type CMsgClientToGCGetFriendRanksResponse_FriendRank struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MmrLevel             *uint32  `protobuf:"varint,2,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	TurboMmrLevel        *uint32  `protobuf:"varint,3,opt,name=turbo_mmr_level,json=turboMmrLevel" json:"turbo_mmr_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) Descriptor

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) GetAccountId

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) GetMmrLevel

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) GetTurboMmrLevel

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) ProtoMessage

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) Reset

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) String

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) XXX_DiscardUnknown

func (m *CMsgClientToGCGetFriendRanksResponse_FriendRank) XXX_DiscardUnknown()

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) XXX_Marshal

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

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) XXX_Merge

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) XXX_Size

func (*CMsgClientToGCGetFriendRanksResponse_FriendRank) XXX_Unmarshal

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                                 `` /* 151-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=protocol.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 CMsgClientToGCGetMatchHistory

type CMsgClientToGCGetMatchHistory struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	RequestRows          *uint32  `protobuf:"varint,2,opt,name=request_rows,json=requestRows" json:"request_rows,omitempty"`
	MatchIdCursor        *uint64  `protobuf:"varint,3,opt,name=match_id_cursor,json=matchIdCursor" json:"match_id_cursor,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetMatchHistory) Descriptor

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

func (*CMsgClientToGCGetMatchHistory) GetAccountId

func (m *CMsgClientToGCGetMatchHistory) GetAccountId() uint32

func (*CMsgClientToGCGetMatchHistory) GetMatchIdCursor

func (m *CMsgClientToGCGetMatchHistory) GetMatchIdCursor() uint64

func (*CMsgClientToGCGetMatchHistory) GetRequestRows

func (m *CMsgClientToGCGetMatchHistory) GetRequestRows() uint32

func (*CMsgClientToGCGetMatchHistory) ProtoMessage

func (*CMsgClientToGCGetMatchHistory) ProtoMessage()

func (*CMsgClientToGCGetMatchHistory) Reset

func (m *CMsgClientToGCGetMatchHistory) Reset()

func (*CMsgClientToGCGetMatchHistory) String

func (*CMsgClientToGCGetMatchHistory) XXX_DiscardUnknown

func (m *CMsgClientToGCGetMatchHistory) XXX_DiscardUnknown()

func (*CMsgClientToGCGetMatchHistory) XXX_Marshal

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

func (*CMsgClientToGCGetMatchHistory) XXX_Merge

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

func (*CMsgClientToGCGetMatchHistory) XXX_Size

func (m *CMsgClientToGCGetMatchHistory) XXX_Size() int

func (*CMsgClientToGCGetMatchHistory) XXX_Unmarshal

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

type CMsgClientToGCGetMatchHistoryResponse

type CMsgClientToGCGetMatchHistoryResponse struct {
	Result               *CMsgClientToGCGetMatchHistoryResponse_EResponse    `` /* 127-byte string literal not displayed */
	Matches              []*CMsgClientToGCGetMatchHistoryResponse_Match      `protobuf:"bytes,2,rep,name=matches" json:"matches,omitempty"`
	MatchIdCursor        *uint64                                             `protobuf:"varint,3,opt,name=match_id_cursor,json=matchIdCursor" json:"match_id_cursor,omitempty"`
	MatchStats           []*CMsgClientToGCGetMatchHistoryResponse_MatchStats `protobuf:"bytes,4,rep,name=match_stats,json=matchStats" json:"match_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*CMsgClientToGCGetMatchHistoryResponse) Descriptor

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

func (*CMsgClientToGCGetMatchHistoryResponse) GetMatchIdCursor

func (m *CMsgClientToGCGetMatchHistoryResponse) GetMatchIdCursor() uint64

func (*CMsgClientToGCGetMatchHistoryResponse) GetMatchStats

func (*CMsgClientToGCGetMatchHistoryResponse) GetMatches

func (*CMsgClientToGCGetMatchHistoryResponse) GetResult

func (*CMsgClientToGCGetMatchHistoryResponse) ProtoMessage

func (*CMsgClientToGCGetMatchHistoryResponse) ProtoMessage()

func (*CMsgClientToGCGetMatchHistoryResponse) Reset

func (*CMsgClientToGCGetMatchHistoryResponse) String

func (*CMsgClientToGCGetMatchHistoryResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetMatchHistoryResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetMatchHistoryResponse) XXX_Marshal

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

func (*CMsgClientToGCGetMatchHistoryResponse) XXX_Merge

func (*CMsgClientToGCGetMatchHistoryResponse) XXX_Size

func (*CMsgClientToGCGetMatchHistoryResponse) XXX_Unmarshal

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

type CMsgClientToGCGetMatchHistoryResponse_EResponse

type CMsgClientToGCGetMatchHistoryResponse_EResponse int32
const (
	CMsgClientToGCGetMatchHistoryResponse_k_eInternalError     CMsgClientToGCGetMatchHistoryResponse_EResponse = 0
	CMsgClientToGCGetMatchHistoryResponse_k_eSuccess           CMsgClientToGCGetMatchHistoryResponse_EResponse = 1
	CMsgClientToGCGetMatchHistoryResponse_k_eDisabled          CMsgClientToGCGetMatchHistoryResponse_EResponse = 2
	CMsgClientToGCGetMatchHistoryResponse_k_eTooBusy           CMsgClientToGCGetMatchHistoryResponse_EResponse = 3
	CMsgClientToGCGetMatchHistoryResponse_k_eInvalidMessage    CMsgClientToGCGetMatchHistoryResponse_EResponse = 4
	CMsgClientToGCGetMatchHistoryResponse_k_eRateLimited       CMsgClientToGCGetMatchHistoryResponse_EResponse = 5
	CMsgClientToGCGetMatchHistoryResponse_k_eInvalidPermission CMsgClientToGCGetMatchHistoryResponse_EResponse = 6
)

func (CMsgClientToGCGetMatchHistoryResponse_EResponse) Enum

func (CMsgClientToGCGetMatchHistoryResponse_EResponse) EnumDescriptor

func (CMsgClientToGCGetMatchHistoryResponse_EResponse) String

func (*CMsgClientToGCGetMatchHistoryResponse_EResponse) UnmarshalJSON

type CMsgClientToGCGetMatchHistoryResponse_Match

type CMsgClientToGCGetMatchHistoryResponse_Match struct {
	StartTime            *uint32        `protobuf:"varint,1,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	MatchId              *uint64        `protobuf:"varint,2,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	EliminationPlace     *uint32        `protobuf:"varint,3,opt,name=elimination_place,json=eliminationPlace" json:"elimination_place,omitempty"`
	EliminationTime      *uint32        `protobuf:"varint,4,opt,name=elimination_time,json=eliminationTime" json:"elimination_time,omitempty"`
	EliminationRound     *uint32        `protobuf:"varint,5,opt,name=elimination_round,json=eliminationRound" json:"elimination_round,omitempty"`
	Platform             *EDACPlatform  `protobuf:"varint,6,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	UnderlordId          *uint32        `protobuf:"varint,7,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	MatchMode            *EDACMatchMode `protobuf:"varint,8,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	GameMode             *EDACGameMode  `protobuf:"varint,9,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	MatchLength          *uint32        `protobuf:"varint,10,opt,name=match_length,json=matchLength" json:"match_length,omitempty"`
	MatchRounds          *uint32        `protobuf:"varint,11,opt,name=match_rounds,json=matchRounds" json:"match_rounds,omitempty"`
	EventId              *uint32        `protobuf:"varint,12,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	DuosPartner          *uint32        `protobuf:"varint,13,opt,name=duos_partner,json=duosPartner" json:"duos_partner,omitempty"`
	MatchSalt            *uint32        `protobuf:"varint,14,opt,name=match_salt,json=matchSalt" json:"match_salt,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgClientToGCGetMatchHistoryResponse_Match) Descriptor

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetDuosPartner

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetEliminationPlace

func (m *CMsgClientToGCGetMatchHistoryResponse_Match) GetEliminationPlace() uint32

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetEliminationRound

func (m *CMsgClientToGCGetMatchHistoryResponse_Match) GetEliminationRound() uint32

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetEliminationTime

func (m *CMsgClientToGCGetMatchHistoryResponse_Match) GetEliminationTime() uint32

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetEventId

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetGameMode

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetMatchId

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetMatchLength

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetMatchMode

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetMatchRounds

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetMatchSalt

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetPlatform

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetStartTime

func (*CMsgClientToGCGetMatchHistoryResponse_Match) GetUnderlordId

func (*CMsgClientToGCGetMatchHistoryResponse_Match) ProtoMessage

func (*CMsgClientToGCGetMatchHistoryResponse_Match) Reset

func (*CMsgClientToGCGetMatchHistoryResponse_Match) String

func (*CMsgClientToGCGetMatchHistoryResponse_Match) XXX_DiscardUnknown

func (m *CMsgClientToGCGetMatchHistoryResponse_Match) XXX_DiscardUnknown()

func (*CMsgClientToGCGetMatchHistoryResponse_Match) XXX_Marshal

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

func (*CMsgClientToGCGetMatchHistoryResponse_Match) XXX_Merge

func (*CMsgClientToGCGetMatchHistoryResponse_Match) XXX_Size

func (*CMsgClientToGCGetMatchHistoryResponse_Match) XXX_Unmarshal

type CMsgClientToGCGetMatchHistoryResponse_MatchStats

type CMsgClientToGCGetMatchHistoryResponse_MatchStats struct {
	MatchId              *uint64  `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	StatId               []uint32 `protobuf:"varint,2,rep,name=stat_id,json=statId" json:"stat_id,omitempty"`
	Value                []uint32 `protobuf:"varint,3,rep,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) Descriptor

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) GetMatchId

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) GetStatId

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) GetValue

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) ProtoMessage

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) Reset

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) String

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) XXX_DiscardUnknown

func (m *CMsgClientToGCGetMatchHistoryResponse_MatchStats) XXX_DiscardUnknown()

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) XXX_Marshal

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

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) XXX_Merge

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) XXX_Size

func (*CMsgClientToGCGetMatchHistoryResponse_MatchStats) XXX_Unmarshal

type CMsgClientToGCGetPostMatchStats

type CMsgClientToGCGetPostMatchStats struct {
	MatchId              *uint64  `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetPostMatchStats) Descriptor

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

func (*CMsgClientToGCGetPostMatchStats) GetMatchId

func (m *CMsgClientToGCGetPostMatchStats) GetMatchId() uint64

func (*CMsgClientToGCGetPostMatchStats) ProtoMessage

func (*CMsgClientToGCGetPostMatchStats) ProtoMessage()

func (*CMsgClientToGCGetPostMatchStats) Reset

func (*CMsgClientToGCGetPostMatchStats) String

func (*CMsgClientToGCGetPostMatchStats) XXX_DiscardUnknown

func (m *CMsgClientToGCGetPostMatchStats) XXX_DiscardUnknown()

func (*CMsgClientToGCGetPostMatchStats) XXX_Marshal

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

func (*CMsgClientToGCGetPostMatchStats) XXX_Merge

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

func (*CMsgClientToGCGetPostMatchStats) XXX_Size

func (m *CMsgClientToGCGetPostMatchStats) XXX_Size() int

func (*CMsgClientToGCGetPostMatchStats) XXX_Unmarshal

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

type CMsgClientToGCGetPostMatchStatsResponse

type CMsgClientToGCGetPostMatchStatsResponse struct {
	Result               *CMsgClientToGCGetPostMatchStatsResponse_EResponse `` /* 129-byte string literal not displayed */
	MatchStats           *CMsgPublicPostMatchStats                          `protobuf:"bytes,2,opt,name=match_stats,json=matchStats" json:"match_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*CMsgClientToGCGetPostMatchStatsResponse) Descriptor

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

func (*CMsgClientToGCGetPostMatchStatsResponse) GetMatchStats

func (*CMsgClientToGCGetPostMatchStatsResponse) GetResult

func (*CMsgClientToGCGetPostMatchStatsResponse) ProtoMessage

func (*CMsgClientToGCGetPostMatchStatsResponse) Reset

func (*CMsgClientToGCGetPostMatchStatsResponse) String

func (*CMsgClientToGCGetPostMatchStatsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetPostMatchStatsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetPostMatchStatsResponse) XXX_Marshal

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

func (*CMsgClientToGCGetPostMatchStatsResponse) XXX_Merge

func (*CMsgClientToGCGetPostMatchStatsResponse) XXX_Size

func (*CMsgClientToGCGetPostMatchStatsResponse) XXX_Unmarshal

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

type CMsgClientToGCGetPostMatchStatsResponse_EResponse

type CMsgClientToGCGetPostMatchStatsResponse_EResponse int32
const (
	CMsgClientToGCGetPostMatchStatsResponse_k_eInternalError CMsgClientToGCGetPostMatchStatsResponse_EResponse = 0
	CMsgClientToGCGetPostMatchStatsResponse_k_eSuccess       CMsgClientToGCGetPostMatchStatsResponse_EResponse = 1
	CMsgClientToGCGetPostMatchStatsResponse_k_eDisabled      CMsgClientToGCGetPostMatchStatsResponse_EResponse = 2
	CMsgClientToGCGetPostMatchStatsResponse_k_eTooBusy       CMsgClientToGCGetPostMatchStatsResponse_EResponse = 3
	CMsgClientToGCGetPostMatchStatsResponse_k_eRateLimited   CMsgClientToGCGetPostMatchStatsResponse_EResponse = 4
)

func (CMsgClientToGCGetPostMatchStatsResponse_EResponse) Enum

func (CMsgClientToGCGetPostMatchStatsResponse_EResponse) EnumDescriptor

func (CMsgClientToGCGetPostMatchStatsResponse_EResponse) String

func (*CMsgClientToGCGetPostMatchStatsResponse_EResponse) UnmarshalJSON

type CMsgClientToGCGetProfile

type CMsgClientToGCGetProfile 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 (*CMsgClientToGCGetProfile) Descriptor

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

func (*CMsgClientToGCGetProfile) GetAccountId

func (m *CMsgClientToGCGetProfile) GetAccountId() uint32

func (*CMsgClientToGCGetProfile) ProtoMessage

func (*CMsgClientToGCGetProfile) ProtoMessage()

func (*CMsgClientToGCGetProfile) Reset

func (m *CMsgClientToGCGetProfile) Reset()

func (*CMsgClientToGCGetProfile) String

func (m *CMsgClientToGCGetProfile) String() string

func (*CMsgClientToGCGetProfile) XXX_DiscardUnknown

func (m *CMsgClientToGCGetProfile) XXX_DiscardUnknown()

func (*CMsgClientToGCGetProfile) XXX_Marshal

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

func (*CMsgClientToGCGetProfile) XXX_Merge

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

func (*CMsgClientToGCGetProfile) XXX_Size

func (m *CMsgClientToGCGetProfile) XXX_Size() int

func (*CMsgClientToGCGetProfile) XXX_Unmarshal

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

type CMsgClientToGCGetProfileResponse

type CMsgClientToGCGetProfileResponse struct {
	Result                       *CMsgClientToGCGetProfileResponse_EResponse           `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCGetProfileResponse_EResponse,def=0" json:"result,omitempty"`
	BpProgress                   *int32                                                `protobuf:"varint,10,opt,name=bp_progress,json=bpProgress" json:"bp_progress,omitempty"`
	CitycrawlProgress            []*CMsgClientToGCGetProfileResponse_CityCrawlProgress `protobuf:"bytes,20,rep,name=citycrawl_progress,json=citycrawlProgress" json:"citycrawl_progress,omitempty"`
	KnockoutRankScore            *int32                                                `protobuf:"varint,30,opt,name=knockout_rank_score,json=knockoutRankScore" json:"knockout_rank_score,omitempty"`
	StandardRankScore            *int32                                                `protobuf:"varint,31,opt,name=standard_rank_score,json=standardRankScore" json:"standard_rank_score,omitempty"`
	StatsUnderlordWinrate_1      *int32                                                `` /* 126-byte string literal not displayed */
	StatsUnderlordWinrate_2      *int32                                                `` /* 126-byte string literal not displayed */
	StatsUnderlordWinrate_3      *int32                                                `` /* 126-byte string literal not displayed */
	StatsUnderlordWinrate_4      *int32                                                `` /* 126-byte string literal not displayed */
	SelectedUnderlordId          *uint32                                               `protobuf:"varint,50,opt,name=selected_underlord_id,json=selectedUnderlordId" json:"selected_underlord_id,omitempty"`
	SelectedUnderlordPosterTitle *uint32                                               `` /* 144-byte string literal not displayed */
	StatsFirstFinishes           *int32                                                `protobuf:"varint,60,opt,name=stats_first_finishes,json=statsFirstFinishes" json:"stats_first_finishes,omitempty"`
	StatsSecondFinishes          *int32                                                `protobuf:"varint,61,opt,name=stats_second_finishes,json=statsSecondFinishes" json:"stats_second_finishes,omitempty"`
	StatsThirdFinishes           *int32                                                `protobuf:"varint,62,opt,name=stats_third_finishes,json=statsThirdFinishes" json:"stats_third_finishes,omitempty"`
	StatsGamesPlayed             *int32                                                `protobuf:"varint,70,opt,name=stats_games_played,json=statsGamesPlayed" json:"stats_games_played,omitempty"`
	StatsMostTotalDamage         *int32                                                `protobuf:"varint,71,opt,name=stats_most_total_damage,json=statsMostTotalDamage" json:"stats_most_total_damage,omitempty"`
	StatsHighestNetWorth         *int32                                                `protobuf:"varint,72,opt,name=stats_highest_net_worth,json=statsHighestNetWorth" json:"stats_highest_net_worth,omitempty"`
	StatsLatestRound             *int32                                                `protobuf:"varint,73,opt,name=stats_latest_round,json=statsLatestRound" json:"stats_latest_round,omitempty"`
	StatsUndefeatedKnockoutGames *int32                                                `` /* 144-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}                                              `json:"-"`
	XXX_unrecognized             []byte                                                `json:"-"`
	XXX_sizecache                int32                                                 `json:"-"`
}

func (*CMsgClientToGCGetProfileResponse) Descriptor

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

func (*CMsgClientToGCGetProfileResponse) GetBpProgress

func (m *CMsgClientToGCGetProfileResponse) GetBpProgress() int32

func (*CMsgClientToGCGetProfileResponse) GetCitycrawlProgress

func (*CMsgClientToGCGetProfileResponse) GetKnockoutRankScore

func (m *CMsgClientToGCGetProfileResponse) GetKnockoutRankScore() int32

func (*CMsgClientToGCGetProfileResponse) GetResult

func (*CMsgClientToGCGetProfileResponse) GetSelectedUnderlordId

func (m *CMsgClientToGCGetProfileResponse) GetSelectedUnderlordId() uint32

func (*CMsgClientToGCGetProfileResponse) GetSelectedUnderlordPosterTitle

func (m *CMsgClientToGCGetProfileResponse) GetSelectedUnderlordPosterTitle() uint32

func (*CMsgClientToGCGetProfileResponse) GetStandardRankScore

func (m *CMsgClientToGCGetProfileResponse) GetStandardRankScore() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsFirstFinishes

func (m *CMsgClientToGCGetProfileResponse) GetStatsFirstFinishes() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsGamesPlayed

func (m *CMsgClientToGCGetProfileResponse) GetStatsGamesPlayed() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsHighestNetWorth

func (m *CMsgClientToGCGetProfileResponse) GetStatsHighestNetWorth() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsLatestRound

func (m *CMsgClientToGCGetProfileResponse) GetStatsLatestRound() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsMostTotalDamage

func (m *CMsgClientToGCGetProfileResponse) GetStatsMostTotalDamage() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsSecondFinishes

func (m *CMsgClientToGCGetProfileResponse) GetStatsSecondFinishes() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsThirdFinishes

func (m *CMsgClientToGCGetProfileResponse) GetStatsThirdFinishes() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsUndefeatedKnockoutGames

func (m *CMsgClientToGCGetProfileResponse) GetStatsUndefeatedKnockoutGames() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_1

func (m *CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_1() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_2

func (m *CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_2() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_3

func (m *CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_3() int32

func (*CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_4

func (m *CMsgClientToGCGetProfileResponse) GetStatsUnderlordWinrate_4() int32

func (*CMsgClientToGCGetProfileResponse) ProtoMessage

func (*CMsgClientToGCGetProfileResponse) ProtoMessage()

func (*CMsgClientToGCGetProfileResponse) Reset

func (*CMsgClientToGCGetProfileResponse) String

func (*CMsgClientToGCGetProfileResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetProfileResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetProfileResponse) XXX_Marshal

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

func (*CMsgClientToGCGetProfileResponse) XXX_Merge

func (*CMsgClientToGCGetProfileResponse) XXX_Size

func (m *CMsgClientToGCGetProfileResponse) XXX_Size() int

func (*CMsgClientToGCGetProfileResponse) XXX_Unmarshal

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

type CMsgClientToGCGetProfileResponse_CityCrawlProgress

type CMsgClientToGCGetProfileResponse_CityCrawlProgress struct {
	UnderlordId          *uint32  `protobuf:"varint,1,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,2,opt,name=progress" json:"progress,omitempty"`
	Total                *uint32  `protobuf:"varint,3,opt,name=total" json:"total,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) Descriptor

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) GetProgress

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) GetTotal

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) GetUnderlordId

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) ProtoMessage

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) Reset

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) String

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) XXX_DiscardUnknown

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) XXX_Marshal

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

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) XXX_Merge

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) XXX_Size

func (*CMsgClientToGCGetProfileResponse_CityCrawlProgress) XXX_Unmarshal

type CMsgClientToGCGetProfileResponse_EResponse

type CMsgClientToGCGetProfileResponse_EResponse int32
const (
	CMsgClientToGCGetProfileResponse_k_eInternalError     CMsgClientToGCGetProfileResponse_EResponse = 0
	CMsgClientToGCGetProfileResponse_k_eSuccess           CMsgClientToGCGetProfileResponse_EResponse = 1
	CMsgClientToGCGetProfileResponse_k_eDisabled          CMsgClientToGCGetProfileResponse_EResponse = 2
	CMsgClientToGCGetProfileResponse_k_eTooBusy           CMsgClientToGCGetProfileResponse_EResponse = 3
	CMsgClientToGCGetProfileResponse_k_eInvalidMessage    CMsgClientToGCGetProfileResponse_EResponse = 4
	CMsgClientToGCGetProfileResponse_k_eRateLimited       CMsgClientToGCGetProfileResponse_EResponse = 5
	CMsgClientToGCGetProfileResponse_k_eInvalidPermission CMsgClientToGCGetProfileResponse_EResponse = 6
)

func (CMsgClientToGCGetProfileResponse_EResponse) Enum

func (CMsgClientToGCGetProfileResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCGetProfileResponse_EResponse) String

func (*CMsgClientToGCGetProfileResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCGetPuzzleLeaderboards

type CMsgClientToGCGetPuzzleLeaderboards struct {
	PuzzleId             *uint32  `protobuf:"varint,1,opt,name=puzzle_id,json=puzzleId" json:"puzzle_id,omitempty"`
	Count                *uint32  `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetPuzzleLeaderboards) Descriptor

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

func (*CMsgClientToGCGetPuzzleLeaderboards) GetCount

func (*CMsgClientToGCGetPuzzleLeaderboards) GetPuzzleId

func (*CMsgClientToGCGetPuzzleLeaderboards) ProtoMessage

func (*CMsgClientToGCGetPuzzleLeaderboards) ProtoMessage()

func (*CMsgClientToGCGetPuzzleLeaderboards) Reset

func (*CMsgClientToGCGetPuzzleLeaderboards) String

func (*CMsgClientToGCGetPuzzleLeaderboards) XXX_DiscardUnknown

func (m *CMsgClientToGCGetPuzzleLeaderboards) XXX_DiscardUnknown()

func (*CMsgClientToGCGetPuzzleLeaderboards) XXX_Marshal

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

func (*CMsgClientToGCGetPuzzleLeaderboards) XXX_Merge

func (*CMsgClientToGCGetPuzzleLeaderboards) XXX_Size

func (*CMsgClientToGCGetPuzzleLeaderboards) XXX_Unmarshal

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

type CMsgClientToGCGetPuzzleLeaderboardsResponse

type CMsgClientToGCGetPuzzleLeaderboardsResponse struct {
	Result               *CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse     `` /* 133-byte string literal not displayed */
	Leaderboards         []*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard `protobuf:"bytes,2,rep,name=leaderboards" json:"leaderboards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                   `json:"-"`
	XXX_unrecognized     []byte                                                     `json:"-"`
	XXX_sizecache        int32                                                      `json:"-"`
}

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) Descriptor

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) GetLeaderboards

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) GetResult

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) ProtoMessage

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) Reset

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) String

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetPuzzleLeaderboardsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) XXX_Marshal

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

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) XXX_Merge

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) XXX_Size

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse) XXX_Unmarshal

type CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse

type CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse int32
const (
	CMsgClientToGCGetPuzzleLeaderboardsResponse_k_eInternalError CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse = 0
	CMsgClientToGCGetPuzzleLeaderboardsResponse_k_eSuccess       CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse = 1
	CMsgClientToGCGetPuzzleLeaderboardsResponse_k_eDisabled      CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse = 2
	CMsgClientToGCGetPuzzleLeaderboardsResponse_k_eTooBusy       CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse = 3
	CMsgClientToGCGetPuzzleLeaderboardsResponse_k_eRateLimited   CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse = 4
)

func (CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse) Enum

func (CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse) EnumDescriptor

func (CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse) String

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_EResponse) UnmarshalJSON

type CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard

type CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard struct {
	LeaderboardType      *uint32                                                         `protobuf:"varint,1,opt,name=leaderboard_type,json=leaderboardType" json:"leaderboard_type,omitempty"`
	LeaderboardEntry     []*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry `protobuf:"bytes,2,rep,name=leaderboard_entry,json=leaderboardEntry" json:"leaderboard_entry,omitempty"`
	Histogram            *CMsgHistogram                                                  `protobuf:"bytes,3,opt,name=histogram" json:"histogram,omitempty"`
	BoardCode            *string                                                         `protobuf:"bytes,4,opt,name=board_code,json=boardCode" json:"board_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                        `json:"-"`
	XXX_unrecognized     []byte                                                          `json:"-"`
	XXX_sizecache        int32                                                           `json:"-"`
}

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) Descriptor

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) GetBoardCode

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) GetHistogram

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) GetLeaderboardEntry

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) GetLeaderboardType

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) ProtoMessage

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) Reset

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) String

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) XXX_DiscardUnknown

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) XXX_Marshal

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

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) XXX_Merge

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) XXX_Size

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_Leaderboard) XXX_Unmarshal

type CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry

type CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Persona              *string  `protobuf:"bytes,2,opt,name=persona" json:"persona,omitempty"`
	Value                *uint32  `protobuf:"varint,3,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) Descriptor

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) GetAccountId

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) GetPersona

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) GetValue

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) ProtoMessage

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) Reset

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) String

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) XXX_DiscardUnknown

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) XXX_Marshal

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

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) XXX_Merge

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) XXX_Size

func (*CMsgClientToGCGetPuzzleLeaderboardsResponse_LeaderboardEntry) XXX_Unmarshal

type CMsgClientToGCGetRegionModeInfo

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

func (*CMsgClientToGCGetRegionModeInfo) Descriptor

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

func (*CMsgClientToGCGetRegionModeInfo) ProtoMessage

func (*CMsgClientToGCGetRegionModeInfo) ProtoMessage()

func (*CMsgClientToGCGetRegionModeInfo) Reset

func (*CMsgClientToGCGetRegionModeInfo) String

func (*CMsgClientToGCGetRegionModeInfo) XXX_DiscardUnknown

func (m *CMsgClientToGCGetRegionModeInfo) XXX_DiscardUnknown()

func (*CMsgClientToGCGetRegionModeInfo) XXX_Marshal

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

func (*CMsgClientToGCGetRegionModeInfo) XXX_Merge

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

func (*CMsgClientToGCGetRegionModeInfo) XXX_Size

func (m *CMsgClientToGCGetRegionModeInfo) XXX_Size() int

func (*CMsgClientToGCGetRegionModeInfo) XXX_Unmarshal

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

type CMsgClientToGCGetRegionModeInfoResponse

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

func (*CMsgClientToGCGetRegionModeInfoResponse) Descriptor

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

func (*CMsgClientToGCGetRegionModeInfoResponse) GetPassword

func (*CMsgClientToGCGetRegionModeInfoResponse) ProtoMessage

func (*CMsgClientToGCGetRegionModeInfoResponse) Reset

func (*CMsgClientToGCGetRegionModeInfoResponse) String

func (*CMsgClientToGCGetRegionModeInfoResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCGetRegionModeInfoResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCGetRegionModeInfoResponse) XXX_Marshal

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

func (*CMsgClientToGCGetRegionModeInfoResponse) XXX_Merge

func (*CMsgClientToGCGetRegionModeInfoResponse) XXX_Size

func (*CMsgClientToGCGetRegionModeInfoResponse) XXX_Unmarshal

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

type CMsgClientToGCHandleItemPurchase

type CMsgClientToGCHandleItemPurchase struct {
	StoreId              *EDACStoreID                                           `protobuf:"varint,1,opt,name=store_id,json=storeId,enum=protocol.EDACStoreID,def=0" json:"store_id,omitempty"`
	ClientVersion        *uint32                                                `protobuf:"varint,2,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	DeviceId             *uint64                                                `protobuf:"varint,3,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	StoreInfoIos         *CMsgClientToGCHandleItemPurchase_StoreInfoIOS         `protobuf:"bytes,4,opt,name=store_info_ios,json=storeInfoIos" json:"store_info_ios,omitempty"`
	StoreInfoGooglePlay  *CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay `protobuf:"bytes,5,opt,name=store_info_google_play,json=storeInfoGooglePlay" json:"store_info_google_play,omitempty"`
	StoreInfoTest        []*CMsgClientToGCHandleItemPurchase_StoreInfo_Test     `protobuf:"bytes,6,rep,name=store_info_test,json=storeInfoTest" json:"store_info_test,omitempty"`
	Platform             *EDACPlatform                                          `protobuf:"varint,7,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*CMsgClientToGCHandleItemPurchase) Descriptor

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

func (*CMsgClientToGCHandleItemPurchase) GetClientVersion

func (m *CMsgClientToGCHandleItemPurchase) GetClientVersion() uint32

func (*CMsgClientToGCHandleItemPurchase) GetDeviceId

func (m *CMsgClientToGCHandleItemPurchase) GetDeviceId() uint64

func (*CMsgClientToGCHandleItemPurchase) GetPlatform

func (*CMsgClientToGCHandleItemPurchase) GetStoreId

func (*CMsgClientToGCHandleItemPurchase) GetStoreInfoGooglePlay

func (*CMsgClientToGCHandleItemPurchase) GetStoreInfoIos

func (*CMsgClientToGCHandleItemPurchase) GetStoreInfoTest

func (*CMsgClientToGCHandleItemPurchase) ProtoMessage

func (*CMsgClientToGCHandleItemPurchase) ProtoMessage()

func (*CMsgClientToGCHandleItemPurchase) Reset

func (*CMsgClientToGCHandleItemPurchase) String

func (*CMsgClientToGCHandleItemPurchase) XXX_DiscardUnknown

func (m *CMsgClientToGCHandleItemPurchase) XXX_DiscardUnknown()

func (*CMsgClientToGCHandleItemPurchase) XXX_Marshal

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

func (*CMsgClientToGCHandleItemPurchase) XXX_Merge

func (*CMsgClientToGCHandleItemPurchase) XXX_Size

func (m *CMsgClientToGCHandleItemPurchase) XXX_Size() int

func (*CMsgClientToGCHandleItemPurchase) XXX_Unmarshal

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

type CMsgClientToGCHandleItemPurchaseResponse

type CMsgClientToGCHandleItemPurchaseResponse struct {
	Result               *CMsgClientToGCHandleItemPurchaseResponse_EResponse          `` /* 130-byte string literal not displayed */
	PurchaseResponses    []*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse `protobuf:"bytes,2,rep,name=purchase_responses,json=purchaseResponses" json:"purchase_responses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                     `json:"-"`
	XXX_unrecognized     []byte                                                       `json:"-"`
	XXX_sizecache        int32                                                        `json:"-"`
}

func (*CMsgClientToGCHandleItemPurchaseResponse) Descriptor

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

func (*CMsgClientToGCHandleItemPurchaseResponse) GetPurchaseResponses

func (*CMsgClientToGCHandleItemPurchaseResponse) GetResult

func (*CMsgClientToGCHandleItemPurchaseResponse) ProtoMessage

func (*CMsgClientToGCHandleItemPurchaseResponse) Reset

func (*CMsgClientToGCHandleItemPurchaseResponse) String

func (*CMsgClientToGCHandleItemPurchaseResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCHandleItemPurchaseResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCHandleItemPurchaseResponse) XXX_Marshal

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

func (*CMsgClientToGCHandleItemPurchaseResponse) XXX_Merge

func (*CMsgClientToGCHandleItemPurchaseResponse) XXX_Size

func (*CMsgClientToGCHandleItemPurchaseResponse) XXX_Unmarshal

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

type CMsgClientToGCHandleItemPurchaseResponse_EResponse

type CMsgClientToGCHandleItemPurchaseResponse_EResponse int32
const (
	CMsgClientToGCHandleItemPurchaseResponse_k_eInternalError           CMsgClientToGCHandleItemPurchaseResponse_EResponse = 0
	CMsgClientToGCHandleItemPurchaseResponse_k_eSuccess                 CMsgClientToGCHandleItemPurchaseResponse_EResponse = 1
	CMsgClientToGCHandleItemPurchaseResponse_k_eStoreDisabled           CMsgClientToGCHandleItemPurchaseResponse_EResponse = 2
	CMsgClientToGCHandleItemPurchaseResponse_k_eTooBusy                 CMsgClientToGCHandleItemPurchaseResponse_EResponse = 3
	CMsgClientToGCHandleItemPurchaseResponse_k_eInvalidReceipt          CMsgClientToGCHandleItemPurchaseResponse_EResponse = 4
	CMsgClientToGCHandleItemPurchaseResponse_k_eUnableToValidateReceipt CMsgClientToGCHandleItemPurchaseResponse_EResponse = 5
	CMsgClientToGCHandleItemPurchaseResponse_k_eInvalidClientVersion    CMsgClientToGCHandleItemPurchaseResponse_EResponse = 6
)

func (CMsgClientToGCHandleItemPurchaseResponse_EResponse) Enum

func (CMsgClientToGCHandleItemPurchaseResponse_EResponse) EnumDescriptor

func (CMsgClientToGCHandleItemPurchaseResponse_EResponse) String

func (*CMsgClientToGCHandleItemPurchaseResponse_EResponse) UnmarshalJSON

type CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse

type CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse struct {
	Result               *CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse `` /* 155-byte string literal not displayed */
	PurchaseItemResult   *CMsgClientToGCCanPurchaseItemResponse_EResponse                             `` /* 179-byte string literal not displayed */
	StoreSkuId           *string                                                                      `protobuf:"bytes,3,opt,name=store_sku_id,json=storeSkuId" json:"store_sku_id,omitempty"`
	Token                *string                                                                      `protobuf:"bytes,4,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                                     `json:"-"`
	XXX_unrecognized     []byte                                                                       `json:"-"`
	XXX_sizecache        int32                                                                        `json:"-"`
}

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) Descriptor

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) GetPurchaseItemResult

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) GetStoreSkuId

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) GetToken

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) ProtoMessage

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) Reset

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) String

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) XXX_DiscardUnknown

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) XXX_Marshal

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

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) XXX_Merge

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) XXX_Size

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse) XXX_Unmarshal

type CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse

type CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse int32
const (
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_eInternalError          CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 0
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_eSuccess                CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 1
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_ePurchaseItemError      CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 2
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_eInvalidOrderID         CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 3
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_eUnableToValidate       CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 4
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_eAlreadyResolved        CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 5
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_eResolvedOnOtherAccount CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 6
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_ePurchaseRefunded       CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 7
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_ePurchasePending        CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 8
	CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_k_ePurchaseCanceled       CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse = 9
)

func (CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse) Enum

func (CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse) EnumDescriptor

func (CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse) String

func (*CMsgClientToGCHandleItemPurchaseResponse_PurchaseResponse_EPurchaseResponse) UnmarshalJSON

type CMsgClientToGCHandleItemPurchase_StoreInfoIOS

type CMsgClientToGCHandleItemPurchase_StoreInfoIOS struct {
	Receipt              []byte   `protobuf:"bytes,1,opt,name=receipt" json:"receipt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) Descriptor

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) GetReceipt

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) ProtoMessage

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) Reset

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) String

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) XXX_DiscardUnknown

func (m *CMsgClientToGCHandleItemPurchase_StoreInfoIOS) XXX_DiscardUnknown()

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) XXX_Marshal

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

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) XXX_Merge

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) XXX_Size

func (*CMsgClientToGCHandleItemPurchase_StoreInfoIOS) XXX_Unmarshal

type CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay

type CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay struct {
	Token                *string  `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	StoreSkuId           *string  `protobuf:"bytes,2,opt,name=store_sku_id,json=storeSkuId" json:"store_sku_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) Descriptor

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) GetStoreSkuId

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) GetToken

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) ProtoMessage

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) Reset

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) String

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) XXX_DiscardUnknown

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) XXX_Marshal

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

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) XXX_Merge

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) XXX_Size

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_GooglePlay) XXX_Unmarshal

type CMsgClientToGCHandleItemPurchase_StoreInfo_Test

type CMsgClientToGCHandleItemPurchase_StoreInfo_Test struct {
	Token                *string  `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,2,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Quantity             *uint32  `protobuf:"varint,3,opt,name=quantity" json:"quantity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) Descriptor

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) GetDefIndex

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) GetQuantity

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) GetToken

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) ProtoMessage

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) Reset

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) String

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) XXX_DiscardUnknown

func (m *CMsgClientToGCHandleItemPurchase_StoreInfo_Test) XXX_DiscardUnknown()

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) XXX_Marshal

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

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) XXX_Merge

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) XXX_Size

func (*CMsgClientToGCHandleItemPurchase_StoreInfo_Test) XXX_Unmarshal

type CMsgClientToGCIsInMatchmaking

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

func (*CMsgClientToGCIsInMatchmaking) Descriptor

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

func (*CMsgClientToGCIsInMatchmaking) ProtoMessage

func (*CMsgClientToGCIsInMatchmaking) ProtoMessage()

func (*CMsgClientToGCIsInMatchmaking) Reset

func (m *CMsgClientToGCIsInMatchmaking) Reset()

func (*CMsgClientToGCIsInMatchmaking) String

func (*CMsgClientToGCIsInMatchmaking) XXX_DiscardUnknown

func (m *CMsgClientToGCIsInMatchmaking) XXX_DiscardUnknown()

func (*CMsgClientToGCIsInMatchmaking) XXX_Marshal

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

func (*CMsgClientToGCIsInMatchmaking) XXX_Merge

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

func (*CMsgClientToGCIsInMatchmaking) XXX_Size

func (m *CMsgClientToGCIsInMatchmaking) XXX_Size() int

func (*CMsgClientToGCIsInMatchmaking) XXX_Unmarshal

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

type CMsgClientToGCIsInMatchmakingResponse

type CMsgClientToGCIsInMatchmakingResponse struct {
	InMatchmaking        *bool    `protobuf:"varint,1,opt,name=in_matchmaking,json=inMatchmaking" json:"in_matchmaking,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCIsInMatchmakingResponse) Descriptor

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

func (*CMsgClientToGCIsInMatchmakingResponse) GetInMatchmaking

func (m *CMsgClientToGCIsInMatchmakingResponse) GetInMatchmaking() bool

func (*CMsgClientToGCIsInMatchmakingResponse) ProtoMessage

func (*CMsgClientToGCIsInMatchmakingResponse) ProtoMessage()

func (*CMsgClientToGCIsInMatchmakingResponse) Reset

func (*CMsgClientToGCIsInMatchmakingResponse) String

func (*CMsgClientToGCIsInMatchmakingResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCIsInMatchmakingResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCIsInMatchmakingResponse) XXX_Marshal

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

func (*CMsgClientToGCIsInMatchmakingResponse) XXX_Merge

func (*CMsgClientToGCIsInMatchmakingResponse) XXX_Size

func (*CMsgClientToGCIsInMatchmakingResponse) XXX_Unmarshal

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

type CMsgClientToGCLeaveLobby

type CMsgClientToGCLeaveLobby struct {
	LobbyId              *uint64  `protobuf:"varint,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCLeaveLobby) Descriptor

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

func (*CMsgClientToGCLeaveLobby) GetLobbyId

func (m *CMsgClientToGCLeaveLobby) GetLobbyId() uint64

func (*CMsgClientToGCLeaveLobby) ProtoMessage

func (*CMsgClientToGCLeaveLobby) ProtoMessage()

func (*CMsgClientToGCLeaveLobby) Reset

func (m *CMsgClientToGCLeaveLobby) Reset()

func (*CMsgClientToGCLeaveLobby) String

func (m *CMsgClientToGCLeaveLobby) String() string

func (*CMsgClientToGCLeaveLobby) XXX_DiscardUnknown

func (m *CMsgClientToGCLeaveLobby) XXX_DiscardUnknown()

func (*CMsgClientToGCLeaveLobby) XXX_Marshal

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

func (*CMsgClientToGCLeaveLobby) XXX_Merge

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

func (*CMsgClientToGCLeaveLobby) XXX_Size

func (m *CMsgClientToGCLeaveLobby) XXX_Size() int

func (*CMsgClientToGCLeaveLobby) XXX_Unmarshal

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

type CMsgClientToGCLeaveLobbyResponse

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

func (*CMsgClientToGCLeaveLobbyResponse) Descriptor

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

func (*CMsgClientToGCLeaveLobbyResponse) ProtoMessage

func (*CMsgClientToGCLeaveLobbyResponse) ProtoMessage()

func (*CMsgClientToGCLeaveLobbyResponse) Reset

func (*CMsgClientToGCLeaveLobbyResponse) String

func (*CMsgClientToGCLeaveLobbyResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCLeaveLobbyResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCLeaveLobbyResponse) XXX_Marshal

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

func (*CMsgClientToGCLeaveLobbyResponse) XXX_Merge

func (*CMsgClientToGCLeaveLobbyResponse) XXX_Size

func (m *CMsgClientToGCLeaveLobbyResponse) XXX_Size() int

func (*CMsgClientToGCLeaveLobbyResponse) XXX_Unmarshal

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

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=protocol.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 CMsgClientToGCPartyAction

type CMsgClientToGCPartyAction struct {
	PartyId              *uint64                            `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	TargetAccountId      *uint32                            `protobuf:"varint,2,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	ActionId             *CMsgClientToGCPartyAction_EAction `` /* 133-byte string literal not displayed */
	UintValue            *uint64                            `protobuf:"varint,4,opt,name=uint_value,json=uintValue" json:"uint_value,omitempty"`
	BoolValue            *bool                              `protobuf:"varint,5,opt,name=bool_value,json=boolValue" json:"bool_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgClientToGCPartyAction) Descriptor

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

func (*CMsgClientToGCPartyAction) GetActionId

func (*CMsgClientToGCPartyAction) GetBoolValue

func (m *CMsgClientToGCPartyAction) GetBoolValue() bool

func (*CMsgClientToGCPartyAction) GetPartyId

func (m *CMsgClientToGCPartyAction) GetPartyId() uint64

func (*CMsgClientToGCPartyAction) GetTargetAccountId

func (m *CMsgClientToGCPartyAction) GetTargetAccountId() uint32

func (*CMsgClientToGCPartyAction) GetUintValue

func (m *CMsgClientToGCPartyAction) GetUintValue() uint64

func (*CMsgClientToGCPartyAction) ProtoMessage

func (*CMsgClientToGCPartyAction) ProtoMessage()

func (*CMsgClientToGCPartyAction) Reset

func (m *CMsgClientToGCPartyAction) Reset()

func (*CMsgClientToGCPartyAction) String

func (m *CMsgClientToGCPartyAction) String() string

func (*CMsgClientToGCPartyAction) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyAction) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyAction) XXX_Marshal

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

func (*CMsgClientToGCPartyAction) XXX_Merge

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

func (*CMsgClientToGCPartyAction) XXX_Size

func (m *CMsgClientToGCPartyAction) XXX_Size() int

func (*CMsgClientToGCPartyAction) XXX_Unmarshal

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

type CMsgClientToGCPartyActionResponse

type CMsgClientToGCPartyActionResponse struct {
	Result               *CMsgClientToGCPartyActionResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCPartyActionResponse_EResponse,def=0" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*CMsgClientToGCPartyActionResponse) Descriptor

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

func (*CMsgClientToGCPartyActionResponse) GetResult

func (*CMsgClientToGCPartyActionResponse) ProtoMessage

func (*CMsgClientToGCPartyActionResponse) ProtoMessage()

func (*CMsgClientToGCPartyActionResponse) Reset

func (*CMsgClientToGCPartyActionResponse) String

func (*CMsgClientToGCPartyActionResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyActionResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyActionResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyActionResponse) XXX_Merge

func (*CMsgClientToGCPartyActionResponse) XXX_Size

func (m *CMsgClientToGCPartyActionResponse) XXX_Size() int

func (*CMsgClientToGCPartyActionResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyActionResponse_EResponse

type CMsgClientToGCPartyActionResponse_EResponse int32
const (
	CMsgClientToGCPartyActionResponse_k_eInternalError      CMsgClientToGCPartyActionResponse_EResponse = 0
	CMsgClientToGCPartyActionResponse_k_eSuccess            CMsgClientToGCPartyActionResponse_EResponse = 1
	CMsgClientToGCPartyActionResponse_k_eInvalidPartyID     CMsgClientToGCPartyActionResponse_EResponse = 2
	CMsgClientToGCPartyActionResponse_k_eInvalidPermissions CMsgClientToGCPartyActionResponse_EResponse = 3
	CMsgClientToGCPartyActionResponse_k_eInvalidTarget      CMsgClientToGCPartyActionResponse_EResponse = 4
	CMsgClientToGCPartyActionResponse_k_eInvalidValue       CMsgClientToGCPartyActionResponse_EResponse = 5
	CMsgClientToGCPartyActionResponse_k_eInMatchMaking      CMsgClientToGCPartyActionResponse_EResponse = 6
	CMsgClientToGCPartyActionResponse_k_eInMatch            CMsgClientToGCPartyActionResponse_EResponse = 7
	CMsgClientToGCPartyActionResponse_k_eDisabled           CMsgClientToGCPartyActionResponse_EResponse = 8
	CMsgClientToGCPartyActionResponse_k_eTooBusy            CMsgClientToGCPartyActionResponse_EResponse = 9
	CMsgClientToGCPartyActionResponse_k_eRateLimited        CMsgClientToGCPartyActionResponse_EResponse = 10
)

func (CMsgClientToGCPartyActionResponse_EResponse) Enum

func (CMsgClientToGCPartyActionResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCPartyActionResponse_EResponse) String

func (*CMsgClientToGCPartyActionResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCPartyAction_EAction

type CMsgClientToGCPartyAction_EAction int32
const (
	CMsgClientToGCPartyAction_k_eKickUser         CMsgClientToGCPartyAction_EAction = 1
	CMsgClientToGCPartyAction_k_eCancelInvite     CMsgClientToGCPartyAction_EAction = 2
	CMsgClientToGCPartyAction_k_eCancelFindMatch  CMsgClientToGCPartyAction_EAction = 3
	CMsgClientToGCPartyAction_k_eSetReady         CMsgClientToGCPartyAction_EAction = 4
	CMsgClientToGCPartyAction_k_eSetPlayerType    CMsgClientToGCPartyAction_EAction = 5
	CMsgClientToGCPartyAction_k_eSetBotDifficulty CMsgClientToGCPartyAction_EAction = 6
	CMsgClientToGCPartyAction_k_eEnablePartyCode  CMsgClientToGCPartyAction_EAction = 7
	CMsgClientToGCPartyAction_k_eSetMemberTeam    CMsgClientToGCPartyAction_EAction = 8
)
const Default_CMsgClientToGCPartyAction_ActionId CMsgClientToGCPartyAction_EAction = CMsgClientToGCPartyAction_k_eKickUser

func (CMsgClientToGCPartyAction_EAction) Enum

func (CMsgClientToGCPartyAction_EAction) EnumDescriptor

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

func (CMsgClientToGCPartyAction_EAction) String

func (*CMsgClientToGCPartyAction_EAction) UnmarshalJSON

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

type CMsgClientToGCPartyClientVersion

type CMsgClientToGCPartyClientVersion struct {
	PartyId              *uint64          `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	PartyMmInfo          *CMsgPartyMMInfo `protobuf:"bytes,2,opt,name=party_mm_info,json=partyMmInfo" json:"party_mm_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CMsgClientToGCPartyClientVersion) Descriptor

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

func (*CMsgClientToGCPartyClientVersion) GetPartyId

func (m *CMsgClientToGCPartyClientVersion) GetPartyId() uint64

func (*CMsgClientToGCPartyClientVersion) GetPartyMmInfo

func (*CMsgClientToGCPartyClientVersion) ProtoMessage

func (*CMsgClientToGCPartyClientVersion) ProtoMessage()

func (*CMsgClientToGCPartyClientVersion) Reset

func (*CMsgClientToGCPartyClientVersion) String

func (*CMsgClientToGCPartyClientVersion) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyClientVersion) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyClientVersion) XXX_Marshal

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

func (*CMsgClientToGCPartyClientVersion) XXX_Merge

func (*CMsgClientToGCPartyClientVersion) XXX_Size

func (m *CMsgClientToGCPartyClientVersion) XXX_Size() int

func (*CMsgClientToGCPartyClientVersion) XXX_Unmarshal

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

type CMsgClientToGCPartyCreate

type CMsgClientToGCPartyCreate struct {
	PartyMmInfo          *CMsgPartyMMInfo `protobuf:"bytes,1,opt,name=party_mm_info,json=partyMmInfo" json:"party_mm_info,omitempty"`
	StartReady           *bool            `protobuf:"varint,2,opt,name=start_ready,json=startReady" json:"start_ready,omitempty"`
	InviteAccountId      *uint32          `protobuf:"varint,3,opt,name=invite_account_id,json=inviteAccountId" json:"invite_account_id,omitempty"`
	DisablePartyCode     *bool            `protobuf:"varint,4,opt,name=disable_party_code,json=disablePartyCode" json:"disable_party_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CMsgClientToGCPartyCreate) Descriptor

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

func (*CMsgClientToGCPartyCreate) GetDisablePartyCode

func (m *CMsgClientToGCPartyCreate) GetDisablePartyCode() bool

func (*CMsgClientToGCPartyCreate) GetInviteAccountId

func (m *CMsgClientToGCPartyCreate) GetInviteAccountId() uint32

func (*CMsgClientToGCPartyCreate) GetPartyMmInfo

func (m *CMsgClientToGCPartyCreate) GetPartyMmInfo() *CMsgPartyMMInfo

func (*CMsgClientToGCPartyCreate) GetStartReady

func (m *CMsgClientToGCPartyCreate) GetStartReady() bool

func (*CMsgClientToGCPartyCreate) ProtoMessage

func (*CMsgClientToGCPartyCreate) ProtoMessage()

func (*CMsgClientToGCPartyCreate) Reset

func (m *CMsgClientToGCPartyCreate) Reset()

func (*CMsgClientToGCPartyCreate) String

func (m *CMsgClientToGCPartyCreate) String() string

func (*CMsgClientToGCPartyCreate) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyCreate) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyCreate) XXX_Marshal

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

func (*CMsgClientToGCPartyCreate) XXX_Merge

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

func (*CMsgClientToGCPartyCreate) XXX_Size

func (m *CMsgClientToGCPartyCreate) XXX_Size() int

func (*CMsgClientToGCPartyCreate) XXX_Unmarshal

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

type CMsgClientToGCPartyCreateResponse

type CMsgClientToGCPartyCreateResponse struct {
	Result               *CMsgClientToGCPartyCreateResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCPartyCreateResponse_EResponse,def=0" json:"result,omitempty"`
	PartyId              *uint64                                      `protobuf:"fixed64,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*CMsgClientToGCPartyCreateResponse) Descriptor

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

func (*CMsgClientToGCPartyCreateResponse) GetPartyId

func (m *CMsgClientToGCPartyCreateResponse) GetPartyId() uint64

func (*CMsgClientToGCPartyCreateResponse) GetResult

func (*CMsgClientToGCPartyCreateResponse) ProtoMessage

func (*CMsgClientToGCPartyCreateResponse) ProtoMessage()

func (*CMsgClientToGCPartyCreateResponse) Reset

func (*CMsgClientToGCPartyCreateResponse) String

func (*CMsgClientToGCPartyCreateResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyCreateResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyCreateResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyCreateResponse) XXX_Merge

func (*CMsgClientToGCPartyCreateResponse) XXX_Size

func (m *CMsgClientToGCPartyCreateResponse) XXX_Size() int

func (*CMsgClientToGCPartyCreateResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyCreateResponse_EResponse

type CMsgClientToGCPartyCreateResponse_EResponse int32
const (
	CMsgClientToGCPartyCreateResponse_k_eInternalError          CMsgClientToGCPartyCreateResponse_EResponse = 0
	CMsgClientToGCPartyCreateResponse_k_eSuccess                CMsgClientToGCPartyCreateResponse_EResponse = 1
	CMsgClientToGCPartyCreateResponse_k_eAlreadyInParty         CMsgClientToGCPartyCreateResponse_EResponse = 2
	CMsgClientToGCPartyCreateResponse_k_eDisabled               CMsgClientToGCPartyCreateResponse_EResponse = 3
	CMsgClientToGCPartyCreateResponse_k_eInvalidVersion         CMsgClientToGCPartyCreateResponse_EResponse = 4
	CMsgClientToGCPartyCreateResponse_k_eNoRegionPings          CMsgClientToGCPartyCreateResponse_EResponse = 5
	CMsgClientToGCPartyCreateResponse_k_eTooBusy                CMsgClientToGCPartyCreateResponse_EResponse = 6
	CMsgClientToGCPartyCreateResponse_k_eRateLimited            CMsgClientToGCPartyCreateResponse_EResponse = 7
	CMsgClientToGCPartyCreateResponse_k_eNotFriends             CMsgClientToGCPartyCreateResponse_EResponse = 8
	CMsgClientToGCPartyCreateResponse_k_eRegionInfoNotProvided  CMsgClientToGCPartyCreateResponse_EResponse = 9
	CMsgClientToGCPartyCreateResponse_k_eDurationControlBlocked CMsgClientToGCPartyCreateResponse_EResponse = 10
)

func (CMsgClientToGCPartyCreateResponse_EResponse) Enum

func (CMsgClientToGCPartyCreateResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCPartyCreateResponse_EResponse) String

func (*CMsgClientToGCPartyCreateResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCPartyInviteUser

type CMsgClientToGCPartyInviteUser struct {
	PartyId              *uint64  `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	InviteAccountId      *uint32  `protobuf:"varint,2,opt,name=invite_account_id,json=inviteAccountId" json:"invite_account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCPartyInviteUser) Descriptor

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

func (*CMsgClientToGCPartyInviteUser) GetInviteAccountId

func (m *CMsgClientToGCPartyInviteUser) GetInviteAccountId() uint32

func (*CMsgClientToGCPartyInviteUser) GetPartyId

func (m *CMsgClientToGCPartyInviteUser) GetPartyId() uint64

func (*CMsgClientToGCPartyInviteUser) ProtoMessage

func (*CMsgClientToGCPartyInviteUser) ProtoMessage()

func (*CMsgClientToGCPartyInviteUser) Reset

func (m *CMsgClientToGCPartyInviteUser) Reset()

func (*CMsgClientToGCPartyInviteUser) String

func (*CMsgClientToGCPartyInviteUser) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyInviteUser) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyInviteUser) XXX_Marshal

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

func (*CMsgClientToGCPartyInviteUser) XXX_Merge

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

func (*CMsgClientToGCPartyInviteUser) XXX_Size

func (m *CMsgClientToGCPartyInviteUser) XXX_Size() int

func (*CMsgClientToGCPartyInviteUser) XXX_Unmarshal

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

type CMsgClientToGCPartyInviteUserResponse

type CMsgClientToGCPartyInviteUserResponse struct {
	Result               *CMsgClientToGCPartyInviteUserResponse_EResponse `` /* 127-byte string literal not displayed */
	UserOnline           *bool                                            `protobuf:"varint,2,opt,name=user_online,json=userOnline" json:"user_online,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CMsgClientToGCPartyInviteUserResponse) Descriptor

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

func (*CMsgClientToGCPartyInviteUserResponse) GetResult

func (*CMsgClientToGCPartyInviteUserResponse) GetUserOnline

func (m *CMsgClientToGCPartyInviteUserResponse) GetUserOnline() bool

func (*CMsgClientToGCPartyInviteUserResponse) ProtoMessage

func (*CMsgClientToGCPartyInviteUserResponse) ProtoMessage()

func (*CMsgClientToGCPartyInviteUserResponse) Reset

func (*CMsgClientToGCPartyInviteUserResponse) String

func (*CMsgClientToGCPartyInviteUserResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyInviteUserResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyInviteUserResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyInviteUserResponse) XXX_Merge

func (*CMsgClientToGCPartyInviteUserResponse) XXX_Size

func (*CMsgClientToGCPartyInviteUserResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyInviteUserResponse_EResponse

type CMsgClientToGCPartyInviteUserResponse_EResponse int32
const (
	CMsgClientToGCPartyInviteUserResponse_k_eInternalError      CMsgClientToGCPartyInviteUserResponse_EResponse = 0
	CMsgClientToGCPartyInviteUserResponse_k_eSuccess            CMsgClientToGCPartyInviteUserResponse_EResponse = 1
	CMsgClientToGCPartyInviteUserResponse_k_eAlreadyInvited     CMsgClientToGCPartyInviteUserResponse_EResponse = 2
	CMsgClientToGCPartyInviteUserResponse_k_eInvalidPermissions CMsgClientToGCPartyInviteUserResponse_EResponse = 3
	CMsgClientToGCPartyInviteUserResponse_k_eInvalidPartyID     CMsgClientToGCPartyInviteUserResponse_EResponse = 4
	CMsgClientToGCPartyInviteUserResponse_k_eDisabled           CMsgClientToGCPartyInviteUserResponse_EResponse = 5
	CMsgClientToGCPartyInviteUserResponse_k_eTooManyInvites     CMsgClientToGCPartyInviteUserResponse_EResponse = 6
	CMsgClientToGCPartyInviteUserResponse_k_eNotFriends         CMsgClientToGCPartyInviteUserResponse_EResponse = 7
	CMsgClientToGCPartyInviteUserResponse_k_eTooBusy            CMsgClientToGCPartyInviteUserResponse_EResponse = 8
	CMsgClientToGCPartyInviteUserResponse_k_eRateLimited        CMsgClientToGCPartyInviteUserResponse_EResponse = 9
)

func (CMsgClientToGCPartyInviteUserResponse_EResponse) Enum

func (CMsgClientToGCPartyInviteUserResponse_EResponse) EnumDescriptor

func (CMsgClientToGCPartyInviteUserResponse_EResponse) String

func (*CMsgClientToGCPartyInviteUserResponse_EResponse) UnmarshalJSON

type CMsgClientToGCPartyJoin

type CMsgClientToGCPartyJoin struct {
	PartyId              *uint64          `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	IsRejoin             *bool            `protobuf:"varint,2,opt,name=is_rejoin,json=isRejoin" json:"is_rejoin,omitempty"`
	PartyMmInfo          *CMsgPartyMMInfo `protobuf:"bytes,3,opt,name=party_mm_info,json=partyMmInfo" json:"party_mm_info,omitempty"`
	StartReady           *bool            `protobuf:"varint,4,opt,name=start_ready,json=startReady" json:"start_ready,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CMsgClientToGCPartyJoin) Descriptor

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

func (*CMsgClientToGCPartyJoin) GetIsRejoin

func (m *CMsgClientToGCPartyJoin) GetIsRejoin() bool

func (*CMsgClientToGCPartyJoin) GetPartyId

func (m *CMsgClientToGCPartyJoin) GetPartyId() uint64

func (*CMsgClientToGCPartyJoin) GetPartyMmInfo

func (m *CMsgClientToGCPartyJoin) GetPartyMmInfo() *CMsgPartyMMInfo

func (*CMsgClientToGCPartyJoin) GetStartReady

func (m *CMsgClientToGCPartyJoin) GetStartReady() bool

func (*CMsgClientToGCPartyJoin) ProtoMessage

func (*CMsgClientToGCPartyJoin) ProtoMessage()

func (*CMsgClientToGCPartyJoin) Reset

func (m *CMsgClientToGCPartyJoin) Reset()

func (*CMsgClientToGCPartyJoin) String

func (m *CMsgClientToGCPartyJoin) String() string

func (*CMsgClientToGCPartyJoin) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyJoin) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyJoin) XXX_Marshal

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

func (*CMsgClientToGCPartyJoin) XXX_Merge

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

func (*CMsgClientToGCPartyJoin) XXX_Size

func (m *CMsgClientToGCPartyJoin) XXX_Size() int

func (*CMsgClientToGCPartyJoin) XXX_Unmarshal

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

type CMsgClientToGCPartyJoinResponse

type CMsgClientToGCPartyJoinResponse struct {
	Result               *CMsgClientToGCPartyJoinResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCPartyJoinResponse_EResponse,def=0" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgClientToGCPartyJoinResponse) Descriptor

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

func (*CMsgClientToGCPartyJoinResponse) GetResult

func (*CMsgClientToGCPartyJoinResponse) ProtoMessage

func (*CMsgClientToGCPartyJoinResponse) ProtoMessage()

func (*CMsgClientToGCPartyJoinResponse) Reset

func (*CMsgClientToGCPartyJoinResponse) String

func (*CMsgClientToGCPartyJoinResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyJoinResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyJoinResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyJoinResponse) XXX_Merge

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

func (*CMsgClientToGCPartyJoinResponse) XXX_Size

func (m *CMsgClientToGCPartyJoinResponse) XXX_Size() int

func (*CMsgClientToGCPartyJoinResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyJoinResponse_EResponse

type CMsgClientToGCPartyJoinResponse_EResponse int32
const (
	CMsgClientToGCPartyJoinResponse_k_eInternalError          CMsgClientToGCPartyJoinResponse_EResponse = 0
	CMsgClientToGCPartyJoinResponse_k_eSuccess                CMsgClientToGCPartyJoinResponse_EResponse = 1
	CMsgClientToGCPartyJoinResponse_k_eAlreadyInParty         CMsgClientToGCPartyJoinResponse_EResponse = 2
	CMsgClientToGCPartyJoinResponse_k_eDisabled               CMsgClientToGCPartyJoinResponse_EResponse = 3
	CMsgClientToGCPartyJoinResponse_k_eInvalidPartyID         CMsgClientToGCPartyJoinResponse_EResponse = 4
	CMsgClientToGCPartyJoinResponse_k_eInvalidPermissions     CMsgClientToGCPartyJoinResponse_EResponse = 5
	CMsgClientToGCPartyJoinResponse_k_eInvalidVersion         CMsgClientToGCPartyJoinResponse_EResponse = 6
	CMsgClientToGCPartyJoinResponse_k_eNoRegionPings          CMsgClientToGCPartyJoinResponse_EResponse = 7
	CMsgClientToGCPartyJoinResponse_k_eTooBusy                CMsgClientToGCPartyJoinResponse_EResponse = 8
	CMsgClientToGCPartyJoinResponse_k_eInvalidCode            CMsgClientToGCPartyJoinResponse_EResponse = 9
	CMsgClientToGCPartyJoinResponse_k_eRateLimited            CMsgClientToGCPartyJoinResponse_EResponse = 10
	CMsgClientToGCPartyJoinResponse_k_eRegionInfoNotProvided  CMsgClientToGCPartyJoinResponse_EResponse = 11
	CMsgClientToGCPartyJoinResponse_k_eDurationControlBlocked CMsgClientToGCPartyJoinResponse_EResponse = 12
)
const Default_CMsgClientToGCPartyJoinViaCodeResponse_Result CMsgClientToGCPartyJoinResponse_EResponse = CMsgClientToGCPartyJoinResponse_k_eInternalError

func (CMsgClientToGCPartyJoinResponse_EResponse) Enum

func (CMsgClientToGCPartyJoinResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCPartyJoinResponse_EResponse) String

func (*CMsgClientToGCPartyJoinResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCPartyJoinViaCode

type CMsgClientToGCPartyJoinViaCode struct {
	JoinCode             *uint64          `protobuf:"varint,1,opt,name=join_code,json=joinCode" json:"join_code,omitempty"`
	PartyMmInfo          *CMsgPartyMMInfo `protobuf:"bytes,2,opt,name=party_mm_info,json=partyMmInfo" json:"party_mm_info,omitempty"`
	StartReady           *bool            `protobuf:"varint,3,opt,name=start_ready,json=startReady" json:"start_ready,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CMsgClientToGCPartyJoinViaCode) Descriptor

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

func (*CMsgClientToGCPartyJoinViaCode) GetJoinCode

func (m *CMsgClientToGCPartyJoinViaCode) GetJoinCode() uint64

func (*CMsgClientToGCPartyJoinViaCode) GetPartyMmInfo

func (m *CMsgClientToGCPartyJoinViaCode) GetPartyMmInfo() *CMsgPartyMMInfo

func (*CMsgClientToGCPartyJoinViaCode) GetStartReady

func (m *CMsgClientToGCPartyJoinViaCode) GetStartReady() bool

func (*CMsgClientToGCPartyJoinViaCode) ProtoMessage

func (*CMsgClientToGCPartyJoinViaCode) ProtoMessage()

func (*CMsgClientToGCPartyJoinViaCode) Reset

func (m *CMsgClientToGCPartyJoinViaCode) Reset()

func (*CMsgClientToGCPartyJoinViaCode) String

func (*CMsgClientToGCPartyJoinViaCode) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyJoinViaCode) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyJoinViaCode) XXX_Marshal

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

func (*CMsgClientToGCPartyJoinViaCode) XXX_Merge

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

func (*CMsgClientToGCPartyJoinViaCode) XXX_Size

func (m *CMsgClientToGCPartyJoinViaCode) XXX_Size() int

func (*CMsgClientToGCPartyJoinViaCode) XXX_Unmarshal

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

type CMsgClientToGCPartyJoinViaCodeResponse

type CMsgClientToGCPartyJoinViaCodeResponse struct {
	Result               *CMsgClientToGCPartyJoinResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCPartyJoinResponse_EResponse,def=0" json:"result,omitempty"`
	PartyId              *uint64                                    `protobuf:"fixed64,2,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgClientToGCPartyJoinViaCodeResponse) Descriptor

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

func (*CMsgClientToGCPartyJoinViaCodeResponse) GetPartyId

func (*CMsgClientToGCPartyJoinViaCodeResponse) GetResult

func (*CMsgClientToGCPartyJoinViaCodeResponse) ProtoMessage

func (*CMsgClientToGCPartyJoinViaCodeResponse) Reset

func (*CMsgClientToGCPartyJoinViaCodeResponse) String

func (*CMsgClientToGCPartyJoinViaCodeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyJoinViaCodeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyJoinViaCodeResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyJoinViaCodeResponse) XXX_Merge

func (*CMsgClientToGCPartyJoinViaCodeResponse) XXX_Size

func (*CMsgClientToGCPartyJoinViaCodeResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyLeave

type CMsgClientToGCPartyLeave struct {
	PartyId              *uint64  `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCPartyLeave) Descriptor

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

func (*CMsgClientToGCPartyLeave) GetPartyId

func (m *CMsgClientToGCPartyLeave) GetPartyId() uint64

func (*CMsgClientToGCPartyLeave) ProtoMessage

func (*CMsgClientToGCPartyLeave) ProtoMessage()

func (*CMsgClientToGCPartyLeave) Reset

func (m *CMsgClientToGCPartyLeave) Reset()

func (*CMsgClientToGCPartyLeave) String

func (m *CMsgClientToGCPartyLeave) String() string

func (*CMsgClientToGCPartyLeave) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyLeave) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyLeave) XXX_Marshal

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

func (*CMsgClientToGCPartyLeave) XXX_Merge

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

func (*CMsgClientToGCPartyLeave) XXX_Size

func (m *CMsgClientToGCPartyLeave) XXX_Size() int

func (*CMsgClientToGCPartyLeave) XXX_Unmarshal

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

type CMsgClientToGCPartyLeaveResponse

type CMsgClientToGCPartyLeaveResponse struct {
	Result               *CMsgClientToGCPartyLeaveResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCPartyLeaveResponse_EResponse,def=0" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgClientToGCPartyLeaveResponse) Descriptor

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

func (*CMsgClientToGCPartyLeaveResponse) GetResult

func (*CMsgClientToGCPartyLeaveResponse) ProtoMessage

func (*CMsgClientToGCPartyLeaveResponse) ProtoMessage()

func (*CMsgClientToGCPartyLeaveResponse) Reset

func (*CMsgClientToGCPartyLeaveResponse) String

func (*CMsgClientToGCPartyLeaveResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyLeaveResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyLeaveResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyLeaveResponse) XXX_Merge

func (*CMsgClientToGCPartyLeaveResponse) XXX_Size

func (m *CMsgClientToGCPartyLeaveResponse) XXX_Size() int

func (*CMsgClientToGCPartyLeaveResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyLeaveResponse_EResponse

type CMsgClientToGCPartyLeaveResponse_EResponse int32
const (
	CMsgClientToGCPartyLeaveResponse_k_eInternalError CMsgClientToGCPartyLeaveResponse_EResponse = 0
	CMsgClientToGCPartyLeaveResponse_k_eSuccess       CMsgClientToGCPartyLeaveResponse_EResponse = 1
	CMsgClientToGCPartyLeaveResponse_k_eNotInParty    CMsgClientToGCPartyLeaveResponse_EResponse = 2
	CMsgClientToGCPartyLeaveResponse_k_eInMatchMaking CMsgClientToGCPartyLeaveResponse_EResponse = 3
)

func (CMsgClientToGCPartyLeaveResponse_EResponse) Enum

func (CMsgClientToGCPartyLeaveResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCPartyLeaveResponse_EResponse) String

func (*CMsgClientToGCPartyLeaveResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCPartySetGameModifier

type CMsgClientToGCPartySetGameModifier struct {
	PartyId              *uint64            `protobuf:"varint,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	UseCustomModifier    *bool              `protobuf:"varint,2,opt,name=use_custom_modifier,json=useCustomModifier" json:"use_custom_modifier,omitempty"`
	CustomModifier       *CMsgGameModifiers `protobuf:"bytes,3,opt,name=custom_modifier,json=customModifier" json:"custom_modifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgClientToGCPartySetGameModifier) Descriptor

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

func (*CMsgClientToGCPartySetGameModifier) GetCustomModifier

func (m *CMsgClientToGCPartySetGameModifier) GetCustomModifier() *CMsgGameModifiers

func (*CMsgClientToGCPartySetGameModifier) GetPartyId

func (*CMsgClientToGCPartySetGameModifier) GetUseCustomModifier

func (m *CMsgClientToGCPartySetGameModifier) GetUseCustomModifier() bool

func (*CMsgClientToGCPartySetGameModifier) ProtoMessage

func (*CMsgClientToGCPartySetGameModifier) ProtoMessage()

func (*CMsgClientToGCPartySetGameModifier) Reset

func (*CMsgClientToGCPartySetGameModifier) String

func (*CMsgClientToGCPartySetGameModifier) XXX_DiscardUnknown

func (m *CMsgClientToGCPartySetGameModifier) XXX_DiscardUnknown()

func (*CMsgClientToGCPartySetGameModifier) XXX_Marshal

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

func (*CMsgClientToGCPartySetGameModifier) XXX_Merge

func (*CMsgClientToGCPartySetGameModifier) XXX_Size

func (*CMsgClientToGCPartySetGameModifier) XXX_Unmarshal

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

type CMsgClientToGCPartySetGameModifierResponse

type CMsgClientToGCPartySetGameModifierResponse struct {
	Result               *CMsgClientToGCPartySetGameModifierResponse_EResponse `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*CMsgClientToGCPartySetGameModifierResponse) Descriptor

func (*CMsgClientToGCPartySetGameModifierResponse) GetResult

func (*CMsgClientToGCPartySetGameModifierResponse) ProtoMessage

func (*CMsgClientToGCPartySetGameModifierResponse) Reset

func (*CMsgClientToGCPartySetGameModifierResponse) String

func (*CMsgClientToGCPartySetGameModifierResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartySetGameModifierResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartySetGameModifierResponse) XXX_Marshal

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

func (*CMsgClientToGCPartySetGameModifierResponse) XXX_Merge

func (*CMsgClientToGCPartySetGameModifierResponse) XXX_Size

func (*CMsgClientToGCPartySetGameModifierResponse) XXX_Unmarshal

type CMsgClientToGCPartySetGameModifierResponse_EResponse

type CMsgClientToGCPartySetGameModifierResponse_EResponse int32
const (
	CMsgClientToGCPartySetGameModifierResponse_k_eInternalError      CMsgClientToGCPartySetGameModifierResponse_EResponse = 0
	CMsgClientToGCPartySetGameModifierResponse_k_eSuccess            CMsgClientToGCPartySetGameModifierResponse_EResponse = 1
	CMsgClientToGCPartySetGameModifierResponse_k_eDisabled           CMsgClientToGCPartySetGameModifierResponse_EResponse = 2
	CMsgClientToGCPartySetGameModifierResponse_k_eTooBusy            CMsgClientToGCPartySetGameModifierResponse_EResponse = 3
	CMsgClientToGCPartySetGameModifierResponse_k_eInvalidPartyID     CMsgClientToGCPartySetGameModifierResponse_EResponse = 4
	CMsgClientToGCPartySetGameModifierResponse_k_eInvalidPermissions CMsgClientToGCPartySetGameModifierResponse_EResponse = 5
	CMsgClientToGCPartySetGameModifierResponse_k_eInvalidModifier    CMsgClientToGCPartySetGameModifierResponse_EResponse = 6
	CMsgClientToGCPartySetGameModifierResponse_k_eInMatchMaking      CMsgClientToGCPartySetGameModifierResponse_EResponse = 7
)

func (CMsgClientToGCPartySetGameModifierResponse_EResponse) Enum

func (CMsgClientToGCPartySetGameModifierResponse_EResponse) EnumDescriptor

func (CMsgClientToGCPartySetGameModifierResponse_EResponse) String

func (*CMsgClientToGCPartySetGameModifierResponse_EResponse) UnmarshalJSON

type CMsgClientToGCPartyStartMatch

type CMsgClientToGCPartyStartMatch struct {
	PartyId               *uint64               `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	ServerSearchKey       *string               `protobuf:"bytes,3,opt,name=server_search_key,json=serverSearchKey" json:"server_search_key,omitempty"`
	MatchMode             *EDACMatchMode        `protobuf:"varint,4,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	DevIgnoreStagingFiles *bool                 `protobuf:"varint,5,opt,name=dev_ignore_staging_files,json=devIgnoreStagingFiles" json:"dev_ignore_staging_files,omitempty"`
	GameMode              *EDACGameMode         `protobuf:"varint,6,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	BotDifficulty         *EDACBotDifficulty    `` /* 132-byte string literal not displayed */
	GameModeSettings      *CMsgGameModeSettings `protobuf:"bytes,8,opt,name=game_mode_settings,json=gameModeSettings" json:"game_mode_settings,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}              `json:"-"`
	XXX_unrecognized      []byte                `json:"-"`
	XXX_sizecache         int32                 `json:"-"`
}

func (*CMsgClientToGCPartyStartMatch) Descriptor

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

func (*CMsgClientToGCPartyStartMatch) GetBotDifficulty

func (m *CMsgClientToGCPartyStartMatch) GetBotDifficulty() EDACBotDifficulty

func (*CMsgClientToGCPartyStartMatch) GetDevIgnoreStagingFiles

func (m *CMsgClientToGCPartyStartMatch) GetDevIgnoreStagingFiles() bool

func (*CMsgClientToGCPartyStartMatch) GetGameMode

func (*CMsgClientToGCPartyStartMatch) GetGameModeSettings

func (m *CMsgClientToGCPartyStartMatch) GetGameModeSettings() *CMsgGameModeSettings

func (*CMsgClientToGCPartyStartMatch) GetMatchMode

func (m *CMsgClientToGCPartyStartMatch) GetMatchMode() EDACMatchMode

func (*CMsgClientToGCPartyStartMatch) GetPartyId

func (m *CMsgClientToGCPartyStartMatch) GetPartyId() uint64

func (*CMsgClientToGCPartyStartMatch) GetServerSearchKey

func (m *CMsgClientToGCPartyStartMatch) GetServerSearchKey() string

func (*CMsgClientToGCPartyStartMatch) ProtoMessage

func (*CMsgClientToGCPartyStartMatch) ProtoMessage()

func (*CMsgClientToGCPartyStartMatch) Reset

func (m *CMsgClientToGCPartyStartMatch) Reset()

func (*CMsgClientToGCPartyStartMatch) String

func (*CMsgClientToGCPartyStartMatch) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyStartMatch) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyStartMatch) XXX_Marshal

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

func (*CMsgClientToGCPartyStartMatch) XXX_Merge

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

func (*CMsgClientToGCPartyStartMatch) XXX_Size

func (m *CMsgClientToGCPartyStartMatch) XXX_Size() int

func (*CMsgClientToGCPartyStartMatch) XXX_Unmarshal

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

type CMsgClientToGCPartyStartMatchResponse

type CMsgClientToGCPartyStartMatchResponse struct {
	Result               *CMsgClientToGCPartyStartMatchResponse_EResponse `` /* 127-byte string literal not displayed */
	AccountId            *uint32                                          `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CMsgClientToGCPartyStartMatchResponse) Descriptor

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

func (*CMsgClientToGCPartyStartMatchResponse) GetAccountId

func (*CMsgClientToGCPartyStartMatchResponse) GetResult

func (*CMsgClientToGCPartyStartMatchResponse) ProtoMessage

func (*CMsgClientToGCPartyStartMatchResponse) ProtoMessage()

func (*CMsgClientToGCPartyStartMatchResponse) Reset

func (*CMsgClientToGCPartyStartMatchResponse) String

func (*CMsgClientToGCPartyStartMatchResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPartyStartMatchResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPartyStartMatchResponse) XXX_Marshal

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

func (*CMsgClientToGCPartyStartMatchResponse) XXX_Merge

func (*CMsgClientToGCPartyStartMatchResponse) XXX_Size

func (*CMsgClientToGCPartyStartMatchResponse) XXX_Unmarshal

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

type CMsgClientToGCPartyStartMatchResponse_EResponse

type CMsgClientToGCPartyStartMatchResponse_EResponse int32
const (
	CMsgClientToGCPartyStartMatchResponse_k_eInternalError               CMsgClientToGCPartyStartMatchResponse_EResponse = 0
	CMsgClientToGCPartyStartMatchResponse_k_eSuccess                     CMsgClientToGCPartyStartMatchResponse_EResponse = 1
	CMsgClientToGCPartyStartMatchResponse_k_eDisabled                    CMsgClientToGCPartyStartMatchResponse_EResponse = 2
	CMsgClientToGCPartyStartMatchResponse_k_eInvalidPartyID              CMsgClientToGCPartyStartMatchResponse_EResponse = 3
	CMsgClientToGCPartyStartMatchResponse_k_eInvalidPermissions          CMsgClientToGCPartyStartMatchResponse_EResponse = 4
	CMsgClientToGCPartyStartMatchResponse_k_eTooBusy                     CMsgClientToGCPartyStartMatchResponse_EResponse = 5
	CMsgClientToGCPartyStartMatchResponse_k_eInMatchmaking               CMsgClientToGCPartyStartMatchResponse_EResponse = 6
	CMsgClientToGCPartyStartMatchResponse_k_eInMatch                     CMsgClientToGCPartyStartMatchResponse_EResponse = 7
	CMsgClientToGCPartyStartMatchResponse_k_eInvalidVersion              CMsgClientToGCPartyStartMatchResponse_EResponse = 10
	CMsgClientToGCPartyStartMatchResponse_k_ePlayersNotReady             CMsgClientToGCPartyStartMatchResponse_EResponse = 11
	CMsgClientToGCPartyStartMatchResponse_k_eCannotSelectRegion          CMsgClientToGCPartyStartMatchResponse_EResponse = 12
	CMsgClientToGCPartyStartMatchResponse_k_eNotAllPlayersAvailable      CMsgClientToGCPartyStartMatchResponse_EResponse = 13
	CMsgClientToGCPartyStartMatchResponse_k_eTooManyPlayersForMM         CMsgClientToGCPartyStartMatchResponse_EResponse = 14
	CMsgClientToGCPartyStartMatchResponse_k_eTooManyPlayersForPrivate    CMsgClientToGCPartyStartMatchResponse_EResponse = 15
	CMsgClientToGCPartyStartMatchResponse_k_eTooManySpectatorsForMM      CMsgClientToGCPartyStartMatchResponse_EResponse = 16
	CMsgClientToGCPartyStartMatchResponse_k_eTooManySpectatorsForPrivate CMsgClientToGCPartyStartMatchResponse_EResponse = 17
	CMsgClientToGCPartyStartMatchResponse_k_eTooFewPlayersForMM          CMsgClientToGCPartyStartMatchResponse_EResponse = 18
	CMsgClientToGCPartyStartMatchResponse_k_eTooFewPlayersForPrivate     CMsgClientToGCPartyStartMatchResponse_EResponse = 19
	CMsgClientToGCPartyStartMatchResponse_k_eMismatchedVersions          CMsgClientToGCPartyStartMatchResponse_EResponse = 20
	CMsgClientToGCPartyStartMatchResponse_k_eInvalidPartyMatchMode       CMsgClientToGCPartyStartMatchResponse_EResponse = 21
	CMsgClientToGCPartyStartMatchResponse_k_eNotAllPlayersCanPlayRanked  CMsgClientToGCPartyStartMatchResponse_EResponse = 22
	CMsgClientToGCPartyStartMatchResponse_k_ePlayerBannedFromMode        CMsgClientToGCPartyStartMatchResponse_EResponse = 23
	CMsgClientToGCPartyStartMatchResponse_k_eTooManyPlayersOnTeam        CMsgClientToGCPartyStartMatchResponse_EResponse = 24
	CMsgClientToGCPartyStartMatchResponse_k_eUnableToFillTeam            CMsgClientToGCPartyStartMatchResponse_EResponse = 25
	CMsgClientToGCPartyStartMatchResponse_k_eInvalidTeam                 CMsgClientToGCPartyStartMatchResponse_EResponse = 26
)

func (CMsgClientToGCPartyStartMatchResponse_EResponse) Enum

func (CMsgClientToGCPartyStartMatchResponse_EResponse) EnumDescriptor

func (CMsgClientToGCPartyStartMatchResponse_EResponse) String

func (*CMsgClientToGCPartyStartMatchResponse_EResponse) UnmarshalJSON

type CMsgClientToGCPerformAutoActions

type CMsgClientToGCPerformAutoActions struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	UpdateChallengeSlots []uint32 `protobuf:"varint,4,rep,name=update_challenge_slots,json=updateChallengeSlots" json:"update_challenge_slots,omitempty"`
	UpdateClaims         []uint32 `protobuf:"varint,5,rep,name=update_claims,json=updateClaims" json:"update_claims,omitempty"`
	ClientVersion        *uint32  `protobuf:"varint,6,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCPerformAutoActions) Descriptor

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

func (*CMsgClientToGCPerformAutoActions) GetClientVersion

func (m *CMsgClientToGCPerformAutoActions) GetClientVersion() uint32

func (*CMsgClientToGCPerformAutoActions) GetEventId

func (m *CMsgClientToGCPerformAutoActions) GetEventId() uint32

func (*CMsgClientToGCPerformAutoActions) GetUpdateChallengeSlots

func (m *CMsgClientToGCPerformAutoActions) GetUpdateChallengeSlots() []uint32

func (*CMsgClientToGCPerformAutoActions) GetUpdateClaims

func (m *CMsgClientToGCPerformAutoActions) GetUpdateClaims() []uint32

func (*CMsgClientToGCPerformAutoActions) ProtoMessage

func (*CMsgClientToGCPerformAutoActions) ProtoMessage()

func (*CMsgClientToGCPerformAutoActions) Reset

func (*CMsgClientToGCPerformAutoActions) String

func (*CMsgClientToGCPerformAutoActions) XXX_DiscardUnknown

func (m *CMsgClientToGCPerformAutoActions) XXX_DiscardUnknown()

func (*CMsgClientToGCPerformAutoActions) XXX_Marshal

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

func (*CMsgClientToGCPerformAutoActions) XXX_Merge

func (*CMsgClientToGCPerformAutoActions) XXX_Size

func (m *CMsgClientToGCPerformAutoActions) XXX_Size() int

func (*CMsgClientToGCPerformAutoActions) XXX_Unmarshal

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

type CMsgClientToGCPerformAutoActionsResponse

type CMsgClientToGCPerformAutoActionsResponse struct {
	Result               *CMsgClientToGCPerformAutoActionsResponse_EResponse `` /* 130-byte string literal not displayed */
	Rewards              *CMsgEventClaimRewards                              `protobuf:"bytes,2,opt,name=rewards" json:"rewards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*CMsgClientToGCPerformAutoActionsResponse) Descriptor

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

func (*CMsgClientToGCPerformAutoActionsResponse) GetResult

func (*CMsgClientToGCPerformAutoActionsResponse) GetRewards

func (*CMsgClientToGCPerformAutoActionsResponse) ProtoMessage

func (*CMsgClientToGCPerformAutoActionsResponse) Reset

func (*CMsgClientToGCPerformAutoActionsResponse) String

func (*CMsgClientToGCPerformAutoActionsResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCPerformAutoActionsResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCPerformAutoActionsResponse) XXX_Marshal

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

func (*CMsgClientToGCPerformAutoActionsResponse) XXX_Merge

func (*CMsgClientToGCPerformAutoActionsResponse) XXX_Size

func (*CMsgClientToGCPerformAutoActionsResponse) XXX_Unmarshal

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

type CMsgClientToGCPerformAutoActionsResponse_EResponse

type CMsgClientToGCPerformAutoActionsResponse_EResponse int32
const (
	CMsgClientToGCPerformAutoActionsResponse_k_eInternalError  CMsgClientToGCPerformAutoActionsResponse_EResponse = 0
	CMsgClientToGCPerformAutoActionsResponse_k_eSuccess        CMsgClientToGCPerformAutoActionsResponse_EResponse = 1
	CMsgClientToGCPerformAutoActionsResponse_k_eDisabled       CMsgClientToGCPerformAutoActionsResponse_EResponse = 2
	CMsgClientToGCPerformAutoActionsResponse_k_eTooBusy        CMsgClientToGCPerformAutoActionsResponse_EResponse = 3
	CMsgClientToGCPerformAutoActionsResponse_k_eInvalidEventID CMsgClientToGCPerformAutoActionsResponse_EResponse = 4
)

func (CMsgClientToGCPerformAutoActionsResponse_EResponse) Enum

func (CMsgClientToGCPerformAutoActionsResponse_EResponse) EnumDescriptor

func (CMsgClientToGCPerformAutoActionsResponse_EResponse) String

func (*CMsgClientToGCPerformAutoActionsResponse_EResponse) UnmarshalJSON

type CMsgClientToGCRecordLocalBotMatch

type CMsgClientToGCRecordLocalBotMatch struct {
	TimeStamp            *uint32       `protobuf:"varint,1,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
	Version              *uint32       `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	DurationS            *uint32       `protobuf:"varint,3,opt,name=duration_s,json=durationS" json:"duration_s,omitempty"`
	FinalPlace           *uint32       `protobuf:"varint,4,opt,name=final_place,json=finalPlace" json:"final_place,omitempty"`
	Difficulty           *uint32       `protobuf:"varint,5,opt,name=difficulty" json:"difficulty,omitempty"`
	Rounds               *uint32       `protobuf:"varint,6,opt,name=rounds" json:"rounds,omitempty"`
	RemainingPlayers     *uint32       `protobuf:"varint,7,opt,name=remaining_players,json=remainingPlayers" json:"remaining_players,omitempty"`
	Platform             *EDACPlatform `protobuf:"varint,8,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	IsTutorial           *bool         `protobuf:"varint,9,opt,name=is_tutorial,json=isTutorial" json:"is_tutorial,omitempty"`
	GameMode             *EDACGameMode `protobuf:"varint,10,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CMsgClientToGCRecordLocalBotMatch) Descriptor

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

func (*CMsgClientToGCRecordLocalBotMatch) GetDifficulty

func (m *CMsgClientToGCRecordLocalBotMatch) GetDifficulty() uint32

func (*CMsgClientToGCRecordLocalBotMatch) GetDurationS

func (m *CMsgClientToGCRecordLocalBotMatch) GetDurationS() uint32

func (*CMsgClientToGCRecordLocalBotMatch) GetFinalPlace

func (m *CMsgClientToGCRecordLocalBotMatch) GetFinalPlace() uint32

func (*CMsgClientToGCRecordLocalBotMatch) GetGameMode

func (*CMsgClientToGCRecordLocalBotMatch) GetIsTutorial

func (m *CMsgClientToGCRecordLocalBotMatch) GetIsTutorial() bool

func (*CMsgClientToGCRecordLocalBotMatch) GetPlatform

func (*CMsgClientToGCRecordLocalBotMatch) GetRemainingPlayers

func (m *CMsgClientToGCRecordLocalBotMatch) GetRemainingPlayers() uint32

func (*CMsgClientToGCRecordLocalBotMatch) GetRounds

func (*CMsgClientToGCRecordLocalBotMatch) GetTimeStamp

func (m *CMsgClientToGCRecordLocalBotMatch) GetTimeStamp() uint32

func (*CMsgClientToGCRecordLocalBotMatch) GetVersion

func (m *CMsgClientToGCRecordLocalBotMatch) GetVersion() uint32

func (*CMsgClientToGCRecordLocalBotMatch) ProtoMessage

func (*CMsgClientToGCRecordLocalBotMatch) ProtoMessage()

func (*CMsgClientToGCRecordLocalBotMatch) Reset

func (*CMsgClientToGCRecordLocalBotMatch) String

func (*CMsgClientToGCRecordLocalBotMatch) XXX_DiscardUnknown

func (m *CMsgClientToGCRecordLocalBotMatch) XXX_DiscardUnknown()

func (*CMsgClientToGCRecordLocalBotMatch) XXX_Marshal

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

func (*CMsgClientToGCRecordLocalBotMatch) XXX_Merge

func (*CMsgClientToGCRecordLocalBotMatch) XXX_Size

func (m *CMsgClientToGCRecordLocalBotMatch) XXX_Size() int

func (*CMsgClientToGCRecordLocalBotMatch) XXX_Unmarshal

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

type CMsgClientToGCRedeemFriendCode

type CMsgClientToGCRedeemFriendCode struct {
	FriendCode           *uint64  `protobuf:"varint,1,opt,name=friend_code,json=friendCode" json:"friend_code,omitempty"`
	TargetAccountId      *uint32  `protobuf:"varint,2,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCRedeemFriendCode) Descriptor

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

func (*CMsgClientToGCRedeemFriendCode) GetFriendCode

func (m *CMsgClientToGCRedeemFriendCode) GetFriendCode() uint64

func (*CMsgClientToGCRedeemFriendCode) GetTargetAccountId

func (m *CMsgClientToGCRedeemFriendCode) GetTargetAccountId() uint32

func (*CMsgClientToGCRedeemFriendCode) ProtoMessage

func (*CMsgClientToGCRedeemFriendCode) ProtoMessage()

func (*CMsgClientToGCRedeemFriendCode) Reset

func (m *CMsgClientToGCRedeemFriendCode) Reset()

func (*CMsgClientToGCRedeemFriendCode) String

func (*CMsgClientToGCRedeemFriendCode) XXX_DiscardUnknown

func (m *CMsgClientToGCRedeemFriendCode) XXX_DiscardUnknown()

func (*CMsgClientToGCRedeemFriendCode) XXX_Marshal

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

func (*CMsgClientToGCRedeemFriendCode) XXX_Merge

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

func (*CMsgClientToGCRedeemFriendCode) XXX_Size

func (m *CMsgClientToGCRedeemFriendCode) XXX_Size() int

func (*CMsgClientToGCRedeemFriendCode) XXX_Unmarshal

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

type CMsgClientToGCRedeemFriendCodeResponse

type CMsgClientToGCRedeemFriendCodeResponse struct {
	Result               *CMsgClientToGCCheckFriendCodeResponse_EResponse `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CMsgClientToGCRedeemFriendCodeResponse) Descriptor

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

func (*CMsgClientToGCRedeemFriendCodeResponse) GetResult

func (*CMsgClientToGCRedeemFriendCodeResponse) ProtoMessage

func (*CMsgClientToGCRedeemFriendCodeResponse) Reset

func (*CMsgClientToGCRedeemFriendCodeResponse) String

func (*CMsgClientToGCRedeemFriendCodeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCRedeemFriendCodeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCRedeemFriendCodeResponse) XXX_Marshal

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

func (*CMsgClientToGCRedeemFriendCodeResponse) XXX_Merge

func (*CMsgClientToGCRedeemFriendCodeResponse) XXX_Size

func (*CMsgClientToGCRedeemFriendCodeResponse) XXX_Unmarshal

func (m *CMsgClientToGCRedeemFriendCodeResponse) XXX_Unmarshal(b []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 `` /* 146-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 CMsgClientToGCReplacementSDRTicket

type CMsgClientToGCReplacementSDRTicket 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 (*CMsgClientToGCReplacementSDRTicket) Descriptor

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

func (*CMsgClientToGCReplacementSDRTicket) GetLobbyId

func (*CMsgClientToGCReplacementSDRTicket) ProtoMessage

func (*CMsgClientToGCReplacementSDRTicket) ProtoMessage()

func (*CMsgClientToGCReplacementSDRTicket) Reset

func (*CMsgClientToGCReplacementSDRTicket) String

func (*CMsgClientToGCReplacementSDRTicket) XXX_DiscardUnknown

func (m *CMsgClientToGCReplacementSDRTicket) XXX_DiscardUnknown()

func (*CMsgClientToGCReplacementSDRTicket) XXX_Marshal

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

func (*CMsgClientToGCReplacementSDRTicket) XXX_Merge

func (*CMsgClientToGCReplacementSDRTicket) XXX_Size

func (*CMsgClientToGCReplacementSDRTicket) XXX_Unmarshal

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

type CMsgClientToGCReplacementSDRTicketResponse

type CMsgClientToGCReplacementSDRTicketResponse struct {
	Ticket               *string  `protobuf:"bytes,1,opt,name=ticket" json:"ticket,omitempty"`
	ErrorMessage         *string  `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCReplacementSDRTicketResponse) Descriptor

func (*CMsgClientToGCReplacementSDRTicketResponse) GetErrorMessage

func (*CMsgClientToGCReplacementSDRTicketResponse) GetTicket

func (*CMsgClientToGCReplacementSDRTicketResponse) ProtoMessage

func (*CMsgClientToGCReplacementSDRTicketResponse) Reset

func (*CMsgClientToGCReplacementSDRTicketResponse) String

func (*CMsgClientToGCReplacementSDRTicketResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCReplacementSDRTicketResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCReplacementSDRTicketResponse) XXX_Marshal

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

func (*CMsgClientToGCReplacementSDRTicketResponse) XXX_Merge

func (*CMsgClientToGCReplacementSDRTicketResponse) XXX_Size

func (*CMsgClientToGCReplacementSDRTicketResponse) XXX_Unmarshal

type CMsgClientToGCRerollChallenge

type CMsgClientToGCRerollChallenge struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCRerollChallenge) Descriptor

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

func (*CMsgClientToGCRerollChallenge) GetEventId

func (m *CMsgClientToGCRerollChallenge) GetEventId() uint32

func (*CMsgClientToGCRerollChallenge) GetSequenceId

func (m *CMsgClientToGCRerollChallenge) GetSequenceId() uint32

func (*CMsgClientToGCRerollChallenge) GetSlotId

func (m *CMsgClientToGCRerollChallenge) GetSlotId() uint32

func (*CMsgClientToGCRerollChallenge) ProtoMessage

func (*CMsgClientToGCRerollChallenge) ProtoMessage()

func (*CMsgClientToGCRerollChallenge) Reset

func (m *CMsgClientToGCRerollChallenge) Reset()

func (*CMsgClientToGCRerollChallenge) String

func (*CMsgClientToGCRerollChallenge) XXX_DiscardUnknown

func (m *CMsgClientToGCRerollChallenge) XXX_DiscardUnknown()

func (*CMsgClientToGCRerollChallenge) XXX_Marshal

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

func (*CMsgClientToGCRerollChallenge) XXX_Merge

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

func (*CMsgClientToGCRerollChallenge) XXX_Size

func (m *CMsgClientToGCRerollChallenge) XXX_Size() int

func (*CMsgClientToGCRerollChallenge) XXX_Unmarshal

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

type CMsgClientToGCRerollChallengeResponse

type CMsgClientToGCRerollChallengeResponse struct {
	Result               *CMsgClientToGCRerollChallengeResponse_EResponse `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                         `json:"-"`
	XXX_unrecognized     []byte                                           `json:"-"`
	XXX_sizecache        int32                                            `json:"-"`
}

func (*CMsgClientToGCRerollChallengeResponse) Descriptor

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

func (*CMsgClientToGCRerollChallengeResponse) GetResult

func (*CMsgClientToGCRerollChallengeResponse) ProtoMessage

func (*CMsgClientToGCRerollChallengeResponse) ProtoMessage()

func (*CMsgClientToGCRerollChallengeResponse) Reset

func (*CMsgClientToGCRerollChallengeResponse) String

func (*CMsgClientToGCRerollChallengeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCRerollChallengeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCRerollChallengeResponse) XXX_Marshal

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

func (*CMsgClientToGCRerollChallengeResponse) XXX_Merge

func (*CMsgClientToGCRerollChallengeResponse) XXX_Size

func (*CMsgClientToGCRerollChallengeResponse) XXX_Unmarshal

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

type CMsgClientToGCRerollChallengeResponse_EResponse

type CMsgClientToGCRerollChallengeResponse_EResponse int32
const (
	CMsgClientToGCRerollChallengeResponse_k_eInternalError       CMsgClientToGCRerollChallengeResponse_EResponse = 0
	CMsgClientToGCRerollChallengeResponse_k_eSuccess             CMsgClientToGCRerollChallengeResponse_EResponse = 1
	CMsgClientToGCRerollChallengeResponse_k_eDisabled            CMsgClientToGCRerollChallengeResponse_EResponse = 2
	CMsgClientToGCRerollChallengeResponse_k_eTooBusy             CMsgClientToGCRerollChallengeResponse_EResponse = 3
	CMsgClientToGCRerollChallengeResponse_k_eRateLimited         CMsgClientToGCRerollChallengeResponse_EResponse = 4
	CMsgClientToGCRerollChallengeResponse_k_eRerollCooldown      CMsgClientToGCRerollChallengeResponse_EResponse = 5
	CMsgClientToGCRerollChallengeResponse_k_eNotComplete         CMsgClientToGCRerollChallengeResponse_EResponse = 6
	CMsgClientToGCRerollChallengeResponse_k_eCannotReroll        CMsgClientToGCRerollChallengeResponse_EResponse = 7
	CMsgClientToGCRerollChallengeResponse_k_eSequenceMismatch    CMsgClientToGCRerollChallengeResponse_EResponse = 8
	CMsgClientToGCRerollChallengeResponse_k_eRewardsNotClaimed   CMsgClientToGCRerollChallengeResponse_EResponse = 9
	CMsgClientToGCRerollChallengeResponse_k_eEventInactive       CMsgClientToGCRerollChallengeResponse_EResponse = 10
	CMsgClientToGCRerollChallengeResponse_k_eRequiresOwningEvent CMsgClientToGCRerollChallengeResponse_EResponse = 11
)

func (CMsgClientToGCRerollChallengeResponse_EResponse) Enum

func (CMsgClientToGCRerollChallengeResponse_EResponse) EnumDescriptor

func (CMsgClientToGCRerollChallengeResponse_EResponse) String

func (*CMsgClientToGCRerollChallengeResponse_EResponse) UnmarshalJSON

type CMsgClientToGCRevokeFriendCode

type CMsgClientToGCRevokeFriendCode struct {
	FriendCode           *uint64  `protobuf:"varint,1,opt,name=friend_code,json=friendCode" json:"friend_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCRevokeFriendCode) Descriptor

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

func (*CMsgClientToGCRevokeFriendCode) GetFriendCode

func (m *CMsgClientToGCRevokeFriendCode) GetFriendCode() uint64

func (*CMsgClientToGCRevokeFriendCode) ProtoMessage

func (*CMsgClientToGCRevokeFriendCode) ProtoMessage()

func (*CMsgClientToGCRevokeFriendCode) Reset

func (m *CMsgClientToGCRevokeFriendCode) Reset()

func (*CMsgClientToGCRevokeFriendCode) String

func (*CMsgClientToGCRevokeFriendCode) XXX_DiscardUnknown

func (m *CMsgClientToGCRevokeFriendCode) XXX_DiscardUnknown()

func (*CMsgClientToGCRevokeFriendCode) XXX_Marshal

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

func (*CMsgClientToGCRevokeFriendCode) XXX_Merge

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

func (*CMsgClientToGCRevokeFriendCode) XXX_Size

func (m *CMsgClientToGCRevokeFriendCode) XXX_Size() int

func (*CMsgClientToGCRevokeFriendCode) XXX_Unmarshal

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

type CMsgClientToGCRevokeFriendCodeResponse

type CMsgClientToGCRevokeFriendCodeResponse struct {
	Result               *CMsgClientToGCRevokeFriendCodeResponse_EResponse `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*CMsgClientToGCRevokeFriendCodeResponse) Descriptor

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

func (*CMsgClientToGCRevokeFriendCodeResponse) GetResult

func (*CMsgClientToGCRevokeFriendCodeResponse) ProtoMessage

func (*CMsgClientToGCRevokeFriendCodeResponse) Reset

func (*CMsgClientToGCRevokeFriendCodeResponse) String

func (*CMsgClientToGCRevokeFriendCodeResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCRevokeFriendCodeResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCRevokeFriendCodeResponse) XXX_Marshal

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

func (*CMsgClientToGCRevokeFriendCodeResponse) XXX_Merge

func (*CMsgClientToGCRevokeFriendCodeResponse) XXX_Size

func (*CMsgClientToGCRevokeFriendCodeResponse) XXX_Unmarshal

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

type CMsgClientToGCRevokeFriendCodeResponse_EResponse

type CMsgClientToGCRevokeFriendCodeResponse_EResponse int32
const (
	CMsgClientToGCRevokeFriendCodeResponse_k_eInternalError CMsgClientToGCRevokeFriendCodeResponse_EResponse = 0
	CMsgClientToGCRevokeFriendCodeResponse_k_eSuccess       CMsgClientToGCRevokeFriendCodeResponse_EResponse = 1
	CMsgClientToGCRevokeFriendCodeResponse_k_eDisabled      CMsgClientToGCRevokeFriendCodeResponse_EResponse = 2
	CMsgClientToGCRevokeFriendCodeResponse_k_eTooBusy       CMsgClientToGCRevokeFriendCodeResponse_EResponse = 3
	CMsgClientToGCRevokeFriendCodeResponse_k_eRateLimited   CMsgClientToGCRevokeFriendCodeResponse_EResponse = 4
	CMsgClientToGCRevokeFriendCodeResponse_k_eInvalidKey    CMsgClientToGCRevokeFriendCodeResponse_EResponse = 5
)

func (CMsgClientToGCRevokeFriendCodeResponse_EResponse) Enum

func (CMsgClientToGCRevokeFriendCodeResponse_EResponse) EnumDescriptor

func (CMsgClientToGCRevokeFriendCodeResponse_EResponse) String

func (*CMsgClientToGCRevokeFriendCodeResponse_EResponse) 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 `` /* 128-byte string literal not displayed */
	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 CMsgClientToGCSetTeamName

type CMsgClientToGCSetTeamName struct {
	RoutingId            *uint32  `protobuf:"varint,1,opt,name=routing_id,json=routingId" json:"routing_id,omitempty"`
	OtherAccountId       *uint32  `protobuf:"varint,2,opt,name=other_account_id,json=otherAccountId" json:"other_account_id,omitempty"`
	TeamName             *string  `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCSetTeamName) Descriptor

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

func (*CMsgClientToGCSetTeamName) GetOtherAccountId

func (m *CMsgClientToGCSetTeamName) GetOtherAccountId() uint32

func (*CMsgClientToGCSetTeamName) GetRoutingId

func (m *CMsgClientToGCSetTeamName) GetRoutingId() uint32

func (*CMsgClientToGCSetTeamName) GetTeamName

func (m *CMsgClientToGCSetTeamName) GetTeamName() string

func (*CMsgClientToGCSetTeamName) ProtoMessage

func (*CMsgClientToGCSetTeamName) ProtoMessage()

func (*CMsgClientToGCSetTeamName) Reset

func (m *CMsgClientToGCSetTeamName) Reset()

func (*CMsgClientToGCSetTeamName) String

func (m *CMsgClientToGCSetTeamName) String() string

func (*CMsgClientToGCSetTeamName) XXX_DiscardUnknown

func (m *CMsgClientToGCSetTeamName) XXX_DiscardUnknown()

func (*CMsgClientToGCSetTeamName) XXX_Marshal

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

func (*CMsgClientToGCSetTeamName) XXX_Merge

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

func (*CMsgClientToGCSetTeamName) XXX_Size

func (m *CMsgClientToGCSetTeamName) XXX_Size() int

func (*CMsgClientToGCSetTeamName) XXX_Unmarshal

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

type CMsgClientToGCSetTeamNameResponse

type CMsgClientToGCSetTeamNameResponse struct {
	Result               *CMsgClientToGCSetTeamNameResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCSetTeamNameResponse_EResponse,def=0" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                     `json:"-"`
	XXX_unrecognized     []byte                                       `json:"-"`
	XXX_sizecache        int32                                        `json:"-"`
}

func (*CMsgClientToGCSetTeamNameResponse) Descriptor

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

func (*CMsgClientToGCSetTeamNameResponse) GetResult

func (*CMsgClientToGCSetTeamNameResponse) ProtoMessage

func (*CMsgClientToGCSetTeamNameResponse) ProtoMessage()

func (*CMsgClientToGCSetTeamNameResponse) Reset

func (*CMsgClientToGCSetTeamNameResponse) String

func (*CMsgClientToGCSetTeamNameResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCSetTeamNameResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCSetTeamNameResponse) XXX_Marshal

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

func (*CMsgClientToGCSetTeamNameResponse) XXX_Merge

func (*CMsgClientToGCSetTeamNameResponse) XXX_Size

func (m *CMsgClientToGCSetTeamNameResponse) XXX_Size() int

func (*CMsgClientToGCSetTeamNameResponse) XXX_Unmarshal

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

type CMsgClientToGCSetTeamNameResponse_EResponse

type CMsgClientToGCSetTeamNameResponse_EResponse int32
const (
	CMsgClientToGCSetTeamNameResponse_k_eInternalError   CMsgClientToGCSetTeamNameResponse_EResponse = 0
	CMsgClientToGCSetTeamNameResponse_k_eSuccess         CMsgClientToGCSetTeamNameResponse_EResponse = 1
	CMsgClientToGCSetTeamNameResponse_k_eDisabled        CMsgClientToGCSetTeamNameResponse_EResponse = 2
	CMsgClientToGCSetTeamNameResponse_k_eTooBusy         CMsgClientToGCSetTeamNameResponse_EResponse = 3
	CMsgClientToGCSetTeamNameResponse_k_eNotUnlocked     CMsgClientToGCSetTeamNameResponse_EResponse = 4
	CMsgClientToGCSetTeamNameResponse_k_eInCooldown      CMsgClientToGCSetTeamNameResponse_EResponse = 5
	CMsgClientToGCSetTeamNameResponse_k_eNameTooLong     CMsgClientToGCSetTeamNameResponse_EResponse = 6
	CMsgClientToGCSetTeamNameResponse_k_eCommunityBanned CMsgClientToGCSetTeamNameResponse_EResponse = 7
	CMsgClientToGCSetTeamNameResponse_k_eGameBanned      CMsgClientToGCSetTeamNameResponse_EResponse = 8
)

func (CMsgClientToGCSetTeamNameResponse_EResponse) Enum

func (CMsgClientToGCSetTeamNameResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCSetTeamNameResponse_EResponse) String

func (*CMsgClientToGCSetTeamNameResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCSpectateUser

type CMsgClientToGCSpectateUser struct {
	SpectateAccountId    *uint32         `protobuf:"varint,1,opt,name=spectate_account_id,json=spectateAccountId" json:"spectate_account_id,omitempty"`
	RegionMode           *EDACRegionMode `protobuf:"varint,2,opt,name=region_mode,json=regionMode,enum=protocol.EDACRegionMode,def=0" json:"region_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CMsgClientToGCSpectateUser) Descriptor

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

func (*CMsgClientToGCSpectateUser) GetRegionMode

func (m *CMsgClientToGCSpectateUser) GetRegionMode() EDACRegionMode

func (*CMsgClientToGCSpectateUser) GetSpectateAccountId

func (m *CMsgClientToGCSpectateUser) GetSpectateAccountId() uint32

func (*CMsgClientToGCSpectateUser) ProtoMessage

func (*CMsgClientToGCSpectateUser) ProtoMessage()

func (*CMsgClientToGCSpectateUser) Reset

func (m *CMsgClientToGCSpectateUser) Reset()

func (*CMsgClientToGCSpectateUser) String

func (m *CMsgClientToGCSpectateUser) String() string

func (*CMsgClientToGCSpectateUser) XXX_DiscardUnknown

func (m *CMsgClientToGCSpectateUser) XXX_DiscardUnknown()

func (*CMsgClientToGCSpectateUser) XXX_Marshal

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

func (*CMsgClientToGCSpectateUser) XXX_Merge

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

func (*CMsgClientToGCSpectateUser) XXX_Size

func (m *CMsgClientToGCSpectateUser) XXX_Size() int

func (*CMsgClientToGCSpectateUser) XXX_Unmarshal

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

type CMsgClientToGCSpectateUserResponse

type CMsgClientToGCSpectateUserResponse struct {
	Result               *CMsgClientToGCSpectateUserResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgClientToGCSpectateUserResponse_EResponse,def=0" json:"result,omitempty"`
	ServerSteamId        *uint64                                       `protobuf:"fixed64,3,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	SdrKey               []byte                                        `protobuf:"bytes,4,opt,name=sdr_key,json=sdrKey" json:"sdr_key,omitempty"`
	UdpConnectIp         *uint32                                       `protobuf:"varint,5,opt,name=udp_connect_ip,json=udpConnectIp" json:"udp_connect_ip,omitempty"`
	UdpConnectPort       *uint32                                       `protobuf:"varint,6,opt,name=udp_connect_port,json=udpConnectPort" json:"udp_connect_port,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgClientToGCSpectateUserResponse) Descriptor

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

func (*CMsgClientToGCSpectateUserResponse) GetResult

func (*CMsgClientToGCSpectateUserResponse) GetSdrKey

func (m *CMsgClientToGCSpectateUserResponse) GetSdrKey() []byte

func (*CMsgClientToGCSpectateUserResponse) GetServerSteamId

func (m *CMsgClientToGCSpectateUserResponse) GetServerSteamId() uint64

func (*CMsgClientToGCSpectateUserResponse) GetUdpConnectIp

func (m *CMsgClientToGCSpectateUserResponse) GetUdpConnectIp() uint32

func (*CMsgClientToGCSpectateUserResponse) GetUdpConnectPort

func (m *CMsgClientToGCSpectateUserResponse) GetUdpConnectPort() uint32

func (*CMsgClientToGCSpectateUserResponse) ProtoMessage

func (*CMsgClientToGCSpectateUserResponse) ProtoMessage()

func (*CMsgClientToGCSpectateUserResponse) Reset

func (*CMsgClientToGCSpectateUserResponse) String

func (*CMsgClientToGCSpectateUserResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCSpectateUserResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCSpectateUserResponse) XXX_Marshal

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

func (*CMsgClientToGCSpectateUserResponse) XXX_Merge

func (*CMsgClientToGCSpectateUserResponse) XXX_Size

func (*CMsgClientToGCSpectateUserResponse) XXX_Unmarshal

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

type CMsgClientToGCSpectateUserResponse_EResponse

type CMsgClientToGCSpectateUserResponse_EResponse int32
const (
	CMsgClientToGCSpectateUserResponse_k_eInternalError          CMsgClientToGCSpectateUserResponse_EResponse = 0
	CMsgClientToGCSpectateUserResponse_k_eSuccess                CMsgClientToGCSpectateUserResponse_EResponse = 1
	CMsgClientToGCSpectateUserResponse_k_eDisabled               CMsgClientToGCSpectateUserResponse_EResponse = 2
	CMsgClientToGCSpectateUserResponse_k_eTooBusy                CMsgClientToGCSpectateUserResponse_EResponse = 3
	CMsgClientToGCSpectateUserResponse_k_eRateLimited            CMsgClientToGCSpectateUserResponse_EResponse = 4
	CMsgClientToGCSpectateUserResponse_k_eNotInGame              CMsgClientToGCSpectateUserResponse_EResponse = 5
	CMsgClientToGCSpectateUserResponse_k_eDisabledForGame        CMsgClientToGCSpectateUserResponse_EResponse = 6
	CMsgClientToGCSpectateUserResponse_k_eServerFull             CMsgClientToGCSpectateUserResponse_EResponse = 7
	CMsgClientToGCSpectateUserResponse_k_eNotFriends             CMsgClientToGCSpectateUserResponse_EResponse = 8
	CMsgClientToGCSpectateUserResponse_k_eRegionInfoNotProvided  CMsgClientToGCSpectateUserResponse_EResponse = 9
	CMsgClientToGCSpectateUserResponse_k_eDurationControlBlocked CMsgClientToGCSpectateUserResponse_EResponse = 10
)

func (CMsgClientToGCSpectateUserResponse_EResponse) Enum

func (CMsgClientToGCSpectateUserResponse_EResponse) EnumDescriptor

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

func (CMsgClientToGCSpectateUserResponse_EResponse) String

func (*CMsgClientToGCSpectateUserResponse_EResponse) UnmarshalJSON

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

type CMsgClientToGCStartMatchmaking

type CMsgClientToGCStartMatchmaking struct {
	MatchInfo            *CMsgStartFindingMatchInfo `protobuf:"bytes,1,opt,name=match_info,json=matchInfo" json:"match_info,omitempty"`
	PingTimes            *CMsgRegionPingTimesClient `protobuf:"bytes,2,opt,name=ping_times,json=pingTimes" json:"ping_times,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CMsgClientToGCStartMatchmaking) Descriptor

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

func (*CMsgClientToGCStartMatchmaking) GetMatchInfo

func (*CMsgClientToGCStartMatchmaking) GetPingTimes

func (*CMsgClientToGCStartMatchmaking) ProtoMessage

func (*CMsgClientToGCStartMatchmaking) ProtoMessage()

func (*CMsgClientToGCStartMatchmaking) Reset

func (m *CMsgClientToGCStartMatchmaking) Reset()

func (*CMsgClientToGCStartMatchmaking) String

func (*CMsgClientToGCStartMatchmaking) XXX_DiscardUnknown

func (m *CMsgClientToGCStartMatchmaking) XXX_DiscardUnknown()

func (*CMsgClientToGCStartMatchmaking) XXX_Marshal

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

func (*CMsgClientToGCStartMatchmaking) XXX_Merge

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

func (*CMsgClientToGCStartMatchmaking) XXX_Size

func (m *CMsgClientToGCStartMatchmaking) XXX_Size() int

func (*CMsgClientToGCStartMatchmaking) XXX_Unmarshal

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

type CMsgClientToGCStartMatchmakingResponse

type CMsgClientToGCStartMatchmakingResponse struct {
	Result               *CMsgClientToGCStartMatchmakingResponse_EResultCode `` /* 130-byte string literal not displayed */
	DebugMessage         *string                                             `protobuf:"bytes,2,opt,name=debug_message,json=debugMessage" json:"debug_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*CMsgClientToGCStartMatchmakingResponse) Descriptor

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

func (*CMsgClientToGCStartMatchmakingResponse) GetDebugMessage

func (m *CMsgClientToGCStartMatchmakingResponse) GetDebugMessage() string

func (*CMsgClientToGCStartMatchmakingResponse) GetResult

func (*CMsgClientToGCStartMatchmakingResponse) ProtoMessage

func (*CMsgClientToGCStartMatchmakingResponse) Reset

func (*CMsgClientToGCStartMatchmakingResponse) String

func (*CMsgClientToGCStartMatchmakingResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCStartMatchmakingResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCStartMatchmakingResponse) XXX_Marshal

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

func (*CMsgClientToGCStartMatchmakingResponse) XXX_Merge

func (*CMsgClientToGCStartMatchmakingResponse) XXX_Size

func (*CMsgClientToGCStartMatchmakingResponse) XXX_Unmarshal

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

type CMsgClientToGCStartMatchmakingResponse_EResultCode

type CMsgClientToGCStartMatchmakingResponse_EResultCode int32
const (
	CMsgClientToGCStartMatchmakingResponse_k_EResult_OK                     CMsgClientToGCStartMatchmakingResponse_EResultCode = 0
	CMsgClientToGCStartMatchmakingResponse_k_EResult_AlreadyFindingMatch    CMsgClientToGCStartMatchmakingResponse_EResultCode = 1
	CMsgClientToGCStartMatchmakingResponse_k_EResult_PartyMemberInLobby     CMsgClientToGCStartMatchmakingResponse_EResultCode = 2
	CMsgClientToGCStartMatchmakingResponse_k_EResult_InvalidClientVersion   CMsgClientToGCStartMatchmakingResponse_EResultCode = 3
	CMsgClientToGCStartMatchmakingResponse_k_EResult_MatchmakingDisabled    CMsgClientToGCStartMatchmakingResponse_EResultCode = 4
	CMsgClientToGCStartMatchmakingResponse_k_EResult_MatchmakingTooBusy     CMsgClientToGCStartMatchmakingResponse_EResultCode = 5
	CMsgClientToGCStartMatchmakingResponse_k_EResult_InternalError          CMsgClientToGCStartMatchmakingResponse_EResultCode = 6
	CMsgClientToGCStartMatchmakingResponse_k_EResult_NoRegionPings          CMsgClientToGCStartMatchmakingResponse_EResultCode = 7
	CMsgClientToGCStartMatchmakingResponse_k_EResult_InParty                CMsgClientToGCStartMatchmakingResponse_EResultCode = 8
	CMsgClientToGCStartMatchmakingResponse_k_EResult_ModeLocked             CMsgClientToGCStartMatchmakingResponse_EResultCode = 9
	CMsgClientToGCStartMatchmakingResponse_k_EResult_ModeBanned             CMsgClientToGCStartMatchmakingResponse_EResultCode = 10
	CMsgClientToGCStartMatchmakingResponse_k_EResult_RegionInfoNotProvided  CMsgClientToGCStartMatchmakingResponse_EResultCode = 11
	CMsgClientToGCStartMatchmakingResponse_k_EResult_DurationControlBlocked CMsgClientToGCStartMatchmakingResponse_EResultCode = 12
)

func (CMsgClientToGCStartMatchmakingResponse_EResultCode) Enum

func (CMsgClientToGCStartMatchmakingResponse_EResultCode) EnumDescriptor

func (CMsgClientToGCStartMatchmakingResponse_EResultCode) String

func (*CMsgClientToGCStartMatchmakingResponse_EResultCode) UnmarshalJSON

type CMsgClientToGCStopMatchmaking

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

func (*CMsgClientToGCStopMatchmaking) Descriptor

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

func (*CMsgClientToGCStopMatchmaking) ProtoMessage

func (*CMsgClientToGCStopMatchmaking) ProtoMessage()

func (*CMsgClientToGCStopMatchmaking) Reset

func (m *CMsgClientToGCStopMatchmaking) Reset()

func (*CMsgClientToGCStopMatchmaking) String

func (*CMsgClientToGCStopMatchmaking) XXX_DiscardUnknown

func (m *CMsgClientToGCStopMatchmaking) XXX_DiscardUnknown()

func (*CMsgClientToGCStopMatchmaking) XXX_Marshal

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

func (*CMsgClientToGCStopMatchmaking) XXX_Merge

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

func (*CMsgClientToGCStopMatchmaking) XXX_Size

func (m *CMsgClientToGCStopMatchmaking) XXX_Size() int

func (*CMsgClientToGCStopMatchmaking) XXX_Unmarshal

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

type CMsgClientToGCStopMatchmakingResponse

type CMsgClientToGCStopMatchmakingResponse 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 (*CMsgClientToGCStopMatchmakingResponse) Descriptor

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

func (*CMsgClientToGCStopMatchmakingResponse) GetSuccess

func (*CMsgClientToGCStopMatchmakingResponse) ProtoMessage

func (*CMsgClientToGCStopMatchmakingResponse) ProtoMessage()

func (*CMsgClientToGCStopMatchmakingResponse) Reset

func (*CMsgClientToGCStopMatchmakingResponse) String

func (*CMsgClientToGCStopMatchmakingResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCStopMatchmakingResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCStopMatchmakingResponse) XXX_Marshal

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

func (*CMsgClientToGCStopMatchmakingResponse) XXX_Merge

func (*CMsgClientToGCStopMatchmakingResponse) XXX_Size

func (*CMsgClientToGCStopMatchmakingResponse) XXX_Unmarshal

func (m *CMsgClientToGCStopMatchmakingResponse) XXX_Unmarshal(b []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=protocol.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 (*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 `` /* 134-byte string literal not displayed */
	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 `` /* 132-byte string literal not displayed */
	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 CMsgClientToGCUpdateAccountSync

type CMsgClientToGCUpdateAccountSync struct {
	Ids                  []uint32 `protobuf:"varint,1,rep,name=ids" json:"ids,omitempty"`
	Values               []uint32 `protobuf:"varint,2,rep,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToGCUpdateAccountSync) Descriptor

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

func (*CMsgClientToGCUpdateAccountSync) GetIds

func (*CMsgClientToGCUpdateAccountSync) GetValues

func (m *CMsgClientToGCUpdateAccountSync) GetValues() []uint32

func (*CMsgClientToGCUpdateAccountSync) ProtoMessage

func (*CMsgClientToGCUpdateAccountSync) ProtoMessage()

func (*CMsgClientToGCUpdateAccountSync) Reset

func (*CMsgClientToGCUpdateAccountSync) String

func (*CMsgClientToGCUpdateAccountSync) XXX_DiscardUnknown

func (m *CMsgClientToGCUpdateAccountSync) XXX_DiscardUnknown()

func (*CMsgClientToGCUpdateAccountSync) XXX_Marshal

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

func (*CMsgClientToGCUpdateAccountSync) XXX_Merge

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

func (*CMsgClientToGCUpdateAccountSync) XXX_Size

func (m *CMsgClientToGCUpdateAccountSync) XXX_Size() int

func (*CMsgClientToGCUpdateAccountSync) XXX_Unmarshal

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

type CMsgClientToGCUpdateAccountSyncResponse

type CMsgClientToGCUpdateAccountSyncResponse struct {
	Result               *CMsgClientToGCUpdateAccountSyncResponse_EResponse `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*CMsgClientToGCUpdateAccountSyncResponse) Descriptor

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

func (*CMsgClientToGCUpdateAccountSyncResponse) GetResult

func (*CMsgClientToGCUpdateAccountSyncResponse) ProtoMessage

func (*CMsgClientToGCUpdateAccountSyncResponse) Reset

func (*CMsgClientToGCUpdateAccountSyncResponse) String

func (*CMsgClientToGCUpdateAccountSyncResponse) XXX_DiscardUnknown

func (m *CMsgClientToGCUpdateAccountSyncResponse) XXX_DiscardUnknown()

func (*CMsgClientToGCUpdateAccountSyncResponse) XXX_Marshal

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

func (*CMsgClientToGCUpdateAccountSyncResponse) XXX_Merge

func (*CMsgClientToGCUpdateAccountSyncResponse) XXX_Size

func (*CMsgClientToGCUpdateAccountSyncResponse) XXX_Unmarshal

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

type CMsgClientToGCUpdateAccountSyncResponse_EResponse

type CMsgClientToGCUpdateAccountSyncResponse_EResponse int32
const (
	CMsgClientToGCUpdateAccountSyncResponse_k_eInternalError  CMsgClientToGCUpdateAccountSyncResponse_EResponse = 0
	CMsgClientToGCUpdateAccountSyncResponse_k_eSuccess        CMsgClientToGCUpdateAccountSyncResponse_EResponse = 1
	CMsgClientToGCUpdateAccountSyncResponse_k_eDisabled       CMsgClientToGCUpdateAccountSyncResponse_EResponse = 2
	CMsgClientToGCUpdateAccountSyncResponse_k_eTooBusy        CMsgClientToGCUpdateAccountSyncResponse_EResponse = 3
	CMsgClientToGCUpdateAccountSyncResponse_k_eInvalidMessage CMsgClientToGCUpdateAccountSyncResponse_EResponse = 4
)

func (CMsgClientToGCUpdateAccountSyncResponse_EResponse) Enum

func (CMsgClientToGCUpdateAccountSyncResponse_EResponse) EnumDescriptor

func (CMsgClientToGCUpdateAccountSyncResponse_EResponse) String

func (*CMsgClientToGCUpdateAccountSyncResponse_EResponse) UnmarshalJSON

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=protocol.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 `` /* 151-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 (*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 CMsgClientToServerBoardBuddyCommand

type CMsgClientToServerBoardBuddyCommand struct {
	Command              *uint32  `protobuf:"varint,1,opt,name=command" json:"command,omitempty"`
	PosX                 *float32 `protobuf:"fixed32,2,opt,name=pos_x,json=posX" json:"pos_x,omitempty"`
	PosY                 *float32 `protobuf:"fixed32,3,opt,name=pos_y,json=posY" json:"pos_y,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToServerBoardBuddyCommand) Descriptor

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

func (*CMsgClientToServerBoardBuddyCommand) GetCommand

func (*CMsgClientToServerBoardBuddyCommand) GetPosX

func (*CMsgClientToServerBoardBuddyCommand) GetPosY

func (*CMsgClientToServerBoardBuddyCommand) ProtoMessage

func (*CMsgClientToServerBoardBuddyCommand) ProtoMessage()

func (*CMsgClientToServerBoardBuddyCommand) Reset

func (*CMsgClientToServerBoardBuddyCommand) String

func (*CMsgClientToServerBoardBuddyCommand) XXX_DiscardUnknown

func (m *CMsgClientToServerBoardBuddyCommand) XXX_DiscardUnknown()

func (*CMsgClientToServerBoardBuddyCommand) XXX_Marshal

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

func (*CMsgClientToServerBoardBuddyCommand) XXX_Merge

func (*CMsgClientToServerBoardBuddyCommand) XXX_Size

func (*CMsgClientToServerBoardBuddyCommand) XXX_Unmarshal

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

type CMsgClientToServerChatMsg

type CMsgClientToServerChatMsg struct {
	MessageId              *uint32          `protobuf:"varint,1,opt,name=message_id,json=messageId" json:"message_id,omitempty"`
	CustomText             *string          `protobuf:"bytes,2,opt,name=custom_text,json=customText" json:"custom_text,omitempty"`
	ChatType               *EInGameChatType `protobuf:"varint,3,opt,name=chat_type,json=chatType,enum=protocol.EInGameChatType,def=0" json:"chat_type,omitempty"`
	BoardSprayId           *uint32          `protobuf:"varint,4,opt,name=board_spray_id,json=boardSprayId" json:"board_spray_id,omitempty"`
	BoardSprayX            *float32         `protobuf:"fixed32,5,opt,name=board_spray_x,json=boardSprayX" json:"board_spray_x,omitempty"`
	BoardSprayY            *float32         `protobuf:"fixed32,6,opt,name=board_spray_y,json=boardSprayY" json:"board_spray_y,omitempty"`
	SprayedBoardPlayerSlot *uint32          `protobuf:"varint,7,opt,name=sprayed_board_player_slot,json=sprayedBoardPlayerSlot" json:"sprayed_board_player_slot,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}         `json:"-"`
	XXX_unrecognized       []byte           `json:"-"`
	XXX_sizecache          int32            `json:"-"`
}

func (*CMsgClientToServerChatMsg) Descriptor

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

func (*CMsgClientToServerChatMsg) GetBoardSprayId

func (m *CMsgClientToServerChatMsg) GetBoardSprayId() uint32

func (*CMsgClientToServerChatMsg) GetBoardSprayX

func (m *CMsgClientToServerChatMsg) GetBoardSprayX() float32

func (*CMsgClientToServerChatMsg) GetBoardSprayY

func (m *CMsgClientToServerChatMsg) GetBoardSprayY() float32

func (*CMsgClientToServerChatMsg) GetChatType

func (m *CMsgClientToServerChatMsg) GetChatType() EInGameChatType

func (*CMsgClientToServerChatMsg) GetCustomText

func (m *CMsgClientToServerChatMsg) GetCustomText() string

func (*CMsgClientToServerChatMsg) GetMessageId

func (m *CMsgClientToServerChatMsg) GetMessageId() uint32

func (*CMsgClientToServerChatMsg) GetSprayedBoardPlayerSlot

func (m *CMsgClientToServerChatMsg) GetSprayedBoardPlayerSlot() uint32

func (*CMsgClientToServerChatMsg) ProtoMessage

func (*CMsgClientToServerChatMsg) ProtoMessage()

func (*CMsgClientToServerChatMsg) Reset

func (m *CMsgClientToServerChatMsg) Reset()

func (*CMsgClientToServerChatMsg) String

func (m *CMsgClientToServerChatMsg) String() string

func (*CMsgClientToServerChatMsg) XXX_DiscardUnknown

func (m *CMsgClientToServerChatMsg) XXX_DiscardUnknown()

func (*CMsgClientToServerChatMsg) XXX_Marshal

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

func (*CMsgClientToServerChatMsg) XXX_Merge

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

func (*CMsgClientToServerChatMsg) XXX_Size

func (m *CMsgClientToServerChatMsg) XXX_Size() int

func (*CMsgClientToServerChatMsg) XXX_Unmarshal

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

type CMsgClientToServerClickMsg

type CMsgClientToServerClickMsg struct {
	ClickType            *EClickType `protobuf:"varint,1,opt,name=click_type,json=clickType,enum=protocol.EClickType,def=0" json:"click_type,omitempty"`
	TargetPlayerSlot     *uint32     `protobuf:"varint,2,opt,name=target_player_slot,json=targetPlayerSlot" json:"target_player_slot,omitempty"`
	ClickX               *float32    `protobuf:"fixed32,3,opt,name=click_x,json=clickX" json:"click_x,omitempty"`
	ClickY               *float32    `protobuf:"fixed32,4,opt,name=click_y,json=clickY" json:"click_y,omitempty"`
	ClickZ               *float32    `protobuf:"fixed32,5,opt,name=click_z,json=clickZ" json:"click_z,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CMsgClientToServerClickMsg) Descriptor

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

func (*CMsgClientToServerClickMsg) GetClickType

func (m *CMsgClientToServerClickMsg) GetClickType() EClickType

func (*CMsgClientToServerClickMsg) GetClickX

func (m *CMsgClientToServerClickMsg) GetClickX() float32

func (*CMsgClientToServerClickMsg) GetClickY

func (m *CMsgClientToServerClickMsg) GetClickY() float32

func (*CMsgClientToServerClickMsg) GetClickZ

func (m *CMsgClientToServerClickMsg) GetClickZ() float32

func (*CMsgClientToServerClickMsg) GetTargetPlayerSlot

func (m *CMsgClientToServerClickMsg) GetTargetPlayerSlot() uint32

func (*CMsgClientToServerClickMsg) ProtoMessage

func (*CMsgClientToServerClickMsg) ProtoMessage()

func (*CMsgClientToServerClickMsg) Reset

func (m *CMsgClientToServerClickMsg) Reset()

func (*CMsgClientToServerClickMsg) String

func (m *CMsgClientToServerClickMsg) String() string

func (*CMsgClientToServerClickMsg) XXX_DiscardUnknown

func (m *CMsgClientToServerClickMsg) XXX_DiscardUnknown()

func (*CMsgClientToServerClickMsg) XXX_Marshal

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

func (*CMsgClientToServerClickMsg) XXX_Merge

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

func (*CMsgClientToServerClickMsg) XXX_Size

func (m *CMsgClientToServerClickMsg) XXX_Size() int

func (*CMsgClientToServerClickMsg) XXX_Unmarshal

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

type CMsgClientToServerInitData

type CMsgClientToServerInitData struct {
	GameModifiers              *CMsgGameModifiers    `protobuf:"bytes,1,opt,name=game_modifiers,json=gameModifiers" json:"game_modifiers,omitempty"`
	EventId                    *uint32               `protobuf:"varint,2,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	DeveloperMode              *bool                 `protobuf:"varint,3,opt,name=developer_mode,json=developerMode" json:"developer_mode,omitempty"`
	LoadSaveFile               *string               `protobuf:"bytes,4,opt,name=load_save_file,json=loadSaveFile" json:"load_save_file,omitempty"`
	LocalMmrLevel              *int32                `protobuf:"varint,5,opt,name=local_mmr_level,json=localMmrLevel,def=-1" json:"local_mmr_level,omitempty"`
	Underlord                  *uint32               `protobuf:"varint,6,opt,name=underlord" json:"underlord,omitempty"`
	LocalGlobalLeaderboardRank *uint32               `` /* 137-byte string literal not displayed */
	OfflineMode                *bool                 `protobuf:"varint,8,opt,name=offline_mode,json=offlineMode" json:"offline_mode,omitempty"`
	BotDifficulty              *int32                `protobuf:"varint,9,opt,name=bot_difficulty,json=botDifficulty,def=0" json:"bot_difficulty,omitempty"`
	Tutorial                   *bool                 `protobuf:"varint,10,opt,name=tutorial" json:"tutorial,omitempty"`
	GameMode                   *EDACGameMode         `protobuf:"varint,11,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=1" json:"game_mode,omitempty"`
	GameModeSettings           *CMsgGameModeSettings `protobuf:"bytes,12,opt,name=game_mode_settings,json=gameModeSettings" json:"game_mode_settings,omitempty"`
	FeatureControls            *string               `protobuf:"bytes,13,opt,name=feature_controls,json=featureControls" json:"feature_controls,omitempty"`
	ActiveChallengeSlotId      *uint32               `protobuf:"varint,14,opt,name=active_challenge_slot_id,json=activeChallengeSlotId" json:"active_challenge_slot_id,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}              `json:"-"`
	XXX_unrecognized           []byte                `json:"-"`
	XXX_sizecache              int32                 `json:"-"`
}

func (*CMsgClientToServerInitData) Descriptor

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

func (*CMsgClientToServerInitData) GetActiveChallengeSlotId

func (m *CMsgClientToServerInitData) GetActiveChallengeSlotId() uint32

func (*CMsgClientToServerInitData) GetBotDifficulty

func (m *CMsgClientToServerInitData) GetBotDifficulty() int32

func (*CMsgClientToServerInitData) GetDeveloperMode

func (m *CMsgClientToServerInitData) GetDeveloperMode() bool

func (*CMsgClientToServerInitData) GetEventId

func (m *CMsgClientToServerInitData) GetEventId() uint32

func (*CMsgClientToServerInitData) GetFeatureControls

func (m *CMsgClientToServerInitData) GetFeatureControls() string

func (*CMsgClientToServerInitData) GetGameMode

func (m *CMsgClientToServerInitData) GetGameMode() EDACGameMode

func (*CMsgClientToServerInitData) GetGameModeSettings

func (m *CMsgClientToServerInitData) GetGameModeSettings() *CMsgGameModeSettings

func (*CMsgClientToServerInitData) GetGameModifiers

func (m *CMsgClientToServerInitData) GetGameModifiers() *CMsgGameModifiers

func (*CMsgClientToServerInitData) GetLoadSaveFile

func (m *CMsgClientToServerInitData) GetLoadSaveFile() string

func (*CMsgClientToServerInitData) GetLocalGlobalLeaderboardRank

func (m *CMsgClientToServerInitData) GetLocalGlobalLeaderboardRank() uint32

func (*CMsgClientToServerInitData) GetLocalMmrLevel

func (m *CMsgClientToServerInitData) GetLocalMmrLevel() int32

func (*CMsgClientToServerInitData) GetOfflineMode

func (m *CMsgClientToServerInitData) GetOfflineMode() bool

func (*CMsgClientToServerInitData) GetTutorial

func (m *CMsgClientToServerInitData) GetTutorial() bool

func (*CMsgClientToServerInitData) GetUnderlord

func (m *CMsgClientToServerInitData) GetUnderlord() uint32

func (*CMsgClientToServerInitData) ProtoMessage

func (*CMsgClientToServerInitData) ProtoMessage()

func (*CMsgClientToServerInitData) Reset

func (m *CMsgClientToServerInitData) Reset()

func (*CMsgClientToServerInitData) String

func (m *CMsgClientToServerInitData) String() string

func (*CMsgClientToServerInitData) XXX_DiscardUnknown

func (m *CMsgClientToServerInitData) XXX_DiscardUnknown()

func (*CMsgClientToServerInitData) XXX_Marshal

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

func (*CMsgClientToServerInitData) XXX_Merge

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

func (*CMsgClientToServerInitData) XXX_Size

func (m *CMsgClientToServerInitData) XXX_Size() int

func (*CMsgClientToServerInitData) XXX_Unmarshal

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

type CMsgClientToServerLoadShareCode

type CMsgClientToServerLoadShareCode struct {
	ShareCode            *string  `protobuf:"bytes,1,opt,name=share_code,json=shareCode" json:"share_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToServerLoadShareCode) Descriptor

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

func (*CMsgClientToServerLoadShareCode) GetShareCode

func (m *CMsgClientToServerLoadShareCode) GetShareCode() string

func (*CMsgClientToServerLoadShareCode) ProtoMessage

func (*CMsgClientToServerLoadShareCode) ProtoMessage()

func (*CMsgClientToServerLoadShareCode) Reset

func (*CMsgClientToServerLoadShareCode) String

func (*CMsgClientToServerLoadShareCode) XXX_DiscardUnknown

func (m *CMsgClientToServerLoadShareCode) XXX_DiscardUnknown()

func (*CMsgClientToServerLoadShareCode) XXX_Marshal

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

func (*CMsgClientToServerLoadShareCode) XXX_Merge

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

func (*CMsgClientToServerLoadShareCode) XXX_Size

func (m *CMsgClientToServerLoadShareCode) XXX_Size() int

func (*CMsgClientToServerLoadShareCode) XXX_Unmarshal

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

type CMsgClientToServerLocalPlayerInventory

type CMsgClientToServerLocalPlayerInventory struct {
	PlayerLoadout        []*CMsgClientToServerLocalPlayerInventory_LoadoutItem `protobuf:"bytes,1,rep,name=player_loadout,json=playerLoadout" json:"player_loadout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*CMsgClientToServerLocalPlayerInventory) Descriptor

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

func (*CMsgClientToServerLocalPlayerInventory) GetPlayerLoadout

func (*CMsgClientToServerLocalPlayerInventory) ProtoMessage

func (*CMsgClientToServerLocalPlayerInventory) Reset

func (*CMsgClientToServerLocalPlayerInventory) String

func (*CMsgClientToServerLocalPlayerInventory) XXX_DiscardUnknown

func (m *CMsgClientToServerLocalPlayerInventory) XXX_DiscardUnknown()

func (*CMsgClientToServerLocalPlayerInventory) XXX_Marshal

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

func (*CMsgClientToServerLocalPlayerInventory) XXX_Merge

func (*CMsgClientToServerLocalPlayerInventory) XXX_Size

func (*CMsgClientToServerLocalPlayerInventory) XXX_Unmarshal

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

type CMsgClientToServerLocalPlayerInventory_LoadoutItem

type CMsgClientToServerLocalPlayerInventory_LoadoutItem struct {
	Slot                 *uint32  `protobuf:"varint,1,opt,name=slot" json:"slot,omitempty"`
	SubSlot              *uint32  `protobuf:"varint,2,opt,name=sub_slot,json=subSlot" json:"sub_slot,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,3,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) Descriptor

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) GetDefIndex

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) GetSlot

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) GetSubSlot

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) ProtoMessage

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) Reset

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) String

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) XXX_DiscardUnknown

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) XXX_Marshal

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

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) XXX_Merge

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) XXX_Size

func (*CMsgClientToServerLocalPlayerInventory_LoadoutItem) XXX_Unmarshal

type CMsgClientToServerPuzzleLeaderboardCommand

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

func (*CMsgClientToServerPuzzleLeaderboardCommand) Descriptor

func (*CMsgClientToServerPuzzleLeaderboardCommand) GetLeaderboard

func (*CMsgClientToServerPuzzleLeaderboardCommand) ProtoMessage

func (*CMsgClientToServerPuzzleLeaderboardCommand) Reset

func (*CMsgClientToServerPuzzleLeaderboardCommand) String

func (*CMsgClientToServerPuzzleLeaderboardCommand) XXX_DiscardUnknown

func (m *CMsgClientToServerPuzzleLeaderboardCommand) XXX_DiscardUnknown()

func (*CMsgClientToServerPuzzleLeaderboardCommand) XXX_Marshal

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

func (*CMsgClientToServerPuzzleLeaderboardCommand) XXX_Merge

func (*CMsgClientToServerPuzzleLeaderboardCommand) XXX_Size

func (*CMsgClientToServerPuzzleLeaderboardCommand) XXX_Unmarshal

type CMsgClientToServerTeammateDuosMessage

type CMsgClientToServerTeammateDuosMessage struct {
	TeammateSlot         *uint32                 `protobuf:"varint,1,opt,name=teammate_slot,json=teammateSlot" json:"teammate_slot,omitempty"`
	MessageType          *EDuosMessageType       `protobuf:"varint,2,opt,name=message_type,json=messageType,enum=protocol.EDuosMessageType,def=0" json:"message_type,omitempty"`
	TargetType           *EDuosMessageTargetType `` /* 128-byte string literal not displayed */
	TargetId             *uint32                 `protobuf:"varint,4,opt,name=target_id,json=targetId" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CMsgClientToServerTeammateDuosMessage) Descriptor

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

func (*CMsgClientToServerTeammateDuosMessage) GetMessageType

func (*CMsgClientToServerTeammateDuosMessage) GetTargetId

func (*CMsgClientToServerTeammateDuosMessage) GetTargetType

func (*CMsgClientToServerTeammateDuosMessage) GetTeammateSlot

func (m *CMsgClientToServerTeammateDuosMessage) GetTeammateSlot() uint32

func (*CMsgClientToServerTeammateDuosMessage) ProtoMessage

func (*CMsgClientToServerTeammateDuosMessage) ProtoMessage()

func (*CMsgClientToServerTeammateDuosMessage) Reset

func (*CMsgClientToServerTeammateDuosMessage) String

func (*CMsgClientToServerTeammateDuosMessage) XXX_DiscardUnknown

func (m *CMsgClientToServerTeammateDuosMessage) XXX_DiscardUnknown()

func (*CMsgClientToServerTeammateDuosMessage) XXX_Marshal

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

func (*CMsgClientToServerTeammateDuosMessage) XXX_Merge

func (*CMsgClientToServerTeammateDuosMessage) XXX_Size

func (*CMsgClientToServerTeammateDuosMessage) XXX_Unmarshal

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

type CMsgClientToServerUpvoteNotification

type CMsgClientToServerUpvoteNotification struct {
	NotificationId       *uint32  `protobuf:"varint,1,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientToServerUpvoteNotification) Descriptor

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

func (*CMsgClientToServerUpvoteNotification) GetNotificationId

func (m *CMsgClientToServerUpvoteNotification) GetNotificationId() uint32

func (*CMsgClientToServerUpvoteNotification) ProtoMessage

func (*CMsgClientToServerUpvoteNotification) ProtoMessage()

func (*CMsgClientToServerUpvoteNotification) Reset

func (*CMsgClientToServerUpvoteNotification) String

func (*CMsgClientToServerUpvoteNotification) XXX_DiscardUnknown

func (m *CMsgClientToServerUpvoteNotification) XXX_DiscardUnknown()

func (*CMsgClientToServerUpvoteNotification) XXX_Marshal

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

func (*CMsgClientToServerUpvoteNotification) XXX_Merge

func (*CMsgClientToServerUpvoteNotification) XXX_Size

func (*CMsgClientToServerUpvoteNotification) XXX_Unmarshal

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

type CMsgClientUnderlordLoadout

type CMsgClientUnderlordLoadout struct {
	ItemDefs             []uint32 `protobuf:"varint,1,rep,name=item_defs,json=itemDefs" json:"item_defs,omitempty"`
	LoadoutName          *string  `protobuf:"bytes,2,opt,name=loadout_name,json=loadoutName" json:"loadout_name,omitempty"`
	Selected             *bool    `protobuf:"varint,3,opt,name=selected" json:"selected,omitempty"`
	UnderlordId          *uint32  `protobuf:"varint,4,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgClientUnderlordLoadout) Descriptor

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

func (*CMsgClientUnderlordLoadout) GetItemDefs

func (m *CMsgClientUnderlordLoadout) GetItemDefs() []uint32

func (*CMsgClientUnderlordLoadout) GetLoadoutName

func (m *CMsgClientUnderlordLoadout) GetLoadoutName() string

func (*CMsgClientUnderlordLoadout) GetSelected

func (m *CMsgClientUnderlordLoadout) GetSelected() bool

func (*CMsgClientUnderlordLoadout) GetUnderlordId

func (m *CMsgClientUnderlordLoadout) GetUnderlordId() uint32

func (*CMsgClientUnderlordLoadout) ProtoMessage

func (*CMsgClientUnderlordLoadout) ProtoMessage()

func (*CMsgClientUnderlordLoadout) Reset

func (m *CMsgClientUnderlordLoadout) Reset()

func (*CMsgClientUnderlordLoadout) String

func (m *CMsgClientUnderlordLoadout) String() string

func (*CMsgClientUnderlordLoadout) XXX_DiscardUnknown

func (m *CMsgClientUnderlordLoadout) XXX_DiscardUnknown()

func (*CMsgClientUnderlordLoadout) XXX_Marshal

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

func (*CMsgClientUnderlordLoadout) XXX_Merge

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

func (*CMsgClientUnderlordLoadout) XXX_Size

func (m *CMsgClientUnderlordLoadout) XXX_Size() int

func (*CMsgClientUnderlordLoadout) XXX_Unmarshal

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

type CMsgClientUnderlordLoadoutList

type CMsgClientUnderlordLoadoutList struct {
	Version              *uint32                       `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	Loadouts             []*CMsgClientUnderlordLoadout `protobuf:"bytes,2,rep,name=loadouts" json:"loadouts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*CMsgClientUnderlordLoadoutList) Descriptor

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

func (*CMsgClientUnderlordLoadoutList) GetLoadouts

func (*CMsgClientUnderlordLoadoutList) GetVersion

func (m *CMsgClientUnderlordLoadoutList) GetVersion() uint32

func (*CMsgClientUnderlordLoadoutList) ProtoMessage

func (*CMsgClientUnderlordLoadoutList) ProtoMessage()

func (*CMsgClientUnderlordLoadoutList) Reset

func (m *CMsgClientUnderlordLoadoutList) Reset()

func (*CMsgClientUnderlordLoadoutList) String

func (*CMsgClientUnderlordLoadoutList) XXX_DiscardUnknown

func (m *CMsgClientUnderlordLoadoutList) XXX_DiscardUnknown()

func (*CMsgClientUnderlordLoadoutList) XXX_Marshal

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

func (*CMsgClientUnderlordLoadoutList) XXX_Merge

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

func (*CMsgClientUnderlordLoadoutList) XXX_Size

func (m *CMsgClientUnderlordLoadoutList) XXX_Size() int

func (*CMsgClientUnderlordLoadoutList) XXX_Unmarshal

func (m *CMsgClientUnderlordLoadoutList) 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"`
	XXX_NoUnkeyedLiteral      struct{}                        `json:"-"`
	XXX_unrecognized          []byte                          `json:"-"`
	XXX_sizecache             int32                           `json:"-"`
}

func (*CMsgClientWelcome) Descriptor

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

func (*CMsgClientWelcome) GetGameData

func (m *CMsgClientWelcome) GetGameData() []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) 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 CMsgClientWelcomeDAC

type CMsgClientWelcomeDAC struct {
	Currency                  *uint32           `protobuf:"varint,1,opt,name=currency" json:"currency,omitempty"`
	ExtraMessages             []*CExtraMsgBlock `protobuf:"bytes,2,rep,name=extra_messages,json=extraMessages" json:"extra_messages,omitempty"`
	CompatibilityVersion      *uint32           `protobuf:"varint,3,opt,name=compatibility_version,json=compatibilityVersion" json:"compatibility_version,omitempty"`
	SteamAnnouncementGid      *uint64           `protobuf:"varint,5,opt,name=steam_announcement_gid,json=steamAnnouncementGid" json:"steam_announcement_gid,omitempty"`
	ConsoleCommands           []string          `protobuf:"bytes,6,rep,name=console_commands,json=consoleCommands" json:"console_commands,omitempty"`
	PatchNotesPreviewPassword *string           `` /* 133-byte string literal not displayed */
	LatestCompatVersion       *uint32           `protobuf:"varint,8,opt,name=latest_compat_version,json=latestCompatVersion" json:"latest_compat_version,omitempty"`
	LatestClientVersion       *uint32           `protobuf:"varint,9,opt,name=latest_client_version,json=latestClientVersion" json:"latest_client_version,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}          `json:"-"`
	XXX_unrecognized          []byte            `json:"-"`
	XXX_sizecache             int32             `json:"-"`
}

func (*CMsgClientWelcomeDAC) Descriptor

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

func (*CMsgClientWelcomeDAC) GetCompatibilityVersion

func (m *CMsgClientWelcomeDAC) GetCompatibilityVersion() uint32

func (*CMsgClientWelcomeDAC) GetConsoleCommands

func (m *CMsgClientWelcomeDAC) GetConsoleCommands() []string

func (*CMsgClientWelcomeDAC) GetCurrency

func (m *CMsgClientWelcomeDAC) GetCurrency() uint32

func (*CMsgClientWelcomeDAC) GetExtraMessages

func (m *CMsgClientWelcomeDAC) GetExtraMessages() []*CExtraMsgBlock

func (*CMsgClientWelcomeDAC) GetLatestClientVersion

func (m *CMsgClientWelcomeDAC) GetLatestClientVersion() uint32

func (*CMsgClientWelcomeDAC) GetLatestCompatVersion

func (m *CMsgClientWelcomeDAC) GetLatestCompatVersion() uint32

func (*CMsgClientWelcomeDAC) GetPatchNotesPreviewPassword

func (m *CMsgClientWelcomeDAC) GetPatchNotesPreviewPassword() string

func (*CMsgClientWelcomeDAC) GetSteamAnnouncementGid

func (m *CMsgClientWelcomeDAC) GetSteamAnnouncementGid() uint64

func (*CMsgClientWelcomeDAC) ProtoMessage

func (*CMsgClientWelcomeDAC) ProtoMessage()

func (*CMsgClientWelcomeDAC) Reset

func (m *CMsgClientWelcomeDAC) Reset()

func (*CMsgClientWelcomeDAC) String

func (m *CMsgClientWelcomeDAC) String() string

func (*CMsgClientWelcomeDAC) XXX_DiscardUnknown

func (m *CMsgClientWelcomeDAC) XXX_DiscardUnknown()

func (*CMsgClientWelcomeDAC) XXX_Marshal

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

func (*CMsgClientWelcomeDAC) XXX_Merge

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

func (*CMsgClientWelcomeDAC) XXX_Size

func (m *CMsgClientWelcomeDAC) XXX_Size() int

func (*CMsgClientWelcomeDAC) XXX_Unmarshal

func (m *CMsgClientWelcomeDAC) 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 CMsgCombatDebugSnapshot

type CMsgCombatDebugSnapshot struct {
	PathfindingCells     []*CMsgCombatDebugSnapshot_PathfindingCell `protobuf:"bytes,1,rep,name=pathfinding_cells,json=pathfindingCells" json:"pathfinding_cells,omitempty"`
	ActivePaths          []*CMsgCombatDebugSnapshot_ActivePath      `protobuf:"bytes,2,rep,name=active_paths,json=activePaths" json:"active_paths,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgCombatDebugSnapshot) Descriptor

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

func (*CMsgCombatDebugSnapshot) GetActivePaths

func (*CMsgCombatDebugSnapshot) GetPathfindingCells

func (*CMsgCombatDebugSnapshot) ProtoMessage

func (*CMsgCombatDebugSnapshot) ProtoMessage()

func (*CMsgCombatDebugSnapshot) Reset

func (m *CMsgCombatDebugSnapshot) Reset()

func (*CMsgCombatDebugSnapshot) String

func (m *CMsgCombatDebugSnapshot) String() string

func (*CMsgCombatDebugSnapshot) XXX_DiscardUnknown

func (m *CMsgCombatDebugSnapshot) XXX_DiscardUnknown()

func (*CMsgCombatDebugSnapshot) XXX_Marshal

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

func (*CMsgCombatDebugSnapshot) XXX_Merge

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

func (*CMsgCombatDebugSnapshot) XXX_Size

func (m *CMsgCombatDebugSnapshot) XXX_Size() int

func (*CMsgCombatDebugSnapshot) XXX_Unmarshal

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

type CMsgCombatDebugSnapshot_ActivePath

type CMsgCombatDebugSnapshot_ActivePath struct {
	OwnerEntindex        *int32          `protobuf:"varint,1,opt,name=owner_entindex,json=ownerEntindex" json:"owner_entindex,omitempty"`
	PathWaypoints        []*CMsgPosition `protobuf:"bytes,2,rep,name=path_waypoints,json=pathWaypoints" json:"path_waypoints,omitempty"`
	PathWaypointIndex    *int32          `protobuf:"varint,3,opt,name=path_waypoint_index,json=pathWaypointIndex" json:"path_waypoint_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CMsgCombatDebugSnapshot_ActivePath) Descriptor

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

func (*CMsgCombatDebugSnapshot_ActivePath) GetOwnerEntindex

func (m *CMsgCombatDebugSnapshot_ActivePath) GetOwnerEntindex() int32

func (*CMsgCombatDebugSnapshot_ActivePath) GetPathWaypointIndex

func (m *CMsgCombatDebugSnapshot_ActivePath) GetPathWaypointIndex() int32

func (*CMsgCombatDebugSnapshot_ActivePath) GetPathWaypoints

func (m *CMsgCombatDebugSnapshot_ActivePath) GetPathWaypoints() []*CMsgPosition

func (*CMsgCombatDebugSnapshot_ActivePath) ProtoMessage

func (*CMsgCombatDebugSnapshot_ActivePath) ProtoMessage()

func (*CMsgCombatDebugSnapshot_ActivePath) Reset

func (*CMsgCombatDebugSnapshot_ActivePath) String

func (*CMsgCombatDebugSnapshot_ActivePath) XXX_DiscardUnknown

func (m *CMsgCombatDebugSnapshot_ActivePath) XXX_DiscardUnknown()

func (*CMsgCombatDebugSnapshot_ActivePath) XXX_Marshal

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

func (*CMsgCombatDebugSnapshot_ActivePath) XXX_Merge

func (*CMsgCombatDebugSnapshot_ActivePath) XXX_Size

func (*CMsgCombatDebugSnapshot_ActivePath) XXX_Unmarshal

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

type CMsgCombatDebugSnapshot_PathfindingCell

type CMsgCombatDebugSnapshot_PathfindingCell struct {
	Reserved             *bool    `protobuf:"varint,1,req,name=reserved" json:"reserved,omitempty"`
	OwnerEntindex        *int32   `protobuf:"varint,2,opt,name=owner_entindex,json=ownerEntindex" json:"owner_entindex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatDebugSnapshot_PathfindingCell) Descriptor

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

func (*CMsgCombatDebugSnapshot_PathfindingCell) GetOwnerEntindex

func (m *CMsgCombatDebugSnapshot_PathfindingCell) GetOwnerEntindex() int32

func (*CMsgCombatDebugSnapshot_PathfindingCell) GetReserved

func (*CMsgCombatDebugSnapshot_PathfindingCell) ProtoMessage

func (*CMsgCombatDebugSnapshot_PathfindingCell) Reset

func (*CMsgCombatDebugSnapshot_PathfindingCell) String

func (*CMsgCombatDebugSnapshot_PathfindingCell) XXX_DiscardUnknown

func (m *CMsgCombatDebugSnapshot_PathfindingCell) XXX_DiscardUnknown()

func (*CMsgCombatDebugSnapshot_PathfindingCell) XXX_Marshal

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

func (*CMsgCombatDebugSnapshot_PathfindingCell) XXX_Merge

func (*CMsgCombatDebugSnapshot_PathfindingCell) XXX_Size

func (*CMsgCombatDebugSnapshot_PathfindingCell) XXX_Unmarshal

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

type CMsgCombatEvent

type CMsgCombatEvent struct {
	EventTime      *float32 `protobuf:"fixed32,1,req,name=event_time,json=eventTime" json:"event_time,omitempty"`
	SourceEntindex *uint32  `protobuf:"varint,2,opt,name=source_entindex,json=sourceEntindex" json:"source_entindex,omitempty"`
	TargetEntindex *uint32  `protobuf:"varint,3,opt,name=target_entindex,json=targetEntindex" json:"target_entindex,omitempty"`
	// Types that are valid to be assigned to Details:
	//	*CMsgCombatEvent_DetailsAttack
	//	*CMsgCombatEvent_DetailsDamage
	//	*CMsgCombatEvent_DetailsDeath
	//	*CMsgCombatEvent_DetailsStartAttack
	//	*CMsgCombatEvent_DetailsSoundEvent
	//	*CMsgCombatEvent_DetailsParticleEvent
	//	*CMsgCombatEvent_DetailsModifierCreate
	//	*CMsgCombatEvent_DetailsModifierDestroy
	//	*CMsgCombatEvent_DetailsStartGesture
	//	*CMsgCombatEvent_DetailsCancelAttack
	//	*CMsgCombatEvent_DetailsCombatEnded
	//	*CMsgCombatEvent_DetailsAttackMissed
	//	*CMsgCombatEvent_DetailsAttackEvaded
	//	*CMsgCombatEvent_DetailsAttackBlocked
	//	*CMsgCombatEvent_DetailsResurrect
	//	*CMsgCombatEvent_DetailsSpeechEvent
	//	*CMsgCombatEvent_DetailsCastAbility
	//	*CMsgCombatEvent_DetailsStopGesture
	Details              isCMsgCombatEvent_Details `protobuf_oneof:"details"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*CMsgCombatEvent) Descriptor

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

func (*CMsgCombatEvent) GetDetails

func (m *CMsgCombatEvent) GetDetails() isCMsgCombatEvent_Details

func (*CMsgCombatEvent) GetDetailsAttack

func (m *CMsgCombatEvent) GetDetailsAttack() *CMsgCombatEvent_Attack

func (*CMsgCombatEvent) GetDetailsAttackBlocked

func (m *CMsgCombatEvent) GetDetailsAttackBlocked() *CMsgCombatEvent_AttackBlocked

func (*CMsgCombatEvent) GetDetailsAttackEvaded

func (m *CMsgCombatEvent) GetDetailsAttackEvaded() *CMsgCombatEvent_AttackEvaded

func (*CMsgCombatEvent) GetDetailsAttackMissed

func (m *CMsgCombatEvent) GetDetailsAttackMissed() *CMsgCombatEvent_AttackMissed

func (*CMsgCombatEvent) GetDetailsCancelAttack

func (m *CMsgCombatEvent) GetDetailsCancelAttack() *CMsgCombatEvent_CancelAttack

func (*CMsgCombatEvent) GetDetailsCastAbility

func (m *CMsgCombatEvent) GetDetailsCastAbility() *CMsgCombatEvent_CastAbility

func (*CMsgCombatEvent) GetDetailsCombatEnded

func (m *CMsgCombatEvent) GetDetailsCombatEnded() *CMsgCombatEvent_CombatEnded

func (*CMsgCombatEvent) GetDetailsDamage

func (m *CMsgCombatEvent) GetDetailsDamage() *CMsgCombatEvent_Damage

func (*CMsgCombatEvent) GetDetailsDeath

func (m *CMsgCombatEvent) GetDetailsDeath() *CMsgCombatEvent_Death

func (*CMsgCombatEvent) GetDetailsModifierCreate

func (m *CMsgCombatEvent) GetDetailsModifierCreate() *CMsgCombatEvent_ModifierCreate

func (*CMsgCombatEvent) GetDetailsModifierDestroy

func (m *CMsgCombatEvent) GetDetailsModifierDestroy() *CMsgCombatEvent_ModifierDestroy

func (*CMsgCombatEvent) GetDetailsParticleEvent

func (m *CMsgCombatEvent) GetDetailsParticleEvent() *CUserMsg_ParticleManager

func (*CMsgCombatEvent) GetDetailsResurrect

func (m *CMsgCombatEvent) GetDetailsResurrect() *CMsgCombatEvent_Resurrect

func (*CMsgCombatEvent) GetDetailsSoundEvent

func (m *CMsgCombatEvent) GetDetailsSoundEvent() *CMsgCombatEvent_SoundEvent

func (*CMsgCombatEvent) GetDetailsSpeechEvent

func (m *CMsgCombatEvent) GetDetailsSpeechEvent() *CMsgCombatEvent_SpeechEvent

func (*CMsgCombatEvent) GetDetailsStartAttack

func (m *CMsgCombatEvent) GetDetailsStartAttack() *CMsgCombatEvent_StartAttack

func (*CMsgCombatEvent) GetDetailsStartGesture

func (m *CMsgCombatEvent) GetDetailsStartGesture() *CMsgCombatEvent_StartGesture

func (*CMsgCombatEvent) GetDetailsStopGesture

func (m *CMsgCombatEvent) GetDetailsStopGesture() *CMsgCombatEvent_StopGesture

func (*CMsgCombatEvent) GetEventTime

func (m *CMsgCombatEvent) GetEventTime() float32

func (*CMsgCombatEvent) GetSourceEntindex

func (m *CMsgCombatEvent) GetSourceEntindex() uint32

func (*CMsgCombatEvent) GetTargetEntindex

func (m *CMsgCombatEvent) GetTargetEntindex() uint32

func (*CMsgCombatEvent) ProtoMessage

func (*CMsgCombatEvent) ProtoMessage()

func (*CMsgCombatEvent) Reset

func (m *CMsgCombatEvent) Reset()

func (*CMsgCombatEvent) String

func (m *CMsgCombatEvent) String() string

func (*CMsgCombatEvent) XXX_DiscardUnknown

func (m *CMsgCombatEvent) XXX_DiscardUnknown()

func (*CMsgCombatEvent) XXX_Marshal

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

func (*CMsgCombatEvent) XXX_Merge

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

func (*CMsgCombatEvent) XXX_OneofWrappers

func (*CMsgCombatEvent) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*CMsgCombatEvent) XXX_Size

func (m *CMsgCombatEvent) XXX_Size() int

func (*CMsgCombatEvent) XXX_Unmarshal

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

type CMsgCombatEvent_Attack

type CMsgCombatEvent_Attack struct {
	AttackProjectileSpeed *int32   `protobuf:"varint,1,opt,name=attack_projectile_speed,json=attackProjectileSpeed" json:"attack_projectile_speed,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*CMsgCombatEvent_Attack) Descriptor

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

func (*CMsgCombatEvent_Attack) GetAttackProjectileSpeed

func (m *CMsgCombatEvent_Attack) GetAttackProjectileSpeed() int32

func (*CMsgCombatEvent_Attack) ProtoMessage

func (*CMsgCombatEvent_Attack) ProtoMessage()

func (*CMsgCombatEvent_Attack) Reset

func (m *CMsgCombatEvent_Attack) Reset()

func (*CMsgCombatEvent_Attack) String

func (m *CMsgCombatEvent_Attack) String() string

func (*CMsgCombatEvent_Attack) XXX_DiscardUnknown

func (m *CMsgCombatEvent_Attack) XXX_DiscardUnknown()

func (*CMsgCombatEvent_Attack) XXX_Marshal

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

func (*CMsgCombatEvent_Attack) XXX_Merge

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

func (*CMsgCombatEvent_Attack) XXX_Size

func (m *CMsgCombatEvent_Attack) XXX_Size() int

func (*CMsgCombatEvent_Attack) XXX_Unmarshal

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

type CMsgCombatEvent_AttackBlocked

type CMsgCombatEvent_AttackBlocked struct {
	BlockAmount          *uint32  `protobuf:"varint,1,opt,name=block_amount,json=blockAmount" json:"block_amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_AttackBlocked) Descriptor

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

func (*CMsgCombatEvent_AttackBlocked) GetBlockAmount

func (m *CMsgCombatEvent_AttackBlocked) GetBlockAmount() uint32

func (*CMsgCombatEvent_AttackBlocked) ProtoMessage

func (*CMsgCombatEvent_AttackBlocked) ProtoMessage()

func (*CMsgCombatEvent_AttackBlocked) Reset

func (m *CMsgCombatEvent_AttackBlocked) Reset()

func (*CMsgCombatEvent_AttackBlocked) String

func (*CMsgCombatEvent_AttackBlocked) XXX_DiscardUnknown

func (m *CMsgCombatEvent_AttackBlocked) XXX_DiscardUnknown()

func (*CMsgCombatEvent_AttackBlocked) XXX_Marshal

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

func (*CMsgCombatEvent_AttackBlocked) XXX_Merge

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

func (*CMsgCombatEvent_AttackBlocked) XXX_Size

func (m *CMsgCombatEvent_AttackBlocked) XXX_Size() int

func (*CMsgCombatEvent_AttackBlocked) XXX_Unmarshal

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

type CMsgCombatEvent_AttackEvaded

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

func (*CMsgCombatEvent_AttackEvaded) Descriptor

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

func (*CMsgCombatEvent_AttackEvaded) ProtoMessage

func (*CMsgCombatEvent_AttackEvaded) ProtoMessage()

func (*CMsgCombatEvent_AttackEvaded) Reset

func (m *CMsgCombatEvent_AttackEvaded) Reset()

func (*CMsgCombatEvent_AttackEvaded) String

func (*CMsgCombatEvent_AttackEvaded) XXX_DiscardUnknown

func (m *CMsgCombatEvent_AttackEvaded) XXX_DiscardUnknown()

func (*CMsgCombatEvent_AttackEvaded) XXX_Marshal

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

func (*CMsgCombatEvent_AttackEvaded) XXX_Merge

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

func (*CMsgCombatEvent_AttackEvaded) XXX_Size

func (m *CMsgCombatEvent_AttackEvaded) XXX_Size() int

func (*CMsgCombatEvent_AttackEvaded) XXX_Unmarshal

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

type CMsgCombatEvent_AttackMissed

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

func (*CMsgCombatEvent_AttackMissed) Descriptor

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

func (*CMsgCombatEvent_AttackMissed) ProtoMessage

func (*CMsgCombatEvent_AttackMissed) ProtoMessage()

func (*CMsgCombatEvent_AttackMissed) Reset

func (m *CMsgCombatEvent_AttackMissed) Reset()

func (*CMsgCombatEvent_AttackMissed) String

func (*CMsgCombatEvent_AttackMissed) XXX_DiscardUnknown

func (m *CMsgCombatEvent_AttackMissed) XXX_DiscardUnknown()

func (*CMsgCombatEvent_AttackMissed) XXX_Marshal

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

func (*CMsgCombatEvent_AttackMissed) XXX_Merge

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

func (*CMsgCombatEvent_AttackMissed) XXX_Size

func (m *CMsgCombatEvent_AttackMissed) XXX_Size() int

func (*CMsgCombatEvent_AttackMissed) XXX_Unmarshal

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

type CMsgCombatEvent_CancelAttack

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

func (*CMsgCombatEvent_CancelAttack) Descriptor

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

func (*CMsgCombatEvent_CancelAttack) ProtoMessage

func (*CMsgCombatEvent_CancelAttack) ProtoMessage()

func (*CMsgCombatEvent_CancelAttack) Reset

func (m *CMsgCombatEvent_CancelAttack) Reset()

func (*CMsgCombatEvent_CancelAttack) String

func (*CMsgCombatEvent_CancelAttack) XXX_DiscardUnknown

func (m *CMsgCombatEvent_CancelAttack) XXX_DiscardUnknown()

func (*CMsgCombatEvent_CancelAttack) XXX_Marshal

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

func (*CMsgCombatEvent_CancelAttack) XXX_Merge

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

func (*CMsgCombatEvent_CancelAttack) XXX_Size

func (m *CMsgCombatEvent_CancelAttack) XXX_Size() int

func (*CMsgCombatEvent_CancelAttack) XXX_Unmarshal

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

type CMsgCombatEvent_CastAbility

type CMsgCombatEvent_CastAbility struct {
	AbilityId            *uint32  `protobuf:"varint,1,opt,name=ability_id,json=abilityId" json:"ability_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_CastAbility) Descriptor

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

func (*CMsgCombatEvent_CastAbility) GetAbilityId

func (m *CMsgCombatEvent_CastAbility) GetAbilityId() uint32

func (*CMsgCombatEvent_CastAbility) ProtoMessage

func (*CMsgCombatEvent_CastAbility) ProtoMessage()

func (*CMsgCombatEvent_CastAbility) Reset

func (m *CMsgCombatEvent_CastAbility) Reset()

func (*CMsgCombatEvent_CastAbility) String

func (m *CMsgCombatEvent_CastAbility) String() string

func (*CMsgCombatEvent_CastAbility) XXX_DiscardUnknown

func (m *CMsgCombatEvent_CastAbility) XXX_DiscardUnknown()

func (*CMsgCombatEvent_CastAbility) XXX_Marshal

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

func (*CMsgCombatEvent_CastAbility) XXX_Merge

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

func (*CMsgCombatEvent_CastAbility) XXX_Size

func (m *CMsgCombatEvent_CastAbility) XXX_Size() int

func (*CMsgCombatEvent_CastAbility) XXX_Unmarshal

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

type CMsgCombatEvent_CombatEnded

type CMsgCombatEvent_CombatEnded struct {
	RanOutOfTime         *bool    `protobuf:"varint,1,opt,name=ran_out_of_time,json=ranOutOfTime" json:"ran_out_of_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_CombatEnded) Descriptor

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

func (*CMsgCombatEvent_CombatEnded) GetRanOutOfTime

func (m *CMsgCombatEvent_CombatEnded) GetRanOutOfTime() bool

func (*CMsgCombatEvent_CombatEnded) ProtoMessage

func (*CMsgCombatEvent_CombatEnded) ProtoMessage()

func (*CMsgCombatEvent_CombatEnded) Reset

func (m *CMsgCombatEvent_CombatEnded) Reset()

func (*CMsgCombatEvent_CombatEnded) String

func (m *CMsgCombatEvent_CombatEnded) String() string

func (*CMsgCombatEvent_CombatEnded) XXX_DiscardUnknown

func (m *CMsgCombatEvent_CombatEnded) XXX_DiscardUnknown()

func (*CMsgCombatEvent_CombatEnded) XXX_Marshal

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

func (*CMsgCombatEvent_CombatEnded) XXX_Merge

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

func (*CMsgCombatEvent_CombatEnded) XXX_Size

func (m *CMsgCombatEvent_CombatEnded) XXX_Size() int

func (*CMsgCombatEvent_CombatEnded) XXX_Unmarshal

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

type CMsgCombatEvent_Damage

type CMsgCombatEvent_Damage struct {
	DamageAmount         *uint32  `protobuf:"varint,1,opt,name=damage_amount,json=damageAmount" json:"damage_amount,omitempty"`
	IsCritical           *bool    `protobuf:"varint,2,opt,name=is_critical,json=isCritical" json:"is_critical,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_Damage) Descriptor

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

func (*CMsgCombatEvent_Damage) GetDamageAmount

func (m *CMsgCombatEvent_Damage) GetDamageAmount() uint32

func (*CMsgCombatEvent_Damage) GetIsCritical

func (m *CMsgCombatEvent_Damage) GetIsCritical() bool

func (*CMsgCombatEvent_Damage) ProtoMessage

func (*CMsgCombatEvent_Damage) ProtoMessage()

func (*CMsgCombatEvent_Damage) Reset

func (m *CMsgCombatEvent_Damage) Reset()

func (*CMsgCombatEvent_Damage) String

func (m *CMsgCombatEvent_Damage) String() string

func (*CMsgCombatEvent_Damage) XXX_DiscardUnknown

func (m *CMsgCombatEvent_Damage) XXX_DiscardUnknown()

func (*CMsgCombatEvent_Damage) XXX_Marshal

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

func (*CMsgCombatEvent_Damage) XXX_Merge

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

func (*CMsgCombatEvent_Damage) XXX_Size

func (m *CMsgCombatEvent_Damage) XXX_Size() int

func (*CMsgCombatEvent_Damage) XXX_Unmarshal

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

type CMsgCombatEvent_Death

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

func (*CMsgCombatEvent_Death) Descriptor

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

func (*CMsgCombatEvent_Death) ProtoMessage

func (*CMsgCombatEvent_Death) ProtoMessage()

func (*CMsgCombatEvent_Death) Reset

func (m *CMsgCombatEvent_Death) Reset()

func (*CMsgCombatEvent_Death) String

func (m *CMsgCombatEvent_Death) String() string

func (*CMsgCombatEvent_Death) XXX_DiscardUnknown

func (m *CMsgCombatEvent_Death) XXX_DiscardUnknown()

func (*CMsgCombatEvent_Death) XXX_Marshal

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

func (*CMsgCombatEvent_Death) XXX_Merge

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

func (*CMsgCombatEvent_Death) XXX_Size

func (m *CMsgCombatEvent_Death) XXX_Size() int

func (*CMsgCombatEvent_Death) XXX_Unmarshal

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

type CMsgCombatEvent_DetailsAttack

type CMsgCombatEvent_DetailsAttack struct {
	DetailsAttack *CMsgCombatEvent_Attack `protobuf:"bytes,4,opt,name=details_attack,json=detailsAttack,oneof"`
}

type CMsgCombatEvent_DetailsAttackBlocked

type CMsgCombatEvent_DetailsAttackBlocked struct {
	DetailsAttackBlocked *CMsgCombatEvent_AttackBlocked `protobuf:"bytes,17,opt,name=details_attack_blocked,json=detailsAttackBlocked,oneof"`
}

type CMsgCombatEvent_DetailsAttackEvaded

type CMsgCombatEvent_DetailsAttackEvaded struct {
	DetailsAttackEvaded *CMsgCombatEvent_AttackEvaded `protobuf:"bytes,16,opt,name=details_attack_evaded,json=detailsAttackEvaded,oneof"`
}

type CMsgCombatEvent_DetailsAttackMissed

type CMsgCombatEvent_DetailsAttackMissed struct {
	DetailsAttackMissed *CMsgCombatEvent_AttackMissed `protobuf:"bytes,15,opt,name=details_attack_missed,json=detailsAttackMissed,oneof"`
}

type CMsgCombatEvent_DetailsCancelAttack

type CMsgCombatEvent_DetailsCancelAttack struct {
	DetailsCancelAttack *CMsgCombatEvent_CancelAttack `protobuf:"bytes,13,opt,name=details_cancel_attack,json=detailsCancelAttack,oneof"`
}

type CMsgCombatEvent_DetailsCastAbility

type CMsgCombatEvent_DetailsCastAbility struct {
	DetailsCastAbility *CMsgCombatEvent_CastAbility `protobuf:"bytes,20,opt,name=details_cast_ability,json=detailsCastAbility,oneof"`
}

type CMsgCombatEvent_DetailsCombatEnded

type CMsgCombatEvent_DetailsCombatEnded struct {
	DetailsCombatEnded *CMsgCombatEvent_CombatEnded `protobuf:"bytes,14,opt,name=details_combat_ended,json=detailsCombatEnded,oneof"`
}

type CMsgCombatEvent_DetailsDamage

type CMsgCombatEvent_DetailsDamage struct {
	DetailsDamage *CMsgCombatEvent_Damage `protobuf:"bytes,5,opt,name=details_damage,json=detailsDamage,oneof"`
}

type CMsgCombatEvent_DetailsDeath

type CMsgCombatEvent_DetailsDeath struct {
	DetailsDeath *CMsgCombatEvent_Death `protobuf:"bytes,6,opt,name=details_death,json=detailsDeath,oneof"`
}

type CMsgCombatEvent_DetailsModifierCreate

type CMsgCombatEvent_DetailsModifierCreate struct {
	DetailsModifierCreate *CMsgCombatEvent_ModifierCreate `protobuf:"bytes,10,opt,name=details_modifier_create,json=detailsModifierCreate,oneof"`
}

type CMsgCombatEvent_DetailsModifierDestroy

type CMsgCombatEvent_DetailsModifierDestroy struct {
	DetailsModifierDestroy *CMsgCombatEvent_ModifierDestroy `protobuf:"bytes,11,opt,name=details_modifier_destroy,json=detailsModifierDestroy,oneof"`
}

type CMsgCombatEvent_DetailsParticleEvent

type CMsgCombatEvent_DetailsParticleEvent struct {
	DetailsParticleEvent *CUserMsg_ParticleManager `protobuf:"bytes,9,opt,name=details_particle_event,json=detailsParticleEvent,oneof"`
}

type CMsgCombatEvent_DetailsResurrect

type CMsgCombatEvent_DetailsResurrect struct {
	DetailsResurrect *CMsgCombatEvent_Resurrect `protobuf:"bytes,18,opt,name=details_resurrect,json=detailsResurrect,oneof"`
}

type CMsgCombatEvent_DetailsSoundEvent

type CMsgCombatEvent_DetailsSoundEvent struct {
	DetailsSoundEvent *CMsgCombatEvent_SoundEvent `protobuf:"bytes,8,opt,name=details_sound_event,json=detailsSoundEvent,oneof"`
}

type CMsgCombatEvent_DetailsSpeechEvent

type CMsgCombatEvent_DetailsSpeechEvent struct {
	DetailsSpeechEvent *CMsgCombatEvent_SpeechEvent `protobuf:"bytes,19,opt,name=details_speech_event,json=detailsSpeechEvent,oneof"`
}

type CMsgCombatEvent_DetailsStartAttack

type CMsgCombatEvent_DetailsStartAttack struct {
	DetailsStartAttack *CMsgCombatEvent_StartAttack `protobuf:"bytes,7,opt,name=details_start_attack,json=detailsStartAttack,oneof"`
}

type CMsgCombatEvent_DetailsStartGesture

type CMsgCombatEvent_DetailsStartGesture struct {
	DetailsStartGesture *CMsgCombatEvent_StartGesture `protobuf:"bytes,12,opt,name=details_start_gesture,json=detailsStartGesture,oneof"`
}

type CMsgCombatEvent_DetailsStopGesture

type CMsgCombatEvent_DetailsStopGesture struct {
	DetailsStopGesture *CMsgCombatEvent_StopGesture `protobuf:"bytes,21,opt,name=details_stop_gesture,json=detailsStopGesture,oneof"`
}

type CMsgCombatEvent_ModifierCreate

type CMsgCombatEvent_ModifierCreate struct {
	ModifierEntindex     *uint32  `protobuf:"varint,1,req,name=modifier_entindex,json=modifierEntindex" json:"modifier_entindex,omitempty"`
	ModifierId           *uint32  `protobuf:"varint,2,req,name=modifier_id,json=modifierId" json:"modifier_id,omitempty"`
	Duration             *float32 `protobuf:"fixed32,3,opt,name=duration" json:"duration,omitempty"`
	SynergyLevel         *int32   `protobuf:"varint,4,opt,name=synergy_level,json=synergyLevel" json:"synergy_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_ModifierCreate) Descriptor

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

func (*CMsgCombatEvent_ModifierCreate) GetDuration

func (m *CMsgCombatEvent_ModifierCreate) GetDuration() float32

func (*CMsgCombatEvent_ModifierCreate) GetModifierEntindex

func (m *CMsgCombatEvent_ModifierCreate) GetModifierEntindex() uint32

func (*CMsgCombatEvent_ModifierCreate) GetModifierId

func (m *CMsgCombatEvent_ModifierCreate) GetModifierId() uint32

func (*CMsgCombatEvent_ModifierCreate) GetSynergyLevel

func (m *CMsgCombatEvent_ModifierCreate) GetSynergyLevel() int32

func (*CMsgCombatEvent_ModifierCreate) ProtoMessage

func (*CMsgCombatEvent_ModifierCreate) ProtoMessage()

func (*CMsgCombatEvent_ModifierCreate) Reset

func (m *CMsgCombatEvent_ModifierCreate) Reset()

func (*CMsgCombatEvent_ModifierCreate) String

func (*CMsgCombatEvent_ModifierCreate) XXX_DiscardUnknown

func (m *CMsgCombatEvent_ModifierCreate) XXX_DiscardUnknown()

func (*CMsgCombatEvent_ModifierCreate) XXX_Marshal

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

func (*CMsgCombatEvent_ModifierCreate) XXX_Merge

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

func (*CMsgCombatEvent_ModifierCreate) XXX_Size

func (m *CMsgCombatEvent_ModifierCreate) XXX_Size() int

func (*CMsgCombatEvent_ModifierCreate) XXX_Unmarshal

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

type CMsgCombatEvent_ModifierDestroy

type CMsgCombatEvent_ModifierDestroy struct {
	ModifierEntindex     *uint32  `protobuf:"varint,1,req,name=modifier_entindex,json=modifierEntindex" json:"modifier_entindex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_ModifierDestroy) Descriptor

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

func (*CMsgCombatEvent_ModifierDestroy) GetModifierEntindex

func (m *CMsgCombatEvent_ModifierDestroy) GetModifierEntindex() uint32

func (*CMsgCombatEvent_ModifierDestroy) ProtoMessage

func (*CMsgCombatEvent_ModifierDestroy) ProtoMessage()

func (*CMsgCombatEvent_ModifierDestroy) Reset

func (*CMsgCombatEvent_ModifierDestroy) String

func (*CMsgCombatEvent_ModifierDestroy) XXX_DiscardUnknown

func (m *CMsgCombatEvent_ModifierDestroy) XXX_DiscardUnknown()

func (*CMsgCombatEvent_ModifierDestroy) XXX_Marshal

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

func (*CMsgCombatEvent_ModifierDestroy) XXX_Merge

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

func (*CMsgCombatEvent_ModifierDestroy) XXX_Size

func (m *CMsgCombatEvent_ModifierDestroy) XXX_Size() int

func (*CMsgCombatEvent_ModifierDestroy) XXX_Unmarshal

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

type CMsgCombatEvent_Resurrect

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

func (*CMsgCombatEvent_Resurrect) Descriptor

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

func (*CMsgCombatEvent_Resurrect) ProtoMessage

func (*CMsgCombatEvent_Resurrect) ProtoMessage()

func (*CMsgCombatEvent_Resurrect) Reset

func (m *CMsgCombatEvent_Resurrect) Reset()

func (*CMsgCombatEvent_Resurrect) String

func (m *CMsgCombatEvent_Resurrect) String() string

func (*CMsgCombatEvent_Resurrect) XXX_DiscardUnknown

func (m *CMsgCombatEvent_Resurrect) XXX_DiscardUnknown()

func (*CMsgCombatEvent_Resurrect) XXX_Marshal

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

func (*CMsgCombatEvent_Resurrect) XXX_Merge

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

func (*CMsgCombatEvent_Resurrect) XXX_Size

func (m *CMsgCombatEvent_Resurrect) XXX_Size() int

func (*CMsgCombatEvent_Resurrect) XXX_Unmarshal

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

type CMsgCombatEvent_SoundEvent

type CMsgCombatEvent_SoundEvent struct {
	SoundeventHash       *uint32           `protobuf:"varint,1,opt,name=soundevent_hash,json=soundeventHash" json:"soundevent_hash,omitempty"`
	Position             *CMsgUnitPosition `protobuf:"bytes,2,opt,name=position" json:"position,omitempty"`
	RestrictToHomeTeam   *bool             `protobuf:"varint,4,opt,name=restrict_to_home_team,json=restrictToHomeTeam" json:"restrict_to_home_team,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgCombatEvent_SoundEvent) Descriptor

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

func (*CMsgCombatEvent_SoundEvent) GetPosition

func (m *CMsgCombatEvent_SoundEvent) GetPosition() *CMsgUnitPosition

func (*CMsgCombatEvent_SoundEvent) GetRestrictToHomeTeam

func (m *CMsgCombatEvent_SoundEvent) GetRestrictToHomeTeam() bool

func (*CMsgCombatEvent_SoundEvent) GetSoundeventHash

func (m *CMsgCombatEvent_SoundEvent) GetSoundeventHash() uint32

func (*CMsgCombatEvent_SoundEvent) ProtoMessage

func (*CMsgCombatEvent_SoundEvent) ProtoMessage()

func (*CMsgCombatEvent_SoundEvent) Reset

func (m *CMsgCombatEvent_SoundEvent) Reset()

func (*CMsgCombatEvent_SoundEvent) String

func (m *CMsgCombatEvent_SoundEvent) String() string

func (*CMsgCombatEvent_SoundEvent) XXX_DiscardUnknown

func (m *CMsgCombatEvent_SoundEvent) XXX_DiscardUnknown()

func (*CMsgCombatEvent_SoundEvent) XXX_Marshal

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

func (*CMsgCombatEvent_SoundEvent) XXX_Merge

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

func (*CMsgCombatEvent_SoundEvent) XXX_Size

func (m *CMsgCombatEvent_SoundEvent) XXX_Size() int

func (*CMsgCombatEvent_SoundEvent) XXX_Unmarshal

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

type CMsgCombatEvent_SpeechEvent

type CMsgCombatEvent_SpeechEvent struct {
	VcdName              *string  `protobuf:"bytes,1,opt,name=vcd_name,json=vcdName" json:"vcd_name,omitempty"`
	RestrictToHomeTeam   *bool    `protobuf:"varint,2,opt,name=restrict_to_home_team,json=restrictToHomeTeam" json:"restrict_to_home_team,omitempty"`
	Priority             *int32   `protobuf:"varint,3,opt,name=priority" json:"priority,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_SpeechEvent) Descriptor

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

func (*CMsgCombatEvent_SpeechEvent) GetPriority

func (m *CMsgCombatEvent_SpeechEvent) GetPriority() int32

func (*CMsgCombatEvent_SpeechEvent) GetRestrictToHomeTeam

func (m *CMsgCombatEvent_SpeechEvent) GetRestrictToHomeTeam() bool

func (*CMsgCombatEvent_SpeechEvent) GetVcdName

func (m *CMsgCombatEvent_SpeechEvent) GetVcdName() string

func (*CMsgCombatEvent_SpeechEvent) ProtoMessage

func (*CMsgCombatEvent_SpeechEvent) ProtoMessage()

func (*CMsgCombatEvent_SpeechEvent) Reset

func (m *CMsgCombatEvent_SpeechEvent) Reset()

func (*CMsgCombatEvent_SpeechEvent) String

func (m *CMsgCombatEvent_SpeechEvent) String() string

func (*CMsgCombatEvent_SpeechEvent) XXX_DiscardUnknown

func (m *CMsgCombatEvent_SpeechEvent) XXX_DiscardUnknown()

func (*CMsgCombatEvent_SpeechEvent) XXX_Marshal

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

func (*CMsgCombatEvent_SpeechEvent) XXX_Merge

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

func (*CMsgCombatEvent_SpeechEvent) XXX_Size

func (m *CMsgCombatEvent_SpeechEvent) XXX_Size() int

func (*CMsgCombatEvent_SpeechEvent) XXX_Unmarshal

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

type CMsgCombatEvent_StartAttack

type CMsgCombatEvent_StartAttack struct {
	AttackSpeed          *float32 `protobuf:"fixed32,1,opt,name=attack_speed,json=attackSpeed" json:"attack_speed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_StartAttack) Descriptor

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

func (*CMsgCombatEvent_StartAttack) GetAttackSpeed

func (m *CMsgCombatEvent_StartAttack) GetAttackSpeed() float32

func (*CMsgCombatEvent_StartAttack) ProtoMessage

func (*CMsgCombatEvent_StartAttack) ProtoMessage()

func (*CMsgCombatEvent_StartAttack) Reset

func (m *CMsgCombatEvent_StartAttack) Reset()

func (*CMsgCombatEvent_StartAttack) String

func (m *CMsgCombatEvent_StartAttack) String() string

func (*CMsgCombatEvent_StartAttack) XXX_DiscardUnknown

func (m *CMsgCombatEvent_StartAttack) XXX_DiscardUnknown()

func (*CMsgCombatEvent_StartAttack) XXX_Marshal

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

func (*CMsgCombatEvent_StartAttack) XXX_Merge

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

func (*CMsgCombatEvent_StartAttack) XXX_Size

func (m *CMsgCombatEvent_StartAttack) XXX_Size() int

func (*CMsgCombatEvent_StartAttack) XXX_Unmarshal

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

type CMsgCombatEvent_StartGesture

type CMsgCombatEvent_StartGesture struct {
	Activity             *uint32  `protobuf:"varint,1,req,name=activity" json:"activity,omitempty"`
	FadeIn               *float32 `protobuf:"fixed32,2,opt,name=fade_in,json=fadeIn" json:"fade_in,omitempty"`
	FadeOut              *float32 `protobuf:"fixed32,3,opt,name=fade_out,json=fadeOut" json:"fade_out,omitempty"`
	Slot                 *int32   `protobuf:"varint,4,opt,name=slot" json:"slot,omitempty"`
	Duration             *float32 `protobuf:"fixed32,5,opt,name=duration" json:"duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_StartGesture) Descriptor

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

func (*CMsgCombatEvent_StartGesture) GetActivity

func (m *CMsgCombatEvent_StartGesture) GetActivity() uint32

func (*CMsgCombatEvent_StartGesture) GetDuration

func (m *CMsgCombatEvent_StartGesture) GetDuration() float32

func (*CMsgCombatEvent_StartGesture) GetFadeIn

func (m *CMsgCombatEvent_StartGesture) GetFadeIn() float32

func (*CMsgCombatEvent_StartGesture) GetFadeOut

func (m *CMsgCombatEvent_StartGesture) GetFadeOut() float32

func (*CMsgCombatEvent_StartGesture) GetSlot

func (m *CMsgCombatEvent_StartGesture) GetSlot() int32

func (*CMsgCombatEvent_StartGesture) ProtoMessage

func (*CMsgCombatEvent_StartGesture) ProtoMessage()

func (*CMsgCombatEvent_StartGesture) Reset

func (m *CMsgCombatEvent_StartGesture) Reset()

func (*CMsgCombatEvent_StartGesture) String

func (*CMsgCombatEvent_StartGesture) XXX_DiscardUnknown

func (m *CMsgCombatEvent_StartGesture) XXX_DiscardUnknown()

func (*CMsgCombatEvent_StartGesture) XXX_Marshal

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

func (*CMsgCombatEvent_StartGesture) XXX_Merge

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

func (*CMsgCombatEvent_StartGesture) XXX_Size

func (m *CMsgCombatEvent_StartGesture) XXX_Size() int

func (*CMsgCombatEvent_StartGesture) XXX_Unmarshal

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

type CMsgCombatEvent_StopGesture

type CMsgCombatEvent_StopGesture struct {
	Activity             *uint32  `protobuf:"varint,1,req,name=activity" json:"activity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgCombatEvent_StopGesture) Descriptor

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

func (*CMsgCombatEvent_StopGesture) GetActivity

func (m *CMsgCombatEvent_StopGesture) GetActivity() uint32

func (*CMsgCombatEvent_StopGesture) ProtoMessage

func (*CMsgCombatEvent_StopGesture) ProtoMessage()

func (*CMsgCombatEvent_StopGesture) Reset

func (m *CMsgCombatEvent_StopGesture) Reset()

func (*CMsgCombatEvent_StopGesture) String

func (m *CMsgCombatEvent_StopGesture) String() string

func (*CMsgCombatEvent_StopGesture) XXX_DiscardUnknown

func (m *CMsgCombatEvent_StopGesture) XXX_DiscardUnknown()

func (*CMsgCombatEvent_StopGesture) XXX_Marshal

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

func (*CMsgCombatEvent_StopGesture) XXX_Merge

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

func (*CMsgCombatEvent_StopGesture) XXX_Size

func (m *CMsgCombatEvent_StopGesture) XXX_Size() int

func (*CMsgCombatEvent_StopGesture) XXX_Unmarshal

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

type CMsgCombatHighlight

type CMsgCombatHighlight struct {
	HighlightType        *EDACIncidentType `` /* 131-byte string literal not displayed */
	StartTime            *float32          `protobuf:"fixed32,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	FinishTime           *float32          `protobuf:"fixed32,3,opt,name=finish_time,json=finishTime" json:"finish_time,omitempty"`
	SourceUnitIdx        *int32            `protobuf:"varint,4,opt,name=source_unit_idx,json=sourceUnitIdx" json:"source_unit_idx,omitempty"`
	TargetUnitIdx        *int32            `protobuf:"varint,5,opt,name=target_unit_idx,json=targetUnitIdx" json:"target_unit_idx,omitempty"`
	Magnitude            *float32          `protobuf:"fixed32,6,opt,name=magnitude" json:"magnitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgCombatHighlight) Descriptor

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

func (*CMsgCombatHighlight) GetFinishTime

func (m *CMsgCombatHighlight) GetFinishTime() float32

func (*CMsgCombatHighlight) GetHighlightType

func (m *CMsgCombatHighlight) GetHighlightType() EDACIncidentType

func (*CMsgCombatHighlight) GetMagnitude

func (m *CMsgCombatHighlight) GetMagnitude() float32

func (*CMsgCombatHighlight) GetSourceUnitIdx

func (m *CMsgCombatHighlight) GetSourceUnitIdx() int32

func (*CMsgCombatHighlight) GetStartTime

func (m *CMsgCombatHighlight) GetStartTime() float32

func (*CMsgCombatHighlight) GetTargetUnitIdx

func (m *CMsgCombatHighlight) GetTargetUnitIdx() int32

func (*CMsgCombatHighlight) ProtoMessage

func (*CMsgCombatHighlight) ProtoMessage()

func (*CMsgCombatHighlight) Reset

func (m *CMsgCombatHighlight) Reset()

func (*CMsgCombatHighlight) String

func (m *CMsgCombatHighlight) String() string

func (*CMsgCombatHighlight) XXX_DiscardUnknown

func (m *CMsgCombatHighlight) XXX_DiscardUnknown()

func (*CMsgCombatHighlight) XXX_Marshal

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

func (*CMsgCombatHighlight) XXX_Merge

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

func (*CMsgCombatHighlight) XXX_Size

func (m *CMsgCombatHighlight) XXX_Size() int

func (*CMsgCombatHighlight) XXX_Unmarshal

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

type CMsgCombatMetersSnapshot

type CMsgCombatMetersSnapshot struct {
	SnapshotTime         *float32                 `protobuf:"fixed32,1,req,name=snapshot_time,json=snapshotTime" json:"snapshot_time,omitempty"`
	Units                []*CMsgUnitMeterSnapshot `protobuf:"bytes,2,rep,name=units" json:"units,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CMsgCombatMetersSnapshot) Descriptor

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

func (*CMsgCombatMetersSnapshot) GetSnapshotTime

func (m *CMsgCombatMetersSnapshot) GetSnapshotTime() float32

func (*CMsgCombatMetersSnapshot) GetUnits

func (*CMsgCombatMetersSnapshot) ProtoMessage

func (*CMsgCombatMetersSnapshot) ProtoMessage()

func (*CMsgCombatMetersSnapshot) Reset

func (m *CMsgCombatMetersSnapshot) Reset()

func (*CMsgCombatMetersSnapshot) String

func (m *CMsgCombatMetersSnapshot) String() string

func (*CMsgCombatMetersSnapshot) XXX_DiscardUnknown

func (m *CMsgCombatMetersSnapshot) XXX_DiscardUnknown()

func (*CMsgCombatMetersSnapshot) XXX_Marshal

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

func (*CMsgCombatMetersSnapshot) XXX_Merge

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

func (*CMsgCombatMetersSnapshot) XXX_Size

func (m *CMsgCombatMetersSnapshot) XXX_Size() int

func (*CMsgCombatMetersSnapshot) XXX_Unmarshal

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

type CMsgCombatSnapshot

type CMsgCombatSnapshot struct {
	SnapshotTime         *float32                 `protobuf:"fixed32,1,req,name=snapshot_time,json=snapshotTime" json:"snapshot_time,omitempty"`
	Units                []*CMsgUnitSnapshot      `protobuf:"bytes,2,rep,name=units" json:"units,omitempty"`
	DebugSnapshot        *CMsgCombatDebugSnapshot `protobuf:"bytes,3,opt,name=debug_snapshot,json=debugSnapshot" json:"debug_snapshot,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CMsgCombatSnapshot) Descriptor

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

func (*CMsgCombatSnapshot) GetDebugSnapshot

func (m *CMsgCombatSnapshot) GetDebugSnapshot() *CMsgCombatDebugSnapshot

func (*CMsgCombatSnapshot) GetSnapshotTime

func (m *CMsgCombatSnapshot) GetSnapshotTime() float32

func (*CMsgCombatSnapshot) GetUnits

func (m *CMsgCombatSnapshot) GetUnits() []*CMsgUnitSnapshot

func (*CMsgCombatSnapshot) ProtoMessage

func (*CMsgCombatSnapshot) ProtoMessage()

func (*CMsgCombatSnapshot) Reset

func (m *CMsgCombatSnapshot) Reset()

func (*CMsgCombatSnapshot) String

func (m *CMsgCombatSnapshot) String() string

func (*CMsgCombatSnapshot) XXX_DiscardUnknown

func (m *CMsgCombatSnapshot) XXX_DiscardUnknown()

func (*CMsgCombatSnapshot) XXX_Marshal

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

func (*CMsgCombatSnapshot) XXX_Merge

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

func (*CMsgCombatSnapshot) XXX_Size

func (m *CMsgCombatSnapshot) XXX_Size() int

func (*CMsgCombatSnapshot) XXX_Unmarshal

func (m *CMsgCombatSnapshot) 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=protocol.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=protocol.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 CMsgDACClientHello

type CMsgDACClientHello struct {
	SideLoaded           *bool           `protobuf:"varint,1,opt,name=side_loaded,json=sideLoaded" json:"side_loaded,omitempty"`
	RegionMode           *EDACRegionMode `protobuf:"varint,2,opt,name=region_mode,json=regionMode,enum=protocol.EDACRegionMode,def=0" json:"region_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CMsgDACClientHello) Descriptor

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

func (*CMsgDACClientHello) GetRegionMode

func (m *CMsgDACClientHello) GetRegionMode() EDACRegionMode

func (*CMsgDACClientHello) GetSideLoaded

func (m *CMsgDACClientHello) GetSideLoaded() bool

func (*CMsgDACClientHello) ProtoMessage

func (*CMsgDACClientHello) ProtoMessage()

func (*CMsgDACClientHello) Reset

func (m *CMsgDACClientHello) Reset()

func (*CMsgDACClientHello) String

func (m *CMsgDACClientHello) String() string

func (*CMsgDACClientHello) XXX_DiscardUnknown

func (m *CMsgDACClientHello) XXX_DiscardUnknown()

func (*CMsgDACClientHello) XXX_Marshal

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

func (*CMsgDACClientHello) XXX_Merge

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

func (*CMsgDACClientHello) XXX_Size

func (m *CMsgDACClientHello) XXX_Size() int

func (*CMsgDACClientHello) XXX_Unmarshal

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

type CMsgDPPartnerMicroTxns

type CMsgDPPartnerMicroTxns struct {
	Appid                *uint32                                   `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	GcName               *string                                   `protobuf:"bytes,2,opt,name=gc_name,json=gcName" json:"gc_name,omitempty"`
	Partner              *CMsgDPPartnerMicroTxns_PartnerInfo       `protobuf:"bytes,3,opt,name=partner" json:"partner,omitempty"`
	Transactions         []*CMsgDPPartnerMicroTxns_PartnerMicroTxn `protobuf:"bytes,4,rep,name=transactions" json:"transactions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgDPPartnerMicroTxns) Descriptor

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

func (*CMsgDPPartnerMicroTxns) GetAppid

func (m *CMsgDPPartnerMicroTxns) GetAppid() uint32

func (*CMsgDPPartnerMicroTxns) GetGcName

func (m *CMsgDPPartnerMicroTxns) GetGcName() string

func (*CMsgDPPartnerMicroTxns) GetPartner

func (*CMsgDPPartnerMicroTxns) GetTransactions

func (*CMsgDPPartnerMicroTxns) ProtoMessage

func (*CMsgDPPartnerMicroTxns) ProtoMessage()

func (*CMsgDPPartnerMicroTxns) Reset

func (m *CMsgDPPartnerMicroTxns) Reset()

func (*CMsgDPPartnerMicroTxns) String

func (m *CMsgDPPartnerMicroTxns) String() string

func (*CMsgDPPartnerMicroTxns) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxns) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxns) XXX_Marshal

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

func (*CMsgDPPartnerMicroTxns) XXX_Merge

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

func (*CMsgDPPartnerMicroTxns) XXX_Size

func (m *CMsgDPPartnerMicroTxns) XXX_Size() int

func (*CMsgDPPartnerMicroTxns) XXX_Unmarshal

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

type CMsgDPPartnerMicroTxnsResponse

type CMsgDPPartnerMicroTxnsResponse struct {
	Eresult              *uint32                                    `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Eerrorcode           *CMsgDPPartnerMicroTxnsResponse_EErrorCode `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CMsgDPPartnerMicroTxnsResponse) Descriptor

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

func (*CMsgDPPartnerMicroTxnsResponse) GetEerrorcode

func (*CMsgDPPartnerMicroTxnsResponse) GetEresult

func (m *CMsgDPPartnerMicroTxnsResponse) GetEresult() uint32

func (*CMsgDPPartnerMicroTxnsResponse) ProtoMessage

func (*CMsgDPPartnerMicroTxnsResponse) ProtoMessage()

func (*CMsgDPPartnerMicroTxnsResponse) Reset

func (m *CMsgDPPartnerMicroTxnsResponse) Reset()

func (*CMsgDPPartnerMicroTxnsResponse) String

func (*CMsgDPPartnerMicroTxnsResponse) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Marshal

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

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Merge

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

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Size

func (m *CMsgDPPartnerMicroTxnsResponse) XXX_Size() int

func (*CMsgDPPartnerMicroTxnsResponse) XXX_Unmarshal

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

type CMsgDPPartnerMicroTxnsResponse_EErrorCode

type CMsgDPPartnerMicroTxnsResponse_EErrorCode int32
const (
	CMsgDPPartnerMicroTxnsResponse_k_MsgValid                   CMsgDPPartnerMicroTxnsResponse_EErrorCode = 0
	CMsgDPPartnerMicroTxnsResponse_k_MsgInvalidAppID            CMsgDPPartnerMicroTxnsResponse_EErrorCode = 1
	CMsgDPPartnerMicroTxnsResponse_k_MsgInvalidPartnerInfo      CMsgDPPartnerMicroTxnsResponse_EErrorCode = 2
	CMsgDPPartnerMicroTxnsResponse_k_MsgNoTransactions          CMsgDPPartnerMicroTxnsResponse_EErrorCode = 3
	CMsgDPPartnerMicroTxnsResponse_k_MsgSQLFailure              CMsgDPPartnerMicroTxnsResponse_EErrorCode = 4
	CMsgDPPartnerMicroTxnsResponse_k_MsgPartnerInfoDiscrepancy  CMsgDPPartnerMicroTxnsResponse_EErrorCode = 5
	CMsgDPPartnerMicroTxnsResponse_k_MsgTransactionInsertFailed CMsgDPPartnerMicroTxnsResponse_EErrorCode = 7
	CMsgDPPartnerMicroTxnsResponse_k_MsgAlreadyRunning          CMsgDPPartnerMicroTxnsResponse_EErrorCode = 8
	CMsgDPPartnerMicroTxnsResponse_k_MsgInvalidTransactionData  CMsgDPPartnerMicroTxnsResponse_EErrorCode = 9
)
const Default_CMsgDPPartnerMicroTxnsResponse_Eerrorcode CMsgDPPartnerMicroTxnsResponse_EErrorCode = CMsgDPPartnerMicroTxnsResponse_k_MsgValid

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) Enum

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) EnumDescriptor

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

func (CMsgDPPartnerMicroTxnsResponse_EErrorCode) String

func (*CMsgDPPartnerMicroTxnsResponse_EErrorCode) UnmarshalJSON

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

type CMsgDPPartnerMicroTxns_PartnerInfo

type CMsgDPPartnerMicroTxns_PartnerInfo struct {
	PartnerId            *uint32  `protobuf:"varint,1,opt,name=partner_id,json=partnerId" json:"partner_id,omitempty"`
	PartnerName          *string  `protobuf:"bytes,2,opt,name=partner_name,json=partnerName" json:"partner_name,omitempty"`
	CurrencyCode         *string  `protobuf:"bytes,3,opt,name=currency_code,json=currencyCode" json:"currency_code,omitempty"`
	CurrencyName         *string  `protobuf:"bytes,4,opt,name=currency_name,json=currencyName" json:"currency_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDPPartnerMicroTxns_PartnerInfo) Descriptor

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

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyCode

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyCode() string

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyName

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetCurrencyName() string

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerId

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerId() uint32

func (*CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerName

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) GetPartnerName() string

func (*CMsgDPPartnerMicroTxns_PartnerInfo) ProtoMessage

func (*CMsgDPPartnerMicroTxns_PartnerInfo) ProtoMessage()

func (*CMsgDPPartnerMicroTxns_PartnerInfo) Reset

func (*CMsgDPPartnerMicroTxns_PartnerInfo) String

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxns_PartnerInfo) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Marshal

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

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Merge

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Size

func (*CMsgDPPartnerMicroTxns_PartnerInfo) XXX_Unmarshal

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

type CMsgDPPartnerMicroTxns_PartnerMicroTxn

type CMsgDPPartnerMicroTxns_PartnerMicroTxn struct {
	InitTime             *uint32  `protobuf:"varint,1,opt,name=init_time,json=initTime" json:"init_time,omitempty"`
	LastUpdateTime       *uint32  `protobuf:"varint,2,opt,name=last_update_time,json=lastUpdateTime" json:"last_update_time,omitempty"`
	TxnId                *uint64  `protobuf:"varint,3,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	AccountId            *uint32  `protobuf:"varint,4,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LineItem             *uint32  `protobuf:"varint,5,opt,name=line_item,json=lineItem" json:"line_item,omitempty"`
	ItemId               *uint64  `protobuf:"varint,6,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,7,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Price                *uint64  `protobuf:"varint,8,opt,name=price" json:"price,omitempty"`
	Tax                  *uint64  `protobuf:"varint,9,opt,name=tax" json:"tax,omitempty"`
	PriceUsd             *uint64  `protobuf:"varint,10,opt,name=price_usd,json=priceUsd" json:"price_usd,omitempty"`
	TaxUsd               *uint64  `protobuf:"varint,11,opt,name=tax_usd,json=taxUsd" json:"tax_usd,omitempty"`
	PurchaseType         *uint32  `protobuf:"varint,12,opt,name=purchase_type,json=purchaseType" json:"purchase_type,omitempty"`
	SteamTxnType         *uint32  `protobuf:"varint,13,opt,name=steam_txn_type,json=steamTxnType" json:"steam_txn_type,omitempty"`
	CountryCode          *string  `protobuf:"bytes,14,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	RegionCode           *string  `protobuf:"bytes,15,opt,name=region_code,json=regionCode" json:"region_code,omitempty"`
	Quantity             *int32   `protobuf:"varint,16,opt,name=quantity" json:"quantity,omitempty"`
	RefTransId           *uint64  `protobuf:"varint,17,opt,name=ref_trans_id,json=refTransId" json:"ref_trans_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) Descriptor

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

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetAccountId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetCountryCode

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetCountryCode() string

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetDefIndex

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetInitTime

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetItemId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetLastUpdateTime

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetLastUpdateTime() uint32

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetLineItem

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPrice

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPriceUsd

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPurchaseType

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetPurchaseType() uint32

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetQuantity

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetRefTransId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetRegionCode

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetSteamTxnType

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetSteamTxnType() uint32

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetTax

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetTaxUsd

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) GetTxnId

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) ProtoMessage

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) Reset

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) String

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_DiscardUnknown

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_DiscardUnknown()

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Marshal

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

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Merge

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Size

func (*CMsgDPPartnerMicroTxns_PartnerMicroTxn) XXX_Unmarshal

func (m *CMsgDPPartnerMicroTxns_PartnerMicroTxn) 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 CMsgDuos_TeamCombatResult

type CMsgDuos_TeamCombatResult struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	OpponentSlot         *uint32  `protobuf:"varint,2,opt,name=opponent_slot,json=opponentSlot" json:"opponent_slot,omitempty"`
	DamageResult         *int32   `protobuf:"varint,3,opt,name=damage_result,json=damageResult" json:"damage_result,omitempty"`
	TeammateSlot         *uint32  `protobuf:"varint,4,opt,name=teammate_slot,json=teammateSlot" json:"teammate_slot,omitempty"`
	TeammateOpponentSlot *uint32  `protobuf:"varint,5,opt,name=teammate_opponent_slot,json=teammateOpponentSlot" json:"teammate_opponent_slot,omitempty"`
	TeammateDamageResult *int32   `protobuf:"varint,6,opt,name=teammate_damage_result,json=teammateDamageResult" json:"teammate_damage_result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgDuos_TeamCombatResult) Descriptor

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

func (*CMsgDuos_TeamCombatResult) GetDamageResult

func (m *CMsgDuos_TeamCombatResult) GetDamageResult() int32

func (*CMsgDuos_TeamCombatResult) GetOpponentSlot

func (m *CMsgDuos_TeamCombatResult) GetOpponentSlot() uint32

func (*CMsgDuos_TeamCombatResult) GetPlayerSlot

func (m *CMsgDuos_TeamCombatResult) GetPlayerSlot() uint32

func (*CMsgDuos_TeamCombatResult) GetTeammateDamageResult

func (m *CMsgDuos_TeamCombatResult) GetTeammateDamageResult() int32

func (*CMsgDuos_TeamCombatResult) GetTeammateOpponentSlot

func (m *CMsgDuos_TeamCombatResult) GetTeammateOpponentSlot() uint32

func (*CMsgDuos_TeamCombatResult) GetTeammateSlot

func (m *CMsgDuos_TeamCombatResult) GetTeammateSlot() uint32

func (*CMsgDuos_TeamCombatResult) ProtoMessage

func (*CMsgDuos_TeamCombatResult) ProtoMessage()

func (*CMsgDuos_TeamCombatResult) Reset

func (m *CMsgDuos_TeamCombatResult) Reset()

func (*CMsgDuos_TeamCombatResult) String

func (m *CMsgDuos_TeamCombatResult) String() string

func (*CMsgDuos_TeamCombatResult) XXX_DiscardUnknown

func (m *CMsgDuos_TeamCombatResult) XXX_DiscardUnknown()

func (*CMsgDuos_TeamCombatResult) XXX_Marshal

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

func (*CMsgDuos_TeamCombatResult) XXX_Merge

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

func (*CMsgDuos_TeamCombatResult) XXX_Size

func (m *CMsgDuos_TeamCombatResult) XXX_Size() int

func (*CMsgDuos_TeamCombatResult) XXX_Unmarshal

func (m *CMsgDuos_TeamCombatResult) 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 CMsgEventClaimRewards

type CMsgEventClaimRewards struct {
	Items                []*CMsgEventClaimRewards_Item        `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	Achievements         []*CMsgEventClaimRewards_Achievement `protobuf:"bytes,2,rep,name=achievements" json:"achievements,omitempty"`
	Currencies           []*CMsgEventClaimRewards_Currency    `protobuf:"bytes,3,rep,name=currencies" json:"currencies,omitempty"`
	Challenges           []*CMsgEventClaimRewards_Challenge   `protobuf:"bytes,4,rep,name=challenges" json:"challenges,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgEventClaimRewards) Descriptor

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

func (*CMsgEventClaimRewards) GetAchievements

func (*CMsgEventClaimRewards) GetChallenges

func (*CMsgEventClaimRewards) GetCurrencies

func (*CMsgEventClaimRewards) GetItems

func (*CMsgEventClaimRewards) ProtoMessage

func (*CMsgEventClaimRewards) ProtoMessage()

func (*CMsgEventClaimRewards) Reset

func (m *CMsgEventClaimRewards) Reset()

func (*CMsgEventClaimRewards) String

func (m *CMsgEventClaimRewards) String() string

func (*CMsgEventClaimRewards) XXX_DiscardUnknown

func (m *CMsgEventClaimRewards) XXX_DiscardUnknown()

func (*CMsgEventClaimRewards) XXX_Marshal

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

func (*CMsgEventClaimRewards) XXX_Merge

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

func (*CMsgEventClaimRewards) XXX_Size

func (m *CMsgEventClaimRewards) XXX_Size() int

func (*CMsgEventClaimRewards) XXX_Unmarshal

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

type CMsgEventClaimRewards_Achievement

type CMsgEventClaimRewards_Achievement struct {
	AchievementId        *uint32  `protobuf:"varint,1,opt,name=achievement_id,json=achievementId" json:"achievement_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,2,opt,name=progress" json:"progress,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgEventClaimRewards_Achievement) Descriptor

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

func (*CMsgEventClaimRewards_Achievement) GetAchievementId

func (m *CMsgEventClaimRewards_Achievement) GetAchievementId() uint32

func (*CMsgEventClaimRewards_Achievement) GetProgress

func (m *CMsgEventClaimRewards_Achievement) GetProgress() uint32

func (*CMsgEventClaimRewards_Achievement) ProtoMessage

func (*CMsgEventClaimRewards_Achievement) ProtoMessage()

func (*CMsgEventClaimRewards_Achievement) Reset

func (*CMsgEventClaimRewards_Achievement) String

func (*CMsgEventClaimRewards_Achievement) XXX_DiscardUnknown

func (m *CMsgEventClaimRewards_Achievement) XXX_DiscardUnknown()

func (*CMsgEventClaimRewards_Achievement) XXX_Marshal

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

func (*CMsgEventClaimRewards_Achievement) XXX_Merge

func (*CMsgEventClaimRewards_Achievement) XXX_Size

func (m *CMsgEventClaimRewards_Achievement) XXX_Size() int

func (*CMsgEventClaimRewards_Achievement) XXX_Unmarshal

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

type CMsgEventClaimRewards_Challenge

type CMsgEventClaimRewards_Challenge struct {
	ChallengeSlot        *uint32  `protobuf:"varint,1,opt,name=challenge_slot,json=challengeSlot" json:"challenge_slot,omitempty"`
	Progress             *uint32  `protobuf:"varint,2,opt,name=progress" json:"progress,omitempty"`
	Activated            *bool    `protobuf:"varint,3,opt,name=activated" json:"activated,omitempty"`
	Rolled               *bool    `protobuf:"varint,4,opt,name=rolled" json:"rolled,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgEventClaimRewards_Challenge) Descriptor

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

func (*CMsgEventClaimRewards_Challenge) GetActivated

func (m *CMsgEventClaimRewards_Challenge) GetActivated() bool

func (*CMsgEventClaimRewards_Challenge) GetChallengeSlot

func (m *CMsgEventClaimRewards_Challenge) GetChallengeSlot() uint32

func (*CMsgEventClaimRewards_Challenge) GetProgress

func (m *CMsgEventClaimRewards_Challenge) GetProgress() uint32

func (*CMsgEventClaimRewards_Challenge) GetRolled

func (m *CMsgEventClaimRewards_Challenge) GetRolled() bool

func (*CMsgEventClaimRewards_Challenge) ProtoMessage

func (*CMsgEventClaimRewards_Challenge) ProtoMessage()

func (*CMsgEventClaimRewards_Challenge) Reset

func (*CMsgEventClaimRewards_Challenge) String

func (*CMsgEventClaimRewards_Challenge) XXX_DiscardUnknown

func (m *CMsgEventClaimRewards_Challenge) XXX_DiscardUnknown()

func (*CMsgEventClaimRewards_Challenge) XXX_Marshal

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

func (*CMsgEventClaimRewards_Challenge) XXX_Merge

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

func (*CMsgEventClaimRewards_Challenge) XXX_Size

func (m *CMsgEventClaimRewards_Challenge) XXX_Size() int

func (*CMsgEventClaimRewards_Challenge) XXX_Unmarshal

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

type CMsgEventClaimRewards_Currency

type CMsgEventClaimRewards_Currency struct {
	CurrencyId           *uint32  `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	Grant                *uint32  `protobuf:"varint,2,opt,name=grant" json:"grant,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgEventClaimRewards_Currency) Descriptor

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

func (*CMsgEventClaimRewards_Currency) GetCurrencyId

func (m *CMsgEventClaimRewards_Currency) GetCurrencyId() uint32

func (*CMsgEventClaimRewards_Currency) GetGrant

func (m *CMsgEventClaimRewards_Currency) GetGrant() uint32

func (*CMsgEventClaimRewards_Currency) ProtoMessage

func (*CMsgEventClaimRewards_Currency) ProtoMessage()

func (*CMsgEventClaimRewards_Currency) Reset

func (m *CMsgEventClaimRewards_Currency) Reset()

func (*CMsgEventClaimRewards_Currency) String

func (*CMsgEventClaimRewards_Currency) XXX_DiscardUnknown

func (m *CMsgEventClaimRewards_Currency) XXX_DiscardUnknown()

func (*CMsgEventClaimRewards_Currency) XXX_Marshal

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

func (*CMsgEventClaimRewards_Currency) XXX_Merge

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

func (*CMsgEventClaimRewards_Currency) XXX_Size

func (m *CMsgEventClaimRewards_Currency) XXX_Size() int

func (*CMsgEventClaimRewards_Currency) XXX_Unmarshal

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

type CMsgEventClaimRewards_Item

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

func (*CMsgEventClaimRewards_Item) Descriptor

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

func (*CMsgEventClaimRewards_Item) GetDefIndex

func (m *CMsgEventClaimRewards_Item) GetDefIndex() uint32

func (*CMsgEventClaimRewards_Item) GetItemId

func (m *CMsgEventClaimRewards_Item) GetItemId() uint64

func (*CMsgEventClaimRewards_Item) ProtoMessage

func (*CMsgEventClaimRewards_Item) ProtoMessage()

func (*CMsgEventClaimRewards_Item) Reset

func (m *CMsgEventClaimRewards_Item) Reset()

func (*CMsgEventClaimRewards_Item) String

func (m *CMsgEventClaimRewards_Item) String() string

func (*CMsgEventClaimRewards_Item) XXX_DiscardUnknown

func (m *CMsgEventClaimRewards_Item) XXX_DiscardUnknown()

func (*CMsgEventClaimRewards_Item) XXX_Marshal

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

func (*CMsgEventClaimRewards_Item) XXX_Merge

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

func (*CMsgEventClaimRewards_Item) XXX_Size

func (m *CMsgEventClaimRewards_Item) XXX_Size() int

func (*CMsgEventClaimRewards_Item) XXX_Unmarshal

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

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=protocol.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 CMsgGCCheckClanMembership

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

func (*CMsgGCCheckClanMembership) Descriptor

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

func (*CMsgGCCheckClanMembership) GetClanid

func (m *CMsgGCCheckClanMembership) GetClanid() uint32

func (*CMsgGCCheckClanMembership) GetSteamid

func (m *CMsgGCCheckClanMembership) GetSteamid() uint64

func (*CMsgGCCheckClanMembership) ProtoMessage

func (*CMsgGCCheckClanMembership) ProtoMessage()

func (*CMsgGCCheckClanMembership) Reset

func (m *CMsgGCCheckClanMembership) Reset()

func (*CMsgGCCheckClanMembership) String

func (m *CMsgGCCheckClanMembership) String() string

func (*CMsgGCCheckClanMembership) XXX_DiscardUnknown

func (m *CMsgGCCheckClanMembership) XXX_DiscardUnknown()

func (*CMsgGCCheckClanMembership) XXX_Marshal

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

func (*CMsgGCCheckClanMembership) XXX_Merge

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

func (*CMsgGCCheckClanMembership) XXX_Size

func (m *CMsgGCCheckClanMembership) XXX_Size() int

func (*CMsgGCCheckClanMembership) XXX_Unmarshal

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

type CMsgGCCheckClanMembership_Response

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

func (*CMsgGCCheckClanMembership_Response) Descriptor

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

func (*CMsgGCCheckClanMembership_Response) GetIsmember

func (m *CMsgGCCheckClanMembership_Response) GetIsmember() bool

func (*CMsgGCCheckClanMembership_Response) ProtoMessage

func (*CMsgGCCheckClanMembership_Response) ProtoMessage()

func (*CMsgGCCheckClanMembership_Response) Reset

func (*CMsgGCCheckClanMembership_Response) String

func (*CMsgGCCheckClanMembership_Response) XXX_DiscardUnknown

func (m *CMsgGCCheckClanMembership_Response) XXX_DiscardUnknown()

func (*CMsgGCCheckClanMembership_Response) XXX_Marshal

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

func (*CMsgGCCheckClanMembership_Response) XXX_Merge

func (*CMsgGCCheckClanMembership_Response) XXX_Size

func (*CMsgGCCheckClanMembership_Response) XXX_Unmarshal

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

type CMsgGCCheckFriendship

type CMsgGCCheckFriendship struct {
	SteamidLeft          *uint64  `protobuf:"fixed64,1,opt,name=steamid_left,json=steamidLeft" json:"steamid_left,omitempty"`
	SteamidRight         *uint64  `protobuf:"fixed64,2,opt,name=steamid_right,json=steamidRight" json:"steamid_right,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCCheckFriendship) Descriptor

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

func (*CMsgGCCheckFriendship) GetSteamidLeft

func (m *CMsgGCCheckFriendship) GetSteamidLeft() uint64

func (*CMsgGCCheckFriendship) GetSteamidRight

func (m *CMsgGCCheckFriendship) GetSteamidRight() uint64

func (*CMsgGCCheckFriendship) ProtoMessage

func (*CMsgGCCheckFriendship) ProtoMessage()

func (*CMsgGCCheckFriendship) Reset

func (m *CMsgGCCheckFriendship) Reset()

func (*CMsgGCCheckFriendship) String

func (m *CMsgGCCheckFriendship) String() string

func (*CMsgGCCheckFriendship) XXX_DiscardUnknown

func (m *CMsgGCCheckFriendship) XXX_DiscardUnknown()

func (*CMsgGCCheckFriendship) XXX_Marshal

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

func (*CMsgGCCheckFriendship) XXX_Merge

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

func (*CMsgGCCheckFriendship) XXX_Size

func (m *CMsgGCCheckFriendship) XXX_Size() int

func (*CMsgGCCheckFriendship) XXX_Unmarshal

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

type CMsgGCCheckFriendship_Response

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

func (*CMsgGCCheckFriendship_Response) Descriptor

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

func (*CMsgGCCheckFriendship_Response) GetFoundFriendship

func (m *CMsgGCCheckFriendship_Response) GetFoundFriendship() bool

func (*CMsgGCCheckFriendship_Response) GetSuccess

func (m *CMsgGCCheckFriendship_Response) GetSuccess() bool

func (*CMsgGCCheckFriendship_Response) ProtoMessage

func (*CMsgGCCheckFriendship_Response) ProtoMessage()

func (*CMsgGCCheckFriendship_Response) Reset

func (m *CMsgGCCheckFriendship_Response) Reset()

func (*CMsgGCCheckFriendship_Response) String

func (*CMsgGCCheckFriendship_Response) XXX_DiscardUnknown

func (m *CMsgGCCheckFriendship_Response) XXX_DiscardUnknown()

func (*CMsgGCCheckFriendship_Response) XXX_Marshal

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

func (*CMsgGCCheckFriendship_Response) XXX_Merge

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

func (*CMsgGCCheckFriendship_Response) XXX_Size

func (m *CMsgGCCheckFriendship_Response) XXX_Size() int

func (*CMsgGCCheckFriendship_Response) XXX_Unmarshal

func (m *CMsgGCCheckFriendship_Response) 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 CMsgGCGetAppFriendsList

type CMsgGCGetAppFriendsList struct {
	Steamid                     *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IncludeFriendshipTimestamps *bool    `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*CMsgGCGetAppFriendsList) Descriptor

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

func (*CMsgGCGetAppFriendsList) GetIncludeFriendshipTimestamps

func (m *CMsgGCGetAppFriendsList) GetIncludeFriendshipTimestamps() bool

func (*CMsgGCGetAppFriendsList) GetSteamid

func (m *CMsgGCGetAppFriendsList) GetSteamid() uint64

func (*CMsgGCGetAppFriendsList) ProtoMessage

func (*CMsgGCGetAppFriendsList) ProtoMessage()

func (*CMsgGCGetAppFriendsList) Reset

func (m *CMsgGCGetAppFriendsList) Reset()

func (*CMsgGCGetAppFriendsList) String

func (m *CMsgGCGetAppFriendsList) String() string

func (*CMsgGCGetAppFriendsList) XXX_DiscardUnknown

func (m *CMsgGCGetAppFriendsList) XXX_DiscardUnknown()

func (*CMsgGCGetAppFriendsList) XXX_Marshal

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

func (*CMsgGCGetAppFriendsList) XXX_Merge

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

func (*CMsgGCGetAppFriendsList) XXX_Size

func (m *CMsgGCGetAppFriendsList) XXX_Size() int

func (*CMsgGCGetAppFriendsList) XXX_Unmarshal

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

type CMsgGCGetAppFriendsList_Response

type CMsgGCGetAppFriendsList_Response struct {
	Success              *bool    `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	Steamids             []uint64 `protobuf:"fixed64,2,rep,name=steamids" json:"steamids,omitempty"`
	FriendshipTimestamps []uint32 `protobuf:"fixed32,3,rep,name=friendship_timestamps,json=friendshipTimestamps" json:"friendship_timestamps,omitempty"`
	LastPlaytimes        []uint32 `protobuf:"fixed32,4,rep,name=last_playtimes,json=lastPlaytimes" json:"last_playtimes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetAppFriendsList_Response) Descriptor

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

func (*CMsgGCGetAppFriendsList_Response) GetFriendshipTimestamps

func (m *CMsgGCGetAppFriendsList_Response) GetFriendshipTimestamps() []uint32

func (*CMsgGCGetAppFriendsList_Response) GetLastPlaytimes

func (m *CMsgGCGetAppFriendsList_Response) GetLastPlaytimes() []uint32

func (*CMsgGCGetAppFriendsList_Response) GetSteamids

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

func (*CMsgGCGetAppFriendsList_Response) GetSuccess

func (m *CMsgGCGetAppFriendsList_Response) GetSuccess() bool

func (*CMsgGCGetAppFriendsList_Response) ProtoMessage

func (*CMsgGCGetAppFriendsList_Response) ProtoMessage()

func (*CMsgGCGetAppFriendsList_Response) Reset

func (*CMsgGCGetAppFriendsList_Response) String

func (*CMsgGCGetAppFriendsList_Response) XXX_DiscardUnknown

func (m *CMsgGCGetAppFriendsList_Response) XXX_DiscardUnknown()

func (*CMsgGCGetAppFriendsList_Response) XXX_Marshal

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

func (*CMsgGCGetAppFriendsList_Response) XXX_Merge

func (*CMsgGCGetAppFriendsList_Response) XXX_Size

func (m *CMsgGCGetAppFriendsList_Response) XXX_Size() int

func (*CMsgGCGetAppFriendsList_Response) XXX_Unmarshal

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

type CMsgGCGetCommandList

type CMsgGCGetCommandList struct {
	AppId                *uint32  `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	CommandPrefix        *string  `protobuf:"bytes,2,opt,name=command_prefix,json=commandPrefix" json:"command_prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetCommandList) Descriptor

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

func (*CMsgGCGetCommandList) GetAppId

func (m *CMsgGCGetCommandList) GetAppId() uint32

func (*CMsgGCGetCommandList) GetCommandPrefix

func (m *CMsgGCGetCommandList) GetCommandPrefix() string

func (*CMsgGCGetCommandList) ProtoMessage

func (*CMsgGCGetCommandList) ProtoMessage()

func (*CMsgGCGetCommandList) Reset

func (m *CMsgGCGetCommandList) Reset()

func (*CMsgGCGetCommandList) String

func (m *CMsgGCGetCommandList) String() string

func (*CMsgGCGetCommandList) XXX_DiscardUnknown

func (m *CMsgGCGetCommandList) XXX_DiscardUnknown()

func (*CMsgGCGetCommandList) XXX_Marshal

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

func (*CMsgGCGetCommandList) XXX_Merge

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

func (*CMsgGCGetCommandList) XXX_Size

func (m *CMsgGCGetCommandList) XXX_Size() int

func (*CMsgGCGetCommandList) XXX_Unmarshal

func (m *CMsgGCGetCommandList) XXX_Unmarshal(b []byte) error

type CMsgGCGetCommandListResponse

type CMsgGCGetCommandListResponse struct {
	CommandName          []string `protobuf:"bytes,1,rep,name=command_name,json=commandName" json:"command_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetCommandListResponse) Descriptor

func (*CMsgGCGetCommandListResponse) Descriptor() ([]byte, []int)

func (*CMsgGCGetCommandListResponse) GetCommandName

func (m *CMsgGCGetCommandListResponse) GetCommandName() []string

func (*CMsgGCGetCommandListResponse) ProtoMessage

func (*CMsgGCGetCommandListResponse) ProtoMessage()

func (*CMsgGCGetCommandListResponse) Reset

func (m *CMsgGCGetCommandListResponse) Reset()

func (*CMsgGCGetCommandListResponse) String

func (*CMsgGCGetCommandListResponse) XXX_DiscardUnknown

func (m *CMsgGCGetCommandListResponse) XXX_DiscardUnknown()

func (*CMsgGCGetCommandListResponse) XXX_Marshal

func (m *CMsgGCGetCommandListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetCommandListResponse) XXX_Merge

func (m *CMsgGCGetCommandListResponse) XXX_Merge(src proto.Message)

func (*CMsgGCGetCommandListResponse) XXX_Size

func (m *CMsgGCGetCommandListResponse) XXX_Size() int

func (*CMsgGCGetCommandListResponse) XXX_Unmarshal

func (m *CMsgGCGetCommandListResponse) XXX_Unmarshal(b []byte) error

type CMsgGCGetEmailTemplate

type CMsgGCGetEmailTemplate struct {
	AppId                *uint32  `protobuf:"varint,1,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	EmailMsgType         *uint32  `protobuf:"varint,2,opt,name=email_msg_type,json=emailMsgType" json:"email_msg_type,omitempty"`
	EmailLang            *int32   `protobuf:"varint,3,opt,name=email_lang,json=emailLang" json:"email_lang,omitempty"`
	EmailFormat          *int32   `protobuf:"varint,4,opt,name=email_format,json=emailFormat" json:"email_format,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetEmailTemplate) Descriptor

func (*CMsgGCGetEmailTemplate) Descriptor() ([]byte, []int)

func (*CMsgGCGetEmailTemplate) GetAppId

func (m *CMsgGCGetEmailTemplate) GetAppId() uint32

func (*CMsgGCGetEmailTemplate) GetEmailFormat

func (m *CMsgGCGetEmailTemplate) GetEmailFormat() int32

func (*CMsgGCGetEmailTemplate) GetEmailLang

func (m *CMsgGCGetEmailTemplate) GetEmailLang() int32

func (*CMsgGCGetEmailTemplate) GetEmailMsgType

func (m *CMsgGCGetEmailTemplate) GetEmailMsgType() uint32

func (*CMsgGCGetEmailTemplate) ProtoMessage

func (*CMsgGCGetEmailTemplate) ProtoMessage()

func (*CMsgGCGetEmailTemplate) Reset

func (m *CMsgGCGetEmailTemplate) Reset()

func (*CMsgGCGetEmailTemplate) String

func (m *CMsgGCGetEmailTemplate) String() string

func (*CMsgGCGetEmailTemplate) XXX_DiscardUnknown

func (m *CMsgGCGetEmailTemplate) XXX_DiscardUnknown()

func (*CMsgGCGetEmailTemplate) XXX_Marshal

func (m *CMsgGCGetEmailTemplate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetEmailTemplate) XXX_Merge

func (m *CMsgGCGetEmailTemplate) XXX_Merge(src proto.Message)

func (*CMsgGCGetEmailTemplate) XXX_Size

func (m *CMsgGCGetEmailTemplate) XXX_Size() int

func (*CMsgGCGetEmailTemplate) XXX_Unmarshal

func (m *CMsgGCGetEmailTemplate) XXX_Unmarshal(b []byte) error

type CMsgGCGetEmailTemplateResponse

type CMsgGCGetEmailTemplateResponse struct {
	Eresult              *uint32  `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	TemplateExists       *bool    `protobuf:"varint,2,opt,name=template_exists,json=templateExists" json:"template_exists,omitempty"`
	Template             *string  `protobuf:"bytes,3,opt,name=template" json:"template,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetEmailTemplateResponse) Descriptor

func (*CMsgGCGetEmailTemplateResponse) Descriptor() ([]byte, []int)

func (*CMsgGCGetEmailTemplateResponse) GetEresult

func (m *CMsgGCGetEmailTemplateResponse) GetEresult() uint32

func (*CMsgGCGetEmailTemplateResponse) GetTemplate

func (m *CMsgGCGetEmailTemplateResponse) GetTemplate() string

func (*CMsgGCGetEmailTemplateResponse) GetTemplateExists

func (m *CMsgGCGetEmailTemplateResponse) GetTemplateExists() bool

func (*CMsgGCGetEmailTemplateResponse) ProtoMessage

func (*CMsgGCGetEmailTemplateResponse) ProtoMessage()

func (*CMsgGCGetEmailTemplateResponse) Reset

func (m *CMsgGCGetEmailTemplateResponse) Reset()

func (*CMsgGCGetEmailTemplateResponse) String

func (*CMsgGCGetEmailTemplateResponse) XXX_DiscardUnknown

func (m *CMsgGCGetEmailTemplateResponse) XXX_DiscardUnknown()

func (*CMsgGCGetEmailTemplateResponse) XXX_Marshal

func (m *CMsgGCGetEmailTemplateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetEmailTemplateResponse) XXX_Merge

func (m *CMsgGCGetEmailTemplateResponse) XXX_Merge(src proto.Message)

func (*CMsgGCGetEmailTemplateResponse) XXX_Size

func (m *CMsgGCGetEmailTemplateResponse) XXX_Size() int

func (*CMsgGCGetEmailTemplateResponse) XXX_Unmarshal

func (m *CMsgGCGetEmailTemplateResponse) XXX_Unmarshal(b []byte) error
type CMsgGCGetPartnerAccountLink 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 (*CMsgGCGetPartnerAccountLink) Descriptor

func (*CMsgGCGetPartnerAccountLink) Descriptor() ([]byte, []int)

func (*CMsgGCGetPartnerAccountLink) GetSteamid

func (m *CMsgGCGetPartnerAccountLink) GetSteamid() uint64

func (*CMsgGCGetPartnerAccountLink) ProtoMessage

func (*CMsgGCGetPartnerAccountLink) ProtoMessage()

func (*CMsgGCGetPartnerAccountLink) Reset

func (m *CMsgGCGetPartnerAccountLink) Reset()

func (*CMsgGCGetPartnerAccountLink) String

func (m *CMsgGCGetPartnerAccountLink) String() string

func (*CMsgGCGetPartnerAccountLink) XXX_DiscardUnknown

func (m *CMsgGCGetPartnerAccountLink) XXX_DiscardUnknown()

func (*CMsgGCGetPartnerAccountLink) XXX_Marshal

func (m *CMsgGCGetPartnerAccountLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPartnerAccountLink) XXX_Merge

func (m *CMsgGCGetPartnerAccountLink) XXX_Merge(src proto.Message)

func (*CMsgGCGetPartnerAccountLink) XXX_Size

func (m *CMsgGCGetPartnerAccountLink) XXX_Size() int

func (*CMsgGCGetPartnerAccountLink) XXX_Unmarshal

func (m *CMsgGCGetPartnerAccountLink) XXX_Unmarshal(b []byte) error
type CMsgGCGetPartnerAccountLink_Response struct {
	Pwid                 *uint32  `protobuf:"varint,1,opt,name=pwid" json:"pwid,omitempty"`
	Nexonid              *uint32  `protobuf:"varint,2,opt,name=nexonid" json:"nexonid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}
func (*CMsgGCGetPartnerAccountLink_Response) Descriptor() ([]byte, []int)
func (*CMsgGCGetPartnerAccountLink_Response) ProtoMessage()
func (m *CMsgGCGetPartnerAccountLink_Response) XXX_DiscardUnknown()
func (m *CMsgGCGetPartnerAccountLink_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *CMsgGCGetPartnerAccountLink_Response) XXX_Unmarshal(b []byte) error

type CMsgGCGetPersonaNames

type CMsgGCGetPersonaNames struct {
	Steamids             []uint64 `protobuf:"fixed64,1,rep,name=steamids" json:"steamids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetPersonaNames) Descriptor

func (*CMsgGCGetPersonaNames) Descriptor() ([]byte, []int)

func (*CMsgGCGetPersonaNames) GetSteamids

func (m *CMsgGCGetPersonaNames) GetSteamids() []uint64

func (*CMsgGCGetPersonaNames) ProtoMessage

func (*CMsgGCGetPersonaNames) ProtoMessage()

func (*CMsgGCGetPersonaNames) Reset

func (m *CMsgGCGetPersonaNames) Reset()

func (*CMsgGCGetPersonaNames) String

func (m *CMsgGCGetPersonaNames) String() string

func (*CMsgGCGetPersonaNames) XXX_DiscardUnknown

func (m *CMsgGCGetPersonaNames) XXX_DiscardUnknown()

func (*CMsgGCGetPersonaNames) XXX_Marshal

func (m *CMsgGCGetPersonaNames) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPersonaNames) XXX_Merge

func (m *CMsgGCGetPersonaNames) XXX_Merge(src proto.Message)

func (*CMsgGCGetPersonaNames) XXX_Size

func (m *CMsgGCGetPersonaNames) XXX_Size() int

func (*CMsgGCGetPersonaNames) XXX_Unmarshal

func (m *CMsgGCGetPersonaNames) XXX_Unmarshal(b []byte) error

type CMsgGCGetPersonaNames_Response

type CMsgGCGetPersonaNames_Response struct {
	SucceededLookups     []*CMsgGCGetPersonaNames_Response_PersonaName `protobuf:"bytes,1,rep,name=succeeded_lookups,json=succeededLookups" json:"succeeded_lookups,omitempty"`
	FailedLookupSteamids []uint64                                      `protobuf:"fixed64,2,rep,name=failed_lookup_steamids,json=failedLookupSteamids" json:"failed_lookup_steamids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgGCGetPersonaNames_Response) Descriptor

func (*CMsgGCGetPersonaNames_Response) Descriptor() ([]byte, []int)

func (*CMsgGCGetPersonaNames_Response) GetFailedLookupSteamids

func (m *CMsgGCGetPersonaNames_Response) GetFailedLookupSteamids() []uint64

func (*CMsgGCGetPersonaNames_Response) GetSucceededLookups

func (*CMsgGCGetPersonaNames_Response) ProtoMessage

func (*CMsgGCGetPersonaNames_Response) ProtoMessage()

func (*CMsgGCGetPersonaNames_Response) Reset

func (m *CMsgGCGetPersonaNames_Response) Reset()

func (*CMsgGCGetPersonaNames_Response) String

func (*CMsgGCGetPersonaNames_Response) XXX_DiscardUnknown

func (m *CMsgGCGetPersonaNames_Response) XXX_DiscardUnknown()

func (*CMsgGCGetPersonaNames_Response) XXX_Marshal

func (m *CMsgGCGetPersonaNames_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPersonaNames_Response) XXX_Merge

func (m *CMsgGCGetPersonaNames_Response) XXX_Merge(src proto.Message)

func (*CMsgGCGetPersonaNames_Response) XXX_Size

func (m *CMsgGCGetPersonaNames_Response) XXX_Size() int

func (*CMsgGCGetPersonaNames_Response) XXX_Unmarshal

func (m *CMsgGCGetPersonaNames_Response) XXX_Unmarshal(b []byte) error

type CMsgGCGetPersonaNames_Response_PersonaName

type CMsgGCGetPersonaNames_Response_PersonaName struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	PersonaName          *string  `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCGetPersonaNames_Response_PersonaName) Descriptor

func (*CMsgGCGetPersonaNames_Response_PersonaName) GetPersonaName

func (*CMsgGCGetPersonaNames_Response_PersonaName) GetSteamid

func (*CMsgGCGetPersonaNames_Response_PersonaName) ProtoMessage

func (*CMsgGCGetPersonaNames_Response_PersonaName) Reset

func (*CMsgGCGetPersonaNames_Response_PersonaName) String

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_DiscardUnknown

func (m *CMsgGCGetPersonaNames_Response_PersonaName) XXX_DiscardUnknown()

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Marshal

func (m *CMsgGCGetPersonaNames_Response_PersonaName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Merge

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Size

func (*CMsgGCGetPersonaNames_Response_PersonaName) XXX_Unmarshal

type CMsgGCHAccountTwoFactorChange

type CMsgGCHAccountTwoFactorChange struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	TwofactorEnabled     *bool    `protobuf:"varint,3,opt,name=twofactor_enabled,json=twofactorEnabled" json:"twofactor_enabled,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHAccountTwoFactorChange) Descriptor

func (*CMsgGCHAccountTwoFactorChange) Descriptor() ([]byte, []int)

func (*CMsgGCHAccountTwoFactorChange) GetAppid

func (m *CMsgGCHAccountTwoFactorChange) GetAppid() uint32

func (*CMsgGCHAccountTwoFactorChange) GetSteamid

func (m *CMsgGCHAccountTwoFactorChange) GetSteamid() uint64

func (*CMsgGCHAccountTwoFactorChange) GetTwofactorEnabled

func (m *CMsgGCHAccountTwoFactorChange) GetTwofactorEnabled() bool

func (*CMsgGCHAccountTwoFactorChange) ProtoMessage

func (*CMsgGCHAccountTwoFactorChange) ProtoMessage()

func (*CMsgGCHAccountTwoFactorChange) Reset

func (m *CMsgGCHAccountTwoFactorChange) Reset()

func (*CMsgGCHAccountTwoFactorChange) String

func (*CMsgGCHAccountTwoFactorChange) XXX_DiscardUnknown

func (m *CMsgGCHAccountTwoFactorChange) XXX_DiscardUnknown()

func (*CMsgGCHAccountTwoFactorChange) XXX_Marshal

func (m *CMsgGCHAccountTwoFactorChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHAccountTwoFactorChange) XXX_Merge

func (m *CMsgGCHAccountTwoFactorChange) XXX_Merge(src proto.Message)

func (*CMsgGCHAccountTwoFactorChange) XXX_Size

func (m *CMsgGCHAccountTwoFactorChange) XXX_Size() int

func (*CMsgGCHAccountTwoFactorChange) XXX_Unmarshal

func (m *CMsgGCHAccountTwoFactorChange) XXX_Unmarshal(b []byte) error

type CMsgGCHAccountVacStatusChange

type CMsgGCHAccountVacStatusChange struct {
	SteamId              *uint64  `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	AppId                *uint32  `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	RtimeVacbanStarts    *uint32  `protobuf:"varint,3,opt,name=rtime_vacban_starts,json=rtimeVacbanStarts" json:"rtime_vacban_starts,omitempty"`
	IsBannedNow          *bool    `protobuf:"varint,4,opt,name=is_banned_now,json=isBannedNow" json:"is_banned_now,omitempty"`
	IsBannedFuture       *bool    `protobuf:"varint,5,opt,name=is_banned_future,json=isBannedFuture" json:"is_banned_future,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHAccountVacStatusChange) Descriptor

func (*CMsgGCHAccountVacStatusChange) Descriptor() ([]byte, []int)

func (*CMsgGCHAccountVacStatusChange) GetAppId

func (m *CMsgGCHAccountVacStatusChange) GetAppId() uint32

func (*CMsgGCHAccountVacStatusChange) GetIsBannedFuture

func (m *CMsgGCHAccountVacStatusChange) GetIsBannedFuture() bool

func (*CMsgGCHAccountVacStatusChange) GetIsBannedNow

func (m *CMsgGCHAccountVacStatusChange) GetIsBannedNow() bool

func (*CMsgGCHAccountVacStatusChange) GetRtimeVacbanStarts

func (m *CMsgGCHAccountVacStatusChange) GetRtimeVacbanStarts() uint32

func (*CMsgGCHAccountVacStatusChange) GetSteamId

func (m *CMsgGCHAccountVacStatusChange) GetSteamId() uint64

func (*CMsgGCHAccountVacStatusChange) ProtoMessage

func (*CMsgGCHAccountVacStatusChange) ProtoMessage()

func (*CMsgGCHAccountVacStatusChange) Reset

func (m *CMsgGCHAccountVacStatusChange) Reset()

func (*CMsgGCHAccountVacStatusChange) String

func (*CMsgGCHAccountVacStatusChange) XXX_DiscardUnknown

func (m *CMsgGCHAccountVacStatusChange) XXX_DiscardUnknown()

func (*CMsgGCHAccountVacStatusChange) XXX_Marshal

func (m *CMsgGCHAccountVacStatusChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHAccountVacStatusChange) XXX_Merge

func (m *CMsgGCHAccountVacStatusChange) XXX_Merge(src proto.Message)

func (*CMsgGCHAccountVacStatusChange) XXX_Size

func (m *CMsgGCHAccountVacStatusChange) XXX_Size() int

func (*CMsgGCHAccountVacStatusChange) XXX_Unmarshal

func (m *CMsgGCHAccountVacStatusChange) XXX_Unmarshal(b []byte) error

type CMsgGCHUpdateSession

type CMsgGCHUpdateSession struct {
	SteamId              *uint64                            `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	AppId                *uint32                            `protobuf:"varint,2,opt,name=app_id,json=appId" json:"app_id,omitempty"`
	Online               *bool                              `protobuf:"varint,3,opt,name=online" json:"online,omitempty"`
	ServerSteamId        *uint64                            `protobuf:"fixed64,4,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	ServerAddr           *uint32                            `protobuf:"varint,5,opt,name=server_addr,json=serverAddr" json:"server_addr,omitempty"`
	ServerPort           *uint32                            `protobuf:"varint,6,opt,name=server_port,json=serverPort" json:"server_port,omitempty"`
	OsType               *uint32                            `protobuf:"varint,7,opt,name=os_type,json=osType" json:"os_type,omitempty"`
	ClientAddr           *uint32                            `protobuf:"varint,8,opt,name=client_addr,json=clientAddr" json:"client_addr,omitempty"`
	ExtraFields          []*CMsgGCHUpdateSession_ExtraField `protobuf:"bytes,9,rep,name=extra_fields,json=extraFields" json:"extra_fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgGCHUpdateSession) Descriptor

func (*CMsgGCHUpdateSession) Descriptor() ([]byte, []int)

func (*CMsgGCHUpdateSession) GetAppId

func (m *CMsgGCHUpdateSession) GetAppId() uint32

func (*CMsgGCHUpdateSession) GetClientAddr

func (m *CMsgGCHUpdateSession) GetClientAddr() uint32

func (*CMsgGCHUpdateSession) GetExtraFields

func (*CMsgGCHUpdateSession) GetOnline

func (m *CMsgGCHUpdateSession) GetOnline() bool

func (*CMsgGCHUpdateSession) GetOsType

func (m *CMsgGCHUpdateSession) GetOsType() uint32

func (*CMsgGCHUpdateSession) GetServerAddr

func (m *CMsgGCHUpdateSession) GetServerAddr() uint32

func (*CMsgGCHUpdateSession) GetServerPort

func (m *CMsgGCHUpdateSession) GetServerPort() uint32

func (*CMsgGCHUpdateSession) GetServerSteamId

func (m *CMsgGCHUpdateSession) GetServerSteamId() uint64

func (*CMsgGCHUpdateSession) GetSteamId

func (m *CMsgGCHUpdateSession) GetSteamId() uint64

func (*CMsgGCHUpdateSession) ProtoMessage

func (*CMsgGCHUpdateSession) ProtoMessage()

func (*CMsgGCHUpdateSession) Reset

func (m *CMsgGCHUpdateSession) Reset()

func (*CMsgGCHUpdateSession) String

func (m *CMsgGCHUpdateSession) String() string

func (*CMsgGCHUpdateSession) XXX_DiscardUnknown

func (m *CMsgGCHUpdateSession) XXX_DiscardUnknown()

func (*CMsgGCHUpdateSession) XXX_Marshal

func (m *CMsgGCHUpdateSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHUpdateSession) XXX_Merge

func (m *CMsgGCHUpdateSession) XXX_Merge(src proto.Message)

func (*CMsgGCHUpdateSession) XXX_Size

func (m *CMsgGCHUpdateSession) XXX_Size() int

func (*CMsgGCHUpdateSession) XXX_Unmarshal

func (m *CMsgGCHUpdateSession) XXX_Unmarshal(b []byte) error

type CMsgGCHUpdateSession_ExtraField

type CMsgGCHUpdateSession_ExtraField 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 (*CMsgGCHUpdateSession_ExtraField) Descriptor

func (*CMsgGCHUpdateSession_ExtraField) Descriptor() ([]byte, []int)

func (*CMsgGCHUpdateSession_ExtraField) GetName

func (*CMsgGCHUpdateSession_ExtraField) GetValue

func (*CMsgGCHUpdateSession_ExtraField) ProtoMessage

func (*CMsgGCHUpdateSession_ExtraField) ProtoMessage()

func (*CMsgGCHUpdateSession_ExtraField) Reset

func (*CMsgGCHUpdateSession_ExtraField) String

func (*CMsgGCHUpdateSession_ExtraField) XXX_DiscardUnknown

func (m *CMsgGCHUpdateSession_ExtraField) XXX_DiscardUnknown()

func (*CMsgGCHUpdateSession_ExtraField) XXX_Marshal

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHUpdateSession_ExtraField) XXX_Merge

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Merge(src proto.Message)

func (*CMsgGCHUpdateSession_ExtraField) XXX_Size

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Size() int

func (*CMsgGCHUpdateSession_ExtraField) XXX_Unmarshal

func (m *CMsgGCHUpdateSession_ExtraField) XXX_Unmarshal(b []byte) error

type CMsgGCHVacVerificationChange

type CMsgGCHVacVerificationChange struct {
	Steamid              *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32  `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	IsVerified           *bool    `protobuf:"varint,3,opt,name=is_verified,json=isVerified" json:"is_verified,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCHVacVerificationChange) Descriptor

func (*CMsgGCHVacVerificationChange) Descriptor() ([]byte, []int)

func (*CMsgGCHVacVerificationChange) GetAppid

func (m *CMsgGCHVacVerificationChange) GetAppid() uint32

func (*CMsgGCHVacVerificationChange) GetIsVerified

func (m *CMsgGCHVacVerificationChange) GetIsVerified() bool

func (*CMsgGCHVacVerificationChange) GetSteamid

func (m *CMsgGCHVacVerificationChange) GetSteamid() uint64

func (*CMsgGCHVacVerificationChange) ProtoMessage

func (*CMsgGCHVacVerificationChange) ProtoMessage()

func (*CMsgGCHVacVerificationChange) Reset

func (m *CMsgGCHVacVerificationChange) Reset()

func (*CMsgGCHVacVerificationChange) String

func (*CMsgGCHVacVerificationChange) XXX_DiscardUnknown

func (m *CMsgGCHVacVerificationChange) XXX_DiscardUnknown()

func (*CMsgGCHVacVerificationChange) XXX_Marshal

func (m *CMsgGCHVacVerificationChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCHVacVerificationChange) XXX_Merge

func (m *CMsgGCHVacVerificationChange) XXX_Merge(src proto.Message)

func (*CMsgGCHVacVerificationChange) XXX_Size

func (m *CMsgGCHVacVerificationChange) XXX_Size() int

func (*CMsgGCHVacVerificationChange) XXX_Unmarshal

func (m *CMsgGCHVacVerificationChange) 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 CMsgGCItemEditorReleaseReservation

type CMsgGCItemEditorReleaseReservation struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Username             *string  `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCItemEditorReleaseReservation) Descriptor

func (*CMsgGCItemEditorReleaseReservation) Descriptor() ([]byte, []int)

func (*CMsgGCItemEditorReleaseReservation) GetDefIndex

func (m *CMsgGCItemEditorReleaseReservation) GetDefIndex() uint32

func (*CMsgGCItemEditorReleaseReservation) GetUsername

func (m *CMsgGCItemEditorReleaseReservation) GetUsername() string

func (*CMsgGCItemEditorReleaseReservation) ProtoMessage

func (*CMsgGCItemEditorReleaseReservation) ProtoMessage()

func (*CMsgGCItemEditorReleaseReservation) Reset

func (*CMsgGCItemEditorReleaseReservation) String

func (*CMsgGCItemEditorReleaseReservation) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReleaseReservation) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReleaseReservation) XXX_Marshal

func (m *CMsgGCItemEditorReleaseReservation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReleaseReservation) XXX_Merge

func (*CMsgGCItemEditorReleaseReservation) XXX_Size

func (*CMsgGCItemEditorReleaseReservation) XXX_Unmarshal

func (m *CMsgGCItemEditorReleaseReservation) XXX_Unmarshal(b []byte) error

type CMsgGCItemEditorReleaseReservationResponse

type CMsgGCItemEditorReleaseReservationResponse struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Released             *bool    `protobuf:"varint,2,opt,name=released" json:"released,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCItemEditorReleaseReservationResponse) Descriptor

func (*CMsgGCItemEditorReleaseReservationResponse) GetDefIndex

func (*CMsgGCItemEditorReleaseReservationResponse) GetReleased

func (*CMsgGCItemEditorReleaseReservationResponse) ProtoMessage

func (*CMsgGCItemEditorReleaseReservationResponse) Reset

func (*CMsgGCItemEditorReleaseReservationResponse) String

func (*CMsgGCItemEditorReleaseReservationResponse) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReleaseReservationResponse) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReleaseReservationResponse) XXX_Marshal

func (m *CMsgGCItemEditorReleaseReservationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReleaseReservationResponse) XXX_Merge

func (*CMsgGCItemEditorReleaseReservationResponse) XXX_Size

func (*CMsgGCItemEditorReleaseReservationResponse) XXX_Unmarshal

type CMsgGCItemEditorReservation

type CMsgGCItemEditorReservation 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCItemEditorReservation) Descriptor

func (*CMsgGCItemEditorReservation) Descriptor() ([]byte, []int)

func (*CMsgGCItemEditorReservation) GetDefIndex

func (m *CMsgGCItemEditorReservation) GetDefIndex() uint32

func (*CMsgGCItemEditorReservation) GetName

func (m *CMsgGCItemEditorReservation) GetName() string

func (*CMsgGCItemEditorReservation) ProtoMessage

func (*CMsgGCItemEditorReservation) ProtoMessage()

func (*CMsgGCItemEditorReservation) Reset

func (m *CMsgGCItemEditorReservation) Reset()

func (*CMsgGCItemEditorReservation) String

func (m *CMsgGCItemEditorReservation) String() string

func (*CMsgGCItemEditorReservation) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReservation) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReservation) XXX_Marshal

func (m *CMsgGCItemEditorReservation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReservation) XXX_Merge

func (m *CMsgGCItemEditorReservation) XXX_Merge(src proto.Message)

func (*CMsgGCItemEditorReservation) XXX_Size

func (m *CMsgGCItemEditorReservation) XXX_Size() int

func (*CMsgGCItemEditorReservation) XXX_Unmarshal

func (m *CMsgGCItemEditorReservation) XXX_Unmarshal(b []byte) error

type CMsgGCItemEditorReservationsRequest

type CMsgGCItemEditorReservationsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCItemEditorReservationsRequest) Descriptor

func (*CMsgGCItemEditorReservationsRequest) Descriptor() ([]byte, []int)

func (*CMsgGCItemEditorReservationsRequest) ProtoMessage

func (*CMsgGCItemEditorReservationsRequest) ProtoMessage()

func (*CMsgGCItemEditorReservationsRequest) Reset

func (*CMsgGCItemEditorReservationsRequest) String

func (*CMsgGCItemEditorReservationsRequest) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReservationsRequest) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReservationsRequest) XXX_Marshal

func (m *CMsgGCItemEditorReservationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReservationsRequest) XXX_Merge

func (*CMsgGCItemEditorReservationsRequest) XXX_Size

func (*CMsgGCItemEditorReservationsRequest) XXX_Unmarshal

func (m *CMsgGCItemEditorReservationsRequest) XXX_Unmarshal(b []byte) error

type CMsgGCItemEditorReservationsResponse

type CMsgGCItemEditorReservationsResponse struct {
	Reservations         []*CMsgGCItemEditorReservation `protobuf:"bytes,1,rep,name=reservations" json:"reservations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*CMsgGCItemEditorReservationsResponse) Descriptor

func (*CMsgGCItemEditorReservationsResponse) Descriptor() ([]byte, []int)

func (*CMsgGCItemEditorReservationsResponse) GetReservations

func (*CMsgGCItemEditorReservationsResponse) ProtoMessage

func (*CMsgGCItemEditorReservationsResponse) ProtoMessage()

func (*CMsgGCItemEditorReservationsResponse) Reset

func (*CMsgGCItemEditorReservationsResponse) String

func (*CMsgGCItemEditorReservationsResponse) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReservationsResponse) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReservationsResponse) XXX_Marshal

func (m *CMsgGCItemEditorReservationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReservationsResponse) XXX_Merge

func (*CMsgGCItemEditorReservationsResponse) XXX_Size

func (*CMsgGCItemEditorReservationsResponse) XXX_Unmarshal

func (m *CMsgGCItemEditorReservationsResponse) XXX_Unmarshal(b []byte) error

type CMsgGCItemEditorReserveItemDef

type CMsgGCItemEditorReserveItemDef struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Username             *string  `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCItemEditorReserveItemDef) Descriptor

func (*CMsgGCItemEditorReserveItemDef) Descriptor() ([]byte, []int)

func (*CMsgGCItemEditorReserveItemDef) GetDefIndex

func (m *CMsgGCItemEditorReserveItemDef) GetDefIndex() uint32

func (*CMsgGCItemEditorReserveItemDef) GetUsername

func (m *CMsgGCItemEditorReserveItemDef) GetUsername() string

func (*CMsgGCItemEditorReserveItemDef) ProtoMessage

func (*CMsgGCItemEditorReserveItemDef) ProtoMessage()

func (*CMsgGCItemEditorReserveItemDef) Reset

func (m *CMsgGCItemEditorReserveItemDef) Reset()

func (*CMsgGCItemEditorReserveItemDef) String

func (*CMsgGCItemEditorReserveItemDef) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReserveItemDef) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReserveItemDef) XXX_Marshal

func (m *CMsgGCItemEditorReserveItemDef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReserveItemDef) XXX_Merge

func (m *CMsgGCItemEditorReserveItemDef) XXX_Merge(src proto.Message)

func (*CMsgGCItemEditorReserveItemDef) XXX_Size

func (m *CMsgGCItemEditorReserveItemDef) XXX_Size() int

func (*CMsgGCItemEditorReserveItemDef) XXX_Unmarshal

func (m *CMsgGCItemEditorReserveItemDef) XXX_Unmarshal(b []byte) error

type CMsgGCItemEditorReserveItemDefResponse

type CMsgGCItemEditorReserveItemDefResponse struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	Username             *string  `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	Result               *uint32  `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCItemEditorReserveItemDefResponse) Descriptor

func (*CMsgGCItemEditorReserveItemDefResponse) Descriptor() ([]byte, []int)

func (*CMsgGCItemEditorReserveItemDefResponse) GetDefIndex

func (*CMsgGCItemEditorReserveItemDefResponse) GetResult

func (*CMsgGCItemEditorReserveItemDefResponse) GetUsername

func (*CMsgGCItemEditorReserveItemDefResponse) ProtoMessage

func (*CMsgGCItemEditorReserveItemDefResponse) Reset

func (*CMsgGCItemEditorReserveItemDefResponse) String

func (*CMsgGCItemEditorReserveItemDefResponse) XXX_DiscardUnknown

func (m *CMsgGCItemEditorReserveItemDefResponse) XXX_DiscardUnknown()

func (*CMsgGCItemEditorReserveItemDefResponse) XXX_Marshal

func (m *CMsgGCItemEditorReserveItemDefResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCItemEditorReserveItemDefResponse) XXX_Merge

func (*CMsgGCItemEditorReserveItemDefResponse) XXX_Size

func (*CMsgGCItemEditorReserveItemDefResponse) XXX_Unmarshal

func (m *CMsgGCItemEditorReserveItemDefResponse) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetClientMsgRouting

type CMsgGCMsgMasterSetClientMsgRouting struct {
	Entries              []*CMsgGCMsgMasterSetClientMsgRouting_Entry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgGCMsgMasterSetClientMsgRouting) Descriptor

func (*CMsgGCMsgMasterSetClientMsgRouting) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetClientMsgRouting) GetEntries

func (*CMsgGCMsgMasterSetClientMsgRouting) ProtoMessage

func (*CMsgGCMsgMasterSetClientMsgRouting) ProtoMessage()

func (*CMsgGCMsgMasterSetClientMsgRouting) Reset

func (*CMsgGCMsgMasterSetClientMsgRouting) String

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetClientMsgRouting) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Marshal

func (m *CMsgGCMsgMasterSetClientMsgRouting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Merge

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Size

func (*CMsgGCMsgMasterSetClientMsgRouting) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetClientMsgRouting) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetClientMsgRouting_Entry

type CMsgGCMsgMasterSetClientMsgRouting_Entry struct {
	MsgType              *uint32            `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	Routing              *CMsgGCRoutingInfo `protobuf:"bytes,2,opt,name=routing" json:"routing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) Descriptor

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) GetMsgType

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) GetRouting

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) ProtoMessage

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) Reset

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) String

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Marshal

func (m *CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Merge

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Size

func (*CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetClientMsgRouting_Entry) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetClientMsgRouting_Response

type CMsgGCMsgMasterSetClientMsgRouting_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 (*CMsgGCMsgMasterSetClientMsgRouting_Response) Descriptor

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) GetEresult

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) ProtoMessage

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) Reset

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) String

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Marshal

func (m *CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Merge

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Size

func (*CMsgGCMsgMasterSetClientMsgRouting_Response) XXX_Unmarshal

type CMsgGCMsgMasterSetDirectory

type CMsgGCMsgMasterSetDirectory struct {
	MasterDirIndex       *uint32                              `protobuf:"varint,1,opt,name=master_dir_index,json=masterDirIndex" json:"master_dir_index,omitempty"`
	Dir                  []*CMsgGCMsgMasterSetDirectory_SubGC `protobuf:"bytes,2,rep,name=dir" json:"dir,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgGCMsgMasterSetDirectory) Descriptor

func (*CMsgGCMsgMasterSetDirectory) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetDirectory) GetDir

func (*CMsgGCMsgMasterSetDirectory) GetMasterDirIndex

func (m *CMsgGCMsgMasterSetDirectory) GetMasterDirIndex() uint32

func (*CMsgGCMsgMasterSetDirectory) ProtoMessage

func (*CMsgGCMsgMasterSetDirectory) ProtoMessage()

func (*CMsgGCMsgMasterSetDirectory) Reset

func (m *CMsgGCMsgMasterSetDirectory) Reset()

func (*CMsgGCMsgMasterSetDirectory) String

func (m *CMsgGCMsgMasterSetDirectory) String() string

func (*CMsgGCMsgMasterSetDirectory) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetDirectory) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetDirectory) XXX_Marshal

func (m *CMsgGCMsgMasterSetDirectory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetDirectory) XXX_Merge

func (m *CMsgGCMsgMasterSetDirectory) XXX_Merge(src proto.Message)

func (*CMsgGCMsgMasterSetDirectory) XXX_Size

func (m *CMsgGCMsgMasterSetDirectory) XXX_Size() int

func (*CMsgGCMsgMasterSetDirectory) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetDirectory) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetDirectory_Response

type CMsgGCMsgMasterSetDirectory_Response struct {
	Eresult              *int32   `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Message              *string  `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgMasterSetDirectory_Response) Descriptor

func (*CMsgGCMsgMasterSetDirectory_Response) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetDirectory_Response) GetEresult

func (*CMsgGCMsgMasterSetDirectory_Response) GetMessage

func (*CMsgGCMsgMasterSetDirectory_Response) ProtoMessage

func (*CMsgGCMsgMasterSetDirectory_Response) ProtoMessage()

func (*CMsgGCMsgMasterSetDirectory_Response) Reset

func (*CMsgGCMsgMasterSetDirectory_Response) String

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetDirectory_Response) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Marshal

func (m *CMsgGCMsgMasterSetDirectory_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Merge

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Size

func (*CMsgGCMsgMasterSetDirectory_Response) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetDirectory_Response) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetDirectory_SubGC

type CMsgGCMsgMasterSetDirectory_SubGC struct {
	DirIndex             *uint32  `protobuf:"varint,1,opt,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	Name                 *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Box                  *string  `protobuf:"bytes,3,opt,name=box" json:"box,omitempty"`
	CommandLine          *string  `protobuf:"bytes,4,opt,name=command_line,json=commandLine" json:"command_line,omitempty"`
	GcBinary             *string  `protobuf:"bytes,5,opt,name=gc_binary,json=gcBinary" json:"gc_binary,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgMasterSetDirectory_SubGC) Descriptor

func (*CMsgGCMsgMasterSetDirectory_SubGC) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetBox

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetCommandLine

func (m *CMsgGCMsgMasterSetDirectory_SubGC) GetCommandLine() string

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetDirIndex

func (m *CMsgGCMsgMasterSetDirectory_SubGC) GetDirIndex() uint32

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetGcBinary

func (m *CMsgGCMsgMasterSetDirectory_SubGC) GetGcBinary() string

func (*CMsgGCMsgMasterSetDirectory_SubGC) GetName

func (*CMsgGCMsgMasterSetDirectory_SubGC) ProtoMessage

func (*CMsgGCMsgMasterSetDirectory_SubGC) ProtoMessage()

func (*CMsgGCMsgMasterSetDirectory_SubGC) Reset

func (*CMsgGCMsgMasterSetDirectory_SubGC) String

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Marshal

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Merge

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Size

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_Size() int

func (*CMsgGCMsgMasterSetDirectory_SubGC) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetDirectory_SubGC) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetWebAPIRouting

type CMsgGCMsgMasterSetWebAPIRouting struct {
	Entries              []*CMsgGCMsgMasterSetWebAPIRouting_Entry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*CMsgGCMsgMasterSetWebAPIRouting) Descriptor

func (*CMsgGCMsgMasterSetWebAPIRouting) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetWebAPIRouting) GetEntries

func (*CMsgGCMsgMasterSetWebAPIRouting) ProtoMessage

func (*CMsgGCMsgMasterSetWebAPIRouting) ProtoMessage()

func (*CMsgGCMsgMasterSetWebAPIRouting) Reset

func (*CMsgGCMsgMasterSetWebAPIRouting) String

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Marshal

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Merge

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Merge(src proto.Message)

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Size

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Size() int

func (*CMsgGCMsgMasterSetWebAPIRouting) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetWebAPIRouting) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetWebAPIRouting_Entry

type CMsgGCMsgMasterSetWebAPIRouting_Entry struct {
	InterfaceName        *string            `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName" json:"interface_name,omitempty"`
	MethodName           *string            `protobuf:"bytes,2,opt,name=method_name,json=methodName" json:"method_name,omitempty"`
	Routing              *CMsgGCRoutingInfo `protobuf:"bytes,3,opt,name=routing" json:"routing,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) Descriptor

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) GetInterfaceName

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) GetInterfaceName() string

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) GetMethodName

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) GetMethodName() string

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) GetRouting

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) ProtoMessage

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) ProtoMessage()

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) Reset

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) String

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Marshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Merge

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Size

func (*CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Entry) XXX_Unmarshal(b []byte) error

type CMsgGCMsgMasterSetWebAPIRouting_Response

type CMsgGCMsgMasterSetWebAPIRouting_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 (*CMsgGCMsgMasterSetWebAPIRouting_Response) Descriptor

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) Descriptor() ([]byte, []int)

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) GetEresult

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) ProtoMessage

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) Reset

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) String

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_DiscardUnknown

func (m *CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_DiscardUnknown()

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Marshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Merge

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Size

func (*CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Unmarshal

func (m *CMsgGCMsgMasterSetWebAPIRouting_Response) XXX_Unmarshal(b []byte) error

type CMsgGCMsgSetOptions

type CMsgGCMsgSetOptions struct {
	Options              []CMsgGCMsgSetOptions_Option        `protobuf:"varint,1,rep,name=options,enum=protocol.CMsgGCMsgSetOptions_Option" json:"options,omitempty"`
	ClientMsgRanges      []*CMsgGCMsgSetOptions_MessageRange `protobuf:"bytes,2,rep,name=client_msg_ranges,json=clientMsgRanges" json:"client_msg_ranges,omitempty"`
	GcsqlVersion         *CMsgGCMsgSetOptions_GCSQLVersion   `` /* 144-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CMsgGCMsgSetOptions) Descriptor

func (*CMsgGCMsgSetOptions) Descriptor() ([]byte, []int)

func (*CMsgGCMsgSetOptions) GetClientMsgRanges

func (m *CMsgGCMsgSetOptions) GetClientMsgRanges() []*CMsgGCMsgSetOptions_MessageRange

func (*CMsgGCMsgSetOptions) GetGcsqlVersion

func (*CMsgGCMsgSetOptions) GetOptions

func (*CMsgGCMsgSetOptions) ProtoMessage

func (*CMsgGCMsgSetOptions) ProtoMessage()

func (*CMsgGCMsgSetOptions) Reset

func (m *CMsgGCMsgSetOptions) Reset()

func (*CMsgGCMsgSetOptions) String

func (m *CMsgGCMsgSetOptions) String() string

func (*CMsgGCMsgSetOptions) XXX_DiscardUnknown

func (m *CMsgGCMsgSetOptions) XXX_DiscardUnknown()

func (*CMsgGCMsgSetOptions) XXX_Marshal

func (m *CMsgGCMsgSetOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgSetOptions) XXX_Merge

func (m *CMsgGCMsgSetOptions) XXX_Merge(src proto.Message)

func (*CMsgGCMsgSetOptions) XXX_Size

func (m *CMsgGCMsgSetOptions) XXX_Size() int

func (*CMsgGCMsgSetOptions) XXX_Unmarshal

func (m *CMsgGCMsgSetOptions) XXX_Unmarshal(b []byte) error

type CMsgGCMsgSetOptions_GCSQLVersion

type CMsgGCMsgSetOptions_GCSQLVersion int32
const (
	CMsgGCMsgSetOptions_GCSQL_VERSION_BASELINE CMsgGCMsgSetOptions_GCSQLVersion = 1
	CMsgGCMsgSetOptions_GCSQL_VERSION_BOOLTYPE CMsgGCMsgSetOptions_GCSQLVersion = 2
)
const Default_CMsgGCMsgSetOptions_GcsqlVersion CMsgGCMsgSetOptions_GCSQLVersion = CMsgGCMsgSetOptions_GCSQL_VERSION_BASELINE

func (CMsgGCMsgSetOptions_GCSQLVersion) Enum

func (CMsgGCMsgSetOptions_GCSQLVersion) EnumDescriptor

func (CMsgGCMsgSetOptions_GCSQLVersion) EnumDescriptor() ([]byte, []int)

func (CMsgGCMsgSetOptions_GCSQLVersion) String

func (*CMsgGCMsgSetOptions_GCSQLVersion) UnmarshalJSON

func (x *CMsgGCMsgSetOptions_GCSQLVersion) UnmarshalJSON(data []byte) error

type CMsgGCMsgSetOptions_MessageRange

type CMsgGCMsgSetOptions_MessageRange struct {
	Low                  *uint32  `protobuf:"varint,1,req,name=low" json:"low,omitempty"`
	High                 *uint32  `protobuf:"varint,2,req,name=high" json:"high,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCMsgSetOptions_MessageRange) Descriptor

func (*CMsgGCMsgSetOptions_MessageRange) Descriptor() ([]byte, []int)

func (*CMsgGCMsgSetOptions_MessageRange) GetHigh

func (*CMsgGCMsgSetOptions_MessageRange) GetLow

func (*CMsgGCMsgSetOptions_MessageRange) ProtoMessage

func (*CMsgGCMsgSetOptions_MessageRange) ProtoMessage()

func (*CMsgGCMsgSetOptions_MessageRange) Reset

func (*CMsgGCMsgSetOptions_MessageRange) String

func (*CMsgGCMsgSetOptions_MessageRange) XXX_DiscardUnknown

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_DiscardUnknown()

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Marshal

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Merge

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Size

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_Size() int

func (*CMsgGCMsgSetOptions_MessageRange) XXX_Unmarshal

func (m *CMsgGCMsgSetOptions_MessageRange) XXX_Unmarshal(b []byte) error

type CMsgGCMsgSetOptions_Option

type CMsgGCMsgSetOptions_Option int32
const (
	CMsgGCMsgSetOptions_NOTIFY_USER_SESSIONS   CMsgGCMsgSetOptions_Option = 0
	CMsgGCMsgSetOptions_NOTIFY_SERVER_SESSIONS CMsgGCMsgSetOptions_Option = 1
	CMsgGCMsgSetOptions_NOTIFY_ACHIEVEMENTS    CMsgGCMsgSetOptions_Option = 2
	CMsgGCMsgSetOptions_NOTIFY_VAC_ACTION      CMsgGCMsgSetOptions_Option = 3
)

func (CMsgGCMsgSetOptions_Option) Enum

func (CMsgGCMsgSetOptions_Option) EnumDescriptor

func (CMsgGCMsgSetOptions_Option) EnumDescriptor() ([]byte, []int)

func (CMsgGCMsgSetOptions_Option) String

func (*CMsgGCMsgSetOptions_Option) UnmarshalJSON

func (x *CMsgGCMsgSetOptions_Option) UnmarshalJSON(data []byte) error

type CMsgGCMsgWebAPIJobRequestForwardResponse

type CMsgGCMsgWebAPIJobRequestForwardResponse 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 (*CMsgGCMsgWebAPIJobRequestForwardResponse) Descriptor

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) Descriptor() ([]byte, []int)

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) GetDirIndex

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) ProtoMessage

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) Reset

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) String

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_DiscardUnknown

func (m *CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_DiscardUnknown()

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Marshal

func (m *CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Merge

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Size

func (*CMsgGCMsgWebAPIJobRequestForwardResponse) XXX_Unmarshal

func (m *CMsgGCMsgWebAPIJobRequestForwardResponse) 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=protocol.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 (*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=protocol.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 (*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 CMsgGCRoutingInfo

type CMsgGCRoutingInfo struct {
	DirIndex             []uint32                         `protobuf:"varint,1,rep,name=dir_index,json=dirIndex" json:"dir_index,omitempty"`
	Method               *CMsgGCRoutingInfo_RoutingMethod `protobuf:"varint,2,opt,name=method,enum=protocol.CMsgGCRoutingInfo_RoutingMethod,def=0" json:"method,omitempty"`
	Fallback             *CMsgGCRoutingInfo_RoutingMethod `protobuf:"varint,3,opt,name=fallback,enum=protocol.CMsgGCRoutingInfo_RoutingMethod,def=1" json:"fallback,omitempty"`
	ProtobufField        *uint32                          `protobuf:"varint,4,opt,name=protobuf_field,json=protobufField" json:"protobuf_field,omitempty"`
	WebapiParam          *string                          `protobuf:"bytes,5,opt,name=webapi_param,json=webapiParam" json:"webapi_param,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgGCRoutingInfo) Descriptor

func (*CMsgGCRoutingInfo) Descriptor() ([]byte, []int)

func (*CMsgGCRoutingInfo) GetDirIndex

func (m *CMsgGCRoutingInfo) GetDirIndex() []uint32

func (*CMsgGCRoutingInfo) GetFallback

func (*CMsgGCRoutingInfo) GetMethod

func (*CMsgGCRoutingInfo) GetProtobufField

func (m *CMsgGCRoutingInfo) GetProtobufField() uint32

func (*CMsgGCRoutingInfo) GetWebapiParam

func (m *CMsgGCRoutingInfo) GetWebapiParam() string

func (*CMsgGCRoutingInfo) ProtoMessage

func (*CMsgGCRoutingInfo) ProtoMessage()

func (*CMsgGCRoutingInfo) Reset

func (m *CMsgGCRoutingInfo) Reset()

func (*CMsgGCRoutingInfo) String

func (m *CMsgGCRoutingInfo) String() string

func (*CMsgGCRoutingInfo) XXX_DiscardUnknown

func (m *CMsgGCRoutingInfo) XXX_DiscardUnknown()

func (*CMsgGCRoutingInfo) XXX_Marshal

func (m *CMsgGCRoutingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCRoutingInfo) XXX_Merge

func (m *CMsgGCRoutingInfo) XXX_Merge(src proto.Message)

func (*CMsgGCRoutingInfo) XXX_Size

func (m *CMsgGCRoutingInfo) XXX_Size() int

func (*CMsgGCRoutingInfo) XXX_Unmarshal

func (m *CMsgGCRoutingInfo) XXX_Unmarshal(b []byte) error

type CMsgGCRoutingInfo_RoutingMethod

type CMsgGCRoutingInfo_RoutingMethod int32
const (
	CMsgGCRoutingInfo_RANDOM                         CMsgGCRoutingInfo_RoutingMethod = 0
	CMsgGCRoutingInfo_DISCARD                        CMsgGCRoutingInfo_RoutingMethod = 1
	CMsgGCRoutingInfo_CLIENT_STEAMID                 CMsgGCRoutingInfo_RoutingMethod = 2
	CMsgGCRoutingInfo_PROTOBUF_FIELD_UINT64          CMsgGCRoutingInfo_RoutingMethod = 3
	CMsgGCRoutingInfo_WEBAPI_PARAM                   CMsgGCRoutingInfo_RoutingMethod = 4
	CMsgGCRoutingInfo_WEBAPI_PARAM_STEAMID_ACCOUNTID CMsgGCRoutingInfo_RoutingMethod = 5
)
const Default_CMsgGCRoutingInfo_Fallback CMsgGCRoutingInfo_RoutingMethod = CMsgGCRoutingInfo_DISCARD
const Default_CMsgGCRoutingInfo_Method CMsgGCRoutingInfo_RoutingMethod = CMsgGCRoutingInfo_RANDOM

func (CMsgGCRoutingInfo_RoutingMethod) Enum

func (CMsgGCRoutingInfo_RoutingMethod) EnumDescriptor

func (CMsgGCRoutingInfo_RoutingMethod) EnumDescriptor() ([]byte, []int)

func (CMsgGCRoutingInfo_RoutingMethod) String

func (*CMsgGCRoutingInfo_RoutingMethod) UnmarshalJSON

func (x *CMsgGCRoutingInfo_RoutingMethod) UnmarshalJSON(data []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 CMsgGCToClientAcquireRegionModeInfo

type CMsgGCToClientAcquireRegionModeInfo struct {
	Password             *string  `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientAcquireRegionModeInfo) Descriptor

func (*CMsgGCToClientAcquireRegionModeInfo) Descriptor() ([]byte, []int)

func (*CMsgGCToClientAcquireRegionModeInfo) GetPassword

func (*CMsgGCToClientAcquireRegionModeInfo) ProtoMessage

func (*CMsgGCToClientAcquireRegionModeInfo) ProtoMessage()

func (*CMsgGCToClientAcquireRegionModeInfo) Reset

func (*CMsgGCToClientAcquireRegionModeInfo) String

func (*CMsgGCToClientAcquireRegionModeInfo) XXX_DiscardUnknown

func (m *CMsgGCToClientAcquireRegionModeInfo) XXX_DiscardUnknown()

func (*CMsgGCToClientAcquireRegionModeInfo) XXX_Marshal

func (m *CMsgGCToClientAcquireRegionModeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientAcquireRegionModeInfo) XXX_Merge

func (*CMsgGCToClientAcquireRegionModeInfo) XXX_Size

func (*CMsgGCToClientAcquireRegionModeInfo) XXX_Unmarshal

func (m *CMsgGCToClientAcquireRegionModeInfo) XXX_Unmarshal(b []byte) error

type CMsgGCToClientCanRejoinParty

type CMsgGCToClientCanRejoinParty struct {
	PartyId              *uint64  `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientCanRejoinParty) Descriptor

func (*CMsgGCToClientCanRejoinParty) Descriptor() ([]byte, []int)

func (*CMsgGCToClientCanRejoinParty) GetPartyId

func (m *CMsgGCToClientCanRejoinParty) GetPartyId() uint64

func (*CMsgGCToClientCanRejoinParty) ProtoMessage

func (*CMsgGCToClientCanRejoinParty) ProtoMessage()

func (*CMsgGCToClientCanRejoinParty) Reset

func (m *CMsgGCToClientCanRejoinParty) Reset()

func (*CMsgGCToClientCanRejoinParty) String

func (*CMsgGCToClientCanRejoinParty) XXX_DiscardUnknown

func (m *CMsgGCToClientCanRejoinParty) XXX_DiscardUnknown()

func (*CMsgGCToClientCanRejoinParty) XXX_Marshal

func (m *CMsgGCToClientCanRejoinParty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientCanRejoinParty) XXX_Merge

func (m *CMsgGCToClientCanRejoinParty) XXX_Merge(src proto.Message)

func (*CMsgGCToClientCanRejoinParty) XXX_Size

func (m *CMsgGCToClientCanRejoinParty) XXX_Size() int

func (*CMsgGCToClientCanRejoinParty) XXX_Unmarshal

func (m *CMsgGCToClientCanRejoinParty) 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 CMsgGCToClientDevMMStatus

type CMsgGCToClientDevMMStatus struct {
	Parties              []*CMsgGCToClientDevMMStatus_Party `protobuf:"bytes,2,rep,name=parties" json:"parties,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgGCToClientDevMMStatus) Descriptor

func (*CMsgGCToClientDevMMStatus) Descriptor() ([]byte, []int)

func (*CMsgGCToClientDevMMStatus) GetParties

func (*CMsgGCToClientDevMMStatus) ProtoMessage

func (*CMsgGCToClientDevMMStatus) ProtoMessage()

func (*CMsgGCToClientDevMMStatus) Reset

func (m *CMsgGCToClientDevMMStatus) Reset()

func (*CMsgGCToClientDevMMStatus) String

func (m *CMsgGCToClientDevMMStatus) String() string

func (*CMsgGCToClientDevMMStatus) XXX_DiscardUnknown

func (m *CMsgGCToClientDevMMStatus) XXX_DiscardUnknown()

func (*CMsgGCToClientDevMMStatus) XXX_Marshal

func (m *CMsgGCToClientDevMMStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientDevMMStatus) XXX_Merge

func (m *CMsgGCToClientDevMMStatus) XXX_Merge(src proto.Message)

func (*CMsgGCToClientDevMMStatus) XXX_Size

func (m *CMsgGCToClientDevMMStatus) XXX_Size() int

func (*CMsgGCToClientDevMMStatus) XXX_Unmarshal

func (m *CMsgGCToClientDevMMStatus) XXX_Unmarshal(b []byte) error

type CMsgGCToClientDevMMStatus_Party

type CMsgGCToClientDevMMStatus_Party struct {
	PartySize            *uint32        `protobuf:"varint,1,opt,name=party_size,json=partySize" json:"party_size,omitempty"`
	CompatVersion        *uint32        `protobuf:"varint,2,opt,name=compat_version,json=compatVersion" json:"compat_version,omitempty"`
	GameMode             *EDACGameMode  `protobuf:"varint,3,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	MatchMode            *EDACMatchMode `protobuf:"varint,4,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgGCToClientDevMMStatus_Party) Descriptor

func (*CMsgGCToClientDevMMStatus_Party) Descriptor() ([]byte, []int)

func (*CMsgGCToClientDevMMStatus_Party) GetCompatVersion

func (m *CMsgGCToClientDevMMStatus_Party) GetCompatVersion() uint32

func (*CMsgGCToClientDevMMStatus_Party) GetGameMode

func (*CMsgGCToClientDevMMStatus_Party) GetMatchMode

func (*CMsgGCToClientDevMMStatus_Party) GetPartySize

func (m *CMsgGCToClientDevMMStatus_Party) GetPartySize() uint32

func (*CMsgGCToClientDevMMStatus_Party) ProtoMessage

func (*CMsgGCToClientDevMMStatus_Party) ProtoMessage()

func (*CMsgGCToClientDevMMStatus_Party) Reset

func (*CMsgGCToClientDevMMStatus_Party) String

func (*CMsgGCToClientDevMMStatus_Party) XXX_DiscardUnknown

func (m *CMsgGCToClientDevMMStatus_Party) XXX_DiscardUnknown()

func (*CMsgGCToClientDevMMStatus_Party) XXX_Marshal

func (m *CMsgGCToClientDevMMStatus_Party) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientDevMMStatus_Party) XXX_Merge

func (m *CMsgGCToClientDevMMStatus_Party) XXX_Merge(src proto.Message)

func (*CMsgGCToClientDevMMStatus_Party) XXX_Size

func (m *CMsgGCToClientDevMMStatus_Party) XXX_Size() int

func (*CMsgGCToClientDevMMStatus_Party) XXX_Unmarshal

func (m *CMsgGCToClientDevMMStatus_Party) XXX_Unmarshal(b []byte) error

type CMsgGCToClientDurationControlWarning

type CMsgGCToClientDurationControlWarning struct {
	TimeRemaining        *uint32  `protobuf:"varint,1,opt,name=time_remaining,json=timeRemaining" json:"time_remaining,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientDurationControlWarning) Descriptor

func (*CMsgGCToClientDurationControlWarning) Descriptor() ([]byte, []int)

func (*CMsgGCToClientDurationControlWarning) GetTimeRemaining

func (m *CMsgGCToClientDurationControlWarning) GetTimeRemaining() uint32

func (*CMsgGCToClientDurationControlWarning) ProtoMessage

func (*CMsgGCToClientDurationControlWarning) ProtoMessage()

func (*CMsgGCToClientDurationControlWarning) Reset

func (*CMsgGCToClientDurationControlWarning) String

func (*CMsgGCToClientDurationControlWarning) XXX_DiscardUnknown

func (m *CMsgGCToClientDurationControlWarning) XXX_DiscardUnknown()

func (*CMsgGCToClientDurationControlWarning) XXX_Marshal

func (m *CMsgGCToClientDurationControlWarning) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientDurationControlWarning) XXX_Merge

func (*CMsgGCToClientDurationControlWarning) XXX_Size

func (*CMsgGCToClientDurationControlWarning) XXX_Unmarshal

func (m *CMsgGCToClientDurationControlWarning) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo

type CMsgGCToClientEventInfo 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"`
	EventState           *CMsgGCToClientEventInfo_EventState         `protobuf:"bytes,3,opt,name=event_state,json=eventState" json:"event_state,omitempty"`
	Currencies           []*CMsgGCToClientEventInfo_Currency         `protobuf:"bytes,5,rep,name=currencies" json:"currencies,omitempty"`
	Claims               []*CMsgGCToClientEventInfo_Claim            `protobuf:"bytes,6,rep,name=claims" json:"claims,omitempty"`
	Challenges           []*CMsgGCToClientEventInfo_Challenge        `protobuf:"bytes,7,rep,name=challenges" json:"challenges,omitempty"`
	VirtualItems         []*CMsgGCToClientEventInfo_VirtualItem      `protobuf:"bytes,8,rep,name=virtual_items,json=virtualItems" json:"virtual_items,omitempty"`
	VirtualItemEquips    []*CMsgGCToClientEventInfo_VirtualItemEquip `protobuf:"bytes,9,rep,name=virtual_item_equips,json=virtualItemEquips" json:"virtual_item_equips,omitempty"`
	VirtualItemRevokes   []*CMsgGCToClientEventInfo_VirtualItem      `protobuf:"bytes,11,rep,name=virtual_item_revokes,json=virtualItemRevokes" json:"virtual_item_revokes,omitempty"`
	MergeContents        *bool                                       `protobuf:"varint,10,opt,name=merge_contents,json=mergeContents" json:"merge_contents,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgGCToClientEventInfo) Descriptor

func (*CMsgGCToClientEventInfo) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo) GetAccountId

func (m *CMsgGCToClientEventInfo) GetAccountId() uint32

func (*CMsgGCToClientEventInfo) GetChallenges

func (*CMsgGCToClientEventInfo) GetClaims

func (*CMsgGCToClientEventInfo) GetCurrencies

func (*CMsgGCToClientEventInfo) GetEventId

func (m *CMsgGCToClientEventInfo) GetEventId() uint32

func (*CMsgGCToClientEventInfo) GetEventState

func (*CMsgGCToClientEventInfo) GetMergeContents

func (m *CMsgGCToClientEventInfo) GetMergeContents() bool

func (*CMsgGCToClientEventInfo) GetVirtualItemEquips

func (*CMsgGCToClientEventInfo) GetVirtualItemRevokes

func (m *CMsgGCToClientEventInfo) GetVirtualItemRevokes() []*CMsgGCToClientEventInfo_VirtualItem

func (*CMsgGCToClientEventInfo) GetVirtualItems

func (*CMsgGCToClientEventInfo) ProtoMessage

func (*CMsgGCToClientEventInfo) ProtoMessage()

func (*CMsgGCToClientEventInfo) Reset

func (m *CMsgGCToClientEventInfo) Reset()

func (*CMsgGCToClientEventInfo) String

func (m *CMsgGCToClientEventInfo) String() string

func (*CMsgGCToClientEventInfo) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo) XXX_Marshal

func (m *CMsgGCToClientEventInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo) XXX_Merge

func (m *CMsgGCToClientEventInfo) XXX_Merge(src proto.Message)

func (*CMsgGCToClientEventInfo) XXX_Size

func (m *CMsgGCToClientEventInfo) XXX_Size() int

func (*CMsgGCToClientEventInfo) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfoSerialize

type CMsgGCToClientEventInfoSerialize struct {
	EventInfo            *CMsgGCToClientEventInfo `protobuf:"bytes,1,opt,name=event_info,json=eventInfo" json:"event_info,omitempty"`
	TimeStamp            *uint32                  `protobuf:"varint,2,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
	Version              *uint32                  `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	AccountId            *uint32                  `protobuf:"varint,4,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CMsgGCToClientEventInfoSerialize) Descriptor

func (*CMsgGCToClientEventInfoSerialize) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfoSerialize) GetAccountId

func (m *CMsgGCToClientEventInfoSerialize) GetAccountId() uint32

func (*CMsgGCToClientEventInfoSerialize) GetEventInfo

func (*CMsgGCToClientEventInfoSerialize) GetTimeStamp

func (m *CMsgGCToClientEventInfoSerialize) GetTimeStamp() uint32

func (*CMsgGCToClientEventInfoSerialize) GetVersion

func (m *CMsgGCToClientEventInfoSerialize) GetVersion() uint32

func (*CMsgGCToClientEventInfoSerialize) ProtoMessage

func (*CMsgGCToClientEventInfoSerialize) ProtoMessage()

func (*CMsgGCToClientEventInfoSerialize) Reset

func (*CMsgGCToClientEventInfoSerialize) String

func (*CMsgGCToClientEventInfoSerialize) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfoSerialize) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfoSerialize) XXX_Marshal

func (m *CMsgGCToClientEventInfoSerialize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfoSerialize) XXX_Merge

func (*CMsgGCToClientEventInfoSerialize) XXX_Size

func (m *CMsgGCToClientEventInfoSerialize) XXX_Size() int

func (*CMsgGCToClientEventInfoSerialize) XXX_Unmarshal

func (m *CMsgGCToClientEventInfoSerialize) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo_Challenge

type CMsgGCToClientEventInfo_Challenge struct {
	SlotId               *uint32  `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	ChallengeId          *uint32  `protobuf:"varint,3,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	CreatedTime          *uint32  `protobuf:"varint,4,opt,name=created_time,json=createdTime" json:"created_time,omitempty"`
	Claimed              *uint32  `protobuf:"varint,5,opt,name=claimed" json:"claimed,omitempty"`
	Progress             *uint32  `protobuf:"varint,6,opt,name=progress" json:"progress,omitempty"`
	ConfigId             *uint32  `protobuf:"varint,7,opt,name=config_id,json=configId" json:"config_id,omitempty"`
	Active               *bool    `protobuf:"varint,8,opt,name=active" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientEventInfo_Challenge) Descriptor

func (*CMsgGCToClientEventInfo_Challenge) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo_Challenge) GetActive

func (m *CMsgGCToClientEventInfo_Challenge) GetActive() bool

func (*CMsgGCToClientEventInfo_Challenge) GetChallengeId

func (m *CMsgGCToClientEventInfo_Challenge) GetChallengeId() uint32

func (*CMsgGCToClientEventInfo_Challenge) GetClaimed

func (m *CMsgGCToClientEventInfo_Challenge) GetClaimed() uint32

func (*CMsgGCToClientEventInfo_Challenge) GetConfigId

func (m *CMsgGCToClientEventInfo_Challenge) GetConfigId() uint32

func (*CMsgGCToClientEventInfo_Challenge) GetCreatedTime

func (m *CMsgGCToClientEventInfo_Challenge) GetCreatedTime() uint32

func (*CMsgGCToClientEventInfo_Challenge) GetProgress

func (m *CMsgGCToClientEventInfo_Challenge) GetProgress() uint32

func (*CMsgGCToClientEventInfo_Challenge) GetSequenceId

func (m *CMsgGCToClientEventInfo_Challenge) GetSequenceId() uint32

func (*CMsgGCToClientEventInfo_Challenge) GetSlotId

func (*CMsgGCToClientEventInfo_Challenge) ProtoMessage

func (*CMsgGCToClientEventInfo_Challenge) ProtoMessage()

func (*CMsgGCToClientEventInfo_Challenge) Reset

func (*CMsgGCToClientEventInfo_Challenge) String

func (*CMsgGCToClientEventInfo_Challenge) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo_Challenge) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo_Challenge) XXX_Marshal

func (m *CMsgGCToClientEventInfo_Challenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo_Challenge) XXX_Merge

func (*CMsgGCToClientEventInfo_Challenge) XXX_Size

func (m *CMsgGCToClientEventInfo_Challenge) XXX_Size() int

func (*CMsgGCToClientEventInfo_Challenge) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo_Challenge) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo_Claim

type CMsgGCToClientEventInfo_Claim struct {
	ClaimId              *uint32  `protobuf:"varint,1,opt,name=claim_id,json=claimId" json:"claim_id,omitempty"`
	NumClaims            *uint32  `protobuf:"varint,2,opt,name=num_claims,json=numClaims" json:"num_claims,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientEventInfo_Claim) Descriptor

func (*CMsgGCToClientEventInfo_Claim) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo_Claim) GetClaimId

func (m *CMsgGCToClientEventInfo_Claim) GetClaimId() uint32

func (*CMsgGCToClientEventInfo_Claim) GetNumClaims

func (m *CMsgGCToClientEventInfo_Claim) GetNumClaims() uint32

func (*CMsgGCToClientEventInfo_Claim) ProtoMessage

func (*CMsgGCToClientEventInfo_Claim) ProtoMessage()

func (*CMsgGCToClientEventInfo_Claim) Reset

func (m *CMsgGCToClientEventInfo_Claim) Reset()

func (*CMsgGCToClientEventInfo_Claim) String

func (*CMsgGCToClientEventInfo_Claim) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo_Claim) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo_Claim) XXX_Marshal

func (m *CMsgGCToClientEventInfo_Claim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo_Claim) XXX_Merge

func (m *CMsgGCToClientEventInfo_Claim) XXX_Merge(src proto.Message)

func (*CMsgGCToClientEventInfo_Claim) XXX_Size

func (m *CMsgGCToClientEventInfo_Claim) XXX_Size() int

func (*CMsgGCToClientEventInfo_Claim) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo_Claim) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo_Currency

type CMsgGCToClientEventInfo_Currency struct {
	CurrencyId           *uint32  `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,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 (*CMsgGCToClientEventInfo_Currency) Descriptor

func (*CMsgGCToClientEventInfo_Currency) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo_Currency) GetBalance

func (m *CMsgGCToClientEventInfo_Currency) GetBalance() uint32

func (*CMsgGCToClientEventInfo_Currency) GetCurrencyId

func (m *CMsgGCToClientEventInfo_Currency) GetCurrencyId() uint32

func (*CMsgGCToClientEventInfo_Currency) ProtoMessage

func (*CMsgGCToClientEventInfo_Currency) ProtoMessage()

func (*CMsgGCToClientEventInfo_Currency) Reset

func (*CMsgGCToClientEventInfo_Currency) String

func (*CMsgGCToClientEventInfo_Currency) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo_Currency) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo_Currency) XXX_Marshal

func (m *CMsgGCToClientEventInfo_Currency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo_Currency) XXX_Merge

func (*CMsgGCToClientEventInfo_Currency) XXX_Size

func (m *CMsgGCToClientEventInfo_Currency) XXX_Size() int

func (*CMsgGCToClientEventInfo_Currency) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo_Currency) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo_EventState

type CMsgGCToClientEventInfo_EventState struct {
	EventOwned           *bool    `protobuf:"varint,1,opt,name=event_owned,json=eventOwned" json:"event_owned,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientEventInfo_EventState) Descriptor

func (*CMsgGCToClientEventInfo_EventState) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo_EventState) GetEventOwned

func (m *CMsgGCToClientEventInfo_EventState) GetEventOwned() bool

func (*CMsgGCToClientEventInfo_EventState) ProtoMessage

func (*CMsgGCToClientEventInfo_EventState) ProtoMessage()

func (*CMsgGCToClientEventInfo_EventState) Reset

func (*CMsgGCToClientEventInfo_EventState) String

func (*CMsgGCToClientEventInfo_EventState) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo_EventState) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo_EventState) XXX_Marshal

func (m *CMsgGCToClientEventInfo_EventState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo_EventState) XXX_Merge

func (*CMsgGCToClientEventInfo_EventState) XXX_Size

func (*CMsgGCToClientEventInfo_EventState) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo_EventState) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo_VirtualItem

type CMsgGCToClientEventInfo_VirtualItem 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 (*CMsgGCToClientEventInfo_VirtualItem) Descriptor

func (*CMsgGCToClientEventInfo_VirtualItem) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo_VirtualItem) GetDefIndex

func (*CMsgGCToClientEventInfo_VirtualItem) ProtoMessage

func (*CMsgGCToClientEventInfo_VirtualItem) ProtoMessage()

func (*CMsgGCToClientEventInfo_VirtualItem) Reset

func (*CMsgGCToClientEventInfo_VirtualItem) String

func (*CMsgGCToClientEventInfo_VirtualItem) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo_VirtualItem) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo_VirtualItem) XXX_Marshal

func (m *CMsgGCToClientEventInfo_VirtualItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo_VirtualItem) XXX_Merge

func (*CMsgGCToClientEventInfo_VirtualItem) XXX_Size

func (*CMsgGCToClientEventInfo_VirtualItem) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo_VirtualItem) XXX_Unmarshal(b []byte) error

type CMsgGCToClientEventInfo_VirtualItemEquip

type CMsgGCToClientEventInfo_VirtualItemEquip struct {
	EquipSlot            *uint32  `protobuf:"varint,1,opt,name=equip_slot,json=equipSlot" json:"equip_slot,omitempty"`
	EquipSubSlot         *uint32  `protobuf:"varint,2,opt,name=equip_sub_slot,json=equipSubSlot" json:"equip_sub_slot,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,3,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientEventInfo_VirtualItemEquip) Descriptor

func (*CMsgGCToClientEventInfo_VirtualItemEquip) Descriptor() ([]byte, []int)

func (*CMsgGCToClientEventInfo_VirtualItemEquip) GetDefIndex

func (*CMsgGCToClientEventInfo_VirtualItemEquip) GetEquipSlot

func (*CMsgGCToClientEventInfo_VirtualItemEquip) GetEquipSubSlot

func (m *CMsgGCToClientEventInfo_VirtualItemEquip) GetEquipSubSlot() uint32

func (*CMsgGCToClientEventInfo_VirtualItemEquip) ProtoMessage

func (*CMsgGCToClientEventInfo_VirtualItemEquip) Reset

func (*CMsgGCToClientEventInfo_VirtualItemEquip) String

func (*CMsgGCToClientEventInfo_VirtualItemEquip) XXX_DiscardUnknown

func (m *CMsgGCToClientEventInfo_VirtualItemEquip) XXX_DiscardUnknown()

func (*CMsgGCToClientEventInfo_VirtualItemEquip) XXX_Marshal

func (m *CMsgGCToClientEventInfo_VirtualItemEquip) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientEventInfo_VirtualItemEquip) XXX_Merge

func (*CMsgGCToClientEventInfo_VirtualItemEquip) XXX_Size

func (*CMsgGCToClientEventInfo_VirtualItemEquip) XXX_Unmarshal

func (m *CMsgGCToClientEventInfo_VirtualItemEquip) XXX_Unmarshal(b []byte) error

type CMsgGCToClientGameModifiersUpdated

type CMsgGCToClientGameModifiersUpdated struct {
	GameModifiers        *CMsgGameModifiers `protobuf:"bytes,1,opt,name=game_modifiers,json=gameModifiers" json:"game_modifiers,omitempty"`
	NextUpdateTime       *uint32            `protobuf:"varint,2,opt,name=next_update_time,json=nextUpdateTime" json:"next_update_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgGCToClientGameModifiersUpdated) Descriptor

func (*CMsgGCToClientGameModifiersUpdated) Descriptor() ([]byte, []int)

func (*CMsgGCToClientGameModifiersUpdated) GetGameModifiers

func (*CMsgGCToClientGameModifiersUpdated) GetNextUpdateTime

func (m *CMsgGCToClientGameModifiersUpdated) GetNextUpdateTime() uint32

func (*CMsgGCToClientGameModifiersUpdated) ProtoMessage

func (*CMsgGCToClientGameModifiersUpdated) ProtoMessage()

func (*CMsgGCToClientGameModifiersUpdated) Reset

func (*CMsgGCToClientGameModifiersUpdated) String

func (*CMsgGCToClientGameModifiersUpdated) XXX_DiscardUnknown

func (m *CMsgGCToClientGameModifiersUpdated) XXX_DiscardUnknown()

func (*CMsgGCToClientGameModifiersUpdated) XXX_Marshal

func (m *CMsgGCToClientGameModifiersUpdated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientGameModifiersUpdated) XXX_Merge

func (*CMsgGCToClientGameModifiersUpdated) XXX_Size

func (*CMsgGCToClientGameModifiersUpdated) XXX_Unmarshal

func (m *CMsgGCToClientGameModifiersUpdated) XXX_Unmarshal(b []byte) error

type CMsgGCToClientMatchmakingStopped

type CMsgGCToClientMatchmakingStopped struct {
	Reason               *CMsgGCToClientMatchmakingStopped_EReason `protobuf:"varint,1,opt,name=reason,enum=protocol.CMsgGCToClientMatchmakingStopped_EReason,def=0" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgGCToClientMatchmakingStopped) Descriptor

func (*CMsgGCToClientMatchmakingStopped) Descriptor() ([]byte, []int)

func (*CMsgGCToClientMatchmakingStopped) GetReason

func (*CMsgGCToClientMatchmakingStopped) ProtoMessage

func (*CMsgGCToClientMatchmakingStopped) ProtoMessage()

func (*CMsgGCToClientMatchmakingStopped) Reset

func (*CMsgGCToClientMatchmakingStopped) String

func (*CMsgGCToClientMatchmakingStopped) XXX_DiscardUnknown

func (m *CMsgGCToClientMatchmakingStopped) XXX_DiscardUnknown()

func (*CMsgGCToClientMatchmakingStopped) XXX_Marshal

func (m *CMsgGCToClientMatchmakingStopped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientMatchmakingStopped) XXX_Merge

func (*CMsgGCToClientMatchmakingStopped) XXX_Size

func (m *CMsgGCToClientMatchmakingStopped) XXX_Size() int

func (*CMsgGCToClientMatchmakingStopped) XXX_Unmarshal

func (m *CMsgGCToClientMatchmakingStopped) XXX_Unmarshal(b []byte) error

type CMsgGCToClientMatchmakingStopped_EReason

type CMsgGCToClientMatchmakingStopped_EReason int32
const (
	CMsgGCToClientMatchmakingStopped_k_EResult_Unspecified    CMsgGCToClientMatchmakingStopped_EReason = 0
	CMsgGCToClientMatchmakingStopped_k_EResult_VersionUpdated CMsgGCToClientMatchmakingStopped_EReason = 1
)

func (CMsgGCToClientMatchmakingStopped_EReason) Enum

func (CMsgGCToClientMatchmakingStopped_EReason) EnumDescriptor

func (CMsgGCToClientMatchmakingStopped_EReason) EnumDescriptor() ([]byte, []int)

func (CMsgGCToClientMatchmakingStopped_EReason) String

func (*CMsgGCToClientMatchmakingStopped_EReason) UnmarshalJSON

func (x *CMsgGCToClientMatchmakingStopped_EReason) UnmarshalJSON(data []byte) error

type CMsgGCToClientPartyEvent

type CMsgGCToClientPartyEvent struct {
	PartyId              *uint64                          `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	Event                *CMsgGCToClientPartyEvent_EEvent `protobuf:"varint,2,opt,name=event,enum=protocol.CMsgGCToClientPartyEvent_EEvent,def=1" json:"event,omitempty"`
	InitiatorAccountId   *uint32                          `protobuf:"varint,3,opt,name=initiator_account_id,json=initiatorAccountId" json:"initiator_account_id,omitempty"`
	TargetAccountId      *uint32                          `protobuf:"varint,4,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	BytesData            []byte                           `protobuf:"bytes,5,opt,name=bytes_data,json=bytesData" json:"bytes_data,omitempty"`
	StrData              *string                          `protobuf:"bytes,6,opt,name=str_data,json=strData" json:"str_data,omitempty"`
	UintData             *uint64                          `protobuf:"varint,7,opt,name=uint_data,json=uintData" json:"uint_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgGCToClientPartyEvent) Descriptor

func (*CMsgGCToClientPartyEvent) Descriptor() ([]byte, []int)

func (*CMsgGCToClientPartyEvent) GetBytesData

func (m *CMsgGCToClientPartyEvent) GetBytesData() []byte

func (*CMsgGCToClientPartyEvent) GetEvent

func (*CMsgGCToClientPartyEvent) GetInitiatorAccountId

func (m *CMsgGCToClientPartyEvent) GetInitiatorAccountId() uint32

func (*CMsgGCToClientPartyEvent) GetPartyId

func (m *CMsgGCToClientPartyEvent) GetPartyId() uint64

func (*CMsgGCToClientPartyEvent) GetStrData

func (m *CMsgGCToClientPartyEvent) GetStrData() string

func (*CMsgGCToClientPartyEvent) GetTargetAccountId

func (m *CMsgGCToClientPartyEvent) GetTargetAccountId() uint32

func (*CMsgGCToClientPartyEvent) GetUintData

func (m *CMsgGCToClientPartyEvent) GetUintData() uint64

func (*CMsgGCToClientPartyEvent) ProtoMessage

func (*CMsgGCToClientPartyEvent) ProtoMessage()

func (*CMsgGCToClientPartyEvent) Reset

func (m *CMsgGCToClientPartyEvent) Reset()

func (*CMsgGCToClientPartyEvent) String

func (m *CMsgGCToClientPartyEvent) String() string

func (*CMsgGCToClientPartyEvent) XXX_DiscardUnknown

func (m *CMsgGCToClientPartyEvent) XXX_DiscardUnknown()

func (*CMsgGCToClientPartyEvent) XXX_Marshal

func (m *CMsgGCToClientPartyEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientPartyEvent) XXX_Merge

func (m *CMsgGCToClientPartyEvent) XXX_Merge(src proto.Message)

func (*CMsgGCToClientPartyEvent) XXX_Size

func (m *CMsgGCToClientPartyEvent) XXX_Size() int

func (*CMsgGCToClientPartyEvent) XXX_Unmarshal

func (m *CMsgGCToClientPartyEvent) XXX_Unmarshal(b []byte) error

type CMsgGCToClientPartyEvent_EEvent

type CMsgGCToClientPartyEvent_EEvent int32
const (
	CMsgGCToClientPartyEvent_k_ePlayerKicked                      CMsgGCToClientPartyEvent_EEvent = 1
	CMsgGCToClientPartyEvent_k_eJoinedParty                       CMsgGCToClientPartyEvent_EEvent = 3
	CMsgGCToClientPartyEvent_k_eMatchCompleted                    CMsgGCToClientPartyEvent_EEvent = 4
	CMsgGCToClientPartyEvent_k_eMatchMakingStopped_User           CMsgGCToClientPartyEvent_EEvent = 5
	CMsgGCToClientPartyEvent_k_eMatchMakingStopped_Version        CMsgGCToClientPartyEvent_EEvent = 6
	CMsgGCToClientPartyEvent_k_eMatchMakingStopped_NoServerRegion CMsgGCToClientPartyEvent_EEvent = 7
	CMsgGCToClientPartyEvent_k_eLeftParty                         CMsgGCToClientPartyEvent_EEvent = 8
	CMsgGCToClientPartyEvent_k_eDeclinedInvite                    CMsgGCToClientPartyEvent_EEvent = 9
	CMsgGCToClientPartyEvent_k_eMatchMakingStopped_FailedOther    CMsgGCToClientPartyEvent_EEvent = 10
)
const Default_CMsgGCToClientPartyEvent_Event CMsgGCToClientPartyEvent_EEvent = CMsgGCToClientPartyEvent_k_ePlayerKicked

func (CMsgGCToClientPartyEvent_EEvent) Enum

func (CMsgGCToClientPartyEvent_EEvent) EnumDescriptor

func (CMsgGCToClientPartyEvent_EEvent) EnumDescriptor() ([]byte, []int)

func (CMsgGCToClientPartyEvent_EEvent) String

func (*CMsgGCToClientPartyEvent_EEvent) UnmarshalJSON

func (x *CMsgGCToClientPartyEvent_EEvent) UnmarshalJSON(data []byte) error

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 CMsgGCToClientSDRTicket

type CMsgGCToClientSDRTicket struct {
	Ticket               *string  `protobuf:"bytes,1,opt,name=ticket" json:"ticket,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientSDRTicket) Descriptor

func (*CMsgGCToClientSDRTicket) Descriptor() ([]byte, []int)

func (*CMsgGCToClientSDRTicket) GetTicket

func (m *CMsgGCToClientSDRTicket) GetTicket() string

func (*CMsgGCToClientSDRTicket) ProtoMessage

func (*CMsgGCToClientSDRTicket) ProtoMessage()

func (*CMsgGCToClientSDRTicket) Reset

func (m *CMsgGCToClientSDRTicket) Reset()

func (*CMsgGCToClientSDRTicket) String

func (m *CMsgGCToClientSDRTicket) String() string

func (*CMsgGCToClientSDRTicket) XXX_DiscardUnknown

func (m *CMsgGCToClientSDRTicket) XXX_DiscardUnknown()

func (*CMsgGCToClientSDRTicket) XXX_Marshal

func (m *CMsgGCToClientSDRTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientSDRTicket) XXX_Merge

func (m *CMsgGCToClientSDRTicket) XXX_Merge(src proto.Message)

func (*CMsgGCToClientSDRTicket) XXX_Size

func (m *CMsgGCToClientSDRTicket) XXX_Size() int

func (*CMsgGCToClientSDRTicket) XXX_Unmarshal

func (m *CMsgGCToClientSDRTicket) 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 CMsgGCToClientUpdateConsoleCommands

type CMsgGCToClientUpdateConsoleCommands struct {
	ConsoleCommands      []string `protobuf:"bytes,1,rep,name=console_commands,json=consoleCommands" json:"console_commands,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToClientUpdateConsoleCommands) Descriptor

func (*CMsgGCToClientUpdateConsoleCommands) Descriptor() ([]byte, []int)

func (*CMsgGCToClientUpdateConsoleCommands) GetConsoleCommands

func (m *CMsgGCToClientUpdateConsoleCommands) GetConsoleCommands() []string

func (*CMsgGCToClientUpdateConsoleCommands) ProtoMessage

func (*CMsgGCToClientUpdateConsoleCommands) ProtoMessage()

func (*CMsgGCToClientUpdateConsoleCommands) Reset

func (*CMsgGCToClientUpdateConsoleCommands) String

func (*CMsgGCToClientUpdateConsoleCommands) XXX_DiscardUnknown

func (m *CMsgGCToClientUpdateConsoleCommands) XXX_DiscardUnknown()

func (*CMsgGCToClientUpdateConsoleCommands) XXX_Marshal

func (m *CMsgGCToClientUpdateConsoleCommands) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToClientUpdateConsoleCommands) XXX_Merge

func (*CMsgGCToClientUpdateConsoleCommands) XXX_Size

func (*CMsgGCToClientUpdateConsoleCommands) XXX_Unmarshal

func (m *CMsgGCToClientUpdateConsoleCommands) 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"`
	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) 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 (*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 CMsgGCToServerAddSpectator

type CMsgGCToServerAddSpectator struct {
	LobbyId              *uint64  `protobuf:"varint,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	AccountId            *uint32  `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	AccountToSpectate    *uint32  `protobuf:"varint,3,opt,name=account_to_spectate,json=accountToSpectate" json:"account_to_spectate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToServerAddSpectator) Descriptor

func (*CMsgGCToServerAddSpectator) Descriptor() ([]byte, []int)

func (*CMsgGCToServerAddSpectator) GetAccountId

func (m *CMsgGCToServerAddSpectator) GetAccountId() uint32

func (*CMsgGCToServerAddSpectator) GetAccountToSpectate

func (m *CMsgGCToServerAddSpectator) GetAccountToSpectate() uint32

func (*CMsgGCToServerAddSpectator) GetLobbyId

func (m *CMsgGCToServerAddSpectator) GetLobbyId() uint64

func (*CMsgGCToServerAddSpectator) ProtoMessage

func (*CMsgGCToServerAddSpectator) ProtoMessage()

func (*CMsgGCToServerAddSpectator) Reset

func (m *CMsgGCToServerAddSpectator) Reset()

func (*CMsgGCToServerAddSpectator) String

func (m *CMsgGCToServerAddSpectator) String() string

func (*CMsgGCToServerAddSpectator) XXX_DiscardUnknown

func (m *CMsgGCToServerAddSpectator) XXX_DiscardUnknown()

func (*CMsgGCToServerAddSpectator) XXX_Marshal

func (m *CMsgGCToServerAddSpectator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerAddSpectator) XXX_Merge

func (m *CMsgGCToServerAddSpectator) XXX_Merge(src proto.Message)

func (*CMsgGCToServerAddSpectator) XXX_Size

func (m *CMsgGCToServerAddSpectator) XXX_Size() int

func (*CMsgGCToServerAddSpectator) XXX_Unmarshal

func (m *CMsgGCToServerAddSpectator) XXX_Unmarshal(b []byte) error

type CMsgGCToServerAddSpectatorResponse

type CMsgGCToServerAddSpectatorResponse struct {
	Result               *CMsgGCToServerAddSpectatorResponse_EResponse `protobuf:"varint,1,opt,name=result,enum=protocol.CMsgGCToServerAddSpectatorResponse_EResponse,def=0" json:"result,omitempty"`
	AccountToSpectate    *uint32                                       `protobuf:"varint,2,opt,name=account_to_spectate,json=accountToSpectate" json:"account_to_spectate,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgGCToServerAddSpectatorResponse) Descriptor

func (*CMsgGCToServerAddSpectatorResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToServerAddSpectatorResponse) GetAccountToSpectate

func (m *CMsgGCToServerAddSpectatorResponse) GetAccountToSpectate() uint32

func (*CMsgGCToServerAddSpectatorResponse) GetResult

func (*CMsgGCToServerAddSpectatorResponse) ProtoMessage

func (*CMsgGCToServerAddSpectatorResponse) ProtoMessage()

func (*CMsgGCToServerAddSpectatorResponse) Reset

func (*CMsgGCToServerAddSpectatorResponse) String

func (*CMsgGCToServerAddSpectatorResponse) XXX_DiscardUnknown

func (m *CMsgGCToServerAddSpectatorResponse) XXX_DiscardUnknown()

func (*CMsgGCToServerAddSpectatorResponse) XXX_Marshal

func (m *CMsgGCToServerAddSpectatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerAddSpectatorResponse) XXX_Merge

func (*CMsgGCToServerAddSpectatorResponse) XXX_Size

func (*CMsgGCToServerAddSpectatorResponse) XXX_Unmarshal

func (m *CMsgGCToServerAddSpectatorResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToServerAddSpectatorResponse_EResponse

type CMsgGCToServerAddSpectatorResponse_EResponse int32
const (
	CMsgGCToServerAddSpectatorResponse_k_eInternalError CMsgGCToServerAddSpectatorResponse_EResponse = 0
	CMsgGCToServerAddSpectatorResponse_k_eSuccess       CMsgGCToServerAddSpectatorResponse_EResponse = 1
	CMsgGCToServerAddSpectatorResponse_k_eServerFull    CMsgGCToServerAddSpectatorResponse_EResponse = 2
)

func (CMsgGCToServerAddSpectatorResponse_EResponse) Enum

func (CMsgGCToServerAddSpectatorResponse_EResponse) EnumDescriptor

func (CMsgGCToServerAddSpectatorResponse_EResponse) EnumDescriptor() ([]byte, []int)

func (CMsgGCToServerAddSpectatorResponse_EResponse) String

func (*CMsgGCToServerAddSpectatorResponse_EResponse) UnmarshalJSON

func (x *CMsgGCToServerAddSpectatorResponse_EResponse) UnmarshalJSON(data []byte) error

type CMsgGCToServerAllocateForMatch

type CMsgGCToServerAllocateForMatch struct {
	MatchId              *uint64  `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToServerAllocateForMatch) Descriptor

func (*CMsgGCToServerAllocateForMatch) Descriptor() ([]byte, []int)

func (*CMsgGCToServerAllocateForMatch) GetMatchId

func (m *CMsgGCToServerAllocateForMatch) GetMatchId() uint64

func (*CMsgGCToServerAllocateForMatch) ProtoMessage

func (*CMsgGCToServerAllocateForMatch) ProtoMessage()

func (*CMsgGCToServerAllocateForMatch) Reset

func (m *CMsgGCToServerAllocateForMatch) Reset()

func (*CMsgGCToServerAllocateForMatch) String

func (*CMsgGCToServerAllocateForMatch) XXX_DiscardUnknown

func (m *CMsgGCToServerAllocateForMatch) XXX_DiscardUnknown()

func (*CMsgGCToServerAllocateForMatch) XXX_Marshal

func (m *CMsgGCToServerAllocateForMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerAllocateForMatch) XXX_Merge

func (m *CMsgGCToServerAllocateForMatch) XXX_Merge(src proto.Message)

func (*CMsgGCToServerAllocateForMatch) XXX_Size

func (m *CMsgGCToServerAllocateForMatch) XXX_Size() int

func (*CMsgGCToServerAllocateForMatch) XXX_Unmarshal

func (m *CMsgGCToServerAllocateForMatch) XXX_Unmarshal(b []byte) error

type CMsgGCToServerAllocateForMatchResponse

type CMsgGCToServerAllocateForMatchResponse 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 (*CMsgGCToServerAllocateForMatchResponse) Descriptor

func (*CMsgGCToServerAllocateForMatchResponse) Descriptor() ([]byte, []int)

func (*CMsgGCToServerAllocateForMatchResponse) GetSuccess

func (*CMsgGCToServerAllocateForMatchResponse) ProtoMessage

func (*CMsgGCToServerAllocateForMatchResponse) Reset

func (*CMsgGCToServerAllocateForMatchResponse) String

func (*CMsgGCToServerAllocateForMatchResponse) XXX_DiscardUnknown

func (m *CMsgGCToServerAllocateForMatchResponse) XXX_DiscardUnknown()

func (*CMsgGCToServerAllocateForMatchResponse) XXX_Marshal

func (m *CMsgGCToServerAllocateForMatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerAllocateForMatchResponse) XXX_Merge

func (*CMsgGCToServerAllocateForMatchResponse) XXX_Size

func (*CMsgGCToServerAllocateForMatchResponse) XXX_Unmarshal

func (m *CMsgGCToServerAllocateForMatchResponse) XXX_Unmarshal(b []byte) error

type CMsgGCToServerCancelAllocateForMatch

type CMsgGCToServerCancelAllocateForMatch struct {
	MatchId              *uint64  `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToServerCancelAllocateForMatch) Descriptor

func (*CMsgGCToServerCancelAllocateForMatch) Descriptor() ([]byte, []int)

func (*CMsgGCToServerCancelAllocateForMatch) GetMatchId

func (*CMsgGCToServerCancelAllocateForMatch) ProtoMessage

func (*CMsgGCToServerCancelAllocateForMatch) ProtoMessage()

func (*CMsgGCToServerCancelAllocateForMatch) Reset

func (*CMsgGCToServerCancelAllocateForMatch) String

func (*CMsgGCToServerCancelAllocateForMatch) XXX_DiscardUnknown

func (m *CMsgGCToServerCancelAllocateForMatch) XXX_DiscardUnknown()

func (*CMsgGCToServerCancelAllocateForMatch) XXX_Marshal

func (m *CMsgGCToServerCancelAllocateForMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerCancelAllocateForMatch) XXX_Merge

func (*CMsgGCToServerCancelAllocateForMatch) XXX_Size

func (*CMsgGCToServerCancelAllocateForMatch) XXX_Unmarshal

func (m *CMsgGCToServerCancelAllocateForMatch) XXX_Unmarshal(b []byte) error

type CMsgGCToServerRequestPing

type CMsgGCToServerRequestPing struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToServerRequestPing) Descriptor

func (*CMsgGCToServerRequestPing) Descriptor() ([]byte, []int)

func (*CMsgGCToServerRequestPing) ProtoMessage

func (*CMsgGCToServerRequestPing) ProtoMessage()

func (*CMsgGCToServerRequestPing) Reset

func (m *CMsgGCToServerRequestPing) Reset()

func (*CMsgGCToServerRequestPing) String

func (m *CMsgGCToServerRequestPing) String() string

func (*CMsgGCToServerRequestPing) XXX_DiscardUnknown

func (m *CMsgGCToServerRequestPing) XXX_DiscardUnknown()

func (*CMsgGCToServerRequestPing) XXX_Marshal

func (m *CMsgGCToServerRequestPing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerRequestPing) XXX_Merge

func (m *CMsgGCToServerRequestPing) XXX_Merge(src proto.Message)

func (*CMsgGCToServerRequestPing) XXX_Size

func (m *CMsgGCToServerRequestPing) XXX_Size() int

func (*CMsgGCToServerRequestPing) XXX_Unmarshal

func (m *CMsgGCToServerRequestPing) XXX_Unmarshal(b []byte) error

type CMsgGCToServerUpdateConsoleCommands

type CMsgGCToServerUpdateConsoleCommands struct {
	ConsoleCommands      []string `protobuf:"bytes,1,rep,name=console_commands,json=consoleCommands" json:"console_commands,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGCToServerUpdateConsoleCommands) Descriptor

func (*CMsgGCToServerUpdateConsoleCommands) Descriptor() ([]byte, []int)

func (*CMsgGCToServerUpdateConsoleCommands) GetConsoleCommands

func (m *CMsgGCToServerUpdateConsoleCommands) GetConsoleCommands() []string

func (*CMsgGCToServerUpdateConsoleCommands) ProtoMessage

func (*CMsgGCToServerUpdateConsoleCommands) ProtoMessage()

func (*CMsgGCToServerUpdateConsoleCommands) Reset

func (*CMsgGCToServerUpdateConsoleCommands) String

func (*CMsgGCToServerUpdateConsoleCommands) XXX_DiscardUnknown

func (m *CMsgGCToServerUpdateConsoleCommands) XXX_DiscardUnknown()

func (*CMsgGCToServerUpdateConsoleCommands) XXX_Marshal

func (m *CMsgGCToServerUpdateConsoleCommands) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGCToServerUpdateConsoleCommands) XXX_Merge

func (*CMsgGCToServerUpdateConsoleCommands) XXX_Size

func (*CMsgGCToServerUpdateConsoleCommands) XXX_Unmarshal

func (m *CMsgGCToServerUpdateConsoleCommands) 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 CMsgGameModeSettings

type CMsgGameModeSettings struct {
	// Types that are valid to be assigned to Settings:
	//	*CMsgGameModeSettings_PuzzleId
	//	*CMsgGameModeSettings_TutorialPhase
	//	*CMsgGameModeSettings_SandboxShareCode
	//	*CMsgGameModeSettings_StreetfightSettings
	Settings             isCMsgGameModeSettings_Settings `protobuf_oneof:"settings"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CMsgGameModeSettings) Descriptor

func (*CMsgGameModeSettings) Descriptor() ([]byte, []int)

func (*CMsgGameModeSettings) GetPuzzleId

func (m *CMsgGameModeSettings) GetPuzzleId() uint32

func (*CMsgGameModeSettings) GetSandboxShareCode

func (m *CMsgGameModeSettings) GetSandboxShareCode() string

func (*CMsgGameModeSettings) GetSettings

func (m *CMsgGameModeSettings) GetSettings() isCMsgGameModeSettings_Settings

func (*CMsgGameModeSettings) GetStreetfightSettings

func (m *CMsgGameModeSettings) GetStreetfightSettings() *CMsgStreetfightSettings

func (*CMsgGameModeSettings) GetTutorialPhase

func (m *CMsgGameModeSettings) GetTutorialPhase() uint32

func (*CMsgGameModeSettings) ProtoMessage

func (*CMsgGameModeSettings) ProtoMessage()

func (*CMsgGameModeSettings) Reset

func (m *CMsgGameModeSettings) Reset()

func (*CMsgGameModeSettings) String

func (m *CMsgGameModeSettings) String() string

func (*CMsgGameModeSettings) XXX_DiscardUnknown

func (m *CMsgGameModeSettings) XXX_DiscardUnknown()

func (*CMsgGameModeSettings) XXX_Marshal

func (m *CMsgGameModeSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeSettings) XXX_Merge

func (m *CMsgGameModeSettings) XXX_Merge(src proto.Message)

func (*CMsgGameModeSettings) XXX_OneofWrappers

func (*CMsgGameModeSettings) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*CMsgGameModeSettings) XXX_Size

func (m *CMsgGameModeSettings) XXX_Size() int

func (*CMsgGameModeSettings) XXX_Unmarshal

func (m *CMsgGameModeSettings) XXX_Unmarshal(b []byte) error

type CMsgGameModeSettings_PuzzleId

type CMsgGameModeSettings_PuzzleId struct {
	PuzzleId uint32 `protobuf:"varint,1,opt,name=puzzle_id,json=puzzleId,oneof"`
}

type CMsgGameModeSettings_SandboxShareCode

type CMsgGameModeSettings_SandboxShareCode struct {
	SandboxShareCode string `protobuf:"bytes,3,opt,name=sandbox_share_code,json=sandboxShareCode,oneof"`
}

type CMsgGameModeSettings_StreetfightSettings

type CMsgGameModeSettings_StreetfightSettings struct {
	StreetfightSettings *CMsgStreetfightSettings `protobuf:"bytes,4,opt,name=streetfight_settings,json=streetfightSettings,oneof"`
}

type CMsgGameModeSettings_TutorialPhase

type CMsgGameModeSettings_TutorialPhase struct {
	TutorialPhase uint32 `protobuf:"varint,2,opt,name=tutorial_phase,json=tutorialPhase,oneof"`
}

type CMsgGameModeState

type CMsgGameModeState struct {
	// Types that are valid to be assigned to Details:
	//	*CMsgGameModeState_DetailsNormal
	//	*CMsgGameModeState_DetailsTurbo
	//	*CMsgGameModeState_DetailsDuos
	//	*CMsgGameModeState_DetailsTechPrototypeA
	//	*CMsgGameModeState_DetailsSandbox
	//	*CMsgGameModeState_DetailsPuzzle
	//	*CMsgGameModeState_DetailsTutorial
	//	*CMsgGameModeState_DetailsStreetfight
	//	*CMsgGameModeState_DetailsDungeon
	Details              isCMsgGameModeState_Details `protobuf_oneof:"details"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*CMsgGameModeState) Descriptor

func (*CMsgGameModeState) Descriptor() ([]byte, []int)

func (*CMsgGameModeState) GetDetails

func (m *CMsgGameModeState) GetDetails() isCMsgGameModeState_Details

func (*CMsgGameModeState) GetDetailsDungeon

func (m *CMsgGameModeState) GetDetailsDungeon() *CMsgGameModeState_Dungeon

func (*CMsgGameModeState) GetDetailsDuos

func (m *CMsgGameModeState) GetDetailsDuos() *CMsgGameModeState_Duos

func (*CMsgGameModeState) GetDetailsNormal

func (m *CMsgGameModeState) GetDetailsNormal() *CMsgGameModeState_Normal

func (*CMsgGameModeState) GetDetailsPuzzle

func (m *CMsgGameModeState) GetDetailsPuzzle() *CMsgGameModeState_Puzzle

func (*CMsgGameModeState) GetDetailsSandbox

func (m *CMsgGameModeState) GetDetailsSandbox() *CMsgGameModeState_Sandbox

func (*CMsgGameModeState) GetDetailsStreetfight

func (m *CMsgGameModeState) GetDetailsStreetfight() *CMsgGameModeState_Streetfight

func (*CMsgGameModeState) GetDetailsTechPrototypeA

func (m *CMsgGameModeState) GetDetailsTechPrototypeA() *CMsgGameModeState_TechPrototypeA

func (*CMsgGameModeState) GetDetailsTurbo

func (m *CMsgGameModeState) GetDetailsTurbo() *CMsgGameModeState_Turbo

func (*CMsgGameModeState) GetDetailsTutorial

func (m *CMsgGameModeState) GetDetailsTutorial() *CMsgGameModeState_Tutorial

func (*CMsgGameModeState) ProtoMessage

func (*CMsgGameModeState) ProtoMessage()

func (*CMsgGameModeState) Reset

func (m *CMsgGameModeState) Reset()

func (*CMsgGameModeState) String

func (m *CMsgGameModeState) String() string

func (*CMsgGameModeState) XXX_DiscardUnknown

func (m *CMsgGameModeState) XXX_DiscardUnknown()

func (*CMsgGameModeState) XXX_Marshal

func (m *CMsgGameModeState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState) XXX_Merge

func (m *CMsgGameModeState) XXX_Merge(src proto.Message)

func (*CMsgGameModeState) XXX_OneofWrappers

func (*CMsgGameModeState) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*CMsgGameModeState) XXX_Size

func (m *CMsgGameModeState) XXX_Size() int

func (*CMsgGameModeState) XXX_Unmarshal

func (m *CMsgGameModeState) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_DetailsDungeon

type CMsgGameModeState_DetailsDungeon struct {
	DetailsDungeon *CMsgGameModeState_Dungeon `protobuf:"bytes,9,opt,name=details_dungeon,json=detailsDungeon,oneof"`
}

type CMsgGameModeState_DetailsDuos

type CMsgGameModeState_DetailsDuos struct {
	DetailsDuos *CMsgGameModeState_Duos `protobuf:"bytes,3,opt,name=details_duos,json=detailsDuos,oneof"`
}

type CMsgGameModeState_DetailsNormal

type CMsgGameModeState_DetailsNormal struct {
	DetailsNormal *CMsgGameModeState_Normal `protobuf:"bytes,1,opt,name=details_normal,json=detailsNormal,oneof"`
}

type CMsgGameModeState_DetailsPuzzle

type CMsgGameModeState_DetailsPuzzle struct {
	DetailsPuzzle *CMsgGameModeState_Puzzle `protobuf:"bytes,6,opt,name=details_puzzle,json=detailsPuzzle,oneof"`
}

type CMsgGameModeState_DetailsSandbox

type CMsgGameModeState_DetailsSandbox struct {
	DetailsSandbox *CMsgGameModeState_Sandbox `protobuf:"bytes,5,opt,name=details_sandbox,json=detailsSandbox,oneof"`
}

type CMsgGameModeState_DetailsStreetfight

type CMsgGameModeState_DetailsStreetfight struct {
	DetailsStreetfight *CMsgGameModeState_Streetfight `protobuf:"bytes,8,opt,name=details_streetfight,json=detailsStreetfight,oneof"`
}

type CMsgGameModeState_DetailsTechPrototypeA

type CMsgGameModeState_DetailsTechPrototypeA struct {
	DetailsTechPrototypeA *CMsgGameModeState_TechPrototypeA `protobuf:"bytes,4,opt,name=details_tech_prototype_a,json=detailsTechPrototypeA,oneof"`
}

type CMsgGameModeState_DetailsTurbo

type CMsgGameModeState_DetailsTurbo struct {
	DetailsTurbo *CMsgGameModeState_Turbo `protobuf:"bytes,2,opt,name=details_turbo,json=detailsTurbo,oneof"`
}

type CMsgGameModeState_DetailsTutorial

type CMsgGameModeState_DetailsTutorial struct {
	DetailsTutorial *CMsgGameModeState_Tutorial `protobuf:"bytes,7,opt,name=details_tutorial,json=detailsTutorial,oneof"`
}

type CMsgGameModeState_Dungeon

type CMsgGameModeState_Dungeon struct {
	DungeonPhase         *EDACDungeonPhase     `` /* 128-byte string literal not displayed */
	CurrentRoomType      *EDACDungeonRoomType  `` /* 142-byte string literal not displayed */
	NextRoomTypes        []EDACDungeonRoomType `` /* 130-byte string literal not displayed */
	AvailableCards       []*DungeonActionCard  `protobuf:"bytes,4,rep,name=available_cards,json=availableCards" json:"available_cards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CMsgGameModeState_Dungeon) Descriptor

func (*CMsgGameModeState_Dungeon) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Dungeon) GetAvailableCards

func (m *CMsgGameModeState_Dungeon) GetAvailableCards() []*DungeonActionCard

func (*CMsgGameModeState_Dungeon) GetCurrentRoomType

func (m *CMsgGameModeState_Dungeon) GetCurrentRoomType() EDACDungeonRoomType

func (*CMsgGameModeState_Dungeon) GetDungeonPhase

func (m *CMsgGameModeState_Dungeon) GetDungeonPhase() EDACDungeonPhase

func (*CMsgGameModeState_Dungeon) GetNextRoomTypes

func (m *CMsgGameModeState_Dungeon) GetNextRoomTypes() []EDACDungeonRoomType

func (*CMsgGameModeState_Dungeon) ProtoMessage

func (*CMsgGameModeState_Dungeon) ProtoMessage()

func (*CMsgGameModeState_Dungeon) Reset

func (m *CMsgGameModeState_Dungeon) Reset()

func (*CMsgGameModeState_Dungeon) String

func (m *CMsgGameModeState_Dungeon) String() string

func (*CMsgGameModeState_Dungeon) XXX_DiscardUnknown

func (m *CMsgGameModeState_Dungeon) XXX_DiscardUnknown()

func (*CMsgGameModeState_Dungeon) XXX_Marshal

func (m *CMsgGameModeState_Dungeon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Dungeon) XXX_Merge

func (m *CMsgGameModeState_Dungeon) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Dungeon) XXX_Size

func (m *CMsgGameModeState_Dungeon) XXX_Size() int

func (*CMsgGameModeState_Dungeon) XXX_Unmarshal

func (m *CMsgGameModeState_Dungeon) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Duos

type CMsgGameModeState_Duos struct {
	BaseNormal           *CMsgGameModeState_Normal    `protobuf:"bytes,1,opt,name=base_normal,json=baseNormal" json:"base_normal,omitempty"`
	CombatResults        []*CMsgDuos_TeamCombatResult `protobuf:"bytes,2,rep,name=combat_results,json=combatResults" json:"combat_results,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CMsgGameModeState_Duos) Descriptor

func (*CMsgGameModeState_Duos) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Duos) GetBaseNormal

func (*CMsgGameModeState_Duos) GetCombatResults

func (m *CMsgGameModeState_Duos) GetCombatResults() []*CMsgDuos_TeamCombatResult

func (*CMsgGameModeState_Duos) ProtoMessage

func (*CMsgGameModeState_Duos) ProtoMessage()

func (*CMsgGameModeState_Duos) Reset

func (m *CMsgGameModeState_Duos) Reset()

func (*CMsgGameModeState_Duos) String

func (m *CMsgGameModeState_Duos) String() string

func (*CMsgGameModeState_Duos) XXX_DiscardUnknown

func (m *CMsgGameModeState_Duos) XXX_DiscardUnknown()

func (*CMsgGameModeState_Duos) XXX_Marshal

func (m *CMsgGameModeState_Duos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Duos) XXX_Merge

func (m *CMsgGameModeState_Duos) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Duos) XXX_Size

func (m *CMsgGameModeState_Duos) XXX_Size() int

func (*CMsgGameModeState_Duos) XXX_Unmarshal

func (m *CMsgGameModeState_Duos) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Normal

type CMsgGameModeState_Normal struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGameModeState_Normal) Descriptor

func (*CMsgGameModeState_Normal) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Normal) ProtoMessage

func (*CMsgGameModeState_Normal) ProtoMessage()

func (*CMsgGameModeState_Normal) Reset

func (m *CMsgGameModeState_Normal) Reset()

func (*CMsgGameModeState_Normal) String

func (m *CMsgGameModeState_Normal) String() string

func (*CMsgGameModeState_Normal) XXX_DiscardUnknown

func (m *CMsgGameModeState_Normal) XXX_DiscardUnknown()

func (*CMsgGameModeState_Normal) XXX_Marshal

func (m *CMsgGameModeState_Normal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Normal) XXX_Merge

func (m *CMsgGameModeState_Normal) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Normal) XXX_Size

func (m *CMsgGameModeState_Normal) XXX_Size() int

func (*CMsgGameModeState_Normal) XXX_Unmarshal

func (m *CMsgGameModeState_Normal) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Puzzle

type CMsgGameModeState_Puzzle struct {
	OpponentPlayerSlot    *int32                                 `protobuf:"varint,1,opt,name=opponent_player_slot,json=opponentPlayerSlot" json:"opponent_player_slot,omitempty"`
	ActiveRules           []*CMsgGameModeState_Puzzle_ActiveRule `protobuf:"bytes,2,rep,name=active_rules,json=activeRules" json:"active_rules,omitempty"`
	ActiveRulesSatisfied  *bool                                  `protobuf:"varint,3,opt,name=active_rules_satisfied,json=activeRulesSatisfied" json:"active_rules_satisfied,omitempty"`
	PuzzleId              *int32                                 `protobuf:"varint,4,opt,name=puzzle_id,json=puzzleId" json:"puzzle_id,omitempty"`
	AllowedUnitDefIndices []uint32                               `protobuf:"varint,5,rep,name=allowed_unit_def_indices,json=allowedUnitDefIndices" json:"allowed_unit_def_indices,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                               `json:"-"`
	XXX_unrecognized      []byte                                 `json:"-"`
	XXX_sizecache         int32                                  `json:"-"`
}

func (*CMsgGameModeState_Puzzle) Descriptor

func (*CMsgGameModeState_Puzzle) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Puzzle) GetActiveRules

func (*CMsgGameModeState_Puzzle) GetActiveRulesSatisfied

func (m *CMsgGameModeState_Puzzle) GetActiveRulesSatisfied() bool

func (*CMsgGameModeState_Puzzle) GetAllowedUnitDefIndices

func (m *CMsgGameModeState_Puzzle) GetAllowedUnitDefIndices() []uint32

func (*CMsgGameModeState_Puzzle) GetOpponentPlayerSlot

func (m *CMsgGameModeState_Puzzle) GetOpponentPlayerSlot() int32

func (*CMsgGameModeState_Puzzle) GetPuzzleId

func (m *CMsgGameModeState_Puzzle) GetPuzzleId() int32

func (*CMsgGameModeState_Puzzle) ProtoMessage

func (*CMsgGameModeState_Puzzle) ProtoMessage()

func (*CMsgGameModeState_Puzzle) Reset

func (m *CMsgGameModeState_Puzzle) Reset()

func (*CMsgGameModeState_Puzzle) String

func (m *CMsgGameModeState_Puzzle) String() string

func (*CMsgGameModeState_Puzzle) XXX_DiscardUnknown

func (m *CMsgGameModeState_Puzzle) XXX_DiscardUnknown()

func (*CMsgGameModeState_Puzzle) XXX_Marshal

func (m *CMsgGameModeState_Puzzle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Puzzle) XXX_Merge

func (m *CMsgGameModeState_Puzzle) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Puzzle) XXX_Size

func (m *CMsgGameModeState_Puzzle) XXX_Size() int

func (*CMsgGameModeState_Puzzle) XXX_Unmarshal

func (m *CMsgGameModeState_Puzzle) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Puzzle_ActiveRule

type CMsgGameModeState_Puzzle_ActiveRule struct {
	Rule                 *EDACPuzzleRule `protobuf:"varint,1,opt,name=rule,enum=protocol.EDACPuzzleRule,def=0" json:"rule,omitempty"`
	Satisfied            *bool           `protobuf:"varint,2,opt,name=satisfied" json:"satisfied,omitempty"`
	Constraints          []int32         `protobuf:"varint,3,rep,packed,name=constraints" json:"constraints,omitempty"`
	CurrentValue         *int32          `protobuf:"varint,4,opt,name=current_value,json=currentValue" json:"current_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CMsgGameModeState_Puzzle_ActiveRule) Descriptor

func (*CMsgGameModeState_Puzzle_ActiveRule) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Puzzle_ActiveRule) GetConstraints

func (m *CMsgGameModeState_Puzzle_ActiveRule) GetConstraints() []int32

func (*CMsgGameModeState_Puzzle_ActiveRule) GetCurrentValue

func (m *CMsgGameModeState_Puzzle_ActiveRule) GetCurrentValue() int32

func (*CMsgGameModeState_Puzzle_ActiveRule) GetRule

func (*CMsgGameModeState_Puzzle_ActiveRule) GetSatisfied

func (m *CMsgGameModeState_Puzzle_ActiveRule) GetSatisfied() bool

func (*CMsgGameModeState_Puzzle_ActiveRule) ProtoMessage

func (*CMsgGameModeState_Puzzle_ActiveRule) ProtoMessage()

func (*CMsgGameModeState_Puzzle_ActiveRule) Reset

func (*CMsgGameModeState_Puzzle_ActiveRule) String

func (*CMsgGameModeState_Puzzle_ActiveRule) XXX_DiscardUnknown

func (m *CMsgGameModeState_Puzzle_ActiveRule) XXX_DiscardUnknown()

func (*CMsgGameModeState_Puzzle_ActiveRule) XXX_Marshal

func (m *CMsgGameModeState_Puzzle_ActiveRule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Puzzle_ActiveRule) XXX_Merge

func (*CMsgGameModeState_Puzzle_ActiveRule) XXX_Size

func (*CMsgGameModeState_Puzzle_ActiveRule) XXX_Unmarshal

func (m *CMsgGameModeState_Puzzle_ActiveRule) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Sandbox

type CMsgGameModeState_Sandbox struct {
	OpponentPlayerSlot   *int32   `protobuf:"varint,1,opt,name=opponent_player_slot,json=opponentPlayerSlot" json:"opponent_player_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGameModeState_Sandbox) Descriptor

func (*CMsgGameModeState_Sandbox) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Sandbox) GetOpponentPlayerSlot

func (m *CMsgGameModeState_Sandbox) GetOpponentPlayerSlot() int32

func (*CMsgGameModeState_Sandbox) ProtoMessage

func (*CMsgGameModeState_Sandbox) ProtoMessage()

func (*CMsgGameModeState_Sandbox) Reset

func (m *CMsgGameModeState_Sandbox) Reset()

func (*CMsgGameModeState_Sandbox) String

func (m *CMsgGameModeState_Sandbox) String() string

func (*CMsgGameModeState_Sandbox) XXX_DiscardUnknown

func (m *CMsgGameModeState_Sandbox) XXX_DiscardUnknown()

func (*CMsgGameModeState_Sandbox) XXX_Marshal

func (m *CMsgGameModeState_Sandbox) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Sandbox) XXX_Merge

func (m *CMsgGameModeState_Sandbox) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Sandbox) XXX_Size

func (m *CMsgGameModeState_Sandbox) XXX_Size() int

func (*CMsgGameModeState_Sandbox) XXX_Unmarshal

func (m *CMsgGameModeState_Sandbox) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Streetfight

type CMsgGameModeState_Streetfight struct {
	StreetfightId        *uint32  `protobuf:"varint,1,opt,name=streetfight_id,json=streetfightId" json:"streetfight_id,omitempty"`
	OpponentPlayerSlot   *int32   `protobuf:"varint,2,opt,name=opponent_player_slot,json=opponentPlayerSlot" json:"opponent_player_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGameModeState_Streetfight) Descriptor

func (*CMsgGameModeState_Streetfight) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Streetfight) GetOpponentPlayerSlot

func (m *CMsgGameModeState_Streetfight) GetOpponentPlayerSlot() int32

func (*CMsgGameModeState_Streetfight) GetStreetfightId

func (m *CMsgGameModeState_Streetfight) GetStreetfightId() uint32

func (*CMsgGameModeState_Streetfight) ProtoMessage

func (*CMsgGameModeState_Streetfight) ProtoMessage()

func (*CMsgGameModeState_Streetfight) Reset

func (m *CMsgGameModeState_Streetfight) Reset()

func (*CMsgGameModeState_Streetfight) String

func (*CMsgGameModeState_Streetfight) XXX_DiscardUnknown

func (m *CMsgGameModeState_Streetfight) XXX_DiscardUnknown()

func (*CMsgGameModeState_Streetfight) XXX_Marshal

func (m *CMsgGameModeState_Streetfight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Streetfight) XXX_Merge

func (m *CMsgGameModeState_Streetfight) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Streetfight) XXX_Size

func (m *CMsgGameModeState_Streetfight) XXX_Size() int

func (*CMsgGameModeState_Streetfight) XXX_Unmarshal

func (m *CMsgGameModeState_Streetfight) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_TechPrototypeA

type CMsgGameModeState_TechPrototypeA struct {
	RoundsRemaining      *int32   `protobuf:"varint,1,opt,name=rounds_remaining,json=roundsRemaining" json:"rounds_remaining,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGameModeState_TechPrototypeA) Descriptor

func (*CMsgGameModeState_TechPrototypeA) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_TechPrototypeA) GetRoundsRemaining

func (m *CMsgGameModeState_TechPrototypeA) GetRoundsRemaining() int32

func (*CMsgGameModeState_TechPrototypeA) ProtoMessage

func (*CMsgGameModeState_TechPrototypeA) ProtoMessage()

func (*CMsgGameModeState_TechPrototypeA) Reset

func (*CMsgGameModeState_TechPrototypeA) String

func (*CMsgGameModeState_TechPrototypeA) XXX_DiscardUnknown

func (m *CMsgGameModeState_TechPrototypeA) XXX_DiscardUnknown()

func (*CMsgGameModeState_TechPrototypeA) XXX_Marshal

func (m *CMsgGameModeState_TechPrototypeA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_TechPrototypeA) XXX_Merge

func (*CMsgGameModeState_TechPrototypeA) XXX_Size

func (m *CMsgGameModeState_TechPrototypeA) XXX_Size() int

func (*CMsgGameModeState_TechPrototypeA) XXX_Unmarshal

func (m *CMsgGameModeState_TechPrototypeA) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Turbo

type CMsgGameModeState_Turbo struct {
	BaseNormal           *CMsgGameModeState_Normal `protobuf:"bytes,1,opt,name=base_normal,json=baseNormal" json:"base_normal,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*CMsgGameModeState_Turbo) Descriptor

func (*CMsgGameModeState_Turbo) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Turbo) GetBaseNormal

func (*CMsgGameModeState_Turbo) ProtoMessage

func (*CMsgGameModeState_Turbo) ProtoMessage()

func (*CMsgGameModeState_Turbo) Reset

func (m *CMsgGameModeState_Turbo) Reset()

func (*CMsgGameModeState_Turbo) String

func (m *CMsgGameModeState_Turbo) String() string

func (*CMsgGameModeState_Turbo) XXX_DiscardUnknown

func (m *CMsgGameModeState_Turbo) XXX_DiscardUnknown()

func (*CMsgGameModeState_Turbo) XXX_Marshal

func (m *CMsgGameModeState_Turbo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Turbo) XXX_Merge

func (m *CMsgGameModeState_Turbo) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Turbo) XXX_Size

func (m *CMsgGameModeState_Turbo) XXX_Size() int

func (*CMsgGameModeState_Turbo) XXX_Unmarshal

func (m *CMsgGameModeState_Turbo) XXX_Unmarshal(b []byte) error

type CMsgGameModeState_Tutorial

type CMsgGameModeState_Tutorial struct {
	TutorialStateName    *string  `protobuf:"bytes,1,opt,name=tutorial_state_name,json=tutorialStateName" json:"tutorial_state_name,omitempty"`
	OpponentPlayerSlot   *int32   `protobuf:"varint,2,opt,name=opponent_player_slot,json=opponentPlayerSlot" json:"opponent_player_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGameModeState_Tutorial) Descriptor

func (*CMsgGameModeState_Tutorial) Descriptor() ([]byte, []int)

func (*CMsgGameModeState_Tutorial) GetOpponentPlayerSlot

func (m *CMsgGameModeState_Tutorial) GetOpponentPlayerSlot() int32

func (*CMsgGameModeState_Tutorial) GetTutorialStateName

func (m *CMsgGameModeState_Tutorial) GetTutorialStateName() string

func (*CMsgGameModeState_Tutorial) ProtoMessage

func (*CMsgGameModeState_Tutorial) ProtoMessage()

func (*CMsgGameModeState_Tutorial) Reset

func (m *CMsgGameModeState_Tutorial) Reset()

func (*CMsgGameModeState_Tutorial) String

func (m *CMsgGameModeState_Tutorial) String() string

func (*CMsgGameModeState_Tutorial) XXX_DiscardUnknown

func (m *CMsgGameModeState_Tutorial) XXX_DiscardUnknown()

func (*CMsgGameModeState_Tutorial) XXX_Marshal

func (m *CMsgGameModeState_Tutorial) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModeState_Tutorial) XXX_Merge

func (m *CMsgGameModeState_Tutorial) XXX_Merge(src proto.Message)

func (*CMsgGameModeState_Tutorial) XXX_Size

func (m *CMsgGameModeState_Tutorial) XXX_Size() int

func (*CMsgGameModeState_Tutorial) XXX_Unmarshal

func (m *CMsgGameModeState_Tutorial) XXX_Unmarshal(b []byte) error

type CMsgGameModifiers

type CMsgGameModifiers struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGameModifiers) Descriptor

func (*CMsgGameModifiers) Descriptor() ([]byte, []int)

func (*CMsgGameModifiers) ProtoMessage

func (*CMsgGameModifiers) ProtoMessage()

func (*CMsgGameModifiers) Reset

func (m *CMsgGameModifiers) Reset()

func (*CMsgGameModifiers) String

func (m *CMsgGameModifiers) String() string

func (*CMsgGameModifiers) XXX_DiscardUnknown

func (m *CMsgGameModifiers) XXX_DiscardUnknown()

func (*CMsgGameModifiers) XXX_Marshal

func (m *CMsgGameModifiers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameModifiers) XXX_Merge

func (m *CMsgGameModifiers) XXX_Merge(src proto.Message)

func (*CMsgGameModifiers) XXX_Size

func (m *CMsgGameModifiers) XXX_Size() int

func (*CMsgGameModifiers) XXX_Unmarshal

func (m *CMsgGameModifiers) XXX_Unmarshal(b []byte) error

type CMsgGameReplayActionMarker

type CMsgGameReplayActionMarker struct {
	Action               *CMsgGameReplayActionMarker_EActionType `protobuf:"varint,1,opt,name=action,enum=protocol.CMsgGameReplayActionMarker_EActionType,def=1" json:"action,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*CMsgGameReplayActionMarker) Descriptor

func (*CMsgGameReplayActionMarker) Descriptor() ([]byte, []int)

func (*CMsgGameReplayActionMarker) GetAction

func (*CMsgGameReplayActionMarker) ProtoMessage

func (*CMsgGameReplayActionMarker) ProtoMessage()

func (*CMsgGameReplayActionMarker) Reset

func (m *CMsgGameReplayActionMarker) Reset()

func (*CMsgGameReplayActionMarker) String

func (m *CMsgGameReplayActionMarker) String() string

func (*CMsgGameReplayActionMarker) XXX_DiscardUnknown

func (m *CMsgGameReplayActionMarker) XXX_DiscardUnknown()

func (*CMsgGameReplayActionMarker) XXX_Marshal

func (m *CMsgGameReplayActionMarker) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameReplayActionMarker) XXX_Merge

func (m *CMsgGameReplayActionMarker) XXX_Merge(src proto.Message)

func (*CMsgGameReplayActionMarker) XXX_Size

func (m *CMsgGameReplayActionMarker) XXX_Size() int

func (*CMsgGameReplayActionMarker) XXX_Unmarshal

func (m *CMsgGameReplayActionMarker) XXX_Unmarshal(b []byte) error

type CMsgGameReplayActionMarker_EActionType

type CMsgGameReplayActionMarker_EActionType int32
const (
	CMsgGameReplayActionMarker_k_eActionType_Placholder CMsgGameReplayActionMarker_EActionType = 1
)

func (CMsgGameReplayActionMarker_EActionType) Enum

func (CMsgGameReplayActionMarker_EActionType) EnumDescriptor

func (CMsgGameReplayActionMarker_EActionType) EnumDescriptor() ([]byte, []int)

func (CMsgGameReplayActionMarker_EActionType) String

func (*CMsgGameReplayActionMarker_EActionType) UnmarshalJSON

func (x *CMsgGameReplayActionMarker_EActionType) UnmarshalJSON(data []byte) error

type CMsgGameStateIntegrationBlock

type CMsgGameStateIntegrationBlock struct {
	Data                 []*CMsgGameStateIntegrationData `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
	Id                   *uint32                         `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CMsgGameStateIntegrationBlock) Descriptor

func (*CMsgGameStateIntegrationBlock) Descriptor() ([]byte, []int)

func (*CMsgGameStateIntegrationBlock) GetData

func (*CMsgGameStateIntegrationBlock) GetId

func (*CMsgGameStateIntegrationBlock) ProtoMessage

func (*CMsgGameStateIntegrationBlock) ProtoMessage()

func (*CMsgGameStateIntegrationBlock) Reset

func (m *CMsgGameStateIntegrationBlock) Reset()

func (*CMsgGameStateIntegrationBlock) String

func (*CMsgGameStateIntegrationBlock) XXX_DiscardUnknown

func (m *CMsgGameStateIntegrationBlock) XXX_DiscardUnknown()

func (*CMsgGameStateIntegrationBlock) XXX_Marshal

func (m *CMsgGameStateIntegrationBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameStateIntegrationBlock) XXX_Merge

func (m *CMsgGameStateIntegrationBlock) XXX_Merge(src proto.Message)

func (*CMsgGameStateIntegrationBlock) XXX_Size

func (m *CMsgGameStateIntegrationBlock) XXX_Size() int

func (*CMsgGameStateIntegrationBlock) XXX_Unmarshal

func (m *CMsgGameStateIntegrationBlock) XXX_Unmarshal(b []byte) error

type CMsgGameStateIntegrationData

type CMsgGameStateIntegrationData struct {
	Id                   *uint32                 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	PublicPlayerState    *CMsgPublicPlayerState  `protobuf:"bytes,2,opt,name=public_player_state,json=publicPlayerState" json:"public_player_state,omitempty"`
	PrivatePlayerState   *CMsgPrivatePlayerState `protobuf:"bytes,3,opt,name=private_player_state,json=privatePlayerState" json:"private_player_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CMsgGameStateIntegrationData) Descriptor

func (*CMsgGameStateIntegrationData) Descriptor() ([]byte, []int)

func (*CMsgGameStateIntegrationData) GetId

func (*CMsgGameStateIntegrationData) GetPrivatePlayerState

func (m *CMsgGameStateIntegrationData) GetPrivatePlayerState() *CMsgPrivatePlayerState

func (*CMsgGameStateIntegrationData) GetPublicPlayerState

func (m *CMsgGameStateIntegrationData) GetPublicPlayerState() *CMsgPublicPlayerState

func (*CMsgGameStateIntegrationData) ProtoMessage

func (*CMsgGameStateIntegrationData) ProtoMessage()

func (*CMsgGameStateIntegrationData) Reset

func (m *CMsgGameStateIntegrationData) Reset()

func (*CMsgGameStateIntegrationData) String

func (*CMsgGameStateIntegrationData) XXX_DiscardUnknown

func (m *CMsgGameStateIntegrationData) XXX_DiscardUnknown()

func (*CMsgGameStateIntegrationData) XXX_Marshal

func (m *CMsgGameStateIntegrationData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameStateIntegrationData) XXX_Merge

func (m *CMsgGameStateIntegrationData) XXX_Merge(src proto.Message)

func (*CMsgGameStateIntegrationData) XXX_Size

func (m *CMsgGameStateIntegrationData) XXX_Size() int

func (*CMsgGameStateIntegrationData) XXX_Unmarshal

func (m *CMsgGameStateIntegrationData) XXX_Unmarshal(b []byte) error

type CMsgGameStateIntegrationUpdate

type CMsgGameStateIntegrationUpdate struct {
	Block                []*CMsgGameStateIntegrationBlock `protobuf:"bytes,1,rep,name=block" json:"block,omitempty"`
	Auth                 *string                          `protobuf:"bytes,2,opt,name=auth" json:"auth,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgGameStateIntegrationUpdate) Descriptor

func (*CMsgGameStateIntegrationUpdate) Descriptor() ([]byte, []int)

func (*CMsgGameStateIntegrationUpdate) GetAuth

func (*CMsgGameStateIntegrationUpdate) GetBlock

func (*CMsgGameStateIntegrationUpdate) ProtoMessage

func (*CMsgGameStateIntegrationUpdate) ProtoMessage()

func (*CMsgGameStateIntegrationUpdate) Reset

func (m *CMsgGameStateIntegrationUpdate) Reset()

func (*CMsgGameStateIntegrationUpdate) String

func (*CMsgGameStateIntegrationUpdate) XXX_DiscardUnknown

func (m *CMsgGameStateIntegrationUpdate) XXX_DiscardUnknown()

func (*CMsgGameStateIntegrationUpdate) XXX_Marshal

func (m *CMsgGameStateIntegrationUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGameStateIntegrationUpdate) XXX_Merge

func (m *CMsgGameStateIntegrationUpdate) XXX_Merge(src proto.Message)

func (*CMsgGameStateIntegrationUpdate) XXX_Size

func (m *CMsgGameStateIntegrationUpdate) XXX_Size() int

func (*CMsgGameStateIntegrationUpdate) XXX_Unmarshal

func (m *CMsgGameStateIntegrationUpdate) XXX_Unmarshal(b []byte) error

type CMsgGenericResult

type CMsgGenericResult struct {
	Eresult              *uint32  `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	DebugMessage         *string  `protobuf:"bytes,2,opt,name=debug_message,json=debugMessage" json:"debug_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgGenericResult) Descriptor

func (*CMsgGenericResult) Descriptor() ([]byte, []int)

func (*CMsgGenericResult) GetDebugMessage

func (m *CMsgGenericResult) GetDebugMessage() string

func (*CMsgGenericResult) GetEresult

func (m *CMsgGenericResult) GetEresult() uint32

func (*CMsgGenericResult) ProtoMessage

func (*CMsgGenericResult) ProtoMessage()

func (*CMsgGenericResult) Reset

func (m *CMsgGenericResult) Reset()

func (*CMsgGenericResult) String

func (m *CMsgGenericResult) String() string

func (*CMsgGenericResult) XXX_DiscardUnknown

func (m *CMsgGenericResult) XXX_DiscardUnknown()

func (*CMsgGenericResult) XXX_Marshal

func (m *CMsgGenericResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgGenericResult) XXX_Merge

func (m *CMsgGenericResult) XXX_Merge(src proto.Message)

func (*CMsgGenericResult) XXX_Size

func (m *CMsgGenericResult) XXX_Size() int

func (*CMsgGenericResult) XXX_Unmarshal

func (m *CMsgGenericResult) XXX_Unmarshal(b []byte) error

type CMsgHistogram

type CMsgHistogram struct {
	HistogramBuckets     []*CMsgHistogram_HistogramBucket `protobuf:"bytes,1,rep,name=histogram_buckets,json=histogramBuckets" json:"histogram_buckets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgHistogram) Descriptor

func (*CMsgHistogram) Descriptor() ([]byte, []int)

func (*CMsgHistogram) GetHistogramBuckets

func (m *CMsgHistogram) GetHistogramBuckets() []*CMsgHistogram_HistogramBucket

func (*CMsgHistogram) ProtoMessage

func (*CMsgHistogram) ProtoMessage()

func (*CMsgHistogram) Reset

func (m *CMsgHistogram) Reset()

func (*CMsgHistogram) String

func (m *CMsgHistogram) String() string

func (*CMsgHistogram) XXX_DiscardUnknown

func (m *CMsgHistogram) XXX_DiscardUnknown()

func (*CMsgHistogram) XXX_Marshal

func (m *CMsgHistogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHistogram) XXX_Merge

func (m *CMsgHistogram) XXX_Merge(src proto.Message)

func (*CMsgHistogram) XXX_Size

func (m *CMsgHistogram) XXX_Size() int

func (*CMsgHistogram) XXX_Unmarshal

func (m *CMsgHistogram) XXX_Unmarshal(b []byte) error

type CMsgHistogram_HistogramBucket

type CMsgHistogram_HistogramBucket struct {
	Value                *uint32  `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Count                *uint32  `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgHistogram_HistogramBucket) Descriptor

func (*CMsgHistogram_HistogramBucket) Descriptor() ([]byte, []int)

func (*CMsgHistogram_HistogramBucket) GetCount

func (m *CMsgHistogram_HistogramBucket) GetCount() uint32

func (*CMsgHistogram_HistogramBucket) GetValue

func (m *CMsgHistogram_HistogramBucket) GetValue() uint32

func (*CMsgHistogram_HistogramBucket) ProtoMessage

func (*CMsgHistogram_HistogramBucket) ProtoMessage()

func (*CMsgHistogram_HistogramBucket) Reset

func (m *CMsgHistogram_HistogramBucket) Reset()

func (*CMsgHistogram_HistogramBucket) String

func (*CMsgHistogram_HistogramBucket) XXX_DiscardUnknown

func (m *CMsgHistogram_HistogramBucket) XXX_DiscardUnknown()

func (*CMsgHistogram_HistogramBucket) XXX_Marshal

func (m *CMsgHistogram_HistogramBucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHistogram_HistogramBucket) XXX_Merge

func (m *CMsgHistogram_HistogramBucket) XXX_Merge(src proto.Message)

func (*CMsgHistogram_HistogramBucket) XXX_Size

func (m *CMsgHistogram_HistogramBucket) XXX_Size() int

func (*CMsgHistogram_HistogramBucket) XXX_Unmarshal

func (m *CMsgHistogram_HistogramBucket) XXX_Unmarshal(b []byte) error

type CMsgHttpRequest

type CMsgHttpRequest struct {
	RequestMethod        *uint32                          `protobuf:"varint,1,opt,name=request_method,json=requestMethod" json:"request_method,omitempty"`
	Hostname             *string                          `protobuf:"bytes,2,opt,name=hostname" json:"hostname,omitempty"`
	Url                  *string                          `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"`
	Headers              []*CMsgHttpRequest_RequestHeader `protobuf:"bytes,4,rep,name=headers" json:"headers,omitempty"`
	GetParams            []*CMsgHttpRequest_QueryParam    `protobuf:"bytes,5,rep,name=get_params,json=getParams" json:"get_params,omitempty"`
	PostParams           []*CMsgHttpRequest_QueryParam    `protobuf:"bytes,6,rep,name=post_params,json=postParams" json:"post_params,omitempty"`
	Body                 []byte                           `protobuf:"bytes,7,opt,name=body" json:"body,omitempty"`
	AbsoluteTimeout      *uint32                          `protobuf:"varint,8,opt,name=absolute_timeout,json=absoluteTimeout" json:"absolute_timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgHttpRequest) Descriptor

func (*CMsgHttpRequest) Descriptor() ([]byte, []int)

func (*CMsgHttpRequest) GetAbsoluteTimeout

func (m *CMsgHttpRequest) GetAbsoluteTimeout() uint32

func (*CMsgHttpRequest) GetBody

func (m *CMsgHttpRequest) GetBody() []byte

func (*CMsgHttpRequest) GetGetParams

func (m *CMsgHttpRequest) GetGetParams() []*CMsgHttpRequest_QueryParam

func (*CMsgHttpRequest) GetHeaders

func (*CMsgHttpRequest) GetHostname

func (m *CMsgHttpRequest) GetHostname() string

func (*CMsgHttpRequest) GetPostParams

func (m *CMsgHttpRequest) GetPostParams() []*CMsgHttpRequest_QueryParam

func (*CMsgHttpRequest) GetRequestMethod

func (m *CMsgHttpRequest) GetRequestMethod() uint32

func (*CMsgHttpRequest) GetUrl

func (m *CMsgHttpRequest) GetUrl() string

func (*CMsgHttpRequest) ProtoMessage

func (*CMsgHttpRequest) ProtoMessage()

func (*CMsgHttpRequest) Reset

func (m *CMsgHttpRequest) Reset()

func (*CMsgHttpRequest) String

func (m *CMsgHttpRequest) String() string

func (*CMsgHttpRequest) XXX_DiscardUnknown

func (m *CMsgHttpRequest) XXX_DiscardUnknown()

func (*CMsgHttpRequest) XXX_Marshal

func (m *CMsgHttpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpRequest) XXX_Merge

func (m *CMsgHttpRequest) XXX_Merge(src proto.Message)

func (*CMsgHttpRequest) XXX_Size

func (m *CMsgHttpRequest) XXX_Size() int

func (*CMsgHttpRequest) XXX_Unmarshal

func (m *CMsgHttpRequest) XXX_Unmarshal(b []byte) error

type CMsgHttpRequest_QueryParam

type CMsgHttpRequest_QueryParam struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                []byte   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgHttpRequest_QueryParam) Descriptor

func (*CMsgHttpRequest_QueryParam) Descriptor() ([]byte, []int)

func (*CMsgHttpRequest_QueryParam) GetName

func (m *CMsgHttpRequest_QueryParam) GetName() string

func (*CMsgHttpRequest_QueryParam) GetValue

func (m *CMsgHttpRequest_QueryParam) GetValue() []byte

func (*CMsgHttpRequest_QueryParam) ProtoMessage

func (*CMsgHttpRequest_QueryParam) ProtoMessage()

func (*CMsgHttpRequest_QueryParam) Reset

func (m *CMsgHttpRequest_QueryParam) Reset()

func (*CMsgHttpRequest_QueryParam) String

func (m *CMsgHttpRequest_QueryParam) String() string

func (*CMsgHttpRequest_QueryParam) XXX_DiscardUnknown

func (m *CMsgHttpRequest_QueryParam) XXX_DiscardUnknown()

func (*CMsgHttpRequest_QueryParam) XXX_Marshal

func (m *CMsgHttpRequest_QueryParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpRequest_QueryParam) XXX_Merge

func (m *CMsgHttpRequest_QueryParam) XXX_Merge(src proto.Message)

func (*CMsgHttpRequest_QueryParam) XXX_Size

func (m *CMsgHttpRequest_QueryParam) XXX_Size() int

func (*CMsgHttpRequest_QueryParam) XXX_Unmarshal

func (m *CMsgHttpRequest_QueryParam) XXX_Unmarshal(b []byte) error

type CMsgHttpRequest_RequestHeader

type CMsgHttpRequest_RequestHeader 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 (*CMsgHttpRequest_RequestHeader) Descriptor

func (*CMsgHttpRequest_RequestHeader) Descriptor() ([]byte, []int)

func (*CMsgHttpRequest_RequestHeader) GetName

func (*CMsgHttpRequest_RequestHeader) GetValue

func (m *CMsgHttpRequest_RequestHeader) GetValue() string

func (*CMsgHttpRequest_RequestHeader) ProtoMessage

func (*CMsgHttpRequest_RequestHeader) ProtoMessage()

func (*CMsgHttpRequest_RequestHeader) Reset

func (m *CMsgHttpRequest_RequestHeader) Reset()

func (*CMsgHttpRequest_RequestHeader) String

func (*CMsgHttpRequest_RequestHeader) XXX_DiscardUnknown

func (m *CMsgHttpRequest_RequestHeader) XXX_DiscardUnknown()

func (*CMsgHttpRequest_RequestHeader) XXX_Marshal

func (m *CMsgHttpRequest_RequestHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpRequest_RequestHeader) XXX_Merge

func (m *CMsgHttpRequest_RequestHeader) XXX_Merge(src proto.Message)

func (*CMsgHttpRequest_RequestHeader) XXX_Size

func (m *CMsgHttpRequest_RequestHeader) XXX_Size() int

func (*CMsgHttpRequest_RequestHeader) XXX_Unmarshal

func (m *CMsgHttpRequest_RequestHeader) XXX_Unmarshal(b []byte) error

type CMsgHttpResponse

type CMsgHttpResponse struct {
	StatusCode           *uint32                            `protobuf:"varint,1,opt,name=status_code,json=statusCode" json:"status_code,omitempty"`
	Headers              []*CMsgHttpResponse_ResponseHeader `protobuf:"bytes,2,rep,name=headers" json:"headers,omitempty"`
	Body                 []byte                             `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*CMsgHttpResponse) Descriptor

func (*CMsgHttpResponse) Descriptor() ([]byte, []int)

func (*CMsgHttpResponse) GetBody

func (m *CMsgHttpResponse) GetBody() []byte

func (*CMsgHttpResponse) GetHeaders

func (*CMsgHttpResponse) GetStatusCode

func (m *CMsgHttpResponse) GetStatusCode() uint32

func (*CMsgHttpResponse) ProtoMessage

func (*CMsgHttpResponse) ProtoMessage()

func (*CMsgHttpResponse) Reset

func (m *CMsgHttpResponse) Reset()

func (*CMsgHttpResponse) String

func (m *CMsgHttpResponse) String() string

func (*CMsgHttpResponse) XXX_DiscardUnknown

func (m *CMsgHttpResponse) XXX_DiscardUnknown()

func (*CMsgHttpResponse) XXX_Marshal

func (m *CMsgHttpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpResponse) XXX_Merge

func (m *CMsgHttpResponse) XXX_Merge(src proto.Message)

func (*CMsgHttpResponse) XXX_Size

func (m *CMsgHttpResponse) XXX_Size() int

func (*CMsgHttpResponse) XXX_Unmarshal

func (m *CMsgHttpResponse) XXX_Unmarshal(b []byte) error

type CMsgHttpResponse_ResponseHeader

type CMsgHttpResponse_ResponseHeader 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 (*CMsgHttpResponse_ResponseHeader) Descriptor

func (*CMsgHttpResponse_ResponseHeader) Descriptor() ([]byte, []int)

func (*CMsgHttpResponse_ResponseHeader) GetName

func (*CMsgHttpResponse_ResponseHeader) GetValue

func (*CMsgHttpResponse_ResponseHeader) ProtoMessage

func (*CMsgHttpResponse_ResponseHeader) ProtoMessage()

func (*CMsgHttpResponse_ResponseHeader) Reset

func (*CMsgHttpResponse_ResponseHeader) String

func (*CMsgHttpResponse_ResponseHeader) XXX_DiscardUnknown

func (m *CMsgHttpResponse_ResponseHeader) XXX_DiscardUnknown()

func (*CMsgHttpResponse_ResponseHeader) XXX_Marshal

func (m *CMsgHttpResponse_ResponseHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgHttpResponse_ResponseHeader) XXX_Merge

func (m *CMsgHttpResponse_ResponseHeader) XXX_Merge(src proto.Message)

func (*CMsgHttpResponse_ResponseHeader) XXX_Size

func (m *CMsgHttpResponse_ResponseHeader) XXX_Size() int

func (*CMsgHttpResponse_ResponseHeader) XXX_Unmarshal

func (m *CMsgHttpResponse_ResponseHeader) XXX_Unmarshal(b []byte) error

type CMsgIndividualPostMatchStats

type CMsgIndividualPostMatchStats struct {
	Rounds               []*CMsgIndividualPostMatchStats_Round    `protobuf:"bytes,1,rep,name=rounds" json:"rounds,omitempty"`
	PlayerSlot           *uint32                                  `protobuf:"varint,2,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	Position             *uint32                                  `protobuf:"varint,3,opt,name=position" json:"position,omitempty"`
	Events               []*CMsgIndividualPostMatchStats_Event    `protobuf:"bytes,4,rep,name=events" json:"events,omitempty"`
	IndividualRankUpdate *CMsgIndividualPostMatchStats_RankUpdate `protobuf:"bytes,5,opt,name=individual_rank_update,json=individualRankUpdate" json:"individual_rank_update,omitempty"`
	DuosRankUpdate       *CMsgIndividualPostMatchStats_RankUpdate `protobuf:"bytes,6,opt,name=duos_rank_update,json=duosRankUpdate" json:"duos_rank_update,omitempty"`
	GameMode             *EDACGameMode                            `protobuf:"varint,7,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	MatchMode            *EDACMatchMode                           `protobuf:"varint,8,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	BotDifficulty        *EDACBotDifficulty                       `` /* 132-byte string literal not displayed */
	UnderlordId          *uint32                                  `protobuf:"varint,10,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	UnderlordBuildId     *uint32                                  `protobuf:"varint,11,opt,name=underlord_build_id,json=underlordBuildId" json:"underlord_build_id,omitempty"`
	GameModeSettings     *CMsgGameModeSettings                    `protobuf:"bytes,12,opt,name=game_mode_settings,json=gameModeSettings" json:"game_mode_settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

func (*CMsgIndividualPostMatchStats) Descriptor

func (*CMsgIndividualPostMatchStats) Descriptor() ([]byte, []int)

func (*CMsgIndividualPostMatchStats) GetBotDifficulty

func (m *CMsgIndividualPostMatchStats) GetBotDifficulty() EDACBotDifficulty

func (*CMsgIndividualPostMatchStats) GetDuosRankUpdate

func (*CMsgIndividualPostMatchStats) GetEvents

func (*CMsgIndividualPostMatchStats) GetGameMode

func (m *CMsgIndividualPostMatchStats) GetGameMode() EDACGameMode

func (*CMsgIndividualPostMatchStats) GetGameModeSettings

func (m *CMsgIndividualPostMatchStats) GetGameModeSettings() *CMsgGameModeSettings

func (*CMsgIndividualPostMatchStats) GetIndividualRankUpdate

func (*CMsgIndividualPostMatchStats) GetMatchMode

func (m *CMsgIndividualPostMatchStats) GetMatchMode() EDACMatchMode

func (*CMsgIndividualPostMatchStats) GetPlayerSlot

func (m *CMsgIndividualPostMatchStats) GetPlayerSlot() uint32

func (*CMsgIndividualPostMatchStats) GetPosition

func (m *CMsgIndividualPostMatchStats) GetPosition() uint32

func (*CMsgIndividualPostMatchStats) GetRounds

func (*CMsgIndividualPostMatchStats) GetUnderlordBuildId

func (m *CMsgIndividualPostMatchStats) GetUnderlordBuildId() uint32

func (*CMsgIndividualPostMatchStats) GetUnderlordId

func (m *CMsgIndividualPostMatchStats) GetUnderlordId() uint32

func (*CMsgIndividualPostMatchStats) ProtoMessage

func (*CMsgIndividualPostMatchStats) ProtoMessage()

func (*CMsgIndividualPostMatchStats) Reset

func (m *CMsgIndividualPostMatchStats) Reset()

func (*CMsgIndividualPostMatchStats) String

func (*CMsgIndividualPostMatchStats) XXX_DiscardUnknown

func (m *CMsgIndividualPostMatchStats) XXX_DiscardUnknown()

func (*CMsgIndividualPostMatchStats) XXX_Marshal

func (m *CMsgIndividualPostMatchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgIndividualPostMatchStats) XXX_Merge

func (m *CMsgIndividualPostMatchStats) XXX_Merge(src proto.Message)

func (*CMsgIndividualPostMatchStats) XXX_Size

func (m *CMsgIndividualPostMatchStats) XXX_Size() int

func (*CMsgIndividualPostMatchStats) XXX_Unmarshal

func (m *CMsgIndividualPostMatchStats) XXX_Unmarshal(b []byte) error

type CMsgIndividualPostMatchStats_Challenge

type CMsgIndividualPostMatchStats_Challenge struct {
	SlotId               *uint32  `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,3,opt,name=progress" json:"progress,omitempty"`
	InitialProgress      *uint32  `protobuf:"varint,4,opt,name=initial_progress,json=initialProgress" json:"initial_progress,omitempty"`
	Claimed              *uint32  `protobuf:"varint,5,opt,name=claimed" json:"claimed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgIndividualPostMatchStats_Challenge) Descriptor

func (*CMsgIndividualPostMatchStats_Challenge) Descriptor() ([]byte, []int)

func (*CMsgIndividualPostMatchStats_Challenge) GetClaimed

func (*CMsgIndividualPostMatchStats_Challenge) GetInitialProgress

func (m *CMsgIndividualPostMatchStats_Challenge) GetInitialProgress() uint32

func (*CMsgIndividualPostMatchStats_Challenge) GetProgress

func (*CMsgIndividualPostMatchStats_Challenge) GetSequenceId

func (*CMsgIndividualPostMatchStats_Challenge) GetSlotId

func (*CMsgIndividualPostMatchStats_Challenge) ProtoMessage

func (*CMsgIndividualPostMatchStats_Challenge) Reset

func (*CMsgIndividualPostMatchStats_Challenge) String

func (*CMsgIndividualPostMatchStats_Challenge) XXX_DiscardUnknown

func (m *CMsgIndividualPostMatchStats_Challenge) XXX_DiscardUnknown()

func (*CMsgIndividualPostMatchStats_Challenge) XXX_Marshal

func (m *CMsgIndividualPostMatchStats_Challenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgIndividualPostMatchStats_Challenge) XXX_Merge

func (*CMsgIndividualPostMatchStats_Challenge) XXX_Size

func (*CMsgIndividualPostMatchStats_Challenge) XXX_Unmarshal

func (m *CMsgIndividualPostMatchStats_Challenge) XXX_Unmarshal(b []byte) error

type CMsgIndividualPostMatchStats_Currency

type CMsgIndividualPostMatchStats_Currency struct {
	CurrencyId           *uint32  `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	InitialAmount        *uint32  `protobuf:"varint,2,opt,name=initial_amount,json=initialAmount" json:"initial_amount,omitempty"`
	AmountGained         *uint32  `protobuf:"varint,3,opt,name=amount_gained,json=amountGained" json:"amount_gained,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgIndividualPostMatchStats_Currency) Descriptor

func (*CMsgIndividualPostMatchStats_Currency) Descriptor() ([]byte, []int)

func (*CMsgIndividualPostMatchStats_Currency) GetAmountGained

func (m *CMsgIndividualPostMatchStats_Currency) GetAmountGained() uint32

func (*CMsgIndividualPostMatchStats_Currency) GetCurrencyId

func (m *CMsgIndividualPostMatchStats_Currency) GetCurrencyId() uint32

func (*CMsgIndividualPostMatchStats_Currency) GetInitialAmount

func (m *CMsgIndividualPostMatchStats_Currency) GetInitialAmount() uint32

func (*CMsgIndividualPostMatchStats_Currency) ProtoMessage

func (*CMsgIndividualPostMatchStats_Currency) ProtoMessage()

func (*CMsgIndividualPostMatchStats_Currency) Reset

func (*CMsgIndividualPostMatchStats_Currency) String

func (*CMsgIndividualPostMatchStats_Currency) XXX_DiscardUnknown

func (m *CMsgIndividualPostMatchStats_Currency) XXX_DiscardUnknown()

func (*CMsgIndividualPostMatchStats_Currency) XXX_Marshal

func (m *CMsgIndividualPostMatchStats_Currency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgIndividualPostMatchStats_Currency) XXX_Merge

func (*CMsgIndividualPostMatchStats_Currency) XXX_Size

func (*CMsgIndividualPostMatchStats_Currency) XXX_Unmarshal

func (m *CMsgIndividualPostMatchStats_Currency) XXX_Unmarshal(b []byte) error

type CMsgIndividualPostMatchStats_Event

type CMsgIndividualPostMatchStats_Event struct {
	EventId              *uint32                                   `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	EventOwned           *bool                                     `protobuf:"varint,2,opt,name=event_owned,json=eventOwned" json:"event_owned,omitempty"`
	EventTier            *uint32                                   `protobuf:"varint,3,opt,name=event_tier,json=eventTier" json:"event_tier,omitempty"`
	Challenges           []*CMsgIndividualPostMatchStats_Challenge `protobuf:"bytes,4,rep,name=challenges" json:"challenges,omitempty"`
	Currencies           []*CMsgIndividualPostMatchStats_Currency  `protobuf:"bytes,5,rep,name=currencies" json:"currencies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*CMsgIndividualPostMatchStats_Event) Descriptor

func (*CMsgIndividualPostMatchStats_Event) Descriptor() ([]byte, []int)

func (*CMsgIndividualPostMatchStats_Event) GetChallenges

func (*CMsgIndividualPostMatchStats_Event) GetCurrencies

func (*CMsgIndividualPostMatchStats_Event) GetEventId

func (*CMsgIndividualPostMatchStats_Event) GetEventOwned

func (m *CMsgIndividualPostMatchStats_Event) GetEventOwned() bool

func (*CMsgIndividualPostMatchStats_Event) GetEventTier

func (m *CMsgIndividualPostMatchStats_Event) GetEventTier() uint32

func (*CMsgIndividualPostMatchStats_Event) ProtoMessage

func (*CMsgIndividualPostMatchStats_Event) ProtoMessage()

func (*CMsgIndividualPostMatchStats_Event) Reset

func (*CMsgIndividualPostMatchStats_Event) String

func (*CMsgIndividualPostMatchStats_Event) XXX_DiscardUnknown

func (m *CMsgIndividualPostMatchStats_Event) XXX_DiscardUnknown()

func (*CMsgIndividualPostMatchStats_Event) XXX_Marshal

func (m *CMsgIndividualPostMatchStats_Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgIndividualPostMatchStats_Event) XXX_Merge

func (*CMsgIndividualPostMatchStats_Event) XXX_Size

func (*CMsgIndividualPostMatchStats_Event) XXX_Unmarshal

func (m *CMsgIndividualPostMatchStats_Event) XXX_Unmarshal(b []byte) error

type CMsgIndividualPostMatchStats_RankUpdate

type CMsgIndividualPostMatchStats_RankUpdate struct {
	InitialLevelScore           *uint32  `protobuf:"varint,1,opt,name=initial_level_score,json=initialLevelScore" json:"initial_level_score,omitempty"`
	InitialLevel                *uint32  `protobuf:"varint,2,opt,name=initial_level,json=initialLevel" json:"initial_level,omitempty"`
	InitialLevelPartialProgress *float32 `` /* 141-byte string literal not displayed */
	FinalLevelScore             *uint32  `protobuf:"varint,4,opt,name=final_level_score,json=finalLevelScore" json:"final_level_score,omitempty"`
	FinalLevel                  *uint32  `protobuf:"varint,5,opt,name=final_level,json=finalLevel" json:"final_level,omitempty"`
	FinalLevelPartialProgress   *float32 `` /* 135-byte string literal not displayed */
	InitialLeaderboardPlace     *uint32  `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*CMsgIndividualPostMatchStats_RankUpdate) Descriptor

func (*CMsgIndividualPostMatchStats_RankUpdate) Descriptor() ([]byte, []int)

func (*CMsgIndividualPostMatchStats_RankUpdate) GetFinalLevel

func (*CMsgIndividualPostMatchStats_RankUpdate) GetFinalLevelPartialProgress

func (m *CMsgIndividualPostMatchStats_RankUpdate) GetFinalLevelPartialProgress() float32

func (*CMsgIndividualPostMatchStats_RankUpdate) GetFinalLevelScore

func (m *CMsgIndividualPostMatchStats_RankUpdate) GetFinalLevelScore() uint32

func (*CMsgIndividualPostMatchStats_RankUpdate) GetInitialLeaderboardPlace

func (m *CMsgIndividualPostMatchStats_RankUpdate) GetInitialLeaderboardPlace() uint32

func (*CMsgIndividualPostMatchStats_RankUpdate) GetInitialLevel

func (m *CMsgIndividualPostMatchStats_RankUpdate) GetInitialLevel() uint32

func (*CMsgIndividualPostMatchStats_RankUpdate) GetInitialLevelPartialProgress

func (m *CMsgIndividualPostMatchStats_RankUpdate) GetInitialLevelPartialProgress() float32

func (*CMsgIndividualPostMatchStats_RankUpdate) GetInitialLevelScore

func (m *CMsgIndividualPostMatchStats_RankUpdate) GetInitialLevelScore() uint32

func (*CMsgIndividualPostMatchStats_RankUpdate) ProtoMessage

func (*CMsgIndividualPostMatchStats_RankUpdate) Reset

func (*CMsgIndividualPostMatchStats_RankUpdate) String

func (*CMsgIndividualPostMatchStats_RankUpdate) XXX_DiscardUnknown

func (m *CMsgIndividualPostMatchStats_RankUpdate) XXX_DiscardUnknown()

func (*CMsgIndividualPostMatchStats_RankUpdate) XXX_Marshal

func (m *CMsgIndividualPostMatchStats_RankUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgIndividualPostMatchStats_RankUpdate) XXX_Merge

func (*CMsgIndividualPostMatchStats_RankUpdate) XXX_Size

func (*CMsgIndividualPostMatchStats_RankUpdate) XXX_Unmarshal

func (m *CMsgIndividualPostMatchStats_RankUpdate) XXX_Unmarshal(b []byte) error

type CMsgIndividualPostMatchStats_Round

type CMsgIndividualPostMatchStats_Round struct {
	Units                    []*CMsgUnit     `protobuf:"bytes,1,rep,name=units" json:"units,omitempty"`
	Synergies                []uint32        `protobuf:"varint,2,rep,name=synergies" json:"synergies,omitempty"`
	Items                    []*CMsgItemSlot `protobuf:"bytes,3,rep,name=items" json:"items,omitempty"`
	GoldSpentOnRerolls       *uint32         `protobuf:"varint,4,opt,name=gold_spent_on_rerolls,json=goldSpentOnRerolls" json:"gold_spent_on_rerolls,omitempty"`
	GoldEarned               *uint32         `protobuf:"varint,5,opt,name=gold_earned,json=goldEarned" json:"gold_earned,omitempty"`
	InterestGoldEarned       *uint32         `protobuf:"varint,6,opt,name=interest_gold_earned,json=interestGoldEarned" json:"interest_gold_earned,omitempty"`
	StreakGoldEarned         *uint32         `protobuf:"varint,7,opt,name=streak_gold_earned,json=streakGoldEarned" json:"streak_gold_earned,omitempty"`
	Victory                  *uint32         `protobuf:"varint,8,opt,name=victory" json:"victory,omitempty"`
	XpEarned                 *uint32         `protobuf:"varint,9,opt,name=xp_earned,json=xpEarned" json:"xp_earned,omitempty"`
	Health                   *uint32         `protobuf:"varint,10,opt,name=health" json:"health,omitempty"`
	Gold                     *uint32         `protobuf:"varint,11,opt,name=gold" json:"gold,omitempty"`
	RoundRanking             *uint32         `protobuf:"varint,12,opt,name=round_ranking,json=roundRanking" json:"round_ranking,omitempty"`
	Level                    *uint32         `protobuf:"varint,13,opt,name=level" json:"level,omitempty"`
	EnemyPlayerSlot          *uint32         `protobuf:"varint,14,opt,name=enemy_player_slot,json=enemyPlayerSlot" json:"enemy_player_slot,omitempty"`
	GoldSpentOnLevels        *uint32         `protobuf:"varint,15,opt,name=gold_spent_on_levels,json=goldSpentOnLevels" json:"gold_spent_on_levels,omitempty"`
	GoldSpentOnUnits         *uint32         `protobuf:"varint,16,opt,name=gold_spent_on_units,json=goldSpentOnUnits" json:"gold_spent_on_units,omitempty"`
	DamageDealtToUnits       *uint32         `protobuf:"varint,17,opt,name=damage_dealt_to_units,json=damageDealtToUnits" json:"damage_dealt_to_units,omitempty"`
	VictoryLevel             *uint32         `protobuf:"varint,18,opt,name=victory_level,json=victoryLevel" json:"victory_level,omitempty"`
	DamageDealtToPlayer      *uint32         `protobuf:"varint,19,opt,name=damage_dealt_to_player,json=damageDealtToPlayer" json:"damage_dealt_to_player,omitempty"`
	EnemyUnderlord           *uint32         `protobuf:"varint,20,opt,name=enemy_underlord,json=enemyUnderlord" json:"enemy_underlord,omitempty"`
	UnderlordSelectedTalents []uint32        `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}        `json:"-"`
	XXX_unrecognized         []byte          `json:"-"`
	XXX_sizecache            int32           `json:"-"`
}

func (*CMsgIndividualPostMatchStats_Round) Descriptor

func (*CMsgIndividualPostMatchStats_Round) Descriptor() ([]byte, []int)

func (*CMsgIndividualPostMatchStats_Round) GetDamageDealtToPlayer

func (m *CMsgIndividualPostMatchStats_Round) GetDamageDealtToPlayer() uint32

func (*CMsgIndividualPostMatchStats_Round) GetDamageDealtToUnits

func (m *CMsgIndividualPostMatchStats_Round) GetDamageDealtToUnits() uint32

func (*CMsgIndividualPostMatchStats_Round) GetEnemyPlayerSlot

func (m *CMsgIndividualPostMatchStats_Round) GetEnemyPlayerSlot() uint32

func (*CMsgIndividualPostMatchStats_Round) GetEnemyUnderlord

func (m *CMsgIndividualPostMatchStats_Round) GetEnemyUnderlord() uint32

func (*CMsgIndividualPostMatchStats_Round) GetGold

func (*CMsgIndividualPostMatchStats_Round) GetGoldEarned

func (m *CMsgIndividualPostMatchStats_Round) GetGoldEarned() uint32

func (*CMsgIndividualPostMatchStats_Round) GetGoldSpentOnLevels

func (m *CMsgIndividualPostMatchStats_Round) GetGoldSpentOnLevels() uint32

func (*CMsgIndividualPostMatchStats_Round) GetGoldSpentOnRerolls

func (m *CMsgIndividualPostMatchStats_Round) GetGoldSpentOnRerolls() uint32

func (*CMsgIndividualPostMatchStats_Round) GetGoldSpentOnUnits

func (m *CMsgIndividualPostMatchStats_Round) GetGoldSpentOnUnits() uint32

func (*CMsgIndividualPostMatchStats_Round) GetHealth

func (*CMsgIndividualPostMatchStats_Round) GetInterestGoldEarned

func (m *CMsgIndividualPostMatchStats_Round) GetInterestGoldEarned() uint32

func (*CMsgIndividualPostMatchStats_Round) GetItems

func (*CMsgIndividualPostMatchStats_Round) GetLevel

func (*CMsgIndividualPostMatchStats_Round) GetRoundRanking

func (m *CMsgIndividualPostMatchStats_Round) GetRoundRanking() uint32

func (*CMsgIndividualPostMatchStats_Round) GetStreakGoldEarned

func (m *CMsgIndividualPostMatchStats_Round) GetStreakGoldEarned() uint32

func (*CMsgIndividualPostMatchStats_Round) GetSynergies

func (m *CMsgIndividualPostMatchStats_Round) GetSynergies() []uint32

func (*CMsgIndividualPostMatchStats_Round) GetUnderlordSelectedTalents

func (m *CMsgIndividualPostMatchStats_Round) GetUnderlordSelectedTalents() []uint32

func (*CMsgIndividualPostMatchStats_Round) GetUnits

func (*CMsgIndividualPostMatchStats_Round) GetVictory

func (*CMsgIndividualPostMatchStats_Round) GetVictoryLevel

func (m *CMsgIndividualPostMatchStats_Round) GetVictoryLevel() uint32

func (*CMsgIndividualPostMatchStats_Round) GetXpEarned

func (m *CMsgIndividualPostMatchStats_Round) GetXpEarned() uint32

func (*CMsgIndividualPostMatchStats_Round) ProtoMessage

func (*CMsgIndividualPostMatchStats_Round) ProtoMessage()

func (*CMsgIndividualPostMatchStats_Round) Reset

func (*CMsgIndividualPostMatchStats_Round) String

func (*CMsgIndividualPostMatchStats_Round) XXX_DiscardUnknown

func (m *CMsgIndividualPostMatchStats_Round) XXX_DiscardUnknown()

func (*CMsgIndividualPostMatchStats_Round) XXX_Marshal

func (m *CMsgIndividualPostMatchStats_Round) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgIndividualPostMatchStats_Round) XXX_Merge

func (*CMsgIndividualPostMatchStats_Round) XXX_Size

func (*CMsgIndividualPostMatchStats_Round) XXX_Unmarshal

func (m *CMsgIndividualPostMatchStats_Round) 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 CMsgItemChangedOwner

type CMsgItemChangedOwner struct {
	OldPlayerSlot        *uint32  `protobuf:"varint,1,opt,name=old_player_slot,json=oldPlayerSlot" json:"old_player_slot,omitempty"`
	NewPlayerSlot        *uint32  `protobuf:"varint,2,opt,name=new_player_slot,json=newPlayerSlot" json:"new_player_slot,omitempty"`
	ItemId               *uint32  `protobuf:"varint,3,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,4,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgItemChangedOwner) Descriptor

func (*CMsgItemChangedOwner) Descriptor() ([]byte, []int)

func (*CMsgItemChangedOwner) GetItemId

func (m *CMsgItemChangedOwner) GetItemId() uint32

func (*CMsgItemChangedOwner) GetNewPlayerSlot

func (m *CMsgItemChangedOwner) GetNewPlayerSlot() uint32

func (*CMsgItemChangedOwner) GetNotificationId

func (m *CMsgItemChangedOwner) GetNotificationId() uint32

func (*CMsgItemChangedOwner) GetOldPlayerSlot

func (m *CMsgItemChangedOwner) GetOldPlayerSlot() uint32

func (*CMsgItemChangedOwner) ProtoMessage

func (*CMsgItemChangedOwner) ProtoMessage()

func (*CMsgItemChangedOwner) Reset

func (m *CMsgItemChangedOwner) Reset()

func (*CMsgItemChangedOwner) String

func (m *CMsgItemChangedOwner) String() string

func (*CMsgItemChangedOwner) XXX_DiscardUnknown

func (m *CMsgItemChangedOwner) XXX_DiscardUnknown()

func (*CMsgItemChangedOwner) XXX_Marshal

func (m *CMsgItemChangedOwner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgItemChangedOwner) XXX_Merge

func (m *CMsgItemChangedOwner) XXX_Merge(src proto.Message)

func (*CMsgItemChangedOwner) XXX_Size

func (m *CMsgItemChangedOwner) XXX_Size() int

func (*CMsgItemChangedOwner) XXX_Unmarshal

func (m *CMsgItemChangedOwner) XXX_Unmarshal(b []byte) error

type CMsgItemSlot

type CMsgItemSlot struct {
	SlotIndex            *uint32  `protobuf:"varint,1,opt,name=slot_index,json=slotIndex" json:"slot_index,omitempty"`
	ItemId               *uint32  `protobuf:"varint,2,req,name=item_id,json=itemId" json:"item_id,omitempty"`
	AssignedUnitEntindex *int32   `protobuf:"varint,3,opt,name=assigned_unit_entindex,json=assignedUnitEntindex" json:"assigned_unit_entindex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgItemSlot) Descriptor

func (*CMsgItemSlot) Descriptor() ([]byte, []int)

func (*CMsgItemSlot) GetAssignedUnitEntindex

func (m *CMsgItemSlot) GetAssignedUnitEntindex() int32

func (*CMsgItemSlot) GetItemId

func (m *CMsgItemSlot) GetItemId() uint32

func (*CMsgItemSlot) GetSlotIndex

func (m *CMsgItemSlot) GetSlotIndex() uint32

func (*CMsgItemSlot) ProtoMessage

func (*CMsgItemSlot) ProtoMessage()

func (*CMsgItemSlot) Reset

func (m *CMsgItemSlot) Reset()

func (*CMsgItemSlot) String

func (m *CMsgItemSlot) String() string

func (*CMsgItemSlot) XXX_DiscardUnknown

func (m *CMsgItemSlot) XXX_DiscardUnknown()

func (*CMsgItemSlot) XXX_Marshal

func (m *CMsgItemSlot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgItemSlot) XXX_Merge

func (m *CMsgItemSlot) XXX_Merge(src proto.Message)

func (*CMsgItemSlot) XXX_Size

func (m *CMsgItemSlot) XXX_Size() int

func (*CMsgItemSlot) XXX_Unmarshal

func (m *CMsgItemSlot) 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 CMsgMapProp

type CMsgMapProp struct {
	PropIdx              *uint32  `protobuf:"varint,1,opt,name=prop_idx,json=propIdx" json:"prop_idx,omitempty"`
	PropState            *uint32  `protobuf:"varint,2,opt,name=prop_state,json=propState" json:"prop_state,omitempty"`
	NumClicks            *uint32  `protobuf:"varint,3,opt,name=num_clicks,json=numClicks" json:"num_clicks,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMapProp) Descriptor

func (*CMsgMapProp) Descriptor() ([]byte, []int)

func (*CMsgMapProp) GetNumClicks

func (m *CMsgMapProp) GetNumClicks() uint32

func (*CMsgMapProp) GetPropIdx

func (m *CMsgMapProp) GetPropIdx() uint32

func (*CMsgMapProp) GetPropState

func (m *CMsgMapProp) GetPropState() uint32

func (*CMsgMapProp) ProtoMessage

func (*CMsgMapProp) ProtoMessage()

func (*CMsgMapProp) Reset

func (m *CMsgMapProp) Reset()

func (*CMsgMapProp) String

func (m *CMsgMapProp) String() string

func (*CMsgMapProp) XXX_DiscardUnknown

func (m *CMsgMapProp) XXX_DiscardUnknown()

func (*CMsgMapProp) XXX_Marshal

func (m *CMsgMapProp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMapProp) XXX_Merge

func (m *CMsgMapProp) XXX_Merge(src proto.Message)

func (*CMsgMapProp) XXX_Size

func (m *CMsgMapProp) XXX_Size() int

func (*CMsgMapProp) XXX_Unmarshal

func (m *CMsgMapProp) XXX_Unmarshal(b []byte) error

type CMsgMatchDisconnection

type CMsgMatchDisconnection struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	DisconnectTime       *uint32  `protobuf:"varint,2,opt,name=disconnect_time,json=disconnectTime" json:"disconnect_time,omitempty"`
	ConnectionState      *uint32  `protobuf:"varint,3,opt,name=connection_state,json=connectionState" json:"connection_state,omitempty"`
	ReasonCode           *uint32  `protobuf:"varint,4,opt,name=reason_code,json=reasonCode" json:"reason_code,omitempty"`
	ReconnectDelay       *uint32  `protobuf:"varint,5,opt,name=reconnect_delay,json=reconnectDelay" json:"reconnect_delay,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchDisconnection) Descriptor

func (*CMsgMatchDisconnection) Descriptor() ([]byte, []int)

func (*CMsgMatchDisconnection) GetAccountId

func (m *CMsgMatchDisconnection) GetAccountId() uint32

func (*CMsgMatchDisconnection) GetConnectionState

func (m *CMsgMatchDisconnection) GetConnectionState() uint32

func (*CMsgMatchDisconnection) GetDisconnectTime

func (m *CMsgMatchDisconnection) GetDisconnectTime() uint32

func (*CMsgMatchDisconnection) GetReasonCode

func (m *CMsgMatchDisconnection) GetReasonCode() uint32

func (*CMsgMatchDisconnection) GetReconnectDelay

func (m *CMsgMatchDisconnection) GetReconnectDelay() uint32

func (*CMsgMatchDisconnection) ProtoMessage

func (*CMsgMatchDisconnection) ProtoMessage()

func (*CMsgMatchDisconnection) Reset

func (m *CMsgMatchDisconnection) Reset()

func (*CMsgMatchDisconnection) String

func (m *CMsgMatchDisconnection) String() string

func (*CMsgMatchDisconnection) XXX_DiscardUnknown

func (m *CMsgMatchDisconnection) XXX_DiscardUnknown()

func (*CMsgMatchDisconnection) XXX_Marshal

func (m *CMsgMatchDisconnection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchDisconnection) XXX_Merge

func (m *CMsgMatchDisconnection) XXX_Merge(src proto.Message)

func (*CMsgMatchDisconnection) XXX_Size

func (m *CMsgMatchDisconnection) XXX_Size() int

func (*CMsgMatchDisconnection) XXX_Unmarshal

func (m *CMsgMatchDisconnection) XXX_Unmarshal(b []byte) error

type CMsgMatchSignoutData_CombatStats

type CMsgMatchSignoutData_CombatStats struct {
	CombatRounds         []*CMsgMatchSignoutData_CombatStats_CombatRound `protobuf:"bytes,1,rep,name=combat_rounds,json=combatRounds" json:"combat_rounds,omitempty"`
	MatchMmr             *uint32                                         `protobuf:"varint,2,opt,name=match_mmr,json=matchMmr" json:"match_mmr,omitempty"`
	FinalPlaces          []*CMsgMatchSignoutData_CombatStats_FinalPlaces `protobuf:"bytes,3,rep,name=final_places,json=finalPlaces" json:"final_places,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*CMsgMatchSignoutData_CombatStats) Descriptor

func (*CMsgMatchSignoutData_CombatStats) Descriptor() ([]byte, []int)

func (*CMsgMatchSignoutData_CombatStats) GetCombatRounds

func (*CMsgMatchSignoutData_CombatStats) GetFinalPlaces

func (*CMsgMatchSignoutData_CombatStats) GetMatchMmr

func (m *CMsgMatchSignoutData_CombatStats) GetMatchMmr() uint32

func (*CMsgMatchSignoutData_CombatStats) ProtoMessage

func (*CMsgMatchSignoutData_CombatStats) ProtoMessage()

func (*CMsgMatchSignoutData_CombatStats) Reset

func (*CMsgMatchSignoutData_CombatStats) String

func (*CMsgMatchSignoutData_CombatStats) XXX_DiscardUnknown

func (m *CMsgMatchSignoutData_CombatStats) XXX_DiscardUnknown()

func (*CMsgMatchSignoutData_CombatStats) XXX_Marshal

func (m *CMsgMatchSignoutData_CombatStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchSignoutData_CombatStats) XXX_Merge

func (*CMsgMatchSignoutData_CombatStats) XXX_Size

func (m *CMsgMatchSignoutData_CombatStats) XXX_Size() int

func (*CMsgMatchSignoutData_CombatStats) XXX_Unmarshal

func (m *CMsgMatchSignoutData_CombatStats) XXX_Unmarshal(b []byte) error

type CMsgMatchSignoutData_CombatStats_CombatRound

type CMsgMatchSignoutData_CombatStats_CombatRound struct {
	RoundNumber          *uint32  `protobuf:"varint,1,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	PlayerElements       []uint32 `protobuf:"varint,2,rep,packed,name=player_elements,json=playerElements" json:"player_elements,omitempty"`
	OpponentElements     []uint32 `protobuf:"varint,3,rep,packed,name=opponent_elements,json=opponentElements" json:"opponent_elements,omitempty"`
	PlayerDamage         *uint32  `protobuf:"varint,4,opt,name=player_damage,json=playerDamage" json:"player_damage,omitempty"`
	CombatDurationS      *uint32  `protobuf:"varint,5,opt,name=combat_duration_s,json=combatDurationS" json:"combat_duration_s,omitempty"`
	PlayerWon            *bool    `protobuf:"varint,6,opt,name=player_won,json=playerWon" json:"player_won,omitempty"`
	PlayerSlot           *uint32  `protobuf:"varint,7,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	OpponentSlot         *uint32  `protobuf:"varint,8,opt,name=opponent_slot,json=opponentSlot" json:"opponent_slot,omitempty"`
	PlayerStartingLife   *uint32  `protobuf:"varint,9,opt,name=player_starting_life,json=playerStartingLife" json:"player_starting_life,omitempty"`
	PlayerLevel          *uint32  `protobuf:"varint,10,opt,name=player_level,json=playerLevel" json:"player_level,omitempty"`
	PlayerRerolls        *uint32  `protobuf:"varint,11,opt,name=player_rerolls,json=playerRerolls" json:"player_rerolls,omitempty"`
	PlayerGold           *uint32  `protobuf:"varint,12,opt,name=player_gold,json=playerGold" json:"player_gold,omitempty"`
	PlayerInterestGold   *uint32  `protobuf:"varint,14,opt,name=player_interest_gold,json=playerInterestGold" json:"player_interest_gold,omitempty"`
	PlayerStreakGold     *uint32  `protobuf:"varint,15,opt,name=player_streak_gold,json=playerStreakGold" json:"player_streak_gold,omitempty"`
	PlayerBonusGold      *uint32  `protobuf:"varint,16,opt,name=player_bonus_gold,json=playerBonusGold" json:"player_bonus_gold,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchSignoutData_CombatStats_CombatRound) Descriptor

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetCombatDurationS

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetCombatDurationS() uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetOpponentElements

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetOpponentElements() []uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetOpponentSlot

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerBonusGold

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerBonusGold() uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerDamage

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerElements

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerElements() []uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerGold

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerInterestGold

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerInterestGold() uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerLevel

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerRerolls

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerSlot

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerStartingLife

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerStartingLife() uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerStreakGold

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerStreakGold() uint32

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetPlayerWon

func (*CMsgMatchSignoutData_CombatStats_CombatRound) GetRoundNumber

func (*CMsgMatchSignoutData_CombatStats_CombatRound) ProtoMessage

func (*CMsgMatchSignoutData_CombatStats_CombatRound) Reset

func (*CMsgMatchSignoutData_CombatStats_CombatRound) String

func (*CMsgMatchSignoutData_CombatStats_CombatRound) XXX_DiscardUnknown

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) XXX_DiscardUnknown()

func (*CMsgMatchSignoutData_CombatStats_CombatRound) XXX_Marshal

func (m *CMsgMatchSignoutData_CombatStats_CombatRound) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchSignoutData_CombatStats_CombatRound) XXX_Merge

func (*CMsgMatchSignoutData_CombatStats_CombatRound) XXX_Size

func (*CMsgMatchSignoutData_CombatStats_CombatRound) XXX_Unmarshal

type CMsgMatchSignoutData_CombatStats_FinalPlaces

type CMsgMatchSignoutData_CombatStats_FinalPlaces struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	FinalPlace           *uint32  `protobuf:"varint,2,opt,name=final_place,json=finalPlace" json:"final_place,omitempty"`
	EliminationTimeS     *uint32  `protobuf:"varint,3,opt,name=elimination_time_s,json=eliminationTimeS" json:"elimination_time_s,omitempty"`
	EliminationRound     *uint32  `protobuf:"varint,4,opt,name=elimination_round,json=eliminationRound" json:"elimination_round,omitempty"`
	UnderlordId          *uint32  `protobuf:"varint,5,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) Descriptor

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) GetEliminationRound

func (m *CMsgMatchSignoutData_CombatStats_FinalPlaces) GetEliminationRound() uint32

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) GetEliminationTimeS

func (m *CMsgMatchSignoutData_CombatStats_FinalPlaces) GetEliminationTimeS() uint32

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) GetFinalPlace

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) GetPlayerSlot

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) GetUnderlordId

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) ProtoMessage

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) Reset

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) String

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_DiscardUnknown

func (m *CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_DiscardUnknown()

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_Marshal

func (m *CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_Merge

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_Size

func (*CMsgMatchSignoutData_CombatStats_FinalPlaces) XXX_Unmarshal

type CMsgMatchSignoutData_Disconnections

type CMsgMatchSignoutData_Disconnections struct {
	Disconnections       []*CMsgMatchDisconnection `protobuf:"bytes,1,rep,name=disconnections" json:"disconnections,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*CMsgMatchSignoutData_Disconnections) Descriptor

func (*CMsgMatchSignoutData_Disconnections) Descriptor() ([]byte, []int)

func (*CMsgMatchSignoutData_Disconnections) GetDisconnections

func (*CMsgMatchSignoutData_Disconnections) ProtoMessage

func (*CMsgMatchSignoutData_Disconnections) ProtoMessage()

func (*CMsgMatchSignoutData_Disconnections) Reset

func (*CMsgMatchSignoutData_Disconnections) String

func (*CMsgMatchSignoutData_Disconnections) XXX_DiscardUnknown

func (m *CMsgMatchSignoutData_Disconnections) XXX_DiscardUnknown()

func (*CMsgMatchSignoutData_Disconnections) XXX_Marshal

func (m *CMsgMatchSignoutData_Disconnections) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchSignoutData_Disconnections) XXX_Merge

func (*CMsgMatchSignoutData_Disconnections) XXX_Size

func (*CMsgMatchSignoutData_Disconnections) XXX_Unmarshal

func (m *CMsgMatchSignoutData_Disconnections) XXX_Unmarshal(b []byte) error

type CMsgMatchSignoutData_PerformanceStats

type CMsgMatchSignoutData_PerformanceStats struct {
	StartMemoryBytes     *uint32  `protobuf:"varint,1,opt,name=start_memory_bytes,json=startMemoryBytes" json:"start_memory_bytes,omitempty"`
	PeakMemoryBytes      *uint32  `protobuf:"varint,2,opt,name=peak_memory_bytes,json=peakMemoryBytes" json:"peak_memory_bytes,omitempty"`
	EndMemoryBytes       *uint32  `protobuf:"varint,3,opt,name=end_memory_bytes,json=endMemoryBytes" json:"end_memory_bytes,omitempty"`
	TotalUpdateTimeMs    *uint32  `protobuf:"varint,4,opt,name=total_update_time_ms,json=totalUpdateTimeMs" json:"total_update_time_ms,omitempty"`
	TotalMatchTimeMs     *uint32  `protobuf:"varint,5,opt,name=total_match_time_ms,json=totalMatchTimeMs" json:"total_match_time_ms,omitempty"`
	SentMessages         *uint32  `protobuf:"varint,6,opt,name=sent_messages,json=sentMessages" json:"sent_messages,omitempty"`
	ReceivedMessages     *uint32  `protobuf:"varint,7,opt,name=received_messages,json=receivedMessages" json:"received_messages,omitempty"`
	SentBytes            *uint32  `protobuf:"varint,8,opt,name=sent_bytes,json=sentBytes" json:"sent_bytes,omitempty"`
	ReceivedBytes        *uint32  `protobuf:"varint,9,opt,name=received_bytes,json=receivedBytes" json:"received_bytes,omitempty"`
	MaxUpdateTimeMicros  *uint32  `protobuf:"varint,10,opt,name=max_update_time_micros,json=maxUpdateTimeMicros" json:"max_update_time_micros,omitempty"`
	NumUpdates           *uint32  `protobuf:"varint,11,opt,name=num_updates,json=numUpdates" json:"num_updates,omitempty"`
	ReplaySizeBytes      *uint32  `protobuf:"varint,12,opt,name=replay_size_bytes,json=replaySizeBytes" json:"replay_size_bytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchSignoutData_PerformanceStats) Descriptor

func (*CMsgMatchSignoutData_PerformanceStats) Descriptor() ([]byte, []int)

func (*CMsgMatchSignoutData_PerformanceStats) GetEndMemoryBytes

func (m *CMsgMatchSignoutData_PerformanceStats) GetEndMemoryBytes() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetMaxUpdateTimeMicros

func (m *CMsgMatchSignoutData_PerformanceStats) GetMaxUpdateTimeMicros() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetNumUpdates

func (m *CMsgMatchSignoutData_PerformanceStats) GetNumUpdates() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetPeakMemoryBytes

func (m *CMsgMatchSignoutData_PerformanceStats) GetPeakMemoryBytes() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetReceivedBytes

func (m *CMsgMatchSignoutData_PerformanceStats) GetReceivedBytes() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetReceivedMessages

func (m *CMsgMatchSignoutData_PerformanceStats) GetReceivedMessages() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetReplaySizeBytes

func (m *CMsgMatchSignoutData_PerformanceStats) GetReplaySizeBytes() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetSentBytes

func (*CMsgMatchSignoutData_PerformanceStats) GetSentMessages

func (m *CMsgMatchSignoutData_PerformanceStats) GetSentMessages() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetStartMemoryBytes

func (m *CMsgMatchSignoutData_PerformanceStats) GetStartMemoryBytes() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetTotalMatchTimeMs

func (m *CMsgMatchSignoutData_PerformanceStats) GetTotalMatchTimeMs() uint32

func (*CMsgMatchSignoutData_PerformanceStats) GetTotalUpdateTimeMs

func (m *CMsgMatchSignoutData_PerformanceStats) GetTotalUpdateTimeMs() uint32

func (*CMsgMatchSignoutData_PerformanceStats) ProtoMessage

func (*CMsgMatchSignoutData_PerformanceStats) ProtoMessage()

func (*CMsgMatchSignoutData_PerformanceStats) Reset

func (*CMsgMatchSignoutData_PerformanceStats) String

func (*CMsgMatchSignoutData_PerformanceStats) XXX_DiscardUnknown

func (m *CMsgMatchSignoutData_PerformanceStats) XXX_DiscardUnknown()

func (*CMsgMatchSignoutData_PerformanceStats) XXX_Marshal

func (m *CMsgMatchSignoutData_PerformanceStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchSignoutData_PerformanceStats) XXX_Merge

func (*CMsgMatchSignoutData_PerformanceStats) XXX_Size

func (*CMsgMatchSignoutData_PerformanceStats) XXX_Unmarshal

func (m *CMsgMatchSignoutData_PerformanceStats) XXX_Unmarshal(b []byte) error

type CMsgMatchState

type CMsgMatchState struct {
	GameState                *EGameState                `protobuf:"varint,1,opt,name=game_state,json=gameState,enum=protocol.EGameState,def=0" json:"game_state,omitempty"`
	RoundState               *ERoundState               `protobuf:"varint,2,opt,name=round_state,json=roundState,enum=protocol.ERoundState,def=0" json:"round_state,omitempty"`
	RoundNumber              *int32                     `protobuf:"varint,3,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	StateChangeTime          *float32                   `protobuf:"fixed32,4,opt,name=state_change_time,json=stateChangeTime" json:"state_change_time,omitempty"`
	StateDuration            *float32                   `protobuf:"fixed32,5,opt,name=state_duration,json=stateDuration" json:"state_duration,omitempty"`
	PausedStateTimeRemaining *float32                   `` /* 132-byte string literal not displayed */
	MatchId                  *uint64                    `protobuf:"varint,8,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	GameModifiers            *CMsgGameModifiers         `protobuf:"bytes,9,opt,name=game_modifiers,json=gameModifiers" json:"game_modifiers,omitempty"`
	TeamInfo                 []*CMsgMatchState_TeamInfo `protobuf:"bytes,10,rep,name=team_info,json=teamInfo" json:"team_info,omitempty"`
	FeatureControls          *string                    `protobuf:"bytes,11,opt,name=feature_controls,json=featureControls" json:"feature_controls,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                   `json:"-"`
	XXX_unrecognized         []byte                     `json:"-"`
	XXX_sizecache            int32                      `json:"-"`
}

func (*CMsgMatchState) Descriptor

func (*CMsgMatchState) Descriptor() ([]byte, []int)

func (*CMsgMatchState) GetFeatureControls

func (m *CMsgMatchState) GetFeatureControls() string

func (*CMsgMatchState) GetGameModifiers

func (m *CMsgMatchState) GetGameModifiers() *CMsgGameModifiers

func (*CMsgMatchState) GetGameState

func (m *CMsgMatchState) GetGameState() EGameState

func (*CMsgMatchState) GetMatchId

func (m *CMsgMatchState) GetMatchId() uint64

func (*CMsgMatchState) GetPausedStateTimeRemaining

func (m *CMsgMatchState) GetPausedStateTimeRemaining() float32

func (*CMsgMatchState) GetRoundNumber

func (m *CMsgMatchState) GetRoundNumber() int32

func (*CMsgMatchState) GetRoundState

func (m *CMsgMatchState) GetRoundState() ERoundState

func (*CMsgMatchState) GetStateChangeTime

func (m *CMsgMatchState) GetStateChangeTime() float32

func (*CMsgMatchState) GetStateDuration

func (m *CMsgMatchState) GetStateDuration() float32

func (*CMsgMatchState) GetTeamInfo

func (m *CMsgMatchState) GetTeamInfo() []*CMsgMatchState_TeamInfo

func (*CMsgMatchState) ProtoMessage

func (*CMsgMatchState) ProtoMessage()

func (*CMsgMatchState) Reset

func (m *CMsgMatchState) Reset()

func (*CMsgMatchState) String

func (m *CMsgMatchState) String() string

func (*CMsgMatchState) XXX_DiscardUnknown

func (m *CMsgMatchState) XXX_DiscardUnknown()

func (*CMsgMatchState) XXX_Marshal

func (m *CMsgMatchState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchState) XXX_Merge

func (m *CMsgMatchState) XXX_Merge(src proto.Message)

func (*CMsgMatchState) XXX_Size

func (m *CMsgMatchState) XXX_Size() int

func (*CMsgMatchState) XXX_Unmarshal

func (m *CMsgMatchState) XXX_Unmarshal(b []byte) error

type CMsgMatchState_TeamInfo

type CMsgMatchState_TeamInfo struct {
	LobbyTeam            *EDACLobbyTeam `protobuf:"varint,1,opt,name=lobby_team,json=lobbyTeam,enum=protocol.EDACLobbyTeam,def=0" json:"lobby_team,omitempty"`
	TeamName             *string        `protobuf:"bytes,2,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	TeamMmrLevel         *uint32        `protobuf:"varint,3,opt,name=team_mmr_level,json=teamMmrLevel" json:"team_mmr_level,omitempty"`
	TeamLeaderboardPlace *uint32        `protobuf:"varint,4,opt,name=team_leaderboard_place,json=teamLeaderboardPlace" json:"team_leaderboard_place,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgMatchState_TeamInfo) Descriptor

func (*CMsgMatchState_TeamInfo) Descriptor() ([]byte, []int)

func (*CMsgMatchState_TeamInfo) GetLobbyTeam

func (m *CMsgMatchState_TeamInfo) GetLobbyTeam() EDACLobbyTeam

func (*CMsgMatchState_TeamInfo) GetTeamLeaderboardPlace

func (m *CMsgMatchState_TeamInfo) GetTeamLeaderboardPlace() uint32

func (*CMsgMatchState_TeamInfo) GetTeamMmrLevel

func (m *CMsgMatchState_TeamInfo) GetTeamMmrLevel() uint32

func (*CMsgMatchState_TeamInfo) GetTeamName

func (m *CMsgMatchState_TeamInfo) GetTeamName() string

func (*CMsgMatchState_TeamInfo) ProtoMessage

func (*CMsgMatchState_TeamInfo) ProtoMessage()

func (*CMsgMatchState_TeamInfo) Reset

func (m *CMsgMatchState_TeamInfo) Reset()

func (*CMsgMatchState_TeamInfo) String

func (m *CMsgMatchState_TeamInfo) String() string

func (*CMsgMatchState_TeamInfo) XXX_DiscardUnknown

func (m *CMsgMatchState_TeamInfo) XXX_DiscardUnknown()

func (*CMsgMatchState_TeamInfo) XXX_Marshal

func (m *CMsgMatchState_TeamInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchState_TeamInfo) XXX_Merge

func (m *CMsgMatchState_TeamInfo) XXX_Merge(src proto.Message)

func (*CMsgMatchState_TeamInfo) XXX_Size

func (m *CMsgMatchState_TeamInfo) XXX_Size() int

func (*CMsgMatchState_TeamInfo) XXX_Unmarshal

func (m *CMsgMatchState_TeamInfo) XXX_Unmarshal(b []byte) error

type CMsgMatchStats

type CMsgMatchStats struct {
	Timestamp             *uint32                          `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	MatchMode             *EDACMatchMode                   `protobuf:"varint,2,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	GameMode              *EDACGameMode                    `protobuf:"varint,3,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	MmrMin                *uint32                          `protobuf:"varint,4,opt,name=mmr_min,json=mmrMin" json:"mmr_min,omitempty"`
	MmrMax                *uint32                          `protobuf:"varint,5,opt,name=mmr_max,json=mmrMax" json:"mmr_max,omitempty"`
	NumGames              *uint32                          `protobuf:"varint,10,opt,name=num_games,json=numGames" json:"num_games,omitempty"`
	NumPlayers            *uint32                          `protobuf:"varint,11,opt,name=num_players,json=numPlayers" json:"num_players,omitempty"`
	TotalDurationSeconds  *uint64                          `protobuf:"varint,12,opt,name=total_duration_seconds,json=totalDurationSeconds" json:"total_duration_seconds,omitempty"`
	TotalRounds           *uint64                          `protobuf:"varint,13,opt,name=total_rounds,json=totalRounds" json:"total_rounds,omitempty"`
	PlayerDurationSeconds *uint64                          `protobuf:"varint,14,opt,name=player_duration_seconds,json=playerDurationSeconds" json:"player_duration_seconds,omitempty"`
	PlayerRounds          *uint64                          `protobuf:"varint,15,opt,name=player_rounds,json=playerRounds" json:"player_rounds,omitempty"`
	RoundStats            []*CMsgMatchStats_RoundStats     `protobuf:"bytes,20,rep,name=round_stats,json=roundStats" json:"round_stats,omitempty"`
	UnderlordStats        []*CMsgMatchStats_UnderlordStats `protobuf:"bytes,21,rep,name=underlord_stats,json=underlordStats" json:"underlord_stats,omitempty"`
	EntityInfos           []*CMsgMatchStats_EntityInfo     `protobuf:"bytes,22,rep,name=entity_infos,json=entityInfos" json:"entity_infos,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                         `json:"-"`
	XXX_unrecognized      []byte                           `json:"-"`
	XXX_sizecache         int32                            `json:"-"`
}

func (*CMsgMatchStats) Descriptor

func (*CMsgMatchStats) Descriptor() ([]byte, []int)

func (*CMsgMatchStats) GetEntityInfos

func (m *CMsgMatchStats) GetEntityInfos() []*CMsgMatchStats_EntityInfo

func (*CMsgMatchStats) GetGameMode

func (m *CMsgMatchStats) GetGameMode() EDACGameMode

func (*CMsgMatchStats) GetMatchMode

func (m *CMsgMatchStats) GetMatchMode() EDACMatchMode

func (*CMsgMatchStats) GetMmrMax

func (m *CMsgMatchStats) GetMmrMax() uint32

func (*CMsgMatchStats) GetMmrMin

func (m *CMsgMatchStats) GetMmrMin() uint32

func (*CMsgMatchStats) GetNumGames

func (m *CMsgMatchStats) GetNumGames() uint32

func (*CMsgMatchStats) GetNumPlayers

func (m *CMsgMatchStats) GetNumPlayers() uint32

func (*CMsgMatchStats) GetPlayerDurationSeconds

func (m *CMsgMatchStats) GetPlayerDurationSeconds() uint64

func (*CMsgMatchStats) GetPlayerRounds

func (m *CMsgMatchStats) GetPlayerRounds() uint64

func (*CMsgMatchStats) GetRoundStats

func (m *CMsgMatchStats) GetRoundStats() []*CMsgMatchStats_RoundStats

func (*CMsgMatchStats) GetTimestamp

func (m *CMsgMatchStats) GetTimestamp() uint32

func (*CMsgMatchStats) GetTotalDurationSeconds

func (m *CMsgMatchStats) GetTotalDurationSeconds() uint64

func (*CMsgMatchStats) GetTotalRounds

func (m *CMsgMatchStats) GetTotalRounds() uint64

func (*CMsgMatchStats) GetUnderlordStats

func (m *CMsgMatchStats) GetUnderlordStats() []*CMsgMatchStats_UnderlordStats

func (*CMsgMatchStats) ProtoMessage

func (*CMsgMatchStats) ProtoMessage()

func (*CMsgMatchStats) Reset

func (m *CMsgMatchStats) Reset()

func (*CMsgMatchStats) String

func (m *CMsgMatchStats) String() string

func (*CMsgMatchStats) XXX_DiscardUnknown

func (m *CMsgMatchStats) XXX_DiscardUnknown()

func (*CMsgMatchStats) XXX_Marshal

func (m *CMsgMatchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchStats) XXX_Merge

func (m *CMsgMatchStats) XXX_Merge(src proto.Message)

func (*CMsgMatchStats) XXX_Size

func (m *CMsgMatchStats) XXX_Size() int

func (*CMsgMatchStats) XXX_Unmarshal

func (m *CMsgMatchStats) XXX_Unmarshal(b []byte) error

type CMsgMatchStats_EntityInfo

type CMsgMatchStats_EntityInfo struct {
	EntityId             *uint32  `protobuf:"varint,1,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	Name                 *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Type                 *string  `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchStats_EntityInfo) Descriptor

func (*CMsgMatchStats_EntityInfo) Descriptor() ([]byte, []int)

func (*CMsgMatchStats_EntityInfo) GetEntityId

func (m *CMsgMatchStats_EntityInfo) GetEntityId() uint32

func (*CMsgMatchStats_EntityInfo) GetName

func (m *CMsgMatchStats_EntityInfo) GetName() string

func (*CMsgMatchStats_EntityInfo) GetType

func (m *CMsgMatchStats_EntityInfo) GetType() string

func (*CMsgMatchStats_EntityInfo) ProtoMessage

func (*CMsgMatchStats_EntityInfo) ProtoMessage()

func (*CMsgMatchStats_EntityInfo) Reset

func (m *CMsgMatchStats_EntityInfo) Reset()

func (*CMsgMatchStats_EntityInfo) String

func (m *CMsgMatchStats_EntityInfo) String() string

func (*CMsgMatchStats_EntityInfo) XXX_DiscardUnknown

func (m *CMsgMatchStats_EntityInfo) XXX_DiscardUnknown()

func (*CMsgMatchStats_EntityInfo) XXX_Marshal

func (m *CMsgMatchStats_EntityInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchStats_EntityInfo) XXX_Merge

func (m *CMsgMatchStats_EntityInfo) XXX_Merge(src proto.Message)

func (*CMsgMatchStats_EntityInfo) XXX_Size

func (m *CMsgMatchStats_EntityInfo) XXX_Size() int

func (*CMsgMatchStats_EntityInfo) XXX_Unmarshal

func (m *CMsgMatchStats_EntityInfo) XXX_Unmarshal(b []byte) error

type CMsgMatchStats_RoundStats

type CMsgMatchStats_RoundStats struct {
	RoundMin             *uint32                          `protobuf:"varint,1,opt,name=round_min,json=roundMin" json:"round_min,omitempty"`
	RoundMax             *uint32                          `protobuf:"varint,2,opt,name=round_max,json=roundMax" json:"round_max,omitempty"`
	NumCombatRounds      *uint32                          `protobuf:"varint,3,opt,name=num_combat_rounds,json=numCombatRounds" json:"num_combat_rounds,omitempty"`
	StartingLife         *uint64                          `protobuf:"varint,4,opt,name=starting_life,json=startingLife" json:"starting_life,omitempty"`
	PlayerLevel          *uint64                          `protobuf:"varint,5,opt,name=player_level,json=playerLevel" json:"player_level,omitempty"`
	Rerolls              *uint64                          `protobuf:"varint,6,opt,name=rerolls" json:"rerolls,omitempty"`
	Gold                 *uint64                          `protobuf:"varint,7,opt,name=gold" json:"gold,omitempty"`
	InterestGold         *uint64                          `protobuf:"varint,8,opt,name=interest_gold,json=interestGold" json:"interest_gold,omitempty"`
	StreakGold           *uint64                          `protobuf:"varint,9,opt,name=streak_gold,json=streakGold" json:"streak_gold,omitempty"`
	BonusGold            *uint64                          `protobuf:"varint,10,opt,name=bonus_gold,json=bonusGold" json:"bonus_gold,omitempty"`
	TotalDamage          *uint64                          `protobuf:"varint,11,opt,name=total_damage,json=totalDamage" json:"total_damage,omitempty"`
	TotalLosses          *uint64                          `protobuf:"varint,12,opt,name=total_losses,json=totalLosses" json:"total_losses,omitempty"`
	IsCreep              *bool                            `protobuf:"varint,13,opt,name=is_creep,json=isCreep" json:"is_creep,omitempty"`
	UnitStats            []*CMsgMatchStats_RoundUnitStats `protobuf:"bytes,14,rep,name=unit_stats,json=unitStats" json:"unit_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgMatchStats_RoundStats) Descriptor

func (*CMsgMatchStats_RoundStats) Descriptor() ([]byte, []int)

func (*CMsgMatchStats_RoundStats) GetBonusGold

func (m *CMsgMatchStats_RoundStats) GetBonusGold() uint64

func (*CMsgMatchStats_RoundStats) GetGold

func (m *CMsgMatchStats_RoundStats) GetGold() uint64

func (*CMsgMatchStats_RoundStats) GetInterestGold

func (m *CMsgMatchStats_RoundStats) GetInterestGold() uint64

func (*CMsgMatchStats_RoundStats) GetIsCreep

func (m *CMsgMatchStats_RoundStats) GetIsCreep() bool

func (*CMsgMatchStats_RoundStats) GetNumCombatRounds

func (m *CMsgMatchStats_RoundStats) GetNumCombatRounds() uint32

func (*CMsgMatchStats_RoundStats) GetPlayerLevel

func (m *CMsgMatchStats_RoundStats) GetPlayerLevel() uint64

func (*CMsgMatchStats_RoundStats) GetRerolls

func (m *CMsgMatchStats_RoundStats) GetRerolls() uint64

func (*CMsgMatchStats_RoundStats) GetRoundMax

func (m *CMsgMatchStats_RoundStats) GetRoundMax() uint32

func (*CMsgMatchStats_RoundStats) GetRoundMin

func (m *CMsgMatchStats_RoundStats) GetRoundMin() uint32

func (*CMsgMatchStats_RoundStats) GetStartingLife

func (m *CMsgMatchStats_RoundStats) GetStartingLife() uint64

func (*CMsgMatchStats_RoundStats) GetStreakGold

func (m *CMsgMatchStats_RoundStats) GetStreakGold() uint64

func (*CMsgMatchStats_RoundStats) GetTotalDamage

func (m *CMsgMatchStats_RoundStats) GetTotalDamage() uint64

func (*CMsgMatchStats_RoundStats) GetTotalLosses

func (m *CMsgMatchStats_RoundStats) GetTotalLosses() uint64

func (*CMsgMatchStats_RoundStats) GetUnitStats

func (*CMsgMatchStats_RoundStats) ProtoMessage

func (*CMsgMatchStats_RoundStats) ProtoMessage()

func (*CMsgMatchStats_RoundStats) Reset

func (m *CMsgMatchStats_RoundStats) Reset()

func (*CMsgMatchStats_RoundStats) String

func (m *CMsgMatchStats_RoundStats) String() string

func (*CMsgMatchStats_RoundStats) XXX_DiscardUnknown

func (m *CMsgMatchStats_RoundStats) XXX_DiscardUnknown()

func (*CMsgMatchStats_RoundStats) XXX_Marshal

func (m *CMsgMatchStats_RoundStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchStats_RoundStats) XXX_Merge

func (m *CMsgMatchStats_RoundStats) XXX_Merge(src proto.Message)

func (*CMsgMatchStats_RoundStats) XXX_Size

func (m *CMsgMatchStats_RoundStats) XXX_Size() int

func (*CMsgMatchStats_RoundStats) XXX_Unmarshal

func (m *CMsgMatchStats_RoundStats) XXX_Unmarshal(b []byte) error

type CMsgMatchStats_RoundUnitStats

type CMsgMatchStats_RoundUnitStats struct {
	EntityId             *uint32  `protobuf:"varint,1,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	NumWins              *uint32  `protobuf:"varint,2,opt,name=num_wins,json=numWins" json:"num_wins,omitempty"`
	NumLosses            *uint32  `protobuf:"varint,3,opt,name=num_losses,json=numLosses" json:"num_losses,omitempty"`
	FinalPlace           *uint64  `protobuf:"varint,4,opt,name=final_place,json=finalPlace" json:"final_place,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchStats_RoundUnitStats) Descriptor

func (*CMsgMatchStats_RoundUnitStats) Descriptor() ([]byte, []int)

func (*CMsgMatchStats_RoundUnitStats) GetEntityId

func (m *CMsgMatchStats_RoundUnitStats) GetEntityId() uint32

func (*CMsgMatchStats_RoundUnitStats) GetFinalPlace

func (m *CMsgMatchStats_RoundUnitStats) GetFinalPlace() uint64

func (*CMsgMatchStats_RoundUnitStats) GetNumLosses

func (m *CMsgMatchStats_RoundUnitStats) GetNumLosses() uint32

func (*CMsgMatchStats_RoundUnitStats) GetNumWins

func (m *CMsgMatchStats_RoundUnitStats) GetNumWins() uint32

func (*CMsgMatchStats_RoundUnitStats) ProtoMessage

func (*CMsgMatchStats_RoundUnitStats) ProtoMessage()

func (*CMsgMatchStats_RoundUnitStats) Reset

func (m *CMsgMatchStats_RoundUnitStats) Reset()

func (*CMsgMatchStats_RoundUnitStats) String

func (*CMsgMatchStats_RoundUnitStats) XXX_DiscardUnknown

func (m *CMsgMatchStats_RoundUnitStats) XXX_DiscardUnknown()

func (*CMsgMatchStats_RoundUnitStats) XXX_Marshal

func (m *CMsgMatchStats_RoundUnitStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchStats_RoundUnitStats) XXX_Merge

func (m *CMsgMatchStats_RoundUnitStats) XXX_Merge(src proto.Message)

func (*CMsgMatchStats_RoundUnitStats) XXX_Size

func (m *CMsgMatchStats_RoundUnitStats) XXX_Size() int

func (*CMsgMatchStats_RoundUnitStats) XXX_Unmarshal

func (m *CMsgMatchStats_RoundUnitStats) XXX_Unmarshal(b []byte) error

type CMsgMatchStats_UnderlordStats

type CMsgMatchStats_UnderlordStats struct {
	UnderlordId          *uint32  `protobuf:"varint,1,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	TotalPlayers         *uint32  `protobuf:"varint,2,opt,name=total_players,json=totalPlayers" json:"total_players,omitempty"`
	TotalPlace           *uint64  `protobuf:"varint,3,opt,name=total_place,json=totalPlace" json:"total_place,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgMatchStats_UnderlordStats) Descriptor

func (*CMsgMatchStats_UnderlordStats) Descriptor() ([]byte, []int)

func (*CMsgMatchStats_UnderlordStats) GetTotalPlace

func (m *CMsgMatchStats_UnderlordStats) GetTotalPlace() uint64

func (*CMsgMatchStats_UnderlordStats) GetTotalPlayers

func (m *CMsgMatchStats_UnderlordStats) GetTotalPlayers() uint32

func (*CMsgMatchStats_UnderlordStats) GetUnderlordId

func (m *CMsgMatchStats_UnderlordStats) GetUnderlordId() uint32

func (*CMsgMatchStats_UnderlordStats) ProtoMessage

func (*CMsgMatchStats_UnderlordStats) ProtoMessage()

func (*CMsgMatchStats_UnderlordStats) Reset

func (m *CMsgMatchStats_UnderlordStats) Reset()

func (*CMsgMatchStats_UnderlordStats) String

func (*CMsgMatchStats_UnderlordStats) XXX_DiscardUnknown

func (m *CMsgMatchStats_UnderlordStats) XXX_DiscardUnknown()

func (*CMsgMatchStats_UnderlordStats) XXX_Marshal

func (m *CMsgMatchStats_UnderlordStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgMatchStats_UnderlordStats) XXX_Merge

func (m *CMsgMatchStats_UnderlordStats) XXX_Merge(src proto.Message)

func (*CMsgMatchStats_UnderlordStats) XXX_Size

func (m *CMsgMatchStats_UnderlordStats) XXX_Size() int

func (*CMsgMatchStats_UnderlordStats) XXX_Unmarshal

func (m *CMsgMatchStats_UnderlordStats) XXX_Unmarshal(b []byte) error

type CMsgModifierName

type CMsgModifierName struct {
	ModifierList         []*CMsgModifierName_Modifier `protobuf:"bytes,1,rep,name=modifier_list,json=modifierList" json:"modifier_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CMsgModifierName) Descriptor

func (*CMsgModifierName) Descriptor() ([]byte, []int)

func (*CMsgModifierName) GetModifierList

func (m *CMsgModifierName) GetModifierList() []*CMsgModifierName_Modifier

func (*CMsgModifierName) ProtoMessage

func (*CMsgModifierName) ProtoMessage()

func (*CMsgModifierName) Reset

func (m *CMsgModifierName) Reset()

func (*CMsgModifierName) String

func (m *CMsgModifierName) String() string

func (*CMsgModifierName) XXX_DiscardUnknown

func (m *CMsgModifierName) XXX_DiscardUnknown()

func (*CMsgModifierName) XXX_Marshal

func (m *CMsgModifierName) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgModifierName) XXX_Merge

func (m *CMsgModifierName) XXX_Merge(src proto.Message)

func (*CMsgModifierName) XXX_Size

func (m *CMsgModifierName) XXX_Size() int

func (*CMsgModifierName) XXX_Unmarshal

func (m *CMsgModifierName) XXX_Unmarshal(b []byte) error

type CMsgModifierName_Modifier

type CMsgModifierName_Modifier struct {
	ModifierId           *uint32  `protobuf:"varint,1,req,name=modifier_id,json=modifierId" json:"modifier_id,omitempty"`
	ModifierName         *string  `protobuf:"bytes,2,req,name=modifier_name,json=modifierName" json:"modifier_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgModifierName_Modifier) Descriptor

func (*CMsgModifierName_Modifier) Descriptor() ([]byte, []int)

func (*CMsgModifierName_Modifier) GetModifierId

func (m *CMsgModifierName_Modifier) GetModifierId() uint32

func (*CMsgModifierName_Modifier) GetModifierName

func (m *CMsgModifierName_Modifier) GetModifierName() string

func (*CMsgModifierName_Modifier) ProtoMessage

func (*CMsgModifierName_Modifier) ProtoMessage()

func (*CMsgModifierName_Modifier) Reset

func (m *CMsgModifierName_Modifier) Reset()

func (*CMsgModifierName_Modifier) String

func (m *CMsgModifierName_Modifier) String() string

func (*CMsgModifierName_Modifier) XXX_DiscardUnknown

func (m *CMsgModifierName_Modifier) XXX_DiscardUnknown()

func (*CMsgModifierName_Modifier) XXX_Marshal

func (m *CMsgModifierName_Modifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgModifierName_Modifier) XXX_Merge

func (m *CMsgModifierName_Modifier) XXX_Merge(src proto.Message)

func (*CMsgModifierName_Modifier) XXX_Size

func (m *CMsgModifierName_Modifier) XXX_Size() int

func (*CMsgModifierName_Modifier) XXX_Unmarshal

func (m *CMsgModifierName_Modifier) XXX_Unmarshal(b []byte) error

type CMsgNetBufferContents

type CMsgNetBufferContents struct {
	IsDiff               *bool          `protobuf:"varint,1,opt,name=is_diff,json=isDiff" json:"is_diff,omitempty"`
	IsLast               *bool          `protobuf:"varint,2,opt,name=is_last,json=isLast" json:"is_last,omitempty"`
	Payload              []byte         `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"`
	UnpackedStateSize    *uint32        `protobuf:"varint,4,opt,name=unpacked_state_size,json=unpackedStateSize" json:"unpacked_state_size,omitempty"`
	NetBufferType        *EDACNetBuffer `` /* 130-byte string literal not displayed */
	NetBufferId          *uint32        `protobuf:"varint,6,opt,name=net_buffer_id,json=netBufferId" json:"net_buffer_id,omitempty"`
	ServerTimeMs         *uint32        `protobuf:"varint,7,opt,name=server_time_ms,json=serverTimeMs" json:"server_time_ms,omitempty"`
	IsResultCompressed   *bool          `protobuf:"varint,8,opt,name=is_result_compressed,json=isResultCompressed" json:"is_result_compressed,omitempty"`
	IsUpdateCompressed   *bool          `protobuf:"varint,9,opt,name=is_update_compressed,json=isUpdateCompressed" json:"is_update_compressed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgNetBufferContents) Descriptor

func (*CMsgNetBufferContents) Descriptor() ([]byte, []int)

func (*CMsgNetBufferContents) GetIsDiff

func (m *CMsgNetBufferContents) GetIsDiff() bool

func (*CMsgNetBufferContents) GetIsLast

func (m *CMsgNetBufferContents) GetIsLast() bool

func (*CMsgNetBufferContents) GetIsResultCompressed

func (m *CMsgNetBufferContents) GetIsResultCompressed() bool

func (*CMsgNetBufferContents) GetIsUpdateCompressed

func (m *CMsgNetBufferContents) GetIsUpdateCompressed() bool

func (*CMsgNetBufferContents) GetNetBufferId

func (m *CMsgNetBufferContents) GetNetBufferId() uint32

func (*CMsgNetBufferContents) GetNetBufferType

func (m *CMsgNetBufferContents) GetNetBufferType() EDACNetBuffer

func (*CMsgNetBufferContents) GetPayload

func (m *CMsgNetBufferContents) GetPayload() []byte

func (*CMsgNetBufferContents) GetServerTimeMs

func (m *CMsgNetBufferContents) GetServerTimeMs() uint32

func (*CMsgNetBufferContents) GetUnpackedStateSize

func (m *CMsgNetBufferContents) GetUnpackedStateSize() uint32

func (*CMsgNetBufferContents) ProtoMessage

func (*CMsgNetBufferContents) ProtoMessage()

func (*CMsgNetBufferContents) Reset

func (m *CMsgNetBufferContents) Reset()

func (*CMsgNetBufferContents) String

func (m *CMsgNetBufferContents) String() string

func (*CMsgNetBufferContents) XXX_DiscardUnknown

func (m *CMsgNetBufferContents) XXX_DiscardUnknown()

func (*CMsgNetBufferContents) XXX_Marshal

func (m *CMsgNetBufferContents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNetBufferContents) XXX_Merge

func (m *CMsgNetBufferContents) XXX_Merge(src proto.Message)

func (*CMsgNetBufferContents) XXX_Size

func (m *CMsgNetBufferContents) XXX_Size() int

func (*CMsgNetBufferContents) XXX_Unmarshal

func (m *CMsgNetBufferContents) XXX_Unmarshal(b []byte) error

type CMsgNetBufferRemoved

type CMsgNetBufferRemoved struct {
	NetBufferType        *EDACNetBuffer `` /* 130-byte string literal not displayed */
	NetBufferId          *uint32        `protobuf:"varint,6,opt,name=net_buffer_id,json=netBufferId" json:"net_buffer_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgNetBufferRemoved) Descriptor

func (*CMsgNetBufferRemoved) Descriptor() ([]byte, []int)

func (*CMsgNetBufferRemoved) GetNetBufferId

func (m *CMsgNetBufferRemoved) GetNetBufferId() uint32

func (*CMsgNetBufferRemoved) GetNetBufferType

func (m *CMsgNetBufferRemoved) GetNetBufferType() EDACNetBuffer

func (*CMsgNetBufferRemoved) ProtoMessage

func (*CMsgNetBufferRemoved) ProtoMessage()

func (*CMsgNetBufferRemoved) Reset

func (m *CMsgNetBufferRemoved) Reset()

func (*CMsgNetBufferRemoved) String

func (m *CMsgNetBufferRemoved) String() string

func (*CMsgNetBufferRemoved) XXX_DiscardUnknown

func (m *CMsgNetBufferRemoved) XXX_DiscardUnknown()

func (*CMsgNetBufferRemoved) XXX_Marshal

func (m *CMsgNetBufferRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNetBufferRemoved) XXX_Merge

func (m *CMsgNetBufferRemoved) XXX_Merge(src proto.Message)

func (*CMsgNetBufferRemoved) XXX_Size

func (m *CMsgNetBufferRemoved) XXX_Size() int

func (*CMsgNetBufferRemoved) XXX_Unmarshal

func (m *CMsgNetBufferRemoved) XXX_Unmarshal(b []byte) error

type CMsgNotificationOfSuspiciousActivity

type CMsgNotificationOfSuspiciousActivity struct {
	Steamid              *uint64                                                     `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                *uint32                                                     `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	MultipleInstances    *CMsgNotificationOfSuspiciousActivity_MultipleGameInstances `protobuf:"bytes,3,opt,name=multiple_instances,json=multipleInstances" json:"multiple_instances,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                    `json:"-"`
	XXX_unrecognized     []byte                                                      `json:"-"`
	XXX_sizecache        int32                                                       `json:"-"`
}

func (*CMsgNotificationOfSuspiciousActivity) Descriptor

func (*CMsgNotificationOfSuspiciousActivity) Descriptor() ([]byte, []int)

func (*CMsgNotificationOfSuspiciousActivity) GetAppid

func (*CMsgNotificationOfSuspiciousActivity) GetMultipleInstances

func (*CMsgNotificationOfSuspiciousActivity) GetSteamid

func (*CMsgNotificationOfSuspiciousActivity) ProtoMessage

func (*CMsgNotificationOfSuspiciousActivity) ProtoMessage()

func (*CMsgNotificationOfSuspiciousActivity) Reset

func (*CMsgNotificationOfSuspiciousActivity) String

func (*CMsgNotificationOfSuspiciousActivity) XXX_DiscardUnknown

func (m *CMsgNotificationOfSuspiciousActivity) XXX_DiscardUnknown()

func (*CMsgNotificationOfSuspiciousActivity) XXX_Marshal

func (m *CMsgNotificationOfSuspiciousActivity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNotificationOfSuspiciousActivity) XXX_Merge

func (*CMsgNotificationOfSuspiciousActivity) XXX_Size

func (*CMsgNotificationOfSuspiciousActivity) XXX_Unmarshal

func (m *CMsgNotificationOfSuspiciousActivity) XXX_Unmarshal(b []byte) error

type CMsgNotificationOfSuspiciousActivity_MultipleGameInstances

type CMsgNotificationOfSuspiciousActivity_MultipleGameInstances struct {
	AppInstanceCount     *uint32  `protobuf:"varint,1,opt,name=app_instance_count,json=appInstanceCount" json:"app_instance_count,omitempty"`
	OtherSteamids        []uint64 `protobuf:"fixed64,2,rep,name=other_steamids,json=otherSteamids" json:"other_steamids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) Descriptor

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) GetAppInstanceCount

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) GetOtherSteamids

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) ProtoMessage

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) Reset

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) String

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_DiscardUnknown

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Marshal

func (m *CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Merge

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Size

func (*CMsgNotificationOfSuspiciousActivity_MultipleGameInstances) XXX_Unmarshal

type CMsgNotifyWatchdog

type CMsgNotifyWatchdog struct {
	Source               *uint32  `protobuf:"varint,1,opt,name=source" json:"source,omitempty"`
	AlertType            *uint32  `protobuf:"varint,2,opt,name=alert_type,json=alertType" json:"alert_type,omitempty"`
	Critical             *bool    `protobuf:"varint,4,opt,name=critical" json:"critical,omitempty"`
	Time                 *uint32  `protobuf:"varint,5,opt,name=time" json:"time,omitempty"`
	Appid                *uint32  `protobuf:"varint,6,opt,name=appid" json:"appid,omitempty"`
	Text                 *string  `protobuf:"bytes,7,opt,name=text" json:"text,omitempty"`
	Recipient            *string  `protobuf:"bytes,12,opt,name=recipient" json:"recipient,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgNotifyWatchdog) Descriptor

func (*CMsgNotifyWatchdog) Descriptor() ([]byte, []int)

func (*CMsgNotifyWatchdog) GetAlertType

func (m *CMsgNotifyWatchdog) GetAlertType() uint32

func (*CMsgNotifyWatchdog) GetAppid

func (m *CMsgNotifyWatchdog) GetAppid() uint32

func (*CMsgNotifyWatchdog) GetCritical

func (m *CMsgNotifyWatchdog) GetCritical() bool

func (*CMsgNotifyWatchdog) GetRecipient

func (m *CMsgNotifyWatchdog) GetRecipient() string

func (*CMsgNotifyWatchdog) GetSource

func (m *CMsgNotifyWatchdog) GetSource() uint32

func (*CMsgNotifyWatchdog) GetText

func (m *CMsgNotifyWatchdog) GetText() string

func (*CMsgNotifyWatchdog) GetTime

func (m *CMsgNotifyWatchdog) GetTime() uint32

func (*CMsgNotifyWatchdog) ProtoMessage

func (*CMsgNotifyWatchdog) ProtoMessage()

func (*CMsgNotifyWatchdog) Reset

func (m *CMsgNotifyWatchdog) Reset()

func (*CMsgNotifyWatchdog) String

func (m *CMsgNotifyWatchdog) String() string

func (*CMsgNotifyWatchdog) XXX_DiscardUnknown

func (m *CMsgNotifyWatchdog) XXX_DiscardUnknown()

func (*CMsgNotifyWatchdog) XXX_Marshal

func (m *CMsgNotifyWatchdog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgNotifyWatchdog) XXX_Merge

func (m *CMsgNotifyWatchdog) XXX_Merge(src proto.Message)

func (*CMsgNotifyWatchdog) XXX_Size

func (m *CMsgNotifyWatchdog) XXX_Size() int

func (*CMsgNotifyWatchdog) XXX_Unmarshal

func (m *CMsgNotifyWatchdog) XXX_Unmarshal(b []byte) error

type CMsgPackageLicense

type CMsgPackageLicense struct {
	PackageId            *uint32  `protobuf:"varint,1,opt,name=package_id,json=packageId" json:"package_id,omitempty"`
	TimeCreated          *uint32  `protobuf:"varint,2,opt,name=time_created,json=timeCreated" json:"time_created,omitempty"`
	OwnerId              *uint32  `protobuf:"varint,3,opt,name=owner_id,json=ownerId" json:"owner_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPackageLicense) Descriptor

func (*CMsgPackageLicense) Descriptor() ([]byte, []int)

func (*CMsgPackageLicense) GetOwnerId

func (m *CMsgPackageLicense) GetOwnerId() uint32

func (*CMsgPackageLicense) GetPackageId

func (m *CMsgPackageLicense) GetPackageId() uint32

func (*CMsgPackageLicense) GetTimeCreated

func (m *CMsgPackageLicense) GetTimeCreated() uint32

func (*CMsgPackageLicense) ProtoMessage

func (*CMsgPackageLicense) ProtoMessage()

func (*CMsgPackageLicense) Reset

func (m *CMsgPackageLicense) Reset()

func (*CMsgPackageLicense) String

func (m *CMsgPackageLicense) String() string

func (*CMsgPackageLicense) XXX_DiscardUnknown

func (m *CMsgPackageLicense) XXX_DiscardUnknown()

func (*CMsgPackageLicense) XXX_Marshal

func (m *CMsgPackageLicense) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPackageLicense) XXX_Merge

func (m *CMsgPackageLicense) XXX_Merge(src proto.Message)

func (*CMsgPackageLicense) XXX_Size

func (m *CMsgPackageLicense) XXX_Size() int

func (*CMsgPackageLicense) XXX_Unmarshal

func (m *CMsgPackageLicense) XXX_Unmarshal(b []byte) error

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 CMsgPartyMMInfo

type CMsgPartyMMInfo struct {
	Platform              *EDACPlatform              `protobuf:"varint,1,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	PingTimes             *CMsgRegionPingTimesClient `protobuf:"bytes,2,opt,name=ping_times,json=pingTimes" json:"ping_times,omitempty"`
	ClientVersion         *uint32                    `protobuf:"varint,3,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	RegionMode            *EDACRegionMode            `protobuf:"varint,5,opt,name=region_mode,json=regionMode,enum=protocol.EDACRegionMode,def=0" json:"region_mode,omitempty"`
	ActiveChallengeSlotId *uint32                    `protobuf:"varint,6,opt,name=active_challenge_slot_id,json=activeChallengeSlotId" json:"active_challenge_slot_id,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                   `json:"-"`
	XXX_unrecognized      []byte                     `json:"-"`
	XXX_sizecache         int32                      `json:"-"`
}

func (*CMsgPartyMMInfo) Descriptor

func (*CMsgPartyMMInfo) Descriptor() ([]byte, []int)

func (*CMsgPartyMMInfo) GetActiveChallengeSlotId

func (m *CMsgPartyMMInfo) GetActiveChallengeSlotId() uint32

func (*CMsgPartyMMInfo) GetClientVersion

func (m *CMsgPartyMMInfo) GetClientVersion() uint32

func (*CMsgPartyMMInfo) GetPingTimes

func (m *CMsgPartyMMInfo) GetPingTimes() *CMsgRegionPingTimesClient

func (*CMsgPartyMMInfo) GetPlatform

func (m *CMsgPartyMMInfo) GetPlatform() EDACPlatform

func (*CMsgPartyMMInfo) GetRegionMode

func (m *CMsgPartyMMInfo) GetRegionMode() EDACRegionMode

func (*CMsgPartyMMInfo) ProtoMessage

func (*CMsgPartyMMInfo) ProtoMessage()

func (*CMsgPartyMMInfo) Reset

func (m *CMsgPartyMMInfo) Reset()

func (*CMsgPartyMMInfo) String

func (m *CMsgPartyMMInfo) String() string

func (*CMsgPartyMMInfo) XXX_DiscardUnknown

func (m *CMsgPartyMMInfo) XXX_DiscardUnknown()

func (*CMsgPartyMMInfo) XXX_Marshal

func (m *CMsgPartyMMInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPartyMMInfo) XXX_Merge

func (m *CMsgPartyMMInfo) XXX_Merge(src proto.Message)

func (*CMsgPartyMMInfo) XXX_Size

func (m *CMsgPartyMMInfo) XXX_Size() int

func (*CMsgPartyMMInfo) XXX_Unmarshal

func (m *CMsgPartyMMInfo) XXX_Unmarshal(b []byte) error

type CMsgPlayerAcquiredItem

type CMsgPlayerAcquiredItem struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	ItemId               *int32   `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,3,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerAcquiredItem) Descriptor

func (*CMsgPlayerAcquiredItem) Descriptor() ([]byte, []int)

func (*CMsgPlayerAcquiredItem) GetItemId

func (m *CMsgPlayerAcquiredItem) GetItemId() int32

func (*CMsgPlayerAcquiredItem) GetNotificationId

func (m *CMsgPlayerAcquiredItem) GetNotificationId() uint32

func (*CMsgPlayerAcquiredItem) GetPlayerSlot

func (m *CMsgPlayerAcquiredItem) GetPlayerSlot() uint32

func (*CMsgPlayerAcquiredItem) ProtoMessage

func (*CMsgPlayerAcquiredItem) ProtoMessage()

func (*CMsgPlayerAcquiredItem) Reset

func (m *CMsgPlayerAcquiredItem) Reset()

func (*CMsgPlayerAcquiredItem) String

func (m *CMsgPlayerAcquiredItem) String() string

func (*CMsgPlayerAcquiredItem) XXX_DiscardUnknown

func (m *CMsgPlayerAcquiredItem) XXX_DiscardUnknown()

func (*CMsgPlayerAcquiredItem) XXX_Marshal

func (m *CMsgPlayerAcquiredItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerAcquiredItem) XXX_Merge

func (m *CMsgPlayerAcquiredItem) XXX_Merge(src proto.Message)

func (*CMsgPlayerAcquiredItem) XXX_Size

func (m *CMsgPlayerAcquiredItem) XXX_Size() int

func (*CMsgPlayerAcquiredItem) XXX_Unmarshal

func (m *CMsgPlayerAcquiredItem) XXX_Unmarshal(b []byte) error

type CMsgPlayerChallengeCompletePrediction

type CMsgPlayerChallengeCompletePrediction struct {
	EventId              *uint32  `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	ChallengeId          *uint32  `protobuf:"varint,3,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	ConfigId             *uint32  `protobuf:"varint,4,opt,name=config_id,json=configId" json:"config_id,omitempty"`
	InitialProgress      *uint32  `protobuf:"varint,5,opt,name=initial_progress,json=initialProgress" json:"initial_progress,omitempty"`
	PredictedTotal       *uint32  `protobuf:"varint,6,opt,name=predicted_total,json=predictedTotal" json:"predicted_total,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerChallengeCompletePrediction) Descriptor

func (*CMsgPlayerChallengeCompletePrediction) Descriptor() ([]byte, []int)

func (*CMsgPlayerChallengeCompletePrediction) GetChallengeId

func (m *CMsgPlayerChallengeCompletePrediction) GetChallengeId() uint32

func (*CMsgPlayerChallengeCompletePrediction) GetConfigId

func (*CMsgPlayerChallengeCompletePrediction) GetEventId

func (*CMsgPlayerChallengeCompletePrediction) GetInitialProgress

func (m *CMsgPlayerChallengeCompletePrediction) GetInitialProgress() uint32

func (*CMsgPlayerChallengeCompletePrediction) GetPredictedTotal

func (m *CMsgPlayerChallengeCompletePrediction) GetPredictedTotal() uint32

func (*CMsgPlayerChallengeCompletePrediction) GetSlotId

func (*CMsgPlayerChallengeCompletePrediction) ProtoMessage

func (*CMsgPlayerChallengeCompletePrediction) ProtoMessage()

func (*CMsgPlayerChallengeCompletePrediction) Reset

func (*CMsgPlayerChallengeCompletePrediction) String

func (*CMsgPlayerChallengeCompletePrediction) XXX_DiscardUnknown

func (m *CMsgPlayerChallengeCompletePrediction) XXX_DiscardUnknown()

func (*CMsgPlayerChallengeCompletePrediction) XXX_Marshal

func (m *CMsgPlayerChallengeCompletePrediction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerChallengeCompletePrediction) XXX_Merge

func (*CMsgPlayerChallengeCompletePrediction) XXX_Size

func (*CMsgPlayerChallengeCompletePrediction) XXX_Unmarshal

func (m *CMsgPlayerChallengeCompletePrediction) XXX_Unmarshal(b []byte) error

type CMsgPlayerCombatResult

type CMsgPlayerCombatResult struct {
	PlayerSlot         *uint32                                `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	Result             *ERoundCombatResult                    `protobuf:"varint,4,opt,name=result,enum=protocol.ERoundCombatResult,def=0" json:"result,omitempty"`
	DamageTaken        *uint32                                `protobuf:"varint,5,opt,name=damage_taken,json=damageTaken" json:"damage_taken,omitempty"`
	DamageSources      []*CMsgPlayerCombatResult_DamageSource `protobuf:"bytes,6,rep,name=damage_sources,json=damageSources" json:"damage_sources,omitempty"`
	AegisUsed          *bool                                  `protobuf:"varint,7,opt,name=aegis_used,json=aegisUsed" json:"aegis_used,omitempty"`
	VictoryLevel       *ERoundVictoryLevel                    `` /* 130-byte string literal not displayed */
	NotificationId     *uint32                                `protobuf:"varint,9,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	TotalGold          *uint32                                `protobuf:"varint,11,opt,name=total_gold,json=totalGold" json:"total_gold,omitempty"`
	GoldFromInterest   *uint32                                `protobuf:"varint,12,opt,name=gold_from_interest,json=goldFromInterest" json:"gold_from_interest,omitempty"`
	GoldFromStreak     *uint32                                `protobuf:"varint,13,opt,name=gold_from_streak,json=goldFromStreak" json:"gold_from_streak,omitempty"`
	GoldFromItems      *uint32                                `protobuf:"varint,14,opt,name=gold_from_items,json=goldFromItems" json:"gold_from_items,omitempty"`
	GoldFromRoundBonus *uint32                                `protobuf:"varint,15,opt,name=gold_from_round_bonus,json=goldFromRoundBonus" json:"gold_from_round_bonus,omitempty"`
	GoldFromVictory    *uint32                                `protobuf:"varint,16,opt,name=gold_from_victory,json=goldFromVictory" json:"gold_from_victory,omitempty"`
	FreeReroll         *bool                                  `protobuf:"varint,17,opt,name=free_reroll,json=freeReroll" json:"free_reroll,omitempty"`
	// Types that are valid to be assigned to Opponent:
	//	*CMsgPlayerCombatResult_OpponentPlayerSlot
	//	*CMsgPlayerCombatResult_OpponentNeutralWave
	Opponent             isCMsgPlayerCombatResult_Opponent `protobuf_oneof:"opponent"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*CMsgPlayerCombatResult) Descriptor

func (*CMsgPlayerCombatResult) Descriptor() ([]byte, []int)

func (*CMsgPlayerCombatResult) GetAegisUsed

func (m *CMsgPlayerCombatResult) GetAegisUsed() bool

func (*CMsgPlayerCombatResult) GetDamageSources

func (*CMsgPlayerCombatResult) GetDamageTaken

func (m *CMsgPlayerCombatResult) GetDamageTaken() uint32

func (*CMsgPlayerCombatResult) GetFreeReroll

func (m *CMsgPlayerCombatResult) GetFreeReroll() bool

func (*CMsgPlayerCombatResult) GetGoldFromInterest

func (m *CMsgPlayerCombatResult) GetGoldFromInterest() uint32

func (*CMsgPlayerCombatResult) GetGoldFromItems

func (m *CMsgPlayerCombatResult) GetGoldFromItems() uint32

func (*CMsgPlayerCombatResult) GetGoldFromRoundBonus

func (m *CMsgPlayerCombatResult) GetGoldFromRoundBonus() uint32

func (*CMsgPlayerCombatResult) GetGoldFromStreak

func (m *CMsgPlayerCombatResult) GetGoldFromStreak() uint32

func (*CMsgPlayerCombatResult) GetGoldFromVictory

func (m *CMsgPlayerCombatResult) GetGoldFromVictory() uint32

func (*CMsgPlayerCombatResult) GetNotificationId

func (m *CMsgPlayerCombatResult) GetNotificationId() uint32

func (*CMsgPlayerCombatResult) GetOpponent

func (m *CMsgPlayerCombatResult) GetOpponent() isCMsgPlayerCombatResult_Opponent

func (*CMsgPlayerCombatResult) GetOpponentNeutralWave

func (m *CMsgPlayerCombatResult) GetOpponentNeutralWave() uint32

func (*CMsgPlayerCombatResult) GetOpponentPlayerSlot

func (m *CMsgPlayerCombatResult) GetOpponentPlayerSlot() uint32

func (*CMsgPlayerCombatResult) GetPlayerSlot

func (m *CMsgPlayerCombatResult) GetPlayerSlot() uint32

func (*CMsgPlayerCombatResult) GetResult

func (*CMsgPlayerCombatResult) GetTotalGold

func (m *CMsgPlayerCombatResult) GetTotalGold() uint32

func (*CMsgPlayerCombatResult) GetVictoryLevel

func (m *CMsgPlayerCombatResult) GetVictoryLevel() ERoundVictoryLevel

func (*CMsgPlayerCombatResult) ProtoMessage

func (*CMsgPlayerCombatResult) ProtoMessage()

func (*CMsgPlayerCombatResult) Reset

func (m *CMsgPlayerCombatResult) Reset()

func (*CMsgPlayerCombatResult) String

func (m *CMsgPlayerCombatResult) String() string

func (*CMsgPlayerCombatResult) XXX_DiscardUnknown

func (m *CMsgPlayerCombatResult) XXX_DiscardUnknown()

func (*CMsgPlayerCombatResult) XXX_Marshal

func (m *CMsgPlayerCombatResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerCombatResult) XXX_Merge

func (m *CMsgPlayerCombatResult) XXX_Merge(src proto.Message)

func (*CMsgPlayerCombatResult) XXX_OneofWrappers

func (*CMsgPlayerCombatResult) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*CMsgPlayerCombatResult) XXX_Size

func (m *CMsgPlayerCombatResult) XXX_Size() int

func (*CMsgPlayerCombatResult) XXX_Unmarshal

func (m *CMsgPlayerCombatResult) XXX_Unmarshal(b []byte) error

type CMsgPlayerCombatResult_DamageSource

type CMsgPlayerCombatResult_DamageSource struct {
	Type                 *EDamageSourceType `protobuf:"varint,1,req,name=type,enum=protocol.EDamageSourceType,def=0" json:"type,omitempty"`
	EntityId             *int32             `protobuf:"varint,2,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	Rank                 *int32             `protobuf:"varint,3,opt,name=rank" json:"rank,omitempty"`
	DamageDealt          *int32             `protobuf:"varint,4,opt,name=damage_dealt,json=damageDealt" json:"damage_dealt,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgPlayerCombatResult_DamageSource) Descriptor

func (*CMsgPlayerCombatResult_DamageSource) Descriptor() ([]byte, []int)

func (*CMsgPlayerCombatResult_DamageSource) GetDamageDealt

func (m *CMsgPlayerCombatResult_DamageSource) GetDamageDealt() int32

func (*CMsgPlayerCombatResult_DamageSource) GetEntityId

func (m *CMsgPlayerCombatResult_DamageSource) GetEntityId() int32

func (*CMsgPlayerCombatResult_DamageSource) GetRank

func (*CMsgPlayerCombatResult_DamageSource) GetType

func (*CMsgPlayerCombatResult_DamageSource) ProtoMessage

func (*CMsgPlayerCombatResult_DamageSource) ProtoMessage()

func (*CMsgPlayerCombatResult_DamageSource) Reset

func (*CMsgPlayerCombatResult_DamageSource) String

func (*CMsgPlayerCombatResult_DamageSource) XXX_DiscardUnknown

func (m *CMsgPlayerCombatResult_DamageSource) XXX_DiscardUnknown()

func (*CMsgPlayerCombatResult_DamageSource) XXX_Marshal

func (m *CMsgPlayerCombatResult_DamageSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerCombatResult_DamageSource) XXX_Merge

func (*CMsgPlayerCombatResult_DamageSource) XXX_Size

func (*CMsgPlayerCombatResult_DamageSource) XXX_Unmarshal

func (m *CMsgPlayerCombatResult_DamageSource) XXX_Unmarshal(b []byte) error

type CMsgPlayerCombatResult_OpponentNeutralWave

type CMsgPlayerCombatResult_OpponentNeutralWave struct {
	OpponentNeutralWave uint32 `protobuf:"varint,3,opt,name=opponent_neutral_wave,json=opponentNeutralWave,oneof"`
}

type CMsgPlayerCombatResult_OpponentPlayerSlot

type CMsgPlayerCombatResult_OpponentPlayerSlot struct {
	OpponentPlayerSlot uint32 `protobuf:"varint,2,opt,name=opponent_player_slot,json=opponentPlayerSlot,oneof"`
}

type CMsgPlayerCombinedHero

type CMsgPlayerCombinedHero struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	UnitId               *int32   `protobuf:"varint,2,opt,name=unit_id,json=unitId" json:"unit_id,omitempty"`
	NewRank              *uint32  `protobuf:"varint,3,opt,name=new_rank,json=newRank" json:"new_rank,omitempty"`
	Entindex             *uint32  `protobuf:"varint,4,opt,name=entindex" json:"entindex,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,5,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	DuosCombine          *bool    `protobuf:"varint,6,opt,name=duos_combine,json=duosCombine" json:"duos_combine,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerCombinedHero) Descriptor

func (*CMsgPlayerCombinedHero) Descriptor() ([]byte, []int)

func (*CMsgPlayerCombinedHero) GetDuosCombine

func (m *CMsgPlayerCombinedHero) GetDuosCombine() bool

func (*CMsgPlayerCombinedHero) GetEntindex

func (m *CMsgPlayerCombinedHero) GetEntindex() uint32

func (*CMsgPlayerCombinedHero) GetNewRank

func (m *CMsgPlayerCombinedHero) GetNewRank() uint32

func (*CMsgPlayerCombinedHero) GetNotificationId

func (m *CMsgPlayerCombinedHero) GetNotificationId() uint32

func (*CMsgPlayerCombinedHero) GetPlayerSlot

func (m *CMsgPlayerCombinedHero) GetPlayerSlot() uint32

func (*CMsgPlayerCombinedHero) GetUnitId

func (m *CMsgPlayerCombinedHero) GetUnitId() int32

func (*CMsgPlayerCombinedHero) ProtoMessage

func (*CMsgPlayerCombinedHero) ProtoMessage()

func (*CMsgPlayerCombinedHero) Reset

func (m *CMsgPlayerCombinedHero) Reset()

func (*CMsgPlayerCombinedHero) String

func (m *CMsgPlayerCombinedHero) String() string

func (*CMsgPlayerCombinedHero) XXX_DiscardUnknown

func (m *CMsgPlayerCombinedHero) XXX_DiscardUnknown()

func (*CMsgPlayerCombinedHero) XXX_Marshal

func (m *CMsgPlayerCombinedHero) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerCombinedHero) XXX_Merge

func (m *CMsgPlayerCombinedHero) XXX_Merge(src proto.Message)

func (*CMsgPlayerCombinedHero) XXX_Size

func (m *CMsgPlayerCombinedHero) XXX_Size() int

func (*CMsgPlayerCombinedHero) XXX_Unmarshal

func (m *CMsgPlayerCombinedHero) XXX_Unmarshal(b []byte) error

type CMsgPlayerEliminated

type CMsgPlayerEliminated struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	FinalPosition        *uint32  `protobuf:"varint,2,opt,name=final_position,json=finalPosition" json:"final_position,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,3,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	OpponentPlayerSlot   *uint32  `protobuf:"varint,4,opt,name=opponent_player_slot,json=opponentPlayerSlot" json:"opponent_player_slot,omitempty"`
	WasHeadToHead        *bool    `protobuf:"varint,5,opt,name=was_head_to_head,json=wasHeadToHead" json:"was_head_to_head,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerEliminated) Descriptor

func (*CMsgPlayerEliminated) Descriptor() ([]byte, []int)

func (*CMsgPlayerEliminated) GetFinalPosition

func (m *CMsgPlayerEliminated) GetFinalPosition() uint32

func (*CMsgPlayerEliminated) GetNotificationId

func (m *CMsgPlayerEliminated) GetNotificationId() uint32

func (*CMsgPlayerEliminated) GetOpponentPlayerSlot

func (m *CMsgPlayerEliminated) GetOpponentPlayerSlot() uint32

func (*CMsgPlayerEliminated) GetPlayerSlot

func (m *CMsgPlayerEliminated) GetPlayerSlot() uint32

func (*CMsgPlayerEliminated) GetWasHeadToHead

func (m *CMsgPlayerEliminated) GetWasHeadToHead() bool

func (*CMsgPlayerEliminated) ProtoMessage

func (*CMsgPlayerEliminated) ProtoMessage()

func (*CMsgPlayerEliminated) Reset

func (m *CMsgPlayerEliminated) Reset()

func (*CMsgPlayerEliminated) String

func (m *CMsgPlayerEliminated) String() string

func (*CMsgPlayerEliminated) XXX_DiscardUnknown

func (m *CMsgPlayerEliminated) XXX_DiscardUnknown()

func (*CMsgPlayerEliminated) XXX_Marshal

func (m *CMsgPlayerEliminated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerEliminated) XXX_Merge

func (m *CMsgPlayerEliminated) XXX_Merge(src proto.Message)

func (*CMsgPlayerEliminated) XXX_Size

func (m *CMsgPlayerEliminated) XXX_Size() int

func (*CMsgPlayerEliminated) XXX_Unmarshal

func (m *CMsgPlayerEliminated) XXX_Unmarshal(b []byte) error

type CMsgPlayerInfo

type CMsgPlayerInfo struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Xuid                 *uint64  `protobuf:"fixed64,2,opt,name=xuid" json:"xuid,omitempty"`
	Userid               *int32   `protobuf:"varint,3,opt,name=userid" json:"userid,omitempty"`
	Steamid              *uint64  `protobuf:"fixed64,4,opt,name=steamid" json:"steamid,omitempty"`
	Fakeplayer           *bool    `protobuf:"varint,5,opt,name=fakeplayer" json:"fakeplayer,omitempty"`
	Ishltv               *bool    `protobuf:"varint,6,opt,name=ishltv" json:"ishltv,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerInfo) Descriptor

func (*CMsgPlayerInfo) Descriptor() ([]byte, []int)

func (*CMsgPlayerInfo) GetFakeplayer

func (m *CMsgPlayerInfo) GetFakeplayer() bool

func (*CMsgPlayerInfo) GetIshltv

func (m *CMsgPlayerInfo) GetIshltv() bool

func (*CMsgPlayerInfo) GetName

func (m *CMsgPlayerInfo) GetName() string

func (*CMsgPlayerInfo) GetSteamid

func (m *CMsgPlayerInfo) GetSteamid() uint64

func (*CMsgPlayerInfo) GetUserid

func (m *CMsgPlayerInfo) GetUserid() int32

func (*CMsgPlayerInfo) GetXuid

func (m *CMsgPlayerInfo) GetXuid() uint64

func (*CMsgPlayerInfo) ProtoMessage

func (*CMsgPlayerInfo) ProtoMessage()

func (*CMsgPlayerInfo) Reset

func (m *CMsgPlayerInfo) Reset()

func (*CMsgPlayerInfo) String

func (m *CMsgPlayerInfo) String() string

func (*CMsgPlayerInfo) XXX_DiscardUnknown

func (m *CMsgPlayerInfo) XXX_DiscardUnknown()

func (*CMsgPlayerInfo) XXX_Marshal

func (m *CMsgPlayerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerInfo) XXX_Merge

func (m *CMsgPlayerInfo) XXX_Merge(src proto.Message)

func (*CMsgPlayerInfo) XXX_Size

func (m *CMsgPlayerInfo) XXX_Size() int

func (*CMsgPlayerInfo) XXX_Unmarshal

func (m *CMsgPlayerInfo) XXX_Unmarshal(b []byte) error

type CMsgPlayerLevelUp

type CMsgPlayerLevelUp struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	Level                *uint32  `protobuf:"varint,2,opt,name=level" json:"level,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,3,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerLevelUp) Descriptor

func (*CMsgPlayerLevelUp) Descriptor() ([]byte, []int)

func (*CMsgPlayerLevelUp) GetLevel

func (m *CMsgPlayerLevelUp) GetLevel() uint32

func (*CMsgPlayerLevelUp) GetNotificationId

func (m *CMsgPlayerLevelUp) GetNotificationId() uint32

func (*CMsgPlayerLevelUp) GetPlayerSlot

func (m *CMsgPlayerLevelUp) GetPlayerSlot() uint32

func (*CMsgPlayerLevelUp) ProtoMessage

func (*CMsgPlayerLevelUp) ProtoMessage()

func (*CMsgPlayerLevelUp) Reset

func (m *CMsgPlayerLevelUp) Reset()

func (*CMsgPlayerLevelUp) String

func (m *CMsgPlayerLevelUp) String() string

func (*CMsgPlayerLevelUp) XXX_DiscardUnknown

func (m *CMsgPlayerLevelUp) XXX_DiscardUnknown()

func (*CMsgPlayerLevelUp) XXX_Marshal

func (m *CMsgPlayerLevelUp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerLevelUp) XXX_Merge

func (m *CMsgPlayerLevelUp) XXX_Merge(src proto.Message)

func (*CMsgPlayerLevelUp) XXX_Size

func (m *CMsgPlayerLevelUp) XXX_Size() int

func (*CMsgPlayerLevelUp) XXX_Unmarshal

func (m *CMsgPlayerLevelUp) XXX_Unmarshal(b []byte) error

type CMsgPlayerMapPropCommand

type CMsgPlayerMapPropCommand struct {
	Command              *uint32  `protobuf:"varint,1,opt,name=command" json:"command,omitempty"`
	PlayerSlot           *uint32  `protobuf:"varint,2,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	PropIdx              *uint32  `protobuf:"varint,3,opt,name=prop_idx,json=propIdx" json:"prop_idx,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerMapPropCommand) Descriptor

func (*CMsgPlayerMapPropCommand) Descriptor() ([]byte, []int)

func (*CMsgPlayerMapPropCommand) GetCommand

func (m *CMsgPlayerMapPropCommand) GetCommand() uint32

func (*CMsgPlayerMapPropCommand) GetPlayerSlot

func (m *CMsgPlayerMapPropCommand) GetPlayerSlot() uint32

func (*CMsgPlayerMapPropCommand) GetPropIdx

func (m *CMsgPlayerMapPropCommand) GetPropIdx() uint32

func (*CMsgPlayerMapPropCommand) ProtoMessage

func (*CMsgPlayerMapPropCommand) ProtoMessage()

func (*CMsgPlayerMapPropCommand) Reset

func (m *CMsgPlayerMapPropCommand) Reset()

func (*CMsgPlayerMapPropCommand) String

func (m *CMsgPlayerMapPropCommand) String() string

func (*CMsgPlayerMapPropCommand) XXX_DiscardUnknown

func (m *CMsgPlayerMapPropCommand) XXX_DiscardUnknown()

func (*CMsgPlayerMapPropCommand) XXX_Marshal

func (m *CMsgPlayerMapPropCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerMapPropCommand) XXX_Merge

func (m *CMsgPlayerMapPropCommand) XXX_Merge(src proto.Message)

func (*CMsgPlayerMapPropCommand) XXX_Size

func (m *CMsgPlayerMapPropCommand) XXX_Size() int

func (*CMsgPlayerMapPropCommand) XXX_Unmarshal

func (m *CMsgPlayerMapPropCommand) XXX_Unmarshal(b []byte) error

type CMsgPlayerOrder

type CMsgPlayerOrder struct {
	Order                *EPlayerOrder `protobuf:"varint,1,req,name=order,enum=protocol.EPlayerOrder,def=2" json:"order,omitempty"`
	Param1               *int32        `protobuf:"varint,2,opt,name=param1" json:"param1,omitempty"`
	Param2               *int32        `protobuf:"varint,3,opt,name=param2" json:"param2,omitempty"`
	Param3               *int32        `protobuf:"varint,4,opt,name=param3" json:"param3,omitempty"`
	SpoofPlayerSlot      *uint32       `protobuf:"varint,5,opt,name=spoof_player_slot,json=spoofPlayerSlot" json:"spoof_player_slot,omitempty"`
	CommandId            *uint32       `protobuf:"varint,6,opt,name=command_id,json=commandId" json:"command_id,omitempty"`
	Param4               *int32        `protobuf:"varint,7,opt,name=param4" json:"param4,omitempty"`
	Param5               *int32        `protobuf:"varint,8,opt,name=param5" json:"param5,omitempty"`
	Param6               *int32        `protobuf:"varint,9,opt,name=param6" json:"param6,omitempty"`
	StringParam1         *string       `protobuf:"bytes,10,opt,name=string_param1,json=stringParam1" json:"string_param1,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CMsgPlayerOrder) Descriptor

func (*CMsgPlayerOrder) Descriptor() ([]byte, []int)

func (*CMsgPlayerOrder) GetCommandId

func (m *CMsgPlayerOrder) GetCommandId() uint32

func (*CMsgPlayerOrder) GetOrder

func (m *CMsgPlayerOrder) GetOrder() EPlayerOrder

func (*CMsgPlayerOrder) GetParam1

func (m *CMsgPlayerOrder) GetParam1() int32

func (*CMsgPlayerOrder) GetParam2

func (m *CMsgPlayerOrder) GetParam2() int32

func (*CMsgPlayerOrder) GetParam3

func (m *CMsgPlayerOrder) GetParam3() int32

func (*CMsgPlayerOrder) GetParam4

func (m *CMsgPlayerOrder) GetParam4() int32

func (*CMsgPlayerOrder) GetParam5

func (m *CMsgPlayerOrder) GetParam5() int32

func (*CMsgPlayerOrder) GetParam6

func (m *CMsgPlayerOrder) GetParam6() int32

func (*CMsgPlayerOrder) GetSpoofPlayerSlot

func (m *CMsgPlayerOrder) GetSpoofPlayerSlot() uint32

func (*CMsgPlayerOrder) GetStringParam1

func (m *CMsgPlayerOrder) GetStringParam1() string

func (*CMsgPlayerOrder) ProtoMessage

func (*CMsgPlayerOrder) ProtoMessage()

func (*CMsgPlayerOrder) Reset

func (m *CMsgPlayerOrder) Reset()

func (*CMsgPlayerOrder) String

func (m *CMsgPlayerOrder) String() string

func (*CMsgPlayerOrder) XXX_DiscardUnknown

func (m *CMsgPlayerOrder) XXX_DiscardUnknown()

func (*CMsgPlayerOrder) XXX_Marshal

func (m *CMsgPlayerOrder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerOrder) XXX_Merge

func (m *CMsgPlayerOrder) XXX_Merge(src proto.Message)

func (*CMsgPlayerOrder) XXX_Size

func (m *CMsgPlayerOrder) XXX_Size() int

func (*CMsgPlayerOrder) XXX_Unmarshal

func (m *CMsgPlayerOrder) XXX_Unmarshal(b []byte) error

type CMsgPlayerOrderProcessed

type CMsgPlayerOrderProcessed struct {
	CommandId            *uint32  `protobuf:"varint,1,opt,name=command_id,json=commandId" json:"command_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerOrderProcessed) Descriptor

func (*CMsgPlayerOrderProcessed) Descriptor() ([]byte, []int)

func (*CMsgPlayerOrderProcessed) GetCommandId

func (m *CMsgPlayerOrderProcessed) GetCommandId() uint32

func (*CMsgPlayerOrderProcessed) ProtoMessage

func (*CMsgPlayerOrderProcessed) ProtoMessage()

func (*CMsgPlayerOrderProcessed) Reset

func (m *CMsgPlayerOrderProcessed) Reset()

func (*CMsgPlayerOrderProcessed) String

func (m *CMsgPlayerOrderProcessed) String() string

func (*CMsgPlayerOrderProcessed) XXX_DiscardUnknown

func (m *CMsgPlayerOrderProcessed) XXX_DiscardUnknown()

func (*CMsgPlayerOrderProcessed) XXX_Marshal

func (m *CMsgPlayerOrderProcessed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerOrderProcessed) XXX_Merge

func (m *CMsgPlayerOrderProcessed) XXX_Merge(src proto.Message)

func (*CMsgPlayerOrderProcessed) XXX_Size

func (m *CMsgPlayerOrderProcessed) XXX_Size() int

func (*CMsgPlayerOrderProcessed) XXX_Unmarshal

func (m *CMsgPlayerOrderProcessed) XXX_Unmarshal(b []byte) error

type CMsgPlayerPreferences

type CMsgPlayerPreferences struct {
	AutoDeployUnits      *bool    `protobuf:"varint,1,opt,name=auto_deploy_units,json=autoDeployUnits" json:"auto_deploy_units,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerPreferences) Descriptor

func (*CMsgPlayerPreferences) Descriptor() ([]byte, []int)

func (*CMsgPlayerPreferences) GetAutoDeployUnits

func (m *CMsgPlayerPreferences) GetAutoDeployUnits() bool

func (*CMsgPlayerPreferences) ProtoMessage

func (*CMsgPlayerPreferences) ProtoMessage()

func (*CMsgPlayerPreferences) Reset

func (m *CMsgPlayerPreferences) Reset()

func (*CMsgPlayerPreferences) String

func (m *CMsgPlayerPreferences) String() string

func (*CMsgPlayerPreferences) XXX_DiscardUnknown

func (m *CMsgPlayerPreferences) XXX_DiscardUnknown()

func (*CMsgPlayerPreferences) XXX_Marshal

func (m *CMsgPlayerPreferences) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerPreferences) XXX_Merge

func (m *CMsgPlayerPreferences) XXX_Merge(src proto.Message)

func (*CMsgPlayerPreferences) XXX_Size

func (m *CMsgPlayerPreferences) XXX_Size() int

func (*CMsgPlayerPreferences) XXX_Unmarshal

func (m *CMsgPlayerPreferences) XXX_Unmarshal(b []byte) error

type CMsgPlayerRecievedUnitFromDuosPartner

type CMsgPlayerRecievedUnitFromDuosPartner struct {
	UnitId               *int32   `protobuf:"varint,1,opt,name=unit_id,json=unitId" json:"unit_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerRecievedUnitFromDuosPartner) Descriptor

func (*CMsgPlayerRecievedUnitFromDuosPartner) Descriptor() ([]byte, []int)

func (*CMsgPlayerRecievedUnitFromDuosPartner) GetUnitId

func (*CMsgPlayerRecievedUnitFromDuosPartner) ProtoMessage

func (*CMsgPlayerRecievedUnitFromDuosPartner) ProtoMessage()

func (*CMsgPlayerRecievedUnitFromDuosPartner) Reset

func (*CMsgPlayerRecievedUnitFromDuosPartner) String

func (*CMsgPlayerRecievedUnitFromDuosPartner) XXX_DiscardUnknown

func (m *CMsgPlayerRecievedUnitFromDuosPartner) XXX_DiscardUnknown()

func (*CMsgPlayerRecievedUnitFromDuosPartner) XXX_Marshal

func (m *CMsgPlayerRecievedUnitFromDuosPartner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerRecievedUnitFromDuosPartner) XXX_Merge

func (*CMsgPlayerRecievedUnitFromDuosPartner) XXX_Size

func (*CMsgPlayerRecievedUnitFromDuosPartner) XXX_Unmarshal

func (m *CMsgPlayerRecievedUnitFromDuosPartner) XXX_Unmarshal(b []byte) error

type CMsgPlayerSelectedTalent

type CMsgPlayerSelectedTalent struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	TalentItemdefIndex   *int32   `protobuf:"varint,2,opt,name=talent_itemdef_index,json=talentItemdefIndex" json:"talent_itemdef_index,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,3,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSelectedTalent) Descriptor

func (*CMsgPlayerSelectedTalent) Descriptor() ([]byte, []int)

func (*CMsgPlayerSelectedTalent) GetNotificationId

func (m *CMsgPlayerSelectedTalent) GetNotificationId() uint32

func (*CMsgPlayerSelectedTalent) GetPlayerSlot

func (m *CMsgPlayerSelectedTalent) GetPlayerSlot() uint32

func (*CMsgPlayerSelectedTalent) GetTalentItemdefIndex

func (m *CMsgPlayerSelectedTalent) GetTalentItemdefIndex() int32

func (*CMsgPlayerSelectedTalent) ProtoMessage

func (*CMsgPlayerSelectedTalent) ProtoMessage()

func (*CMsgPlayerSelectedTalent) Reset

func (m *CMsgPlayerSelectedTalent) Reset()

func (*CMsgPlayerSelectedTalent) String

func (m *CMsgPlayerSelectedTalent) String() string

func (*CMsgPlayerSelectedTalent) XXX_DiscardUnknown

func (m *CMsgPlayerSelectedTalent) XXX_DiscardUnknown()

func (*CMsgPlayerSelectedTalent) XXX_Marshal

func (m *CMsgPlayerSelectedTalent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSelectedTalent) XXX_Merge

func (m *CMsgPlayerSelectedTalent) XXX_Merge(src proto.Message)

func (*CMsgPlayerSelectedTalent) XXX_Size

func (m *CMsgPlayerSelectedTalent) XXX_Size() int

func (*CMsgPlayerSelectedTalent) XXX_Unmarshal

func (m *CMsgPlayerSelectedTalent) XXX_Unmarshal(b []byte) error

type CMsgPlayerSignoutData_ChatStats

type CMsgPlayerSignoutData_ChatStats struct {
	YoCount              *uint32  `protobuf:"varint,3,opt,name=yo_count,json=yoCount" json:"yo_count,omitempty"`
	ChatLineCount        *uint32  `protobuf:"varint,4,opt,name=chat_line_count,json=chatLineCount" json:"chat_line_count,omitempty"`
	CombatLineCount      *uint32  `protobuf:"varint,5,opt,name=combat_line_count,json=combatLineCount" json:"combat_line_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSignoutData_ChatStats) Descriptor

func (*CMsgPlayerSignoutData_ChatStats) Descriptor() ([]byte, []int)

func (*CMsgPlayerSignoutData_ChatStats) GetChatLineCount

func (m *CMsgPlayerSignoutData_ChatStats) GetChatLineCount() uint32

func (*CMsgPlayerSignoutData_ChatStats) GetCombatLineCount

func (m *CMsgPlayerSignoutData_ChatStats) GetCombatLineCount() uint32

func (*CMsgPlayerSignoutData_ChatStats) GetYoCount

func (m *CMsgPlayerSignoutData_ChatStats) GetYoCount() uint32

func (*CMsgPlayerSignoutData_ChatStats) ProtoMessage

func (*CMsgPlayerSignoutData_ChatStats) ProtoMessage()

func (*CMsgPlayerSignoutData_ChatStats) Reset

func (*CMsgPlayerSignoutData_ChatStats) String

func (*CMsgPlayerSignoutData_ChatStats) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_ChatStats) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_ChatStats) XXX_Marshal

func (m *CMsgPlayerSignoutData_ChatStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_ChatStats) XXX_Merge

func (m *CMsgPlayerSignoutData_ChatStats) XXX_Merge(src proto.Message)

func (*CMsgPlayerSignoutData_ChatStats) XXX_Size

func (m *CMsgPlayerSignoutData_ChatStats) XXX_Size() int

func (*CMsgPlayerSignoutData_ChatStats) XXX_Unmarshal

func (m *CMsgPlayerSignoutData_ChatStats) XXX_Unmarshal(b []byte) error

type CMsgPlayerSignoutData_EventGrantProgress

type CMsgPlayerSignoutData_EventGrantProgress struct {
	EventId              *uint32                                               `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	Currencies           []*CMsgPlayerSignoutData_EventGrantProgress_Currency  `protobuf:"bytes,2,rep,name=currencies" json:"currencies,omitempty"`
	Challenges           []*CMsgPlayerSignoutData_EventGrantProgress_Challenge `protobuf:"bytes,4,rep,name=challenges" json:"challenges,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                              `json:"-"`
	XXX_unrecognized     []byte                                                `json:"-"`
	XXX_sizecache        int32                                                 `json:"-"`
}

func (*CMsgPlayerSignoutData_EventGrantProgress) Descriptor

func (*CMsgPlayerSignoutData_EventGrantProgress) Descriptor() ([]byte, []int)

func (*CMsgPlayerSignoutData_EventGrantProgress) GetChallenges

func (*CMsgPlayerSignoutData_EventGrantProgress) GetCurrencies

func (*CMsgPlayerSignoutData_EventGrantProgress) GetEventId

func (*CMsgPlayerSignoutData_EventGrantProgress) ProtoMessage

func (*CMsgPlayerSignoutData_EventGrantProgress) Reset

func (*CMsgPlayerSignoutData_EventGrantProgress) String

func (*CMsgPlayerSignoutData_EventGrantProgress) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_EventGrantProgress) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_EventGrantProgress) XXX_Marshal

func (m *CMsgPlayerSignoutData_EventGrantProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_EventGrantProgress) XXX_Merge

func (*CMsgPlayerSignoutData_EventGrantProgress) XXX_Size

func (*CMsgPlayerSignoutData_EventGrantProgress) XXX_Unmarshal

func (m *CMsgPlayerSignoutData_EventGrantProgress) XXX_Unmarshal(b []byte) error

type CMsgPlayerSignoutData_EventGrantProgress_Challenge

type CMsgPlayerSignoutData_EventGrantProgress_Challenge struct {
	SlotId               *uint32  `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,3,opt,name=progress" json:"progress,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) Descriptor

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) GetProgress

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) GetSequenceId

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) GetSlotId

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) ProtoMessage

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) Reset

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) String

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) XXX_DiscardUnknown

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) XXX_Marshal

func (m *CMsgPlayerSignoutData_EventGrantProgress_Challenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) XXX_Merge

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) XXX_Size

func (*CMsgPlayerSignoutData_EventGrantProgress_Challenge) XXX_Unmarshal

type CMsgPlayerSignoutData_EventGrantProgress_Currency

type CMsgPlayerSignoutData_EventGrantProgress_Currency struct {
	CurrencyId           *uint32  `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	Grant                *uint32  `protobuf:"varint,2,opt,name=grant" json:"grant,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) Descriptor

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) GetCurrencyId

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) GetGrant

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) ProtoMessage

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) Reset

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) String

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_Marshal

func (m *CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_Merge

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_Size

func (*CMsgPlayerSignoutData_EventGrantProgress_Currency) XXX_Unmarshal

type CMsgPlayerSignoutData_MMRUpdate

type CMsgPlayerSignoutData_MMRUpdate struct {
	FinalPlace           *uint32                                     `protobuf:"varint,1,opt,name=final_place,json=finalPlace" json:"final_place,omitempty"`
	Opponents            []*CMsgPlayerSignoutData_MMRUpdate_Opponent `protobuf:"bytes,2,rep,name=opponents" json:"opponents,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgPlayerSignoutData_MMRUpdate) Descriptor

func (*CMsgPlayerSignoutData_MMRUpdate) Descriptor() ([]byte, []int)

func (*CMsgPlayerSignoutData_MMRUpdate) GetFinalPlace

func (m *CMsgPlayerSignoutData_MMRUpdate) GetFinalPlace() uint32

func (*CMsgPlayerSignoutData_MMRUpdate) GetOpponents

func (*CMsgPlayerSignoutData_MMRUpdate) ProtoMessage

func (*CMsgPlayerSignoutData_MMRUpdate) ProtoMessage()

func (*CMsgPlayerSignoutData_MMRUpdate) Reset

func (*CMsgPlayerSignoutData_MMRUpdate) String

func (*CMsgPlayerSignoutData_MMRUpdate) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_MMRUpdate) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_MMRUpdate) XXX_Marshal

func (m *CMsgPlayerSignoutData_MMRUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_MMRUpdate) XXX_Merge

func (m *CMsgPlayerSignoutData_MMRUpdate) XXX_Merge(src proto.Message)

func (*CMsgPlayerSignoutData_MMRUpdate) XXX_Size

func (m *CMsgPlayerSignoutData_MMRUpdate) XXX_Size() int

func (*CMsgPlayerSignoutData_MMRUpdate) XXX_Unmarshal

func (m *CMsgPlayerSignoutData_MMRUpdate) XXX_Unmarshal(b []byte) error

type CMsgPlayerSignoutData_MMRUpdate_Opponent

type CMsgPlayerSignoutData_MMRUpdate_Opponent struct {
	Place                *uint32  `protobuf:"varint,1,opt,name=place" json:"place,omitempty"`
	Mmr                  *uint32  `protobuf:"varint,2,opt,name=mmr" json:"mmr,omitempty"`
	Uncertainty          *uint32  `protobuf:"varint,3,opt,name=uncertainty" json:"uncertainty,omitempty"`
	AccountId            *uint32  `protobuf:"varint,4,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MmrLevelScore        *uint32  `protobuf:"varint,5,opt,name=mmr_level_score,json=mmrLevelScore" json:"mmr_level_score,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) Descriptor

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) Descriptor() ([]byte, []int)

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) GetAccountId

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) GetMmr

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) GetMmrLevelScore

func (m *CMsgPlayerSignoutData_MMRUpdate_Opponent) GetMmrLevelScore() uint32

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) GetPlace

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) GetUncertainty

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) ProtoMessage

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) Reset

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) String

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_Marshal

func (m *CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_Merge

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_Size

func (*CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_Unmarshal

func (m *CMsgPlayerSignoutData_MMRUpdate_Opponent) XXX_Unmarshal(b []byte) error

type CMsgPlayerSignoutData_MatchStats

type CMsgPlayerSignoutData_MatchStats struct {
	MatchStats           []*CMsgPlayerSignoutData_MatchStats_MatchStat `protobuf:"bytes,1,rep,name=match_stats,json=matchStats" json:"match_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                      `json:"-"`
	XXX_unrecognized     []byte                                        `json:"-"`
	XXX_sizecache        int32                                         `json:"-"`
}

func (*CMsgPlayerSignoutData_MatchStats) Descriptor

func (*CMsgPlayerSignoutData_MatchStats) Descriptor() ([]byte, []int)

func (*CMsgPlayerSignoutData_MatchStats) GetMatchStats

func (*CMsgPlayerSignoutData_MatchStats) ProtoMessage

func (*CMsgPlayerSignoutData_MatchStats) ProtoMessage()

func (*CMsgPlayerSignoutData_MatchStats) Reset

func (*CMsgPlayerSignoutData_MatchStats) String

func (*CMsgPlayerSignoutData_MatchStats) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_MatchStats) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_MatchStats) XXX_Marshal

func (m *CMsgPlayerSignoutData_MatchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_MatchStats) XXX_Merge

func (*CMsgPlayerSignoutData_MatchStats) XXX_Size

func (m *CMsgPlayerSignoutData_MatchStats) XXX_Size() int

func (*CMsgPlayerSignoutData_MatchStats) XXX_Unmarshal

func (m *CMsgPlayerSignoutData_MatchStats) XXX_Unmarshal(b []byte) error

type CMsgPlayerSignoutData_MatchStats_MatchStat

type CMsgPlayerSignoutData_MatchStats_MatchStat struct {
	StatId               *uint32  `protobuf:"varint,1,opt,name=stat_id,json=statId" json:"stat_id,omitempty"`
	Value                *uint32  `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) Descriptor

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) GetStatId

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) GetValue

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) ProtoMessage

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) Reset

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) String

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_Marshal

func (m *CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_Merge

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_Size

func (*CMsgPlayerSignoutData_MatchStats_MatchStat) XXX_Unmarshal

type CMsgPlayerSignoutData_TeamUpdate

type CMsgPlayerSignoutData_TeamUpdate struct {
	OtherTeamMember      *uint32  `protobuf:"varint,1,opt,name=other_team_member,json=otherTeamMember" json:"other_team_member,omitempty"`
	FinalPlace           *uint32  `protobuf:"varint,2,opt,name=final_place,json=finalPlace" json:"final_place,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerSignoutData_TeamUpdate) Descriptor

func (*CMsgPlayerSignoutData_TeamUpdate) Descriptor() ([]byte, []int)

func (*CMsgPlayerSignoutData_TeamUpdate) GetFinalPlace

func (m *CMsgPlayerSignoutData_TeamUpdate) GetFinalPlace() uint32

func (*CMsgPlayerSignoutData_TeamUpdate) GetOtherTeamMember

func (m *CMsgPlayerSignoutData_TeamUpdate) GetOtherTeamMember() uint32

func (*CMsgPlayerSignoutData_TeamUpdate) ProtoMessage

func (*CMsgPlayerSignoutData_TeamUpdate) ProtoMessage()

func (*CMsgPlayerSignoutData_TeamUpdate) Reset

func (*CMsgPlayerSignoutData_TeamUpdate) String

func (*CMsgPlayerSignoutData_TeamUpdate) XXX_DiscardUnknown

func (m *CMsgPlayerSignoutData_TeamUpdate) XXX_DiscardUnknown()

func (*CMsgPlayerSignoutData_TeamUpdate) XXX_Marshal

func (m *CMsgPlayerSignoutData_TeamUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerSignoutData_TeamUpdate) XXX_Merge

func (*CMsgPlayerSignoutData_TeamUpdate) XXX_Size

func (m *CMsgPlayerSignoutData_TeamUpdate) XXX_Size() int

func (*CMsgPlayerSignoutData_TeamUpdate) XXX_Unmarshal

func (m *CMsgPlayerSignoutData_TeamUpdate) XXX_Unmarshal(b []byte) error

type CMsgPlayerStateUpdatesComplete

type CMsgPlayerStateUpdatesComplete struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerStateUpdatesComplete) Descriptor

func (*CMsgPlayerStateUpdatesComplete) Descriptor() ([]byte, []int)

func (*CMsgPlayerStateUpdatesComplete) ProtoMessage

func (*CMsgPlayerStateUpdatesComplete) ProtoMessage()

func (*CMsgPlayerStateUpdatesComplete) Reset

func (m *CMsgPlayerStateUpdatesComplete) Reset()

func (*CMsgPlayerStateUpdatesComplete) String

func (*CMsgPlayerStateUpdatesComplete) XXX_DiscardUnknown

func (m *CMsgPlayerStateUpdatesComplete) XXX_DiscardUnknown()

func (*CMsgPlayerStateUpdatesComplete) XXX_Marshal

func (m *CMsgPlayerStateUpdatesComplete) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerStateUpdatesComplete) XXX_Merge

func (m *CMsgPlayerStateUpdatesComplete) XXX_Merge(src proto.Message)

func (*CMsgPlayerStateUpdatesComplete) XXX_Size

func (m *CMsgPlayerStateUpdatesComplete) XXX_Size() int

func (*CMsgPlayerStateUpdatesComplete) XXX_Unmarshal

func (m *CMsgPlayerStateUpdatesComplete) XXX_Unmarshal(b []byte) error

type CMsgPlayerWinStreak

type CMsgPlayerWinStreak struct {
	PlayerSlot           *uint32  `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	StreakLength         *uint32  `protobuf:"varint,2,opt,name=streak_length,json=streakLength" json:"streak_length,omitempty"`
	NotificationId       *uint32  `protobuf:"varint,3,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPlayerWinStreak) Descriptor

func (*CMsgPlayerWinStreak) Descriptor() ([]byte, []int)

func (*CMsgPlayerWinStreak) GetNotificationId

func (m *CMsgPlayerWinStreak) GetNotificationId() uint32

func (*CMsgPlayerWinStreak) GetPlayerSlot

func (m *CMsgPlayerWinStreak) GetPlayerSlot() uint32

func (*CMsgPlayerWinStreak) GetStreakLength

func (m *CMsgPlayerWinStreak) GetStreakLength() uint32

func (*CMsgPlayerWinStreak) ProtoMessage

func (*CMsgPlayerWinStreak) ProtoMessage()

func (*CMsgPlayerWinStreak) Reset

func (m *CMsgPlayerWinStreak) Reset()

func (*CMsgPlayerWinStreak) String

func (m *CMsgPlayerWinStreak) String() string

func (*CMsgPlayerWinStreak) XXX_DiscardUnknown

func (m *CMsgPlayerWinStreak) XXX_DiscardUnknown()

func (*CMsgPlayerWinStreak) XXX_Marshal

func (m *CMsgPlayerWinStreak) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPlayerWinStreak) XXX_Merge

func (m *CMsgPlayerWinStreak) XXX_Merge(src proto.Message)

func (*CMsgPlayerWinStreak) XXX_Size

func (m *CMsgPlayerWinStreak) XXX_Size() int

func (*CMsgPlayerWinStreak) XXX_Unmarshal

func (m *CMsgPlayerWinStreak) XXX_Unmarshal(b []byte) error

type CMsgPosition

type CMsgPosition struct {
	X                    *int32   `protobuf:"varint,1,req,name=x" json:"x,omitempty"`
	Y                    *int32   `protobuf:"varint,2,req,name=y" json:"y,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPosition) Descriptor

func (*CMsgPosition) Descriptor() ([]byte, []int)

func (*CMsgPosition) GetX

func (m *CMsgPosition) GetX() int32

func (*CMsgPosition) GetY

func (m *CMsgPosition) GetY() int32

func (*CMsgPosition) ProtoMessage

func (*CMsgPosition) ProtoMessage()

func (*CMsgPosition) Reset

func (m *CMsgPosition) Reset()

func (*CMsgPosition) String

func (m *CMsgPosition) String() string

func (*CMsgPosition) XXX_DiscardUnknown

func (m *CMsgPosition) XXX_DiscardUnknown()

func (*CMsgPosition) XXX_Marshal

func (m *CMsgPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPosition) XXX_Merge

func (m *CMsgPosition) XXX_Merge(src proto.Message)

func (*CMsgPosition) XXX_Size

func (m *CMsgPosition) XXX_Size() int

func (*CMsgPosition) XXX_Unmarshal

func (m *CMsgPosition) XXX_Unmarshal(b []byte) error

type CMsgPrivatePlayerState

type CMsgPrivatePlayerState struct {
	PlayerSlot                    *uint32                                  `protobuf:"varint,1,req,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	UnclaimedRewardCount          *int32                                   `protobuf:"varint,2,opt,name=unclaimed_reward_count,json=unclaimedRewardCount" json:"unclaimed_reward_count,omitempty"`
	OldestUnclaimedReward         *CMsgPrivatePlayerState_ItemChoiceReward `protobuf:"bytes,3,opt,name=oldest_unclaimed_reward,json=oldestUnclaimedReward" json:"oldest_unclaimed_reward,omitempty"`
	ShopLocked                    *bool                                    `protobuf:"varint,4,opt,name=shop_locked,json=shopLocked" json:"shop_locked,omitempty"`
	ShopUnits                     []*CMsgShopItem                          `protobuf:"bytes,5,rep,name=shop_units,json=shopUnits" json:"shop_units,omitempty"`
	GoldEarnedThisRound           *uint32                                  `protobuf:"varint,6,opt,name=gold_earned_this_round,json=goldEarnedThisRound" json:"gold_earned_this_round,omitempty"`
	ShopGenerationId              *uint32                                  `protobuf:"varint,7,opt,name=shop_generation_id,json=shopGenerationId" json:"shop_generation_id,omitempty"`
	Challenges                    []*CMsgPrivatePlayerState_Challenge      `protobuf:"bytes,8,rep,name=challenges" json:"challenges,omitempty"`
	GrantsRewards                 *CMsgPrivatePlayerState_EGrantRewards    `` /* 151-byte string literal not displayed */
	SequenceNumber                *uint32                                  `protobuf:"varint,10,opt,name=sequence_number,json=sequenceNumber" json:"sequence_number,omitempty"`
	RerollCost                    *int32                                   `protobuf:"varint,11,opt,name=reroll_cost,json=rerollCost" json:"reroll_cost,omitempty"`
	UsedTurboBucketReroll         *bool                                    `protobuf:"varint,20,opt,name=used_turbo_bucket_reroll,json=usedTurboBucketReroll" json:"used_turbo_bucket_reroll,omitempty"`
	TurboBuckets                  []*CMsgTurboBucket                       `protobuf:"bytes,21,rep,name=turbo_buckets,json=turboBuckets" json:"turbo_buckets,omitempty"`
	CanSelectUnderlord            *bool                                    `protobuf:"varint,22,opt,name=can_select_underlord,json=canSelectUnderlord" json:"can_select_underlord,omitempty"`
	UnderlordPickerOffering       []*CMsgUnderlordPickerOffering           `` /* 126-byte string literal not displayed */
	UsedItemRewardRerollThisRound *bool                                    `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}                                 `json:"-"`
	XXX_unrecognized              []byte                                   `json:"-"`
	XXX_sizecache                 int32                                    `json:"-"`
}

func (*CMsgPrivatePlayerState) Descriptor

func (*CMsgPrivatePlayerState) Descriptor() ([]byte, []int)

func (*CMsgPrivatePlayerState) GetCanSelectUnderlord

func (m *CMsgPrivatePlayerState) GetCanSelectUnderlord() bool

func (*CMsgPrivatePlayerState) GetChallenges

func (*CMsgPrivatePlayerState) GetGoldEarnedThisRound

func (m *CMsgPrivatePlayerState) GetGoldEarnedThisRound() uint32

func (*CMsgPrivatePlayerState) GetGrantsRewards

func (*CMsgPrivatePlayerState) GetOldestUnclaimedReward

func (m *CMsgPrivatePlayerState) GetOldestUnclaimedReward() *CMsgPrivatePlayerState_ItemChoiceReward

func (*CMsgPrivatePlayerState) GetPlayerSlot

func (m *CMsgPrivatePlayerState) GetPlayerSlot() uint32

func (*CMsgPrivatePlayerState) GetRerollCost

func (m *CMsgPrivatePlayerState) GetRerollCost() int32

func (*CMsgPrivatePlayerState) GetSequenceNumber

func (m *CMsgPrivatePlayerState) GetSequenceNumber() uint32

func (*CMsgPrivatePlayerState) GetShopGenerationId

func (m *CMsgPrivatePlayerState) GetShopGenerationId() uint32

func (*CMsgPrivatePlayerState) GetShopLocked

func (m *CMsgPrivatePlayerState) GetShopLocked() bool

func (*CMsgPrivatePlayerState) GetShopUnits

func (m *CMsgPrivatePlayerState) GetShopUnits() []*CMsgShopItem

func (*CMsgPrivatePlayerState) GetTurboBuckets

func (m *CMsgPrivatePlayerState) GetTurboBuckets() []*CMsgTurboBucket

func (*CMsgPrivatePlayerState) GetUnclaimedRewardCount

func (m *CMsgPrivatePlayerState) GetUnclaimedRewardCount() int32

func (*CMsgPrivatePlayerState) GetUnderlordPickerOffering

func (m *CMsgPrivatePlayerState) GetUnderlordPickerOffering() []*CMsgUnderlordPickerOffering

func (*CMsgPrivatePlayerState) GetUsedItemRewardRerollThisRound

func (m *CMsgPrivatePlayerState) GetUsedItemRewardRerollThisRound() bool

func (*CMsgPrivatePlayerState) GetUsedTurboBucketReroll

func (m *CMsgPrivatePlayerState) GetUsedTurboBucketReroll() bool

func (*CMsgPrivatePlayerState) ProtoMessage

func (*CMsgPrivatePlayerState) ProtoMessage()

func (*CMsgPrivatePlayerState) Reset

func (m *CMsgPrivatePlayerState) Reset()

func (*CMsgPrivatePlayerState) String

func (m *CMsgPrivatePlayerState) String() string

func (*CMsgPrivatePlayerState) XXX_DiscardUnknown

func (m *CMsgPrivatePlayerState) XXX_DiscardUnknown()

func (*CMsgPrivatePlayerState) XXX_Marshal

func (m *CMsgPrivatePlayerState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPrivatePlayerState) XXX_Merge

func (m *CMsgPrivatePlayerState) XXX_Merge(src proto.Message)

func (*CMsgPrivatePlayerState) XXX_Size

func (m *CMsgPrivatePlayerState) XXX_Size() int

func (*CMsgPrivatePlayerState) XXX_Unmarshal

func (m *CMsgPrivatePlayerState) XXX_Unmarshal(b []byte) error

type CMsgPrivatePlayerState_Challenge

type CMsgPrivatePlayerState_Challenge struct {
	SlotId               *uint32  `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,2,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,3,opt,name=progress" json:"progress,omitempty"`
	InitialProgress      *uint32  `protobuf:"varint,4,opt,name=initial_progress,json=initialProgress" json:"initial_progress,omitempty"`
	Claimed              *uint32  `protobuf:"varint,5,opt,name=claimed" json:"claimed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPrivatePlayerState_Challenge) Descriptor

func (*CMsgPrivatePlayerState_Challenge) Descriptor() ([]byte, []int)

func (*CMsgPrivatePlayerState_Challenge) GetClaimed

func (m *CMsgPrivatePlayerState_Challenge) GetClaimed() uint32

func (*CMsgPrivatePlayerState_Challenge) GetInitialProgress

func (m *CMsgPrivatePlayerState_Challenge) GetInitialProgress() uint32

func (*CMsgPrivatePlayerState_Challenge) GetProgress

func (m *CMsgPrivatePlayerState_Challenge) GetProgress() uint32

func (*CMsgPrivatePlayerState_Challenge) GetSequenceId

func (m *CMsgPrivatePlayerState_Challenge) GetSequenceId() uint32

func (*CMsgPrivatePlayerState_Challenge) GetSlotId

func (*CMsgPrivatePlayerState_Challenge) ProtoMessage

func (*CMsgPrivatePlayerState_Challenge) ProtoMessage()

func (*CMsgPrivatePlayerState_Challenge) Reset

func (*CMsgPrivatePlayerState_Challenge) String

func (*CMsgPrivatePlayerState_Challenge) XXX_DiscardUnknown

func (m *CMsgPrivatePlayerState_Challenge) XXX_DiscardUnknown()

func (*CMsgPrivatePlayerState_Challenge) XXX_Marshal

func (m *CMsgPrivatePlayerState_Challenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPrivatePlayerState_Challenge) XXX_Merge

func (*CMsgPrivatePlayerState_Challenge) XXX_Size

func (m *CMsgPrivatePlayerState_Challenge) XXX_Size() int

func (*CMsgPrivatePlayerState_Challenge) XXX_Unmarshal

func (m *CMsgPrivatePlayerState_Challenge) XXX_Unmarshal(b []byte) error

type CMsgPrivatePlayerState_EGrantRewards

type CMsgPrivatePlayerState_EGrantRewards int32
const (
	CMsgPrivatePlayerState_EGrantRewards_No               CMsgPrivatePlayerState_EGrantRewards = 0
	CMsgPrivatePlayerState_EGrantRewards_Yes              CMsgPrivatePlayerState_EGrantRewards = 1
	CMsgPrivatePlayerState_EGrantRewards_NoLongerEligible CMsgPrivatePlayerState_EGrantRewards = 2
)
const Default_CMsgPrivatePlayerState_GrantsRewards CMsgPrivatePlayerState_EGrantRewards = CMsgPrivatePlayerState_EGrantRewards_No

func (CMsgPrivatePlayerState_EGrantRewards) Enum

func (CMsgPrivatePlayerState_EGrantRewards) EnumDescriptor

func (CMsgPrivatePlayerState_EGrantRewards) EnumDescriptor() ([]byte, []int)

func (CMsgPrivatePlayerState_EGrantRewards) String

func (*CMsgPrivatePlayerState_EGrantRewards) UnmarshalJSON

func (x *CMsgPrivatePlayerState_EGrantRewards) UnmarshalJSON(data []byte) error

type CMsgPrivatePlayerState_ItemChoiceReward

type CMsgPrivatePlayerState_ItemChoiceReward struct {
	RewardId             *int32                                            `protobuf:"varint,1,req,name=reward_id,json=rewardId" json:"reward_id,omitempty"`
	Choices              []*CMsgPrivatePlayerState_ItemChoiceReward_Choice `protobuf:"bytes,2,rep,name=choices" json:"choices,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*CMsgPrivatePlayerState_ItemChoiceReward) Descriptor

func (*CMsgPrivatePlayerState_ItemChoiceReward) Descriptor() ([]byte, []int)

func (*CMsgPrivatePlayerState_ItemChoiceReward) GetChoices

func (*CMsgPrivatePlayerState_ItemChoiceReward) GetRewardId

func (*CMsgPrivatePlayerState_ItemChoiceReward) ProtoMessage

func (*CMsgPrivatePlayerState_ItemChoiceReward) Reset

func (*CMsgPrivatePlayerState_ItemChoiceReward) String

func (*CMsgPrivatePlayerState_ItemChoiceReward) XXX_DiscardUnknown

func (m *CMsgPrivatePlayerState_ItemChoiceReward) XXX_DiscardUnknown()

func (*CMsgPrivatePlayerState_ItemChoiceReward) XXX_Marshal

func (m *CMsgPrivatePlayerState_ItemChoiceReward) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPrivatePlayerState_ItemChoiceReward) XXX_Merge

func (*CMsgPrivatePlayerState_ItemChoiceReward) XXX_Size

func (*CMsgPrivatePlayerState_ItemChoiceReward) XXX_Unmarshal

func (m *CMsgPrivatePlayerState_ItemChoiceReward) XXX_Unmarshal(b []byte) error

type CMsgPrivatePlayerState_ItemChoiceReward_Choice

type CMsgPrivatePlayerState_ItemChoiceReward_Choice struct {
	ItemId               *uint32  `protobuf:"varint,1,req,name=item_id,json=itemId" json:"item_id,omitempty"`
	Available            *bool    `protobuf:"varint,2,opt,name=available" json:"available,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) Descriptor

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) GetAvailable

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) GetItemId

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) ProtoMessage

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) Reset

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) String

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_DiscardUnknown

func (m *CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_DiscardUnknown()

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_Marshal

func (m *CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_Merge

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_Size

func (*CMsgPrivatePlayerState_ItemChoiceReward_Choice) XXX_Unmarshal

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 CMsgProtoBufHeader

type CMsgProtoBufHeader struct {
	ClientSteamId        *uint64           `protobuf:"fixed64,1,opt,name=client_steam_id,json=clientSteamId" json:"client_steam_id,omitempty"`
	ClientSessionId      *int32            `protobuf:"varint,2,opt,name=client_session_id,json=clientSessionId" json:"client_session_id,omitempty"`
	SourceAppId          *uint32           `protobuf:"varint,3,opt,name=source_app_id,json=sourceAppId" json:"source_app_id,omitempty"`
	JobIdSource          *uint64           `protobuf:"fixed64,10,opt,name=job_id_source,json=jobIdSource,def=18446744073709551615" json:"job_id_source,omitempty"`
	JobIdTarget          *uint64           `protobuf:"fixed64,11,opt,name=job_id_target,json=jobIdTarget,def=18446744073709551615" json:"job_id_target,omitempty"`
	TargetJobName        *string           `protobuf:"bytes,12,opt,name=target_job_name,json=targetJobName" json:"target_job_name,omitempty"`
	Eresult              *int32            `protobuf:"varint,13,opt,name=eresult,def=2" json:"eresult,omitempty"`
	ErrorMessage         *string           `protobuf:"bytes,14,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	GcMsgSrc             *GCProtoBufMsgSrc `protobuf:"varint,200,opt,name=gc_msg_src,json=gcMsgSrc,enum=protocol.GCProtoBufMsgSrc,def=0" json:"gc_msg_src,omitempty"`
	GcDirIndexSource     *uint32           `protobuf:"varint,201,opt,name=gc_dir_index_source,json=gcDirIndexSource" json:"gc_dir_index_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgProtoBufHeader) Descriptor

func (*CMsgProtoBufHeader) Descriptor() ([]byte, []int)

func (*CMsgProtoBufHeader) GetClientSessionId

func (m *CMsgProtoBufHeader) GetClientSessionId() int32

func (*CMsgProtoBufHeader) GetClientSteamId

func (m *CMsgProtoBufHeader) GetClientSteamId() uint64

func (*CMsgProtoBufHeader) GetEresult

func (m *CMsgProtoBufHeader) GetEresult() int32

func (*CMsgProtoBufHeader) GetErrorMessage

func (m *CMsgProtoBufHeader) GetErrorMessage() string

func (*CMsgProtoBufHeader) GetGcDirIndexSource

func (m *CMsgProtoBufHeader) GetGcDirIndexSource() uint32

func (*CMsgProtoBufHeader) GetGcMsgSrc

func (m *CMsgProtoBufHeader) GetGcMsgSrc() GCProtoBufMsgSrc

func (*CMsgProtoBufHeader) GetJobIdSource

func (m *CMsgProtoBufHeader) GetJobIdSource() uint64

func (*CMsgProtoBufHeader) GetJobIdTarget

func (m *CMsgProtoBufHeader) GetJobIdTarget() uint64

func (*CMsgProtoBufHeader) GetSourceAppId

func (m *CMsgProtoBufHeader) GetSourceAppId() uint32

func (*CMsgProtoBufHeader) GetTargetJobName

func (m *CMsgProtoBufHeader) GetTargetJobName() string

func (*CMsgProtoBufHeader) ProtoMessage

func (*CMsgProtoBufHeader) ProtoMessage()

func (*CMsgProtoBufHeader) Reset

func (m *CMsgProtoBufHeader) Reset()

func (*CMsgProtoBufHeader) String

func (m *CMsgProtoBufHeader) String() string

func (*CMsgProtoBufHeader) XXX_DiscardUnknown

func (m *CMsgProtoBufHeader) XXX_DiscardUnknown()

func (*CMsgProtoBufHeader) XXX_Marshal

func (m *CMsgProtoBufHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgProtoBufHeader) XXX_Merge

func (m *CMsgProtoBufHeader) XXX_Merge(src proto.Message)

func (*CMsgProtoBufHeader) XXX_Size

func (m *CMsgProtoBufHeader) XXX_Size() int

func (*CMsgProtoBufHeader) XXX_Unmarshal

func (m *CMsgProtoBufHeader) XXX_Unmarshal(b []byte) error

type CMsgPublicPlayerState

type CMsgPublicPlayerState struct {
	PlayerSlot                            *uint32                              `protobuf:"varint,1,req,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	AccountId                             *uint32                              `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ConnectionStatus                      *EPlayerConnectionState              `` /* 146-byte string literal not displayed */
	IsHumanPlayer                         *bool                                `protobuf:"varint,4,opt,name=is_human_player,json=isHumanPlayer" json:"is_human_player,omitempty"`
	Health                                *int32                               `protobuf:"varint,5,opt,name=health" json:"health,omitempty"`
	Gold                                  *int32                               `protobuf:"varint,6,opt,name=gold" json:"gold,omitempty"`
	Level                                 *int32                               `protobuf:"varint,7,opt,name=level" json:"level,omitempty"`
	Xp                                    *int32                               `protobuf:"varint,8,opt,name=xp" json:"xp,omitempty"`
	ItemSlots                             []*CMsgItemSlot                      `protobuf:"bytes,9,rep,name=item_slots,json=itemSlots" json:"item_slots,omitempty"`
	Units                                 []*CMsgUnit                          `protobuf:"bytes,10,rep,name=units" json:"units,omitempty"`
	FinalPlace                            *uint32                              `protobuf:"varint,14,opt,name=final_place,json=finalPlace" json:"final_place,omitempty"`
	NextLevelXp                           *int32                               `protobuf:"varint,15,opt,name=next_level_xp,json=nextLevelXp" json:"next_level_xp,omitempty"`
	Synergies                             []*CMsgSynergy                       `protobuf:"bytes,16,rep,name=synergies" json:"synergies,omitempty"`
	BotPersonaName                        *string                              `protobuf:"bytes,17,opt,name=bot_persona_name,json=botPersonaName" json:"bot_persona_name,omitempty"`
	SequenceNumber                        *uint64                              `protobuf:"varint,18,opt,name=sequence_number,json=sequenceNumber" json:"sequence_number,omitempty"`
	ShopCostModifier                      *int32                               `protobuf:"varint,20,opt,name=shop_cost_modifier,json=shopCostModifier" json:"shop_cost_modifier,omitempty"`
	CombatDuration                        *float32                             `protobuf:"fixed32,21,opt,name=combat_duration,json=combatDuration" json:"combat_duration,omitempty"`
	RerollCostModifier                    *int32                               `protobuf:"varint,22,opt,name=reroll_cost_modifier,json=rerollCostModifier" json:"reroll_cost_modifier,omitempty"`
	WinStreak                             *int32                               `protobuf:"varint,26,opt,name=win_streak,json=winStreak" json:"win_streak,omitempty"`
	LoseStreak                            *int32                               `protobuf:"varint,27,opt,name=lose_streak,json=loseStreak" json:"lose_streak,omitempty"`
	RankTier                              *uint32                              `protobuf:"varint,28,opt,name=rank_tier,json=rankTier" json:"rank_tier,omitempty"`
	DisconnectedTime                      *float32                             `protobuf:"fixed32,29,opt,name=disconnected_time,json=disconnectedTime" json:"disconnected_time,omitempty"`
	VsOpponentWins                        *uint32                              `protobuf:"varint,30,opt,name=vs_opponent_wins,json=vsOpponentWins" json:"vs_opponent_wins,omitempty"`
	VsOpponentLosses                      *uint32                              `protobuf:"varint,31,opt,name=vs_opponent_losses,json=vsOpponentLosses" json:"vs_opponent_losses,omitempty"`
	VsOpponentDraws                       *uint32                              `protobuf:"varint,32,opt,name=vs_opponent_draws,json=vsOpponentDraws" json:"vs_opponent_draws,omitempty"`
	Platform                              *EDACPlatform                        `protobuf:"varint,33,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	EventTier                             *uint32                              `protobuf:"varint,34,opt,name=event_tier,json=eventTier" json:"event_tier,omitempty"`
	PersonaName                           *string                              `protobuf:"bytes,36,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	Wins                                  *uint32                              `protobuf:"varint,37,opt,name=wins" json:"wins,omitempty"`
	Losses                                *uint32                              `protobuf:"varint,38,opt,name=losses" json:"losses,omitempty"`
	GlobalLeaderboardRank                 *uint32                              `protobuf:"varint,39,opt,name=global_leaderboard_rank,json=globalLeaderboardRank" json:"global_leaderboard_rank,omitempty"`
	PlayerLoadout                         []*CMsgPublicPlayerState_LoadoutItem `protobuf:"bytes,40,rep,name=player_loadout,json=playerLoadout" json:"player_loadout,omitempty"`
	NetWorth                              *uint32                              `protobuf:"varint,41,opt,name=net_worth,json=netWorth" json:"net_worth,omitempty"`
	CombatResult                          *uint32                              `protobuf:"varint,43,opt,name=combat_result,json=combatResult" json:"combat_result,omitempty"`
	LobbyTeam                             *EDACLobbyTeam                       `protobuf:"varint,44,opt,name=lobby_team,json=lobbyTeam,enum=protocol.EDACLobbyTeam,def=0" json:"lobby_team,omitempty"`
	UnderlordSelectedTalents              []uint32                             `` /* 130-byte string literal not displayed */
	IsMirroredMatch                       *bool                                `protobuf:"varint,46,opt,name=is_mirrored_match,json=isMirroredMatch" json:"is_mirrored_match,omitempty"`
	Underlord                             *uint32                              `protobuf:"varint,47,opt,name=underlord" json:"underlord,omitempty"`
	PartyIndex                            *uint32                              `protobuf:"varint,48,opt,name=party_index,json=partyIndex" json:"party_index,omitempty"`
	NextCombatOpponentNeutralWave         *uint32                              `` /* 149-byte string literal not displayed */
	BoardUnitLimit                        *int32                               `protobuf:"varint,52,opt,name=board_unit_limit,json=boardUnitLimit" json:"board_unit_limit,omitempty"`
	UnderlordAvailableTalents             []uint32                             `` /* 133-byte string literal not displayed */
	CombatType                            *uint32                              `protobuf:"varint,54,opt,name=combat_type,json=combatType" json:"combat_type,omitempty"`
	BoardBuddy                            *CMsgBoardBuddy                      `protobuf:"bytes,55,opt,name=board_buddy,json=boardBuddy" json:"board_buddy,omitempty"`
	PropState                             []*CMsgMapProp                       `protobuf:"bytes,56,rep,name=prop_state,json=propState" json:"prop_state,omitempty"`
	BrawnyKillsFloat                      *float32                             `protobuf:"fixed32,57,opt,name=brawny_kills_float,json=brawnyKillsFloat" json:"brawny_kills_float,omitempty"`
	OwnsEvent                             *bool                                `protobuf:"varint,58,opt,name=owns_event,json=ownsEvent" json:"owns_event,omitempty"`
	CityPrestigeLevel                     *uint32                              `protobuf:"varint,59,opt,name=city_prestige_level,json=cityPrestigeLevel" json:"city_prestige_level,omitempty"`
	StatBestVictoryDuration               *uint32                              `` /* 131-byte string literal not displayed */
	StatBestVictoryNetWorth               *uint32                              `` /* 133-byte string literal not displayed */
	StatBestVictoryRemainingHealthPercent *uint32                              `` /* 177-byte string literal not displayed */
	StatBestVictoryUnits                  *uint32                              `protobuf:"varint,1006,opt,name=stat_best_victory_units,json=statBestVictoryUnits" json:"stat_best_victory_units,omitempty"`
	StatPrevVictoryDuration               *uint32                              `` /* 131-byte string literal not displayed */
	StatPrevVictoryNetWorth               *uint32                              `` /* 133-byte string literal not displayed */
	StatPrevVictoryRemainingHealthPercent *uint32                              `` /* 177-byte string literal not displayed */
	StatPrevVictoryUnits                  *uint32                              `protobuf:"varint,1007,opt,name=stat_prev_victory_units,json=statPrevVictoryUnits" json:"stat_prev_victory_units,omitempty"`
	// Types that are valid to be assigned to Opponent:
	//	*CMsgPublicPlayerState_OpponentPlayerSlot
	//	*CMsgPublicPlayerState_OpponentNeutralWave
	Opponent             isCMsgPublicPlayerState_Opponent `protobuf_oneof:"opponent"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgPublicPlayerState) Descriptor

func (*CMsgPublicPlayerState) Descriptor() ([]byte, []int)

func (*CMsgPublicPlayerState) GetAccountId

func (m *CMsgPublicPlayerState) GetAccountId() uint32

func (*CMsgPublicPlayerState) GetBoardBuddy

func (m *CMsgPublicPlayerState) GetBoardBuddy() *CMsgBoardBuddy

func (*CMsgPublicPlayerState) GetBoardUnitLimit

func (m *CMsgPublicPlayerState) GetBoardUnitLimit() int32

func (*CMsgPublicPlayerState) GetBotPersonaName

func (m *CMsgPublicPlayerState) GetBotPersonaName() string

func (*CMsgPublicPlayerState) GetBrawnyKillsFloat

func (m *CMsgPublicPlayerState) GetBrawnyKillsFloat() float32

func (*CMsgPublicPlayerState) GetCityPrestigeLevel

func (m *CMsgPublicPlayerState) GetCityPrestigeLevel() uint32

func (*CMsgPublicPlayerState) GetCombatDuration

func (m *CMsgPublicPlayerState) GetCombatDuration() float32

func (*CMsgPublicPlayerState) GetCombatResult

func (m *CMsgPublicPlayerState) GetCombatResult() uint32

func (*CMsgPublicPlayerState) GetCombatType

func (m *CMsgPublicPlayerState) GetCombatType() uint32

func (*CMsgPublicPlayerState) GetConnectionStatus

func (m *CMsgPublicPlayerState) GetConnectionStatus() EPlayerConnectionState

func (*CMsgPublicPlayerState) GetDisconnectedTime

func (m *CMsgPublicPlayerState) GetDisconnectedTime() float32

func (*CMsgPublicPlayerState) GetEventTier

func (m *CMsgPublicPlayerState) GetEventTier() uint32

func (*CMsgPublicPlayerState) GetFinalPlace

func (m *CMsgPublicPlayerState) GetFinalPlace() uint32

func (*CMsgPublicPlayerState) GetGlobalLeaderboardRank

func (m *CMsgPublicPlayerState) GetGlobalLeaderboardRank() uint32

func (*CMsgPublicPlayerState) GetGold

func (m *CMsgPublicPlayerState) GetGold() int32

func (*CMsgPublicPlayerState) GetHealth

func (m *CMsgPublicPlayerState) GetHealth() int32

func (*CMsgPublicPlayerState) GetIsHumanPlayer

func (m *CMsgPublicPlayerState) GetIsHumanPlayer() bool

func (*CMsgPublicPlayerState) GetIsMirroredMatch

func (m *CMsgPublicPlayerState) GetIsMirroredMatch() bool

func (*CMsgPublicPlayerState) GetItemSlots

func (m *CMsgPublicPlayerState) GetItemSlots() []*CMsgItemSlot

func (*CMsgPublicPlayerState) GetLevel

func (m *CMsgPublicPlayerState) GetLevel() int32

func (*CMsgPublicPlayerState) GetLobbyTeam

func (m *CMsgPublicPlayerState) GetLobbyTeam() EDACLobbyTeam

func (*CMsgPublicPlayerState) GetLoseStreak

func (m *CMsgPublicPlayerState) GetLoseStreak() int32

func (*CMsgPublicPlayerState) GetLosses

func (m *CMsgPublicPlayerState) GetLosses() uint32

func (*CMsgPublicPlayerState) GetNetWorth

func (m *CMsgPublicPlayerState) GetNetWorth() uint32

func (*CMsgPublicPlayerState) GetNextCombatOpponentNeutralWave

func (m *CMsgPublicPlayerState) GetNextCombatOpponentNeutralWave() uint32

func (*CMsgPublicPlayerState) GetNextLevelXp

func (m *CMsgPublicPlayerState) GetNextLevelXp() int32

func (*CMsgPublicPlayerState) GetOpponent

func (m *CMsgPublicPlayerState) GetOpponent() isCMsgPublicPlayerState_Opponent

func (*CMsgPublicPlayerState) GetOpponentNeutralWave

func (m *CMsgPublicPlayerState) GetOpponentNeutralWave() uint32

func (*CMsgPublicPlayerState) GetOpponentPlayerSlot

func (m *CMsgPublicPlayerState) GetOpponentPlayerSlot() uint32

func (*CMsgPublicPlayerState) GetOwnsEvent

func (m *CMsgPublicPlayerState) GetOwnsEvent() bool

func (*CMsgPublicPlayerState) GetPartyIndex

func (m *CMsgPublicPlayerState) GetPartyIndex() uint32

func (*CMsgPublicPlayerState) GetPersonaName

func (m *CMsgPublicPlayerState) GetPersonaName() string

func (*CMsgPublicPlayerState) GetPlatform

func (m *CMsgPublicPlayerState) GetPlatform() EDACPlatform

func (*CMsgPublicPlayerState) GetPlayerLoadout

func (*CMsgPublicPlayerState) GetPlayerSlot

func (m *CMsgPublicPlayerState) GetPlayerSlot() uint32

func (*CMsgPublicPlayerState) GetPropState

func (m *CMsgPublicPlayerState) GetPropState() []*CMsgMapProp

func (*CMsgPublicPlayerState) GetRankTier

func (m *CMsgPublicPlayerState) GetRankTier() uint32

func (*CMsgPublicPlayerState) GetRerollCostModifier

func (m *CMsgPublicPlayerState) GetRerollCostModifier() int32

func (*CMsgPublicPlayerState) GetSequenceNumber

func (m *CMsgPublicPlayerState) GetSequenceNumber() uint64

func (*CMsgPublicPlayerState) GetShopCostModifier

func (m *CMsgPublicPlayerState) GetShopCostModifier() int32

func (*CMsgPublicPlayerState) GetStatBestVictoryDuration

func (m *CMsgPublicPlayerState) GetStatBestVictoryDuration() uint32

func (*CMsgPublicPlayerState) GetStatBestVictoryNetWorth

func (m *CMsgPublicPlayerState) GetStatBestVictoryNetWorth() uint32

func (*CMsgPublicPlayerState) GetStatBestVictoryRemainingHealthPercent

func (m *CMsgPublicPlayerState) GetStatBestVictoryRemainingHealthPercent() uint32

func (*CMsgPublicPlayerState) GetStatBestVictoryUnits

func (m *CMsgPublicPlayerState) GetStatBestVictoryUnits() uint32

func (*CMsgPublicPlayerState) GetStatPrevVictoryDuration

func (m *CMsgPublicPlayerState) GetStatPrevVictoryDuration() uint32

func (*CMsgPublicPlayerState) GetStatPrevVictoryNetWorth

func (m *CMsgPublicPlayerState) GetStatPrevVictoryNetWorth() uint32

func (*CMsgPublicPlayerState) GetStatPrevVictoryRemainingHealthPercent

func (m *CMsgPublicPlayerState) GetStatPrevVictoryRemainingHealthPercent() uint32

func (*CMsgPublicPlayerState) GetStatPrevVictoryUnits

func (m *CMsgPublicPlayerState) GetStatPrevVictoryUnits() uint32

func (*CMsgPublicPlayerState) GetSynergies

func (m *CMsgPublicPlayerState) GetSynergies() []*CMsgSynergy

func (*CMsgPublicPlayerState) GetUnderlord

func (m *CMsgPublicPlayerState) GetUnderlord() uint32

func (*CMsgPublicPlayerState) GetUnderlordAvailableTalents

func (m *CMsgPublicPlayerState) GetUnderlordAvailableTalents() []uint32

func (*CMsgPublicPlayerState) GetUnderlordSelectedTalents

func (m *CMsgPublicPlayerState) GetUnderlordSelectedTalents() []uint32

func (*CMsgPublicPlayerState) GetUnits

func (m *CMsgPublicPlayerState) GetUnits() []*CMsgUnit

func (*CMsgPublicPlayerState) GetVsOpponentDraws

func (m *CMsgPublicPlayerState) GetVsOpponentDraws() uint32

func (*CMsgPublicPlayerState) GetVsOpponentLosses

func (m *CMsgPublicPlayerState) GetVsOpponentLosses() uint32

func (*CMsgPublicPlayerState) GetVsOpponentWins

func (m *CMsgPublicPlayerState) GetVsOpponentWins() uint32

func (*CMsgPublicPlayerState) GetWinStreak

func (m *CMsgPublicPlayerState) GetWinStreak() int32

func (*CMsgPublicPlayerState) GetWins

func (m *CMsgPublicPlayerState) GetWins() uint32

func (*CMsgPublicPlayerState) GetXp

func (m *CMsgPublicPlayerState) GetXp() int32

func (*CMsgPublicPlayerState) ProtoMessage

func (*CMsgPublicPlayerState) ProtoMessage()

func (*CMsgPublicPlayerState) Reset

func (m *CMsgPublicPlayerState) Reset()

func (*CMsgPublicPlayerState) String

func (m *CMsgPublicPlayerState) String() string

func (*CMsgPublicPlayerState) XXX_DiscardUnknown

func (m *CMsgPublicPlayerState) XXX_DiscardUnknown()

func (*CMsgPublicPlayerState) XXX_Marshal

func (m *CMsgPublicPlayerState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPublicPlayerState) XXX_Merge

func (m *CMsgPublicPlayerState) XXX_Merge(src proto.Message)

func (*CMsgPublicPlayerState) XXX_OneofWrappers

func (*CMsgPublicPlayerState) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*CMsgPublicPlayerState) XXX_Size

func (m *CMsgPublicPlayerState) XXX_Size() int

func (*CMsgPublicPlayerState) XXX_Unmarshal

func (m *CMsgPublicPlayerState) XXX_Unmarshal(b []byte) error

type CMsgPublicPlayerState_LoadoutItem

type CMsgPublicPlayerState_LoadoutItem struct {
	Slot                 *uint32  `protobuf:"varint,1,opt,name=slot" json:"slot,omitempty"`
	SubSlot              *uint32  `protobuf:"varint,2,opt,name=sub_slot,json=subSlot" json:"sub_slot,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,3,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgPublicPlayerState_LoadoutItem) Descriptor

func (*CMsgPublicPlayerState_LoadoutItem) Descriptor() ([]byte, []int)

func (*CMsgPublicPlayerState_LoadoutItem) GetDefIndex

func (m *CMsgPublicPlayerState_LoadoutItem) GetDefIndex() uint32

func (*CMsgPublicPlayerState_LoadoutItem) GetSlot

func (*CMsgPublicPlayerState_LoadoutItem) GetSubSlot

func (m *CMsgPublicPlayerState_LoadoutItem) GetSubSlot() uint32

func (*CMsgPublicPlayerState_LoadoutItem) ProtoMessage

func (*CMsgPublicPlayerState_LoadoutItem) ProtoMessage()

func (*CMsgPublicPlayerState_LoadoutItem) Reset

func (*CMsgPublicPlayerState_LoadoutItem) String

func (*CMsgPublicPlayerState_LoadoutItem) XXX_DiscardUnknown

func (m *CMsgPublicPlayerState_LoadoutItem) XXX_DiscardUnknown()

func (*CMsgPublicPlayerState_LoadoutItem) XXX_Marshal

func (m *CMsgPublicPlayerState_LoadoutItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPublicPlayerState_LoadoutItem) XXX_Merge

func (*CMsgPublicPlayerState_LoadoutItem) XXX_Size

func (m *CMsgPublicPlayerState_LoadoutItem) XXX_Size() int

func (*CMsgPublicPlayerState_LoadoutItem) XXX_Unmarshal

func (m *CMsgPublicPlayerState_LoadoutItem) XXX_Unmarshal(b []byte) error

type CMsgPublicPlayerState_OpponentNeutralWave

type CMsgPublicPlayerState_OpponentNeutralWave struct {
	OpponentNeutralWave uint32 `protobuf:"varint,25,opt,name=opponent_neutral_wave,json=opponentNeutralWave,oneof"`
}

type CMsgPublicPlayerState_OpponentPlayerSlot

type CMsgPublicPlayerState_OpponentPlayerSlot struct {
	OpponentPlayerSlot uint32 `protobuf:"varint,24,opt,name=opponent_player_slot,json=opponentPlayerSlot,oneof"`
}

type CMsgPublicPostMatchStats

type CMsgPublicPostMatchStats struct {
	Players              []*CMsgPublicPostMatchStats_PlayerInfo `protobuf:"bytes,1,rep,name=players" json:"players,omitempty"`
	GameMode             *uint32                                `protobuf:"varint,2,opt,name=game_mode,json=gameMode" json:"game_mode,omitempty"`
	MatchId              *uint64                                `protobuf:"varint,3,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*CMsgPublicPostMatchStats) Descriptor

func (*CMsgPublicPostMatchStats) Descriptor() ([]byte, []int)

func (*CMsgPublicPostMatchStats) GetGameMode

func (m *CMsgPublicPostMatchStats) GetGameMode() uint32

func (*CMsgPublicPostMatchStats) GetMatchId

func (m *CMsgPublicPostMatchStats) GetMatchId() uint64

func (*CMsgPublicPostMatchStats) GetPlayers

func (*CMsgPublicPostMatchStats) ProtoMessage

func (*CMsgPublicPostMatchStats) ProtoMessage()

func (*CMsgPublicPostMatchStats) Reset

func (m *CMsgPublicPostMatchStats) Reset()

func (*CMsgPublicPostMatchStats) String

func (m *CMsgPublicPostMatchStats) String() string

func (*CMsgPublicPostMatchStats) XXX_DiscardUnknown

func (m *CMsgPublicPostMatchStats) XXX_DiscardUnknown()

func (*CMsgPublicPostMatchStats) XXX_Marshal

func (m *CMsgPublicPostMatchStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPublicPostMatchStats) XXX_Merge

func (m *CMsgPublicPostMatchStats) XXX_Merge(src proto.Message)

func (*CMsgPublicPostMatchStats) XXX_Size

func (m *CMsgPublicPostMatchStats) XXX_Size() int

func (*CMsgPublicPostMatchStats) XXX_Unmarshal

func (m *CMsgPublicPostMatchStats) XXX_Unmarshal(b []byte) error

type CMsgPublicPostMatchStats_PlayerInfo

type CMsgPublicPostMatchStats_PlayerInfo struct {
	Rounds                []*CMsgPublicPostMatchStats_PlayerPerRoundInfo `protobuf:"bytes,1,rep,name=rounds" json:"rounds,omitempty"`
	PlayerSlot            *uint32                                        `protobuf:"varint,2,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	AccountId             *uint32                                        `protobuf:"varint,3,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	IsHumanPlayer         *bool                                          `protobuf:"varint,4,opt,name=is_human_player,json=isHumanPlayer" json:"is_human_player,omitempty"`
	PersonaName           *string                                        `protobuf:"bytes,5,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	MmrLevel              *uint32                                        `protobuf:"varint,6,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	GlobalLeaderboardRank *uint32                                        `protobuf:"varint,7,opt,name=global_leaderboard_rank,json=globalLeaderboardRank" json:"global_leaderboard_rank,omitempty"`
	FinalPosition         *uint32                                        `protobuf:"varint,8,opt,name=final_position,json=finalPosition" json:"final_position,omitempty"`
	LobbyTeam             *EDACLobbyTeam                                 `protobuf:"varint,9,opt,name=lobby_team,json=lobbyTeam,enum=protocol.EDACLobbyTeam,def=0" json:"lobby_team,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                                       `json:"-"`
	XXX_unrecognized      []byte                                         `json:"-"`
	XXX_sizecache         int32                                          `json:"-"`
}

func (*CMsgPublicPostMatchStats_PlayerInfo) Descriptor

func (*CMsgPublicPostMatchStats_PlayerInfo) Descriptor() ([]byte, []int)

func (*CMsgPublicPostMatchStats_PlayerInfo) GetAccountId

func (m *CMsgPublicPostMatchStats_PlayerInfo) GetAccountId() uint32

func (*CMsgPublicPostMatchStats_PlayerInfo) GetFinalPosition

func (m *CMsgPublicPostMatchStats_PlayerInfo) GetFinalPosition() uint32

func (*CMsgPublicPostMatchStats_PlayerInfo) GetGlobalLeaderboardRank

func (m *CMsgPublicPostMatchStats_PlayerInfo) GetGlobalLeaderboardRank() uint32

func (*CMsgPublicPostMatchStats_PlayerInfo) GetIsHumanPlayer

func (m *CMsgPublicPostMatchStats_PlayerInfo) GetIsHumanPlayer() bool

func (*CMsgPublicPostMatchStats_PlayerInfo) GetLobbyTeam

func (*CMsgPublicPostMatchStats_PlayerInfo) GetMmrLevel

func (*CMsgPublicPostMatchStats_PlayerInfo) GetPersonaName

func (m *CMsgPublicPostMatchStats_PlayerInfo) GetPersonaName() string

func (*CMsgPublicPostMatchStats_PlayerInfo) GetPlayerSlot

func (m *CMsgPublicPostMatchStats_PlayerInfo) GetPlayerSlot() uint32

func (*CMsgPublicPostMatchStats_PlayerInfo) GetRounds

func (*CMsgPublicPostMatchStats_PlayerInfo) ProtoMessage

func (*CMsgPublicPostMatchStats_PlayerInfo) ProtoMessage()

func (*CMsgPublicPostMatchStats_PlayerInfo) Reset

func (*CMsgPublicPostMatchStats_PlayerInfo) String

func (*CMsgPublicPostMatchStats_PlayerInfo) XXX_DiscardUnknown

func (m *CMsgPublicPostMatchStats_PlayerInfo) XXX_DiscardUnknown()

func (*CMsgPublicPostMatchStats_PlayerInfo) XXX_Marshal

func (m *CMsgPublicPostMatchStats_PlayerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPublicPostMatchStats_PlayerInfo) XXX_Merge

func (*CMsgPublicPostMatchStats_PlayerInfo) XXX_Size

func (*CMsgPublicPostMatchStats_PlayerInfo) XXX_Unmarshal

func (m *CMsgPublicPostMatchStats_PlayerInfo) XXX_Unmarshal(b []byte) error

type CMsgPublicPostMatchStats_PlayerPerRoundInfo

type CMsgPublicPostMatchStats_PlayerPerRoundInfo struct {
	Gold                     *uint32         `protobuf:"varint,1,opt,name=gold" json:"gold,omitempty"`
	Health                   *uint32         `protobuf:"varint,2,opt,name=health" json:"health,omitempty"`
	Level                    *uint32         `protobuf:"varint,3,opt,name=level" json:"level,omitempty"`
	Wins                     *uint32         `protobuf:"varint,4,opt,name=wins" json:"wins,omitempty"`
	Losses                   *uint32         `protobuf:"varint,5,opt,name=losses" json:"losses,omitempty"`
	NetWorth                 *uint32         `protobuf:"varint,6,opt,name=net_worth,json=netWorth" json:"net_worth,omitempty"`
	Units                    []*CMsgUnit     `protobuf:"bytes,7,rep,name=units" json:"units,omitempty"`
	Synergies                []uint32        `protobuf:"varint,8,rep,name=synergies" json:"synergies,omitempty"`
	ItemSlots                []*CMsgItemSlot `protobuf:"bytes,9,rep,name=item_slots,json=itemSlots" json:"item_slots,omitempty"`
	UnderlordSelectedTalents []uint32        `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}        `json:"-"`
	XXX_unrecognized         []byte          `json:"-"`
	XXX_sizecache            int32           `json:"-"`
}

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) Descriptor

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetGold

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetHealth

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetItemSlots

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetLevel

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetLosses

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetNetWorth

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetSynergies

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetUnderlordSelectedTalents

func (m *CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetUnderlordSelectedTalents() []uint32

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetUnits

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) GetWins

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) ProtoMessage

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) Reset

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) String

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_DiscardUnknown

func (m *CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_DiscardUnknown()

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_Marshal

func (m *CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_Merge

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_Size

func (*CMsgPublicPostMatchStats_PlayerPerRoundInfo) XXX_Unmarshal

type CMsgPuzzleLeaderboardHistogram

type CMsgPuzzleLeaderboardHistogram struct {
	PuzzleId             *uint32        `protobuf:"varint,1,opt,name=puzzle_id,json=puzzleId" json:"puzzle_id,omitempty"`
	LeaderboardType      *uint32        `protobuf:"varint,2,opt,name=leaderboard_type,json=leaderboardType" json:"leaderboard_type,omitempty"`
	Histogram            *CMsgHistogram `protobuf:"bytes,3,opt,name=histogram" json:"histogram,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgPuzzleLeaderboardHistogram) Descriptor

func (*CMsgPuzzleLeaderboardHistogram) Descriptor() ([]byte, []int)

func (*CMsgPuzzleLeaderboardHistogram) GetHistogram

func (m *CMsgPuzzleLeaderboardHistogram) GetHistogram() *CMsgHistogram

func (*CMsgPuzzleLeaderboardHistogram) GetLeaderboardType

func (m *CMsgPuzzleLeaderboardHistogram) GetLeaderboardType() uint32

func (*CMsgPuzzleLeaderboardHistogram) GetPuzzleId

func (m *CMsgPuzzleLeaderboardHistogram) GetPuzzleId() uint32

func (*CMsgPuzzleLeaderboardHistogram) ProtoMessage

func (*CMsgPuzzleLeaderboardHistogram) ProtoMessage()

func (*CMsgPuzzleLeaderboardHistogram) Reset

func (m *CMsgPuzzleLeaderboardHistogram) Reset()

func (*CMsgPuzzleLeaderboardHistogram) String

func (*CMsgPuzzleLeaderboardHistogram) XXX_DiscardUnknown

func (m *CMsgPuzzleLeaderboardHistogram) XXX_DiscardUnknown()

func (*CMsgPuzzleLeaderboardHistogram) XXX_Marshal

func (m *CMsgPuzzleLeaderboardHistogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPuzzleLeaderboardHistogram) XXX_Merge

func (m *CMsgPuzzleLeaderboardHistogram) XXX_Merge(src proto.Message)

func (*CMsgPuzzleLeaderboardHistogram) XXX_Size

func (m *CMsgPuzzleLeaderboardHistogram) XXX_Size() int

func (*CMsgPuzzleLeaderboardHistogram) XXX_Unmarshal

func (m *CMsgPuzzleLeaderboardHistogram) XXX_Unmarshal(b []byte) error

type CMsgPuzzleLeaderboardHistogramList

type CMsgPuzzleLeaderboardHistogramList struct {
	LeaderboardHistograms []*CMsgPuzzleLeaderboardHistogram `protobuf:"bytes,1,rep,name=leaderboard_histograms,json=leaderboardHistograms" json:"leaderboard_histograms,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                          `json:"-"`
	XXX_unrecognized      []byte                            `json:"-"`
	XXX_sizecache         int32                             `json:"-"`
}

func (*CMsgPuzzleLeaderboardHistogramList) Descriptor

func (*CMsgPuzzleLeaderboardHistogramList) Descriptor() ([]byte, []int)

func (*CMsgPuzzleLeaderboardHistogramList) GetLeaderboardHistograms

func (m *CMsgPuzzleLeaderboardHistogramList) GetLeaderboardHistograms() []*CMsgPuzzleLeaderboardHistogram

func (*CMsgPuzzleLeaderboardHistogramList) ProtoMessage

func (*CMsgPuzzleLeaderboardHistogramList) ProtoMessage()

func (*CMsgPuzzleLeaderboardHistogramList) Reset

func (*CMsgPuzzleLeaderboardHistogramList) String

func (*CMsgPuzzleLeaderboardHistogramList) XXX_DiscardUnknown

func (m *CMsgPuzzleLeaderboardHistogramList) XXX_DiscardUnknown()

func (*CMsgPuzzleLeaderboardHistogramList) XXX_Marshal

func (m *CMsgPuzzleLeaderboardHistogramList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgPuzzleLeaderboardHistogramList) XXX_Merge

func (*CMsgPuzzleLeaderboardHistogramList) XXX_Size

func (*CMsgPuzzleLeaderboardHistogramList) XXX_Unmarshal

func (m *CMsgPuzzleLeaderboardHistogramList) XXX_Unmarshal(b []byte) error

type CMsgQAngle

type CMsgQAngle struct {
	X                    *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y                    *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	Z                    *float32 `protobuf:"fixed32,3,opt,name=z" json:"z,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgQAngle) Descriptor

func (*CMsgQAngle) Descriptor() ([]byte, []int)

func (*CMsgQAngle) GetX

func (m *CMsgQAngle) GetX() float32

func (*CMsgQAngle) GetY

func (m *CMsgQAngle) GetY() float32

func (*CMsgQAngle) GetZ

func (m *CMsgQAngle) GetZ() float32

func (*CMsgQAngle) ProtoMessage

func (*CMsgQAngle) ProtoMessage()

func (*CMsgQAngle) Reset

func (m *CMsgQAngle) Reset()

func (*CMsgQAngle) String

func (m *CMsgQAngle) String() string

func (*CMsgQAngle) XXX_DiscardUnknown

func (m *CMsgQAngle) XXX_DiscardUnknown()

func (*CMsgQAngle) XXX_Marshal

func (m *CMsgQAngle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgQAngle) XXX_Merge

func (m *CMsgQAngle) XXX_Merge(src proto.Message)

func (*CMsgQAngle) XXX_Size

func (m *CMsgQAngle) XXX_Size() int

func (*CMsgQAngle) XXX_Unmarshal

func (m *CMsgQAngle) XXX_Unmarshal(b []byte) error

type CMsgRGBA

type CMsgRGBA struct {
	R                    *int32   `protobuf:"varint,1,opt,name=r" json:"r,omitempty"`
	G                    *int32   `protobuf:"varint,2,opt,name=g" json:"g,omitempty"`
	B                    *int32   `protobuf:"varint,3,opt,name=b" json:"b,omitempty"`
	A                    *int32   `protobuf:"varint,4,opt,name=a" json:"a,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRGBA) Descriptor

func (*CMsgRGBA) Descriptor() ([]byte, []int)

func (*CMsgRGBA) GetA

func (m *CMsgRGBA) GetA() int32

func (*CMsgRGBA) GetB

func (m *CMsgRGBA) GetB() int32

func (*CMsgRGBA) GetG

func (m *CMsgRGBA) GetG() int32

func (*CMsgRGBA) GetR

func (m *CMsgRGBA) GetR() int32

func (*CMsgRGBA) ProtoMessage

func (*CMsgRGBA) ProtoMessage()

func (*CMsgRGBA) Reset

func (m *CMsgRGBA) Reset()

func (*CMsgRGBA) String

func (m *CMsgRGBA) String() string

func (*CMsgRGBA) XXX_DiscardUnknown

func (m *CMsgRGBA) XXX_DiscardUnknown()

func (*CMsgRGBA) XXX_Marshal

func (m *CMsgRGBA) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRGBA) XXX_Merge

func (m *CMsgRGBA) XXX_Merge(src proto.Message)

func (*CMsgRGBA) XXX_Size

func (m *CMsgRGBA) XXX_Size() int

func (*CMsgRGBA) XXX_Unmarshal

func (m *CMsgRGBA) 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 CMsgRecordLocalBotStats

type CMsgRecordLocalBotStats struct {
	SerializedMsg        []byte   `protobuf:"bytes,1,opt,name=serialized_msg,json=serializedMsg" json:"serialized_msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRecordLocalBotStats) Descriptor

func (*CMsgRecordLocalBotStats) Descriptor() ([]byte, []int)

func (*CMsgRecordLocalBotStats) GetSerializedMsg

func (m *CMsgRecordLocalBotStats) GetSerializedMsg() []byte

func (*CMsgRecordLocalBotStats) ProtoMessage

func (*CMsgRecordLocalBotStats) ProtoMessage()

func (*CMsgRecordLocalBotStats) Reset

func (m *CMsgRecordLocalBotStats) Reset()

func (*CMsgRecordLocalBotStats) String

func (m *CMsgRecordLocalBotStats) String() string

func (*CMsgRecordLocalBotStats) XXX_DiscardUnknown

func (m *CMsgRecordLocalBotStats) XXX_DiscardUnknown()

func (*CMsgRecordLocalBotStats) XXX_Marshal

func (m *CMsgRecordLocalBotStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRecordLocalBotStats) XXX_Merge

func (m *CMsgRecordLocalBotStats) XXX_Merge(src proto.Message)

func (*CMsgRecordLocalBotStats) XXX_Size

func (m *CMsgRecordLocalBotStats) XXX_Size() int

func (*CMsgRecordLocalBotStats) XXX_Unmarshal

func (m *CMsgRecordLocalBotStats) 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 CMsgRegionPingTimesClient

type CMsgRegionPingTimesClient struct {
	DataCenterCodes      []uint32 `protobuf:"fixed32,1,rep,packed,name=data_center_codes,json=dataCenterCodes" json:"data_center_codes,omitempty"`
	PingTimes            []uint32 `protobuf:"varint,2,rep,packed,name=ping_times,json=pingTimes" json:"ping_times,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgRegionPingTimesClient) Descriptor

func (*CMsgRegionPingTimesClient) Descriptor() ([]byte, []int)

func (*CMsgRegionPingTimesClient) GetDataCenterCodes

func (m *CMsgRegionPingTimesClient) GetDataCenterCodes() []uint32

func (*CMsgRegionPingTimesClient) GetPingTimes

func (m *CMsgRegionPingTimesClient) GetPingTimes() []uint32

func (*CMsgRegionPingTimesClient) ProtoMessage

func (*CMsgRegionPingTimesClient) ProtoMessage()

func (*CMsgRegionPingTimesClient) Reset

func (m *CMsgRegionPingTimesClient) Reset()

func (*CMsgRegionPingTimesClient) String

func (m *CMsgRegionPingTimesClient) String() string

func (*CMsgRegionPingTimesClient) XXX_DiscardUnknown

func (m *CMsgRegionPingTimesClient) XXX_DiscardUnknown()

func (*CMsgRegionPingTimesClient) XXX_Marshal

func (m *CMsgRegionPingTimesClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRegionPingTimesClient) XXX_Merge

func (m *CMsgRegionPingTimesClient) XXX_Merge(src proto.Message)

func (*CMsgRegionPingTimesClient) XXX_Size

func (m *CMsgRegionPingTimesClient) XXX_Size() int

func (*CMsgRegionPingTimesClient) XXX_Unmarshal

func (m *CMsgRegionPingTimesClient) XXX_Unmarshal(b []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 `` /* 126-byte string literal not displayed */
	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 CMsgRoundCombat

type CMsgRoundCombat struct {
	RoundNumber            *int32                      `protobuf:"varint,1,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	CombatDuration         *float32                    `protobuf:"fixed32,2,opt,name=combat_duration,json=combatDuration" json:"combat_duration,omitempty"`
	CombatIntroDuration    *float32                    `protobuf:"fixed32,3,opt,name=combat_intro_duration,json=combatIntroDuration" json:"combat_intro_duration,omitempty"`
	AddedTimeBeforeResults *float32                    `` /* 126-byte string literal not displayed */
	Snapshots              []*CMsgCombatSnapshot       `protobuf:"bytes,5,rep,name=snapshots" json:"snapshots,omitempty"`
	Events                 []*CMsgCombatEvent          `protobuf:"bytes,6,rep,name=events" json:"events,omitempty"`
	Result                 *ERoundCombatResult         `protobuf:"varint,7,opt,name=result,enum=protocol.ERoundCombatResult,def=0" json:"result,omitempty"`
	PlayerPlayerSlot       *uint32                     `protobuf:"varint,8,opt,name=player_player_slot,json=playerPlayerSlot" json:"player_player_slot,omitempty"`
	MeterSnapshots         []*CMsgCombatMetersSnapshot `protobuf:"bytes,11,rep,name=meter_snapshots,json=meterSnapshots" json:"meter_snapshots,omitempty"`
	CombatHighlights       []*CMsgCombatHighlight      `protobuf:"bytes,12,rep,name=combat_highlights,json=combatHighlights" json:"combat_highlights,omitempty"`
	Mirrored               *bool                       `protobuf:"varint,14,opt,name=mirrored" json:"mirrored,omitempty"`
	// Types that are valid to be assigned to Opponent:
	//	*CMsgRoundCombat_OpponentPlayerSlot
	//	*CMsgRoundCombat_OpponentNeutralWave
	Opponent             isCMsgRoundCombat_Opponent `protobuf_oneof:"opponent"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*CMsgRoundCombat) Descriptor

func (*CMsgRoundCombat) Descriptor() ([]byte, []int)

func (*CMsgRoundCombat) GetAddedTimeBeforeResults

func (m *CMsgRoundCombat) GetAddedTimeBeforeResults() float32

func (*CMsgRoundCombat) GetCombatDuration

func (m *CMsgRoundCombat) GetCombatDuration() float32

func (*CMsgRoundCombat) GetCombatHighlights

func (m *CMsgRoundCombat) GetCombatHighlights() []*CMsgCombatHighlight

func (*CMsgRoundCombat) GetCombatIntroDuration

func (m *CMsgRoundCombat) GetCombatIntroDuration() float32

func (*CMsgRoundCombat) GetEvents

func (m *CMsgRoundCombat) GetEvents() []*CMsgCombatEvent

func (*CMsgRoundCombat) GetMeterSnapshots

func (m *CMsgRoundCombat) GetMeterSnapshots() []*CMsgCombatMetersSnapshot

func (*CMsgRoundCombat) GetMirrored

func (m *CMsgRoundCombat) GetMirrored() bool

func (*CMsgRoundCombat) GetOpponent

func (m *CMsgRoundCombat) GetOpponent() isCMsgRoundCombat_Opponent

func (*CMsgRoundCombat) GetOpponentNeutralWave

func (m *CMsgRoundCombat) GetOpponentNeutralWave() uint32

func (*CMsgRoundCombat) GetOpponentPlayerSlot

func (m *CMsgRoundCombat) GetOpponentPlayerSlot() uint32

func (*CMsgRoundCombat) GetPlayerPlayerSlot

func (m *CMsgRoundCombat) GetPlayerPlayerSlot() uint32

func (*CMsgRoundCombat) GetResult

func (m *CMsgRoundCombat) GetResult() ERoundCombatResult

func (*CMsgRoundCombat) GetRoundNumber

func (m *CMsgRoundCombat) GetRoundNumber() int32

func (*CMsgRoundCombat) GetSnapshots

func (m *CMsgRoundCombat) GetSnapshots() []*CMsgCombatSnapshot

func (*CMsgRoundCombat) ProtoMessage

func (*CMsgRoundCombat) ProtoMessage()

func (*CMsgRoundCombat) Reset

func (m *CMsgRoundCombat) Reset()

func (*CMsgRoundCombat) String

func (m *CMsgRoundCombat) String() string

func (*CMsgRoundCombat) XXX_DiscardUnknown

func (m *CMsgRoundCombat) XXX_DiscardUnknown()

func (*CMsgRoundCombat) XXX_Marshal

func (m *CMsgRoundCombat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRoundCombat) XXX_Merge

func (m *CMsgRoundCombat) XXX_Merge(src proto.Message)

func (*CMsgRoundCombat) XXX_OneofWrappers

func (*CMsgRoundCombat) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*CMsgRoundCombat) XXX_Size

func (m *CMsgRoundCombat) XXX_Size() int

func (*CMsgRoundCombat) XXX_Unmarshal

func (m *CMsgRoundCombat) XXX_Unmarshal(b []byte) error

type CMsgRoundCombatGlobal

type CMsgRoundCombatGlobal struct {
	RoundNumber              *int32                                                 `protobuf:"varint,1,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	CombatPlayerSlotToEvents []*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry `` /* 132-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                                               `json:"-"`
	XXX_unrecognized         []byte                                                 `json:"-"`
	XXX_sizecache            int32                                                  `json:"-"`
}

func (*CMsgRoundCombatGlobal) Descriptor

func (*CMsgRoundCombatGlobal) Descriptor() ([]byte, []int)

func (*CMsgRoundCombatGlobal) GetCombatPlayerSlotToEvents

func (*CMsgRoundCombatGlobal) GetRoundNumber

func (m *CMsgRoundCombatGlobal) GetRoundNumber() int32

func (*CMsgRoundCombatGlobal) ProtoMessage

func (*CMsgRoundCombatGlobal) ProtoMessage()

func (*CMsgRoundCombatGlobal) Reset

func (m *CMsgRoundCombatGlobal) Reset()

func (*CMsgRoundCombatGlobal) String

func (m *CMsgRoundCombatGlobal) String() string

func (*CMsgRoundCombatGlobal) XXX_DiscardUnknown

func (m *CMsgRoundCombatGlobal) XXX_DiscardUnknown()

func (*CMsgRoundCombatGlobal) XXX_Marshal

func (m *CMsgRoundCombatGlobal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRoundCombatGlobal) XXX_Merge

func (m *CMsgRoundCombatGlobal) XXX_Merge(src proto.Message)

func (*CMsgRoundCombatGlobal) XXX_Size

func (m *CMsgRoundCombatGlobal) XXX_Size() int

func (*CMsgRoundCombatGlobal) XXX_Unmarshal

func (m *CMsgRoundCombatGlobal) XXX_Unmarshal(b []byte) error

type CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry

type CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry struct {
	Key                  *uint32                          `protobuf:"varint,1,opt,name=key" json:"key,omitempty"`
	Value                *CMsgRoundCombatGlobal_EventList `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) Descriptor

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) GetKey

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) GetValue

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) ProtoMessage

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) Reset

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) String

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) XXX_DiscardUnknown

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) XXX_Marshal

func (m *CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) XXX_Merge

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) XXX_Size

func (*CMsgRoundCombatGlobal_CombatPlayerSlotToEventsEntry) XXX_Unmarshal

type CMsgRoundCombatGlobal_EventList

type CMsgRoundCombatGlobal_EventList struct {
	Events               []*CMsgCombatEvent `protobuf:"bytes,1,rep,name=events" json:"events,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgRoundCombatGlobal_EventList) Descriptor

func (*CMsgRoundCombatGlobal_EventList) Descriptor() ([]byte, []int)

func (*CMsgRoundCombatGlobal_EventList) GetEvents

func (*CMsgRoundCombatGlobal_EventList) ProtoMessage

func (*CMsgRoundCombatGlobal_EventList) ProtoMessage()

func (*CMsgRoundCombatGlobal_EventList) Reset

func (*CMsgRoundCombatGlobal_EventList) String

func (*CMsgRoundCombatGlobal_EventList) XXX_DiscardUnknown

func (m *CMsgRoundCombatGlobal_EventList) XXX_DiscardUnknown()

func (*CMsgRoundCombatGlobal_EventList) XXX_Marshal

func (m *CMsgRoundCombatGlobal_EventList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgRoundCombatGlobal_EventList) XXX_Merge

func (m *CMsgRoundCombatGlobal_EventList) XXX_Merge(src proto.Message)

func (*CMsgRoundCombatGlobal_EventList) XXX_Size

func (m *CMsgRoundCombatGlobal_EventList) XXX_Size() int

func (*CMsgRoundCombatGlobal_EventList) XXX_Unmarshal

func (m *CMsgRoundCombatGlobal_EventList) XXX_Unmarshal(b []byte) error

type CMsgRoundCombat_OpponentNeutralWave

type CMsgRoundCombat_OpponentNeutralWave struct {
	OpponentNeutralWave uint32 `protobuf:"varint,10,opt,name=opponent_neutral_wave,json=opponentNeutralWave,oneof"`
}

type CMsgRoundCombat_OpponentPlayerSlot

type CMsgRoundCombat_OpponentPlayerSlot struct {
	OpponentPlayerSlot uint32 `protobuf:"varint,9,opt,name=opponent_player_slot,json=opponentPlayerSlot,oneof"`
}

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 CMsgServerCrashSentinelFile

type CMsgServerCrashSentinelFile struct {
	Version              *uint32                               `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	ServerSteamId        *uint64                               `protobuf:"fixed64,2,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	ServerPublicIpAddr   *uint32                               `protobuf:"fixed32,3,opt,name=server_public_ip_addr,json=serverPublicIpAddr" json:"server_public_ip_addr,omitempty"`
	ServerPort           *uint32                               `protobuf:"varint,4,opt,name=server_port,json=serverPort" json:"server_port,omitempty"`
	ServerCluster        *uint32                               `protobuf:"varint,5,opt,name=server_cluster,json=serverCluster" json:"server_cluster,omitempty"`
	Pid                  *uint32                               `protobuf:"varint,6,opt,name=pid" json:"pid,omitempty"`
	SavedTime            *uint32                               `protobuf:"varint,7,opt,name=saved_time,json=savedTime" json:"saved_time,omitempty"`
	ServerVersion        *uint32                               `protobuf:"varint,8,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	GameInfo             *CMsgServerCrashSentinelFile_GameInfo `protobuf:"bytes,9,opt,name=game_info,json=gameInfo" json:"game_info,omitempty"`
	ServerPrivateIpAddr  *uint32                               `protobuf:"varint,10,opt,name=server_private_ip_addr,json=serverPrivateIpAddr" json:"server_private_ip_addr,omitempty"`
	InstanceId           *uint32                               `protobuf:"varint,11,opt,name=instance_id,json=instanceId" json:"instance_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*CMsgServerCrashSentinelFile) Descriptor

func (*CMsgServerCrashSentinelFile) Descriptor() ([]byte, []int)

func (*CMsgServerCrashSentinelFile) GetGameInfo

func (*CMsgServerCrashSentinelFile) GetInstanceId

func (m *CMsgServerCrashSentinelFile) GetInstanceId() uint32

func (*CMsgServerCrashSentinelFile) GetPid

func (m *CMsgServerCrashSentinelFile) GetPid() uint32

func (*CMsgServerCrashSentinelFile) GetSavedTime

func (m *CMsgServerCrashSentinelFile) GetSavedTime() uint32

func (*CMsgServerCrashSentinelFile) GetServerCluster

func (m *CMsgServerCrashSentinelFile) GetServerCluster() uint32

func (*CMsgServerCrashSentinelFile) GetServerPort

func (m *CMsgServerCrashSentinelFile) GetServerPort() uint32

func (*CMsgServerCrashSentinelFile) GetServerPrivateIpAddr

func (m *CMsgServerCrashSentinelFile) GetServerPrivateIpAddr() uint32

func (*CMsgServerCrashSentinelFile) GetServerPublicIpAddr

func (m *CMsgServerCrashSentinelFile) GetServerPublicIpAddr() uint32

func (*CMsgServerCrashSentinelFile) GetServerSteamId

func (m *CMsgServerCrashSentinelFile) GetServerSteamId() uint64

func (*CMsgServerCrashSentinelFile) GetServerVersion

func (m *CMsgServerCrashSentinelFile) GetServerVersion() uint32

func (*CMsgServerCrashSentinelFile) GetVersion

func (m *CMsgServerCrashSentinelFile) GetVersion() uint32

func (*CMsgServerCrashSentinelFile) ProtoMessage

func (*CMsgServerCrashSentinelFile) ProtoMessage()

func (*CMsgServerCrashSentinelFile) Reset

func (m *CMsgServerCrashSentinelFile) Reset()

func (*CMsgServerCrashSentinelFile) String

func (m *CMsgServerCrashSentinelFile) String() string

func (*CMsgServerCrashSentinelFile) XXX_DiscardUnknown

func (m *CMsgServerCrashSentinelFile) XXX_DiscardUnknown()

func (*CMsgServerCrashSentinelFile) XXX_Marshal

func (m *CMsgServerCrashSentinelFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerCrashSentinelFile) XXX_Merge

func (m *CMsgServerCrashSentinelFile) XXX_Merge(src proto.Message)

func (*CMsgServerCrashSentinelFile) XXX_Size

func (m *CMsgServerCrashSentinelFile) XXX_Size() int

func (*CMsgServerCrashSentinelFile) XXX_Unmarshal

func (m *CMsgServerCrashSentinelFile) XXX_Unmarshal(b []byte) error

type CMsgServerCrashSentinelFile_GameInfo

type CMsgServerCrashSentinelFile_GameInfo struct {
	MatchId              *uint64  `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	LobbyId              *uint64  `protobuf:"fixed64,2,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	ServerState          *uint32  `protobuf:"varint,4,opt,name=server_state,json=serverState" json:"server_state,omitempty"`
	ClientAccountIds     []uint32 `protobuf:"varint,5,rep,name=client_account_ids,json=clientAccountIds" json:"client_account_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerCrashSentinelFile_GameInfo) Descriptor

func (*CMsgServerCrashSentinelFile_GameInfo) Descriptor() ([]byte, []int)

func (*CMsgServerCrashSentinelFile_GameInfo) GetClientAccountIds

func (m *CMsgServerCrashSentinelFile_GameInfo) GetClientAccountIds() []uint32

func (*CMsgServerCrashSentinelFile_GameInfo) GetLobbyId

func (*CMsgServerCrashSentinelFile_GameInfo) GetMatchId

func (*CMsgServerCrashSentinelFile_GameInfo) GetServerState

func (m *CMsgServerCrashSentinelFile_GameInfo) GetServerState() uint32

func (*CMsgServerCrashSentinelFile_GameInfo) ProtoMessage

func (*CMsgServerCrashSentinelFile_GameInfo) ProtoMessage()

func (*CMsgServerCrashSentinelFile_GameInfo) Reset

func (*CMsgServerCrashSentinelFile_GameInfo) String

func (*CMsgServerCrashSentinelFile_GameInfo) XXX_DiscardUnknown

func (m *CMsgServerCrashSentinelFile_GameInfo) XXX_DiscardUnknown()

func (*CMsgServerCrashSentinelFile_GameInfo) XXX_Marshal

func (m *CMsgServerCrashSentinelFile_GameInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerCrashSentinelFile_GameInfo) XXX_Merge

func (*CMsgServerCrashSentinelFile_GameInfo) XXX_Size

func (*CMsgServerCrashSentinelFile_GameInfo) XXX_Unmarshal

func (m *CMsgServerCrashSentinelFile_GameInfo) XXX_Unmarshal(b []byte) error

type CMsgServerToClientChatMsg

type CMsgServerToClientChatMsg struct {
	PlayerSlot             *uint32          `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	MessageId              *uint32          `protobuf:"varint,2,opt,name=message_id,json=messageId" json:"message_id,omitempty"`
	CustomText             *string          `protobuf:"bytes,3,opt,name=custom_text,json=customText" json:"custom_text,omitempty"`
	NotificationId         *uint32          `protobuf:"varint,4,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	ChatType               *EInGameChatType `protobuf:"varint,5,opt,name=chat_type,json=chatType,enum=protocol.EInGameChatType,def=0" json:"chat_type,omitempty"`
	BoardSprayId           *uint32          `protobuf:"varint,6,opt,name=board_spray_id,json=boardSprayId" json:"board_spray_id,omitempty"`
	BoardSprayX            *float32         `protobuf:"fixed32,7,opt,name=board_spray_x,json=boardSprayX" json:"board_spray_x,omitempty"`
	BoardSprayY            *float32         `protobuf:"fixed32,8,opt,name=board_spray_y,json=boardSprayY" json:"board_spray_y,omitempty"`
	SprayedBoardPlayerSlot *uint32          `protobuf:"varint,9,opt,name=sprayed_board_player_slot,json=sprayedBoardPlayerSlot" json:"sprayed_board_player_slot,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}         `json:"-"`
	XXX_unrecognized       []byte           `json:"-"`
	XXX_sizecache          int32            `json:"-"`
}

func (*CMsgServerToClientChatMsg) Descriptor

func (*CMsgServerToClientChatMsg) Descriptor() ([]byte, []int)

func (*CMsgServerToClientChatMsg) GetBoardSprayId

func (m *CMsgServerToClientChatMsg) GetBoardSprayId() uint32

func (*CMsgServerToClientChatMsg) GetBoardSprayX

func (m *CMsgServerToClientChatMsg) GetBoardSprayX() float32

func (*CMsgServerToClientChatMsg) GetBoardSprayY

func (m *CMsgServerToClientChatMsg) GetBoardSprayY() float32

func (*CMsgServerToClientChatMsg) GetChatType

func (m *CMsgServerToClientChatMsg) GetChatType() EInGameChatType

func (*CMsgServerToClientChatMsg) GetCustomText

func (m *CMsgServerToClientChatMsg) GetCustomText() string

func (*CMsgServerToClientChatMsg) GetMessageId

func (m *CMsgServerToClientChatMsg) GetMessageId() uint32

func (*CMsgServerToClientChatMsg) GetNotificationId

func (m *CMsgServerToClientChatMsg) GetNotificationId() uint32

func (*CMsgServerToClientChatMsg) GetPlayerSlot

func (m *CMsgServerToClientChatMsg) GetPlayerSlot() uint32

func (*CMsgServerToClientChatMsg) GetSprayedBoardPlayerSlot

func (m *CMsgServerToClientChatMsg) GetSprayedBoardPlayerSlot() uint32

func (*CMsgServerToClientChatMsg) ProtoMessage

func (*CMsgServerToClientChatMsg) ProtoMessage()

func (*CMsgServerToClientChatMsg) Reset

func (m *CMsgServerToClientChatMsg) Reset()

func (*CMsgServerToClientChatMsg) String

func (m *CMsgServerToClientChatMsg) String() string

func (*CMsgServerToClientChatMsg) XXX_DiscardUnknown

func (m *CMsgServerToClientChatMsg) XXX_DiscardUnknown()

func (*CMsgServerToClientChatMsg) XXX_Marshal

func (m *CMsgServerToClientChatMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToClientChatMsg) XXX_Merge

func (m *CMsgServerToClientChatMsg) XXX_Merge(src proto.Message)

func (*CMsgServerToClientChatMsg) XXX_Size

func (m *CMsgServerToClientChatMsg) XXX_Size() int

func (*CMsgServerToClientChatMsg) XXX_Unmarshal

func (m *CMsgServerToClientChatMsg) XXX_Unmarshal(b []byte) error

type CMsgServerToClientClickMsg

type CMsgServerToClientClickMsg struct {
	ClickType            *EClickType `protobuf:"varint,1,opt,name=click_type,json=clickType,enum=protocol.EClickType,def=0" json:"click_type,omitempty"`
	SourcePlayerSlot     *uint32     `protobuf:"varint,2,opt,name=source_player_slot,json=sourcePlayerSlot" json:"source_player_slot,omitempty"`
	TargetPlayerSlot     *uint32     `protobuf:"varint,3,opt,name=target_player_slot,json=targetPlayerSlot" json:"target_player_slot,omitempty"`
	ClickX               *float32    `protobuf:"fixed32,4,opt,name=click_x,json=clickX" json:"click_x,omitempty"`
	ClickY               *float32    `protobuf:"fixed32,5,opt,name=click_y,json=clickY" json:"click_y,omitempty"`
	ClickZ               *float32    `protobuf:"fixed32,6,opt,name=click_z,json=clickZ" json:"click_z,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CMsgServerToClientClickMsg) Descriptor

func (*CMsgServerToClientClickMsg) Descriptor() ([]byte, []int)

func (*CMsgServerToClientClickMsg) GetClickType

func (m *CMsgServerToClientClickMsg) GetClickType() EClickType

func (*CMsgServerToClientClickMsg) GetClickX

func (m *CMsgServerToClientClickMsg) GetClickX() float32

func (*CMsgServerToClientClickMsg) GetClickY

func (m *CMsgServerToClientClickMsg) GetClickY() float32

func (*CMsgServerToClientClickMsg) GetClickZ

func (m *CMsgServerToClientClickMsg) GetClickZ() float32

func (*CMsgServerToClientClickMsg) GetSourcePlayerSlot

func (m *CMsgServerToClientClickMsg) GetSourcePlayerSlot() uint32

func (*CMsgServerToClientClickMsg) GetTargetPlayerSlot

func (m *CMsgServerToClientClickMsg) GetTargetPlayerSlot() uint32

func (*CMsgServerToClientClickMsg) ProtoMessage

func (*CMsgServerToClientClickMsg) ProtoMessage()

func (*CMsgServerToClientClickMsg) Reset

func (m *CMsgServerToClientClickMsg) Reset()

func (*CMsgServerToClientClickMsg) String

func (m *CMsgServerToClientClickMsg) String() string

func (*CMsgServerToClientClickMsg) XXX_DiscardUnknown

func (m *CMsgServerToClientClickMsg) XXX_DiscardUnknown()

func (*CMsgServerToClientClickMsg) XXX_Marshal

func (m *CMsgServerToClientClickMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToClientClickMsg) XXX_Merge

func (m *CMsgServerToClientClickMsg) XXX_Merge(src proto.Message)

func (*CMsgServerToClientClickMsg) XXX_Size

func (m *CMsgServerToClientClickMsg) XXX_Size() int

func (*CMsgServerToClientClickMsg) XXX_Unmarshal

func (m *CMsgServerToClientClickMsg) XXX_Unmarshal(b []byte) error

type CMsgServerToClientNotificationChanged

type CMsgServerToClientNotificationChanged struct {
	NotificationId       *uint32                                                `protobuf:"varint,1,opt,name=notification_id,json=notificationId" json:"notification_id,omitempty"`
	Upvotes              *uint32                                                `protobuf:"varint,2,opt,name=upvotes" json:"upvotes,omitempty"`
	Subtypes             []*CMsgServerToClientNotificationChanged_UpvoteSubtype `protobuf:"bytes,3,rep,name=subtypes" json:"subtypes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*CMsgServerToClientNotificationChanged) Descriptor

func (*CMsgServerToClientNotificationChanged) Descriptor() ([]byte, []int)

func (*CMsgServerToClientNotificationChanged) GetNotificationId

func (m *CMsgServerToClientNotificationChanged) GetNotificationId() uint32

func (*CMsgServerToClientNotificationChanged) GetSubtypes

func (*CMsgServerToClientNotificationChanged) GetUpvotes

func (*CMsgServerToClientNotificationChanged) ProtoMessage

func (*CMsgServerToClientNotificationChanged) ProtoMessage()

func (*CMsgServerToClientNotificationChanged) Reset

func (*CMsgServerToClientNotificationChanged) String

func (*CMsgServerToClientNotificationChanged) XXX_DiscardUnknown

func (m *CMsgServerToClientNotificationChanged) XXX_DiscardUnknown()

func (*CMsgServerToClientNotificationChanged) XXX_Marshal

func (m *CMsgServerToClientNotificationChanged) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToClientNotificationChanged) XXX_Merge

func (*CMsgServerToClientNotificationChanged) XXX_Size

func (*CMsgServerToClientNotificationChanged) XXX_Unmarshal

func (m *CMsgServerToClientNotificationChanged) XXX_Unmarshal(b []byte) error

type CMsgServerToClientNotificationChanged_UpvoteSubtype

type CMsgServerToClientNotificationChanged_UpvoteSubtype struct {
	ItemId               *uint32  `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	Upvotes              *uint32  `protobuf:"varint,2,opt,name=upvotes" json:"upvotes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) Descriptor

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) GetItemId

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) GetUpvotes

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) ProtoMessage

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) Reset

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) String

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) XXX_DiscardUnknown

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) XXX_Marshal

func (m *CMsgServerToClientNotificationChanged_UpvoteSubtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) XXX_Merge

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) XXX_Size

func (*CMsgServerToClientNotificationChanged_UpvoteSubtype) XXX_Unmarshal

type CMsgServerToClientTeammateDuosMessage

type CMsgServerToClientTeammateDuosMessage struct {
	TeammateSlot         *uint32                 `protobuf:"varint,1,opt,name=teammate_slot,json=teammateSlot" json:"teammate_slot,omitempty"`
	MessageType          *EDuosMessageType       `protobuf:"varint,2,opt,name=message_type,json=messageType,enum=protocol.EDuosMessageType,def=0" json:"message_type,omitempty"`
	TargetType           *EDuosMessageTargetType `` /* 128-byte string literal not displayed */
	TargetId             *uint32                 `protobuf:"varint,4,opt,name=target_id,json=targetId" json:"target_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CMsgServerToClientTeammateDuosMessage) Descriptor

func (*CMsgServerToClientTeammateDuosMessage) Descriptor() ([]byte, []int)

func (*CMsgServerToClientTeammateDuosMessage) GetMessageType

func (*CMsgServerToClientTeammateDuosMessage) GetTargetId

func (*CMsgServerToClientTeammateDuosMessage) GetTargetType

func (*CMsgServerToClientTeammateDuosMessage) GetTeammateSlot

func (m *CMsgServerToClientTeammateDuosMessage) GetTeammateSlot() uint32

func (*CMsgServerToClientTeammateDuosMessage) ProtoMessage

func (*CMsgServerToClientTeammateDuosMessage) ProtoMessage()

func (*CMsgServerToClientTeammateDuosMessage) Reset

func (*CMsgServerToClientTeammateDuosMessage) String

func (*CMsgServerToClientTeammateDuosMessage) XXX_DiscardUnknown

func (m *CMsgServerToClientTeammateDuosMessage) XXX_DiscardUnknown()

func (*CMsgServerToClientTeammateDuosMessage) XXX_Marshal

func (m *CMsgServerToClientTeammateDuosMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToClientTeammateDuosMessage) XXX_Merge

func (*CMsgServerToClientTeammateDuosMessage) XXX_Size

func (*CMsgServerToClientTeammateDuosMessage) XXX_Unmarshal

func (m *CMsgServerToClientTeammateDuosMessage) XXX_Unmarshal(b []byte) error

type CMsgServerToGCAbandonMatch

type CMsgServerToGCAbandonMatch struct {
	ServerSteamId        *uint64                              `protobuf:"fixed64,1,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	LobbyId              *uint64                              `protobuf:"fixed64,2,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	ClusterId            *uint32                              `protobuf:"varint,3,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	ReasonCode           *CMsgServerToGCAbandonMatch_EReason  `` /* 140-byte string literal not displayed */
	AdditionalData       *uint64                              `protobuf:"varint,5,opt,name=additional_data,json=additionalData" json:"additional_data,omitempty"`
	MatchId              *uint64                              `protobuf:"varint,6,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	Players              []*CMsgServerToGCAbandonMatch_Player `protobuf:"bytes,8,rep,name=players" json:"players,omitempty"`
	PublicIpAddress      *uint32                              `protobuf:"fixed32,9,opt,name=public_ip_address,json=publicIpAddress" json:"public_ip_address,omitempty"`
	Port                 *uint32                              `protobuf:"varint,10,opt,name=port" json:"port,omitempty"`
	ServerVersion        *uint32                              `protobuf:"varint,11,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	Pid                  *uint32                              `protobuf:"varint,12,opt,name=pid" json:"pid,omitempty"`
	InstanceId           *uint32                              `protobuf:"varint,13,opt,name=instance_id,json=instanceId" json:"instance_id,omitempty"`
	PrivateIpAddress     *uint32                              `protobuf:"varint,14,opt,name=private_ip_address,json=privateIpAddress" json:"private_ip_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*CMsgServerToGCAbandonMatch) Descriptor

func (*CMsgServerToGCAbandonMatch) Descriptor() ([]byte, []int)

func (*CMsgServerToGCAbandonMatch) GetAdditionalData

func (m *CMsgServerToGCAbandonMatch) GetAdditionalData() uint64

func (*CMsgServerToGCAbandonMatch) GetClusterId

func (m *CMsgServerToGCAbandonMatch) GetClusterId() uint32

func (*CMsgServerToGCAbandonMatch) GetInstanceId

func (m *CMsgServerToGCAbandonMatch) GetInstanceId() uint32

func (*CMsgServerToGCAbandonMatch) GetLobbyId

func (m *CMsgServerToGCAbandonMatch) GetLobbyId() uint64

func (*CMsgServerToGCAbandonMatch) GetMatchId

func (m *CMsgServerToGCAbandonMatch) GetMatchId() uint64

func (*CMsgServerToGCAbandonMatch) GetPid

func (m *CMsgServerToGCAbandonMatch) GetPid() uint32

func (*CMsgServerToGCAbandonMatch) GetPlayers

func (*CMsgServerToGCAbandonMatch) GetPort

func (m *CMsgServerToGCAbandonMatch) GetPort() uint32

func (*CMsgServerToGCAbandonMatch) GetPrivateIpAddress

func (m *CMsgServerToGCAbandonMatch) GetPrivateIpAddress() uint32

func (*CMsgServerToGCAbandonMatch) GetPublicIpAddress

func (m *CMsgServerToGCAbandonMatch) GetPublicIpAddress() uint32

func (*CMsgServerToGCAbandonMatch) GetReasonCode

func (*CMsgServerToGCAbandonMatch) GetServerSteamId

func (m *CMsgServerToGCAbandonMatch) GetServerSteamId() uint64

func (*CMsgServerToGCAbandonMatch) GetServerVersion

func (m *CMsgServerToGCAbandonMatch) GetServerVersion() uint32

func (*CMsgServerToGCAbandonMatch) ProtoMessage

func (*CMsgServerToGCAbandonMatch) ProtoMessage()

func (*CMsgServerToGCAbandonMatch) Reset

func (m *CMsgServerToGCAbandonMatch) Reset()

func (*CMsgServerToGCAbandonMatch) String

func (m *CMsgServerToGCAbandonMatch) String() string

func (*CMsgServerToGCAbandonMatch) XXX_DiscardUnknown

func (m *CMsgServerToGCAbandonMatch) XXX_DiscardUnknown()

func (*CMsgServerToGCAbandonMatch) XXX_Marshal

func (m *CMsgServerToGCAbandonMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCAbandonMatch) XXX_Merge

func (m *CMsgServerToGCAbandonMatch) XXX_Merge(src proto.Message)

func (*CMsgServerToGCAbandonMatch) XXX_Size

func (m *CMsgServerToGCAbandonMatch) XXX_Size() int

func (*CMsgServerToGCAbandonMatch) XXX_Unmarshal

func (m *CMsgServerToGCAbandonMatch) XXX_Unmarshal(b []byte) error

type CMsgServerToGCAbandonMatchResponse

type CMsgServerToGCAbandonMatchResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerToGCAbandonMatchResponse) Descriptor

func (*CMsgServerToGCAbandonMatchResponse) Descriptor() ([]byte, []int)

func (*CMsgServerToGCAbandonMatchResponse) ProtoMessage

func (*CMsgServerToGCAbandonMatchResponse) ProtoMessage()

func (*CMsgServerToGCAbandonMatchResponse) Reset

func (*CMsgServerToGCAbandonMatchResponse) String

func (*CMsgServerToGCAbandonMatchResponse) XXX_DiscardUnknown

func (m *CMsgServerToGCAbandonMatchResponse) XXX_DiscardUnknown()

func (*CMsgServerToGCAbandonMatchResponse) XXX_Marshal

func (m *CMsgServerToGCAbandonMatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCAbandonMatchResponse) XXX_Merge

func (*CMsgServerToGCAbandonMatchResponse) XXX_Size

func (*CMsgServerToGCAbandonMatchResponse) XXX_Unmarshal

func (m *CMsgServerToGCAbandonMatchResponse) XXX_Unmarshal(b []byte) error

type CMsgServerToGCAbandonMatch_EReason

type CMsgServerToGCAbandonMatch_EReason int32
const (
	CMsgServerToGCAbandonMatch_eReason_ServerCrash            CMsgServerToGCAbandonMatch_EReason = 1
	CMsgServerToGCAbandonMatch_eReason_ClientsFailedToConnect CMsgServerToGCAbandonMatch_EReason = 2
)
const Default_CMsgServerToGCAbandonMatch_ReasonCode CMsgServerToGCAbandonMatch_EReason = CMsgServerToGCAbandonMatch_eReason_ServerCrash

func (CMsgServerToGCAbandonMatch_EReason) Enum

func (CMsgServerToGCAbandonMatch_EReason) EnumDescriptor

func (CMsgServerToGCAbandonMatch_EReason) EnumDescriptor() ([]byte, []int)

func (CMsgServerToGCAbandonMatch_EReason) String

func (*CMsgServerToGCAbandonMatch_EReason) UnmarshalJSON

func (x *CMsgServerToGCAbandonMatch_EReason) UnmarshalJSON(data []byte) error

type CMsgServerToGCAbandonMatch_Player

type CMsgServerToGCAbandonMatch_Player struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	AdditionalData       *uint64  `protobuf:"varint,2,opt,name=additional_data,json=additionalData" json:"additional_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerToGCAbandonMatch_Player) Descriptor

func (*CMsgServerToGCAbandonMatch_Player) Descriptor() ([]byte, []int)

func (*CMsgServerToGCAbandonMatch_Player) GetAccountId

func (m *CMsgServerToGCAbandonMatch_Player) GetAccountId() uint32

func (*CMsgServerToGCAbandonMatch_Player) GetAdditionalData

func (m *CMsgServerToGCAbandonMatch_Player) GetAdditionalData() uint64

func (*CMsgServerToGCAbandonMatch_Player) ProtoMessage

func (*CMsgServerToGCAbandonMatch_Player) ProtoMessage()

func (*CMsgServerToGCAbandonMatch_Player) Reset

func (*CMsgServerToGCAbandonMatch_Player) String

func (*CMsgServerToGCAbandonMatch_Player) XXX_DiscardUnknown

func (m *CMsgServerToGCAbandonMatch_Player) XXX_DiscardUnknown()

func (*CMsgServerToGCAbandonMatch_Player) XXX_Marshal

func (m *CMsgServerToGCAbandonMatch_Player) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCAbandonMatch_Player) XXX_Merge

func (*CMsgServerToGCAbandonMatch_Player) XXX_Size

func (m *CMsgServerToGCAbandonMatch_Player) XXX_Size() int

func (*CMsgServerToGCAbandonMatch_Player) XXX_Unmarshal

func (m *CMsgServerToGCAbandonMatch_Player) XXX_Unmarshal(b []byte) error

type CMsgServerToGCEnterMatchmaking

type CMsgServerToGCEnterMatchmaking struct {
	ServerVersion        *uint32  `protobuf:"varint,1,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	SearchKey            *string  `protobuf:"bytes,2,opt,name=search_key,json=searchKey" json:"search_key,omitempty"`
	RegionId             *uint32  `protobuf:"varint,3,opt,name=region_id,json=regionId" json:"region_id,omitempty"`
	ClusterId            *uint32  `protobuf:"varint,4,opt,name=cluster_id,json=clusterId" json:"cluster_id,omitempty"`
	ServerPublicIp       *uint32  `protobuf:"varint,5,opt,name=server_public_ip,json=serverPublicIp" json:"server_public_ip,omitempty"`
	ServerPrivateIp      *uint32  `protobuf:"varint,6,opt,name=server_private_ip,json=serverPrivateIp" json:"server_private_ip,omitempty"`
	ServerPort           *uint32  `protobuf:"varint,7,opt,name=server_port,json=serverPort" json:"server_port,omitempty"`
	SdrAddress           []byte   `protobuf:"bytes,9,opt,name=sdr_address,json=sdrAddress" json:"sdr_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerToGCEnterMatchmaking) Descriptor

func (*CMsgServerToGCEnterMatchmaking) Descriptor() ([]byte, []int)

func (*CMsgServerToGCEnterMatchmaking) GetClusterId

func (m *CMsgServerToGCEnterMatchmaking) GetClusterId() uint32

func (*CMsgServerToGCEnterMatchmaking) GetRegionId

func (m *CMsgServerToGCEnterMatchmaking) GetRegionId() uint32

func (*CMsgServerToGCEnterMatchmaking) GetSdrAddress

func (m *CMsgServerToGCEnterMatchmaking) GetSdrAddress() []byte

func (*CMsgServerToGCEnterMatchmaking) GetSearchKey

func (m *CMsgServerToGCEnterMatchmaking) GetSearchKey() string

func (*CMsgServerToGCEnterMatchmaking) GetServerPort

func (m *CMsgServerToGCEnterMatchmaking) GetServerPort() uint32

func (*CMsgServerToGCEnterMatchmaking) GetServerPrivateIp

func (m *CMsgServerToGCEnterMatchmaking) GetServerPrivateIp() uint32

func (*CMsgServerToGCEnterMatchmaking) GetServerPublicIp

func (m *CMsgServerToGCEnterMatchmaking) GetServerPublicIp() uint32

func (*CMsgServerToGCEnterMatchmaking) GetServerVersion

func (m *CMsgServerToGCEnterMatchmaking) GetServerVersion() uint32

func (*CMsgServerToGCEnterMatchmaking) ProtoMessage

func (*CMsgServerToGCEnterMatchmaking) ProtoMessage()

func (*CMsgServerToGCEnterMatchmaking) Reset

func (m *CMsgServerToGCEnterMatchmaking) Reset()

func (*CMsgServerToGCEnterMatchmaking) String

func (*CMsgServerToGCEnterMatchmaking) XXX_DiscardUnknown

func (m *CMsgServerToGCEnterMatchmaking) XXX_DiscardUnknown()

func (*CMsgServerToGCEnterMatchmaking) XXX_Marshal

func (m *CMsgServerToGCEnterMatchmaking) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCEnterMatchmaking) XXX_Merge

func (m *CMsgServerToGCEnterMatchmaking) XXX_Merge(src proto.Message)

func (*CMsgServerToGCEnterMatchmaking) XXX_Size

func (m *CMsgServerToGCEnterMatchmaking) XXX_Size() int

func (*CMsgServerToGCEnterMatchmaking) XXX_Unmarshal

func (m *CMsgServerToGCEnterMatchmaking) XXX_Unmarshal(b []byte) error

type CMsgServerToGCIdlePing

type CMsgServerToGCIdlePing 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 (*CMsgServerToGCIdlePing) Descriptor

func (*CMsgServerToGCIdlePing) Descriptor() ([]byte, []int)

func (*CMsgServerToGCIdlePing) GetServerVersion

func (m *CMsgServerToGCIdlePing) GetServerVersion() uint32

func (*CMsgServerToGCIdlePing) ProtoMessage

func (*CMsgServerToGCIdlePing) ProtoMessage()

func (*CMsgServerToGCIdlePing) Reset

func (m *CMsgServerToGCIdlePing) Reset()

func (*CMsgServerToGCIdlePing) String

func (m *CMsgServerToGCIdlePing) String() string

func (*CMsgServerToGCIdlePing) XXX_DiscardUnknown

func (m *CMsgServerToGCIdlePing) XXX_DiscardUnknown()

func (*CMsgServerToGCIdlePing) XXX_Marshal

func (m *CMsgServerToGCIdlePing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCIdlePing) XXX_Merge

func (m *CMsgServerToGCIdlePing) XXX_Merge(src proto.Message)

func (*CMsgServerToGCIdlePing) XXX_Size

func (m *CMsgServerToGCIdlePing) XXX_Size() int

func (*CMsgServerToGCIdlePing) XXX_Unmarshal

func (m *CMsgServerToGCIdlePing) XXX_Unmarshal(b []byte) error

type CMsgServerToGCMatchSignout

type CMsgServerToGCMatchSignout struct {
	LobbyId              *uint64                                     `protobuf:"varint,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	ShouldSignoutMatch   *bool                                       `protobuf:"varint,2,opt,name=should_signout_match,json=shouldSignoutMatch" json:"should_signout_match,omitempty"`
	MatchSignout         *CMsgServerToGCMatchSignout_MatchSignout    `protobuf:"bytes,3,opt,name=match_signout,json=matchSignout" json:"match_signout,omitempty"`
	PlayerSignouts       []*CMsgServerToGCMatchSignout_PlayerSignout `protobuf:"bytes,4,rep,name=player_signouts,json=playerSignouts" json:"player_signouts,omitempty"`
	SignoutStartTime     *uint32                                     `protobuf:"varint,5,opt,name=signout_start_time,json=signoutStartTime" json:"signout_start_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*CMsgServerToGCMatchSignout) Descriptor

func (*CMsgServerToGCMatchSignout) Descriptor() ([]byte, []int)

func (*CMsgServerToGCMatchSignout) GetLobbyId

func (m *CMsgServerToGCMatchSignout) GetLobbyId() uint64

func (*CMsgServerToGCMatchSignout) GetMatchSignout

func (*CMsgServerToGCMatchSignout) GetPlayerSignouts

func (*CMsgServerToGCMatchSignout) GetShouldSignoutMatch

func (m *CMsgServerToGCMatchSignout) GetShouldSignoutMatch() bool

func (*CMsgServerToGCMatchSignout) GetSignoutStartTime

func (m *CMsgServerToGCMatchSignout) GetSignoutStartTime() uint32

func (*CMsgServerToGCMatchSignout) ProtoMessage

func (*CMsgServerToGCMatchSignout) ProtoMessage()

func (*CMsgServerToGCMatchSignout) Reset

func (m *CMsgServerToGCMatchSignout) Reset()

func (*CMsgServerToGCMatchSignout) String

func (m *CMsgServerToGCMatchSignout) String() string

func (*CMsgServerToGCMatchSignout) XXX_DiscardUnknown

func (m *CMsgServerToGCMatchSignout) XXX_DiscardUnknown()

func (*CMsgServerToGCMatchSignout) XXX_Marshal

func (m *CMsgServerToGCMatchSignout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCMatchSignout) XXX_Merge

func (m *CMsgServerToGCMatchSignout) XXX_Merge(src proto.Message)

func (*CMsgServerToGCMatchSignout) XXX_Size

func (m *CMsgServerToGCMatchSignout) XXX_Size() int

func (*CMsgServerToGCMatchSignout) XXX_Unmarshal

func (m *CMsgServerToGCMatchSignout) XXX_Unmarshal(b []byte) error

type CMsgServerToGCMatchSignoutPermission

type CMsgServerToGCMatchSignoutPermission struct {
	LobbyId              *uint64        `protobuf:"varint,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	MatchMode            *EDACMatchMode `protobuf:"varint,2,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	FailedSignouts       *uint32        `protobuf:"varint,3,opt,name=failed_signouts,json=failedSignouts" json:"failed_signouts,omitempty"`
	PermissionRequest    *uint32        `protobuf:"varint,4,opt,name=permission_request,json=permissionRequest" json:"permission_request,omitempty"`
	GameMode             *EDACGameMode  `protobuf:"varint,5,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgServerToGCMatchSignoutPermission) Descriptor

func (*CMsgServerToGCMatchSignoutPermission) Descriptor() ([]byte, []int)

func (*CMsgServerToGCMatchSignoutPermission) GetFailedSignouts

func (m *CMsgServerToGCMatchSignoutPermission) GetFailedSignouts() uint32

func (*CMsgServerToGCMatchSignoutPermission) GetGameMode

func (*CMsgServerToGCMatchSignoutPermission) GetLobbyId

func (*CMsgServerToGCMatchSignoutPermission) GetMatchMode

func (*CMsgServerToGCMatchSignoutPermission) GetPermissionRequest

func (m *CMsgServerToGCMatchSignoutPermission) GetPermissionRequest() uint32

func (*CMsgServerToGCMatchSignoutPermission) ProtoMessage

func (*CMsgServerToGCMatchSignoutPermission) ProtoMessage()

func (*CMsgServerToGCMatchSignoutPermission) Reset

func (*CMsgServerToGCMatchSignoutPermission) String

func (*CMsgServerToGCMatchSignoutPermission) XXX_DiscardUnknown

func (m *CMsgServerToGCMatchSignoutPermission) XXX_DiscardUnknown()

func (*CMsgServerToGCMatchSignoutPermission) XXX_Marshal

func (m *CMsgServerToGCMatchSignoutPermission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCMatchSignoutPermission) XXX_Merge

func (*CMsgServerToGCMatchSignoutPermission) XXX_Size

func (*CMsgServerToGCMatchSignoutPermission) XXX_Unmarshal

func (m *CMsgServerToGCMatchSignoutPermission) XXX_Unmarshal(b []byte) error

type CMsgServerToGCMatchSignoutPermissionResponse

type CMsgServerToGCMatchSignoutPermissionResponse struct {
	CanSignOut           *bool                  `protobuf:"varint,1,opt,name=can_sign_out,json=canSignOut" json:"can_sign_out,omitempty"`
	RetryTimeS           *uint32                `protobuf:"varint,2,opt,name=retry_time_s,json=retryTimeS" json:"retry_time_s,omitempty"`
	RequestedData        []EGCServerSignoutData `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*CMsgServerToGCMatchSignoutPermissionResponse) Descriptor

func (*CMsgServerToGCMatchSignoutPermissionResponse) GetCanSignOut

func (*CMsgServerToGCMatchSignoutPermissionResponse) GetRequestedData

func (*CMsgServerToGCMatchSignoutPermissionResponse) GetRetryTimeS

func (*CMsgServerToGCMatchSignoutPermissionResponse) ProtoMessage

func (*CMsgServerToGCMatchSignoutPermissionResponse) Reset

func (*CMsgServerToGCMatchSignoutPermissionResponse) String

func (*CMsgServerToGCMatchSignoutPermissionResponse) XXX_DiscardUnknown

func (m *CMsgServerToGCMatchSignoutPermissionResponse) XXX_DiscardUnknown()

func (*CMsgServerToGCMatchSignoutPermissionResponse) XXX_Marshal

func (m *CMsgServerToGCMatchSignoutPermissionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCMatchSignoutPermissionResponse) XXX_Merge

func (*CMsgServerToGCMatchSignoutPermissionResponse) XXX_Size

func (*CMsgServerToGCMatchSignoutPermissionResponse) XXX_Unmarshal

type CMsgServerToGCMatchSignoutResponse

type CMsgServerToGCMatchSignoutResponse struct {
	Result               *CMsgServerToGCMatchSignoutResponse_ESignoutResult `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                           `json:"-"`
	XXX_unrecognized     []byte                                             `json:"-"`
	XXX_sizecache        int32                                              `json:"-"`
}

func (*CMsgServerToGCMatchSignoutResponse) Descriptor

func (*CMsgServerToGCMatchSignoutResponse) Descriptor() ([]byte, []int)

func (*CMsgServerToGCMatchSignoutResponse) GetResult

func (*CMsgServerToGCMatchSignoutResponse) ProtoMessage

func (*CMsgServerToGCMatchSignoutResponse) ProtoMessage()

func (*CMsgServerToGCMatchSignoutResponse) Reset

func (*CMsgServerToGCMatchSignoutResponse) String

func (*CMsgServerToGCMatchSignoutResponse) XXX_DiscardUnknown

func (m *CMsgServerToGCMatchSignoutResponse) XXX_DiscardUnknown()

func (*CMsgServerToGCMatchSignoutResponse) XXX_Marshal

func (m *CMsgServerToGCMatchSignoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCMatchSignoutResponse) XXX_Merge

func (*CMsgServerToGCMatchSignoutResponse) XXX_Size

func (*CMsgServerToGCMatchSignoutResponse) XXX_Unmarshal

func (m *CMsgServerToGCMatchSignoutResponse) XXX_Unmarshal(b []byte) error

type CMsgServerToGCMatchSignoutResponse_ESignoutResult

type CMsgServerToGCMatchSignoutResponse_ESignoutResult int32
const (
	CMsgServerToGCMatchSignoutResponse_k_ESignout_Failed_Retry             CMsgServerToGCMatchSignoutResponse_ESignoutResult = 1
	CMsgServerToGCMatchSignoutResponse_k_ESignout_Failed_NoRetry           CMsgServerToGCMatchSignoutResponse_ESignoutResult = 2
	CMsgServerToGCMatchSignoutResponse_k_ESignout_Failed_InFlight          CMsgServerToGCMatchSignoutResponse_ESignoutResult = 3
	CMsgServerToGCMatchSignoutResponse_k_ESignout_Success                  CMsgServerToGCMatchSignoutResponse_ESignoutResult = 4
	CMsgServerToGCMatchSignoutResponse_k_ESignout_Success_AlreadySignedOut CMsgServerToGCMatchSignoutResponse_ESignoutResult = 5
)

func (CMsgServerToGCMatchSignoutResponse_ESignoutResult) Enum

func (CMsgServerToGCMatchSignoutResponse_ESignoutResult) EnumDescriptor

func (CMsgServerToGCMatchSignoutResponse_ESignoutResult) String

func (*CMsgServerToGCMatchSignoutResponse_ESignoutResult) UnmarshalJSON

type CMsgServerToGCMatchSignout_MatchSignout

type CMsgServerToGCMatchSignout_MatchSignout struct {
	MatchState           *EDACMatchState   `protobuf:"varint,1,opt,name=match_state,json=matchState,enum=protocol.EDACMatchState,def=0" json:"match_state,omitempty"`
	AdditionalData       []*CExtraMsgBlock `protobuf:"bytes,2,rep,name=additional_data,json=additionalData" json:"additional_data,omitempty"`
	MatchDurationS       *uint32           `protobuf:"varint,3,opt,name=match_duration_s,json=matchDurationS" json:"match_duration_s,omitempty"`
	MatchRounds          *uint32           `protobuf:"varint,4,opt,name=match_rounds,json=matchRounds" json:"match_rounds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgServerToGCMatchSignout_MatchSignout) Descriptor

func (*CMsgServerToGCMatchSignout_MatchSignout) Descriptor() ([]byte, []int)

func (*CMsgServerToGCMatchSignout_MatchSignout) GetAdditionalData

func (m *CMsgServerToGCMatchSignout_MatchSignout) GetAdditionalData() []*CExtraMsgBlock

func (*CMsgServerToGCMatchSignout_MatchSignout) GetMatchDurationS

func (m *CMsgServerToGCMatchSignout_MatchSignout) GetMatchDurationS() uint32

func (*CMsgServerToGCMatchSignout_MatchSignout) GetMatchRounds

func (m *CMsgServerToGCMatchSignout_MatchSignout) GetMatchRounds() uint32

func (*CMsgServerToGCMatchSignout_MatchSignout) GetMatchState

func (*CMsgServerToGCMatchSignout_MatchSignout) ProtoMessage

func (*CMsgServerToGCMatchSignout_MatchSignout) Reset

func (*CMsgServerToGCMatchSignout_MatchSignout) String

func (*CMsgServerToGCMatchSignout_MatchSignout) XXX_DiscardUnknown

func (m *CMsgServerToGCMatchSignout_MatchSignout) XXX_DiscardUnknown()

func (*CMsgServerToGCMatchSignout_MatchSignout) XXX_Marshal

func (m *CMsgServerToGCMatchSignout_MatchSignout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCMatchSignout_MatchSignout) XXX_Merge

func (*CMsgServerToGCMatchSignout_MatchSignout) XXX_Size

func (*CMsgServerToGCMatchSignout_MatchSignout) XXX_Unmarshal

func (m *CMsgServerToGCMatchSignout_MatchSignout) XXX_Unmarshal(b []byte) error

type CMsgServerToGCMatchSignout_PlayerSignout

type CMsgServerToGCMatchSignout_PlayerSignout struct {
	PlayerSlot           *uint32           `protobuf:"varint,1,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	AccountId            *uint32           `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PlayerState          *EDACPlayerState  `protobuf:"varint,3,opt,name=player_state,json=playerState,enum=protocol.EDACPlayerState,def=0" json:"player_state,omitempty"`
	AdditionalData       []*CExtraMsgBlock `protobuf:"bytes,4,rep,name=additional_data,json=additionalData" json:"additional_data,omitempty"`
	FinalPlacement       *uint32           `protobuf:"varint,6,opt,name=final_placement,json=finalPlacement" json:"final_placement,omitempty"`
	SurvivalTimeS        *uint32           `protobuf:"varint,7,opt,name=survival_time_s,json=survivalTimeS" json:"survival_time_s,omitempty"`
	SurvivalRound        *uint32           `protobuf:"varint,8,opt,name=survival_round,json=survivalRound" json:"survival_round,omitempty"`
	UnderlordId          *uint32           `protobuf:"varint,9,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*CMsgServerToGCMatchSignout_PlayerSignout) Descriptor

func (*CMsgServerToGCMatchSignout_PlayerSignout) Descriptor() ([]byte, []int)

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetAccountId

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetAdditionalData

func (m *CMsgServerToGCMatchSignout_PlayerSignout) GetAdditionalData() []*CExtraMsgBlock

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetFinalPlacement

func (m *CMsgServerToGCMatchSignout_PlayerSignout) GetFinalPlacement() uint32

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetPlayerSlot

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetPlayerState

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetSurvivalRound

func (m *CMsgServerToGCMatchSignout_PlayerSignout) GetSurvivalRound() uint32

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetSurvivalTimeS

func (m *CMsgServerToGCMatchSignout_PlayerSignout) GetSurvivalTimeS() uint32

func (*CMsgServerToGCMatchSignout_PlayerSignout) GetUnderlordId

func (*CMsgServerToGCMatchSignout_PlayerSignout) ProtoMessage

func (*CMsgServerToGCMatchSignout_PlayerSignout) Reset

func (*CMsgServerToGCMatchSignout_PlayerSignout) String

func (*CMsgServerToGCMatchSignout_PlayerSignout) XXX_DiscardUnknown

func (m *CMsgServerToGCMatchSignout_PlayerSignout) XXX_DiscardUnknown()

func (*CMsgServerToGCMatchSignout_PlayerSignout) XXX_Marshal

func (m *CMsgServerToGCMatchSignout_PlayerSignout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCMatchSignout_PlayerSignout) XXX_Merge

func (*CMsgServerToGCMatchSignout_PlayerSignout) XXX_Size

func (*CMsgServerToGCMatchSignout_PlayerSignout) XXX_Unmarshal

func (m *CMsgServerToGCMatchSignout_PlayerSignout) XXX_Unmarshal(b []byte) error

type CMsgServerToGCTestConnection

type CMsgServerToGCTestConnection struct {
	TestPayload          []byte   `protobuf:"bytes,1,opt,name=test_payload,json=testPayload" json:"test_payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerToGCTestConnection) Descriptor

func (*CMsgServerToGCTestConnection) Descriptor() ([]byte, []int)

func (*CMsgServerToGCTestConnection) GetTestPayload

func (m *CMsgServerToGCTestConnection) GetTestPayload() []byte

func (*CMsgServerToGCTestConnection) ProtoMessage

func (*CMsgServerToGCTestConnection) ProtoMessage()

func (*CMsgServerToGCTestConnection) Reset

func (m *CMsgServerToGCTestConnection) Reset()

func (*CMsgServerToGCTestConnection) String

func (*CMsgServerToGCTestConnection) XXX_DiscardUnknown

func (m *CMsgServerToGCTestConnection) XXX_DiscardUnknown()

func (*CMsgServerToGCTestConnection) XXX_Marshal

func (m *CMsgServerToGCTestConnection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCTestConnection) XXX_Merge

func (m *CMsgServerToGCTestConnection) XXX_Merge(src proto.Message)

func (*CMsgServerToGCTestConnection) XXX_Size

func (m *CMsgServerToGCTestConnection) XXX_Size() int

func (*CMsgServerToGCTestConnection) XXX_Unmarshal

func (m *CMsgServerToGCTestConnection) XXX_Unmarshal(b []byte) error

type CMsgServerToGCTestConnectionResponse

type CMsgServerToGCTestConnectionResponse struct {
	State                *uint32  `protobuf:"varint,1,opt,name=state" json:"state,omitempty"`
	LobbyId              *uint64  `protobuf:"varint,2,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerToGCTestConnectionResponse) Descriptor

func (*CMsgServerToGCTestConnectionResponse) Descriptor() ([]byte, []int)

func (*CMsgServerToGCTestConnectionResponse) GetLobbyId

func (*CMsgServerToGCTestConnectionResponse) GetState

func (*CMsgServerToGCTestConnectionResponse) ProtoMessage

func (*CMsgServerToGCTestConnectionResponse) ProtoMessage()

func (*CMsgServerToGCTestConnectionResponse) Reset

func (*CMsgServerToGCTestConnectionResponse) String

func (*CMsgServerToGCTestConnectionResponse) XXX_DiscardUnknown

func (m *CMsgServerToGCTestConnectionResponse) XXX_DiscardUnknown()

func (*CMsgServerToGCTestConnectionResponse) XXX_Marshal

func (m *CMsgServerToGCTestConnectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCTestConnectionResponse) XXX_Merge

func (*CMsgServerToGCTestConnectionResponse) XXX_Size

func (*CMsgServerToGCTestConnectionResponse) XXX_Unmarshal

func (m *CMsgServerToGCTestConnectionResponse) XXX_Unmarshal(b []byte) error

type CMsgServerToGCUpdateLobbyServerState

type CMsgServerToGCUpdateLobbyServerState struct {
	LobbyId              *uint64            `protobuf:"varint,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	ServerState          *ELobbyServerState `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsgServerToGCUpdateLobbyServerState) Descriptor

func (*CMsgServerToGCUpdateLobbyServerState) Descriptor() ([]byte, []int)

func (*CMsgServerToGCUpdateLobbyServerState) GetLobbyId

func (*CMsgServerToGCUpdateLobbyServerState) GetServerState

func (*CMsgServerToGCUpdateLobbyServerState) ProtoMessage

func (*CMsgServerToGCUpdateLobbyServerState) ProtoMessage()

func (*CMsgServerToGCUpdateLobbyServerState) Reset

func (*CMsgServerToGCUpdateLobbyServerState) String

func (*CMsgServerToGCUpdateLobbyServerState) XXX_DiscardUnknown

func (m *CMsgServerToGCUpdateLobbyServerState) XXX_DiscardUnknown()

func (*CMsgServerToGCUpdateLobbyServerState) XXX_Marshal

func (m *CMsgServerToGCUpdateLobbyServerState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerToGCUpdateLobbyServerState) XXX_Merge

func (*CMsgServerToGCUpdateLobbyServerState) XXX_Size

func (*CMsgServerToGCUpdateLobbyServerState) XXX_Unmarshal

func (m *CMsgServerToGCUpdateLobbyServerState) 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 CMsgServerWelcomeDAC

type CMsgServerWelcomeDAC struct {
	ConsoleCommands      []string `protobuf:"bytes,1,rep,name=console_commands,json=consoleCommands" json:"console_commands,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServerWelcomeDAC) Descriptor

func (*CMsgServerWelcomeDAC) Descriptor() ([]byte, []int)

func (*CMsgServerWelcomeDAC) GetConsoleCommands

func (m *CMsgServerWelcomeDAC) GetConsoleCommands() []string

func (*CMsgServerWelcomeDAC) ProtoMessage

func (*CMsgServerWelcomeDAC) ProtoMessage()

func (*CMsgServerWelcomeDAC) Reset

func (m *CMsgServerWelcomeDAC) Reset()

func (*CMsgServerWelcomeDAC) String

func (m *CMsgServerWelcomeDAC) String() string

func (*CMsgServerWelcomeDAC) XXX_DiscardUnknown

func (m *CMsgServerWelcomeDAC) XXX_DiscardUnknown()

func (*CMsgServerWelcomeDAC) XXX_Marshal

func (m *CMsgServerWelcomeDAC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServerWelcomeDAC) XXX_Merge

func (m *CMsgServerWelcomeDAC) XXX_Merge(src proto.Message)

func (*CMsgServerWelcomeDAC) XXX_Size

func (m *CMsgServerWelcomeDAC) XXX_Size() int

func (*CMsgServerWelcomeDAC) XXX_Unmarshal

func (m *CMsgServerWelcomeDAC) XXX_Unmarshal(b []byte) error

type CMsgServertoGCPuzzleBestRequest

type CMsgServertoGCPuzzleBestRequest struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PuzzleId             *uint32  `protobuf:"varint,2,opt,name=puzzle_id,json=puzzleId" json:"puzzle_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServertoGCPuzzleBestRequest) Descriptor

func (*CMsgServertoGCPuzzleBestRequest) Descriptor() ([]byte, []int)

func (*CMsgServertoGCPuzzleBestRequest) GetAccountId

func (m *CMsgServertoGCPuzzleBestRequest) GetAccountId() uint32

func (*CMsgServertoGCPuzzleBestRequest) GetPuzzleId

func (m *CMsgServertoGCPuzzleBestRequest) GetPuzzleId() uint32

func (*CMsgServertoGCPuzzleBestRequest) ProtoMessage

func (*CMsgServertoGCPuzzleBestRequest) ProtoMessage()

func (*CMsgServertoGCPuzzleBestRequest) Reset

func (*CMsgServertoGCPuzzleBestRequest) String

func (*CMsgServertoGCPuzzleBestRequest) XXX_DiscardUnknown

func (m *CMsgServertoGCPuzzleBestRequest) XXX_DiscardUnknown()

func (*CMsgServertoGCPuzzleBestRequest) XXX_Marshal

func (m *CMsgServertoGCPuzzleBestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServertoGCPuzzleBestRequest) XXX_Merge

func (m *CMsgServertoGCPuzzleBestRequest) XXX_Merge(src proto.Message)

func (*CMsgServertoGCPuzzleBestRequest) XXX_Size

func (m *CMsgServertoGCPuzzleBestRequest) XXX_Size() int

func (*CMsgServertoGCPuzzleBestRequest) XXX_Unmarshal

func (m *CMsgServertoGCPuzzleBestRequest) XXX_Unmarshal(b []byte) error

type CMsgServertoGCPuzzleBestResponse

type CMsgServertoGCPuzzleBestResponse struct {
	Leaderboards         []*CMsgServertoGCPuzzleBestResponse_Leaderboard `protobuf:"bytes,1,rep,name=leaderboards" json:"leaderboards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                        `json:"-"`
	XXX_unrecognized     []byte                                          `json:"-"`
	XXX_sizecache        int32                                           `json:"-"`
}

func (*CMsgServertoGCPuzzleBestResponse) Descriptor

func (*CMsgServertoGCPuzzleBestResponse) Descriptor() ([]byte, []int)

func (*CMsgServertoGCPuzzleBestResponse) GetLeaderboards

func (*CMsgServertoGCPuzzleBestResponse) ProtoMessage

func (*CMsgServertoGCPuzzleBestResponse) ProtoMessage()

func (*CMsgServertoGCPuzzleBestResponse) Reset

func (*CMsgServertoGCPuzzleBestResponse) String

func (*CMsgServertoGCPuzzleBestResponse) XXX_DiscardUnknown

func (m *CMsgServertoGCPuzzleBestResponse) XXX_DiscardUnknown()

func (*CMsgServertoGCPuzzleBestResponse) XXX_Marshal

func (m *CMsgServertoGCPuzzleBestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServertoGCPuzzleBestResponse) XXX_Merge

func (*CMsgServertoGCPuzzleBestResponse) XXX_Size

func (m *CMsgServertoGCPuzzleBestResponse) XXX_Size() int

func (*CMsgServertoGCPuzzleBestResponse) XXX_Unmarshal

func (m *CMsgServertoGCPuzzleBestResponse) XXX_Unmarshal(b []byte) error

type CMsgServertoGCPuzzleBestResponse_Leaderboard

type CMsgServertoGCPuzzleBestResponse_Leaderboard struct {
	LeaderboardType      *uint32  `protobuf:"varint,1,opt,name=leaderboard_type,json=leaderboardType" json:"leaderboard_type,omitempty"`
	Value                *uint32  `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	BoardCode            *string  `protobuf:"bytes,3,opt,name=board_code,json=boardCode" json:"board_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) Descriptor

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) GetBoardCode

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) GetLeaderboardType

func (m *CMsgServertoGCPuzzleBestResponse_Leaderboard) GetLeaderboardType() uint32

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) GetValue

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) ProtoMessage

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) Reset

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) String

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_DiscardUnknown

func (m *CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_DiscardUnknown()

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_Marshal

func (m *CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_Merge

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_Size

func (*CMsgServertoGCPuzzleBestResponse_Leaderboard) XXX_Unmarshal

type CMsgServertoGCPuzzleResults

type CMsgServertoGCPuzzleResults struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PuzzleId             *uint32  `protobuf:"varint,2,opt,name=puzzle_id,json=puzzleId" json:"puzzle_id,omitempty"`
	BoardCode            *string  `protobuf:"bytes,3,opt,name=board_code,json=boardCode" json:"board_code,omitempty"`
	Gold                 *uint32  `protobuf:"varint,4,opt,name=gold" json:"gold,omitempty"`
	Time                 *uint32  `protobuf:"varint,5,opt,name=time" json:"time,omitempty"`
	HealthPct            *uint32  `protobuf:"varint,6,opt,name=health_pct,json=healthPct" json:"health_pct,omitempty"`
	Units                *uint32  `protobuf:"varint,7,opt,name=units" json:"units,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgServertoGCPuzzleResults) Descriptor

func (*CMsgServertoGCPuzzleResults) Descriptor() ([]byte, []int)

func (*CMsgServertoGCPuzzleResults) GetAccountId

func (m *CMsgServertoGCPuzzleResults) GetAccountId() uint32

func (*CMsgServertoGCPuzzleResults) GetBoardCode

func (m *CMsgServertoGCPuzzleResults) GetBoardCode() string

func (*CMsgServertoGCPuzzleResults) GetGold

func (m *CMsgServertoGCPuzzleResults) GetGold() uint32

func (*CMsgServertoGCPuzzleResults) GetHealthPct

func (m *CMsgServertoGCPuzzleResults) GetHealthPct() uint32

func (*CMsgServertoGCPuzzleResults) GetPuzzleId

func (m *CMsgServertoGCPuzzleResults) GetPuzzleId() uint32

func (*CMsgServertoGCPuzzleResults) GetTime

func (m *CMsgServertoGCPuzzleResults) GetTime() uint32

func (*CMsgServertoGCPuzzleResults) GetUnits

func (m *CMsgServertoGCPuzzleResults) GetUnits() uint32

func (*CMsgServertoGCPuzzleResults) ProtoMessage

func (*CMsgServertoGCPuzzleResults) ProtoMessage()

func (*CMsgServertoGCPuzzleResults) Reset

func (m *CMsgServertoGCPuzzleResults) Reset()

func (*CMsgServertoGCPuzzleResults) String

func (m *CMsgServertoGCPuzzleResults) String() string

func (*CMsgServertoGCPuzzleResults) XXX_DiscardUnknown

func (m *CMsgServertoGCPuzzleResults) XXX_DiscardUnknown()

func (*CMsgServertoGCPuzzleResults) XXX_Marshal

func (m *CMsgServertoGCPuzzleResults) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServertoGCPuzzleResults) XXX_Merge

func (m *CMsgServertoGCPuzzleResults) XXX_Merge(src proto.Message)

func (*CMsgServertoGCPuzzleResults) XXX_Size

func (m *CMsgServertoGCPuzzleResults) XXX_Size() int

func (*CMsgServertoGCPuzzleResults) XXX_Unmarshal

func (m *CMsgServertoGCPuzzleResults) XXX_Unmarshal(b []byte) error

type CMsgServertoGCPuzzleResultsResponse

type CMsgServertoGCPuzzleResultsResponse struct {
	HistogramList        *CMsgPuzzleLeaderboardHistogramList `protobuf:"bytes,1,opt,name=histogram_list,json=histogramList" json:"histogram_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CMsgServertoGCPuzzleResultsResponse) Descriptor

func (*CMsgServertoGCPuzzleResultsResponse) Descriptor() ([]byte, []int)

func (*CMsgServertoGCPuzzleResultsResponse) GetHistogramList

func (*CMsgServertoGCPuzzleResultsResponse) ProtoMessage

func (*CMsgServertoGCPuzzleResultsResponse) ProtoMessage()

func (*CMsgServertoGCPuzzleResultsResponse) Reset

func (*CMsgServertoGCPuzzleResultsResponse) String

func (*CMsgServertoGCPuzzleResultsResponse) XXX_DiscardUnknown

func (m *CMsgServertoGCPuzzleResultsResponse) XXX_DiscardUnknown()

func (*CMsgServertoGCPuzzleResultsResponse) XXX_Marshal

func (m *CMsgServertoGCPuzzleResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgServertoGCPuzzleResultsResponse) XXX_Merge

func (*CMsgServertoGCPuzzleResultsResponse) XXX_Size

func (*CMsgServertoGCPuzzleResultsResponse) XXX_Unmarshal

func (m *CMsgServertoGCPuzzleResultsResponse) 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 CMsgShopItem

type CMsgShopItem struct {
	UnitId                *int32         `protobuf:"varint,1,opt,name=unit_id,json=unitId" json:"unit_id,omitempty"`
	WillCombineTwoStars   *bool          `protobuf:"varint,2,opt,name=will_combine_two_stars,json=willCombineTwoStars" json:"will_combine_two_stars,omitempty"`
	GoldCost              *int32         `protobuf:"varint,3,opt,name=gold_cost,json=goldCost" json:"gold_cost,omitempty"`
	WantedLegendary       *bool          `protobuf:"varint,4,opt,name=wanted_legendary,json=wantedLegendary" json:"wanted_legendary,omitempty"`
	WillCombineThreeStars *bool          `protobuf:"varint,5,opt,name=will_combine_three_stars,json=willCombineThreeStars" json:"will_combine_three_stars,omitempty"`
	Keywords              []EUnitKeyword `protobuf:"varint,6,rep,name=keywords,enum=protocol.EUnitKeyword" json:"keywords,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}       `json:"-"`
	XXX_unrecognized      []byte         `json:"-"`
	XXX_sizecache         int32          `json:"-"`
}

func (*CMsgShopItem) Descriptor

func (*CMsgShopItem) Descriptor() ([]byte, []int)

func (*CMsgShopItem) GetGoldCost

func (m *CMsgShopItem) GetGoldCost() int32

func (*CMsgShopItem) GetKeywords

func (m *CMsgShopItem) GetKeywords() []EUnitKeyword

func (*CMsgShopItem) GetUnitId

func (m *CMsgShopItem) GetUnitId() int32

func (*CMsgShopItem) GetWantedLegendary

func (m *CMsgShopItem) GetWantedLegendary() bool

func (*CMsgShopItem) GetWillCombineThreeStars

func (m *CMsgShopItem) GetWillCombineThreeStars() bool

func (*CMsgShopItem) GetWillCombineTwoStars

func (m *CMsgShopItem) GetWillCombineTwoStars() bool

func (*CMsgShopItem) ProtoMessage

func (*CMsgShopItem) ProtoMessage()

func (*CMsgShopItem) Reset

func (m *CMsgShopItem) Reset()

func (*CMsgShopItem) String

func (m *CMsgShopItem) String() string

func (*CMsgShopItem) XXX_DiscardUnknown

func (m *CMsgShopItem) XXX_DiscardUnknown()

func (*CMsgShopItem) XXX_Marshal

func (m *CMsgShopItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgShopItem) XXX_Merge

func (m *CMsgShopItem) XXX_Merge(src proto.Message)

func (*CMsgShopItem) XXX_Size

func (m *CMsgShopItem) XXX_Size() int

func (*CMsgShopItem) XXX_Unmarshal

func (m *CMsgShopItem) 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 CMsgStartFindingMatchInfo

type CMsgStartFindingMatchInfo struct {
	ClientVersion        *uint32               `protobuf:"varint,2,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	MatchMode            *EDACMatchMode        `protobuf:"varint,3,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	Platform             *EDACPlatform         `protobuf:"varint,4,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	BotDifficulty        *EDACBotDifficulty    `` /* 132-byte string literal not displayed */
	GameMode             *EDACGameMode         `protobuf:"varint,6,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	RegionMode           *EDACRegionMode       `protobuf:"varint,8,opt,name=region_mode,json=regionMode,enum=protocol.EDACRegionMode,def=0" json:"region_mode,omitempty"`
	GameModeSettings     *CMsgGameModeSettings `protobuf:"bytes,9,opt,name=game_mode_settings,json=gameModeSettings" json:"game_mode_settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CMsgStartFindingMatchInfo) Descriptor

func (*CMsgStartFindingMatchInfo) Descriptor() ([]byte, []int)

func (*CMsgStartFindingMatchInfo) GetBotDifficulty

func (m *CMsgStartFindingMatchInfo) GetBotDifficulty() EDACBotDifficulty

func (*CMsgStartFindingMatchInfo) GetClientVersion

func (m *CMsgStartFindingMatchInfo) GetClientVersion() uint32

func (*CMsgStartFindingMatchInfo) GetGameMode

func (m *CMsgStartFindingMatchInfo) GetGameMode() EDACGameMode

func (*CMsgStartFindingMatchInfo) GetGameModeSettings

func (m *CMsgStartFindingMatchInfo) GetGameModeSettings() *CMsgGameModeSettings

func (*CMsgStartFindingMatchInfo) GetMatchMode

func (m *CMsgStartFindingMatchInfo) GetMatchMode() EDACMatchMode

func (*CMsgStartFindingMatchInfo) GetPlatform

func (m *CMsgStartFindingMatchInfo) GetPlatform() EDACPlatform

func (*CMsgStartFindingMatchInfo) GetRegionMode

func (m *CMsgStartFindingMatchInfo) GetRegionMode() EDACRegionMode

func (*CMsgStartFindingMatchInfo) ProtoMessage

func (*CMsgStartFindingMatchInfo) ProtoMessage()

func (*CMsgStartFindingMatchInfo) Reset

func (m *CMsgStartFindingMatchInfo) Reset()

func (*CMsgStartFindingMatchInfo) String

func (m *CMsgStartFindingMatchInfo) String() string

func (*CMsgStartFindingMatchInfo) XXX_DiscardUnknown

func (m *CMsgStartFindingMatchInfo) XXX_DiscardUnknown()

func (*CMsgStartFindingMatchInfo) XXX_Marshal

func (m *CMsgStartFindingMatchInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgStartFindingMatchInfo) XXX_Merge

func (m *CMsgStartFindingMatchInfo) XXX_Merge(src proto.Message)

func (*CMsgStartFindingMatchInfo) XXX_Size

func (m *CMsgStartFindingMatchInfo) XXX_Size() int

func (*CMsgStartFindingMatchInfo) XXX_Unmarshal

func (m *CMsgStartFindingMatchInfo) XXX_Unmarshal(b []byte) error

type CMsgStreetfightSettings

type CMsgStreetfightSettings struct {
	UnderlordId          *uint32  `protobuf:"varint,1,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	StreetfightId        *uint32  `protobuf:"varint,2,opt,name=streetfight_id,json=streetfightId" json:"streetfight_id,omitempty"`
	ItemIdsForPlayer     []uint32 `protobuf:"varint,3,rep,name=item_ids_for_player,json=itemIdsForPlayer" json:"item_ids_for_player,omitempty"`
	PrestigeLevel        *uint32  `protobuf:"varint,4,opt,name=prestige_level,json=prestigeLevel" json:"prestige_level,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgStreetfightSettings) Descriptor

func (*CMsgStreetfightSettings) Descriptor() ([]byte, []int)

func (*CMsgStreetfightSettings) GetItemIdsForPlayer

func (m *CMsgStreetfightSettings) GetItemIdsForPlayer() []uint32

func (*CMsgStreetfightSettings) GetPrestigeLevel

func (m *CMsgStreetfightSettings) GetPrestigeLevel() uint32

func (*CMsgStreetfightSettings) GetStreetfightId

func (m *CMsgStreetfightSettings) GetStreetfightId() uint32

func (*CMsgStreetfightSettings) GetUnderlordId

func (m *CMsgStreetfightSettings) GetUnderlordId() uint32

func (*CMsgStreetfightSettings) ProtoMessage

func (*CMsgStreetfightSettings) ProtoMessage()

func (*CMsgStreetfightSettings) Reset

func (m *CMsgStreetfightSettings) Reset()

func (*CMsgStreetfightSettings) String

func (m *CMsgStreetfightSettings) String() string

func (*CMsgStreetfightSettings) XXX_DiscardUnknown

func (m *CMsgStreetfightSettings) XXX_DiscardUnknown()

func (*CMsgStreetfightSettings) XXX_Marshal

func (m *CMsgStreetfightSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgStreetfightSettings) XXX_Merge

func (m *CMsgStreetfightSettings) XXX_Merge(src proto.Message)

func (*CMsgStreetfightSettings) XXX_Size

func (m *CMsgStreetfightSettings) XXX_Size() int

func (*CMsgStreetfightSettings) XXX_Unmarshal

func (m *CMsgStreetfightSettings) XXX_Unmarshal(b []byte) error

type CMsgSynergy

type CMsgSynergy struct {
	Keyword                        *EUnitKeyword `protobuf:"varint,1,opt,name=keyword,enum=protocol.EUnitKeyword,def=0" json:"keyword,omitempty"`
	UniqueUnitCount                *int32        `protobuf:"varint,2,opt,name=unique_unit_count,json=uniqueUnitCount" json:"unique_unit_count,omitempty"`
	BenchAdditionalUniqueUnitCount *int32        `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral           struct{}      `json:"-"`
	XXX_unrecognized               []byte        `json:"-"`
	XXX_sizecache                  int32         `json:"-"`
}

func (*CMsgSynergy) Descriptor

func (*CMsgSynergy) Descriptor() ([]byte, []int)

func (*CMsgSynergy) GetBenchAdditionalUniqueUnitCount

func (m *CMsgSynergy) GetBenchAdditionalUniqueUnitCount() int32

func (*CMsgSynergy) GetKeyword

func (m *CMsgSynergy) GetKeyword() EUnitKeyword

func (*CMsgSynergy) GetUniqueUnitCount

func (m *CMsgSynergy) GetUniqueUnitCount() int32

func (*CMsgSynergy) ProtoMessage

func (*CMsgSynergy) ProtoMessage()

func (*CMsgSynergy) Reset

func (m *CMsgSynergy) Reset()

func (*CMsgSynergy) String

func (m *CMsgSynergy) String() string

func (*CMsgSynergy) XXX_DiscardUnknown

func (m *CMsgSynergy) XXX_DiscardUnknown()

func (*CMsgSynergy) XXX_Marshal

func (m *CMsgSynergy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgSynergy) XXX_Merge

func (m *CMsgSynergy) XXX_Merge(src proto.Message)

func (*CMsgSynergy) XXX_Size

func (m *CMsgSynergy) XXX_Size() int

func (*CMsgSynergy) XXX_Unmarshal

func (m *CMsgSynergy) 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 CMsgTeamInfo

type CMsgTeamInfo struct {
	MemberAccountIds     []uint32 `protobuf:"varint,1,rep,packed,name=member_account_ids,json=memberAccountIds" json:"member_account_ids,omitempty"`
	TeamName             *string  `protobuf:"bytes,2,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	MmrLevelScore        *uint32  `protobuf:"varint,3,opt,name=mmr_level_score,json=mmrLevelScore" json:"mmr_level_score,omitempty"`
	MmrLevel             *uint32  `protobuf:"varint,4,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	MmrLeaderboardPlace  *uint32  `protobuf:"varint,5,opt,name=mmr_leaderboard_place,json=mmrLeaderboardPlace" json:"mmr_leaderboard_place,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgTeamInfo) Descriptor

func (*CMsgTeamInfo) Descriptor() ([]byte, []int)

func (*CMsgTeamInfo) GetMemberAccountIds

func (m *CMsgTeamInfo) GetMemberAccountIds() []uint32

func (*CMsgTeamInfo) GetMmrLeaderboardPlace

func (m *CMsgTeamInfo) GetMmrLeaderboardPlace() uint32

func (*CMsgTeamInfo) GetMmrLevel

func (m *CMsgTeamInfo) GetMmrLevel() uint32

func (*CMsgTeamInfo) GetMmrLevelScore

func (m *CMsgTeamInfo) GetMmrLevelScore() uint32

func (*CMsgTeamInfo) GetTeamName

func (m *CMsgTeamInfo) GetTeamName() string

func (*CMsgTeamInfo) ProtoMessage

func (*CMsgTeamInfo) ProtoMessage()

func (*CMsgTeamInfo) Reset

func (m *CMsgTeamInfo) Reset()

func (*CMsgTeamInfo) String

func (m *CMsgTeamInfo) String() string

func (*CMsgTeamInfo) XXX_DiscardUnknown

func (m *CMsgTeamInfo) XXX_DiscardUnknown()

func (*CMsgTeamInfo) XXX_Marshal

func (m *CMsgTeamInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgTeamInfo) XXX_Merge

func (m *CMsgTeamInfo) XXX_Merge(src proto.Message)

func (*CMsgTeamInfo) XXX_Size

func (m *CMsgTeamInfo) XXX_Size() int

func (*CMsgTeamInfo) XXX_Unmarshal

func (m *CMsgTeamInfo) XXX_Unmarshal(b []byte) error

type CMsgTurboBucket

type CMsgTurboBucket struct {
	Keywords             []EUnitKeyword `protobuf:"varint,1,rep,name=keywords,enum=protocol.EUnitKeyword" json:"keywords,omitempty"`
	UnitIds              []int32        `protobuf:"varint,2,rep,name=unit_ids,json=unitIds" json:"unit_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CMsgTurboBucket) Descriptor

func (*CMsgTurboBucket) Descriptor() ([]byte, []int)

func (*CMsgTurboBucket) GetKeywords

func (m *CMsgTurboBucket) GetKeywords() []EUnitKeyword

func (*CMsgTurboBucket) GetUnitIds

func (m *CMsgTurboBucket) GetUnitIds() []int32

func (*CMsgTurboBucket) ProtoMessage

func (*CMsgTurboBucket) ProtoMessage()

func (*CMsgTurboBucket) Reset

func (m *CMsgTurboBucket) Reset()

func (*CMsgTurboBucket) String

func (m *CMsgTurboBucket) String() string

func (*CMsgTurboBucket) XXX_DiscardUnknown

func (m *CMsgTurboBucket) XXX_DiscardUnknown()

func (*CMsgTurboBucket) XXX_Marshal

func (m *CMsgTurboBucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgTurboBucket) XXX_Merge

func (m *CMsgTurboBucket) XXX_Merge(src proto.Message)

func (*CMsgTurboBucket) XXX_Size

func (m *CMsgTurboBucket) XXX_Size() int

func (*CMsgTurboBucket) XXX_Unmarshal

func (m *CMsgTurboBucket) XXX_Unmarshal(b []byte) error

type CMsgUnderlordPickerOffering

type CMsgUnderlordPickerOffering struct {
	UnderlordId          *uint32  `protobuf:"varint,1,opt,name=underlord_id,json=underlordId" json:"underlord_id,omitempty"`
	BuildId              *uint32  `protobuf:"varint,2,opt,name=build_id,json=buildId" json:"build_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnderlordPickerOffering) Descriptor

func (*CMsgUnderlordPickerOffering) Descriptor() ([]byte, []int)

func (*CMsgUnderlordPickerOffering) GetBuildId

func (m *CMsgUnderlordPickerOffering) GetBuildId() uint32

func (*CMsgUnderlordPickerOffering) GetUnderlordId

func (m *CMsgUnderlordPickerOffering) GetUnderlordId() uint32

func (*CMsgUnderlordPickerOffering) ProtoMessage

func (*CMsgUnderlordPickerOffering) ProtoMessage()

func (*CMsgUnderlordPickerOffering) Reset

func (m *CMsgUnderlordPickerOffering) Reset()

func (*CMsgUnderlordPickerOffering) String

func (m *CMsgUnderlordPickerOffering) String() string

func (*CMsgUnderlordPickerOffering) XXX_DiscardUnknown

func (m *CMsgUnderlordPickerOffering) XXX_DiscardUnknown()

func (*CMsgUnderlordPickerOffering) XXX_Marshal

func (m *CMsgUnderlordPickerOffering) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnderlordPickerOffering) XXX_Merge

func (m *CMsgUnderlordPickerOffering) XXX_Merge(src proto.Message)

func (*CMsgUnderlordPickerOffering) XXX_Size

func (m *CMsgUnderlordPickerOffering) XXX_Size() int

func (*CMsgUnderlordPickerOffering) XXX_Unmarshal

func (m *CMsgUnderlordPickerOffering) XXX_Unmarshal(b []byte) error

type CMsgUnit

type CMsgUnit struct {
	Entindex                *int32         `protobuf:"varint,1,req,name=entindex" json:"entindex,omitempty"`
	UnitId                  *int32         `protobuf:"varint,2,opt,name=unit_id,json=unitId" json:"unit_id,omitempty"`
	Position                *CMsgPosition  `protobuf:"bytes,3,opt,name=position" json:"position,omitempty"`
	Rank                    *int32         `protobuf:"varint,4,opt,name=rank" json:"rank,omitempty"`
	GoldValue               *int32         `protobuf:"varint,6,opt,name=gold_value,json=goldValue" json:"gold_value,omitempty"`
	KillCount               *uint32        `protobuf:"varint,8,opt,name=kill_count,json=killCount" json:"kill_count,omitempty"`
	KillStreak              *uint32        `protobuf:"varint,9,opt,name=kill_streak,json=killStreak" json:"kill_streak,omitempty"`
	Keywords                []EUnitKeyword `protobuf:"varint,10,rep,name=keywords,enum=protocol.EUnitKeyword" json:"keywords,omitempty"`
	IsSummoned              *bool          `protobuf:"varint,11,opt,name=is_summoned,json=isSummoned" json:"is_summoned,omitempty"`
	DuelBonusDamage         *uint32        `protobuf:"varint,12,opt,name=duel_bonus_damage,json=duelBonusDamage" json:"duel_bonus_damage,omitempty"`
	UnitCapCost             *int32         `protobuf:"varint,13,opt,name=unit_cap_cost,json=unitCapCost" json:"unit_cap_cost,omitempty"`
	IsPlaceableItem         *bool          `protobuf:"varint,14,opt,name=is_placeable_item,json=isPlaceableItem" json:"is_placeable_item,omitempty"`
	BotIgnore               *bool          `protobuf:"varint,15,opt,name=bot_ignore,json=botIgnore" json:"bot_ignore,omitempty"`
	CanMoveToBench          *bool          `protobuf:"varint,16,opt,name=can_move_to_bench,json=canMoveToBench" json:"can_move_to_bench,omitempty"`
	CanBeSold               *bool          `protobuf:"varint,17,opt,name=can_be_sold,json=canBeSold" json:"can_be_sold,omitempty"`
	RecommendedForPlacement *bool          `` /* 127-byte string literal not displayed */
	FloatKillCount          *float32       `protobuf:"fixed32,38,opt,name=float_kill_count,json=floatKillCount" json:"float_kill_count,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}       `json:"-"`
	XXX_unrecognized        []byte         `json:"-"`
	XXX_sizecache           int32          `json:"-"`
}

func (*CMsgUnit) Descriptor

func (*CMsgUnit) Descriptor() ([]byte, []int)

func (*CMsgUnit) GetBotIgnore

func (m *CMsgUnit) GetBotIgnore() bool

func (*CMsgUnit) GetCanBeSold

func (m *CMsgUnit) GetCanBeSold() bool

func (*CMsgUnit) GetCanMoveToBench

func (m *CMsgUnit) GetCanMoveToBench() bool

func (*CMsgUnit) GetDuelBonusDamage

func (m *CMsgUnit) GetDuelBonusDamage() uint32

func (*CMsgUnit) GetEntindex

func (m *CMsgUnit) GetEntindex() int32

func (*CMsgUnit) GetFloatKillCount

func (m *CMsgUnit) GetFloatKillCount() float32

func (*CMsgUnit) GetGoldValue

func (m *CMsgUnit) GetGoldValue() int32

func (*CMsgUnit) GetIsPlaceableItem

func (m *CMsgUnit) GetIsPlaceableItem() bool

func (*CMsgUnit) GetIsSummoned

func (m *CMsgUnit) GetIsSummoned() bool

func (*CMsgUnit) GetKeywords

func (m *CMsgUnit) GetKeywords() []EUnitKeyword

func (*CMsgUnit) GetKillCount

func (m *CMsgUnit) GetKillCount() uint32

func (*CMsgUnit) GetKillStreak

func (m *CMsgUnit) GetKillStreak() uint32

func (*CMsgUnit) GetPosition

func (m *CMsgUnit) GetPosition() *CMsgPosition

func (*CMsgUnit) GetRank

func (m *CMsgUnit) GetRank() int32

func (*CMsgUnit) GetRecommendedForPlacement

func (m *CMsgUnit) GetRecommendedForPlacement() bool

func (*CMsgUnit) GetUnitCapCost

func (m *CMsgUnit) GetUnitCapCost() int32

func (*CMsgUnit) GetUnitId

func (m *CMsgUnit) GetUnitId() int32

func (*CMsgUnit) ProtoMessage

func (*CMsgUnit) ProtoMessage()

func (*CMsgUnit) Reset

func (m *CMsgUnit) Reset()

func (*CMsgUnit) String

func (m *CMsgUnit) String() string

func (*CMsgUnit) XXX_DiscardUnknown

func (m *CMsgUnit) XXX_DiscardUnknown()

func (*CMsgUnit) XXX_Marshal

func (m *CMsgUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnit) XXX_Merge

func (m *CMsgUnit) XXX_Merge(src proto.Message)

func (*CMsgUnit) XXX_Size

func (m *CMsgUnit) XXX_Size() int

func (*CMsgUnit) XXX_Unmarshal

func (m *CMsgUnit) XXX_Unmarshal(b []byte) error

type CMsgUnitAbilityCooldown

type CMsgUnitAbilityCooldown struct {
	AbilityId            *uint32  `protobuf:"varint,1,req,name=ability_id,json=abilityId" json:"ability_id,omitempty"`
	CooldownRatio        *float32 `protobuf:"fixed32,2,req,name=cooldown_ratio,json=cooldownRatio" json:"cooldown_ratio,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnitAbilityCooldown) Descriptor

func (*CMsgUnitAbilityCooldown) Descriptor() ([]byte, []int)

func (*CMsgUnitAbilityCooldown) GetAbilityId

func (m *CMsgUnitAbilityCooldown) GetAbilityId() uint32

func (*CMsgUnitAbilityCooldown) GetCooldownRatio

func (m *CMsgUnitAbilityCooldown) GetCooldownRatio() float32

func (*CMsgUnitAbilityCooldown) ProtoMessage

func (*CMsgUnitAbilityCooldown) ProtoMessage()

func (*CMsgUnitAbilityCooldown) Reset

func (m *CMsgUnitAbilityCooldown) Reset()

func (*CMsgUnitAbilityCooldown) String

func (m *CMsgUnitAbilityCooldown) String() string

func (*CMsgUnitAbilityCooldown) XXX_DiscardUnknown

func (m *CMsgUnitAbilityCooldown) XXX_DiscardUnknown()

func (*CMsgUnitAbilityCooldown) XXX_Marshal

func (m *CMsgUnitAbilityCooldown) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitAbilityCooldown) XXX_Merge

func (m *CMsgUnitAbilityCooldown) XXX_Merge(src proto.Message)

func (*CMsgUnitAbilityCooldown) XXX_Size

func (m *CMsgUnitAbilityCooldown) XXX_Size() int

func (*CMsgUnitAbilityCooldown) XXX_Unmarshal

func (m *CMsgUnitAbilityCooldown) XXX_Unmarshal(b []byte) error

type CMsgUnitMeterDamageDealt

type CMsgUnitMeterDamageDealt struct {
	TotalDamageDealt     *int32   `protobuf:"varint,1,opt,name=total_damage_dealt,json=totalDamageDealt" json:"total_damage_dealt,omitempty"`
	SpellDamageDealt     *int32   `protobuf:"varint,2,opt,name=spell_damage_dealt,json=spellDamageDealt" json:"spell_damage_dealt,omitempty"`
	AttackDamageDealt    *int32   `protobuf:"varint,3,opt,name=attack_damage_dealt,json=attackDamageDealt" json:"attack_damage_dealt,omitempty"`
	ItemDamageDealt      *int32   `protobuf:"varint,4,opt,name=item_damage_dealt,json=itemDamageDealt" json:"item_damage_dealt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnitMeterDamageDealt) Descriptor

func (*CMsgUnitMeterDamageDealt) Descriptor() ([]byte, []int)

func (*CMsgUnitMeterDamageDealt) GetAttackDamageDealt

func (m *CMsgUnitMeterDamageDealt) GetAttackDamageDealt() int32

func (*CMsgUnitMeterDamageDealt) GetItemDamageDealt

func (m *CMsgUnitMeterDamageDealt) GetItemDamageDealt() int32

func (*CMsgUnitMeterDamageDealt) GetSpellDamageDealt

func (m *CMsgUnitMeterDamageDealt) GetSpellDamageDealt() int32

func (*CMsgUnitMeterDamageDealt) GetTotalDamageDealt

func (m *CMsgUnitMeterDamageDealt) GetTotalDamageDealt() int32

func (*CMsgUnitMeterDamageDealt) ProtoMessage

func (*CMsgUnitMeterDamageDealt) ProtoMessage()

func (*CMsgUnitMeterDamageDealt) Reset

func (m *CMsgUnitMeterDamageDealt) Reset()

func (*CMsgUnitMeterDamageDealt) String

func (m *CMsgUnitMeterDamageDealt) String() string

func (*CMsgUnitMeterDamageDealt) XXX_DiscardUnknown

func (m *CMsgUnitMeterDamageDealt) XXX_DiscardUnknown()

func (*CMsgUnitMeterDamageDealt) XXX_Marshal

func (m *CMsgUnitMeterDamageDealt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitMeterDamageDealt) XXX_Merge

func (m *CMsgUnitMeterDamageDealt) XXX_Merge(src proto.Message)

func (*CMsgUnitMeterDamageDealt) XXX_Size

func (m *CMsgUnitMeterDamageDealt) XXX_Size() int

func (*CMsgUnitMeterDamageDealt) XXX_Unmarshal

func (m *CMsgUnitMeterDamageDealt) XXX_Unmarshal(b []byte) error

type CMsgUnitMeterDamageTaken

type CMsgUnitMeterDamageTaken struct {
	TotalDamageTaken     *int32   `protobuf:"varint,1,opt,name=total_damage_taken,json=totalDamageTaken" json:"total_damage_taken,omitempty"`
	PhysicalDamageTaken  *int32   `protobuf:"varint,2,opt,name=physical_damage_taken,json=physicalDamageTaken" json:"physical_damage_taken,omitempty"`
	MagicalDamageTaken   *int32   `protobuf:"varint,3,opt,name=magical_damage_taken,json=magicalDamageTaken" json:"magical_damage_taken,omitempty"`
	PureDamageTaken      *int32   `protobuf:"varint,4,opt,name=pure_damage_taken,json=pureDamageTaken" json:"pure_damage_taken,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnitMeterDamageTaken) Descriptor

func (*CMsgUnitMeterDamageTaken) Descriptor() ([]byte, []int)

func (*CMsgUnitMeterDamageTaken) GetMagicalDamageTaken

func (m *CMsgUnitMeterDamageTaken) GetMagicalDamageTaken() int32

func (*CMsgUnitMeterDamageTaken) GetPhysicalDamageTaken

func (m *CMsgUnitMeterDamageTaken) GetPhysicalDamageTaken() int32

func (*CMsgUnitMeterDamageTaken) GetPureDamageTaken

func (m *CMsgUnitMeterDamageTaken) GetPureDamageTaken() int32

func (*CMsgUnitMeterDamageTaken) GetTotalDamageTaken

func (m *CMsgUnitMeterDamageTaken) GetTotalDamageTaken() int32

func (*CMsgUnitMeterDamageTaken) ProtoMessage

func (*CMsgUnitMeterDamageTaken) ProtoMessage()

func (*CMsgUnitMeterDamageTaken) Reset

func (m *CMsgUnitMeterDamageTaken) Reset()

func (*CMsgUnitMeterDamageTaken) String

func (m *CMsgUnitMeterDamageTaken) String() string

func (*CMsgUnitMeterDamageTaken) XXX_DiscardUnknown

func (m *CMsgUnitMeterDamageTaken) XXX_DiscardUnknown()

func (*CMsgUnitMeterDamageTaken) XXX_Marshal

func (m *CMsgUnitMeterDamageTaken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitMeterDamageTaken) XXX_Merge

func (m *CMsgUnitMeterDamageTaken) XXX_Merge(src proto.Message)

func (*CMsgUnitMeterDamageTaken) XXX_Size

func (m *CMsgUnitMeterDamageTaken) XXX_Size() int

func (*CMsgUnitMeterDamageTaken) XXX_Unmarshal

func (m *CMsgUnitMeterDamageTaken) XXX_Unmarshal(b []byte) error

type CMsgUnitMeterDetail

type CMsgUnitMeterDetail struct {
	Value                *int32   `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	Id                   *uint32  `protobuf:"varint,3,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnitMeterDetail) Descriptor

func (*CMsgUnitMeterDetail) Descriptor() ([]byte, []int)

func (*CMsgUnitMeterDetail) GetId

func (m *CMsgUnitMeterDetail) GetId() uint32

func (*CMsgUnitMeterDetail) GetValue

func (m *CMsgUnitMeterDetail) GetValue() int32

func (*CMsgUnitMeterDetail) ProtoMessage

func (*CMsgUnitMeterDetail) ProtoMessage()

func (*CMsgUnitMeterDetail) Reset

func (m *CMsgUnitMeterDetail) Reset()

func (*CMsgUnitMeterDetail) String

func (m *CMsgUnitMeterDetail) String() string

func (*CMsgUnitMeterDetail) XXX_DiscardUnknown

func (m *CMsgUnitMeterDetail) XXX_DiscardUnknown()

func (*CMsgUnitMeterDetail) XXX_Marshal

func (m *CMsgUnitMeterDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitMeterDetail) XXX_Merge

func (m *CMsgUnitMeterDetail) XXX_Merge(src proto.Message)

func (*CMsgUnitMeterDetail) XXX_Size

func (m *CMsgUnitMeterDetail) XXX_Size() int

func (*CMsgUnitMeterDetail) XXX_Unmarshal

func (m *CMsgUnitMeterDetail) XXX_Unmarshal(b []byte) error

type CMsgUnitMeterSnapshot

type CMsgUnitMeterSnapshot struct {
	Entindex             *int32                    `protobuf:"varint,1,opt,name=entindex" json:"entindex,omitempty"`
	UnitId               *int32                    `protobuf:"varint,2,opt,name=unit_id,json=unitId" json:"unit_id,omitempty"`
	TeamNumber           *int32                    `protobuf:"varint,3,opt,name=team_number,json=teamNumber" json:"team_number,omitempty"`
	DamageDealt          *CMsgUnitMeterDamageDealt `protobuf:"bytes,4,opt,name=damage_dealt,json=damageDealt" json:"damage_dealt,omitempty"`
	DamageTaken          *CMsgUnitMeterDamageTaken `protobuf:"bytes,5,opt,name=damage_taken,json=damageTaken" json:"damage_taken,omitempty"`
	HealingDone          *uint32                   `protobuf:"varint,6,opt,name=healing_done,json=healingDone" json:"healing_done,omitempty"`
	Kills                *uint32                   `protobuf:"varint,7,opt,name=kills" json:"kills,omitempty"`
	TimeOfDeath          *float32                  `protobuf:"fixed32,8,opt,name=time_of_death,json=timeOfDeath" json:"time_of_death,omitempty"`
	Rank                 *uint32                   `protobuf:"varint,9,opt,name=rank" json:"rank,omitempty"`
	Globalindex          *int32                    `protobuf:"varint,10,opt,name=globalindex" json:"globalindex,omitempty"`
	DamageDealtDetails   []*CMsgUnitMeterDetail    `protobuf:"bytes,11,rep,name=damage_dealt_details,json=damageDealtDetails" json:"damage_dealt_details,omitempty"`
	HealingDoneDetails   []*CMsgUnitMeterDetail    `protobuf:"bytes,12,rep,name=healing_done_details,json=healingDoneDetails" json:"healing_done_details,omitempty"`
	DisableDone          *float32                  `protobuf:"fixed32,13,opt,name=disable_done,json=disableDone" json:"disable_done,omitempty"`
	DamageTakenDetails   []*CMsgUnitMeterDetail    `protobuf:"bytes,14,rep,name=damage_taken_details,json=damageTakenDetails" json:"damage_taken_details,omitempty"`
	KillsDetails         []*CMsgUnitMeterDetail    `protobuf:"bytes,15,rep,name=kills_details,json=killsDetails" json:"kills_details,omitempty"`
	DisableDoneDetails   []*CMsgUnitMeterDetail    `protobuf:"bytes,16,rep,name=disable_done_details,json=disableDoneDetails" json:"disable_done_details,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*CMsgUnitMeterSnapshot) Descriptor

func (*CMsgUnitMeterSnapshot) Descriptor() ([]byte, []int)

func (*CMsgUnitMeterSnapshot) GetDamageDealt

func (m *CMsgUnitMeterSnapshot) GetDamageDealt() *CMsgUnitMeterDamageDealt

func (*CMsgUnitMeterSnapshot) GetDamageDealtDetails

func (m *CMsgUnitMeterSnapshot) GetDamageDealtDetails() []*CMsgUnitMeterDetail

func (*CMsgUnitMeterSnapshot) GetDamageTaken

func (m *CMsgUnitMeterSnapshot) GetDamageTaken() *CMsgUnitMeterDamageTaken

func (*CMsgUnitMeterSnapshot) GetDamageTakenDetails

func (m *CMsgUnitMeterSnapshot) GetDamageTakenDetails() []*CMsgUnitMeterDetail

func (*CMsgUnitMeterSnapshot) GetDisableDone

func (m *CMsgUnitMeterSnapshot) GetDisableDone() float32

func (*CMsgUnitMeterSnapshot) GetDisableDoneDetails

func (m *CMsgUnitMeterSnapshot) GetDisableDoneDetails() []*CMsgUnitMeterDetail

func (*CMsgUnitMeterSnapshot) GetEntindex

func (m *CMsgUnitMeterSnapshot) GetEntindex() int32

func (*CMsgUnitMeterSnapshot) GetGlobalindex

func (m *CMsgUnitMeterSnapshot) GetGlobalindex() int32

func (*CMsgUnitMeterSnapshot) GetHealingDone

func (m *CMsgUnitMeterSnapshot) GetHealingDone() uint32

func (*CMsgUnitMeterSnapshot) GetHealingDoneDetails

func (m *CMsgUnitMeterSnapshot) GetHealingDoneDetails() []*CMsgUnitMeterDetail

func (*CMsgUnitMeterSnapshot) GetKills

func (m *CMsgUnitMeterSnapshot) GetKills() uint32

func (*CMsgUnitMeterSnapshot) GetKillsDetails

func (m *CMsgUnitMeterSnapshot) GetKillsDetails() []*CMsgUnitMeterDetail

func (*CMsgUnitMeterSnapshot) GetRank

func (m *CMsgUnitMeterSnapshot) GetRank() uint32

func (*CMsgUnitMeterSnapshot) GetTeamNumber

func (m *CMsgUnitMeterSnapshot) GetTeamNumber() int32

func (*CMsgUnitMeterSnapshot) GetTimeOfDeath

func (m *CMsgUnitMeterSnapshot) GetTimeOfDeath() float32

func (*CMsgUnitMeterSnapshot) GetUnitId

func (m *CMsgUnitMeterSnapshot) GetUnitId() int32

func (*CMsgUnitMeterSnapshot) ProtoMessage

func (*CMsgUnitMeterSnapshot) ProtoMessage()

func (*CMsgUnitMeterSnapshot) Reset

func (m *CMsgUnitMeterSnapshot) Reset()

func (*CMsgUnitMeterSnapshot) String

func (m *CMsgUnitMeterSnapshot) String() string

func (*CMsgUnitMeterSnapshot) XXX_DiscardUnknown

func (m *CMsgUnitMeterSnapshot) XXX_DiscardUnknown()

func (*CMsgUnitMeterSnapshot) XXX_Marshal

func (m *CMsgUnitMeterSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitMeterSnapshot) XXX_Merge

func (m *CMsgUnitMeterSnapshot) XXX_Merge(src proto.Message)

func (*CMsgUnitMeterSnapshot) XXX_Size

func (m *CMsgUnitMeterSnapshot) XXX_Size() int

func (*CMsgUnitMeterSnapshot) XXX_Unmarshal

func (m *CMsgUnitMeterSnapshot) XXX_Unmarshal(b []byte) error

type CMsgUnitPosition

type CMsgUnitPosition struct {
	X                    *float32 `protobuf:"fixed32,1,req,name=x" json:"x,omitempty"`
	Y                    *float32 `protobuf:"fixed32,2,req,name=y" json:"y,omitempty"`
	Z                    *float32 `protobuf:"fixed32,3,req,name=z" json:"z,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnitPosition) Descriptor

func (*CMsgUnitPosition) Descriptor() ([]byte, []int)

func (*CMsgUnitPosition) GetX

func (m *CMsgUnitPosition) GetX() float32

func (*CMsgUnitPosition) GetY

func (m *CMsgUnitPosition) GetY() float32

func (*CMsgUnitPosition) GetZ

func (m *CMsgUnitPosition) GetZ() float32

func (*CMsgUnitPosition) ProtoMessage

func (*CMsgUnitPosition) ProtoMessage()

func (*CMsgUnitPosition) Reset

func (m *CMsgUnitPosition) Reset()

func (*CMsgUnitPosition) String

func (m *CMsgUnitPosition) String() string

func (*CMsgUnitPosition) XXX_DiscardUnknown

func (m *CMsgUnitPosition) XXX_DiscardUnknown()

func (*CMsgUnitPosition) XXX_Marshal

func (m *CMsgUnitPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitPosition) XXX_Merge

func (m *CMsgUnitPosition) XXX_Merge(src proto.Message)

func (*CMsgUnitPosition) XXX_Size

func (m *CMsgUnitPosition) XXX_Size() int

func (*CMsgUnitPosition) XXX_Unmarshal

func (m *CMsgUnitPosition) XXX_Unmarshal(b []byte) error

type CMsgUnitPositionAndFacing

type CMsgUnitPositionAndFacing struct {
	X                    *float32 `protobuf:"fixed32,1,req,name=x" json:"x,omitempty"`
	Y                    *float32 `protobuf:"fixed32,2,req,name=y" json:"y,omitempty"`
	Z                    *float32 `protobuf:"fixed32,3,req,name=z" json:"z,omitempty"`
	Yaw                  *float32 `protobuf:"fixed32,4,req,name=yaw" json:"yaw,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgUnitPositionAndFacing) Descriptor

func (*CMsgUnitPositionAndFacing) Descriptor() ([]byte, []int)

func (*CMsgUnitPositionAndFacing) GetX

func (*CMsgUnitPositionAndFacing) GetY

func (*CMsgUnitPositionAndFacing) GetYaw

func (m *CMsgUnitPositionAndFacing) GetYaw() float32

func (*CMsgUnitPositionAndFacing) GetZ

func (*CMsgUnitPositionAndFacing) ProtoMessage

func (*CMsgUnitPositionAndFacing) ProtoMessage()

func (*CMsgUnitPositionAndFacing) Reset

func (m *CMsgUnitPositionAndFacing) Reset()

func (*CMsgUnitPositionAndFacing) String

func (m *CMsgUnitPositionAndFacing) String() string

func (*CMsgUnitPositionAndFacing) XXX_DiscardUnknown

func (m *CMsgUnitPositionAndFacing) XXX_DiscardUnknown()

func (*CMsgUnitPositionAndFacing) XXX_Marshal

func (m *CMsgUnitPositionAndFacing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitPositionAndFacing) XXX_Merge

func (m *CMsgUnitPositionAndFacing) XXX_Merge(src proto.Message)

func (*CMsgUnitPositionAndFacing) XXX_Size

func (m *CMsgUnitPositionAndFacing) XXX_Size() int

func (*CMsgUnitPositionAndFacing) XXX_Unmarshal

func (m *CMsgUnitPositionAndFacing) XXX_Unmarshal(b []byte) error

type CMsgUnitSnapshot

type CMsgUnitSnapshot struct {
	Entindex                  *int32                     `protobuf:"varint,1,opt,name=entindex" json:"entindex,omitempty"`
	UnitId                    *int32                     `protobuf:"varint,2,opt,name=unit_id,json=unitId" json:"unit_id,omitempty"`
	TeamNumber                *int32                     `protobuf:"varint,3,opt,name=team_number,json=teamNumber" json:"team_number,omitempty"`
	Position                  *CMsgUnitPositionAndFacing `protobuf:"bytes,4,opt,name=position" json:"position,omitempty"`
	Health                    *int32                     `protobuf:"varint,5,opt,name=health" json:"health,omitempty"`
	Mana                      *int32                     `protobuf:"varint,6,opt,name=mana" json:"mana,omitempty"`
	ParticleAttachmentNames   []string                   `protobuf:"bytes,7,rep,name=particle_attachment_names,json=particleAttachmentNames" json:"particle_attachment_names,omitempty"`
	Rank                      *int32                     `protobuf:"varint,8,opt,name=rank" json:"rank,omitempty"`
	AiState                   *EUnitAIState              `protobuf:"varint,9,opt,name=ai_state,json=aiState,enum=protocol.EUnitAIState,def=0" json:"ai_state,omitempty"`
	CooldownRatio             *float32                   `protobuf:"fixed32,10,opt,name=cooldown_ratio,json=cooldownRatio" json:"cooldown_ratio,omitempty"`
	KillCount                 *uint32                    `protobuf:"varint,12,opt,name=kill_count,json=killCount" json:"kill_count,omitempty"`
	KillStreak                *uint32                    `protobuf:"varint,13,opt,name=kill_streak,json=killStreak" json:"kill_streak,omitempty"`
	MaxHealth                 *int32                     `protobuf:"varint,14,opt,name=max_health,json=maxHealth" json:"max_health,omitempty"`
	Keywords                  []EUnitKeyword             `protobuf:"varint,15,rep,name=keywords,enum=protocol.EUnitKeyword" json:"keywords,omitempty"`
	StartingPosition          *CMsgUnitPositionAndFacing `protobuf:"bytes,16,opt,name=starting_position,json=startingPosition" json:"starting_position,omitempty"`
	IsSummoned                *bool                      `protobuf:"varint,17,opt,name=is_summoned,json=isSummoned" json:"is_summoned,omitempty"`
	SummonOwnerEntindex       *int32                     `protobuf:"varint,18,opt,name=summon_owner_entindex,json=summonOwnerEntindex" json:"summon_owner_entindex,omitempty"`
	DuelBonusDamage           *uint32                    `protobuf:"varint,19,opt,name=duel_bonus_damage,json=duelBonusDamage" json:"duel_bonus_damage,omitempty"`
	Armor                     *int32                     `protobuf:"varint,20,opt,name=armor" json:"armor,omitempty"`
	UnderlordPower            *uint32                    `protobuf:"varint,21,opt,name=underlord_power,json=underlordPower" json:"underlord_power,omitempty"`
	StatusLabel               *uint32                    `protobuf:"varint,22,opt,name=status_label,json=statusLabel" json:"status_label,omitempty"`
	StatusEffectIndex         *uint32                    `protobuf:"varint,23,opt,name=status_effect_index,json=statusEffectIndex" json:"status_effect_index,omitempty"`
	AttacksPerSecond          *float32                   `protobuf:"fixed32,24,opt,name=attacks_per_second,json=attacksPerSecond" json:"attacks_per_second,omitempty"`
	DamageMin                 *int32                     `protobuf:"varint,25,opt,name=damage_min,json=damageMin" json:"damage_min,omitempty"`
	DamageMax                 *int32                     `protobuf:"varint,26,opt,name=damage_max,json=damageMax" json:"damage_max,omitempty"`
	DamageBonus               *int32                     `protobuf:"varint,27,opt,name=damage_bonus,json=damageBonus" json:"damage_bonus,omitempty"`
	FullUpdate                *bool                      `protobuf:"varint,28,opt,name=full_update,json=fullUpdate" json:"full_update,omitempty"`
	AbilityCooldowns          []*CMsgUnitAbilityCooldown `protobuf:"bytes,29,rep,name=ability_cooldowns,json=abilityCooldowns" json:"ability_cooldowns,omitempty"`
	AbilitiesEnabled          []uint32                   `protobuf:"varint,30,rep,name=abilities_enabled,json=abilitiesEnabled" json:"abilities_enabled,omitempty"`
	BuffStatus                []uint32                   `protobuf:"varint,31,rep,name=buff_status,json=buffStatus" json:"buff_status,omitempty"`
	ForceBigHealthbar         *bool                      `protobuf:"varint,32,opt,name=force_big_healthbar,json=forceBigHealthbar" json:"force_big_healthbar,omitempty"`
	OverrideItemSlot          *uint32                    `protobuf:"varint,33,opt,name=override_item_slot,json=overrideItemSlot" json:"override_item_slot,omitempty"`
	RangeBonus                *int32                     `protobuf:"varint,34,opt,name=range_bonus,json=rangeBonus" json:"range_bonus,omitempty"`
	CanMoveToBench            *bool                      `protobuf:"varint,35,opt,name=can_move_to_bench,json=canMoveToBench" json:"can_move_to_bench,omitempty"`
	CanBeSold                 *bool                      `protobuf:"varint,36,opt,name=can_be_sold,json=canBeSold" json:"can_be_sold,omitempty"`
	RecommendedForPlacement   *bool                      `` /* 127-byte string literal not displayed */
	FloatKillCount            *float32                   `protobuf:"fixed32,38,opt,name=float_kill_count,json=floatKillCount" json:"float_kill_count,omitempty"`
	CooldownMultiplier        *float32                   `protobuf:"fixed32,39,opt,name=cooldown_multiplier,json=cooldownMultiplier" json:"cooldown_multiplier,omitempty"`
	ClientSynthesizedForSetup *bool                      `` /* 137-byte string literal not displayed */
	ClientIsOnBench           *bool                      `protobuf:"varint,1002,opt,name=client_is_on_bench,json=clientIsOnBench" json:"client_is_on_bench,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}                   `json:"-"`
	XXX_unrecognized          []byte                     `json:"-"`
	XXX_sizecache             int32                      `json:"-"`
}

func (*CMsgUnitSnapshot) Descriptor

func (*CMsgUnitSnapshot) Descriptor() ([]byte, []int)

func (*CMsgUnitSnapshot) GetAbilitiesEnabled

func (m *CMsgUnitSnapshot) GetAbilitiesEnabled() []uint32

func (*CMsgUnitSnapshot) GetAbilityCooldowns

func (m *CMsgUnitSnapshot) GetAbilityCooldowns() []*CMsgUnitAbilityCooldown

func (*CMsgUnitSnapshot) GetAiState

func (m *CMsgUnitSnapshot) GetAiState() EUnitAIState

func (*CMsgUnitSnapshot) GetArmor

func (m *CMsgUnitSnapshot) GetArmor() int32

func (*CMsgUnitSnapshot) GetAttacksPerSecond

func (m *CMsgUnitSnapshot) GetAttacksPerSecond() float32

func (*CMsgUnitSnapshot) GetBuffStatus

func (m *CMsgUnitSnapshot) GetBuffStatus() []uint32

func (*CMsgUnitSnapshot) GetCanBeSold

func (m *CMsgUnitSnapshot) GetCanBeSold() bool

func (*CMsgUnitSnapshot) GetCanMoveToBench

func (m *CMsgUnitSnapshot) GetCanMoveToBench() bool

func (*CMsgUnitSnapshot) GetClientIsOnBench

func (m *CMsgUnitSnapshot) GetClientIsOnBench() bool

func (*CMsgUnitSnapshot) GetClientSynthesizedForSetup

func (m *CMsgUnitSnapshot) GetClientSynthesizedForSetup() bool

func (*CMsgUnitSnapshot) GetCooldownMultiplier

func (m *CMsgUnitSnapshot) GetCooldownMultiplier() float32

func (*CMsgUnitSnapshot) GetCooldownRatio

func (m *CMsgUnitSnapshot) GetCooldownRatio() float32

func (*CMsgUnitSnapshot) GetDamageBonus

func (m *CMsgUnitSnapshot) GetDamageBonus() int32

func (*CMsgUnitSnapshot) GetDamageMax

func (m *CMsgUnitSnapshot) GetDamageMax() int32

func (*CMsgUnitSnapshot) GetDamageMin

func (m *CMsgUnitSnapshot) GetDamageMin() int32

func (*CMsgUnitSnapshot) GetDuelBonusDamage

func (m *CMsgUnitSnapshot) GetDuelBonusDamage() uint32

func (*CMsgUnitSnapshot) GetEntindex

func (m *CMsgUnitSnapshot) GetEntindex() int32

func (*CMsgUnitSnapshot) GetFloatKillCount

func (m *CMsgUnitSnapshot) GetFloatKillCount() float32

func (*CMsgUnitSnapshot) GetForceBigHealthbar

func (m *CMsgUnitSnapshot) GetForceBigHealthbar() bool

func (*CMsgUnitSnapshot) GetFullUpdate

func (m *CMsgUnitSnapshot) GetFullUpdate() bool

func (*CMsgUnitSnapshot) GetHealth

func (m *CMsgUnitSnapshot) GetHealth() int32

func (*CMsgUnitSnapshot) GetIsSummoned

func (m *CMsgUnitSnapshot) GetIsSummoned() bool

func (*CMsgUnitSnapshot) GetKeywords

func (m *CMsgUnitSnapshot) GetKeywords() []EUnitKeyword

func (*CMsgUnitSnapshot) GetKillCount

func (m *CMsgUnitSnapshot) GetKillCount() uint32

func (*CMsgUnitSnapshot) GetKillStreak

func (m *CMsgUnitSnapshot) GetKillStreak() uint32

func (*CMsgUnitSnapshot) GetMana

func (m *CMsgUnitSnapshot) GetMana() int32

func (*CMsgUnitSnapshot) GetMaxHealth

func (m *CMsgUnitSnapshot) GetMaxHealth() int32

func (*CMsgUnitSnapshot) GetOverrideItemSlot

func (m *CMsgUnitSnapshot) GetOverrideItemSlot() uint32

func (*CMsgUnitSnapshot) GetParticleAttachmentNames

func (m *CMsgUnitSnapshot) GetParticleAttachmentNames() []string

func (*CMsgUnitSnapshot) GetPosition

func (m *CMsgUnitSnapshot) GetPosition() *CMsgUnitPositionAndFacing

func (*CMsgUnitSnapshot) GetRangeBonus

func (m *CMsgUnitSnapshot) GetRangeBonus() int32

func (*CMsgUnitSnapshot) GetRank

func (m *CMsgUnitSnapshot) GetRank() int32

func (*CMsgUnitSnapshot) GetRecommendedForPlacement

func (m *CMsgUnitSnapshot) GetRecommendedForPlacement() bool

func (*CMsgUnitSnapshot) GetStartingPosition

func (m *CMsgUnitSnapshot) GetStartingPosition() *CMsgUnitPositionAndFacing

func (*CMsgUnitSnapshot) GetStatusEffectIndex

func (m *CMsgUnitSnapshot) GetStatusEffectIndex() uint32

func (*CMsgUnitSnapshot) GetStatusLabel

func (m *CMsgUnitSnapshot) GetStatusLabel() uint32

func (*CMsgUnitSnapshot) GetSummonOwnerEntindex

func (m *CMsgUnitSnapshot) GetSummonOwnerEntindex() int32

func (*CMsgUnitSnapshot) GetTeamNumber

func (m *CMsgUnitSnapshot) GetTeamNumber() int32

func (*CMsgUnitSnapshot) GetUnderlordPower

func (m *CMsgUnitSnapshot) GetUnderlordPower() uint32

func (*CMsgUnitSnapshot) GetUnitId

func (m *CMsgUnitSnapshot) GetUnitId() int32

func (*CMsgUnitSnapshot) ProtoMessage

func (*CMsgUnitSnapshot) ProtoMessage()

func (*CMsgUnitSnapshot) Reset

func (m *CMsgUnitSnapshot) Reset()

func (*CMsgUnitSnapshot) String

func (m *CMsgUnitSnapshot) String() string

func (*CMsgUnitSnapshot) XXX_DiscardUnknown

func (m *CMsgUnitSnapshot) XXX_DiscardUnknown()

func (*CMsgUnitSnapshot) XXX_Marshal

func (m *CMsgUnitSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgUnitSnapshot) XXX_Merge

func (m *CMsgUnitSnapshot) XXX_Merge(src proto.Message)

func (*CMsgUnitSnapshot) XXX_Size

func (m *CMsgUnitSnapshot) XXX_Size() int

func (*CMsgUnitSnapshot) XXX_Unmarshal

func (m *CMsgUnitSnapshot) 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 CMsgVector

type CMsgVector struct {
	X                    *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y                    *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	Z                    *float32 `protobuf:"fixed32,3,opt,name=z" json:"z,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgVector) Descriptor

func (*CMsgVector) Descriptor() ([]byte, []int)

func (*CMsgVector) GetX

func (m *CMsgVector) GetX() float32

func (*CMsgVector) GetY

func (m *CMsgVector) GetY() float32

func (*CMsgVector) GetZ

func (m *CMsgVector) GetZ() float32

func (*CMsgVector) ProtoMessage

func (*CMsgVector) ProtoMessage()

func (*CMsgVector) Reset

func (m *CMsgVector) Reset()

func (*CMsgVector) String

func (m *CMsgVector) String() string

func (*CMsgVector) XXX_DiscardUnknown

func (m *CMsgVector) XXX_DiscardUnknown()

func (*CMsgVector) XXX_Marshal

func (m *CMsgVector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgVector) XXX_Merge

func (m *CMsgVector) XXX_Merge(src proto.Message)

func (*CMsgVector) XXX_Size

func (m *CMsgVector) XXX_Size() int

func (*CMsgVector) XXX_Unmarshal

func (m *CMsgVector) XXX_Unmarshal(b []byte) error

type CMsgVector2D

type CMsgVector2D struct {
	X                    *float32 `protobuf:"fixed32,1,opt,name=x" json:"x,omitempty"`
	Y                    *float32 `protobuf:"fixed32,2,opt,name=y" json:"y,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgVector2D) Descriptor

func (*CMsgVector2D) Descriptor() ([]byte, []int)

func (*CMsgVector2D) GetX

func (m *CMsgVector2D) GetX() float32

func (*CMsgVector2D) GetY

func (m *CMsgVector2D) GetY() float32

func (*CMsgVector2D) ProtoMessage

func (*CMsgVector2D) ProtoMessage()

func (*CMsgVector2D) Reset

func (m *CMsgVector2D) Reset()

func (*CMsgVector2D) String

func (m *CMsgVector2D) String() string

func (*CMsgVector2D) XXX_DiscardUnknown

func (m *CMsgVector2D) XXX_DiscardUnknown()

func (*CMsgVector2D) XXX_Marshal

func (m *CMsgVector2D) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgVector2D) XXX_Merge

func (m *CMsgVector2D) XXX_Merge(src proto.Message)

func (*CMsgVector2D) XXX_Size

func (m *CMsgVector2D) XXX_Size() int

func (*CMsgVector2D) XXX_Unmarshal

func (m *CMsgVector2D) XXX_Unmarshal(b []byte) error

type CMsgWebAPIClientDeviceInfo

type CMsgWebAPIClientDeviceInfo struct {
	DeviceId             *uint64       `protobuf:"fixed64,1,opt,name=device_id,json=deviceId" json:"device_id,omitempty"`
	Platform             *EDACPlatform `protobuf:"varint,2,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	Salt                 *uint32       `protobuf:"fixed32,3,opt,name=salt" json:"salt,omitempty"`
	TimeStamp            *uint32       `protobuf:"varint,4,opt,name=time_stamp,json=timeStamp" json:"time_stamp,omitempty"`
	AccessKey            *uint64       `protobuf:"fixed64,5,opt,name=access_key,json=accessKey" json:"access_key,omitempty"`
	ClientVersion        *uint32       `protobuf:"varint,6,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	Flags                *uint32       `protobuf:"varint,7,opt,name=flags" json:"flags,omitempty"`
	BotMatchesStarted    *uint32       `protobuf:"varint,8,opt,name=bot_matches_started,json=botMatchesStarted" json:"bot_matches_started,omitempty"`
	BotMatchesCompleted  *uint32       `protobuf:"varint,9,opt,name=bot_matches_completed,json=botMatchesCompleted" json:"bot_matches_completed,omitempty"`
	Country              *string       `protobuf:"bytes,10,opt,name=country" json:"country,omitempty"`
	TimesLaunched        *uint32       `protobuf:"varint,11,opt,name=times_launched,json=timesLaunched" json:"times_launched,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CMsgWebAPIClientDeviceInfo) Descriptor

func (*CMsgWebAPIClientDeviceInfo) Descriptor() ([]byte, []int)

func (*CMsgWebAPIClientDeviceInfo) GetAccessKey

func (m *CMsgWebAPIClientDeviceInfo) GetAccessKey() uint64

func (*CMsgWebAPIClientDeviceInfo) GetBotMatchesCompleted

func (m *CMsgWebAPIClientDeviceInfo) GetBotMatchesCompleted() uint32

func (*CMsgWebAPIClientDeviceInfo) GetBotMatchesStarted

func (m *CMsgWebAPIClientDeviceInfo) GetBotMatchesStarted() uint32

func (*CMsgWebAPIClientDeviceInfo) GetClientVersion

func (m *CMsgWebAPIClientDeviceInfo) GetClientVersion() uint32

func (*CMsgWebAPIClientDeviceInfo) GetCountry

func (m *CMsgWebAPIClientDeviceInfo) GetCountry() string

func (*CMsgWebAPIClientDeviceInfo) GetDeviceId

func (m *CMsgWebAPIClientDeviceInfo) GetDeviceId() uint64

func (*CMsgWebAPIClientDeviceInfo) GetFlags

func (m *CMsgWebAPIClientDeviceInfo) GetFlags() uint32

func (*CMsgWebAPIClientDeviceInfo) GetPlatform

func (m *CMsgWebAPIClientDeviceInfo) GetPlatform() EDACPlatform

func (*CMsgWebAPIClientDeviceInfo) GetSalt

func (m *CMsgWebAPIClientDeviceInfo) GetSalt() uint32

func (*CMsgWebAPIClientDeviceInfo) GetTimeStamp

func (m *CMsgWebAPIClientDeviceInfo) GetTimeStamp() uint32

func (*CMsgWebAPIClientDeviceInfo) GetTimesLaunched

func (m *CMsgWebAPIClientDeviceInfo) GetTimesLaunched() uint32

func (*CMsgWebAPIClientDeviceInfo) ProtoMessage

func (*CMsgWebAPIClientDeviceInfo) ProtoMessage()

func (*CMsgWebAPIClientDeviceInfo) Reset

func (m *CMsgWebAPIClientDeviceInfo) Reset()

func (*CMsgWebAPIClientDeviceInfo) String

func (m *CMsgWebAPIClientDeviceInfo) String() string

func (*CMsgWebAPIClientDeviceInfo) XXX_DiscardUnknown

func (m *CMsgWebAPIClientDeviceInfo) XXX_DiscardUnknown()

func (*CMsgWebAPIClientDeviceInfo) XXX_Marshal

func (m *CMsgWebAPIClientDeviceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgWebAPIClientDeviceInfo) XXX_Merge

func (m *CMsgWebAPIClientDeviceInfo) XXX_Merge(src proto.Message)

func (*CMsgWebAPIClientDeviceInfo) XXX_Size

func (m *CMsgWebAPIClientDeviceInfo) XXX_Size() int

func (*CMsgWebAPIClientDeviceInfo) XXX_Unmarshal

func (m *CMsgWebAPIClientDeviceInfo) XXX_Unmarshal(b []byte) error

type CMsgWebAPIClientDeviceInfo_EFlags

type CMsgWebAPIClientDeviceInfo_EFlags int32
const (
	CMsgWebAPIClientDeviceInfo_k_eFlags_StartedTutorial    CMsgWebAPIClientDeviceInfo_EFlags = 1
	CMsgWebAPIClientDeviceInfo_k_eFlags_FinishedTutorial   CMsgWebAPIClientDeviceInfo_EFlags = 2
	CMsgWebAPIClientDeviceInfo_k_eFlags_SideLoaded         CMsgWebAPIClientDeviceInfo_EFlags = 4
	CMsgWebAPIClientDeviceInfo_k_eFlags_China              CMsgWebAPIClientDeviceInfo_EFlags = 8
	CMsgWebAPIClientDeviceInfo_k_eFlags_RegisteredAccount  CMsgWebAPIClientDeviceInfo_EFlags = 16
	CMsgWebAPIClientDeviceInfo_k_eFlags_StartedTutorialBot CMsgWebAPIClientDeviceInfo_EFlags = 32
)

func (CMsgWebAPIClientDeviceInfo_EFlags) Enum

func (CMsgWebAPIClientDeviceInfo_EFlags) EnumDescriptor

func (CMsgWebAPIClientDeviceInfo_EFlags) EnumDescriptor() ([]byte, []int)

func (CMsgWebAPIClientDeviceInfo_EFlags) String

func (*CMsgWebAPIClientDeviceInfo_EFlags) UnmarshalJSON

func (x *CMsgWebAPIClientDeviceInfo_EFlags) UnmarshalJSON(data []byte) error

type CMsgWebAPIKey

type CMsgWebAPIKey struct {
	Status               *uint32  `protobuf:"varint,1,opt,name=status,def=255" json:"status,omitempty"`
	AccountId            *uint32  `protobuf:"varint,2,opt,name=account_id,json=accountId,def=0" json:"account_id,omitempty"`
	PublisherGroupId     *uint32  `protobuf:"varint,3,opt,name=publisher_group_id,json=publisherGroupId,def=0" json:"publisher_group_id,omitempty"`
	KeyId                *uint32  `protobuf:"varint,4,opt,name=key_id,json=keyId" json:"key_id,omitempty"`
	Domain               *string  `protobuf:"bytes,5,opt,name=domain" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CMsgWebAPIKey) Descriptor

func (*CMsgWebAPIKey) Descriptor() ([]byte, []int)

func (*CMsgWebAPIKey) GetAccountId

func (m *CMsgWebAPIKey) GetAccountId() uint32

func (*CMsgWebAPIKey) GetDomain

func (m *CMsgWebAPIKey) GetDomain() string

func (*CMsgWebAPIKey) GetKeyId

func (m *CMsgWebAPIKey) GetKeyId() uint32

func (*CMsgWebAPIKey) GetPublisherGroupId

func (m *CMsgWebAPIKey) GetPublisherGroupId() uint32

func (*CMsgWebAPIKey) GetStatus

func (m *CMsgWebAPIKey) GetStatus() uint32

func (*CMsgWebAPIKey) ProtoMessage

func (*CMsgWebAPIKey) ProtoMessage()

func (*CMsgWebAPIKey) Reset

func (m *CMsgWebAPIKey) Reset()

func (*CMsgWebAPIKey) String

func (m *CMsgWebAPIKey) String() string

func (*CMsgWebAPIKey) XXX_DiscardUnknown

func (m *CMsgWebAPIKey) XXX_DiscardUnknown()

func (*CMsgWebAPIKey) XXX_Marshal

func (m *CMsgWebAPIKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgWebAPIKey) XXX_Merge

func (m *CMsgWebAPIKey) XXX_Merge(src proto.Message)

func (*CMsgWebAPIKey) XXX_Size

func (m *CMsgWebAPIKey) XXX_Size() int

func (*CMsgWebAPIKey) XXX_Unmarshal

func (m *CMsgWebAPIKey) XXX_Unmarshal(b []byte) error

type CMsgWebAPIRequest

type CMsgWebAPIRequest struct {
	UNUSEDJobName        *string          `protobuf:"bytes,1,opt,name=UNUSED_job_name,json=UNUSEDJobName" json:"UNUSED_job_name,omitempty"`
	InterfaceName        *string          `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName" json:"interface_name,omitempty"`
	MethodName           *string          `protobuf:"bytes,3,opt,name=method_name,json=methodName" json:"method_name,omitempty"`
	Version              *uint32          `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
	ApiKey               *CMsgWebAPIKey   `protobuf:"bytes,5,opt,name=api_key,json=apiKey" json:"api_key,omitempty"`
	Request              *CMsgHttpRequest `protobuf:"bytes,6,opt,name=request" json:"request,omitempty"`
	RoutingAppId         *uint32          `protobuf:"varint,7,opt,name=routing_app_id,json=routingAppId" json:"routing_app_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CMsgWebAPIRequest) Descriptor

func (*CMsgWebAPIRequest) Descriptor() ([]byte, []int)

func (*CMsgWebAPIRequest) GetApiKey

func (m *CMsgWebAPIRequest) GetApiKey() *CMsgWebAPIKey

func (*CMsgWebAPIRequest) GetInterfaceName

func (m *CMsgWebAPIRequest) GetInterfaceName() string

func (*CMsgWebAPIRequest) GetMethodName

func (m *CMsgWebAPIRequest) GetMethodName() string

func (*CMsgWebAPIRequest) GetRequest

func (m *CMsgWebAPIRequest) GetRequest() *CMsgHttpRequest

func (*CMsgWebAPIRequest) GetRoutingAppId

func (m *CMsgWebAPIRequest) GetRoutingAppId() uint32

func (*CMsgWebAPIRequest) GetUNUSEDJobName

func (m *CMsgWebAPIRequest) GetUNUSEDJobName() string

func (*CMsgWebAPIRequest) GetVersion

func (m *CMsgWebAPIRequest) GetVersion() uint32

func (*CMsgWebAPIRequest) ProtoMessage

func (*CMsgWebAPIRequest) ProtoMessage()

func (*CMsgWebAPIRequest) Reset

func (m *CMsgWebAPIRequest) Reset()

func (*CMsgWebAPIRequest) String

func (m *CMsgWebAPIRequest) String() string

func (*CMsgWebAPIRequest) XXX_DiscardUnknown

func (m *CMsgWebAPIRequest) XXX_DiscardUnknown()

func (*CMsgWebAPIRequest) XXX_Marshal

func (m *CMsgWebAPIRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsgWebAPIRequest) XXX_Merge

func (m *CMsgWebAPIRequest) XXX_Merge(src proto.Message)

func (*CMsgWebAPIRequest) XXX_Size

func (m *CMsgWebAPIRequest) XXX_Size() int

func (*CMsgWebAPIRequest) XXX_Unmarshal

func (m *CMsgWebAPIRequest) XXX_Unmarshal(b []byte) error

type CMsg_CVars

type CMsg_CVars struct {
	Cvars                []*CMsg_CVars_CVar `protobuf:"bytes,1,rep,name=cvars" json:"cvars,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CMsg_CVars) Descriptor

func (*CMsg_CVars) Descriptor() ([]byte, []int)

func (*CMsg_CVars) GetCvars

func (m *CMsg_CVars) GetCvars() []*CMsg_CVars_CVar

func (*CMsg_CVars) ProtoMessage

func (*CMsg_CVars) ProtoMessage()

func (*CMsg_CVars) Reset

func (m *CMsg_CVars) Reset()

func (*CMsg_CVars) String

func (m *CMsg_CVars) String() string

func (*CMsg_CVars) XXX_DiscardUnknown

func (m *CMsg_CVars) XXX_DiscardUnknown()

func (*CMsg_CVars) XXX_Marshal

func (m *CMsg_CVars) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsg_CVars) XXX_Merge

func (m *CMsg_CVars) XXX_Merge(src proto.Message)

func (*CMsg_CVars) XXX_Size

func (m *CMsg_CVars) XXX_Size() int

func (*CMsg_CVars) XXX_Unmarshal

func (m *CMsg_CVars) XXX_Unmarshal(b []byte) error

type CMsg_CVars_CVar

type CMsg_CVars_CVar 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 (*CMsg_CVars_CVar) Descriptor

func (*CMsg_CVars_CVar) Descriptor() ([]byte, []int)

func (*CMsg_CVars_CVar) GetName

func (m *CMsg_CVars_CVar) GetName() string

func (*CMsg_CVars_CVar) GetValue

func (m *CMsg_CVars_CVar) GetValue() string

func (*CMsg_CVars_CVar) ProtoMessage

func (*CMsg_CVars_CVar) ProtoMessage()

func (*CMsg_CVars_CVar) Reset

func (m *CMsg_CVars_CVar) Reset()

func (*CMsg_CVars_CVar) String

func (m *CMsg_CVars_CVar) String() string

func (*CMsg_CVars_CVar) XXX_DiscardUnknown

func (m *CMsg_CVars_CVar) XXX_DiscardUnknown()

func (*CMsg_CVars_CVar) XXX_Marshal

func (m *CMsg_CVars_CVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CMsg_CVars_CVar) XXX_Merge

func (m *CMsg_CVars_CVar) XXX_Merge(src proto.Message)

func (*CMsg_CVars_CVar) XXX_Size

func (m *CMsg_CVars_CVar) XXX_Size() int

func (*CMsg_CVars_CVar) XXX_Unmarshal

func (m *CMsg_CVars_CVar) XXX_Unmarshal(b []byte) error

type CNETMsg_Disconnect

type CNETMsg_Disconnect struct {
	Reason               *ENetworkDisconnectionReason `protobuf:"varint,2,opt,name=reason,enum=protocol.ENetworkDisconnectionReason,def=0" json:"reason,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CNETMsg_Disconnect) Descriptor

func (*CNETMsg_Disconnect) Descriptor() ([]byte, []int)

func (*CNETMsg_Disconnect) GetReason

func (*CNETMsg_Disconnect) ProtoMessage

func (*CNETMsg_Disconnect) ProtoMessage()

func (*CNETMsg_Disconnect) Reset

func (m *CNETMsg_Disconnect) Reset()

func (*CNETMsg_Disconnect) String

func (m *CNETMsg_Disconnect) String() string

func (*CNETMsg_Disconnect) XXX_DiscardUnknown

func (m *CNETMsg_Disconnect) XXX_DiscardUnknown()

func (*CNETMsg_Disconnect) XXX_Marshal

func (m *CNETMsg_Disconnect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_Disconnect) XXX_Merge

func (m *CNETMsg_Disconnect) XXX_Merge(src proto.Message)

func (*CNETMsg_Disconnect) XXX_Size

func (m *CNETMsg_Disconnect) XXX_Size() int

func (*CNETMsg_Disconnect) XXX_Unmarshal

func (m *CNETMsg_Disconnect) XXX_Unmarshal(b []byte) error

type CNETMsg_NOP

type CNETMsg_NOP struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_NOP) Descriptor

func (*CNETMsg_NOP) Descriptor() ([]byte, []int)

func (*CNETMsg_NOP) ProtoMessage

func (*CNETMsg_NOP) ProtoMessage()

func (*CNETMsg_NOP) Reset

func (m *CNETMsg_NOP) Reset()

func (*CNETMsg_NOP) String

func (m *CNETMsg_NOP) String() string

func (*CNETMsg_NOP) XXX_DiscardUnknown

func (m *CNETMsg_NOP) XXX_DiscardUnknown()

func (*CNETMsg_NOP) XXX_Marshal

func (m *CNETMsg_NOP) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_NOP) XXX_Merge

func (m *CNETMsg_NOP) XXX_Merge(src proto.Message)

func (*CNETMsg_NOP) XXX_Size

func (m *CNETMsg_NOP) XXX_Size() int

func (*CNETMsg_NOP) XXX_Unmarshal

func (m *CNETMsg_NOP) XXX_Unmarshal(b []byte) error

type CNETMsg_SetConVar

type CNETMsg_SetConVar struct {
	Convars              *CMsg_CVars `protobuf:"bytes,1,opt,name=convars" json:"convars,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CNETMsg_SetConVar) Descriptor

func (*CNETMsg_SetConVar) Descriptor() ([]byte, []int)

func (*CNETMsg_SetConVar) GetConvars

func (m *CNETMsg_SetConVar) GetConvars() *CMsg_CVars

func (*CNETMsg_SetConVar) ProtoMessage

func (*CNETMsg_SetConVar) ProtoMessage()

func (*CNETMsg_SetConVar) Reset

func (m *CNETMsg_SetConVar) Reset()

func (*CNETMsg_SetConVar) String

func (m *CNETMsg_SetConVar) String() string

func (*CNETMsg_SetConVar) XXX_DiscardUnknown

func (m *CNETMsg_SetConVar) XXX_DiscardUnknown()

func (*CNETMsg_SetConVar) XXX_Marshal

func (m *CNETMsg_SetConVar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SetConVar) XXX_Merge

func (m *CNETMsg_SetConVar) XXX_Merge(src proto.Message)

func (*CNETMsg_SetConVar) XXX_Size

func (m *CNETMsg_SetConVar) XXX_Size() int

func (*CNETMsg_SetConVar) XXX_Unmarshal

func (m *CNETMsg_SetConVar) XXX_Unmarshal(b []byte) error

type CNETMsg_SignonState

type CNETMsg_SignonState struct {
	SignonState          *uint32  `protobuf:"varint,1,opt,name=signon_state,json=signonState" json:"signon_state,omitempty"`
	SpawnCount           *uint32  `protobuf:"varint,2,opt,name=spawn_count,json=spawnCount" json:"spawn_count,omitempty"`
	NumServerPlayers     *uint32  `protobuf:"varint,3,opt,name=num_server_players,json=numServerPlayers" json:"num_server_players,omitempty"`
	PlayersNetworkids    []string `protobuf:"bytes,4,rep,name=players_networkids,json=playersNetworkids" json:"players_networkids,omitempty"`
	MapName              *string  `protobuf:"bytes,5,opt,name=map_name,json=mapName" json:"map_name,omitempty"`
	Addons               *string  `protobuf:"bytes,6,opt,name=addons" json:"addons,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_SignonState) Descriptor

func (*CNETMsg_SignonState) Descriptor() ([]byte, []int)

func (*CNETMsg_SignonState) GetAddons

func (m *CNETMsg_SignonState) GetAddons() string

func (*CNETMsg_SignonState) GetMapName

func (m *CNETMsg_SignonState) GetMapName() string

func (*CNETMsg_SignonState) GetNumServerPlayers

func (m *CNETMsg_SignonState) GetNumServerPlayers() uint32

func (*CNETMsg_SignonState) GetPlayersNetworkids

func (m *CNETMsg_SignonState) GetPlayersNetworkids() []string

func (*CNETMsg_SignonState) GetSignonState

func (m *CNETMsg_SignonState) GetSignonState() uint32

func (*CNETMsg_SignonState) GetSpawnCount

func (m *CNETMsg_SignonState) GetSpawnCount() uint32

func (*CNETMsg_SignonState) ProtoMessage

func (*CNETMsg_SignonState) ProtoMessage()

func (*CNETMsg_SignonState) Reset

func (m *CNETMsg_SignonState) Reset()

func (*CNETMsg_SignonState) String

func (m *CNETMsg_SignonState) String() string

func (*CNETMsg_SignonState) XXX_DiscardUnknown

func (m *CNETMsg_SignonState) XXX_DiscardUnknown()

func (*CNETMsg_SignonState) XXX_Marshal

func (m *CNETMsg_SignonState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SignonState) XXX_Merge

func (m *CNETMsg_SignonState) XXX_Merge(src proto.Message)

func (*CNETMsg_SignonState) XXX_Size

func (m *CNETMsg_SignonState) XXX_Size() int

func (*CNETMsg_SignonState) XXX_Unmarshal

func (m *CNETMsg_SignonState) XXX_Unmarshal(b []byte) error

type CNETMsg_SpawnGroup_Load

type CNETMsg_SpawnGroup_Load struct {
	Worldname              *string     `protobuf:"bytes,1,opt,name=worldname" json:"worldname,omitempty"`
	Entitylumpname         *string     `protobuf:"bytes,2,opt,name=entitylumpname" json:"entitylumpname,omitempty"`
	Entityfiltername       *string     `protobuf:"bytes,3,opt,name=entityfiltername" json:"entityfiltername,omitempty"`
	Spawngrouphandle       *uint32     `protobuf:"varint,4,opt,name=spawngrouphandle" json:"spawngrouphandle,omitempty"`
	Spawngroupownerhandle  *uint32     `protobuf:"varint,5,opt,name=spawngroupownerhandle" json:"spawngroupownerhandle,omitempty"`
	WorldOffsetPos         *CMsgVector `protobuf:"bytes,6,opt,name=world_offset_pos,json=worldOffsetPos" json:"world_offset_pos,omitempty"`
	WorldOffsetAngle       *CMsgQAngle `protobuf:"bytes,7,opt,name=world_offset_angle,json=worldOffsetAngle" json:"world_offset_angle,omitempty"`
	Spawngroupmanifest     []byte      `protobuf:"bytes,8,opt,name=spawngroupmanifest" json:"spawngroupmanifest,omitempty"`
	Flags                  *uint32     `protobuf:"varint,9,opt,name=flags" json:"flags,omitempty"`
	Tickcount              *int32      `protobuf:"varint,10,opt,name=tickcount" json:"tickcount,omitempty"`
	Manifestincomplete     *bool       `protobuf:"varint,11,opt,name=manifestincomplete" json:"manifestincomplete,omitempty"`
	Localnamefixup         *string     `protobuf:"bytes,12,opt,name=localnamefixup" json:"localnamefixup,omitempty"`
	Parentnamefixup        *string     `protobuf:"bytes,13,opt,name=parentnamefixup" json:"parentnamefixup,omitempty"`
	Manifestloadpriority   *int32      `protobuf:"varint,14,opt,name=manifestloadpriority" json:"manifestloadpriority,omitempty"`
	Worldgroupid           *uint32     `protobuf:"varint,15,opt,name=worldgroupid" json:"worldgroupid,omitempty"`
	Creationsequence       *uint32     `protobuf:"varint,16,opt,name=creationsequence" json:"creationsequence,omitempty"`
	Savegamefilename       *string     `protobuf:"bytes,17,opt,name=savegamefilename" json:"savegamefilename,omitempty"`
	Spawngroupparenthandle *uint32     `protobuf:"varint,18,opt,name=spawngroupparenthandle" json:"spawngroupparenthandle,omitempty"`
	Leveltransition        *bool       `protobuf:"varint,19,opt,name=leveltransition" json:"leveltransition,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}    `json:"-"`
	XXX_unrecognized       []byte      `json:"-"`
	XXX_sizecache          int32       `json:"-"`
}

func (*CNETMsg_SpawnGroup_Load) Descriptor

func (*CNETMsg_SpawnGroup_Load) Descriptor() ([]byte, []int)

func (*CNETMsg_SpawnGroup_Load) GetCreationsequence

func (m *CNETMsg_SpawnGroup_Load) GetCreationsequence() uint32

func (*CNETMsg_SpawnGroup_Load) GetEntityfiltername

func (m *CNETMsg_SpawnGroup_Load) GetEntityfiltername() string

func (*CNETMsg_SpawnGroup_Load) GetEntitylumpname

func (m *CNETMsg_SpawnGroup_Load) GetEntitylumpname() string

func (*CNETMsg_SpawnGroup_Load) GetFlags

func (m *CNETMsg_SpawnGroup_Load) GetFlags() uint32

func (*CNETMsg_SpawnGroup_Load) GetLeveltransition

func (m *CNETMsg_SpawnGroup_Load) GetLeveltransition() bool

func (*CNETMsg_SpawnGroup_Load) GetLocalnamefixup

func (m *CNETMsg_SpawnGroup_Load) GetLocalnamefixup() string

func (*CNETMsg_SpawnGroup_Load) GetManifestincomplete

func (m *CNETMsg_SpawnGroup_Load) GetManifestincomplete() bool

func (*CNETMsg_SpawnGroup_Load) GetManifestloadpriority

func (m *CNETMsg_SpawnGroup_Load) GetManifestloadpriority() int32

func (*CNETMsg_SpawnGroup_Load) GetParentnamefixup

func (m *CNETMsg_SpawnGroup_Load) GetParentnamefixup() string

func (*CNETMsg_SpawnGroup_Load) GetSavegamefilename

func (m *CNETMsg_SpawnGroup_Load) GetSavegamefilename() string

func (*CNETMsg_SpawnGroup_Load) GetSpawngrouphandle

func (m *CNETMsg_SpawnGroup_Load) GetSpawngrouphandle() uint32

func (*CNETMsg_SpawnGroup_Load) GetSpawngroupmanifest

func (m *CNETMsg_SpawnGroup_Load) GetSpawngroupmanifest() []byte

func (*CNETMsg_SpawnGroup_Load) GetSpawngroupownerhandle

func (m *CNETMsg_SpawnGroup_Load) GetSpawngroupownerhandle() uint32

func (*CNETMsg_SpawnGroup_Load) GetSpawngroupparenthandle

func (m *CNETMsg_SpawnGroup_Load) GetSpawngroupparenthandle() uint32

func (*CNETMsg_SpawnGroup_Load) GetTickcount

func (m *CNETMsg_SpawnGroup_Load) GetTickcount() int32

func (*CNETMsg_SpawnGroup_Load) GetWorldOffsetAngle

func (m *CNETMsg_SpawnGroup_Load) GetWorldOffsetAngle() *CMsgQAngle

func (*CNETMsg_SpawnGroup_Load) GetWorldOffsetPos

func (m *CNETMsg_SpawnGroup_Load) GetWorldOffsetPos() *CMsgVector

func (*CNETMsg_SpawnGroup_Load) GetWorldgroupid

func (m *CNETMsg_SpawnGroup_Load) GetWorldgroupid() uint32

func (*CNETMsg_SpawnGroup_Load) GetWorldname

func (m *CNETMsg_SpawnGroup_Load) GetWorldname() string

func (*CNETMsg_SpawnGroup_Load) ProtoMessage

func (*CNETMsg_SpawnGroup_Load) ProtoMessage()

func (*CNETMsg_SpawnGroup_Load) Reset

func (m *CNETMsg_SpawnGroup_Load) Reset()

func (*CNETMsg_SpawnGroup_Load) String

func (m *CNETMsg_SpawnGroup_Load) String() string

func (*CNETMsg_SpawnGroup_Load) XXX_DiscardUnknown

func (m *CNETMsg_SpawnGroup_Load) XXX_DiscardUnknown()

func (*CNETMsg_SpawnGroup_Load) XXX_Marshal

func (m *CNETMsg_SpawnGroup_Load) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SpawnGroup_Load) XXX_Merge

func (m *CNETMsg_SpawnGroup_Load) XXX_Merge(src proto.Message)

func (*CNETMsg_SpawnGroup_Load) XXX_Size

func (m *CNETMsg_SpawnGroup_Load) XXX_Size() int

func (*CNETMsg_SpawnGroup_Load) XXX_Unmarshal

func (m *CNETMsg_SpawnGroup_Load) XXX_Unmarshal(b []byte) error

type CNETMsg_SpawnGroup_LoadCompleted

type CNETMsg_SpawnGroup_LoadCompleted struct {
	Spawngrouphandle     *uint32  `protobuf:"varint,1,opt,name=spawngrouphandle" json:"spawngrouphandle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_SpawnGroup_LoadCompleted) Descriptor

func (*CNETMsg_SpawnGroup_LoadCompleted) Descriptor() ([]byte, []int)

func (*CNETMsg_SpawnGroup_LoadCompleted) GetSpawngrouphandle

func (m *CNETMsg_SpawnGroup_LoadCompleted) GetSpawngrouphandle() uint32

func (*CNETMsg_SpawnGroup_LoadCompleted) ProtoMessage

func (*CNETMsg_SpawnGroup_LoadCompleted) ProtoMessage()

func (*CNETMsg_SpawnGroup_LoadCompleted) Reset

func (*CNETMsg_SpawnGroup_LoadCompleted) String

func (*CNETMsg_SpawnGroup_LoadCompleted) XXX_DiscardUnknown

func (m *CNETMsg_SpawnGroup_LoadCompleted) XXX_DiscardUnknown()

func (*CNETMsg_SpawnGroup_LoadCompleted) XXX_Marshal

func (m *CNETMsg_SpawnGroup_LoadCompleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SpawnGroup_LoadCompleted) XXX_Merge

func (*CNETMsg_SpawnGroup_LoadCompleted) XXX_Size

func (m *CNETMsg_SpawnGroup_LoadCompleted) XXX_Size() int

func (*CNETMsg_SpawnGroup_LoadCompleted) XXX_Unmarshal

func (m *CNETMsg_SpawnGroup_LoadCompleted) XXX_Unmarshal(b []byte) error

type CNETMsg_SpawnGroup_ManifestUpdate

type CNETMsg_SpawnGroup_ManifestUpdate struct {
	Spawngrouphandle     *uint32  `protobuf:"varint,1,opt,name=spawngrouphandle" json:"spawngrouphandle,omitempty"`
	Spawngroupmanifest   []byte   `protobuf:"bytes,2,opt,name=spawngroupmanifest" json:"spawngroupmanifest,omitempty"`
	Manifestincomplete   *bool    `protobuf:"varint,3,opt,name=manifestincomplete" json:"manifestincomplete,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_SpawnGroup_ManifestUpdate) Descriptor

func (*CNETMsg_SpawnGroup_ManifestUpdate) Descriptor() ([]byte, []int)

func (*CNETMsg_SpawnGroup_ManifestUpdate) GetManifestincomplete

func (m *CNETMsg_SpawnGroup_ManifestUpdate) GetManifestincomplete() bool

func (*CNETMsg_SpawnGroup_ManifestUpdate) GetSpawngrouphandle

func (m *CNETMsg_SpawnGroup_ManifestUpdate) GetSpawngrouphandle() uint32

func (*CNETMsg_SpawnGroup_ManifestUpdate) GetSpawngroupmanifest

func (m *CNETMsg_SpawnGroup_ManifestUpdate) GetSpawngroupmanifest() []byte

func (*CNETMsg_SpawnGroup_ManifestUpdate) ProtoMessage

func (*CNETMsg_SpawnGroup_ManifestUpdate) ProtoMessage()

func (*CNETMsg_SpawnGroup_ManifestUpdate) Reset

func (*CNETMsg_SpawnGroup_ManifestUpdate) String

func (*CNETMsg_SpawnGroup_ManifestUpdate) XXX_DiscardUnknown

func (m *CNETMsg_SpawnGroup_ManifestUpdate) XXX_DiscardUnknown()

func (*CNETMsg_SpawnGroup_ManifestUpdate) XXX_Marshal

func (m *CNETMsg_SpawnGroup_ManifestUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SpawnGroup_ManifestUpdate) XXX_Merge

func (*CNETMsg_SpawnGroup_ManifestUpdate) XXX_Size

func (m *CNETMsg_SpawnGroup_ManifestUpdate) XXX_Size() int

func (*CNETMsg_SpawnGroup_ManifestUpdate) XXX_Unmarshal

func (m *CNETMsg_SpawnGroup_ManifestUpdate) XXX_Unmarshal(b []byte) error

type CNETMsg_SpawnGroup_SetCreationTick

type CNETMsg_SpawnGroup_SetCreationTick struct {
	Spawngrouphandle     *uint32  `protobuf:"varint,1,opt,name=spawngrouphandle" json:"spawngrouphandle,omitempty"`
	Tickcount            *int32   `protobuf:"varint,2,opt,name=tickcount" json:"tickcount,omitempty"`
	Creationsequence     *uint32  `protobuf:"varint,3,opt,name=creationsequence" json:"creationsequence,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_SpawnGroup_SetCreationTick) Descriptor

func (*CNETMsg_SpawnGroup_SetCreationTick) Descriptor() ([]byte, []int)

func (*CNETMsg_SpawnGroup_SetCreationTick) GetCreationsequence

func (m *CNETMsg_SpawnGroup_SetCreationTick) GetCreationsequence() uint32

func (*CNETMsg_SpawnGroup_SetCreationTick) GetSpawngrouphandle

func (m *CNETMsg_SpawnGroup_SetCreationTick) GetSpawngrouphandle() uint32

func (*CNETMsg_SpawnGroup_SetCreationTick) GetTickcount

func (m *CNETMsg_SpawnGroup_SetCreationTick) GetTickcount() int32

func (*CNETMsg_SpawnGroup_SetCreationTick) ProtoMessage

func (*CNETMsg_SpawnGroup_SetCreationTick) ProtoMessage()

func (*CNETMsg_SpawnGroup_SetCreationTick) Reset

func (*CNETMsg_SpawnGroup_SetCreationTick) String

func (*CNETMsg_SpawnGroup_SetCreationTick) XXX_DiscardUnknown

func (m *CNETMsg_SpawnGroup_SetCreationTick) XXX_DiscardUnknown()

func (*CNETMsg_SpawnGroup_SetCreationTick) XXX_Marshal

func (m *CNETMsg_SpawnGroup_SetCreationTick) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SpawnGroup_SetCreationTick) XXX_Merge

func (*CNETMsg_SpawnGroup_SetCreationTick) XXX_Size

func (*CNETMsg_SpawnGroup_SetCreationTick) XXX_Unmarshal

func (m *CNETMsg_SpawnGroup_SetCreationTick) XXX_Unmarshal(b []byte) error

type CNETMsg_SpawnGroup_Unload

type CNETMsg_SpawnGroup_Unload struct {
	Spawngrouphandle     *uint32  `protobuf:"varint,1,opt,name=spawngrouphandle" json:"spawngrouphandle,omitempty"`
	Flags                *uint32  `protobuf:"varint,2,opt,name=flags" json:"flags,omitempty"`
	Tickcount            *int32   `protobuf:"varint,3,opt,name=tickcount" json:"tickcount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_SpawnGroup_Unload) Descriptor

func (*CNETMsg_SpawnGroup_Unload) Descriptor() ([]byte, []int)

func (*CNETMsg_SpawnGroup_Unload) GetFlags

func (m *CNETMsg_SpawnGroup_Unload) GetFlags() uint32

func (*CNETMsg_SpawnGroup_Unload) GetSpawngrouphandle

func (m *CNETMsg_SpawnGroup_Unload) GetSpawngrouphandle() uint32

func (*CNETMsg_SpawnGroup_Unload) GetTickcount

func (m *CNETMsg_SpawnGroup_Unload) GetTickcount() int32

func (*CNETMsg_SpawnGroup_Unload) ProtoMessage

func (*CNETMsg_SpawnGroup_Unload) ProtoMessage()

func (*CNETMsg_SpawnGroup_Unload) Reset

func (m *CNETMsg_SpawnGroup_Unload) Reset()

func (*CNETMsg_SpawnGroup_Unload) String

func (m *CNETMsg_SpawnGroup_Unload) String() string

func (*CNETMsg_SpawnGroup_Unload) XXX_DiscardUnknown

func (m *CNETMsg_SpawnGroup_Unload) XXX_DiscardUnknown()

func (*CNETMsg_SpawnGroup_Unload) XXX_Marshal

func (m *CNETMsg_SpawnGroup_Unload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SpawnGroup_Unload) XXX_Merge

func (m *CNETMsg_SpawnGroup_Unload) XXX_Merge(src proto.Message)

func (*CNETMsg_SpawnGroup_Unload) XXX_Size

func (m *CNETMsg_SpawnGroup_Unload) XXX_Size() int

func (*CNETMsg_SpawnGroup_Unload) XXX_Unmarshal

func (m *CNETMsg_SpawnGroup_Unload) XXX_Unmarshal(b []byte) error

type CNETMsg_SplitScreenUser

type CNETMsg_SplitScreenUser struct {
	Slot                 *int32   `protobuf:"varint,1,opt,name=slot" json:"slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_SplitScreenUser) Descriptor

func (*CNETMsg_SplitScreenUser) Descriptor() ([]byte, []int)

func (*CNETMsg_SplitScreenUser) GetSlot

func (m *CNETMsg_SplitScreenUser) GetSlot() int32

func (*CNETMsg_SplitScreenUser) ProtoMessage

func (*CNETMsg_SplitScreenUser) ProtoMessage()

func (*CNETMsg_SplitScreenUser) Reset

func (m *CNETMsg_SplitScreenUser) Reset()

func (*CNETMsg_SplitScreenUser) String

func (m *CNETMsg_SplitScreenUser) String() string

func (*CNETMsg_SplitScreenUser) XXX_DiscardUnknown

func (m *CNETMsg_SplitScreenUser) XXX_DiscardUnknown()

func (*CNETMsg_SplitScreenUser) XXX_Marshal

func (m *CNETMsg_SplitScreenUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_SplitScreenUser) XXX_Merge

func (m *CNETMsg_SplitScreenUser) XXX_Merge(src proto.Message)

func (*CNETMsg_SplitScreenUser) XXX_Size

func (m *CNETMsg_SplitScreenUser) XXX_Size() int

func (*CNETMsg_SplitScreenUser) XXX_Unmarshal

func (m *CNETMsg_SplitScreenUser) XXX_Unmarshal(b []byte) error

type CNETMsg_StringCmd

type CNETMsg_StringCmd struct {
	Command              *string  `protobuf:"bytes,1,opt,name=command" json:"command,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CNETMsg_StringCmd) Descriptor

func (*CNETMsg_StringCmd) Descriptor() ([]byte, []int)

func (*CNETMsg_StringCmd) GetCommand

func (m *CNETMsg_StringCmd) GetCommand() string

func (*CNETMsg_StringCmd) ProtoMessage

func (*CNETMsg_StringCmd) ProtoMessage()

func (*CNETMsg_StringCmd) Reset

func (m *CNETMsg_StringCmd) Reset()

func (*CNETMsg_StringCmd) String

func (m *CNETMsg_StringCmd) String() string

func (*CNETMsg_StringCmd) XXX_DiscardUnknown

func (m *CNETMsg_StringCmd) XXX_DiscardUnknown()

func (*CNETMsg_StringCmd) XXX_Marshal

func (m *CNETMsg_StringCmd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_StringCmd) XXX_Merge

func (m *CNETMsg_StringCmd) XXX_Merge(src proto.Message)

func (*CNETMsg_StringCmd) XXX_Size

func (m *CNETMsg_StringCmd) XXX_Size() int

func (*CNETMsg_StringCmd) XXX_Unmarshal

func (m *CNETMsg_StringCmd) XXX_Unmarshal(b []byte) error

type CNETMsg_Tick

type CNETMsg_Tick struct {
	Tick                            *uint32  `protobuf:"varint,1,opt,name=tick" json:"tick,omitempty"`
	HostFrametime                   *uint32  `protobuf:"varint,2,opt,name=host_frametime,json=hostFrametime" json:"host_frametime,omitempty"`
	HostFrametimeStdDeviation       *uint32  `` /* 134-byte string literal not displayed */
	HostComputationtime             *uint32  `protobuf:"varint,4,opt,name=host_computationtime,json=hostComputationtime" json:"host_computationtime,omitempty"`
	HostComputationtimeStdDeviation *uint32  `` /* 152-byte string literal not displayed */
	HostFramestarttimeStdDeviation  *uint32  `` /* 149-byte string literal not displayed */
	HostLoss                        *uint32  `protobuf:"varint,7,opt,name=host_loss,json=hostLoss" json:"host_loss,omitempty"`
	XXX_NoUnkeyedLiteral            struct{} `json:"-"`
	XXX_unrecognized                []byte   `json:"-"`
	XXX_sizecache                   int32    `json:"-"`
}

func (*CNETMsg_Tick) Descriptor

func (*CNETMsg_Tick) Descriptor() ([]byte, []int)

func (*CNETMsg_Tick) GetHostComputationtime

func (m *CNETMsg_Tick) GetHostComputationtime() uint32

func (*CNETMsg_Tick) GetHostComputationtimeStdDeviation

func (m *CNETMsg_Tick) GetHostComputationtimeStdDeviation() uint32

func (*CNETMsg_Tick) GetHostFramestarttimeStdDeviation

func (m *CNETMsg_Tick) GetHostFramestarttimeStdDeviation() uint32

func (*CNETMsg_Tick) GetHostFrametime

func (m *CNETMsg_Tick) GetHostFrametime() uint32

func (*CNETMsg_Tick) GetHostFrametimeStdDeviation

func (m *CNETMsg_Tick) GetHostFrametimeStdDeviation() uint32

func (*CNETMsg_Tick) GetHostLoss

func (m *CNETMsg_Tick) GetHostLoss() uint32

func (*CNETMsg_Tick) GetTick

func (m *CNETMsg_Tick) GetTick() uint32

func (*CNETMsg_Tick) ProtoMessage

func (*CNETMsg_Tick) ProtoMessage()

func (*CNETMsg_Tick) Reset

func (m *CNETMsg_Tick) Reset()

func (*CNETMsg_Tick) String

func (m *CNETMsg_Tick) String() string

func (*CNETMsg_Tick) XXX_DiscardUnknown

func (m *CNETMsg_Tick) XXX_DiscardUnknown()

func (*CNETMsg_Tick) XXX_Marshal

func (m *CNETMsg_Tick) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CNETMsg_Tick) XXX_Merge

func (m *CNETMsg_Tick) XXX_Merge(src proto.Message)

func (*CNETMsg_Tick) XXX_Size

func (m *CNETMsg_Tick) XXX_Size() int

func (*CNETMsg_Tick) XXX_Unmarshal

func (m *CNETMsg_Tick) 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 CSOAccountSyncStorage

type CSOAccountSyncStorage struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Id                   *uint32  `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
	Value                *uint32  `protobuf:"varint,3,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSOAccountSyncStorage) Descriptor

func (*CSOAccountSyncStorage) Descriptor() ([]byte, []int)

func (*CSOAccountSyncStorage) GetAccountId

func (m *CSOAccountSyncStorage) GetAccountId() uint32

func (*CSOAccountSyncStorage) GetId

func (m *CSOAccountSyncStorage) GetId() uint32

func (*CSOAccountSyncStorage) GetValue

func (m *CSOAccountSyncStorage) GetValue() uint32

func (*CSOAccountSyncStorage) ProtoMessage

func (*CSOAccountSyncStorage) ProtoMessage()

func (*CSOAccountSyncStorage) Reset

func (m *CSOAccountSyncStorage) Reset()

func (*CSOAccountSyncStorage) String

func (m *CSOAccountSyncStorage) String() string

func (*CSOAccountSyncStorage) XXX_DiscardUnknown

func (m *CSOAccountSyncStorage) XXX_DiscardUnknown()

func (*CSOAccountSyncStorage) XXX_Marshal

func (m *CSOAccountSyncStorage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOAccountSyncStorage) XXX_Merge

func (m *CSOAccountSyncStorage) XXX_Merge(src proto.Message)

func (*CSOAccountSyncStorage) XXX_Size

func (m *CSOAccountSyncStorage) XXX_Size() int

func (*CSOAccountSyncStorage) XXX_Unmarshal

func (m *CSOAccountSyncStorage) XXX_Unmarshal(b []byte) error

type CSODACLobby

type CSODACLobby struct {
	ServerVersion         *uint32            `protobuf:"varint,1,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	CompatibilityVersion  *uint32            `protobuf:"varint,2,opt,name=compatibility_version,json=compatibilityVersion" json:"compatibility_version,omitempty"`
	ServerSteamId         *uint64            `protobuf:"fixed64,3,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	DevIgnoreStagingFiles *bool              `protobuf:"varint,4,opt,name=dev_ignore_staging_files,json=devIgnoreStagingFiles" json:"dev_ignore_staging_files,omitempty"`
	LobbyId               *uint64            `protobuf:"varint,5,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	MatchId               *uint64            `protobuf:"varint,6,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	ServerState           *ELobbyServerState `` /* 126-byte string literal not displayed */
	MatchMode             *EDACMatchMode     `protobuf:"varint,10,opt,name=match_mode,json=matchMode,enum=protocol.EDACMatchMode,def=0" json:"match_mode,omitempty"`
	UdpConnectIp          *uint32            `protobuf:"varint,11,opt,name=udp_connect_ip,json=udpConnectIp" json:"udp_connect_ip,omitempty"`
	UdpConnectPort        *uint32            `protobuf:"varint,12,opt,name=udp_connect_port,json=udpConnectPort" json:"udp_connect_port,omitempty"`
	GameMode              *EDACGameMode      `protobuf:"varint,13,opt,name=game_mode,json=gameMode,enum=protocol.EDACGameMode,def=0" json:"game_mode,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}           `json:"-"`
	XXX_unrecognized      []byte             `json:"-"`
	XXX_sizecache         int32              `json:"-"`
}

func (*CSODACLobby) Descriptor

func (*CSODACLobby) Descriptor() ([]byte, []int)

func (*CSODACLobby) GetCompatibilityVersion

func (m *CSODACLobby) GetCompatibilityVersion() uint32

func (*CSODACLobby) GetDevIgnoreStagingFiles

func (m *CSODACLobby) GetDevIgnoreStagingFiles() bool

func (*CSODACLobby) GetGameMode

func (m *CSODACLobby) GetGameMode() EDACGameMode

func (*CSODACLobby) GetLobbyId

func (m *CSODACLobby) GetLobbyId() uint64

func (*CSODACLobby) GetMatchId

func (m *CSODACLobby) GetMatchId() uint64

func (*CSODACLobby) GetMatchMode

func (m *CSODACLobby) GetMatchMode() EDACMatchMode

func (*CSODACLobby) GetServerState

func (m *CSODACLobby) GetServerState() ELobbyServerState

func (*CSODACLobby) GetServerSteamId

func (m *CSODACLobby) GetServerSteamId() uint64

func (*CSODACLobby) GetServerVersion

func (m *CSODACLobby) GetServerVersion() uint32

func (*CSODACLobby) GetUdpConnectIp

func (m *CSODACLobby) GetUdpConnectIp() uint32

func (*CSODACLobby) GetUdpConnectPort

func (m *CSODACLobby) GetUdpConnectPort() uint32

func (*CSODACLobby) ProtoMessage

func (*CSODACLobby) ProtoMessage()

func (*CSODACLobby) Reset

func (m *CSODACLobby) Reset()

func (*CSODACLobby) String

func (m *CSODACLobby) String() string

func (*CSODACLobby) XXX_DiscardUnknown

func (m *CSODACLobby) XXX_DiscardUnknown()

func (*CSODACLobby) XXX_Marshal

func (m *CSODACLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACLobby) XXX_Merge

func (m *CSODACLobby) XXX_Merge(src proto.Message)

func (*CSODACLobby) XXX_Size

func (m *CSODACLobby) XXX_Size() int

func (*CSODACLobby) XXX_Unmarshal

func (m *CSODACLobby) XXX_Unmarshal(b []byte) error

type CSODACParty

type CSODACParty struct {
	PartyId              *uint64                   `protobuf:"varint,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	Members              []*CSODACParty_Member     `protobuf:"bytes,2,rep,name=members" json:"members,omitempty"`
	Invites              []*CSODACParty_Invite     `protobuf:"bytes,3,rep,name=invites" json:"invites,omitempty"`
	InMatchMaking        *bool                     `protobuf:"varint,5,opt,name=in_match_making,json=inMatchMaking" json:"in_match_making,omitempty"`
	PartyPassword        *string                   `protobuf:"bytes,6,opt,name=party_password,json=partyPassword" json:"party_password,omitempty"`
	LeftMembers          []*CSODACParty_LeftMember `protobuf:"bytes,10,rep,name=left_members,json=leftMembers" json:"left_members,omitempty"`
	JoinCode             *uint64                   `protobuf:"varint,11,opt,name=join_code,json=joinCode" json:"join_code,omitempty"`
	BotDifficulty        *EDACBotDifficulty        `` /* 133-byte string literal not displayed */
	UseCustomModifier    *bool                     `protobuf:"varint,13,opt,name=use_custom_modifier,json=useCustomModifier" json:"use_custom_modifier,omitempty"`
	CustomModifier       *CMsgGameModifiers        `protobuf:"bytes,14,opt,name=custom_modifier,json=customModifier" json:"custom_modifier,omitempty"`
	Teams                []*CSODACParty_TeamInfo   `protobuf:"bytes,15,rep,name=teams" json:"teams,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*CSODACParty) Descriptor

func (*CSODACParty) Descriptor() ([]byte, []int)

func (*CSODACParty) GetBotDifficulty

func (m *CSODACParty) GetBotDifficulty() EDACBotDifficulty

func (*CSODACParty) GetCustomModifier

func (m *CSODACParty) GetCustomModifier() *CMsgGameModifiers

func (*CSODACParty) GetInMatchMaking

func (m *CSODACParty) GetInMatchMaking() bool

func (*CSODACParty) GetInvites

func (m *CSODACParty) GetInvites() []*CSODACParty_Invite

func (*CSODACParty) GetJoinCode

func (m *CSODACParty) GetJoinCode() uint64

func (*CSODACParty) GetLeftMembers

func (m *CSODACParty) GetLeftMembers() []*CSODACParty_LeftMember

func (*CSODACParty) GetMembers

func (m *CSODACParty) GetMembers() []*CSODACParty_Member

func (*CSODACParty) GetPartyId

func (m *CSODACParty) GetPartyId() uint64

func (*CSODACParty) GetPartyPassword

func (m *CSODACParty) GetPartyPassword() string

func (*CSODACParty) GetTeams

func (m *CSODACParty) GetTeams() []*CSODACParty_TeamInfo

func (*CSODACParty) GetUseCustomModifier

func (m *CSODACParty) GetUseCustomModifier() bool

func (*CSODACParty) ProtoMessage

func (*CSODACParty) ProtoMessage()

func (*CSODACParty) Reset

func (m *CSODACParty) Reset()

func (*CSODACParty) String

func (m *CSODACParty) String() string

func (*CSODACParty) XXX_DiscardUnknown

func (m *CSODACParty) XXX_DiscardUnknown()

func (*CSODACParty) XXX_Marshal

func (m *CSODACParty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACParty) XXX_Merge

func (m *CSODACParty) XXX_Merge(src proto.Message)

func (*CSODACParty) XXX_Size

func (m *CSODACParty) XXX_Size() int

func (*CSODACParty) XXX_Unmarshal

func (m *CSODACParty) XXX_Unmarshal(b []byte) error

type CSODACParty_EMemberRights

type CSODACParty_EMemberRights int32
const (
	CSODACParty_k_eMemberRights_Admin        CSODACParty_EMemberRights = 1
	CSODACParty_k_eMemberRights_Creator      CSODACParty_EMemberRights = 2
	CSODACParty_k_eMemberRights_RankedMM     CSODACParty_EMemberRights = 4
	CSODACParty_k_eMemberRights_HighRankedMM CSODACParty_EMemberRights = 8
)

func (CSODACParty_EMemberRights) Enum

func (CSODACParty_EMemberRights) EnumDescriptor

func (CSODACParty_EMemberRights) EnumDescriptor() ([]byte, []int)

func (CSODACParty_EMemberRights) String

func (x CSODACParty_EMemberRights) String() string

func (*CSODACParty_EMemberRights) UnmarshalJSON

func (x *CSODACParty_EMemberRights) UnmarshalJSON(data []byte) error

type CSODACParty_EPlayerType

type CSODACParty_EPlayerType int32
const (
	CSODACParty_k_ePlayerType_Player    CSODACParty_EPlayerType = 0
	CSODACParty_k_ePlayerType_Spectator CSODACParty_EPlayerType = 1
)
const Default_CSODACParty_LeftMember_PlayerType CSODACParty_EPlayerType = CSODACParty_k_ePlayerType_Player
const Default_CSODACParty_Member_PlayerType CSODACParty_EPlayerType = CSODACParty_k_ePlayerType_Player

func (CSODACParty_EPlayerType) Enum

func (CSODACParty_EPlayerType) EnumDescriptor

func (CSODACParty_EPlayerType) EnumDescriptor() ([]byte, []int)

func (CSODACParty_EPlayerType) String

func (x CSODACParty_EPlayerType) String() string

func (*CSODACParty_EPlayerType) UnmarshalJSON

func (x *CSODACParty_EPlayerType) UnmarshalJSON(data []byte) error

type CSODACParty_ETeamFlags

type CSODACParty_ETeamFlags int32
const (
	CSODACParty_k_eTeamFlags_CanRename      CSODACParty_ETeamFlags = 1
	CSODACParty_k_eTeamFlags_RenameCooldown CSODACParty_ETeamFlags = 2
)

func (CSODACParty_ETeamFlags) Enum

func (CSODACParty_ETeamFlags) EnumDescriptor

func (CSODACParty_ETeamFlags) EnumDescriptor() ([]byte, []int)

func (CSODACParty_ETeamFlags) String

func (x CSODACParty_ETeamFlags) String() string

func (*CSODACParty_ETeamFlags) UnmarshalJSON

func (x *CSODACParty_ETeamFlags) UnmarshalJSON(data []byte) error

type CSODACParty_Invite

type CSODACParty_Invite struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PersonaName          *string  `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	InvitedBy            *uint32  `protobuf:"varint,3,opt,name=invited_by,json=invitedBy" json:"invited_by,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSODACParty_Invite) Descriptor

func (*CSODACParty_Invite) Descriptor() ([]byte, []int)

func (*CSODACParty_Invite) GetAccountId

func (m *CSODACParty_Invite) GetAccountId() uint32

func (*CSODACParty_Invite) GetInvitedBy

func (m *CSODACParty_Invite) GetInvitedBy() uint32

func (*CSODACParty_Invite) GetPersonaName

func (m *CSODACParty_Invite) GetPersonaName() string

func (*CSODACParty_Invite) ProtoMessage

func (*CSODACParty_Invite) ProtoMessage()

func (*CSODACParty_Invite) Reset

func (m *CSODACParty_Invite) Reset()

func (*CSODACParty_Invite) String

func (m *CSODACParty_Invite) String() string

func (*CSODACParty_Invite) XXX_DiscardUnknown

func (m *CSODACParty_Invite) XXX_DiscardUnknown()

func (*CSODACParty_Invite) XXX_Marshal

func (m *CSODACParty_Invite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACParty_Invite) XXX_Merge

func (m *CSODACParty_Invite) XXX_Merge(src proto.Message)

func (*CSODACParty_Invite) XXX_Size

func (m *CSODACParty_Invite) XXX_Size() int

func (*CSODACParty_Invite) XXX_Unmarshal

func (m *CSODACParty_Invite) XXX_Unmarshal(b []byte) error

type CSODACParty_LeftMember

type CSODACParty_LeftMember struct {
	AccountId            *uint32                  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	RightsFlags          *uint32                  `protobuf:"varint,2,opt,name=rights_flags,json=rightsFlags" json:"rights_flags,omitempty"`
	PlayerType           *CSODACParty_EPlayerType `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CSODACParty_LeftMember) Descriptor

func (*CSODACParty_LeftMember) Descriptor() ([]byte, []int)

func (*CSODACParty_LeftMember) GetAccountId

func (m *CSODACParty_LeftMember) GetAccountId() uint32

func (*CSODACParty_LeftMember) GetPlayerType

func (*CSODACParty_LeftMember) GetRightsFlags

func (m *CSODACParty_LeftMember) GetRightsFlags() uint32

func (*CSODACParty_LeftMember) ProtoMessage

func (*CSODACParty_LeftMember) ProtoMessage()

func (*CSODACParty_LeftMember) Reset

func (m *CSODACParty_LeftMember) Reset()

func (*CSODACParty_LeftMember) String

func (m *CSODACParty_LeftMember) String() string

func (*CSODACParty_LeftMember) XXX_DiscardUnknown

func (m *CSODACParty_LeftMember) XXX_DiscardUnknown()

func (*CSODACParty_LeftMember) XXX_Marshal

func (m *CSODACParty_LeftMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACParty_LeftMember) XXX_Merge

func (m *CSODACParty_LeftMember) XXX_Merge(src proto.Message)

func (*CSODACParty_LeftMember) XXX_Size

func (m *CSODACParty_LeftMember) XXX_Size() int

func (*CSODACParty_LeftMember) XXX_Unmarshal

func (m *CSODACParty_LeftMember) XXX_Unmarshal(b []byte) error

type CSODACParty_Member

type CSODACParty_Member struct {
	AccountId            *uint32                  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PersonaName          *string                  `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	RightsFlags          *uint32                  `protobuf:"varint,3,opt,name=rights_flags,json=rightsFlags" json:"rights_flags,omitempty"`
	IsReady              *bool                    `protobuf:"varint,4,opt,name=is_ready,json=isReady" json:"is_ready,omitempty"`
	PlayerType           *CSODACParty_EPlayerType `` /* 129-byte string literal not displayed */
	CompatibilityVersion *uint32                  `protobuf:"varint,6,opt,name=compatibility_version,json=compatibilityVersion" json:"compatibility_version,omitempty"`
	Platform             *EDACPlatform            `protobuf:"varint,7,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	Team                 *uint32                  `protobuf:"varint,8,opt,name=team" json:"team,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CSODACParty_Member) Descriptor

func (*CSODACParty_Member) Descriptor() ([]byte, []int)

func (*CSODACParty_Member) GetAccountId

func (m *CSODACParty_Member) GetAccountId() uint32

func (*CSODACParty_Member) GetCompatibilityVersion

func (m *CSODACParty_Member) GetCompatibilityVersion() uint32

func (*CSODACParty_Member) GetIsReady

func (m *CSODACParty_Member) GetIsReady() bool

func (*CSODACParty_Member) GetPersonaName

func (m *CSODACParty_Member) GetPersonaName() string

func (*CSODACParty_Member) GetPlatform

func (m *CSODACParty_Member) GetPlatform() EDACPlatform

func (*CSODACParty_Member) GetPlayerType

func (m *CSODACParty_Member) GetPlayerType() CSODACParty_EPlayerType

func (*CSODACParty_Member) GetRightsFlags

func (m *CSODACParty_Member) GetRightsFlags() uint32

func (*CSODACParty_Member) GetTeam

func (m *CSODACParty_Member) GetTeam() uint32

func (*CSODACParty_Member) ProtoMessage

func (*CSODACParty_Member) ProtoMessage()

func (*CSODACParty_Member) Reset

func (m *CSODACParty_Member) Reset()

func (*CSODACParty_Member) String

func (m *CSODACParty_Member) String() string

func (*CSODACParty_Member) XXX_DiscardUnknown

func (m *CSODACParty_Member) XXX_DiscardUnknown()

func (*CSODACParty_Member) XXX_Marshal

func (m *CSODACParty_Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACParty_Member) XXX_Merge

func (m *CSODACParty_Member) XXX_Merge(src proto.Message)

func (*CSODACParty_Member) XXX_Size

func (m *CSODACParty_Member) XXX_Size() int

func (*CSODACParty_Member) XXX_Unmarshal

func (m *CSODACParty_Member) XXX_Unmarshal(b []byte) error

type CSODACParty_TeamInfo

type CSODACParty_TeamInfo struct {
	AccountIds           []uint32 `protobuf:"varint,1,rep,packed,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	TeamName             *string  `protobuf:"bytes,2,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	FirstPlayed          *uint32  `protobuf:"varint,3,opt,name=first_played,json=firstPlayed" json:"first_played,omitempty"`
	GamesPlayed          *uint32  `protobuf:"varint,4,opt,name=games_played,json=gamesPlayed" json:"games_played,omitempty"`
	NumFirstPlace        *uint32  `protobuf:"varint,6,opt,name=num_first_place,json=numFirstPlace" json:"num_first_place,omitempty"`
	NumTopThree          *uint32  `protobuf:"varint,7,opt,name=num_top_three,json=numTopThree" json:"num_top_three,omitempty"`
	MmrLevel             *uint32  `protobuf:"varint,8,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	MmrLevelProgress     *uint32  `protobuf:"varint,9,opt,name=mmr_level_progress,json=mmrLevelProgress" json:"mmr_level_progress,omitempty"`
	MmrLevelScore        *uint32  `protobuf:"varint,10,opt,name=mmr_level_score,json=mmrLevelScore" json:"mmr_level_score,omitempty"`
	Flags                *uint32  `protobuf:"varint,11,opt,name=flags" json:"flags,omitempty"`
	LeaderboardPlace     *uint32  `protobuf:"varint,12,opt,name=leaderboard_place,json=leaderboardPlace" json:"leaderboard_place,omitempty"`
	GamesToUnlockRename  *uint32  `protobuf:"varint,13,opt,name=games_to_unlock_rename,json=gamesToUnlockRename" json:"games_to_unlock_rename,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSODACParty_TeamInfo) Descriptor

func (*CSODACParty_TeamInfo) Descriptor() ([]byte, []int)

func (*CSODACParty_TeamInfo) GetAccountIds

func (m *CSODACParty_TeamInfo) GetAccountIds() []uint32

func (*CSODACParty_TeamInfo) GetFirstPlayed

func (m *CSODACParty_TeamInfo) GetFirstPlayed() uint32

func (*CSODACParty_TeamInfo) GetFlags

func (m *CSODACParty_TeamInfo) GetFlags() uint32

func (*CSODACParty_TeamInfo) GetGamesPlayed

func (m *CSODACParty_TeamInfo) GetGamesPlayed() uint32

func (*CSODACParty_TeamInfo) GetGamesToUnlockRename

func (m *CSODACParty_TeamInfo) GetGamesToUnlockRename() uint32

func (*CSODACParty_TeamInfo) GetLeaderboardPlace

func (m *CSODACParty_TeamInfo) GetLeaderboardPlace() uint32

func (*CSODACParty_TeamInfo) GetMmrLevel

func (m *CSODACParty_TeamInfo) GetMmrLevel() uint32

func (*CSODACParty_TeamInfo) GetMmrLevelProgress

func (m *CSODACParty_TeamInfo) GetMmrLevelProgress() uint32

func (*CSODACParty_TeamInfo) GetMmrLevelScore

func (m *CSODACParty_TeamInfo) GetMmrLevelScore() uint32

func (*CSODACParty_TeamInfo) GetNumFirstPlace

func (m *CSODACParty_TeamInfo) GetNumFirstPlace() uint32

func (*CSODACParty_TeamInfo) GetNumTopThree

func (m *CSODACParty_TeamInfo) GetNumTopThree() uint32

func (*CSODACParty_TeamInfo) GetTeamName

func (m *CSODACParty_TeamInfo) GetTeamName() string

func (*CSODACParty_TeamInfo) ProtoMessage

func (*CSODACParty_TeamInfo) ProtoMessage()

func (*CSODACParty_TeamInfo) Reset

func (m *CSODACParty_TeamInfo) Reset()

func (*CSODACParty_TeamInfo) String

func (m *CSODACParty_TeamInfo) String() string

func (*CSODACParty_TeamInfo) XXX_DiscardUnknown

func (m *CSODACParty_TeamInfo) XXX_DiscardUnknown()

func (*CSODACParty_TeamInfo) XXX_Marshal

func (m *CSODACParty_TeamInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACParty_TeamInfo) XXX_Merge

func (m *CSODACParty_TeamInfo) XXX_Merge(src proto.Message)

func (*CSODACParty_TeamInfo) XXX_Size

func (m *CSODACParty_TeamInfo) XXX_Size() int

func (*CSODACParty_TeamInfo) XXX_Unmarshal

func (m *CSODACParty_TeamInfo) XXX_Unmarshal(b []byte) error

type CSODACServerDynamicLobby

type CSODACServerDynamicLobby struct {
	LobbyId              *uint64  `protobuf:"varint,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	LeftAccountIds       []uint32 `protobuf:"varint,2,rep,packed,name=left_account_ids,json=leftAccountIds" json:"left_account_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSODACServerDynamicLobby) Descriptor

func (*CSODACServerDynamicLobby) Descriptor() ([]byte, []int)

func (*CSODACServerDynamicLobby) GetLeftAccountIds

func (m *CSODACServerDynamicLobby) GetLeftAccountIds() []uint32

func (*CSODACServerDynamicLobby) GetLobbyId

func (m *CSODACServerDynamicLobby) GetLobbyId() uint64

func (*CSODACServerDynamicLobby) ProtoMessage

func (*CSODACServerDynamicLobby) ProtoMessage()

func (*CSODACServerDynamicLobby) Reset

func (m *CSODACServerDynamicLobby) Reset()

func (*CSODACServerDynamicLobby) String

func (m *CSODACServerDynamicLobby) String() string

func (*CSODACServerDynamicLobby) XXX_DiscardUnknown

func (m *CSODACServerDynamicLobby) XXX_DiscardUnknown()

func (*CSODACServerDynamicLobby) XXX_Marshal

func (m *CSODACServerDynamicLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACServerDynamicLobby) XXX_Merge

func (m *CSODACServerDynamicLobby) XXX_Merge(src proto.Message)

func (*CSODACServerDynamicLobby) XXX_Size

func (m *CSODACServerDynamicLobby) XXX_Size() int

func (*CSODACServerDynamicLobby) XXX_Unmarshal

func (m *CSODACServerDynamicLobby) XXX_Unmarshal(b []byte) error

type CSODACServerStaticLobby

type CSODACServerStaticLobby struct {
	ExtraMessages        []*CExtraMsgBlock                 `protobuf:"bytes,1,rep,name=extra_messages,json=extraMessages" json:"extra_messages,omitempty"`
	ServerSteamId        *uint64                           `protobuf:"fixed64,2,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	LobbyId              *uint64                           `protobuf:"varint,3,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	ReplaySalt           *uint32                           `protobuf:"fixed32,4,opt,name=replay_salt,json=replaySalt" json:"replay_salt,omitempty"`
	ActiveEventId        *uint32                           `protobuf:"varint,5,opt,name=active_event_id,json=activeEventId" json:"active_event_id,omitempty"`
	Members              []*CSODACServerStaticLobby_Member `protobuf:"bytes,6,rep,name=members" json:"members,omitempty"`
	TrustedServer        *bool                             `protobuf:"varint,7,opt,name=trusted_server,json=trustedServer" json:"trusted_server,omitempty"`
	BotDifficulty        *EDACBotDifficulty                `` /* 132-byte string literal not displayed */
	TeamInfo             []*CMsgTeamInfo                   `protobuf:"bytes,9,rep,name=team_info,json=teamInfo" json:"team_info,omitempty"`
	GameModeSettings     *CMsgGameModeSettings             `protobuf:"bytes,10,opt,name=game_mode_settings,json=gameModeSettings" json:"game_mode_settings,omitempty"`
	FeatureControls      *string                           `protobuf:"bytes,11,opt,name=feature_controls,json=featureControls" json:"feature_controls,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*CSODACServerStaticLobby) Descriptor

func (*CSODACServerStaticLobby) Descriptor() ([]byte, []int)

func (*CSODACServerStaticLobby) GetActiveEventId

func (m *CSODACServerStaticLobby) GetActiveEventId() uint32

func (*CSODACServerStaticLobby) GetBotDifficulty

func (m *CSODACServerStaticLobby) GetBotDifficulty() EDACBotDifficulty

func (*CSODACServerStaticLobby) GetExtraMessages

func (m *CSODACServerStaticLobby) GetExtraMessages() []*CExtraMsgBlock

func (*CSODACServerStaticLobby) GetFeatureControls

func (m *CSODACServerStaticLobby) GetFeatureControls() string

func (*CSODACServerStaticLobby) GetGameModeSettings

func (m *CSODACServerStaticLobby) GetGameModeSettings() *CMsgGameModeSettings

func (*CSODACServerStaticLobby) GetLobbyId

func (m *CSODACServerStaticLobby) GetLobbyId() uint64

func (*CSODACServerStaticLobby) GetMembers

func (*CSODACServerStaticLobby) GetReplaySalt

func (m *CSODACServerStaticLobby) GetReplaySalt() uint32

func (*CSODACServerStaticLobby) GetServerSteamId

func (m *CSODACServerStaticLobby) GetServerSteamId() uint64

func (*CSODACServerStaticLobby) GetTeamInfo

func (m *CSODACServerStaticLobby) GetTeamInfo() []*CMsgTeamInfo

func (*CSODACServerStaticLobby) GetTrustedServer

func (m *CSODACServerStaticLobby) GetTrustedServer() bool

func (*CSODACServerStaticLobby) ProtoMessage

func (*CSODACServerStaticLobby) ProtoMessage()

func (*CSODACServerStaticLobby) Reset

func (m *CSODACServerStaticLobby) Reset()

func (*CSODACServerStaticLobby) String

func (m *CSODACServerStaticLobby) String() string

func (*CSODACServerStaticLobby) XXX_DiscardUnknown

func (m *CSODACServerStaticLobby) XXX_DiscardUnknown()

func (*CSODACServerStaticLobby) XXX_Marshal

func (m *CSODACServerStaticLobby) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACServerStaticLobby) XXX_Merge

func (m *CSODACServerStaticLobby) XXX_Merge(src proto.Message)

func (*CSODACServerStaticLobby) XXX_Size

func (m *CSODACServerStaticLobby) XXX_Size() int

func (*CSODACServerStaticLobby) XXX_Unmarshal

func (m *CSODACServerStaticLobby) XXX_Unmarshal(b []byte) error

type CSODACServerStaticLobby_Member

type CSODACServerStaticLobby_Member struct {
	AccountId             *uint32        `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PersonaName           *string        `protobuf:"bytes,2,opt,name=persona_name,json=personaName" json:"persona_name,omitempty"`
	Team                  *EDACLobbyTeam `protobuf:"varint,3,opt,name=team,enum=protocol.EDACLobbyTeam,def=0" json:"team,omitempty"`
	PlayerSlot            *uint32        `protobuf:"varint,4,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	AiType                *EDACAIType    `protobuf:"varint,5,opt,name=ai_type,json=aiType,enum=protocol.EDACAIType,def=0" json:"ai_type,omitempty"`
	PartyIndex            *uint32        `protobuf:"varint,6,opt,name=party_index,json=partyIndex" json:"party_index,omitempty"`
	Platform              *EDACPlatform  `protobuf:"varint,7,opt,name=platform,enum=protocol.EDACPlatform,def=0" json:"platform,omitempty"`
	ChatMuted             *bool          `protobuf:"varint,8,opt,name=chat_muted,json=chatMuted" json:"chat_muted,omitempty"`
	ActiveChallengeSlotId *uint32        `protobuf:"varint,9,opt,name=active_challenge_slot_id,json=activeChallengeSlotId" json:"active_challenge_slot_id,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}       `json:"-"`
	XXX_unrecognized      []byte         `json:"-"`
	XXX_sizecache         int32          `json:"-"`
}

func (*CSODACServerStaticLobby_Member) Descriptor

func (*CSODACServerStaticLobby_Member) Descriptor() ([]byte, []int)

func (*CSODACServerStaticLobby_Member) GetAccountId

func (m *CSODACServerStaticLobby_Member) GetAccountId() uint32

func (*CSODACServerStaticLobby_Member) GetActiveChallengeSlotId

func (m *CSODACServerStaticLobby_Member) GetActiveChallengeSlotId() uint32

func (*CSODACServerStaticLobby_Member) GetAiType

func (*CSODACServerStaticLobby_Member) GetChatMuted

func (m *CSODACServerStaticLobby_Member) GetChatMuted() bool

func (*CSODACServerStaticLobby_Member) GetPartyIndex

func (m *CSODACServerStaticLobby_Member) GetPartyIndex() uint32

func (*CSODACServerStaticLobby_Member) GetPersonaName

func (m *CSODACServerStaticLobby_Member) GetPersonaName() string

func (*CSODACServerStaticLobby_Member) GetPlatform

func (*CSODACServerStaticLobby_Member) GetPlayerSlot

func (m *CSODACServerStaticLobby_Member) GetPlayerSlot() uint32

func (*CSODACServerStaticLobby_Member) GetTeam

func (*CSODACServerStaticLobby_Member) ProtoMessage

func (*CSODACServerStaticLobby_Member) ProtoMessage()

func (*CSODACServerStaticLobby_Member) Reset

func (m *CSODACServerStaticLobby_Member) Reset()

func (*CSODACServerStaticLobby_Member) String

func (*CSODACServerStaticLobby_Member) XXX_DiscardUnknown

func (m *CSODACServerStaticLobby_Member) XXX_DiscardUnknown()

func (*CSODACServerStaticLobby_Member) XXX_Marshal

func (m *CSODACServerStaticLobby_Member) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSODACServerStaticLobby_Member) XXX_Merge

func (m *CSODACServerStaticLobby_Member) XXX_Merge(src proto.Message)

func (*CSODACServerStaticLobby_Member) XXX_Size

func (m *CSODACServerStaticLobby_Member) XXX_Size() int

func (*CSODACServerStaticLobby_Member) XXX_Unmarshal

func (m *CSODACServerStaticLobby_Member) 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 CSOGameAccountClient

type CSOGameAccountClient struct {
	AccountId                    *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MmrLevel                     *uint32  `protobuf:"varint,2,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	MmrLeaderboard               *uint32  `protobuf:"varint,3,opt,name=mmr_leaderboard,json=mmrLeaderboard" json:"mmr_leaderboard,omitempty"`
	Flags                        *uint64  `protobuf:"varint,4,opt,name=flags" json:"flags,omitempty"`
	UnlockRankedProgress         *uint32  `protobuf:"varint,5,opt,name=unlock_ranked_progress,json=unlockRankedProgress" json:"unlock_ranked_progress,omitempty"`
	MmrLevelPartialProgress      *float32 `` /* 129-byte string literal not displayed */
	MmrLevelScore                *uint32  `protobuf:"varint,8,opt,name=mmr_level_score,json=mmrLevelScore" json:"mmr_level_score,omitempty"`
	MmBanTimeStamp               *uint32  `protobuf:"varint,9,opt,name=mm_ban_time_stamp,json=mmBanTimeStamp" json:"mm_ban_time_stamp,omitempty"`
	MmBanReason                  *uint32  `protobuf:"varint,10,opt,name=mm_ban_reason,json=mmBanReason" json:"mm_ban_reason,omitempty"`
	MmRankedBanTimeStamp         *uint32  `protobuf:"varint,11,opt,name=mm_ranked_ban_time_stamp,json=mmRankedBanTimeStamp" json:"mm_ranked_ban_time_stamp,omitempty"`
	MmRankedBanReason            *uint32  `protobuf:"varint,12,opt,name=mm_ranked_ban_reason,json=mmRankedBanReason" json:"mm_ranked_ban_reason,omitempty"`
	Credits                      *uint32  `protobuf:"varint,13,opt,name=credits" json:"credits,omitempty"`
	TurboMmrLevel                *uint32  `protobuf:"varint,14,opt,name=turbo_mmr_level,json=turboMmrLevel" json:"turbo_mmr_level,omitempty"`
	TurboMmrLeaderboard          *uint32  `protobuf:"varint,15,opt,name=turbo_mmr_leaderboard,json=turboMmrLeaderboard" json:"turbo_mmr_leaderboard,omitempty"`
	TurboMmrLevelPartialProgress *float32 `` /* 147-byte string literal not displayed */
	TurboMmrLevelScore           *uint32  `protobuf:"varint,17,opt,name=turbo_mmr_level_score,json=turboMmrLevelScore" json:"turbo_mmr_level_score,omitempty"`
	Wins_1St                     *uint32  `protobuf:"varint,18,opt,name=wins_1st,json=wins1st" json:"wins_1st,omitempty"`
	Wins_2Nd                     *uint32  `protobuf:"varint,19,opt,name=wins_2nd,json=wins2nd" json:"wins_2nd,omitempty"`
	Wins_3Rd                     *uint32  `protobuf:"varint,20,opt,name=wins_3rd,json=wins3rd" json:"wins_3rd,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*CSOGameAccountClient) Descriptor

func (*CSOGameAccountClient) Descriptor() ([]byte, []int)

func (*CSOGameAccountClient) GetAccountId

func (m *CSOGameAccountClient) GetAccountId() uint32

func (*CSOGameAccountClient) GetCredits

func (m *CSOGameAccountClient) GetCredits() uint32

func (*CSOGameAccountClient) GetFlags

func (m *CSOGameAccountClient) GetFlags() uint64

func (*CSOGameAccountClient) GetMmBanReason

func (m *CSOGameAccountClient) GetMmBanReason() uint32

func (*CSOGameAccountClient) GetMmBanTimeStamp

func (m *CSOGameAccountClient) GetMmBanTimeStamp() uint32

func (*CSOGameAccountClient) GetMmRankedBanReason

func (m *CSOGameAccountClient) GetMmRankedBanReason() uint32

func (*CSOGameAccountClient) GetMmRankedBanTimeStamp

func (m *CSOGameAccountClient) GetMmRankedBanTimeStamp() uint32

func (*CSOGameAccountClient) GetMmrLeaderboard

func (m *CSOGameAccountClient) GetMmrLeaderboard() uint32

func (*CSOGameAccountClient) GetMmrLevel

func (m *CSOGameAccountClient) GetMmrLevel() uint32

func (*CSOGameAccountClient) GetMmrLevelPartialProgress

func (m *CSOGameAccountClient) GetMmrLevelPartialProgress() float32

func (*CSOGameAccountClient) GetMmrLevelScore

func (m *CSOGameAccountClient) GetMmrLevelScore() uint32

func (*CSOGameAccountClient) GetTurboMmrLeaderboard

func (m *CSOGameAccountClient) GetTurboMmrLeaderboard() uint32

func (*CSOGameAccountClient) GetTurboMmrLevel

func (m *CSOGameAccountClient) GetTurboMmrLevel() uint32

func (*CSOGameAccountClient) GetTurboMmrLevelPartialProgress

func (m *CSOGameAccountClient) GetTurboMmrLevelPartialProgress() float32

func (*CSOGameAccountClient) GetTurboMmrLevelScore

func (m *CSOGameAccountClient) GetTurboMmrLevelScore() uint32

func (*CSOGameAccountClient) GetUnlockRankedProgress

func (m *CSOGameAccountClient) GetUnlockRankedProgress() uint32

func (*CSOGameAccountClient) GetWins_1St

func (m *CSOGameAccountClient) GetWins_1St() uint32

func (*CSOGameAccountClient) GetWins_2Nd

func (m *CSOGameAccountClient) GetWins_2Nd() uint32

func (*CSOGameAccountClient) GetWins_3Rd

func (m *CSOGameAccountClient) GetWins_3Rd() uint32

func (*CSOGameAccountClient) ProtoMessage

func (*CSOGameAccountClient) ProtoMessage()

func (*CSOGameAccountClient) Reset

func (m *CSOGameAccountClient) Reset()

func (*CSOGameAccountClient) String

func (m *CSOGameAccountClient) String() string

func (*CSOGameAccountClient) XXX_DiscardUnknown

func (m *CSOGameAccountClient) XXX_DiscardUnknown()

func (*CSOGameAccountClient) XXX_Marshal

func (m *CSOGameAccountClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSOGameAccountClient) XXX_Merge

func (m *CSOGameAccountClient) XXX_Merge(src proto.Message)

func (*CSOGameAccountClient) XXX_Size

func (m *CSOGameAccountClient) XXX_Size() int

func (*CSOGameAccountClient) XXX_Unmarshal

func (m *CSOGameAccountClient) 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 CSVCMsgList_GameEvents

type CSVCMsgList_GameEvents struct {
	Events               []*CSVCMsgList_GameEventsEventT `protobuf:"bytes,1,rep,name=events" json:"events,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CSVCMsgList_GameEvents) Descriptor

func (*CSVCMsgList_GameEvents) Descriptor() ([]byte, []int)

func (*CSVCMsgList_GameEvents) GetEvents

func (*CSVCMsgList_GameEvents) ProtoMessage

func (*CSVCMsgList_GameEvents) ProtoMessage()

func (*CSVCMsgList_GameEvents) Reset

func (m *CSVCMsgList_GameEvents) Reset()

func (*CSVCMsgList_GameEvents) String

func (m *CSVCMsgList_GameEvents) String() string

func (*CSVCMsgList_GameEvents) XXX_DiscardUnknown

func (m *CSVCMsgList_GameEvents) XXX_DiscardUnknown()

func (*CSVCMsgList_GameEvents) XXX_Marshal

func (m *CSVCMsgList_GameEvents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsgList_GameEvents) XXX_Merge

func (m *CSVCMsgList_GameEvents) XXX_Merge(src proto.Message)

func (*CSVCMsgList_GameEvents) XXX_Size

func (m *CSVCMsgList_GameEvents) XXX_Size() int

func (*CSVCMsgList_GameEvents) XXX_Unmarshal

func (m *CSVCMsgList_GameEvents) XXX_Unmarshal(b []byte) error

type CSVCMsgList_GameEventsEventT

type CSVCMsgList_GameEventsEventT struct {
	Tick                 *int32             `protobuf:"varint,1,opt,name=tick" json:"tick,omitempty"`
	Event                *CSVCMsg_GameEvent `protobuf:"bytes,2,opt,name=event" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CSVCMsgList_GameEventsEventT) Descriptor

func (*CSVCMsgList_GameEventsEventT) Descriptor() ([]byte, []int)

func (*CSVCMsgList_GameEventsEventT) GetEvent

func (*CSVCMsgList_GameEventsEventT) GetTick

func (m *CSVCMsgList_GameEventsEventT) GetTick() int32

func (*CSVCMsgList_GameEventsEventT) ProtoMessage

func (*CSVCMsgList_GameEventsEventT) ProtoMessage()

func (*CSVCMsgList_GameEventsEventT) Reset

func (m *CSVCMsgList_GameEventsEventT) Reset()

func (*CSVCMsgList_GameEventsEventT) String

func (*CSVCMsgList_GameEventsEventT) XXX_DiscardUnknown

func (m *CSVCMsgList_GameEventsEventT) XXX_DiscardUnknown()

func (*CSVCMsgList_GameEventsEventT) XXX_Marshal

func (m *CSVCMsgList_GameEventsEventT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsgList_GameEventsEventT) XXX_Merge

func (m *CSVCMsgList_GameEventsEventT) XXX_Merge(src proto.Message)

func (*CSVCMsgList_GameEventsEventT) XXX_Size

func (m *CSVCMsgList_GameEventsEventT) XXX_Size() int

func (*CSVCMsgList_GameEventsEventT) XXX_Unmarshal

func (m *CSVCMsgList_GameEventsEventT) XXX_Unmarshal(b []byte) error

type CSVCMsgList_UserMessages

type CSVCMsgList_UserMessages struct {
	Usermsgs             []*CSVCMsgList_UserMessagesUsermsgT `protobuf:"bytes,1,rep,name=usermsgs" json:"usermsgs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*CSVCMsgList_UserMessages) Descriptor

func (*CSVCMsgList_UserMessages) Descriptor() ([]byte, []int)

func (*CSVCMsgList_UserMessages) GetUsermsgs

func (*CSVCMsgList_UserMessages) ProtoMessage

func (*CSVCMsgList_UserMessages) ProtoMessage()

func (*CSVCMsgList_UserMessages) Reset

func (m *CSVCMsgList_UserMessages) Reset()

func (*CSVCMsgList_UserMessages) String

func (m *CSVCMsgList_UserMessages) String() string

func (*CSVCMsgList_UserMessages) XXX_DiscardUnknown

func (m *CSVCMsgList_UserMessages) XXX_DiscardUnknown()

func (*CSVCMsgList_UserMessages) XXX_Marshal

func (m *CSVCMsgList_UserMessages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsgList_UserMessages) XXX_Merge

func (m *CSVCMsgList_UserMessages) XXX_Merge(src proto.Message)

func (*CSVCMsgList_UserMessages) XXX_Size

func (m *CSVCMsgList_UserMessages) XXX_Size() int

func (*CSVCMsgList_UserMessages) XXX_Unmarshal

func (m *CSVCMsgList_UserMessages) XXX_Unmarshal(b []byte) error

type CSVCMsgList_UserMessagesUsermsgT

type CSVCMsgList_UserMessagesUsermsgT struct {
	Tick                 *int32               `protobuf:"varint,1,opt,name=tick" json:"tick,omitempty"`
	Msg                  *CSVCMsg_UserMessage `protobuf:"bytes,2,opt,name=msg" json:"msg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CSVCMsgList_UserMessagesUsermsgT) Descriptor

func (*CSVCMsgList_UserMessagesUsermsgT) Descriptor() ([]byte, []int)

func (*CSVCMsgList_UserMessagesUsermsgT) GetMsg

func (*CSVCMsgList_UserMessagesUsermsgT) GetTick

func (*CSVCMsgList_UserMessagesUsermsgT) ProtoMessage

func (*CSVCMsgList_UserMessagesUsermsgT) ProtoMessage()

func (*CSVCMsgList_UserMessagesUsermsgT) Reset

func (*CSVCMsgList_UserMessagesUsermsgT) String

func (*CSVCMsgList_UserMessagesUsermsgT) XXX_DiscardUnknown

func (m *CSVCMsgList_UserMessagesUsermsgT) XXX_DiscardUnknown()

func (*CSVCMsgList_UserMessagesUsermsgT) XXX_Marshal

func (m *CSVCMsgList_UserMessagesUsermsgT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsgList_UserMessagesUsermsgT) XXX_Merge

func (*CSVCMsgList_UserMessagesUsermsgT) XXX_Size

func (m *CSVCMsgList_UserMessagesUsermsgT) XXX_Size() int

func (*CSVCMsgList_UserMessagesUsermsgT) XXX_Unmarshal

func (m *CSVCMsgList_UserMessagesUsermsgT) XXX_Unmarshal(b []byte) error

type CSVCMsg_GameEvent

type CSVCMsg_GameEvent struct {
	EventName            *string                  `protobuf:"bytes,1,opt,name=event_name,json=eventName" json:"event_name,omitempty"`
	Eventid              *int32                   `protobuf:"varint,2,opt,name=eventid" json:"eventid,omitempty"`
	Keys                 []*CSVCMsg_GameEventKeyT `protobuf:"bytes,3,rep,name=keys" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CSVCMsg_GameEvent) Descriptor

func (*CSVCMsg_GameEvent) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEvent) GetEventName

func (m *CSVCMsg_GameEvent) GetEventName() string

func (*CSVCMsg_GameEvent) GetEventid

func (m *CSVCMsg_GameEvent) GetEventid() int32

func (*CSVCMsg_GameEvent) GetKeys

func (m *CSVCMsg_GameEvent) GetKeys() []*CSVCMsg_GameEventKeyT

func (*CSVCMsg_GameEvent) ProtoMessage

func (*CSVCMsg_GameEvent) ProtoMessage()

func (*CSVCMsg_GameEvent) Reset

func (m *CSVCMsg_GameEvent) Reset()

func (*CSVCMsg_GameEvent) String

func (m *CSVCMsg_GameEvent) String() string

func (*CSVCMsg_GameEvent) XXX_DiscardUnknown

func (m *CSVCMsg_GameEvent) XXX_DiscardUnknown()

func (*CSVCMsg_GameEvent) XXX_Marshal

func (m *CSVCMsg_GameEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsg_GameEvent) XXX_Merge

func (m *CSVCMsg_GameEvent) XXX_Merge(src proto.Message)

func (*CSVCMsg_GameEvent) XXX_Size

func (m *CSVCMsg_GameEvent) XXX_Size() int

func (*CSVCMsg_GameEvent) XXX_Unmarshal

func (m *CSVCMsg_GameEvent) XXX_Unmarshal(b []byte) error

type CSVCMsg_GameEventKeyT

type CSVCMsg_GameEventKeyT struct {
	Type                 *int32   `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	ValString            *string  `protobuf:"bytes,2,opt,name=val_string,json=valString" json:"val_string,omitempty"`
	ValFloat             *float32 `protobuf:"fixed32,3,opt,name=val_float,json=valFloat" json:"val_float,omitempty"`
	ValLong              *int32   `protobuf:"varint,4,opt,name=val_long,json=valLong" json:"val_long,omitempty"`
	ValShort             *int32   `protobuf:"varint,5,opt,name=val_short,json=valShort" json:"val_short,omitempty"`
	ValByte              *int32   `protobuf:"varint,6,opt,name=val_byte,json=valByte" json:"val_byte,omitempty"`
	ValBool              *bool    `protobuf:"varint,7,opt,name=val_bool,json=valBool" json:"val_bool,omitempty"`
	ValUint64            *uint64  `protobuf:"varint,8,opt,name=val_uint64,json=valUint64" json:"val_uint64,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSVCMsg_GameEventKeyT) Descriptor

func (*CSVCMsg_GameEventKeyT) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameEventKeyT) GetType

func (m *CSVCMsg_GameEventKeyT) GetType() int32

func (*CSVCMsg_GameEventKeyT) GetValBool

func (m *CSVCMsg_GameEventKeyT) GetValBool() bool

func (*CSVCMsg_GameEventKeyT) GetValByte

func (m *CSVCMsg_GameEventKeyT) GetValByte() int32

func (*CSVCMsg_GameEventKeyT) GetValFloat

func (m *CSVCMsg_GameEventKeyT) GetValFloat() float32

func (*CSVCMsg_GameEventKeyT) GetValLong

func (m *CSVCMsg_GameEventKeyT) GetValLong() int32

func (*CSVCMsg_GameEventKeyT) GetValShort

func (m *CSVCMsg_GameEventKeyT) GetValShort() int32

func (*CSVCMsg_GameEventKeyT) GetValString

func (m *CSVCMsg_GameEventKeyT) GetValString() string

func (*CSVCMsg_GameEventKeyT) GetValUint64

func (m *CSVCMsg_GameEventKeyT) GetValUint64() uint64

func (*CSVCMsg_GameEventKeyT) ProtoMessage

func (*CSVCMsg_GameEventKeyT) ProtoMessage()

func (*CSVCMsg_GameEventKeyT) Reset

func (m *CSVCMsg_GameEventKeyT) Reset()

func (*CSVCMsg_GameEventKeyT) String

func (m *CSVCMsg_GameEventKeyT) String() string

func (*CSVCMsg_GameEventKeyT) XXX_DiscardUnknown

func (m *CSVCMsg_GameEventKeyT) XXX_DiscardUnknown()

func (*CSVCMsg_GameEventKeyT) XXX_Marshal

func (m *CSVCMsg_GameEventKeyT) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsg_GameEventKeyT) XXX_Merge

func (m *CSVCMsg_GameEventKeyT) XXX_Merge(src proto.Message)

func (*CSVCMsg_GameEventKeyT) XXX_Size

func (m *CSVCMsg_GameEventKeyT) XXX_Size() int

func (*CSVCMsg_GameEventKeyT) XXX_Unmarshal

func (m *CSVCMsg_GameEventKeyT) XXX_Unmarshal(b []byte) error

type CSVCMsg_GameSessionConfiguration

type CSVCMsg_GameSessionConfiguration struct {
	IsMultiplayer        *bool    `protobuf:"varint,1,opt,name=is_multiplayer,json=isMultiplayer" json:"is_multiplayer,omitempty"`
	IsLoadsavegame       *bool    `protobuf:"varint,2,opt,name=is_loadsavegame,json=isLoadsavegame" json:"is_loadsavegame,omitempty"`
	IsBackgroundMap      *bool    `protobuf:"varint,3,opt,name=is_background_map,json=isBackgroundMap" json:"is_background_map,omitempty"`
	IsHeadless           *bool    `protobuf:"varint,4,opt,name=is_headless,json=isHeadless" json:"is_headless,omitempty"`
	MinClientLimit       *uint32  `protobuf:"varint,5,opt,name=min_client_limit,json=minClientLimit" json:"min_client_limit,omitempty"`
	MaxClientLimit       *uint32  `protobuf:"varint,6,opt,name=max_client_limit,json=maxClientLimit" json:"max_client_limit,omitempty"`
	MaxClients           *uint32  `protobuf:"varint,7,opt,name=max_clients,json=maxClients" json:"max_clients,omitempty"`
	TickInterval         *uint32  `protobuf:"fixed32,8,opt,name=tick_interval,json=tickInterval" json:"tick_interval,omitempty"`
	Hostname             *string  `protobuf:"bytes,9,opt,name=hostname" json:"hostname,omitempty"`
	Savegamename         *string  `protobuf:"bytes,10,opt,name=savegamename" json:"savegamename,omitempty"`
	S1Mapname            *string  `protobuf:"bytes,11,opt,name=s1_mapname,json=s1Mapname" json:"s1_mapname,omitempty"`
	Gamemode             *string  `protobuf:"bytes,12,opt,name=gamemode" json:"gamemode,omitempty"`
	ServerIpAddress      *string  `protobuf:"bytes,13,opt,name=server_ip_address,json=serverIpAddress" json:"server_ip_address,omitempty"`
	Data                 []byte   `protobuf:"bytes,14,opt,name=data" json:"data,omitempty"`
	IsLocalonly          *bool    `protobuf:"varint,15,opt,name=is_localonly,json=isLocalonly" json:"is_localonly,omitempty"`
	NoSteamServer        *bool    `protobuf:"varint,19,opt,name=no_steam_server,json=noSteamServer" json:"no_steam_server,omitempty"`
	IsTransition         *bool    `protobuf:"varint,16,opt,name=is_transition,json=isTransition" json:"is_transition,omitempty"`
	Previouslevel        *string  `protobuf:"bytes,17,opt,name=previouslevel" json:"previouslevel,omitempty"`
	Landmarkname         *string  `protobuf:"bytes,18,opt,name=landmarkname" json:"landmarkname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSVCMsg_GameSessionConfiguration) Descriptor

func (*CSVCMsg_GameSessionConfiguration) Descriptor() ([]byte, []int)

func (*CSVCMsg_GameSessionConfiguration) GetData

func (m *CSVCMsg_GameSessionConfiguration) GetData() []byte

func (*CSVCMsg_GameSessionConfiguration) GetGamemode

func (m *CSVCMsg_GameSessionConfiguration) GetGamemode() string

func (*CSVCMsg_GameSessionConfiguration) GetHostname

func (m *CSVCMsg_GameSessionConfiguration) GetHostname() string

func (*CSVCMsg_GameSessionConfiguration) GetIsBackgroundMap

func (m *CSVCMsg_GameSessionConfiguration) GetIsBackgroundMap() bool

func (*CSVCMsg_GameSessionConfiguration) GetIsHeadless

func (m *CSVCMsg_GameSessionConfiguration) GetIsHeadless() bool

func (*CSVCMsg_GameSessionConfiguration) GetIsLoadsavegame

func (m *CSVCMsg_GameSessionConfiguration) GetIsLoadsavegame() bool

func (*CSVCMsg_GameSessionConfiguration) GetIsLocalonly

func (m *CSVCMsg_GameSessionConfiguration) GetIsLocalonly() bool

func (*CSVCMsg_GameSessionConfiguration) GetIsMultiplayer

func (m *CSVCMsg_GameSessionConfiguration) GetIsMultiplayer() bool

func (*CSVCMsg_GameSessionConfiguration) GetIsTransition

func (m *CSVCMsg_GameSessionConfiguration) GetIsTransition() bool

func (*CSVCMsg_GameSessionConfiguration) GetLandmarkname

func (m *CSVCMsg_GameSessionConfiguration) GetLandmarkname() string

func (*CSVCMsg_GameSessionConfiguration) GetMaxClientLimit

func (m *CSVCMsg_GameSessionConfiguration) GetMaxClientLimit() uint32

func (*CSVCMsg_GameSessionConfiguration) GetMaxClients

func (m *CSVCMsg_GameSessionConfiguration) GetMaxClients() uint32

func (*CSVCMsg_GameSessionConfiguration) GetMinClientLimit

func (m *CSVCMsg_GameSessionConfiguration) GetMinClientLimit() uint32

func (*CSVCMsg_GameSessionConfiguration) GetNoSteamServer

func (m *CSVCMsg_GameSessionConfiguration) GetNoSteamServer() bool

func (*CSVCMsg_GameSessionConfiguration) GetPreviouslevel

func (m *CSVCMsg_GameSessionConfiguration) GetPreviouslevel() string

func (*CSVCMsg_GameSessionConfiguration) GetS1Mapname

func (m *CSVCMsg_GameSessionConfiguration) GetS1Mapname() string

func (*CSVCMsg_GameSessionConfiguration) GetSavegamename

func (m *CSVCMsg_GameSessionConfiguration) GetSavegamename() string

func (*CSVCMsg_GameSessionConfiguration) GetServerIpAddress

func (m *CSVCMsg_GameSessionConfiguration) GetServerIpAddress() string

func (*CSVCMsg_GameSessionConfiguration) GetTickInterval

func (m *CSVCMsg_GameSessionConfiguration) GetTickInterval() uint32

func (*CSVCMsg_GameSessionConfiguration) ProtoMessage

func (*CSVCMsg_GameSessionConfiguration) ProtoMessage()

func (*CSVCMsg_GameSessionConfiguration) Reset

func (*CSVCMsg_GameSessionConfiguration) String

func (*CSVCMsg_GameSessionConfiguration) XXX_DiscardUnknown

func (m *CSVCMsg_GameSessionConfiguration) XXX_DiscardUnknown()

func (*CSVCMsg_GameSessionConfiguration) XXX_Marshal

func (m *CSVCMsg_GameSessionConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsg_GameSessionConfiguration) XXX_Merge

func (*CSVCMsg_GameSessionConfiguration) XXX_Size

func (m *CSVCMsg_GameSessionConfiguration) XXX_Size() int

func (*CSVCMsg_GameSessionConfiguration) XXX_Unmarshal

func (m *CSVCMsg_GameSessionConfiguration) XXX_Unmarshal(b []byte) error

type CSVCMsg_UserMessage

type CSVCMsg_UserMessage struct {
	MsgType              *int32   `protobuf:"varint,1,opt,name=msg_type,json=msgType" json:"msg_type,omitempty"`
	MsgData              []byte   `protobuf:"bytes,2,opt,name=msg_data,json=msgData" json:"msg_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CSVCMsg_UserMessage) Descriptor

func (*CSVCMsg_UserMessage) Descriptor() ([]byte, []int)

func (*CSVCMsg_UserMessage) GetMsgData

func (m *CSVCMsg_UserMessage) GetMsgData() []byte

func (*CSVCMsg_UserMessage) GetMsgType

func (m *CSVCMsg_UserMessage) GetMsgType() int32

func (*CSVCMsg_UserMessage) ProtoMessage

func (*CSVCMsg_UserMessage) ProtoMessage()

func (*CSVCMsg_UserMessage) Reset

func (m *CSVCMsg_UserMessage) Reset()

func (*CSVCMsg_UserMessage) String

func (m *CSVCMsg_UserMessage) String() string

func (*CSVCMsg_UserMessage) XXX_DiscardUnknown

func (m *CSVCMsg_UserMessage) XXX_DiscardUnknown()

func (*CSVCMsg_UserMessage) XXX_Marshal

func (m *CSVCMsg_UserMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CSVCMsg_UserMessage) XXX_Merge

func (m *CSVCMsg_UserMessage) XXX_Merge(src proto.Message)

func (*CSVCMsg_UserMessage) XXX_Size

func (m *CSVCMsg_UserMessage) XXX_Size() int

func (*CSVCMsg_UserMessage) XXX_Unmarshal

func (m *CSVCMsg_UserMessage) XXX_Unmarshal(b []byte) error

type CServerLobbyData_GameModifiers

type CServerLobbyData_GameModifiers struct {
	GameModifiers        *CMsgGameModifiers `protobuf:"bytes,1,opt,name=game_modifiers,json=gameModifiers" json:"game_modifiers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CServerLobbyData_GameModifiers) Descriptor

func (*CServerLobbyData_GameModifiers) Descriptor() ([]byte, []int)

func (*CServerLobbyData_GameModifiers) GetGameModifiers

func (m *CServerLobbyData_GameModifiers) GetGameModifiers() *CMsgGameModifiers

func (*CServerLobbyData_GameModifiers) ProtoMessage

func (*CServerLobbyData_GameModifiers) ProtoMessage()

func (*CServerLobbyData_GameModifiers) Reset

func (m *CServerLobbyData_GameModifiers) Reset()

func (*CServerLobbyData_GameModifiers) String

func (*CServerLobbyData_GameModifiers) XXX_DiscardUnknown

func (m *CServerLobbyData_GameModifiers) XXX_DiscardUnknown()

func (*CServerLobbyData_GameModifiers) XXX_Marshal

func (m *CServerLobbyData_GameModifiers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_GameModifiers) XXX_Merge

func (m *CServerLobbyData_GameModifiers) XXX_Merge(src proto.Message)

func (*CServerLobbyData_GameModifiers) XXX_Size

func (m *CServerLobbyData_GameModifiers) XXX_Size() int

func (*CServerLobbyData_GameModifiers) XXX_Unmarshal

func (m *CServerLobbyData_GameModifiers) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerInfo

type CServerLobbyData_PlayerInfo struct {
	AccountId             *uint32                                    `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MmrLevel              *uint32                                    `protobuf:"varint,2,opt,name=mmr_level,json=mmrLevel" json:"mmr_level,omitempty"`
	Loadout               []*CServerLobbyData_PlayerInfo_LoadoutSlot `protobuf:"bytes,3,rep,name=loadout" json:"loadout,omitempty"`
	Events                []*CServerLobbyData_PlayerInfo_Event       `protobuf:"bytes,4,rep,name=events" json:"events,omitempty"`
	GlobalLeaderboardRank *uint32                                    `protobuf:"varint,5,opt,name=global_leaderboard_rank,json=globalLeaderboardRank" json:"global_leaderboard_rank,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                                   `json:"-"`
	XXX_unrecognized      []byte                                     `json:"-"`
	XXX_sizecache         int32                                      `json:"-"`
}

func (*CServerLobbyData_PlayerInfo) Descriptor

func (*CServerLobbyData_PlayerInfo) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerInfo) GetAccountId

func (m *CServerLobbyData_PlayerInfo) GetAccountId() uint32

func (*CServerLobbyData_PlayerInfo) GetEvents

func (*CServerLobbyData_PlayerInfo) GetGlobalLeaderboardRank

func (m *CServerLobbyData_PlayerInfo) GetGlobalLeaderboardRank() uint32

func (*CServerLobbyData_PlayerInfo) GetLoadout

func (*CServerLobbyData_PlayerInfo) GetMmrLevel

func (m *CServerLobbyData_PlayerInfo) GetMmrLevel() uint32

func (*CServerLobbyData_PlayerInfo) ProtoMessage

func (*CServerLobbyData_PlayerInfo) ProtoMessage()

func (*CServerLobbyData_PlayerInfo) Reset

func (m *CServerLobbyData_PlayerInfo) Reset()

func (*CServerLobbyData_PlayerInfo) String

func (m *CServerLobbyData_PlayerInfo) String() string

func (*CServerLobbyData_PlayerInfo) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerInfo) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerInfo) XXX_Marshal

func (m *CServerLobbyData_PlayerInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerInfo) XXX_Merge

func (m *CServerLobbyData_PlayerInfo) XXX_Merge(src proto.Message)

func (*CServerLobbyData_PlayerInfo) XXX_Size

func (m *CServerLobbyData_PlayerInfo) XXX_Size() int

func (*CServerLobbyData_PlayerInfo) XXX_Unmarshal

func (m *CServerLobbyData_PlayerInfo) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerInfo_Challenge

type CServerLobbyData_PlayerInfo_Challenge struct {
	ChallengeId          *uint32  `protobuf:"varint,1,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	Progress             *uint32  `protobuf:"varint,2,opt,name=progress" json:"progress,omitempty"`
	SequenceId           *uint32  `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	SlotId               *uint32  `protobuf:"varint,4,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	ConfigId             *uint32  `protobuf:"varint,5,opt,name=config_id,json=configId" json:"config_id,omitempty"`
	Claimed              *uint32  `protobuf:"varint,6,opt,name=claimed" json:"claimed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CServerLobbyData_PlayerInfo_Challenge) Descriptor

func (*CServerLobbyData_PlayerInfo_Challenge) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerInfo_Challenge) GetChallengeId

func (m *CServerLobbyData_PlayerInfo_Challenge) GetChallengeId() uint32

func (*CServerLobbyData_PlayerInfo_Challenge) GetClaimed

func (*CServerLobbyData_PlayerInfo_Challenge) GetConfigId

func (*CServerLobbyData_PlayerInfo_Challenge) GetProgress

func (*CServerLobbyData_PlayerInfo_Challenge) GetSequenceId

func (m *CServerLobbyData_PlayerInfo_Challenge) GetSequenceId() uint32

func (*CServerLobbyData_PlayerInfo_Challenge) GetSlotId

func (*CServerLobbyData_PlayerInfo_Challenge) ProtoMessage

func (*CServerLobbyData_PlayerInfo_Challenge) ProtoMessage()

func (*CServerLobbyData_PlayerInfo_Challenge) Reset

func (*CServerLobbyData_PlayerInfo_Challenge) String

func (*CServerLobbyData_PlayerInfo_Challenge) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerInfo_Challenge) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerInfo_Challenge) XXX_Marshal

func (m *CServerLobbyData_PlayerInfo_Challenge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerInfo_Challenge) XXX_Merge

func (*CServerLobbyData_PlayerInfo_Challenge) XXX_Size

func (*CServerLobbyData_PlayerInfo_Challenge) XXX_Unmarshal

func (m *CServerLobbyData_PlayerInfo_Challenge) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerInfo_Currency

type CServerLobbyData_PlayerInfo_Currency struct {
	CurrencyId           *uint32  `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	Amount               *uint32  `protobuf:"varint,2,opt,name=amount" json:"amount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CServerLobbyData_PlayerInfo_Currency) Descriptor

func (*CServerLobbyData_PlayerInfo_Currency) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerInfo_Currency) GetAmount

func (*CServerLobbyData_PlayerInfo_Currency) GetCurrencyId

func (m *CServerLobbyData_PlayerInfo_Currency) GetCurrencyId() uint32

func (*CServerLobbyData_PlayerInfo_Currency) ProtoMessage

func (*CServerLobbyData_PlayerInfo_Currency) ProtoMessage()

func (*CServerLobbyData_PlayerInfo_Currency) Reset

func (*CServerLobbyData_PlayerInfo_Currency) String

func (*CServerLobbyData_PlayerInfo_Currency) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerInfo_Currency) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerInfo_Currency) XXX_Marshal

func (m *CServerLobbyData_PlayerInfo_Currency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerInfo_Currency) XXX_Merge

func (*CServerLobbyData_PlayerInfo_Currency) XXX_Size

func (*CServerLobbyData_PlayerInfo_Currency) XXX_Unmarshal

func (m *CServerLobbyData_PlayerInfo_Currency) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerInfo_Event

type CServerLobbyData_PlayerInfo_Event struct {
	EventId              *uint32                                    `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	EventOwned           *bool                                      `protobuf:"varint,2,opt,name=event_owned,json=eventOwned" json:"event_owned,omitempty"`
	Challenges           []*CServerLobbyData_PlayerInfo_Challenge   `protobuf:"bytes,3,rep,name=challenges" json:"challenges,omitempty"`
	Currencies           []*CServerLobbyData_PlayerInfo_Currency    `protobuf:"bytes,4,rep,name=currencies" json:"currencies,omitempty"`
	VirtualItems         []*CServerLobbyData_PlayerInfo_VirtualItem `protobuf:"bytes,5,rep,name=virtual_items,json=virtualItems" json:"virtual_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*CServerLobbyData_PlayerInfo_Event) Descriptor

func (*CServerLobbyData_PlayerInfo_Event) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerInfo_Event) GetChallenges

func (*CServerLobbyData_PlayerInfo_Event) GetCurrencies

func (*CServerLobbyData_PlayerInfo_Event) GetEventId

func (m *CServerLobbyData_PlayerInfo_Event) GetEventId() uint32

func (*CServerLobbyData_PlayerInfo_Event) GetEventOwned

func (m *CServerLobbyData_PlayerInfo_Event) GetEventOwned() bool

func (*CServerLobbyData_PlayerInfo_Event) GetVirtualItems

func (*CServerLobbyData_PlayerInfo_Event) ProtoMessage

func (*CServerLobbyData_PlayerInfo_Event) ProtoMessage()

func (*CServerLobbyData_PlayerInfo_Event) Reset

func (*CServerLobbyData_PlayerInfo_Event) String

func (*CServerLobbyData_PlayerInfo_Event) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerInfo_Event) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerInfo_Event) XXX_Marshal

func (m *CServerLobbyData_PlayerInfo_Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerInfo_Event) XXX_Merge

func (*CServerLobbyData_PlayerInfo_Event) XXX_Size

func (m *CServerLobbyData_PlayerInfo_Event) XXX_Size() int

func (*CServerLobbyData_PlayerInfo_Event) XXX_Unmarshal

func (m *CServerLobbyData_PlayerInfo_Event) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerInfo_LoadoutSlot

type CServerLobbyData_PlayerInfo_LoadoutSlot struct {
	LoadoutSlot          *uint32  `protobuf:"varint,1,opt,name=loadout_slot,json=loadoutSlot" json:"loadout_slot,omitempty"`
	DefIndex             *uint32  `protobuf:"varint,2,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	LoadoutSubSlot       *uint32  `protobuf:"varint,3,opt,name=loadout_sub_slot,json=loadoutSubSlot" json:"loadout_sub_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) Descriptor

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) GetDefIndex

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) GetLoadoutSlot

func (m *CServerLobbyData_PlayerInfo_LoadoutSlot) GetLoadoutSlot() uint32

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) GetLoadoutSubSlot

func (m *CServerLobbyData_PlayerInfo_LoadoutSlot) GetLoadoutSubSlot() uint32

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) ProtoMessage

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) Reset

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) String

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_Marshal

func (m *CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_Merge

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_Size

func (*CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_Unmarshal

func (m *CServerLobbyData_PlayerInfo_LoadoutSlot) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerInfo_VirtualItem

type CServerLobbyData_PlayerInfo_VirtualItem struct {
	DefIndex             *uint32  `protobuf:"varint,1,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	EquipSlot            *uint32  `protobuf:"varint,2,opt,name=equip_slot,json=equipSlot" json:"equip_slot,omitempty"`
	EquipSubSlot         *uint32  `protobuf:"varint,3,opt,name=equip_sub_slot,json=equipSubSlot" json:"equip_sub_slot,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CServerLobbyData_PlayerInfo_VirtualItem) Descriptor

func (*CServerLobbyData_PlayerInfo_VirtualItem) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerInfo_VirtualItem) GetDefIndex

func (*CServerLobbyData_PlayerInfo_VirtualItem) GetEquipSlot

func (*CServerLobbyData_PlayerInfo_VirtualItem) GetEquipSubSlot

func (m *CServerLobbyData_PlayerInfo_VirtualItem) GetEquipSubSlot() uint32

func (*CServerLobbyData_PlayerInfo_VirtualItem) ProtoMessage

func (*CServerLobbyData_PlayerInfo_VirtualItem) Reset

func (*CServerLobbyData_PlayerInfo_VirtualItem) String

func (*CServerLobbyData_PlayerInfo_VirtualItem) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerInfo_VirtualItem) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerInfo_VirtualItem) XXX_Marshal

func (m *CServerLobbyData_PlayerInfo_VirtualItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerInfo_VirtualItem) XXX_Merge

func (*CServerLobbyData_PlayerInfo_VirtualItem) XXX_Size

func (*CServerLobbyData_PlayerInfo_VirtualItem) XXX_Unmarshal

func (m *CServerLobbyData_PlayerInfo_VirtualItem) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerMMR

type CServerLobbyData_PlayerMMR struct {
	Players                     []*CServerLobbyData_PlayerMMR_Player `protobuf:"bytes,1,rep,name=players" json:"players,omitempty"`
	Teams                       []*CServerLobbyData_PlayerMMR_Team   `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
	LordsEloK                   *uint32                              `protobuf:"varint,8,opt,name=lords_elo_k,json=lordsEloK" json:"lords_elo_k,omitempty"`
	DuosMmrLevelScoreChangeMult *float32                             `` /* 145-byte string literal not displayed */
	LordsEloKDuos               *uint32                              `protobuf:"varint,10,opt,name=lords_elo_k_duos,json=lordsEloKDuos" json:"lords_elo_k_duos,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}                             `json:"-"`
	XXX_unrecognized            []byte                               `json:"-"`
	XXX_sizecache               int32                                `json:"-"`
}

func (*CServerLobbyData_PlayerMMR) Descriptor

func (*CServerLobbyData_PlayerMMR) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerMMR) GetDuosMmrLevelScoreChangeMult

func (m *CServerLobbyData_PlayerMMR) GetDuosMmrLevelScoreChangeMult() float32

func (*CServerLobbyData_PlayerMMR) GetLordsEloK

func (m *CServerLobbyData_PlayerMMR) GetLordsEloK() uint32

func (*CServerLobbyData_PlayerMMR) GetLordsEloKDuos

func (m *CServerLobbyData_PlayerMMR) GetLordsEloKDuos() uint32

func (*CServerLobbyData_PlayerMMR) GetPlayers

func (*CServerLobbyData_PlayerMMR) GetTeams

func (*CServerLobbyData_PlayerMMR) ProtoMessage

func (*CServerLobbyData_PlayerMMR) ProtoMessage()

func (*CServerLobbyData_PlayerMMR) Reset

func (m *CServerLobbyData_PlayerMMR) Reset()

func (*CServerLobbyData_PlayerMMR) String

func (m *CServerLobbyData_PlayerMMR) String() string

func (*CServerLobbyData_PlayerMMR) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerMMR) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerMMR) XXX_Marshal

func (m *CServerLobbyData_PlayerMMR) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerMMR) XXX_Merge

func (m *CServerLobbyData_PlayerMMR) XXX_Merge(src proto.Message)

func (*CServerLobbyData_PlayerMMR) XXX_Size

func (m *CServerLobbyData_PlayerMMR) XXX_Size() int

func (*CServerLobbyData_PlayerMMR) XXX_Unmarshal

func (m *CServerLobbyData_PlayerMMR) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerMMR_Player

type CServerLobbyData_PlayerMMR_Player struct {
	AccountId            *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Mmr                  *uint32  `protobuf:"varint,2,opt,name=mmr" json:"mmr,omitempty"`
	Uncertainty          *uint32  `protobuf:"varint,3,opt,name=uncertainty" json:"uncertainty,omitempty"`
	MmrLevelScore        *uint32  `protobuf:"varint,4,opt,name=mmr_level_score,json=mmrLevelScore" json:"mmr_level_score,omitempty"`
	PartyIndex           *uint32  `protobuf:"varint,7,opt,name=party_index,json=partyIndex" json:"party_index,omitempty"`
	LordsEloAnte         *uint32  `protobuf:"varint,8,opt,name=lords_elo_ante,json=lordsEloAnte" json:"lords_elo_ante,omitempty"`
	LordsEloIgnore       *bool    `protobuf:"varint,9,opt,name=lords_elo_ignore,json=lordsEloIgnore" json:"lords_elo_ignore,omitempty"`
	LevelScoreChangeMult *float32 `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CServerLobbyData_PlayerMMR_Player) Descriptor

func (*CServerLobbyData_PlayerMMR_Player) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerMMR_Player) GetAccountId

func (m *CServerLobbyData_PlayerMMR_Player) GetAccountId() uint32

func (*CServerLobbyData_PlayerMMR_Player) GetLevelScoreChangeMult

func (m *CServerLobbyData_PlayerMMR_Player) GetLevelScoreChangeMult() float32

func (*CServerLobbyData_PlayerMMR_Player) GetLordsEloAnte

func (m *CServerLobbyData_PlayerMMR_Player) GetLordsEloAnte() uint32

func (*CServerLobbyData_PlayerMMR_Player) GetLordsEloIgnore

func (m *CServerLobbyData_PlayerMMR_Player) GetLordsEloIgnore() bool

func (*CServerLobbyData_PlayerMMR_Player) GetMmr

func (*CServerLobbyData_PlayerMMR_Player) GetMmrLevelScore

func (m *CServerLobbyData_PlayerMMR_Player) GetMmrLevelScore() uint32

func (*CServerLobbyData_PlayerMMR_Player) GetPartyIndex

func (m *CServerLobbyData_PlayerMMR_Player) GetPartyIndex() uint32

func (*CServerLobbyData_PlayerMMR_Player) GetUncertainty

func (m *CServerLobbyData_PlayerMMR_Player) GetUncertainty() uint32

func (*CServerLobbyData_PlayerMMR_Player) ProtoMessage

func (*CServerLobbyData_PlayerMMR_Player) ProtoMessage()

func (*CServerLobbyData_PlayerMMR_Player) Reset

func (*CServerLobbyData_PlayerMMR_Player) String

func (*CServerLobbyData_PlayerMMR_Player) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerMMR_Player) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerMMR_Player) XXX_Marshal

func (m *CServerLobbyData_PlayerMMR_Player) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerMMR_Player) XXX_Merge

func (*CServerLobbyData_PlayerMMR_Player) XXX_Size

func (m *CServerLobbyData_PlayerMMR_Player) XXX_Size() int

func (*CServerLobbyData_PlayerMMR_Player) XXX_Unmarshal

func (m *CServerLobbyData_PlayerMMR_Player) XXX_Unmarshal(b []byte) error

type CServerLobbyData_PlayerMMR_Team

type CServerLobbyData_PlayerMMR_Team struct {
	LordsEloAnte         *uint32  `protobuf:"varint,3,opt,name=lords_elo_ante,json=lordsEloAnte" json:"lords_elo_ante,omitempty"`
	LordsEloIgnore       *bool    `protobuf:"varint,4,opt,name=lords_elo_ignore,json=lordsEloIgnore" json:"lords_elo_ignore,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CServerLobbyData_PlayerMMR_Team) Descriptor

func (*CServerLobbyData_PlayerMMR_Team) Descriptor() ([]byte, []int)

func (*CServerLobbyData_PlayerMMR_Team) GetLordsEloAnte

func (m *CServerLobbyData_PlayerMMR_Team) GetLordsEloAnte() uint32

func (*CServerLobbyData_PlayerMMR_Team) GetLordsEloIgnore

func (m *CServerLobbyData_PlayerMMR_Team) GetLordsEloIgnore() bool

func (*CServerLobbyData_PlayerMMR_Team) ProtoMessage

func (*CServerLobbyData_PlayerMMR_Team) ProtoMessage()

func (*CServerLobbyData_PlayerMMR_Team) Reset

func (*CServerLobbyData_PlayerMMR_Team) String

func (*CServerLobbyData_PlayerMMR_Team) XXX_DiscardUnknown

func (m *CServerLobbyData_PlayerMMR_Team) XXX_DiscardUnknown()

func (*CServerLobbyData_PlayerMMR_Team) XXX_Marshal

func (m *CServerLobbyData_PlayerMMR_Team) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CServerLobbyData_PlayerMMR_Team) XXX_Merge

func (m *CServerLobbyData_PlayerMMR_Team) XXX_Merge(src proto.Message)

func (*CServerLobbyData_PlayerMMR_Team) XXX_Size

func (m *CServerLobbyData_PlayerMMR_Team) XXX_Size() int

func (*CServerLobbyData_PlayerMMR_Team) XXX_Unmarshal

func (m *CServerLobbyData_PlayerMMR_Team) XXX_Unmarshal(b []byte) error

type CUserMessageAchievementEvent

type CUserMessageAchievementEvent struct {
	Achievement          *uint32  `protobuf:"varint,1,opt,name=achievement" json:"achievement,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageAchievementEvent) Descriptor

func (*CUserMessageAchievementEvent) Descriptor() ([]byte, []int)

func (*CUserMessageAchievementEvent) GetAchievement

func (m *CUserMessageAchievementEvent) GetAchievement() uint32

func (*CUserMessageAchievementEvent) ProtoMessage

func (*CUserMessageAchievementEvent) ProtoMessage()

func (*CUserMessageAchievementEvent) Reset

func (m *CUserMessageAchievementEvent) Reset()

func (*CUserMessageAchievementEvent) String

func (*CUserMessageAchievementEvent) XXX_DiscardUnknown

func (m *CUserMessageAchievementEvent) XXX_DiscardUnknown()

func (*CUserMessageAchievementEvent) XXX_Marshal

func (m *CUserMessageAchievementEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageAchievementEvent) XXX_Merge

func (m *CUserMessageAchievementEvent) XXX_Merge(src proto.Message)

func (*CUserMessageAchievementEvent) XXX_Size

func (m *CUserMessageAchievementEvent) XXX_Size() int

func (*CUserMessageAchievementEvent) XXX_Unmarshal

func (m *CUserMessageAchievementEvent) XXX_Unmarshal(b []byte) error

type CUserMessageAmmoDenied

type CUserMessageAmmoDenied struct {
	AmmoId               *uint32  `protobuf:"varint,1,opt,name=ammo_id,json=ammoId" json:"ammo_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageAmmoDenied) Descriptor

func (*CUserMessageAmmoDenied) Descriptor() ([]byte, []int)

func (*CUserMessageAmmoDenied) GetAmmoId

func (m *CUserMessageAmmoDenied) GetAmmoId() uint32

func (*CUserMessageAmmoDenied) ProtoMessage

func (*CUserMessageAmmoDenied) ProtoMessage()

func (*CUserMessageAmmoDenied) Reset

func (m *CUserMessageAmmoDenied) Reset()

func (*CUserMessageAmmoDenied) String

func (m *CUserMessageAmmoDenied) String() string

func (*CUserMessageAmmoDenied) XXX_DiscardUnknown

func (m *CUserMessageAmmoDenied) XXX_DiscardUnknown()

func (*CUserMessageAmmoDenied) XXX_Marshal

func (m *CUserMessageAmmoDenied) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageAmmoDenied) XXX_Merge

func (m *CUserMessageAmmoDenied) XXX_Merge(src proto.Message)

func (*CUserMessageAmmoDenied) XXX_Size

func (m *CUserMessageAmmoDenied) XXX_Size() int

func (*CUserMessageAmmoDenied) XXX_Unmarshal

func (m *CUserMessageAmmoDenied) XXX_Unmarshal(b []byte) error

type CUserMessageAnimStateGraphState

type CUserMessageAnimStateGraphState struct {
	EntityIndex          *int32   `protobuf:"varint,1,opt,name=entity_index,json=entityIndex" json:"entity_index,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageAnimStateGraphState) Descriptor

func (*CUserMessageAnimStateGraphState) Descriptor() ([]byte, []int)

func (*CUserMessageAnimStateGraphState) GetData

func (m *CUserMessageAnimStateGraphState) GetData() []byte

func (*CUserMessageAnimStateGraphState) GetEntityIndex

func (m *CUserMessageAnimStateGraphState) GetEntityIndex() int32

func (*CUserMessageAnimStateGraphState) ProtoMessage

func (*CUserMessageAnimStateGraphState) ProtoMessage()

func (*CUserMessageAnimStateGraphState) Reset

func (*CUserMessageAnimStateGraphState) String

func (*CUserMessageAnimStateGraphState) XXX_DiscardUnknown

func (m *CUserMessageAnimStateGraphState) XXX_DiscardUnknown()

func (*CUserMessageAnimStateGraphState) XXX_Marshal

func (m *CUserMessageAnimStateGraphState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageAnimStateGraphState) XXX_Merge

func (m *CUserMessageAnimStateGraphState) XXX_Merge(src proto.Message)

func (*CUserMessageAnimStateGraphState) XXX_Size

func (m *CUserMessageAnimStateGraphState) XXX_Size() int

func (*CUserMessageAnimStateGraphState) XXX_Unmarshal

func (m *CUserMessageAnimStateGraphState) XXX_Unmarshal(b []byte) error

type CUserMessageAudioParameter

type CUserMessageAudioParameter struct {
	ParameterType        *uint32  `protobuf:"varint,1,opt,name=parameter_type,json=parameterType" json:"parameter_type,omitempty"`
	NameHashCode         *uint32  `protobuf:"varint,2,opt,name=name_hash_code,json=nameHashCode" json:"name_hash_code,omitempty"`
	Value                *float32 `protobuf:"fixed32,3,opt,name=value" json:"value,omitempty"`
	IntValue             *uint32  `protobuf:"varint,4,opt,name=int_value,json=intValue" json:"int_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageAudioParameter) Descriptor

func (*CUserMessageAudioParameter) Descriptor() ([]byte, []int)

func (*CUserMessageAudioParameter) GetIntValue

func (m *CUserMessageAudioParameter) GetIntValue() uint32

func (*CUserMessageAudioParameter) GetNameHashCode

func (m *CUserMessageAudioParameter) GetNameHashCode() uint32

func (*CUserMessageAudioParameter) GetParameterType

func (m *CUserMessageAudioParameter) GetParameterType() uint32

func (*CUserMessageAudioParameter) GetValue

func (m *CUserMessageAudioParameter) GetValue() float32

func (*CUserMessageAudioParameter) ProtoMessage

func (*CUserMessageAudioParameter) ProtoMessage()

func (*CUserMessageAudioParameter) Reset

func (m *CUserMessageAudioParameter) Reset()

func (*CUserMessageAudioParameter) String

func (m *CUserMessageAudioParameter) String() string

func (*CUserMessageAudioParameter) XXX_DiscardUnknown

func (m *CUserMessageAudioParameter) XXX_DiscardUnknown()

func (*CUserMessageAudioParameter) XXX_Marshal

func (m *CUserMessageAudioParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageAudioParameter) XXX_Merge

func (m *CUserMessageAudioParameter) XXX_Merge(src proto.Message)

func (*CUserMessageAudioParameter) XXX_Size

func (m *CUserMessageAudioParameter) XXX_Size() int

func (*CUserMessageAudioParameter) XXX_Unmarshal

func (m *CUserMessageAudioParameter) XXX_Unmarshal(b []byte) error

type CUserMessageCameraTransition

type CUserMessageCameraTransition struct {
	CameraType           *uint32                                             `protobuf:"varint,1,opt,name=camera_type,json=cameraType" json:"camera_type,omitempty"`
	Duration             *float32                                            `protobuf:"fixed32,2,opt,name=duration" json:"duration,omitempty"`
	ParamsDataDriven     *CUserMessageCameraTransition_Transition_DataDriven `protobuf:"bytes,3,opt,name=params_data_driven,json=paramsDataDriven" json:"params_data_driven,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                            `json:"-"`
	XXX_unrecognized     []byte                                              `json:"-"`
	XXX_sizecache        int32                                               `json:"-"`
}

func (*CUserMessageCameraTransition) Descriptor

func (*CUserMessageCameraTransition) Descriptor() ([]byte, []int)

func (*CUserMessageCameraTransition) GetCameraType

func (m *CUserMessageCameraTransition) GetCameraType() uint32

func (*CUserMessageCameraTransition) GetDuration

func (m *CUserMessageCameraTransition) GetDuration() float32

func (*CUserMessageCameraTransition) GetParamsDataDriven

func (*CUserMessageCameraTransition) ProtoMessage

func (*CUserMessageCameraTransition) ProtoMessage()

func (*CUserMessageCameraTransition) Reset

func (m *CUserMessageCameraTransition) Reset()

func (*CUserMessageCameraTransition) String

func (*CUserMessageCameraTransition) XXX_DiscardUnknown

func (m *CUserMessageCameraTransition) XXX_DiscardUnknown()

func (*CUserMessageCameraTransition) XXX_Marshal

func (m *CUserMessageCameraTransition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCameraTransition) XXX_Merge

func (m *CUserMessageCameraTransition) XXX_Merge(src proto.Message)

func (*CUserMessageCameraTransition) XXX_Size

func (m *CUserMessageCameraTransition) XXX_Size() int

func (*CUserMessageCameraTransition) XXX_Unmarshal

func (m *CUserMessageCameraTransition) XXX_Unmarshal(b []byte) error

type CUserMessageCameraTransition_Transition_DataDriven

type CUserMessageCameraTransition_Transition_DataDriven struct {
	Filename             *string  `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
	AttachEntIndex       *int32   `protobuf:"varint,2,opt,name=attach_ent_index,json=attachEntIndex" json:"attach_ent_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageCameraTransition_Transition_DataDriven) Descriptor

func (*CUserMessageCameraTransition_Transition_DataDriven) GetAttachEntIndex

func (*CUserMessageCameraTransition_Transition_DataDriven) GetFilename

func (*CUserMessageCameraTransition_Transition_DataDriven) ProtoMessage

func (*CUserMessageCameraTransition_Transition_DataDriven) Reset

func (*CUserMessageCameraTransition_Transition_DataDriven) String

func (*CUserMessageCameraTransition_Transition_DataDriven) XXX_DiscardUnknown

func (*CUserMessageCameraTransition_Transition_DataDriven) XXX_Marshal

func (m *CUserMessageCameraTransition_Transition_DataDriven) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCameraTransition_Transition_DataDriven) XXX_Merge

func (*CUserMessageCameraTransition_Transition_DataDriven) XXX_Size

func (*CUserMessageCameraTransition_Transition_DataDriven) XXX_Unmarshal

type CUserMessageCloseCaption

type CUserMessageCloseCaption struct {
	Hash                 *uint32  `protobuf:"fixed32,1,opt,name=hash" json:"hash,omitempty"`
	Duration             *float32 `protobuf:"fixed32,2,opt,name=duration" json:"duration,omitempty"`
	FromPlayer           *bool    `protobuf:"varint,3,opt,name=from_player,json=fromPlayer" json:"from_player,omitempty"`
	EntIndex             *int32   `protobuf:"varint,4,opt,name=ent_index,json=entIndex" json:"ent_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageCloseCaption) Descriptor

func (*CUserMessageCloseCaption) Descriptor() ([]byte, []int)

func (*CUserMessageCloseCaption) GetDuration

func (m *CUserMessageCloseCaption) GetDuration() float32

func (*CUserMessageCloseCaption) GetEntIndex

func (m *CUserMessageCloseCaption) GetEntIndex() int32

func (*CUserMessageCloseCaption) GetFromPlayer

func (m *CUserMessageCloseCaption) GetFromPlayer() bool

func (*CUserMessageCloseCaption) GetHash

func (m *CUserMessageCloseCaption) GetHash() uint32

func (*CUserMessageCloseCaption) ProtoMessage

func (*CUserMessageCloseCaption) ProtoMessage()

func (*CUserMessageCloseCaption) Reset

func (m *CUserMessageCloseCaption) Reset()

func (*CUserMessageCloseCaption) String

func (m *CUserMessageCloseCaption) String() string

func (*CUserMessageCloseCaption) XXX_DiscardUnknown

func (m *CUserMessageCloseCaption) XXX_DiscardUnknown()

func (*CUserMessageCloseCaption) XXX_Marshal

func (m *CUserMessageCloseCaption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCloseCaption) XXX_Merge

func (m *CUserMessageCloseCaption) XXX_Merge(src proto.Message)

func (*CUserMessageCloseCaption) XXX_Size

func (m *CUserMessageCloseCaption) XXX_Size() int

func (*CUserMessageCloseCaption) XXX_Unmarshal

func (m *CUserMessageCloseCaption) XXX_Unmarshal(b []byte) error

type CUserMessageCloseCaptionDirect

type CUserMessageCloseCaptionDirect struct {
	Hash                 *uint32  `protobuf:"fixed32,1,opt,name=hash" json:"hash,omitempty"`
	Duration             *float32 `protobuf:"fixed32,2,opt,name=duration" json:"duration,omitempty"`
	FromPlayer           *bool    `protobuf:"varint,3,opt,name=from_player,json=fromPlayer" json:"from_player,omitempty"`
	EntIndex             *int32   `protobuf:"varint,4,opt,name=ent_index,json=entIndex" json:"ent_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageCloseCaptionDirect) Descriptor

func (*CUserMessageCloseCaptionDirect) Descriptor() ([]byte, []int)

func (*CUserMessageCloseCaptionDirect) GetDuration

func (m *CUserMessageCloseCaptionDirect) GetDuration() float32

func (*CUserMessageCloseCaptionDirect) GetEntIndex

func (m *CUserMessageCloseCaptionDirect) GetEntIndex() int32

func (*CUserMessageCloseCaptionDirect) GetFromPlayer

func (m *CUserMessageCloseCaptionDirect) GetFromPlayer() bool

func (*CUserMessageCloseCaptionDirect) GetHash

func (*CUserMessageCloseCaptionDirect) ProtoMessage

func (*CUserMessageCloseCaptionDirect) ProtoMessage()

func (*CUserMessageCloseCaptionDirect) Reset

func (m *CUserMessageCloseCaptionDirect) Reset()

func (*CUserMessageCloseCaptionDirect) String

func (*CUserMessageCloseCaptionDirect) XXX_DiscardUnknown

func (m *CUserMessageCloseCaptionDirect) XXX_DiscardUnknown()

func (*CUserMessageCloseCaptionDirect) XXX_Marshal

func (m *CUserMessageCloseCaptionDirect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCloseCaptionDirect) XXX_Merge

func (m *CUserMessageCloseCaptionDirect) XXX_Merge(src proto.Message)

func (*CUserMessageCloseCaptionDirect) XXX_Size

func (m *CUserMessageCloseCaptionDirect) XXX_Size() int

func (*CUserMessageCloseCaptionDirect) XXX_Unmarshal

func (m *CUserMessageCloseCaptionDirect) XXX_Unmarshal(b []byte) error

type CUserMessageCloseCaptionPlaceholder

type CUserMessageCloseCaptionPlaceholder struct {
	String_              *string  `protobuf:"bytes,1,opt,name=string" json:"string,omitempty"`
	Duration             *float32 `protobuf:"fixed32,2,opt,name=duration" json:"duration,omitempty"`
	FromPlayer           *bool    `protobuf:"varint,3,opt,name=from_player,json=fromPlayer" json:"from_player,omitempty"`
	EntIndex             *int32   `protobuf:"varint,4,opt,name=ent_index,json=entIndex" json:"ent_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageCloseCaptionPlaceholder) Descriptor

func (*CUserMessageCloseCaptionPlaceholder) Descriptor() ([]byte, []int)

func (*CUserMessageCloseCaptionPlaceholder) GetDuration

func (*CUserMessageCloseCaptionPlaceholder) GetEntIndex

func (m *CUserMessageCloseCaptionPlaceholder) GetEntIndex() int32

func (*CUserMessageCloseCaptionPlaceholder) GetFromPlayer

func (m *CUserMessageCloseCaptionPlaceholder) GetFromPlayer() bool

func (*CUserMessageCloseCaptionPlaceholder) GetString_

func (*CUserMessageCloseCaptionPlaceholder) ProtoMessage

func (*CUserMessageCloseCaptionPlaceholder) ProtoMessage()

func (*CUserMessageCloseCaptionPlaceholder) Reset

func (*CUserMessageCloseCaptionPlaceholder) String

func (*CUserMessageCloseCaptionPlaceholder) XXX_DiscardUnknown

func (m *CUserMessageCloseCaptionPlaceholder) XXX_DiscardUnknown()

func (*CUserMessageCloseCaptionPlaceholder) XXX_Marshal

func (m *CUserMessageCloseCaptionPlaceholder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCloseCaptionPlaceholder) XXX_Merge

func (*CUserMessageCloseCaptionPlaceholder) XXX_Size

func (*CUserMessageCloseCaptionPlaceholder) XXX_Unmarshal

func (m *CUserMessageCloseCaptionPlaceholder) XXX_Unmarshal(b []byte) error

type CUserMessageColoredText

type CUserMessageColoredText struct {
	Color                *uint32  `protobuf:"varint,1,opt,name=color" json:"color,omitempty"`
	Text                 *string  `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	Reset_               *bool    `protobuf:"varint,3,opt,name=reset" json:"reset,omitempty"`
	ContextPlayerId      *int32   `protobuf:"varint,4,opt,name=context_player_id,json=contextPlayerId" json:"context_player_id,omitempty"`
	ContextValue         *int32   `protobuf:"varint,5,opt,name=context_value,json=contextValue" json:"context_value,omitempty"`
	ContextTeamId        *int32   `protobuf:"varint,6,opt,name=context_team_id,json=contextTeamId" json:"context_team_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageColoredText) Descriptor

func (*CUserMessageColoredText) Descriptor() ([]byte, []int)

func (*CUserMessageColoredText) GetColor

func (m *CUserMessageColoredText) GetColor() uint32

func (*CUserMessageColoredText) GetContextPlayerId

func (m *CUserMessageColoredText) GetContextPlayerId() int32

func (*CUserMessageColoredText) GetContextTeamId

func (m *CUserMessageColoredText) GetContextTeamId() int32

func (*CUserMessageColoredText) GetContextValue

func (m *CUserMessageColoredText) GetContextValue() int32

func (*CUserMessageColoredText) GetReset_

func (m *CUserMessageColoredText) GetReset_() bool

func (*CUserMessageColoredText) GetText

func (m *CUserMessageColoredText) GetText() string

func (*CUserMessageColoredText) ProtoMessage

func (*CUserMessageColoredText) ProtoMessage()

func (*CUserMessageColoredText) Reset

func (m *CUserMessageColoredText) Reset()

func (*CUserMessageColoredText) String

func (m *CUserMessageColoredText) String() string

func (*CUserMessageColoredText) XXX_DiscardUnknown

func (m *CUserMessageColoredText) XXX_DiscardUnknown()

func (*CUserMessageColoredText) XXX_Marshal

func (m *CUserMessageColoredText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageColoredText) XXX_Merge

func (m *CUserMessageColoredText) XXX_Merge(src proto.Message)

func (*CUserMessageColoredText) XXX_Size

func (m *CUserMessageColoredText) XXX_Size() int

func (*CUserMessageColoredText) XXX_Unmarshal

func (m *CUserMessageColoredText) XXX_Unmarshal(b []byte) error

type CUserMessageCreditsMsg

type CUserMessageCreditsMsg struct {
	Rolltype             *ERollType `protobuf:"varint,1,opt,name=rolltype,enum=protocol.ERollType,def=-1" json:"rolltype,omitempty"`
	LogoLength           *float32   `protobuf:"fixed32,2,opt,name=logo_length,json=logoLength" json:"logo_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CUserMessageCreditsMsg) Descriptor

func (*CUserMessageCreditsMsg) Descriptor() ([]byte, []int)

func (*CUserMessageCreditsMsg) GetLogoLength

func (m *CUserMessageCreditsMsg) GetLogoLength() float32

func (*CUserMessageCreditsMsg) GetRolltype

func (m *CUserMessageCreditsMsg) GetRolltype() ERollType

func (*CUserMessageCreditsMsg) ProtoMessage

func (*CUserMessageCreditsMsg) ProtoMessage()

func (*CUserMessageCreditsMsg) Reset

func (m *CUserMessageCreditsMsg) Reset()

func (*CUserMessageCreditsMsg) String

func (m *CUserMessageCreditsMsg) String() string

func (*CUserMessageCreditsMsg) XXX_DiscardUnknown

func (m *CUserMessageCreditsMsg) XXX_DiscardUnknown()

func (*CUserMessageCreditsMsg) XXX_Marshal

func (m *CUserMessageCreditsMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCreditsMsg) XXX_Merge

func (m *CUserMessageCreditsMsg) XXX_Merge(src proto.Message)

func (*CUserMessageCreditsMsg) XXX_Size

func (m *CUserMessageCreditsMsg) XXX_Size() int

func (*CUserMessageCreditsMsg) XXX_Unmarshal

func (m *CUserMessageCreditsMsg) XXX_Unmarshal(b []byte) error

type CUserMessageCrosshairAngle

type CUserMessageCrosshairAngle struct {
	Angcrosshair         *CMsgQAngle `protobuf:"bytes,1,opt,name=angcrosshair" json:"angcrosshair,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMessageCrosshairAngle) Descriptor

func (*CUserMessageCrosshairAngle) Descriptor() ([]byte, []int)

func (*CUserMessageCrosshairAngle) GetAngcrosshair

func (m *CUserMessageCrosshairAngle) GetAngcrosshair() *CMsgQAngle

func (*CUserMessageCrosshairAngle) ProtoMessage

func (*CUserMessageCrosshairAngle) ProtoMessage()

func (*CUserMessageCrosshairAngle) Reset

func (m *CUserMessageCrosshairAngle) Reset()

func (*CUserMessageCrosshairAngle) String

func (m *CUserMessageCrosshairAngle) String() string

func (*CUserMessageCrosshairAngle) XXX_DiscardUnknown

func (m *CUserMessageCrosshairAngle) XXX_DiscardUnknown()

func (*CUserMessageCrosshairAngle) XXX_Marshal

func (m *CUserMessageCrosshairAngle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCrosshairAngle) XXX_Merge

func (m *CUserMessageCrosshairAngle) XXX_Merge(src proto.Message)

func (*CUserMessageCrosshairAngle) XXX_Size

func (m *CUserMessageCrosshairAngle) XXX_Size() int

func (*CUserMessageCrosshairAngle) XXX_Unmarshal

func (m *CUserMessageCrosshairAngle) XXX_Unmarshal(b []byte) error

type CUserMessageCurrentTimescale

type CUserMessageCurrentTimescale struct {
	Current              *float32 `protobuf:"fixed32,1,opt,name=current" json:"current,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageCurrentTimescale) Descriptor

func (*CUserMessageCurrentTimescale) Descriptor() ([]byte, []int)

func (*CUserMessageCurrentTimescale) GetCurrent

func (m *CUserMessageCurrentTimescale) GetCurrent() float32

func (*CUserMessageCurrentTimescale) ProtoMessage

func (*CUserMessageCurrentTimescale) ProtoMessage()

func (*CUserMessageCurrentTimescale) Reset

func (m *CUserMessageCurrentTimescale) Reset()

func (*CUserMessageCurrentTimescale) String

func (*CUserMessageCurrentTimescale) XXX_DiscardUnknown

func (m *CUserMessageCurrentTimescale) XXX_DiscardUnknown()

func (*CUserMessageCurrentTimescale) XXX_Marshal

func (m *CUserMessageCurrentTimescale) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageCurrentTimescale) XXX_Merge

func (m *CUserMessageCurrentTimescale) XXX_Merge(src proto.Message)

func (*CUserMessageCurrentTimescale) XXX_Size

func (m *CUserMessageCurrentTimescale) XXX_Size() int

func (*CUserMessageCurrentTimescale) XXX_Unmarshal

func (m *CUserMessageCurrentTimescale) XXX_Unmarshal(b []byte) error

type CUserMessageDesiredTimescale

type CUserMessageDesiredTimescale struct {
	Desired              *float32 `protobuf:"fixed32,1,opt,name=desired" json:"desired,omitempty"`
	Acceleration         *float32 `protobuf:"fixed32,2,opt,name=acceleration" json:"acceleration,omitempty"`
	Minblendrate         *float32 `protobuf:"fixed32,3,opt,name=minblendrate" json:"minblendrate,omitempty"`
	Blenddeltamultiplier *float32 `protobuf:"fixed32,4,opt,name=blenddeltamultiplier" json:"blenddeltamultiplier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageDesiredTimescale) Descriptor

func (*CUserMessageDesiredTimescale) Descriptor() ([]byte, []int)

func (*CUserMessageDesiredTimescale) GetAcceleration

func (m *CUserMessageDesiredTimescale) GetAcceleration() float32

func (*CUserMessageDesiredTimescale) GetBlenddeltamultiplier

func (m *CUserMessageDesiredTimescale) GetBlenddeltamultiplier() float32

func (*CUserMessageDesiredTimescale) GetDesired

func (m *CUserMessageDesiredTimescale) GetDesired() float32

func (*CUserMessageDesiredTimescale) GetMinblendrate

func (m *CUserMessageDesiredTimescale) GetMinblendrate() float32

func (*CUserMessageDesiredTimescale) ProtoMessage

func (*CUserMessageDesiredTimescale) ProtoMessage()

func (*CUserMessageDesiredTimescale) Reset

func (m *CUserMessageDesiredTimescale) Reset()

func (*CUserMessageDesiredTimescale) String

func (*CUserMessageDesiredTimescale) XXX_DiscardUnknown

func (m *CUserMessageDesiredTimescale) XXX_DiscardUnknown()

func (*CUserMessageDesiredTimescale) XXX_Marshal

func (m *CUserMessageDesiredTimescale) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageDesiredTimescale) XXX_Merge

func (m *CUserMessageDesiredTimescale) XXX_Merge(src proto.Message)

func (*CUserMessageDesiredTimescale) XXX_Size

func (m *CUserMessageDesiredTimescale) XXX_Size() int

func (*CUserMessageDesiredTimescale) XXX_Unmarshal

func (m *CUserMessageDesiredTimescale) XXX_Unmarshal(b []byte) error

type CUserMessageFade

type CUserMessageFade struct {
	Duration             *uint32  `protobuf:"varint,1,opt,name=duration" json:"duration,omitempty"`
	HoldTime             *uint32  `protobuf:"varint,2,opt,name=hold_time,json=holdTime" json:"hold_time,omitempty"`
	Flags                *uint32  `protobuf:"varint,3,opt,name=flags" json:"flags,omitempty"`
	Color                *uint32  `protobuf:"fixed32,4,opt,name=color" json:"color,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageFade) Descriptor

func (*CUserMessageFade) Descriptor() ([]byte, []int)

func (*CUserMessageFade) GetColor

func (m *CUserMessageFade) GetColor() uint32

func (*CUserMessageFade) GetDuration

func (m *CUserMessageFade) GetDuration() uint32

func (*CUserMessageFade) GetFlags

func (m *CUserMessageFade) GetFlags() uint32

func (*CUserMessageFade) GetHoldTime

func (m *CUserMessageFade) GetHoldTime() uint32

func (*CUserMessageFade) ProtoMessage

func (*CUserMessageFade) ProtoMessage()

func (*CUserMessageFade) Reset

func (m *CUserMessageFade) Reset()

func (*CUserMessageFade) String

func (m *CUserMessageFade) String() string

func (*CUserMessageFade) XXX_DiscardUnknown

func (m *CUserMessageFade) XXX_DiscardUnknown()

func (*CUserMessageFade) XXX_Marshal

func (m *CUserMessageFade) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageFade) XXX_Merge

func (m *CUserMessageFade) XXX_Merge(src proto.Message)

func (*CUserMessageFade) XXX_Size

func (m *CUserMessageFade) XXX_Size() int

func (*CUserMessageFade) XXX_Unmarshal

func (m *CUserMessageFade) XXX_Unmarshal(b []byte) error

type CUserMessageGameTitle

type CUserMessageGameTitle struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageGameTitle) Descriptor

func (*CUserMessageGameTitle) Descriptor() ([]byte, []int)

func (*CUserMessageGameTitle) ProtoMessage

func (*CUserMessageGameTitle) ProtoMessage()

func (*CUserMessageGameTitle) Reset

func (m *CUserMessageGameTitle) Reset()

func (*CUserMessageGameTitle) String

func (m *CUserMessageGameTitle) String() string

func (*CUserMessageGameTitle) XXX_DiscardUnknown

func (m *CUserMessageGameTitle) XXX_DiscardUnknown()

func (*CUserMessageGameTitle) XXX_Marshal

func (m *CUserMessageGameTitle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageGameTitle) XXX_Merge

func (m *CUserMessageGameTitle) XXX_Merge(src proto.Message)

func (*CUserMessageGameTitle) XXX_Size

func (m *CUserMessageGameTitle) XXX_Size() int

func (*CUserMessageGameTitle) XXX_Unmarshal

func (m *CUserMessageGameTitle) XXX_Unmarshal(b []byte) error

type CUserMessageHapticsManagerEffect

type CUserMessageHapticsManagerEffect struct {
	HandId               *int32   `protobuf:"varint,1,opt,name=hand_id,json=handId" json:"hand_id,omitempty"`
	EffectNameHashCode   *uint32  `protobuf:"varint,2,opt,name=effect_name_hash_code,json=effectNameHashCode" json:"effect_name_hash_code,omitempty"`
	EffectScale          *float32 `protobuf:"fixed32,3,opt,name=effect_scale,json=effectScale" json:"effect_scale,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageHapticsManagerEffect) Descriptor

func (*CUserMessageHapticsManagerEffect) Descriptor() ([]byte, []int)

func (*CUserMessageHapticsManagerEffect) GetEffectNameHashCode

func (m *CUserMessageHapticsManagerEffect) GetEffectNameHashCode() uint32

func (*CUserMessageHapticsManagerEffect) GetEffectScale

func (m *CUserMessageHapticsManagerEffect) GetEffectScale() float32

func (*CUserMessageHapticsManagerEffect) GetHandId

func (m *CUserMessageHapticsManagerEffect) GetHandId() int32

func (*CUserMessageHapticsManagerEffect) ProtoMessage

func (*CUserMessageHapticsManagerEffect) ProtoMessage()

func (*CUserMessageHapticsManagerEffect) Reset

func (*CUserMessageHapticsManagerEffect) String

func (*CUserMessageHapticsManagerEffect) XXX_DiscardUnknown

func (m *CUserMessageHapticsManagerEffect) XXX_DiscardUnknown()

func (*CUserMessageHapticsManagerEffect) XXX_Marshal

func (m *CUserMessageHapticsManagerEffect) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageHapticsManagerEffect) XXX_Merge

func (*CUserMessageHapticsManagerEffect) XXX_Size

func (m *CUserMessageHapticsManagerEffect) XXX_Size() int

func (*CUserMessageHapticsManagerEffect) XXX_Unmarshal

func (m *CUserMessageHapticsManagerEffect) XXX_Unmarshal(b []byte) error

type CUserMessageHapticsManagerPulse

type CUserMessageHapticsManagerPulse struct {
	HandId               *int32   `protobuf:"varint,1,opt,name=hand_id,json=handId" json:"hand_id,omitempty"`
	EffectAmplitude      *float32 `protobuf:"fixed32,2,opt,name=effect_amplitude,json=effectAmplitude" json:"effect_amplitude,omitempty"`
	EffectFrequency      *float32 `protobuf:"fixed32,3,opt,name=effect_frequency,json=effectFrequency" json:"effect_frequency,omitempty"`
	EffectDuration       *float32 `protobuf:"fixed32,4,opt,name=effect_duration,json=effectDuration" json:"effect_duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageHapticsManagerPulse) Descriptor

func (*CUserMessageHapticsManagerPulse) Descriptor() ([]byte, []int)

func (*CUserMessageHapticsManagerPulse) GetEffectAmplitude

func (m *CUserMessageHapticsManagerPulse) GetEffectAmplitude() float32

func (*CUserMessageHapticsManagerPulse) GetEffectDuration

func (m *CUserMessageHapticsManagerPulse) GetEffectDuration() float32

func (*CUserMessageHapticsManagerPulse) GetEffectFrequency

func (m *CUserMessageHapticsManagerPulse) GetEffectFrequency() float32

func (*CUserMessageHapticsManagerPulse) GetHandId

func (m *CUserMessageHapticsManagerPulse) GetHandId() int32

func (*CUserMessageHapticsManagerPulse) ProtoMessage

func (*CUserMessageHapticsManagerPulse) ProtoMessage()

func (*CUserMessageHapticsManagerPulse) Reset

func (*CUserMessageHapticsManagerPulse) String

func (*CUserMessageHapticsManagerPulse) XXX_DiscardUnknown

func (m *CUserMessageHapticsManagerPulse) XXX_DiscardUnknown()

func (*CUserMessageHapticsManagerPulse) XXX_Marshal

func (m *CUserMessageHapticsManagerPulse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageHapticsManagerPulse) XXX_Merge

func (m *CUserMessageHapticsManagerPulse) XXX_Merge(src proto.Message)

func (*CUserMessageHapticsManagerPulse) XXX_Size

func (m *CUserMessageHapticsManagerPulse) XXX_Size() int

func (*CUserMessageHapticsManagerPulse) XXX_Unmarshal

func (m *CUserMessageHapticsManagerPulse) XXX_Unmarshal(b []byte) error

type CUserMessageHintText

type CUserMessageHintText 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 (*CUserMessageHintText) Descriptor

func (*CUserMessageHintText) Descriptor() ([]byte, []int)

func (*CUserMessageHintText) GetMessage

func (m *CUserMessageHintText) GetMessage() string

func (*CUserMessageHintText) ProtoMessage

func (*CUserMessageHintText) ProtoMessage()

func (*CUserMessageHintText) Reset

func (m *CUserMessageHintText) Reset()

func (*CUserMessageHintText) String

func (m *CUserMessageHintText) String() string

func (*CUserMessageHintText) XXX_DiscardUnknown

func (m *CUserMessageHintText) XXX_DiscardUnknown()

func (*CUserMessageHintText) XXX_Marshal

func (m *CUserMessageHintText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageHintText) XXX_Merge

func (m *CUserMessageHintText) XXX_Merge(src proto.Message)

func (*CUserMessageHintText) XXX_Size

func (m *CUserMessageHintText) XXX_Size() int

func (*CUserMessageHintText) XXX_Unmarshal

func (m *CUserMessageHintText) XXX_Unmarshal(b []byte) error

type CUserMessageHudMsg

type CUserMessageHudMsg struct {
	Channel              *uint32  `protobuf:"varint,1,opt,name=channel" json:"channel,omitempty"`
	X                    *float32 `protobuf:"fixed32,2,opt,name=x" json:"x,omitempty"`
	Y                    *float32 `protobuf:"fixed32,3,opt,name=y" json:"y,omitempty"`
	Color1               *uint32  `protobuf:"fixed32,4,opt,name=color1" json:"color1,omitempty"`
	Color2               *uint32  `protobuf:"fixed32,5,opt,name=color2" json:"color2,omitempty"`
	Effect               *uint32  `protobuf:"varint,6,opt,name=effect" json:"effect,omitempty"`
	FadeInTime           *float32 `protobuf:"fixed32,7,opt,name=fade_in_time,json=fadeInTime" json:"fade_in_time,omitempty"`
	FadeOutTime          *float32 `protobuf:"fixed32,8,opt,name=fade_out_time,json=fadeOutTime" json:"fade_out_time,omitempty"`
	HoldTime             *float32 `protobuf:"fixed32,9,opt,name=hold_time,json=holdTime" json:"hold_time,omitempty"`
	FxTime               *float32 `protobuf:"fixed32,10,opt,name=fx_time,json=fxTime" json:"fx_time,omitempty"`
	Message              *string  `protobuf:"bytes,11,opt,name=message" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageHudMsg) Descriptor

func (*CUserMessageHudMsg) Descriptor() ([]byte, []int)

func (*CUserMessageHudMsg) GetChannel

func (m *CUserMessageHudMsg) GetChannel() uint32

func (*CUserMessageHudMsg) GetColor1

func (m *CUserMessageHudMsg) GetColor1() uint32

func (*CUserMessageHudMsg) GetColor2

func (m *CUserMessageHudMsg) GetColor2() uint32

func (*CUserMessageHudMsg) GetEffect

func (m *CUserMessageHudMsg) GetEffect() uint32

func (*CUserMessageHudMsg) GetFadeInTime

func (m *CUserMessageHudMsg) GetFadeInTime() float32

func (*CUserMessageHudMsg) GetFadeOutTime

func (m *CUserMessageHudMsg) GetFadeOutTime() float32

func (*CUserMessageHudMsg) GetFxTime

func (m *CUserMessageHudMsg) GetFxTime() float32

func (*CUserMessageHudMsg) GetHoldTime

func (m *CUserMessageHudMsg) GetHoldTime() float32

func (*CUserMessageHudMsg) GetMessage

func (m *CUserMessageHudMsg) GetMessage() string

func (*CUserMessageHudMsg) GetX

func (m *CUserMessageHudMsg) GetX() float32

func (*CUserMessageHudMsg) GetY

func (m *CUserMessageHudMsg) GetY() float32

func (*CUserMessageHudMsg) ProtoMessage

func (*CUserMessageHudMsg) ProtoMessage()

func (*CUserMessageHudMsg) Reset

func (m *CUserMessageHudMsg) Reset()

func (*CUserMessageHudMsg) String

func (m *CUserMessageHudMsg) String() string

func (*CUserMessageHudMsg) XXX_DiscardUnknown

func (m *CUserMessageHudMsg) XXX_DiscardUnknown()

func (*CUserMessageHudMsg) XXX_Marshal

func (m *CUserMessageHudMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageHudMsg) XXX_Merge

func (m *CUserMessageHudMsg) XXX_Merge(src proto.Message)

func (*CUserMessageHudMsg) XXX_Size

func (m *CUserMessageHudMsg) XXX_Size() int

func (*CUserMessageHudMsg) XXX_Unmarshal

func (m *CUserMessageHudMsg) XXX_Unmarshal(b []byte) error

type CUserMessageHudText

type CUserMessageHudText 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 (*CUserMessageHudText) Descriptor

func (*CUserMessageHudText) Descriptor() ([]byte, []int)

func (*CUserMessageHudText) GetMessage

func (m *CUserMessageHudText) GetMessage() string

func (*CUserMessageHudText) ProtoMessage

func (*CUserMessageHudText) ProtoMessage()

func (*CUserMessageHudText) Reset

func (m *CUserMessageHudText) Reset()

func (*CUserMessageHudText) String

func (m *CUserMessageHudText) String() string

func (*CUserMessageHudText) XXX_DiscardUnknown

func (m *CUserMessageHudText) XXX_DiscardUnknown()

func (*CUserMessageHudText) XXX_Marshal

func (m *CUserMessageHudText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageHudText) XXX_Merge

func (m *CUserMessageHudText) XXX_Merge(src proto.Message)

func (*CUserMessageHudText) XXX_Size

func (m *CUserMessageHudText) XXX_Size() int

func (*CUserMessageHudText) XXX_Unmarshal

func (m *CUserMessageHudText) XXX_Unmarshal(b []byte) error

type CUserMessageItemPickup

type CUserMessageItemPickup struct {
	Itemname             *string  `protobuf:"bytes,1,opt,name=itemname" json:"itemname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageItemPickup) Descriptor

func (*CUserMessageItemPickup) Descriptor() ([]byte, []int)

func (*CUserMessageItemPickup) GetItemname

func (m *CUserMessageItemPickup) GetItemname() string

func (*CUserMessageItemPickup) ProtoMessage

func (*CUserMessageItemPickup) ProtoMessage()

func (*CUserMessageItemPickup) Reset

func (m *CUserMessageItemPickup) Reset()

func (*CUserMessageItemPickup) String

func (m *CUserMessageItemPickup) String() string

func (*CUserMessageItemPickup) XXX_DiscardUnknown

func (m *CUserMessageItemPickup) XXX_DiscardUnknown()

func (*CUserMessageItemPickup) XXX_Marshal

func (m *CUserMessageItemPickup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageItemPickup) XXX_Merge

func (m *CUserMessageItemPickup) XXX_Merge(src proto.Message)

func (*CUserMessageItemPickup) XXX_Size

func (m *CUserMessageItemPickup) XXX_Size() int

func (*CUserMessageItemPickup) XXX_Unmarshal

func (m *CUserMessageItemPickup) XXX_Unmarshal(b []byte) error

type CUserMessageKeyHintText

type CUserMessageKeyHintText struct {
	Messages             []string `protobuf:"bytes,1,rep,name=messages" json:"messages,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageKeyHintText) Descriptor

func (*CUserMessageKeyHintText) Descriptor() ([]byte, []int)

func (*CUserMessageKeyHintText) GetMessages

func (m *CUserMessageKeyHintText) GetMessages() []string

func (*CUserMessageKeyHintText) ProtoMessage

func (*CUserMessageKeyHintText) ProtoMessage()

func (*CUserMessageKeyHintText) Reset

func (m *CUserMessageKeyHintText) Reset()

func (*CUserMessageKeyHintText) String

func (m *CUserMessageKeyHintText) String() string

func (*CUserMessageKeyHintText) XXX_DiscardUnknown

func (m *CUserMessageKeyHintText) XXX_DiscardUnknown()

func (*CUserMessageKeyHintText) XXX_Marshal

func (m *CUserMessageKeyHintText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageKeyHintText) XXX_Merge

func (m *CUserMessageKeyHintText) XXX_Merge(src proto.Message)

func (*CUserMessageKeyHintText) XXX_Size

func (m *CUserMessageKeyHintText) XXX_Size() int

func (*CUserMessageKeyHintText) XXX_Unmarshal

func (m *CUserMessageKeyHintText) XXX_Unmarshal(b []byte) error

type CUserMessageRequestState

type CUserMessageRequestState struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageRequestState) Descriptor

func (*CUserMessageRequestState) Descriptor() ([]byte, []int)

func (*CUserMessageRequestState) ProtoMessage

func (*CUserMessageRequestState) ProtoMessage()

func (*CUserMessageRequestState) Reset

func (m *CUserMessageRequestState) Reset()

func (*CUserMessageRequestState) String

func (m *CUserMessageRequestState) String() string

func (*CUserMessageRequestState) XXX_DiscardUnknown

func (m *CUserMessageRequestState) XXX_DiscardUnknown()

func (*CUserMessageRequestState) XXX_Marshal

func (m *CUserMessageRequestState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageRequestState) XXX_Merge

func (m *CUserMessageRequestState) XXX_Merge(src proto.Message)

func (*CUserMessageRequestState) XXX_Size

func (m *CUserMessageRequestState) XXX_Size() int

func (*CUserMessageRequestState) XXX_Unmarshal

func (m *CUserMessageRequestState) XXX_Unmarshal(b []byte) error

type CUserMessageResetHUD

type CUserMessageResetHUD struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageResetHUD) Descriptor

func (*CUserMessageResetHUD) Descriptor() ([]byte, []int)

func (*CUserMessageResetHUD) ProtoMessage

func (*CUserMessageResetHUD) ProtoMessage()

func (*CUserMessageResetHUD) Reset

func (m *CUserMessageResetHUD) Reset()

func (*CUserMessageResetHUD) String

func (m *CUserMessageResetHUD) String() string

func (*CUserMessageResetHUD) XXX_DiscardUnknown

func (m *CUserMessageResetHUD) XXX_DiscardUnknown()

func (*CUserMessageResetHUD) XXX_Marshal

func (m *CUserMessageResetHUD) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageResetHUD) XXX_Merge

func (m *CUserMessageResetHUD) XXX_Merge(src proto.Message)

func (*CUserMessageResetHUD) XXX_Size

func (m *CUserMessageResetHUD) XXX_Size() int

func (*CUserMessageResetHUD) XXX_Unmarshal

func (m *CUserMessageResetHUD) XXX_Unmarshal(b []byte) error

type CUserMessageRumble

type CUserMessageRumble struct {
	Index                *int32   `protobuf:"varint,1,opt,name=index" json:"index,omitempty"`
	Data                 *int32   `protobuf:"varint,2,opt,name=data" json:"data,omitempty"`
	Flags                *int32   `protobuf:"varint,3,opt,name=flags" json:"flags,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageRumble) Descriptor

func (*CUserMessageRumble) Descriptor() ([]byte, []int)

func (*CUserMessageRumble) GetData

func (m *CUserMessageRumble) GetData() int32

func (*CUserMessageRumble) GetFlags

func (m *CUserMessageRumble) GetFlags() int32

func (*CUserMessageRumble) GetIndex

func (m *CUserMessageRumble) GetIndex() int32

func (*CUserMessageRumble) ProtoMessage

func (*CUserMessageRumble) ProtoMessage()

func (*CUserMessageRumble) Reset

func (m *CUserMessageRumble) Reset()

func (*CUserMessageRumble) String

func (m *CUserMessageRumble) String() string

func (*CUserMessageRumble) XXX_DiscardUnknown

func (m *CUserMessageRumble) XXX_DiscardUnknown()

func (*CUserMessageRumble) XXX_Marshal

func (m *CUserMessageRumble) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageRumble) XXX_Merge

func (m *CUserMessageRumble) XXX_Merge(src proto.Message)

func (*CUserMessageRumble) XXX_Size

func (m *CUserMessageRumble) XXX_Size() int

func (*CUserMessageRumble) XXX_Unmarshal

func (m *CUserMessageRumble) XXX_Unmarshal(b []byte) error

type CUserMessageSayText

type CUserMessageSayText struct {
	Playerindex          *uint32  `protobuf:"varint,1,opt,name=playerindex" json:"playerindex,omitempty"`
	Text                 *string  `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	Chat                 *bool    `protobuf:"varint,3,opt,name=chat" json:"chat,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageSayText) Descriptor

func (*CUserMessageSayText) Descriptor() ([]byte, []int)

func (*CUserMessageSayText) GetChat

func (m *CUserMessageSayText) GetChat() bool

func (*CUserMessageSayText) GetPlayerindex

func (m *CUserMessageSayText) GetPlayerindex() uint32

func (*CUserMessageSayText) GetText

func (m *CUserMessageSayText) GetText() string

func (*CUserMessageSayText) ProtoMessage

func (*CUserMessageSayText) ProtoMessage()

func (*CUserMessageSayText) Reset

func (m *CUserMessageSayText) Reset()

func (*CUserMessageSayText) String

func (m *CUserMessageSayText) String() string

func (*CUserMessageSayText) XXX_DiscardUnknown

func (m *CUserMessageSayText) XXX_DiscardUnknown()

func (*CUserMessageSayText) XXX_Marshal

func (m *CUserMessageSayText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageSayText) XXX_Merge

func (m *CUserMessageSayText) XXX_Merge(src proto.Message)

func (*CUserMessageSayText) XXX_Size

func (m *CUserMessageSayText) XXX_Size() int

func (*CUserMessageSayText) XXX_Unmarshal

func (m *CUserMessageSayText) XXX_Unmarshal(b []byte) error

type CUserMessageSayText2

type CUserMessageSayText2 struct {
	Entityindex          *uint32  `protobuf:"varint,1,opt,name=entityindex" json:"entityindex,omitempty"`
	Chat                 *bool    `protobuf:"varint,2,opt,name=chat" json:"chat,omitempty"`
	Messagename          *string  `protobuf:"bytes,3,opt,name=messagename" json:"messagename,omitempty"`
	Param1               *string  `protobuf:"bytes,4,opt,name=param1" json:"param1,omitempty"`
	Param2               *string  `protobuf:"bytes,5,opt,name=param2" json:"param2,omitempty"`
	Param3               *string  `protobuf:"bytes,6,opt,name=param3" json:"param3,omitempty"`
	Param4               *string  `protobuf:"bytes,7,opt,name=param4" json:"param4,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageSayText2) Descriptor

func (*CUserMessageSayText2) Descriptor() ([]byte, []int)

func (*CUserMessageSayText2) GetChat

func (m *CUserMessageSayText2) GetChat() bool

func (*CUserMessageSayText2) GetEntityindex

func (m *CUserMessageSayText2) GetEntityindex() uint32

func (*CUserMessageSayText2) GetMessagename

func (m *CUserMessageSayText2) GetMessagename() string

func (*CUserMessageSayText2) GetParam1

func (m *CUserMessageSayText2) GetParam1() string

func (*CUserMessageSayText2) GetParam2

func (m *CUserMessageSayText2) GetParam2() string

func (*CUserMessageSayText2) GetParam3

func (m *CUserMessageSayText2) GetParam3() string

func (*CUserMessageSayText2) GetParam4

func (m *CUserMessageSayText2) GetParam4() string

func (*CUserMessageSayText2) ProtoMessage

func (*CUserMessageSayText2) ProtoMessage()

func (*CUserMessageSayText2) Reset

func (m *CUserMessageSayText2) Reset()

func (*CUserMessageSayText2) String

func (m *CUserMessageSayText2) String() string

func (*CUserMessageSayText2) XXX_DiscardUnknown

func (m *CUserMessageSayText2) XXX_DiscardUnknown()

func (*CUserMessageSayText2) XXX_Marshal

func (m *CUserMessageSayText2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageSayText2) XXX_Merge

func (m *CUserMessageSayText2) XXX_Merge(src proto.Message)

func (*CUserMessageSayText2) XXX_Size

func (m *CUserMessageSayText2) XXX_Size() int

func (*CUserMessageSayText2) XXX_Unmarshal

func (m *CUserMessageSayText2) XXX_Unmarshal(b []byte) error

type CUserMessageSayTextChannel

type CUserMessageSayTextChannel struct {
	Player               *int32   `protobuf:"varint,1,opt,name=player" json:"player,omitempty"`
	Channel              *int32   `protobuf:"varint,2,opt,name=channel" json:"channel,omitempty"`
	Text                 *string  `protobuf:"bytes,3,opt,name=text" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageSayTextChannel) Descriptor

func (*CUserMessageSayTextChannel) Descriptor() ([]byte, []int)

func (*CUserMessageSayTextChannel) GetChannel

func (m *CUserMessageSayTextChannel) GetChannel() int32

func (*CUserMessageSayTextChannel) GetPlayer

func (m *CUserMessageSayTextChannel) GetPlayer() int32

func (*CUserMessageSayTextChannel) GetText

func (m *CUserMessageSayTextChannel) GetText() string

func (*CUserMessageSayTextChannel) ProtoMessage

func (*CUserMessageSayTextChannel) ProtoMessage()

func (*CUserMessageSayTextChannel) Reset

func (m *CUserMessageSayTextChannel) Reset()

func (*CUserMessageSayTextChannel) String

func (m *CUserMessageSayTextChannel) String() string

func (*CUserMessageSayTextChannel) XXX_DiscardUnknown

func (m *CUserMessageSayTextChannel) XXX_DiscardUnknown()

func (*CUserMessageSayTextChannel) XXX_Marshal

func (m *CUserMessageSayTextChannel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageSayTextChannel) XXX_Merge

func (m *CUserMessageSayTextChannel) XXX_Merge(src proto.Message)

func (*CUserMessageSayTextChannel) XXX_Size

func (m *CUserMessageSayTextChannel) XXX_Size() int

func (*CUserMessageSayTextChannel) XXX_Unmarshal

func (m *CUserMessageSayTextChannel) XXX_Unmarshal(b []byte) error

type CUserMessageScreenTilt

type CUserMessageScreenTilt struct {
	Command              *uint32     `protobuf:"varint,1,opt,name=command" json:"command,omitempty"`
	EaseInOut            *bool       `protobuf:"varint,2,opt,name=ease_in_out,json=easeInOut" json:"ease_in_out,omitempty"`
	Angle                *CMsgVector `protobuf:"bytes,3,opt,name=angle" json:"angle,omitempty"`
	Duration             *float32    `protobuf:"fixed32,4,opt,name=duration" json:"duration,omitempty"`
	Time                 *float32    `protobuf:"fixed32,5,opt,name=time" json:"time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMessageScreenTilt) Descriptor

func (*CUserMessageScreenTilt) Descriptor() ([]byte, []int)

func (*CUserMessageScreenTilt) GetAngle

func (m *CUserMessageScreenTilt) GetAngle() *CMsgVector

func (*CUserMessageScreenTilt) GetCommand

func (m *CUserMessageScreenTilt) GetCommand() uint32

func (*CUserMessageScreenTilt) GetDuration

func (m *CUserMessageScreenTilt) GetDuration() float32

func (*CUserMessageScreenTilt) GetEaseInOut

func (m *CUserMessageScreenTilt) GetEaseInOut() bool

func (*CUserMessageScreenTilt) GetTime

func (m *CUserMessageScreenTilt) GetTime() float32

func (*CUserMessageScreenTilt) ProtoMessage

func (*CUserMessageScreenTilt) ProtoMessage()

func (*CUserMessageScreenTilt) Reset

func (m *CUserMessageScreenTilt) Reset()

func (*CUserMessageScreenTilt) String

func (m *CUserMessageScreenTilt) String() string

func (*CUserMessageScreenTilt) XXX_DiscardUnknown

func (m *CUserMessageScreenTilt) XXX_DiscardUnknown()

func (*CUserMessageScreenTilt) XXX_Marshal

func (m *CUserMessageScreenTilt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageScreenTilt) XXX_Merge

func (m *CUserMessageScreenTilt) XXX_Merge(src proto.Message)

func (*CUserMessageScreenTilt) XXX_Size

func (m *CUserMessageScreenTilt) XXX_Size() int

func (*CUserMessageScreenTilt) XXX_Unmarshal

func (m *CUserMessageScreenTilt) XXX_Unmarshal(b []byte) error

type CUserMessageSendAudio

type CUserMessageSendAudio struct {
	Soundname            *string  `protobuf:"bytes,1,opt,name=soundname" json:"soundname,omitempty"`
	Stop                 *bool    `protobuf:"varint,2,opt,name=stop" json:"stop,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageSendAudio) Descriptor

func (*CUserMessageSendAudio) Descriptor() ([]byte, []int)

func (*CUserMessageSendAudio) GetSoundname

func (m *CUserMessageSendAudio) GetSoundname() string

func (*CUserMessageSendAudio) GetStop

func (m *CUserMessageSendAudio) GetStop() bool

func (*CUserMessageSendAudio) ProtoMessage

func (*CUserMessageSendAudio) ProtoMessage()

func (*CUserMessageSendAudio) Reset

func (m *CUserMessageSendAudio) Reset()

func (*CUserMessageSendAudio) String

func (m *CUserMessageSendAudio) String() string

func (*CUserMessageSendAudio) XXX_DiscardUnknown

func (m *CUserMessageSendAudio) XXX_DiscardUnknown()

func (*CUserMessageSendAudio) XXX_Marshal

func (m *CUserMessageSendAudio) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageSendAudio) XXX_Merge

func (m *CUserMessageSendAudio) XXX_Merge(src proto.Message)

func (*CUserMessageSendAudio) XXX_Size

func (m *CUserMessageSendAudio) XXX_Size() int

func (*CUserMessageSendAudio) XXX_Unmarshal

func (m *CUserMessageSendAudio) XXX_Unmarshal(b []byte) error

type CUserMessageShake

type CUserMessageShake struct {
	Command              *uint32  `protobuf:"varint,1,opt,name=command" json:"command,omitempty"`
	Amplitude            *float32 `protobuf:"fixed32,2,opt,name=amplitude" json:"amplitude,omitempty"`
	Frequency            *float32 `protobuf:"fixed32,3,opt,name=frequency" json:"frequency,omitempty"`
	Duration             *float32 `protobuf:"fixed32,4,opt,name=duration" json:"duration,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageShake) Descriptor

func (*CUserMessageShake) Descriptor() ([]byte, []int)

func (*CUserMessageShake) GetAmplitude

func (m *CUserMessageShake) GetAmplitude() float32

func (*CUserMessageShake) GetCommand

func (m *CUserMessageShake) GetCommand() uint32

func (*CUserMessageShake) GetDuration

func (m *CUserMessageShake) GetDuration() float32

func (*CUserMessageShake) GetFrequency

func (m *CUserMessageShake) GetFrequency() float32

func (*CUserMessageShake) ProtoMessage

func (*CUserMessageShake) ProtoMessage()

func (*CUserMessageShake) Reset

func (m *CUserMessageShake) Reset()

func (*CUserMessageShake) String

func (m *CUserMessageShake) String() string

func (*CUserMessageShake) XXX_DiscardUnknown

func (m *CUserMessageShake) XXX_DiscardUnknown()

func (*CUserMessageShake) XXX_Marshal

func (m *CUserMessageShake) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageShake) XXX_Merge

func (m *CUserMessageShake) XXX_Merge(src proto.Message)

func (*CUserMessageShake) XXX_Size

func (m *CUserMessageShake) XXX_Size() int

func (*CUserMessageShake) XXX_Unmarshal

func (m *CUserMessageShake) XXX_Unmarshal(b []byte) error

type CUserMessageShakeDir

type CUserMessageShakeDir struct {
	Shake                *CUserMessageShake `protobuf:"bytes,1,opt,name=shake" json:"shake,omitempty"`
	Direction            *CMsgVector        `protobuf:"bytes,2,opt,name=direction" json:"direction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*CUserMessageShakeDir) Descriptor

func (*CUserMessageShakeDir) Descriptor() ([]byte, []int)

func (*CUserMessageShakeDir) GetDirection

func (m *CUserMessageShakeDir) GetDirection() *CMsgVector

func (*CUserMessageShakeDir) GetShake

func (m *CUserMessageShakeDir) GetShake() *CUserMessageShake

func (*CUserMessageShakeDir) ProtoMessage

func (*CUserMessageShakeDir) ProtoMessage()

func (*CUserMessageShakeDir) Reset

func (m *CUserMessageShakeDir) Reset()

func (*CUserMessageShakeDir) String

func (m *CUserMessageShakeDir) String() string

func (*CUserMessageShakeDir) XXX_DiscardUnknown

func (m *CUserMessageShakeDir) XXX_DiscardUnknown()

func (*CUserMessageShakeDir) XXX_Marshal

func (m *CUserMessageShakeDir) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageShakeDir) XXX_Merge

func (m *CUserMessageShakeDir) XXX_Merge(src proto.Message)

func (*CUserMessageShakeDir) XXX_Size

func (m *CUserMessageShakeDir) XXX_Size() int

func (*CUserMessageShakeDir) XXX_Unmarshal

func (m *CUserMessageShakeDir) XXX_Unmarshal(b []byte) error

type CUserMessageShowMenu

type CUserMessageShowMenu struct {
	Validslots           *uint32  `protobuf:"varint,1,opt,name=validslots" json:"validslots,omitempty"`
	Displaytime          *uint32  `protobuf:"varint,2,opt,name=displaytime" json:"displaytime,omitempty"`
	Needmore             *bool    `protobuf:"varint,3,opt,name=needmore" json:"needmore,omitempty"`
	Menustring           *string  `protobuf:"bytes,4,opt,name=menustring" json:"menustring,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageShowMenu) Descriptor

func (*CUserMessageShowMenu) Descriptor() ([]byte, []int)

func (*CUserMessageShowMenu) GetDisplaytime

func (m *CUserMessageShowMenu) GetDisplaytime() uint32

func (*CUserMessageShowMenu) GetMenustring

func (m *CUserMessageShowMenu) GetMenustring() string

func (*CUserMessageShowMenu) GetNeedmore

func (m *CUserMessageShowMenu) GetNeedmore() bool

func (*CUserMessageShowMenu) GetValidslots

func (m *CUserMessageShowMenu) GetValidslots() uint32

func (*CUserMessageShowMenu) ProtoMessage

func (*CUserMessageShowMenu) ProtoMessage()

func (*CUserMessageShowMenu) Reset

func (m *CUserMessageShowMenu) Reset()

func (*CUserMessageShowMenu) String

func (m *CUserMessageShowMenu) String() string

func (*CUserMessageShowMenu) XXX_DiscardUnknown

func (m *CUserMessageShowMenu) XXX_DiscardUnknown()

func (*CUserMessageShowMenu) XXX_Marshal

func (m *CUserMessageShowMenu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageShowMenu) XXX_Merge

func (m *CUserMessageShowMenu) XXX_Merge(src proto.Message)

func (*CUserMessageShowMenu) XXX_Size

func (m *CUserMessageShowMenu) XXX_Size() int

func (*CUserMessageShowMenu) XXX_Unmarshal

func (m *CUserMessageShowMenu) XXX_Unmarshal(b []byte) error

type CUserMessageTextMsg

type CUserMessageTextMsg struct {
	Dest                 *uint32  `protobuf:"varint,1,opt,name=dest" json:"dest,omitempty"`
	Param                []string `protobuf:"bytes,2,rep,name=param" json:"param,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageTextMsg) Descriptor

func (*CUserMessageTextMsg) Descriptor() ([]byte, []int)

func (*CUserMessageTextMsg) GetDest

func (m *CUserMessageTextMsg) GetDest() uint32

func (*CUserMessageTextMsg) GetParam

func (m *CUserMessageTextMsg) GetParam() []string

func (*CUserMessageTextMsg) ProtoMessage

func (*CUserMessageTextMsg) ProtoMessage()

func (*CUserMessageTextMsg) Reset

func (m *CUserMessageTextMsg) Reset()

func (*CUserMessageTextMsg) String

func (m *CUserMessageTextMsg) String() string

func (*CUserMessageTextMsg) XXX_DiscardUnknown

func (m *CUserMessageTextMsg) XXX_DiscardUnknown()

func (*CUserMessageTextMsg) XXX_Marshal

func (m *CUserMessageTextMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageTextMsg) XXX_Merge

func (m *CUserMessageTextMsg) XXX_Merge(src proto.Message)

func (*CUserMessageTextMsg) XXX_Size

func (m *CUserMessageTextMsg) XXX_Size() int

func (*CUserMessageTextMsg) XXX_Unmarshal

func (m *CUserMessageTextMsg) XXX_Unmarshal(b []byte) error

type CUserMessageTrain

type CUserMessageTrain struct {
	Position             *uint32  `protobuf:"varint,1,opt,name=position" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageTrain) Descriptor

func (*CUserMessageTrain) Descriptor() ([]byte, []int)

func (*CUserMessageTrain) GetPosition

func (m *CUserMessageTrain) GetPosition() uint32

func (*CUserMessageTrain) ProtoMessage

func (*CUserMessageTrain) ProtoMessage()

func (*CUserMessageTrain) Reset

func (m *CUserMessageTrain) Reset()

func (*CUserMessageTrain) String

func (m *CUserMessageTrain) String() string

func (*CUserMessageTrain) XXX_DiscardUnknown

func (m *CUserMessageTrain) XXX_DiscardUnknown()

func (*CUserMessageTrain) XXX_Marshal

func (m *CUserMessageTrain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageTrain) XXX_Merge

func (m *CUserMessageTrain) XXX_Merge(src proto.Message)

func (*CUserMessageTrain) XXX_Size

func (m *CUserMessageTrain) XXX_Size() int

func (*CUserMessageTrain) XXX_Unmarshal

func (m *CUserMessageTrain) XXX_Unmarshal(b []byte) error

type CUserMessageVGUIMenu

type CUserMessageVGUIMenu struct {
	Name                 *string                      `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Show                 *bool                        `protobuf:"varint,2,opt,name=show" json:"show,omitempty"`
	Keys                 []*CUserMessageVGUIMenu_Keys `protobuf:"bytes,3,rep,name=keys" json:"keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*CUserMessageVGUIMenu) Descriptor

func (*CUserMessageVGUIMenu) Descriptor() ([]byte, []int)

func (*CUserMessageVGUIMenu) GetKeys

func (*CUserMessageVGUIMenu) GetName

func (m *CUserMessageVGUIMenu) GetName() string

func (*CUserMessageVGUIMenu) GetShow

func (m *CUserMessageVGUIMenu) GetShow() bool

func (*CUserMessageVGUIMenu) ProtoMessage

func (*CUserMessageVGUIMenu) ProtoMessage()

func (*CUserMessageVGUIMenu) Reset

func (m *CUserMessageVGUIMenu) Reset()

func (*CUserMessageVGUIMenu) String

func (m *CUserMessageVGUIMenu) String() string

func (*CUserMessageVGUIMenu) XXX_DiscardUnknown

func (m *CUserMessageVGUIMenu) XXX_DiscardUnknown()

func (*CUserMessageVGUIMenu) XXX_Marshal

func (m *CUserMessageVGUIMenu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageVGUIMenu) XXX_Merge

func (m *CUserMessageVGUIMenu) XXX_Merge(src proto.Message)

func (*CUserMessageVGUIMenu) XXX_Size

func (m *CUserMessageVGUIMenu) XXX_Size() int

func (*CUserMessageVGUIMenu) XXX_Unmarshal

func (m *CUserMessageVGUIMenu) XXX_Unmarshal(b []byte) error

type CUserMessageVGUIMenu_Keys

type CUserMessageVGUIMenu_Keys 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 (*CUserMessageVGUIMenu_Keys) Descriptor

func (*CUserMessageVGUIMenu_Keys) Descriptor() ([]byte, []int)

func (*CUserMessageVGUIMenu_Keys) GetName

func (m *CUserMessageVGUIMenu_Keys) GetName() string

func (*CUserMessageVGUIMenu_Keys) GetValue

func (m *CUserMessageVGUIMenu_Keys) GetValue() string

func (*CUserMessageVGUIMenu_Keys) ProtoMessage

func (*CUserMessageVGUIMenu_Keys) ProtoMessage()

func (*CUserMessageVGUIMenu_Keys) Reset

func (m *CUserMessageVGUIMenu_Keys) Reset()

func (*CUserMessageVGUIMenu_Keys) String

func (m *CUserMessageVGUIMenu_Keys) String() string

func (*CUserMessageVGUIMenu_Keys) XXX_DiscardUnknown

func (m *CUserMessageVGUIMenu_Keys) XXX_DiscardUnknown()

func (*CUserMessageVGUIMenu_Keys) XXX_Marshal

func (m *CUserMessageVGUIMenu_Keys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageVGUIMenu_Keys) XXX_Merge

func (m *CUserMessageVGUIMenu_Keys) XXX_Merge(src proto.Message)

func (*CUserMessageVGUIMenu_Keys) XXX_Size

func (m *CUserMessageVGUIMenu_Keys) XXX_Size() int

func (*CUserMessageVGUIMenu_Keys) XXX_Unmarshal

func (m *CUserMessageVGUIMenu_Keys) XXX_Unmarshal(b []byte) error

type CUserMessageVoiceMask

type CUserMessageVoiceMask struct {
	GamerulesMasks       []uint32 `protobuf:"varint,1,rep,name=gamerules_masks,json=gamerulesMasks" json:"gamerules_masks,omitempty"`
	BanMasks             []uint32 `protobuf:"varint,2,rep,name=ban_masks,json=banMasks" json:"ban_masks,omitempty"`
	ModEnable            *bool    `protobuf:"varint,3,opt,name=mod_enable,json=modEnable" json:"mod_enable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageVoiceMask) Descriptor

func (*CUserMessageVoiceMask) Descriptor() ([]byte, []int)

func (*CUserMessageVoiceMask) GetBanMasks

func (m *CUserMessageVoiceMask) GetBanMasks() []uint32

func (*CUserMessageVoiceMask) GetGamerulesMasks

func (m *CUserMessageVoiceMask) GetGamerulesMasks() []uint32

func (*CUserMessageVoiceMask) GetModEnable

func (m *CUserMessageVoiceMask) GetModEnable() bool

func (*CUserMessageVoiceMask) ProtoMessage

func (*CUserMessageVoiceMask) ProtoMessage()

func (*CUserMessageVoiceMask) Reset

func (m *CUserMessageVoiceMask) Reset()

func (*CUserMessageVoiceMask) String

func (m *CUserMessageVoiceMask) String() string

func (*CUserMessageVoiceMask) XXX_DiscardUnknown

func (m *CUserMessageVoiceMask) XXX_DiscardUnknown()

func (*CUserMessageVoiceMask) XXX_Marshal

func (m *CUserMessageVoiceMask) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageVoiceMask) XXX_Merge

func (m *CUserMessageVoiceMask) XXX_Merge(src proto.Message)

func (*CUserMessageVoiceMask) XXX_Size

func (m *CUserMessageVoiceMask) XXX_Size() int

func (*CUserMessageVoiceMask) XXX_Unmarshal

func (m *CUserMessageVoiceMask) XXX_Unmarshal(b []byte) error

type CUserMessageVoiceSubtitle

type CUserMessageVoiceSubtitle struct {
	Player               *int32   `protobuf:"varint,1,opt,name=player" json:"player,omitempty"`
	Menu                 *int32   `protobuf:"varint,2,opt,name=menu" json:"menu,omitempty"`
	Item                 *int32   `protobuf:"varint,3,opt,name=item" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMessageVoiceSubtitle) Descriptor

func (*CUserMessageVoiceSubtitle) Descriptor() ([]byte, []int)

func (*CUserMessageVoiceSubtitle) GetItem

func (m *CUserMessageVoiceSubtitle) GetItem() int32

func (*CUserMessageVoiceSubtitle) GetMenu

func (m *CUserMessageVoiceSubtitle) GetMenu() int32

func (*CUserMessageVoiceSubtitle) GetPlayer

func (m *CUserMessageVoiceSubtitle) GetPlayer() int32

func (*CUserMessageVoiceSubtitle) ProtoMessage

func (*CUserMessageVoiceSubtitle) ProtoMessage()

func (*CUserMessageVoiceSubtitle) Reset

func (m *CUserMessageVoiceSubtitle) Reset()

func (*CUserMessageVoiceSubtitle) String

func (m *CUserMessageVoiceSubtitle) String() string

func (*CUserMessageVoiceSubtitle) XXX_DiscardUnknown

func (m *CUserMessageVoiceSubtitle) XXX_DiscardUnknown()

func (*CUserMessageVoiceSubtitle) XXX_Marshal

func (m *CUserMessageVoiceSubtitle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMessageVoiceSubtitle) XXX_Merge

func (m *CUserMessageVoiceSubtitle) XXX_Merge(src proto.Message)

func (*CUserMessageVoiceSubtitle) XXX_Size

func (m *CUserMessageVoiceSubtitle) XXX_Size() int

func (*CUserMessageVoiceSubtitle) XXX_Unmarshal

func (m *CUserMessageVoiceSubtitle) XXX_Unmarshal(b []byte) error

type CUserMsg_CustomGameEvent

type CUserMsg_CustomGameEvent struct {
	EventName            *string  `protobuf:"bytes,1,opt,name=event_name,json=eventName" json:"event_name,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_CustomGameEvent) Descriptor

func (*CUserMsg_CustomGameEvent) Descriptor() ([]byte, []int)

func (*CUserMsg_CustomGameEvent) GetData

func (m *CUserMsg_CustomGameEvent) GetData() []byte

func (*CUserMsg_CustomGameEvent) GetEventName

func (m *CUserMsg_CustomGameEvent) GetEventName() string

func (*CUserMsg_CustomGameEvent) ProtoMessage

func (*CUserMsg_CustomGameEvent) ProtoMessage()

func (*CUserMsg_CustomGameEvent) Reset

func (m *CUserMsg_CustomGameEvent) Reset()

func (*CUserMsg_CustomGameEvent) String

func (m *CUserMsg_CustomGameEvent) String() string

func (*CUserMsg_CustomGameEvent) XXX_DiscardUnknown

func (m *CUserMsg_CustomGameEvent) XXX_DiscardUnknown()

func (*CUserMsg_CustomGameEvent) XXX_Marshal

func (m *CUserMsg_CustomGameEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_CustomGameEvent) XXX_Merge

func (m *CUserMsg_CustomGameEvent) XXX_Merge(src proto.Message)

func (*CUserMsg_CustomGameEvent) XXX_Size

func (m *CUserMsg_CustomGameEvent) XXX_Size() int

func (*CUserMsg_CustomGameEvent) XXX_Unmarshal

func (m *CUserMsg_CustomGameEvent) XXX_Unmarshal(b []byte) error

type CUserMsg_HudError

type CUserMsg_HudError struct {
	OrderId              *int32   `protobuf:"varint,1,opt,name=order_id,json=orderId" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_HudError) Descriptor

func (*CUserMsg_HudError) Descriptor() ([]byte, []int)

func (*CUserMsg_HudError) GetOrderId

func (m *CUserMsg_HudError) GetOrderId() int32

func (*CUserMsg_HudError) ProtoMessage

func (*CUserMsg_HudError) ProtoMessage()

func (*CUserMsg_HudError) Reset

func (m *CUserMsg_HudError) Reset()

func (*CUserMsg_HudError) String

func (m *CUserMsg_HudError) String() string

func (*CUserMsg_HudError) XXX_DiscardUnknown

func (m *CUserMsg_HudError) XXX_DiscardUnknown()

func (*CUserMsg_HudError) XXX_Marshal

func (m *CUserMsg_HudError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_HudError) XXX_Merge

func (m *CUserMsg_HudError) XXX_Merge(src proto.Message)

func (*CUserMsg_HudError) XXX_Size

func (m *CUserMsg_HudError) XXX_Size() int

func (*CUserMsg_HudError) XXX_Unmarshal

func (m *CUserMsg_HudError) XXX_Unmarshal(b []byte) error

type CUserMsg_ParticleManager

type CUserMsg_ParticleManager struct {
	Type                         *PARTICLE_MESSAGE                                      `protobuf:"varint,1,req,name=type,enum=protocol.PARTICLE_MESSAGE,def=0" json:"type,omitempty"`
	Index                        *uint32                                                `protobuf:"varint,2,req,name=index" json:"index,omitempty"`
	ReleaseParticleIndex         *CUserMsg_ParticleManager_ReleaseParticleIndex         `protobuf:"bytes,3,opt,name=release_particle_index,json=releaseParticleIndex" json:"release_particle_index,omitempty"`
	CreateParticle               *CUserMsg_ParticleManager_CreateParticle               `protobuf:"bytes,4,opt,name=create_particle,json=createParticle" json:"create_particle,omitempty"`
	DestroyParticle              *CUserMsg_ParticleManager_DestroyParticle              `protobuf:"bytes,5,opt,name=destroy_particle,json=destroyParticle" json:"destroy_particle,omitempty"`
	DestroyParticleInvolving     *CUserMsg_ParticleManager_DestroyParticleInvolving     `` /* 128-byte string literal not displayed */
	UpdateParticle               *CUserMsg_ParticleManager_UpdateParticle               `protobuf:"bytes,7,opt,name=update_particle,json=updateParticle" json:"update_particle,omitempty"`
	UpdateParticleFwd            *CUserMsg_ParticleManager_UpdateParticleFwd            `protobuf:"bytes,8,opt,name=update_particle_fwd,json=updateParticleFwd" json:"update_particle_fwd,omitempty"`
	UpdateParticleOrient         *CUserMsg_ParticleManager_UpdateParticleOrient         `protobuf:"bytes,9,opt,name=update_particle_orient,json=updateParticleOrient" json:"update_particle_orient,omitempty"`
	UpdateParticleFallback       *CUserMsg_ParticleManager_UpdateParticleFallback       `protobuf:"bytes,10,opt,name=update_particle_fallback,json=updateParticleFallback" json:"update_particle_fallback,omitempty"`
	UpdateParticleOffset         *CUserMsg_ParticleManager_UpdateParticleOffset         `protobuf:"bytes,11,opt,name=update_particle_offset,json=updateParticleOffset" json:"update_particle_offset,omitempty"`
	UpdateParticleEnt            *CUserMsg_ParticleManager_UpdateParticleEnt            `protobuf:"bytes,12,opt,name=update_particle_ent,json=updateParticleEnt" json:"update_particle_ent,omitempty"`
	UpdateParticleShouldDraw     *CUserMsg_ParticleManager_UpdateParticleShouldDraw     `` /* 131-byte string literal not displayed */
	UpdateParticleSetFrozen      *CUserMsg_ParticleManager_UpdateParticleSetFrozen      `` /* 128-byte string literal not displayed */
	ChangeControlPointAttachment *CUserMsg_ParticleManager_ChangeControlPointAttachment `` /* 143-byte string literal not displayed */
	UpdateEntityPosition         *CUserMsg_ParticleManager_UpdateEntityPosition         `protobuf:"bytes,17,opt,name=update_entity_position,json=updateEntityPosition" json:"update_entity_position,omitempty"`
	SetParticleFowProperties     *CUserMsg_ParticleManager_SetParticleFoWProperties     `` /* 131-byte string literal not displayed */
	SetParticleText              *CUserMsg_ParticleManager_SetParticleText              `protobuf:"bytes,19,opt,name=set_particle_text,json=setParticleText" json:"set_particle_text,omitempty"`
	SetParticleShouldCheckFow    *CUserMsg_ParticleManager_SetParticleShouldCheckFoW    `` /* 136-byte string literal not displayed */
	SetControlPointModel         *CUserMsg_ParticleManager_SetControlPointModel         `protobuf:"bytes,21,opt,name=set_control_point_model,json=setControlPointModel" json:"set_control_point_model,omitempty"`
	SetControlPointSnapshot      *CUserMsg_ParticleManager_SetControlPointSnapshot      `` /* 128-byte string literal not displayed */
	SetTextureAttribute          *CUserMsg_ParticleManager_SetTextureAttribute          `protobuf:"bytes,23,opt,name=set_texture_attribute,json=setTextureAttribute" json:"set_texture_attribute,omitempty"`
	SetSceneObjectGenericFlag    *CUserMsg_ParticleManager_SetSceneObjectGenericFlag    `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{}                                               `json:"-"`
	XXX_unrecognized             []byte                                                 `json:"-"`
	XXX_sizecache                int32                                                  `json:"-"`
}

func (*CUserMsg_ParticleManager) Descriptor

func (*CUserMsg_ParticleManager) Descriptor() ([]byte, []int)

func (*CUserMsg_ParticleManager) GetChangeControlPointAttachment

func (*CUserMsg_ParticleManager) GetCreateParticle

func (*CUserMsg_ParticleManager) GetDestroyParticle

func (*CUserMsg_ParticleManager) GetDestroyParticleInvolving

func (*CUserMsg_ParticleManager) GetIndex

func (m *CUserMsg_ParticleManager) GetIndex() uint32

func (*CUserMsg_ParticleManager) GetReleaseParticleIndex

func (*CUserMsg_ParticleManager) GetSetControlPointModel

func (*CUserMsg_ParticleManager) GetSetControlPointSnapshot

func (*CUserMsg_ParticleManager) GetSetParticleFowProperties

func (*CUserMsg_ParticleManager) GetSetParticleShouldCheckFow

func (*CUserMsg_ParticleManager) GetSetParticleText

func (*CUserMsg_ParticleManager) GetSetSceneObjectGenericFlag

func (*CUserMsg_ParticleManager) GetSetTextureAttribute

func (*CUserMsg_ParticleManager) GetType

func (*CUserMsg_ParticleManager) GetUpdateEntityPosition

func (*CUserMsg_ParticleManager) GetUpdateParticle

func (*CUserMsg_ParticleManager) GetUpdateParticleEnt

func (*CUserMsg_ParticleManager) GetUpdateParticleFallback

func (*CUserMsg_ParticleManager) GetUpdateParticleFwd

func (*CUserMsg_ParticleManager) GetUpdateParticleOffset

func (*CUserMsg_ParticleManager) GetUpdateParticleOrient

func (*CUserMsg_ParticleManager) GetUpdateParticleSetFrozen

func (*CUserMsg_ParticleManager) GetUpdateParticleShouldDraw

func (*CUserMsg_ParticleManager) ProtoMessage

func (*CUserMsg_ParticleManager) ProtoMessage()

func (*CUserMsg_ParticleManager) Reset

func (m *CUserMsg_ParticleManager) Reset()

func (*CUserMsg_ParticleManager) String

func (m *CUserMsg_ParticleManager) String() string

func (*CUserMsg_ParticleManager) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager) XXX_Marshal

func (m *CUserMsg_ParticleManager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager) XXX_Merge

func (m *CUserMsg_ParticleManager) XXX_Merge(src proto.Message)

func (*CUserMsg_ParticleManager) XXX_Size

func (m *CUserMsg_ParticleManager) XXX_Size() int

func (*CUserMsg_ParticleManager) XXX_Unmarshal

func (m *CUserMsg_ParticleManager) XXX_Unmarshal(b []byte) error

type CUserMsg_ParticleManager_ChangeControlPointAttachment

type CUserMsg_ParticleManager_ChangeControlPointAttachment struct {
	AttachmentOld        *int32   `protobuf:"varint,1,opt,name=attachment_old,json=attachmentOld" json:"attachment_old,omitempty"`
	AttachmentNew        *int32   `protobuf:"varint,2,opt,name=attachment_new,json=attachmentNew" json:"attachment_new,omitempty"`
	EntityHandle         *int32   `protobuf:"varint,3,opt,name=entity_handle,json=entityHandle" json:"entity_handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) Descriptor

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) GetAttachmentNew

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) GetAttachmentOld

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) GetEntityHandle

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) ProtoMessage

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) Reset

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) String

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) XXX_DiscardUnknown

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) XXX_Marshal

func (m *CUserMsg_ParticleManager_ChangeControlPointAttachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) XXX_Merge

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) XXX_Size

func (*CUserMsg_ParticleManager_ChangeControlPointAttachment) XXX_Unmarshal

type CUserMsg_ParticleManager_CreateParticle

type CUserMsg_ParticleManager_CreateParticle struct {
	ParticleNameIndex        *uint64  `protobuf:"fixed64,1,opt,name=particle_name_index,json=particleNameIndex" json:"particle_name_index,omitempty"`
	AttachType               *int32   `protobuf:"varint,2,opt,name=attach_type,json=attachType" json:"attach_type,omitempty"`
	EntityHandle             *int32   `protobuf:"varint,3,opt,name=entity_handle,json=entityHandle" json:"entity_handle,omitempty"`
	EntityHandleForModifiers *int32   `` /* 131-byte string literal not displayed */
	ApplyVoiceBanRules       *bool    `protobuf:"varint,5,opt,name=apply_voice_ban_rules,json=applyVoiceBanRules" json:"apply_voice_ban_rules,omitempty"`
	TeamBehavior             *int32   `protobuf:"varint,6,opt,name=team_behavior,json=teamBehavior" json:"team_behavior,omitempty"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_CreateParticle) Descriptor

func (*CUserMsg_ParticleManager_CreateParticle) Descriptor() ([]byte, []int)

func (*CUserMsg_ParticleManager_CreateParticle) GetApplyVoiceBanRules

func (m *CUserMsg_ParticleManager_CreateParticle) GetApplyVoiceBanRules() bool

func (*CUserMsg_ParticleManager_CreateParticle) GetAttachType

func (*CUserMsg_ParticleManager_CreateParticle) GetEntityHandle

func (m *CUserMsg_ParticleManager_CreateParticle) GetEntityHandle() int32

func (*CUserMsg_ParticleManager_CreateParticle) GetEntityHandleForModifiers

func (m *CUserMsg_ParticleManager_CreateParticle) GetEntityHandleForModifiers() int32

func (*CUserMsg_ParticleManager_CreateParticle) GetParticleNameIndex

func (m *CUserMsg_ParticleManager_CreateParticle) GetParticleNameIndex() uint64

func (*CUserMsg_ParticleManager_CreateParticle) GetTeamBehavior

func (m *CUserMsg_ParticleManager_CreateParticle) GetTeamBehavior() int32

func (*CUserMsg_ParticleManager_CreateParticle) ProtoMessage

func (*CUserMsg_ParticleManager_CreateParticle) Reset

func (*CUserMsg_ParticleManager_CreateParticle) String

func (*CUserMsg_ParticleManager_CreateParticle) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_CreateParticle) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_CreateParticle) XXX_Marshal

func (m *CUserMsg_ParticleManager_CreateParticle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_CreateParticle) XXX_Merge

func (*CUserMsg_ParticleManager_CreateParticle) XXX_Size

func (*CUserMsg_ParticleManager_CreateParticle) XXX_Unmarshal

func (m *CUserMsg_ParticleManager_CreateParticle) XXX_Unmarshal(b []byte) error

type CUserMsg_ParticleManager_DestroyParticle

type CUserMsg_ParticleManager_DestroyParticle struct {
	DestroyImmediately   *bool    `protobuf:"varint,1,opt,name=destroy_immediately,json=destroyImmediately" json:"destroy_immediately,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_DestroyParticle) Descriptor

func (*CUserMsg_ParticleManager_DestroyParticle) Descriptor() ([]byte, []int)

func (*CUserMsg_ParticleManager_DestroyParticle) GetDestroyImmediately

func (m *CUserMsg_ParticleManager_DestroyParticle) GetDestroyImmediately() bool

func (*CUserMsg_ParticleManager_DestroyParticle) ProtoMessage

func (*CUserMsg_ParticleManager_DestroyParticle) Reset

func (*CUserMsg_ParticleManager_DestroyParticle) String

func (*CUserMsg_ParticleManager_DestroyParticle) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_DestroyParticle) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_DestroyParticle) XXX_Marshal

func (m *CUserMsg_ParticleManager_DestroyParticle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_DestroyParticle) XXX_Merge

func (*CUserMsg_ParticleManager_DestroyParticle) XXX_Size

func (*CUserMsg_ParticleManager_DestroyParticle) XXX_Unmarshal

func (m *CUserMsg_ParticleManager_DestroyParticle) XXX_Unmarshal(b []byte) error

type CUserMsg_ParticleManager_DestroyParticleInvolving

type CUserMsg_ParticleManager_DestroyParticleInvolving struct {
	DestroyImmediately   *bool    `protobuf:"varint,1,opt,name=destroy_immediately,json=destroyImmediately" json:"destroy_immediately,omitempty"`
	EntityHandle         *int32   `protobuf:"varint,3,opt,name=entity_handle,json=entityHandle" json:"entity_handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) Descriptor

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) GetDestroyImmediately

func (m *CUserMsg_ParticleManager_DestroyParticleInvolving) GetDestroyImmediately() bool

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) GetEntityHandle

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) ProtoMessage

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) Reset

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) String

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_Marshal

func (m *CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_Merge

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_Size

func (*CUserMsg_ParticleManager_DestroyParticleInvolving) XXX_Unmarshal

type CUserMsg_ParticleManager_ReleaseParticleIndex

type CUserMsg_ParticleManager_ReleaseParticleIndex struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) Descriptor

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) ProtoMessage

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) Reset

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) String

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_Marshal

func (m *CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_Merge

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_Size

func (*CUserMsg_ParticleManager_ReleaseParticleIndex) XXX_Unmarshal

type CUserMsg_ParticleManager_SetControlPointModel

type CUserMsg_ParticleManager_SetControlPointModel struct {
	ControlPoint         *int32   `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	ModelName            *string  `protobuf:"bytes,2,opt,name=model_name,json=modelName" json:"model_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetControlPointModel) Descriptor

func (*CUserMsg_ParticleManager_SetControlPointModel) GetControlPoint

func (*CUserMsg_ParticleManager_SetControlPointModel) GetModelName

func (*CUserMsg_ParticleManager_SetControlPointModel) ProtoMessage

func (*CUserMsg_ParticleManager_SetControlPointModel) Reset

func (*CUserMsg_ParticleManager_SetControlPointModel) String

func (*CUserMsg_ParticleManager_SetControlPointModel) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_SetControlPointModel) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_SetControlPointModel) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetControlPointModel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetControlPointModel) XXX_Merge

func (*CUserMsg_ParticleManager_SetControlPointModel) XXX_Size

func (*CUserMsg_ParticleManager_SetControlPointModel) XXX_Unmarshal

type CUserMsg_ParticleManager_SetControlPointSnapshot

type CUserMsg_ParticleManager_SetControlPointSnapshot struct {
	ControlPoint         *int32   `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	SnapshotName         *string  `protobuf:"bytes,2,opt,name=snapshot_name,json=snapshotName" json:"snapshot_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) Descriptor

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) GetControlPoint

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) GetSnapshotName

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) ProtoMessage

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) Reset

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) String

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_Merge

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_Size

func (*CUserMsg_ParticleManager_SetControlPointSnapshot) XXX_Unmarshal

type CUserMsg_ParticleManager_SetParticleFoWProperties

type CUserMsg_ParticleManager_SetParticleFoWProperties struct {
	FowControlPoint      *int32   `protobuf:"varint,1,opt,name=fow_control_point,json=fowControlPoint" json:"fow_control_point,omitempty"`
	FowControlPoint2     *int32   `protobuf:"varint,2,opt,name=fow_control_point2,json=fowControlPoint2" json:"fow_control_point2,omitempty"`
	FowRadius            *float32 `protobuf:"fixed32,3,opt,name=fow_radius,json=fowRadius" json:"fow_radius,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) Descriptor

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) GetFowControlPoint

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) GetFowControlPoint2

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) GetFowRadius

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) ProtoMessage

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) Reset

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) String

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_Merge

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_Size

func (*CUserMsg_ParticleManager_SetParticleFoWProperties) XXX_Unmarshal

type CUserMsg_ParticleManager_SetParticleShouldCheckFoW

type CUserMsg_ParticleManager_SetParticleShouldCheckFoW struct {
	CheckFow             *bool    `protobuf:"varint,1,opt,name=check_fow,json=checkFow" json:"check_fow,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) Descriptor

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) GetCheckFow

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) ProtoMessage

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) Reset

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) String

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) XXX_DiscardUnknown

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetParticleShouldCheckFoW) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) XXX_Merge

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) XXX_Size

func (*CUserMsg_ParticleManager_SetParticleShouldCheckFoW) XXX_Unmarshal

type CUserMsg_ParticleManager_SetParticleText

type CUserMsg_ParticleManager_SetParticleText struct {
	Text                 *string  `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetParticleText) Descriptor

func (*CUserMsg_ParticleManager_SetParticleText) Descriptor() ([]byte, []int)

func (*CUserMsg_ParticleManager_SetParticleText) GetText

func (*CUserMsg_ParticleManager_SetParticleText) ProtoMessage

func (*CUserMsg_ParticleManager_SetParticleText) Reset

func (*CUserMsg_ParticleManager_SetParticleText) String

func (*CUserMsg_ParticleManager_SetParticleText) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_SetParticleText) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_SetParticleText) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetParticleText) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetParticleText) XXX_Merge

func (*CUserMsg_ParticleManager_SetParticleText) XXX_Size

func (*CUserMsg_ParticleManager_SetParticleText) XXX_Unmarshal

func (m *CUserMsg_ParticleManager_SetParticleText) XXX_Unmarshal(b []byte) error

type CUserMsg_ParticleManager_SetSceneObjectGenericFlag

type CUserMsg_ParticleManager_SetSceneObjectGenericFlag struct {
	FlagValue            *bool    `protobuf:"varint,1,opt,name=flag_value,json=flagValue" json:"flag_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) Descriptor

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) GetFlagValue

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) ProtoMessage

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) Reset

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) String

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) XXX_DiscardUnknown

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetSceneObjectGenericFlag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) XXX_Merge

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) XXX_Size

func (*CUserMsg_ParticleManager_SetSceneObjectGenericFlag) XXX_Unmarshal

type CUserMsg_ParticleManager_SetTextureAttribute

type CUserMsg_ParticleManager_SetTextureAttribute struct {
	AttributeName        *string  `protobuf:"bytes,1,opt,name=attribute_name,json=attributeName" json:"attribute_name,omitempty"`
	TextureName          *string  `protobuf:"bytes,2,opt,name=texture_name,json=textureName" json:"texture_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_SetTextureAttribute) Descriptor

func (*CUserMsg_ParticleManager_SetTextureAttribute) GetAttributeName

func (*CUserMsg_ParticleManager_SetTextureAttribute) GetTextureName

func (*CUserMsg_ParticleManager_SetTextureAttribute) ProtoMessage

func (*CUserMsg_ParticleManager_SetTextureAttribute) Reset

func (*CUserMsg_ParticleManager_SetTextureAttribute) String

func (*CUserMsg_ParticleManager_SetTextureAttribute) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_SetTextureAttribute) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_SetTextureAttribute) XXX_Marshal

func (m *CUserMsg_ParticleManager_SetTextureAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_SetTextureAttribute) XXX_Merge

func (*CUserMsg_ParticleManager_SetTextureAttribute) XXX_Size

func (*CUserMsg_ParticleManager_SetTextureAttribute) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateEntityPosition

type CUserMsg_ParticleManager_UpdateEntityPosition struct {
	EntityHandle         *int32      `protobuf:"varint,1,opt,name=entity_handle,json=entityHandle" json:"entity_handle,omitempty"`
	Position             *CMsgVector `protobuf:"bytes,2,opt,name=position" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateEntityPosition) Descriptor

func (*CUserMsg_ParticleManager_UpdateEntityPosition) GetEntityHandle

func (*CUserMsg_ParticleManager_UpdateEntityPosition) GetPosition

func (*CUserMsg_ParticleManager_UpdateEntityPosition) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateEntityPosition) Reset

func (*CUserMsg_ParticleManager_UpdateEntityPosition) String

func (*CUserMsg_ParticleManager_UpdateEntityPosition) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateEntityPosition) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateEntityPosition) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateEntityPosition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateEntityPosition) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateEntityPosition) XXX_Size

func (*CUserMsg_ParticleManager_UpdateEntityPosition) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticle

type CUserMsg_ParticleManager_UpdateParticle struct {
	ControlPoint         *int32      `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	Position             *CMsgVector `protobuf:"bytes,2,opt,name=position" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticle) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticle) Descriptor() ([]byte, []int)

func (*CUserMsg_ParticleManager_UpdateParticle) GetControlPoint

func (m *CUserMsg_ParticleManager_UpdateParticle) GetControlPoint() int32

func (*CUserMsg_ParticleManager_UpdateParticle) GetPosition

func (*CUserMsg_ParticleManager_UpdateParticle) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticle) Reset

func (*CUserMsg_ParticleManager_UpdateParticle) String

func (*CUserMsg_ParticleManager_UpdateParticle) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticle) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticle) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticle) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticle) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticle) XXX_Unmarshal

func (m *CUserMsg_ParticleManager_UpdateParticle) XXX_Unmarshal(b []byte) error

type CUserMsg_ParticleManager_UpdateParticleEnt

type CUserMsg_ParticleManager_UpdateParticleEnt struct {
	ControlPoint         *int32      `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	EntityHandle         *int32      `protobuf:"varint,2,opt,name=entity_handle,json=entityHandle" json:"entity_handle,omitempty"`
	AttachType           *int32      `protobuf:"varint,3,opt,name=attach_type,json=attachType" json:"attach_type,omitempty"`
	Attachment           *int32      `protobuf:"varint,4,opt,name=attachment" json:"attachment,omitempty"`
	FallbackPosition     *CMsgVector `protobuf:"bytes,5,opt,name=fallback_position,json=fallbackPosition" json:"fallback_position,omitempty"`
	IncludeWearables     *bool       `protobuf:"varint,6,opt,name=include_wearables,json=includeWearables" json:"include_wearables,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleEnt) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleEnt) GetAttachType

func (*CUserMsg_ParticleManager_UpdateParticleEnt) GetAttachment

func (*CUserMsg_ParticleManager_UpdateParticleEnt) GetControlPoint

func (*CUserMsg_ParticleManager_UpdateParticleEnt) GetEntityHandle

func (*CUserMsg_ParticleManager_UpdateParticleEnt) GetFallbackPosition

func (m *CUserMsg_ParticleManager_UpdateParticleEnt) GetFallbackPosition() *CMsgVector

func (*CUserMsg_ParticleManager_UpdateParticleEnt) GetIncludeWearables

func (m *CUserMsg_ParticleManager_UpdateParticleEnt) GetIncludeWearables() bool

func (*CUserMsg_ParticleManager_UpdateParticleEnt) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleEnt) Reset

func (*CUserMsg_ParticleManager_UpdateParticleEnt) String

func (*CUserMsg_ParticleManager_UpdateParticleEnt) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleEnt) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleEnt) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleEnt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleEnt) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleEnt) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleEnt) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticleFallback

type CUserMsg_ParticleManager_UpdateParticleFallback struct {
	ControlPoint         *int32      `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	Position             *CMsgVector `protobuf:"bytes,2,opt,name=position" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleFallback) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleFallback) GetControlPoint

func (*CUserMsg_ParticleManager_UpdateParticleFallback) GetPosition

func (*CUserMsg_ParticleManager_UpdateParticleFallback) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleFallback) Reset

func (*CUserMsg_ParticleManager_UpdateParticleFallback) String

func (*CUserMsg_ParticleManager_UpdateParticleFallback) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleFallback) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleFallback) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleFallback) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleFallback) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleFallback) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleFallback) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticleFwd

type CUserMsg_ParticleManager_UpdateParticleFwd struct {
	ControlPoint         *int32      `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	Forward              *CMsgVector `protobuf:"bytes,2,opt,name=forward" json:"forward,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleFwd) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleFwd) GetControlPoint

func (*CUserMsg_ParticleManager_UpdateParticleFwd) GetForward

func (*CUserMsg_ParticleManager_UpdateParticleFwd) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleFwd) Reset

func (*CUserMsg_ParticleManager_UpdateParticleFwd) String

func (*CUserMsg_ParticleManager_UpdateParticleFwd) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleFwd) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleFwd) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleFwd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleFwd) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleFwd) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleFwd) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticleOffset

type CUserMsg_ParticleManager_UpdateParticleOffset struct {
	ControlPoint         *int32      `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	OriginOffset         *CMsgVector `protobuf:"bytes,2,opt,name=origin_offset,json=originOffset" json:"origin_offset,omitempty"`
	AngleOffset          *CMsgQAngle `protobuf:"bytes,3,opt,name=angle_offset,json=angleOffset" json:"angle_offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleOffset) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleOffset) GetAngleOffset

func (*CUserMsg_ParticleManager_UpdateParticleOffset) GetControlPoint

func (*CUserMsg_ParticleManager_UpdateParticleOffset) GetOriginOffset

func (*CUserMsg_ParticleManager_UpdateParticleOffset) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleOffset) Reset

func (*CUserMsg_ParticleManager_UpdateParticleOffset) String

func (*CUserMsg_ParticleManager_UpdateParticleOffset) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleOffset) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleOffset) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleOffset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleOffset) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleOffset) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleOffset) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticleOrient

type CUserMsg_ParticleManager_UpdateParticleOrient struct {
	ControlPoint         *int32      `protobuf:"varint,1,opt,name=control_point,json=controlPoint" json:"control_point,omitempty"`
	Forward              *CMsgVector `protobuf:"bytes,2,opt,name=forward" json:"forward,omitempty"`
	Right                *CMsgVector `protobuf:"bytes,3,opt,name=right" json:"right,omitempty"` // Deprecated: Do not use.
	Up                   *CMsgVector `protobuf:"bytes,4,opt,name=up" json:"up,omitempty"`
	Left                 *CMsgVector `protobuf:"bytes,5,opt,name=left" json:"left,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleOrient) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleOrient) GetControlPoint

func (*CUserMsg_ParticleManager_UpdateParticleOrient) GetForward

func (*CUserMsg_ParticleManager_UpdateParticleOrient) GetLeft

func (*CUserMsg_ParticleManager_UpdateParticleOrient) GetRight deprecated

Deprecated: Do not use.

func (*CUserMsg_ParticleManager_UpdateParticleOrient) GetUp

func (*CUserMsg_ParticleManager_UpdateParticleOrient) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleOrient) Reset

func (*CUserMsg_ParticleManager_UpdateParticleOrient) String

func (*CUserMsg_ParticleManager_UpdateParticleOrient) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleOrient) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleOrient) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleOrient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleOrient) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleOrient) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleOrient) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticleSetFrozen

type CUserMsg_ParticleManager_UpdateParticleSetFrozen struct {
	SetFrozen            *bool    `protobuf:"varint,1,opt,name=set_frozen,json=setFrozen" json:"set_frozen,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) GetSetFrozen

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) Reset

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) String

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleSetFrozen) XXX_Unmarshal

type CUserMsg_ParticleManager_UpdateParticleShouldDraw

type CUserMsg_ParticleManager_UpdateParticleShouldDraw struct {
	ShouldDraw           *bool    `protobuf:"varint,1,opt,name=should_draw,json=shouldDraw" json:"should_draw,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) Descriptor

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) GetShouldDraw

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) ProtoMessage

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) Reset

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) String

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_DiscardUnknown

func (m *CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_DiscardUnknown()

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_Marshal

func (m *CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_Merge

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_Size

func (*CUserMsg_ParticleManager_UpdateParticleShouldDraw) XXX_Unmarshal

type CWorkshop_AddSpecialPayment_Request

type CWorkshop_AddSpecialPayment_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Gameitemid           *uint32  `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
	Date                 *string  `protobuf:"bytes,3,opt,name=date" json:"date,omitempty"`
	PaymentUsUsd         *uint64  `protobuf:"varint,4,opt,name=payment_us_usd,json=paymentUsUsd" json:"payment_us_usd,omitempty"`
	PaymentRowUsd        *uint64  `protobuf:"varint,5,opt,name=payment_row_usd,json=paymentRowUsd" json:"payment_row_usd,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_AddSpecialPayment_Request) Descriptor

func (*CWorkshop_AddSpecialPayment_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_AddSpecialPayment_Request) GetAppid

func (*CWorkshop_AddSpecialPayment_Request) GetDate

func (*CWorkshop_AddSpecialPayment_Request) GetGameitemid

func (m *CWorkshop_AddSpecialPayment_Request) GetGameitemid() uint32

func (*CWorkshop_AddSpecialPayment_Request) GetPaymentRowUsd

func (m *CWorkshop_AddSpecialPayment_Request) GetPaymentRowUsd() uint64

func (*CWorkshop_AddSpecialPayment_Request) GetPaymentUsUsd

func (m *CWorkshop_AddSpecialPayment_Request) GetPaymentUsUsd() uint64

func (*CWorkshop_AddSpecialPayment_Request) ProtoMessage

func (*CWorkshop_AddSpecialPayment_Request) ProtoMessage()

func (*CWorkshop_AddSpecialPayment_Request) Reset

func (*CWorkshop_AddSpecialPayment_Request) String

func (*CWorkshop_AddSpecialPayment_Request) XXX_DiscardUnknown

func (m *CWorkshop_AddSpecialPayment_Request) XXX_DiscardUnknown()

func (*CWorkshop_AddSpecialPayment_Request) XXX_Marshal

func (m *CWorkshop_AddSpecialPayment_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_AddSpecialPayment_Request) XXX_Merge

func (*CWorkshop_AddSpecialPayment_Request) XXX_Size

func (*CWorkshop_AddSpecialPayment_Request) XXX_Unmarshal

func (m *CWorkshop_AddSpecialPayment_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_AddSpecialPayment_Response

type CWorkshop_AddSpecialPayment_Response struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_AddSpecialPayment_Response) Descriptor

func (*CWorkshop_AddSpecialPayment_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_AddSpecialPayment_Response) ProtoMessage

func (*CWorkshop_AddSpecialPayment_Response) ProtoMessage()

func (*CWorkshop_AddSpecialPayment_Response) Reset

func (*CWorkshop_AddSpecialPayment_Response) String

func (*CWorkshop_AddSpecialPayment_Response) XXX_DiscardUnknown

func (m *CWorkshop_AddSpecialPayment_Response) XXX_DiscardUnknown()

func (*CWorkshop_AddSpecialPayment_Response) XXX_Marshal

func (m *CWorkshop_AddSpecialPayment_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_AddSpecialPayment_Response) XXX_Merge

func (*CWorkshop_AddSpecialPayment_Response) XXX_Size

func (*CWorkshop_AddSpecialPayment_Response) XXX_Unmarshal

func (m *CWorkshop_AddSpecialPayment_Response) 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_GetSpecialPayments_Request

type CWorkshop_GetSpecialPayments_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Gameitemid           *uint32  `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
	Date                 *string  `protobuf:"bytes,3,opt,name=date" json:"date,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetSpecialPayments_Request) Descriptor

func (*CWorkshop_GetSpecialPayments_Request) Descriptor() ([]byte, []int)

func (*CWorkshop_GetSpecialPayments_Request) GetAppid

func (*CWorkshop_GetSpecialPayments_Request) GetDate

func (*CWorkshop_GetSpecialPayments_Request) GetGameitemid

func (m *CWorkshop_GetSpecialPayments_Request) GetGameitemid() uint32

func (*CWorkshop_GetSpecialPayments_Request) ProtoMessage

func (*CWorkshop_GetSpecialPayments_Request) ProtoMessage()

func (*CWorkshop_GetSpecialPayments_Request) Reset

func (*CWorkshop_GetSpecialPayments_Request) String

func (*CWorkshop_GetSpecialPayments_Request) XXX_DiscardUnknown

func (m *CWorkshop_GetSpecialPayments_Request) XXX_DiscardUnknown()

func (*CWorkshop_GetSpecialPayments_Request) XXX_Marshal

func (m *CWorkshop_GetSpecialPayments_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetSpecialPayments_Request) XXX_Merge

func (*CWorkshop_GetSpecialPayments_Request) XXX_Size

func (*CWorkshop_GetSpecialPayments_Request) XXX_Unmarshal

func (m *CWorkshop_GetSpecialPayments_Request) XXX_Unmarshal(b []byte) error

type CWorkshop_GetSpecialPayments_Response

type CWorkshop_GetSpecialPayments_Response struct {
	SpecialPayments      []*CWorkshop_GetSpecialPayments_Response_SpecialPayment `protobuf:"bytes,1,rep,name=special_payments,json=specialPayments" json:"special_payments,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
	XXX_unrecognized     []byte                                                  `json:"-"`
	XXX_sizecache        int32                                                   `json:"-"`
}

func (*CWorkshop_GetSpecialPayments_Response) Descriptor

func (*CWorkshop_GetSpecialPayments_Response) Descriptor() ([]byte, []int)

func (*CWorkshop_GetSpecialPayments_Response) GetSpecialPayments

func (*CWorkshop_GetSpecialPayments_Response) ProtoMessage

func (*CWorkshop_GetSpecialPayments_Response) ProtoMessage()

func (*CWorkshop_GetSpecialPayments_Response) Reset

func (*CWorkshop_GetSpecialPayments_Response) String

func (*CWorkshop_GetSpecialPayments_Response) XXX_DiscardUnknown

func (m *CWorkshop_GetSpecialPayments_Response) XXX_DiscardUnknown()

func (*CWorkshop_GetSpecialPayments_Response) XXX_Marshal

func (m *CWorkshop_GetSpecialPayments_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetSpecialPayments_Response) XXX_Merge

func (*CWorkshop_GetSpecialPayments_Response) XXX_Size

func (*CWorkshop_GetSpecialPayments_Response) XXX_Unmarshal

func (m *CWorkshop_GetSpecialPayments_Response) XXX_Unmarshal(b []byte) error

type CWorkshop_GetSpecialPayments_Response_SpecialPayment

type CWorkshop_GetSpecialPayments_Response_SpecialPayment struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Gameitemid           *uint32  `protobuf:"varint,2,opt,name=gameitemid" json:"gameitemid,omitempty"`
	Date                 *string  `protobuf:"bytes,3,opt,name=date" json:"date,omitempty"`
	NetPaymentUsUsd      *uint64  `protobuf:"varint,4,opt,name=net_payment_us_usd,json=netPaymentUsUsd" json:"net_payment_us_usd,omitempty"`
	NetPaymentRowUsd     *uint64  `protobuf:"varint,5,opt,name=net_payment_row_usd,json=netPaymentRowUsd" json:"net_payment_row_usd,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) Descriptor

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) GetAppid

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) GetDate

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) GetGameitemid

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) GetNetPaymentRowUsd

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) GetNetPaymentUsUsd

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) ProtoMessage

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) Reset

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) String

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) XXX_DiscardUnknown

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) XXX_Marshal

func (m *CWorkshop_GetSpecialPayments_Response_SpecialPayment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) XXX_Merge

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) XXX_Size

func (*CWorkshop_GetSpecialPayments_Response_SpecialPayment) 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 DungeonActionCard

type DungeonActionCard struct {
	CardId               *int32   `protobuf:"varint,1,opt,name=card_id,json=cardId" json:"card_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DungeonActionCard) Descriptor

func (*DungeonActionCard) Descriptor() ([]byte, []int)

func (*DungeonActionCard) GetCardId

func (m *DungeonActionCard) GetCardId() int32

func (*DungeonActionCard) ProtoMessage

func (*DungeonActionCard) ProtoMessage()

func (*DungeonActionCard) Reset

func (m *DungeonActionCard) Reset()

func (*DungeonActionCard) String

func (m *DungeonActionCard) String() string

func (*DungeonActionCard) XXX_DiscardUnknown

func (m *DungeonActionCard) XXX_DiscardUnknown()

func (*DungeonActionCard) XXX_Marshal

func (m *DungeonActionCard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DungeonActionCard) XXX_Merge

func (m *DungeonActionCard) XXX_Merge(src proto.Message)

func (*DungeonActionCard) XXX_Size

func (m *DungeonActionCard) XXX_Size() int

func (*DungeonActionCard) XXX_Unmarshal

func (m *DungeonActionCard) XXX_Unmarshal(b []byte) error

type EBaseEntityMessages

type EBaseEntityMessages int32
const (
	EBaseEntityMessages_EM_PlayJingle      EBaseEntityMessages = 136
	EBaseEntityMessages_EM_ScreenOverlay   EBaseEntityMessages = 137
	EBaseEntityMessages_EM_RemoveAllDecals EBaseEntityMessages = 138
	EBaseEntityMessages_EM_PropagateForce  EBaseEntityMessages = 139
	EBaseEntityMessages_EM_DoSpark         EBaseEntityMessages = 140
	EBaseEntityMessages_EM_FixAngle        EBaseEntityMessages = 141
)

func (EBaseEntityMessages) Enum

func (EBaseEntityMessages) EnumDescriptor

func (EBaseEntityMessages) EnumDescriptor() ([]byte, []int)

func (EBaseEntityMessages) String

func (x EBaseEntityMessages) String() string

func (*EBaseEntityMessages) UnmarshalJSON

func (x *EBaseEntityMessages) UnmarshalJSON(data []byte) error

type EBaseUserMessages

type EBaseUserMessages int32
const (
	EBaseUserMessages_UM_AchievementEvent        EBaseUserMessages = 101
	EBaseUserMessages_UM_CloseCaption            EBaseUserMessages = 102
	EBaseUserMessages_UM_CloseCaptionDirect      EBaseUserMessages = 103
	EBaseUserMessages_UM_CurrentTimescale        EBaseUserMessages = 104
	EBaseUserMessages_UM_DesiredTimescale        EBaseUserMessages = 105
	EBaseUserMessages_UM_Fade                    EBaseUserMessages = 106
	EBaseUserMessages_UM_GameTitle               EBaseUserMessages = 107
	EBaseUserMessages_UM_HintText                EBaseUserMessages = 109
	EBaseUserMessages_UM_HudMsg                  EBaseUserMessages = 110
	EBaseUserMessages_UM_HudText                 EBaseUserMessages = 111
	EBaseUserMessages_UM_KeyHintText             EBaseUserMessages = 112
	EBaseUserMessages_UM_ColoredText             EBaseUserMessages = 113
	EBaseUserMessages_UM_RequestState            EBaseUserMessages = 114
	EBaseUserMessages_UM_ResetHUD                EBaseUserMessages = 115
	EBaseUserMessages_UM_Rumble                  EBaseUserMessages = 116
	EBaseUserMessages_UM_SayText                 EBaseUserMessages = 117
	EBaseUserMessages_UM_SayText2                EBaseUserMessages = 118
	EBaseUserMessages_UM_SayTextChannel          EBaseUserMessages = 119
	EBaseUserMessages_UM_Shake                   EBaseUserMessages = 120
	EBaseUserMessages_UM_ShakeDir                EBaseUserMessages = 121
	EBaseUserMessages_UM_TextMsg                 EBaseUserMessages = 124
	EBaseUserMessages_UM_ScreenTilt              EBaseUserMessages = 125
	EBaseUserMessages_UM_Train                   EBaseUserMessages = 126
	EBaseUserMessages_UM_VGUIMenu                EBaseUserMessages = 127
	EBaseUserMessages_UM_VoiceMask               EBaseUserMessages = 128
	EBaseUserMessages_UM_VoiceSubtitle           EBaseUserMessages = 129
	EBaseUserMessages_UM_SendAudio               EBaseUserMessages = 130
	EBaseUserMessages_UM_ItemPickup              EBaseUserMessages = 131
	EBaseUserMessages_UM_AmmoDenied              EBaseUserMessages = 132
	EBaseUserMessages_UM_CrosshairAngle          EBaseUserMessages = 133
	EBaseUserMessages_UM_ShowMenu                EBaseUserMessages = 134
	EBaseUserMessages_UM_CreditsMsg              EBaseUserMessages = 135
	EBaseUserMessages_UM_CloseCaptionPlaceholder EBaseUserMessages = 142
	EBaseUserMessages_UM_CameraTransition        EBaseUserMessages = 143
	EBaseUserMessages_UM_AudioParameter          EBaseUserMessages = 144
	EBaseUserMessages_UM_ParticleManager         EBaseUserMessages = 145
	EBaseUserMessages_UM_HudError                EBaseUserMessages = 146
	EBaseUserMessages_UM_CustomGameEvent         EBaseUserMessages = 148
	EBaseUserMessages_UM_AnimGraphUpdate         EBaseUserMessages = 149
	EBaseUserMessages_UM_HapticsManagerPulse     EBaseUserMessages = 150
	EBaseUserMessages_UM_HapticsManagerEffect    EBaseUserMessages = 151
	EBaseUserMessages_UM_MAX_BASE                EBaseUserMessages = 200
)

func (EBaseUserMessages) Enum

func (EBaseUserMessages) EnumDescriptor

func (EBaseUserMessages) EnumDescriptor() ([]byte, []int)

func (EBaseUserMessages) String

func (x EBaseUserMessages) String() string

func (*EBaseUserMessages) UnmarshalJSON

func (x *EBaseUserMessages) UnmarshalJSON(data []byte) error

type EBoardBuddyCommand

type EBoardBuddyCommand int32
const (
	EBoardBuddyCommand_k_eBoardBuddyCommand_None EBoardBuddyCommand = 0
	EBoardBuddyCommand_k_eBoardBuddyCommand_Move EBoardBuddyCommand = 1
)

func (EBoardBuddyCommand) Enum

func (EBoardBuddyCommand) EnumDescriptor

func (EBoardBuddyCommand) EnumDescriptor() ([]byte, []int)

func (EBoardBuddyCommand) String

func (x EBoardBuddyCommand) String() string

func (*EBoardBuddyCommand) UnmarshalJSON

func (x *EBoardBuddyCommand) UnmarshalJSON(data []byte) error

type EClickType

type EClickType int32
const (
	EClickType_k_eClickType_Left  EClickType = 0
	EClickType_k_eClickType_Right EClickType = 1
)
const Default_CMsgClientToServerClickMsg_ClickType EClickType = EClickType_k_eClickType_Left
const Default_CMsgServerToClientClickMsg_ClickType EClickType = EClickType_k_eClickType_Left

func (EClickType) Enum

func (x EClickType) Enum() *EClickType

func (EClickType) EnumDescriptor

func (EClickType) EnumDescriptor() ([]byte, []int)

func (EClickType) String

func (x EClickType) String() string

func (*EClickType) UnmarshalJSON

func (x *EClickType) UnmarshalJSON(data []byte) error

type EClientStatsEvent

type EClientStatsEvent int32
const (
	EClientStatsEvent_k_EClientStatsEvent_Boot              EClientStatsEvent = 1
	EClientStatsEvent_k_EClientStatsEvent_StartMatch        EClientStatsEvent = 2
	EClientStatsEvent_k_EClientStatsEvent_AbandonMatch      EClientStatsEvent = 3
	EClientStatsEvent_k_EClientStatsEvent_FinishMatch       EClientStatsEvent = 4
	EClientStatsEvent_k_EClientStatsEvent_StartSteamSignon  EClientStatsEvent = 5
	EClientStatsEvent_k_EClientStatsEvent_FinishSteamSignon EClientStatsEvent = 6
)

func (EClientStatsEvent) Enum

func (EClientStatsEvent) EnumDescriptor

func (EClientStatsEvent) EnumDescriptor() ([]byte, []int)

func (EClientStatsEvent) String

func (x EClientStatsEvent) String() string

func (*EClientStatsEvent) UnmarshalJSON

func (x *EClientStatsEvent) UnmarshalJSON(data []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 EDACAIType

type EDACAIType int32
const (
	EDACAIType_k_EDACAIType_Invalid EDACAIType = 0
	EDACAIType_k_EDACAIType_Lvl1    EDACAIType = 1
	EDACAIType_k_EDACAIType_Lvl2    EDACAIType = 2
	EDACAIType_k_EDACAIType_Lvl3    EDACAIType = 3
	EDACAIType_k_EDACAIType_Lvl4    EDACAIType = 4
	EDACAIType_k_EDACAIType_Lvl5    EDACAIType = 5
	EDACAIType_k_EDACAIType_Lvl6    EDACAIType = 6
	EDACAIType_k_EDACAIType_Lvl7    EDACAIType = 7
	EDACAIType_k_EDACAIType_Lvl8    EDACAIType = 8
	EDACAIType_k_EDACAIType_ML      EDACAIType = 19
	EDACAIType_k_EDACAIType_PB0     EDACAIType = 20
	EDACAIType_k_EDACAIType_PB1     EDACAIType = 21
	EDACAIType_k_EDACAIType_PB2     EDACAIType = 22
	EDACAIType_k_EDACAIType_PB3     EDACAIType = 23
	EDACAIType_k_EDACAIType_PB4     EDACAIType = 24
	EDACAIType_k_EDACAIType_PB5     EDACAIType = 25
	EDACAIType_k_EDACAIType_PB6     EDACAIType = 26
	EDACAIType_k_EDACAIType_PB7     EDACAIType = 27
	EDACAIType_k_EDACAIType_PB8     EDACAIType = 28
	EDACAIType_k_EDACAIType_PB9     EDACAIType = 29
	EDACAIType_k_EDACAIType_PB10    EDACAIType = 30
	EDACAIType_k_EDACAIType_PB11    EDACAIType = 31
	EDACAIType_k_EDACAIType_PB12    EDACAIType = 32
	EDACAIType_k_EDACAIType_PB13    EDACAIType = 33
	EDACAIType_k_EDACAIType_PB14    EDACAIType = 34
	EDACAIType_k_EDACAIType_PB15    EDACAIType = 35
	EDACAIType_k_EDACAIType_PB16    EDACAIType = 36
	EDACAIType_k_EDACAIType_PB17    EDACAIType = 37
	EDACAIType_k_EDACAIType_PB18    EDACAIType = 38
	EDACAIType_k_EDACAIType_PB19    EDACAIType = 39
	EDACAIType_k_EDACAIType_PB20    EDACAIType = 40
	EDACAIType_k_EDACAIType_PB21    EDACAIType = 41
	EDACAIType_k_EDACAIType_PB22    EDACAIType = 42
	EDACAIType_k_EDACAIType_PB23    EDACAIType = 43
	EDACAIType_k_EDACAIType_PB24    EDACAIType = 44
	EDACAIType_k_EDACAIType_PB25    EDACAIType = 45
	EDACAIType_k_EDACAIType_PB26    EDACAIType = 46
	EDACAIType_k_EDACAIType_PB27    EDACAIType = 47
	EDACAIType_k_EDACAIType_PB28    EDACAIType = 48
	EDACAIType_k_EDACAIType_PB29    EDACAIType = 49
	EDACAIType_k_EDACAIType_PB30    EDACAIType = 50
	EDACAIType_k_EDACAIType_PB31    EDACAIType = 51
	EDACAIType_k_EDACAIType_PB32    EDACAIType = 52
	EDACAIType_k_EDACAIType_PB33    EDACAIType = 53
	EDACAIType_k_EDACAIType_PB34    EDACAIType = 54
	EDACAIType_k_EDACAIType_PB35    EDACAIType = 55
)
const Default_CSODACServerStaticLobby_Member_AiType EDACAIType = EDACAIType_k_EDACAIType_Invalid

func (EDACAIType) Enum

func (x EDACAIType) Enum() *EDACAIType

func (EDACAIType) EnumDescriptor

func (EDACAIType) EnumDescriptor() ([]byte, []int)

func (EDACAIType) String

func (x EDACAIType) String() string

func (*EDACAIType) UnmarshalJSON

func (x *EDACAIType) UnmarshalJSON(data []byte) error

type EDACBotDifficulty

type EDACBotDifficulty int32
const (
	EDACBotDifficulty_k_EDACBotDifficulty_None      EDACBotDifficulty = 0
	EDACBotDifficulty_k_EDACBotDifficulty_Easy      EDACBotDifficulty = 1
	EDACBotDifficulty_k_EDACBotDifficulty_Medium    EDACBotDifficulty = 2
	EDACBotDifficulty_k_EDACBotDifficulty_Hard      EDACBotDifficulty = 3
	EDACBotDifficulty_k_EDACBotDifficulty_Nightmare EDACBotDifficulty = 4
	EDACBotDifficulty_k_EDACBotDifficulty_ML        EDACBotDifficulty = 5
	EDACBotDifficulty_k_EDACBotDifficulty_MommaEeb  EDACBotDifficulty = 6
)
const Default_CMsgClientToGCPartyStartMatch_BotDifficulty EDACBotDifficulty = EDACBotDifficulty_k_EDACBotDifficulty_None
const Default_CMsgIndividualPostMatchStats_BotDifficulty EDACBotDifficulty = EDACBotDifficulty_k_EDACBotDifficulty_None
const Default_CMsgStartFindingMatchInfo_BotDifficulty EDACBotDifficulty = EDACBotDifficulty_k_EDACBotDifficulty_None
const Default_CSODACParty_BotDifficulty EDACBotDifficulty = EDACBotDifficulty_k_EDACBotDifficulty_None
const Default_CSODACServerStaticLobby_BotDifficulty EDACBotDifficulty = EDACBotDifficulty_k_EDACBotDifficulty_None

func (EDACBotDifficulty) Enum

func (EDACBotDifficulty) EnumDescriptor

func (EDACBotDifficulty) EnumDescriptor() ([]byte, []int)

func (EDACBotDifficulty) String

func (x EDACBotDifficulty) String() string

func (*EDACBotDifficulty) UnmarshalJSON

func (x *EDACBotDifficulty) UnmarshalJSON(data []byte) error

type EDACDisconnectReason

type EDACDisconnectReason int32
const (
	EDACDisconnectReason_k_EDACDisconnectReason_UserLeaveMatch            EDACDisconnectReason = 1001
	EDACDisconnectReason_k_EDACDisconnectReason_UserQuitApp               EDACDisconnectReason = 1002
	EDACDisconnectReason_k_EDACDisconnectReason_UserCancel                EDACDisconnectReason = 1003
	EDACDisconnectReason_k_EDACDisconnectReason_Goodbye                   EDACDisconnectReason = 1004
	EDACDisconnectReason_k_EDACDisconnectReason_BadMessage                EDACDisconnectReason = 2001
	EDACDisconnectReason_k_EDACDisconnectReason_GameDestroyedUnexpectedly EDACDisconnectReason = 2002
	EDACDisconnectReason_k_EDACDisconnectReason_ChangingServer            EDACDisconnectReason = 2003
	EDACDisconnectReason_k_EDACDisconnectReason_OldConnection             EDACDisconnectReason = 2004
	EDACDisconnectReason_k_EDACDisconnectReason_GoodbyeUnrecognizedGame   EDACDisconnectReason = 2005
)

func (EDACDisconnectReason) Enum

func (EDACDisconnectReason) EnumDescriptor

func (EDACDisconnectReason) EnumDescriptor() ([]byte, []int)

func (EDACDisconnectReason) String

func (x EDACDisconnectReason) String() string

func (*EDACDisconnectReason) UnmarshalJSON

func (x *EDACDisconnectReason) UnmarshalJSON(data []byte) error

type EDACDungeonPhase

type EDACDungeonPhase int32
const (
	EDACDungeonPhase_k_EDACDungeonPhase_None                     EDACDungeonPhase = 0
	EDACDungeonPhase_k_EDACDungeonPhase_Intro_ChoosingUnderlord  EDACDungeonPhase = 1
	EDACDungeonPhase_k_EDACDungeonPhase_Intro_ChoosingFirstUnit  EDACDungeonPhase = 2
	EDACDungeonPhase_k_EDACDungeonPhase_Room_Setup               EDACDungeonPhase = 3
	EDACDungeonPhase_k_EDACDungeonPhase_Room_Main                EDACDungeonPhase = 4
	EDACDungeonPhase_k_EDACDungeonPhase_Room_Post_Rewards        EDACDungeonPhase = 5
	EDACDungeonPhase_k_EDACDungeonPhase_Room_Post_ChooseNextRoom EDACDungeonPhase = 6
	EDACDungeonPhase_k_EDACDungeonPhase_Victory                  EDACDungeonPhase = 7
	EDACDungeonPhase_k_EDACDungeonPhase_Defeat                   EDACDungeonPhase = 8
)
const Default_CMsgGameModeState_Dungeon_DungeonPhase EDACDungeonPhase = EDACDungeonPhase_k_EDACDungeonPhase_None

func (EDACDungeonPhase) Enum

func (EDACDungeonPhase) EnumDescriptor

func (EDACDungeonPhase) EnumDescriptor() ([]byte, []int)

func (EDACDungeonPhase) String

func (x EDACDungeonPhase) String() string

func (*EDACDungeonPhase) UnmarshalJSON

func (x *EDACDungeonPhase) UnmarshalJSON(data []byte) error

type EDACDungeonRoomType

type EDACDungeonRoomType int32
const (
	EDACDungeonRoomType_k_EDACDungeonRoomType_None           EDACDungeonRoomType = 0
	EDACDungeonRoomType_k_EDACDungeonRoomType_Shop           EDACDungeonRoomType = 1
	EDACDungeonRoomType_k_EDACDungeonRoomType_Mystery        EDACDungeonRoomType = 2
	EDACDungeonRoomType_k_EDACDungeonRoomType_MiniGame       EDACDungeonRoomType = 3
	EDACDungeonRoomType_k_EDACDungeonRoomType_StandardCombat EDACDungeonRoomType = 4
	EDACDungeonRoomType_k_EDACDungeonRoomType_MiniBoss       EDACDungeonRoomType = 5
	EDACDungeonRoomType_k_EDACDungeonRoomType_Boss           EDACDungeonRoomType = 6
)
const Default_CMsgGameModeState_Dungeon_CurrentRoomType EDACDungeonRoomType = EDACDungeonRoomType_k_EDACDungeonRoomType_None

func (EDACDungeonRoomType) Enum

func (EDACDungeonRoomType) EnumDescriptor

func (EDACDungeonRoomType) EnumDescriptor() ([]byte, []int)

func (EDACDungeonRoomType) String

func (x EDACDungeonRoomType) String() string

func (*EDACDungeonRoomType) UnmarshalJSON

func (x *EDACDungeonRoomType) UnmarshalJSON(data []byte) error

type EDACGameMessages

type EDACGameMessages int32
const (
	EDACGameMessages_k_EMsgNetBufferContents                  EDACGameMessages = 2
	EDACGameMessages_k_EMsgClientConnectionStarted            EDACGameMessages = 3
	EDACGameMessages_k_EMsgClientConnectionComplete           EDACGameMessages = 4
	EDACGameMessages_k_EMsgClientSetDebugNetBuffer            EDACGameMessages = 5
	EDACGameMessages_k_EMsgPlayerOrder                        EDACGameMessages = 6
	EDACGameMessages_k_EMsgGameReplayActionMarker             EDACGameMessages = 7
	EDACGameMessages_k_EMsgPlayerCombinedHero                 EDACGameMessages = 8
	EDACGameMessages_k_EMsgPlayerCombatResult                 EDACGameMessages = 9
	EDACGameMessages_k_EMsgPlayerWinStreak                    EDACGameMessages = 10
	EDACGameMessages_k_EMsgNetBufferRemoved                   EDACGameMessages = 11
	EDACGameMessages_k_EMsgClientToServerChatMsg              EDACGameMessages = 12
	EDACGameMessages_k_EMsgServerToClientChatMsg              EDACGameMessages = 13
	EDACGameMessages_k_EMsgPlayerEliminated                   EDACGameMessages = 14
	EDACGameMessages_k_EMsgRecordLocalBotStats                EDACGameMessages = 15
	EDACGameMessages_k_EMsgPlayerOrderProcessed               EDACGameMessages = 16
	EDACGameMessages_k_EMsgPlayerAcquiredItem                 EDACGameMessages = 18
	EDACGameMessages_k_EMsgPlayerLevelUp                      EDACGameMessages = 19
	EDACGameMessages_k_EMsgClientToServerUpvoteNotification   EDACGameMessages = 20
	EDACGameMessages_k_EMsgServerToClientNotificationChanged  EDACGameMessages = 21
	EDACGameMessages_k_EMsgItemChangedOwner                   EDACGameMessages = 22
	EDACGameMessages_k_EMsgLocalPlayerInventory               EDACGameMessages = 23
	EDACGameMessages_k_eMsgIndividualPostMatchStats           EDACGameMessages = 24
	EDACGameMessages_k_EMsgPlayerPreferences                  EDACGameMessages = 25
	EDACGameMessages_k_EMsgPlayerStateUpdatesComplete         EDACGameMessages = 26
	EDACGameMessages_k_EMsgClientToServerTeammateDuosMessage  EDACGameMessages = 27
	EDACGameMessages_k_EMsgServerToClientTeammateDuosMessage  EDACGameMessages = 28
	EDACGameMessages_k_EMsgPlayerSelectedTalent               EDACGameMessages = 29
	EDACGameMessages_k_EMsgPlayerRecievedUnitFromDuosPartner  EDACGameMessages = 30
	EDACGameMessages_k_EMsgClientToServerLoadShareCode        EDACGameMessages = 31
	EDACGameMessages_k_EMsgPlayerBoardBuddyCommand            EDACGameMessages = 33
	EDACGameMessages_k_EMsgPlayerMapPropCommand               EDACGameMessages = 34
	EDACGameMessages_k_EMsgPlayerLoadPuzzleLeaderboardCommand EDACGameMessages = 35
	EDACGameMessages_k_EMsgClientToServerClickMsg             EDACGameMessages = 36
	EDACGameMessages_k_EMsgServerToClientClickMsg             EDACGameMessages = 37
	EDACGameMessages_k_EMsgPlayerChallengeCompletePrediction  EDACGameMessages = 38
)
const Default_CMsgClientServerHeader_MsgId EDACGameMessages = EDACGameMessages_k_EMsgNetBufferContents

func (EDACGameMessages) Enum

func (EDACGameMessages) EnumDescriptor

func (EDACGameMessages) EnumDescriptor() ([]byte, []int)

func (EDACGameMessages) String

func (x EDACGameMessages) String() string

func (*EDACGameMessages) UnmarshalJSON

func (x *EDACGameMessages) UnmarshalJSON(data []byte) error

type EDACGameMode

type EDACGameMode int32
const (
	EDACGameMode_k_EDACGameMode_Invalid        EDACGameMode = 0
	EDACGameMode_k_EDACGameMode_Normal         EDACGameMode = 1
	EDACGameMode_k_EDACGameMode_Turbo          EDACGameMode = 2
	EDACGameMode_k_EDACGameMode_Duos           EDACGameMode = 3
	EDACGameMode_k_EDACGameMode_TechPrototypeA EDACGameMode = 4
	EDACGameMode_k_EDACGameMode_Sandbox        EDACGameMode = 5
	EDACGameMode_k_EDACGameMode_Puzzle         EDACGameMode = 6
	EDACGameMode_k_EDACGameMode_Tutorial       EDACGameMode = 7
	EDACGameMode_k_EDACGameMode_Streetfight    EDACGameMode = 8
	EDACGameMode_k_EDACGameMode_Classic        EDACGameMode = 11
)
const Default_CMsgClientConnectionStarted_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgClientToGCGetMatchHistoryResponse_Match_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgClientToGCPartyStartMatch_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgClientToGCRecordLocalBotMatch_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgClientToServerInitData_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Normal
const Default_CMsgGCToClientDevMMStatus_Party_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgIndividualPostMatchStats_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgMatchStats_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgServerToGCMatchSignoutPermission_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CMsgStartFindingMatchInfo_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid
const Default_CSODACLobby_GameMode EDACGameMode = EDACGameMode_k_EDACGameMode_Invalid

func (EDACGameMode) Enum

func (x EDACGameMode) Enum() *EDACGameMode

func (EDACGameMode) EnumDescriptor

func (EDACGameMode) EnumDescriptor() ([]byte, []int)

func (EDACGameMode) String

func (x EDACGameMode) String() string

func (*EDACGameMode) UnmarshalJSON

func (x *EDACGameMode) UnmarshalJSON(data []byte) error

type EDACIncidentType

type EDACIncidentType int32
const (
	EDACIncidentType_EDACIncidentType_None           EDACIncidentType = 0
	EDACIncidentType_EDACIncidentType_DamagePhysical EDACIncidentType = 1
	EDACIncidentType_EDACIncidentType_DamageMagical  EDACIncidentType = 2
	EDACIncidentType_EDACIncidentType_DamagePure     EDACIncidentType = 3
	EDACIncidentType_EDACIncidentType_Died           EDACIncidentType = 4
	EDACIncidentType_EDACIncidentType_Heal           EDACIncidentType = 5
)
const Default_CMsgCombatHighlight_HighlightType EDACIncidentType = EDACIncidentType_EDACIncidentType_None

func (EDACIncidentType) Enum

func (EDACIncidentType) EnumDescriptor

func (EDACIncidentType) EnumDescriptor() ([]byte, []int)

func (EDACIncidentType) String

func (x EDACIncidentType) String() string

func (*EDACIncidentType) UnmarshalJSON

func (x *EDACIncidentType) UnmarshalJSON(data []byte) error

type EDACItemType

type EDACItemType int32
const (
	EDACItemType_EDACItemType_Invalid             EDACItemType = -1
	EDACItemType_EDACItemType_Global              EDACItemType = 0
	EDACItemType_EDACItemType_Equipment_Offensive EDACItemType = 1
	EDACItemType_EDACItemType_Equipment_Defensive EDACItemType = 2
	EDACItemType_EDACItemType_Equipment_Support   EDACItemType = 3
	EDACItemType_EDACItemType_Placeable           EDACItemType = 5
	EDACItemType_EDACItemType_Equipment_Hat       EDACItemType = 9
)

func (EDACItemType) Enum

func (x EDACItemType) Enum() *EDACItemType

func (EDACItemType) EnumDescriptor

func (EDACItemType) EnumDescriptor() ([]byte, []int)

func (EDACItemType) String

func (x EDACItemType) String() string

func (*EDACItemType) UnmarshalJSON

func (x *EDACItemType) UnmarshalJSON(data []byte) error

type EDACLobbyTeam

type EDACLobbyTeam int32
const (
	EDACLobbyTeam_k_EDACLobbyTeam_Team0     EDACLobbyTeam = 0
	EDACLobbyTeam_k_EDACLobbyTeam_Team1     EDACLobbyTeam = 1
	EDACLobbyTeam_k_EDACLobbyTeam_Team2     EDACLobbyTeam = 2
	EDACLobbyTeam_k_EDACLobbyTeam_Team3     EDACLobbyTeam = 3
	EDACLobbyTeam_k_EDACLobbyTeam_Team4     EDACLobbyTeam = 4
	EDACLobbyTeam_k_EDACLobbyTeam_Team5     EDACLobbyTeam = 5
	EDACLobbyTeam_k_EDACLobbyTeam_Team6     EDACLobbyTeam = 6
	EDACLobbyTeam_k_EDACLobbyTeam_Team7     EDACLobbyTeam = 7
	EDACLobbyTeam_k_EDACLobbyTeam_Spectator EDACLobbyTeam = 250
)
const Default_CMsgMatchState_TeamInfo_LobbyTeam EDACLobbyTeam = EDACLobbyTeam_k_EDACLobbyTeam_Team0
const Default_CMsgPublicPlayerState_LobbyTeam EDACLobbyTeam = EDACLobbyTeam_k_EDACLobbyTeam_Team0
const Default_CMsgPublicPostMatchStats_PlayerInfo_LobbyTeam EDACLobbyTeam = EDACLobbyTeam_k_EDACLobbyTeam_Team0
const Default_CSODACServerStaticLobby_Member_Team EDACLobbyTeam = EDACLobbyTeam_k_EDACLobbyTeam_Team0

func (EDACLobbyTeam) Enum

func (x EDACLobbyTeam) Enum() *EDACLobbyTeam

func (EDACLobbyTeam) EnumDescriptor

func (EDACLobbyTeam) EnumDescriptor() ([]byte, []int)

func (EDACLobbyTeam) String

func (x EDACLobbyTeam) String() string

func (*EDACLobbyTeam) UnmarshalJSON

func (x *EDACLobbyTeam) UnmarshalJSON(data []byte) error

type EDACMatchMode

type EDACMatchMode int32
const (
	EDACMatchMode_k_EDACMatchMode_Invalid      EDACMatchMode = 0
	EDACMatchMode_k_EDACMatchMode_Casual       EDACMatchMode = 1
	EDACMatchMode_k_EDACMatchMode_PrivateLobby EDACMatchMode = 2
	EDACMatchMode_k_EDACMatchMode_SoloBot      EDACMatchMode = 3
	EDACMatchMode_k_EDACMatchMode_Ranked       EDACMatchMode = 4
)
const Default_CMsgClientConnectionStarted_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgClientToGCGetMatchHistoryResponse_Match_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgClientToGCPartyStartMatch_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgGCToClientDevMMStatus_Party_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgIndividualPostMatchStats_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgMatchStats_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgServerToGCMatchSignoutPermission_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CMsgStartFindingMatchInfo_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid
const Default_CSODACLobby_MatchMode EDACMatchMode = EDACMatchMode_k_EDACMatchMode_Invalid

func (EDACMatchMode) Enum

func (x EDACMatchMode) Enum() *EDACMatchMode

func (EDACMatchMode) EnumDescriptor

func (EDACMatchMode) EnumDescriptor() ([]byte, []int)

func (EDACMatchMode) String

func (x EDACMatchMode) String() string

func (*EDACMatchMode) UnmarshalJSON

func (x *EDACMatchMode) UnmarshalJSON(data []byte) error

type EDACMatchState

type EDACMatchState int32
const (
	EDACMatchState_k_EMatchState_InProgress           EDACMatchState = 0
	EDACMatchState_k_EMatchState_Completed            EDACMatchState = 1
	EDACMatchState_k_EMatchState_Failed_NetworkIssues EDACMatchState = 2
	EDACMatchState_k_EMatchState_Failed_ServerCrash   EDACMatchState = 3
)
const Default_CMsgServerToGCMatchSignout_MatchSignout_MatchState EDACMatchState = EDACMatchState_k_EMatchState_InProgress

func (EDACMatchState) Enum

func (x EDACMatchState) Enum() *EDACMatchState

func (EDACMatchState) EnumDescriptor

func (EDACMatchState) EnumDescriptor() ([]byte, []int)

func (EDACMatchState) String

func (x EDACMatchState) String() string

func (*EDACMatchState) UnmarshalJSON

func (x *EDACMatchState) UnmarshalJSON(data []byte) error

type EDACNetBuffer

type EDACNetBuffer int32
const (
	EDACNetBuffer_k_eDACNetBuffer_MatchState               EDACNetBuffer = 0
	EDACNetBuffer_k_eDACNetBuffer_RoundCombat              EDACNetBuffer = 1
	EDACNetBuffer_k_eDACNetBuffer_PublicPlayerState        EDACNetBuffer = 2
	EDACNetBuffer_k_eDACNetBuffer_PrivatePlayerState       EDACNetBuffer = 3
	EDACNetBuffer_k_eDACNetBuffer_Debug                    EDACNetBuffer = 4
	EDACNetBuffer_k_eDACNetBuffer_ModifierName             EDACNetBuffer = 5
	EDACNetBuffer_k_eDACNetBuffer_IndividualPostMatchStats EDACNetBuffer = 6
	EDACNetBuffer_k_eDACNetBuffer_PublicPostMatchStats     EDACNetBuffer = 7
	EDACNetBuffer_k_eDACNetBuffer_GameModeState            EDACNetBuffer = 8
	EDACNetBuffer_k_eDACNetBuffer_RoundCombatGlobal        EDACNetBuffer = 9
)
const Default_CMsgNetBufferContents_NetBufferType EDACNetBuffer = EDACNetBuffer_k_eDACNetBuffer_MatchState
const Default_CMsgNetBufferRemoved_NetBufferType EDACNetBuffer = EDACNetBuffer_k_eDACNetBuffer_MatchState

func (EDACNetBuffer) Enum

func (x EDACNetBuffer) Enum() *EDACNetBuffer

func (EDACNetBuffer) EnumDescriptor

func (EDACNetBuffer) EnumDescriptor() ([]byte, []int)

func (EDACNetBuffer) String

func (x EDACNetBuffer) String() string

func (*EDACNetBuffer) UnmarshalJSON

func (x *EDACNetBuffer) UnmarshalJSON(data []byte) error

type EDACPlatform

type EDACPlatform int32
const (
	EDACPlatform_k_eDACPlatform_None    EDACPlatform = 0
	EDACPlatform_k_eDACPlatform_PC      EDACPlatform = 1
	EDACPlatform_k_eDACPlatform_Mac     EDACPlatform = 2
	EDACPlatform_k_eDACPlatform_Linux   EDACPlatform = 3
	EDACPlatform_k_eDACPlatform_Android EDACPlatform = 4
	EDACPlatform_k_eDACPlatform_iOS     EDACPlatform = 5
)
const Default_CMsgClientToGCAssociateDevice_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgClientToGCCanPurchaseItem_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgClientToGCGetMatchHistoryResponse_Match_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgClientToGCHandleItemPurchase_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgClientToGCRecordLocalBotMatch_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgPartyMMInfo_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgPublicPlayerState_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgStartFindingMatchInfo_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CMsgWebAPIClientDeviceInfo_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CSODACParty_Member_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None
const Default_CSODACServerStaticLobby_Member_Platform EDACPlatform = EDACPlatform_k_eDACPlatform_None

func (EDACPlatform) Enum

func (x EDACPlatform) Enum() *EDACPlatform

func (EDACPlatform) EnumDescriptor

func (EDACPlatform) EnumDescriptor() ([]byte, []int)

func (EDACPlatform) String

func (x EDACPlatform) String() string

func (*EDACPlatform) UnmarshalJSON

func (x *EDACPlatform) UnmarshalJSON(data []byte) error

type EDACPlayerState

type EDACPlayerState int32
const (
	EDACPlayerState_k_EPlayerState_Playing       EDACPlayerState = 0
	EDACPlayerState_k_EPlayerState_Eliminated    EDACPlayerState = 1
	EDACPlayerState_k_EPlayerState_Abandoned     EDACPlayerState = 2
	EDACPlayerState_k_EPlayerState_Disconnected  EDACPlayerState = 3
	EDACPlayerState_k_EPlayerState_ServerCrashed EDACPlayerState = 4
)
const Default_CMsgServerToGCMatchSignout_PlayerSignout_PlayerState EDACPlayerState = EDACPlayerState_k_EPlayerState_Playing

func (EDACPlayerState) Enum

func (x EDACPlayerState) Enum() *EDACPlayerState

func (EDACPlayerState) EnumDescriptor

func (EDACPlayerState) EnumDescriptor() ([]byte, []int)

func (EDACPlayerState) String

func (x EDACPlayerState) String() string

func (*EDACPlayerState) UnmarshalJSON

func (x *EDACPlayerState) UnmarshalJSON(data []byte) error

type EDACPuzzleRule

type EDACPuzzleRule int32
const (
	EDACPuzzleRule_k_EDACPuzzleRule_None                EDACPuzzleRule = 0
	EDACPuzzleRule_k_EDACPuzzleRule_UnitCountLimit      EDACPuzzleRule = 1
	EDACPuzzleRule_k_EDACPuzzleRule_UnitStarLimit       EDACPuzzleRule = 2
	EDACPuzzleRule_k_EDACPuzzleRule_BoardCostLimit      EDACPuzzleRule = 3
	EDACPuzzleRule_k_EDACPuzzleRule_ItemCountLimit      EDACPuzzleRule = 4
	EDACPuzzleRule_k_EDACPuzzleRule_ValidBoardPositions EDACPuzzleRule = 5
	EDACPuzzleRule_k_EDACPuzzleRule_MaxCombatDuration   EDACPuzzleRule = 6
	EDACPuzzleRule_k_EDACPuzzleRule_UnitCopyLimit       EDACPuzzleRule = 7
	EDACPuzzleRule_k_EDACPuzzleRule_Custom1             EDACPuzzleRule = 100
	EDACPuzzleRule_k_EDACPuzzleRule_Custom2             EDACPuzzleRule = 101
	EDACPuzzleRule_k_EDACPuzzleRule_Custom3             EDACPuzzleRule = 102
	EDACPuzzleRule_k_EDACPuzzleRule_Custom4             EDACPuzzleRule = 103
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceAllowed1    EDACPuzzleRule = 110
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceAllowed2    EDACPuzzleRule = 111
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceAllowed3    EDACPuzzleRule = 112
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceAllowed4    EDACPuzzleRule = 113
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceDisllowed1  EDACPuzzleRule = 120
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceDisllowed2  EDACPuzzleRule = 121
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceDisllowed3  EDACPuzzleRule = 122
	EDACPuzzleRule_k_EDACPuzzleRule_AllianceDisllowed4  EDACPuzzleRule = 123
	EDACPuzzleRule_k_EDACPuzzleRule_UnitAllowed1        EDACPuzzleRule = 130
	EDACPuzzleRule_k_EDACPuzzleRule_UnitAllowed2        EDACPuzzleRule = 131
	EDACPuzzleRule_k_EDACPuzzleRule_UnitAllowed3        EDACPuzzleRule = 132
	EDACPuzzleRule_k_EDACPuzzleRule_UnitAllowed4        EDACPuzzleRule = 133
	EDACPuzzleRule_k_EDACPuzzleRule_UnitDisallowed1     EDACPuzzleRule = 140
	EDACPuzzleRule_k_EDACPuzzleRule_UnitDisallowed2     EDACPuzzleRule = 141
	EDACPuzzleRule_k_EDACPuzzleRule_UnitDisallowed3     EDACPuzzleRule = 142
	EDACPuzzleRule_k_EDACPuzzleRule_UnitDisallowed4     EDACPuzzleRule = 143
)
const Default_CMsgGameModeState_Puzzle_ActiveRule_Rule EDACPuzzleRule = EDACPuzzleRule_k_EDACPuzzleRule_None

func (EDACPuzzleRule) Enum

func (x EDACPuzzleRule) Enum() *EDACPuzzleRule

func (EDACPuzzleRule) EnumDescriptor

func (EDACPuzzleRule) EnumDescriptor() ([]byte, []int)

func (EDACPuzzleRule) String

func (x EDACPuzzleRule) String() string

func (*EDACPuzzleRule) UnmarshalJSON

func (x *EDACPuzzleRule) UnmarshalJSON(data []byte) error

type EDACRegionMode

type EDACRegionMode int32
const (
	EDACRegionMode_k_EDACRegionMode_ROW   EDACRegionMode = 0
	EDACRegionMode_k_EDACRegionMode_China EDACRegionMode = 1
)
const Default_CMsgClientToGCSpectateUser_RegionMode EDACRegionMode = EDACRegionMode_k_EDACRegionMode_ROW
const Default_CMsgDACClientHello_RegionMode EDACRegionMode = EDACRegionMode_k_EDACRegionMode_ROW
const Default_CMsgPartyMMInfo_RegionMode EDACRegionMode = EDACRegionMode_k_EDACRegionMode_ROW
const Default_CMsgStartFindingMatchInfo_RegionMode EDACRegionMode = EDACRegionMode_k_EDACRegionMode_ROW

func (EDACRegionMode) Enum

func (x EDACRegionMode) Enum() *EDACRegionMode

func (EDACRegionMode) EnumDescriptor

func (EDACRegionMode) EnumDescriptor() ([]byte, []int)

func (EDACRegionMode) String

func (x EDACRegionMode) String() string

func (*EDACRegionMode) UnmarshalJSON

func (x *EDACRegionMode) UnmarshalJSON(data []byte) error

type EDACStoreID

type EDACStoreID int32
const (
	EDACStoreID_k_EDACStoreID_Invalid      EDACStoreID = 0
	EDACStoreID_k_EDACStoreID_iOS          EDACStoreID = 1
	EDACStoreID_k_EDACStoreID_GooglePlay   EDACStoreID = 2
	EDACStoreID_k_EDACStoreID_SteamOverlay EDACStoreID = 3
	EDACStoreID_k_EDACStoreID_Test         EDACStoreID = 4
)
const Default_CMsgClientToGCCanPurchaseItemResponse_Reservation_StoreId EDACStoreID = EDACStoreID_k_EDACStoreID_Invalid
const Default_CMsgClientToGCCanPurchaseItem_StoreId EDACStoreID = EDACStoreID_k_EDACStoreID_Invalid
const Default_CMsgClientToGCClearPurchaseReserve_StoreId EDACStoreID = EDACStoreID_k_EDACStoreID_Invalid
const Default_CMsgClientToGCHandleItemPurchase_StoreId EDACStoreID = EDACStoreID_k_EDACStoreID_Invalid

func (EDACStoreID) Enum

func (x EDACStoreID) Enum() *EDACStoreID

func (EDACStoreID) EnumDescriptor

func (EDACStoreID) EnumDescriptor() ([]byte, []int)

func (EDACStoreID) String

func (x EDACStoreID) String() string

func (*EDACStoreID) UnmarshalJSON

func (x *EDACStoreID) UnmarshalJSON(data []byte) error

type EDamageSourceType

type EDamageSourceType int32
const (
	EDamageSourceType_k_EDamageSourceType_Round         EDamageSourceType = 0
	EDamageSourceType_k_EDamageSourceType_Unit          EDamageSourceType = 1
	EDamageSourceType_k_EDamageSourceType_Item          EDamageSourceType = 2
	EDamageSourceType_k_EDamageSourceType_DuosNetDamage EDamageSourceType = 3
)
const Default_CMsgPlayerCombatResult_DamageSource_Type EDamageSourceType = EDamageSourceType_k_EDamageSourceType_Round

func (EDamageSourceType) Enum

func (EDamageSourceType) EnumDescriptor

func (EDamageSourceType) EnumDescriptor() ([]byte, []int)

func (EDamageSourceType) String

func (x EDamageSourceType) String() string

func (*EDamageSourceType) UnmarshalJSON

func (x *EDamageSourceType) UnmarshalJSON(data []byte) error

type EDuosMessageTargetType

type EDuosMessageTargetType int32
const (
	EDuosMessageTargetType_k_eDuosMessageTargetType_None    EDuosMessageTargetType = 0
	EDuosMessageTargetType_k_eDuosMessageTargetType_Unit    EDuosMessageTargetType = 1
	EDuosMessageTargetType_k_eDuosMessageTargetType_Synergy EDuosMessageTargetType = 2
	EDuosMessageTargetType_k_eDuosMessageTargetType_Gold    EDuosMessageTargetType = 3
)
const Default_CMsgClientToServerTeammateDuosMessage_TargetType EDuosMessageTargetType = EDuosMessageTargetType_k_eDuosMessageTargetType_None
const Default_CMsgServerToClientTeammateDuosMessage_TargetType EDuosMessageTargetType = EDuosMessageTargetType_k_eDuosMessageTargetType_None

func (EDuosMessageTargetType) Enum

func (EDuosMessageTargetType) EnumDescriptor

func (EDuosMessageTargetType) EnumDescriptor() ([]byte, []int)

func (EDuosMessageTargetType) String

func (x EDuosMessageTargetType) String() string

func (*EDuosMessageTargetType) UnmarshalJSON

func (x *EDuosMessageTargetType) UnmarshalJSON(data []byte) error

type EDuosMessageType

type EDuosMessageType int32
const (
	EDuosMessageType_k_eDuosMessageType_None                EDuosMessageType = 0
	EDuosMessageType_k_eDuosMessageType_IWant               EDuosMessageType = 1001
	EDuosMessageType_k_eDuosMessageType_DoYouWant           EDuosMessageType = 1002
	EDuosMessageType_k_eDuosMessageType_YesWant             EDuosMessageType = 1003
	EDuosMessageType_k_eDuosMessageType_NoWant              EDuosMessageType = 1004
	EDuosMessageType_k_eDuosMessageType_FreeYourBenchFor    EDuosMessageType = 1005
	EDuosMessageType_k_eDuosMessageType_Thanks              EDuosMessageType = 1006
	EDuosMessageType_k_eDuosMessageType_Sent1Gold           EDuosMessageType = 1007
	EDuosMessageType_k_eDuosMessageType_Sent5Gold           EDuosMessageType = 1008
	EDuosMessageType_k_eDuosMessageType_INoLongerWant       EDuosMessageType = 1009
	EDuosMessageType_k_eDuosMessageType_WantGold            EDuosMessageType = 1010
	EDuosMessageType_k_eDuosMessageType_LevelUpQuestion     EDuosMessageType = 1011
	EDuosMessageType_k_eDuosMessageType_SpendRerollQuestion EDuosMessageType = 1012
)
const Default_CMsgClientToServerTeammateDuosMessage_MessageType EDuosMessageType = EDuosMessageType_k_eDuosMessageType_None
const Default_CMsgServerToClientTeammateDuosMessage_MessageType EDuosMessageType = EDuosMessageType_k_eDuosMessageType_None

func (EDuosMessageType) Enum

func (EDuosMessageType) EnumDescriptor

func (EDuosMessageType) EnumDescriptor() ([]byte, []int)

func (EDuosMessageType) String

func (x EDuosMessageType) String() string

func (*EDuosMessageType) UnmarshalJSON

func (x *EDuosMessageType) 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 EGCDACClientMessages

type EGCDACClientMessages int32
const (
	EGCDACClientMessages_k_EMsgClientToGCStartMatchmaking                           EGCDACClientMessages = 9010
	EGCDACClientMessages_k_EMsgClientToGCStartMatchmakingResponse                   EGCDACClientMessages = 9011
	EGCDACClientMessages_k_EMsgClientToGCStopMatchmaking                            EGCDACClientMessages = 9012
	EGCDACClientMessages_k_EMsgClientToGCStopMatchmakingResponse                    EGCDACClientMessages = 9013
	EGCDACClientMessages_k_EMsgGCToClientMatchmakingStopped                         EGCDACClientMessages = 9014
	EGCDACClientMessages_k_EMsgClientToGCLeaveLobby                                 EGCDACClientMessages = 9015
	EGCDACClientMessages_k_EMsgClientToGCLeaveLobbyResponse                         EGCDACClientMessages = 9016
	EGCDACClientMessages_k_EMsgClientToGCIsInMatchmaking                            EGCDACClientMessages = 9017
	EGCDACClientMessages_k_EMsgClientToGCIsInMatchmakingResponse                    EGCDACClientMessages = 9018
	EGCDACClientMessages_k_EMsgGCToClientSDRTicket                                  EGCDACClientMessages = 9120
	EGCDACClientMessages_k_EMsgClientToGCReplacementSDRTicket                       EGCDACClientMessages = 9121
	EGCDACClientMessages_k_EMsgClientToGCReplacementSDRTicketResponse               EGCDACClientMessages = 9122
	EGCDACClientMessages_k_EMsgClientToGCPartyCreate                                EGCDACClientMessages = 9123
	EGCDACClientMessages_k_EMsgClientToGCPartyCreateResponse                        EGCDACClientMessages = 9124
	EGCDACClientMessages_k_EMsgClientToGCPartyLeave                                 EGCDACClientMessages = 9125
	EGCDACClientMessages_k_EMsgClientToGCPartyLeaveResponse                         EGCDACClientMessages = 9126
	EGCDACClientMessages_k_EMsgClientToGCPartyJoin                                  EGCDACClientMessages = 9127
	EGCDACClientMessages_k_EMsgClientToGCPartyJoinResponse                          EGCDACClientMessages = 9128
	EGCDACClientMessages_k_EMsgClientToGCPartyAction                                EGCDACClientMessages = 9129
	EGCDACClientMessages_k_EMsgClientToGCPartyActionResponse                        EGCDACClientMessages = 9130
	EGCDACClientMessages_k_EMsgClientToGCPartyStartMatch                            EGCDACClientMessages = 9131
	EGCDACClientMessages_k_EMsgClientToGCPartyStartMatchResponse                    EGCDACClientMessages = 9132
	EGCDACClientMessages_k_EMsgClientToGCPartyInviteUser                            EGCDACClientMessages = 9133
	EGCDACClientMessages_k_EMsgClientToGCPartyInviteUserResponse                    EGCDACClientMessages = 9134
	EGCDACClientMessages_k_EMsgGCToClientPartyEvent                                 EGCDACClientMessages = 9135
	EGCDACClientMessages_k_EMsgClientToGCPartyClientVersion                         EGCDACClientMessages = 9136
	EGCDACClientMessages_k_EMsgGCToClientCanRejoinParty                             EGCDACClientMessages = 9137
	EGCDACClientMessages_k_EMsgClientToGCPartyJoinViaCode                           EGCDACClientMessages = 9138
	EGCDACClientMessages_k_EMsgClientToGCPartyJoinViaCodeResponse                   EGCDACClientMessages = 9139
	EGCDACClientMessages_k_EMsgGCToClientDevMMStatus                                EGCDACClientMessages = 9140
	EGCDACClientMessages_k_EMsgClientToGCDevForceMatchFormation                     EGCDACClientMessages = 9141
	EGCDACClientMessages_k_EMsgClientToGCEventRequestInfo                           EGCDACClientMessages = 9142
	EGCDACClientMessages_k_EMsgGCToClientEventInfo                                  EGCDACClientMessages = 9143
	EGCDACClientMessages_k_EMsgClientToGCEventClaim                                 EGCDACClientMessages = 9144
	EGCDACClientMessages_k_EMsgClientToGCEventClaimResponse                         EGCDACClientMessages = 9145
	EGCDACClientMessages_k_EMsgClientToGCEquipLoadout                               EGCDACClientMessages = 9146
	EGCDACClientMessages_k_EMsgClientToGCEquipLoadoutResponse                       EGCDACClientMessages = 9147
	EGCDACClientMessages_k_EMsgClientToGCSpectateUser                               EGCDACClientMessages = 9148
	EGCDACClientMessages_k_EMsgClientToGCSpectateUserResponse                       EGCDACClientMessages = 9149
	EGCDACClientMessages_k_EMsgClientToGCRecordLocalBotMatch                        EGCDACClientMessages = 9150
	EGCDACClientMessages_k_EMsgClientToGCRerollChallenge                            EGCDACClientMessages = 9151
	EGCDACClientMessages_k_EMsgClientToGCRerollChallengeResponse                    EGCDACClientMessages = 9152
	EGCDACClientMessages_k_EMsgClientToGCClaimChallengeReward                       EGCDACClientMessages = 9153
	EGCDACClientMessages_k_EMsgClientToGCClaimChallengeRewardResponse               EGCDACClientMessages = 9154
	EGCDACClientMessages_k_EMsgClientToGCCreateFriendCode                           EGCDACClientMessages = 9155
	EGCDACClientMessages_k_EMsgClientToGCCreateFriendCodeResponse                   EGCDACClientMessages = 9156
	EGCDACClientMessages_k_EMsgClientToGCGetFriendCodes                             EGCDACClientMessages = 9157
	EGCDACClientMessages_k_EMsgClientToGCGetFriendCodesResponse                     EGCDACClientMessages = 9158
	EGCDACClientMessages_k_EMsgClientToGCCheckFriendCode                            EGCDACClientMessages = 9159
	EGCDACClientMessages_k_EMsgClientToGCCheckFriendCodeResponse                    EGCDACClientMessages = 9160
	EGCDACClientMessages_k_EMsgClientToGCRedeemFriendCode                           EGCDACClientMessages = 9161
	EGCDACClientMessages_k_EMsgClientToGCRedeemFriendCodeResponse                   EGCDACClientMessages = 9162
	EGCDACClientMessages_k_EMsgClientToGCRevokeFriendCode                           EGCDACClientMessages = 9163
	EGCDACClientMessages_k_EMsgClientToGCRevokeFriendCodeResponse                   EGCDACClientMessages = 9164
	EGCDACClientMessages_k_EMsgClientToGCEventRequestInfoSync                       EGCDACClientMessages = 9165
	EGCDACClientMessages_k_EMsgClientToGCEventRequestInfoSyncResponse               EGCDACClientMessages = 9166
	EGCDACClientMessages_k_EMsgClientToGCDevEventOperation                          EGCDACClientMessages = 9169
	EGCDACClientMessages_k_EMsgClientToGCDevEventOperationResponse                  EGCDACClientMessages = 9170
	EGCDACClientMessages_k_EMsgGCToClientUpdateConsoleCommands                      EGCDACClientMessages = 9171
	EGCDACClientMessages_k_EMsgClientToGCPerformAutoActions                         EGCDACClientMessages = 9172
	EGCDACClientMessages_k_EMsgClientToGCPerformAutoActionsResponse                 EGCDACClientMessages = 9173
	EGCDACClientMessages_k_EMsgClientToGCCanPurchaseItem                            EGCDACClientMessages = 9176
	EGCDACClientMessages_k_EMsgClientToGCCanPurchaseItemResponse                    EGCDACClientMessages = 9177
	EGCDACClientMessages_k_EMsgClientToGCHandleItemPurchase                         EGCDACClientMessages = 9178
	EGCDACClientMessages_k_EMsgClientToGCHandleItemPurchaseResponse                 EGCDACClientMessages = 9179
	EGCDACClientMessages_k_EMsgClientToGCEventEquipVirtualItems                     EGCDACClientMessages = 9188
	EGCDACClientMessages_k_EMsgClientToGCEventEquipVirtualItemsResponse             EGCDACClientMessages = 9189
	EGCDACClientMessages_k_EMsgClientToGCClearPurchaseReserve                       EGCDACClientMessages = 9190
	EGCDACClientMessages_k_EMsgClientToGCClearPurchaseReserveResponse               EGCDACClientMessages = 9191
	EGCDACClientMessages_k_EMsgGCToClientAcquireRegionModeInfo                      EGCDACClientMessages = 9192
	EGCDACClientMessages_k_EMsgGCToClientDurationControlWarning                     EGCDACClientMessages = 9193
	EGCDACClientMessages_k_EMsgClientToGCGetRegionModeInfo                          EGCDACClientMessages = 9194
	EGCDACClientMessages_k_EMsgClientToGCGetRegionModeInfoResponse                  EGCDACClientMessages = 9195
	EGCDACClientMessages_k_EMsgGCToClientGameModifiersUpdated                       EGCDACClientMessages = 9196
	EGCDACClientMessages_k_EMsgClientToGCEventChallengeProgress                     EGCDACClientMessages = 9197
	EGCDACClientMessages_k_EMsgClientToGCEventChallengeProgressResponse             EGCDACClientMessages = 9198
	EGCDACClientMessages_k_EMsgClientToGCAssociateDevice                            EGCDACClientMessages = 9199
	EGCDACClientMessages_k_EMsgClientToGCAssociateDeviceResponse                    EGCDACClientMessages = 9200
	EGCDACClientMessages_k_EMsgClientToGCEventPurchase                              EGCDACClientMessages = 9201
	EGCDACClientMessages_k_EMsgClientToGCEventPurchaseResponse                      EGCDACClientMessages = 9202
	EGCDACClientMessages_k_EMsgClientToGCPartySetGameModifier                       EGCDACClientMessages = 9203
	EGCDACClientMessages_k_EMsgClientToGCPartySetGameModifierResponse               EGCDACClientMessages = 9204
	EGCDACClientMessages_k_EMsgClientToGCAckSupportCredits                          EGCDACClientMessages = 9205
	EGCDACClientMessages_k_EMsgClientToGCAckSupportCreditsResponse                  EGCDACClientMessages = 9206
	EGCDACClientMessages_k_EMsgClientToGCSetTeamName                                EGCDACClientMessages = 9207
	EGCDACClientMessages_k_EMsgClientToGCSetTeamNameResponse                        EGCDACClientMessages = 9208
	EGCDACClientMessages_k_EMsgClientToGCDevOperation                               EGCDACClientMessages = 9212
	EGCDACClientMessages_k_EMsgClientToGCDevOperationResponse                       EGCDACClientMessages = 9213
	EGCDACClientMessages_k_EMsgClientToGCUpdateAccountSync                          EGCDACClientMessages = 9214
	EGCDACClientMessages_k_EMsgClientToGCUpdateAccountSyncResponse                  EGCDACClientMessages = 9215
	EGCDACClientMessages_k_EMsgClientToGCGetDuosRanks                               EGCDACClientMessages = 9216
	EGCDACClientMessages_k_EMsgClientToGCGetDuosRanksResponse                       EGCDACClientMessages = 9217
	EGCDACClientMessages_k_EMsgClientToGCGetProfile                                 EGCDACClientMessages = 9218
	EGCDACClientMessages_k_EMsgClientToGCGetProfileResponse                         EGCDACClientMessages = 9219
	EGCDACClientMessages_k_EMsgClientToGCGetMatchHistory                            EGCDACClientMessages = 9220
	EGCDACClientMessages_k_EMsgClientToGCGetMatchHistoryResponse                    EGCDACClientMessages = 9221
	EGCDACClientMessages_k_EMsgClientToGCEventPurchaseCurrency                      EGCDACClientMessages = 9222
	EGCDACClientMessages_k_EMsgClientToGCEventPurchaseCurrencyResponse              EGCDACClientMessages = 9223
	EGCDACClientMessages_k_EMsgClientToGCGetFriendRanks                             EGCDACClientMessages = 9224
	EGCDACClientMessages_k_EMsgClientToGCGetFriendRanksResponse                     EGCDACClientMessages = 9225
	EGCDACClientMessages_k_EMsgClientToGCGetPuzzleLeaderboards                      EGCDACClientMessages = 9226
	EGCDACClientMessages_k_EMsgClientToGCGetPuzzleLeaderboardsResponse              EGCDACClientMessages = 9227
	EGCDACClientMessages_k_EMsgClientToGCGetPostMatchStats                          EGCDACClientMessages = 9228
	EGCDACClientMessages_k_EMsgClientToGCGetPostMatchStatsResponse                  EGCDACClientMessages = 9229
	EGCDACClientMessages_k_EMsgClientToGCEventChallengeProgressWithCurrency         EGCDACClientMessages = 9230
	EGCDACClientMessages_k_EMsgClientToGCEventChallengeProgressWithCurrencyResponse EGCDACClientMessages = 9231
)

func (EGCDACClientMessages) Enum

func (EGCDACClientMessages) EnumDescriptor

func (EGCDACClientMessages) EnumDescriptor() ([]byte, []int)

func (EGCDACClientMessages) String

func (x EGCDACClientMessages) String() string

func (*EGCDACClientMessages) UnmarshalJSON

func (x *EGCDACClientMessages) UnmarshalJSON(data []byte) error

type EGCDACCommonMessages

type EGCDACCommonMessages int32
const (
	EGCDACCommonMessages_k_EMsgAnyToGCReportAsserts                   EGCDACCommonMessages = 7000
	EGCDACCommonMessages_k_EMsgAnyToGCReportAssertsResponse           EGCDACCommonMessages = 7001
	EGCDACCommonMessages_k_EMsgGCItemEditorReservationsRequest        EGCDACCommonMessages = 7283
	EGCDACCommonMessages_k_EMsgGCItemEditorReservationsResponse       EGCDACCommonMessages = 7284
	EGCDACCommonMessages_k_EMsgGCItemEditorReserveItemDef             EGCDACCommonMessages = 7285
	EGCDACCommonMessages_k_EMsgGCItemEditorReserveItemDefResponse     EGCDACCommonMessages = 7286
	EGCDACCommonMessages_k_EMsgGCItemEditorReleaseReservation         EGCDACCommonMessages = 7287
	EGCDACCommonMessages_k_EMsgGCItemEditorReleaseReservationResponse EGCDACCommonMessages = 7288
)

func (EGCDACCommonMessages) Enum

func (EGCDACCommonMessages) EnumDescriptor

func (EGCDACCommonMessages) EnumDescriptor() ([]byte, []int)

func (EGCDACCommonMessages) String

func (x EGCDACCommonMessages) String() string

func (*EGCDACCommonMessages) UnmarshalJSON

func (x *EGCDACCommonMessages) UnmarshalJSON(data []byte) error

type EGCDACServerMessages

type EGCDACServerMessages int32
const (
	EGCDACServerMessages_k_EMsgServerToGCMatchSignoutPermission         EGCDACServerMessages = 10001
	EGCDACServerMessages_k_EMsgServerToGCMatchSignoutPermissionResponse EGCDACServerMessages = 10002
	EGCDACServerMessages_k_EMsgServerToGCMatchSignout                   EGCDACServerMessages = 10003
	EGCDACServerMessages_k_EMsgServerToGCMatchSignoutResponse           EGCDACServerMessages = 10004
	EGCDACServerMessages_k_EMsgServerToGCIdlePing                       EGCDACServerMessages = 10005
	EGCDACServerMessages_k_EMsgGCToServerRequestPing                    EGCDACServerMessages = 10006
	EGCDACServerMessages_k_EMsgGCToServerAllocateForMatch               EGCDACServerMessages = 10007
	EGCDACServerMessages_k_EMsgGCToServerAllocateForMatchResponse       EGCDACServerMessages = 10008
	EGCDACServerMessages_k_EMsgServerToGCEnterMatchmaking               EGCDACServerMessages = 10009
	EGCDACServerMessages_k_EMsgGCToServerCancelAllocateForMatch         EGCDACServerMessages = 10010
	EGCDACServerMessages_k_EMsgServerToGCUpdateLobbyServerState         EGCDACServerMessages = 10011
	EGCDACServerMessages_k_EMsgServerToGCAbandonMatch                   EGCDACServerMessages = 10012
	EGCDACServerMessages_k_EMsgServerToGCAbandonMatchResponse           EGCDACServerMessages = 10013
	EGCDACServerMessages_k_EMsgServerToGCTestConnection                 EGCDACServerMessages = 10014
	EGCDACServerMessages_k_EMsgServerToGCTestConnectionResponse         EGCDACServerMessages = 10015
	EGCDACServerMessages_k_EMsgGCToServerAddSpectator                   EGCDACServerMessages = 10016
	EGCDACServerMessages_k_EMsgGCToServerAddSpectatorResponse           EGCDACServerMessages = 10017
	EGCDACServerMessages_k_EMsgGCToServerUpdateConsoleCommands          EGCDACServerMessages = 10018
	EGCDACServerMessages_k_EMsgServertoGCPuzzleResults                  EGCDACServerMessages = 10019
	EGCDACServerMessages_k_EMsgServertoGCPuzzleResultsResponse          EGCDACServerMessages = 10020
	EGCDACServerMessages_k_EMsgServertoGCPuzzleBestRequest              EGCDACServerMessages = 10021
	EGCDACServerMessages_k_EMsgServertoGCPuzzleBestResponse             EGCDACServerMessages = 10022
)

func (EGCDACServerMessages) Enum

func (EGCDACServerMessages) EnumDescriptor

func (EGCDACServerMessages) EnumDescriptor() ([]byte, []int)

func (EGCDACServerMessages) String

func (x EGCDACServerMessages) String() string

func (*EGCDACServerMessages) UnmarshalJSON

func (x *EGCDACServerMessages) UnmarshalJSON(data []byte) error

type EGCEconBaseMsg

type EGCEconBaseMsg int32
const (
	EGCEconBaseMsg_k_EMsgGCGenericResult EGCEconBaseMsg = 2579
)

func (EGCEconBaseMsg) Enum

func (x EGCEconBaseMsg) Enum() *EGCEconBaseMsg

func (EGCEconBaseMsg) EnumDescriptor

func (EGCEconBaseMsg) EnumDescriptor() ([]byte, []int)

func (EGCEconBaseMsg) String

func (x EGCEconBaseMsg) String() string

func (*EGCEconBaseMsg) UnmarshalJSON

func (x *EGCEconBaseMsg) 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
)

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 EGCMsgResponse

type EGCMsgResponse int32
const (
	EGCMsgResponse_k_EGCMsgResponseOK           EGCMsgResponse = 0
	EGCMsgResponse_k_EGCMsgResponseDenied       EGCMsgResponse = 1
	EGCMsgResponse_k_EGCMsgResponseServerError  EGCMsgResponse = 2
	EGCMsgResponse_k_EGCMsgResponseTimeout      EGCMsgResponse = 3
	EGCMsgResponse_k_EGCMsgResponseInvalid      EGCMsgResponse = 4
	EGCMsgResponse_k_EGCMsgResponseNoMatch      EGCMsgResponse = 5
	EGCMsgResponse_k_EGCMsgResponseUnknownError EGCMsgResponse = 6
	EGCMsgResponse_k_EGCMsgResponseNotLoggedOn  EGCMsgResponse = 7
	EGCMsgResponse_k_EGCMsgFailedToCreate       EGCMsgResponse = 8
)
const Default_CMsgClientToGCUnlockCrateResponse_Result EGCMsgResponse = EGCMsgResponse_k_EGCMsgResponseOK
const Default_CMsgClientToGCWrapAndDeliverGiftResponse_Response EGCMsgResponse = EGCMsgResponse_k_EGCMsgResponseOK

func (EGCMsgResponse) Enum

func (x EGCMsgResponse) Enum() *EGCMsgResponse

func (EGCMsgResponse) EnumDescriptor

func (EGCMsgResponse) EnumDescriptor() ([]byte, []int)

func (EGCMsgResponse) String

func (x EGCMsgResponse) String() string

func (*EGCMsgResponse) UnmarshalJSON

func (x *EGCMsgResponse) UnmarshalJSON(data []byte) error

type EGCMsgUseItemResponse

type EGCMsgUseItemResponse int32
const (
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_ItemUsed                    EGCMsgUseItemResponse = 0
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_GiftNoOtherPlayers          EGCMsgUseItemResponse = 1
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_ServerError                 EGCMsgUseItemResponse = 2
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_MiniGameAlreadyStarted      EGCMsgUseItemResponse = 3
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_ItemUsed_ItemsGranted       EGCMsgUseItemResponse = 4
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_DropRateBonusAlreadyGranted EGCMsgUseItemResponse = 5
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_NotInLowPriorityPool        EGCMsgUseItemResponse = 6
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_NotHighEnoughLevel          EGCMsgUseItemResponse = 7
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_EventNotActive              EGCMsgUseItemResponse = 8
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_ItemUsed_EventPointsGranted EGCMsgUseItemResponse = 9
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_MissingRequirement          EGCMsgUseItemResponse = 10
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_EmoticonUnlock_NoNew        EGCMsgUseItemResponse = 11
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_EmoticonUnlock_Complete     EGCMsgUseItemResponse = 12
	EGCMsgUseItemResponse_k_EGCMsgUseItemResponse_ItemUsed_Compendium         EGCMsgUseItemResponse = 13
)

func (EGCMsgUseItemResponse) Enum

func (EGCMsgUseItemResponse) EnumDescriptor

func (EGCMsgUseItemResponse) EnumDescriptor() ([]byte, []int)

func (EGCMsgUseItemResponse) String

func (x EGCMsgUseItemResponse) String() string

func (*EGCMsgUseItemResponse) UnmarshalJSON

func (x *EGCMsgUseItemResponse) UnmarshalJSON(data []byte) error

type EGCPartnerRequestResponse

type EGCPartnerRequestResponse int32
const (
	EGCPartnerRequestResponse_k_EPartnerRequestOK                     EGCPartnerRequestResponse = 1
	EGCPartnerRequestResponse_k_EPartnerRequestBadAccount             EGCPartnerRequestResponse = 2
	EGCPartnerRequestResponse_k_EPartnerRequestNotLinked              EGCPartnerRequestResponse = 3
	EGCPartnerRequestResponse_k_EPartnerRequestUnsupportedPartnerType EGCPartnerRequestResponse = 4
)
const Default_CMsgGCPartnerBalanceResponse_Result EGCPartnerRequestResponse = EGCPartnerRequestResponse_k_EPartnerRequestOK
const Default_CMsgGCPartnerRechargeRedirectURLResponse_Result EGCPartnerRequestResponse = EGCPartnerRequestResponse_k_EPartnerRequestOK

func (EGCPartnerRequestResponse) Enum

func (EGCPartnerRequestResponse) EnumDescriptor

func (EGCPartnerRequestResponse) EnumDescriptor() ([]byte, []int)

func (EGCPartnerRequestResponse) String

func (x EGCPartnerRequestResponse) String() string

func (*EGCPartnerRequestResponse) UnmarshalJSON

func (x *EGCPartnerRequestResponse) UnmarshalJSON(data []byte) error

type EGCServerLobbyData

type EGCServerLobbyData int32
const (
	EGCServerLobbyData_k_EServerLobbyData_PlayerInfo    EGCServerLobbyData = 1
	EGCServerLobbyData_k_EServerLobbyData_PlayerMMR     EGCServerLobbyData = 2
	EGCServerLobbyData_k_EServerLobbyData_GameModifiers EGCServerLobbyData = 3
)

func (EGCServerLobbyData) Enum

func (EGCServerLobbyData) EnumDescriptor

func (EGCServerLobbyData) EnumDescriptor() ([]byte, []int)

func (EGCServerLobbyData) String

func (x EGCServerLobbyData) String() string

func (*EGCServerLobbyData) UnmarshalJSON

func (x *EGCServerLobbyData) UnmarshalJSON(data []byte) error

type EGCServerSignoutData

type EGCServerSignoutData int32
const (
	EGCServerSignoutData_k_EMatchSignoutData_Disconnections      EGCServerSignoutData = 1
	EGCServerSignoutData_k_EMatchSignoutData_PerformanceStats    EGCServerSignoutData = 2
	EGCServerSignoutData_k_EMatchSignoutData_CombatStats         EGCServerSignoutData = 3
	EGCServerSignoutData_k_EMatchSignoutData_PostMatchStats      EGCServerSignoutData = 4
	EGCServerSignoutData_k_EPlayerSignoutData_MMRUpdate          EGCServerSignoutData = 10
	EGCServerSignoutData_k_EPlayerSignoutData_EventGrantProgress EGCServerSignoutData = 11
	EGCServerSignoutData_k_EPlayerSignoutData_ChatStats          EGCServerSignoutData = 12
	EGCServerSignoutData_k_EPlayerSignoutData_TeamUpdate         EGCServerSignoutData = 13
	EGCServerSignoutData_k_EPlayerSignoutData_MatchStats         EGCServerSignoutData = 14
)

func (EGCServerSignoutData) Enum

func (EGCServerSignoutData) EnumDescriptor

func (EGCServerSignoutData) EnumDescriptor() ([]byte, []int)

func (EGCServerSignoutData) String

func (x EGCServerSignoutData) String() string

func (*EGCServerSignoutData) UnmarshalJSON

func (x *EGCServerSignoutData) UnmarshalJSON(data []byte) error

type EGameState

type EGameState int32
const (
	EGameState_EGameState_Intro    EGameState = 0
	EGameState_EGameState_Playing  EGameState = 1
	EGameState_EGameState_GameOver EGameState = 2
)
const Default_CMsgMatchState_GameState EGameState = EGameState_EGameState_Intro

func (EGameState) Enum

func (x EGameState) Enum() *EGameState

func (EGameState) EnumDescriptor

func (EGameState) EnumDescriptor() ([]byte, []int)

func (EGameState) String

func (x EGameState) String() string

func (*EGameState) UnmarshalJSON

func (x *EGameState) UnmarshalJSON(data []byte) error

type EHapticPulseType

type EHapticPulseType int32
const (
	EHapticPulseType_VR_HAND_HAPTIC_PULSE_LIGHT  EHapticPulseType = 0
	EHapticPulseType_VR_HAND_HAPTIC_PULSE_MEDIUM EHapticPulseType = 1
	EHapticPulseType_VR_HAND_HAPTIC_PULSE_STRONG EHapticPulseType = 2
)

func (EHapticPulseType) Enum

func (EHapticPulseType) EnumDescriptor

func (EHapticPulseType) EnumDescriptor() ([]byte, []int)

func (EHapticPulseType) String

func (x EHapticPulseType) String() string

func (*EHapticPulseType) UnmarshalJSON

func (x *EHapticPulseType) UnmarshalJSON(data []byte) error

type EInGameChatType

type EInGameChatType int32
const (
	EInGameChatType_k_eInGameChatType_Global EInGameChatType = 0
	EInGameChatType_k_eInGameChatType_Combat EInGameChatType = 1
)
const Default_CMsgClientToServerChatMsg_ChatType EInGameChatType = EInGameChatType_k_eInGameChatType_Global
const Default_CMsgServerToClientChatMsg_ChatType EInGameChatType = EInGameChatType_k_eInGameChatType_Global

func (EInGameChatType) Enum

func (x EInGameChatType) Enum() *EInGameChatType

func (EInGameChatType) EnumDescriptor

func (EInGameChatType) EnumDescriptor() ([]byte, []int)

func (EInGameChatType) String

func (x EInGameChatType) String() string

func (*EInGameChatType) UnmarshalJSON

func (x *EInGameChatType) UnmarshalJSON(data []byte) error

type EItemEditorReservationResult

type EItemEditorReservationResult int32
const (
	EItemEditorReservationResult_k_EItemEditorReservationResult_OK            EItemEditorReservationResult = 1
	EItemEditorReservationResult_k_EItemEditorReservationResult_AlreadyExists EItemEditorReservationResult = 2
	EItemEditorReservationResult_k_EItemEditorReservationResult_Reserved      EItemEditorReservationResult = 3
	EItemEditorReservationResult_k_EItemEditorReservationResult_TimedOut      EItemEditorReservationResult = 4
)

func (EItemEditorReservationResult) Enum

func (EItemEditorReservationResult) EnumDescriptor

func (EItemEditorReservationResult) EnumDescriptor() ([]byte, []int)

func (EItemEditorReservationResult) String

func (*EItemEditorReservationResult) UnmarshalJSON

func (x *EItemEditorReservationResult) 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 ELobbyServerState

type ELobbyServerState int32
const (
	ELobbyServerState_k_eLobbyServerState_Assign    ELobbyServerState = 0
	ELobbyServerState_k_eLobbyServerState_InGame    ELobbyServerState = 1
	ELobbyServerState_k_eLobbyServerState_PostMatch ELobbyServerState = 2
	ELobbyServerState_k_eLobbyServerState_SignedOut ELobbyServerState = 3
	ELobbyServerState_k_eLobbyServerState_Abandoned ELobbyServerState = 4
)
const Default_CMsgServerToGCUpdateLobbyServerState_ServerState ELobbyServerState = ELobbyServerState_k_eLobbyServerState_Assign
const Default_CSODACLobby_ServerState ELobbyServerState = ELobbyServerState_k_eLobbyServerState_Assign

func (ELobbyServerState) Enum

func (ELobbyServerState) EnumDescriptor

func (ELobbyServerState) EnumDescriptor() ([]byte, []int)

func (ELobbyServerState) String

func (x ELobbyServerState) String() string

func (*ELobbyServerState) UnmarshalJSON

func (x *ELobbyServerState) UnmarshalJSON(data []byte) error

type EMapPropCommand

type EMapPropCommand int32
const (
	EMapPropCommand_k_eMapPropCommand_None  EMapPropCommand = 0
	EMapPropCommand_k_eMapPropCommand_Click EMapPropCommand = 1
)

func (EMapPropCommand) Enum

func (x EMapPropCommand) Enum() *EMapPropCommand

func (EMapPropCommand) EnumDescriptor

func (EMapPropCommand) EnumDescriptor() ([]byte, []int)

func (EMapPropCommand) String

func (x EMapPropCommand) String() string

func (*EMapPropCommand) UnmarshalJSON

func (x *EMapPropCommand) UnmarshalJSON(data []byte) error

type EMobilePaymentProvider

type EMobilePaymentProvider int32
const (
	EMobilePaymentProvider_k_EMobilePaymentProvider_Invalid       EMobilePaymentProvider = 0
	EMobilePaymentProvider_k_EMobilePaymentProvider_GooglePlay    EMobilePaymentProvider = 1
	EMobilePaymentProvider_k_EMobilePaymentProvider_AppleAppStore EMobilePaymentProvider = 2
)
const Default_CGCSystemMsg_ReportExternalPurchase_Request_Provider EMobilePaymentProvider = EMobilePaymentProvider_k_EMobilePaymentProvider_Invalid

func (EMobilePaymentProvider) Enum

func (EMobilePaymentProvider) EnumDescriptor

func (EMobilePaymentProvider) EnumDescriptor() ([]byte, []int)

func (EMobilePaymentProvider) String

func (x EMobilePaymentProvider) String() string

func (*EMobilePaymentProvider) UnmarshalJSON

func (x *EMobilePaymentProvider) UnmarshalJSON(data []byte) error

type ENetworkDisconnectionReason

type ENetworkDisconnectionReason int32
const (
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_INVALID                               ENetworkDisconnectionReason = 0
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SHUTDOWN                              ENetworkDisconnectionReason = 1
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_DISCONNECT_BY_USER                    ENetworkDisconnectionReason = 2
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_DISCONNECT_BY_SERVER                  ENetworkDisconnectionReason = 3
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOST                                  ENetworkDisconnectionReason = 4
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_OVERFLOW                              ENetworkDisconnectionReason = 5
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_BANNED                          ENetworkDisconnectionReason = 6
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_INUSE                           ENetworkDisconnectionReason = 7
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_TICKET                          ENetworkDisconnectionReason = 8
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_LOGON                           ENetworkDisconnectionReason = 9
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_AUTHCANCELLED                   ENetworkDisconnectionReason = 10
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_AUTHALREADYUSED                 ENetworkDisconnectionReason = 11
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_AUTHINVALID                     ENetworkDisconnectionReason = 12
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_VACBANSTATE                     ENetworkDisconnectionReason = 13
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_LOGGED_IN_ELSEWHERE             ENetworkDisconnectionReason = 14
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_VAC_CHECK_TIMEDOUT              ENetworkDisconnectionReason = 15
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_DROPPED                         ENetworkDisconnectionReason = 16
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_OWNERSHIP                       ENetworkDisconnectionReason = 17
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SERVERINFO_OVERFLOW                   ENetworkDisconnectionReason = 18
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_TICKMSG_OVERFLOW                      ENetworkDisconnectionReason = 19
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STRINGTABLEMSG_OVERFLOW               ENetworkDisconnectionReason = 20
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_DELTAENTMSG_OVERFLOW                  ENetworkDisconnectionReason = 21
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_TEMPENTMSG_OVERFLOW                   ENetworkDisconnectionReason = 22
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SOUNDSMSG_OVERFLOW                    ENetworkDisconnectionReason = 23
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SNAPSHOTOVERFLOW                      ENetworkDisconnectionReason = 24
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SNAPSHOTERROR                         ENetworkDisconnectionReason = 25
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_RELIABLEOVERFLOW                      ENetworkDisconnectionReason = 26
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_BADDELTATICK                          ENetworkDisconnectionReason = 27
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_NOMORESPLITS                          ENetworkDisconnectionReason = 28
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_TIMEDOUT                              ENetworkDisconnectionReason = 29
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_DISCONNECTED                          ENetworkDisconnectionReason = 30
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LEAVINGSPLIT                          ENetworkDisconnectionReason = 31
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_DIFFERENTCLASSTABLES                  ENetworkDisconnectionReason = 32
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_BADRELAYPASSWORD                      ENetworkDisconnectionReason = 33
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_BADSPECTATORPASSWORD                  ENetworkDisconnectionReason = 34
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_HLTVRESTRICTED                        ENetworkDisconnectionReason = 35
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_NOSPECTATORS                          ENetworkDisconnectionReason = 36
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_HLTVUNAVAILABLE                       ENetworkDisconnectionReason = 37
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_HLTVSTOP                              ENetworkDisconnectionReason = 38
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_KICKED                                ENetworkDisconnectionReason = 39
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_BANADDED                              ENetworkDisconnectionReason = 40
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_KICKBANADDED                          ENetworkDisconnectionReason = 41
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_HLTVDIRECT                            ENetworkDisconnectionReason = 42
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_PURESERVER_CLIENTEXTRA                ENetworkDisconnectionReason = 43
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_PURESERVER_MISMATCH                   ENetworkDisconnectionReason = 44
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_USERCMD                               ENetworkDisconnectionReason = 45
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECTED_BY_GAME                      ENetworkDisconnectionReason = 46
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_MESSAGE_PARSE_ERROR                   ENetworkDisconnectionReason = 47
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_INVALID_MESSAGE_ERROR                 ENetworkDisconnectionReason = 48
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_BAD_SERVER_PASSWORD                   ENetworkDisconnectionReason = 49
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_DIRECT_CONNECT_RESERVATION            ENetworkDisconnectionReason = 50
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CONNECTION_FAILURE                    ENetworkDisconnectionReason = 51
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_NO_PEER_GROUP_HANDLERS                ENetworkDisconnectionReason = 52
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_RECONNECTION                          ENetworkDisconnectionReason = 53
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOOPSHUTDOWN                          ENetworkDisconnectionReason = 54
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOOPDEACTIVATE                        ENetworkDisconnectionReason = 55
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_HOST_ENDGAME                          ENetworkDisconnectionReason = 56
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOOP_LEVELLOAD_ACTIVATE               ENetworkDisconnectionReason = 57
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CREATE_SERVER_FAILED                  ENetworkDisconnectionReason = 58
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_EXITING                               ENetworkDisconnectionReason = 59
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REQUEST_HOSTSTATE_IDLE                ENetworkDisconnectionReason = 60
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REQUEST_HOSTSTATE_HLTVRELAY           ENetworkDisconnectionReason = 61
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CLIENT_CONSISTENCY_FAIL               ENetworkDisconnectionReason = 62
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CLIENT_UNABLE_TO_CRC_MAP              ENetworkDisconnectionReason = 63
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CLIENT_NO_MAP                         ENetworkDisconnectionReason = 64
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CLIENT_DIFFERENT_MAP                  ENetworkDisconnectionReason = 65
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SERVER_REQUIRES_STEAM                 ENetworkDisconnectionReason = 66
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_DENY_MISC                       ENetworkDisconnectionReason = 67
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_STEAM_DENY_BAD_ANTI_CHEAT             ENetworkDisconnectionReason = 68
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SERVER_SHUTDOWN                       ENetworkDisconnectionReason = 69
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SPLITPACKET_SEND_OVERFLOW             ENetworkDisconnectionReason = 70
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REPLAY_INCOMPATIBLE                   ENetworkDisconnectionReason = 71
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_CONNECT_REQUEST_TIMEDOUT              ENetworkDisconnectionReason = 72
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_SERVER_INCOMPATIBLE                   ENetworkDisconnectionReason = 73
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOCALPROBLEM_MANYRELAYS               ENetworkDisconnectionReason = 74
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOCALPROBLEM_HOSTEDSERVERPRIMARYRELAY ENetworkDisconnectionReason = 75
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOCALPROBLEM_NETWORKCONFIG            ENetworkDisconnectionReason = 76
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_LOCALPROBLEM_OTHER                    ENetworkDisconnectionReason = 77
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REMOTE_TIMEOUT                        ENetworkDisconnectionReason = 79
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REMOTE_TIMEOUT_CONNECTING             ENetworkDisconnectionReason = 80
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REMOTE_OTHER                          ENetworkDisconnectionReason = 81
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REMOTE_BADCRYPT                       ENetworkDisconnectionReason = 82
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REMOTE_CERTNOTTRUSTED                 ENetworkDisconnectionReason = 83
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_UNUSUAL                               ENetworkDisconnectionReason = 84
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_INTERNAL_ERROR                        ENetworkDisconnectionReason = 85
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_BADCHALLENGE                   ENetworkDisconnectionReason = 128
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_NOLOBBY                        ENetworkDisconnectionReason = 129
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_BACKGROUND_MAP                 ENetworkDisconnectionReason = 130
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_SINGLE_PLAYER                  ENetworkDisconnectionReason = 131
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_HIDDEN_GAME                    ENetworkDisconnectionReason = 132
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_LANRESTRICT                    ENetworkDisconnectionReason = 133
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_BADPASSWORD                    ENetworkDisconnectionReason = 134
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_SERVERFULL                     ENetworkDisconnectionReason = 135
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_INVALIDRESERVATION             ENetworkDisconnectionReason = 136
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_FAILEDCHANNEL                  ENetworkDisconnectionReason = 137
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_CONNECT_FROM_LOBBY             ENetworkDisconnectionReason = 138
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_RESERVED_FOR_LOBBY             ENetworkDisconnectionReason = 139
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_INVALIDKEYLENGTH               ENetworkDisconnectionReason = 140
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_OLDPROTOCOL                    ENetworkDisconnectionReason = 141
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_NEWPROTOCOL                    ENetworkDisconnectionReason = 142
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_INVALIDCONNECTION              ENetworkDisconnectionReason = 143
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_INVALIDCERTLEN                 ENetworkDisconnectionReason = 144
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_INVALIDSTEAMCERTLEN            ENetworkDisconnectionReason = 145
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_STEAM                          ENetworkDisconnectionReason = 146
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_SERVERAUTHDISABLED             ENetworkDisconnectionReason = 147
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_SERVERCDKEYAUTHINVALID         ENetworkDisconnectionReason = 148
	ENetworkDisconnectionReason_NETWORK_DISCONNECT_REJECT_BANNED                         ENetworkDisconnectionReason = 149
)

func (ENetworkDisconnectionReason) Enum

func (ENetworkDisconnectionReason) EnumDescriptor

func (ENetworkDisconnectionReason) EnumDescriptor() ([]byte, []int)

func (ENetworkDisconnectionReason) String

func (*ENetworkDisconnectionReason) UnmarshalJSON

func (x *ENetworkDisconnectionReason) UnmarshalJSON(data []byte) error

type EPlayerConnectionState

type EPlayerConnectionState int32
const (
	EPlayerConnectionState_EPlayerConnectionState_Connecting   EPlayerConnectionState = 0
	EPlayerConnectionState_EPlayerConnectionState_Connected    EPlayerConnectionState = 1
	EPlayerConnectionState_EPlayerConnectionState_Disconnected EPlayerConnectionState = 2
)
const Default_CMsgPublicPlayerState_ConnectionStatus EPlayerConnectionState = EPlayerConnectionState_EPlayerConnectionState_Connecting

func (EPlayerConnectionState) Enum

func (EPlayerConnectionState) EnumDescriptor

func (EPlayerConnectionState) EnumDescriptor() ([]byte, []int)

func (EPlayerConnectionState) String

func (x EPlayerConnectionState) String() string

func (*EPlayerConnectionState) UnmarshalJSON

func (x *EPlayerConnectionState) UnmarshalJSON(data []byte) error

type EPlayerOrder

type EPlayerOrder int32
const (
	EPlayerOrder_EPlayerOrder_SellUnit                EPlayerOrder = 2
	EPlayerOrder_EPlayerOrder_MoveUnit                EPlayerOrder = 3
	EPlayerOrder_EPlayerOrder_BuyXP                   EPlayerOrder = 4
	EPlayerOrder_EPlayerOrder_ReRoll                  EPlayerOrder = 5
	EPlayerOrder_EPlayerOrder_LockShop                EPlayerOrder = 6
	EPlayerOrder_EPlayerOrder_AssignEquipmentItem     EPlayerOrder = 7
	EPlayerOrder_EPlayerOrder_SelectItemRewardChoice  EPlayerOrder = 8
	EPlayerOrder_EPlayerOrder_DevGold                 EPlayerOrder = 9
	EPlayerOrder_EPlayerOrder_DevItem                 EPlayerOrder = 10
	EPlayerOrder_EPlayerOrder_DevHero                 EPlayerOrder = 12
	EPlayerOrder_EPlayerOrder_BuyAndCombine           EPlayerOrder = 15
	EPlayerOrder_EPlayerOrder_PauseGame               EPlayerOrder = 16
	EPlayerOrder_EPlayerOrder_ResumeGame              EPlayerOrder = 17
	EPlayerOrder_EPlayerOrder_SpectatePlayer          EPlayerOrder = 18
	EPlayerOrder_EPlayerOrder_RequestPlayerStats      EPlayerOrder = 19
	EPlayerOrder_EPlayerOrder_StepForward             EPlayerOrder = 20
	EPlayerOrder_EPlayerOrder_MutePlayer              EPlayerOrder = 21
	EPlayerOrder_EPlayerOrder_SelectTalent            EPlayerOrder = 22
	EPlayerOrder_EPlayerOrder_Send                    EPlayerOrder = 23
	EPlayerOrder_EPlayerOrder_CombineItem             EPlayerOrder = 24
	EPlayerOrder_EPlayerOrder_BuyCombineMove          EPlayerOrder = 25
	EPlayerOrder_EPlayerOrder_BuyAndSend              EPlayerOrder = 26
	EPlayerOrder_EPlayerOrder_SendGold                EPlayerOrder = 27
	EPlayerOrder_EPlayerOrder_DevTalent               EPlayerOrder = 28
	EPlayerOrder_EPlayerOrder_SellItem                EPlayerOrder = 29
	EPlayerOrder_EPlayerOrder_DevSetPlayerLevel       EPlayerOrder = 30
	EPlayerOrder_EPlayerOrder_DevGiveUnderlord        EPlayerOrder = 32
	EPlayerOrder_EPlayerOrder_DevSetAutosavingEnabled EPlayerOrder = 33
	EPlayerOrder_EPlayerOrder_DevRemoveAllUnits       EPlayerOrder = 34
	EPlayerOrder_EPlayerOrder_DevSetUnitRank          EPlayerOrder = 35
	EPlayerOrder_EPlayerOrder_DevRemoveAllItems       EPlayerOrder = 36
	EPlayerOrder_EPlayerOrder_ClearBoard              EPlayerOrder = 37
	EPlayerOrder_EPlayerOrder_GoToTutorialState       EPlayerOrder = 38
	EPlayerOrder_EPlayerOrder_SelectTurboBucket       EPlayerOrder = 39
	EPlayerOrder_EPlayerOrder_TurboBucketReroll       EPlayerOrder = 40
	EPlayerOrder_EPlayerOrder_SelectUnderlord         EPlayerOrder = 41
	EPlayerOrder_EPlayerOrder_DevMakeTestBot          EPlayerOrder = 42
	EPlayerOrder_EPlayerOrder_ItemRewardChoiceReroll  EPlayerOrder = 43
	EPlayerOrder_EPlayerOrder_BuyPuzzleUnit           EPlayerOrder = 44
	EPlayerOrder_EPlayerOrder_Dungeon_AdvancePhase    EPlayerOrder = 45
)
const Default_CMsgPlayerOrder_Order EPlayerOrder = EPlayerOrder_EPlayerOrder_SellUnit

func (EPlayerOrder) Enum

func (x EPlayerOrder) Enum() *EPlayerOrder

func (EPlayerOrder) EnumDescriptor

func (EPlayerOrder) EnumDescriptor() ([]byte, []int)

func (EPlayerOrder) String

func (x EPlayerOrder) String() string

func (*EPlayerOrder) UnmarshalJSON

func (x *EPlayerOrder) UnmarshalJSON(data []byte) error

type ERollType

type ERollType int32
const (
	ERollType_ROLL_NONE           ERollType = -1
	ERollType_ROLL_STATS          ERollType = 0
	ERollType_ROLL_CREDITS        ERollType = 1
	ERollType_ROLL_OUTTRO         ERollType = 3
)
const Default_CUserMessageCreditsMsg_Rolltype ERollType = ERollType_ROLL_NONE

func (ERollType) Enum

func (x ERollType) Enum() *ERollType

func (ERollType) EnumDescriptor

func (ERollType) EnumDescriptor() ([]byte, []int)

func (ERollType) String

func (x ERollType) String() string

func (*ERollType) UnmarshalJSON

func (x *ERollType) UnmarshalJSON(data []byte) error

type ERoundCombatResult

type ERoundCombatResult int32
const (
	ERoundCombatResult_ERoundCombatResult_Draw    ERoundCombatResult = 0
	ERoundCombatResult_ERoundCombatResult_HomeWin ERoundCombatResult = 1
	ERoundCombatResult_ERoundCombatResult_AwayWin ERoundCombatResult = 2
)
const Default_CMsgPlayerCombatResult_Result ERoundCombatResult = ERoundCombatResult_ERoundCombatResult_Draw
const Default_CMsgRoundCombat_Result ERoundCombatResult = ERoundCombatResult_ERoundCombatResult_Draw

func (ERoundCombatResult) Enum

func (ERoundCombatResult) EnumDescriptor

func (ERoundCombatResult) EnumDescriptor() ([]byte, []int)

func (ERoundCombatResult) String

func (x ERoundCombatResult) String() string

func (*ERoundCombatResult) UnmarshalJSON

func (x *ERoundCombatResult) UnmarshalJSON(data []byte) error

type ERoundState

type ERoundState int32
const (
	ERoundState_ERoundState_Preparing ERoundState = 0
	ERoundState_ERoundState_Ready     ERoundState = 1
	ERoundState_ERoundState_Combat    ERoundState = 2
	ERoundState_ERoundState_RoundOver ERoundState = 3
)
const Default_CMsgMatchState_RoundState ERoundState = ERoundState_ERoundState_Preparing

func (ERoundState) Enum

func (x ERoundState) Enum() *ERoundState

func (ERoundState) EnumDescriptor

func (ERoundState) EnumDescriptor() ([]byte, []int)

func (ERoundState) String

func (x ERoundState) String() string

func (*ERoundState) UnmarshalJSON

func (x *ERoundState) UnmarshalJSON(data []byte) error

type ERoundVictoryLevel

type ERoundVictoryLevel int32
const (
	ERoundVictoryLevel_ERoundVictoryLevel_HomeDecisive ERoundVictoryLevel = 0
	ERoundVictoryLevel_ERoundVictoryLevel_HomeNarrow   ERoundVictoryLevel = 1
	ERoundVictoryLevel_ERoundVictoryLevel_HomeFlawless ERoundVictoryLevel = 2
	ERoundVictoryLevel_ERoundVictoryLevel_HomeNormal   ERoundVictoryLevel = 3
	ERoundVictoryLevel_ERoundVictoryLevel_AwayDecisive ERoundVictoryLevel = 4
	ERoundVictoryLevel_ERoundVictoryLevel_AwayNarrow   ERoundVictoryLevel = 5
	ERoundVictoryLevel_ERoundVictoryLevel_AwayFlawless ERoundVictoryLevel = 6
	ERoundVictoryLevel_ERoundVictoryLevel_AwayNormal   ERoundVictoryLevel = 7
	ERoundVictoryLevel_ERoundVictoryLevel_Draw         ERoundVictoryLevel = 8
)
const Default_CMsgPlayerCombatResult_VictoryLevel ERoundVictoryLevel = ERoundVictoryLevel_ERoundVictoryLevel_HomeDecisive

func (ERoundVictoryLevel) Enum

func (ERoundVictoryLevel) EnumDescriptor

func (ERoundVictoryLevel) EnumDescriptor() ([]byte, []int)

func (ERoundVictoryLevel) String

func (x ERoundVictoryLevel) String() string

func (*ERoundVictoryLevel) UnmarshalJSON

func (x *ERoundVictoryLevel) 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 ESendDestination

type ESendDestination int32
const (
	ESendDestination_ESendDestination_Duos_Partner ESendDestination = 0
)

func (ESendDestination) Enum

func (ESendDestination) EnumDescriptor

func (ESendDestination) EnumDescriptor() ([]byte, []int)

func (ESendDestination) String

func (x ESendDestination) String() string

func (*ESendDestination) UnmarshalJSON

func (x *ESendDestination) 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 ESynergyType

type ESynergyType int32
const (
	ESynergyType_ESynergyType_Class ESynergyType = 1
	ESynergyType_ESynergyType_Race  ESynergyType = 2
)

func (ESynergyType) Enum

func (x ESynergyType) Enum() *ESynergyType

func (ESynergyType) EnumDescriptor

func (ESynergyType) EnumDescriptor() ([]byte, []int)

func (ESynergyType) String

func (x ESynergyType) String() string

func (*ESynergyType) UnmarshalJSON

func (x *ESynergyType) UnmarshalJSON(data []byte) error

type EUnitAIState

type EUnitAIState int32
const (
	EUnitAIState_EUnitAIState_Idle             EUnitAIState = 0
	EUnitAIState_EUnitAIState_MoveToAttack     EUnitAIState = 1
	EUnitAIState_EUnitAIState_MoveToLocation   EUnitAIState = 2
	EUnitAIState_EUnitAIState_Attack           EUnitAIState = 3
	EUnitAIState_EUnitAIState_CastAbility      EUnitAIState = 4
	EUnitAIState_EUnitAIState_Dead             EUnitAIState = 5
	EUnitAIState_EUnitAIState_Portrait         EUnitAIState = 6
	EUnitAIState_EUnitAIState_WalkBack         EUnitAIState = 7
	EUnitAIState_EUnitAIState_Celebrate        EUnitAIState = 8
	EUnitAIState_EUnitAIState_RoundEndTeleport EUnitAIState = 9
	EUnitAIState_EUnitAIState_Resurrecting     EUnitAIState = 10
	EUnitAIState_EUnitAIState_WalkThroughGate  EUnitAIState = 11
	EUnitAIState_EUnitAIState_MoveInFear       EUnitAIState = 12
)
const Default_CMsgUnitSnapshot_AiState EUnitAIState = EUnitAIState_EUnitAIState_Idle

func (EUnitAIState) Enum

func (x EUnitAIState) Enum() *EUnitAIState

func (EUnitAIState) EnumDescriptor

func (EUnitAIState) EnumDescriptor() ([]byte, []int)

func (EUnitAIState) String

func (x EUnitAIState) String() string

func (*EUnitAIState) UnmarshalJSON

func (x *EUnitAIState) UnmarshalJSON(data []byte) error

type EUnitKeyword

type EUnitKeyword int32
const (
	EUnitKeyword_EUnitKeyword_Invalid        EUnitKeyword = 0
	EUnitKeyword_EUnitKeyword_Beast          EUnitKeyword = 1
	EUnitKeyword_EUnitKeyword_Demon          EUnitKeyword = 2
	EUnitKeyword_EUnitKeyword_Dragon         EUnitKeyword = 3
	EUnitKeyword_EUnitKeyword_Dwarf          EUnitKeyword = 4
	EUnitKeyword_EUnitKeyword_Element        EUnitKeyword = 5
	EUnitKeyword_EUnitKeyword_Elf            EUnitKeyword = 6
	EUnitKeyword_EUnitKeyword_Goblin         EUnitKeyword = 7
	EUnitKeyword_EUnitKeyword_Human          EUnitKeyword = 8
	EUnitKeyword_EUnitKeyword_Naga           EUnitKeyword = 9
	EUnitKeyword_EUnitKeyword_Ogre           EUnitKeyword = 10
	EUnitKeyword_EUnitKeyword_Orc            EUnitKeyword = 11
	EUnitKeyword_EUnitKeyword_Troll          EUnitKeyword = 12
	EUnitKeyword_EUnitKeyword_Undead         EUnitKeyword = 13
	EUnitKeyword_EUnitKeyword_Satyr          EUnitKeyword = 14
	EUnitKeyword_EUnitKeyword_Assassin       EUnitKeyword = 15
	EUnitKeyword_EUnitKeyword_DemonHunter    EUnitKeyword = 16
	EUnitKeyword_EUnitKeyword_Druid          EUnitKeyword = 17
	EUnitKeyword_EUnitKeyword_Hunter         EUnitKeyword = 18
	EUnitKeyword_EUnitKeyword_Knight         EUnitKeyword = 19
	EUnitKeyword_EUnitKeyword_Mage           EUnitKeyword = 20
	EUnitKeyword_EUnitKeyword_Mech           EUnitKeyword = 21
	EUnitKeyword_EUnitKeyword_Shaman         EUnitKeyword = 22
	EUnitKeyword_EUnitKeyword_Warlock        EUnitKeyword = 23
	EUnitKeyword_EUnitKeyword_Warrior        EUnitKeyword = 24
	EUnitKeyword_EUnitKEyword_MegaWarrior    EUnitKeyword = 25
	EUnitKeyword_EUnitKeyword_MegaAssassin   EUnitKeyword = 26
	EUnitKeyword_EUnitKeyword_MegaBloodbound EUnitKeyword = 27
	EUnitKeyword_EUnitKeyword_MegaElusive    EUnitKeyword = 28
	EUnitKeyword_EUnitKeyword_MegaWarlock    EUnitKeyword = 29
	EUnitKeyword_EUnitKeyword_MegaScaled     EUnitKeyword = 30
	EUnitKeyword_EUnitKeyword_MegaTroll      EUnitKeyword = 31
	EUnitKeyword_EUnitKeyword_MegaDemon      EUnitKeyword = 32
	EUnitKeyword_EUnitKeyword_Primordial     EUnitKeyword = 33
	EUnitKeyword_EUnitKeyword_Brawny         EUnitKeyword = 34
	EUnitKeyword_EUnitKeyword_Savage         EUnitKeyword = 35
	EUnitKeyword_EUnitKeyword_Inventor       EUnitKeyword = 36
	EUnitKeyword_EUnitKeyword_Insect         EUnitKeyword = 37
	EUnitKeyword_EUnitKeyword_Spectral       EUnitKeyword = 38
	EUnitKeyword_EUnitKeyword_Summoner       EUnitKeyword = 39
	EUnitKeyword_EUnitKeyword_SpiritBrother  EUnitKeyword = 40
	EUnitKeyword_EUnitKeyword_Meepo          EUnitKeyword = 41
	EUnitKeyword_EUnitKeyword_Brawler        EUnitKeyword = 43
	EUnitKeyword_EUnitKeyword_Guardian       EUnitKeyword = 46
	EUnitKeyword_EUnitKeyword_Champion       EUnitKeyword = 50
	EUnitKeyword_EUnitKeyword_Wisp           EUnitKeyword = 51
	EUnitKeyword_EUnitKeyword_Brutal         EUnitKeyword = 52
	EUnitKeyword_EUnitKeyword_Healer         EUnitKeyword = 53
	EUnitKeyword_EUnitKeyword_Vigilant       EUnitKeyword = 54
	EUnitKeyword_EUnitKeyword_Void           EUnitKeyword = 55
	EUnitKeyword_EUnitKeyword_Fallen         EUnitKeyword = 42
	EUnitKeyword_EUnitKeyword_Wild           EUnitKeyword = 44
	EUnitKeyword_EUnitKeyword_Swordsman      EUnitKeyword = 45
	EUnitKeyword_EUnitKeyword_Rogue          EUnitKeyword = 47
	EUnitKeyword_EUnitKeyword_Poisoner       EUnitKeyword = 48
	EUnitKeyword_EUnitKeyword_Magus          EUnitKeyword = 49
)
const Default_CMsgSynergy_Keyword EUnitKeyword = EUnitKeyword_EUnitKeyword_Invalid

func (EUnitKeyword) Enum

func (x EUnitKeyword) Enum() *EUnitKeyword

func (EUnitKeyword) EnumDescriptor

func (EUnitKeyword) EnumDescriptor() ([]byte, []int)

func (EUnitKeyword) String

func (x EUnitKeyword) String() string

func (*EUnitKeyword) UnmarshalJSON

func (x *EUnitKeyword) 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 GCProtoBufMsgSrc

type GCProtoBufMsgSrc int32
const (
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_Unspecified    GCProtoBufMsgSrc = 0
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_FromSystem     GCProtoBufMsgSrc = 1
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_FromSteamID    GCProtoBufMsgSrc = 2
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_FromGC         GCProtoBufMsgSrc = 3
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_ReplySystem    GCProtoBufMsgSrc = 4
	GCProtoBufMsgSrc_GCProtoBufMsgSrc_SpoofedSteamID GCProtoBufMsgSrc = 5
)
const Default_CMsgProtoBufHeader_GcMsgSrc GCProtoBufMsgSrc = GCProtoBufMsgSrc_GCProtoBufMsgSrc_Unspecified

func (GCProtoBufMsgSrc) Enum

func (GCProtoBufMsgSrc) EnumDescriptor

func (GCProtoBufMsgSrc) EnumDescriptor() ([]byte, []int)

func (GCProtoBufMsgSrc) String

func (x GCProtoBufMsgSrc) String() string

func (*GCProtoBufMsgSrc) UnmarshalJSON

func (x *GCProtoBufMsgSrc) UnmarshalJSON(data []byte) error

type NET_Messages

type NET_Messages int32
const (
	NET_Messages_net_NOP                        NET_Messages = 0
	NET_Messages_net_Disconnect                 NET_Messages = 1
	NET_Messages_net_SplitScreenUser            NET_Messages = 3
	NET_Messages_net_Tick                       NET_Messages = 4
	NET_Messages_net_StringCmd                  NET_Messages = 5
	NET_Messages_net_SetConVar                  NET_Messages = 6
	NET_Messages_net_SignonState                NET_Messages = 7
	NET_Messages_net_SpawnGroup_Load            NET_Messages = 8
	NET_Messages_net_SpawnGroup_ManifestUpdate  NET_Messages = 9
	NET_Messages_net_SpawnGroup_SetCreationTick NET_Messages = 11
	NET_Messages_net_SpawnGroup_Unload          NET_Messages = 12
	NET_Messages_net_SpawnGroup_LoadCompleted   NET_Messages = 13
)

func (NET_Messages) Enum

func (x NET_Messages) Enum() *NET_Messages

func (NET_Messages) EnumDescriptor

func (NET_Messages) EnumDescriptor() ([]byte, []int)

func (NET_Messages) String

func (x NET_Messages) String() string

func (*NET_Messages) UnmarshalJSON

func (x *NET_Messages) UnmarshalJSON(data []byte) error

type PARTICLE_MESSAGE

type PARTICLE_MESSAGE int32
const (
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_CREATE                          PARTICLE_MESSAGE = 0
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE                          PARTICLE_MESSAGE = 1
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE_FORWARD                  PARTICLE_MESSAGE = 2
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE_ORIENTATION              PARTICLE_MESSAGE = 3
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE_FALLBACK                 PARTICLE_MESSAGE = 4
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE_ENT                      PARTICLE_MESSAGE = 5
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE_OFFSET                   PARTICLE_MESSAGE = 6
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_DESTROY                         PARTICLE_MESSAGE = 7
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_DESTROY_INVOLVING               PARTICLE_MESSAGE = 8
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_RELEASE                         PARTICLE_MESSAGE = 9
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_LATENCY                         PARTICLE_MESSAGE = 10
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SHOULD_DRAW                     PARTICLE_MESSAGE = 11
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_FROZEN                          PARTICLE_MESSAGE = 12
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_CHANGE_CONTROL_POINT_ATTACHMENT PARTICLE_MESSAGE = 13
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_UPDATE_ENTITY_POSITION          PARTICLE_MESSAGE = 14
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_FOW_PROPERTIES              PARTICLE_MESSAGE = 15
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_TEXT                        PARTICLE_MESSAGE = 16
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_SHOULD_CHECK_FOW            PARTICLE_MESSAGE = 17
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_CONTROL_POINT_MODEL         PARTICLE_MESSAGE = 18
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_CONTROL_POINT_SNAPSHOT      PARTICLE_MESSAGE = 19
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_TEXTURE_ATTRIBUTE           PARTICLE_MESSAGE = 20
	PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_SET_SCENE_OBJECT_GENERIC_FLAG   PARTICLE_MESSAGE = 21
)
const Default_CUserMsg_ParticleManager_Type PARTICLE_MESSAGE = PARTICLE_MESSAGE_GAME_PARTICLE_MANAGER_EVENT_CREATE

func (PARTICLE_MESSAGE) Enum

func (PARTICLE_MESSAGE) EnumDescriptor

func (PARTICLE_MESSAGE) EnumDescriptor() ([]byte, []int)

func (PARTICLE_MESSAGE) String

func (x PARTICLE_MESSAGE) String() string

func (*PARTICLE_MESSAGE) UnmarshalJSON

func (x *PARTICLE_MESSAGE) 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

type SpawnGroupFlagsT

type SpawnGroupFlagsT int32
const (
	SpawnGroupFlagsT_SPAWN_GROUP_LOAD_ENTITIES_FROM_SAVE     SpawnGroupFlagsT = 1
	SpawnGroupFlagsT_SPAWN_GROUP_DONT_SPAWN_ENTITIES         SpawnGroupFlagsT = 2
	SpawnGroupFlagsT_SPAWN_GROUP_SYNCHRONOUS_SPAWN           SpawnGroupFlagsT = 4
	SpawnGroupFlagsT_SPAWN_GROUP_IS_INITIAL_SPAWN_GROUP      SpawnGroupFlagsT = 8
	SpawnGroupFlagsT_SPAWN_GROUP_CREATE_CLIENT_ONLY_ENTITIES SpawnGroupFlagsT = 16
	SpawnGroupFlagsT_SPAWN_GROUP_BLOCK_UNTIL_LOADED          SpawnGroupFlagsT = 64
	SpawnGroupFlagsT_SPAWN_GROUP_LOAD_STREAMING_DATA         SpawnGroupFlagsT = 128
	SpawnGroupFlagsT_SPAWN_GROUP_CREATE_NEW_SCENE_WORLD      SpawnGroupFlagsT = 256
)

func (SpawnGroupFlagsT) Enum

func (SpawnGroupFlagsT) EnumDescriptor

func (SpawnGroupFlagsT) EnumDescriptor() ([]byte, []int)

func (SpawnGroupFlagsT) String

func (x SpawnGroupFlagsT) String() string

func (*SpawnGroupFlagsT) UnmarshalJSON

func (x *SpawnGroupFlagsT) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL