protobuf

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const Default_CGCToGCMsgMasterAck_Response_Eresult int32 = 2
View Source
const Default_CMsgDOTACompendiumDataResponse_Result uint32 = 2
View Source
const Default_CMsgDOTACompendiumSelectionResponse_Eresult uint32 = 2
View Source
const Default_CMsgDOTAGetEventPointsResponse_Action_TimesCompleted uint32 = 1
View Source
const Default_CMsgDOTAHallOfFameResponse_Eresult uint32 = 2
View Source
const Default_CMsgDOTAHalloweenHighScoreRequest_Round int32 = -1
View Source
const Default_CMsgDOTALeagueScheduleEditResponse_Eresult uint32 = 2
View Source
const Default_CMsgDOTALeagueScheduleResponse_Eresult uint32 = 2
View Source
const Default_CMsgDOTALeaguesInMonthResponse_Eresult uint32 = 2
View Source
const Default_CMsgDOTASetMatchHistoryAccessResponse_Eresult uint32 = 2
View Source
const Default_CMsgExtractGems_ItemSocketId uint32 = 65535
View Source
const Default_CMsgMatchVoteResponse_Eresult uint32 = 2
View Source
const Default_CMsgResetMapLocationsResponse_Eresult uint32 = 2
View Source
const Default_CMsgSetMapLocationStateResponse_Eresult uint32 = 2
View Source
const Default_CMsgStoreGetUserDataResponse_DefaultItemSort int32 = 0
View Source
const Default_CMsgStoreGetUserDataResponse_ExperimentData uint64 = 0
View Source
const Default_CMsgStoreGetUserDataResponse_ShowHatDescriptions bool = true
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_InUse bool = false
View Source
const Default_CSOEconItem_Level uint32 = 1
View Source
const Default_CSOEconItem_Origin uint32 = 0
View Source
const Default_CSOEconItem_OriginalId uint64 = 0
View Source
const Default_CSOEconItem_Quality uint32 = 4
View Source
const Default_CSOEconItem_Quantity uint32 = 1
View Source
const Default_CSOEconItem_Style uint32 = 0

Variables

View Source
var CMsgAddItemToSocketResponse_EAddGem_name = map[int32]string{
	0: "k_AddGem_Succeeded",
	1: "k_AddGem_Failed_GemIsInvalid",
	2: "k_AddGem_Failed_ItemIsInvalid",
	3: "k_AddGem_Failed_FailedToAddGem",
	4: "k_AddGem_Failed_InvalidGemTypeForSocket",
	5: "k_AddGem_Failed_InvalidGemTypeForHero",
	6: "k_AddGem_Failed_InvalidGemTypeForSlot",
	7: "k_AddGem_Failed_SocketContainsUnremovableGem",
}
View Source
var CMsgAddItemToSocketResponse_EAddGem_value = map[string]int32{
	"k_AddGem_Succeeded":                           0,
	"k_AddGem_Failed_GemIsInvalid":                 1,
	"k_AddGem_Failed_ItemIsInvalid":                2,
	"k_AddGem_Failed_FailedToAddGem":               3,
	"k_AddGem_Failed_InvalidGemTypeForSocket":      4,
	"k_AddGem_Failed_InvalidGemTypeForHero":        5,
	"k_AddGem_Failed_InvalidGemTypeForSlot":        6,
	"k_AddGem_Failed_SocketContainsUnremovableGem": 7,
}
View Source
var CMsgAddSocketResponse_EAddSocket_name = map[int32]string{
	0: "k_AddSocket_Succeeded",
	1: "k_AddSocket_Failed_ToolIsInvalid",
	2: "k_AddSocket_Failed_ItemCannotBeSocketed",
	3: "k_AddSocket_Failed_FailedToAddSocket",
}
View Source
var CMsgAddSocketResponse_EAddSocket_value = map[string]int32{
	"k_AddSocket_Succeeded":                   0,
	"k_AddSocket_Failed_ToolIsInvalid":        1,
	"k_AddSocket_Failed_ItemCannotBeSocketed": 2,
	"k_AddSocket_Failed_FailedToAddSocket":    3,
}
View Source
var CMsgArcanaVotes_VotingState_name = map[int32]string{
	0: "FINISHED",
	1: "IN_PROGRESS",
	2: "IN_FUTURE",
}
View Source
var CMsgArcanaVotes_VotingState_value = map[string]int32{
	"FINISHED":    0,
	"IN_PROGRESS": 1,
	"IN_FUTURE":   2,
}
View Source
var CMsgClientToGCCreatePlayerCardPackResponse_Result_name = map[int32]string{
	1: "SUCCESS",
	2: "ERROR_INTERNAL",
	3: "ERROR_INSUFFICIENT_DUST",
	4: "ERROR_ITEM_NOT_DUST_ITEM",
	5: "ERROR_FAILED_CARD_PACK_CREATE",
}
View Source
var CMsgClientToGCCreatePlayerCardPackResponse_Result_value = map[string]int32{
	"SUCCESS":                       1,
	"ERROR_INTERNAL":                2,
	"ERROR_INSUFFICIENT_DUST":       3,
	"ERROR_ITEM_NOT_DUST_ITEM":      4,
	"ERROR_FAILED_CARD_PACK_CREATE": 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",
}
View Source
var CMsgClientToGCCreateStaticRecipeResponse_EResponse_value = map[string]int32{
	"eResponse_Success":          0,
	"eResponse_OfferingDisabled": 1,
	"eResponse_InvalidItems":     2,
	"eResponse_InternalError":    3,
	"eResponse_MissingLeague":    4,
}
View Source
var CMsgClientToGCGetPlayerCardRosterResponse_Result_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_INVALID_LEAGUE_ID",
	3: "ERROR_INVALID_TIMESTAMP",
}
View Source
var CMsgClientToGCGetPlayerCardRosterResponse_Result_value = map[string]int32{
	"SUCCESS":                 0,
	"ERROR_UNSPECIFIED":       1,
	"ERROR_INVALID_LEAGUE_ID": 2,
	"ERROR_INVALID_TIMESTAMP": 3,
}
View Source
var CMsgClientToGCGiveTipResponse_Result_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_ALREADY_TIPPED",
	2: "ERROR_INVALID_MATCH_ID",
	3: "ERROR_INVALID_EVENT_ID",
	4: "ERROR_INVALID_MATCH_TIME",
	5: "ERROR_NOT_WINNER",
	6: "ERROR_UNOWNED_EVENT",
	7: "ERROR_UNKNOWN",
}
View Source
var CMsgClientToGCGiveTipResponse_Result_value = map[string]int32{
	"SUCCESS":                  0,
	"ERROR_ALREADY_TIPPED":     1,
	"ERROR_INVALID_MATCH_ID":   2,
	"ERROR_INVALID_EVENT_ID":   3,
	"ERROR_INVALID_MATCH_TIME": 4,
	"ERROR_NOT_WINNER":         5,
	"ERROR_UNOWNED_EVENT":      6,
	"ERROR_UNKNOWN":            7,
}
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 CMsgClientToGCOpenPlayerCardPackResponse_Result_name = map[int32]string{
	1: "SUCCESS",
	2: "ERROR_INTERNAL",
	3: "ERROR_FAILED_TO_FIND_PACK",
	4: "ERROR_ITEM_NOT_CARD_PACK",
	5: "ERROR_FAILED_CARD_CREATE",
}
View Source
var CMsgClientToGCOpenPlayerCardPackResponse_Result_value = map[string]int32{
	"SUCCESS":                   1,
	"ERROR_INTERNAL":            2,
	"ERROR_FAILED_TO_FIND_PACK": 3,
	"ERROR_ITEM_NOT_CARD_PACK":  4,
	"ERROR_FAILED_CARD_CREATE":  5,
}
View Source
var CMsgClientToGCRecyclePlayerCardResponse_Result_name = map[int32]string{
	1: "SUCCESS",
	2: "ERROR_INTERNAL",
	3: "ERROR_FAILED_TO_FIND_PLAYER_CARD",
	4: "ERROR_ITEM_NOT_PLAYER_CARD",
	5: "ERROR_FAILED_DUST_CARD_CREATE",
	6: "ERROR_CARD_LOCKED",
}
View Source
var CMsgClientToGCRecyclePlayerCardResponse_Result_value = map[string]int32{
	"SUCCESS":                          1,
	"ERROR_INTERNAL":                   2,
	"ERROR_FAILED_TO_FIND_PLAYER_CARD": 3,
	"ERROR_ITEM_NOT_PLAYER_CARD":       4,
	"ERROR_FAILED_DUST_CARD_CREATE":    5,
	"ERROR_CARD_LOCKED":                6,
}
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 CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "INVALID_MATCH",
	2: "PREDICTIONS_ARE_CLOSED",
	3: "OTHER_ERROR",
}
View Source
var CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult_value = map[string]int32{
	"SUCCESS":                0,
	"INVALID_MATCH":          1,
	"PREDICTIONS_ARE_CLOSED": 2,
	"OTHER_ERROR":            3,
}
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 CMsgClientToGCSetPlayerCardRosterResponse_Result_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_INVALID_LEAGUE_ID",
	3: "ERROR_INVALID_TIMESTAMP",
	4: "ERROR_PLAYER_CARD_NOT_OWNED",
	5: "ERROR_INVALID_SLOT",
	6: "ERROR_FAILED_CARD_INFO",
	7: "ERROR_ACCOUNT_DUPLICATE",
	8: "ERROR_LOCKED_TIMESTAMP",
}
View Source
var CMsgClientToGCSetPlayerCardRosterResponse_Result_value = map[string]int32{
	"SUCCESS":                     0,
	"ERROR_UNSPECIFIED":           1,
	"ERROR_INVALID_LEAGUE_ID":     2,
	"ERROR_INVALID_TIMESTAMP":     3,
	"ERROR_PLAYER_CARD_NOT_OWNED": 4,
	"ERROR_INVALID_SLOT":          5,
	"ERROR_FAILED_CARD_INFO":      6,
	"ERROR_ACCOUNT_DUPLICATE":     7,
	"ERROR_LOCKED_TIMESTAMP":      8,
}
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 CMsgClientToGCVoteForArcanaResponse_Result_name = map[int32]string{
	0: "SUCCEEDED",
	1: "VOTING_NOT_ENABLED_FOR_ROUND",
	2: "UNKNOWN_FAILURE",
}
View Source
var CMsgClientToGCVoteForArcanaResponse_Result_value = map[string]int32{
	"SUCCEEDED":                    0,
	"VOTING_NOT_ENABLED_FOR_ROUND": 1,
	"UNKNOWN_FAILURE":              2,
}
View Source
var CMsgDOTAAnchorPhoneNumberResponse_Result_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNKNOWN",
	2: "ERROR_NO_STEAM_PHONE",
	3: "ERROR_ALREADY_IN_USE",
	4: "ERROR_COOLDOWN_ACTIVE",
}
View Source
var CMsgDOTAAnchorPhoneNumberResponse_Result_value = map[string]int32{
	"SUCCESS":               0,
	"ERROR_UNKNOWN":         1,
	"ERROR_NO_STEAM_PHONE":  2,
	"ERROR_ALREADY_IN_USE":  3,
	"ERROR_COOLDOWN_ACTIVE": 4,
}
View Source
var CMsgDOTAClaimEventActionResponse_ResultCode_name = map[int32]string{
	0:  "Success",
	1:  "InvalidEvent",
	2:  "EventNotActive",
	3:  "InvalidAction",
	4:  "ServerError",
	5:  "InsufficientPoints",
	6:  "InsufficentLevel",
	7:  "AlreadyClaimed",
	8:  "SDOLockFailure",
	9:  "SDOLoadFailure",
	10: "EventNotOwned",
	11: "Timeout",
}
View Source
var CMsgDOTAClaimEventActionResponse_ResultCode_value = map[string]int32{
	"Success":            0,
	"InvalidEvent":       1,
	"EventNotActive":     2,
	"InvalidAction":      3,
	"ServerError":        4,
	"InsufficientPoints": 5,
	"InsufficentLevel":   6,
	"AlreadyClaimed":     7,
	"SDOLockFailure":     8,
	"SDOLoadFailure":     9,
	"EventNotOwned":      10,
	"Timeout":            11,
}
View Source
var CMsgDOTACreateFantasyLeagueResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_TOO_MANY_LEAGUES",
	3: "ERROR_INVALID_TEAM_COUNT",
	4: "ERROR_CREATION_DISABLED",
}
View Source
var CMsgDOTACreateFantasyLeagueResponse_EResult_value = map[string]int32{
	"SUCCESS":                  0,
	"ERROR_UNSPECIFIED":        1,
	"ERROR_TOO_MANY_LEAGUES":   2,
	"ERROR_INVALID_TEAM_COUNT": 3,
	"ERROR_CREATION_DISABLED":  4,
}
View Source
var CMsgDOTAEditFantasyTeamResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_INVALID_TEAM_INFO",
	3: "ERROR_NAME_ALREADY_TAKEN",
	4: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAEditFantasyTeamResponse_EResult_value = map[string]int32{
	"SUCCESS":                  0,
	"ERROR_UNSPECIFIED":        1,
	"ERROR_INVALID_TEAM_INFO":  2,
	"ERROR_NAME_ALREADY_TAKEN": 3,
	"ERROR_NO_PERMISSION":      4,
}
View Source
var CMsgDOTAFantasyLeagueCreateResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_NO_PERMISSION",
	2: "ERROR_BAD_SEASON_ID",
	3: "ERROR_BAD_LEAGUE_NAME",
	4: "ERROR_BAD_TEAM_NAME",
	5: "ERROR_UNSPECIFIED",
	6: "ERROR_FAILED_LOGO_UPLOAD",
	7: "ERROR_NO_TICKET",
}
View Source
var CMsgDOTAFantasyLeagueCreateResponse_EResult_value = map[string]int32{
	"SUCCESS":                  0,
	"ERROR_NO_PERMISSION":      1,
	"ERROR_BAD_SEASON_ID":      2,
	"ERROR_BAD_LEAGUE_NAME":    3,
	"ERROR_BAD_TEAM_NAME":      4,
	"ERROR_UNSPECIFIED":        5,
	"ERROR_FAILED_LOGO_UPLOAD": 6,
	"ERROR_NO_TICKET":          7,
}
View Source
var CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_INVALID_FANTASY_LEAGUE",
	3: "ERROR_FANTASY_LEAGUE_NOT_DRAFTING",
	4: "ERROR_OWNER_NOT_IN_LEAGUE",
	5: "ERROR_NOT_OWNERS_TURN",
	6: "ERROR_PLAYER_INVALID",
	7: "ERROR_PLAYER_UNAVAILABLE",
	8: "ERROR_PLAYER_NO_VALID_SLOTS",
}
View Source
var CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult_value = map[string]int32{
	"SUCCESS":                           0,
	"ERROR_UNSPECIFIED":                 1,
	"ERROR_INVALID_FANTASY_LEAGUE":      2,
	"ERROR_FANTASY_LEAGUE_NOT_DRAFTING": 3,
	"ERROR_OWNER_NOT_IN_LEAGUE":         4,
	"ERROR_NOT_OWNERS_TURN":             5,
	"ERROR_PLAYER_INVALID":              6,
	"ERROR_PLAYER_UNAVAILABLE":          7,
	"ERROR_PLAYER_NO_VALID_SLOTS":       8,
}
View Source
var CMsgDOTAFantasyLeagueEditInfoResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyLeagueEditInfoResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
}
View Source
var CMsgDOTAFantasyLeagueEditInvitesResponse_EResult_value = map[string]int32{
	"SUCCESS":           0,
	"ERROR_UNSPECIFIED": 1,
}
View Source
var CMsgDOTAFantasyLeagueFindResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_LEAGUE_NOT_FOUND",
	2: "ERROR_BAD_PASSWORD",
	3: "ERROR_UNSPECIFIED",
	4: "ERROR_FULL",
	5: "ERROR_ALREADY_MEMBER",
	6: "ERROR_LEAGUE_LOCKED",
}
View Source
var CMsgDOTAFantasyLeagueFindResponse_EResult_value = map[string]int32{
	"SUCCESS":                0,
	"ERROR_LEAGUE_NOT_FOUND": 1,
	"ERROR_BAD_PASSWORD":     2,
	"ERROR_UNSPECIFIED":      3,
	"ERROR_FULL":             4,
	"ERROR_ALREADY_MEMBER":   5,
	"ERROR_LEAGUE_LOCKED":    6,
}
View Source
var CMsgDOTAFantasyLeagueInfoResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_BAD_LEAGUE_ID",
}
View Source
var CMsgDOTAFantasyLeagueInfoResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_BAD_LEAGUE_ID": 2,
}
View Source
var CMsgDOTAFantasyLeagueMatchupsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_BAD_LEAGUE_ID",
	3: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyLeagueMatchupsResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_BAD_LEAGUE_ID": 2,
	"ERROR_NO_PERMISSION": 3,
}
View Source
var CMsgDOTAFantasyLeaveLeagueResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NOT_MEMBER",
	3: "ERROR_LEAGUE_NOT_FOUND",
	4: "ERROR_DRAFT_ACTIVE",
}
View Source
var CMsgDOTAFantasyLeaveLeagueResponse_EResult_value = map[string]int32{
	"SUCCESS":                0,
	"ERROR_UNSPECIFIED":      1,
	"ERROR_NOT_MEMBER":       2,
	"ERROR_LEAGUE_NOT_FOUND": 3,
	"ERROR_DRAFT_ACTIVE":     4,
}
View Source
var CMsgDOTAFantasyMessagesResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyMessagesResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NOT_MEMBER",
}
View Source
var CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult_value = map[string]int32{
	"SUCCESS":           0,
	"ERROR_UNSPECIFIED": 1,
	"ERROR_NOT_MEMBER":  2,
}
View Source
var CMsgDOTAFantasyPlayerScoreResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyPlayerScoreResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFantasyPlayerStandingsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyPlayerStandingsResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFantasyRemoveOwnerResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
	3: "ERROR_LEAGUE_LOCKED",
	4: "ERROR_NOT_A_MEMBER",
}
View Source
var CMsgDOTAFantasyRemoveOwnerResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
	"ERROR_LEAGUE_LOCKED": 3,
	"ERROR_NOT_A_MEMBER":  4,
}
View Source
var CMsgDOTAFantasyScheduledMatchesResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
}
View Source
var CMsgDOTAFantasyScheduledMatchesResponse_EResult_value = map[string]int32{
	"SUCCESS":           0,
	"ERROR_UNSPECIFIED": 1,
}
View Source
var CMsgDOTAFantasyTeamCreateResponse_EResult_name = map[int32]string{
	0:  "SUCCESS",
	1:  "ERROR_NO_PERMISSION",
	2:  "ERROR_FAILED_LOGO_UPLOAD",
	3:  "ERROR_BAD_FANTASY_LEAGUE_ID",
	4:  "ERROR_BAD_NAME",
	5:  "ERROR_FULL",
	6:  "ERROR_ALREADY_MEMBER",
	7:  "ERROR_BAD_PASSWORD",
	8:  "ERROR_UNSPECIFIED",
	9:  "ERROR_NO_TICKET",
	10: "ERROR_LEAGUE_LOCKED",
}
View Source
var CMsgDOTAFantasyTeamCreateResponse_EResult_value = map[string]int32{
	"SUCCESS":                     0,
	"ERROR_NO_PERMISSION":         1,
	"ERROR_FAILED_LOGO_UPLOAD":    2,
	"ERROR_BAD_FANTASY_LEAGUE_ID": 3,
	"ERROR_BAD_NAME":              4,
	"ERROR_FULL":                  5,
	"ERROR_ALREADY_MEMBER":        6,
	"ERROR_BAD_PASSWORD":          7,
	"ERROR_UNSPECIFIED":           8,
	"ERROR_NO_TICKET":             9,
	"ERROR_LEAGUE_LOCKED":         10,
}
View Source
var CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_OWNER_NOT_IN_LEAGUE",
	3: "ERROR_PLAYER_NOT_AVAILABLE",
	4: "ERROR_PLAYER_NOT_ON_TEAM",
	5: "ERROR_TRADE_ALREADY_PENDING",
}
View Source
var CMsgDOTAFantasyTeamRosterAddDropResponse_EResult_value = map[string]int32{
	"SUCCESS":                     0,
	"ERROR_UNSPECIFIED":           1,
	"ERROR_OWNER_NOT_IN_LEAGUE":   2,
	"ERROR_PLAYER_NOT_AVAILABLE":  3,
	"ERROR_PLAYER_NOT_ON_TEAM":    4,
	"ERROR_TRADE_ALREADY_PENDING": 5,
}
View Source
var CMsgDOTAFantasyTeamRosterResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
	3: "ERROR_OWNER_NOT_IN_LEAGUE",
}
View Source
var CMsgDOTAFantasyTeamRosterResponse_EResult_value = map[string]int32{
	"SUCCESS":                   0,
	"ERROR_UNSPECIFIED":         1,
	"ERROR_NO_PERMISSION":       2,
	"ERROR_OWNER_NOT_IN_LEAGUE": 3,
}
View Source
var CMsgDOTAFantasyTeamRosterSwapResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_OWNER_NOT_IN_LEAGUE",
	3: "ERROR_SLOTS_INVALID",
	4: "ERROR_SLOT_LOCKED",
}
View Source
var CMsgDOTAFantasyTeamRosterSwapResponse_EResult_value = map[string]int32{
	"SUCCESS":                   0,
	"ERROR_UNSPECIFIED":         1,
	"ERROR_OWNER_NOT_IN_LEAGUE": 2,
	"ERROR_SLOTS_INVALID":       3,
	"ERROR_SLOT_LOCKED":         4,
}
View Source
var CMsgDOTAFantasyTeamScoreResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
	3: "ERROR_OWNER_NOT_IN_LEAGUE",
}
View Source
var CMsgDOTAFantasyTeamScoreResponse_EResult_value = map[string]int32{
	"SUCCESS":                   0,
	"ERROR_UNSPECIFIED":         1,
	"ERROR_NO_PERMISSION":       2,
	"ERROR_OWNER_NOT_IN_LEAGUE": 3,
}
View Source
var CMsgDOTAFantasyTeamStandingsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyTeamStandingsResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFantasyTeamTradeCancelResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
	3: "ERROR_NO_TRADE",
}
View Source
var CMsgDOTAFantasyTeamTradeCancelResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
	"ERROR_NO_TRADE":      3,
}
View Source
var CMsgDOTAFantasyTeamTradesResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_NO_PERMISSION",
}
View Source
var CMsgDOTAFantasyTeamTradesResponse_EResult_value = map[string]int32{
	"SUCCESS":             0,
	"ERROR_UNSPECIFIED":   1,
	"ERROR_NO_PERMISSION": 2,
}
View Source
var CMsgDOTAFriendRecruitsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
}
View Source
var CMsgDOTAFriendRecruitsResponse_EResult_value = map[string]int32{
	"SUCCESS":           0,
	"ERROR_UNSPECIFIED": 1,
}
View Source
var CMsgDOTAMatch_ReplayState_name = map[int32]string{
	0: "REPLAY_AVAILABLE",
	1: "REPLAY_NOT_RECORDED",
	2: "REPLAY_EXPIRED",
}
View Source
var CMsgDOTAMatch_ReplayState_value = map[string]int32{
	"REPLAY_AVAILABLE":    0,
	"REPLAY_NOT_RECORDED": 1,
	"REPLAY_EXPIRED":      2,
}
View Source
var CMsgDOTAPopup_PopupID_name = map[int32]string{
	-1: "NONE",
	0:  "KICKED_FROM_LOBBY",
	1:  "KICKED_FROM_PARTY",
	2:  "KICKED_FROM_TEAM",
	3:  "TEAM_WAS_DISBANDED",
	4:  "TEAM_MATCHMAKE_ALREADY_MATCH",
	5:  "TEAM_MATCHMAKE_ALREADY_FINDING",
	6:  "TEAM_MATCHMAKE_FULL",
	7:  "TEAM_MATCHMAKE_FAIL_ADD",
	8:  "TEAM_MATCHMAKE_FAIL_ADD_CURRENT",
	9:  "TEAM_MATCHMAKE_FAILED_TEAM_MEMBER",
	10: "TEAM_MATCHMAKE_ALREADY_GAME",
	11: "TEAM_MATCHMAKE_FAIL_GET_PARTY",
	12: "MATCHMAKING_DISABLED",
	13: "INVITE_DENIED",
	14: "PARTY_FULL",
	15: "MADE_ADMIN",
	16: "NEED_TO_PURCHASE",
	17: "SIGNON_MESSAGE",
	18: "GUILD_KICKED",
	19: "MATCHMAKING_REGION_OFFLINE",
	21: "TOURNAMENT_GAME_NOT_FOUND",
	22: "TOURNAMENT_GAME_HAS_LOBBY_ID",
	23: "TOURNAMENT_GAME_HAS_MATCH_ID",
	24: "TOURNAMENT_GAME_HAS_NO_RADIANT_TEAM",
	25: "TOURNAMENT_GAME_HAS_NO_DIRE_TEAM",
	26: "TOURNAMENT_GAME_SQL_UPDATE_FAILED",
	27: "NOT_LEAGUE_ADMIN",
	29: "IN_ANOTHER_GAME",
	30: "PARTY_MEMBER_IN_ANOTHER_GAME",
	31: "PARTY_MEMBER_IN_LOW_PRIORITY",
	32: "CLIENT_OUT_OF_DATE",
	38: "SAVE_GAME_CORRUPT",
	39: "INSUFFICIENT_INGOTS",
	42: "COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_PLAY_MORE_CASUAL",
	44: "PARTY_LEADER_JOINED_LOBBY",
	48: "WEEKEND_TOURNEY_UNMATCHED",
	49: "POST_MATCH_SURVEY",
	50: "TROPHY_AWARDED",
	51: "TROPHY_LEVEL_UP",
	52: "ALL_HERO_CHALLENGE_PROGRESS",
	53: "NEED_INITIAL_SKILL",
	54: "NEED_INITIAL_SKILL_IN_PARTY",
	55: "TARGET_ENGINE_MISMATCH",
	56: "VAC_NOT_VERIFIED",
	57: "KICKED_FROM_QUEUE_EVENT_STARTING",
	58: "KICKED_FROM_QUEUE_EVENT_ENDING",
	62: "LOBBY_FULL",
	63: "EVENT_POINTS_EARNED",
	64: "CUSTOM_GAME_INCORRECT_VERSION",
	66: "LIMITED_USER_CHAT",
	67: "EVENT_PREMIUM_POINTS_EARNED",
	68: "LOBBY_MVP_AWARDED",
	71: "LOW_BADGE_LEVEL_CHAT",
	72: "LOW_WINS_CHAT",
	73: "UNVERIFIED_USER_CHAT",
	69: "GENERIC_INFO",
	70: "GENERIC_ERROR",
}
View Source
var CMsgDOTAPopup_PopupID_value = map[string]int32{
	"NONE":                                                  -1,
	"KICKED_FROM_LOBBY":                                     0,
	"KICKED_FROM_PARTY":                                     1,
	"KICKED_FROM_TEAM":                                      2,
	"TEAM_WAS_DISBANDED":                                    3,
	"TEAM_MATCHMAKE_ALREADY_MATCH":                          4,
	"TEAM_MATCHMAKE_ALREADY_FINDING":                        5,
	"TEAM_MATCHMAKE_FULL":                                   6,
	"TEAM_MATCHMAKE_FAIL_ADD":                               7,
	"TEAM_MATCHMAKE_FAIL_ADD_CURRENT":                       8,
	"TEAM_MATCHMAKE_FAILED_TEAM_MEMBER":                     9,
	"TEAM_MATCHMAKE_ALREADY_GAME":                           10,
	"TEAM_MATCHMAKE_FAIL_GET_PARTY":                         11,
	"MATCHMAKING_DISABLED":                                  12,
	"INVITE_DENIED":                                         13,
	"PARTY_FULL":                                            14,
	"MADE_ADMIN":                                            15,
	"NEED_TO_PURCHASE":                                      16,
	"SIGNON_MESSAGE":                                        17,
	"GUILD_KICKED":                                          18,
	"MATCHMAKING_REGION_OFFLINE":                            19,
	"TOURNAMENT_GAME_NOT_FOUND":                             21,
	"TOURNAMENT_GAME_HAS_LOBBY_ID":                          22,
	"TOURNAMENT_GAME_HAS_MATCH_ID":                          23,
	"TOURNAMENT_GAME_HAS_NO_RADIANT_TEAM":                   24,
	"TOURNAMENT_GAME_HAS_NO_DIRE_TEAM":                      25,
	"TOURNAMENT_GAME_SQL_UPDATE_FAILED":                     26,
	"NOT_LEAGUE_ADMIN":                                      27,
	"IN_ANOTHER_GAME":                                       29,
	"PARTY_MEMBER_IN_ANOTHER_GAME":                          30,
	"PARTY_MEMBER_IN_LOW_PRIORITY":                          31,
	"CLIENT_OUT_OF_DATE":                                    32,
	"SAVE_GAME_CORRUPT":                                     38,
	"INSUFFICIENT_INGOTS":                                   39,
	"COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_PLAY_MORE_CASUAL": 42,
	"PARTY_LEADER_JOINED_LOBBY":                             44,
	"WEEKEND_TOURNEY_UNMATCHED":                             48,
	"POST_MATCH_SURVEY":                                     49,
	"TROPHY_AWARDED":                                        50,
	"TROPHY_LEVEL_UP":                                       51,
	"ALL_HERO_CHALLENGE_PROGRESS":                           52,
	"NEED_INITIAL_SKILL":                                    53,
	"NEED_INITIAL_SKILL_IN_PARTY":                           54,
	"TARGET_ENGINE_MISMATCH":                                55,
	"VAC_NOT_VERIFIED":                                      56,
	"KICKED_FROM_QUEUE_EVENT_STARTING":                      57,
	"KICKED_FROM_QUEUE_EVENT_ENDING":                        58,
	"LOBBY_FULL":                                            62,
	"EVENT_POINTS_EARNED":                                   63,
	"CUSTOM_GAME_INCORRECT_VERSION":                         64,
	"LIMITED_USER_CHAT":                                     66,
	"EVENT_PREMIUM_POINTS_EARNED":                           67,
	"LOBBY_MVP_AWARDED":                                     68,
	"LOW_BADGE_LEVEL_CHAT":                                  71,
	"LOW_WINS_CHAT":                                         72,
	"UNVERIFIED_USER_CHAT":                                  73,
	"GENERIC_INFO":                                          69,
	"GENERIC_ERROR":                                         70,
}
View Source
var CMsgDOTAProfileCard_EStatID_name = map[int32]string{
	1: "k_eStat_SoloRank",
	2: "k_eStat_PartyRank",
	3: "k_eStat_Wins",
	4: "k_eStat_Commends",
	5: "k_eStat_GamesPlayed",
	6: "k_eStat_FirstMatchDate",
}
View Source
var CMsgDOTAProfileCard_EStatID_value = map[string]int32{
	"k_eStat_SoloRank":       1,
	"k_eStat_PartyRank":      2,
	"k_eStat_Wins":           3,
	"k_eStat_Commends":       4,
	"k_eStat_GamesPlayed":    5,
	"k_eStat_FirstMatchDate": 6,
}
View Source
var CMsgDOTARealtimeGameStats_GraphDataELocation_name = map[int32]string{
	0: "BotLane",
	1: "MidLane",
	2: "TopLane",
	3: "Jungle",
	4: "Ancients",
	5: "Other",
}
View Source
var CMsgDOTARealtimeGameStats_GraphDataELocation_value = map[string]int32{
	"BotLane":  0,
	"MidLane":  1,
	"TopLane":  2,
	"Jungle":   3,
	"Ancients": 4,
	"Other":    5,
}
View Source
var CMsgDOTARealtimeGameStats_GraphDataEStat_name = map[int32]string{
	0: "CreepGoldEarned",
	1: "KillGoldEarned",
	2: "DeathAndBuybackGoldLost",
	3: "XPEarned",
}
View Source
var CMsgDOTARealtimeGameStats_GraphDataEStat_value = map[string]int32{
	"CreepGoldEarned":         0,
	"KillGoldEarned":          1,
	"DeathAndBuybackGoldLost": 2,
	"XPEarned":                3,
}
View Source
var CMsgDOTARedeemItemResponse_EResultCode_name = map[int32]string{
	0: "k_Succeeded",
	1: "k_Failed",
}
View Source
var CMsgDOTARedeemItemResponse_EResultCode_value = map[string]int32{
	"k_Succeeded": 0,
	"k_Failed":    1,
}
View Source
var CMsgDOTARequestMatches_SkillLevel_name = map[int32]string{
	0: "Any",
	1: "Normal",
	2: "High",
	3: "VeryHigh",
}
View Source
var CMsgDOTARequestMatches_SkillLevel_value = map[string]int32{
	"Any":      0,
	"Normal":   1,
	"High":     2,
	"VeryHigh": 3,
}
View Source
var CMsgDOTASeasonPredictionsEAnswerType_name = map[int32]string{
	0: "SingleInt",
	1: "SingleFloat",
	2: "MultipleInt",
	3: "MultipleFloat",
	4: "AnswerTeam",
	5: "SingleTime",
	6: "MultipleTime",
	7: "NoAnswer",
}
View Source
var CMsgDOTASeasonPredictionsEAnswerType_value = map[string]int32{
	"SingleInt":     0,
	"SingleFloat":   1,
	"MultipleInt":   2,
	"MultipleFloat": 3,
	"AnswerTeam":    4,
	"SingleTime":    5,
	"MultipleTime":  6,
	"NoAnswer":      7,
}
View Source
var CMsgDOTASeasonPredictionsEPredictionType_name = map[int32]string{
	0: "Generic",
	1: "Hero",
	2: "Team",
	3: "Player",
	4: "Special",
	5: "YesNo",
}
View Source
var CMsgDOTASeasonPredictionsEPredictionType_value = map[string]int32{
	"Generic": 0,
	"Hero":    1,
	"Team":    2,
	"Player":  3,
	"Special": 4,
	"YesNo":   5,
}
View Source
var CMsgDOTASeasonPredictionsERandomSelectionGroupT_name = map[int32]string{
	0: "EarlyGame",
	1: "MidGame",
	2: "LateGame",
	3: "Count",
}
View Source
var CMsgDOTASeasonPredictionsERandomSelectionGroupT_value = map[string]int32{
	"EarlyGame": 0,
	"MidGame":   1,
	"LateGame":  2,
	"Count":     3,
}
View Source
var CMsgDOTASeasonPredictionsERawValueTypeT_name = map[int32]string{
	0: "Number",
	1: "Time",
}
View Source
var CMsgDOTASeasonPredictionsERawValueTypeT_value = map[string]int32{
	"Number": 0,
	"Time":   1,
}
View Source
var CMsgDOTASeasonPredictionsEResolutionTypeT_name = map[int32]string{
	0: "InvalidQuery",
	1: "FirstToPassQuery",
	2: "LastToPassQuery",
	3: "LastRemainingQuery",
	4: "MaxToPassQuery",
	5: "MinToPassQuery",
	6: "SumQuery",
	7: "MaxTeamSumToPassQuery",
	8: "MinTeamSumToPassQuery",
}
View Source
var CMsgDOTASeasonPredictionsEResolutionTypeT_value = map[string]int32{
	"InvalidQuery":          0,
	"FirstToPassQuery":      1,
	"LastToPassQuery":       2,
	"LastRemainingQuery":    3,
	"MaxToPassQuery":        4,
	"MinToPassQuery":        5,
	"SumQuery":              6,
	"MaxTeamSumToPassQuery": 7,
	"MinTeamSumToPassQuery": 8,
}
View Source
var CMsgDOTASeasonRewards_ERewardType_name = map[int32]string{
	0: "EconItem",
	1: "MysteryWheel",
	2: "AbilityEffect",
	3: "Other",
	4: "MysteryWheelPointsBased",
}
View Source
var CMsgDOTASeasonRewards_ERewardType_value = map[string]int32{
	"EconItem":                0,
	"MysteryWheel":            1,
	"AbilityEffect":           2,
	"Other":                   3,
	"MysteryWheelPointsBased": 4,
}
View Source
var CMsgDOTAUnanchorPhoneNumberResponse_Result_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNKNOWN",
}
View Source
var CMsgDOTAUnanchorPhoneNumberResponse_Result_value = map[string]int32{
	"SUCCESS":       0,
	"ERROR_UNKNOWN": 1,
}
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 CMsgGCNotificationsResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
}
View Source
var CMsgGCNotificationsResponse_EResult_value = map[string]int32{
	"SUCCESS":           0,
	"ERROR_UNSPECIFIED": 1,
}
View Source
var CMsgGCPlayerInfoSubmitResponse_EResult_name = map[int32]string{
	0: "SUCCESS",
	1: "ERROR_UNSPECIFIED",
	2: "ERROR_INFO_LOCKED",
}
View Source
var CMsgGCPlayerInfoSubmitResponse_EResult_value = map[string]int32{
	"SUCCESS":           0,
	"ERROR_UNSPECIFIED": 1,
	"ERROR_INFO_LOCKED": 2,
}
View Source
var CMsgGCRerollPlayerChallengeResponse_EResult_name = map[int32]string{
	0: "eResult_Success",
	1: "eResult_Dropped",
	2: "eResult_NotFound",
	3: "eResult_CantReroll",
	4: "eResult_ServerError",
}
View Source
var CMsgGCRerollPlayerChallengeResponse_EResult_value = map[string]int32{
	"eResult_Success":     0,
	"eResult_Dropped":     1,
	"eResult_NotFound":    2,
	"eResult_CantReroll":  3,
	"eResult_ServerError": 4,
}
View Source
var CMsgPerfectWorldUserLookupResponse_EResultCode_name = map[int32]string{
	0: "SUCCESS_ACCOUNT_FOUND",
	1: "ERROR_UNKNOWN",
	2: "ERROR_USER_NAME_WRONG_FORMAT",
	3: "ERROR_NO_PERFECT_WORLD_ACCOUNT_FOUND",
	4: "ERROR_NO_LINKED_STEAM_ACCOUNT_FOUND",
}
View Source
var CMsgPerfectWorldUserLookupResponse_EResultCode_value = map[string]int32{
	"SUCCESS_ACCOUNT_FOUND":                0,
	"ERROR_UNKNOWN":                        1,
	"ERROR_USER_NAME_WRONG_FORMAT":         2,
	"ERROR_NO_PERFECT_WORLD_ACCOUNT_FOUND": 3,
	"ERROR_NO_LINKED_STEAM_ACCOUNT_FOUND":  4,
}
View Source
var CMsgRedeemCodeResponse_EResultCode_name = map[int32]string{
	0: "k_Succeeded",
	1: "k_Failed_CodeNotFound",
	2: "k_Failed_CodeAlreadyUsed",
	3: "k_Failed_OtherError",
}
View Source
var CMsgRedeemCodeResponse_EResultCode_value = map[string]int32{
	"k_Succeeded":              0,
	"k_Failed_CodeNotFound":    1,
	"k_Failed_CodeAlreadyUsed": 2,
	"k_Failed_OtherError":      3,
}
View Source
var 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 CSODOTAPlayerChallenge_EFlags_name = map[int32]string{
	1: "eFlag_InstantRerollUncompleted",
	2: "eFlag_QuestChallenge",
}
View Source
var CSODOTAPlayerChallenge_EFlags_value = map[string]int32{
	"eFlag_InstantRerollUncompleted": 1,
	"eFlag_QuestChallenge":           2,
}
View Source
var DOTA_2013PassportSelectionIndices_name = map[int32]string{
	0:  "PP13_SEL_ALLSTAR_PLAYER_0",
	1:  "PP13_SEL_ALLSTAR_PLAYER_1",
	2:  "PP13_SEL_ALLSTAR_PLAYER_2",
	3:  "PP13_SEL_ALLSTAR_PLAYER_3",
	4:  "PP13_SEL_ALLSTAR_PLAYER_4",
	5:  "PP13_SEL_ALLSTAR_PLAYER_5",
	6:  "PP13_SEL_ALLSTAR_PLAYER_6",
	7:  "PP13_SEL_ALLSTAR_PLAYER_7",
	8:  "PP13_SEL_ALLSTAR_PLAYER_8",
	9:  "PP13_SEL_ALLSTAR_PLAYER_9",
	10: "PP13_SEL_QUALPRED_WEST_0",
	11: "PP13_SEL_QUALPRED_WEST_1",
	12: "PP13_SEL_QUALPRED_WEST_2",
	13: "PP13_SEL_QUALPRED_WEST_3",
	14: "PP13_SEL_QUALPRED_WEST_4",
	15: "PP13_SEL_QUALPRED_WEST_5",
	16: "PP13_SEL_QUALPRED_WEST_6",
	17: "PP13_SEL_QUALPRED_WEST_7",
	18: "PP13_SEL_QUALPRED_WEST_8",
	19: "PP13_SEL_QUALPRED_WEST_9",
	20: "PP13_SEL_QUALPRED_WEST_10",
	21: "PP13_SEL_QUALPRED_WEST_11",
	22: "PP13_SEL_QUALPRED_WEST_12",
	23: "PP13_SEL_QUALPRED_WEST_13",
	24: "PP13_SEL_QUALPRED_WEST_14",
	25: "PP13_SEL_QUALPRED_EAST_0",
	26: "PP13_SEL_QUALPRED_EAST_1",
	27: "PP13_SEL_QUALPRED_EAST_2",
	28: "PP13_SEL_QUALPRED_EAST_3",
	29: "PP13_SEL_QUALPRED_EAST_4",
	30: "PP13_SEL_QUALPRED_EAST_5",
	31: "PP13_SEL_QUALPRED_EAST_6",
	32: "PP13_SEL_QUALPRED_EAST_7",
	33: "PP13_SEL_QUALPRED_EAST_8",
	34: "PP13_SEL_QUALPRED_EAST_9",
	35: "PP13_SEL_QUALPRED_EAST_10",
	36: "PP13_SEL_QUALPRED_EAST_11",
	37: "PP13_SEL_QUALPRED_EAST_12",
	38: "PP13_SEL_QUALPRED_EAST_13",
	39: "PP13_SEL_QUALPRED_EAST_14",
	40: "PP13_SEL_TEAMCUP_TEAM",
	41: "PP13_SEL_TEAMCUP_PLAYER",
	42: "PP13_SEL_TEAMCUP_TEAM_LOCK",
	43: "PP13_SEL_TEAMCUP_PLAYER_LOCK",
	44: "PP13_SEL_EVENTPRED_0",
	45: "PP13_SEL_EVENTPRED_1",
	46: "PP13_SEL_EVENTPRED_2",
	47: "PP13_SEL_EVENTPRED_3",
	48: "PP13_SEL_EVENTPRED_4",
	49: "PP13_SEL_EVENTPRED_5",
	50: "PP13_SEL_EVENTPRED_6",
	51: "PP13_SEL_EVENTPRED_7",
	52: "PP13_SEL_EVENTPRED_8",
	53: "PP13_SEL_EVENTPRED_9",
	54: "PP13_SEL_EVENTPRED_10",
	55: "PP13_SEL_EVENTPRED_11",
	56: "PP13_SEL_EVENTPRED_12",
	57: "PP13_SEL_EVENTPRED_13",
	58: "PP13_SEL_EVENTPRED_14",
	59: "PP13_SEL_EVENTPRED_15",
	60: "PP13_SEL_EVENTPRED_16",
	61: "PP13_SEL_EVENTPRED_17",
	62: "PP13_SEL_EVENTPRED_18",
	63: "PP13_SEL_EVENTPRED_19",
	64: "PP13_SEL_EVENTPRED_20",
	65: "PP13_SEL_EVENTPRED_21",
	66: "PP13_SEL_EVENTPRED_22",
	67: "PP13_SEL_EVENTPRED_23",
	68: "PP13_SEL_EVENTPRED_24",
	69: "PP13_SEL_EVENTPRED_25",
	70: "PP13_SEL_EVENTPRED_26",
	71: "PP13_SEL_EVENTPRED_27",
	72: "PP13_SEL_EVENTPRED_28",
	73: "PP13_SEL_EVENTPRED_29",
	74: "PP13_SEL_EVENTPRED_30",
	75: "PP13_SEL_EVENTPRED_31",
	76: "PP13_SEL_EVENTPRED_32",
	77: "PP13_SEL_EVENTPRED_33",
	78: "PP13_SEL_EVENTPRED_34",
	79: "PP13_SEL_EVENTPRED_35",
	80: "PP13_SEL_EVENTPRED_36",
	81: "PP13_SEL_EVENTPRED_37",
	82: "PP13_SEL_EVENTPRED_38",
	83: "PP13_SEL_EVENTPRED_39",
	84: "PP13_SEL_EVENTPRED_40",
	85: "PP13_SEL_EVENTPRED_41",
	86: "PP13_SEL_EVENTPRED_42",
	87: "PP13_SEL_EVENTPRED_43",
	88: "PP13_SEL_SOLO_0",
	89: "PP13_SEL_SOLO_1",
	90: "PP13_SEL_SOLO_2",
	91: "PP13_SEL_SOLO_3",
	92: "PP13_SEL_SOLO_4",
	93: "PP13_SEL_SOLO_5",
	94: "PP13_SEL_SOLO_6",
	95: "PP13_SEL_SOLO_7",
}
View Source
var DOTA_2013PassportSelectionIndices_value = map[string]int32{
	"PP13_SEL_ALLSTAR_PLAYER_0":    0,
	"PP13_SEL_ALLSTAR_PLAYER_1":    1,
	"PP13_SEL_ALLSTAR_PLAYER_2":    2,
	"PP13_SEL_ALLSTAR_PLAYER_3":    3,
	"PP13_SEL_ALLSTAR_PLAYER_4":    4,
	"PP13_SEL_ALLSTAR_PLAYER_5":    5,
	"PP13_SEL_ALLSTAR_PLAYER_6":    6,
	"PP13_SEL_ALLSTAR_PLAYER_7":    7,
	"PP13_SEL_ALLSTAR_PLAYER_8":    8,
	"PP13_SEL_ALLSTAR_PLAYER_9":    9,
	"PP13_SEL_QUALPRED_WEST_0":     10,
	"PP13_SEL_QUALPRED_WEST_1":     11,
	"PP13_SEL_QUALPRED_WEST_2":     12,
	"PP13_SEL_QUALPRED_WEST_3":     13,
	"PP13_SEL_QUALPRED_WEST_4":     14,
	"PP13_SEL_QUALPRED_WEST_5":     15,
	"PP13_SEL_QUALPRED_WEST_6":     16,
	"PP13_SEL_QUALPRED_WEST_7":     17,
	"PP13_SEL_QUALPRED_WEST_8":     18,
	"PP13_SEL_QUALPRED_WEST_9":     19,
	"PP13_SEL_QUALPRED_WEST_10":    20,
	"PP13_SEL_QUALPRED_WEST_11":    21,
	"PP13_SEL_QUALPRED_WEST_12":    22,
	"PP13_SEL_QUALPRED_WEST_13":    23,
	"PP13_SEL_QUALPRED_WEST_14":    24,
	"PP13_SEL_QUALPRED_EAST_0":     25,
	"PP13_SEL_QUALPRED_EAST_1":     26,
	"PP13_SEL_QUALPRED_EAST_2":     27,
	"PP13_SEL_QUALPRED_EAST_3":     28,
	"PP13_SEL_QUALPRED_EAST_4":     29,
	"PP13_SEL_QUALPRED_EAST_5":     30,
	"PP13_SEL_QUALPRED_EAST_6":     31,
	"PP13_SEL_QUALPRED_EAST_7":     32,
	"PP13_SEL_QUALPRED_EAST_8":     33,
	"PP13_SEL_QUALPRED_EAST_9":     34,
	"PP13_SEL_QUALPRED_EAST_10":    35,
	"PP13_SEL_QUALPRED_EAST_11":    36,
	"PP13_SEL_QUALPRED_EAST_12":    37,
	"PP13_SEL_QUALPRED_EAST_13":    38,
	"PP13_SEL_QUALPRED_EAST_14":    39,
	"PP13_SEL_TEAMCUP_TEAM":        40,
	"PP13_SEL_TEAMCUP_PLAYER":      41,
	"PP13_SEL_TEAMCUP_TEAM_LOCK":   42,
	"PP13_SEL_TEAMCUP_PLAYER_LOCK": 43,
	"PP13_SEL_EVENTPRED_0":         44,
	"PP13_SEL_EVENTPRED_1":         45,
	"PP13_SEL_EVENTPRED_2":         46,
	"PP13_SEL_EVENTPRED_3":         47,
	"PP13_SEL_EVENTPRED_4":         48,
	"PP13_SEL_EVENTPRED_5":         49,
	"PP13_SEL_EVENTPRED_6":         50,
	"PP13_SEL_EVENTPRED_7":         51,
	"PP13_SEL_EVENTPRED_8":         52,
	"PP13_SEL_EVENTPRED_9":         53,
	"PP13_SEL_EVENTPRED_10":        54,
	"PP13_SEL_EVENTPRED_11":        55,
	"PP13_SEL_EVENTPRED_12":        56,
	"PP13_SEL_EVENTPRED_13":        57,
	"PP13_SEL_EVENTPRED_14":        58,
	"PP13_SEL_EVENTPRED_15":        59,
	"PP13_SEL_EVENTPRED_16":        60,
	"PP13_SEL_EVENTPRED_17":        61,
	"PP13_SEL_EVENTPRED_18":        62,
	"PP13_SEL_EVENTPRED_19":        63,
	"PP13_SEL_EVENTPRED_20":        64,
	"PP13_SEL_EVENTPRED_21":        65,
	"PP13_SEL_EVENTPRED_22":        66,
	"PP13_SEL_EVENTPRED_23":        67,
	"PP13_SEL_EVENTPRED_24":        68,
	"PP13_SEL_EVENTPRED_25":        69,
	"PP13_SEL_EVENTPRED_26":        70,
	"PP13_SEL_EVENTPRED_27":        71,
	"PP13_SEL_EVENTPRED_28":        72,
	"PP13_SEL_EVENTPRED_29":        73,
	"PP13_SEL_EVENTPRED_30":        74,
	"PP13_SEL_EVENTPRED_31":        75,
	"PP13_SEL_EVENTPRED_32":        76,
	"PP13_SEL_EVENTPRED_33":        77,
	"PP13_SEL_EVENTPRED_34":        78,
	"PP13_SEL_EVENTPRED_35":        79,
	"PP13_SEL_EVENTPRED_36":        80,
	"PP13_SEL_EVENTPRED_37":        81,
	"PP13_SEL_EVENTPRED_38":        82,
	"PP13_SEL_EVENTPRED_39":        83,
	"PP13_SEL_EVENTPRED_40":        84,
	"PP13_SEL_EVENTPRED_41":        85,
	"PP13_SEL_EVENTPRED_42":        86,
	"PP13_SEL_EVENTPRED_43":        87,
	"PP13_SEL_SOLO_0":              88,
	"PP13_SEL_SOLO_1":              89,
	"PP13_SEL_SOLO_2":              90,
	"PP13_SEL_SOLO_3":              91,
	"PP13_SEL_SOLO_4":              92,
	"PP13_SEL_SOLO_5":              93,
	"PP13_SEL_SOLO_6":              94,
	"PP13_SEL_SOLO_7":              95,
}
View Source
var DOTA_COMBATLOG_TYPES_name = map[int32]string{
	-1: "DOTA_COMBATLOG_INVALID",
	0:  "DOTA_COMBATLOG_DAMAGE",
	1:  "DOTA_COMBATLOG_HEAL",
	2:  "DOTA_COMBATLOG_MODIFIER_ADD",
	3:  "DOTA_COMBATLOG_MODIFIER_REMOVE",
	4:  "DOTA_COMBATLOG_DEATH",
	5:  "DOTA_COMBATLOG_ABILITY",
	6:  "DOTA_COMBATLOG_ITEM",
	7:  "DOTA_COMBATLOG_LOCATION",
	8:  "DOTA_COMBATLOG_GOLD",
	9:  "DOTA_COMBATLOG_GAME_STATE",
	10: "DOTA_COMBATLOG_XP",
	11: "DOTA_COMBATLOG_PURCHASE",
	12: "DOTA_COMBATLOG_BUYBACK",
	13: "DOTA_COMBATLOG_ABILITY_TRIGGER",
	14: "DOTA_COMBATLOG_PLAYERSTATS",
	15: "DOTA_COMBATLOG_MULTIKILL",
	16: "DOTA_COMBATLOG_KILLSTREAK",
	17: "DOTA_COMBATLOG_TEAM_BUILDING_KILL",
	18: "DOTA_COMBATLOG_FIRST_BLOOD",
	19: "DOTA_COMBATLOG_MODIFIER_REFRESH",
	20: "DOTA_COMBATLOG_NEUTRAL_CAMP_STACK",
	21: "DOTA_COMBATLOG_PICKUP_RUNE",
	22: "DOTA_COMBATLOG_REVEALED_INVISIBLE",
	23: "DOTA_COMBATLOG_HERO_SAVED",
	24: "DOTA_COMBATLOG_MANA_RESTORED",
	25: "DOTA_COMBATLOG_HERO_LEVELUP",
	26: "DOTA_COMBATLOG_BOTTLE_HEAL_ALLY",
	27: "DOTA_COMBATLOG_ENDGAME_STATS",
	28: "DOTA_COMBATLOG_INTERRUPT_CHANNEL",
	29: "DOTA_COMBATLOG_ALLIED_GOLD",
	30: "DOTA_COMBATLOG_AEGIS_TAKEN",
	31: "DOTA_COMBATLOG_MANA_DAMAGE",
	32: "DOTA_COMBATLOG_PHYSICAL_DAMAGE_PREVENTED",
	33: "DOTA_COMBATLOG_UNIT_SUMMONED",
	34: "DOTA_COMBATLOG_ATTACK_EVADE",
	35: "DOTA_COMBATLOG_TREE_CUT",
	36: "DOTA_COMBATLOG_SUCCESSFUL_SCAN",
	37: "DOTA_COMBATLOG_END_KILLSTREAK",
	38: "DOTA_COMBATLOG_BLOODSTONE_CHARGE",
	39: "DOTA_COMBATLOG_CRITICAL_DAMAGE",
	40: "DOTA_COMBATLOG_SPELL_ABSORB",
}
View Source
var DOTA_COMBATLOG_TYPES_value = map[string]int32{
	"DOTA_COMBATLOG_INVALID":                   -1,
	"DOTA_COMBATLOG_DAMAGE":                    0,
	"DOTA_COMBATLOG_HEAL":                      1,
	"DOTA_COMBATLOG_MODIFIER_ADD":              2,
	"DOTA_COMBATLOG_MODIFIER_REMOVE":           3,
	"DOTA_COMBATLOG_DEATH":                     4,
	"DOTA_COMBATLOG_ABILITY":                   5,
	"DOTA_COMBATLOG_ITEM":                      6,
	"DOTA_COMBATLOG_LOCATION":                  7,
	"DOTA_COMBATLOG_GOLD":                      8,
	"DOTA_COMBATLOG_GAME_STATE":                9,
	"DOTA_COMBATLOG_XP":                        10,
	"DOTA_COMBATLOG_PURCHASE":                  11,
	"DOTA_COMBATLOG_BUYBACK":                   12,
	"DOTA_COMBATLOG_ABILITY_TRIGGER":           13,
	"DOTA_COMBATLOG_PLAYERSTATS":               14,
	"DOTA_COMBATLOG_MULTIKILL":                 15,
	"DOTA_COMBATLOG_KILLSTREAK":                16,
	"DOTA_COMBATLOG_TEAM_BUILDING_KILL":        17,
	"DOTA_COMBATLOG_FIRST_BLOOD":               18,
	"DOTA_COMBATLOG_MODIFIER_REFRESH":          19,
	"DOTA_COMBATLOG_NEUTRAL_CAMP_STACK":        20,
	"DOTA_COMBATLOG_PICKUP_RUNE":               21,
	"DOTA_COMBATLOG_REVEALED_INVISIBLE":        22,
	"DOTA_COMBATLOG_HERO_SAVED":                23,
	"DOTA_COMBATLOG_MANA_RESTORED":             24,
	"DOTA_COMBATLOG_HERO_LEVELUP":              25,
	"DOTA_COMBATLOG_BOTTLE_HEAL_ALLY":          26,
	"DOTA_COMBATLOG_ENDGAME_STATS":             27,
	"DOTA_COMBATLOG_INTERRUPT_CHANNEL":         28,
	"DOTA_COMBATLOG_ALLIED_GOLD":               29,
	"DOTA_COMBATLOG_AEGIS_TAKEN":               30,
	"DOTA_COMBATLOG_MANA_DAMAGE":               31,
	"DOTA_COMBATLOG_PHYSICAL_DAMAGE_PREVENTED": 32,
	"DOTA_COMBATLOG_UNIT_SUMMONED":             33,
	"DOTA_COMBATLOG_ATTACK_EVADE":              34,
	"DOTA_COMBATLOG_TREE_CUT":                  35,
	"DOTA_COMBATLOG_SUCCESSFUL_SCAN":           36,
	"DOTA_COMBATLOG_END_KILLSTREAK":            37,
	"DOTA_COMBATLOG_BLOODSTONE_CHARGE":         38,
	"DOTA_COMBATLOG_CRITICAL_DAMAGE":           39,
	"DOTA_COMBATLOG_SPELL_ABSORB":              40,
}
View Source
var DOTA_TournamentEvents_name = map[int32]string{
	0:  "TE_FIRST_BLOOD",
	1:  "TE_GAME_END",
	2:  "TE_MULTI_KILL",
	3:  "TE_HERO_DENY",
	4:  "TE_AEGIS_DENY",
	5:  "TE_AEGIS_STOLEN",
	6:  "TE_GODLIKE",
	7:  "TE_COURIER_KILL",
	8:  "TE_ECHOSLAM",
	9:  "TE_RAPIER",
	10: "TE_EARLY_ROSHAN",
	11: "TE_BLACK_HOLE",
}
View Source
var DOTA_TournamentEvents_value = map[string]int32{
	"TE_FIRST_BLOOD":  0,
	"TE_GAME_END":     1,
	"TE_MULTI_KILL":   2,
	"TE_HERO_DENY":    3,
	"TE_AEGIS_DENY":   4,
	"TE_AEGIS_STOLEN": 5,
	"TE_GODLIKE":      6,
	"TE_COURIER_KILL": 7,
	"TE_ECHOSLAM":     8,
	"TE_RAPIER":       9,
	"TE_EARLY_ROSHAN": 10,
	"TE_BLACK_HOLE":   11,
}
View Source
var DOTA_WatchReplayType_name = map[int32]string{
	0: "DOTA_WATCH_REPLAY_NORMAL",
	1: "DOTA_WATCH_REPLAY_HIGHLIGHTS",
}
View Source
var DOTA_WatchReplayType_value = map[string]int32{
	"DOTA_WATCH_REPLAY_NORMAL":     0,
	"DOTA_WATCH_REPLAY_HIGHLIGHTS": 1,
}
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 EDOTAEventInviteType_name = map[int32]string{
	0: "k_EDOTAEventInviteType_Direct",
	1: "k_EDOTAEventInviteType_OpenQualifier",
	2: "k_EDOTAEventInviteType_ChampionsCup",
}
View Source
var EDOTAEventInviteType_value = map[string]int32{
	"k_EDOTAEventInviteType_Direct":        0,
	"k_EDOTAEventInviteType_OpenQualifier": 1,
	"k_EDOTAEventInviteType_ChampionsCup":  2,
}
View Source
var EDOTAGCSessionNeed_name = map[int32]string{
	0:   "k_EDOTAGCSessionNeed_Unknown",
	100: "k_EDOTAGCSessionNeed_UserNoSessionNeeded",
	101: "k_EDOTAGCSessionNeed_UserInOnlineGame",
	102: "k_EDOTAGCSessionNeed_UserInLocalGame",
	103: "k_EDOTAGCSessionNeed_UserInUIWasConnected",
	104: "k_EDOTAGCSessionNeed_UserInUINeverConnected",
	105: "k_EDOTAGCSessionNeed_UserTutorials",
	106: "k_EDOTAGCSessionNeed_UserInUIWasConnectedIdle",
	107: "k_EDOTAGCSessionNeed_UserInUINeverConnectedIdle",
	200: "k_EDOTAGCSessionNeed_GameServerOnline",
	201: "k_EDOTAGCSessionNeed_GameServerLocal",
	202: "k_EDOTAGCSessionNeed_GameServerIdle",
	203: "k_EDOTAGCSessionNeed_GameServerRelay",
	204: "k_EDOTAGCSessionNeed_GameServerLocalUpload",
}
View Source
var EDOTAGCSessionNeed_value = map[string]int32{
	"k_EDOTAGCSessionNeed_Unknown":                    0,
	"k_EDOTAGCSessionNeed_UserNoSessionNeeded":        100,
	"k_EDOTAGCSessionNeed_UserInOnlineGame":           101,
	"k_EDOTAGCSessionNeed_UserInLocalGame":            102,
	"k_EDOTAGCSessionNeed_UserInUIWasConnected":       103,
	"k_EDOTAGCSessionNeed_UserInUINeverConnected":     104,
	"k_EDOTAGCSessionNeed_UserTutorials":              105,
	"k_EDOTAGCSessionNeed_UserInUIWasConnectedIdle":   106,
	"k_EDOTAGCSessionNeed_UserInUINeverConnectedIdle": 107,
	"k_EDOTAGCSessionNeed_GameServerOnline":           200,
	"k_EDOTAGCSessionNeed_GameServerLocal":            201,
	"k_EDOTAGCSessionNeed_GameServerIdle":             202,
	"k_EDOTAGCSessionNeed_GameServerRelay":            203,
	"k_EDOTAGCSessionNeed_GameServerLocalUpload":      204,
}
View Source
var EDOTATriviaAnswerResult_name = map[int32]string{
	0: "k_EDOTATriviaAnswerResult_Success",
	1: "k_EDOTATriviaAnswerResult_InvalidQuestion",
	2: "k_EDOTATriviaAnswerResult_InvalidAnswer",
	3: "k_EDOTATriviaAnswerResult_QuestionLocked",
	4: "k_EDOTATriviaAnswerResult_AlreadyAnswered",
	5: "k_EDOTATriviaAnswerResult_TriviaDisabled",
}
View Source
var EDOTATriviaAnswerResult_value = map[string]int32{
	"k_EDOTATriviaAnswerResult_Success":         0,
	"k_EDOTATriviaAnswerResult_InvalidQuestion": 1,
	"k_EDOTATriviaAnswerResult_InvalidAnswer":   2,
	"k_EDOTATriviaAnswerResult_QuestionLocked":  3,
	"k_EDOTATriviaAnswerResult_AlreadyAnswered": 4,
	"k_EDOTATriviaAnswerResult_TriviaDisabled":  5,
}
View Source
var EDOTATriviaQuestionCategory_name = map[int32]string{
	0:  "k_EDOTATriviaQuestionCategory_AbilityIcon",
	1:  "k_EDOTATriviaQuestionCategory_AbilityCooldown",
	2:  "k_EDOTATriviaQuestionCategory_HeroAttributes",
	3:  "k_EDOTATriviaQuestionCategory_HeroMovementSpeed",
	4:  "k_EDOTATriviaQuestionCategory_TalentTree",
	5:  "k_EDOTATriviaQuestionCategory_HeroStats",
	6:  "k_EDOTATriviaQuestionCategory_ItemPrice",
	7:  "k_EDOTATriviaQuestionCategory_AbilitySound",
	8:  "k_EDOTATriviaQuestionCategory_InvokerSpells",
	9:  "k_EDOTATriviaQuestionCategory_AbilityManaCost",
	10: "k_EDOTATriviaQuestionCategory_HeroAttackSound",
	11: "k_EDOTATriviaQuestionCategory_AbilityName",
	12: "k_EDOTATriviaQuestionCategory_ItemComponents",
	13: "k_EDOTATriviaQuestionCategory_ItemLore",
}
View Source
var EDOTATriviaQuestionCategory_value = map[string]int32{
	"k_EDOTATriviaQuestionCategory_AbilityIcon":       0,
	"k_EDOTATriviaQuestionCategory_AbilityCooldown":   1,
	"k_EDOTATriviaQuestionCategory_HeroAttributes":    2,
	"k_EDOTATriviaQuestionCategory_HeroMovementSpeed": 3,
	"k_EDOTATriviaQuestionCategory_TalentTree":        4,
	"k_EDOTATriviaQuestionCategory_HeroStats":         5,
	"k_EDOTATriviaQuestionCategory_ItemPrice":         6,
	"k_EDOTATriviaQuestionCategory_AbilitySound":      7,
	"k_EDOTATriviaQuestionCategory_InvokerSpells":     8,
	"k_EDOTATriviaQuestionCategory_AbilityManaCost":   9,
	"k_EDOTATriviaQuestionCategory_HeroAttackSound":   10,
	"k_EDOTATriviaQuestionCategory_AbilityName":       11,
	"k_EDOTATriviaQuestionCategory_ItemComponents":    12,
	"k_EDOTATriviaQuestionCategory_ItemLore":          13,
}
View Source
var EFeaturedHeroDataType_name = map[int32]string{
	0: "k_EFeaturedHeroDataType_HeroID",
	1: "k_EFeaturedHeroDataType_ItemDef",
	2: "k_EFeaturedHeroDataType_HypeString",
	3: "k_EFeaturedHeroDataType_StartTimestamp",
	4: "k_EFeaturedHeroDataType_ExpireTimestamp",
	5: "k_EFeaturedHeroDataType_HeroWins",
	6: "k_EFeaturedHeroDataType_HeroLosses",
	7: "k_EFeaturedHeroDataType_SaleDiscount",
	8: "k_EFeaturedHeroDataType_ContainerItemDef",
}
View Source
var EFeaturedHeroDataType_value = map[string]int32{
	"k_EFeaturedHeroDataType_HeroID":           0,
	"k_EFeaturedHeroDataType_ItemDef":          1,
	"k_EFeaturedHeroDataType_HypeString":       2,
	"k_EFeaturedHeroDataType_StartTimestamp":   3,
	"k_EFeaturedHeroDataType_ExpireTimestamp":  4,
	"k_EFeaturedHeroDataType_HeroWins":         5,
	"k_EFeaturedHeroDataType_HeroLosses":       6,
	"k_EFeaturedHeroDataType_SaleDiscount":     7,
	"k_EFeaturedHeroDataType_ContainerItemDef": 8,
}
View Source
var EFeaturedHeroTextField_name = map[int32]string{
	0:  "k_EFeaturedHeroTextField_NewHero",
	1:  "k_EFeaturedHeroTextField_NewItem",
	2:  "k_EFeaturedHeroTextField_ItemSetDescription",
	3:  "k_EFeaturedHeroTextField_ItemDescription",
	4:  "k_EFeaturedHeroTextField_Hype",
	5:  "k_EFeaturedHeroTextField_HeroWinLoss",
	6:  "k_EFeaturedHeroTextField_FrequentlyPlayedHero",
	7:  "k_EFeaturedHeroTextField_FeaturedItem",
	8:  "k_EFeaturedHeroTextField_PopularItem",
	9:  "k_EFeaturedHeroTextField_SaleItem",
	10: "k_EFeaturedHeroTextField_SaleDiscount",
	11: "k_EFeaturedHeroTextField_Container",
}
View Source
var EFeaturedHeroTextField_value = map[string]int32{
	"k_EFeaturedHeroTextField_NewHero":              0,
	"k_EFeaturedHeroTextField_NewItem":              1,
	"k_EFeaturedHeroTextField_ItemSetDescription":   2,
	"k_EFeaturedHeroTextField_ItemDescription":      3,
	"k_EFeaturedHeroTextField_Hype":                 4,
	"k_EFeaturedHeroTextField_HeroWinLoss":          5,
	"k_EFeaturedHeroTextField_FrequentlyPlayedHero": 6,
	"k_EFeaturedHeroTextField_FeaturedItem":         7,
	"k_EFeaturedHeroTextField_PopularItem":          8,
	"k_EFeaturedHeroTextField_SaleItem":             9,
	"k_EFeaturedHeroTextField_SaleDiscount":         10,
	"k_EFeaturedHeroTextField_Container":            11,
}
View Source
var EGCBaseClientMsg_name = map[int32]string{
	3001: "k_EMsgGCPingRequest",
	3002: "k_EMsgGCPingResponse",
	3003: "k_EMsgGCToClientPollConvarRequest",
	3004: "k_EMsgGCToClientPollConvarResponse",
	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_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",
}
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,
}
View Source
var EGCBaseProtoObjectTypes_name = map[int32]string{
	1001: "k_EProtoObjectPartyInvite",
	1002: "k_EProtoObjectLobbyInvite",
}
View Source
var EGCBaseProtoObjectTypes_value = map[string]int32{
	"k_EProtoObjectPartyInvite": 1001,
	"k_EProtoObjectLobbyInvite": 1002,
}
View Source
var EGCItemMsg_name = map[int32]string{}/* 176 elements not displayed */
View Source
var EGCItemMsg_value = map[string]int32{}/* 176 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",
}
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,
}
View Source
var EGCSystemMsg_name = map[int32]string{
	0:   "k_EGCMsgInvalid",
	1:   "k_EGCMsgMulti",
	10:  "k_EGCMsgGenericReply",
	50:  "k_EGCMsgSystemBase",
	51:  "k_EGCMsgAchievementAwarded",
	52:  "k_EGCMsgConCommand",
	53:  "k_EGCMsgStartPlaying",
	54:  "k_EGCMsgStopPlaying",
	55:  "k_EGCMsgStartGameserver",
	56:  "k_EGCMsgStopGameserver",
	57:  "k_EGCMsgWGRequest",
	58:  "k_EGCMsgWGResponse",
	59:  "k_EGCMsgGetUserGameStatsSchema",
	60:  "k_EGCMsgGetUserGameStatsSchemaResponse",
	61:  "k_EGCMsgGetUserStatsDEPRECATED",
	62:  "k_EGCMsgGetUserStatsResponse",
	63:  "k_EGCMsgAppInfoUpdated",
	64:  "k_EGCMsgValidateSession",
	65:  "k_EGCMsgValidateSessionResponse",
	66:  "k_EGCMsgLookupAccountFromInput",
	67:  "k_EGCMsgSendHTTPRequest",
	68:  "k_EGCMsgSendHTTPRequestResponse",
	69:  "k_EGCMsgPreTestSetup",
	70:  "k_EGCMsgRecordSupportAction",
	71:  "k_EGCMsgGetAccountDetails_DEPRECATED",
	73:  "k_EGCMsgReceiveInterAppMessage",
	74:  "k_EGCMsgFindAccounts",
	75:  "k_EGCMsgPostAlert",
	76:  "k_EGCMsgGetLicenses",
	77:  "k_EGCMsgGetUserStats",
	78:  "k_EGCMsgGetCommands",
	79:  "k_EGCMsgGetCommandsResponse",
	80:  "k_EGCMsgAddFreeLicense",
	81:  "k_EGCMsgAddFreeLicenseResponse",
	82:  "k_EGCMsgGetIPLocation",
	83:  "k_EGCMsgGetIPLocationResponse",
	84:  "k_EGCMsgSystemStatsSchema",
	85:  "k_EGCMsgGetSystemStats",
	86:  "k_EGCMsgGetSystemStatsResponse",
	87:  "k_EGCMsgSendEmail",
	88:  "k_EGCMsgSendEmailResponse",
	89:  "k_EGCMsgGetEmailTemplate",
	90:  "k_EGCMsgGetEmailTemplateResponse",
	91:  "k_EGCMsgGrantGuestPass",
	92:  "k_EGCMsgGrantGuestPassResponse",
	93:  "k_EGCMsgGetAccountDetails",
	94:  "k_EGCMsgGetAccountDetailsResponse",
	95:  "k_EGCMsgGetPersonaNames",
	96:  "k_EGCMsgGetPersonaNamesResponse",
	97:  "k_EGCMsgMultiplexMsg",
	101: "k_EGCMsgWebAPIRegisterInterfaces",
	102: "k_EGCMsgWebAPIJobRequest",
	104: "k_EGCMsgWebAPIJobRequestHttpResponse",
	105: "k_EGCMsgWebAPIJobRequestForwardResponse",
	200: "k_EGCMsgMemCachedGet",
	201: "k_EGCMsgMemCachedGetResponse",
	202: "k_EGCMsgMemCachedSet",
	203: "k_EGCMsgMemCachedDelete",
	204: "k_EGCMsgMemCachedStats",
	205: "k_EGCMsgMemCachedStatsResponse",
	210: "k_EGCMsgSQLStats",
	211: "k_EGCMsgSQLStatsResponse",
	220: "k_EGCMsgMasterSetDirectory",
	221: "k_EGCMsgMasterSetDirectoryResponse",
	222: "k_EGCMsgMasterSetWebAPIRouting",
	223: "k_EGCMsgMasterSetWebAPIRoutingResponse",
	224: "k_EGCMsgMasterSetClientMsgRouting",
	225: "k_EGCMsgMasterSetClientMsgRoutingResponse",
	226: "k_EGCMsgSetOptions",
	227: "k_EGCMsgSetOptionsResponse",
	500: "k_EGCMsgSystemBase2",
	501: "k_EGCMsgGetPurchaseTrustStatus",
	502: "k_EGCMsgGetPurchaseTrustStatusResponse",
	503: "k_EGCMsgUpdateSession",
	504: "k_EGCMsgGCAccountVacStatusChange",
	505: "k_EGCMsgCheckFriendship",
	506: "k_EGCMsgCheckFriendshipResponse",
	507: "k_EGCMsgGetPartnerAccountLink",
	508: "k_EGCMsgGetPartnerAccountLinkResponse",
	509: "k_EGCMsgVSReportedSuspiciousActivity",
	512: "k_EGCMsgDPPartnerMicroTxns",
	513: "k_EGCMsgDPPartnerMicroTxnsResponse",
	514: "k_EGCMsgGetIPASN",
	515: "k_EGCMsgGetIPASNResponse",
	516: "k_EGCMsgGetAppFriendsList",
	517: "k_EGCMsgGetAppFriendsListResponse",
	518: "k_EGCMsgVacVerificationChange",
	519: "k_EGCMsgAccountPhoneNumberChange",
}
View Source
var EGCSystemMsg_value = map[string]int32{
	"k_EGCMsgInvalid":                           0,
	"k_EGCMsgMulti":                             1,
	"k_EGCMsgGenericReply":                      10,
	"k_EGCMsgSystemBase":                        50,
	"k_EGCMsgAchievementAwarded":                51,
	"k_EGCMsgConCommand":                        52,
	"k_EGCMsgStartPlaying":                      53,
	"k_EGCMsgStopPlaying":                       54,
	"k_EGCMsgStartGameserver":                   55,
	"k_EGCMsgStopGameserver":                    56,
	"k_EGCMsgWGRequest":                         57,
	"k_EGCMsgWGResponse":                        58,
	"k_EGCMsgGetUserGameStatsSchema":            59,
	"k_EGCMsgGetUserGameStatsSchemaResponse":    60,
	"k_EGCMsgGetUserStatsDEPRECATED":            61,
	"k_EGCMsgGetUserStatsResponse":              62,
	"k_EGCMsgAppInfoUpdated":                    63,
	"k_EGCMsgValidateSession":                   64,
	"k_EGCMsgValidateSessionResponse":           65,
	"k_EGCMsgLookupAccountFromInput":            66,
	"k_EGCMsgSendHTTPRequest":                   67,
	"k_EGCMsgSendHTTPRequestResponse":           68,
	"k_EGCMsgPreTestSetup":                      69,
	"k_EGCMsgRecordSupportAction":               70,
	"k_EGCMsgGetAccountDetails_DEPRECATED":      71,
	"k_EGCMsgReceiveInterAppMessage":            73,
	"k_EGCMsgFindAccounts":                      74,
	"k_EGCMsgPostAlert":                         75,
	"k_EGCMsgGetLicenses":                       76,
	"k_EGCMsgGetUserStats":                      77,
	"k_EGCMsgGetCommands":                       78,
	"k_EGCMsgGetCommandsResponse":               79,
	"k_EGCMsgAddFreeLicense":                    80,
	"k_EGCMsgAddFreeLicenseResponse":            81,
	"k_EGCMsgGetIPLocation":                     82,
	"k_EGCMsgGetIPLocationResponse":             83,
	"k_EGCMsgSystemStatsSchema":                 84,
	"k_EGCMsgGetSystemStats":                    85,
	"k_EGCMsgGetSystemStatsResponse":            86,
	"k_EGCMsgSendEmail":                         87,
	"k_EGCMsgSendEmailResponse":                 88,
	"k_EGCMsgGetEmailTemplate":                  89,
	"k_EGCMsgGetEmailTemplateResponse":          90,
	"k_EGCMsgGrantGuestPass":                    91,
	"k_EGCMsgGrantGuestPassResponse":            92,
	"k_EGCMsgGetAccountDetails":                 93,
	"k_EGCMsgGetAccountDetailsResponse":         94,
	"k_EGCMsgGetPersonaNames":                   95,
	"k_EGCMsgGetPersonaNamesResponse":           96,
	"k_EGCMsgMultiplexMsg":                      97,
	"k_EGCMsgWebAPIRegisterInterfaces":          101,
	"k_EGCMsgWebAPIJobRequest":                  102,
	"k_EGCMsgWebAPIJobRequestHttpResponse":      104,
	"k_EGCMsgWebAPIJobRequestForwardResponse":   105,
	"k_EGCMsgMemCachedGet":                      200,
	"k_EGCMsgMemCachedGetResponse":              201,
	"k_EGCMsgMemCachedSet":                      202,
	"k_EGCMsgMemCachedDelete":                   203,
	"k_EGCMsgMemCachedStats":                    204,
	"k_EGCMsgMemCachedStatsResponse":            205,
	"k_EGCMsgSQLStats":                          210,
	"k_EGCMsgSQLStatsResponse":                  211,
	"k_EGCMsgMasterSetDirectory":                220,
	"k_EGCMsgMasterSetDirectoryResponse":        221,
	"k_EGCMsgMasterSetWebAPIRouting":            222,
	"k_EGCMsgMasterSetWebAPIRoutingResponse":    223,
	"k_EGCMsgMasterSetClientMsgRouting":         224,
	"k_EGCMsgMasterSetClientMsgRoutingResponse": 225,
	"k_EGCMsgSetOptions":                        226,
	"k_EGCMsgSetOptionsResponse":                227,
	"k_EGCMsgSystemBase2":                       500,
	"k_EGCMsgGetPurchaseTrustStatus":            501,
	"k_EGCMsgGetPurchaseTrustStatusResponse":    502,
	"k_EGCMsgUpdateSession":                     503,
	"k_EGCMsgGCAccountVacStatusChange":          504,
	"k_EGCMsgCheckFriendship":                   505,
	"k_EGCMsgCheckFriendshipResponse":           506,
	"k_EGCMsgGetPartnerAccountLink":             507,
	"k_EGCMsgGetPartnerAccountLinkResponse":     508,
	"k_EGCMsgVSReportedSuspiciousActivity":      509,
	"k_EGCMsgDPPartnerMicroTxns":                512,
	"k_EGCMsgDPPartnerMicroTxnsResponse":        513,
	"k_EGCMsgGetIPASN":                          514,
	"k_EGCMsgGetIPASNResponse":                  515,
	"k_EGCMsgGetAppFriendsList":                 516,
	"k_EGCMsgGetAppFriendsListResponse":         517,
	"k_EGCMsgVacVerificationChange":             518,
	"k_EGCMsgAccountPhoneNumberChange":          519,
}
View Source
var EGCToGCMsg_name = map[int32]string{
	150: "k_EGCToGCMsgMasterAck",
	151: "k_EGCToGCMsgMasterAckResponse",
	152: "k_EGCToGCMsgRouted",
	153: "k_EGCToGCMsgRoutedReply",
	154: "k_EMsgGCUpdateSubGCSessionInfo",
	155: "k_EMsgGCRequestSubGCSessionInfo",
	156: "k_EMsgGCRequestSubGCSessionInfoResponse",
	157: "k_EGCToGCMsgMasterStartupComplete",
	158: "k_EMsgGCToGCSOCacheSubscribe",
	159: "k_EMsgGCToGCSOCacheUnsubscribe",
	160: "k_EMsgGCToGCLoadSessionSOCache",
	161: "k_EMsgGCToGCLoadSessionSOCacheResponse",
	162: "k_EMsgGCToGCUpdateSessionStats",
	163: "k_EMsgGCToGCUniverseStartup",
	164: "k_EMsgGCToGCUniverseStartupResponse",
	165: "k_EMsgGCToGCForwardAccountDetails",
}
View Source
var EGCToGCMsg_value = map[string]int32{
	"k_EGCToGCMsgMasterAck":                   150,
	"k_EGCToGCMsgMasterAckResponse":           151,
	"k_EGCToGCMsgRouted":                      152,
	"k_EGCToGCMsgRoutedReply":                 153,
	"k_EMsgGCUpdateSubGCSessionInfo":          154,
	"k_EMsgGCRequestSubGCSessionInfo":         155,
	"k_EMsgGCRequestSubGCSessionInfoResponse": 156,
	"k_EGCToGCMsgMasterStartupComplete":       157,
	"k_EMsgGCToGCSOCacheSubscribe":            158,
	"k_EMsgGCToGCSOCacheUnsubscribe":          159,
	"k_EMsgGCToGCLoadSessionSOCache":          160,
	"k_EMsgGCToGCLoadSessionSOCacheResponse":  161,
	"k_EMsgGCToGCUpdateSessionStats":          162,
	"k_EMsgGCToGCUniverseStartup":             163,
	"k_EMsgGCToGCUniverseStartupResponse":     164,
	"k_EMsgGCToGCForwardAccountDetails":       165,
}
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",
	5: "k_ItemPurgatoryResponse_Refund_Failed_NexonWebAPI",
}
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,
	"k_ItemPurgatoryResponse_Refund_Failed_NexonWebAPI":        5,
}
View Source
var ESOMsg_name = map[int32]string{
	21: "k_ESOMsg_Create",
	22: "k_ESOMsg_Update",
	23: "k_ESOMsg_Destroy",
	24: "k_ESOMsg_CacheSubscribed",
	25: "k_ESOMsg_CacheUnsubscribed",
	26: "k_ESOMsg_UpdateMultiple",
	28: "k_ESOMsg_CacheSubscriptionRefresh",
	29: "k_ESOMsg_CacheSubscribedUpToDate",
}
View Source
var ESOMsg_value = map[string]int32{
	"k_ESOMsg_Create":                   21,
	"k_ESOMsg_Update":                   22,
	"k_ESOMsg_Destroy":                  23,
	"k_ESOMsg_CacheSubscribed":          24,
	"k_ESOMsg_CacheUnsubscribed":        25,
	"k_ESOMsg_UpdateMultiple":           26,
	"k_ESOMsg_CacheSubscriptionRefresh": 28,
	"k_ESOMsg_CacheSubscribedUpToDate":  29,
}
View Source
var ESourceEngine_name = map[int32]string{
	0: "k_ESE_Source1",
	1: "k_ESE_Source2",
}
View Source
var ESourceEngine_value = map[string]int32{
	"k_ESE_Source1": 0,
	"k_ESE_Source2": 1,
}
View Source
var ESpecialPingValue_name = map[int32]string{
	16382: "k_ESpecialPingValue_NoData",
	16383: "k_ESpecialPingValue_Failed",
}
View Source
var ESpecialPingValue_value = map[string]int32{
	"k_ESpecialPingValue_NoData": 16382,
	"k_ESpecialPingValue_Failed": 16383,
}
View Source
var EWeekendTourneyRichPresenceEvent_name = map[int32]string{
	0: "k_EWeekendTourneyRichPresenceEvent_None",
	1: "k_EWeekendTourneyRichPresenceEvent_StartedMatch",
	2: "k_EWeekendTourneyRichPresenceEvent_WonMatch",
	3: "k_EWeekendTourneyRichPresenceEvent_Eliminated",
}
View Source
var EWeekendTourneyRichPresenceEvent_value = map[string]int32{
	"k_EWeekendTourneyRichPresenceEvent_None":         0,
	"k_EWeekendTourneyRichPresenceEvent_StartedMatch": 1,
	"k_EWeekendTourneyRichPresenceEvent_WonMatch":     2,
	"k_EWeekendTourneyRichPresenceEvent_Eliminated":   3,
}
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 GC_BannedWordType_name = map[int32]string{
	0: "GC_BANNED_WORD_DISABLE_WORD",
	1: "GC_BANNED_WORD_ENABLE_WORD",
}
View Source
var GC_BannedWordType_value = map[string]int32{
	"GC_BANNED_WORD_DISABLE_WORD": 0,
	"GC_BANNED_WORD_ENABLE_WORD":  1,
}
View Source
var PartnerAccountType_name = map[int32]string{
	0: "PARTNER_NONE",
	1: "PARTNER_PERFECT_WORLD",
	2: "PARTNER_NEXON",
	3: "PARTNER_INVALID",
}
View Source
var PartnerAccountType_value = map[string]int32{
	"PARTNER_NONE":          0,
	"PARTNER_PERFECT_WORLD": 1,
	"PARTNER_NEXON":         2,
	"PARTNER_INVALID":       3,
}

Functions

This section is empty.

Types

type CAdditionalEquipSlot

type CAdditionalEquipSlot struct {
	ClassId          *uint32 `protobuf:"varint,1,opt,name=class_id,json=classId" json:"class_id,omitempty"`
	SlotId           *uint32 `protobuf:"varint,2,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	DefIndex         *uint32 `protobuf:"varint,3,opt,name=def_index,json=defIndex" json:"def_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CAdditionalEquipSlot) Descriptor

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

func (*CAdditionalEquipSlot) GetClassId

func (m *CAdditionalEquipSlot) GetClassId() uint32

func (*CAdditionalEquipSlot) GetDefIndex

func (m *CAdditionalEquipSlot) GetDefIndex() uint32

func (*CAdditionalEquipSlot) GetSlotId

func (m *CAdditionalEquipSlot) GetSlotId() uint32

func (*CAdditionalEquipSlot) ProtoMessage

func (*CAdditionalEquipSlot) ProtoMessage()

func (*CAdditionalEquipSlot) Reset

func (m *CAdditionalEquipSlot) Reset()

func (*CAdditionalEquipSlot) String

func (m *CAdditionalEquipSlot) String() string

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_unrecognized []byte  `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

type CAttribute_String

type CAttribute_String struct {
	Value            *string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

type CCompendiumGameList

type CCompendiumGameList struct {
	Games            []*CCompendiumGameTimeline `protobuf:"bytes,1,rep,name=games" json:"games,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CCompendiumGameList) Descriptor

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

func (*CCompendiumGameList) GetGames

func (*CCompendiumGameList) ProtoMessage

func (*CCompendiumGameList) ProtoMessage()

func (*CCompendiumGameList) Reset

func (m *CCompendiumGameList) Reset()

func (*CCompendiumGameList) String

func (m *CCompendiumGameList) String() string

type CCompendiumGameTimeline

type CCompendiumGameTimeline struct {
	Data             []*CCompendiumTimestampedData `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
	Tags             []string                      `protobuf:"bytes,2,rep,name=tags" json:"tags,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CCompendiumGameTimeline) Descriptor

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

func (*CCompendiumGameTimeline) GetData

func (*CCompendiumGameTimeline) GetTags

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

func (*CCompendiumGameTimeline) ProtoMessage

func (*CCompendiumGameTimeline) ProtoMessage()

func (*CCompendiumGameTimeline) Reset

func (m *CCompendiumGameTimeline) Reset()

func (*CCompendiumGameTimeline) String

func (m *CCompendiumGameTimeline) String() string

type CCompendiumTimestampedData

type CCompendiumTimestampedData struct {
	GameTime         *uint32  `protobuf:"varint,1,opt,name=game_time,json=gameTime" json:"game_time,omitempty"`
	Gpm              *uint32  `protobuf:"varint,2,opt,name=gpm" json:"gpm,omitempty"`
	Xpm              *uint32  `protobuf:"varint,3,opt,name=xpm" json:"xpm,omitempty"`
	Kills            *uint32  `protobuf:"varint,4,opt,name=kills" json:"kills,omitempty"`
	Deaths           *uint32  `protobuf:"varint,5,opt,name=deaths" json:"deaths,omitempty"`
	ItemPurchases    []uint32 `protobuf:"varint,6,rep,name=item_purchases,json=itemPurchases" json:"item_purchases,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CCompendiumTimestampedData) Descriptor

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

func (*CCompendiumTimestampedData) GetDeaths

func (m *CCompendiumTimestampedData) GetDeaths() uint32

func (*CCompendiumTimestampedData) GetGameTime

func (m *CCompendiumTimestampedData) GetGameTime() uint32

func (*CCompendiumTimestampedData) GetGpm

func (m *CCompendiumTimestampedData) GetGpm() uint32

func (*CCompendiumTimestampedData) GetItemPurchases

func (m *CCompendiumTimestampedData) GetItemPurchases() []uint32

func (*CCompendiumTimestampedData) GetKills

func (m *CCompendiumTimestampedData) GetKills() uint32

func (*CCompendiumTimestampedData) GetXpm

func (m *CCompendiumTimestampedData) GetXpm() uint32

func (*CCompendiumTimestampedData) ProtoMessage

func (*CCompendiumTimestampedData) ProtoMessage()

func (*CCompendiumTimestampedData) Reset

func (m *CCompendiumTimestampedData) Reset()

func (*CCompendiumTimestampedData) String

func (m *CCompendiumTimestampedData) String() string

type CDynamicLeagueData

type CDynamicLeagueData struct {
	LeagueId                 *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	LastMatchTime            *uint32 `protobuf:"fixed32,2,opt,name=last_match_time,json=lastMatchTime" json:"last_match_time,omitempty"`
	PrizePoolUsd             *uint32 `protobuf:"varint,3,opt,name=prize_pool_usd,json=prizePoolUsd" json:"prize_pool_usd,omitempty"`
	HasLiveMatches           *bool   `protobuf:"varint,4,opt,name=has_live_matches,json=hasLiveMatches" json:"has_live_matches,omitempty"`
	IsCompendiumPublic       *bool   `protobuf:"varint,5,opt,name=is_compendium_public,json=isCompendiumPublic" json:"is_compendium_public,omitempty"`
	CompendiumVersion        *uint32 `protobuf:"varint,6,opt,name=compendium_version,json=compendiumVersion" json:"compendium_version,omitempty"`
	CompendiumContentVersion *uint32 `` /* 129-byte string literal not displayed */
	XXX_unrecognized         []byte  `json:"-"`
}

func (*CDynamicLeagueData) Descriptor

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

func (*CDynamicLeagueData) GetCompendiumContentVersion

func (m *CDynamicLeagueData) GetCompendiumContentVersion() uint32

func (*CDynamicLeagueData) GetCompendiumVersion

func (m *CDynamicLeagueData) GetCompendiumVersion() uint32

func (*CDynamicLeagueData) GetHasLiveMatches

func (m *CDynamicLeagueData) GetHasLiveMatches() bool

func (*CDynamicLeagueData) GetIsCompendiumPublic

func (m *CDynamicLeagueData) GetIsCompendiumPublic() bool

func (*CDynamicLeagueData) GetLastMatchTime

func (m *CDynamicLeagueData) GetLastMatchTime() uint32

func (*CDynamicLeagueData) GetLeagueId

func (m *CDynamicLeagueData) GetLeagueId() uint32

func (*CDynamicLeagueData) GetPrizePoolUsd

func (m *CDynamicLeagueData) GetPrizePoolUsd() uint32

func (*CDynamicLeagueData) ProtoMessage

func (*CDynamicLeagueData) ProtoMessage()

func (*CDynamicLeagueData) Reset

func (m *CDynamicLeagueData) Reset()

func (*CDynamicLeagueData) String

func (m *CDynamicLeagueData) String() string

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_unrecognized    []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte                         `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

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_unrecognized []byte   `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

type CGCToGCMsgMasterAck_Response

type CGCToGCMsgMasterAck_Response struct {
	Eresult          *int32 `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_unrecognized []byte `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

type CGCToGCMsgMasterStartupComplete

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

func (*CGCToGCMsgMasterStartupComplete) Descriptor

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

func (*CGCToGCMsgMasterStartupComplete) GetGcInfo

func (*CGCToGCMsgMasterStartupComplete) ProtoMessage

func (*CGCToGCMsgMasterStartupComplete) ProtoMessage()

func (*CGCToGCMsgMasterStartupComplete) Reset

func (*CGCToGCMsgMasterStartupComplete) String

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

type CLeagueData

type CLeagueData struct {
	DynamicData      *CDynamicLeagueData `protobuf:"bytes,1,opt,name=dynamic_data,json=dynamicData" json:"dynamic_data,omitempty"`
	StaticData       *CStaticLeagueData  `protobuf:"bytes,2,opt,name=static_data,json=staticData" json:"static_data,omitempty"`
	IsOwned          *bool               `protobuf:"varint,3,opt,name=is_owned,json=isOwned" json:"is_owned,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CLeagueData) Descriptor

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

func (*CLeagueData) GetDynamicData

func (m *CLeagueData) GetDynamicData() *CDynamicLeagueData

func (*CLeagueData) GetIsOwned

func (m *CLeagueData) GetIsOwned() bool

func (*CLeagueData) GetStaticData

func (m *CLeagueData) GetStaticData() *CStaticLeagueData

func (*CLeagueData) ProtoMessage

func (*CLeagueData) ProtoMessage()

func (*CLeagueData) Reset

func (m *CLeagueData) Reset()

func (*CLeagueData) String

func (m *CLeagueData) String() string

type CMatchAdditionalUnitInventory

type CMatchAdditionalUnitInventory struct {
	UnitName         *string  `protobuf:"bytes,1,opt,name=unit_name,json=unitName" json:"unit_name,omitempty"`
	Items            []uint32 `protobuf:"varint,2,rep,name=items" json:"items,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMatchAdditionalUnitInventory) Descriptor

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

func (*CMatchAdditionalUnitInventory) GetItems

func (m *CMatchAdditionalUnitInventory) GetItems() []uint32

func (*CMatchAdditionalUnitInventory) GetUnitName

func (m *CMatchAdditionalUnitInventory) GetUnitName() string

func (*CMatchAdditionalUnitInventory) ProtoMessage

func (*CMatchAdditionalUnitInventory) ProtoMessage()

func (*CMatchAdditionalUnitInventory) Reset

func (m *CMatchAdditionalUnitInventory) Reset()

func (*CMatchAdditionalUnitInventory) String

type CMatchHeroSelectEvent

type CMatchHeroSelectEvent struct {
	IsPick           *bool   `protobuf:"varint,1,opt,name=is_pick,json=isPick" json:"is_pick,omitempty"`
	Team             *uint32 `protobuf:"varint,2,opt,name=team" json:"team,omitempty"`
	HeroId           *uint32 `protobuf:"varint,3,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMatchHeroSelectEvent) Descriptor

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

func (*CMatchHeroSelectEvent) GetHeroId

func (m *CMatchHeroSelectEvent) GetHeroId() uint32

func (*CMatchHeroSelectEvent) GetIsPick

func (m *CMatchHeroSelectEvent) GetIsPick() bool

func (*CMatchHeroSelectEvent) GetTeam

func (m *CMatchHeroSelectEvent) GetTeam() uint32

func (*CMatchHeroSelectEvent) ProtoMessage

func (*CMatchHeroSelectEvent) ProtoMessage()

func (*CMatchHeroSelectEvent) Reset

func (m *CMatchHeroSelectEvent) Reset()

func (*CMatchHeroSelectEvent) String

func (m *CMatchHeroSelectEvent) String() string

type CMatchPlayerAbilityUpgrade

type CMatchPlayerAbilityUpgrade struct {
	Ability          *uint32 `protobuf:"varint,1,opt,name=ability" json:"ability,omitempty"`
	Time             *uint32 `protobuf:"varint,2,opt,name=time" json:"time,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMatchPlayerAbilityUpgrade) Descriptor

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

func (*CMatchPlayerAbilityUpgrade) GetAbility

func (m *CMatchPlayerAbilityUpgrade) GetAbility() uint32

func (*CMatchPlayerAbilityUpgrade) GetTime

func (m *CMatchPlayerAbilityUpgrade) GetTime() uint32

func (*CMatchPlayerAbilityUpgrade) ProtoMessage

func (*CMatchPlayerAbilityUpgrade) ProtoMessage()

func (*CMatchPlayerAbilityUpgrade) Reset

func (m *CMatchPlayerAbilityUpgrade) Reset()

func (*CMatchPlayerAbilityUpgrade) String

func (m *CMatchPlayerAbilityUpgrade) String() string

type CMatchPlayerPermanentBuff

type CMatchPlayerPermanentBuff struct {
	PermanentBuff    *uint32 `protobuf:"varint,1,opt,name=permanent_buff,json=permanentBuff" json:"permanent_buff,omitempty"`
	StackCount       *uint32 `protobuf:"varint,2,opt,name=stack_count,json=stackCount" json:"stack_count,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMatchPlayerPermanentBuff) Descriptor

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

func (*CMatchPlayerPermanentBuff) GetPermanentBuff

func (m *CMatchPlayerPermanentBuff) GetPermanentBuff() uint32

func (*CMatchPlayerPermanentBuff) GetStackCount

func (m *CMatchPlayerPermanentBuff) GetStackCount() uint32

func (*CMatchPlayerPermanentBuff) ProtoMessage

func (*CMatchPlayerPermanentBuff) ProtoMessage()

func (*CMatchPlayerPermanentBuff) Reset

func (m *CMatchPlayerPermanentBuff) Reset()

func (*CMatchPlayerPermanentBuff) String

func (m *CMatchPlayerPermanentBuff) String() string

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_unrecognized []byte                     `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

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_unrecognized []byte  `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

type CMsgAddItemToSocketResponse

type CMsgAddItemToSocketResponse struct {
	ItemItemId         *uint64                              `protobuf:"varint,1,opt,name=item_item_id,json=itemItemId" json:"item_item_id,omitempty"`
	UpdatedSocketIndex []uint32                             `protobuf:"varint,2,rep,name=updated_socket_index,json=updatedSocketIndex" json:"updated_socket_index,omitempty"`
	Response           *CMsgAddItemToSocketResponse_EAddGem `protobuf:"varint,3,opt,name=response,enum=CMsgAddItemToSocketResponse_EAddGem,def=0" json:"response,omitempty"`
	XXX_unrecognized   []byte                               `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

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_unrecognized []byte  `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

type CMsgAddSocketResponse

type CMsgAddSocketResponse struct {
	ItemId             *uint64                           `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	UpdatedSocketIndex []uint32                          `protobuf:"varint,2,rep,name=updated_socket_index,json=updatedSocketIndex" json:"updated_socket_index,omitempty"`
	Response           *CMsgAddSocketResponse_EAddSocket `protobuf:"varint,3,opt,name=response,enum=CMsgAddSocketResponse_EAddSocket,def=0" json:"response,omitempty"`
	XXX_unrecognized   []byte                            `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized  []byte  `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

type CMsgArcanaVotes

type CMsgArcanaVotes struct {
	Matches                   []*CMsgArcanaVotes_Match `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	RoundTimeRemaining        *uint32                  `protobuf:"varint,2,opt,name=round_time_remaining,json=roundTimeRemaining" json:"round_time_remaining,omitempty"`
	RoundNumber               *uint32                  `protobuf:"varint,3,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	VotingState               *uint32                  `protobuf:"varint,4,opt,name=voting_state,json=votingState" json:"voting_state,omitempty"`
	IsCurrentRoundCalibrating *bool                    `` /* 134-byte string literal not displayed */
	ClosestActiveMatchId      *uint32                  `protobuf:"varint,6,opt,name=closest_active_match_id,json=closestActiveMatchId" json:"closest_active_match_id,omitempty"`
	EventId                   *uint32                  `protobuf:"varint,7,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized          []byte                   `json:"-"`
}

func (*CMsgArcanaVotes) Descriptor

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

func (*CMsgArcanaVotes) GetClosestActiveMatchId

func (m *CMsgArcanaVotes) GetClosestActiveMatchId() uint32

func (*CMsgArcanaVotes) GetEventId

func (m *CMsgArcanaVotes) GetEventId() uint32

func (*CMsgArcanaVotes) GetIsCurrentRoundCalibrating

func (m *CMsgArcanaVotes) GetIsCurrentRoundCalibrating() bool

func (*CMsgArcanaVotes) GetMatches

func (m *CMsgArcanaVotes) GetMatches() []*CMsgArcanaVotes_Match

func (*CMsgArcanaVotes) GetRoundNumber

func (m *CMsgArcanaVotes) GetRoundNumber() uint32

func (*CMsgArcanaVotes) GetRoundTimeRemaining

func (m *CMsgArcanaVotes) GetRoundTimeRemaining() uint32

func (*CMsgArcanaVotes) GetVotingState

func (m *CMsgArcanaVotes) GetVotingState() uint32

func (*CMsgArcanaVotes) ProtoMessage

func (*CMsgArcanaVotes) ProtoMessage()

func (*CMsgArcanaVotes) Reset

func (m *CMsgArcanaVotes) Reset()

func (*CMsgArcanaVotes) String

func (m *CMsgArcanaVotes) String() string

type CMsgArcanaVotes_Match

type CMsgArcanaVotes_Match struct {
	MatchId                  *uint32 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	HeroId_0                 *uint32 `protobuf:"varint,2,opt,name=hero_id_0,json=heroId0" json:"hero_id_0,omitempty"`
	HeroId_1                 *uint32 `protobuf:"varint,3,opt,name=hero_id_1,json=heroId1" json:"hero_id_1,omitempty"`
	HeroSeeding_0            *uint32 `protobuf:"varint,4,opt,name=hero_seeding_0,json=heroSeeding0" json:"hero_seeding_0,omitempty"`
	HeroSeeding_1            *uint32 `protobuf:"varint,5,opt,name=hero_seeding_1,json=heroSeeding1" json:"hero_seeding_1,omitempty"`
	VoteCount_0              *uint32 `protobuf:"varint,6,opt,name=vote_count_0,json=voteCount0" json:"vote_count_0,omitempty"`
	VoteCount_1              *uint32 `protobuf:"varint,7,opt,name=vote_count_1,json=voteCount1" json:"vote_count_1,omitempty"`
	VotingState              *uint32 `protobuf:"varint,8,opt,name=voting_state,json=votingState" json:"voting_state,omitempty"`
	RoundNumber              *uint32 `protobuf:"varint,9,opt,name=round_number,json=roundNumber" json:"round_number,omitempty"`
	IsVotesHidden            *bool   `protobuf:"varint,10,opt,name=is_votes_hidden,json=isVotesHidden" json:"is_votes_hidden,omitempty"`
	CalibrationTimeRemaining *uint32 `` /* 130-byte string literal not displayed */
	XXX_unrecognized         []byte  `json:"-"`
}

func (*CMsgArcanaVotes_Match) Descriptor

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

func (*CMsgArcanaVotes_Match) GetCalibrationTimeRemaining

func (m *CMsgArcanaVotes_Match) GetCalibrationTimeRemaining() uint32

func (*CMsgArcanaVotes_Match) GetHeroId_0

func (m *CMsgArcanaVotes_Match) GetHeroId_0() uint32

func (*CMsgArcanaVotes_Match) GetHeroId_1

func (m *CMsgArcanaVotes_Match) GetHeroId_1() uint32

func (*CMsgArcanaVotes_Match) GetHeroSeeding_0

func (m *CMsgArcanaVotes_Match) GetHeroSeeding_0() uint32

func (*CMsgArcanaVotes_Match) GetHeroSeeding_1

func (m *CMsgArcanaVotes_Match) GetHeroSeeding_1() uint32

func (*CMsgArcanaVotes_Match) GetIsVotesHidden

func (m *CMsgArcanaVotes_Match) GetIsVotesHidden() bool

func (*CMsgArcanaVotes_Match) GetMatchId

func (m *CMsgArcanaVotes_Match) GetMatchId() uint32

func (*CMsgArcanaVotes_Match) GetRoundNumber

func (m *CMsgArcanaVotes_Match) GetRoundNumber() uint32

func (*CMsgArcanaVotes_Match) GetVoteCount_0

func (m *CMsgArcanaVotes_Match) GetVoteCount_0() uint32

func (*CMsgArcanaVotes_Match) GetVoteCount_1

func (m *CMsgArcanaVotes_Match) GetVoteCount_1() uint32

func (*CMsgArcanaVotes_Match) GetVotingState

func (m *CMsgArcanaVotes_Match) GetVotingState() uint32

func (*CMsgArcanaVotes_Match) ProtoMessage

func (*CMsgArcanaVotes_Match) ProtoMessage()

func (*CMsgArcanaVotes_Match) Reset

func (m *CMsgArcanaVotes_Match) Reset()

func (*CMsgArcanaVotes_Match) String

func (m *CMsgArcanaVotes_Match) String() string

type CMsgArcanaVotes_VotingState

type CMsgArcanaVotes_VotingState int32
const (
	CMsgArcanaVotes_FINISHED    CMsgArcanaVotes_VotingState = 0
	CMsgArcanaVotes_IN_PROGRESS CMsgArcanaVotes_VotingState = 1
	CMsgArcanaVotes_IN_FUTURE   CMsgArcanaVotes_VotingState = 2
)

func (CMsgArcanaVotes_VotingState) Enum

func (CMsgArcanaVotes_VotingState) EnumDescriptor

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

func (CMsgArcanaVotes_VotingState) String

func (*CMsgArcanaVotes_VotingState) UnmarshalJSON

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

type CMsgBalancedShuffleLobby

type CMsgBalancedShuffleLobby struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgBalancedShuffleLobby) Descriptor

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

func (*CMsgBalancedShuffleLobby) ProtoMessage

func (*CMsgBalancedShuffleLobby) ProtoMessage()

func (*CMsgBalancedShuffleLobby) Reset

func (m *CMsgBalancedShuffleLobby) Reset()

func (*CMsgBalancedShuffleLobby) String

func (m *CMsgBalancedShuffleLobby) String() string

type CMsgBattleCupVictory

type CMsgBattleCupVictory struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	WinDate          *uint32 `protobuf:"varint,2,opt,name=win_date,json=winDate" json:"win_date,omitempty"`
	ValidUntil       *uint32 `protobuf:"varint,3,opt,name=valid_until,json=validUntil" json:"valid_until,omitempty"`
	SkillLevel       *uint32 `protobuf:"varint,4,opt,name=skill_level,json=skillLevel" json:"skill_level,omitempty"`
	TournamentId     *uint32 `protobuf:"varint,5,opt,name=tournament_id,json=tournamentId" json:"tournament_id,omitempty"`
	DivisionId       *uint32 `protobuf:"varint,6,opt,name=division_id,json=divisionId" json:"division_id,omitempty"`
	TeamId           *uint32 `protobuf:"varint,7,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	Streak           *uint32 `protobuf:"varint,8,opt,name=streak" json:"streak,omitempty"`
	TrophyId         *uint32 `protobuf:"varint,9,opt,name=trophy_id,json=trophyId" json:"trophy_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgBattleCupVictory) Descriptor

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

func (*CMsgBattleCupVictory) GetAccountId

func (m *CMsgBattleCupVictory) GetAccountId() uint32

func (*CMsgBattleCupVictory) GetDivisionId

func (m *CMsgBattleCupVictory) GetDivisionId() uint32

func (*CMsgBattleCupVictory) GetSkillLevel

func (m *CMsgBattleCupVictory) GetSkillLevel() uint32

func (*CMsgBattleCupVictory) GetStreak

func (m *CMsgBattleCupVictory) GetStreak() uint32

func (*CMsgBattleCupVictory) GetTeamId

func (m *CMsgBattleCupVictory) GetTeamId() uint32

func (*CMsgBattleCupVictory) GetTournamentId

func (m *CMsgBattleCupVictory) GetTournamentId() uint32

func (*CMsgBattleCupVictory) GetTrophyId

func (m *CMsgBattleCupVictory) GetTrophyId() uint32

func (*CMsgBattleCupVictory) GetValidUntil

func (m *CMsgBattleCupVictory) GetValidUntil() uint32

func (*CMsgBattleCupVictory) GetWinDate

func (m *CMsgBattleCupVictory) GetWinDate() uint32

func (*CMsgBattleCupVictory) ProtoMessage

func (*CMsgBattleCupVictory) ProtoMessage()

func (*CMsgBattleCupVictory) Reset

func (m *CMsgBattleCupVictory) Reset()

func (*CMsgBattleCupVictory) String

func (m *CMsgBattleCupVictory) String() string

type CMsgCastMatchVote

type CMsgCastMatchVote struct {
	MatchId          *uint64        `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	Vote             *DOTAMatchVote `protobuf:"varint,2,opt,name=vote,enum=DOTAMatchVote,def=0" json:"vote,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*CMsgCastMatchVote) Descriptor

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

func (*CMsgCastMatchVote) GetMatchId

func (m *CMsgCastMatchVote) GetMatchId() uint64

func (*CMsgCastMatchVote) GetVote

func (m *CMsgCastMatchVote) GetVote() DOTAMatchVote

func (*CMsgCastMatchVote) ProtoMessage

func (*CMsgCastMatchVote) ProtoMessage()

func (*CMsgCastMatchVote) Reset

func (m *CMsgCastMatchVote) Reset()

func (*CMsgCastMatchVote) String

func (m *CMsgCastMatchVote) String() string

type CMsgClientHello

type CMsgClientHello struct {
	Version             *uint32                   `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	SocacheHaveVersions []*CMsgSOCacheHaveVersion `protobuf:"bytes,2,rep,name=socache_have_versions,json=socacheHaveVersions" json:"socache_have_versions,omitempty"`
	ClientSessionNeed   *uint32                   `protobuf:"varint,3,opt,name=client_session_need,json=clientSessionNeed" json:"client_session_need,omitempty"`
	ClientLauncher      *PartnerAccountType       `` /* 127-byte string literal not displayed */
	SecretKey           *string                   `protobuf:"bytes,5,opt,name=secret_key,json=secretKey" json:"secret_key,omitempty"`
	ClientLanguage      *uint32                   `protobuf:"varint,6,opt,name=client_language,json=clientLanguage" json:"client_language,omitempty"`
	Engine              *ESourceEngine            `protobuf:"varint,7,opt,name=engine,enum=ESourceEngine,def=0" json:"engine,omitempty"`
	XXX_unrecognized    []byte                    `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) GetSecretKey

func (m *CMsgClientHello) GetSecretKey() string

func (*CMsgClientHello) GetSocacheHaveVersions

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

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

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_unrecognized        []byte   `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

type CMsgClientProvideSurveyResult

type CMsgClientProvideSurveyResult struct {
	Responses        []*CMsgClientProvideSurveyResult_Response `protobuf:"bytes,1,rep,name=responses" json:"responses,omitempty"`
	SurveyKey        *uint64                                   `protobuf:"varint,2,opt,name=survey_key,json=surveyKey" json:"survey_key,omitempty"`
	XXX_unrecognized []byte                                    `json:"-"`
}

func (*CMsgClientProvideSurveyResult) Descriptor

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

func (*CMsgClientProvideSurveyResult) GetResponses

func (*CMsgClientProvideSurveyResult) GetSurveyKey

func (m *CMsgClientProvideSurveyResult) GetSurveyKey() uint64

func (*CMsgClientProvideSurveyResult) ProtoMessage

func (*CMsgClientProvideSurveyResult) ProtoMessage()

func (*CMsgClientProvideSurveyResult) Reset

func (m *CMsgClientProvideSurveyResult) Reset()

func (*CMsgClientProvideSurveyResult) String

type CMsgClientProvideSurveyResult_Response

type CMsgClientProvideSurveyResult_Response struct {
	QuestionId       *uint32 `protobuf:"varint,1,opt,name=question_id,json=questionId" json:"question_id,omitempty"`
	SurveyValue      *uint32 `protobuf:"varint,2,opt,name=survey_value,json=surveyValue" json:"survey_value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientProvideSurveyResult_Response) Descriptor

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

func (*CMsgClientProvideSurveyResult_Response) GetQuestionId

func (*CMsgClientProvideSurveyResult_Response) GetSurveyValue

func (m *CMsgClientProvideSurveyResult_Response) GetSurveyValue() uint32

func (*CMsgClientProvideSurveyResult_Response) ProtoMessage

func (*CMsgClientProvideSurveyResult_Response) Reset

func (*CMsgClientProvideSurveyResult_Response) String

type CMsgClientSuspended

type CMsgClientSuspended struct {
	TimeEnd          *uint32 `protobuf:"varint,1,opt,name=time_end,json=timeEnd" json:"time_end,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientSuspended) Descriptor

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

func (*CMsgClientSuspended) GetTimeEnd

func (m *CMsgClientSuspended) GetTimeEnd() uint32

func (*CMsgClientSuspended) ProtoMessage

func (*CMsgClientSuspended) ProtoMessage()

func (*CMsgClientSuspended) Reset

func (m *CMsgClientSuspended) Reset()

func (*CMsgClientSuspended) String

func (m *CMsgClientSuspended) String() string

type CMsgClientToGCAddTI6TreeProgress

type CMsgClientToGCAddTI6TreeProgress struct {
	Trees            *uint32 `protobuf:"varint,1,opt,name=trees" json:"trees,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCAddTI6TreeProgress) Descriptor

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

func (*CMsgClientToGCAddTI6TreeProgress) GetTrees

func (*CMsgClientToGCAddTI6TreeProgress) ProtoMessage

func (*CMsgClientToGCAddTI6TreeProgress) ProtoMessage()

func (*CMsgClientToGCAddTI6TreeProgress) Reset

func (*CMsgClientToGCAddTI6TreeProgress) String

type CMsgClientToGCApplyGemCombiner

type CMsgClientToGCApplyGemCombiner struct {
	ItemId_1         *uint64 `protobuf:"varint,1,opt,name=item_id_1,json=itemId1" json:"item_id_1,omitempty"`
	ItemId_2         *uint64 `protobuf:"varint,2,opt,name=item_id_2,json=itemId2" json:"item_id_2,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCApplyGemCombiner) Descriptor

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

func (*CMsgClientToGCApplyGemCombiner) GetItemId_1

func (m *CMsgClientToGCApplyGemCombiner) GetItemId_1() uint64

func (*CMsgClientToGCApplyGemCombiner) GetItemId_2

func (m *CMsgClientToGCApplyGemCombiner) GetItemId_2() uint64

func (*CMsgClientToGCApplyGemCombiner) ProtoMessage

func (*CMsgClientToGCApplyGemCombiner) ProtoMessage()

func (*CMsgClientToGCApplyGemCombiner) Reset

func (m *CMsgClientToGCApplyGemCombiner) Reset()

func (*CMsgClientToGCApplyGemCombiner) String

type CMsgClientToGCCreateHeroStatue

type CMsgClientToGCCreateHeroStatue struct {
	SourceItem       *uint64  `protobuf:"varint,1,opt,name=source_item,json=sourceItem" json:"source_item,omitempty"`
	HeroId           *uint32  `protobuf:"varint,3,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	SequenceName     *string  `protobuf:"bytes,4,opt,name=sequence_name,json=sequenceName" json:"sequence_name,omitempty"`
	Cycle            *float32 `protobuf:"fixed32,5,opt,name=cycle" json:"cycle,omitempty"`
	Wearables        []uint32 `protobuf:"varint,6,rep,name=wearables" json:"wearables,omitempty"`
	Inscription      *string  `protobuf:"bytes,7,opt,name=inscription" json:"inscription,omitempty"`
	Styles           []uint32 `protobuf:"varint,8,rep,name=styles" json:"styles,omitempty"`
	ReforgerItem     *uint64  `protobuf:"varint,9,opt,name=reforger_item,json=reforgerItem" json:"reforger_item,omitempty"`
	TournamentDrop   *bool    `protobuf:"varint,10,opt,name=tournament_drop,json=tournamentDrop" json:"tournament_drop,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgClientToGCCreateHeroStatue) Descriptor

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

func (*CMsgClientToGCCreateHeroStatue) GetCycle

func (*CMsgClientToGCCreateHeroStatue) GetHeroId

func (m *CMsgClientToGCCreateHeroStatue) GetHeroId() uint32

func (*CMsgClientToGCCreateHeroStatue) GetInscription

func (m *CMsgClientToGCCreateHeroStatue) GetInscription() string

func (*CMsgClientToGCCreateHeroStatue) GetReforgerItem

func (m *CMsgClientToGCCreateHeroStatue) GetReforgerItem() uint64

func (*CMsgClientToGCCreateHeroStatue) GetSequenceName

func (m *CMsgClientToGCCreateHeroStatue) GetSequenceName() string

func (*CMsgClientToGCCreateHeroStatue) GetSourceItem

func (m *CMsgClientToGCCreateHeroStatue) GetSourceItem() uint64

func (*CMsgClientToGCCreateHeroStatue) GetStyles

func (m *CMsgClientToGCCreateHeroStatue) GetStyles() []uint32

func (*CMsgClientToGCCreateHeroStatue) GetTournamentDrop

func (m *CMsgClientToGCCreateHeroStatue) GetTournamentDrop() bool

func (*CMsgClientToGCCreateHeroStatue) GetWearables

func (m *CMsgClientToGCCreateHeroStatue) GetWearables() []uint32

func (*CMsgClientToGCCreateHeroStatue) ProtoMessage

func (*CMsgClientToGCCreateHeroStatue) ProtoMessage()

func (*CMsgClientToGCCreateHeroStatue) Reset

func (m *CMsgClientToGCCreateHeroStatue) Reset()

func (*CMsgClientToGCCreateHeroStatue) String

type CMsgClientToGCCreatePlayerCardPack

type CMsgClientToGCCreatePlayerCardPack struct {
	CardDustItemId   *uint64 `protobuf:"varint,1,opt,name=card_dust_item_id,json=cardDustItemId" json:"card_dust_item_id,omitempty"`
	EventId          *uint32 `protobuf:"varint,2,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCCreatePlayerCardPack) Descriptor

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

func (*CMsgClientToGCCreatePlayerCardPack) GetCardDustItemId

func (m *CMsgClientToGCCreatePlayerCardPack) GetCardDustItemId() uint64

func (*CMsgClientToGCCreatePlayerCardPack) GetEventId

func (*CMsgClientToGCCreatePlayerCardPack) ProtoMessage

func (*CMsgClientToGCCreatePlayerCardPack) ProtoMessage()

func (*CMsgClientToGCCreatePlayerCardPack) Reset

func (*CMsgClientToGCCreatePlayerCardPack) String

type CMsgClientToGCCreatePlayerCardPackResponse

type CMsgClientToGCCreatePlayerCardPackResponse struct {
	Result           *CMsgClientToGCCreatePlayerCardPackResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCCreatePlayerCardPackResponse_Result,def=1" json:"result,omitempty"`
	XXX_unrecognized []byte                                             `json:"-"`
}

func (*CMsgClientToGCCreatePlayerCardPackResponse) Descriptor

func (*CMsgClientToGCCreatePlayerCardPackResponse) GetResult

func (*CMsgClientToGCCreatePlayerCardPackResponse) ProtoMessage

func (*CMsgClientToGCCreatePlayerCardPackResponse) Reset

func (*CMsgClientToGCCreatePlayerCardPackResponse) String

type CMsgClientToGCCreatePlayerCardPackResponse_Result

type CMsgClientToGCCreatePlayerCardPackResponse_Result int32
const (
	CMsgClientToGCCreatePlayerCardPackResponse_SUCCESS                       CMsgClientToGCCreatePlayerCardPackResponse_Result = 1
	CMsgClientToGCCreatePlayerCardPackResponse_ERROR_INTERNAL                CMsgClientToGCCreatePlayerCardPackResponse_Result = 2
	CMsgClientToGCCreatePlayerCardPackResponse_ERROR_INSUFFICIENT_DUST       CMsgClientToGCCreatePlayerCardPackResponse_Result = 3
	CMsgClientToGCCreatePlayerCardPackResponse_ERROR_ITEM_NOT_DUST_ITEM      CMsgClientToGCCreatePlayerCardPackResponse_Result = 4
	CMsgClientToGCCreatePlayerCardPackResponse_ERROR_FAILED_CARD_PACK_CREATE CMsgClientToGCCreatePlayerCardPackResponse_Result = 5
)
const Default_CMsgClientToGCCreatePlayerCardPackResponse_Result CMsgClientToGCCreatePlayerCardPackResponse_Result = CMsgClientToGCCreatePlayerCardPackResponse_SUCCESS

func (CMsgClientToGCCreatePlayerCardPackResponse_Result) Enum

func (CMsgClientToGCCreatePlayerCardPackResponse_Result) EnumDescriptor

func (CMsgClientToGCCreatePlayerCardPackResponse_Result) String

func (*CMsgClientToGCCreatePlayerCardPackResponse_Result) 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_unrecognized []byte                                   `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

type CMsgClientToGCCreateStaticRecipeResponse

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

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_unrecognized []byte  `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

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
)
const Default_CMsgClientToGCCreateStaticRecipeResponse_InputError_Error CMsgClientToGCCreateStaticRecipeResponse_EResponse = CMsgClientToGCCreateStaticRecipeResponse_eResponse_Success

func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) Enum

func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) EnumDescriptor

func (CMsgClientToGCCreateStaticRecipeResponse_EResponse) String

func (*CMsgClientToGCCreateStaticRecipeResponse_EResponse) UnmarshalJSON

type CMsgClientToGCCreateStaticRecipeResponse_InputError

type CMsgClientToGCCreateStaticRecipeResponse_InputError struct {
	SlotId           *uint32                                             `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	Error            *CMsgClientToGCCreateStaticRecipeResponse_EResponse `protobuf:"varint,2,opt,name=error,enum=CMsgClientToGCCreateStaticRecipeResponse_EResponse,def=0" json:"error,omitempty"`
	XXX_unrecognized []byte                                              `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgClientToGCCustomGamePlayerCountRequest

type CMsgClientToGCCustomGamePlayerCountRequest struct {
	CustomGameId     *uint64 `protobuf:"varint,1,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCCustomGamePlayerCountRequest) Descriptor

func (*CMsgClientToGCCustomGamePlayerCountRequest) GetCustomGameId

func (*CMsgClientToGCCustomGamePlayerCountRequest) ProtoMessage

func (*CMsgClientToGCCustomGamePlayerCountRequest) Reset

func (*CMsgClientToGCCustomGamePlayerCountRequest) String

type CMsgClientToGCCustomGamesFriendsPlayedRequest

type CMsgClientToGCCustomGamesFriendsPlayedRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCCustomGamesFriendsPlayedRequest) Descriptor

func (*CMsgClientToGCCustomGamesFriendsPlayedRequest) ProtoMessage

func (*CMsgClientToGCCustomGamesFriendsPlayedRequest) Reset

func (*CMsgClientToGCCustomGamesFriendsPlayedRequest) String

type CMsgClientToGCEmoticonDataRequest

type CMsgClientToGCEmoticonDataRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCEmoticonDataRequest) Descriptor

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

func (*CMsgClientToGCEmoticonDataRequest) ProtoMessage

func (*CMsgClientToGCEmoticonDataRequest) ProtoMessage()

func (*CMsgClientToGCEmoticonDataRequest) Reset

func (*CMsgClientToGCEmoticonDataRequest) String

type CMsgClientToGCEquipItems

type CMsgClientToGCEquipItems struct {
	Equips           []*CMsgAdjustItemEquippedState `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
	XXX_unrecognized []byte                         `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

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_unrecognized []byte  `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

type CMsgClientToGCFeaturedHeroesRequest

type CMsgClientToGCFeaturedHeroesRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCFeaturedHeroesRequest) Descriptor

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

func (*CMsgClientToGCFeaturedHeroesRequest) ProtoMessage

func (*CMsgClientToGCFeaturedHeroesRequest) ProtoMessage()

func (*CMsgClientToGCFeaturedHeroesRequest) Reset

func (*CMsgClientToGCFeaturedHeroesRequest) String

type CMsgClientToGCFriendsPlayedCustomGameRequest

type CMsgClientToGCFriendsPlayedCustomGameRequest struct {
	CustomGameId     *uint64 `protobuf:"varint,1,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCFriendsPlayedCustomGameRequest) Descriptor

func (*CMsgClientToGCFriendsPlayedCustomGameRequest) GetCustomGameId

func (*CMsgClientToGCFriendsPlayedCustomGameRequest) ProtoMessage

func (*CMsgClientToGCFriendsPlayedCustomGameRequest) Reset

func (*CMsgClientToGCFriendsPlayedCustomGameRequest) String

type CMsgClientToGCGetAdditionalEquips

type CMsgClientToGCGetAdditionalEquips struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCGetAdditionalEquips) Descriptor

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

func (*CMsgClientToGCGetAdditionalEquips) ProtoMessage

func (*CMsgClientToGCGetAdditionalEquips) ProtoMessage()

func (*CMsgClientToGCGetAdditionalEquips) Reset

func (*CMsgClientToGCGetAdditionalEquips) String

type CMsgClientToGCGetAdditionalEquipsResponse

type CMsgClientToGCGetAdditionalEquipsResponse struct {
	Equips           []*CAdditionalEquipSlot `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CMsgClientToGCGetAdditionalEquipsResponse) Descriptor

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

func (*CMsgClientToGCGetAdditionalEquipsResponse) GetEquips

func (*CMsgClientToGCGetAdditionalEquipsResponse) ProtoMessage

func (*CMsgClientToGCGetAdditionalEquipsResponse) Reset

func (*CMsgClientToGCGetAdditionalEquipsResponse) String

type CMsgClientToGCGetAllHeroOrder

type CMsgClientToGCGetAllHeroOrder struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCGetAllHeroOrder) Descriptor

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

func (*CMsgClientToGCGetAllHeroOrder) ProtoMessage

func (*CMsgClientToGCGetAllHeroOrder) ProtoMessage()

func (*CMsgClientToGCGetAllHeroOrder) Reset

func (m *CMsgClientToGCGetAllHeroOrder) Reset()

func (*CMsgClientToGCGetAllHeroOrder) String

type CMsgClientToGCGetAllHeroOrderResponse

type CMsgClientToGCGetAllHeroOrderResponse struct {
	HeroIds          []uint32 `protobuf:"varint,1,rep,name=hero_ids,json=heroIds" json:"hero_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgClientToGCGetAllHeroOrderResponse) Descriptor

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

func (*CMsgClientToGCGetAllHeroOrderResponse) GetHeroIds

func (*CMsgClientToGCGetAllHeroOrderResponse) ProtoMessage

func (*CMsgClientToGCGetAllHeroOrderResponse) ProtoMessage()

func (*CMsgClientToGCGetAllHeroOrderResponse) Reset

func (*CMsgClientToGCGetAllHeroOrderResponse) String

type CMsgClientToGCGetAllHeroProgress

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

func (*CMsgClientToGCGetAllHeroProgress) Descriptor

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

func (*CMsgClientToGCGetAllHeroProgress) GetAccountId

func (m *CMsgClientToGCGetAllHeroProgress) GetAccountId() uint32

func (*CMsgClientToGCGetAllHeroProgress) ProtoMessage

func (*CMsgClientToGCGetAllHeroProgress) ProtoMessage()

func (*CMsgClientToGCGetAllHeroProgress) Reset

func (*CMsgClientToGCGetAllHeroProgress) String

type CMsgClientToGCGetAllHeroProgressResponse

type CMsgClientToGCGetAllHeroProgressResponse struct {
	AccountId          *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	CurrHeroId         *uint32  `protobuf:"varint,2,opt,name=curr_hero_id,json=currHeroId" json:"curr_hero_id,omitempty"`
	LapsCompleted      *uint32  `protobuf:"varint,3,opt,name=laps_completed,json=lapsCompleted" json:"laps_completed,omitempty"`
	CurrHeroGames      *uint32  `protobuf:"varint,4,opt,name=curr_hero_games,json=currHeroGames" json:"curr_hero_games,omitempty"`
	CurrLapTimeStarted *uint32  `protobuf:"varint,5,opt,name=curr_lap_time_started,json=currLapTimeStarted" json:"curr_lap_time_started,omitempty"`
	CurrLapGames       *uint32  `protobuf:"varint,6,opt,name=curr_lap_games,json=currLapGames" json:"curr_lap_games,omitempty"`
	BestLapGames       *uint32  `protobuf:"varint,7,opt,name=best_lap_games,json=bestLapGames" json:"best_lap_games,omitempty"`
	BestLapTime        *uint32  `protobuf:"varint,8,opt,name=best_lap_time,json=bestLapTime" json:"best_lap_time,omitempty"`
	LapHeroesCompleted *uint32  `protobuf:"varint,9,opt,name=lap_heroes_completed,json=lapHeroesCompleted" json:"lap_heroes_completed,omitempty"`
	LapHeroesRemaining *uint32  `protobuf:"varint,10,opt,name=lap_heroes_remaining,json=lapHeroesRemaining" json:"lap_heroes_remaining,omitempty"`
	NextHeroId         *uint32  `protobuf:"varint,11,opt,name=next_hero_id,json=nextHeroId" json:"next_hero_id,omitempty"`
	PrevHeroId         *uint32  `protobuf:"varint,12,opt,name=prev_hero_id,json=prevHeroId" json:"prev_hero_id,omitempty"`
	PrevHeroGames      *uint32  `protobuf:"varint,13,opt,name=prev_hero_games,json=prevHeroGames" json:"prev_hero_games,omitempty"`
	PrevAvgTries       *float32 `protobuf:"fixed32,14,opt,name=prev_avg_tries,json=prevAvgTries" json:"prev_avg_tries,omitempty"`
	CurrAvgTries       *float32 `protobuf:"fixed32,15,opt,name=curr_avg_tries,json=currAvgTries" json:"curr_avg_tries,omitempty"`
	NextAvgTries       *float32 `protobuf:"fixed32,16,opt,name=next_avg_tries,json=nextAvgTries" json:"next_avg_tries,omitempty"`
	FullLapAvgTries    *float32 `protobuf:"fixed32,17,opt,name=full_lap_avg_tries,json=fullLapAvgTries" json:"full_lap_avg_tries,omitempty"`
	CurrLapAvgTries    *float32 `protobuf:"fixed32,18,opt,name=curr_lap_avg_tries,json=currLapAvgTries" json:"curr_lap_avg_tries,omitempty"`
	ProfileName        *string  `protobuf:"bytes,19,opt,name=profile_name,json=profileName" json:"profile_name,omitempty"`
	StartHeroId        *uint32  `protobuf:"varint,20,opt,name=start_hero_id,json=startHeroId" json:"start_hero_id,omitempty"`
	XXX_unrecognized   []byte   `json:"-"`
}

func (*CMsgClientToGCGetAllHeroProgressResponse) Descriptor

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

func (*CMsgClientToGCGetAllHeroProgressResponse) GetAccountId

func (*CMsgClientToGCGetAllHeroProgressResponse) GetBestLapGames

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetBestLapGames() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetBestLapTime

func (*CMsgClientToGCGetAllHeroProgressResponse) GetCurrAvgTries

func (*CMsgClientToGCGetAllHeroProgressResponse) GetCurrHeroGames

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrHeroGames() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetCurrHeroId

func (*CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapAvgTries

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapAvgTries() float32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapGames

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapGames() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapTimeStarted

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetCurrLapTimeStarted() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetFullLapAvgTries

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetFullLapAvgTries() float32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetLapHeroesCompleted

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetLapHeroesCompleted() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetLapHeroesRemaining

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetLapHeroesRemaining() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetLapsCompleted

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetLapsCompleted() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetNextAvgTries

func (*CMsgClientToGCGetAllHeroProgressResponse) GetNextHeroId

func (*CMsgClientToGCGetAllHeroProgressResponse) GetPrevAvgTries

func (*CMsgClientToGCGetAllHeroProgressResponse) GetPrevHeroGames

func (m *CMsgClientToGCGetAllHeroProgressResponse) GetPrevHeroGames() uint32

func (*CMsgClientToGCGetAllHeroProgressResponse) GetPrevHeroId

func (*CMsgClientToGCGetAllHeroProgressResponse) GetProfileName

func (*CMsgClientToGCGetAllHeroProgressResponse) GetStartHeroId

func (*CMsgClientToGCGetAllHeroProgressResponse) ProtoMessage

func (*CMsgClientToGCGetAllHeroProgressResponse) Reset

func (*CMsgClientToGCGetAllHeroProgressResponse) String

type CMsgClientToGCGetEventGoals

type CMsgClientToGCGetEventGoals struct {
	EventIds         []EEvent `protobuf:"varint,1,rep,name=event_ids,json=eventIds,enum=EEvent" json:"event_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgClientToGCGetEventGoals) Descriptor

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

func (*CMsgClientToGCGetEventGoals) GetEventIds

func (m *CMsgClientToGCGetEventGoals) GetEventIds() []EEvent

func (*CMsgClientToGCGetEventGoals) ProtoMessage

func (*CMsgClientToGCGetEventGoals) ProtoMessage()

func (*CMsgClientToGCGetEventGoals) Reset

func (m *CMsgClientToGCGetEventGoals) Reset()

func (*CMsgClientToGCGetEventGoals) String

func (m *CMsgClientToGCGetEventGoals) String() string

type CMsgClientToGCGetGiftPermissions

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

func (*CMsgClientToGCGetGiftPermissions) Descriptor

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

func (*CMsgClientToGCGetGiftPermissions) ProtoMessage

func (*CMsgClientToGCGetGiftPermissions) ProtoMessage()

func (*CMsgClientToGCGetGiftPermissions) Reset

func (*CMsgClientToGCGetGiftPermissions) String

type CMsgClientToGCGetGiftPermissionsResponse

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

type CMsgClientToGCGetGiftPermissionsResponse_FriendPermission

type CMsgClientToGCGetGiftPermissionsResponse_FriendPermission struct {
	AccountId        *uint32                      `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Permission       *EGCMsgInitiateTradeResponse `protobuf:"varint,2,opt,name=permission,enum=EGCMsgInitiateTradeResponse,def=0" json:"permission,omitempty"`
	XXX_unrecognized []byte                       `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

type CMsgClientToGCGetLeagueSeries

type CMsgClientToGCGetLeagueSeries struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCGetLeagueSeries) Descriptor

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

func (*CMsgClientToGCGetLeagueSeries) GetLeagueId

func (m *CMsgClientToGCGetLeagueSeries) GetLeagueId() uint32

func (*CMsgClientToGCGetLeagueSeries) ProtoMessage

func (*CMsgClientToGCGetLeagueSeries) ProtoMessage()

func (*CMsgClientToGCGetLeagueSeries) Reset

func (m *CMsgClientToGCGetLeagueSeries) Reset()

func (*CMsgClientToGCGetLeagueSeries) String

type CMsgClientToGCGetLeagueSeriesResponse

type CMsgClientToGCGetLeagueSeriesResponse struct {
	Series           []*CMsgClientToGCGetLeagueSeriesResponse_Series `protobuf:"bytes,1,rep,name=series" json:"series,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*CMsgClientToGCGetLeagueSeriesResponse) Descriptor

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

func (*CMsgClientToGCGetLeagueSeriesResponse) GetSeries

func (*CMsgClientToGCGetLeagueSeriesResponse) ProtoMessage

func (*CMsgClientToGCGetLeagueSeriesResponse) ProtoMessage()

func (*CMsgClientToGCGetLeagueSeriesResponse) Reset

func (*CMsgClientToGCGetLeagueSeriesResponse) String

type CMsgClientToGCGetLeagueSeriesResponse_Series

type CMsgClientToGCGetLeagueSeriesResponse_Series struct {
	SeriesId          *uint32                                              `protobuf:"varint,1,opt,name=series_id,json=seriesId" json:"series_id,omitempty"`
	NumGames          *uint32                                              `protobuf:"varint,2,opt,name=num_games,json=numGames" json:"num_games,omitempty"`
	Teams             []*CMsgClientToGCGetLeagueSeriesResponse_Series_Team `protobuf:"bytes,3,rep,name=teams" json:"teams,omitempty"`
	SeriesName        *string                                              `protobuf:"bytes,4,opt,name=series_name,json=seriesName" json:"series_name,omitempty"`
	PhaseName         *string                                              `protobuf:"bytes,5,opt,name=phase_name,json=phaseName" json:"phase_name,omitempty"`
	StartTime         *uint32                                              `protobuf:"varint,6,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	AfterSeriesId     *uint32                                              `protobuf:"varint,7,opt,name=after_series_id,json=afterSeriesId" json:"after_series_id,omitempty"`
	NumCompletedGames *uint32                                              `protobuf:"varint,8,opt,name=num_completed_games,json=numCompletedGames" json:"num_completed_games,omitempty"`
	XXX_unrecognized  []byte                                               `json:"-"`
}

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) Descriptor

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetAfterSeriesId

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetNumCompletedGames

func (m *CMsgClientToGCGetLeagueSeriesResponse_Series) GetNumCompletedGames() uint32

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetNumGames

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetPhaseName

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetSeriesId

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetSeriesName

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetStartTime

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) GetTeams

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) ProtoMessage

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) Reset

func (*CMsgClientToGCGetLeagueSeriesResponse_Series) String

type CMsgClientToGCGetLeagueSeriesResponse_Series_Team

type CMsgClientToGCGetLeagueSeriesResponse_Series_Team struct {
	TeamId           *uint32 `protobuf:"varint,1,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	TeamName         *string `protobuf:"bytes,2,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	TeamTag          *string `protobuf:"bytes,3,opt,name=team_tag,json=teamTag" json:"team_tag,omitempty"`
	TeamScore        *uint32 `protobuf:"varint,4,opt,name=team_score,json=teamScore" json:"team_score,omitempty"`
	TeamWins         *uint32 `protobuf:"varint,5,opt,name=team_wins,json=teamWins" json:"team_wins,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) Descriptor

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamId

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamName

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamScore

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamTag

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) GetTeamWins

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) ProtoMessage

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) Reset

func (*CMsgClientToGCGetLeagueSeriesResponse_Series_Team) String

type CMsgClientToGCGetPlayerCardRosterRequest

type CMsgClientToGCGetPlayerCardRosterRequest struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCGetPlayerCardRosterRequest) Descriptor

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

func (*CMsgClientToGCGetPlayerCardRosterRequest) GetLeagueId

func (*CMsgClientToGCGetPlayerCardRosterRequest) GetTimestamp

func (*CMsgClientToGCGetPlayerCardRosterRequest) ProtoMessage

func (*CMsgClientToGCGetPlayerCardRosterRequest) Reset

func (*CMsgClientToGCGetPlayerCardRosterRequest) String

type CMsgClientToGCGetPlayerCardRosterResponse

type CMsgClientToGCGetPlayerCardRosterResponse struct {
	Result           *CMsgClientToGCGetPlayerCardRosterResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCGetPlayerCardRosterResponse_Result,def=0" json:"result,omitempty"`
	PlayerCardItemId []uint64                                          `protobuf:"varint,2,rep,name=player_card_item_id,json=playerCardItemId" json:"player_card_item_id,omitempty"`
	Score            *float32                                          `protobuf:"fixed32,3,opt,name=score" json:"score,omitempty"`
	Finalized        *bool                                             `protobuf:"varint,4,opt,name=finalized" json:"finalized,omitempty"`
	Percentile       *float32                                          `protobuf:"fixed32,5,opt,name=percentile" json:"percentile,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgClientToGCGetPlayerCardRosterResponse) Descriptor

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

func (*CMsgClientToGCGetPlayerCardRosterResponse) GetFinalized

func (*CMsgClientToGCGetPlayerCardRosterResponse) GetPercentile

func (*CMsgClientToGCGetPlayerCardRosterResponse) GetPlayerCardItemId

func (m *CMsgClientToGCGetPlayerCardRosterResponse) GetPlayerCardItemId() []uint64

func (*CMsgClientToGCGetPlayerCardRosterResponse) GetResult

func (*CMsgClientToGCGetPlayerCardRosterResponse) GetScore

func (*CMsgClientToGCGetPlayerCardRosterResponse) ProtoMessage

func (*CMsgClientToGCGetPlayerCardRosterResponse) Reset

func (*CMsgClientToGCGetPlayerCardRosterResponse) String

type CMsgClientToGCGetPlayerCardRosterResponse_Result

type CMsgClientToGCGetPlayerCardRosterResponse_Result int32
const (
	CMsgClientToGCGetPlayerCardRosterResponse_SUCCESS                 CMsgClientToGCGetPlayerCardRosterResponse_Result = 0
	CMsgClientToGCGetPlayerCardRosterResponse_ERROR_UNSPECIFIED       CMsgClientToGCGetPlayerCardRosterResponse_Result = 1
	CMsgClientToGCGetPlayerCardRosterResponse_ERROR_INVALID_LEAGUE_ID CMsgClientToGCGetPlayerCardRosterResponse_Result = 2
	CMsgClientToGCGetPlayerCardRosterResponse_ERROR_INVALID_TIMESTAMP CMsgClientToGCGetPlayerCardRosterResponse_Result = 3
)
const Default_CMsgClientToGCGetPlayerCardRosterResponse_Result CMsgClientToGCGetPlayerCardRosterResponse_Result = CMsgClientToGCGetPlayerCardRosterResponse_SUCCESS

func (CMsgClientToGCGetPlayerCardRosterResponse_Result) Enum

func (CMsgClientToGCGetPlayerCardRosterResponse_Result) EnumDescriptor

func (CMsgClientToGCGetPlayerCardRosterResponse_Result) String

func (*CMsgClientToGCGetPlayerCardRosterResponse_Result) UnmarshalJSON

type CMsgClientToGCGetProfileCard

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

func (*CMsgClientToGCGetProfileCard) Descriptor

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

func (*CMsgClientToGCGetProfileCard) GetAccountId

func (m *CMsgClientToGCGetProfileCard) GetAccountId() uint32

func (*CMsgClientToGCGetProfileCard) ProtoMessage

func (*CMsgClientToGCGetProfileCard) ProtoMessage()

func (*CMsgClientToGCGetProfileCard) Reset

func (m *CMsgClientToGCGetProfileCard) Reset()

func (*CMsgClientToGCGetProfileCard) String

type CMsgClientToGCGetProfileCardStats

type CMsgClientToGCGetProfileCardStats struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCGetProfileCardStats) Descriptor

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

func (*CMsgClientToGCGetProfileCardStats) ProtoMessage

func (*CMsgClientToGCGetProfileCardStats) ProtoMessage()

func (*CMsgClientToGCGetProfileCardStats) Reset

func (*CMsgClientToGCGetProfileCardStats) String

type CMsgClientToGCGetProfileTickets

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

func (*CMsgClientToGCGetProfileTickets) Descriptor

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

func (*CMsgClientToGCGetProfileTickets) GetAccountId

func (m *CMsgClientToGCGetProfileTickets) GetAccountId() uint32

func (*CMsgClientToGCGetProfileTickets) ProtoMessage

func (*CMsgClientToGCGetProfileTickets) ProtoMessage()

func (*CMsgClientToGCGetProfileTickets) Reset

func (*CMsgClientToGCGetProfileTickets) String

type CMsgClientToGCGetQuestProgress

type CMsgClientToGCGetQuestProgress struct {
	QuestIds         []uint32 `protobuf:"varint,1,rep,name=quest_ids,json=questIds" json:"quest_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgClientToGCGetQuestProgress) Descriptor

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

func (*CMsgClientToGCGetQuestProgress) GetQuestIds

func (m *CMsgClientToGCGetQuestProgress) GetQuestIds() []uint32

func (*CMsgClientToGCGetQuestProgress) ProtoMessage

func (*CMsgClientToGCGetQuestProgress) ProtoMessage()

func (*CMsgClientToGCGetQuestProgress) Reset

func (m *CMsgClientToGCGetQuestProgress) Reset()

func (*CMsgClientToGCGetQuestProgress) String

type CMsgClientToGCGetQuestProgressResponse

type CMsgClientToGCGetQuestProgressResponse struct {
	Success          *bool                                           `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	Quests           []*CMsgClientToGCGetQuestProgressResponse_Quest `protobuf:"bytes,2,rep,name=quests" json:"quests,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*CMsgClientToGCGetQuestProgressResponse) Descriptor

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

func (*CMsgClientToGCGetQuestProgressResponse) GetQuests

func (*CMsgClientToGCGetQuestProgressResponse) GetSuccess

func (*CMsgClientToGCGetQuestProgressResponse) ProtoMessage

func (*CMsgClientToGCGetQuestProgressResponse) Reset

func (*CMsgClientToGCGetQuestProgressResponse) String

type CMsgClientToGCGetQuestProgressResponse_Challenge

type CMsgClientToGCGetQuestProgressResponse_Challenge struct {
	ChallengeId      *uint32 `protobuf:"varint,1,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	TimeCompleted    *uint32 `protobuf:"varint,2,opt,name=time_completed,json=timeCompleted" json:"time_completed,omitempty"`
	Attempts         *uint32 `protobuf:"varint,3,opt,name=attempts" json:"attempts,omitempty"`
	HeroId           *uint32 `protobuf:"varint,4,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	ChallengeType    *uint32 `protobuf:"varint,5,opt,name=challenge_type,json=challengeType" json:"challenge_type,omitempty"`
	QuestRank        *uint32 `protobuf:"varint,6,opt,name=quest_rank,json=questRank" json:"quest_rank,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) Descriptor

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) GetAttempts

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) GetChallengeId

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) GetChallengeType

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) GetHeroId

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) GetQuestRank

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) GetTimeCompleted

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) ProtoMessage

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) Reset

func (*CMsgClientToGCGetQuestProgressResponse_Challenge) String

type CMsgClientToGCGetQuestProgressResponse_Quest

type CMsgClientToGCGetQuestProgressResponse_Quest struct {
	QuestId             *uint32                                             `protobuf:"varint,1,opt,name=quest_id,json=questId" json:"quest_id,omitempty"`
	CompletedChallenges []*CMsgClientToGCGetQuestProgressResponse_Challenge `protobuf:"bytes,2,rep,name=completed_challenges,json=completedChallenges" json:"completed_challenges,omitempty"`
	XXX_unrecognized    []byte                                              `json:"-"`
}

func (*CMsgClientToGCGetQuestProgressResponse_Quest) Descriptor

func (*CMsgClientToGCGetQuestProgressResponse_Quest) GetCompletedChallenges

func (*CMsgClientToGCGetQuestProgressResponse_Quest) GetQuestId

func (*CMsgClientToGCGetQuestProgressResponse_Quest) ProtoMessage

func (*CMsgClientToGCGetQuestProgressResponse_Quest) Reset

func (*CMsgClientToGCGetQuestProgressResponse_Quest) String

type CMsgClientToGCGetTrophyList

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

func (*CMsgClientToGCGetTrophyList) Descriptor

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

func (*CMsgClientToGCGetTrophyList) GetAccountId

func (m *CMsgClientToGCGetTrophyList) GetAccountId() uint32

func (*CMsgClientToGCGetTrophyList) ProtoMessage

func (*CMsgClientToGCGetTrophyList) ProtoMessage()

func (*CMsgClientToGCGetTrophyList) Reset

func (m *CMsgClientToGCGetTrophyList) Reset()

func (*CMsgClientToGCGetTrophyList) String

func (m *CMsgClientToGCGetTrophyList) String() string

type CMsgClientToGCGetTrophyListResponse

type CMsgClientToGCGetTrophyListResponse struct {
	AccountId        *uint32                                       `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Trophies         []*CMsgClientToGCGetTrophyListResponse_Trophy `protobuf:"bytes,2,rep,name=trophies" json:"trophies,omitempty"`
	ProfileName      *string                                       `protobuf:"bytes,3,opt,name=profile_name,json=profileName" json:"profile_name,omitempty"`
	XXX_unrecognized []byte                                        `json:"-"`
}

func (*CMsgClientToGCGetTrophyListResponse) Descriptor

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

func (*CMsgClientToGCGetTrophyListResponse) GetAccountId

func (m *CMsgClientToGCGetTrophyListResponse) GetAccountId() uint32

func (*CMsgClientToGCGetTrophyListResponse) GetProfileName

func (m *CMsgClientToGCGetTrophyListResponse) GetProfileName() string

func (*CMsgClientToGCGetTrophyListResponse) GetTrophies

func (*CMsgClientToGCGetTrophyListResponse) ProtoMessage

func (*CMsgClientToGCGetTrophyListResponse) ProtoMessage()

func (*CMsgClientToGCGetTrophyListResponse) Reset

func (*CMsgClientToGCGetTrophyListResponse) String

type CMsgClientToGCGetTrophyListResponse_Trophy

type CMsgClientToGCGetTrophyListResponse_Trophy struct {
	TrophyId         *uint32 `protobuf:"varint,1,opt,name=trophy_id,json=trophyId" json:"trophy_id,omitempty"`
	TrophyScore      *uint32 `protobuf:"varint,2,opt,name=trophy_score,json=trophyScore" json:"trophy_score,omitempty"`
	LastUpdated      *uint32 `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated" json:"last_updated,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCGetTrophyListResponse_Trophy) Descriptor

func (*CMsgClientToGCGetTrophyListResponse_Trophy) GetLastUpdated

func (*CMsgClientToGCGetTrophyListResponse_Trophy) GetTrophyId

func (*CMsgClientToGCGetTrophyListResponse_Trophy) GetTrophyScore

func (*CMsgClientToGCGetTrophyListResponse_Trophy) ProtoMessage

func (*CMsgClientToGCGetTrophyListResponse_Trophy) Reset

func (*CMsgClientToGCGetTrophyListResponse_Trophy) String

type CMsgClientToGCGiveTip

type CMsgClientToGCGiveTip struct {
	RecipientAccountId *uint32 `protobuf:"varint,1,opt,name=recipient_account_id,json=recipientAccountId" json:"recipient_account_id,omitempty"`
	MatchId            *uint64 `protobuf:"varint,2,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	EventId            *uint32 `protobuf:"varint,3,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgClientToGCGiveTip) Descriptor

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

func (*CMsgClientToGCGiveTip) GetEventId

func (m *CMsgClientToGCGiveTip) GetEventId() uint32

func (*CMsgClientToGCGiveTip) GetMatchId

func (m *CMsgClientToGCGiveTip) GetMatchId() uint64

func (*CMsgClientToGCGiveTip) GetRecipientAccountId

func (m *CMsgClientToGCGiveTip) GetRecipientAccountId() uint32

func (*CMsgClientToGCGiveTip) ProtoMessage

func (*CMsgClientToGCGiveTip) ProtoMessage()

func (*CMsgClientToGCGiveTip) Reset

func (m *CMsgClientToGCGiveTip) Reset()

func (*CMsgClientToGCGiveTip) String

func (m *CMsgClientToGCGiveTip) String() string

type CMsgClientToGCGiveTipResponse

type CMsgClientToGCGiveTipResponse struct {
	Result           *CMsgClientToGCGiveTipResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCGiveTipResponse_Result,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*CMsgClientToGCGiveTipResponse) Descriptor

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

func (*CMsgClientToGCGiveTipResponse) GetResult

func (*CMsgClientToGCGiveTipResponse) ProtoMessage

func (*CMsgClientToGCGiveTipResponse) ProtoMessage()

func (*CMsgClientToGCGiveTipResponse) Reset

func (m *CMsgClientToGCGiveTipResponse) Reset()

func (*CMsgClientToGCGiveTipResponse) String

type CMsgClientToGCGiveTipResponse_Result

type CMsgClientToGCGiveTipResponse_Result int32
const (
	CMsgClientToGCGiveTipResponse_SUCCESS                  CMsgClientToGCGiveTipResponse_Result = 0
	CMsgClientToGCGiveTipResponse_ERROR_ALREADY_TIPPED     CMsgClientToGCGiveTipResponse_Result = 1
	CMsgClientToGCGiveTipResponse_ERROR_INVALID_MATCH_ID   CMsgClientToGCGiveTipResponse_Result = 2
	CMsgClientToGCGiveTipResponse_ERROR_INVALID_EVENT_ID   CMsgClientToGCGiveTipResponse_Result = 3
	CMsgClientToGCGiveTipResponse_ERROR_INVALID_MATCH_TIME CMsgClientToGCGiveTipResponse_Result = 4
	CMsgClientToGCGiveTipResponse_ERROR_NOT_WINNER         CMsgClientToGCGiveTipResponse_Result = 5
	CMsgClientToGCGiveTipResponse_ERROR_UNOWNED_EVENT      CMsgClientToGCGiveTipResponse_Result = 6
	CMsgClientToGCGiveTipResponse_ERROR_UNKNOWN            CMsgClientToGCGiveTipResponse_Result = 7
)
const Default_CMsgClientToGCGiveTipResponse_Result CMsgClientToGCGiveTipResponse_Result = CMsgClientToGCGiveTipResponse_SUCCESS

func (CMsgClientToGCGiveTipResponse_Result) Enum

func (CMsgClientToGCGiveTipResponse_Result) EnumDescriptor

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

func (CMsgClientToGCGiveTipResponse_Result) String

func (*CMsgClientToGCGiveTipResponse_Result) UnmarshalJSON

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

type CMsgClientToGCH264Unsupported

type CMsgClientToGCH264Unsupported struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCH264Unsupported) Descriptor

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

func (*CMsgClientToGCH264Unsupported) ProtoMessage

func (*CMsgClientToGCH264Unsupported) ProtoMessage()

func (*CMsgClientToGCH264Unsupported) Reset

func (m *CMsgClientToGCH264Unsupported) Reset()

func (*CMsgClientToGCH264Unsupported) String

type CMsgClientToGCHasPlayerVotedForMVP

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

func (*CMsgClientToGCHasPlayerVotedForMVP) Descriptor

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

func (*CMsgClientToGCHasPlayerVotedForMVP) GetMatchId

func (*CMsgClientToGCHasPlayerVotedForMVP) ProtoMessage

func (*CMsgClientToGCHasPlayerVotedForMVP) ProtoMessage()

func (*CMsgClientToGCHasPlayerVotedForMVP) Reset

func (*CMsgClientToGCHasPlayerVotedForMVP) String

type CMsgClientToGCHasPlayerVotedForMVPResponse

type CMsgClientToGCHasPlayerVotedForMVPResponse struct {
	Result           *bool  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCHasPlayerVotedForMVPResponse) Descriptor

func (*CMsgClientToGCHasPlayerVotedForMVPResponse) GetResult

func (*CMsgClientToGCHasPlayerVotedForMVPResponse) ProtoMessage

func (*CMsgClientToGCHasPlayerVotedForMVPResponse) Reset

func (*CMsgClientToGCHasPlayerVotedForMVPResponse) String

type CMsgClientToGCJoinPlaytest

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

func (*CMsgClientToGCJoinPlaytest) Descriptor

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

func (*CMsgClientToGCJoinPlaytest) GetClientVersion

func (m *CMsgClientToGCJoinPlaytest) GetClientVersion() uint32

func (*CMsgClientToGCJoinPlaytest) ProtoMessage

func (*CMsgClientToGCJoinPlaytest) ProtoMessage()

func (*CMsgClientToGCJoinPlaytest) Reset

func (m *CMsgClientToGCJoinPlaytest) Reset()

func (*CMsgClientToGCJoinPlaytest) String

func (m *CMsgClientToGCJoinPlaytest) String() string

type CMsgClientToGCJoinPlaytestResponse

type CMsgClientToGCJoinPlaytestResponse struct {
	Error            *string `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCJoinPlaytestResponse) Descriptor

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

func (*CMsgClientToGCJoinPlaytestResponse) GetError

func (*CMsgClientToGCJoinPlaytestResponse) ProtoMessage

func (*CMsgClientToGCJoinPlaytestResponse) ProtoMessage()

func (*CMsgClientToGCJoinPlaytestResponse) Reset

func (*CMsgClientToGCJoinPlaytestResponse) String

type CMsgClientToGCLookupAccountName

type CMsgClientToGCLookupAccountName struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgClientToGCMarkNotificationListRead

type CMsgClientToGCMarkNotificationListRead struct {
	NotificationIds  []uint64 `protobuf:"varint,1,rep,name=notification_ids,json=notificationIds" json:"notification_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgClientToGCMarkNotificationListRead) Descriptor

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

func (*CMsgClientToGCMarkNotificationListRead) GetNotificationIds

func (m *CMsgClientToGCMarkNotificationListRead) GetNotificationIds() []uint64

func (*CMsgClientToGCMarkNotificationListRead) ProtoMessage

func (*CMsgClientToGCMarkNotificationListRead) Reset

func (*CMsgClientToGCMarkNotificationListRead) String

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_unrecognized []byte  `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

type CMsgClientToGCNameItemResponse

type CMsgClientToGCNameItemResponse struct {
	Response         *CMsgClientToGCNameItemResponse_ENameItem `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCNameItemResponse_ENameItem,def=0" json:"response,omitempty"`
	ItemId           *uint64                                   `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_unrecognized []byte                                    `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

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 CMsgClientToGCOpenPlayerCardPack

type CMsgClientToGCOpenPlayerCardPack struct {
	PlayerCardPackItemId *uint64 `protobuf:"varint,1,opt,name=player_card_pack_item_id,json=playerCardPackItemId" json:"player_card_pack_item_id,omitempty"`
	XXX_unrecognized     []byte  `json:"-"`
}

func (*CMsgClientToGCOpenPlayerCardPack) Descriptor

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

func (*CMsgClientToGCOpenPlayerCardPack) GetPlayerCardPackItemId

func (m *CMsgClientToGCOpenPlayerCardPack) GetPlayerCardPackItemId() uint64

func (*CMsgClientToGCOpenPlayerCardPack) ProtoMessage

func (*CMsgClientToGCOpenPlayerCardPack) ProtoMessage()

func (*CMsgClientToGCOpenPlayerCardPack) Reset

func (*CMsgClientToGCOpenPlayerCardPack) String

type CMsgClientToGCOpenPlayerCardPackResponse

type CMsgClientToGCOpenPlayerCardPackResponse struct {
	Result            *CMsgClientToGCOpenPlayerCardPackResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCOpenPlayerCardPackResponse_Result,def=1" json:"result,omitempty"`
	PlayerCardItemIds []uint64                                         `protobuf:"varint,2,rep,name=player_card_item_ids,json=playerCardItemIds" json:"player_card_item_ids,omitempty"`
	XXX_unrecognized  []byte                                           `json:"-"`
}

func (*CMsgClientToGCOpenPlayerCardPackResponse) Descriptor

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

func (*CMsgClientToGCOpenPlayerCardPackResponse) GetPlayerCardItemIds

func (m *CMsgClientToGCOpenPlayerCardPackResponse) GetPlayerCardItemIds() []uint64

func (*CMsgClientToGCOpenPlayerCardPackResponse) GetResult

func (*CMsgClientToGCOpenPlayerCardPackResponse) ProtoMessage

func (*CMsgClientToGCOpenPlayerCardPackResponse) Reset

func (*CMsgClientToGCOpenPlayerCardPackResponse) String

type CMsgClientToGCOpenPlayerCardPackResponse_Result

type CMsgClientToGCOpenPlayerCardPackResponse_Result int32
const (
	CMsgClientToGCOpenPlayerCardPackResponse_SUCCESS                   CMsgClientToGCOpenPlayerCardPackResponse_Result = 1
	CMsgClientToGCOpenPlayerCardPackResponse_ERROR_INTERNAL            CMsgClientToGCOpenPlayerCardPackResponse_Result = 2
	CMsgClientToGCOpenPlayerCardPackResponse_ERROR_FAILED_TO_FIND_PACK CMsgClientToGCOpenPlayerCardPackResponse_Result = 3
	CMsgClientToGCOpenPlayerCardPackResponse_ERROR_ITEM_NOT_CARD_PACK  CMsgClientToGCOpenPlayerCardPackResponse_Result = 4
	CMsgClientToGCOpenPlayerCardPackResponse_ERROR_FAILED_CARD_CREATE  CMsgClientToGCOpenPlayerCardPackResponse_Result = 5
)
const Default_CMsgClientToGCOpenPlayerCardPackResponse_Result CMsgClientToGCOpenPlayerCardPackResponse_Result = CMsgClientToGCOpenPlayerCardPackResponse_SUCCESS

func (CMsgClientToGCOpenPlayerCardPackResponse_Result) Enum

func (CMsgClientToGCOpenPlayerCardPackResponse_Result) EnumDescriptor

func (CMsgClientToGCOpenPlayerCardPackResponse_Result) String

func (*CMsgClientToGCOpenPlayerCardPackResponse_Result) UnmarshalJSON

type CMsgClientToGCPlayerStatsRequest

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

func (*CMsgClientToGCPlayerStatsRequest) Descriptor

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

func (*CMsgClientToGCPlayerStatsRequest) GetAccountId

func (m *CMsgClientToGCPlayerStatsRequest) GetAccountId() uint32

func (*CMsgClientToGCPlayerStatsRequest) ProtoMessage

func (*CMsgClientToGCPlayerStatsRequest) ProtoMessage()

func (*CMsgClientToGCPlayerStatsRequest) Reset

func (*CMsgClientToGCPlayerStatsRequest) String

type CMsgClientToGCPublishUserStat

type CMsgClientToGCPublishUserStat struct {
	UserStatsEvent   *uint32 `protobuf:"varint,1,opt,name=user_stats_event,json=userStatsEvent" json:"user_stats_event,omitempty"`
	ReferenceData    *uint64 `protobuf:"varint,2,opt,name=reference_data,json=referenceData" json:"reference_data,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCPublishUserStat) Descriptor

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

func (*CMsgClientToGCPublishUserStat) GetReferenceData

func (m *CMsgClientToGCPublishUserStat) GetReferenceData() uint64

func (*CMsgClientToGCPublishUserStat) GetUserStatsEvent

func (m *CMsgClientToGCPublishUserStat) GetUserStatsEvent() uint32

func (*CMsgClientToGCPublishUserStat) ProtoMessage

func (*CMsgClientToGCPublishUserStat) ProtoMessage()

func (*CMsgClientToGCPublishUserStat) Reset

func (m *CMsgClientToGCPublishUserStat) Reset()

func (*CMsgClientToGCPublishUserStat) String

type CMsgClientToGCRecordCompendiumStats

type CMsgClientToGCRecordCompendiumStats struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	ViewDurationS    *uint32 `protobuf:"varint,2,opt,name=view_duration_s,json=viewDurationS" json:"view_duration_s,omitempty"`
	VideosViewed     *uint32 `protobuf:"varint,3,opt,name=videos_viewed,json=videosViewed" json:"videos_viewed,omitempty"`
	PageTurns        *uint32 `protobuf:"varint,4,opt,name=page_turns,json=pageTurns" json:"page_turns,omitempty"`
	LinksFollowed    *uint32 `protobuf:"varint,5,opt,name=links_followed,json=linksFollowed" json:"links_followed,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRecordCompendiumStats) Descriptor

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

func (*CMsgClientToGCRecordCompendiumStats) GetLeagueId

func (*CMsgClientToGCRecordCompendiumStats) GetLinksFollowed

func (m *CMsgClientToGCRecordCompendiumStats) GetLinksFollowed() uint32

func (*CMsgClientToGCRecordCompendiumStats) GetPageTurns

func (m *CMsgClientToGCRecordCompendiumStats) GetPageTurns() uint32

func (*CMsgClientToGCRecordCompendiumStats) GetVideosViewed

func (m *CMsgClientToGCRecordCompendiumStats) GetVideosViewed() uint32

func (*CMsgClientToGCRecordCompendiumStats) GetViewDurationS

func (m *CMsgClientToGCRecordCompendiumStats) GetViewDurationS() uint32

func (*CMsgClientToGCRecordCompendiumStats) ProtoMessage

func (*CMsgClientToGCRecordCompendiumStats) ProtoMessage()

func (*CMsgClientToGCRecordCompendiumStats) Reset

func (*CMsgClientToGCRecordCompendiumStats) String

type CMsgClientToGCRecyclePlayerCard

type CMsgClientToGCRecyclePlayerCard struct {
	PlayerCardItemId *uint64 `protobuf:"varint,1,opt,name=player_card_item_id,json=playerCardItemId" json:"player_card_item_id,omitempty"`
	EventId          *uint32 `protobuf:"varint,2,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRecyclePlayerCard) Descriptor

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

func (*CMsgClientToGCRecyclePlayerCard) GetEventId

func (m *CMsgClientToGCRecyclePlayerCard) GetEventId() uint32

func (*CMsgClientToGCRecyclePlayerCard) GetPlayerCardItemId

func (m *CMsgClientToGCRecyclePlayerCard) GetPlayerCardItemId() uint64

func (*CMsgClientToGCRecyclePlayerCard) ProtoMessage

func (*CMsgClientToGCRecyclePlayerCard) ProtoMessage()

func (*CMsgClientToGCRecyclePlayerCard) Reset

func (*CMsgClientToGCRecyclePlayerCard) String

type CMsgClientToGCRecyclePlayerCardResponse

type CMsgClientToGCRecyclePlayerCardResponse struct {
	Result           *CMsgClientToGCRecyclePlayerCardResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCRecyclePlayerCardResponse_Result,def=1" json:"result,omitempty"`
	DustAmount       *uint32                                         `protobuf:"varint,2,opt,name=dust_amount,json=dustAmount" json:"dust_amount,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*CMsgClientToGCRecyclePlayerCardResponse) Descriptor

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

func (*CMsgClientToGCRecyclePlayerCardResponse) GetDustAmount

func (*CMsgClientToGCRecyclePlayerCardResponse) GetResult

func (*CMsgClientToGCRecyclePlayerCardResponse) ProtoMessage

func (*CMsgClientToGCRecyclePlayerCardResponse) Reset

func (*CMsgClientToGCRecyclePlayerCardResponse) String

type CMsgClientToGCRecyclePlayerCardResponse_Result

type CMsgClientToGCRecyclePlayerCardResponse_Result int32
const (
	CMsgClientToGCRecyclePlayerCardResponse_SUCCESS                          CMsgClientToGCRecyclePlayerCardResponse_Result = 1
	CMsgClientToGCRecyclePlayerCardResponse_ERROR_INTERNAL                   CMsgClientToGCRecyclePlayerCardResponse_Result = 2
	CMsgClientToGCRecyclePlayerCardResponse_ERROR_FAILED_TO_FIND_PLAYER_CARD CMsgClientToGCRecyclePlayerCardResponse_Result = 3
	CMsgClientToGCRecyclePlayerCardResponse_ERROR_ITEM_NOT_PLAYER_CARD       CMsgClientToGCRecyclePlayerCardResponse_Result = 4
	CMsgClientToGCRecyclePlayerCardResponse_ERROR_FAILED_DUST_CARD_CREATE    CMsgClientToGCRecyclePlayerCardResponse_Result = 5
	CMsgClientToGCRecyclePlayerCardResponse_ERROR_CARD_LOCKED                CMsgClientToGCRecyclePlayerCardResponse_Result = 6
)
const Default_CMsgClientToGCRecyclePlayerCardResponse_Result CMsgClientToGCRecyclePlayerCardResponse_Result = CMsgClientToGCRecyclePlayerCardResponse_SUCCESS

func (CMsgClientToGCRecyclePlayerCardResponse_Result) Enum

func (CMsgClientToGCRecyclePlayerCardResponse_Result) EnumDescriptor

func (CMsgClientToGCRecyclePlayerCardResponse_Result) String

func (*CMsgClientToGCRecyclePlayerCardResponse_Result) UnmarshalJSON

type CMsgClientToGCRemoveItemAttribute

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

func (*CMsgClientToGCRemoveItemAttribute) Descriptor

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

func (*CMsgClientToGCRemoveItemAttribute) GetItemId

func (*CMsgClientToGCRemoveItemAttribute) ProtoMessage

func (*CMsgClientToGCRemoveItemAttribute) ProtoMessage()

func (*CMsgClientToGCRemoveItemAttribute) Reset

func (*CMsgClientToGCRemoveItemAttribute) String

type CMsgClientToGCRemoveItemAttributeResponse

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

func (*CMsgClientToGCRemoveItemAttributeResponse) Descriptor

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

func (*CMsgClientToGCRemoveItemAttributeResponse) GetItemId

func (*CMsgClientToGCRemoveItemAttributeResponse) GetResponse

func (*CMsgClientToGCRemoveItemAttributeResponse) ProtoMessage

func (*CMsgClientToGCRemoveItemAttributeResponse) Reset

func (*CMsgClientToGCRemoveItemAttributeResponse) String

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 CMsgClientToGCRequestArcanaVotesRemaining

type CMsgClientToGCRequestArcanaVotesRemaining struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCRequestArcanaVotesRemaining) Descriptor

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

func (*CMsgClientToGCRequestArcanaVotesRemaining) ProtoMessage

func (*CMsgClientToGCRequestArcanaVotesRemaining) Reset

func (*CMsgClientToGCRequestArcanaVotesRemaining) String

type CMsgClientToGCRequestArcanaVotesRemainingResponse

type CMsgClientToGCRequestArcanaVotesRemainingResponse struct {
	Result                    *bool                                                          `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	VotesRemaining            *uint32                                                        `protobuf:"varint,2,opt,name=votes_remaining,json=votesRemaining" json:"votes_remaining,omitempty"`
	VotesTotal                *uint32                                                        `protobuf:"varint,3,opt,name=votes_total,json=votesTotal" json:"votes_total,omitempty"`
	MatchesPreviouslyVotedFor []*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote `` /* 133-byte string literal not displayed */
	XXX_unrecognized          []byte                                                         `json:"-"`
}

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) Descriptor

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) GetMatchesPreviouslyVotedFor

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) GetResult

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) GetVotesRemaining

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) GetVotesTotal

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) ProtoMessage

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) Reset

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse) String

type CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote

type CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	HeroId           *uint32 `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	VoteCount        *uint32 `protobuf:"varint,3,opt,name=vote_count,json=voteCount" json:"vote_count,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) Descriptor

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) GetHeroId

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) GetMatchId

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) GetVoteCount

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) ProtoMessage

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) Reset

func (*CMsgClientToGCRequestArcanaVotesRemainingResponse_MatchVote) String

type CMsgClientToGCRequestEventPointLog

type CMsgClientToGCRequestEventPointLog struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLog) Descriptor

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

func (*CMsgClientToGCRequestEventPointLog) GetEventId

func (*CMsgClientToGCRequestEventPointLog) ProtoMessage

func (*CMsgClientToGCRequestEventPointLog) ProtoMessage()

func (*CMsgClientToGCRequestEventPointLog) Reset

func (*CMsgClientToGCRequestEventPointLog) String

type CMsgClientToGCRequestEventPointLogResponse

type CMsgClientToGCRequestEventPointLogResponse struct {
	Result           *bool                                                               `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	Transactions     []*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction `protobuf:"bytes,2,rep,name=transactions" json:"transactions,omitempty"`
	EventId          *uint32                                                             `protobuf:"varint,3,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte                                                              `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse) GetEventId

func (*CMsgClientToGCRequestEventPointLogResponse) GetResult

func (*CMsgClientToGCRequestEventPointLogResponse) GetTransactions

func (*CMsgClientToGCRequestEventPointLogResponse) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse) Reset

func (*CMsgClientToGCRequestEventPointLogResponse) String

type CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent

type CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent struct {
	ActionId         *uint32 `protobuf:"varint,1,opt,name=action_id,json=actionId" json:"action_id,omitempty"`
	ActionScore      *uint32 `protobuf:"varint,2,opt,name=action_score,json=actionScore" json:"action_score,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent) GetActionId

func (*CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent) GetActionScore

func (*CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent) String

type CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent

type CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent struct {
	CorrectAnswers   *uint32 `protobuf:"varint,1,opt,name=correct_answers,json=correctAnswers" json:"correct_answers,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent) GetCorrectAnswers

func (*CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent) String

type CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent

type CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent struct {
	PredictionId     *uint32 `protobuf:"varint,1,opt,name=prediction_id,json=predictionId" json:"prediction_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent) GetPredictionId

func (*CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent) String

type CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction

type CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction struct {
	Time                     *uint32                                                                  `protobuf:"varint,1,opt,name=time" json:"time,omitempty"`
	EventPoints              *int32                                                                   `protobuf:"varint,2,opt,name=event_points,json=eventPoints" json:"event_points,omitempty"`
	CompendiumActivatedEvent *bool                                                                    `` /* 129-byte string literal not displayed */
	PointItemUsedEvent       *bool                                                                    `protobuf:"varint,4,opt,name=point_item_used_event,json=pointItemUsedEvent" json:"point_item_used_event,omitempty"`
	WagerWonEvent            *CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent                `protobuf:"bytes,5,opt,name=wager_won_event,json=wagerWonEvent" json:"wager_won_event,omitempty"`
	MysteryItemReceivedEvent *CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent     `` /* 130-byte string literal not displayed */
	QuestChallengeEvent      *CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent          `protobuf:"bytes,7,opt,name=quest_challenge_event,json=questChallengeEvent" json:"quest_challenge_event,omitempty"`
	TipGivenEvent            *CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent                `protobuf:"bytes,8,opt,name=tip_given_event,json=tipGivenEvent" json:"tip_given_event,omitempty"`
	TipReceivedEvent         *CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent             `protobuf:"bytes,9,opt,name=tip_received_event,json=tipReceivedEvent" json:"tip_received_event,omitempty"`
	RecycledItemEvent        *CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent            `protobuf:"bytes,10,opt,name=recycled_item_event,json=recycledItemEvent" json:"recycled_item_event,omitempty"`
	ActionRewardEvent        *CMsgClientToGCRequestEventPointLogResponse_ActionRewardEvent            `protobuf:"bytes,11,opt,name=action_reward_event,json=actionRewardEvent" json:"action_reward_event,omitempty"`
	InGamePredictionEvent    *CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent `protobuf:"bytes,12,opt,name=in_game_prediction_event,json=inGamePredictionEvent" json:"in_game_prediction_event,omitempty"`
	PredictionEvent          *CMsgClientToGCRequestEventPointLogResponse_CorrectPredictionEvent       `protobuf:"bytes,13,opt,name=prediction_event,json=predictionEvent" json:"prediction_event,omitempty"`
	FantasyRewardEvent       *CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent           `protobuf:"bytes,15,opt,name=fantasy_reward_event,json=fantasyRewardEvent" json:"fantasy_reward_event,omitempty"`
	BracketRewardEvent       *CMsgClientToGCRequestEventPointLogResponse_BracketRewardEvent           `protobuf:"bytes,16,opt,name=bracket_reward_event,json=bracketRewardEvent" json:"bracket_reward_event,omitempty"`
	WeeklyGameEvent          *CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent              `protobuf:"bytes,19,opt,name=weekly_game_event,json=weeklyGameEvent" json:"weekly_game_event,omitempty"`
	XXX_unrecognized         []byte                                                                   `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetActionRewardEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetBracketRewardEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetCompendiumActivatedEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetEventPoints

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetFantasyRewardEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetInGamePredictionEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetMysteryItemReceivedEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetPointItemUsedEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetPredictionEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetQuestChallengeEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetRecycledItemEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetTime

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetTipGivenEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetTipReceivedEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetWagerWonEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) GetWeeklyGameEvent

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_EventPointTransaction) String

type CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent

type CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent struct {
	Percentile       *uint32 `protobuf:"varint,1,opt,name=percentile" json:"percentile,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent) GetPercentile

func (*CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_FantasyRewardEvent) String

type CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent

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

func (*CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent) GetMatchId

func (*CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_InGamePredictionCorrectEvent) String

type CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent

type CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent struct {
	CommunityGoalItem *bool  `protobuf:"varint,1,opt,name=community_goal_item,json=communityGoalItem" json:"community_goal_item,omitempty"`
	XXX_unrecognized  []byte `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent) GetCommunityGoalItem

func (*CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_MysteryItemReceivedEvent) String

type CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent

type CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent struct {
	QuestId          *uint32 `protobuf:"varint,1,opt,name=quest_id,json=questId" json:"quest_id,omitempty"`
	ChallengeId      *uint32 `protobuf:"varint,2,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	Rank             *uint32 `protobuf:"varint,3,opt,name=rank" json:"rank,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) GetChallengeId

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) GetQuestId

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) GetRank

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_QuestChallengeEvent) String

type CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent

type CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent struct {
	RecipeItemDefIndex *uint32 `protobuf:"varint,1,opt,name=recipe_item_def_index,json=recipeItemDefIndex" json:"recipe_item_def_index,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent) GetRecipeItemDefIndex

func (*CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_RecycledItemEvent) String

type CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent

type CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent struct {
	RecipientAccountId *uint32 `protobuf:"varint,1,opt,name=recipient_account_id,json=recipientAccountId" json:"recipient_account_id,omitempty"`
	RecipientName      *string `protobuf:"bytes,2,opt,name=recipient_name,json=recipientName" json:"recipient_name,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent) GetRecipientAccountId

func (*CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent) GetRecipientName

func (*CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_TipGivenEvent) String

type CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent

type CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent struct {
	GiverAccountId   *uint32 `protobuf:"varint,1,opt,name=giver_account_id,json=giverAccountId" json:"giver_account_id,omitempty"`
	GiverName        *string `protobuf:"bytes,2,opt,name=giver_name,json=giverName" json:"giver_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent) GetGiverAccountId

func (*CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent) GetGiverName

func (*CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_TipReceivedEvent) String

type CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent

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

func (*CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent) GetMatchId

func (*CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_WagerWonEvent) String

type CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent

type CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent struct {
	TeamGid          *uint64 `protobuf:"varint,1,opt,name=team_gid,json=teamGid" json:"team_gid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent) GetTeamGid

func (*CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_WeekendTourneyPayoutEvent) String

type CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent

type CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent struct {
	PointsWon        *uint32 `protobuf:"varint,1,opt,name=points_won,json=pointsWon" json:"points_won,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent) Descriptor

func (*CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent) GetPointsWon

func (*CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent) ProtoMessage

func (*CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent) Reset

func (*CMsgClientToGCRequestEventPointLogResponse_WeeklyGameEvent) String

type CMsgClientToGCRequestH264Support

type CMsgClientToGCRequestH264Support struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCRequestH264Support) Descriptor

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

func (*CMsgClientToGCRequestH264Support) ProtoMessage

func (*CMsgClientToGCRequestH264Support) ProtoMessage()

func (*CMsgClientToGCRequestH264Support) Reset

func (*CMsgClientToGCRequestH264Support) String

type CMsgClientToGCRequestLinaGameResult

type CMsgClientToGCRequestLinaGameResult struct {
	EventId          *EEvent `protobuf:"varint,1,opt,name=event_id,json=eventId,enum=EEvent,def=0" json:"event_id,omitempty"`
	SlotChosen       *uint32 `protobuf:"varint,2,opt,name=slot_chosen,json=slotChosen" json:"slot_chosen,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestLinaGameResult) Descriptor

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

func (*CMsgClientToGCRequestLinaGameResult) GetEventId

func (m *CMsgClientToGCRequestLinaGameResult) GetEventId() EEvent

func (*CMsgClientToGCRequestLinaGameResult) GetSlotChosen

func (m *CMsgClientToGCRequestLinaGameResult) GetSlotChosen() uint32

func (*CMsgClientToGCRequestLinaGameResult) ProtoMessage

func (*CMsgClientToGCRequestLinaGameResult) ProtoMessage()

func (*CMsgClientToGCRequestLinaGameResult) Reset

func (*CMsgClientToGCRequestLinaGameResult) String

type CMsgClientToGCRequestLinaGameResultResponse

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

func (*CMsgClientToGCRequestLinaGameResultResponse) Descriptor

func (*CMsgClientToGCRequestLinaGameResultResponse) GetResult

func (*CMsgClientToGCRequestLinaGameResultResponse) ProtoMessage

func (*CMsgClientToGCRequestLinaGameResultResponse) Reset

func (*CMsgClientToGCRequestLinaGameResultResponse) String

type CMsgClientToGCRequestLinaPlaysRemaining

type CMsgClientToGCRequestLinaPlaysRemaining struct {
	EventId          *EEvent `protobuf:"varint,1,opt,name=event_id,json=eventId,enum=EEvent,def=0" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestLinaPlaysRemaining) Descriptor

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

func (*CMsgClientToGCRequestLinaPlaysRemaining) GetEventId

func (m *CMsgClientToGCRequestLinaPlaysRemaining) GetEventId() EEvent

func (*CMsgClientToGCRequestLinaPlaysRemaining) ProtoMessage

func (*CMsgClientToGCRequestLinaPlaysRemaining) Reset

func (*CMsgClientToGCRequestLinaPlaysRemaining) String

type CMsgClientToGCRequestLinaPlaysRemainingResponse

type CMsgClientToGCRequestLinaPlaysRemainingResponse struct {
	PlaysRemaining   *uint32 `protobuf:"varint,1,opt,name=plays_remaining,json=playsRemaining" json:"plays_remaining,omitempty"`
	PlaysTotal       *uint32 `protobuf:"varint,2,opt,name=plays_total,json=playsTotal" json:"plays_total,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestLinaPlaysRemainingResponse) Descriptor

func (*CMsgClientToGCRequestLinaPlaysRemainingResponse) GetPlaysRemaining

func (*CMsgClientToGCRequestLinaPlaysRemainingResponse) GetPlaysTotal

func (*CMsgClientToGCRequestLinaPlaysRemainingResponse) ProtoMessage

func (*CMsgClientToGCRequestLinaPlaysRemainingResponse) Reset

func (*CMsgClientToGCRequestLinaPlaysRemainingResponse) String

type CMsgClientToGCRequestSlarkGameResult

type CMsgClientToGCRequestSlarkGameResult struct {
	EventId          *EEvent `protobuf:"varint,1,opt,name=event_id,json=eventId,enum=EEvent,def=0" json:"event_id,omitempty"`
	SlotChosen       *uint32 `protobuf:"varint,2,opt,name=slot_chosen,json=slotChosen" json:"slot_chosen,omitempty"`
	Week             *uint32 `protobuf:"varint,3,opt,name=week" json:"week,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestSlarkGameResult) Descriptor

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

func (*CMsgClientToGCRequestSlarkGameResult) GetEventId

func (m *CMsgClientToGCRequestSlarkGameResult) GetEventId() EEvent

func (*CMsgClientToGCRequestSlarkGameResult) GetSlotChosen

func (m *CMsgClientToGCRequestSlarkGameResult) GetSlotChosen() uint32

func (*CMsgClientToGCRequestSlarkGameResult) GetWeek

func (*CMsgClientToGCRequestSlarkGameResult) ProtoMessage

func (*CMsgClientToGCRequestSlarkGameResult) ProtoMessage()

func (*CMsgClientToGCRequestSlarkGameResult) Reset

func (*CMsgClientToGCRequestSlarkGameResult) String

type CMsgClientToGCRequestSlarkGameResultResponse

type CMsgClientToGCRequestSlarkGameResultResponse struct {
	PointsWon        *uint32 `protobuf:"varint,1,opt,name=points_won,json=pointsWon" json:"points_won,omitempty"`
	AuraWon          *bool   `protobuf:"varint,2,opt,name=aura_won,json=auraWon" json:"aura_won,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRequestSlarkGameResultResponse) Descriptor

func (*CMsgClientToGCRequestSlarkGameResultResponse) GetAuraWon

func (*CMsgClientToGCRequestSlarkGameResultResponse) GetPointsWon

func (*CMsgClientToGCRequestSlarkGameResultResponse) ProtoMessage

func (*CMsgClientToGCRequestSlarkGameResultResponse) Reset

func (*CMsgClientToGCRequestSlarkGameResultResponse) String

type CMsgClientToGCRerollPlayerChallenge

type CMsgClientToGCRerollPlayerChallenge struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	SequenceId       *uint32 `protobuf:"varint,3,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCRerollPlayerChallenge) Descriptor

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

func (*CMsgClientToGCRerollPlayerChallenge) GetEventId

func (*CMsgClientToGCRerollPlayerChallenge) GetSequenceId

func (m *CMsgClientToGCRerollPlayerChallenge) GetSequenceId() uint32

func (*CMsgClientToGCRerollPlayerChallenge) ProtoMessage

func (*CMsgClientToGCRerollPlayerChallenge) ProtoMessage()

func (*CMsgClientToGCRerollPlayerChallenge) Reset

func (*CMsgClientToGCRerollPlayerChallenge) String

type CMsgClientToGCSelectCompendiumInGamePrediction

type CMsgClientToGCSelectCompendiumInGamePrediction struct {
	MatchId          *uint64                                                      `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	Predictions      []*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction `protobuf:"bytes,2,rep,name=predictions" json:"predictions,omitempty"`
	XXX_unrecognized []byte                                                       `json:"-"`
}

func (*CMsgClientToGCSelectCompendiumInGamePrediction) Descriptor

func (*CMsgClientToGCSelectCompendiumInGamePrediction) GetMatchId

func (*CMsgClientToGCSelectCompendiumInGamePrediction) GetPredictions

func (*CMsgClientToGCSelectCompendiumInGamePrediction) ProtoMessage

func (*CMsgClientToGCSelectCompendiumInGamePrediction) Reset

func (*CMsgClientToGCSelectCompendiumInGamePrediction) String

type CMsgClientToGCSelectCompendiumInGamePredictionResponse

type CMsgClientToGCSelectCompendiumInGamePredictionResponse struct {
	Result           *CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult `` /* 133-byte string literal not displayed */
	XXX_unrecognized []byte                                                          `json:"-"`
}

func (*CMsgClientToGCSelectCompendiumInGamePredictionResponse) Descriptor

func (*CMsgClientToGCSelectCompendiumInGamePredictionResponse) GetResult

func (*CMsgClientToGCSelectCompendiumInGamePredictionResponse) ProtoMessage

func (*CMsgClientToGCSelectCompendiumInGamePredictionResponse) Reset

func (*CMsgClientToGCSelectCompendiumInGamePredictionResponse) String

type CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult

type CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult int32
const (
	CMsgClientToGCSelectCompendiumInGamePredictionResponse_SUCCESS                CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult = 0
	CMsgClientToGCSelectCompendiumInGamePredictionResponse_INVALID_MATCH          CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult = 1
	CMsgClientToGCSelectCompendiumInGamePredictionResponse_PREDICTIONS_ARE_CLOSED CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult = 2
	CMsgClientToGCSelectCompendiumInGamePredictionResponse_OTHER_ERROR            CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult = 3
)

func (CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult) Enum

func (CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult) EnumDescriptor

func (CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult) String

func (*CMsgClientToGCSelectCompendiumInGamePredictionResponse_EResult) UnmarshalJSON

type CMsgClientToGCSelectCompendiumInGamePrediction_Prediction

type CMsgClientToGCSelectCompendiumInGamePrediction_Prediction struct {
	PredictionId     *uint32 `protobuf:"varint,1,opt,name=prediction_id,json=predictionId" json:"prediction_id,omitempty"`
	PredictionValue  *uint32 `protobuf:"varint,2,opt,name=prediction_value,json=predictionValue" json:"prediction_value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction) Descriptor

func (*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction) GetPredictionId

func (*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction) GetPredictionValue

func (*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction) ProtoMessage

func (*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction) Reset

func (*CMsgClientToGCSelectCompendiumInGamePrediction_Prediction) String

type CMsgClientToGCSetAdditionalEquips

type CMsgClientToGCSetAdditionalEquips struct {
	Equips           []*CAdditionalEquipSlot `protobuf:"bytes,1,rep,name=equips" json:"equips,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CMsgClientToGCSetAdditionalEquips) Descriptor

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

func (*CMsgClientToGCSetAdditionalEquips) GetEquips

func (*CMsgClientToGCSetAdditionalEquips) ProtoMessage

func (*CMsgClientToGCSetAdditionalEquips) ProtoMessage()

func (*CMsgClientToGCSetAdditionalEquips) Reset

func (*CMsgClientToGCSetAdditionalEquips) String

type CMsgClientToGCSetAdditionalEquipsResponse

type CMsgClientToGCSetAdditionalEquipsResponse struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCSetAdditionalEquipsResponse) Descriptor

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

func (*CMsgClientToGCSetAdditionalEquipsResponse) ProtoMessage

func (*CMsgClientToGCSetAdditionalEquipsResponse) Reset

func (*CMsgClientToGCSetAdditionalEquipsResponse) String

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_unrecognized []byte   `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

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_unrecognized []byte  `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

type CMsgClientToGCSetItemStyleResponse

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

func (*CMsgClientToGCSetItemStyleResponse) Descriptor

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

func (*CMsgClientToGCSetItemStyleResponse) GetResponse

func (*CMsgClientToGCSetItemStyleResponse) ProtoMessage

func (*CMsgClientToGCSetItemStyleResponse) ProtoMessage()

func (*CMsgClientToGCSetItemStyleResponse) Reset

func (*CMsgClientToGCSetItemStyleResponse) String

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 CMsgClientToGCSetPlayerCardRosterRequest

type CMsgClientToGCSetPlayerCardRosterRequest struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	Slot             *uint32 `protobuf:"varint,3,opt,name=slot" json:"slot,omitempty"`
	PlayerCardItemId *uint64 `protobuf:"varint,4,opt,name=player_card_item_id,json=playerCardItemId" json:"player_card_item_id,omitempty"`
	EventId          *uint32 `protobuf:"varint,5,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCSetPlayerCardRosterRequest) Descriptor

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

func (*CMsgClientToGCSetPlayerCardRosterRequest) GetEventId

func (*CMsgClientToGCSetPlayerCardRosterRequest) GetLeagueId

func (*CMsgClientToGCSetPlayerCardRosterRequest) GetPlayerCardItemId

func (m *CMsgClientToGCSetPlayerCardRosterRequest) GetPlayerCardItemId() uint64

func (*CMsgClientToGCSetPlayerCardRosterRequest) GetSlot

func (*CMsgClientToGCSetPlayerCardRosterRequest) GetTimestamp

func (*CMsgClientToGCSetPlayerCardRosterRequest) ProtoMessage

func (*CMsgClientToGCSetPlayerCardRosterRequest) Reset

func (*CMsgClientToGCSetPlayerCardRosterRequest) String

type CMsgClientToGCSetPlayerCardRosterResponse

type CMsgClientToGCSetPlayerCardRosterResponse struct {
	Result           *CMsgClientToGCSetPlayerCardRosterResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCSetPlayerCardRosterResponse_Result,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgClientToGCSetPlayerCardRosterResponse) Descriptor

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

func (*CMsgClientToGCSetPlayerCardRosterResponse) GetResult

func (*CMsgClientToGCSetPlayerCardRosterResponse) ProtoMessage

func (*CMsgClientToGCSetPlayerCardRosterResponse) Reset

func (*CMsgClientToGCSetPlayerCardRosterResponse) String

type CMsgClientToGCSetPlayerCardRosterResponse_Result

type CMsgClientToGCSetPlayerCardRosterResponse_Result int32
const (
	CMsgClientToGCSetPlayerCardRosterResponse_SUCCESS                     CMsgClientToGCSetPlayerCardRosterResponse_Result = 0
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_UNSPECIFIED           CMsgClientToGCSetPlayerCardRosterResponse_Result = 1
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_INVALID_LEAGUE_ID     CMsgClientToGCSetPlayerCardRosterResponse_Result = 2
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_INVALID_TIMESTAMP     CMsgClientToGCSetPlayerCardRosterResponse_Result = 3
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_PLAYER_CARD_NOT_OWNED CMsgClientToGCSetPlayerCardRosterResponse_Result = 4
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_INVALID_SLOT          CMsgClientToGCSetPlayerCardRosterResponse_Result = 5
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_FAILED_CARD_INFO      CMsgClientToGCSetPlayerCardRosterResponse_Result = 6
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_ACCOUNT_DUPLICATE     CMsgClientToGCSetPlayerCardRosterResponse_Result = 7
	CMsgClientToGCSetPlayerCardRosterResponse_ERROR_LOCKED_TIMESTAMP      CMsgClientToGCSetPlayerCardRosterResponse_Result = 8
)
const Default_CMsgClientToGCSetPlayerCardRosterResponse_Result CMsgClientToGCSetPlayerCardRosterResponse_Result = CMsgClientToGCSetPlayerCardRosterResponse_SUCCESS

func (CMsgClientToGCSetPlayerCardRosterResponse_Result) Enum

func (CMsgClientToGCSetPlayerCardRosterResponse_Result) EnumDescriptor

func (CMsgClientToGCSetPlayerCardRosterResponse_Result) String

func (*CMsgClientToGCSetPlayerCardRosterResponse_Result) UnmarshalJSON

type CMsgClientToGCSetProfileCardSlots

type CMsgClientToGCSetProfileCardSlots struct {
	Slots            []*CMsgClientToGCSetProfileCardSlots_CardSlot `protobuf:"bytes,1,rep,name=slots" json:"slots,omitempty"`
	XXX_unrecognized []byte                                        `json:"-"`
}

func (*CMsgClientToGCSetProfileCardSlots) Descriptor

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

func (*CMsgClientToGCSetProfileCardSlots) GetSlots

func (*CMsgClientToGCSetProfileCardSlots) ProtoMessage

func (*CMsgClientToGCSetProfileCardSlots) ProtoMessage()

func (*CMsgClientToGCSetProfileCardSlots) Reset

func (*CMsgClientToGCSetProfileCardSlots) String

type CMsgClientToGCSetProfileCardSlots_CardSlot

type CMsgClientToGCSetProfileCardSlots_CardSlot struct {
	SlotId           *uint32               `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	SlotType         *EProfileCardSlotType `protobuf:"varint,2,opt,name=slot_type,json=slotType,enum=EProfileCardSlotType,def=0" json:"slot_type,omitempty"`
	SlotValue        *uint64               `protobuf:"varint,3,opt,name=slot_value,json=slotValue" json:"slot_value,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) Descriptor

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotId

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotType

func (m *CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotType() EProfileCardSlotType

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) GetSlotValue

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) ProtoMessage

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) Reset

func (*CMsgClientToGCSetProfileCardSlots_CardSlot) String

type CMsgClientToGCSocialFeedPostCommentRequest

type CMsgClientToGCSocialFeedPostCommentRequest struct {
	EventId          *uint64 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	Comment          *string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCSocialFeedPostCommentRequest) Descriptor

func (*CMsgClientToGCSocialFeedPostCommentRequest) GetComment

func (*CMsgClientToGCSocialFeedPostCommentRequest) GetEventId

func (*CMsgClientToGCSocialFeedPostCommentRequest) ProtoMessage

func (*CMsgClientToGCSocialFeedPostCommentRequest) Reset

func (*CMsgClientToGCSocialFeedPostCommentRequest) String

type CMsgClientToGCSocialFeedPostMessageRequest

type CMsgClientToGCSocialFeedPostMessageRequest struct {
	Message          *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	MatchId          *uint64 `protobuf:"varint,2,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	MatchTimestamp   *uint32 `protobuf:"varint,3,opt,name=match_timestamp,json=matchTimestamp" json:"match_timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCSocialFeedPostMessageRequest) Descriptor

func (*CMsgClientToGCSocialFeedPostMessageRequest) GetMatchId

func (*CMsgClientToGCSocialFeedPostMessageRequest) GetMatchTimestamp

func (m *CMsgClientToGCSocialFeedPostMessageRequest) GetMatchTimestamp() uint32

func (*CMsgClientToGCSocialFeedPostMessageRequest) GetMessage

func (*CMsgClientToGCSocialFeedPostMessageRequest) ProtoMessage

func (*CMsgClientToGCSocialFeedPostMessageRequest) Reset

func (*CMsgClientToGCSocialFeedPostMessageRequest) String

type CMsgClientToGCSocialMatchDetailsRequest

type CMsgClientToGCSocialMatchDetailsRequest struct {
	MatchId             *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	PaginationTimestamp *uint32 `protobuf:"varint,2,opt,name=pagination_timestamp,json=paginationTimestamp" json:"pagination_timestamp,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CMsgClientToGCSocialMatchDetailsRequest) Descriptor

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

func (*CMsgClientToGCSocialMatchDetailsRequest) GetMatchId

func (*CMsgClientToGCSocialMatchDetailsRequest) GetPaginationTimestamp

func (m *CMsgClientToGCSocialMatchDetailsRequest) GetPaginationTimestamp() uint32

func (*CMsgClientToGCSocialMatchDetailsRequest) ProtoMessage

func (*CMsgClientToGCSocialMatchDetailsRequest) Reset

func (*CMsgClientToGCSocialMatchDetailsRequest) String

type CMsgClientToGCSocialMatchPostCommentRequest

type CMsgClientToGCSocialMatchPostCommentRequest struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	Comment          *string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCSocialMatchPostCommentRequest) Descriptor

func (*CMsgClientToGCSocialMatchPostCommentRequest) GetComment

func (*CMsgClientToGCSocialMatchPostCommentRequest) GetMatchId

func (*CMsgClientToGCSocialMatchPostCommentRequest) ProtoMessage

func (*CMsgClientToGCSocialMatchPostCommentRequest) Reset

func (*CMsgClientToGCSocialMatchPostCommentRequest) String

type CMsgClientToGCSuspiciousActivity

type CMsgClientToGCSuspiciousActivity struct {
	AppData          *uint64 `protobuf:"varint,1,opt,name=app_data,json=appData" json:"app_data,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCSuspiciousActivity) Descriptor

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

func (*CMsgClientToGCSuspiciousActivity) GetAppData

func (m *CMsgClientToGCSuspiciousActivity) GetAppData() uint64

func (*CMsgClientToGCSuspiciousActivity) ProtoMessage

func (*CMsgClientToGCSuspiciousActivity) ProtoMessage()

func (*CMsgClientToGCSuspiciousActivity) Reset

func (*CMsgClientToGCSuspiciousActivity) String

type CMsgClientToGCTeammateStatsRequest

type CMsgClientToGCTeammateStatsRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCTeammateStatsRequest) Descriptor

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

func (*CMsgClientToGCTeammateStatsRequest) ProtoMessage

func (*CMsgClientToGCTeammateStatsRequest) ProtoMessage()

func (*CMsgClientToGCTeammateStatsRequest) Reset

func (*CMsgClientToGCTeammateStatsRequest) String

type CMsgClientToGCTeammateStatsResponse

type CMsgClientToGCTeammateStatsResponse struct {
	Success          *bool                                               `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	TeammateStats    []*CMsgClientToGCTeammateStatsResponse_TeammateStat `protobuf:"bytes,2,rep,name=teammate_stats,json=teammateStats" json:"teammate_stats,omitempty"`
	XXX_unrecognized []byte                                              `json:"-"`
}

func (*CMsgClientToGCTeammateStatsResponse) Descriptor

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

func (*CMsgClientToGCTeammateStatsResponse) GetSuccess

func (m *CMsgClientToGCTeammateStatsResponse) GetSuccess() bool

func (*CMsgClientToGCTeammateStatsResponse) GetTeammateStats

func (*CMsgClientToGCTeammateStatsResponse) ProtoMessage

func (*CMsgClientToGCTeammateStatsResponse) ProtoMessage()

func (*CMsgClientToGCTeammateStatsResponse) Reset

func (*CMsgClientToGCTeammateStatsResponse) String

type CMsgClientToGCTeammateStatsResponse_TeammateStat

type CMsgClientToGCTeammateStatsResponse_TeammateStat struct {
	AccountId               *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Games                   *uint32  `protobuf:"varint,2,opt,name=games" json:"games,omitempty"`
	Wins                    *uint32  `protobuf:"varint,3,opt,name=wins" json:"wins,omitempty"`
	MostRecentGameTimestamp *uint32  `` /* 128-byte string literal not displayed */
	MostRecentGameMatchId   *uint64  `protobuf:"varint,5,opt,name=most_recent_game_match_id,json=mostRecentGameMatchId" json:"most_recent_game_match_id,omitempty"`
	Performance             *float32 `protobuf:"fixed32,100,opt,name=performance" json:"performance,omitempty"`
	XXX_unrecognized        []byte   `json:"-"`
}

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) Descriptor

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) GetAccountId

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) GetGames

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) GetMostRecentGameMatchId

func (m *CMsgClientToGCTeammateStatsResponse_TeammateStat) GetMostRecentGameMatchId() uint64

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) GetMostRecentGameTimestamp

func (m *CMsgClientToGCTeammateStatsResponse_TeammateStat) GetMostRecentGameTimestamp() uint32

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) GetPerformance

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) GetWins

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) ProtoMessage

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) Reset

func (*CMsgClientToGCTeammateStatsResponse_TeammateStat) String

type CMsgClientToGCTrackDialogResult

type CMsgClientToGCTrackDialogResult struct {
	DialogId         *uint32 `protobuf:"varint,1,opt,name=dialog_id,json=dialogId" json:"dialog_id,omitempty"`
	Value            *uint32 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCTrackDialogResult) Descriptor

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

func (*CMsgClientToGCTrackDialogResult) GetDialogId

func (m *CMsgClientToGCTrackDialogResult) GetDialogId() uint32

func (*CMsgClientToGCTrackDialogResult) GetValue

func (*CMsgClientToGCTrackDialogResult) ProtoMessage

func (*CMsgClientToGCTrackDialogResult) ProtoMessage()

func (*CMsgClientToGCTrackDialogResult) Reset

func (*CMsgClientToGCTrackDialogResult) String

type CMsgClientToGCTransferSeasonalMMRRequest

type CMsgClientToGCTransferSeasonalMMRRequest struct {
	IsParty          *bool  `protobuf:"varint,1,opt,name=is_party,json=isParty" json:"is_party,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCTransferSeasonalMMRRequest) Descriptor

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

func (*CMsgClientToGCTransferSeasonalMMRRequest) GetIsParty

func (*CMsgClientToGCTransferSeasonalMMRRequest) ProtoMessage

func (*CMsgClientToGCTransferSeasonalMMRRequest) Reset

func (*CMsgClientToGCTransferSeasonalMMRRequest) String

type CMsgClientToGCTransferSeasonalMMRResponse

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

func (*CMsgClientToGCTransferSeasonalMMRResponse) Descriptor

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

func (*CMsgClientToGCTransferSeasonalMMRResponse) GetSuccess

func (*CMsgClientToGCTransferSeasonalMMRResponse) ProtoMessage

func (*CMsgClientToGCTransferSeasonalMMRResponse) Reset

func (*CMsgClientToGCTransferSeasonalMMRResponse) String

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_unrecognized []byte  `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

type CMsgClientToGCUnlockCrateResponse

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

func (*CMsgClientToGCUnlockCrateResponse) Descriptor

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

func (*CMsgClientToGCUnlockCrateResponse) GetGrantedItems

func (*CMsgClientToGCUnlockCrateResponse) GetResult

func (m *CMsgClientToGCUnlockCrateResponse) GetResult() EGCMsgResponse

func (*CMsgClientToGCUnlockCrateResponse) ProtoMessage

func (*CMsgClientToGCUnlockCrateResponse) ProtoMessage()

func (*CMsgClientToGCUnlockCrateResponse) Reset

func (*CMsgClientToGCUnlockCrateResponse) String

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_unrecognized []byte  `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

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_unrecognized  []byte   `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

type CMsgClientToGCUnlockItemStyleResponse

type CMsgClientToGCUnlockItemStyleResponse struct {
	Response         *CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle `protobuf:"varint,1,opt,name=response,enum=CMsgClientToGCUnlockItemStyleResponse_EUnlockStyle,def=0" json:"response,omitempty"`
	ItemId           *uint64                                             `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	StyleIndex       *uint32                                             `protobuf:"varint,3,opt,name=style_index,json=styleIndex" json:"style_index,omitempty"`
	StylePrereq      *uint32                                             `protobuf:"varint,4,opt,name=style_prereq,json=stylePrereq" json:"style_prereq,omitempty"`
	XXX_unrecognized []byte                                              `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

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_unrecognized []byte  `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

type CMsgClientToGCUnpackBundleResponse

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

func (*CMsgClientToGCUnpackBundleResponse) Descriptor

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

func (*CMsgClientToGCUnpackBundleResponse) GetResponse

func (*CMsgClientToGCUnpackBundleResponse) GetUnpackedItemIds

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

func (*CMsgClientToGCUnpackBundleResponse) ProtoMessage

func (*CMsgClientToGCUnpackBundleResponse) ProtoMessage()

func (*CMsgClientToGCUnpackBundleResponse) Reset

func (*CMsgClientToGCUnpackBundleResponse) String

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_unrecognized []byte  `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

type CMsgClientToGCVoteForArcana

type CMsgClientToGCVoteForArcana struct {
	Matches          []*CMsgClientToGCVoteForArcana_MatchVote `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgClientToGCVoteForArcana) Descriptor

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

func (*CMsgClientToGCVoteForArcana) GetMatches

func (*CMsgClientToGCVoteForArcana) ProtoMessage

func (*CMsgClientToGCVoteForArcana) ProtoMessage()

func (*CMsgClientToGCVoteForArcana) Reset

func (m *CMsgClientToGCVoteForArcana) Reset()

func (*CMsgClientToGCVoteForArcana) String

func (m *CMsgClientToGCVoteForArcana) String() string

type CMsgClientToGCVoteForArcanaResponse

type CMsgClientToGCVoteForArcanaResponse struct {
	Result           *CMsgClientToGCVoteForArcanaResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgClientToGCVoteForArcanaResponse_Result,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgClientToGCVoteForArcanaResponse) Descriptor

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

func (*CMsgClientToGCVoteForArcanaResponse) GetResult

func (*CMsgClientToGCVoteForArcanaResponse) ProtoMessage

func (*CMsgClientToGCVoteForArcanaResponse) ProtoMessage()

func (*CMsgClientToGCVoteForArcanaResponse) Reset

func (*CMsgClientToGCVoteForArcanaResponse) String

type CMsgClientToGCVoteForArcanaResponse_Result

type CMsgClientToGCVoteForArcanaResponse_Result int32
const (
	CMsgClientToGCVoteForArcanaResponse_SUCCEEDED                    CMsgClientToGCVoteForArcanaResponse_Result = 0
	CMsgClientToGCVoteForArcanaResponse_VOTING_NOT_ENABLED_FOR_ROUND CMsgClientToGCVoteForArcanaResponse_Result = 1
	CMsgClientToGCVoteForArcanaResponse_UNKNOWN_FAILURE              CMsgClientToGCVoteForArcanaResponse_Result = 2
)
const Default_CMsgClientToGCVoteForArcanaResponse_Result CMsgClientToGCVoteForArcanaResponse_Result = CMsgClientToGCVoteForArcanaResponse_SUCCEEDED

func (CMsgClientToGCVoteForArcanaResponse_Result) Enum

func (CMsgClientToGCVoteForArcanaResponse_Result) EnumDescriptor

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

func (CMsgClientToGCVoteForArcanaResponse_Result) String

func (*CMsgClientToGCVoteForArcanaResponse_Result) UnmarshalJSON

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

type CMsgClientToGCVoteForArcana_MatchVote

type CMsgClientToGCVoteForArcana_MatchVote struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	HeroId           *uint32 `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	VoteCount        *uint32 `protobuf:"varint,3,opt,name=vote_count,json=voteCount" json:"vote_count,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCVoteForArcana_MatchVote) Descriptor

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

func (*CMsgClientToGCVoteForArcana_MatchVote) GetHeroId

func (*CMsgClientToGCVoteForArcana_MatchVote) GetMatchId

func (*CMsgClientToGCVoteForArcana_MatchVote) GetVoteCount

func (*CMsgClientToGCVoteForArcana_MatchVote) ProtoMessage

func (*CMsgClientToGCVoteForArcana_MatchVote) ProtoMessage()

func (*CMsgClientToGCVoteForArcana_MatchVote) Reset

func (*CMsgClientToGCVoteForArcana_MatchVote) String

type CMsgClientToGCVoteForMVP

type CMsgClientToGCVoteForMVP struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	AccountId        *uint32 `protobuf:"varint,3,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCVoteForMVP) Descriptor

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

func (*CMsgClientToGCVoteForMVP) GetAccountId

func (m *CMsgClientToGCVoteForMVP) GetAccountId() uint32

func (*CMsgClientToGCVoteForMVP) GetMatchId

func (m *CMsgClientToGCVoteForMVP) GetMatchId() uint64

func (*CMsgClientToGCVoteForMVP) ProtoMessage

func (*CMsgClientToGCVoteForMVP) ProtoMessage()

func (*CMsgClientToGCVoteForMVP) Reset

func (m *CMsgClientToGCVoteForMVP) Reset()

func (*CMsgClientToGCVoteForMVP) String

func (m *CMsgClientToGCVoteForMVP) String() string

type CMsgClientToGCVoteForMVPResponse

type CMsgClientToGCVoteForMVPResponse struct {
	Result           *bool  `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientToGCVoteForMVPResponse) Descriptor

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

func (*CMsgClientToGCVoteForMVPResponse) GetResult

func (m *CMsgClientToGCVoteForMVPResponse) GetResult() bool

func (*CMsgClientToGCVoteForMVPResponse) ProtoMessage

func (*CMsgClientToGCVoteForMVPResponse) ProtoMessage()

func (*CMsgClientToGCVoteForMVPResponse) Reset

func (*CMsgClientToGCVoteForMVPResponse) String

type CMsgClientToGCWageringRequest

type CMsgClientToGCWageringRequest struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgClientToGCWageringRequest) Descriptor

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

func (*CMsgClientToGCWageringRequest) GetEventId

func (m *CMsgClientToGCWageringRequest) GetEventId() uint32

func (*CMsgClientToGCWageringRequest) ProtoMessage

func (*CMsgClientToGCWageringRequest) ProtoMessage()

func (*CMsgClientToGCWageringRequest) Reset

func (m *CMsgClientToGCWageringRequest) Reset()

func (*CMsgClientToGCWageringRequest) String

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_unrecognized []byte  `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

type CMsgClientToGCWrapAndDeliverGiftResponse

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

func (*CMsgClientToGCWrapAndDeliverGiftResponse) Descriptor

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

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeMax

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeMax() int32

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeUses

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingChargeUses() uint32

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingMax

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingUses

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingWindowHours

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetGiftingWindowHours() uint32

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetResponse

func (m *CMsgClientToGCWrapAndDeliverGiftResponse) GetResponse() EGCMsgResponse

func (*CMsgClientToGCWrapAndDeliverGiftResponse) GetTradeRestriction

func (*CMsgClientToGCWrapAndDeliverGiftResponse) ProtoMessage

func (*CMsgClientToGCWrapAndDeliverGiftResponse) Reset

func (*CMsgClientToGCWrapAndDeliverGiftResponse) String

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"`
	XXX_unrecognized          []byte                          `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) 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

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_unrecognized []byte   `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

type CMsgClientsRejoinChatChannels

type CMsgClientsRejoinChatChannels struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgClientsRejoinChatChannels) Descriptor

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

func (*CMsgClientsRejoinChatChannels) ProtoMessage

func (*CMsgClientsRejoinChatChannels) ProtoMessage()

func (*CMsgClientsRejoinChatChannels) Reset

func (m *CMsgClientsRejoinChatChannels) Reset()

func (*CMsgClientsRejoinChatChannels) String

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_unrecognized []byte  `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

type CMsgConnectionStatus

type CMsgConnectionStatus struct {
	Status                        *GCConnectionStatus `protobuf:"varint,1,opt,name=status,enum=GCConnectionStatus,def=0" json:"status,omitempty"`
	ClientSessionNeed             *uint32             `protobuf:"varint,2,opt,name=client_session_need,json=clientSessionNeed" json:"client_session_need,omitempty"`
	QueuePosition                 *int32              `protobuf:"varint,3,opt,name=queue_position,json=queuePosition" json:"queue_position,omitempty"`
	QueueSize                     *int32              `protobuf:"varint,4,opt,name=queue_size,json=queueSize" json:"queue_size,omitempty"`
	WaitSeconds                   *int32              `protobuf:"varint,5,opt,name=wait_seconds,json=waitSeconds" json:"wait_seconds,omitempty"`
	EstimatedWaitSecondsRemaining *int32              `` /* 146-byte string literal not displayed */
	XXX_unrecognized              []byte              `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

type CMsgConsumableExhausted

type CMsgConsumableExhausted struct {
	ItemDefId        *int32 `protobuf:"varint,1,opt,name=item_def_id,json=itemDefId" json:"item_def_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgConsumableExhausted) Descriptor

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

func (*CMsgConsumableExhausted) GetItemDefId

func (m *CMsgConsumableExhausted) GetItemDefId() int32

func (*CMsgConsumableExhausted) ProtoMessage

func (*CMsgConsumableExhausted) ProtoMessage()

func (*CMsgConsumableExhausted) Reset

func (m *CMsgConsumableExhausted) Reset()

func (*CMsgConsumableExhausted) String

func (m *CMsgConsumableExhausted) String() string

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_unrecognized []byte   `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

type CMsgCraftingResponse

type CMsgCraftingResponse struct {
	ItemIds          []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_unrecognized []byte   `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

type CMsgCustomGameInstallStatus

type CMsgCustomGameInstallStatus struct {
	Status                   *ECustomGameInstallStatus `protobuf:"varint,1,opt,name=status,enum=ECustomGameInstallStatus,def=0" json:"status,omitempty"`
	Message                  *string                   `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	LatestTimestampFromSteam *uint32                   `` /* 132-byte string literal not displayed */
	XXX_unrecognized         []byte                    `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

type CMsgDOTAAnchorPhoneNumberRequest

type CMsgDOTAAnchorPhoneNumberRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAAnchorPhoneNumberRequest) Descriptor

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

func (*CMsgDOTAAnchorPhoneNumberRequest) ProtoMessage

func (*CMsgDOTAAnchorPhoneNumberRequest) ProtoMessage()

func (*CMsgDOTAAnchorPhoneNumberRequest) Reset

func (*CMsgDOTAAnchorPhoneNumberRequest) String

type CMsgDOTAAnchorPhoneNumberResponse

type CMsgDOTAAnchorPhoneNumberResponse struct {
	Result           *CMsgDOTAAnchorPhoneNumberResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAAnchorPhoneNumberResponse_Result,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                    `json:"-"`
}

func (*CMsgDOTAAnchorPhoneNumberResponse) Descriptor

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

func (*CMsgDOTAAnchorPhoneNumberResponse) GetResult

func (*CMsgDOTAAnchorPhoneNumberResponse) ProtoMessage

func (*CMsgDOTAAnchorPhoneNumberResponse) ProtoMessage()

func (*CMsgDOTAAnchorPhoneNumberResponse) Reset

func (*CMsgDOTAAnchorPhoneNumberResponse) String

type CMsgDOTAAnchorPhoneNumberResponse_Result

type CMsgDOTAAnchorPhoneNumberResponse_Result int32
const (
	CMsgDOTAAnchorPhoneNumberResponse_SUCCESS               CMsgDOTAAnchorPhoneNumberResponse_Result = 0
	CMsgDOTAAnchorPhoneNumberResponse_ERROR_UNKNOWN         CMsgDOTAAnchorPhoneNumberResponse_Result = 1
	CMsgDOTAAnchorPhoneNumberResponse_ERROR_NO_STEAM_PHONE  CMsgDOTAAnchorPhoneNumberResponse_Result = 2
	CMsgDOTAAnchorPhoneNumberResponse_ERROR_ALREADY_IN_USE  CMsgDOTAAnchorPhoneNumberResponse_Result = 3
	CMsgDOTAAnchorPhoneNumberResponse_ERROR_COOLDOWN_ACTIVE CMsgDOTAAnchorPhoneNumberResponse_Result = 4
)
const Default_CMsgDOTAAnchorPhoneNumberResponse_Result CMsgDOTAAnchorPhoneNumberResponse_Result = CMsgDOTAAnchorPhoneNumberResponse_SUCCESS

func (CMsgDOTAAnchorPhoneNumberResponse_Result) Enum

func (CMsgDOTAAnchorPhoneNumberResponse_Result) EnumDescriptor

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

func (CMsgDOTAAnchorPhoneNumberResponse_Result) String

func (*CMsgDOTAAnchorPhoneNumberResponse_Result) UnmarshalJSON

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

type CMsgDOTABotDebugInfo

type CMsgDOTABotDebugInfo struct {
	Bots                []*CMsgDOTABotDebugInfo_Bot `protobuf:"bytes,1,rep,name=bots" json:"bots,omitempty"`
	DesirePushLaneTop   *float32                    `protobuf:"fixed32,2,opt,name=desire_push_lane_top,json=desirePushLaneTop" json:"desire_push_lane_top,omitempty"`
	DesirePushLaneMid   *float32                    `protobuf:"fixed32,3,opt,name=desire_push_lane_mid,json=desirePushLaneMid" json:"desire_push_lane_mid,omitempty"`
	DesirePushLaneBot   *float32                    `protobuf:"fixed32,4,opt,name=desire_push_lane_bot,json=desirePushLaneBot" json:"desire_push_lane_bot,omitempty"`
	DesireDefendLaneTop *float32                    `protobuf:"fixed32,5,opt,name=desire_defend_lane_top,json=desireDefendLaneTop" json:"desire_defend_lane_top,omitempty"`
	DesireDefendLaneMid *float32                    `protobuf:"fixed32,6,opt,name=desire_defend_lane_mid,json=desireDefendLaneMid" json:"desire_defend_lane_mid,omitempty"`
	DesireDefendLaneBot *float32                    `protobuf:"fixed32,7,opt,name=desire_defend_lane_bot,json=desireDefendLaneBot" json:"desire_defend_lane_bot,omitempty"`
	DesireFarmLaneTop   *float32                    `protobuf:"fixed32,8,opt,name=desire_farm_lane_top,json=desireFarmLaneTop" json:"desire_farm_lane_top,omitempty"`
	DesireFarmLaneMid   *float32                    `protobuf:"fixed32,9,opt,name=desire_farm_lane_mid,json=desireFarmLaneMid" json:"desire_farm_lane_mid,omitempty"`
	DesireFarmLaneBot   *float32                    `protobuf:"fixed32,10,opt,name=desire_farm_lane_bot,json=desireFarmLaneBot" json:"desire_farm_lane_bot,omitempty"`
	DesireFarmRoshan    *float32                    `protobuf:"fixed32,11,opt,name=desire_farm_roshan,json=desireFarmRoshan" json:"desire_farm_roshan,omitempty"`
	ExecutionTime       *float32                    `protobuf:"fixed32,12,opt,name=execution_time,json=executionTime" json:"execution_time,omitempty"`
	RuneStatus          []uint32                    `protobuf:"varint,13,rep,name=rune_status,json=runeStatus" json:"rune_status,omitempty"`
	XXX_unrecognized    []byte                      `json:"-"`
}

func (*CMsgDOTABotDebugInfo) Descriptor

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

func (*CMsgDOTABotDebugInfo) GetBots

func (*CMsgDOTABotDebugInfo) GetDesireDefendLaneBot

func (m *CMsgDOTABotDebugInfo) GetDesireDefendLaneBot() float32

func (*CMsgDOTABotDebugInfo) GetDesireDefendLaneMid

func (m *CMsgDOTABotDebugInfo) GetDesireDefendLaneMid() float32

func (*CMsgDOTABotDebugInfo) GetDesireDefendLaneTop

func (m *CMsgDOTABotDebugInfo) GetDesireDefendLaneTop() float32

func (*CMsgDOTABotDebugInfo) GetDesireFarmLaneBot

func (m *CMsgDOTABotDebugInfo) GetDesireFarmLaneBot() float32

func (*CMsgDOTABotDebugInfo) GetDesireFarmLaneMid

func (m *CMsgDOTABotDebugInfo) GetDesireFarmLaneMid() float32

func (*CMsgDOTABotDebugInfo) GetDesireFarmLaneTop

func (m *CMsgDOTABotDebugInfo) GetDesireFarmLaneTop() float32

func (*CMsgDOTABotDebugInfo) GetDesireFarmRoshan

func (m *CMsgDOTABotDebugInfo) GetDesireFarmRoshan() float32

func (*CMsgDOTABotDebugInfo) GetDesirePushLaneBot

func (m *CMsgDOTABotDebugInfo) GetDesirePushLaneBot() float32

func (*CMsgDOTABotDebugInfo) GetDesirePushLaneMid

func (m *CMsgDOTABotDebugInfo) GetDesirePushLaneMid() float32

func (*CMsgDOTABotDebugInfo) GetDesirePushLaneTop

func (m *CMsgDOTABotDebugInfo) GetDesirePushLaneTop() float32

func (*CMsgDOTABotDebugInfo) GetExecutionTime

func (m *CMsgDOTABotDebugInfo) GetExecutionTime() float32

func (*CMsgDOTABotDebugInfo) GetRuneStatus

func (m *CMsgDOTABotDebugInfo) GetRuneStatus() []uint32

func (*CMsgDOTABotDebugInfo) ProtoMessage

func (*CMsgDOTABotDebugInfo) ProtoMessage()

func (*CMsgDOTABotDebugInfo) Reset

func (m *CMsgDOTABotDebugInfo) Reset()

func (*CMsgDOTABotDebugInfo) String

func (m *CMsgDOTABotDebugInfo) String() string

type CMsgDOTABotDebugInfo_Bot

type CMsgDOTABotDebugInfo_Bot struct {
	PlayerOwnerId    *uint32                          `protobuf:"varint,1,opt,name=player_owner_id,json=playerOwnerId" json:"player_owner_id,omitempty"`
	HeroId           *uint32                          `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	Difficulty       *uint32                          `protobuf:"varint,3,opt,name=difficulty" json:"difficulty,omitempty"`
	PowerCurrent     *uint32                          `protobuf:"varint,4,opt,name=power_current,json=powerCurrent" json:"power_current,omitempty"`
	PowerMax         *uint32                          `protobuf:"varint,5,opt,name=power_max,json=powerMax" json:"power_max,omitempty"`
	MoveTargetX      *uint32                          `protobuf:"varint,6,opt,name=move_target_x,json=moveTargetX" json:"move_target_x,omitempty"`
	MoveTargetY      *uint32                          `protobuf:"varint,7,opt,name=move_target_y,json=moveTargetY" json:"move_target_y,omitempty"`
	MoveTargetZ      *uint32                          `protobuf:"varint,8,opt,name=move_target_z,json=moveTargetZ" json:"move_target_z,omitempty"`
	ActiveModeId     *uint32                          `protobuf:"varint,9,opt,name=active_mode_id,json=activeModeId" json:"active_mode_id,omitempty"`
	ExecutionTime    *float32                         `protobuf:"fixed32,10,opt,name=execution_time,json=executionTime" json:"execution_time,omitempty"`
	Modes            []*CMsgDOTABotDebugInfo_Bot_Mode `protobuf:"bytes,11,rep,name=modes" json:"modes,omitempty"`
	Action           *CMsgDOTABotDebugInfo_Bot_Action `protobuf:"bytes,12,opt,name=action" json:"action,omitempty"`
	XXX_unrecognized []byte                           `json:"-"`
}

func (*CMsgDOTABotDebugInfo_Bot) Descriptor

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

func (*CMsgDOTABotDebugInfo_Bot) GetAction

func (*CMsgDOTABotDebugInfo_Bot) GetActiveModeId

func (m *CMsgDOTABotDebugInfo_Bot) GetActiveModeId() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetDifficulty

func (m *CMsgDOTABotDebugInfo_Bot) GetDifficulty() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetExecutionTime

func (m *CMsgDOTABotDebugInfo_Bot) GetExecutionTime() float32

func (*CMsgDOTABotDebugInfo_Bot) GetHeroId

func (m *CMsgDOTABotDebugInfo_Bot) GetHeroId() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetModes

func (*CMsgDOTABotDebugInfo_Bot) GetMoveTargetX

func (m *CMsgDOTABotDebugInfo_Bot) GetMoveTargetX() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetMoveTargetY

func (m *CMsgDOTABotDebugInfo_Bot) GetMoveTargetY() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetMoveTargetZ

func (m *CMsgDOTABotDebugInfo_Bot) GetMoveTargetZ() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetPlayerOwnerId

func (m *CMsgDOTABotDebugInfo_Bot) GetPlayerOwnerId() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetPowerCurrent

func (m *CMsgDOTABotDebugInfo_Bot) GetPowerCurrent() uint32

func (*CMsgDOTABotDebugInfo_Bot) GetPowerMax

func (m *CMsgDOTABotDebugInfo_Bot) GetPowerMax() uint32

func (*CMsgDOTABotDebugInfo_Bot) ProtoMessage

func (*CMsgDOTABotDebugInfo_Bot) ProtoMessage()

func (*CMsgDOTABotDebugInfo_Bot) Reset

func (m *CMsgDOTABotDebugInfo_Bot) Reset()

func (*CMsgDOTABotDebugInfo_Bot) String

func (m *CMsgDOTABotDebugInfo_Bot) String() string

type CMsgDOTABotDebugInfo_Bot_Action

type CMsgDOTABotDebugInfo_Bot_Action struct {
	ActionId         *uint32 `protobuf:"varint,1,opt,name=action_id,json=actionId" json:"action_id,omitempty"`
	ActionTarget     *string `protobuf:"bytes,2,opt,name=action_target,json=actionTarget" json:"action_target,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTABotDebugInfo_Bot_Action) Descriptor

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

func (*CMsgDOTABotDebugInfo_Bot_Action) GetActionId

func (m *CMsgDOTABotDebugInfo_Bot_Action) GetActionId() uint32

func (*CMsgDOTABotDebugInfo_Bot_Action) GetActionTarget

func (m *CMsgDOTABotDebugInfo_Bot_Action) GetActionTarget() string

func (*CMsgDOTABotDebugInfo_Bot_Action) ProtoMessage

func (*CMsgDOTABotDebugInfo_Bot_Action) ProtoMessage()

func (*CMsgDOTABotDebugInfo_Bot_Action) Reset

func (*CMsgDOTABotDebugInfo_Bot_Action) String

type CMsgDOTABotDebugInfo_Bot_Mode

type CMsgDOTABotDebugInfo_Bot_Mode struct {
	ModeId           *uint32  `protobuf:"varint,1,opt,name=mode_id,json=modeId" json:"mode_id,omitempty"`
	Desire           *float32 `protobuf:"fixed32,2,opt,name=desire" json:"desire,omitempty"`
	TargetEntity     *uint32  `protobuf:"varint,3,opt,name=target_entity,json=targetEntity" json:"target_entity,omitempty"`
	TargetX          *uint32  `protobuf:"varint,4,opt,name=target_x,json=targetX" json:"target_x,omitempty"`
	TargetY          *uint32  `protobuf:"varint,5,opt,name=target_y,json=targetY" json:"target_y,omitempty"`
	TargetZ          *uint32  `protobuf:"varint,6,opt,name=target_z,json=targetZ" json:"target_z,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTABotDebugInfo_Bot_Mode) Descriptor

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

func (*CMsgDOTABotDebugInfo_Bot_Mode) GetDesire

func (m *CMsgDOTABotDebugInfo_Bot_Mode) GetDesire() float32

func (*CMsgDOTABotDebugInfo_Bot_Mode) GetModeId

func (m *CMsgDOTABotDebugInfo_Bot_Mode) GetModeId() uint32

func (*CMsgDOTABotDebugInfo_Bot_Mode) GetTargetEntity

func (m *CMsgDOTABotDebugInfo_Bot_Mode) GetTargetEntity() uint32

func (*CMsgDOTABotDebugInfo_Bot_Mode) GetTargetX

func (m *CMsgDOTABotDebugInfo_Bot_Mode) GetTargetX() uint32

func (*CMsgDOTABotDebugInfo_Bot_Mode) GetTargetY

func (m *CMsgDOTABotDebugInfo_Bot_Mode) GetTargetY() uint32

func (*CMsgDOTABotDebugInfo_Bot_Mode) GetTargetZ

func (m *CMsgDOTABotDebugInfo_Bot_Mode) GetTargetZ() uint32

func (*CMsgDOTABotDebugInfo_Bot_Mode) ProtoMessage

func (*CMsgDOTABotDebugInfo_Bot_Mode) ProtoMessage()

func (*CMsgDOTABotDebugInfo_Bot_Mode) Reset

func (m *CMsgDOTABotDebugInfo_Bot_Mode) Reset()

func (*CMsgDOTABotDebugInfo_Bot_Mode) String

type CMsgDOTABroadcastNotification

type CMsgDOTABroadcastNotification struct {
	Message          *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTABroadcastNotification) Descriptor

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

func (*CMsgDOTABroadcastNotification) GetMessage

func (m *CMsgDOTABroadcastNotification) GetMessage() string

func (*CMsgDOTABroadcastNotification) ProtoMessage

func (*CMsgDOTABroadcastNotification) ProtoMessage()

func (*CMsgDOTABroadcastNotification) Reset

func (m *CMsgDOTABroadcastNotification) Reset()

func (*CMsgDOTABroadcastNotification) String

type CMsgDOTAClaimEventAction

type CMsgDOTAClaimEventAction struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	ActionId         *uint32 `protobuf:"varint,2,opt,name=action_id,json=actionId" json:"action_id,omitempty"`
	Quantity         *uint32 `protobuf:"varint,3,opt,name=quantity" json:"quantity,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAClaimEventAction) Descriptor

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

func (*CMsgDOTAClaimEventAction) GetActionId

func (m *CMsgDOTAClaimEventAction) GetActionId() uint32

func (*CMsgDOTAClaimEventAction) GetEventId

func (m *CMsgDOTAClaimEventAction) GetEventId() uint32

func (*CMsgDOTAClaimEventAction) GetQuantity

func (m *CMsgDOTAClaimEventAction) GetQuantity() uint32

func (*CMsgDOTAClaimEventAction) ProtoMessage

func (*CMsgDOTAClaimEventAction) ProtoMessage()

func (*CMsgDOTAClaimEventAction) Reset

func (m *CMsgDOTAClaimEventAction) Reset()

func (*CMsgDOTAClaimEventAction) String

func (m *CMsgDOTAClaimEventAction) String() string

type CMsgDOTAClaimEventActionResponse

type CMsgDOTAClaimEventActionResponse struct {
	Result           *CMsgDOTAClaimEventActionResponse_ResultCode          `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAClaimEventActionResponse_ResultCode,def=0" json:"result,omitempty"`
	RewardResults    []*CMsgDOTAClaimEventActionResponse_GrantedRewardData `protobuf:"bytes,2,rep,name=reward_results,json=rewardResults" json:"reward_results,omitempty"`
	XXX_unrecognized []byte                                                `json:"-"`
}

func (*CMsgDOTAClaimEventActionResponse) Descriptor

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

func (*CMsgDOTAClaimEventActionResponse) GetResult

func (*CMsgDOTAClaimEventActionResponse) GetRewardResults

func (*CMsgDOTAClaimEventActionResponse) ProtoMessage

func (*CMsgDOTAClaimEventActionResponse) ProtoMessage()

func (*CMsgDOTAClaimEventActionResponse) Reset

func (*CMsgDOTAClaimEventActionResponse) String

type CMsgDOTAClaimEventActionResponse_GrantedRewardData

type CMsgDOTAClaimEventActionResponse_GrantedRewardData struct {
	GrantIndex       *uint32 `protobuf:"varint,1,opt,name=grant_index,json=grantIndex" json:"grant_index,omitempty"`
	ScoreIndex       *uint32 `protobuf:"varint,2,opt,name=score_index,json=scoreIndex" json:"score_index,omitempty"`
	RewardIndex      *uint32 `protobuf:"varint,3,opt,name=reward_index,json=rewardIndex" json:"reward_index,omitempty"`
	RewardData       []byte  `protobuf:"bytes,4,opt,name=reward_data,json=rewardData" json:"reward_data,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) Descriptor

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) GetGrantIndex

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) GetRewardData

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) GetRewardIndex

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) GetScoreIndex

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) ProtoMessage

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) Reset

func (*CMsgDOTAClaimEventActionResponse_GrantedRewardData) String

type CMsgDOTAClaimEventActionResponse_LootListRewardData

type CMsgDOTAClaimEventActionResponse_LootListRewardData struct {
	ItemDef          []uint32 `protobuf:"varint,1,rep,name=item_def,json=itemDef" json:"item_def,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAClaimEventActionResponse_LootListRewardData) Descriptor

func (*CMsgDOTAClaimEventActionResponse_LootListRewardData) GetItemDef

func (*CMsgDOTAClaimEventActionResponse_LootListRewardData) ProtoMessage

func (*CMsgDOTAClaimEventActionResponse_LootListRewardData) Reset

func (*CMsgDOTAClaimEventActionResponse_LootListRewardData) String

type CMsgDOTAClaimEventActionResponse_MysteryItemRewardData

type CMsgDOTAClaimEventActionResponse_MysteryItemRewardData struct {
	ItemDef          *uint32 `protobuf:"varint,1,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	ItemCategory     *uint32 `protobuf:"varint,2,opt,name=item_category,json=itemCategory" json:"item_category,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAClaimEventActionResponse_MysteryItemRewardData) Descriptor

func (*CMsgDOTAClaimEventActionResponse_MysteryItemRewardData) GetItemCategory

func (*CMsgDOTAClaimEventActionResponse_MysteryItemRewardData) GetItemDef

func (*CMsgDOTAClaimEventActionResponse_MysteryItemRewardData) ProtoMessage

func (*CMsgDOTAClaimEventActionResponse_MysteryItemRewardData) Reset

func (*CMsgDOTAClaimEventActionResponse_MysteryItemRewardData) String

type CMsgDOTAClaimEventActionResponse_ResultCode

type CMsgDOTAClaimEventActionResponse_ResultCode int32
const (
	CMsgDOTAClaimEventActionResponse_Success            CMsgDOTAClaimEventActionResponse_ResultCode = 0
	CMsgDOTAClaimEventActionResponse_InvalidEvent       CMsgDOTAClaimEventActionResponse_ResultCode = 1
	CMsgDOTAClaimEventActionResponse_EventNotActive     CMsgDOTAClaimEventActionResponse_ResultCode = 2
	CMsgDOTAClaimEventActionResponse_InvalidAction      CMsgDOTAClaimEventActionResponse_ResultCode = 3
	CMsgDOTAClaimEventActionResponse_ServerError        CMsgDOTAClaimEventActionResponse_ResultCode = 4
	CMsgDOTAClaimEventActionResponse_InsufficientPoints CMsgDOTAClaimEventActionResponse_ResultCode = 5
	CMsgDOTAClaimEventActionResponse_InsufficentLevel   CMsgDOTAClaimEventActionResponse_ResultCode = 6
	CMsgDOTAClaimEventActionResponse_AlreadyClaimed     CMsgDOTAClaimEventActionResponse_ResultCode = 7
	CMsgDOTAClaimEventActionResponse_SDOLockFailure     CMsgDOTAClaimEventActionResponse_ResultCode = 8
	CMsgDOTAClaimEventActionResponse_SDOLoadFailure     CMsgDOTAClaimEventActionResponse_ResultCode = 9
	CMsgDOTAClaimEventActionResponse_EventNotOwned      CMsgDOTAClaimEventActionResponse_ResultCode = 10
	CMsgDOTAClaimEventActionResponse_Timeout            CMsgDOTAClaimEventActionResponse_ResultCode = 11
)
const Default_CMsgDOTAClaimEventActionResponse_Result CMsgDOTAClaimEventActionResponse_ResultCode = CMsgDOTAClaimEventActionResponse_Success

func (CMsgDOTAClaimEventActionResponse_ResultCode) Enum

func (CMsgDOTAClaimEventActionResponse_ResultCode) EnumDescriptor

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

func (CMsgDOTAClaimEventActionResponse_ResultCode) String

func (*CMsgDOTAClaimEventActionResponse_ResultCode) UnmarshalJSON

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

type CMsgDOTAClearNotifySuccessfulReport

type CMsgDOTAClearNotifySuccessfulReport struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAClearNotifySuccessfulReport) Descriptor

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

func (*CMsgDOTAClearNotifySuccessfulReport) ProtoMessage

func (*CMsgDOTAClearNotifySuccessfulReport) ProtoMessage()

func (*CMsgDOTAClearNotifySuccessfulReport) Reset

func (*CMsgDOTAClearNotifySuccessfulReport) String

type CMsgDOTACombatLogEntry

type CMsgDOTACombatLogEntry struct {
	Type                     *DOTA_COMBATLOG_TYPES `protobuf:"varint,1,opt,name=type,enum=DOTA_COMBATLOG_TYPES,def=-1" json:"type,omitempty"`
	TargetName               *uint32               `protobuf:"varint,2,opt,name=target_name,json=targetName" json:"target_name,omitempty"`
	TargetSourceName         *uint32               `protobuf:"varint,3,opt,name=target_source_name,json=targetSourceName" json:"target_source_name,omitempty"`
	AttackerName             *uint32               `protobuf:"varint,4,opt,name=attacker_name,json=attackerName" json:"attacker_name,omitempty"`
	DamageSourceName         *uint32               `protobuf:"varint,5,opt,name=damage_source_name,json=damageSourceName" json:"damage_source_name,omitempty"`
	InflictorName            *uint32               `protobuf:"varint,6,opt,name=inflictor_name,json=inflictorName" json:"inflictor_name,omitempty"`
	IsAttackerIllusion       *bool                 `protobuf:"varint,7,opt,name=is_attacker_illusion,json=isAttackerIllusion" json:"is_attacker_illusion,omitempty"`
	IsAttackerHero           *bool                 `protobuf:"varint,8,opt,name=is_attacker_hero,json=isAttackerHero" json:"is_attacker_hero,omitempty"`
	IsTargetIllusion         *bool                 `protobuf:"varint,9,opt,name=is_target_illusion,json=isTargetIllusion" json:"is_target_illusion,omitempty"`
	IsTargetHero             *bool                 `protobuf:"varint,10,opt,name=is_target_hero,json=isTargetHero" json:"is_target_hero,omitempty"`
	IsVisibleRadiant         *bool                 `protobuf:"varint,11,opt,name=is_visible_radiant,json=isVisibleRadiant" json:"is_visible_radiant,omitempty"`
	IsVisibleDire            *bool                 `protobuf:"varint,12,opt,name=is_visible_dire,json=isVisibleDire" json:"is_visible_dire,omitempty"`
	Value                    *uint32               `protobuf:"varint,13,opt,name=value" json:"value,omitempty"`
	Health                   *int32                `protobuf:"varint,14,opt,name=health" json:"health,omitempty"`
	Timestamp                *float32              `protobuf:"fixed32,15,opt,name=timestamp" json:"timestamp,omitempty"`
	StunDuration             *float32              `protobuf:"fixed32,16,opt,name=stun_duration,json=stunDuration" json:"stun_duration,omitempty"`
	SlowDuration             *float32              `protobuf:"fixed32,17,opt,name=slow_duration,json=slowDuration" json:"slow_duration,omitempty"`
	IsAbilityToggleOn        *bool                 `protobuf:"varint,18,opt,name=is_ability_toggle_on,json=isAbilityToggleOn" json:"is_ability_toggle_on,omitempty"`
	IsAbilityToggleOff       *bool                 `protobuf:"varint,19,opt,name=is_ability_toggle_off,json=isAbilityToggleOff" json:"is_ability_toggle_off,omitempty"`
	AbilityLevel             *uint32               `protobuf:"varint,20,opt,name=ability_level,json=abilityLevel" json:"ability_level,omitempty"`
	LocationX                *float32              `protobuf:"fixed32,21,opt,name=location_x,json=locationX" json:"location_x,omitempty"`
	LocationY                *float32              `protobuf:"fixed32,22,opt,name=location_y,json=locationY" json:"location_y,omitempty"`
	GoldReason               *uint32               `protobuf:"varint,23,opt,name=gold_reason,json=goldReason" json:"gold_reason,omitempty"`
	TimestampRaw             *float32              `protobuf:"fixed32,24,opt,name=timestamp_raw,json=timestampRaw" json:"timestamp_raw,omitempty"`
	ModifierDuration         *float32              `protobuf:"fixed32,25,opt,name=modifier_duration,json=modifierDuration" json:"modifier_duration,omitempty"`
	XpReason                 *uint32               `protobuf:"varint,26,opt,name=xp_reason,json=xpReason" json:"xp_reason,omitempty"`
	LastHits                 *uint32               `protobuf:"varint,27,opt,name=last_hits,json=lastHits" json:"last_hits,omitempty"`
	AttackerTeam             *uint32               `protobuf:"varint,28,opt,name=attacker_team,json=attackerTeam" json:"attacker_team,omitempty"`
	TargetTeam               *uint32               `protobuf:"varint,29,opt,name=target_team,json=targetTeam" json:"target_team,omitempty"`
	ObsWardsPlaced           *uint32               `protobuf:"varint,30,opt,name=obs_wards_placed,json=obsWardsPlaced" json:"obs_wards_placed,omitempty"`
	AssistPlayer0            *uint32               `protobuf:"varint,31,opt,name=assist_player0,json=assistPlayer0" json:"assist_player0,omitempty"`
	AssistPlayer1            *uint32               `protobuf:"varint,32,opt,name=assist_player1,json=assistPlayer1" json:"assist_player1,omitempty"`
	AssistPlayer2            *uint32               `protobuf:"varint,33,opt,name=assist_player2,json=assistPlayer2" json:"assist_player2,omitempty"`
	AssistPlayer3            *uint32               `protobuf:"varint,34,opt,name=assist_player3,json=assistPlayer3" json:"assist_player3,omitempty"`
	StackCount               *uint32               `protobuf:"varint,35,opt,name=stack_count,json=stackCount" json:"stack_count,omitempty"`
	HiddenModifier           *bool                 `protobuf:"varint,36,opt,name=hidden_modifier,json=hiddenModifier" json:"hidden_modifier,omitempty"`
	IsTargetBuilding         *bool                 `protobuf:"varint,37,opt,name=is_target_building,json=isTargetBuilding" json:"is_target_building,omitempty"`
	NeutralCampType          *uint32               `protobuf:"varint,38,opt,name=neutral_camp_type,json=neutralCampType" json:"neutral_camp_type,omitempty"`
	RuneType                 *uint32               `protobuf:"varint,39,opt,name=rune_type,json=runeType" json:"rune_type,omitempty"`
	AssistPlayers            []uint32              `protobuf:"varint,40,rep,name=assist_players,json=assistPlayers" json:"assist_players,omitempty"`
	IsHealSave               *bool                 `protobuf:"varint,41,opt,name=is_heal_save,json=isHealSave" json:"is_heal_save,omitempty"`
	IsUltimateAbility        *bool                 `protobuf:"varint,42,opt,name=is_ultimate_ability,json=isUltimateAbility" json:"is_ultimate_ability,omitempty"`
	AttackerHeroLevel        *uint32               `protobuf:"varint,43,opt,name=attacker_hero_level,json=attackerHeroLevel" json:"attacker_hero_level,omitempty"`
	TargetHeroLevel          *uint32               `protobuf:"varint,44,opt,name=target_hero_level,json=targetHeroLevel" json:"target_hero_level,omitempty"`
	Xpm                      *uint32               `protobuf:"varint,45,opt,name=xpm" json:"xpm,omitempty"`
	Gpm                      *uint32               `protobuf:"varint,46,opt,name=gpm" json:"gpm,omitempty"`
	EventLocation            *uint32               `protobuf:"varint,47,opt,name=event_location,json=eventLocation" json:"event_location,omitempty"`
	TargetIsSelf             *bool                 `protobuf:"varint,48,opt,name=target_is_self,json=targetIsSelf" json:"target_is_self,omitempty"`
	DamageType               *uint32               `protobuf:"varint,49,opt,name=damage_type,json=damageType" json:"damage_type,omitempty"`
	InvisibilityModifier     *bool                 `protobuf:"varint,50,opt,name=invisibility_modifier,json=invisibilityModifier" json:"invisibility_modifier,omitempty"`
	DamageCategory           *uint32               `protobuf:"varint,51,opt,name=damage_category,json=damageCategory" json:"damage_category,omitempty"`
	Networth                 *uint32               `protobuf:"varint,52,opt,name=networth" json:"networth,omitempty"`
	BuildingType             *uint32               `protobuf:"varint,53,opt,name=building_type,json=buildingType" json:"building_type,omitempty"`
	ModifierElapsedDuration  *float32              `` /* 128-byte string literal not displayed */
	SilenceModifier          *bool                 `protobuf:"varint,55,opt,name=silence_modifier,json=silenceModifier" json:"silence_modifier,omitempty"`
	HealFromLifesteal        *bool                 `protobuf:"varint,56,opt,name=heal_from_lifesteal,json=healFromLifesteal" json:"heal_from_lifesteal,omitempty"`
	ModifierPurged           *bool                 `protobuf:"varint,57,opt,name=modifier_purged,json=modifierPurged" json:"modifier_purged,omitempty"`
	SpellEvaded              *bool                 `protobuf:"varint,58,opt,name=spell_evaded,json=spellEvaded" json:"spell_evaded,omitempty"`
	MotionControllerModifier *bool                 `` /* 130-byte string literal not displayed */
	LongRangeKill            *bool                 `protobuf:"varint,60,opt,name=long_range_kill,json=longRangeKill" json:"long_range_kill,omitempty"`
	ModifierPurgeAbility     *uint32               `protobuf:"varint,61,opt,name=modifier_purge_ability,json=modifierPurgeAbility" json:"modifier_purge_ability,omitempty"`
	ModifierPurgeNpc         *uint32               `protobuf:"varint,62,opt,name=modifier_purge_npc,json=modifierPurgeNpc" json:"modifier_purge_npc,omitempty"`
	RootModifier             *bool                 `protobuf:"varint,63,opt,name=root_modifier,json=rootModifier" json:"root_modifier,omitempty"`
	TotalUnitDeathCount      *uint32               `protobuf:"varint,64,opt,name=total_unit_death_count,json=totalUnitDeathCount" json:"total_unit_death_count,omitempty"`
	AuraModifier             *bool                 `protobuf:"varint,65,opt,name=aura_modifier,json=auraModifier" json:"aura_modifier,omitempty"`
	ArmorDebuffModifier      *bool                 `protobuf:"varint,66,opt,name=armor_debuff_modifier,json=armorDebuffModifier" json:"armor_debuff_modifier,omitempty"`
	NoPhysicalDamageModifier *bool                 `` /* 132-byte string literal not displayed */
	XXX_unrecognized         []byte                `json:"-"`
}

func (*CMsgDOTACombatLogEntry) Descriptor

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

func (*CMsgDOTACombatLogEntry) GetAbilityLevel

func (m *CMsgDOTACombatLogEntry) GetAbilityLevel() uint32

func (*CMsgDOTACombatLogEntry) GetArmorDebuffModifier

func (m *CMsgDOTACombatLogEntry) GetArmorDebuffModifier() bool

func (*CMsgDOTACombatLogEntry) GetAssistPlayer0

func (m *CMsgDOTACombatLogEntry) GetAssistPlayer0() uint32

func (*CMsgDOTACombatLogEntry) GetAssistPlayer1

func (m *CMsgDOTACombatLogEntry) GetAssistPlayer1() uint32

func (*CMsgDOTACombatLogEntry) GetAssistPlayer2

func (m *CMsgDOTACombatLogEntry) GetAssistPlayer2() uint32

func (*CMsgDOTACombatLogEntry) GetAssistPlayer3

func (m *CMsgDOTACombatLogEntry) GetAssistPlayer3() uint32

func (*CMsgDOTACombatLogEntry) GetAssistPlayers

func (m *CMsgDOTACombatLogEntry) GetAssistPlayers() []uint32

func (*CMsgDOTACombatLogEntry) GetAttackerHeroLevel

func (m *CMsgDOTACombatLogEntry) GetAttackerHeroLevel() uint32

func (*CMsgDOTACombatLogEntry) GetAttackerName

func (m *CMsgDOTACombatLogEntry) GetAttackerName() uint32

func (*CMsgDOTACombatLogEntry) GetAttackerTeam

func (m *CMsgDOTACombatLogEntry) GetAttackerTeam() uint32

func (*CMsgDOTACombatLogEntry) GetAuraModifier

func (m *CMsgDOTACombatLogEntry) GetAuraModifier() bool

func (*CMsgDOTACombatLogEntry) GetBuildingType

func (m *CMsgDOTACombatLogEntry) GetBuildingType() uint32

func (*CMsgDOTACombatLogEntry) GetDamageCategory

func (m *CMsgDOTACombatLogEntry) GetDamageCategory() uint32

func (*CMsgDOTACombatLogEntry) GetDamageSourceName

func (m *CMsgDOTACombatLogEntry) GetDamageSourceName() uint32

func (*CMsgDOTACombatLogEntry) GetDamageType

func (m *CMsgDOTACombatLogEntry) GetDamageType() uint32

func (*CMsgDOTACombatLogEntry) GetEventLocation

func (m *CMsgDOTACombatLogEntry) GetEventLocation() uint32

func (*CMsgDOTACombatLogEntry) GetGoldReason

func (m *CMsgDOTACombatLogEntry) GetGoldReason() uint32

func (*CMsgDOTACombatLogEntry) GetGpm

func (m *CMsgDOTACombatLogEntry) GetGpm() uint32

func (*CMsgDOTACombatLogEntry) GetHealFromLifesteal

func (m *CMsgDOTACombatLogEntry) GetHealFromLifesteal() bool

func (*CMsgDOTACombatLogEntry) GetHealth

func (m *CMsgDOTACombatLogEntry) GetHealth() int32

func (*CMsgDOTACombatLogEntry) GetHiddenModifier

func (m *CMsgDOTACombatLogEntry) GetHiddenModifier() bool

func (*CMsgDOTACombatLogEntry) GetInflictorName

func (m *CMsgDOTACombatLogEntry) GetInflictorName() uint32

func (*CMsgDOTACombatLogEntry) GetInvisibilityModifier

func (m *CMsgDOTACombatLogEntry) GetInvisibilityModifier() bool

func (*CMsgDOTACombatLogEntry) GetIsAbilityToggleOff

func (m *CMsgDOTACombatLogEntry) GetIsAbilityToggleOff() bool

func (*CMsgDOTACombatLogEntry) GetIsAbilityToggleOn

func (m *CMsgDOTACombatLogEntry) GetIsAbilityToggleOn() bool

func (*CMsgDOTACombatLogEntry) GetIsAttackerHero

func (m *CMsgDOTACombatLogEntry) GetIsAttackerHero() bool

func (*CMsgDOTACombatLogEntry) GetIsAttackerIllusion

func (m *CMsgDOTACombatLogEntry) GetIsAttackerIllusion() bool

func (*CMsgDOTACombatLogEntry) GetIsHealSave

func (m *CMsgDOTACombatLogEntry) GetIsHealSave() bool

func (*CMsgDOTACombatLogEntry) GetIsTargetBuilding

func (m *CMsgDOTACombatLogEntry) GetIsTargetBuilding() bool

func (*CMsgDOTACombatLogEntry) GetIsTargetHero

func (m *CMsgDOTACombatLogEntry) GetIsTargetHero() bool

func (*CMsgDOTACombatLogEntry) GetIsTargetIllusion

func (m *CMsgDOTACombatLogEntry) GetIsTargetIllusion() bool

func (*CMsgDOTACombatLogEntry) GetIsUltimateAbility

func (m *CMsgDOTACombatLogEntry) GetIsUltimateAbility() bool

func (*CMsgDOTACombatLogEntry) GetIsVisibleDire

func (m *CMsgDOTACombatLogEntry) GetIsVisibleDire() bool

func (*CMsgDOTACombatLogEntry) GetIsVisibleRadiant

func (m *CMsgDOTACombatLogEntry) GetIsVisibleRadiant() bool

func (*CMsgDOTACombatLogEntry) GetLastHits

func (m *CMsgDOTACombatLogEntry) GetLastHits() uint32

func (*CMsgDOTACombatLogEntry) GetLocationX

func (m *CMsgDOTACombatLogEntry) GetLocationX() float32

func (*CMsgDOTACombatLogEntry) GetLocationY

func (m *CMsgDOTACombatLogEntry) GetLocationY() float32

func (*CMsgDOTACombatLogEntry) GetLongRangeKill

func (m *CMsgDOTACombatLogEntry) GetLongRangeKill() bool

func (*CMsgDOTACombatLogEntry) GetModifierDuration

func (m *CMsgDOTACombatLogEntry) GetModifierDuration() float32

func (*CMsgDOTACombatLogEntry) GetModifierElapsedDuration

func (m *CMsgDOTACombatLogEntry) GetModifierElapsedDuration() float32

func (*CMsgDOTACombatLogEntry) GetModifierPurgeAbility

func (m *CMsgDOTACombatLogEntry) GetModifierPurgeAbility() uint32

func (*CMsgDOTACombatLogEntry) GetModifierPurgeNpc

func (m *CMsgDOTACombatLogEntry) GetModifierPurgeNpc() uint32

func (*CMsgDOTACombatLogEntry) GetModifierPurged

func (m *CMsgDOTACombatLogEntry) GetModifierPurged() bool

func (*CMsgDOTACombatLogEntry) GetMotionControllerModifier

func (m *CMsgDOTACombatLogEntry) GetMotionControllerModifier() bool

func (*CMsgDOTACombatLogEntry) GetNetworth

func (m *CMsgDOTACombatLogEntry) GetNetworth() uint32

func (*CMsgDOTACombatLogEntry) GetNeutralCampType

func (m *CMsgDOTACombatLogEntry) GetNeutralCampType() uint32

func (*CMsgDOTACombatLogEntry) GetNoPhysicalDamageModifier

func (m *CMsgDOTACombatLogEntry) GetNoPhysicalDamageModifier() bool

func (*CMsgDOTACombatLogEntry) GetObsWardsPlaced

func (m *CMsgDOTACombatLogEntry) GetObsWardsPlaced() uint32

func (*CMsgDOTACombatLogEntry) GetRootModifier

func (m *CMsgDOTACombatLogEntry) GetRootModifier() bool

func (*CMsgDOTACombatLogEntry) GetRuneType

func (m *CMsgDOTACombatLogEntry) GetRuneType() uint32

func (*CMsgDOTACombatLogEntry) GetSilenceModifier

func (m *CMsgDOTACombatLogEntry) GetSilenceModifier() bool

func (*CMsgDOTACombatLogEntry) GetSlowDuration

func (m *CMsgDOTACombatLogEntry) GetSlowDuration() float32

func (*CMsgDOTACombatLogEntry) GetSpellEvaded

func (m *CMsgDOTACombatLogEntry) GetSpellEvaded() bool

func (*CMsgDOTACombatLogEntry) GetStackCount

func (m *CMsgDOTACombatLogEntry) GetStackCount() uint32

func (*CMsgDOTACombatLogEntry) GetStunDuration

func (m *CMsgDOTACombatLogEntry) GetStunDuration() float32

func (*CMsgDOTACombatLogEntry) GetTargetHeroLevel

func (m *CMsgDOTACombatLogEntry) GetTargetHeroLevel() uint32

func (*CMsgDOTACombatLogEntry) GetTargetIsSelf

func (m *CMsgDOTACombatLogEntry) GetTargetIsSelf() bool

func (*CMsgDOTACombatLogEntry) GetTargetName

func (m *CMsgDOTACombatLogEntry) GetTargetName() uint32

func (*CMsgDOTACombatLogEntry) GetTargetSourceName

func (m *CMsgDOTACombatLogEntry) GetTargetSourceName() uint32

func (*CMsgDOTACombatLogEntry) GetTargetTeam

func (m *CMsgDOTACombatLogEntry) GetTargetTeam() uint32

func (*CMsgDOTACombatLogEntry) GetTimestamp

func (m *CMsgDOTACombatLogEntry) GetTimestamp() float32

func (*CMsgDOTACombatLogEntry) GetTimestampRaw

func (m *CMsgDOTACombatLogEntry) GetTimestampRaw() float32

func (*CMsgDOTACombatLogEntry) GetTotalUnitDeathCount

func (m *CMsgDOTACombatLogEntry) GetTotalUnitDeathCount() uint32

func (*CMsgDOTACombatLogEntry) GetType

func (*CMsgDOTACombatLogEntry) GetValue

func (m *CMsgDOTACombatLogEntry) GetValue() uint32

func (*CMsgDOTACombatLogEntry) GetXpReason

func (m *CMsgDOTACombatLogEntry) GetXpReason() uint32

func (*CMsgDOTACombatLogEntry) GetXpm

func (m *CMsgDOTACombatLogEntry) GetXpm() uint32

func (*CMsgDOTACombatLogEntry) ProtoMessage

func (*CMsgDOTACombatLogEntry) ProtoMessage()

func (*CMsgDOTACombatLogEntry) Reset

func (m *CMsgDOTACombatLogEntry) Reset()

func (*CMsgDOTACombatLogEntry) String

func (m *CMsgDOTACombatLogEntry) String() string

type CMsgDOTACompendiumData

type CMsgDOTACompendiumData struct {
	Selections       []*CMsgDOTACompendiumSelection `protobuf:"bytes,1,rep,name=selections" json:"selections,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CMsgDOTACompendiumData) Descriptor

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

func (*CMsgDOTACompendiumData) GetSelections

func (*CMsgDOTACompendiumData) ProtoMessage

func (*CMsgDOTACompendiumData) ProtoMessage()

func (*CMsgDOTACompendiumData) Reset

func (m *CMsgDOTACompendiumData) Reset()

func (*CMsgDOTACompendiumData) String

func (m *CMsgDOTACompendiumData) String() string

type CMsgDOTACompendiumDataRequest

type CMsgDOTACompendiumDataRequest struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Leagueid         *uint32 `protobuf:"varint,2,opt,name=leagueid" json:"leagueid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTACompendiumDataRequest) Descriptor

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

func (*CMsgDOTACompendiumDataRequest) GetAccountId

func (m *CMsgDOTACompendiumDataRequest) GetAccountId() uint32

func (*CMsgDOTACompendiumDataRequest) GetLeagueid

func (m *CMsgDOTACompendiumDataRequest) GetLeagueid() uint32

func (*CMsgDOTACompendiumDataRequest) ProtoMessage

func (*CMsgDOTACompendiumDataRequest) ProtoMessage()

func (*CMsgDOTACompendiumDataRequest) Reset

func (m *CMsgDOTACompendiumDataRequest) Reset()

func (*CMsgDOTACompendiumDataRequest) String

type CMsgDOTACompendiumDataResponse

type CMsgDOTACompendiumDataResponse struct {
	AccountId        *uint32                 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Leagueid         *uint32                 `protobuf:"varint,2,opt,name=leagueid" json:"leagueid,omitempty"`
	Result           *uint32                 `protobuf:"varint,3,opt,name=result,def=2" json:"result,omitempty"`
	CompendiumData   *CMsgDOTACompendiumData `protobuf:"bytes,4,opt,name=compendium_data,json=compendiumData" json:"compendium_data,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CMsgDOTACompendiumDataResponse) Descriptor

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

func (*CMsgDOTACompendiumDataResponse) GetAccountId

func (m *CMsgDOTACompendiumDataResponse) GetAccountId() uint32

func (*CMsgDOTACompendiumDataResponse) GetCompendiumData

func (*CMsgDOTACompendiumDataResponse) GetLeagueid

func (m *CMsgDOTACompendiumDataResponse) GetLeagueid() uint32

func (*CMsgDOTACompendiumDataResponse) GetResult

func (m *CMsgDOTACompendiumDataResponse) GetResult() uint32

func (*CMsgDOTACompendiumDataResponse) ProtoMessage

func (*CMsgDOTACompendiumDataResponse) ProtoMessage()

func (*CMsgDOTACompendiumDataResponse) Reset

func (m *CMsgDOTACompendiumDataResponse) Reset()

func (*CMsgDOTACompendiumDataResponse) String

type CMsgDOTACompendiumInGamePredictionResults

type CMsgDOTACompendiumInGamePredictionResults struct {
	Results           []*CMsgDOTACompendiumInGamePredictionResults_PredictionResult `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"`
	LeagueId          *uint32                                                       `protobuf:"varint,2,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	PredictionsClosed *bool                                                         `protobuf:"varint,3,opt,name=predictions_closed,json=predictionsClosed" json:"predictions_closed,omitempty"`
	XXX_unrecognized  []byte                                                        `json:"-"`
}

func (*CMsgDOTACompendiumInGamePredictionResults) Descriptor

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

func (*CMsgDOTACompendiumInGamePredictionResults) GetLeagueId

func (*CMsgDOTACompendiumInGamePredictionResults) GetPredictionsClosed

func (m *CMsgDOTACompendiumInGamePredictionResults) GetPredictionsClosed() bool

func (*CMsgDOTACompendiumInGamePredictionResults) GetResults

func (*CMsgDOTACompendiumInGamePredictionResults) ProtoMessage

func (*CMsgDOTACompendiumInGamePredictionResults) Reset

func (*CMsgDOTACompendiumInGamePredictionResults) String

type CMsgDOTACompendiumInGamePredictionResults_PredictionResult

type CMsgDOTACompendiumInGamePredictionResults_PredictionResult struct {
	PredictionId     *uint32 `protobuf:"varint,1,opt,name=prediction_id,json=predictionId" json:"prediction_id,omitempty"`
	PredictionValue  *uint32 `protobuf:"varint,2,opt,name=prediction_value,json=predictionValue" json:"prediction_value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTACompendiumInGamePredictionResults_PredictionResult) Descriptor

func (*CMsgDOTACompendiumInGamePredictionResults_PredictionResult) GetPredictionId

func (*CMsgDOTACompendiumInGamePredictionResults_PredictionResult) GetPredictionValue

func (*CMsgDOTACompendiumInGamePredictionResults_PredictionResult) ProtoMessage

func (*CMsgDOTACompendiumInGamePredictionResults_PredictionResult) Reset

func (*CMsgDOTACompendiumInGamePredictionResults_PredictionResult) String

type CMsgDOTACompendiumSelection

type CMsgDOTACompendiumSelection struct {
	SelectionIndex   *uint32 `protobuf:"varint,1,opt,name=selection_index,json=selectionIndex" json:"selection_index,omitempty"`
	Selection        *uint32 `protobuf:"varint,2,opt,name=selection" json:"selection,omitempty"`
	Leagueid         *uint32 `protobuf:"varint,3,opt,name=leagueid" json:"leagueid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTACompendiumSelection) Descriptor

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

func (*CMsgDOTACompendiumSelection) GetLeagueid

func (m *CMsgDOTACompendiumSelection) GetLeagueid() uint32

func (*CMsgDOTACompendiumSelection) GetSelection

func (m *CMsgDOTACompendiumSelection) GetSelection() uint32

func (*CMsgDOTACompendiumSelection) GetSelectionIndex

func (m *CMsgDOTACompendiumSelection) GetSelectionIndex() uint32

func (*CMsgDOTACompendiumSelection) ProtoMessage

func (*CMsgDOTACompendiumSelection) ProtoMessage()

func (*CMsgDOTACompendiumSelection) Reset

func (m *CMsgDOTACompendiumSelection) Reset()

func (*CMsgDOTACompendiumSelection) String

func (m *CMsgDOTACompendiumSelection) String() string

type CMsgDOTACompendiumSelectionResponse

type CMsgDOTACompendiumSelectionResponse struct {
	Eresult          *uint32                        `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	ExtraSelections  []*CMsgDOTACompendiumSelection `protobuf:"bytes,2,rep,name=extra_selections,json=extraSelections" json:"extra_selections,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CMsgDOTACompendiumSelectionResponse) Descriptor

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

func (*CMsgDOTACompendiumSelectionResponse) GetEresult

func (*CMsgDOTACompendiumSelectionResponse) GetExtraSelections

func (*CMsgDOTACompendiumSelectionResponse) ProtoMessage

func (*CMsgDOTACompendiumSelectionResponse) ProtoMessage()

func (*CMsgDOTACompendiumSelectionResponse) Reset

func (*CMsgDOTACompendiumSelectionResponse) String

type CMsgDOTACreateFantasyLeagueRequest

type CMsgDOTACreateFantasyLeagueRequest struct {
	LeagueName       *string                 `protobuf:"bytes,1,opt,name=league_name,json=leagueName" json:"league_name,omitempty"`
	SelectionMode    *Fantasy_Selection_Mode `` /* 128-byte string literal not displayed */
	TeamCount        *uint32                 `protobuf:"varint,4,opt,name=team_count,json=teamCount" json:"team_count,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CMsgDOTACreateFantasyLeagueRequest) Descriptor

func (*CMsgDOTACreateFantasyLeagueRequest) Descriptor() ([]byte, []int)
func (m *CMsgDOTACreateFantasyLeagueRequest) GetLeagueLogo() uint64

func (*CMsgDOTACreateFantasyLeagueRequest) GetLeagueName

func (m *CMsgDOTACreateFantasyLeagueRequest) GetLeagueName() string

func (*CMsgDOTACreateFantasyLeagueRequest) GetSelectionMode

func (m *CMsgDOTACreateFantasyLeagueRequest) GetSelectionMode() Fantasy_Selection_Mode

func (*CMsgDOTACreateFantasyLeagueRequest) GetTeamCount

func (m *CMsgDOTACreateFantasyLeagueRequest) GetTeamCount() uint32

func (*CMsgDOTACreateFantasyLeagueRequest) ProtoMessage

func (*CMsgDOTACreateFantasyLeagueRequest) ProtoMessage()

func (*CMsgDOTACreateFantasyLeagueRequest) Reset

func (*CMsgDOTACreateFantasyLeagueRequest) String

type CMsgDOTACreateFantasyLeagueResponse

type CMsgDOTACreateFantasyLeagueResponse struct {
	Result           *CMsgDOTACreateFantasyLeagueResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTACreateFantasyLeagueResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CMsgDOTACreateFantasyLeagueResponse) Descriptor

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

func (*CMsgDOTACreateFantasyLeagueResponse) GetResult

func (*CMsgDOTACreateFantasyLeagueResponse) ProtoMessage

func (*CMsgDOTACreateFantasyLeagueResponse) ProtoMessage()

func (*CMsgDOTACreateFantasyLeagueResponse) Reset

func (*CMsgDOTACreateFantasyLeagueResponse) String

type CMsgDOTACreateFantasyLeagueResponse_EResult

type CMsgDOTACreateFantasyLeagueResponse_EResult int32
const (
	CMsgDOTACreateFantasyLeagueResponse_SUCCESS                  CMsgDOTACreateFantasyLeagueResponse_EResult = 0
	CMsgDOTACreateFantasyLeagueResponse_ERROR_UNSPECIFIED        CMsgDOTACreateFantasyLeagueResponse_EResult = 1
	CMsgDOTACreateFantasyLeagueResponse_ERROR_TOO_MANY_LEAGUES   CMsgDOTACreateFantasyLeagueResponse_EResult = 2
	CMsgDOTACreateFantasyLeagueResponse_ERROR_INVALID_TEAM_COUNT CMsgDOTACreateFantasyLeagueResponse_EResult = 3
	CMsgDOTACreateFantasyLeagueResponse_ERROR_CREATION_DISABLED  CMsgDOTACreateFantasyLeagueResponse_EResult = 4
)
const Default_CMsgDOTACreateFantasyLeagueResponse_Result CMsgDOTACreateFantasyLeagueResponse_EResult = CMsgDOTACreateFantasyLeagueResponse_SUCCESS

func (CMsgDOTACreateFantasyLeagueResponse_EResult) Enum

func (CMsgDOTACreateFantasyLeagueResponse_EResult) EnumDescriptor

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

func (CMsgDOTACreateFantasyLeagueResponse_EResult) String

func (*CMsgDOTACreateFantasyLeagueResponse_EResult) UnmarshalJSON

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

type CMsgDOTACustomGameClientFinishedLoading

type CMsgDOTACustomGameClientFinishedLoading struct {
	LobbyId          *uint64 `protobuf:"fixed64,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	LoadingDuration  *uint32 `protobuf:"varint,2,opt,name=loading_duration,json=loadingDuration" json:"loading_duration,omitempty"`
	ResultCode       *int32  `protobuf:"zigzag32,3,opt,name=result_code,json=resultCode" json:"result_code,omitempty"`
	ResultString     *string `protobuf:"bytes,4,opt,name=result_string,json=resultString" json:"result_string,omitempty"`
	SignonStates     *uint32 `protobuf:"varint,5,opt,name=signon_states,json=signonStates" json:"signon_states,omitempty"`
	Comment          *string `protobuf:"bytes,6,opt,name=comment" json:"comment,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTACustomGameClientFinishedLoading) Descriptor

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

func (*CMsgDOTACustomGameClientFinishedLoading) GetComment

func (*CMsgDOTACustomGameClientFinishedLoading) GetLoadingDuration

func (m *CMsgDOTACustomGameClientFinishedLoading) GetLoadingDuration() uint32

func (*CMsgDOTACustomGameClientFinishedLoading) GetLobbyId

func (*CMsgDOTACustomGameClientFinishedLoading) GetResultCode

func (*CMsgDOTACustomGameClientFinishedLoading) GetResultString

func (m *CMsgDOTACustomGameClientFinishedLoading) GetResultString() string

func (*CMsgDOTACustomGameClientFinishedLoading) GetSignonStates

func (m *CMsgDOTACustomGameClientFinishedLoading) GetSignonStates() uint32

func (*CMsgDOTACustomGameClientFinishedLoading) ProtoMessage

func (*CMsgDOTACustomGameClientFinishedLoading) Reset

func (*CMsgDOTACustomGameClientFinishedLoading) String

type CMsgDOTACustomGameListenServerStartedLoading

type CMsgDOTACustomGameListenServerStartedLoading struct {
	LobbyId          *uint64  `protobuf:"fixed64,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	CustomGameId     *uint64  `protobuf:"varint,2,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	LobbyMembers     []uint32 `protobuf:"varint,3,rep,name=lobby_members,json=lobbyMembers" json:"lobby_members,omitempty"`
	StartTime        *uint32  `protobuf:"varint,4,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTACustomGameListenServerStartedLoading) Descriptor

func (*CMsgDOTACustomGameListenServerStartedLoading) GetCustomGameId

func (*CMsgDOTACustomGameListenServerStartedLoading) GetLobbyId

func (*CMsgDOTACustomGameListenServerStartedLoading) GetLobbyMembers

func (*CMsgDOTACustomGameListenServerStartedLoading) GetStartTime

func (*CMsgDOTACustomGameListenServerStartedLoading) ProtoMessage

func (*CMsgDOTACustomGameListenServerStartedLoading) Reset

func (*CMsgDOTACustomGameListenServerStartedLoading) String

type CMsgDOTAEditFantasyTeamRequest

type CMsgDOTAEditFantasyTeamRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	TeamIndex        *uint32 `protobuf:"varint,2,opt,name=team_index,json=teamIndex" json:"team_index,omitempty"`
	TeamName         *string `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAEditFantasyTeamRequest) Descriptor

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

func (*CMsgDOTAEditFantasyTeamRequest) GetFantasyLeagueId

func (m *CMsgDOTAEditFantasyTeamRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAEditFantasyTeamRequest) GetTeamIndex

func (m *CMsgDOTAEditFantasyTeamRequest) GetTeamIndex() uint32
func (m *CMsgDOTAEditFantasyTeamRequest) GetTeamLogo() uint64

func (*CMsgDOTAEditFantasyTeamRequest) GetTeamName

func (m *CMsgDOTAEditFantasyTeamRequest) GetTeamName() string

func (*CMsgDOTAEditFantasyTeamRequest) ProtoMessage

func (*CMsgDOTAEditFantasyTeamRequest) ProtoMessage()

func (*CMsgDOTAEditFantasyTeamRequest) Reset

func (m *CMsgDOTAEditFantasyTeamRequest) Reset()

func (*CMsgDOTAEditFantasyTeamRequest) String

type CMsgDOTAEditFantasyTeamResponse

type CMsgDOTAEditFantasyTeamResponse struct {
	Result           *CMsgDOTAEditFantasyTeamResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAEditFantasyTeamResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgDOTAEditFantasyTeamResponse) Descriptor

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

func (*CMsgDOTAEditFantasyTeamResponse) GetResult

func (*CMsgDOTAEditFantasyTeamResponse) ProtoMessage

func (*CMsgDOTAEditFantasyTeamResponse) ProtoMessage()

func (*CMsgDOTAEditFantasyTeamResponse) Reset

func (*CMsgDOTAEditFantasyTeamResponse) String

type CMsgDOTAEditFantasyTeamResponse_EResult

type CMsgDOTAEditFantasyTeamResponse_EResult int32
const (
	CMsgDOTAEditFantasyTeamResponse_SUCCESS                  CMsgDOTAEditFantasyTeamResponse_EResult = 0
	CMsgDOTAEditFantasyTeamResponse_ERROR_UNSPECIFIED        CMsgDOTAEditFantasyTeamResponse_EResult = 1
	CMsgDOTAEditFantasyTeamResponse_ERROR_INVALID_TEAM_INFO  CMsgDOTAEditFantasyTeamResponse_EResult = 2
	CMsgDOTAEditFantasyTeamResponse_ERROR_NAME_ALREADY_TAKEN CMsgDOTAEditFantasyTeamResponse_EResult = 3
	CMsgDOTAEditFantasyTeamResponse_ERROR_NO_PERMISSION      CMsgDOTAEditFantasyTeamResponse_EResult = 4
)
const Default_CMsgDOTAEditFantasyTeamResponse_Result CMsgDOTAEditFantasyTeamResponse_EResult = CMsgDOTAEditFantasyTeamResponse_SUCCESS

func (CMsgDOTAEditFantasyTeamResponse_EResult) Enum

func (CMsgDOTAEditFantasyTeamResponse_EResult) EnumDescriptor

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

func (CMsgDOTAEditFantasyTeamResponse_EResult) String

func (*CMsgDOTAEditFantasyTeamResponse_EResult) UnmarshalJSON

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

type CMsgDOTAEmoticonAccessSDO

type CMsgDOTAEmoticonAccessSDO struct {
	AccountId         *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	UnlockedEmoticons []byte  `protobuf:"bytes,2,opt,name=unlocked_emoticons,json=unlockedEmoticons" json:"unlocked_emoticons,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgDOTAEmoticonAccessSDO) Descriptor

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

func (*CMsgDOTAEmoticonAccessSDO) GetAccountId

func (m *CMsgDOTAEmoticonAccessSDO) GetAccountId() uint32

func (*CMsgDOTAEmoticonAccessSDO) GetUnlockedEmoticons

func (m *CMsgDOTAEmoticonAccessSDO) GetUnlockedEmoticons() []byte

func (*CMsgDOTAEmoticonAccessSDO) ProtoMessage

func (*CMsgDOTAEmoticonAccessSDO) ProtoMessage()

func (*CMsgDOTAEmoticonAccessSDO) Reset

func (m *CMsgDOTAEmoticonAccessSDO) Reset()

func (*CMsgDOTAEmoticonAccessSDO) String

func (m *CMsgDOTAEmoticonAccessSDO) String() string

type CMsgDOTAEventInvite

type CMsgDOTAEventInvite struct {
	Teams            []*CMsgDOTAEventInvite_Team `protobuf:"bytes,1,rep,name=teams" json:"teams,omitempty"`
	XXX_unrecognized []byte                      `json:"-"`
}

func (*CMsgDOTAEventInvite) Descriptor

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

func (*CMsgDOTAEventInvite) GetTeams

func (*CMsgDOTAEventInvite) ProtoMessage

func (*CMsgDOTAEventInvite) ProtoMessage()

func (*CMsgDOTAEventInvite) Reset

func (m *CMsgDOTAEventInvite) Reset()

func (*CMsgDOTAEventInvite) String

func (m *CMsgDOTAEventInvite) String() string

type CMsgDOTAEventInvite_Team

type CMsgDOTAEventInvite_Team struct {
	TeamId           *uint32               `protobuf:"varint,1,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	AnnouncementDate *uint32               `protobuf:"varint,2,opt,name=announcement_date,json=announcementDate" json:"announcement_date,omitempty"`
	TeamName         *string               `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	InviteType       *EDOTAEventInviteType `protobuf:"varint,4,opt,name=invite_type,json=inviteType,enum=EDOTAEventInviteType,def=0" json:"invite_type,omitempty"`
	Region           *uint32               `protobuf:"varint,5,opt,name=region" json:"region,omitempty"`
	QualifierWinner  *bool                 `protobuf:"varint,6,opt,name=qualifier_winner,json=qualifierWinner" json:"qualifier_winner,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*CMsgDOTAEventInvite_Team) Descriptor

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

func (*CMsgDOTAEventInvite_Team) GetAnnouncementDate

func (m *CMsgDOTAEventInvite_Team) GetAnnouncementDate() uint32

func (*CMsgDOTAEventInvite_Team) GetInviteType

func (*CMsgDOTAEventInvite_Team) GetQualifierWinner

func (m *CMsgDOTAEventInvite_Team) GetQualifierWinner() bool

func (*CMsgDOTAEventInvite_Team) GetRegion

func (m *CMsgDOTAEventInvite_Team) GetRegion() uint32

func (*CMsgDOTAEventInvite_Team) GetTeamId

func (m *CMsgDOTAEventInvite_Team) GetTeamId() uint32

func (*CMsgDOTAEventInvite_Team) GetTeamName

func (m *CMsgDOTAEventInvite_Team) GetTeamName() string

func (*CMsgDOTAEventInvite_Team) ProtoMessage

func (*CMsgDOTAEventInvite_Team) ProtoMessage()

func (*CMsgDOTAEventInvite_Team) Reset

func (m *CMsgDOTAEventInvite_Team) Reset()

func (*CMsgDOTAEventInvite_Team) String

func (m *CMsgDOTAEventInvite_Team) String() string

type CMsgDOTAFantasyLeagueCreateRequest

type CMsgDOTAFantasyLeagueCreateRequest struct {
	SeasonId          *uint32 `protobuf:"varint,1,opt,name=season_id,json=seasonId" json:"season_id,omitempty"`
	FantasyLeagueName *string `protobuf:"bytes,2,opt,name=fantasy_league_name,json=fantasyLeagueName" json:"fantasy_league_name,omitempty"`
	Password          *string `protobuf:"bytes,3,opt,name=password" json:"password,omitempty"`
	TeamName          *string `protobuf:"bytes,4,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	TicketItemId      *uint64 `protobuf:"varint,6,opt,name=ticket_item_id,json=ticketItemId" json:"ticket_item_id,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueCreateRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueCreateRequest) GetFantasyLeagueName

func (m *CMsgDOTAFantasyLeagueCreateRequest) GetFantasyLeagueName() string

func (*CMsgDOTAFantasyLeagueCreateRequest) GetPassword

func (m *CMsgDOTAFantasyLeagueCreateRequest) GetPassword() string

func (*CMsgDOTAFantasyLeagueCreateRequest) GetSeasonId

func (m *CMsgDOTAFantasyLeagueCreateRequest) GetSeasonId() uint32

func (*CMsgDOTAFantasyLeagueCreateRequest) GetTeamName

func (m *CMsgDOTAFantasyLeagueCreateRequest) GetTeamName() string

func (*CMsgDOTAFantasyLeagueCreateRequest) GetTicketItemId

func (m *CMsgDOTAFantasyLeagueCreateRequest) GetTicketItemId() uint64

func (*CMsgDOTAFantasyLeagueCreateRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueCreateRequest) ProtoMessage()

func (*CMsgDOTAFantasyLeagueCreateRequest) Reset

func (*CMsgDOTAFantasyLeagueCreateRequest) String

type CMsgDOTAFantasyLeagueCreateResponse

type CMsgDOTAFantasyLeagueCreateResponse struct {
	Result           *CMsgDOTAFantasyLeagueCreateResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueCreateResponse_EResult,def=0" json:"result,omitempty"`
	FantasyLeagueId  *uint32                                      `protobuf:"varint,2,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CMsgDOTAFantasyLeagueCreateResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueCreateResponse) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueCreateResponse) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueCreateResponse) GetResult

func (*CMsgDOTAFantasyLeagueCreateResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueCreateResponse) ProtoMessage()

func (*CMsgDOTAFantasyLeagueCreateResponse) Reset

func (*CMsgDOTAFantasyLeagueCreateResponse) String

type CMsgDOTAFantasyLeagueCreateResponse_EResult

type CMsgDOTAFantasyLeagueCreateResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueCreateResponse_SUCCESS                  CMsgDOTAFantasyLeagueCreateResponse_EResult = 0
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_NO_PERMISSION      CMsgDOTAFantasyLeagueCreateResponse_EResult = 1
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_BAD_SEASON_ID      CMsgDOTAFantasyLeagueCreateResponse_EResult = 2
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_BAD_LEAGUE_NAME    CMsgDOTAFantasyLeagueCreateResponse_EResult = 3
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_BAD_TEAM_NAME      CMsgDOTAFantasyLeagueCreateResponse_EResult = 4
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_UNSPECIFIED        CMsgDOTAFantasyLeagueCreateResponse_EResult = 5
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_FAILED_LOGO_UPLOAD CMsgDOTAFantasyLeagueCreateResponse_EResult = 6
	CMsgDOTAFantasyLeagueCreateResponse_ERROR_NO_TICKET          CMsgDOTAFantasyLeagueCreateResponse_EResult = 7
)
const Default_CMsgDOTAFantasyLeagueCreateResponse_Result CMsgDOTAFantasyLeagueCreateResponse_EResult = CMsgDOTAFantasyLeagueCreateResponse_SUCCESS

func (CMsgDOTAFantasyLeagueCreateResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueCreateResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyLeagueCreateResponse_EResult) String

func (*CMsgDOTAFantasyLeagueCreateResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyLeagueDraftPlayerRequest

type CMsgDOTAFantasyLeagueDraftPlayerRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	TeamIndex        *uint32 `protobuf:"varint,2,opt,name=team_index,json=teamIndex" json:"team_index,omitempty"`
	PlayerAccountId  *uint32 `protobuf:"varint,3,opt,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) GetPlayerAccountId

func (m *CMsgDOTAFantasyLeagueDraftPlayerRequest) GetPlayerAccountId() uint32

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) GetTeamIndex

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) Reset

func (*CMsgDOTAFantasyLeagueDraftPlayerRequest) String

type CMsgDOTAFantasyLeagueDraftPlayerResponse

type CMsgDOTAFantasyLeagueDraftPlayerResponse struct {
	Result           *CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) GetResult

func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) Reset

func (*CMsgDOTAFantasyLeagueDraftPlayerResponse) String

type CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult

type CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueDraftPlayerResponse_SUCCESS                           CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 0
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_UNSPECIFIED                 CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 1
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_INVALID_FANTASY_LEAGUE      CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 2
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_FANTASY_LEAGUE_NOT_DRAFTING CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 3
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_OWNER_NOT_IN_LEAGUE         CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 4
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_NOT_OWNERS_TURN             CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 5
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_PLAYER_INVALID              CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 6
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_PLAYER_UNAVAILABLE          CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 7
	CMsgDOTAFantasyLeagueDraftPlayerResponse_ERROR_PLAYER_NO_VALID_SLOTS       CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = 8
)
const Default_CMsgDOTAFantasyLeagueDraftPlayerResponse_Result CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult = CMsgDOTAFantasyLeagueDraftPlayerResponse_SUCCESS

func (CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) String

func (*CMsgDOTAFantasyLeagueDraftPlayerResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyLeagueDraftStatus

type CMsgDOTAFantasyLeagueDraftStatus struct {
	FantasyLeagueId  *uint32  `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	DraftOrder       []uint32 `protobuf:"varint,2,rep,name=draft_order,json=draftOrder" json:"draft_order,omitempty"`
	CurrentPick      *uint32  `protobuf:"varint,3,opt,name=current_pick,json=currentPick" json:"current_pick,omitempty"`
	TimeRemaining    *uint32  `protobuf:"varint,4,opt,name=time_remaining,json=timeRemaining" json:"time_remaining,omitempty"`
	PendingResume    *bool    `protobuf:"varint,5,opt,name=pending_resume,json=pendingResume" json:"pending_resume,omitempty"`
	Completed        *bool    `protobuf:"varint,6,opt,name=completed" json:"completed,omitempty"`
	AvailablePlayers []uint32 `protobuf:"varint,7,rep,name=available_players,json=availablePlayers" json:"available_players,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyLeagueDraftStatus) Descriptor

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

func (*CMsgDOTAFantasyLeagueDraftStatus) GetAvailablePlayers

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetAvailablePlayers() []uint32

func (*CMsgDOTAFantasyLeagueDraftStatus) GetCompleted

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetCompleted() bool

func (*CMsgDOTAFantasyLeagueDraftStatus) GetCurrentPick

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetCurrentPick() uint32

func (*CMsgDOTAFantasyLeagueDraftStatus) GetDraftOrder

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetDraftOrder() []uint32

func (*CMsgDOTAFantasyLeagueDraftStatus) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueDraftStatus) GetPendingResume

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetPendingResume() bool

func (*CMsgDOTAFantasyLeagueDraftStatus) GetTimeRemaining

func (m *CMsgDOTAFantasyLeagueDraftStatus) GetTimeRemaining() uint32

func (*CMsgDOTAFantasyLeagueDraftStatus) ProtoMessage

func (*CMsgDOTAFantasyLeagueDraftStatus) ProtoMessage()

func (*CMsgDOTAFantasyLeagueDraftStatus) Reset

func (*CMsgDOTAFantasyLeagueDraftStatus) String

type CMsgDOTAFantasyLeagueDraftStatusRequest

type CMsgDOTAFantasyLeagueDraftStatusRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueDraftStatusRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueDraftStatusRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueDraftStatusRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueDraftStatusRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueDraftStatusRequest) Reset

func (*CMsgDOTAFantasyLeagueDraftStatusRequest) String

type CMsgDOTAFantasyLeagueEditInfoRequest

type CMsgDOTAFantasyLeagueEditInfoRequest struct {
	FantasyLeagueId  *uint32                    `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	EditInfo         *CMsgDOTAFantasyLeagueInfo `protobuf:"bytes,2,opt,name=edit_info,json=editInfo" json:"edit_info,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgDOTAFantasyLeagueEditInfoRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueEditInfoRequest) GetEditInfo

func (*CMsgDOTAFantasyLeagueEditInfoRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueEditInfoRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueEditInfoRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueEditInfoRequest) ProtoMessage()

func (*CMsgDOTAFantasyLeagueEditInfoRequest) Reset

func (*CMsgDOTAFantasyLeagueEditInfoRequest) String

type CMsgDOTAFantasyLeagueEditInfoResponse

type CMsgDOTAFantasyLeagueEditInfoResponse struct {
	Result           *CMsgDOTAFantasyLeagueEditInfoResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueEditInfoResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgDOTAFantasyLeagueEditInfoResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueEditInfoResponse) GetResult

func (*CMsgDOTAFantasyLeagueEditInfoResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueEditInfoResponse) ProtoMessage()

func (*CMsgDOTAFantasyLeagueEditInfoResponse) Reset

func (*CMsgDOTAFantasyLeagueEditInfoResponse) String

type CMsgDOTAFantasyLeagueEditInfoResponse_EResult

type CMsgDOTAFantasyLeagueEditInfoResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueEditInfoResponse_SUCCESS             CMsgDOTAFantasyLeagueEditInfoResponse_EResult = 0
	CMsgDOTAFantasyLeagueEditInfoResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyLeagueEditInfoResponse_EResult = 1
	CMsgDOTAFantasyLeagueEditInfoResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyLeagueEditInfoResponse_EResult = 2
)
const Default_CMsgDOTAFantasyLeagueEditInfoResponse_Result CMsgDOTAFantasyLeagueEditInfoResponse_EResult = CMsgDOTAFantasyLeagueEditInfoResponse_SUCCESS

func (CMsgDOTAFantasyLeagueEditInfoResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueEditInfoResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyLeagueEditInfoResponse_EResult) String

func (*CMsgDOTAFantasyLeagueEditInfoResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyLeagueEditInvitesRequest

type CMsgDOTAFantasyLeagueEditInvitesRequest struct {
	FantasyLeagueId  *uint32                                                 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Password         *string                                                 `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	InviteChange     []*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange `protobuf:"bytes,3,rep,name=invite_change,json=inviteChange" json:"invite_change,omitempty"`
	XXX_unrecognized []byte                                                  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueEditInvitesRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) GetInviteChange

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) GetPassword

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) Reset

func (*CMsgDOTAFantasyLeagueEditInvitesRequest) String

type CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange

type CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Invited          *bool   `protobuf:"varint,2,opt,name=invited" json:"invited,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) Descriptor

func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) GetAccountId

func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) GetInvited

func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) ProtoMessage

func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) Reset

func (*CMsgDOTAFantasyLeagueEditInvitesRequest_InviteChange) String

type CMsgDOTAFantasyLeagueEditInvitesResponse

type CMsgDOTAFantasyLeagueEditInvitesResponse struct {
	Result           *CMsgDOTAFantasyLeagueEditInvitesResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueEditInvitesResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgDOTAFantasyLeagueEditInvitesResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueEditInvitesResponse) GetResult

func (*CMsgDOTAFantasyLeagueEditInvitesResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueEditInvitesResponse) Reset

func (*CMsgDOTAFantasyLeagueEditInvitesResponse) String

type CMsgDOTAFantasyLeagueEditInvitesResponse_EResult

type CMsgDOTAFantasyLeagueEditInvitesResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueEditInvitesResponse_SUCCESS           CMsgDOTAFantasyLeagueEditInvitesResponse_EResult = 0
	CMsgDOTAFantasyLeagueEditInvitesResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyLeagueEditInvitesResponse_EResult = 1
)
const Default_CMsgDOTAFantasyLeagueEditInvitesResponse_Result CMsgDOTAFantasyLeagueEditInvitesResponse_EResult = CMsgDOTAFantasyLeagueEditInvitesResponse_SUCCESS

func (CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) String

func (*CMsgDOTAFantasyLeagueEditInvitesResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyLeagueFindRequest

type CMsgDOTAFantasyLeagueFindRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Password         *string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueFindRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueFindRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueFindRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueFindRequest) GetPassword

func (m *CMsgDOTAFantasyLeagueFindRequest) GetPassword() string

func (*CMsgDOTAFantasyLeagueFindRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueFindRequest) ProtoMessage()

func (*CMsgDOTAFantasyLeagueFindRequest) Reset

func (*CMsgDOTAFantasyLeagueFindRequest) String

type CMsgDOTAFantasyLeagueFindResponse

type CMsgDOTAFantasyLeagueFindResponse struct {
	Result            *CMsgDOTAFantasyLeagueFindResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueFindResponse_EResult,def=0" json:"result,omitempty"`
	FantasyLeagueName *string                                    `protobuf:"bytes,2,opt,name=fantasy_league_name,json=fantasyLeagueName" json:"fantasy_league_name,omitempty"`
	CommissionerName  *string                                    `protobuf:"bytes,3,opt,name=commissioner_name,json=commissionerName" json:"commissioner_name,omitempty"`
	XXX_unrecognized  []byte                                     `json:"-"`
}

func (*CMsgDOTAFantasyLeagueFindResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueFindResponse) GetCommissionerName

func (m *CMsgDOTAFantasyLeagueFindResponse) GetCommissionerName() string

func (*CMsgDOTAFantasyLeagueFindResponse) GetFantasyLeagueName

func (m *CMsgDOTAFantasyLeagueFindResponse) GetFantasyLeagueName() string

func (*CMsgDOTAFantasyLeagueFindResponse) GetResult

func (*CMsgDOTAFantasyLeagueFindResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueFindResponse) ProtoMessage()

func (*CMsgDOTAFantasyLeagueFindResponse) Reset

func (*CMsgDOTAFantasyLeagueFindResponse) String

type CMsgDOTAFantasyLeagueFindResponse_EResult

type CMsgDOTAFantasyLeagueFindResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueFindResponse_SUCCESS                CMsgDOTAFantasyLeagueFindResponse_EResult = 0
	CMsgDOTAFantasyLeagueFindResponse_ERROR_LEAGUE_NOT_FOUND CMsgDOTAFantasyLeagueFindResponse_EResult = 1
	CMsgDOTAFantasyLeagueFindResponse_ERROR_BAD_PASSWORD     CMsgDOTAFantasyLeagueFindResponse_EResult = 2
	CMsgDOTAFantasyLeagueFindResponse_ERROR_UNSPECIFIED      CMsgDOTAFantasyLeagueFindResponse_EResult = 3
	CMsgDOTAFantasyLeagueFindResponse_ERROR_FULL             CMsgDOTAFantasyLeagueFindResponse_EResult = 4
	CMsgDOTAFantasyLeagueFindResponse_ERROR_ALREADY_MEMBER   CMsgDOTAFantasyLeagueFindResponse_EResult = 5
	CMsgDOTAFantasyLeagueFindResponse_ERROR_LEAGUE_LOCKED    CMsgDOTAFantasyLeagueFindResponse_EResult = 6
)
const Default_CMsgDOTAFantasyLeagueFindResponse_Result CMsgDOTAFantasyLeagueFindResponse_EResult = CMsgDOTAFantasyLeagueFindResponse_SUCCESS

func (CMsgDOTAFantasyLeagueFindResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueFindResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyLeagueFindResponse_EResult) String

func (*CMsgDOTAFantasyLeagueFindResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyLeagueInfo

type CMsgDOTAFantasyLeagueInfo struct {
	FantasyLeagueId       *uint32                                `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	CommissionerAccountId *uint32                                `protobuf:"varint,2,opt,name=commissioner_account_id,json=commissionerAccountId" json:"commissioner_account_id,omitempty"`
	FantasyLeagueName     *string                                `protobuf:"bytes,3,opt,name=fantasy_league_name,json=fantasyLeagueName" json:"fantasy_league_name,omitempty"`
	SelectionMode         *Fantasy_Selection_Mode                `` /* 128-byte string literal not displayed */
	TeamCount             *uint32                                `protobuf:"varint,5,opt,name=team_count,json=teamCount" json:"team_count,omitempty"`
	Scoring               *CMsgFantasyLeagueScoring              `protobuf:"bytes,7,opt,name=scoring" json:"scoring,omitempty"`
	DraftTime             *uint32                                `protobuf:"varint,12,opt,name=draft_time,json=draftTime" json:"draft_time,omitempty"`
	DraftPickTime         *uint32                                `protobuf:"varint,13,opt,name=draft_pick_time,json=draftPickTime" json:"draft_pick_time,omitempty"`
	SeasonStart           *uint32                                `protobuf:"varint,15,opt,name=season_start,json=seasonStart" json:"season_start,omitempty"`
	SeasonLength          *uint32                                `protobuf:"varint,16,opt,name=season_length,json=seasonLength" json:"season_length,omitempty"`
	VetoVotes             *uint32                                `protobuf:"varint,17,opt,name=veto_votes,json=vetoVotes" json:"veto_votes,omitempty"`
	Acquisitions          *uint32                                `protobuf:"varint,18,opt,name=acquisitions" json:"acquisitions,omitempty"`
	Slot_1                *uint32                                `protobuf:"varint,19,opt,name=slot_1,json=slot1" json:"slot_1,omitempty"`
	Slot_2                *uint32                                `protobuf:"varint,20,opt,name=slot_2,json=slot2" json:"slot_2,omitempty"`
	Slot_3                *uint32                                `protobuf:"varint,21,opt,name=slot_3,json=slot3" json:"slot_3,omitempty"`
	Slot_4                *uint32                                `protobuf:"varint,22,opt,name=slot_4,json=slot4" json:"slot_4,omitempty"`
	Slot_5                *uint32                                `protobuf:"varint,23,opt,name=slot_5,json=slot5" json:"slot_5,omitempty"`
	BenchSlots            *uint32                                `protobuf:"varint,24,opt,name=bench_slots,json=benchSlots" json:"bench_slots,omitempty"`
	OwnerInfo             []*CMsgDOTAFantasyLeagueInfo_OwnerInfo `protobuf:"bytes,25,rep,name=owner_info,json=ownerInfo" json:"owner_info,omitempty"`
	Players               []uint32                               `protobuf:"varint,26,rep,name=players" json:"players,omitempty"`
	TimeZone              *uint32                                `protobuf:"varint,27,opt,name=time_zone,json=timeZone" json:"time_zone,omitempty"`
	Season                *uint32                                `protobuf:"varint,28,opt,name=season" json:"season,omitempty"`
	Password              *string                                `protobuf:"bytes,29,opt,name=password" json:"password,omitempty"`
	XXX_unrecognized      []byte                                 `json:"-"`
}

func (*CMsgDOTAFantasyLeagueInfo) Descriptor

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

func (*CMsgDOTAFantasyLeagueInfo) GetAcquisitions

func (m *CMsgDOTAFantasyLeagueInfo) GetAcquisitions() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetBenchSlots

func (m *CMsgDOTAFantasyLeagueInfo) GetBenchSlots() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetCommissionerAccountId

func (m *CMsgDOTAFantasyLeagueInfo) GetCommissionerAccountId() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetDraftPickTime

func (m *CMsgDOTAFantasyLeagueInfo) GetDraftPickTime() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetDraftTime

func (m *CMsgDOTAFantasyLeagueInfo) GetDraftTime() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueInfo) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetFantasyLeagueName

func (m *CMsgDOTAFantasyLeagueInfo) GetFantasyLeagueName() string
func (m *CMsgDOTAFantasyLeagueInfo) GetLogo() uint64

func (*CMsgDOTAFantasyLeagueInfo) GetOwnerInfo

func (*CMsgDOTAFantasyLeagueInfo) GetPassword

func (m *CMsgDOTAFantasyLeagueInfo) GetPassword() string

func (*CMsgDOTAFantasyLeagueInfo) GetPlayers

func (m *CMsgDOTAFantasyLeagueInfo) GetPlayers() []uint32

func (*CMsgDOTAFantasyLeagueInfo) GetScoring

func (*CMsgDOTAFantasyLeagueInfo) GetSeason

func (m *CMsgDOTAFantasyLeagueInfo) GetSeason() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSeasonLength

func (m *CMsgDOTAFantasyLeagueInfo) GetSeasonLength() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSeasonStart

func (m *CMsgDOTAFantasyLeagueInfo) GetSeasonStart() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSelectionMode

func (m *CMsgDOTAFantasyLeagueInfo) GetSelectionMode() Fantasy_Selection_Mode

func (*CMsgDOTAFantasyLeagueInfo) GetSlot_1

func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_1() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSlot_2

func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_2() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSlot_3

func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_3() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSlot_4

func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_4() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetSlot_5

func (m *CMsgDOTAFantasyLeagueInfo) GetSlot_5() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetTeamCount

func (m *CMsgDOTAFantasyLeagueInfo) GetTeamCount() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetTimeZone

func (m *CMsgDOTAFantasyLeagueInfo) GetTimeZone() uint32

func (*CMsgDOTAFantasyLeagueInfo) GetVetoVotes

func (m *CMsgDOTAFantasyLeagueInfo) GetVetoVotes() uint32

func (*CMsgDOTAFantasyLeagueInfo) ProtoMessage

func (*CMsgDOTAFantasyLeagueInfo) ProtoMessage()

func (*CMsgDOTAFantasyLeagueInfo) Reset

func (m *CMsgDOTAFantasyLeagueInfo) Reset()

func (*CMsgDOTAFantasyLeagueInfo) String

func (m *CMsgDOTAFantasyLeagueInfo) String() string

type CMsgDOTAFantasyLeagueInfoRequest

type CMsgDOTAFantasyLeagueInfoRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueInfoRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueInfoRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueInfoRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueInfoRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueInfoRequest) ProtoMessage()

func (*CMsgDOTAFantasyLeagueInfoRequest) Reset

func (*CMsgDOTAFantasyLeagueInfoRequest) String

type CMsgDOTAFantasyLeagueInfoResponse

type CMsgDOTAFantasyLeagueInfoResponse struct {
	Result           *CMsgDOTAFantasyLeagueInfoResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueInfoResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                     `json:"-"`
}

func (*CMsgDOTAFantasyLeagueInfoResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueInfoResponse) GetResult

func (*CMsgDOTAFantasyLeagueInfoResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueInfoResponse) ProtoMessage()

func (*CMsgDOTAFantasyLeagueInfoResponse) Reset

func (*CMsgDOTAFantasyLeagueInfoResponse) String

type CMsgDOTAFantasyLeagueInfoResponse_EResult

type CMsgDOTAFantasyLeagueInfoResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueInfoResponse_SUCCESS             CMsgDOTAFantasyLeagueInfoResponse_EResult = 0
	CMsgDOTAFantasyLeagueInfoResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyLeagueInfoResponse_EResult = 1
	CMsgDOTAFantasyLeagueInfoResponse_ERROR_BAD_LEAGUE_ID CMsgDOTAFantasyLeagueInfoResponse_EResult = 2
)
const Default_CMsgDOTAFantasyLeagueInfoResponse_Result CMsgDOTAFantasyLeagueInfoResponse_EResult = CMsgDOTAFantasyLeagueInfoResponse_SUCCESS

func (CMsgDOTAFantasyLeagueInfoResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueInfoResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyLeagueInfoResponse_EResult) String

func (*CMsgDOTAFantasyLeagueInfoResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyLeagueInfo_OwnerInfo

type CMsgDOTAFantasyLeagueInfo_OwnerInfo struct {
	OwnerAccountId   *uint32  `protobuf:"varint,1,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	LeftLeague       *bool    `protobuf:"varint,2,opt,name=left_league,json=leftLeague" json:"left_league,omitempty"`
	PlayerAccountId  []uint32 `protobuf:"varint,3,rep,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) Descriptor

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

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetLeftLeague

func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetLeftLeague() bool

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetOwnerAccountId

func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetOwnerAccountId() uint32

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetPlayerAccountId

func (m *CMsgDOTAFantasyLeagueInfo_OwnerInfo) GetPlayerAccountId() []uint32

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) ProtoMessage

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) ProtoMessage()

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) Reset

func (*CMsgDOTAFantasyLeagueInfo_OwnerInfo) String

type CMsgDOTAFantasyLeagueMatchupsRequest

type CMsgDOTAFantasyLeagueMatchupsRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueMatchupsRequest) Descriptor

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

func (*CMsgDOTAFantasyLeagueMatchupsRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueMatchupsRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueMatchupsRequest) ProtoMessage

func (*CMsgDOTAFantasyLeagueMatchupsRequest) ProtoMessage()

func (*CMsgDOTAFantasyLeagueMatchupsRequest) Reset

func (*CMsgDOTAFantasyLeagueMatchupsRequest) String

type CMsgDOTAFantasyLeagueMatchupsResponse

type CMsgDOTAFantasyLeagueMatchupsResponse struct {
	Result           *CMsgDOTAFantasyLeagueMatchupsResponse_EResult          `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeagueMatchupsResponse_EResult,def=0" json:"result,omitempty"`
	FantasyLeagueId  *uint32                                                 `protobuf:"varint,2,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	WeeklyMatchups   []*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups `protobuf:"bytes,3,rep,name=weekly_matchups,json=weeklyMatchups" json:"weekly_matchups,omitempty"`
	XXX_unrecognized []byte                                                  `json:"-"`
}

func (*CMsgDOTAFantasyLeagueMatchupsResponse) Descriptor

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

func (*CMsgDOTAFantasyLeagueMatchupsResponse) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeagueMatchupsResponse) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeagueMatchupsResponse) GetResult

func (*CMsgDOTAFantasyLeagueMatchupsResponse) GetWeeklyMatchups

func (*CMsgDOTAFantasyLeagueMatchupsResponse) ProtoMessage

func (*CMsgDOTAFantasyLeagueMatchupsResponse) ProtoMessage()

func (*CMsgDOTAFantasyLeagueMatchupsResponse) Reset

func (*CMsgDOTAFantasyLeagueMatchupsResponse) String

type CMsgDOTAFantasyLeagueMatchupsResponse_EResult

type CMsgDOTAFantasyLeagueMatchupsResponse_EResult int32
const (
	CMsgDOTAFantasyLeagueMatchupsResponse_SUCCESS             CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 0
	CMsgDOTAFantasyLeagueMatchupsResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 1
	CMsgDOTAFantasyLeagueMatchupsResponse_ERROR_BAD_LEAGUE_ID CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 2
	CMsgDOTAFantasyLeagueMatchupsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyLeagueMatchupsResponse_EResult = 3
)
const Default_CMsgDOTAFantasyLeagueMatchupsResponse_Result CMsgDOTAFantasyLeagueMatchupsResponse_EResult = CMsgDOTAFantasyLeagueMatchupsResponse_SUCCESS

func (CMsgDOTAFantasyLeagueMatchupsResponse_EResult) Enum

func (CMsgDOTAFantasyLeagueMatchupsResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyLeagueMatchupsResponse_EResult) String

func (*CMsgDOTAFantasyLeagueMatchupsResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyLeagueMatchupsResponse_Matchup

type CMsgDOTAFantasyLeagueMatchupsResponse_Matchup struct {
	OwnerAccountId_1 *uint32  `protobuf:"varint,1,opt,name=owner_account_id_1,json=ownerAccountId1" json:"owner_account_id_1,omitempty"`
	OwnerAccountId_2 *uint32  `protobuf:"varint,2,opt,name=owner_account_id_2,json=ownerAccountId2" json:"owner_account_id_2,omitempty"`
	Score_1          *float32 `protobuf:"fixed32,3,opt,name=score_1,json=score1" json:"score_1,omitempty"`
	Score_2          *float32 `protobuf:"fixed32,4,opt,name=score_2,json=score2" json:"score_2,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) Descriptor

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetOwnerAccountId_1

func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetOwnerAccountId_1() uint32

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetOwnerAccountId_2

func (m *CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetOwnerAccountId_2() uint32

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetScore_1

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) GetScore_2

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) ProtoMessage

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) Reset

func (*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup) String

type CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups

type CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups struct {
	Matchup          []*CMsgDOTAFantasyLeagueMatchupsResponse_Matchup `protobuf:"bytes,1,rep,name=matchup" json:"matchup,omitempty"`
	StartTime        *uint32                                          `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	EndTime          *uint32                                          `protobuf:"varint,3,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	XXX_unrecognized []byte                                           `json:"-"`
}

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) Descriptor

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) GetEndTime

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) GetMatchup

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) GetStartTime

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) ProtoMessage

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) Reset

func (*CMsgDOTAFantasyLeagueMatchupsResponse_WeeklyMatchups) String

type CMsgDOTAFantasyLeaveLeagueRequest

type CMsgDOTAFantasyLeaveLeagueRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	FantasyTeamIndex *uint32 `protobuf:"varint,2,opt,name=fantasy_team_index,json=fantasyTeamIndex" json:"fantasy_team_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyLeaveLeagueRequest) Descriptor

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

func (*CMsgDOTAFantasyLeaveLeagueRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyLeaveLeagueRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyLeaveLeagueRequest) GetFantasyTeamIndex

func (m *CMsgDOTAFantasyLeaveLeagueRequest) GetFantasyTeamIndex() uint32

func (*CMsgDOTAFantasyLeaveLeagueRequest) ProtoMessage

func (*CMsgDOTAFantasyLeaveLeagueRequest) ProtoMessage()

func (*CMsgDOTAFantasyLeaveLeagueRequest) Reset

func (*CMsgDOTAFantasyLeaveLeagueRequest) String

type CMsgDOTAFantasyLeaveLeagueResponse

type CMsgDOTAFantasyLeaveLeagueResponse struct {
	Result           *CMsgDOTAFantasyLeaveLeagueResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyLeaveLeagueResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgDOTAFantasyLeaveLeagueResponse) Descriptor

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

func (*CMsgDOTAFantasyLeaveLeagueResponse) GetResult

func (*CMsgDOTAFantasyLeaveLeagueResponse) ProtoMessage

func (*CMsgDOTAFantasyLeaveLeagueResponse) ProtoMessage()

func (*CMsgDOTAFantasyLeaveLeagueResponse) Reset

func (*CMsgDOTAFantasyLeaveLeagueResponse) String

type CMsgDOTAFantasyLeaveLeagueResponse_EResult

type CMsgDOTAFantasyLeaveLeagueResponse_EResult int32
const (
	CMsgDOTAFantasyLeaveLeagueResponse_SUCCESS                CMsgDOTAFantasyLeaveLeagueResponse_EResult = 0
	CMsgDOTAFantasyLeaveLeagueResponse_ERROR_UNSPECIFIED      CMsgDOTAFantasyLeaveLeagueResponse_EResult = 1
	CMsgDOTAFantasyLeaveLeagueResponse_ERROR_NOT_MEMBER       CMsgDOTAFantasyLeaveLeagueResponse_EResult = 2
	CMsgDOTAFantasyLeaveLeagueResponse_ERROR_LEAGUE_NOT_FOUND CMsgDOTAFantasyLeaveLeagueResponse_EResult = 3
	CMsgDOTAFantasyLeaveLeagueResponse_ERROR_DRAFT_ACTIVE     CMsgDOTAFantasyLeaveLeagueResponse_EResult = 4
)
const Default_CMsgDOTAFantasyLeaveLeagueResponse_Result CMsgDOTAFantasyLeaveLeagueResponse_EResult = CMsgDOTAFantasyLeaveLeagueResponse_SUCCESS

func (CMsgDOTAFantasyLeaveLeagueResponse_EResult) Enum

func (CMsgDOTAFantasyLeaveLeagueResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyLeaveLeagueResponse_EResult) String

func (*CMsgDOTAFantasyLeaveLeagueResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyMessageAdd

type CMsgDOTAFantasyMessageAdd struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Message          *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyMessageAdd) Descriptor

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

func (*CMsgDOTAFantasyMessageAdd) GetFantasyLeagueId

func (m *CMsgDOTAFantasyMessageAdd) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyMessageAdd) GetMessage

func (m *CMsgDOTAFantasyMessageAdd) GetMessage() string

func (*CMsgDOTAFantasyMessageAdd) ProtoMessage

func (*CMsgDOTAFantasyMessageAdd) ProtoMessage()

func (*CMsgDOTAFantasyMessageAdd) Reset

func (m *CMsgDOTAFantasyMessageAdd) Reset()

func (*CMsgDOTAFantasyMessageAdd) String

func (m *CMsgDOTAFantasyMessageAdd) String() string

type CMsgDOTAFantasyMessagesRequest

type CMsgDOTAFantasyMessagesRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	StartMessage     *uint32 `protobuf:"varint,2,opt,name=start_message,json=startMessage" json:"start_message,omitempty"`
	EndMessage       *uint32 `protobuf:"varint,3,opt,name=end_message,json=endMessage" json:"end_message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyMessagesRequest) Descriptor

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

func (*CMsgDOTAFantasyMessagesRequest) GetEndMessage

func (m *CMsgDOTAFantasyMessagesRequest) GetEndMessage() uint32

func (*CMsgDOTAFantasyMessagesRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyMessagesRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyMessagesRequest) GetStartMessage

func (m *CMsgDOTAFantasyMessagesRequest) GetStartMessage() uint32

func (*CMsgDOTAFantasyMessagesRequest) ProtoMessage

func (*CMsgDOTAFantasyMessagesRequest) ProtoMessage()

func (*CMsgDOTAFantasyMessagesRequest) Reset

func (m *CMsgDOTAFantasyMessagesRequest) Reset()

func (*CMsgDOTAFantasyMessagesRequest) String

type CMsgDOTAFantasyMessagesResponse

type CMsgDOTAFantasyMessagesResponse struct {
	Result           *CMsgDOTAFantasyMessagesResponse_EResult   `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyMessagesResponse_EResult,def=0" json:"result,omitempty"`
	Messages         []*CMsgDOTAFantasyMessagesResponse_Message `protobuf:"bytes,2,rep,name=messages" json:"messages,omitempty"`
	NumTotalMessages *uint32                                    `protobuf:"varint,3,opt,name=num_total_messages,json=numTotalMessages" json:"num_total_messages,omitempty"`
	XXX_unrecognized []byte                                     `json:"-"`
}

func (*CMsgDOTAFantasyMessagesResponse) Descriptor

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

func (*CMsgDOTAFantasyMessagesResponse) GetMessages

func (*CMsgDOTAFantasyMessagesResponse) GetNumTotalMessages

func (m *CMsgDOTAFantasyMessagesResponse) GetNumTotalMessages() uint32

func (*CMsgDOTAFantasyMessagesResponse) GetResult

func (*CMsgDOTAFantasyMessagesResponse) ProtoMessage

func (*CMsgDOTAFantasyMessagesResponse) ProtoMessage()

func (*CMsgDOTAFantasyMessagesResponse) Reset

func (*CMsgDOTAFantasyMessagesResponse) String

type CMsgDOTAFantasyMessagesResponse_EResult

type CMsgDOTAFantasyMessagesResponse_EResult int32
const (
	CMsgDOTAFantasyMessagesResponse_SUCCESS             CMsgDOTAFantasyMessagesResponse_EResult = 0
	CMsgDOTAFantasyMessagesResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyMessagesResponse_EResult = 1
	CMsgDOTAFantasyMessagesResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyMessagesResponse_EResult = 2
)
const Default_CMsgDOTAFantasyMessagesResponse_Result CMsgDOTAFantasyMessagesResponse_EResult = CMsgDOTAFantasyMessagesResponse_SUCCESS

func (CMsgDOTAFantasyMessagesResponse_EResult) Enum

func (CMsgDOTAFantasyMessagesResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyMessagesResponse_EResult) String

func (*CMsgDOTAFantasyMessagesResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyMessagesResponse_Message

type CMsgDOTAFantasyMessagesResponse_Message struct {
	MessageId        *uint32 `protobuf:"varint,1,opt,name=message_id,json=messageId" json:"message_id,omitempty"`
	Message          *string `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	AuthorAccountId  *uint32 `protobuf:"varint,3,opt,name=author_account_id,json=authorAccountId" json:"author_account_id,omitempty"`
	Time             *uint32 `protobuf:"varint,4,opt,name=time" json:"time,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyMessagesResponse_Message) Descriptor

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

func (*CMsgDOTAFantasyMessagesResponse_Message) GetAuthorAccountId

func (m *CMsgDOTAFantasyMessagesResponse_Message) GetAuthorAccountId() uint32

func (*CMsgDOTAFantasyMessagesResponse_Message) GetMessage

func (*CMsgDOTAFantasyMessagesResponse_Message) GetMessageId

func (*CMsgDOTAFantasyMessagesResponse_Message) GetTime

func (*CMsgDOTAFantasyMessagesResponse_Message) ProtoMessage

func (*CMsgDOTAFantasyMessagesResponse_Message) Reset

func (*CMsgDOTAFantasyMessagesResponse_Message) String

type CMsgDOTAFantasyPlayerHisoricalStatsRequest

type CMsgDOTAFantasyPlayerHisoricalStatsRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) Descriptor

func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyPlayerHisoricalStatsRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) ProtoMessage

func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) Reset

func (*CMsgDOTAFantasyPlayerHisoricalStatsRequest) String

type CMsgDOTAFantasyPlayerHisoricalStatsResponse

type CMsgDOTAFantasyPlayerHisoricalStatsResponse struct {
	Result           *CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult       `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult,def=0" json:"result,omitempty"`
	Stats            []*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats `protobuf:"bytes,2,rep,name=stats" json:"stats,omitempty"`
	XXX_unrecognized []byte                                                     `json:"-"`
}

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) Descriptor

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) GetResult

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) GetStats

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) ProtoMessage

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) Reset

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse) String

type CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult

type CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult int32
const (
	CMsgDOTAFantasyPlayerHisoricalStatsResponse_SUCCESS             CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = 0
	CMsgDOTAFantasyPlayerHisoricalStatsResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = 1
	CMsgDOTAFantasyPlayerHisoricalStatsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = 2
)
const Default_CMsgDOTAFantasyPlayerHisoricalStatsResponse_Result CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult = CMsgDOTAFantasyPlayerHisoricalStatsResponse_SUCCESS

func (CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) Enum

func (CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) String

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator

type CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator struct {
	Matches          *uint32  `protobuf:"varint,1,opt,name=matches" json:"matches,omitempty"`
	Levels           *float32 `protobuf:"fixed32,2,opt,name=levels" json:"levels,omitempty"`
	Kills            *float32 `protobuf:"fixed32,3,opt,name=kills" json:"kills,omitempty"`
	Deaths           *float32 `protobuf:"fixed32,4,opt,name=deaths" json:"deaths,omitempty"`
	Assists          *float32 `protobuf:"fixed32,5,opt,name=assists" json:"assists,omitempty"`
	LastHits         *float32 `protobuf:"fixed32,6,opt,name=last_hits,json=lastHits" json:"last_hits,omitempty"`
	Denies           *float32 `protobuf:"fixed32,7,opt,name=denies" json:"denies,omitempty"`
	Gpm              *float32 `protobuf:"fixed32,8,opt,name=gpm" json:"gpm,omitempty"`
	Xppm             *float32 `protobuf:"fixed32,9,opt,name=xppm" json:"xppm,omitempty"`
	Stuns            *float32 `protobuf:"fixed32,10,opt,name=stuns" json:"stuns,omitempty"`
	Healing          *float32 `protobuf:"fixed32,11,opt,name=healing" json:"healing,omitempty"`
	TowerKills       *float32 `protobuf:"fixed32,12,opt,name=tower_kills,json=towerKills" json:"tower_kills,omitempty"`
	RoshanKills      *float32 `protobuf:"fixed32,13,opt,name=roshan_kills,json=roshanKills" json:"roshan_kills,omitempty"`
	Score            *float32 `protobuf:"fixed32,14,opt,name=score" json:"score,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) Descriptor

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetAssists

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetDeaths

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetDenies

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetGpm

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetHealing

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetKills

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetLastHits

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetLevels

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetMatches

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetRoshanKills

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetScore

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetStuns

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetTowerKills

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) GetXppm

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) ProtoMessage

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) Reset

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator) String

type CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats

type CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats struct {
	AccountId         *uint32                                                             `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Weeks             *uint32                                                             `protobuf:"varint,2,opt,name=weeks" json:"weeks,omitempty"`
	StatsPremium      *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator `protobuf:"bytes,4,opt,name=stats_premium,json=statsPremium" json:"stats_premium,omitempty"`
	StatsProfessional *CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerScoreAccumulator `protobuf:"bytes,5,opt,name=stats_professional,json=statsProfessional" json:"stats_professional,omitempty"`
	XXX_unrecognized  []byte                                                              `json:"-"`
}

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) Descriptor

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetAccountId

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetStatsPremium

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetStatsProfessional

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) GetWeeks

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) ProtoMessage

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) Reset

func (*CMsgDOTAFantasyPlayerHisoricalStatsResponse_PlayerStats) String

type CMsgDOTAFantasyPlayerInfoRequest

type CMsgDOTAFantasyPlayerInfoRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAFantasyPlayerInfoRequest) Descriptor

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

func (*CMsgDOTAFantasyPlayerInfoRequest) ProtoMessage

func (*CMsgDOTAFantasyPlayerInfoRequest) ProtoMessage()

func (*CMsgDOTAFantasyPlayerInfoRequest) Reset

func (*CMsgDOTAFantasyPlayerInfoRequest) String

type CMsgDOTAFantasyPlayerInfoResponse

type CMsgDOTAFantasyPlayerInfoResponse struct {
	Msg              *CMsgGCPlayerInfo `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CMsgDOTAFantasyPlayerInfoResponse) Descriptor

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

func (*CMsgDOTAFantasyPlayerInfoResponse) GetMsg

func (*CMsgDOTAFantasyPlayerInfoResponse) ProtoMessage

func (*CMsgDOTAFantasyPlayerInfoResponse) ProtoMessage()

func (*CMsgDOTAFantasyPlayerInfoResponse) Reset

func (*CMsgDOTAFantasyPlayerInfoResponse) String

type CMsgDOTAFantasyPlayerMatchStats

type CMsgDOTAFantasyPlayerMatchStats struct {
	Matches          []*CMsgDOTAFantasyPlayerStats `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CMsgDOTAFantasyPlayerMatchStats) Descriptor

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

func (*CMsgDOTAFantasyPlayerMatchStats) GetMatches

func (*CMsgDOTAFantasyPlayerMatchStats) ProtoMessage

func (*CMsgDOTAFantasyPlayerMatchStats) ProtoMessage()

func (*CMsgDOTAFantasyPlayerMatchStats) Reset

func (*CMsgDOTAFantasyPlayerMatchStats) String

type CMsgDOTAFantasyPlayerScoreDetailsRequest

type CMsgDOTAFantasyPlayerScoreDetailsRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	PlayerAccountId  *uint32 `protobuf:"varint,2,opt,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	StartTime        *uint32 `protobuf:"varint,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	EndTime          *uint32 `protobuf:"varint,4,opt,name=end_time,json=endTime" json:"end_time,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) Descriptor

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

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) GetEndTime

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) GetPlayerAccountId

func (m *CMsgDOTAFantasyPlayerScoreDetailsRequest) GetPlayerAccountId() uint32

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) GetStartTime

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) ProtoMessage

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) Reset

func (*CMsgDOTAFantasyPlayerScoreDetailsRequest) String

type CMsgDOTAFantasyPlayerScoreDetailsResponse

type CMsgDOTAFantasyPlayerScoreDetailsResponse struct {
	Result           *CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult           `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult,def=0" json:"result,omitempty"`
	Data             []*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData `protobuf:"bytes,2,rep,name=data" json:"data,omitempty"`
	XXX_unrecognized []byte                                                       `json:"-"`
}

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) Descriptor

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

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) GetData

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) GetResult

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) ProtoMessage

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) Reset

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse) String

type CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult

type CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult int32
const (
	CMsgDOTAFantasyPlayerScoreDetailsResponse_SUCCESS           CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = 0
	CMsgDOTAFantasyPlayerScoreDetailsResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = 1
	CMsgDOTAFantasyPlayerScoreDetailsResponse_ERROR_NOT_MEMBER  CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = 2
)
const Default_CMsgDOTAFantasyPlayerScoreDetailsResponse_Result CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult = CMsgDOTAFantasyPlayerScoreDetailsResponse_SUCCESS

func (CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) Enum

func (CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) String

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData

type CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	SeriesId         *uint32 `protobuf:"varint,2,opt,name=series_id,json=seriesId" json:"series_id,omitempty"`
	SeriesNum        *uint32 `protobuf:"varint,3,opt,name=series_num,json=seriesNum" json:"series_num,omitempty"`
	SeriesType       *uint32 `protobuf:"varint,4,opt,name=series_type,json=seriesType" json:"series_type,omitempty"`
	LeagueTier       *uint32 `protobuf:"varint,5,opt,name=league_tier,json=leagueTier" json:"league_tier,omitempty"`
	LeagueId         *uint32 `protobuf:"varint,6,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	OpposingTeamId   *uint32 `protobuf:"varint,7,opt,name=opposing_team_id,json=opposingTeamId" json:"opposing_team_id,omitempty"`
	OpposingTeamName *string `protobuf:"bytes,9,opt,name=opposing_team_name,json=opposingTeamName" json:"opposing_team_name,omitempty"`
	OwnedBy          *uint32 `protobuf:"varint,11,opt,name=owned_by,json=ownedBy" json:"owned_by,omitempty"`
	Benched          *bool   `protobuf:"varint,12,opt,name=benched" json:"benched,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) Descriptor

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetBenched

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetLeagueId

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetLeagueTier

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetMatchId

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOpposingTeamId

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOpposingTeamName

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetOwnedBy

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetSeriesId

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetSeriesNum

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) GetSeriesType

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) ProtoMessage

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) Reset

func (*CMsgDOTAFantasyPlayerScoreDetailsResponse_PlayerMatchData) String

type CMsgDOTAFantasyPlayerScoreRequest

type CMsgDOTAFantasyPlayerScoreRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	PlayerAccountId  *uint32 `protobuf:"varint,2,opt,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	FilterStartTime  *uint32 `protobuf:"varint,3,opt,name=filter_start_time,json=filterStartTime" json:"filter_start_time,omitempty"`
	FilterEndTime    *uint32 `protobuf:"varint,4,opt,name=filter_end_time,json=filterEndTime" json:"filter_end_time,omitempty"`
	FilterMatchId    *uint64 `protobuf:"varint,5,opt,name=filter_match_id,json=filterMatchId" json:"filter_match_id,omitempty"`
	FilterLastMatch  *bool   `protobuf:"varint,6,opt,name=filter_last_match,json=filterLastMatch" json:"filter_last_match,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyPlayerScoreRequest) Descriptor

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

func (*CMsgDOTAFantasyPlayerScoreRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyPlayerScoreRequest) GetFilterEndTime

func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterEndTime() uint32

func (*CMsgDOTAFantasyPlayerScoreRequest) GetFilterLastMatch

func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterLastMatch() bool

func (*CMsgDOTAFantasyPlayerScoreRequest) GetFilterMatchId

func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterMatchId() uint64

func (*CMsgDOTAFantasyPlayerScoreRequest) GetFilterStartTime

func (m *CMsgDOTAFantasyPlayerScoreRequest) GetFilterStartTime() uint32

func (*CMsgDOTAFantasyPlayerScoreRequest) GetPlayerAccountId

func (m *CMsgDOTAFantasyPlayerScoreRequest) GetPlayerAccountId() uint32

func (*CMsgDOTAFantasyPlayerScoreRequest) ProtoMessage

func (*CMsgDOTAFantasyPlayerScoreRequest) ProtoMessage()

func (*CMsgDOTAFantasyPlayerScoreRequest) Reset

func (*CMsgDOTAFantasyPlayerScoreRequest) String

type CMsgDOTAFantasyPlayerScoreResponse

type CMsgDOTAFantasyPlayerScoreResponse struct {
	Result           *CMsgDOTAFantasyPlayerScoreResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerScoreResponse_EResult,def=0" json:"result,omitempty"`
	FantasyLeagueId  *uint32                                     `protobuf:"varint,2,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	PlayerAccountId  *uint32                                     `protobuf:"varint,3,opt,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	PlayerName       *string                                     `protobuf:"bytes,4,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
	Score            *float32                                    `protobuf:"fixed32,5,opt,name=score" json:"score,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgDOTAFantasyPlayerScoreResponse) Descriptor

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

func (*CMsgDOTAFantasyPlayerScoreResponse) GetFantasyLeagueId

func (m *CMsgDOTAFantasyPlayerScoreResponse) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyPlayerScoreResponse) GetPlayerAccountId

func (m *CMsgDOTAFantasyPlayerScoreResponse) GetPlayerAccountId() uint32

func (*CMsgDOTAFantasyPlayerScoreResponse) GetPlayerName

func (m *CMsgDOTAFantasyPlayerScoreResponse) GetPlayerName() string

func (*CMsgDOTAFantasyPlayerScoreResponse) GetResult

func (*CMsgDOTAFantasyPlayerScoreResponse) GetScore

func (*CMsgDOTAFantasyPlayerScoreResponse) ProtoMessage

func (*CMsgDOTAFantasyPlayerScoreResponse) ProtoMessage()

func (*CMsgDOTAFantasyPlayerScoreResponse) Reset

func (*CMsgDOTAFantasyPlayerScoreResponse) String

type CMsgDOTAFantasyPlayerScoreResponse_EResult

type CMsgDOTAFantasyPlayerScoreResponse_EResult int32
const (
	CMsgDOTAFantasyPlayerScoreResponse_SUCCESS             CMsgDOTAFantasyPlayerScoreResponse_EResult = 0
	CMsgDOTAFantasyPlayerScoreResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyPlayerScoreResponse_EResult = 1
	CMsgDOTAFantasyPlayerScoreResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyPlayerScoreResponse_EResult = 2
)
const Default_CMsgDOTAFantasyPlayerScoreResponse_Result CMsgDOTAFantasyPlayerScoreResponse_EResult = CMsgDOTAFantasyPlayerScoreResponse_SUCCESS

func (CMsgDOTAFantasyPlayerScoreResponse_EResult) Enum

func (CMsgDOTAFantasyPlayerScoreResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyPlayerScoreResponse_EResult) String

func (*CMsgDOTAFantasyPlayerScoreResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyPlayerStandingsRequest

type CMsgDOTAFantasyPlayerStandingsRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Count            *uint32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	Role             *uint32 `protobuf:"varint,3,opt,name=role" json:"role,omitempty"`
	FilterStartTime  *uint32 `protobuf:"varint,4,opt,name=filter_start_time,json=filterStartTime" json:"filter_start_time,omitempty"`
	FilterEndTime    *uint32 `protobuf:"varint,5,opt,name=filter_end_time,json=filterEndTime" json:"filter_end_time,omitempty"`
	FilterMatchId    *uint64 `protobuf:"varint,6,opt,name=filter_match_id,json=filterMatchId" json:"filter_match_id,omitempty"`
	FilterLastMatch  *bool   `protobuf:"varint,7,opt,name=filter_last_match,json=filterLastMatch" json:"filter_last_match,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyPlayerStandingsRequest) Descriptor

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

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetCount

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetFilterEndTime

func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterEndTime() uint32

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetFilterLastMatch

func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterLastMatch() bool

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetFilterMatchId

func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterMatchId() uint64

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetFilterStartTime

func (m *CMsgDOTAFantasyPlayerStandingsRequest) GetFilterStartTime() uint32

func (*CMsgDOTAFantasyPlayerStandingsRequest) GetRole

func (*CMsgDOTAFantasyPlayerStandingsRequest) ProtoMessage

func (*CMsgDOTAFantasyPlayerStandingsRequest) ProtoMessage()

func (*CMsgDOTAFantasyPlayerStandingsRequest) Reset

func (*CMsgDOTAFantasyPlayerStandingsRequest) String

type CMsgDOTAFantasyPlayerStandingsResponse

type CMsgDOTAFantasyPlayerStandingsResponse struct {
	Result           *CMsgDOTAFantasyPlayerStandingsResponse_EResult           `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyPlayerStandingsResponse_EResult,def=0" json:"result,omitempty"`
	FantasyLeagueId  *uint32                                                   `protobuf:"varint,2,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Role             *uint32                                                   `protobuf:"varint,3,opt,name=role" json:"role,omitempty"`
	PlayerScores     []*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore `protobuf:"bytes,4,rep,name=player_scores,json=playerScores" json:"player_scores,omitempty"`
	XXX_unrecognized []byte                                                    `json:"-"`
}

func (*CMsgDOTAFantasyPlayerStandingsResponse) Descriptor

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

func (*CMsgDOTAFantasyPlayerStandingsResponse) GetFantasyLeagueId

func (m *CMsgDOTAFantasyPlayerStandingsResponse) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyPlayerStandingsResponse) GetPlayerScores

func (*CMsgDOTAFantasyPlayerStandingsResponse) GetResult

func (*CMsgDOTAFantasyPlayerStandingsResponse) GetRole

func (*CMsgDOTAFantasyPlayerStandingsResponse) ProtoMessage

func (*CMsgDOTAFantasyPlayerStandingsResponse) Reset

func (*CMsgDOTAFantasyPlayerStandingsResponse) String

type CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore

type CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore struct {
	PlayerAccountId  *uint32  `protobuf:"varint,1,opt,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	PlayerName       *string  `protobuf:"bytes,2,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
	Score            *float32 `protobuf:"fixed32,3,opt,name=score" json:"score,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) Descriptor

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) GetPlayerAccountId

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) GetPlayerName

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) GetScore

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) ProtoMessage

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) Reset

func (*CMsgDOTAFantasyPlayerStandingsResponse_CMsgPlayerScore) String

type CMsgDOTAFantasyPlayerStandingsResponse_EResult

type CMsgDOTAFantasyPlayerStandingsResponse_EResult int32
const (
	CMsgDOTAFantasyPlayerStandingsResponse_SUCCESS             CMsgDOTAFantasyPlayerStandingsResponse_EResult = 0
	CMsgDOTAFantasyPlayerStandingsResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyPlayerStandingsResponse_EResult = 1
	CMsgDOTAFantasyPlayerStandingsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyPlayerStandingsResponse_EResult = 2
)
const Default_CMsgDOTAFantasyPlayerStandingsResponse_Result CMsgDOTAFantasyPlayerStandingsResponse_EResult = CMsgDOTAFantasyPlayerStandingsResponse_SUCCESS

func (CMsgDOTAFantasyPlayerStandingsResponse_EResult) Enum

func (CMsgDOTAFantasyPlayerStandingsResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyPlayerStandingsResponse_EResult) String

func (*CMsgDOTAFantasyPlayerStandingsResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyPlayerStats

type CMsgDOTAFantasyPlayerStats struct {
	PlayerAccountId        *uint32  `protobuf:"varint,1,opt,name=player_account_id,json=playerAccountId" json:"player_account_id,omitempty"`
	MatchId                *uint64  `protobuf:"varint,2,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	MatchCompleted         *bool    `protobuf:"varint,3,opt,name=match_completed,json=matchCompleted" json:"match_completed,omitempty"`
	TeamId                 *uint32  `protobuf:"varint,4,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	LeagueId               *uint32  `protobuf:"varint,5,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Delay                  *uint32  `protobuf:"varint,6,opt,name=delay" json:"delay,omitempty"`
	SeriesId               *uint32  `protobuf:"varint,7,opt,name=series_id,json=seriesId" json:"series_id,omitempty"`
	SeriesType             *uint32  `protobuf:"varint,8,opt,name=series_type,json=seriesType" json:"series_type,omitempty"`
	Kills                  *uint32  `protobuf:"varint,10,opt,name=kills" json:"kills,omitempty"`
	Deaths                 *uint32  `protobuf:"varint,11,opt,name=deaths" json:"deaths,omitempty"`
	Cs                     *uint32  `protobuf:"varint,12,opt,name=cs" json:"cs,omitempty"`
	Gpm                    *float32 `protobuf:"fixed32,13,opt,name=gpm" json:"gpm,omitempty"`
	TowerKills             *uint32  `protobuf:"varint,14,opt,name=tower_kills,json=towerKills" json:"tower_kills,omitempty"`
	RoshanKills            *uint32  `protobuf:"varint,15,opt,name=roshan_kills,json=roshanKills" json:"roshan_kills,omitempty"`
	TeamfightParticipation *float32 `protobuf:"fixed32,16,opt,name=teamfight_participation,json=teamfightParticipation" json:"teamfight_participation,omitempty"`
	WardsPlaced            *uint32  `protobuf:"varint,17,opt,name=wards_placed,json=wardsPlaced" json:"wards_placed,omitempty"`
	CampsStacked           *uint32  `protobuf:"varint,18,opt,name=camps_stacked,json=campsStacked" json:"camps_stacked,omitempty"`
	RunesGrabbed           *uint32  `protobuf:"varint,19,opt,name=runes_grabbed,json=runesGrabbed" json:"runes_grabbed,omitempty"`
	FirstBlood             *uint32  `protobuf:"varint,20,opt,name=first_blood,json=firstBlood" json:"first_blood,omitempty"`
	Stuns                  *float32 `protobuf:"fixed32,21,opt,name=stuns" json:"stuns,omitempty"`
	XXX_unrecognized       []byte   `json:"-"`
}

func (*CMsgDOTAFantasyPlayerStats) Descriptor

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

func (*CMsgDOTAFantasyPlayerStats) GetCampsStacked

func (m *CMsgDOTAFantasyPlayerStats) GetCampsStacked() uint32

func (*CMsgDOTAFantasyPlayerStats) GetCs

func (*CMsgDOTAFantasyPlayerStats) GetDeaths

func (m *CMsgDOTAFantasyPlayerStats) GetDeaths() uint32

func (*CMsgDOTAFantasyPlayerStats) GetDelay

func (m *CMsgDOTAFantasyPlayerStats) GetDelay() uint32

func (*CMsgDOTAFantasyPlayerStats) GetFirstBlood

func (m *CMsgDOTAFantasyPlayerStats) GetFirstBlood() uint32

func (*CMsgDOTAFantasyPlayerStats) GetGpm

func (m *CMsgDOTAFantasyPlayerStats) GetGpm() float32

func (*CMsgDOTAFantasyPlayerStats) GetKills

func (m *CMsgDOTAFantasyPlayerStats) GetKills() uint32

func (*CMsgDOTAFantasyPlayerStats) GetLeagueId

func (m *CMsgDOTAFantasyPlayerStats) GetLeagueId() uint32

func (*CMsgDOTAFantasyPlayerStats) GetMatchCompleted

func (m *CMsgDOTAFantasyPlayerStats) GetMatchCompleted() bool

func (*CMsgDOTAFantasyPlayerStats) GetMatchId

func (m *CMsgDOTAFantasyPlayerStats) GetMatchId() uint64

func (*CMsgDOTAFantasyPlayerStats) GetPlayerAccountId

func (m *CMsgDOTAFantasyPlayerStats) GetPlayerAccountId() uint32

func (*CMsgDOTAFantasyPlayerStats) GetRoshanKills

func (m *CMsgDOTAFantasyPlayerStats) GetRoshanKills() uint32

func (*CMsgDOTAFantasyPlayerStats) GetRunesGrabbed

func (m *CMsgDOTAFantasyPlayerStats) GetRunesGrabbed() uint32

func (*CMsgDOTAFantasyPlayerStats) GetSeriesId

func (m *CMsgDOTAFantasyPlayerStats) GetSeriesId() uint32

func (*CMsgDOTAFantasyPlayerStats) GetSeriesType

func (m *CMsgDOTAFantasyPlayerStats) GetSeriesType() uint32

func (*CMsgDOTAFantasyPlayerStats) GetStuns

func (m *CMsgDOTAFantasyPlayerStats) GetStuns() float32

func (*CMsgDOTAFantasyPlayerStats) GetTeamId

func (m *CMsgDOTAFantasyPlayerStats) GetTeamId() uint32

func (*CMsgDOTAFantasyPlayerStats) GetTeamfightParticipation

func (m *CMsgDOTAFantasyPlayerStats) GetTeamfightParticipation() float32

func (*CMsgDOTAFantasyPlayerStats) GetTowerKills

func (m *CMsgDOTAFantasyPlayerStats) GetTowerKills() uint32

func (*CMsgDOTAFantasyPlayerStats) GetWardsPlaced

func (m *CMsgDOTAFantasyPlayerStats) GetWardsPlaced() uint32

func (*CMsgDOTAFantasyPlayerStats) ProtoMessage

func (*CMsgDOTAFantasyPlayerStats) ProtoMessage()

func (*CMsgDOTAFantasyPlayerStats) Reset

func (m *CMsgDOTAFantasyPlayerStats) Reset()

func (*CMsgDOTAFantasyPlayerStats) String

func (m *CMsgDOTAFantasyPlayerStats) String() string

type CMsgDOTAFantasyRemoveOwner

type CMsgDOTAFantasyRemoveOwner struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	OwnerAccountId   *uint32 `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	TeamIndex        *uint32 `protobuf:"varint,3,opt,name=team_index,json=teamIndex" json:"team_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyRemoveOwner) Descriptor

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

func (*CMsgDOTAFantasyRemoveOwner) GetFantasyLeagueId

func (m *CMsgDOTAFantasyRemoveOwner) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyRemoveOwner) GetOwnerAccountId

func (m *CMsgDOTAFantasyRemoveOwner) GetOwnerAccountId() uint32

func (*CMsgDOTAFantasyRemoveOwner) GetTeamIndex

func (m *CMsgDOTAFantasyRemoveOwner) GetTeamIndex() uint32

func (*CMsgDOTAFantasyRemoveOwner) ProtoMessage

func (*CMsgDOTAFantasyRemoveOwner) ProtoMessage()

func (*CMsgDOTAFantasyRemoveOwner) Reset

func (m *CMsgDOTAFantasyRemoveOwner) Reset()

func (*CMsgDOTAFantasyRemoveOwner) String

func (m *CMsgDOTAFantasyRemoveOwner) String() string

type CMsgDOTAFantasyRemoveOwnerResponse

type CMsgDOTAFantasyRemoveOwnerResponse struct {
	Result           *CMsgDOTAFantasyRemoveOwnerResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyRemoveOwnerResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgDOTAFantasyRemoveOwnerResponse) Descriptor

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

func (*CMsgDOTAFantasyRemoveOwnerResponse) GetResult

func (*CMsgDOTAFantasyRemoveOwnerResponse) ProtoMessage

func (*CMsgDOTAFantasyRemoveOwnerResponse) ProtoMessage()

func (*CMsgDOTAFantasyRemoveOwnerResponse) Reset

func (*CMsgDOTAFantasyRemoveOwnerResponse) String

type CMsgDOTAFantasyRemoveOwnerResponse_EResult

type CMsgDOTAFantasyRemoveOwnerResponse_EResult int32
const (
	CMsgDOTAFantasyRemoveOwnerResponse_SUCCESS             CMsgDOTAFantasyRemoveOwnerResponse_EResult = 0
	CMsgDOTAFantasyRemoveOwnerResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyRemoveOwnerResponse_EResult = 1
	CMsgDOTAFantasyRemoveOwnerResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyRemoveOwnerResponse_EResult = 2
	CMsgDOTAFantasyRemoveOwnerResponse_ERROR_LEAGUE_LOCKED CMsgDOTAFantasyRemoveOwnerResponse_EResult = 3
	CMsgDOTAFantasyRemoveOwnerResponse_ERROR_NOT_A_MEMBER  CMsgDOTAFantasyRemoveOwnerResponse_EResult = 4
)
const Default_CMsgDOTAFantasyRemoveOwnerResponse_Result CMsgDOTAFantasyRemoveOwnerResponse_EResult = CMsgDOTAFantasyRemoveOwnerResponse_SUCCESS

func (CMsgDOTAFantasyRemoveOwnerResponse_EResult) Enum

func (CMsgDOTAFantasyRemoveOwnerResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyRemoveOwnerResponse_EResult) String

func (*CMsgDOTAFantasyRemoveOwnerResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyScheduledMatchesRequest

type CMsgDOTAFantasyScheduledMatchesRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyScheduledMatchesRequest) Descriptor

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

func (*CMsgDOTAFantasyScheduledMatchesRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyScheduledMatchesRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyScheduledMatchesRequest) ProtoMessage

func (*CMsgDOTAFantasyScheduledMatchesRequest) Reset

func (*CMsgDOTAFantasyScheduledMatchesRequest) String

type CMsgDOTAFantasyScheduledMatchesResponse

type CMsgDOTAFantasyScheduledMatchesResponse struct {
	Result             *CMsgDOTAFantasyScheduledMatchesResponse_EResult              `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyScheduledMatchesResponse_EResult,def=0" json:"result,omitempty"`
	ScheduledMatchDays []*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays `protobuf:"bytes,2,rep,name=scheduled_match_days,json=scheduledMatchDays" json:"scheduled_match_days,omitempty"`
	XXX_unrecognized   []byte                                                        `json:"-"`
}

func (*CMsgDOTAFantasyScheduledMatchesResponse) Descriptor

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

func (*CMsgDOTAFantasyScheduledMatchesResponse) GetResult

func (*CMsgDOTAFantasyScheduledMatchesResponse) GetScheduledMatchDays

func (*CMsgDOTAFantasyScheduledMatchesResponse) ProtoMessage

func (*CMsgDOTAFantasyScheduledMatchesResponse) Reset

func (*CMsgDOTAFantasyScheduledMatchesResponse) String

type CMsgDOTAFantasyScheduledMatchesResponse_EResult

type CMsgDOTAFantasyScheduledMatchesResponse_EResult int32
const (
	CMsgDOTAFantasyScheduledMatchesResponse_SUCCESS           CMsgDOTAFantasyScheduledMatchesResponse_EResult = 0
	CMsgDOTAFantasyScheduledMatchesResponse_ERROR_UNSPECIFIED CMsgDOTAFantasyScheduledMatchesResponse_EResult = 1
)
const Default_CMsgDOTAFantasyScheduledMatchesResponse_Result CMsgDOTAFantasyScheduledMatchesResponse_EResult = CMsgDOTAFantasyScheduledMatchesResponse_SUCCESS

func (CMsgDOTAFantasyScheduledMatchesResponse_EResult) Enum

func (CMsgDOTAFantasyScheduledMatchesResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyScheduledMatchesResponse_EResult) String

func (*CMsgDOTAFantasyScheduledMatchesResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays

type CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays struct {
	Timestamp        *uint32  `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	TeamIds          []uint32 `protobuf:"varint,2,rep,name=team_ids,json=teamIds" json:"team_ids,omitempty"`
	LeagueIds        []uint32 `protobuf:"varint,3,rep,name=league_ids,json=leagueIds" json:"league_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) Descriptor

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) GetLeagueIds

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) GetTeamIds

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) GetTimestamp

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) ProtoMessage

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) Reset

func (*CMsgDOTAFantasyScheduledMatchesResponse_ScheduledMatchDays) String

type CMsgDOTAFantasyTeamCreateRequest

type CMsgDOTAFantasyTeamCreateRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Password         *string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	TeamName         *string `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	TicketItemId     *uint64 `protobuf:"varint,5,opt,name=ticket_item_id,json=ticketItemId" json:"ticket_item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamCreateRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamCreateRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamCreateRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamCreateRequest) GetPassword

func (m *CMsgDOTAFantasyTeamCreateRequest) GetPassword() string

func (*CMsgDOTAFantasyTeamCreateRequest) GetTeamName

func (m *CMsgDOTAFantasyTeamCreateRequest) GetTeamName() string

func (*CMsgDOTAFantasyTeamCreateRequest) GetTicketItemId

func (m *CMsgDOTAFantasyTeamCreateRequest) GetTicketItemId() uint64

func (*CMsgDOTAFantasyTeamCreateRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamCreateRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamCreateRequest) Reset

func (*CMsgDOTAFantasyTeamCreateRequest) String

type CMsgDOTAFantasyTeamCreateResponse

type CMsgDOTAFantasyTeamCreateResponse struct {
	Result           *CMsgDOTAFantasyTeamCreateResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamCreateResponse_EResult,def=0" json:"result,omitempty"`
	FantasyTeamIndex *uint32                                    `protobuf:"varint,2,opt,name=fantasy_team_index,json=fantasyTeamIndex" json:"fantasy_team_index,omitempty"`
	XXX_unrecognized []byte                                     `json:"-"`
}

func (*CMsgDOTAFantasyTeamCreateResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamCreateResponse) GetFantasyTeamIndex

func (m *CMsgDOTAFantasyTeamCreateResponse) GetFantasyTeamIndex() uint32

func (*CMsgDOTAFantasyTeamCreateResponse) GetResult

func (*CMsgDOTAFantasyTeamCreateResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamCreateResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamCreateResponse) Reset

func (*CMsgDOTAFantasyTeamCreateResponse) String

type CMsgDOTAFantasyTeamCreateResponse_EResult

type CMsgDOTAFantasyTeamCreateResponse_EResult int32
const (
	CMsgDOTAFantasyTeamCreateResponse_SUCCESS                     CMsgDOTAFantasyTeamCreateResponse_EResult = 0
	CMsgDOTAFantasyTeamCreateResponse_ERROR_NO_PERMISSION         CMsgDOTAFantasyTeamCreateResponse_EResult = 1
	CMsgDOTAFantasyTeamCreateResponse_ERROR_FAILED_LOGO_UPLOAD    CMsgDOTAFantasyTeamCreateResponse_EResult = 2
	CMsgDOTAFantasyTeamCreateResponse_ERROR_BAD_FANTASY_LEAGUE_ID CMsgDOTAFantasyTeamCreateResponse_EResult = 3
	CMsgDOTAFantasyTeamCreateResponse_ERROR_BAD_NAME              CMsgDOTAFantasyTeamCreateResponse_EResult = 4
	CMsgDOTAFantasyTeamCreateResponse_ERROR_FULL                  CMsgDOTAFantasyTeamCreateResponse_EResult = 5
	CMsgDOTAFantasyTeamCreateResponse_ERROR_ALREADY_MEMBER        CMsgDOTAFantasyTeamCreateResponse_EResult = 6
	CMsgDOTAFantasyTeamCreateResponse_ERROR_BAD_PASSWORD          CMsgDOTAFantasyTeamCreateResponse_EResult = 7
	CMsgDOTAFantasyTeamCreateResponse_ERROR_UNSPECIFIED           CMsgDOTAFantasyTeamCreateResponse_EResult = 8
	CMsgDOTAFantasyTeamCreateResponse_ERROR_NO_TICKET             CMsgDOTAFantasyTeamCreateResponse_EResult = 9
	CMsgDOTAFantasyTeamCreateResponse_ERROR_LEAGUE_LOCKED         CMsgDOTAFantasyTeamCreateResponse_EResult = 10
)
const Default_CMsgDOTAFantasyTeamCreateResponse_Result CMsgDOTAFantasyTeamCreateResponse_EResult = CMsgDOTAFantasyTeamCreateResponse_SUCCESS

func (CMsgDOTAFantasyTeamCreateResponse_EResult) Enum

func (CMsgDOTAFantasyTeamCreateResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyTeamCreateResponse_EResult) String

func (*CMsgDOTAFantasyTeamCreateResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyTeamInfo

type CMsgDOTAFantasyTeamInfo struct {
	FantasyLeagueId  *uint32  `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	OwnerAccountId   *uint32  `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	FantasyTeamIndex *uint32  `protobuf:"varint,3,opt,name=fantasy_team_index,json=fantasyTeamIndex" json:"fantasy_team_index,omitempty"`
	TeamName         *string  `protobuf:"bytes,4,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	Wins             *uint32  `protobuf:"varint,6,opt,name=wins" json:"wins,omitempty"`
	Losses           *uint32  `protobuf:"varint,7,opt,name=losses" json:"losses,omitempty"`
	CurrentRoster    []uint32 `protobuf:"varint,8,rep,name=current_roster,json=currentRoster" json:"current_roster,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyTeamInfo) Descriptor

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

func (*CMsgDOTAFantasyTeamInfo) GetCurrentRoster

func (m *CMsgDOTAFantasyTeamInfo) GetCurrentRoster() []uint32

func (*CMsgDOTAFantasyTeamInfo) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamInfo) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamInfo) GetFantasyTeamIndex

func (m *CMsgDOTAFantasyTeamInfo) GetFantasyTeamIndex() uint32

func (*CMsgDOTAFantasyTeamInfo) GetLosses

func (m *CMsgDOTAFantasyTeamInfo) GetLosses() uint32

func (*CMsgDOTAFantasyTeamInfo) GetOwnerAccountId

func (m *CMsgDOTAFantasyTeamInfo) GetOwnerAccountId() uint32
func (m *CMsgDOTAFantasyTeamInfo) GetTeamLogo() uint64

func (*CMsgDOTAFantasyTeamInfo) GetTeamName

func (m *CMsgDOTAFantasyTeamInfo) GetTeamName() string

func (*CMsgDOTAFantasyTeamInfo) GetWins

func (m *CMsgDOTAFantasyTeamInfo) GetWins() uint32

func (*CMsgDOTAFantasyTeamInfo) ProtoMessage

func (*CMsgDOTAFantasyTeamInfo) ProtoMessage()

func (*CMsgDOTAFantasyTeamInfo) Reset

func (m *CMsgDOTAFantasyTeamInfo) Reset()

func (*CMsgDOTAFantasyTeamInfo) String

func (m *CMsgDOTAFantasyTeamInfo) String() string

type CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID

type CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) Descriptor

func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) GetFantasyLeagueId

func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) ProtoMessage

func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) Reset

func (*CMsgDOTAFantasyTeamInfoRequestByFantasyLeagueID) String

type CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID

type CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID struct {
	OwnerAccountId   *uint32 `protobuf:"varint,1,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) Descriptor

func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) GetOwnerAccountId

func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) ProtoMessage

func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) Reset

func (*CMsgDOTAFantasyTeamInfoRequestByOwnerAccountID) String

type CMsgDOTAFantasyTeamInfoResponse

type CMsgDOTAFantasyTeamInfoResponse struct {
	Results          []*CMsgDOTAFantasyTeamInfo `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgDOTAFantasyTeamInfoResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamInfoResponse) GetResults

func (*CMsgDOTAFantasyTeamInfoResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamInfoResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamInfoResponse) Reset

func (*CMsgDOTAFantasyTeamInfoResponse) String

type CMsgDOTAFantasyTeamRosterAddDropRequest

type CMsgDOTAFantasyTeamRosterAddDropRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	TeamIndex        *uint32 `protobuf:"varint,2,opt,name=team_index,json=teamIndex" json:"team_index,omitempty"`
	AddAccountId     *uint32 `protobuf:"varint,5,opt,name=add_account_id,json=addAccountId" json:"add_account_id,omitempty"`
	DropAccountId    *uint32 `protobuf:"varint,6,opt,name=drop_account_id,json=dropAccountId" json:"drop_account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) GetAddAccountId

func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetAddAccountId() uint32

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) GetDropAccountId

func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetDropAccountId() uint32

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamRosterAddDropRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) GetTeamIndex

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) Reset

func (*CMsgDOTAFantasyTeamRosterAddDropRequest) String

type CMsgDOTAFantasyTeamRosterAddDropResponse

type CMsgDOTAFantasyTeamRosterAddDropResponse struct {
	Result           *CMsgDOTAFantasyTeamRosterAddDropResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamRosterAddDropResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgDOTAFantasyTeamRosterAddDropResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamRosterAddDropResponse) GetResult

func (*CMsgDOTAFantasyTeamRosterAddDropResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamRosterAddDropResponse) Reset

func (*CMsgDOTAFantasyTeamRosterAddDropResponse) String

type CMsgDOTAFantasyTeamRosterAddDropResponse_EResult

type CMsgDOTAFantasyTeamRosterAddDropResponse_EResult int32
const (
	CMsgDOTAFantasyTeamRosterAddDropResponse_SUCCESS                     CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 0
	CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_UNSPECIFIED           CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 1
	CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_OWNER_NOT_IN_LEAGUE   CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 2
	CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_PLAYER_NOT_AVAILABLE  CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 3
	CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_PLAYER_NOT_ON_TEAM    CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 4
	CMsgDOTAFantasyTeamRosterAddDropResponse_ERROR_TRADE_ALREADY_PENDING CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = 5
)
const Default_CMsgDOTAFantasyTeamRosterAddDropResponse_Result CMsgDOTAFantasyTeamRosterAddDropResponse_EResult = CMsgDOTAFantasyTeamRosterAddDropResponse_SUCCESS

func (CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) Enum

func (CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) String

func (*CMsgDOTAFantasyTeamRosterAddDropResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyTeamRosterRequest

type CMsgDOTAFantasyTeamRosterRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	TeamIndex        *uint32 `protobuf:"varint,2,opt,name=team_index,json=teamIndex" json:"team_index,omitempty"`
	OwnerAccountId   *uint32 `protobuf:"varint,3,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamRosterRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamRosterRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamRosterRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamRosterRequest) GetOwnerAccountId

func (m *CMsgDOTAFantasyTeamRosterRequest) GetOwnerAccountId() uint32

func (*CMsgDOTAFantasyTeamRosterRequest) GetTeamIndex

func (m *CMsgDOTAFantasyTeamRosterRequest) GetTeamIndex() uint32

func (*CMsgDOTAFantasyTeamRosterRequest) GetTimestamp

func (m *CMsgDOTAFantasyTeamRosterRequest) GetTimestamp() uint32

func (*CMsgDOTAFantasyTeamRosterRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamRosterRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamRosterRequest) Reset

func (*CMsgDOTAFantasyTeamRosterRequest) String

type CMsgDOTAFantasyTeamRosterResponse

type CMsgDOTAFantasyTeamRosterResponse struct {
	Result           *CMsgDOTAFantasyTeamRosterResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamRosterResponse_EResult,def=0" json:"result,omitempty"`
	PlayerAccountIds []uint32                                   `protobuf:"varint,2,rep,name=player_account_ids,json=playerAccountIds" json:"player_account_ids,omitempty"`
	PlayerLocked     []bool                                     `protobuf:"varint,3,rep,name=player_locked,json=playerLocked" json:"player_locked,omitempty"`
	XXX_unrecognized []byte                                     `json:"-"`
}

func (*CMsgDOTAFantasyTeamRosterResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamRosterResponse) GetPlayerAccountIds

func (m *CMsgDOTAFantasyTeamRosterResponse) GetPlayerAccountIds() []uint32

func (*CMsgDOTAFantasyTeamRosterResponse) GetPlayerLocked

func (m *CMsgDOTAFantasyTeamRosterResponse) GetPlayerLocked() []bool

func (*CMsgDOTAFantasyTeamRosterResponse) GetResult

func (*CMsgDOTAFantasyTeamRosterResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamRosterResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamRosterResponse) Reset

func (*CMsgDOTAFantasyTeamRosterResponse) String

type CMsgDOTAFantasyTeamRosterResponse_EResult

type CMsgDOTAFantasyTeamRosterResponse_EResult int32
const (
	CMsgDOTAFantasyTeamRosterResponse_SUCCESS                   CMsgDOTAFantasyTeamRosterResponse_EResult = 0
	CMsgDOTAFantasyTeamRosterResponse_ERROR_UNSPECIFIED         CMsgDOTAFantasyTeamRosterResponse_EResult = 1
	CMsgDOTAFantasyTeamRosterResponse_ERROR_NO_PERMISSION       CMsgDOTAFantasyTeamRosterResponse_EResult = 2
	CMsgDOTAFantasyTeamRosterResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamRosterResponse_EResult = 3
)
const Default_CMsgDOTAFantasyTeamRosterResponse_Result CMsgDOTAFantasyTeamRosterResponse_EResult = CMsgDOTAFantasyTeamRosterResponse_SUCCESS

func (CMsgDOTAFantasyTeamRosterResponse_EResult) Enum

func (CMsgDOTAFantasyTeamRosterResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyTeamRosterResponse_EResult) String

func (*CMsgDOTAFantasyTeamRosterResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyTeamRosterSwapRequest

type CMsgDOTAFantasyTeamRosterSwapRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	TeamIndex        *uint32 `protobuf:"varint,2,opt,name=team_index,json=teamIndex" json:"team_index,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	Slot_1           *uint32 `protobuf:"varint,4,opt,name=slot_1,json=slot1" json:"slot_1,omitempty"`
	Slot_2           *uint32 `protobuf:"varint,5,opt,name=slot_2,json=slot2" json:"slot_2,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamRosterSwapRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamRosterSwapRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamRosterSwapRequest) GetSlot_1

func (*CMsgDOTAFantasyTeamRosterSwapRequest) GetSlot_2

func (*CMsgDOTAFantasyTeamRosterSwapRequest) GetTeamIndex

func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetTeamIndex() uint32

func (*CMsgDOTAFantasyTeamRosterSwapRequest) GetTimestamp

func (m *CMsgDOTAFantasyTeamRosterSwapRequest) GetTimestamp() uint32

func (*CMsgDOTAFantasyTeamRosterSwapRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamRosterSwapRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamRosterSwapRequest) Reset

func (*CMsgDOTAFantasyTeamRosterSwapRequest) String

type CMsgDOTAFantasyTeamRosterSwapResponse

type CMsgDOTAFantasyTeamRosterSwapResponse struct {
	Result           *CMsgDOTAFantasyTeamRosterSwapResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamRosterSwapResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgDOTAFantasyTeamRosterSwapResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamRosterSwapResponse) GetResult

func (*CMsgDOTAFantasyTeamRosterSwapResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamRosterSwapResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamRosterSwapResponse) Reset

func (*CMsgDOTAFantasyTeamRosterSwapResponse) String

type CMsgDOTAFantasyTeamRosterSwapResponse_EResult

type CMsgDOTAFantasyTeamRosterSwapResponse_EResult int32
const (
	CMsgDOTAFantasyTeamRosterSwapResponse_SUCCESS                   CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 0
	CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_UNSPECIFIED         CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 1
	CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 2
	CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_SLOTS_INVALID       CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 3
	CMsgDOTAFantasyTeamRosterSwapResponse_ERROR_SLOT_LOCKED         CMsgDOTAFantasyTeamRosterSwapResponse_EResult = 4
)
const Default_CMsgDOTAFantasyTeamRosterSwapResponse_Result CMsgDOTAFantasyTeamRosterSwapResponse_EResult = CMsgDOTAFantasyTeamRosterSwapResponse_SUCCESS

func (CMsgDOTAFantasyTeamRosterSwapResponse_EResult) Enum

func (CMsgDOTAFantasyTeamRosterSwapResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyTeamRosterSwapResponse_EResult) String

func (*CMsgDOTAFantasyTeamRosterSwapResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyTeamScoreRequest

type CMsgDOTAFantasyTeamScoreRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	OwnerAccountId   *uint32 `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	FantasyTeamIndex *uint32 `protobuf:"varint,3,opt,name=fantasy_team_index,json=fantasyTeamIndex" json:"fantasy_team_index,omitempty"`
	FilterMatchId    *uint64 `protobuf:"varint,4,opt,name=filter_match_id,json=filterMatchId" json:"filter_match_id,omitempty"`
	FilterStartTime  *uint32 `protobuf:"varint,5,opt,name=filter_start_time,json=filterStartTime" json:"filter_start_time,omitempty"`
	FilterEndTime    *uint32 `protobuf:"varint,6,opt,name=filter_end_time,json=filterEndTime" json:"filter_end_time,omitempty"`
	IncludeBench     *bool   `protobuf:"varint,7,opt,name=include_bench,json=includeBench" json:"include_bench,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamScoreRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamScoreRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamScoreRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamScoreRequest) GetFantasyTeamIndex

func (m *CMsgDOTAFantasyTeamScoreRequest) GetFantasyTeamIndex() uint32

func (*CMsgDOTAFantasyTeamScoreRequest) GetFilterEndTime

func (m *CMsgDOTAFantasyTeamScoreRequest) GetFilterEndTime() uint32

func (*CMsgDOTAFantasyTeamScoreRequest) GetFilterMatchId

func (m *CMsgDOTAFantasyTeamScoreRequest) GetFilterMatchId() uint64

func (*CMsgDOTAFantasyTeamScoreRequest) GetFilterStartTime

func (m *CMsgDOTAFantasyTeamScoreRequest) GetFilterStartTime() uint32

func (*CMsgDOTAFantasyTeamScoreRequest) GetIncludeBench

func (m *CMsgDOTAFantasyTeamScoreRequest) GetIncludeBench() bool

func (*CMsgDOTAFantasyTeamScoreRequest) GetOwnerAccountId

func (m *CMsgDOTAFantasyTeamScoreRequest) GetOwnerAccountId() uint32

func (*CMsgDOTAFantasyTeamScoreRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamScoreRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamScoreRequest) Reset

func (*CMsgDOTAFantasyTeamScoreRequest) String

type CMsgDOTAFantasyTeamScoreResponse

type CMsgDOTAFantasyTeamScoreResponse struct {
	Result             *CMsgDOTAFantasyTeamScoreResponse_EResult           `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamScoreResponse_EResult,def=0" json:"result,omitempty"`
	FantasyTeamScore   *float32                                            `protobuf:"fixed32,2,opt,name=fantasy_team_score,json=fantasyTeamScore" json:"fantasy_team_score,omitempty"`
	FantasyPlayerScore []*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore `protobuf:"bytes,3,rep,name=fantasy_player_score,json=fantasyPlayerScore" json:"fantasy_player_score,omitempty"`
	XXX_unrecognized   []byte                                              `json:"-"`
}

func (*CMsgDOTAFantasyTeamScoreResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamScoreResponse) GetFantasyPlayerScore

func (*CMsgDOTAFantasyTeamScoreResponse) GetFantasyTeamScore

func (m *CMsgDOTAFantasyTeamScoreResponse) GetFantasyTeamScore() float32

func (*CMsgDOTAFantasyTeamScoreResponse) GetResult

func (*CMsgDOTAFantasyTeamScoreResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamScoreResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamScoreResponse) Reset

func (*CMsgDOTAFantasyTeamScoreResponse) String

type CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore

type CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore struct {
	AccountId        *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Score            *float32 `protobuf:"fixed32,2,opt,name=score" json:"score,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) Descriptor

func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) GetAccountId

func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) GetScore

func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) ProtoMessage

func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) Reset

func (*CMsgDOTAFantasyTeamScoreResponse_CMsgPlayerScore) String

type CMsgDOTAFantasyTeamScoreResponse_EResult

type CMsgDOTAFantasyTeamScoreResponse_EResult int32
const (
	CMsgDOTAFantasyTeamScoreResponse_SUCCESS                   CMsgDOTAFantasyTeamScoreResponse_EResult = 0
	CMsgDOTAFantasyTeamScoreResponse_ERROR_UNSPECIFIED         CMsgDOTAFantasyTeamScoreResponse_EResult = 1
	CMsgDOTAFantasyTeamScoreResponse_ERROR_NO_PERMISSION       CMsgDOTAFantasyTeamScoreResponse_EResult = 2
	CMsgDOTAFantasyTeamScoreResponse_ERROR_OWNER_NOT_IN_LEAGUE CMsgDOTAFantasyTeamScoreResponse_EResult = 3
)
const Default_CMsgDOTAFantasyTeamScoreResponse_Result CMsgDOTAFantasyTeamScoreResponse_EResult = CMsgDOTAFantasyTeamScoreResponse_SUCCESS

func (CMsgDOTAFantasyTeamScoreResponse_EResult) Enum

func (CMsgDOTAFantasyTeamScoreResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyTeamScoreResponse_EResult) String

func (*CMsgDOTAFantasyTeamScoreResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyTeamStandingsRequest

type CMsgDOTAFantasyTeamStandingsRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Count            *uint32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	FilterStartTime  *uint32 `protobuf:"varint,3,opt,name=filter_start_time,json=filterStartTime" json:"filter_start_time,omitempty"`
	FilterEndTime    *uint32 `protobuf:"varint,4,opt,name=filter_end_time,json=filterEndTime" json:"filter_end_time,omitempty"`
	FilterMatchId    *uint64 `protobuf:"varint,5,opt,name=filter_match_id,json=filterMatchId" json:"filter_match_id,omitempty"`
	FilterLastMatch  *bool   `protobuf:"varint,6,opt,name=filter_last_match,json=filterLastMatch" json:"filter_last_match,omitempty"`
	FilterInHall     *bool   `protobuf:"varint,7,opt,name=filter_in_hall,json=filterInHall" json:"filter_in_hall,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamStandingsRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamStandingsRequest) GetCount

func (*CMsgDOTAFantasyTeamStandingsRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamStandingsRequest) GetFilterEndTime

func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterEndTime() uint32

func (*CMsgDOTAFantasyTeamStandingsRequest) GetFilterInHall

func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterInHall() bool

func (*CMsgDOTAFantasyTeamStandingsRequest) GetFilterLastMatch

func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterLastMatch() bool

func (*CMsgDOTAFantasyTeamStandingsRequest) GetFilterMatchId

func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterMatchId() uint64

func (*CMsgDOTAFantasyTeamStandingsRequest) GetFilterStartTime

func (m *CMsgDOTAFantasyTeamStandingsRequest) GetFilterStartTime() uint32

func (*CMsgDOTAFantasyTeamStandingsRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamStandingsRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamStandingsRequest) Reset

func (*CMsgDOTAFantasyTeamStandingsRequest) String

type CMsgDOTAFantasyTeamStandingsResponse

type CMsgDOTAFantasyTeamStandingsResponse struct {
	Result           *CMsgDOTAFantasyTeamStandingsResponse_EResult         `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamStandingsResponse_EResult,def=0" json:"result,omitempty"`
	TeamScores       []*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore `protobuf:"bytes,3,rep,name=team_scores,json=teamScores" json:"team_scores,omitempty"`
	XXX_unrecognized []byte                                                `json:"-"`
}

func (*CMsgDOTAFantasyTeamStandingsResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamStandingsResponse) GetResult

func (*CMsgDOTAFantasyTeamStandingsResponse) GetTeamScores

func (*CMsgDOTAFantasyTeamStandingsResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamStandingsResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamStandingsResponse) Reset

func (*CMsgDOTAFantasyTeamStandingsResponse) String

type CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore

type CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore struct {
	FantasyLeagueId  *uint32  `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	OwnerAccountId   *uint32  `protobuf:"varint,2,opt,name=owner_account_id,json=ownerAccountId" json:"owner_account_id,omitempty"`
	FantasyTeamIndex *uint32  `protobuf:"varint,3,opt,name=fantasy_team_index,json=fantasyTeamIndex" json:"fantasy_team_index,omitempty"`
	OwnerName        *string  `protobuf:"bytes,5,opt,name=owner_name,json=ownerName" json:"owner_name,omitempty"`
	FantasyTeamName  *string  `protobuf:"bytes,6,opt,name=fantasy_team_name,json=fantasyTeamName" json:"fantasy_team_name,omitempty"`
	Score            *float32 `protobuf:"fixed32,7,opt,name=score" json:"score,omitempty"`
	ScoreAgainst     *float32 `protobuf:"fixed32,8,opt,name=score_against,json=scoreAgainst" json:"score_against,omitempty"`
	Wins             *uint32  `protobuf:"varint,9,opt,name=wins" json:"wins,omitempty"`
	Losses           *uint32  `protobuf:"varint,10,opt,name=losses" json:"losses,omitempty"`
	Streak           *int32   `protobuf:"varint,11,opt,name=streak" json:"streak,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) Descriptor

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyLeagueId

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyTeamIndex

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetFantasyTeamName

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetLosses

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetOwnerAccountId

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetOwnerName

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetScore

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetScoreAgainst

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetStreak

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) GetWins

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) ProtoMessage

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) Reset

func (*CMsgDOTAFantasyTeamStandingsResponse_CMsgTeamScore) String

type CMsgDOTAFantasyTeamStandingsResponse_EResult

type CMsgDOTAFantasyTeamStandingsResponse_EResult int32
const (
	CMsgDOTAFantasyTeamStandingsResponse_SUCCESS             CMsgDOTAFantasyTeamStandingsResponse_EResult = 0
	CMsgDOTAFantasyTeamStandingsResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyTeamStandingsResponse_EResult = 1
	CMsgDOTAFantasyTeamStandingsResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamStandingsResponse_EResult = 2
)
const Default_CMsgDOTAFantasyTeamStandingsResponse_Result CMsgDOTAFantasyTeamStandingsResponse_EResult = CMsgDOTAFantasyTeamStandingsResponse_SUCCESS

func (CMsgDOTAFantasyTeamStandingsResponse_EResult) Enum

func (CMsgDOTAFantasyTeamStandingsResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyTeamStandingsResponse_EResult) String

func (*CMsgDOTAFantasyTeamStandingsResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyTeamTradeCancelRequest

type CMsgDOTAFantasyTeamTradeCancelRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	TeamIndex_1      *uint32 `protobuf:"varint,3,opt,name=team_index_1,json=teamIndex1" json:"team_index_1,omitempty"`
	OwnerAccountId_2 *uint32 `protobuf:"varint,4,opt,name=owner_account_id_2,json=ownerAccountId2" json:"owner_account_id_2,omitempty"`
	TeamIndex_2      *uint32 `protobuf:"varint,5,opt,name=team_index_2,json=teamIndex2" json:"team_index_2,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamTradeCancelRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamTradeCancelRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamTradeCancelRequest) GetOwnerAccountId_2

func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetOwnerAccountId_2() uint32

func (*CMsgDOTAFantasyTeamTradeCancelRequest) GetTeamIndex_1

func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetTeamIndex_1() uint32

func (*CMsgDOTAFantasyTeamTradeCancelRequest) GetTeamIndex_2

func (m *CMsgDOTAFantasyTeamTradeCancelRequest) GetTeamIndex_2() uint32

func (*CMsgDOTAFantasyTeamTradeCancelRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamTradeCancelRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamTradeCancelRequest) Reset

func (*CMsgDOTAFantasyTeamTradeCancelRequest) String

type CMsgDOTAFantasyTeamTradeCancelResponse

type CMsgDOTAFantasyTeamTradeCancelResponse struct {
	Result           *CMsgDOTAFantasyTeamTradeCancelResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamTradeCancelResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*CMsgDOTAFantasyTeamTradeCancelResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamTradeCancelResponse) GetResult

func (*CMsgDOTAFantasyTeamTradeCancelResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamTradeCancelResponse) Reset

func (*CMsgDOTAFantasyTeamTradeCancelResponse) String

type CMsgDOTAFantasyTeamTradeCancelResponse_EResult

type CMsgDOTAFantasyTeamTradeCancelResponse_EResult int32
const (
	CMsgDOTAFantasyTeamTradeCancelResponse_SUCCESS             CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 0
	CMsgDOTAFantasyTeamTradeCancelResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 1
	CMsgDOTAFantasyTeamTradeCancelResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 2
	CMsgDOTAFantasyTeamTradeCancelResponse_ERROR_NO_TRADE      CMsgDOTAFantasyTeamTradeCancelResponse_EResult = 3
)
const Default_CMsgDOTAFantasyTeamTradeCancelResponse_Result CMsgDOTAFantasyTeamTradeCancelResponse_EResult = CMsgDOTAFantasyTeamTradeCancelResponse_SUCCESS

func (CMsgDOTAFantasyTeamTradeCancelResponse_EResult) Enum

func (CMsgDOTAFantasyTeamTradeCancelResponse_EResult) EnumDescriptor

func (CMsgDOTAFantasyTeamTradeCancelResponse_EResult) String

func (*CMsgDOTAFantasyTeamTradeCancelResponse_EResult) UnmarshalJSON

type CMsgDOTAFantasyTeamTradesRequest

type CMsgDOTAFantasyTeamTradesRequest struct {
	FantasyLeagueId  *uint32 `protobuf:"varint,1,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamTradesRequest) Descriptor

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

func (*CMsgDOTAFantasyTeamTradesRequest) GetFantasyLeagueId

func (m *CMsgDOTAFantasyTeamTradesRequest) GetFantasyLeagueId() uint32

func (*CMsgDOTAFantasyTeamTradesRequest) ProtoMessage

func (*CMsgDOTAFantasyTeamTradesRequest) ProtoMessage()

func (*CMsgDOTAFantasyTeamTradesRequest) Reset

func (*CMsgDOTAFantasyTeamTradesRequest) String

type CMsgDOTAFantasyTeamTradesResponse

type CMsgDOTAFantasyTeamTradesResponse struct {
	Result           *CMsgDOTAFantasyTeamTradesResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFantasyTeamTradesResponse_EResult,def=0" json:"result,omitempty"`
	Trades           []*CMsgDOTAFantasyTeamTradesResponse_Trade `protobuf:"bytes,2,rep,name=trades" json:"trades,omitempty"`
	XXX_unrecognized []byte                                     `json:"-"`
}

func (*CMsgDOTAFantasyTeamTradesResponse) Descriptor

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

func (*CMsgDOTAFantasyTeamTradesResponse) GetResult

func (*CMsgDOTAFantasyTeamTradesResponse) GetTrades

func (*CMsgDOTAFantasyTeamTradesResponse) ProtoMessage

func (*CMsgDOTAFantasyTeamTradesResponse) ProtoMessage()

func (*CMsgDOTAFantasyTeamTradesResponse) Reset

func (*CMsgDOTAFantasyTeamTradesResponse) String

type CMsgDOTAFantasyTeamTradesResponse_EResult

type CMsgDOTAFantasyTeamTradesResponse_EResult int32
const (
	CMsgDOTAFantasyTeamTradesResponse_SUCCESS             CMsgDOTAFantasyTeamTradesResponse_EResult = 0
	CMsgDOTAFantasyTeamTradesResponse_ERROR_UNSPECIFIED   CMsgDOTAFantasyTeamTradesResponse_EResult = 1
	CMsgDOTAFantasyTeamTradesResponse_ERROR_NO_PERMISSION CMsgDOTAFantasyTeamTradesResponse_EResult = 2
)
const Default_CMsgDOTAFantasyTeamTradesResponse_Result CMsgDOTAFantasyTeamTradesResponse_EResult = CMsgDOTAFantasyTeamTradesResponse_SUCCESS

func (CMsgDOTAFantasyTeamTradesResponse_EResult) Enum

func (CMsgDOTAFantasyTeamTradesResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFantasyTeamTradesResponse_EResult) String

func (*CMsgDOTAFantasyTeamTradesResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFantasyTeamTradesResponse_Trade

type CMsgDOTAFantasyTeamTradesResponse_Trade struct {
	Timestamp         *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	OwnerAccountId_1  *uint32 `protobuf:"varint,2,opt,name=owner_account_id_1,json=ownerAccountId1" json:"owner_account_id_1,omitempty"`
	OwnerAccountId_2  *uint32 `protobuf:"varint,3,opt,name=owner_account_id_2,json=ownerAccountId2" json:"owner_account_id_2,omitempty"`
	PlayerAccountId_1 *uint32 `protobuf:"varint,4,opt,name=player_account_id_1,json=playerAccountId1" json:"player_account_id_1,omitempty"`
	PlayerAccountId_2 *uint32 `protobuf:"varint,5,opt,name=player_account_id_2,json=playerAccountId2" json:"player_account_id_2,omitempty"`
	Status            *uint32 `protobuf:"varint,6,opt,name=status" json:"status,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) Descriptor

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

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) GetOwnerAccountId_1

func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetOwnerAccountId_1() uint32

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) GetOwnerAccountId_2

func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetOwnerAccountId_2() uint32

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) GetPlayerAccountId_1

func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetPlayerAccountId_1() uint32

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) GetPlayerAccountId_2

func (m *CMsgDOTAFantasyTeamTradesResponse_Trade) GetPlayerAccountId_2() uint32

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) GetStatus

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) GetTimestamp

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) ProtoMessage

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) Reset

func (*CMsgDOTAFantasyTeamTradesResponse_Trade) String

type CMsgDOTAFeaturedItems

type CMsgDOTAFeaturedItems struct {
	AccountId        *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	FeaturedItemId   []uint64 `protobuf:"varint,2,rep,name=featured_item_id,json=featuredItemId" json:"featured_item_id,omitempty"`
	ObjectData       [][]byte `protobuf:"bytes,3,rep,name=object_data,json=objectData" json:"object_data,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFeaturedItems) Descriptor

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

func (*CMsgDOTAFeaturedItems) GetAccountId

func (m *CMsgDOTAFeaturedItems) GetAccountId() uint32

func (*CMsgDOTAFeaturedItems) GetFeaturedItemId

func (m *CMsgDOTAFeaturedItems) GetFeaturedItemId() []uint64

func (*CMsgDOTAFeaturedItems) GetObjectData

func (m *CMsgDOTAFeaturedItems) GetObjectData() [][]byte

func (*CMsgDOTAFeaturedItems) ProtoMessage

func (*CMsgDOTAFeaturedItems) ProtoMessage()

func (*CMsgDOTAFeaturedItems) Reset

func (m *CMsgDOTAFeaturedItems) Reset()

func (*CMsgDOTAFeaturedItems) String

func (m *CMsgDOTAFeaturedItems) String() string

type CMsgDOTAFriendRecruitInviteAcceptDecline

type CMsgDOTAFriendRecruitInviteAcceptDecline struct {
	Accepted         *bool   `protobuf:"varint,1,opt,name=accepted" json:"accepted,omitempty"`
	AccountId        *uint32 `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFriendRecruitInviteAcceptDecline) Descriptor

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

func (*CMsgDOTAFriendRecruitInviteAcceptDecline) GetAccepted

func (*CMsgDOTAFriendRecruitInviteAcceptDecline) GetAccountId

func (*CMsgDOTAFriendRecruitInviteAcceptDecline) ProtoMessage

func (*CMsgDOTAFriendRecruitInviteAcceptDecline) Reset

func (*CMsgDOTAFriendRecruitInviteAcceptDecline) String

type CMsgDOTAFriendRecruitsRequest

type CMsgDOTAFriendRecruitsRequest struct {
	AccountIds       []uint32 `protobuf:"varint,1,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAFriendRecruitsRequest) Descriptor

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

func (*CMsgDOTAFriendRecruitsRequest) GetAccountIds

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

func (*CMsgDOTAFriendRecruitsRequest) ProtoMessage

func (*CMsgDOTAFriendRecruitsRequest) ProtoMessage()

func (*CMsgDOTAFriendRecruitsRequest) Reset

func (m *CMsgDOTAFriendRecruitsRequest) Reset()

func (*CMsgDOTAFriendRecruitsRequest) String

type CMsgDOTAFriendRecruitsResponse

type CMsgDOTAFriendRecruitsResponse struct {
	Result           *CMsgDOTAFriendRecruitsResponse_EResult               `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAFriendRecruitsResponse_EResult,def=0" json:"result,omitempty"`
	Recruits         []*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus `protobuf:"bytes,2,rep,name=recruits" json:"recruits,omitempty"`
	Recruiters       []*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus `protobuf:"bytes,3,rep,name=recruiters" json:"recruiters,omitempty"`
	XXX_unrecognized []byte                                                `json:"-"`
}

func (*CMsgDOTAFriendRecruitsResponse) Descriptor

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

func (*CMsgDOTAFriendRecruitsResponse) GetRecruiters

func (*CMsgDOTAFriendRecruitsResponse) GetRecruits

func (*CMsgDOTAFriendRecruitsResponse) GetResult

func (*CMsgDOTAFriendRecruitsResponse) ProtoMessage

func (*CMsgDOTAFriendRecruitsResponse) ProtoMessage()

func (*CMsgDOTAFriendRecruitsResponse) Reset

func (m *CMsgDOTAFriendRecruitsResponse) Reset()

func (*CMsgDOTAFriendRecruitsResponse) String

type CMsgDOTAFriendRecruitsResponse_EResult

type CMsgDOTAFriendRecruitsResponse_EResult int32
const (
	CMsgDOTAFriendRecruitsResponse_SUCCESS           CMsgDOTAFriendRecruitsResponse_EResult = 0
	CMsgDOTAFriendRecruitsResponse_ERROR_UNSPECIFIED CMsgDOTAFriendRecruitsResponse_EResult = 1
)
const Default_CMsgDOTAFriendRecruitsResponse_Result CMsgDOTAFriendRecruitsResponse_EResult = CMsgDOTAFriendRecruitsResponse_SUCCESS

func (CMsgDOTAFriendRecruitsResponse_EResult) Enum

func (CMsgDOTAFriendRecruitsResponse_EResult) EnumDescriptor

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

func (CMsgDOTAFriendRecruitsResponse_EResult) String

func (*CMsgDOTAFriendRecruitsResponse_EResult) UnmarshalJSON

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

type CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus

type CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Status           *uint32 `protobuf:"varint,2,opt,name=status" json:"status,omitempty"`
	LevelsEarned     *uint32 `protobuf:"varint,3,opt,name=levels_earned,json=levelsEarned" json:"levels_earned,omitempty"`
	Bonus            *bool   `protobuf:"varint,4,opt,name=bonus" json:"bonus,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) Descriptor

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetAccountId

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetBonus

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetLevelsEarned

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) GetStatus

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) ProtoMessage

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) Reset

func (*CMsgDOTAFriendRecruitsResponse_FriendRecruitStatus) String

type CMsgDOTAGetEventPoints

type CMsgDOTAGetEventPoints struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	AccountId        *uint32 `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAGetEventPoints) Descriptor

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

func (*CMsgDOTAGetEventPoints) GetAccountId

func (m *CMsgDOTAGetEventPoints) GetAccountId() uint32

func (*CMsgDOTAGetEventPoints) GetEventId

func (m *CMsgDOTAGetEventPoints) GetEventId() uint32

func (*CMsgDOTAGetEventPoints) ProtoMessage

func (*CMsgDOTAGetEventPoints) ProtoMessage()

func (*CMsgDOTAGetEventPoints) Reset

func (m *CMsgDOTAGetEventPoints) Reset()

func (*CMsgDOTAGetEventPoints) String

func (m *CMsgDOTAGetEventPoints) String() string

type CMsgDOTAGetEventPointsResponse

type CMsgDOTAGetEventPointsResponse struct {
	TotalPoints        *uint32                                  `protobuf:"varint,1,opt,name=total_points,json=totalPoints" json:"total_points,omitempty"`
	TotalPremiumPoints *uint32                                  `protobuf:"varint,2,opt,name=total_premium_points,json=totalPremiumPoints" json:"total_premium_points,omitempty"`
	EventId            *uint32                                  `protobuf:"varint,3,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	Points             *uint32                                  `protobuf:"varint,4,opt,name=points" json:"points,omitempty"`
	PremiumPoints      *uint32                                  `protobuf:"varint,5,opt,name=premium_points,json=premiumPoints" json:"premium_points,omitempty"`
	CompletedActions   []*CMsgDOTAGetEventPointsResponse_Action `protobuf:"bytes,6,rep,name=completed_actions,json=completedActions" json:"completed_actions,omitempty"`
	AccountId          *uint32                                  `protobuf:"varint,7,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Owned              *bool                                    `protobuf:"varint,8,opt,name=owned" json:"owned,omitempty"`
	AuditAction        *uint32                                  `protobuf:"varint,9,opt,name=audit_action,json=auditAction" json:"audit_action,omitempty"`
	XXX_unrecognized   []byte                                   `json:"-"`
}

func (*CMsgDOTAGetEventPointsResponse) Descriptor

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

func (*CMsgDOTAGetEventPointsResponse) GetAccountId

func (m *CMsgDOTAGetEventPointsResponse) GetAccountId() uint32

func (*CMsgDOTAGetEventPointsResponse) GetAuditAction

func (m *CMsgDOTAGetEventPointsResponse) GetAuditAction() uint32

func (*CMsgDOTAGetEventPointsResponse) GetCompletedActions

func (*CMsgDOTAGetEventPointsResponse) GetEventId

func (m *CMsgDOTAGetEventPointsResponse) GetEventId() uint32

func (*CMsgDOTAGetEventPointsResponse) GetOwned

func (m *CMsgDOTAGetEventPointsResponse) GetOwned() bool

func (*CMsgDOTAGetEventPointsResponse) GetPoints

func (m *CMsgDOTAGetEventPointsResponse) GetPoints() uint32

func (*CMsgDOTAGetEventPointsResponse) GetPremiumPoints

func (m *CMsgDOTAGetEventPointsResponse) GetPremiumPoints() uint32

func (*CMsgDOTAGetEventPointsResponse) GetTotalPoints

func (m *CMsgDOTAGetEventPointsResponse) GetTotalPoints() uint32

func (*CMsgDOTAGetEventPointsResponse) GetTotalPremiumPoints

func (m *CMsgDOTAGetEventPointsResponse) GetTotalPremiumPoints() uint32

func (*CMsgDOTAGetEventPointsResponse) ProtoMessage

func (*CMsgDOTAGetEventPointsResponse) ProtoMessage()

func (*CMsgDOTAGetEventPointsResponse) Reset

func (m *CMsgDOTAGetEventPointsResponse) Reset()

func (*CMsgDOTAGetEventPointsResponse) String

type CMsgDOTAGetEventPointsResponse_Action

type CMsgDOTAGetEventPointsResponse_Action struct {
	ActionId         *uint32 `protobuf:"varint,1,opt,name=action_id,json=actionId" json:"action_id,omitempty"`
	TimesCompleted   *uint32 `protobuf:"varint,2,opt,name=times_completed,json=timesCompleted,def=1" json:"times_completed,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAGetEventPointsResponse_Action) Descriptor

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

func (*CMsgDOTAGetEventPointsResponse_Action) GetActionId

func (*CMsgDOTAGetEventPointsResponse_Action) GetTimesCompleted

func (m *CMsgDOTAGetEventPointsResponse_Action) GetTimesCompleted() uint32

func (*CMsgDOTAGetEventPointsResponse_Action) ProtoMessage

func (*CMsgDOTAGetEventPointsResponse_Action) ProtoMessage()

func (*CMsgDOTAGetEventPointsResponse_Action) Reset

func (*CMsgDOTAGetEventPointsResponse_Action) String

type CMsgDOTAGetPeriodicResource

type CMsgDOTAGetPeriodicResource struct {
	AccountId          *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PeriodicResourceId *uint32 `protobuf:"varint,2,opt,name=periodic_resource_id,json=periodicResourceId" json:"periodic_resource_id,omitempty"`
	Timestamp          *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgDOTAGetPeriodicResource) Descriptor

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

func (*CMsgDOTAGetPeriodicResource) GetAccountId

func (m *CMsgDOTAGetPeriodicResource) GetAccountId() uint32

func (*CMsgDOTAGetPeriodicResource) GetPeriodicResourceId

func (m *CMsgDOTAGetPeriodicResource) GetPeriodicResourceId() uint32

func (*CMsgDOTAGetPeriodicResource) GetTimestamp

func (m *CMsgDOTAGetPeriodicResource) GetTimestamp() uint32

func (*CMsgDOTAGetPeriodicResource) ProtoMessage

func (*CMsgDOTAGetPeriodicResource) ProtoMessage()

func (*CMsgDOTAGetPeriodicResource) Reset

func (m *CMsgDOTAGetPeriodicResource) Reset()

func (*CMsgDOTAGetPeriodicResource) String

func (m *CMsgDOTAGetPeriodicResource) String() string

type CMsgDOTAGetPeriodicResourceResponse

type CMsgDOTAGetPeriodicResourceResponse struct {
	PeriodicResourceMax  *uint32 `protobuf:"varint,1,opt,name=periodic_resource_max,json=periodicResourceMax" json:"periodic_resource_max,omitempty"`
	PeriodicResourceUsed *uint32 `protobuf:"varint,2,opt,name=periodic_resource_used,json=periodicResourceUsed" json:"periodic_resource_used,omitempty"`
	XXX_unrecognized     []byte  `json:"-"`
}

func (*CMsgDOTAGetPeriodicResourceResponse) Descriptor

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

func (*CMsgDOTAGetPeriodicResourceResponse) GetPeriodicResourceMax

func (m *CMsgDOTAGetPeriodicResourceResponse) GetPeriodicResourceMax() uint32

func (*CMsgDOTAGetPeriodicResourceResponse) GetPeriodicResourceUsed

func (m *CMsgDOTAGetPeriodicResourceResponse) GetPeriodicResourceUsed() uint32

func (*CMsgDOTAGetPeriodicResourceResponse) ProtoMessage

func (*CMsgDOTAGetPeriodicResourceResponse) ProtoMessage()

func (*CMsgDOTAGetPeriodicResourceResponse) Reset

func (*CMsgDOTAGetPeriodicResourceResponse) String

type CMsgDOTAGetPlayerMatchHistory

type CMsgDOTAGetPlayerMatchHistory struct {
	AccountId              *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	StartAtMatchId         *uint64 `protobuf:"varint,2,opt,name=start_at_match_id,json=startAtMatchId" json:"start_at_match_id,omitempty"`
	MatchesRequested       *uint32 `protobuf:"varint,3,opt,name=matches_requested,json=matchesRequested" json:"matches_requested,omitempty"`
	HeroId                 *uint32 `protobuf:"varint,4,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	RequestId              *uint32 `protobuf:"varint,5,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	IncludePracticeMatches *bool   `protobuf:"varint,7,opt,name=include_practice_matches,json=includePracticeMatches" json:"include_practice_matches,omitempty"`
	IncludeCustomGames     *bool   `protobuf:"varint,8,opt,name=include_custom_games,json=includeCustomGames" json:"include_custom_games,omitempty"`
	IncludeEventGames      *bool   `protobuf:"varint,9,opt,name=include_event_games,json=includeEventGames" json:"include_event_games,omitempty"`
	XXX_unrecognized       []byte  `json:"-"`
}

func (*CMsgDOTAGetPlayerMatchHistory) Descriptor

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

func (*CMsgDOTAGetPlayerMatchHistory) GetAccountId

func (m *CMsgDOTAGetPlayerMatchHistory) GetAccountId() uint32

func (*CMsgDOTAGetPlayerMatchHistory) GetHeroId

func (m *CMsgDOTAGetPlayerMatchHistory) GetHeroId() uint32

func (*CMsgDOTAGetPlayerMatchHistory) GetIncludeCustomGames

func (m *CMsgDOTAGetPlayerMatchHistory) GetIncludeCustomGames() bool

func (*CMsgDOTAGetPlayerMatchHistory) GetIncludeEventGames

func (m *CMsgDOTAGetPlayerMatchHistory) GetIncludeEventGames() bool

func (*CMsgDOTAGetPlayerMatchHistory) GetIncludePracticeMatches

func (m *CMsgDOTAGetPlayerMatchHistory) GetIncludePracticeMatches() bool

func (*CMsgDOTAGetPlayerMatchHistory) GetMatchesRequested

func (m *CMsgDOTAGetPlayerMatchHistory) GetMatchesRequested() uint32

func (*CMsgDOTAGetPlayerMatchHistory) GetRequestId

func (m *CMsgDOTAGetPlayerMatchHistory) GetRequestId() uint32

func (*CMsgDOTAGetPlayerMatchHistory) GetStartAtMatchId

func (m *CMsgDOTAGetPlayerMatchHistory) GetStartAtMatchId() uint64

func (*CMsgDOTAGetPlayerMatchHistory) ProtoMessage

func (*CMsgDOTAGetPlayerMatchHistory) ProtoMessage()

func (*CMsgDOTAGetPlayerMatchHistory) Reset

func (m *CMsgDOTAGetPlayerMatchHistory) Reset()

func (*CMsgDOTAGetPlayerMatchHistory) String

type CMsgDOTAGetPlayerMatchHistoryResponse

type CMsgDOTAGetPlayerMatchHistoryResponse struct {
	Matches          []*CMsgDOTAGetPlayerMatchHistoryResponse_Match `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	RequestId        *uint32                                        `protobuf:"varint,2,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CMsgDOTAGetPlayerMatchHistoryResponse) Descriptor

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

func (*CMsgDOTAGetPlayerMatchHistoryResponse) GetMatches

func (*CMsgDOTAGetPlayerMatchHistoryResponse) GetRequestId

func (*CMsgDOTAGetPlayerMatchHistoryResponse) ProtoMessage

func (*CMsgDOTAGetPlayerMatchHistoryResponse) ProtoMessage()

func (*CMsgDOTAGetPlayerMatchHistoryResponse) Reset

func (*CMsgDOTAGetPlayerMatchHistoryResponse) String

type CMsgDOTAGetPlayerMatchHistoryResponse_Match

type CMsgDOTAGetPlayerMatchHistoryResponse_Match struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	StartTime        *uint32 `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	HeroId           *uint32 `protobuf:"varint,3,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	Winner           *bool   `protobuf:"varint,4,opt,name=winner" json:"winner,omitempty"`
	GameMode         *uint32 `protobuf:"varint,5,opt,name=game_mode,json=gameMode" json:"game_mode,omitempty"`
	RankChange       *int32  `protobuf:"varint,6,opt,name=rank_change,json=rankChange" json:"rank_change,omitempty"`
	PreviousRank     *uint32 `protobuf:"varint,7,opt,name=previous_rank,json=previousRank" json:"previous_rank,omitempty"`
	LobbyType        *uint32 `protobuf:"varint,8,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
	SoloRank         *bool   `protobuf:"varint,9,opt,name=solo_rank,json=soloRank" json:"solo_rank,omitempty"`
	Abandon          *bool   `protobuf:"varint,10,opt,name=abandon" json:"abandon,omitempty"`
	Duration         *uint32 `protobuf:"varint,11,opt,name=duration" json:"duration,omitempty"`
	Engine           *uint32 `protobuf:"varint,12,opt,name=engine" json:"engine,omitempty"`
	ActiveBattlePass *bool   `protobuf:"varint,13,opt,name=active_battle_pass,json=activeBattlePass" json:"active_battle_pass,omitempty"`
	SeasonalRank     *bool   `protobuf:"varint,14,opt,name=seasonal_rank,json=seasonalRank" json:"seasonal_rank,omitempty"`
	TourneyId        *uint32 `protobuf:"varint,15,opt,name=tourney_id,json=tourneyId" json:"tourney_id,omitempty"`
	TourneyRound     *uint32 `protobuf:"varint,16,opt,name=tourney_round,json=tourneyRound" json:"tourney_round,omitempty"`
	TourneyTier      *uint32 `protobuf:"varint,17,opt,name=tourney_tier,json=tourneyTier" json:"tourney_tier,omitempty"`
	TourneyDivision  *uint32 `protobuf:"varint,18,opt,name=tourney_division,json=tourneyDivision" json:"tourney_division,omitempty"`
	TeamId           *uint32 `protobuf:"varint,19,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	TeamName         *string `protobuf:"bytes,20,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) Descriptor

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetAbandon

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetActiveBattlePass

func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetActiveBattlePass() bool

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetDuration

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetEngine

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetGameMode

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetHeroId

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetLobbyType

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetMatchId

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetPreviousRank

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetRankChange

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetSeasonalRank

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetSoloRank

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetStartTime

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTeamId

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTeamName

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTourneyDivision

func (m *CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTourneyDivision() uint32

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTourneyId

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTourneyRound

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetTourneyTier

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) GetWinner

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) ProtoMessage

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) Reset

func (*CMsgDOTAGetPlayerMatchHistoryResponse_Match) String

type CMsgDOTAHallOfFame

type CMsgDOTAHallOfFame struct {
	Week             *uint32                              `protobuf:"varint,1,opt,name=week" json:"week,omitempty"`
	FeaturedPlayers  []*CMsgDOTAHallOfFame_FeaturedPlayer `protobuf:"bytes,2,rep,name=featured_players,json=featuredPlayers" json:"featured_players,omitempty"`
	FeaturedFarmer   *CMsgDOTAHallOfFame_FeaturedFarmer   `protobuf:"bytes,3,opt,name=featured_farmer,json=featuredFarmer" json:"featured_farmer,omitempty"`
	XXX_unrecognized []byte                               `json:"-"`
}

func (*CMsgDOTAHallOfFame) Descriptor

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

func (*CMsgDOTAHallOfFame) GetFeaturedFarmer

func (m *CMsgDOTAHallOfFame) GetFeaturedFarmer() *CMsgDOTAHallOfFame_FeaturedFarmer

func (*CMsgDOTAHallOfFame) GetFeaturedPlayers

func (m *CMsgDOTAHallOfFame) GetFeaturedPlayers() []*CMsgDOTAHallOfFame_FeaturedPlayer

func (*CMsgDOTAHallOfFame) GetWeek

func (m *CMsgDOTAHallOfFame) GetWeek() uint32

func (*CMsgDOTAHallOfFame) ProtoMessage

func (*CMsgDOTAHallOfFame) ProtoMessage()

func (*CMsgDOTAHallOfFame) Reset

func (m *CMsgDOTAHallOfFame) Reset()

func (*CMsgDOTAHallOfFame) String

func (m *CMsgDOTAHallOfFame) String() string

type CMsgDOTAHallOfFameRequest

type CMsgDOTAHallOfFameRequest struct {
	Week             *uint32 `protobuf:"varint,1,opt,name=week" json:"week,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAHallOfFameRequest) Descriptor

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

func (*CMsgDOTAHallOfFameRequest) GetWeek

func (m *CMsgDOTAHallOfFameRequest) GetWeek() uint32

func (*CMsgDOTAHallOfFameRequest) ProtoMessage

func (*CMsgDOTAHallOfFameRequest) ProtoMessage()

func (*CMsgDOTAHallOfFameRequest) Reset

func (m *CMsgDOTAHallOfFameRequest) Reset()

func (*CMsgDOTAHallOfFameRequest) String

func (m *CMsgDOTAHallOfFameRequest) String() string

type CMsgDOTAHallOfFameResponse

type CMsgDOTAHallOfFameResponse struct {
	HallOfFame       *CMsgDOTAHallOfFame `protobuf:"bytes,1,opt,name=hall_of_fame,json=hallOfFame" json:"hall_of_fame,omitempty"`
	Eresult          *uint32             `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CMsgDOTAHallOfFameResponse) Descriptor

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

func (*CMsgDOTAHallOfFameResponse) GetEresult

func (m *CMsgDOTAHallOfFameResponse) GetEresult() uint32

func (*CMsgDOTAHallOfFameResponse) GetHallOfFame

func (m *CMsgDOTAHallOfFameResponse) GetHallOfFame() *CMsgDOTAHallOfFame

func (*CMsgDOTAHallOfFameResponse) ProtoMessage

func (*CMsgDOTAHallOfFameResponse) ProtoMessage()

func (*CMsgDOTAHallOfFameResponse) Reset

func (m *CMsgDOTAHallOfFameResponse) Reset()

func (*CMsgDOTAHallOfFameResponse) String

func (m *CMsgDOTAHallOfFameResponse) String() string

type CMsgDOTAHallOfFame_FeaturedFarmer

type CMsgDOTAHallOfFame_FeaturedFarmer struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	HeroId           *uint32 `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	GoldPerMin       *uint32 `protobuf:"varint,3,opt,name=gold_per_min,json=goldPerMin" json:"gold_per_min,omitempty"`
	MatchId          *uint64 `protobuf:"varint,4,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAHallOfFame_FeaturedFarmer) Descriptor

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

func (*CMsgDOTAHallOfFame_FeaturedFarmer) GetAccountId

func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetAccountId() uint32

func (*CMsgDOTAHallOfFame_FeaturedFarmer) GetGoldPerMin

func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetGoldPerMin() uint32

func (*CMsgDOTAHallOfFame_FeaturedFarmer) GetHeroId

func (*CMsgDOTAHallOfFame_FeaturedFarmer) GetMatchId

func (m *CMsgDOTAHallOfFame_FeaturedFarmer) GetMatchId() uint64

func (*CMsgDOTAHallOfFame_FeaturedFarmer) ProtoMessage

func (*CMsgDOTAHallOfFame_FeaturedFarmer) ProtoMessage()

func (*CMsgDOTAHallOfFame_FeaturedFarmer) Reset

func (*CMsgDOTAHallOfFame_FeaturedFarmer) String

type CMsgDOTAHallOfFame_FeaturedPlayer

type CMsgDOTAHallOfFame_FeaturedPlayer struct {
	AccountId           *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	HeroId              *uint32  `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	AverageScaledMetric *float32 `protobuf:"fixed32,3,opt,name=average_scaled_metric,json=averageScaledMetric" json:"average_scaled_metric,omitempty"`
	NumGames            *uint32  `protobuf:"varint,4,opt,name=num_games,json=numGames" json:"num_games,omitempty"`
	XXX_unrecognized    []byte   `json:"-"`
}

func (*CMsgDOTAHallOfFame_FeaturedPlayer) Descriptor

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

func (*CMsgDOTAHallOfFame_FeaturedPlayer) GetAccountId

func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetAccountId() uint32

func (*CMsgDOTAHallOfFame_FeaturedPlayer) GetAverageScaledMetric

func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetAverageScaledMetric() float32

func (*CMsgDOTAHallOfFame_FeaturedPlayer) GetHeroId

func (*CMsgDOTAHallOfFame_FeaturedPlayer) GetNumGames

func (m *CMsgDOTAHallOfFame_FeaturedPlayer) GetNumGames() uint32

func (*CMsgDOTAHallOfFame_FeaturedPlayer) ProtoMessage

func (*CMsgDOTAHallOfFame_FeaturedPlayer) ProtoMessage()

func (*CMsgDOTAHallOfFame_FeaturedPlayer) Reset

func (*CMsgDOTAHallOfFame_FeaturedPlayer) String

type CMsgDOTAHalloweenHighScoreRequest

type CMsgDOTAHalloweenHighScoreRequest struct {
	Round            *int32 `protobuf:"varint,1,opt,name=round,def=-1" json:"round,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAHalloweenHighScoreRequest) Descriptor

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

func (*CMsgDOTAHalloweenHighScoreRequest) GetRound

func (*CMsgDOTAHalloweenHighScoreRequest) ProtoMessage

func (*CMsgDOTAHalloweenHighScoreRequest) ProtoMessage()

func (*CMsgDOTAHalloweenHighScoreRequest) Reset

func (*CMsgDOTAHalloweenHighScoreRequest) String

type CMsgDOTAHalloweenHighScoreResponse

type CMsgDOTAHalloweenHighScoreResponse struct {
	Score            *uint32        `protobuf:"varint,1,opt,name=score" json:"score,omitempty"`
	Match            *CMsgDOTAMatch `protobuf:"bytes,2,opt,name=match" json:"match,omitempty"`
	Eresult          *uint32        `protobuf:"varint,3,opt,name=eresult" json:"eresult,omitempty"`
	Round            *int32         `protobuf:"varint,4,opt,name=round" json:"round,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*CMsgDOTAHalloweenHighScoreResponse) Descriptor

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

func (*CMsgDOTAHalloweenHighScoreResponse) GetEresult

func (*CMsgDOTAHalloweenHighScoreResponse) GetMatch

func (*CMsgDOTAHalloweenHighScoreResponse) GetRound

func (*CMsgDOTAHalloweenHighScoreResponse) GetScore

func (*CMsgDOTAHalloweenHighScoreResponse) ProtoMessage

func (*CMsgDOTAHalloweenHighScoreResponse) ProtoMessage()

func (*CMsgDOTAHalloweenHighScoreResponse) Reset

func (*CMsgDOTAHalloweenHighScoreResponse) String

type CMsgDOTAHasItemDefsQuery

type CMsgDOTAHasItemDefsQuery struct {
	AccountId        *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	ItemdefIds       []uint32 `protobuf:"varint,2,rep,name=itemdef_ids,json=itemdefIds" json:"itemdef_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAHasItemDefsQuery) Descriptor

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

func (*CMsgDOTAHasItemDefsQuery) GetAccountId

func (m *CMsgDOTAHasItemDefsQuery) GetAccountId() uint32

func (*CMsgDOTAHasItemDefsQuery) GetItemdefIds

func (m *CMsgDOTAHasItemDefsQuery) GetItemdefIds() []uint32

func (*CMsgDOTAHasItemDefsQuery) ProtoMessage

func (*CMsgDOTAHasItemDefsQuery) ProtoMessage()

func (*CMsgDOTAHasItemDefsQuery) Reset

func (m *CMsgDOTAHasItemDefsQuery) Reset()

func (*CMsgDOTAHasItemDefsQuery) String

func (m *CMsgDOTAHasItemDefsQuery) String() string

type CMsgDOTAHasItemDefsResponse

type CMsgDOTAHasItemDefsResponse struct {
	HasItems         *bool  `protobuf:"varint,1,opt,name=has_items,json=hasItems" json:"has_items,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAHasItemDefsResponse) Descriptor

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

func (*CMsgDOTAHasItemDefsResponse) GetHasItems

func (m *CMsgDOTAHasItemDefsResponse) GetHasItems() bool

func (*CMsgDOTAHasItemDefsResponse) ProtoMessage

func (*CMsgDOTAHasItemDefsResponse) ProtoMessage()

func (*CMsgDOTAHasItemDefsResponse) Reset

func (m *CMsgDOTAHasItemDefsResponse) Reset()

func (*CMsgDOTAHasItemDefsResponse) String

func (m *CMsgDOTAHasItemDefsResponse) String() string

type CMsgDOTAHasItemQuery

type CMsgDOTAHasItemQuery 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_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAHasItemQuery) Descriptor

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

func (*CMsgDOTAHasItemQuery) GetAccountId

func (m *CMsgDOTAHasItemQuery) GetAccountId() uint32

func (*CMsgDOTAHasItemQuery) GetItemId

func (m *CMsgDOTAHasItemQuery) GetItemId() uint64

func (*CMsgDOTAHasItemQuery) ProtoMessage

func (*CMsgDOTAHasItemQuery) ProtoMessage()

func (*CMsgDOTAHasItemQuery) Reset

func (m *CMsgDOTAHasItemQuery) Reset()

func (*CMsgDOTAHasItemQuery) String

func (m *CMsgDOTAHasItemQuery) String() string

type CMsgDOTAHasItemResponse

type CMsgDOTAHasItemResponse struct {
	HasItem          *bool  `protobuf:"varint,1,opt,name=has_item,json=hasItem" json:"has_item,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAHasItemResponse) Descriptor

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

func (*CMsgDOTAHasItemResponse) GetHasItem

func (m *CMsgDOTAHasItemResponse) GetHasItem() bool

func (*CMsgDOTAHasItemResponse) ProtoMessage

func (*CMsgDOTAHasItemResponse) ProtoMessage()

func (*CMsgDOTAHasItemResponse) Reset

func (m *CMsgDOTAHasItemResponse) Reset()

func (*CMsgDOTAHasItemResponse) String

func (m *CMsgDOTAHasItemResponse) String() string

type CMsgDOTAHeroFavoritesAdd

type CMsgDOTAHeroFavoritesAdd struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAHeroFavoritesAdd) Descriptor

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

func (*CMsgDOTAHeroFavoritesAdd) GetHeroId

func (m *CMsgDOTAHeroFavoritesAdd) GetHeroId() uint32

func (*CMsgDOTAHeroFavoritesAdd) ProtoMessage

func (*CMsgDOTAHeroFavoritesAdd) ProtoMessage()

func (*CMsgDOTAHeroFavoritesAdd) Reset

func (m *CMsgDOTAHeroFavoritesAdd) Reset()

func (*CMsgDOTAHeroFavoritesAdd) String

func (m *CMsgDOTAHeroFavoritesAdd) String() string

type CMsgDOTAHeroFavoritesRemove

type CMsgDOTAHeroFavoritesRemove struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAHeroFavoritesRemove) Descriptor

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

func (*CMsgDOTAHeroFavoritesRemove) GetHeroId

func (m *CMsgDOTAHeroFavoritesRemove) GetHeroId() uint32

func (*CMsgDOTAHeroFavoritesRemove) ProtoMessage

func (*CMsgDOTAHeroFavoritesRemove) ProtoMessage()

func (*CMsgDOTAHeroFavoritesRemove) Reset

func (m *CMsgDOTAHeroFavoritesRemove) Reset()

func (*CMsgDOTAHeroFavoritesRemove) String

func (m *CMsgDOTAHeroFavoritesRemove) String() string

type CMsgDOTAKickedFromMatchmakingQueue

type CMsgDOTAKickedFromMatchmakingQueue struct {
	MatchType        *MatchType `protobuf:"varint,1,opt,name=match_type,json=matchType,enum=MatchType,def=0" json:"match_type,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*CMsgDOTAKickedFromMatchmakingQueue) Descriptor

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

func (*CMsgDOTAKickedFromMatchmakingQueue) GetMatchType

func (m *CMsgDOTAKickedFromMatchmakingQueue) GetMatchType() MatchType

func (*CMsgDOTAKickedFromMatchmakingQueue) ProtoMessage

func (*CMsgDOTAKickedFromMatchmakingQueue) ProtoMessage()

func (*CMsgDOTAKickedFromMatchmakingQueue) Reset

func (*CMsgDOTAKickedFromMatchmakingQueue) String

type CMsgDOTALastHitChallengeHighScorePost

type CMsgDOTALastHitChallengeHighScorePost struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	HighScore        *uint32 `protobuf:"varint,2,opt,name=high_score,json=highScore" json:"high_score,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALastHitChallengeHighScorePost) Descriptor

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

func (*CMsgDOTALastHitChallengeHighScorePost) GetHeroId

func (*CMsgDOTALastHitChallengeHighScorePost) GetHighScore

func (*CMsgDOTALastHitChallengeHighScorePost) ProtoMessage

func (*CMsgDOTALastHitChallengeHighScorePost) ProtoMessage()

func (*CMsgDOTALastHitChallengeHighScorePost) Reset

func (*CMsgDOTALastHitChallengeHighScorePost) String

type CMsgDOTALastHitChallengeHighScoreRequest

type CMsgDOTALastHitChallengeHighScoreRequest struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALastHitChallengeHighScoreRequest) Descriptor

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

func (*CMsgDOTALastHitChallengeHighScoreRequest) GetHeroId

func (*CMsgDOTALastHitChallengeHighScoreRequest) ProtoMessage

func (*CMsgDOTALastHitChallengeHighScoreRequest) Reset

func (*CMsgDOTALastHitChallengeHighScoreRequest) String

type CMsgDOTALastHitChallengeHighScoreResponse

type CMsgDOTALastHitChallengeHighScoreResponse struct {
	Score            *uint32 `protobuf:"varint,1,opt,name=score" json:"score,omitempty"`
	Eresult          *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALastHitChallengeHighScoreResponse) Descriptor

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

func (*CMsgDOTALastHitChallengeHighScoreResponse) GetEresult

func (*CMsgDOTALastHitChallengeHighScoreResponse) GetScore

func (*CMsgDOTALastHitChallengeHighScoreResponse) ProtoMessage

func (*CMsgDOTALastHitChallengeHighScoreResponse) Reset

func (*CMsgDOTALastHitChallengeHighScoreResponse) String

type CMsgDOTALeague

type CMsgDOTALeague struct {
	LeagueId         *uint32                    `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Schedule         []*CMsgLeagueScheduleBlock `protobuf:"bytes,2,rep,name=schedule" json:"schedule,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgDOTALeague) Descriptor

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

func (*CMsgDOTALeague) GetLeagueId

func (m *CMsgDOTALeague) GetLeagueId() uint32

func (*CMsgDOTALeague) GetSchedule

func (m *CMsgDOTALeague) GetSchedule() []*CMsgLeagueScheduleBlock

func (*CMsgDOTALeague) ProtoMessage

func (*CMsgDOTALeague) ProtoMessage()

func (*CMsgDOTALeague) Reset

func (m *CMsgDOTALeague) Reset()

func (*CMsgDOTALeague) String

func (m *CMsgDOTALeague) String() string

type CMsgDOTALeagueScheduleEdit

type CMsgDOTALeagueScheduleEdit struct {
	LeagueId         *uint32                  `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Schedule         *CMsgLeagueScheduleBlock `protobuf:"bytes,2,opt,name=schedule" json:"schedule,omitempty"`
	DeleteBlock      *bool                    `protobuf:"varint,3,opt,name=delete_block,json=deleteBlock" json:"delete_block,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*CMsgDOTALeagueScheduleEdit) Descriptor

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

func (*CMsgDOTALeagueScheduleEdit) GetDeleteBlock

func (m *CMsgDOTALeagueScheduleEdit) GetDeleteBlock() bool

func (*CMsgDOTALeagueScheduleEdit) GetLeagueId

func (m *CMsgDOTALeagueScheduleEdit) GetLeagueId() uint32

func (*CMsgDOTALeagueScheduleEdit) GetSchedule

func (*CMsgDOTALeagueScheduleEdit) ProtoMessage

func (*CMsgDOTALeagueScheduleEdit) ProtoMessage()

func (*CMsgDOTALeagueScheduleEdit) Reset

func (m *CMsgDOTALeagueScheduleEdit) Reset()

func (*CMsgDOTALeagueScheduleEdit) String

func (m *CMsgDOTALeagueScheduleEdit) String() string

type CMsgDOTALeagueScheduleEditResponse

type CMsgDOTALeagueScheduleEditResponse struct {
	League           *CMsgDOTALeague `protobuf:"bytes,1,opt,name=league" json:"league,omitempty"`
	Eresult          *uint32         `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*CMsgDOTALeagueScheduleEditResponse) Descriptor

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

func (*CMsgDOTALeagueScheduleEditResponse) GetEresult

func (*CMsgDOTALeagueScheduleEditResponse) GetLeague

func (*CMsgDOTALeagueScheduleEditResponse) ProtoMessage

func (*CMsgDOTALeagueScheduleEditResponse) ProtoMessage()

func (*CMsgDOTALeagueScheduleEditResponse) Reset

func (*CMsgDOTALeagueScheduleEditResponse) String

type CMsgDOTALeagueScheduleRequest

type CMsgDOTALeagueScheduleRequest struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALeagueScheduleRequest) Descriptor

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

func (*CMsgDOTALeagueScheduleRequest) GetLeagueId

func (m *CMsgDOTALeagueScheduleRequest) GetLeagueId() uint32

func (*CMsgDOTALeagueScheduleRequest) ProtoMessage

func (*CMsgDOTALeagueScheduleRequest) ProtoMessage()

func (*CMsgDOTALeagueScheduleRequest) Reset

func (m *CMsgDOTALeagueScheduleRequest) Reset()

func (*CMsgDOTALeagueScheduleRequest) String

type CMsgDOTALeagueScheduleResponse

type CMsgDOTALeagueScheduleResponse struct {
	League           *CMsgDOTALeague `protobuf:"bytes,1,opt,name=league" json:"league,omitempty"`
	Eresult          *uint32         `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
	XXX_unrecognized []byte          `json:"-"`
}

func (*CMsgDOTALeagueScheduleResponse) Descriptor

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

func (*CMsgDOTALeagueScheduleResponse) GetEresult

func (m *CMsgDOTALeagueScheduleResponse) GetEresult() uint32

func (*CMsgDOTALeagueScheduleResponse) GetLeague

func (*CMsgDOTALeagueScheduleResponse) ProtoMessage

func (*CMsgDOTALeagueScheduleResponse) ProtoMessage()

func (*CMsgDOTALeagueScheduleResponse) Reset

func (m *CMsgDOTALeagueScheduleResponse) Reset()

func (*CMsgDOTALeagueScheduleResponse) String

type CMsgDOTALeaguesInMonthRequest

type CMsgDOTALeaguesInMonthRequest struct {
	Month            *uint32 `protobuf:"varint,1,opt,name=month" json:"month,omitempty"`
	Year             *uint32 `protobuf:"varint,2,opt,name=year" json:"year,omitempty"`
	Tier             *uint32 `protobuf:"varint,3,opt,name=tier" json:"tier,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALeaguesInMonthRequest) Descriptor

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

func (*CMsgDOTALeaguesInMonthRequest) GetMonth

func (m *CMsgDOTALeaguesInMonthRequest) GetMonth() uint32

func (*CMsgDOTALeaguesInMonthRequest) GetTier

func (*CMsgDOTALeaguesInMonthRequest) GetYear

func (*CMsgDOTALeaguesInMonthRequest) ProtoMessage

func (*CMsgDOTALeaguesInMonthRequest) ProtoMessage()

func (*CMsgDOTALeaguesInMonthRequest) Reset

func (m *CMsgDOTALeaguesInMonthRequest) Reset()

func (*CMsgDOTALeaguesInMonthRequest) String

type CMsgDOTALeaguesInMonthResponse

type CMsgDOTALeaguesInMonthResponse struct {
	Eresult          *uint32           `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Month            *uint32           `protobuf:"varint,2,opt,name=month" json:"month,omitempty"`
	Year             *uint32           `protobuf:"varint,3,opt,name=year" json:"year,omitempty"`
	Leagues          []*CMsgDOTALeague `protobuf:"bytes,4,rep,name=leagues" json:"leagues,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CMsgDOTALeaguesInMonthResponse) Descriptor

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

func (*CMsgDOTALeaguesInMonthResponse) GetEresult

func (m *CMsgDOTALeaguesInMonthResponse) GetEresult() uint32

func (*CMsgDOTALeaguesInMonthResponse) GetLeagues

func (*CMsgDOTALeaguesInMonthResponse) GetMonth

func (m *CMsgDOTALeaguesInMonthResponse) GetMonth() uint32

func (*CMsgDOTALeaguesInMonthResponse) GetYear

func (*CMsgDOTALeaguesInMonthResponse) ProtoMessage

func (*CMsgDOTALeaguesInMonthResponse) ProtoMessage()

func (*CMsgDOTALeaguesInMonthResponse) Reset

func (m *CMsgDOTALeaguesInMonthResponse) Reset()

func (*CMsgDOTALeaguesInMonthResponse) String

type CMsgDOTALiveLeagueGameUpdate

type CMsgDOTALiveLeagueGameUpdate struct {
	LiveLeagueGames  *uint32 `protobuf:"varint,1,opt,name=live_league_games,json=liveLeagueGames" json:"live_league_games,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALiveLeagueGameUpdate) Descriptor

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

func (*CMsgDOTALiveLeagueGameUpdate) GetLiveLeagueGames

func (m *CMsgDOTALiveLeagueGameUpdate) GetLiveLeagueGames() uint32

func (*CMsgDOTALiveLeagueGameUpdate) ProtoMessage

func (*CMsgDOTALiveLeagueGameUpdate) ProtoMessage()

func (*CMsgDOTALiveLeagueGameUpdate) Reset

func (m *CMsgDOTALiveLeagueGameUpdate) Reset()

func (*CMsgDOTALiveLeagueGameUpdate) String

type CMsgDOTALobbyMVPAwarded

type CMsgDOTALobbyMVPAwarded struct {
	MvpAccountId     *uint32 `protobuf:"varint,1,opt,name=mvp_account_id,json=mvpAccountId" json:"mvp_account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTALobbyMVPAwarded) Descriptor

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

func (*CMsgDOTALobbyMVPAwarded) GetMvpAccountId

func (m *CMsgDOTALobbyMVPAwarded) GetMvpAccountId() uint32

func (*CMsgDOTALobbyMVPAwarded) ProtoMessage

func (*CMsgDOTALobbyMVPAwarded) ProtoMessage()

func (*CMsgDOTALobbyMVPAwarded) Reset

func (m *CMsgDOTALobbyMVPAwarded) Reset()

func (*CMsgDOTALobbyMVPAwarded) String

func (m *CMsgDOTALobbyMVPAwarded) String() string

type CMsgDOTALobbyMVPNotifyRecipient

type CMsgDOTALobbyMVPNotifyRecipient struct {
	VoterAccountId     *uint32 `protobuf:"varint,1,opt,name=voter_account_id,json=voterAccountId" json:"voter_account_id,omitempty"`
	RecipientAccountId *uint32 `protobuf:"varint,2,opt,name=recipient_account_id,json=recipientAccountId" json:"recipient_account_id,omitempty"`
	NumVotes           *uint32 `protobuf:"varint,3,opt,name=num_votes,json=numVotes" json:"num_votes,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgDOTALobbyMVPNotifyRecipient) Descriptor

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

func (*CMsgDOTALobbyMVPNotifyRecipient) GetNumVotes

func (m *CMsgDOTALobbyMVPNotifyRecipient) GetNumVotes() uint32

func (*CMsgDOTALobbyMVPNotifyRecipient) GetRecipientAccountId

func (m *CMsgDOTALobbyMVPNotifyRecipient) GetRecipientAccountId() uint32

func (*CMsgDOTALobbyMVPNotifyRecipient) GetVoterAccountId

func (m *CMsgDOTALobbyMVPNotifyRecipient) GetVoterAccountId() uint32

func (*CMsgDOTALobbyMVPNotifyRecipient) ProtoMessage

func (*CMsgDOTALobbyMVPNotifyRecipient) ProtoMessage()

func (*CMsgDOTALobbyMVPNotifyRecipient) Reset

func (*CMsgDOTALobbyMVPNotifyRecipient) String

type CMsgDOTALobbyRichPresence

type CMsgDOTALobbyRichPresence struct {
	LobbyId          *uint64             `protobuf:"fixed64,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	LobbyState       *CSODOTALobby_State `protobuf:"varint,2,opt,name=lobby_state,json=lobbyState,enum=CSODOTALobby_State,def=0" json:"lobby_state,omitempty"`
	Password         *bool               `protobuf:"varint,3,opt,name=password" json:"password,omitempty"`
	GameMode         *DOTA_GameMode      `protobuf:"varint,4,opt,name=game_mode,json=gameMode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
	MemberCount      *uint32             `protobuf:"varint,5,opt,name=member_count,json=memberCount" json:"member_count,omitempty"`
	MaxMemberCount   *uint32             `protobuf:"varint,6,opt,name=max_member_count,json=maxMemberCount" json:"max_member_count,omitempty"`
	CustomGameId     *uint64             `protobuf:"fixed64,7,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	Name             *string             `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"`
	LobbyType        *uint32             `protobuf:"varint,9,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CMsgDOTALobbyRichPresence) Descriptor

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

func (*CMsgDOTALobbyRichPresence) GetCustomGameId

func (m *CMsgDOTALobbyRichPresence) GetCustomGameId() uint64

func (*CMsgDOTALobbyRichPresence) GetGameMode

func (m *CMsgDOTALobbyRichPresence) GetGameMode() DOTA_GameMode

func (*CMsgDOTALobbyRichPresence) GetLobbyId

func (m *CMsgDOTALobbyRichPresence) GetLobbyId() uint64

func (*CMsgDOTALobbyRichPresence) GetLobbyState

func (m *CMsgDOTALobbyRichPresence) GetLobbyState() CSODOTALobby_State

func (*CMsgDOTALobbyRichPresence) GetLobbyType

func (m *CMsgDOTALobbyRichPresence) GetLobbyType() uint32

func (*CMsgDOTALobbyRichPresence) GetMaxMemberCount

func (m *CMsgDOTALobbyRichPresence) GetMaxMemberCount() uint32

func (*CMsgDOTALobbyRichPresence) GetMemberCount

func (m *CMsgDOTALobbyRichPresence) GetMemberCount() uint32

func (*CMsgDOTALobbyRichPresence) GetName

func (m *CMsgDOTALobbyRichPresence) GetName() string

func (*CMsgDOTALobbyRichPresence) GetPassword

func (m *CMsgDOTALobbyRichPresence) GetPassword() bool

func (*CMsgDOTALobbyRichPresence) ProtoMessage

func (*CMsgDOTALobbyRichPresence) ProtoMessage()

func (*CMsgDOTALobbyRichPresence) Reset

func (m *CMsgDOTALobbyRichPresence) Reset()

func (*CMsgDOTALobbyRichPresence) String

func (m *CMsgDOTALobbyRichPresence) String() string

type CMsgDOTAMatch

type CMsgDOTAMatch struct {
	Duration            *uint32                             `protobuf:"varint,3,opt,name=duration" json:"duration,omitempty"`
	StartTime           *uint32                             `protobuf:"fixed32,4,opt,name=startTime" json:"startTime,omitempty"`
	Players             []*CMsgDOTAMatch_Player             `protobuf:"bytes,5,rep,name=players" json:"players,omitempty"`
	MatchId             *uint64                             `protobuf:"varint,6,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	TowerStatus         []uint32                            `protobuf:"varint,8,rep,name=tower_status,json=towerStatus" json:"tower_status,omitempty"`
	BarracksStatus      []uint32                            `protobuf:"varint,9,rep,name=barracks_status,json=barracksStatus" json:"barracks_status,omitempty"`
	Cluster             *uint32                             `protobuf:"varint,10,opt,name=cluster" json:"cluster,omitempty"`
	FirstBloodTime      *uint32                             `protobuf:"varint,12,opt,name=first_blood_time,json=firstBloodTime" json:"first_blood_time,omitempty"`
	ReplaySalt          *uint32                             `protobuf:"fixed32,13,opt,name=replay_salt,json=replaySalt" json:"replay_salt,omitempty"`
	ServerIp            *uint32                             `protobuf:"fixed32,14,opt,name=server_ip,json=serverIp" json:"server_ip,omitempty"`
	ServerPort          *uint32                             `protobuf:"varint,15,opt,name=server_port,json=serverPort" json:"server_port,omitempty"`
	LobbyType           *uint32                             `protobuf:"varint,16,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
	HumanPlayers        *uint32                             `protobuf:"varint,17,opt,name=human_players,json=humanPlayers" json:"human_players,omitempty"`
	AverageSkill        *uint32                             `protobuf:"varint,18,opt,name=average_skill,json=averageSkill" json:"average_skill,omitempty"`
	GameBalance         *float32                            `protobuf:"fixed32,19,opt,name=game_balance,json=gameBalance" json:"game_balance,omitempty"`
	RadiantTeamId       *uint32                             `protobuf:"varint,20,opt,name=radiant_team_id,json=radiantTeamId" json:"radiant_team_id,omitempty"`
	DireTeamId          *uint32                             `protobuf:"varint,21,opt,name=dire_team_id,json=direTeamId" json:"dire_team_id,omitempty"`
	Leagueid            *uint32                             `protobuf:"varint,22,opt,name=leagueid" json:"leagueid,omitempty"`
	RadiantTeamName     *string                             `protobuf:"bytes,23,opt,name=radiant_team_name,json=radiantTeamName" json:"radiant_team_name,omitempty"`
	DireTeamName        *string                             `protobuf:"bytes,24,opt,name=dire_team_name,json=direTeamName" json:"dire_team_name,omitempty"`
	RadiantTeamComplete *uint32                             `protobuf:"varint,27,opt,name=radiant_team_complete,json=radiantTeamComplete" json:"radiant_team_complete,omitempty"`
	DireTeamComplete    *uint32                             `protobuf:"varint,28,opt,name=dire_team_complete,json=direTeamComplete" json:"dire_team_complete,omitempty"`
	PositiveVotes       *uint32                             `protobuf:"varint,29,opt,name=positive_votes,json=positiveVotes" json:"positive_votes,omitempty"`
	NegativeVotes       *uint32                             `protobuf:"varint,30,opt,name=negative_votes,json=negativeVotes" json:"negative_votes,omitempty"`
	GameMode            *DOTA_GameMode                      `protobuf:"varint,31,opt,name=game_mode,json=gameMode,enum=DOTA_GameMode,def=0" json:"game_mode,omitempty"`
	PicksBans           []*CMatchHeroSelectEvent            `protobuf:"bytes,32,rep,name=picks_bans,json=picksBans" json:"picks_bans,omitempty"`
	MatchSeqNum         *uint64                             `protobuf:"varint,33,opt,name=match_seq_num,json=matchSeqNum" json:"match_seq_num,omitempty"`
	ReplayState         *CMsgDOTAMatch_ReplayState          `` /* 126-byte string literal not displayed */
	RadiantGuildId      *uint32                             `protobuf:"varint,35,opt,name=radiant_guild_id,json=radiantGuildId" json:"radiant_guild_id,omitempty"`
	DireGuildId         *uint32                             `protobuf:"varint,36,opt,name=dire_guild_id,json=direGuildId" json:"dire_guild_id,omitempty"`
	RadiantTeamTag      *string                             `protobuf:"bytes,37,opt,name=radiant_team_tag,json=radiantTeamTag" json:"radiant_team_tag,omitempty"`
	DireTeamTag         *string                             `protobuf:"bytes,38,opt,name=dire_team_tag,json=direTeamTag" json:"dire_team_tag,omitempty"`
	SeriesId            *uint32                             `protobuf:"varint,39,opt,name=series_id,json=seriesId" json:"series_id,omitempty"`
	SeriesType          *uint32                             `protobuf:"varint,40,opt,name=series_type,json=seriesType" json:"series_type,omitempty"`
	BroadcasterChannels []*CMsgDOTAMatch_BroadcasterChannel `protobuf:"bytes,43,rep,name=broadcaster_channels,json=broadcasterChannels" json:"broadcaster_channels,omitempty"`
	Engine              *uint32                             `protobuf:"varint,44,opt,name=engine" json:"engine,omitempty"`
	CustomGameData      *CMsgDOTAMatch_CustomGameData       `protobuf:"bytes,45,opt,name=custom_game_data,json=customGameData" json:"custom_game_data,omitempty"`
	MatchFlags          *uint32                             `protobuf:"varint,46,opt,name=match_flags,json=matchFlags" json:"match_flags,omitempty"`
	PrivateMetadataKey  *uint32                             `protobuf:"fixed32,47,opt,name=private_metadata_key,json=privateMetadataKey" json:"private_metadata_key,omitempty"`
	RadiantTeamScore    *uint32                             `protobuf:"varint,48,opt,name=radiant_team_score,json=radiantTeamScore" json:"radiant_team_score,omitempty"`
	DireTeamScore       *uint32                             `protobuf:"varint,49,opt,name=dire_team_score,json=direTeamScore" json:"dire_team_score,omitempty"`
	MatchOutcome        *EMatchOutcome                      `protobuf:"varint,50,opt,name=match_outcome,json=matchOutcome,enum=EMatchOutcome,def=0" json:"match_outcome,omitempty"`
	TournamentId        *uint32                             `protobuf:"varint,51,opt,name=tournament_id,json=tournamentId" json:"tournament_id,omitempty"`
	TournamentRound     *uint32                             `protobuf:"varint,52,opt,name=tournament_round,json=tournamentRound" json:"tournament_round,omitempty"`
	PreGameDuration     *uint32                             `protobuf:"varint,53,opt,name=pre_game_duration,json=preGameDuration" json:"pre_game_duration,omitempty"`
	XXX_unrecognized    []byte                              `json:"-"`
}

func (*CMsgDOTAMatch) Descriptor

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

func (*CMsgDOTAMatch) GetAverageSkill

func (m *CMsgDOTAMatch) GetAverageSkill() uint32

func (*CMsgDOTAMatch) GetBarracksStatus

func (m *CMsgDOTAMatch) GetBarracksStatus() []uint32

func (*CMsgDOTAMatch) GetBroadcasterChannels

func (m *CMsgDOTAMatch) GetBroadcasterChannels() []*CMsgDOTAMatch_BroadcasterChannel

func (*CMsgDOTAMatch) GetCluster

func (m *CMsgDOTAMatch) GetCluster() uint32

func (*CMsgDOTAMatch) GetCustomGameData

func (m *CMsgDOTAMatch) GetCustomGameData() *CMsgDOTAMatch_CustomGameData

func (*CMsgDOTAMatch) GetDireGuildId

func (m *CMsgDOTAMatch) GetDireGuildId() uint32

func (*CMsgDOTAMatch) GetDireTeamComplete

func (m *CMsgDOTAMatch) GetDireTeamComplete() uint32

func (*CMsgDOTAMatch) GetDireTeamId

func (m *CMsgDOTAMatch) GetDireTeamId() uint32
func (m *CMsgDOTAMatch) GetDireTeamLogo() uint64

func (*CMsgDOTAMatch) GetDireTeamName

func (m *CMsgDOTAMatch) GetDireTeamName() string

func (*CMsgDOTAMatch) GetDireTeamScore

func (m *CMsgDOTAMatch) GetDireTeamScore() uint32

func (*CMsgDOTAMatch) GetDireTeamTag

func (m *CMsgDOTAMatch) GetDireTeamTag() string

func (*CMsgDOTAMatch) GetDuration

func (m *CMsgDOTAMatch) GetDuration() uint32

func (*CMsgDOTAMatch) GetEngine

func (m *CMsgDOTAMatch) GetEngine() uint32

func (*CMsgDOTAMatch) GetFirstBloodTime

func (m *CMsgDOTAMatch) GetFirstBloodTime() uint32

func (*CMsgDOTAMatch) GetGameBalance

func (m *CMsgDOTAMatch) GetGameBalance() float32

func (*CMsgDOTAMatch) GetGameMode

func (m *CMsgDOTAMatch) GetGameMode() DOTA_GameMode

func (*CMsgDOTAMatch) GetHumanPlayers

func (m *CMsgDOTAMatch) GetHumanPlayers() uint32

func (*CMsgDOTAMatch) GetLeagueid

func (m *CMsgDOTAMatch) GetLeagueid() uint32

func (*CMsgDOTAMatch) GetLobbyType

func (m *CMsgDOTAMatch) GetLobbyType() uint32

func (*CMsgDOTAMatch) GetMatchFlags

func (m *CMsgDOTAMatch) GetMatchFlags() uint32

func (*CMsgDOTAMatch) GetMatchId

func (m *CMsgDOTAMatch) GetMatchId() uint64

func (*CMsgDOTAMatch) GetMatchOutcome

func (m *CMsgDOTAMatch) GetMatchOutcome() EMatchOutcome

func (*CMsgDOTAMatch) GetMatchSeqNum

func (m *CMsgDOTAMatch) GetMatchSeqNum() uint64

func (*CMsgDOTAMatch) GetNegativeVotes

func (m *CMsgDOTAMatch) GetNegativeVotes() uint32

func (*CMsgDOTAMatch) GetPicksBans

func (m *CMsgDOTAMatch) GetPicksBans() []*CMatchHeroSelectEvent

func (*CMsgDOTAMatch) GetPlayers

func (m *CMsgDOTAMatch) GetPlayers() []*CMsgDOTAMatch_Player

func (*CMsgDOTAMatch) GetPositiveVotes

func (m *CMsgDOTAMatch) GetPositiveVotes() uint32

func (*CMsgDOTAMatch) GetPreGameDuration

func (m *CMsgDOTAMatch) GetPreGameDuration() uint32

func (*CMsgDOTAMatch) GetPrivateMetadataKey

func (m *CMsgDOTAMatch) GetPrivateMetadataKey() uint32

func (*CMsgDOTAMatch) GetRadiantGuildId

func (m *CMsgDOTAMatch) GetRadiantGuildId() uint32

func (*CMsgDOTAMatch) GetRadiantTeamComplete

func (m *CMsgDOTAMatch) GetRadiantTeamComplete() uint32

func (*CMsgDOTAMatch) GetRadiantTeamId

func (m *CMsgDOTAMatch) GetRadiantTeamId() uint32
func (m *CMsgDOTAMatch) GetRadiantTeamLogo() uint64

func (*CMsgDOTAMatch) GetRadiantTeamName

func (m *CMsgDOTAMatch) GetRadiantTeamName() string

func (*CMsgDOTAMatch) GetRadiantTeamScore

func (m *CMsgDOTAMatch) GetRadiantTeamScore() uint32

func (*CMsgDOTAMatch) GetRadiantTeamTag

func (m *CMsgDOTAMatch) GetRadiantTeamTag() string

func (*CMsgDOTAMatch) GetReplaySalt

func (m *CMsgDOTAMatch) GetReplaySalt() uint32

func (*CMsgDOTAMatch) GetReplayState

func (m *CMsgDOTAMatch) GetReplayState() CMsgDOTAMatch_ReplayState

func (*CMsgDOTAMatch) GetSeriesId

func (m *CMsgDOTAMatch) GetSeriesId() uint32

func (*CMsgDOTAMatch) GetSeriesType

func (m *CMsgDOTAMatch) GetSeriesType() uint32

func (*CMsgDOTAMatch) GetServerIp

func (m *CMsgDOTAMatch) GetServerIp() uint32

func (*CMsgDOTAMatch) GetServerPort

func (m *CMsgDOTAMatch) GetServerPort() uint32

func (*CMsgDOTAMatch) GetStartTime

func (m *CMsgDOTAMatch) GetStartTime() uint32

func (*CMsgDOTAMatch) GetTournamentId

func (m *CMsgDOTAMatch) GetTournamentId() uint32

func (*CMsgDOTAMatch) GetTournamentRound

func (m *CMsgDOTAMatch) GetTournamentRound() uint32

func (*CMsgDOTAMatch) GetTowerStatus

func (m *CMsgDOTAMatch) GetTowerStatus() []uint32

func (*CMsgDOTAMatch) ProtoMessage

func (*CMsgDOTAMatch) ProtoMessage()

func (*CMsgDOTAMatch) Reset

func (m *CMsgDOTAMatch) Reset()

func (*CMsgDOTAMatch) String

func (m *CMsgDOTAMatch) String() string

type CMsgDOTAMatchHistoryFilter

type CMsgDOTAMatchHistoryFilter struct {
	MatchIds                 []uint64 `protobuf:"varint,1,rep,name=match_ids,json=matchIds" json:"match_ids,omitempty"`
	NewestMatchIdAtLastQuery *uint64  `` /* 135-byte string literal not displayed */
	TimeLastQuery            *uint32  `protobuf:"varint,3,opt,name=time_last_query,json=timeLastQuery" json:"time_last_query,omitempty"`
	XXX_unrecognized         []byte   `json:"-"`
}

func (*CMsgDOTAMatchHistoryFilter) Descriptor

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

func (*CMsgDOTAMatchHistoryFilter) GetMatchIds

func (m *CMsgDOTAMatchHistoryFilter) GetMatchIds() []uint64

func (*CMsgDOTAMatchHistoryFilter) GetNewestMatchIdAtLastQuery

func (m *CMsgDOTAMatchHistoryFilter) GetNewestMatchIdAtLastQuery() uint64

func (*CMsgDOTAMatchHistoryFilter) GetTimeLastQuery

func (m *CMsgDOTAMatchHistoryFilter) GetTimeLastQuery() uint32

func (*CMsgDOTAMatchHistoryFilter) ProtoMessage

func (*CMsgDOTAMatchHistoryFilter) ProtoMessage()

func (*CMsgDOTAMatchHistoryFilter) Reset

func (m *CMsgDOTAMatchHistoryFilter) Reset()

func (*CMsgDOTAMatchHistoryFilter) String

func (m *CMsgDOTAMatchHistoryFilter) String() string

type CMsgDOTAMatchVotes

type CMsgDOTAMatchVotes struct {
	MatchId          *uint64                          `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	Votes            []*CMsgDOTAMatchVotes_PlayerVote `protobuf:"bytes,2,rep,name=votes" json:"votes,omitempty"`
	XXX_unrecognized []byte                           `json:"-"`
}

func (*CMsgDOTAMatchVotes) Descriptor

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

func (*CMsgDOTAMatchVotes) GetMatchId

func (m *CMsgDOTAMatchVotes) GetMatchId() uint64

func (*CMsgDOTAMatchVotes) GetVotes

func (*CMsgDOTAMatchVotes) ProtoMessage

func (*CMsgDOTAMatchVotes) ProtoMessage()

func (*CMsgDOTAMatchVotes) Reset

func (m *CMsgDOTAMatchVotes) Reset()

func (*CMsgDOTAMatchVotes) String

func (m *CMsgDOTAMatchVotes) String() string

type CMsgDOTAMatchVotes_PlayerVote

type CMsgDOTAMatchVotes_PlayerVote struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Vote             *uint32 `protobuf:"varint,2,opt,name=vote" json:"vote,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAMatchVotes_PlayerVote) Descriptor

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

func (*CMsgDOTAMatchVotes_PlayerVote) GetAccountId

func (m *CMsgDOTAMatchVotes_PlayerVote) GetAccountId() uint32

func (*CMsgDOTAMatchVotes_PlayerVote) GetVote

func (*CMsgDOTAMatchVotes_PlayerVote) ProtoMessage

func (*CMsgDOTAMatchVotes_PlayerVote) ProtoMessage()

func (*CMsgDOTAMatchVotes_PlayerVote) Reset

func (m *CMsgDOTAMatchVotes_PlayerVote) Reset()

func (*CMsgDOTAMatchVotes_PlayerVote) String

type CMsgDOTAMatch_BroadcasterChannel

type CMsgDOTAMatch_BroadcasterChannel struct {
	CountryCode      *string                          `protobuf:"bytes,1,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	Description      *string                          `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	BroadcasterInfos []*CMsgDOTAMatch_BroadcasterInfo `protobuf:"bytes,3,rep,name=broadcaster_infos,json=broadcasterInfos" json:"broadcaster_infos,omitempty"`
	LanguageCode     *string                          `protobuf:"bytes,4,opt,name=language_code,json=languageCode" json:"language_code,omitempty"`
	XXX_unrecognized []byte                           `json:"-"`
}

func (*CMsgDOTAMatch_BroadcasterChannel) Descriptor

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

func (*CMsgDOTAMatch_BroadcasterChannel) GetBroadcasterInfos

func (*CMsgDOTAMatch_BroadcasterChannel) GetCountryCode

func (m *CMsgDOTAMatch_BroadcasterChannel) GetCountryCode() string

func (*CMsgDOTAMatch_BroadcasterChannel) GetDescription

func (m *CMsgDOTAMatch_BroadcasterChannel) GetDescription() string

func (*CMsgDOTAMatch_BroadcasterChannel) GetLanguageCode

func (m *CMsgDOTAMatch_BroadcasterChannel) GetLanguageCode() string

func (*CMsgDOTAMatch_BroadcasterChannel) ProtoMessage

func (*CMsgDOTAMatch_BroadcasterChannel) ProtoMessage()

func (*CMsgDOTAMatch_BroadcasterChannel) Reset

func (*CMsgDOTAMatch_BroadcasterChannel) String

type CMsgDOTAMatch_BroadcasterInfo

type CMsgDOTAMatch_BroadcasterInfo struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAMatch_BroadcasterInfo) Descriptor

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

func (*CMsgDOTAMatch_BroadcasterInfo) GetAccountId

func (m *CMsgDOTAMatch_BroadcasterInfo) GetAccountId() uint32

func (*CMsgDOTAMatch_BroadcasterInfo) GetName

func (*CMsgDOTAMatch_BroadcasterInfo) ProtoMessage

func (*CMsgDOTAMatch_BroadcasterInfo) ProtoMessage()

func (*CMsgDOTAMatch_BroadcasterInfo) Reset

func (m *CMsgDOTAMatch_BroadcasterInfo) Reset()

func (*CMsgDOTAMatch_BroadcasterInfo) String

type CMsgDOTAMatch_CustomGameData

type CMsgDOTAMatch_CustomGameData struct {
	CustomGameId     *uint64 `protobuf:"varint,1,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	MapName          *string `protobuf:"bytes,2,opt,name=map_name,json=mapName" json:"map_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAMatch_CustomGameData) Descriptor

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

func (*CMsgDOTAMatch_CustomGameData) GetCustomGameId

func (m *CMsgDOTAMatch_CustomGameData) GetCustomGameId() uint64

func (*CMsgDOTAMatch_CustomGameData) GetMapName

func (m *CMsgDOTAMatch_CustomGameData) GetMapName() string

func (*CMsgDOTAMatch_CustomGameData) ProtoMessage

func (*CMsgDOTAMatch_CustomGameData) ProtoMessage()

func (*CMsgDOTAMatch_CustomGameData) Reset

func (m *CMsgDOTAMatch_CustomGameData) Reset()

func (*CMsgDOTAMatch_CustomGameData) String

type CMsgDOTAMatch_Player

type CMsgDOTAMatch_Player struct {
	AccountId                *uint32                              `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PlayerSlot               *uint32                              `protobuf:"varint,2,opt,name=player_slot,json=playerSlot" json:"player_slot,omitempty"`
	HeroId                   *uint32                              `protobuf:"varint,3,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	Item_0                   *uint32                              `protobuf:"varint,4,opt,name=item_0,json=item0" json:"item_0,omitempty"`
	Item_1                   *uint32                              `protobuf:"varint,5,opt,name=item_1,json=item1" json:"item_1,omitempty"`
	Item_2                   *uint32                              `protobuf:"varint,6,opt,name=item_2,json=item2" json:"item_2,omitempty"`
	Item_3                   *uint32                              `protobuf:"varint,7,opt,name=item_3,json=item3" json:"item_3,omitempty"`
	Item_4                   *uint32                              `protobuf:"varint,8,opt,name=item_4,json=item4" json:"item_4,omitempty"`
	Item_5                   *uint32                              `protobuf:"varint,9,opt,name=item_5,json=item5" json:"item_5,omitempty"`
	Item_6                   *uint32                              `protobuf:"varint,59,opt,name=item_6,json=item6" json:"item_6,omitempty"`
	Item_7                   *uint32                              `protobuf:"varint,60,opt,name=item_7,json=item7" json:"item_7,omitempty"`
	Item_8                   *uint32                              `protobuf:"varint,61,opt,name=item_8,json=item8" json:"item_8,omitempty"`
	ExpectedTeamContribution *float32                             `` /* 131-byte string literal not displayed */
	ScaledMetric             *float32                             `protobuf:"fixed32,11,opt,name=scaled_metric,json=scaledMetric" json:"scaled_metric,omitempty"`
	PreviousRank             *uint32                              `protobuf:"varint,12,opt,name=previous_rank,json=previousRank" json:"previous_rank,omitempty"`
	RankChange               *int32                               `protobuf:"zigzag32,13,opt,name=rank_change,json=rankChange" json:"rank_change,omitempty"`
	SoloRank                 *bool                                `protobuf:"varint,49,opt,name=solo_rank,json=soloRank" json:"solo_rank,omitempty"`
	SeasonalRank             *bool                                `protobuf:"varint,53,opt,name=seasonal_rank,json=seasonalRank" json:"seasonal_rank,omitempty"`
	Kills                    *uint32                              `protobuf:"varint,14,opt,name=kills" json:"kills,omitempty"`
	Deaths                   *uint32                              `protobuf:"varint,15,opt,name=deaths" json:"deaths,omitempty"`
	Assists                  *uint32                              `protobuf:"varint,16,opt,name=assists" json:"assists,omitempty"`
	LeaverStatus             *uint32                              `protobuf:"varint,17,opt,name=leaver_status,json=leaverStatus" json:"leaver_status,omitempty"`
	Gold                     *uint32                              `protobuf:"varint,18,opt,name=gold" json:"gold,omitempty"`
	LastHits                 *uint32                              `protobuf:"varint,19,opt,name=last_hits,json=lastHits" json:"last_hits,omitempty"`
	Denies                   *uint32                              `protobuf:"varint,20,opt,name=denies" json:"denies,omitempty"`
	GoldPerMin               *uint32                              `protobuf:"varint,21,opt,name=gold_per_min,json=goldPerMin" json:"gold_per_min,omitempty"`
	XPPerMin                 *uint32                              `protobuf:"varint,22,opt,name=XP_per_min,json=xPPerMin" json:"XP_per_min,omitempty"`
	GoldSpent                *uint32                              `protobuf:"varint,23,opt,name=gold_spent,json=goldSpent" json:"gold_spent,omitempty"`
	HeroDamage               *uint32                              `protobuf:"varint,24,opt,name=hero_damage,json=heroDamage" json:"hero_damage,omitempty"`
	TowerDamage              *uint32                              `protobuf:"varint,25,opt,name=tower_damage,json=towerDamage" json:"tower_damage,omitempty"`
	HeroHealing              *uint32                              `protobuf:"varint,26,opt,name=hero_healing,json=heroHealing" json:"hero_healing,omitempty"`
	Level                    *uint32                              `protobuf:"varint,27,opt,name=level" json:"level,omitempty"`
	TimeLastSeen             *uint32                              `protobuf:"varint,28,opt,name=time_last_seen,json=timeLastSeen" json:"time_last_seen,omitempty"`
	PlayerName               *string                              `protobuf:"bytes,29,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
	SupportAbilityValue      *uint32                              `protobuf:"varint,30,opt,name=support_ability_value,json=supportAbilityValue" json:"support_ability_value,omitempty"`
	FeedingDetected          *bool                                `protobuf:"varint,32,opt,name=feeding_detected,json=feedingDetected" json:"feeding_detected,omitempty"`
	SearchRank               *uint32                              `protobuf:"varint,34,opt,name=search_rank,json=searchRank" json:"search_rank,omitempty"`
	SearchRankUncertainty    *uint32                              `protobuf:"varint,35,opt,name=search_rank_uncertainty,json=searchRankUncertainty" json:"search_rank_uncertainty,omitempty"`
	RankUncertaintyChange    *int32                               `protobuf:"varint,36,opt,name=rank_uncertainty_change,json=rankUncertaintyChange" json:"rank_uncertainty_change,omitempty"`
	HeroPlayCount            *uint32                              `protobuf:"varint,37,opt,name=hero_play_count,json=heroPlayCount" json:"hero_play_count,omitempty"`
	PartyId                  *uint64                              `protobuf:"fixed64,38,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	ScaledHeroDamage         *uint32                              `protobuf:"varint,54,opt,name=scaled_hero_damage,json=scaledHeroDamage" json:"scaled_hero_damage,omitempty"`
	ScaledTowerDamage        *uint32                              `protobuf:"varint,55,opt,name=scaled_tower_damage,json=scaledTowerDamage" json:"scaled_tower_damage,omitempty"`
	ScaledHeroHealing        *uint32                              `protobuf:"varint,56,opt,name=scaled_hero_healing,json=scaledHeroHealing" json:"scaled_hero_healing,omitempty"`
	ScaledKills              *float32                             `protobuf:"fixed32,39,opt,name=scaled_kills,json=scaledKills" json:"scaled_kills,omitempty"`
	ScaledDeaths             *float32                             `protobuf:"fixed32,40,opt,name=scaled_deaths,json=scaledDeaths" json:"scaled_deaths,omitempty"`
	ScaledAssists            *float32                             `protobuf:"fixed32,41,opt,name=scaled_assists,json=scaledAssists" json:"scaled_assists,omitempty"`
	ClaimedFarmGold          *uint32                              `protobuf:"varint,42,opt,name=claimed_farm_gold,json=claimedFarmGold" json:"claimed_farm_gold,omitempty"`
	SupportGold              *uint32                              `protobuf:"varint,43,opt,name=support_gold,json=supportGold" json:"support_gold,omitempty"`
	ClaimedDenies            *uint32                              `protobuf:"varint,44,opt,name=claimed_denies,json=claimedDenies" json:"claimed_denies,omitempty"`
	ClaimedMisses            *uint32                              `protobuf:"varint,45,opt,name=claimed_misses,json=claimedMisses" json:"claimed_misses,omitempty"`
	Misses                   *uint32                              `protobuf:"varint,46,opt,name=misses" json:"misses,omitempty"`
	AbilityUpgrades          []*CMatchPlayerAbilityUpgrade        `protobuf:"bytes,47,rep,name=ability_upgrades,json=abilityUpgrades" json:"ability_upgrades,omitempty"`
	AdditionalUnitsInventory []*CMatchAdditionalUnitInventory     `` /* 129-byte string literal not displayed */
	PermanentBuffs           []*CMatchPlayerPermanentBuff         `protobuf:"bytes,57,rep,name=permanent_buffs,json=permanentBuffs" json:"permanent_buffs,omitempty"`
	CustomGameData           *CMsgDOTAMatch_Player_CustomGameData `protobuf:"bytes,50,opt,name=custom_game_data,json=customGameData" json:"custom_game_data,omitempty"`
	ActiveBattlePass         *bool                                `protobuf:"varint,51,opt,name=active_battle_pass,json=activeBattlePass" json:"active_battle_pass,omitempty"`
	NetWorth                 *uint32                              `protobuf:"varint,52,opt,name=net_worth,json=netWorth" json:"net_worth,omitempty"`
	BotDifficulty            *uint32                              `protobuf:"varint,58,opt,name=bot_difficulty,json=botDifficulty" json:"bot_difficulty,omitempty"`
	XXX_unrecognized         []byte                               `json:"-"`
}

func (*CMsgDOTAMatch_Player) Descriptor

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

func (*CMsgDOTAMatch_Player) GetAbilityUpgrades

func (m *CMsgDOTAMatch_Player) GetAbilityUpgrades() []*CMatchPlayerAbilityUpgrade

func (*CMsgDOTAMatch_Player) GetAccountId

func (m *CMsgDOTAMatch_Player) GetAccountId() uint32

func (*CMsgDOTAMatch_Player) GetActiveBattlePass

func (m *CMsgDOTAMatch_Player) GetActiveBattlePass() bool

func (*CMsgDOTAMatch_Player) GetAdditionalUnitsInventory

func (m *CMsgDOTAMatch_Player) GetAdditionalUnitsInventory() []*CMatchAdditionalUnitInventory

func (*CMsgDOTAMatch_Player) GetAssists

func (m *CMsgDOTAMatch_Player) GetAssists() uint32

func (*CMsgDOTAMatch_Player) GetBotDifficulty

func (m *CMsgDOTAMatch_Player) GetBotDifficulty() uint32

func (*CMsgDOTAMatch_Player) GetClaimedDenies

func (m *CMsgDOTAMatch_Player) GetClaimedDenies() uint32

func (*CMsgDOTAMatch_Player) GetClaimedFarmGold

func (m *CMsgDOTAMatch_Player) GetClaimedFarmGold() uint32

func (*CMsgDOTAMatch_Player) GetClaimedMisses

func (m *CMsgDOTAMatch_Player) GetClaimedMisses() uint32

func (*CMsgDOTAMatch_Player) GetCustomGameData

func (*CMsgDOTAMatch_Player) GetDeaths

func (m *CMsgDOTAMatch_Player) GetDeaths() uint32

func (*CMsgDOTAMatch_Player) GetDenies

func (m *CMsgDOTAMatch_Player) GetDenies() uint32

func (*CMsgDOTAMatch_Player) GetExpectedTeamContribution

func (m *CMsgDOTAMatch_Player) GetExpectedTeamContribution() float32

func (*CMsgDOTAMatch_Player) GetFeedingDetected

func (m *CMsgDOTAMatch_Player) GetFeedingDetected() bool

func (*CMsgDOTAMatch_Player) GetGold

func (m *CMsgDOTAMatch_Player) GetGold() uint32

func (*CMsgDOTAMatch_Player) GetGoldPerMin

func (m *CMsgDOTAMatch_Player) GetGoldPerMin() uint32

func (*CMsgDOTAMatch_Player) GetGoldSpent

func (m *CMsgDOTAMatch_Player) GetGoldSpent() uint32

func (*CMsgDOTAMatch_Player) GetHeroDamage

func (m *CMsgDOTAMatch_Player) GetHeroDamage() uint32

func (*CMsgDOTAMatch_Player) GetHeroHealing

func (m *CMsgDOTAMatch_Player) GetHeroHealing() uint32

func (*CMsgDOTAMatch_Player) GetHeroId

func (m *CMsgDOTAMatch_Player) GetHeroId() uint32

func (*CMsgDOTAMatch_Player) GetHeroPlayCount

func (m *CMsgDOTAMatch_Player) GetHeroPlayCount() uint32

func (*CMsgDOTAMatch_Player) GetItem_0

func (m *CMsgDOTAMatch_Player) GetItem_0() uint32

func (*CMsgDOTAMatch_Player) GetItem_1

func (m *CMsgDOTAMatch_Player) GetItem_1() uint32

func (*CMsgDOTAMatch_Player) GetItem_2

func (m *CMsgDOTAMatch_Player) GetItem_2() uint32

func (*CMsgDOTAMatch_Player) GetItem_3

func (m *CMsgDOTAMatch_Player) GetItem_3() uint32

func (*CMsgDOTAMatch_Player) GetItem_4

func (m *CMsgDOTAMatch_Player) GetItem_4() uint32

func (*CMsgDOTAMatch_Player) GetItem_5

func (m *CMsgDOTAMatch_Player) GetItem_5() uint32

func (*CMsgDOTAMatch_Player) GetItem_6

func (m *CMsgDOTAMatch_Player) GetItem_6() uint32

func (*CMsgDOTAMatch_Player) GetItem_7

func (m *CMsgDOTAMatch_Player) GetItem_7() uint32

func (*CMsgDOTAMatch_Player) GetItem_8

func (m *CMsgDOTAMatch_Player) GetItem_8() uint32

func (*CMsgDOTAMatch_Player) GetKills

func (m *CMsgDOTAMatch_Player) GetKills() uint32

func (*CMsgDOTAMatch_Player) GetLastHits

func (m *CMsgDOTAMatch_Player) GetLastHits() uint32

func (*CMsgDOTAMatch_Player) GetLeaverStatus

func (m *CMsgDOTAMatch_Player) GetLeaverStatus() uint32

func (*CMsgDOTAMatch_Player) GetLevel

func (m *CMsgDOTAMatch_Player) GetLevel() uint32

func (*CMsgDOTAMatch_Player) GetMisses

func (m *CMsgDOTAMatch_Player) GetMisses() uint32

func (*CMsgDOTAMatch_Player) GetNetWorth

func (m *CMsgDOTAMatch_Player) GetNetWorth() uint32

func (*CMsgDOTAMatch_Player) GetPartyId

func (m *CMsgDOTAMatch_Player) GetPartyId() uint64

func (*CMsgDOTAMatch_Player) GetPermanentBuffs

func (m *CMsgDOTAMatch_Player) GetPermanentBuffs() []*CMatchPlayerPermanentBuff

func (*CMsgDOTAMatch_Player) GetPlayerName

func (m *CMsgDOTAMatch_Player) GetPlayerName() string

func (*CMsgDOTAMatch_Player) GetPlayerSlot

func (m *CMsgDOTAMatch_Player) GetPlayerSlot() uint32

func (*CMsgDOTAMatch_Player) GetPreviousRank

func (m *CMsgDOTAMatch_Player) GetPreviousRank() uint32

func (*CMsgDOTAMatch_Player) GetRankChange

func (m *CMsgDOTAMatch_Player) GetRankChange() int32

func (*CMsgDOTAMatch_Player) GetRankUncertaintyChange

func (m *CMsgDOTAMatch_Player) GetRankUncertaintyChange() int32

func (*CMsgDOTAMatch_Player) GetScaledAssists

func (m *CMsgDOTAMatch_Player) GetScaledAssists() float32

func (*CMsgDOTAMatch_Player) GetScaledDeaths

func (m *CMsgDOTAMatch_Player) GetScaledDeaths() float32

func (*CMsgDOTAMatch_Player) GetScaledHeroDamage

func (m *CMsgDOTAMatch_Player) GetScaledHeroDamage() uint32

func (*CMsgDOTAMatch_Player) GetScaledHeroHealing

func (m *CMsgDOTAMatch_Player) GetScaledHeroHealing() uint32

func (*CMsgDOTAMatch_Player) GetScaledKills

func (m *CMsgDOTAMatch_Player) GetScaledKills() float32

func (*CMsgDOTAMatch_Player) GetScaledMetric

func (m *CMsgDOTAMatch_Player) GetScaledMetric() float32

func (*CMsgDOTAMatch_Player) GetScaledTowerDamage

func (m *CMsgDOTAMatch_Player) GetScaledTowerDamage() uint32

func (*CMsgDOTAMatch_Player) GetSearchRank

func (m *CMsgDOTAMatch_Player) GetSearchRank() uint32

func (*CMsgDOTAMatch_Player) GetSearchRankUncertainty

func (m *CMsgDOTAMatch_Player) GetSearchRankUncertainty() uint32

func (*CMsgDOTAMatch_Player) GetSeasonalRank

func (m *CMsgDOTAMatch_Player) GetSeasonalRank() bool

func (*CMsgDOTAMatch_Player) GetSoloRank

func (m *CMsgDOTAMatch_Player) GetSoloRank() bool

func (*CMsgDOTAMatch_Player) GetSupportAbilityValue

func (m *CMsgDOTAMatch_Player) GetSupportAbilityValue() uint32

func (*CMsgDOTAMatch_Player) GetSupportGold

func (m *CMsgDOTAMatch_Player) GetSupportGold() uint32

func (*CMsgDOTAMatch_Player) GetTimeLastSeen

func (m *CMsgDOTAMatch_Player) GetTimeLastSeen() uint32

func (*CMsgDOTAMatch_Player) GetTowerDamage

func (m *CMsgDOTAMatch_Player) GetTowerDamage() uint32

func (*CMsgDOTAMatch_Player) GetXPPerMin

func (m *CMsgDOTAMatch_Player) GetXPPerMin() uint32

func (*CMsgDOTAMatch_Player) ProtoMessage

func (*CMsgDOTAMatch_Player) ProtoMessage()

func (*CMsgDOTAMatch_Player) Reset

func (m *CMsgDOTAMatch_Player) Reset()

func (*CMsgDOTAMatch_Player) String

func (m *CMsgDOTAMatch_Player) String() string

type CMsgDOTAMatch_Player_CustomGameData

type CMsgDOTAMatch_Player_CustomGameData struct {
	DotaTeam         *uint32 `protobuf:"varint,1,opt,name=dota_team,json=dotaTeam" json:"dota_team,omitempty"`
	Winner           *bool   `protobuf:"varint,2,opt,name=winner" json:"winner,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAMatch_Player_CustomGameData) Descriptor

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

func (*CMsgDOTAMatch_Player_CustomGameData) GetDotaTeam

func (*CMsgDOTAMatch_Player_CustomGameData) GetWinner

func (*CMsgDOTAMatch_Player_CustomGameData) ProtoMessage

func (*CMsgDOTAMatch_Player_CustomGameData) ProtoMessage()

func (*CMsgDOTAMatch_Player_CustomGameData) Reset

func (*CMsgDOTAMatch_Player_CustomGameData) String

type CMsgDOTAMatch_ReplayState

type CMsgDOTAMatch_ReplayState int32
const (
	CMsgDOTAMatch_REPLAY_AVAILABLE    CMsgDOTAMatch_ReplayState = 0
	CMsgDOTAMatch_REPLAY_NOT_RECORDED CMsgDOTAMatch_ReplayState = 1
	CMsgDOTAMatch_REPLAY_EXPIRED      CMsgDOTAMatch_ReplayState = 2
)
const Default_CMsgDOTAMatch_ReplayState CMsgDOTAMatch_ReplayState = CMsgDOTAMatch_REPLAY_AVAILABLE

func (CMsgDOTAMatch_ReplayState) Enum

func (CMsgDOTAMatch_ReplayState) EnumDescriptor

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

func (CMsgDOTAMatch_ReplayState) String

func (x CMsgDOTAMatch_ReplayState) String() string

func (*CMsgDOTAMatch_ReplayState) UnmarshalJSON

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

type CMsgDOTAMatchmakingStatsRequest

type CMsgDOTAMatchmakingStatsRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAMatchmakingStatsRequest) Descriptor

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

func (*CMsgDOTAMatchmakingStatsRequest) ProtoMessage

func (*CMsgDOTAMatchmakingStatsRequest) ProtoMessage()

func (*CMsgDOTAMatchmakingStatsRequest) Reset

func (*CMsgDOTAMatchmakingStatsRequest) String

type CMsgDOTAMatchmakingStatsResponse

type CMsgDOTAMatchmakingStatsResponse struct {
	MatchgroupsVersion                   *uint32                          `protobuf:"varint,1,opt,name=matchgroups_version,json=matchgroupsVersion" json:"matchgroups_version,omitempty"`
	LegacySearchingPlayersByGroupSource2 []uint32                         `` /* 171-byte string literal not displayed */
	MatchGroups                          []*CMsgMatchmakingMatchGroupInfo `protobuf:"bytes,8,rep,name=match_groups,json=matchGroups" json:"match_groups,omitempty"`
	XXX_unrecognized                     []byte                           `json:"-"`
}

func (*CMsgDOTAMatchmakingStatsResponse) Descriptor

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

func (*CMsgDOTAMatchmakingStatsResponse) GetLegacySearchingPlayersByGroupSource2

func (m *CMsgDOTAMatchmakingStatsResponse) GetLegacySearchingPlayersByGroupSource2() []uint32

func (*CMsgDOTAMatchmakingStatsResponse) GetMatchGroups

func (*CMsgDOTAMatchmakingStatsResponse) GetMatchgroupsVersion

func (m *CMsgDOTAMatchmakingStatsResponse) GetMatchgroupsVersion() uint32

func (*CMsgDOTAMatchmakingStatsResponse) ProtoMessage

func (*CMsgDOTAMatchmakingStatsResponse) ProtoMessage()

func (*CMsgDOTAMatchmakingStatsResponse) Reset

func (*CMsgDOTAMatchmakingStatsResponse) String

type CMsgDOTANotifyAccountFlagsChange

type CMsgDOTANotifyAccountFlagsChange struct {
	Accountid        *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	AccountFlags     *uint32 `protobuf:"varint,2,opt,name=account_flags,json=accountFlags" json:"account_flags,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTANotifyAccountFlagsChange) Descriptor

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

func (*CMsgDOTANotifyAccountFlagsChange) GetAccountFlags

func (m *CMsgDOTANotifyAccountFlagsChange) GetAccountFlags() uint32

func (*CMsgDOTANotifyAccountFlagsChange) GetAccountid

func (m *CMsgDOTANotifyAccountFlagsChange) GetAccountid() uint32

func (*CMsgDOTANotifyAccountFlagsChange) ProtoMessage

func (*CMsgDOTANotifyAccountFlagsChange) ProtoMessage()

func (*CMsgDOTANotifyAccountFlagsChange) Reset

func (*CMsgDOTANotifyAccountFlagsChange) String

type CMsgDOTAPCBangTimedReward

type CMsgDOTAPCBangTimedReward struct {
	Persona          *string `protobuf:"bytes,1,opt,name=persona" json:"persona,omitempty"`
	Itemdef          *uint32 `protobuf:"varint,2,opt,name=itemdef" json:"itemdef,omitempty"`
	Pcbangname       *string `protobuf:"bytes,3,opt,name=pcbangname" json:"pcbangname,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAPCBangTimedReward) Descriptor

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

func (*CMsgDOTAPCBangTimedReward) GetItemdef

func (m *CMsgDOTAPCBangTimedReward) GetItemdef() uint32

func (*CMsgDOTAPCBangTimedReward) GetPcbangname

func (m *CMsgDOTAPCBangTimedReward) GetPcbangname() string

func (*CMsgDOTAPCBangTimedReward) GetPersona

func (m *CMsgDOTAPCBangTimedReward) GetPersona() string

func (*CMsgDOTAPCBangTimedReward) ProtoMessage

func (*CMsgDOTAPCBangTimedReward) ProtoMessage()

func (*CMsgDOTAPCBangTimedReward) Reset

func (m *CMsgDOTAPCBangTimedReward) Reset()

func (*CMsgDOTAPCBangTimedReward) String

func (m *CMsgDOTAPCBangTimedReward) String() string

type CMsgDOTAPartyRichPresence

type CMsgDOTAPartyRichPresence struct {
	PartyId          *uint64                                   `protobuf:"fixed64,1,opt,name=party_id,json=partyId" json:"party_id,omitempty"`
	PartyState       *CSODOTAParty_State                       `protobuf:"varint,2,opt,name=party_state,json=partyState,enum=CSODOTAParty_State,def=0" json:"party_state,omitempty"`
	Open             *bool                                     `protobuf:"varint,3,opt,name=open" json:"open,omitempty"`
	LowPriority      *bool                                     `protobuf:"varint,5,opt,name=low_priority,json=lowPriority" json:"low_priority,omitempty"`
	TeamId           *uint32                                   `protobuf:"varint,7,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	TeamName         *string                                   `protobuf:"bytes,8,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	Members          []*CMsgDOTAPartyRichPresence_Member       `protobuf:"bytes,4,rep,name=members" json:"members,omitempty"`
	WeekendTourney   *CMsgDOTAPartyRichPresence_WeekendTourney `protobuf:"bytes,6,opt,name=weekend_tourney,json=weekendTourney" json:"weekend_tourney,omitempty"`
	XXX_unrecognized []byte                                    `json:"-"`
}

func (*CMsgDOTAPartyRichPresence) Descriptor

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

func (*CMsgDOTAPartyRichPresence) GetLowPriority

func (m *CMsgDOTAPartyRichPresence) GetLowPriority() bool

func (*CMsgDOTAPartyRichPresence) GetMembers

func (*CMsgDOTAPartyRichPresence) GetOpen

func (m *CMsgDOTAPartyRichPresence) GetOpen() bool

func (*CMsgDOTAPartyRichPresence) GetPartyId

func (m *CMsgDOTAPartyRichPresence) GetPartyId() uint64

func (*CMsgDOTAPartyRichPresence) GetPartyState

func (m *CMsgDOTAPartyRichPresence) GetPartyState() CSODOTAParty_State

func (*CMsgDOTAPartyRichPresence) GetTeamId

func (m *CMsgDOTAPartyRichPresence) GetTeamId() uint32

func (*CMsgDOTAPartyRichPresence) GetTeamName

func (m *CMsgDOTAPartyRichPresence) GetTeamName() string
func (m *CMsgDOTAPartyRichPresence) GetUgcTeamUiLogo() uint64

func (*CMsgDOTAPartyRichPresence) GetWeekendTourney

func (*CMsgDOTAPartyRichPresence) ProtoMessage

func (*CMsgDOTAPartyRichPresence) ProtoMessage()

func (*CMsgDOTAPartyRichPresence) Reset

func (m *CMsgDOTAPartyRichPresence) Reset()

func (*CMsgDOTAPartyRichPresence) String

func (m *CMsgDOTAPartyRichPresence) String() string

type CMsgDOTAPartyRichPresence_Member

type CMsgDOTAPartyRichPresence_Member struct {
	SteamId          *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	Coach            *bool   `protobuf:"varint,2,opt,name=coach" json:"coach,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAPartyRichPresence_Member) Descriptor

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

func (*CMsgDOTAPartyRichPresence_Member) GetCoach

func (m *CMsgDOTAPartyRichPresence_Member) GetCoach() bool

func (*CMsgDOTAPartyRichPresence_Member) GetSteamId

func (m *CMsgDOTAPartyRichPresence_Member) GetSteamId() uint64

func (*CMsgDOTAPartyRichPresence_Member) ProtoMessage

func (*CMsgDOTAPartyRichPresence_Member) ProtoMessage()

func (*CMsgDOTAPartyRichPresence_Member) Reset

func (*CMsgDOTAPartyRichPresence_Member) String

type CMsgDOTAPartyRichPresence_WeekendTourney

type CMsgDOTAPartyRichPresence_WeekendTourney struct {
	Division         *uint32                           `protobuf:"varint,1,opt,name=division" json:"division,omitempty"`
	SkillLevel       *uint32                           `protobuf:"varint,2,opt,name=skill_level,json=skillLevel" json:"skill_level,omitempty"`
	Round            *uint32                           `protobuf:"varint,3,opt,name=round" json:"round,omitempty"`
	TournamentId     *uint32                           `protobuf:"varint,4,opt,name=tournament_id,json=tournamentId" json:"tournament_id,omitempty"`
	StateSeqNum      *uint32                           `protobuf:"varint,5,opt,name=state_seq_num,json=stateSeqNum" json:"state_seq_num,omitempty"`
	Event            *EWeekendTourneyRichPresenceEvent `protobuf:"varint,6,opt,name=event,enum=EWeekendTourneyRichPresenceEvent,def=0" json:"event,omitempty"`
	EventRound       *uint32                           `protobuf:"varint,7,opt,name=event_round,json=eventRound" json:"event_round,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CMsgDOTAPartyRichPresence_WeekendTourney) Descriptor

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

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetDivision

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetEvent

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetEventRound

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetRound

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetSkillLevel

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetStateSeqNum

func (*CMsgDOTAPartyRichPresence_WeekendTourney) GetTournamentId

func (m *CMsgDOTAPartyRichPresence_WeekendTourney) GetTournamentId() uint32

func (*CMsgDOTAPartyRichPresence_WeekendTourney) ProtoMessage

func (*CMsgDOTAPartyRichPresence_WeekendTourney) Reset

func (*CMsgDOTAPartyRichPresence_WeekendTourney) String

type CMsgDOTAPassportPlayerCardChallenge

type CMsgDOTAPassportPlayerCardChallenge struct {
	ChallengeId      *uint32 `protobuf:"varint,1,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAPassportPlayerCardChallenge) Descriptor

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

func (*CMsgDOTAPassportPlayerCardChallenge) GetChallengeId

func (m *CMsgDOTAPassportPlayerCardChallenge) GetChallengeId() uint32

func (*CMsgDOTAPassportPlayerCardChallenge) ProtoMessage

func (*CMsgDOTAPassportPlayerCardChallenge) ProtoMessage()

func (*CMsgDOTAPassportPlayerCardChallenge) Reset

func (*CMsgDOTAPassportPlayerCardChallenge) String

type CMsgDOTAPassportStampedPlayer

type CMsgDOTAPassportStampedPlayer struct {
	SteamId          *uint64 `protobuf:"varint,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	StampLevel       *uint32 `protobuf:"varint,2,opt,name=stamp_level,json=stampLevel" json:"stamp_level,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAPassportStampedPlayer) Descriptor

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

func (*CMsgDOTAPassportStampedPlayer) GetStampLevel

func (m *CMsgDOTAPassportStampedPlayer) GetStampLevel() uint32

func (*CMsgDOTAPassportStampedPlayer) GetSteamId

func (m *CMsgDOTAPassportStampedPlayer) GetSteamId() uint64

func (*CMsgDOTAPassportStampedPlayer) ProtoMessage

func (*CMsgDOTAPassportStampedPlayer) ProtoMessage()

func (*CMsgDOTAPassportStampedPlayer) Reset

func (m *CMsgDOTAPassportStampedPlayer) Reset()

func (*CMsgDOTAPassportStampedPlayer) String

type CMsgDOTAPassportVote

type CMsgDOTAPassportVote struct {
	TeamVotes            []*CMsgDOTAPassportVoteTeamGuess        `protobuf:"bytes,1,rep,name=team_votes,json=teamVotes" json:"team_votes,omitempty"`
	GenericSelections    []*CMsgDOTAPassportVoteGenericSelection `protobuf:"bytes,2,rep,name=generic_selections,json=genericSelections" json:"generic_selections,omitempty"`
	StampedPlayers       []*CMsgDOTAPassportStampedPlayer        `protobuf:"bytes,3,rep,name=stamped_players,json=stampedPlayers" json:"stamped_players,omitempty"`
	PlayerCardChallenges []*CMsgDOTAPassportPlayerCardChallenge  `protobuf:"bytes,4,rep,name=player_card_challenges,json=playerCardChallenges" json:"player_card_challenges,omitempty"`
	XXX_unrecognized     []byte                                  `json:"-"`
}

func (*CMsgDOTAPassportVote) Descriptor

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

func (*CMsgDOTAPassportVote) GetGenericSelections

func (m *CMsgDOTAPassportVote) GetGenericSelections() []*CMsgDOTAPassportVoteGenericSelection

func (*CMsgDOTAPassportVote) GetPlayerCardChallenges

func (m *CMsgDOTAPassportVote) GetPlayerCardChallenges() []*CMsgDOTAPassportPlayerCardChallenge

func (*CMsgDOTAPassportVote) GetStampedPlayers

func (m *CMsgDOTAPassportVote) GetStampedPlayers() []*CMsgDOTAPassportStampedPlayer

func (*CMsgDOTAPassportVote) GetTeamVotes

func (*CMsgDOTAPassportVote) ProtoMessage

func (*CMsgDOTAPassportVote) ProtoMessage()

func (*CMsgDOTAPassportVote) Reset

func (m *CMsgDOTAPassportVote) Reset()

func (*CMsgDOTAPassportVote) String

func (m *CMsgDOTAPassportVote) String() string

type CMsgDOTAPassportVoteGenericSelection

type CMsgDOTAPassportVoteGenericSelection struct {
	SelectionIndex   *DOTA_2013PassportSelectionIndices `` /* 142-byte string literal not displayed */
	Selection        *uint32                            `protobuf:"varint,2,opt,name=selection" json:"selection,omitempty"`
	XXX_unrecognized []byte                             `json:"-"`
}

func (*CMsgDOTAPassportVoteGenericSelection) Descriptor

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

func (*CMsgDOTAPassportVoteGenericSelection) GetSelection

func (m *CMsgDOTAPassportVoteGenericSelection) GetSelection() uint32

func (*CMsgDOTAPassportVoteGenericSelection) GetSelectionIndex

func (*CMsgDOTAPassportVoteGenericSelection) ProtoMessage

func (*CMsgDOTAPassportVoteGenericSelection) ProtoMessage()

func (*CMsgDOTAPassportVoteGenericSelection) Reset

func (*CMsgDOTAPassportVoteGenericSelection) String

type CMsgDOTAPassportVoteTeamGuess

type CMsgDOTAPassportVoteTeamGuess struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	WinnerId         *uint32 `protobuf:"varint,2,opt,name=winner_id,json=winnerId" json:"winner_id,omitempty"`
	RunnerupId       *uint32 `protobuf:"varint,3,opt,name=runnerup_id,json=runnerupId" json:"runnerup_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAPassportVoteTeamGuess) Descriptor

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

func (*CMsgDOTAPassportVoteTeamGuess) GetLeagueId

func (m *CMsgDOTAPassportVoteTeamGuess) GetLeagueId() uint32

func (*CMsgDOTAPassportVoteTeamGuess) GetRunnerupId

func (m *CMsgDOTAPassportVoteTeamGuess) GetRunnerupId() uint32

func (*CMsgDOTAPassportVoteTeamGuess) GetWinnerId

func (m *CMsgDOTAPassportVoteTeamGuess) GetWinnerId() uint32

func (*CMsgDOTAPassportVoteTeamGuess) ProtoMessage

func (*CMsgDOTAPassportVoteTeamGuess) ProtoMessage()

func (*CMsgDOTAPassportVoteTeamGuess) Reset

func (m *CMsgDOTAPassportVoteTeamGuess) Reset()

func (*CMsgDOTAPassportVoteTeamGuess) String

type CMsgDOTAPeriodicResourceUpdated

type CMsgDOTAPeriodicResourceUpdated struct {
	PeriodicResourceKey   *CMsgDOTAGetPeriodicResource         `protobuf:"bytes,1,opt,name=periodic_resource_key,json=periodicResourceKey" json:"periodic_resource_key,omitempty"`
	PeriodicResourceValue *CMsgDOTAGetPeriodicResourceResponse `protobuf:"bytes,2,opt,name=periodic_resource_value,json=periodicResourceValue" json:"periodic_resource_value,omitempty"`
	XXX_unrecognized      []byte                               `json:"-"`
}

func (*CMsgDOTAPeriodicResourceUpdated) Descriptor

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

func (*CMsgDOTAPeriodicResourceUpdated) GetPeriodicResourceKey

func (m *CMsgDOTAPeriodicResourceUpdated) GetPeriodicResourceKey() *CMsgDOTAGetPeriodicResource

func (*CMsgDOTAPeriodicResourceUpdated) GetPeriodicResourceValue

func (*CMsgDOTAPeriodicResourceUpdated) ProtoMessage

func (*CMsgDOTAPeriodicResourceUpdated) ProtoMessage()

func (*CMsgDOTAPeriodicResourceUpdated) Reset

func (*CMsgDOTAPeriodicResourceUpdated) String

type CMsgDOTAPlayerMatchHistory

type CMsgDOTAPlayerMatchHistory struct {
	MatchIds         []uint64 `protobuf:"varint,1,rep,name=match_ids,json=matchIds" json:"match_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAPlayerMatchHistory) Descriptor

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

func (*CMsgDOTAPlayerMatchHistory) GetMatchIds

func (m *CMsgDOTAPlayerMatchHistory) GetMatchIds() []uint64

func (*CMsgDOTAPlayerMatchHistory) ProtoMessage

func (*CMsgDOTAPlayerMatchHistory) ProtoMessage()

func (*CMsgDOTAPlayerMatchHistory) Reset

func (m *CMsgDOTAPlayerMatchHistory) Reset()

func (*CMsgDOTAPlayerMatchHistory) String

func (m *CMsgDOTAPlayerMatchHistory) String() string

type CMsgDOTAPopup

type CMsgDOTAPopup struct {
	Id               *CMsgDOTAPopup_PopupID `protobuf:"varint,1,opt,name=id,enum=CMsgDOTAPopup_PopupID,def=-1" json:"id,omitempty"`
	CustomText       *string                `protobuf:"bytes,2,opt,name=custom_text,json=customText" json:"custom_text,omitempty"`
	IntData          *int32                 `protobuf:"zigzag32,3,opt,name=int_data,json=intData" json:"int_data,omitempty"`
	PopupData        []byte                 `protobuf:"bytes,4,opt,name=popup_data,json=popupData" json:"popup_data,omitempty"`
	LocTokenHeader   *string                `protobuf:"bytes,5,opt,name=loc_token_header,json=locTokenHeader" json:"loc_token_header,omitempty"`
	LocTokenMsg      *string                `protobuf:"bytes,6,opt,name=loc_token_msg,json=locTokenMsg" json:"loc_token_msg,omitempty"`
	VarNames         []string               `protobuf:"bytes,7,rep,name=var_names,json=varNames" json:"var_names,omitempty"`
	VarValues        []string               `protobuf:"bytes,8,rep,name=var_values,json=varValues" json:"var_values,omitempty"`
	DebugText        *string                `protobuf:"bytes,9,opt,name=debug_text,json=debugText" json:"debug_text,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*CMsgDOTAPopup) Descriptor

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

func (*CMsgDOTAPopup) GetCustomText

func (m *CMsgDOTAPopup) GetCustomText() string

func (*CMsgDOTAPopup) GetDebugText

func (m *CMsgDOTAPopup) GetDebugText() string

func (*CMsgDOTAPopup) GetId

func (*CMsgDOTAPopup) GetIntData

func (m *CMsgDOTAPopup) GetIntData() int32

func (*CMsgDOTAPopup) GetLocTokenHeader

func (m *CMsgDOTAPopup) GetLocTokenHeader() string

func (*CMsgDOTAPopup) GetLocTokenMsg

func (m *CMsgDOTAPopup) GetLocTokenMsg() string

func (*CMsgDOTAPopup) GetPopupData

func (m *CMsgDOTAPopup) GetPopupData() []byte

func (*CMsgDOTAPopup) GetVarNames

func (m *CMsgDOTAPopup) GetVarNames() []string

func (*CMsgDOTAPopup) GetVarValues

func (m *CMsgDOTAPopup) GetVarValues() []string

func (*CMsgDOTAPopup) ProtoMessage

func (*CMsgDOTAPopup) ProtoMessage()

func (*CMsgDOTAPopup) Reset

func (m *CMsgDOTAPopup) Reset()

func (*CMsgDOTAPopup) String

func (m *CMsgDOTAPopup) String() string

type CMsgDOTAPopup_PopupID

type CMsgDOTAPopup_PopupID int32
const (
	CMsgDOTAPopup_NONE                                                  CMsgDOTAPopup_PopupID = -1
	CMsgDOTAPopup_KICKED_FROM_LOBBY                                     CMsgDOTAPopup_PopupID = 0
	CMsgDOTAPopup_KICKED_FROM_PARTY                                     CMsgDOTAPopup_PopupID = 1
	CMsgDOTAPopup_KICKED_FROM_TEAM                                      CMsgDOTAPopup_PopupID = 2
	CMsgDOTAPopup_TEAM_WAS_DISBANDED                                    CMsgDOTAPopup_PopupID = 3
	CMsgDOTAPopup_TEAM_MATCHMAKE_ALREADY_MATCH                          CMsgDOTAPopup_PopupID = 4
	CMsgDOTAPopup_TEAM_MATCHMAKE_ALREADY_FINDING                        CMsgDOTAPopup_PopupID = 5
	CMsgDOTAPopup_TEAM_MATCHMAKE_FULL                                   CMsgDOTAPopup_PopupID = 6
	CMsgDOTAPopup_TEAM_MATCHMAKE_FAIL_ADD                               CMsgDOTAPopup_PopupID = 7
	CMsgDOTAPopup_TEAM_MATCHMAKE_FAIL_ADD_CURRENT                       CMsgDOTAPopup_PopupID = 8
	CMsgDOTAPopup_TEAM_MATCHMAKE_FAILED_TEAM_MEMBER                     CMsgDOTAPopup_PopupID = 9
	CMsgDOTAPopup_TEAM_MATCHMAKE_ALREADY_GAME                           CMsgDOTAPopup_PopupID = 10
	CMsgDOTAPopup_TEAM_MATCHMAKE_FAIL_GET_PARTY                         CMsgDOTAPopup_PopupID = 11
	CMsgDOTAPopup_MATCHMAKING_DISABLED                                  CMsgDOTAPopup_PopupID = 12
	CMsgDOTAPopup_INVITE_DENIED                                         CMsgDOTAPopup_PopupID = 13
	CMsgDOTAPopup_PARTY_FULL                                            CMsgDOTAPopup_PopupID = 14
	CMsgDOTAPopup_MADE_ADMIN                                            CMsgDOTAPopup_PopupID = 15
	CMsgDOTAPopup_NEED_TO_PURCHASE                                      CMsgDOTAPopup_PopupID = 16
	CMsgDOTAPopup_SIGNON_MESSAGE                                        CMsgDOTAPopup_PopupID = 17
	CMsgDOTAPopup_GUILD_KICKED                                          CMsgDOTAPopup_PopupID = 18
	CMsgDOTAPopup_MATCHMAKING_REGION_OFFLINE                            CMsgDOTAPopup_PopupID = 19
	CMsgDOTAPopup_TOURNAMENT_GAME_NOT_FOUND                             CMsgDOTAPopup_PopupID = 21
	CMsgDOTAPopup_TOURNAMENT_GAME_HAS_LOBBY_ID                          CMsgDOTAPopup_PopupID = 22
	CMsgDOTAPopup_TOURNAMENT_GAME_HAS_MATCH_ID                          CMsgDOTAPopup_PopupID = 23
	CMsgDOTAPopup_TOURNAMENT_GAME_HAS_NO_RADIANT_TEAM                   CMsgDOTAPopup_PopupID = 24
	CMsgDOTAPopup_TOURNAMENT_GAME_HAS_NO_DIRE_TEAM                      CMsgDOTAPopup_PopupID = 25
	CMsgDOTAPopup_TOURNAMENT_GAME_SQL_UPDATE_FAILED                     CMsgDOTAPopup_PopupID = 26
	CMsgDOTAPopup_NOT_LEAGUE_ADMIN                                      CMsgDOTAPopup_PopupID = 27
	CMsgDOTAPopup_IN_ANOTHER_GAME                                       CMsgDOTAPopup_PopupID = 29
	CMsgDOTAPopup_PARTY_MEMBER_IN_ANOTHER_GAME                          CMsgDOTAPopup_PopupID = 30
	CMsgDOTAPopup_PARTY_MEMBER_IN_LOW_PRIORITY                          CMsgDOTAPopup_PopupID = 31
	CMsgDOTAPopup_CLIENT_OUT_OF_DATE                                    CMsgDOTAPopup_PopupID = 32
	CMsgDOTAPopup_SAVE_GAME_CORRUPT                                     CMsgDOTAPopup_PopupID = 38
	CMsgDOTAPopup_INSUFFICIENT_INGOTS                                   CMsgDOTAPopup_PopupID = 39
	CMsgDOTAPopup_COMPETITIVE_MM_NOT_ENOUGH_SKILL_DATA_PLAY_MORE_CASUAL CMsgDOTAPopup_PopupID = 42
	CMsgDOTAPopup_PARTY_LEADER_JOINED_LOBBY                             CMsgDOTAPopup_PopupID = 44
	CMsgDOTAPopup_WEEKEND_TOURNEY_UNMATCHED                             CMsgDOTAPopup_PopupID = 48
	CMsgDOTAPopup_POST_MATCH_SURVEY                                     CMsgDOTAPopup_PopupID = 49
	CMsgDOTAPopup_TROPHY_AWARDED                                        CMsgDOTAPopup_PopupID = 50
	CMsgDOTAPopup_TROPHY_LEVEL_UP                                       CMsgDOTAPopup_PopupID = 51
	CMsgDOTAPopup_ALL_HERO_CHALLENGE_PROGRESS                           CMsgDOTAPopup_PopupID = 52
	CMsgDOTAPopup_NEED_INITIAL_SKILL                                    CMsgDOTAPopup_PopupID = 53
	CMsgDOTAPopup_NEED_INITIAL_SKILL_IN_PARTY                           CMsgDOTAPopup_PopupID = 54
	CMsgDOTAPopup_TARGET_ENGINE_MISMATCH                                CMsgDOTAPopup_PopupID = 55
	CMsgDOTAPopup_VAC_NOT_VERIFIED                                      CMsgDOTAPopup_PopupID = 56
	CMsgDOTAPopup_KICKED_FROM_QUEUE_EVENT_STARTING                      CMsgDOTAPopup_PopupID = 57
	CMsgDOTAPopup_KICKED_FROM_QUEUE_EVENT_ENDING                        CMsgDOTAPopup_PopupID = 58
	CMsgDOTAPopup_LOBBY_FULL                                            CMsgDOTAPopup_PopupID = 62
	CMsgDOTAPopup_EVENT_POINTS_EARNED                                   CMsgDOTAPopup_PopupID = 63
	CMsgDOTAPopup_CUSTOM_GAME_INCORRECT_VERSION                         CMsgDOTAPopup_PopupID = 64
	CMsgDOTAPopup_LIMITED_USER_CHAT                                     CMsgDOTAPopup_PopupID = 66
	CMsgDOTAPopup_EVENT_PREMIUM_POINTS_EARNED                           CMsgDOTAPopup_PopupID = 67
	CMsgDOTAPopup_LOBBY_MVP_AWARDED                                     CMsgDOTAPopup_PopupID = 68
	CMsgDOTAPopup_LOW_BADGE_LEVEL_CHAT                                  CMsgDOTAPopup_PopupID = 71
	CMsgDOTAPopup_LOW_WINS_CHAT                                         CMsgDOTAPopup_PopupID = 72
	CMsgDOTAPopup_UNVERIFIED_USER_CHAT                                  CMsgDOTAPopup_PopupID = 73
	CMsgDOTAPopup_GENERIC_INFO                                          CMsgDOTAPopup_PopupID = 69
	CMsgDOTAPopup_GENERIC_ERROR                                         CMsgDOTAPopup_PopupID = 70
)
const Default_CMsgDOTAPopup_Id CMsgDOTAPopup_PopupID = CMsgDOTAPopup_NONE

func (CMsgDOTAPopup_PopupID) Enum

func (CMsgDOTAPopup_PopupID) EnumDescriptor

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

func (CMsgDOTAPopup_PopupID) String

func (x CMsgDOTAPopup_PopupID) String() string

func (*CMsgDOTAPopup_PopupID) UnmarshalJSON

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

type CMsgDOTAProcessFantasyScheduledEvent

type CMsgDOTAProcessFantasyScheduledEvent struct {
	Event            *uint32 `protobuf:"varint,1,opt,name=event" json:"event,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	FantasyLeagueId  *uint32 `protobuf:"varint,3,opt,name=fantasy_league_id,json=fantasyLeagueId" json:"fantasy_league_id,omitempty"`
	Season           *uint32 `protobuf:"varint,4,opt,name=season" json:"season,omitempty"`
	ReferenceData    *uint32 `protobuf:"varint,5,opt,name=reference_data,json=referenceData" json:"reference_data,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProcessFantasyScheduledEvent) Descriptor

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

func (*CMsgDOTAProcessFantasyScheduledEvent) GetEvent

func (*CMsgDOTAProcessFantasyScheduledEvent) GetFantasyLeagueId

func (m *CMsgDOTAProcessFantasyScheduledEvent) GetFantasyLeagueId() uint32

func (*CMsgDOTAProcessFantasyScheduledEvent) GetReferenceData

func (m *CMsgDOTAProcessFantasyScheduledEvent) GetReferenceData() uint32

func (*CMsgDOTAProcessFantasyScheduledEvent) GetSeason

func (*CMsgDOTAProcessFantasyScheduledEvent) GetTimestamp

func (m *CMsgDOTAProcessFantasyScheduledEvent) GetTimestamp() uint32

func (*CMsgDOTAProcessFantasyScheduledEvent) ProtoMessage

func (*CMsgDOTAProcessFantasyScheduledEvent) ProtoMessage()

func (*CMsgDOTAProcessFantasyScheduledEvent) Reset

func (*CMsgDOTAProcessFantasyScheduledEvent) String

type CMsgDOTAProfileCard

type CMsgDOTAProfileCard struct {
	AccountId              *uint32                     `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	BackgroundDefIndex     *uint32                     `protobuf:"varint,2,opt,name=background_def_index,json=backgroundDefIndex" json:"background_def_index,omitempty"`
	Slots                  []*CMsgDOTAProfileCard_Slot `protobuf:"bytes,3,rep,name=slots" json:"slots,omitempty"`
	BadgePoints            *uint32                     `protobuf:"varint,4,opt,name=badge_points,json=badgePoints" json:"badge_points,omitempty"`
	EventPoints            *uint32                     `protobuf:"varint,5,opt,name=event_points,json=eventPoints" json:"event_points,omitempty"`
	EventId                *uint32                     `protobuf:"varint,6,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	RecentBattleCupVictory *CMsgBattleCupVictory       `protobuf:"bytes,7,opt,name=recent_battle_cup_victory,json=recentBattleCupVictory" json:"recent_battle_cup_victory,omitempty"`
	XXX_unrecognized       []byte                      `json:"-"`
}

func (*CMsgDOTAProfileCard) Descriptor

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

func (*CMsgDOTAProfileCard) GetAccountId

func (m *CMsgDOTAProfileCard) GetAccountId() uint32

func (*CMsgDOTAProfileCard) GetBackgroundDefIndex

func (m *CMsgDOTAProfileCard) GetBackgroundDefIndex() uint32

func (*CMsgDOTAProfileCard) GetBadgePoints

func (m *CMsgDOTAProfileCard) GetBadgePoints() uint32

func (*CMsgDOTAProfileCard) GetEventId

func (m *CMsgDOTAProfileCard) GetEventId() uint32

func (*CMsgDOTAProfileCard) GetEventPoints

func (m *CMsgDOTAProfileCard) GetEventPoints() uint32

func (*CMsgDOTAProfileCard) GetRecentBattleCupVictory

func (m *CMsgDOTAProfileCard) GetRecentBattleCupVictory() *CMsgBattleCupVictory

func (*CMsgDOTAProfileCard) GetSlots

func (*CMsgDOTAProfileCard) ProtoMessage

func (*CMsgDOTAProfileCard) ProtoMessage()

func (*CMsgDOTAProfileCard) Reset

func (m *CMsgDOTAProfileCard) Reset()

func (*CMsgDOTAProfileCard) String

func (m *CMsgDOTAProfileCard) String() string

type CMsgDOTAProfileCard_EStatID

type CMsgDOTAProfileCard_EStatID int32
const (
	CMsgDOTAProfileCard_k_eStat_SoloRank       CMsgDOTAProfileCard_EStatID = 1
	CMsgDOTAProfileCard_k_eStat_PartyRank      CMsgDOTAProfileCard_EStatID = 2
	CMsgDOTAProfileCard_k_eStat_Wins           CMsgDOTAProfileCard_EStatID = 3
	CMsgDOTAProfileCard_k_eStat_Commends       CMsgDOTAProfileCard_EStatID = 4
	CMsgDOTAProfileCard_k_eStat_GamesPlayed    CMsgDOTAProfileCard_EStatID = 5
	CMsgDOTAProfileCard_k_eStat_FirstMatchDate CMsgDOTAProfileCard_EStatID = 6
)
const Default_CMsgDOTAProfileCard_Slot_Stat_StatId CMsgDOTAProfileCard_EStatID = CMsgDOTAProfileCard_k_eStat_SoloRank

func (CMsgDOTAProfileCard_EStatID) Enum

func (CMsgDOTAProfileCard_EStatID) EnumDescriptor

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

func (CMsgDOTAProfileCard_EStatID) String

func (*CMsgDOTAProfileCard_EStatID) UnmarshalJSON

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

type CMsgDOTAProfileCard_Slot

type CMsgDOTAProfileCard_Slot struct {
	SlotId           *uint32                            `protobuf:"varint,1,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	Trophy           *CMsgDOTAProfileCard_Slot_Trophy   `protobuf:"bytes,2,opt,name=trophy" json:"trophy,omitempty"`
	Stat             *CMsgDOTAProfileCard_Slot_Stat     `protobuf:"bytes,3,opt,name=stat" json:"stat,omitempty"`
	Item             *CMsgDOTAProfileCard_Slot_Item     `protobuf:"bytes,4,opt,name=item" json:"item,omitempty"`
	Hero             *CMsgDOTAProfileCard_Slot_Hero     `protobuf:"bytes,5,opt,name=hero" json:"hero,omitempty"`
	Emoticon         *CMsgDOTAProfileCard_Slot_Emoticon `protobuf:"bytes,6,opt,name=emoticon" json:"emoticon,omitempty"`
	Team             *CMsgDOTAProfileCard_Slot_Team     `protobuf:"bytes,7,opt,name=team" json:"team,omitempty"`
	XXX_unrecognized []byte                             `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot) Descriptor

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

func (*CMsgDOTAProfileCard_Slot) GetEmoticon

func (*CMsgDOTAProfileCard_Slot) GetHero

func (*CMsgDOTAProfileCard_Slot) GetItem

func (*CMsgDOTAProfileCard_Slot) GetSlotId

func (m *CMsgDOTAProfileCard_Slot) GetSlotId() uint32

func (*CMsgDOTAProfileCard_Slot) GetStat

func (*CMsgDOTAProfileCard_Slot) GetTeam

func (*CMsgDOTAProfileCard_Slot) GetTrophy

func (*CMsgDOTAProfileCard_Slot) ProtoMessage

func (*CMsgDOTAProfileCard_Slot) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot) Reset

func (m *CMsgDOTAProfileCard_Slot) Reset()

func (*CMsgDOTAProfileCard_Slot) String

func (m *CMsgDOTAProfileCard_Slot) String() string

type CMsgDOTAProfileCard_Slot_Emoticon

type CMsgDOTAProfileCard_Slot_Emoticon struct {
	EmoticonId       *uint32 `protobuf:"varint,1,opt,name=emoticon_id,json=emoticonId" json:"emoticon_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot_Emoticon) Descriptor

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

func (*CMsgDOTAProfileCard_Slot_Emoticon) GetEmoticonId

func (m *CMsgDOTAProfileCard_Slot_Emoticon) GetEmoticonId() uint32

func (*CMsgDOTAProfileCard_Slot_Emoticon) ProtoMessage

func (*CMsgDOTAProfileCard_Slot_Emoticon) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot_Emoticon) Reset

func (*CMsgDOTAProfileCard_Slot_Emoticon) String

type CMsgDOTAProfileCard_Slot_Hero

type CMsgDOTAProfileCard_Slot_Hero struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	HeroWins         *uint32 `protobuf:"varint,2,opt,name=hero_wins,json=heroWins" json:"hero_wins,omitempty"`
	HeroLosses       *uint32 `protobuf:"varint,3,opt,name=hero_losses,json=heroLosses" json:"hero_losses,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot_Hero) Descriptor

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

func (*CMsgDOTAProfileCard_Slot_Hero) GetHeroId

func (m *CMsgDOTAProfileCard_Slot_Hero) GetHeroId() uint32

func (*CMsgDOTAProfileCard_Slot_Hero) GetHeroLosses

func (m *CMsgDOTAProfileCard_Slot_Hero) GetHeroLosses() uint32

func (*CMsgDOTAProfileCard_Slot_Hero) GetHeroWins

func (m *CMsgDOTAProfileCard_Slot_Hero) GetHeroWins() uint32

func (*CMsgDOTAProfileCard_Slot_Hero) ProtoMessage

func (*CMsgDOTAProfileCard_Slot_Hero) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot_Hero) Reset

func (m *CMsgDOTAProfileCard_Slot_Hero) Reset()

func (*CMsgDOTAProfileCard_Slot_Hero) String

type CMsgDOTAProfileCard_Slot_Item

type CMsgDOTAProfileCard_Slot_Item struct {
	SerializedItem   []byte  `protobuf:"bytes,1,opt,name=serialized_item,json=serializedItem" json:"serialized_item,omitempty"`
	ItemId           *uint64 `protobuf:"varint,2,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot_Item) Descriptor

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

func (*CMsgDOTAProfileCard_Slot_Item) GetItemId

func (m *CMsgDOTAProfileCard_Slot_Item) GetItemId() uint64

func (*CMsgDOTAProfileCard_Slot_Item) GetSerializedItem

func (m *CMsgDOTAProfileCard_Slot_Item) GetSerializedItem() []byte

func (*CMsgDOTAProfileCard_Slot_Item) ProtoMessage

func (*CMsgDOTAProfileCard_Slot_Item) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot_Item) Reset

func (m *CMsgDOTAProfileCard_Slot_Item) Reset()

func (*CMsgDOTAProfileCard_Slot_Item) String

type CMsgDOTAProfileCard_Slot_Stat

type CMsgDOTAProfileCard_Slot_Stat struct {
	StatId           *CMsgDOTAProfileCard_EStatID `protobuf:"varint,1,opt,name=stat_id,json=statId,enum=CMsgDOTAProfileCard_EStatID,def=1" json:"stat_id,omitempty"`
	StatScore        *uint32                      `protobuf:"varint,2,opt,name=stat_score,json=statScore" json:"stat_score,omitempty"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot_Stat) Descriptor

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

func (*CMsgDOTAProfileCard_Slot_Stat) GetStatId

func (*CMsgDOTAProfileCard_Slot_Stat) GetStatScore

func (m *CMsgDOTAProfileCard_Slot_Stat) GetStatScore() uint32

func (*CMsgDOTAProfileCard_Slot_Stat) ProtoMessage

func (*CMsgDOTAProfileCard_Slot_Stat) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot_Stat) Reset

func (m *CMsgDOTAProfileCard_Slot_Stat) Reset()

func (*CMsgDOTAProfileCard_Slot_Stat) String

type CMsgDOTAProfileCard_Slot_Team

type CMsgDOTAProfileCard_Slot_Team struct {
	TeamId           *uint32 `protobuf:"varint,1,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot_Team) Descriptor

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

func (*CMsgDOTAProfileCard_Slot_Team) GetTeamId

func (m *CMsgDOTAProfileCard_Slot_Team) GetTeamId() uint32

func (*CMsgDOTAProfileCard_Slot_Team) ProtoMessage

func (*CMsgDOTAProfileCard_Slot_Team) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot_Team) Reset

func (m *CMsgDOTAProfileCard_Slot_Team) Reset()

func (*CMsgDOTAProfileCard_Slot_Team) String

type CMsgDOTAProfileCard_Slot_Trophy

type CMsgDOTAProfileCard_Slot_Trophy struct {
	TrophyId         *uint32 `protobuf:"varint,1,opt,name=trophy_id,json=trophyId" json:"trophy_id,omitempty"`
	TrophyScore      *uint32 `protobuf:"varint,2,opt,name=trophy_score,json=trophyScore" json:"trophy_score,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileCard_Slot_Trophy) Descriptor

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

func (*CMsgDOTAProfileCard_Slot_Trophy) GetTrophyId

func (m *CMsgDOTAProfileCard_Slot_Trophy) GetTrophyId() uint32

func (*CMsgDOTAProfileCard_Slot_Trophy) GetTrophyScore

func (m *CMsgDOTAProfileCard_Slot_Trophy) GetTrophyScore() uint32

func (*CMsgDOTAProfileCard_Slot_Trophy) ProtoMessage

func (*CMsgDOTAProfileCard_Slot_Trophy) ProtoMessage()

func (*CMsgDOTAProfileCard_Slot_Trophy) Reset

func (*CMsgDOTAProfileCard_Slot_Trophy) String

type CMsgDOTAProfileRequest

type CMsgDOTAProfileRequest struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	RequestName      *bool   `protobuf:"varint,2,opt,name=request_name,json=requestName" json:"request_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileRequest) Descriptor

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

func (*CMsgDOTAProfileRequest) GetAccountId

func (m *CMsgDOTAProfileRequest) GetAccountId() uint32

func (*CMsgDOTAProfileRequest) GetRequestName

func (m *CMsgDOTAProfileRequest) GetRequestName() bool

func (*CMsgDOTAProfileRequest) ProtoMessage

func (*CMsgDOTAProfileRequest) ProtoMessage()

func (*CMsgDOTAProfileRequest) Reset

func (m *CMsgDOTAProfileRequest) Reset()

func (*CMsgDOTAProfileRequest) String

func (m *CMsgDOTAProfileRequest) String() string

type CMsgDOTAProfileResponse

type CMsgDOTAProfileResponse struct {
	Result            *uint32                                 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	GameAccountClient *CSODOTAGameAccountClient               `protobuf:"bytes,2,opt,name=game_account_client,json=gameAccountClient" json:"game_account_client,omitempty"`
	LatestMatches     []*CMsgDOTAMatch                        `protobuf:"bytes,3,rep,name=latest_matches,json=latestMatches" json:"latest_matches,omitempty"`
	Heroes            []*CMsgDOTAProfileResponse_PlayedHero   `protobuf:"bytes,4,rep,name=heroes" json:"heroes,omitempty"`
	PlayerName        *string                                 `protobuf:"bytes,5,opt,name=player_name,json=playerName" json:"player_name,omitempty"`
	TeamName          *string                                 `protobuf:"bytes,6,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	TeamTag           *string                                 `protobuf:"bytes,7,opt,name=team_tag,json=teamTag" json:"team_tag,omitempty"`
	ShowcaseHero      *CMsgDOTAProfileResponse_ShowcaseHero   `protobuf:"bytes,9,opt,name=showcase_hero,json=showcaseHero" json:"showcase_hero,omitempty"`
	LeaguePasses      []*CMsgDOTAProfileResponse_LeaguePass   `protobuf:"bytes,10,rep,name=league_passes,json=leaguePasses" json:"league_passes,omitempty"`
	EventTickets      []*CMsgDOTAProfileResponse_EventTicket  `protobuf:"bytes,11,rep,name=event_tickets,json=eventTickets" json:"event_tickets,omitempty"`
	TeamId            *uint32                                 `protobuf:"varint,12,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	HasPassport       *bool                                   `protobuf:"varint,13,opt,name=has_passport,json=hasPassport" json:"has_passport,omitempty"`
	FeaturedItems     []*CMsgDOTAProfileResponse_FeaturedItem `protobuf:"bytes,14,rep,name=featured_items,json=featuredItems" json:"featured_items,omitempty"`
	AbandonPercent    *uint32                                 `protobuf:"varint,15,opt,name=abandon_percent,json=abandonPercent" json:"abandon_percent,omitempty"`
	XXX_unrecognized  []byte                                  `json:"-"`
}

func (*CMsgDOTAProfileResponse) Descriptor

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

func (*CMsgDOTAProfileResponse) GetAbandonPercent

func (m *CMsgDOTAProfileResponse) GetAbandonPercent() uint32

func (*CMsgDOTAProfileResponse) GetEventTickets

func (*CMsgDOTAProfileResponse) GetFeaturedItems

func (*CMsgDOTAProfileResponse) GetGameAccountClient

func (m *CMsgDOTAProfileResponse) GetGameAccountClient() *CSODOTAGameAccountClient

func (*CMsgDOTAProfileResponse) GetHasPassport

func (m *CMsgDOTAProfileResponse) GetHasPassport() bool

func (*CMsgDOTAProfileResponse) GetHeroes

func (*CMsgDOTAProfileResponse) GetLatestMatches

func (m *CMsgDOTAProfileResponse) GetLatestMatches() []*CMsgDOTAMatch

func (*CMsgDOTAProfileResponse) GetLeaguePasses

func (*CMsgDOTAProfileResponse) GetPlayerName

func (m *CMsgDOTAProfileResponse) GetPlayerName() string

func (*CMsgDOTAProfileResponse) GetResult

func (m *CMsgDOTAProfileResponse) GetResult() uint32

func (*CMsgDOTAProfileResponse) GetShowcaseHero

func (*CMsgDOTAProfileResponse) GetTeamId

func (m *CMsgDOTAProfileResponse) GetTeamId() uint32
func (m *CMsgDOTAProfileResponse) GetTeamLogo() uint64

func (*CMsgDOTAProfileResponse) GetTeamName

func (m *CMsgDOTAProfileResponse) GetTeamName() string

func (*CMsgDOTAProfileResponse) GetTeamTag

func (m *CMsgDOTAProfileResponse) GetTeamTag() string

func (*CMsgDOTAProfileResponse) ProtoMessage

func (*CMsgDOTAProfileResponse) ProtoMessage()

func (*CMsgDOTAProfileResponse) Reset

func (m *CMsgDOTAProfileResponse) Reset()

func (*CMsgDOTAProfileResponse) String

func (m *CMsgDOTAProfileResponse) String() string

type CMsgDOTAProfileResponse_EventTicket

type CMsgDOTAProfileResponse_EventTicket struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileResponse_EventTicket) Descriptor

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

func (*CMsgDOTAProfileResponse_EventTicket) GetEventId

func (*CMsgDOTAProfileResponse_EventTicket) ProtoMessage

func (*CMsgDOTAProfileResponse_EventTicket) ProtoMessage()

func (*CMsgDOTAProfileResponse_EventTicket) Reset

func (*CMsgDOTAProfileResponse_EventTicket) String

type CMsgDOTAProfileResponse_FeaturedItem

type CMsgDOTAProfileResponse_FeaturedItem struct {
	ItemId           *uint64 `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	ObjectData       []byte  `protobuf:"bytes,2,opt,name=object_data,json=objectData" json:"object_data,omitempty"`
	SlotIndex        *uint32 `protobuf:"varint,3,opt,name=slot_index,json=slotIndex" json:"slot_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileResponse_FeaturedItem) Descriptor

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

func (*CMsgDOTAProfileResponse_FeaturedItem) GetItemId

func (*CMsgDOTAProfileResponse_FeaturedItem) GetObjectData

func (m *CMsgDOTAProfileResponse_FeaturedItem) GetObjectData() []byte

func (*CMsgDOTAProfileResponse_FeaturedItem) GetSlotIndex

func (m *CMsgDOTAProfileResponse_FeaturedItem) GetSlotIndex() uint32

func (*CMsgDOTAProfileResponse_FeaturedItem) ProtoMessage

func (*CMsgDOTAProfileResponse_FeaturedItem) ProtoMessage()

func (*CMsgDOTAProfileResponse_FeaturedItem) Reset

func (*CMsgDOTAProfileResponse_FeaturedItem) String

type CMsgDOTAProfileResponse_LeaguePass

type CMsgDOTAProfileResponse_LeaguePass struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	ItemDef          *uint32 `protobuf:"varint,2,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileResponse_LeaguePass) Descriptor

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

func (*CMsgDOTAProfileResponse_LeaguePass) GetItemDef

func (*CMsgDOTAProfileResponse_LeaguePass) GetLeagueId

func (m *CMsgDOTAProfileResponse_LeaguePass) GetLeagueId() uint32

func (*CMsgDOTAProfileResponse_LeaguePass) ProtoMessage

func (*CMsgDOTAProfileResponse_LeaguePass) ProtoMessage()

func (*CMsgDOTAProfileResponse_LeaguePass) Reset

func (*CMsgDOTAProfileResponse_LeaguePass) String

type CMsgDOTAProfileResponse_PlayedHero

type CMsgDOTAProfileResponse_PlayedHero struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	Wins             *uint32 `protobuf:"varint,2,opt,name=wins" json:"wins,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileResponse_PlayedHero) Descriptor

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

func (*CMsgDOTAProfileResponse_PlayedHero) GetHeroId

func (*CMsgDOTAProfileResponse_PlayedHero) GetWins

func (*CMsgDOTAProfileResponse_PlayedHero) ProtoMessage

func (*CMsgDOTAProfileResponse_PlayedHero) ProtoMessage()

func (*CMsgDOTAProfileResponse_PlayedHero) Reset

func (*CMsgDOTAProfileResponse_PlayedHero) String

type CMsgDOTAProfileResponse_ShowcaseHero

type CMsgDOTAProfileResponse_ShowcaseHero struct {
	HeroId           *uint32  `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	ObjectData       [][]byte `protobuf:"bytes,2,rep,name=object_data,json=objectData" json:"object_data,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTAProfileResponse_ShowcaseHero) Descriptor

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

func (*CMsgDOTAProfileResponse_ShowcaseHero) GetHeroId

func (*CMsgDOTAProfileResponse_ShowcaseHero) GetObjectData

func (m *CMsgDOTAProfileResponse_ShowcaseHero) GetObjectData() [][]byte

func (*CMsgDOTAProfileResponse_ShowcaseHero) ProtoMessage

func (*CMsgDOTAProfileResponse_ShowcaseHero) ProtoMessage()

func (*CMsgDOTAProfileResponse_ShowcaseHero) Reset

func (*CMsgDOTAProfileResponse_ShowcaseHero) String

type CMsgDOTAProfileTickets

type CMsgDOTAProfileTickets struct {
	Result           *uint32                               `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	AccountId        *uint32                               `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LeaguePasses     []*CMsgDOTAProfileTickets_LeaguePass  `protobuf:"bytes,3,rep,name=league_passes,json=leaguePasses" json:"league_passes,omitempty"`
	EventTickets     []*CMsgDOTAProfileTickets_EventTicket `protobuf:"bytes,4,rep,name=event_tickets,json=eventTickets" json:"event_tickets,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*CMsgDOTAProfileTickets) Descriptor

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

func (*CMsgDOTAProfileTickets) GetAccountId

func (m *CMsgDOTAProfileTickets) GetAccountId() uint32

func (*CMsgDOTAProfileTickets) GetEventTickets

func (*CMsgDOTAProfileTickets) GetLeaguePasses

func (*CMsgDOTAProfileTickets) GetResult

func (m *CMsgDOTAProfileTickets) GetResult() uint32

func (*CMsgDOTAProfileTickets) ProtoMessage

func (*CMsgDOTAProfileTickets) ProtoMessage()

func (*CMsgDOTAProfileTickets) Reset

func (m *CMsgDOTAProfileTickets) Reset()

func (*CMsgDOTAProfileTickets) String

func (m *CMsgDOTAProfileTickets) String() string

type CMsgDOTAProfileTickets_EventTicket

type CMsgDOTAProfileTickets_EventTicket struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileTickets_EventTicket) Descriptor

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

func (*CMsgDOTAProfileTickets_EventTicket) GetEventId

func (*CMsgDOTAProfileTickets_EventTicket) ProtoMessage

func (*CMsgDOTAProfileTickets_EventTicket) ProtoMessage()

func (*CMsgDOTAProfileTickets_EventTicket) Reset

func (*CMsgDOTAProfileTickets_EventTicket) String

type CMsgDOTAProfileTickets_LeaguePass

type CMsgDOTAProfileTickets_LeaguePass struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	ItemDef          *uint32 `protobuf:"varint,2,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAProfileTickets_LeaguePass) Descriptor

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

func (*CMsgDOTAProfileTickets_LeaguePass) GetItemDef

func (m *CMsgDOTAProfileTickets_LeaguePass) GetItemDef() uint32

func (*CMsgDOTAProfileTickets_LeaguePass) GetLeagueId

func (m *CMsgDOTAProfileTickets_LeaguePass) GetLeagueId() uint32

func (*CMsgDOTAProfileTickets_LeaguePass) ProtoMessage

func (*CMsgDOTAProfileTickets_LeaguePass) ProtoMessage()

func (*CMsgDOTAProfileTickets_LeaguePass) Reset

func (*CMsgDOTAProfileTickets_LeaguePass) String

type CMsgDOTARealtimeGameStats

type CMsgDOTARealtimeGameStats struct {
	Match            *CMsgDOTARealtimeGameStats_MatchDetails      `protobuf:"bytes,1,opt,name=match" json:"match,omitempty"`
	Teams            []*CMsgDOTARealtimeGameStats_TeamDetails     `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
	Buildings        []*CMsgDOTARealtimeGameStats_BuildingDetails `protobuf:"bytes,3,rep,name=buildings" json:"buildings,omitempty"`
	GraphData        *CMsgDOTARealtimeGameStats_GraphData         `protobuf:"bytes,4,opt,name=graph_data,json=graphData" json:"graph_data,omitempty"`
	DeltaFrame       *bool                                        `protobuf:"varint,5,opt,name=delta_frame,json=deltaFrame" json:"delta_frame,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CMsgDOTARealtimeGameStats) Descriptor

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

func (*CMsgDOTARealtimeGameStats) GetBuildings

func (*CMsgDOTARealtimeGameStats) GetDeltaFrame

func (m *CMsgDOTARealtimeGameStats) GetDeltaFrame() bool

func (*CMsgDOTARealtimeGameStats) GetGraphData

func (*CMsgDOTARealtimeGameStats) GetMatch

func (*CMsgDOTARealtimeGameStats) GetTeams

func (*CMsgDOTARealtimeGameStats) ProtoMessage

func (*CMsgDOTARealtimeGameStats) ProtoMessage()

func (*CMsgDOTARealtimeGameStats) Reset

func (m *CMsgDOTARealtimeGameStats) Reset()

func (*CMsgDOTARealtimeGameStats) String

func (m *CMsgDOTARealtimeGameStats) String() string

type CMsgDOTARealtimeGameStatsTerse

type CMsgDOTARealtimeGameStatsTerse struct {
	Match            *CMsgDOTARealtimeGameStatsTerse_MatchDetails      `protobuf:"bytes,1,opt,name=match" json:"match,omitempty"`
	Teams            []*CMsgDOTARealtimeGameStatsTerse_TeamDetails     `protobuf:"bytes,2,rep,name=teams" json:"teams,omitempty"`
	Buildings        []*CMsgDOTARealtimeGameStatsTerse_BuildingDetails `protobuf:"bytes,3,rep,name=buildings" json:"buildings,omitempty"`
	GraphData        *CMsgDOTARealtimeGameStatsTerse_GraphData         `protobuf:"bytes,4,opt,name=graph_data,json=graphData" json:"graph_data,omitempty"`
	DeltaFrame       *bool                                             `protobuf:"varint,5,opt,name=delta_frame,json=deltaFrame" json:"delta_frame,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgDOTARealtimeGameStatsTerse) Descriptor

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

func (*CMsgDOTARealtimeGameStatsTerse) GetBuildings

func (*CMsgDOTARealtimeGameStatsTerse) GetDeltaFrame

func (m *CMsgDOTARealtimeGameStatsTerse) GetDeltaFrame() bool

func (*CMsgDOTARealtimeGameStatsTerse) GetGraphData

func (*CMsgDOTARealtimeGameStatsTerse) GetMatch

func (*CMsgDOTARealtimeGameStatsTerse) GetTeams

func (*CMsgDOTARealtimeGameStatsTerse) ProtoMessage

func (*CMsgDOTARealtimeGameStatsTerse) ProtoMessage()

func (*CMsgDOTARealtimeGameStatsTerse) Reset

func (m *CMsgDOTARealtimeGameStatsTerse) Reset()

func (*CMsgDOTARealtimeGameStatsTerse) String

type CMsgDOTARealtimeGameStatsTerse_BuildingDetails

type CMsgDOTARealtimeGameStatsTerse_BuildingDetails struct {
	Team             *uint32  `protobuf:"varint,1,opt,name=team" json:"team,omitempty"`
	Heading          *float32 `protobuf:"fixed32,2,opt,name=heading" json:"heading,omitempty"`
	Type             *uint32  `protobuf:"varint,3,opt,name=type" json:"type,omitempty"`
	Lane             *uint32  `protobuf:"varint,4,opt,name=lane" json:"lane,omitempty"`
	Tier             *uint32  `protobuf:"varint,5,opt,name=tier" json:"tier,omitempty"`
	X                *float32 `protobuf:"fixed32,6,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,7,opt,name=y" json:"y,omitempty"`
	Destroyed        *bool    `protobuf:"varint,8,opt,name=destroyed" json:"destroyed,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) Descriptor

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetDestroyed

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetHeading

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetLane

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetTeam

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetTier

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetType

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetX

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) GetY

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) Reset

func (*CMsgDOTARealtimeGameStatsTerse_BuildingDetails) String

type CMsgDOTARealtimeGameStatsTerse_GraphData

type CMsgDOTARealtimeGameStatsTerse_GraphData struct {
	GraphGold        []int32 `protobuf:"varint,1,rep,name=graph_gold,json=graphGold" json:"graph_gold,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStatsTerse_GraphData) Descriptor

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

func (*CMsgDOTARealtimeGameStatsTerse_GraphData) GetGraphGold

func (m *CMsgDOTARealtimeGameStatsTerse_GraphData) GetGraphGold() []int32

func (*CMsgDOTARealtimeGameStatsTerse_GraphData) ProtoMessage

func (*CMsgDOTARealtimeGameStatsTerse_GraphData) Reset

func (*CMsgDOTARealtimeGameStatsTerse_GraphData) String

type CMsgDOTARealtimeGameStatsTerse_MatchDetails

type CMsgDOTARealtimeGameStatsTerse_MatchDetails struct {
	ServerSteamId              *uint64  `protobuf:"fixed64,1,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	Matchid                    *uint64  `protobuf:"varint,2,opt,name=matchid" json:"matchid,omitempty"`
	Timestamp                  *uint32  `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	GameTime                   *int32   `protobuf:"varint,4,opt,name=game_time,json=gameTime" json:"game_time,omitempty"`
	SteamBroadcasterAccountIds []uint32 `` /* 137-byte string literal not displayed */
	GameMode                   *uint32  `protobuf:"varint,7,opt,name=game_mode,json=gameMode" json:"game_mode,omitempty"`
	LeagueId                   *uint32  `protobuf:"varint,8,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized           []byte   `json:"-"`
}

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) Descriptor

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetGameMode

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetGameTime

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetLeagueId

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetMatchid

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetServerSteamId

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetSteamBroadcasterAccountIds

func (m *CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetSteamBroadcasterAccountIds() []uint32

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) GetTimestamp

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) Reset

func (*CMsgDOTARealtimeGameStatsTerse_MatchDetails) String

type CMsgDOTARealtimeGameStatsTerse_PlayerDetails

type CMsgDOTARealtimeGameStatsTerse_PlayerDetails struct {
	Accountid        *uint32  `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Playerid         *uint32  `protobuf:"varint,2,opt,name=playerid" json:"playerid,omitempty"`
	Name             *string  `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Team             *uint32  `protobuf:"varint,4,opt,name=team" json:"team,omitempty"`
	Heroid           *uint32  `protobuf:"varint,5,opt,name=heroid" json:"heroid,omitempty"`
	Level            *uint32  `protobuf:"varint,6,opt,name=level" json:"level,omitempty"`
	KillCount        *uint32  `protobuf:"varint,7,opt,name=kill_count,json=killCount" json:"kill_count,omitempty"`
	DeathCount       *uint32  `protobuf:"varint,8,opt,name=death_count,json=deathCount" json:"death_count,omitempty"`
	AssistsCount     *uint32  `protobuf:"varint,9,opt,name=assists_count,json=assistsCount" json:"assists_count,omitempty"`
	DeniesCount      *uint32  `protobuf:"varint,10,opt,name=denies_count,json=deniesCount" json:"denies_count,omitempty"`
	LhCount          *uint32  `protobuf:"varint,11,opt,name=lh_count,json=lhCount" json:"lh_count,omitempty"`
	Gold             *uint32  `protobuf:"varint,12,opt,name=gold" json:"gold,omitempty"`
	X                *float32 `protobuf:"fixed32,13,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,14,opt,name=y" json:"y,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) Descriptor

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetAccountid

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetAssistsCount

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetDeathCount

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetDeniesCount

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetGold

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetHeroid

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetKillCount

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetLevel

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetLhCount

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetName

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetPlayerid

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetTeam

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetX

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) GetY

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) Reset

func (*CMsgDOTARealtimeGameStatsTerse_PlayerDetails) String

type CMsgDOTARealtimeGameStatsTerse_TeamDetails

type CMsgDOTARealtimeGameStatsTerse_TeamDetails struct {
	TeamNumber       *uint32                                         `protobuf:"varint,1,opt,name=team_number,json=teamNumber" json:"team_number,omitempty"`
	TeamId           *uint32                                         `protobuf:"varint,2,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	TeamName         *string                                         `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	Score            *uint32                                         `protobuf:"varint,5,opt,name=score" json:"score,omitempty"`
	Players          []*CMsgDOTARealtimeGameStatsTerse_PlayerDetails `protobuf:"bytes,6,rep,name=players" json:"players,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) Descriptor

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetPlayers

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetScore

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamId

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamName

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) GetTeamNumber

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) Reset

func (*CMsgDOTARealtimeGameStatsTerse_TeamDetails) String

type CMsgDOTARealtimeGameStats_AbilityDetails

type CMsgDOTARealtimeGameStats_AbilityDetails struct {
	Id               *uint32  `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name             *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Level            *uint32  `protobuf:"varint,3,opt,name=level" json:"level,omitempty"`
	Cooldown         *float32 `protobuf:"fixed32,4,opt,name=cooldown" json:"cooldown,omitempty"`
	CooldownMax      *float32 `protobuf:"fixed32,5,opt,name=cooldown_max,json=cooldownMax" json:"cooldown_max,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_AbilityDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_AbilityDetails) GetCooldown

func (*CMsgDOTARealtimeGameStats_AbilityDetails) GetCooldownMax

func (*CMsgDOTARealtimeGameStats_AbilityDetails) GetId

func (*CMsgDOTARealtimeGameStats_AbilityDetails) GetLevel

func (*CMsgDOTARealtimeGameStats_AbilityDetails) GetName

func (*CMsgDOTARealtimeGameStats_AbilityDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_AbilityDetails) Reset

func (*CMsgDOTARealtimeGameStats_AbilityDetails) String

type CMsgDOTARealtimeGameStats_AbilityList

type CMsgDOTARealtimeGameStats_AbilityList struct {
	Id               []uint32 `protobuf:"varint,1,rep,name=id" json:"id,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_AbilityList) Descriptor

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

func (*CMsgDOTARealtimeGameStats_AbilityList) GetId

func (*CMsgDOTARealtimeGameStats_AbilityList) ProtoMessage

func (*CMsgDOTARealtimeGameStats_AbilityList) ProtoMessage()

func (*CMsgDOTARealtimeGameStats_AbilityList) Reset

func (*CMsgDOTARealtimeGameStats_AbilityList) String

type CMsgDOTARealtimeGameStats_BroadcasterDetails

type CMsgDOTARealtimeGameStats_BroadcasterDetails struct {
	PlayerId         *uint32 `protobuf:"varint,1,opt,name=player_id,json=playerId" json:"player_id,omitempty"`
	SelectedHero     *uint32 `protobuf:"varint,2,opt,name=selected_hero,json=selectedHero" json:"selected_hero,omitempty"`
	SelectedGraph    *uint32 `protobuf:"varint,3,opt,name=selected_graph,json=selectedGraph" json:"selected_graph,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) Descriptor

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) GetPlayerId

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) GetSelectedGraph

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) GetSelectedHero

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) Reset

func (*CMsgDOTARealtimeGameStats_BroadcasterDetails) String

type CMsgDOTARealtimeGameStats_BuildingDetails

type CMsgDOTARealtimeGameStats_BuildingDetails struct {
	Team             *uint32  `protobuf:"varint,2,opt,name=team" json:"team,omitempty"`
	Heading          *float32 `protobuf:"fixed32,3,opt,name=heading" json:"heading,omitempty"`
	Lane             *uint32  `protobuf:"varint,4,opt,name=lane" json:"lane,omitempty"`
	Tier             *uint32  `protobuf:"varint,5,opt,name=tier" json:"tier,omitempty"`
	Type             *uint32  `protobuf:"varint,6,opt,name=type" json:"type,omitempty"`
	X                *float32 `protobuf:"fixed32,7,opt,name=x" json:"x,omitempty"`
	Y                *float32 `protobuf:"fixed32,8,opt,name=y" json:"y,omitempty"`
	Destroyed        *bool    `protobuf:"varint,9,opt,name=destroyed" json:"destroyed,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_BuildingDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetDestroyed

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetHeading

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetLane

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetTeam

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetTier

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetType

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetX

func (*CMsgDOTARealtimeGameStats_BuildingDetails) GetY

func (*CMsgDOTARealtimeGameStats_BuildingDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_BuildingDetails) Reset

func (*CMsgDOTARealtimeGameStats_BuildingDetails) String

type CMsgDOTARealtimeGameStats_GraphData

type CMsgDOTARealtimeGameStats_GraphData struct {
	GraphGold        []int32                                                  `protobuf:"varint,1,rep,name=graph_gold,json=graphGold" json:"graph_gold,omitempty"`
	GraphXp          []int32                                                  `protobuf:"varint,2,rep,name=graph_xp,json=graphXp" json:"graph_xp,omitempty"`
	GraphKill        []int32                                                  `protobuf:"varint,3,rep,name=graph_kill,json=graphKill" json:"graph_kill,omitempty"`
	GraphTower       []int32                                                  `protobuf:"varint,4,rep,name=graph_tower,json=graphTower" json:"graph_tower,omitempty"`
	GraphRax         []int32                                                  `protobuf:"varint,5,rep,name=graph_rax,json=graphRax" json:"graph_rax,omitempty"`
	TeamLocStats     []*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats `protobuf:"bytes,6,rep,name=team_loc_stats,json=teamLocStats" json:"team_loc_stats,omitempty"`
	XXX_unrecognized []byte                                                   `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_GraphData) Descriptor

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

func (*CMsgDOTARealtimeGameStats_GraphData) GetGraphGold

func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphGold() []int32

func (*CMsgDOTARealtimeGameStats_GraphData) GetGraphKill

func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphKill() []int32

func (*CMsgDOTARealtimeGameStats_GraphData) GetGraphRax

func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphRax() []int32

func (*CMsgDOTARealtimeGameStats_GraphData) GetGraphTower

func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphTower() []int32

func (*CMsgDOTARealtimeGameStats_GraphData) GetGraphXp

func (m *CMsgDOTARealtimeGameStats_GraphData) GetGraphXp() []int32

func (*CMsgDOTARealtimeGameStats_GraphData) GetTeamLocStats

func (*CMsgDOTARealtimeGameStats_GraphData) ProtoMessage

func (*CMsgDOTARealtimeGameStats_GraphData) ProtoMessage()

func (*CMsgDOTARealtimeGameStats_GraphData) Reset

func (*CMsgDOTARealtimeGameStats_GraphData) String

type CMsgDOTARealtimeGameStats_GraphDataELocation

type CMsgDOTARealtimeGameStats_GraphDataELocation int32
const (
	CMsgDOTARealtimeGameStats_GraphData_BotLane  CMsgDOTARealtimeGameStats_GraphDataELocation = 0
	CMsgDOTARealtimeGameStats_GraphData_MidLane  CMsgDOTARealtimeGameStats_GraphDataELocation = 1
	CMsgDOTARealtimeGameStats_GraphData_TopLane  CMsgDOTARealtimeGameStats_GraphDataELocation = 2
	CMsgDOTARealtimeGameStats_GraphData_Jungle   CMsgDOTARealtimeGameStats_GraphDataELocation = 3
	CMsgDOTARealtimeGameStats_GraphData_Ancients CMsgDOTARealtimeGameStats_GraphDataELocation = 4
	CMsgDOTARealtimeGameStats_GraphData_Other    CMsgDOTARealtimeGameStats_GraphDataELocation = 5
)

func (CMsgDOTARealtimeGameStats_GraphDataELocation) Enum

func (CMsgDOTARealtimeGameStats_GraphDataELocation) EnumDescriptor

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

func (CMsgDOTARealtimeGameStats_GraphDataELocation) String

func (*CMsgDOTARealtimeGameStats_GraphDataELocation) UnmarshalJSON

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

type CMsgDOTARealtimeGameStats_GraphDataEStat

type CMsgDOTARealtimeGameStats_GraphDataEStat int32
const (
	CMsgDOTARealtimeGameStats_GraphData_CreepGoldEarned         CMsgDOTARealtimeGameStats_GraphDataEStat = 0
	CMsgDOTARealtimeGameStats_GraphData_KillGoldEarned          CMsgDOTARealtimeGameStats_GraphDataEStat = 1
	CMsgDOTARealtimeGameStats_GraphData_DeathAndBuybackGoldLost CMsgDOTARealtimeGameStats_GraphDataEStat = 2
	CMsgDOTARealtimeGameStats_GraphData_XPEarned                CMsgDOTARealtimeGameStats_GraphDataEStat = 3
)

func (CMsgDOTARealtimeGameStats_GraphDataEStat) Enum

func (CMsgDOTARealtimeGameStats_GraphDataEStat) EnumDescriptor

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

func (CMsgDOTARealtimeGameStats_GraphDataEStat) String

func (*CMsgDOTARealtimeGameStats_GraphDataEStat) UnmarshalJSON

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

type CMsgDOTARealtimeGameStats_GraphData_LocationStats

type CMsgDOTARealtimeGameStats_GraphData_LocationStats struct {
	Stats            []int32 `protobuf:"varint,1,rep,name=stats" json:"stats,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) Descriptor

func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) GetStats

func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) ProtoMessage

func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) Reset

func (*CMsgDOTARealtimeGameStats_GraphData_LocationStats) String

type CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats

type CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats struct {
	LocStats         []*CMsgDOTARealtimeGameStats_GraphData_LocationStats `protobuf:"bytes,1,rep,name=loc_stats,json=locStats" json:"loc_stats,omitempty"`
	XXX_unrecognized []byte                                               `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) Descriptor

func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) GetLocStats

func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) ProtoMessage

func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) Reset

func (*CMsgDOTARealtimeGameStats_GraphData_TeamLocationStats) String

type CMsgDOTARealtimeGameStats_HeroToHeroStats

type CMsgDOTARealtimeGameStats_HeroToHeroStats struct {
	Victimid         *uint32 `protobuf:"varint,1,opt,name=victimid" json:"victimid,omitempty"`
	Kills            *uint32 `protobuf:"varint,2,opt,name=kills" json:"kills,omitempty"`
	Assists          *uint32 `protobuf:"varint,3,opt,name=assists" json:"assists,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) Descriptor

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

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) GetAssists

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) GetKills

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) GetVictimid

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) ProtoMessage

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) Reset

func (*CMsgDOTARealtimeGameStats_HeroToHeroStats) String

type CMsgDOTARealtimeGameStats_ItemDetails

type CMsgDOTARealtimeGameStats_ItemDetails struct {
	Id               *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Time             *int32  `protobuf:"varint,3,opt,name=time" json:"time,omitempty"`
	Sold             *bool   `protobuf:"varint,4,opt,name=sold" json:"sold,omitempty"`
	Stackcount       *uint32 `protobuf:"varint,5,opt,name=stackcount" json:"stackcount,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_ItemDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_ItemDetails) GetId

func (*CMsgDOTARealtimeGameStats_ItemDetails) GetName

func (*CMsgDOTARealtimeGameStats_ItemDetails) GetSold

func (*CMsgDOTARealtimeGameStats_ItemDetails) GetStackcount

func (m *CMsgDOTARealtimeGameStats_ItemDetails) GetStackcount() uint32

func (*CMsgDOTARealtimeGameStats_ItemDetails) GetTime

func (*CMsgDOTARealtimeGameStats_ItemDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_ItemDetails) ProtoMessage()

func (*CMsgDOTARealtimeGameStats_ItemDetails) Reset

func (*CMsgDOTARealtimeGameStats_ItemDetails) String

type CMsgDOTARealtimeGameStats_KillDetails

type CMsgDOTARealtimeGameStats_KillDetails struct {
	PlayerId         *uint32 `protobuf:"varint,1,opt,name=player_id,json=playerId" json:"player_id,omitempty"`
	DeathTime        *int32  `protobuf:"varint,2,opt,name=death_time,json=deathTime" json:"death_time,omitempty"`
	KillerPlayerId   *uint32 `protobuf:"varint,3,opt,name=killer_player_id,json=killerPlayerId" json:"killer_player_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_KillDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_KillDetails) GetDeathTime

func (m *CMsgDOTARealtimeGameStats_KillDetails) GetDeathTime() int32

func (*CMsgDOTARealtimeGameStats_KillDetails) GetKillerPlayerId

func (m *CMsgDOTARealtimeGameStats_KillDetails) GetKillerPlayerId() uint32

func (*CMsgDOTARealtimeGameStats_KillDetails) GetPlayerId

func (*CMsgDOTARealtimeGameStats_KillDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_KillDetails) ProtoMessage()

func (*CMsgDOTARealtimeGameStats_KillDetails) Reset

func (*CMsgDOTARealtimeGameStats_KillDetails) String

type CMsgDOTARealtimeGameStats_MatchDetails

type CMsgDOTARealtimeGameStats_MatchDetails struct {
	ServerSteamId       *uint64                                         `protobuf:"fixed64,1,opt,name=server_steam_id,json=serverSteamId" json:"server_steam_id,omitempty"`
	Matchid             *uint64                                         `protobuf:"varint,2,opt,name=matchid" json:"matchid,omitempty"`
	Timestamp           *uint32                                         `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	TimeOfDay           *float32                                        `protobuf:"fixed32,4,opt,name=time_of_day,json=timeOfDay" json:"time_of_day,omitempty"`
	IsNightstalkerNight *bool                                           `protobuf:"varint,5,opt,name=is_nightstalker_night,json=isNightstalkerNight" json:"is_nightstalker_night,omitempty"`
	GameTime            *int32                                          `protobuf:"varint,6,opt,name=game_time,json=gameTime" json:"game_time,omitempty"`
	TeamidRadiant       *uint32                                         `protobuf:"varint,8,opt,name=teamid_radiant,json=teamidRadiant" json:"teamid_radiant,omitempty"`
	TeamidDire          *uint32                                         `protobuf:"varint,9,opt,name=teamid_dire,json=teamidDire" json:"teamid_dire,omitempty"`
	Picks               []*CMsgDOTARealtimeGameStats_PickBanDetails     `protobuf:"bytes,10,rep,name=picks" json:"picks,omitempty"`
	Bans                []*CMsgDOTARealtimeGameStats_PickBanDetails     `protobuf:"bytes,11,rep,name=bans" json:"bans,omitempty"`
	Kills               []*CMsgDOTARealtimeGameStats_KillDetails        `protobuf:"bytes,12,rep,name=kills" json:"kills,omitempty"`
	Broadcasters        []*CMsgDOTARealtimeGameStats_BroadcasterDetails `protobuf:"bytes,13,rep,name=broadcasters" json:"broadcasters,omitempty"`
	GameMode            *uint32                                         `protobuf:"varint,14,opt,name=game_mode,json=gameMode" json:"game_mode,omitempty"`
	LeagueId            *uint32                                         `protobuf:"varint,15,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	SingleTeam          *bool                                           `protobuf:"varint,16,opt,name=single_team,json=singleTeam" json:"single_team,omitempty"`
	CheersPeak          *uint32                                         `protobuf:"varint,17,opt,name=cheers_peak,json=cheersPeak" json:"cheers_peak,omitempty"`
	XXX_unrecognized    []byte                                          `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_MatchDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetBans

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetBroadcasters

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetCheersPeak

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetGameMode

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetGameTime

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetIsNightstalkerNight

func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetIsNightstalkerNight() bool

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetKills

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetLeagueId

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetMatchid

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetPicks

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetServerSteamId

func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetServerSteamId() uint64

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetSingleTeam

func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetSingleTeam() bool

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetTeamidDire

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetTeamidRadiant

func (m *CMsgDOTARealtimeGameStats_MatchDetails) GetTeamidRadiant() uint32

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetTimeOfDay

func (*CMsgDOTARealtimeGameStats_MatchDetails) GetTimestamp

func (*CMsgDOTARealtimeGameStats_MatchDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_MatchDetails) Reset

func (*CMsgDOTARealtimeGameStats_MatchDetails) String

type CMsgDOTARealtimeGameStats_PickBanDetails

type CMsgDOTARealtimeGameStats_PickBanDetails struct {
	Hero             *uint32 `protobuf:"varint,1,opt,name=hero" json:"hero,omitempty"`
	Team             *uint32 `protobuf:"varint,2,opt,name=team" json:"team,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_PickBanDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_PickBanDetails) GetHero

func (*CMsgDOTARealtimeGameStats_PickBanDetails) GetTeam

func (*CMsgDOTARealtimeGameStats_PickBanDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_PickBanDetails) Reset

func (*CMsgDOTARealtimeGameStats_PickBanDetails) String

type CMsgDOTARealtimeGameStats_PlayerDetails

type CMsgDOTARealtimeGameStats_PlayerDetails struct {
	Accountid        *uint32                                      `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Playerid         *uint32                                      `protobuf:"varint,2,opt,name=playerid" json:"playerid,omitempty"`
	Name             *string                                      `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Team             *uint32                                      `protobuf:"varint,4,opt,name=team" json:"team,omitempty"`
	Heroid           *uint32                                      `protobuf:"varint,5,opt,name=heroid" json:"heroid,omitempty"`
	Healthpoints     *uint32                                      `protobuf:"varint,6,opt,name=healthpoints" json:"healthpoints,omitempty"`
	Maxhealthpoints  *uint32                                      `protobuf:"varint,7,opt,name=maxhealthpoints" json:"maxhealthpoints,omitempty"`
	Healthregenrate  *float32                                     `protobuf:"fixed32,8,opt,name=healthregenrate" json:"healthregenrate,omitempty"`
	Manapoints       *uint32                                      `protobuf:"varint,9,opt,name=manapoints" json:"manapoints,omitempty"`
	Maxmanapoints    *uint32                                      `protobuf:"varint,10,opt,name=maxmanapoints" json:"maxmanapoints,omitempty"`
	Manaregenrate    *float32                                     `protobuf:"fixed32,11,opt,name=manaregenrate" json:"manaregenrate,omitempty"`
	BaseStrength     *uint32                                      `protobuf:"varint,12,opt,name=base_strength,json=baseStrength" json:"base_strength,omitempty"`
	BaseAgility      *uint32                                      `protobuf:"varint,13,opt,name=base_agility,json=baseAgility" json:"base_agility,omitempty"`
	BaseIntelligence *uint32                                      `protobuf:"varint,14,opt,name=base_intelligence,json=baseIntelligence" json:"base_intelligence,omitempty"`
	BaseArmor        *int32                                       `protobuf:"varint,15,opt,name=base_armor,json=baseArmor" json:"base_armor,omitempty"`
	BaseMovespeed    *uint32                                      `protobuf:"varint,16,opt,name=base_movespeed,json=baseMovespeed" json:"base_movespeed,omitempty"`
	BaseDamage       *uint32                                      `protobuf:"varint,17,opt,name=base_damage,json=baseDamage" json:"base_damage,omitempty"`
	Strength         *uint32                                      `protobuf:"varint,18,opt,name=strength" json:"strength,omitempty"`
	Agility          *uint32                                      `protobuf:"varint,19,opt,name=agility" json:"agility,omitempty"`
	Intelligence     *uint32                                      `protobuf:"varint,20,opt,name=intelligence" json:"intelligence,omitempty"`
	Armor            *int32                                       `protobuf:"varint,21,opt,name=armor" json:"armor,omitempty"`
	Movespeed        *uint32                                      `protobuf:"varint,22,opt,name=movespeed" json:"movespeed,omitempty"`
	Damage           *uint32                                      `protobuf:"varint,23,opt,name=damage" json:"damage,omitempty"`
	HeroDamage       *uint32                                      `protobuf:"varint,24,opt,name=hero_damage,json=heroDamage" json:"hero_damage,omitempty"`
	TowerDamage      *uint32                                      `protobuf:"varint,25,opt,name=tower_damage,json=towerDamage" json:"tower_damage,omitempty"`
	Abilities        []*CMsgDOTARealtimeGameStats_AbilityDetails  `protobuf:"bytes,26,rep,name=abilities" json:"abilities,omitempty"`
	Level            *uint32                                      `protobuf:"varint,27,opt,name=level" json:"level,omitempty"`
	KillCount        *uint32                                      `protobuf:"varint,28,opt,name=kill_count,json=killCount" json:"kill_count,omitempty"`
	DeathCount       *uint32                                      `protobuf:"varint,29,opt,name=death_count,json=deathCount" json:"death_count,omitempty"`
	AssistsCount     *uint32                                      `protobuf:"varint,30,opt,name=assists_count,json=assistsCount" json:"assists_count,omitempty"`
	DeniesCount      *uint32                                      `protobuf:"varint,31,opt,name=denies_count,json=deniesCount" json:"denies_count,omitempty"`
	LhCount          *uint32                                      `protobuf:"varint,32,opt,name=lh_count,json=lhCount" json:"lh_count,omitempty"`
	HeroHealing      *uint32                                      `protobuf:"varint,33,opt,name=hero_healing,json=heroHealing" json:"hero_healing,omitempty"`
	GoldPerMin       *uint32                                      `protobuf:"varint,34,opt,name=gold_per_min,json=goldPerMin" json:"gold_per_min,omitempty"`
	XpPerMin         *uint32                                      `protobuf:"varint,35,opt,name=xp_per_min,json=xpPerMin" json:"xp_per_min,omitempty"`
	NetGold          *uint32                                      `protobuf:"varint,36,opt,name=net_gold,json=netGold" json:"net_gold,omitempty"`
	Gold             *uint32                                      `protobuf:"varint,37,opt,name=gold" json:"gold,omitempty"`
	X                *float32                                     `protobuf:"fixed32,38,opt,name=x" json:"x,omitempty"`
	Y                *float32                                     `protobuf:"fixed32,39,opt,name=y" json:"y,omitempty"`
	RespawnTime      *int32                                       `protobuf:"varint,40,opt,name=respawn_time,json=respawnTime" json:"respawn_time,omitempty"`
	UltimateCooldown *uint32                                      `protobuf:"varint,41,opt,name=ultimate_cooldown,json=ultimateCooldown" json:"ultimate_cooldown,omitempty"`
	HasBuyback       *bool                                        `protobuf:"varint,42,opt,name=has_buyback,json=hasBuyback" json:"has_buyback,omitempty"`
	Items            []*CMsgDOTARealtimeGameStats_ItemDetails     `protobuf:"bytes,43,rep,name=items" json:"items,omitempty"`
	Stashitems       []*CMsgDOTARealtimeGameStats_ItemDetails     `protobuf:"bytes,44,rep,name=stashitems" json:"stashitems,omitempty"`
	Itemshoppinglist []*CMsgDOTARealtimeGameStats_ItemDetails     `protobuf:"bytes,45,rep,name=itemshoppinglist" json:"itemshoppinglist,omitempty"`
	Levelpoints      []*CMsgDOTARealtimeGameStats_AbilityList     `protobuf:"bytes,46,rep,name=levelpoints" json:"levelpoints,omitempty"`
	HeroToHeroStats  []*CMsgDOTARealtimeGameStats_HeroToHeroStats `protobuf:"bytes,47,rep,name=hero_to_hero_stats,json=heroToHeroStats" json:"hero_to_hero_stats,omitempty"`
	HasUltimate      *bool                                        `protobuf:"varint,48,opt,name=has_ultimate,json=hasUltimate" json:"has_ultimate,omitempty"`
	HasUltimateMana  *bool                                        `protobuf:"varint,49,opt,name=has_ultimate_mana,json=hasUltimateMana" json:"has_ultimate_mana,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_PlayerDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetAbilities

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetAccountid

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetAgility

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetArmor

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetAssistsCount

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetAssistsCount() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseAgility

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseAgility() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseArmor

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseDamage

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseIntelligence

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseIntelligence() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseMovespeed

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseMovespeed() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseStrength

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetBaseStrength() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetDamage

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetDeathCount

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetDeniesCount

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetDeniesCount() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetGold

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetGoldPerMin

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHasBuyback

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHasBuyback() bool

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHasUltimate

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHasUltimate() bool

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHasUltimateMana

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHasUltimateMana() bool

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHealthpoints

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHealthpoints() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHealthregenrate

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHealthregenrate() float32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroDamage

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroHealing

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroHealing() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroToHeroStats

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetHeroid

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetIntelligence

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetIntelligence() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetItems

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetItemshoppinglist

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetKillCount

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetLevel

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetLevelpoints

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetLhCount

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetManapoints

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetManaregenrate

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetManaregenrate() float32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetMaxhealthpoints

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetMaxhealthpoints() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetMaxmanapoints

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetMaxmanapoints() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetMovespeed

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetName

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetNetGold

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetPlayerid

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetRespawnTime

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetRespawnTime() int32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetStashitems

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetStrength

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetTeam

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetTowerDamage

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetTowerDamage() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetUltimateCooldown

func (m *CMsgDOTARealtimeGameStats_PlayerDetails) GetUltimateCooldown() uint32

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetX

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetXpPerMin

func (*CMsgDOTARealtimeGameStats_PlayerDetails) GetY

func (*CMsgDOTARealtimeGameStats_PlayerDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_PlayerDetails) Reset

func (*CMsgDOTARealtimeGameStats_PlayerDetails) String

type CMsgDOTARealtimeGameStats_TeamDetails

type CMsgDOTARealtimeGameStats_TeamDetails struct {
	TeamNumber       *uint32                                    `protobuf:"varint,1,opt,name=team_number,json=teamNumber" json:"team_number,omitempty"`
	TeamId           *uint32                                    `protobuf:"varint,2,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	TeamName         *string                                    `protobuf:"bytes,3,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	Score            *uint32                                    `protobuf:"varint,5,opt,name=score" json:"score,omitempty"`
	Players          []*CMsgDOTARealtimeGameStats_PlayerDetails `protobuf:"bytes,6,rep,name=players" json:"players,omitempty"`
	OnlyTeam         *bool                                      `protobuf:"varint,7,opt,name=only_team,json=onlyTeam" json:"only_team,omitempty"`
	Cheers           *uint32                                    `protobuf:"varint,8,opt,name=cheers" json:"cheers,omitempty"`
	XXX_unrecognized []byte                                     `json:"-"`
}

func (*CMsgDOTARealtimeGameStats_TeamDetails) Descriptor

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

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetCheers

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetOnlyTeam

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetPlayers

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetScore

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetTeamId

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetTeamName

func (*CMsgDOTARealtimeGameStats_TeamDetails) GetTeamNumber

func (m *CMsgDOTARealtimeGameStats_TeamDetails) GetTeamNumber() uint32

func (*CMsgDOTARealtimeGameStats_TeamDetails) ProtoMessage

func (*CMsgDOTARealtimeGameStats_TeamDetails) ProtoMessage()

func (*CMsgDOTARealtimeGameStats_TeamDetails) Reset

func (*CMsgDOTARealtimeGameStats_TeamDetails) String

type CMsgDOTARedeemItem

type CMsgDOTARedeemItem struct {
	CurrencyId       *uint64 `protobuf:"varint,1,opt,name=currency_id,json=currencyId" json:"currency_id,omitempty"`
	PurchaseDef      *uint32 `protobuf:"varint,2,opt,name=purchase_def,json=purchaseDef" json:"purchase_def,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARedeemItem) Descriptor

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

func (*CMsgDOTARedeemItem) GetCurrencyId

func (m *CMsgDOTARedeemItem) GetCurrencyId() uint64

func (*CMsgDOTARedeemItem) GetPurchaseDef

func (m *CMsgDOTARedeemItem) GetPurchaseDef() uint32

func (*CMsgDOTARedeemItem) ProtoMessage

func (*CMsgDOTARedeemItem) ProtoMessage()

func (*CMsgDOTARedeemItem) Reset

func (m *CMsgDOTARedeemItem) Reset()

func (*CMsgDOTARedeemItem) String

func (m *CMsgDOTARedeemItem) String() string

type CMsgDOTARedeemItemResponse

type CMsgDOTARedeemItemResponse struct {
	Response         *CMsgDOTARedeemItemResponse_EResultCode `protobuf:"varint,1,opt,name=response,enum=CMsgDOTARedeemItemResponse_EResultCode,def=0" json:"response,omitempty"`
	XXX_unrecognized []byte                                  `json:"-"`
}

func (*CMsgDOTARedeemItemResponse) Descriptor

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

func (*CMsgDOTARedeemItemResponse) GetResponse

func (*CMsgDOTARedeemItemResponse) ProtoMessage

func (*CMsgDOTARedeemItemResponse) ProtoMessage()

func (*CMsgDOTARedeemItemResponse) Reset

func (m *CMsgDOTARedeemItemResponse) Reset()

func (*CMsgDOTARedeemItemResponse) String

func (m *CMsgDOTARedeemItemResponse) String() string

type CMsgDOTARedeemItemResponse_EResultCode

type CMsgDOTARedeemItemResponse_EResultCode int32
const (
	CMsgDOTARedeemItemResponse_k_Succeeded CMsgDOTARedeemItemResponse_EResultCode = 0
	CMsgDOTARedeemItemResponse_k_Failed    CMsgDOTARedeemItemResponse_EResultCode = 1
)
const Default_CMsgDOTARedeemItemResponse_Response CMsgDOTARedeemItemResponse_EResultCode = CMsgDOTARedeemItemResponse_k_Succeeded

func (CMsgDOTARedeemItemResponse_EResultCode) Enum

func (CMsgDOTARedeemItemResponse_EResultCode) EnumDescriptor

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

func (CMsgDOTARedeemItemResponse_EResultCode) String

func (*CMsgDOTARedeemItemResponse_EResultCode) UnmarshalJSON

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

type CMsgDOTAReportCountsRequest

type CMsgDOTAReportCountsRequest struct {
	TargetAccountId  *uint32 `protobuf:"varint,1,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAReportCountsRequest) Descriptor

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

func (*CMsgDOTAReportCountsRequest) GetTargetAccountId

func (m *CMsgDOTAReportCountsRequest) GetTargetAccountId() uint32

func (*CMsgDOTAReportCountsRequest) ProtoMessage

func (*CMsgDOTAReportCountsRequest) ProtoMessage()

func (*CMsgDOTAReportCountsRequest) Reset

func (m *CMsgDOTAReportCountsRequest) Reset()

func (*CMsgDOTAReportCountsRequest) String

func (m *CMsgDOTAReportCountsRequest) String() string

type CMsgDOTAReportCountsResponse

type CMsgDOTAReportCountsResponse struct {
	TargetAccountId  *uint32 `protobuf:"varint,1,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	LeadershipCount  *uint32 `protobuf:"varint,2,opt,name=leadership_count,json=leadershipCount" json:"leadership_count,omitempty"`
	TeachingCount    *uint32 `protobuf:"varint,3,opt,name=teaching_count,json=teachingCount" json:"teaching_count,omitempty"`
	FriendlyCount    *uint32 `protobuf:"varint,4,opt,name=friendly_count,json=friendlyCount" json:"friendly_count,omitempty"`
	ForgivingCount   *uint32 `protobuf:"varint,5,opt,name=forgiving_count,json=forgivingCount" json:"forgiving_count,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAReportCountsResponse) Descriptor

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

func (*CMsgDOTAReportCountsResponse) GetForgivingCount

func (m *CMsgDOTAReportCountsResponse) GetForgivingCount() uint32

func (*CMsgDOTAReportCountsResponse) GetFriendlyCount

func (m *CMsgDOTAReportCountsResponse) GetFriendlyCount() uint32

func (*CMsgDOTAReportCountsResponse) GetLeadershipCount

func (m *CMsgDOTAReportCountsResponse) GetLeadershipCount() uint32

func (*CMsgDOTAReportCountsResponse) GetTargetAccountId

func (m *CMsgDOTAReportCountsResponse) GetTargetAccountId() uint32

func (*CMsgDOTAReportCountsResponse) GetTeachingCount

func (m *CMsgDOTAReportCountsResponse) GetTeachingCount() uint32

func (*CMsgDOTAReportCountsResponse) ProtoMessage

func (*CMsgDOTAReportCountsResponse) ProtoMessage()

func (*CMsgDOTAReportCountsResponse) Reset

func (m *CMsgDOTAReportCountsResponse) Reset()

func (*CMsgDOTAReportCountsResponse) String

type CMsgDOTAReportsRemainingRequest

type CMsgDOTAReportsRemainingRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAReportsRemainingRequest) Descriptor

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

func (*CMsgDOTAReportsRemainingRequest) ProtoMessage

func (*CMsgDOTAReportsRemainingRequest) ProtoMessage()

func (*CMsgDOTAReportsRemainingRequest) Reset

func (*CMsgDOTAReportsRemainingRequest) String

type CMsgDOTAReportsRemainingResponse

type CMsgDOTAReportsRemainingResponse struct {
	NumPositiveReportsRemaining *uint32 `` /* 140-byte string literal not displayed */
	NumNegativeReportsRemaining *uint32 `` /* 140-byte string literal not displayed */
	NumPositiveReportsTotal     *uint32 `` /* 128-byte string literal not displayed */
	NumNegativeReportsTotal     *uint32 `` /* 128-byte string literal not displayed */
	XXX_unrecognized            []byte  `json:"-"`
}

func (*CMsgDOTAReportsRemainingResponse) Descriptor

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

func (*CMsgDOTAReportsRemainingResponse) GetNumNegativeReportsRemaining

func (m *CMsgDOTAReportsRemainingResponse) GetNumNegativeReportsRemaining() uint32

func (*CMsgDOTAReportsRemainingResponse) GetNumNegativeReportsTotal

func (m *CMsgDOTAReportsRemainingResponse) GetNumNegativeReportsTotal() uint32

func (*CMsgDOTAReportsRemainingResponse) GetNumPositiveReportsRemaining

func (m *CMsgDOTAReportsRemainingResponse) GetNumPositiveReportsRemaining() uint32

func (*CMsgDOTAReportsRemainingResponse) GetNumPositiveReportsTotal

func (m *CMsgDOTAReportsRemainingResponse) GetNumPositiveReportsTotal() uint32

func (*CMsgDOTAReportsRemainingResponse) ProtoMessage

func (*CMsgDOTAReportsRemainingResponse) ProtoMessage()

func (*CMsgDOTAReportsRemainingResponse) Reset

func (*CMsgDOTAReportsRemainingResponse) String

type CMsgDOTARequestMatches

type CMsgDOTARequestMatches struct {
	HeroId              *uint32                            `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	GameMode            *uint32                            `protobuf:"varint,3,opt,name=game_mode,json=gameMode" json:"game_mode,omitempty"`
	DateMin             *uint32                            `protobuf:"fixed32,6,opt,name=date_min,json=dateMin" json:"date_min,omitempty"`
	DateMax             *uint32                            `protobuf:"fixed32,7,opt,name=date_max,json=dateMax" json:"date_max,omitempty"`
	MatchesRequested    *uint32                            `protobuf:"varint,10,opt,name=matches_requested,json=matchesRequested" json:"matches_requested,omitempty"`
	StartAtMatchId      *uint64                            `protobuf:"varint,11,opt,name=start_at_match_id,json=startAtMatchId" json:"start_at_match_id,omitempty"`
	MinPlayers          *uint32                            `protobuf:"fixed32,12,opt,name=min_players,json=minPlayers" json:"min_players,omitempty"`
	RequestId           *uint32                            `protobuf:"varint,13,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	TournamentGamesOnly *bool                              `protobuf:"varint,14,opt,name=tournament_games_only,json=tournamentGamesOnly" json:"tournament_games_only,omitempty"`
	AccountId           *uint32                            `protobuf:"varint,15,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LeagueId            *uint32                            `protobuf:"varint,16,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Skill               *CMsgDOTARequestMatches_SkillLevel `protobuf:"varint,17,opt,name=skill,enum=CMsgDOTARequestMatches_SkillLevel,def=0" json:"skill,omitempty"`
	TeamId              *uint32                            `protobuf:"varint,18,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	CustomGameId        *uint64                            `protobuf:"varint,20,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	XXX_unrecognized    []byte                             `json:"-"`
}

func (*CMsgDOTARequestMatches) Descriptor

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

func (*CMsgDOTARequestMatches) GetAccountId

func (m *CMsgDOTARequestMatches) GetAccountId() uint32

func (*CMsgDOTARequestMatches) GetCustomGameId

func (m *CMsgDOTARequestMatches) GetCustomGameId() uint64

func (*CMsgDOTARequestMatches) GetDateMax

func (m *CMsgDOTARequestMatches) GetDateMax() uint32

func (*CMsgDOTARequestMatches) GetDateMin

func (m *CMsgDOTARequestMatches) GetDateMin() uint32

func (*CMsgDOTARequestMatches) GetGameMode

func (m *CMsgDOTARequestMatches) GetGameMode() uint32

func (*CMsgDOTARequestMatches) GetHeroId

func (m *CMsgDOTARequestMatches) GetHeroId() uint32

func (*CMsgDOTARequestMatches) GetLeagueId

func (m *CMsgDOTARequestMatches) GetLeagueId() uint32

func (*CMsgDOTARequestMatches) GetMatchesRequested

func (m *CMsgDOTARequestMatches) GetMatchesRequested() uint32

func (*CMsgDOTARequestMatches) GetMinPlayers

func (m *CMsgDOTARequestMatches) GetMinPlayers() uint32

func (*CMsgDOTARequestMatches) GetRequestId

func (m *CMsgDOTARequestMatches) GetRequestId() uint32

func (*CMsgDOTARequestMatches) GetSkill

func (*CMsgDOTARequestMatches) GetStartAtMatchId

func (m *CMsgDOTARequestMatches) GetStartAtMatchId() uint64

func (*CMsgDOTARequestMatches) GetTeamId

func (m *CMsgDOTARequestMatches) GetTeamId() uint32

func (*CMsgDOTARequestMatches) GetTournamentGamesOnly

func (m *CMsgDOTARequestMatches) GetTournamentGamesOnly() bool

func (*CMsgDOTARequestMatches) ProtoMessage

func (*CMsgDOTARequestMatches) ProtoMessage()

func (*CMsgDOTARequestMatches) Reset

func (m *CMsgDOTARequestMatches) Reset()

func (*CMsgDOTARequestMatches) String

func (m *CMsgDOTARequestMatches) String() string

type CMsgDOTARequestMatchesResponse

type CMsgDOTARequestMatchesResponse struct {
	Matches          []*CMsgDOTAMatch                         `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	Series           []*CMsgDOTARequestMatchesResponse_Series `protobuf:"bytes,2,rep,name=series" json:"series,omitempty"`
	RequestId        *uint32                                  `protobuf:"varint,3,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	TotalResults     *uint32                                  `protobuf:"varint,4,opt,name=total_results,json=totalResults" json:"total_results,omitempty"`
	ResultsRemaining *uint32                                  `protobuf:"varint,5,opt,name=results_remaining,json=resultsRemaining" json:"results_remaining,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgDOTARequestMatchesResponse) Descriptor

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

func (*CMsgDOTARequestMatchesResponse) GetMatches

func (m *CMsgDOTARequestMatchesResponse) GetMatches() []*CMsgDOTAMatch

func (*CMsgDOTARequestMatchesResponse) GetRequestId

func (m *CMsgDOTARequestMatchesResponse) GetRequestId() uint32

func (*CMsgDOTARequestMatchesResponse) GetResultsRemaining

func (m *CMsgDOTARequestMatchesResponse) GetResultsRemaining() uint32

func (*CMsgDOTARequestMatchesResponse) GetSeries

func (*CMsgDOTARequestMatchesResponse) GetTotalResults

func (m *CMsgDOTARequestMatchesResponse) GetTotalResults() uint32

func (*CMsgDOTARequestMatchesResponse) ProtoMessage

func (*CMsgDOTARequestMatchesResponse) ProtoMessage()

func (*CMsgDOTARequestMatchesResponse) Reset

func (m *CMsgDOTARequestMatchesResponse) Reset()

func (*CMsgDOTARequestMatchesResponse) String

type CMsgDOTARequestMatchesResponse_Series

type CMsgDOTARequestMatchesResponse_Series struct {
	Matches          []*CMsgDOTAMatch `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	SeriesId         *uint32          `protobuf:"varint,2,opt,name=series_id,json=seriesId" json:"series_id,omitempty"`
	SeriesType       *uint32          `protobuf:"varint,3,opt,name=series_type,json=seriesType" json:"series_type,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*CMsgDOTARequestMatchesResponse_Series) Descriptor

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

func (*CMsgDOTARequestMatchesResponse_Series) GetMatches

func (*CMsgDOTARequestMatchesResponse_Series) GetSeriesId

func (*CMsgDOTARequestMatchesResponse_Series) GetSeriesType

func (m *CMsgDOTARequestMatchesResponse_Series) GetSeriesType() uint32

func (*CMsgDOTARequestMatchesResponse_Series) ProtoMessage

func (*CMsgDOTARequestMatchesResponse_Series) ProtoMessage()

func (*CMsgDOTARequestMatchesResponse_Series) Reset

func (*CMsgDOTARequestMatchesResponse_Series) String

type CMsgDOTARequestMatches_SkillLevel

type CMsgDOTARequestMatches_SkillLevel int32
const (
	CMsgDOTARequestMatches_Any      CMsgDOTARequestMatches_SkillLevel = 0
	CMsgDOTARequestMatches_Normal   CMsgDOTARequestMatches_SkillLevel = 1
	CMsgDOTARequestMatches_High     CMsgDOTARequestMatches_SkillLevel = 2
	CMsgDOTARequestMatches_VeryHigh CMsgDOTARequestMatches_SkillLevel = 3
)
const Default_CMsgDOTARequestMatches_Skill CMsgDOTARequestMatches_SkillLevel = CMsgDOTARequestMatches_Any

func (CMsgDOTARequestMatches_SkillLevel) Enum

func (CMsgDOTARequestMatches_SkillLevel) EnumDescriptor

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

func (CMsgDOTARequestMatches_SkillLevel) String

func (*CMsgDOTARequestMatches_SkillLevel) UnmarshalJSON

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

type CMsgDOTARequestSaveGames

type CMsgDOTARequestSaveGames struct {
	ServerRegion     *uint32 `protobuf:"varint,1,opt,name=server_region,json=serverRegion" json:"server_region,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARequestSaveGames) Descriptor

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

func (*CMsgDOTARequestSaveGames) GetServerRegion

func (m *CMsgDOTARequestSaveGames) GetServerRegion() uint32

func (*CMsgDOTARequestSaveGames) ProtoMessage

func (*CMsgDOTARequestSaveGames) ProtoMessage()

func (*CMsgDOTARequestSaveGames) Reset

func (m *CMsgDOTARequestSaveGames) Reset()

func (*CMsgDOTARequestSaveGames) String

func (m *CMsgDOTARequestSaveGames) String() string

type CMsgDOTARequestSaveGamesResponse

type CMsgDOTARequestSaveGamesResponse struct {
	SteamId          *uint64          `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	SaveGames        []*CDOTASaveGame `protobuf:"bytes,2,rep,name=save_games,json=saveGames" json:"save_games,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*CMsgDOTARequestSaveGamesResponse) Descriptor

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

func (*CMsgDOTARequestSaveGamesResponse) GetSaveGames

func (m *CMsgDOTARequestSaveGamesResponse) GetSaveGames() []*CDOTASaveGame

func (*CMsgDOTARequestSaveGamesResponse) GetSteamId

func (m *CMsgDOTARequestSaveGamesResponse) GetSteamId() uint64

func (*CMsgDOTARequestSaveGamesResponse) ProtoMessage

func (*CMsgDOTARequestSaveGamesResponse) ProtoMessage()

func (*CMsgDOTARequestSaveGamesResponse) Reset

func (*CMsgDOTARequestSaveGamesResponse) String

type CMsgDOTARewardTutorialPrizes

type CMsgDOTARewardTutorialPrizes struct {
	LocationId       *uint32 `protobuf:"varint,1,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	TrackingOnly     *bool   `protobuf:"varint,2,opt,name=tracking_only,json=trackingOnly" json:"tracking_only,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTARewardTutorialPrizes) Descriptor

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

func (*CMsgDOTARewardTutorialPrizes) GetLocationId

func (m *CMsgDOTARewardTutorialPrizes) GetLocationId() uint32

func (*CMsgDOTARewardTutorialPrizes) GetTrackingOnly

func (m *CMsgDOTARewardTutorialPrizes) GetTrackingOnly() bool

func (*CMsgDOTARewardTutorialPrizes) ProtoMessage

func (*CMsgDOTARewardTutorialPrizes) ProtoMessage()

func (*CMsgDOTARewardTutorialPrizes) Reset

func (m *CMsgDOTARewardTutorialPrizes) Reset()

func (*CMsgDOTARewardTutorialPrizes) String

type CMsgDOTASDOHeroStatsHistory

type CMsgDOTASDOHeroStatsHistory struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	GameMode         *uint32 `protobuf:"varint,2,opt,name=game_mode,json=gameMode" json:"game_mode,omitempty"`
	LobbyType        *uint32 `protobuf:"varint,3,opt,name=lobby_type,json=lobbyType" json:"lobby_type,omitempty"`
	StartTime        *uint32 `protobuf:"varint,4,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	Won              *bool   `protobuf:"varint,5,opt,name=won" json:"won,omitempty"`
	Gpm              *uint32 `protobuf:"varint,6,opt,name=gpm" json:"gpm,omitempty"`
	Xpm              *uint32 `protobuf:"varint,7,opt,name=xpm" json:"xpm,omitempty"`
	Kills            *uint32 `protobuf:"varint,8,opt,name=kills" json:"kills,omitempty"`
	Deaths           *uint32 `protobuf:"varint,9,opt,name=deaths" json:"deaths,omitempty"`
	Assists          *uint32 `protobuf:"varint,10,opt,name=assists" json:"assists,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASDOHeroStatsHistory) Descriptor

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

func (*CMsgDOTASDOHeroStatsHistory) GetAssists

func (m *CMsgDOTASDOHeroStatsHistory) GetAssists() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetDeaths

func (m *CMsgDOTASDOHeroStatsHistory) GetDeaths() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetGameMode

func (m *CMsgDOTASDOHeroStatsHistory) GetGameMode() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetGpm

func (m *CMsgDOTASDOHeroStatsHistory) GetGpm() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetKills

func (m *CMsgDOTASDOHeroStatsHistory) GetKills() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetLobbyType

func (m *CMsgDOTASDOHeroStatsHistory) GetLobbyType() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetMatchId

func (m *CMsgDOTASDOHeroStatsHistory) GetMatchId() uint64

func (*CMsgDOTASDOHeroStatsHistory) GetStartTime

func (m *CMsgDOTASDOHeroStatsHistory) GetStartTime() uint32

func (*CMsgDOTASDOHeroStatsHistory) GetWon

func (m *CMsgDOTASDOHeroStatsHistory) GetWon() bool

func (*CMsgDOTASDOHeroStatsHistory) GetXpm

func (m *CMsgDOTASDOHeroStatsHistory) GetXpm() uint32

func (*CMsgDOTASDOHeroStatsHistory) ProtoMessage

func (*CMsgDOTASDOHeroStatsHistory) ProtoMessage()

func (*CMsgDOTASDOHeroStatsHistory) Reset

func (m *CMsgDOTASDOHeroStatsHistory) Reset()

func (*CMsgDOTASDOHeroStatsHistory) String

func (m *CMsgDOTASDOHeroStatsHistory) String() string

type CMsgDOTASeasonAchievements

type CMsgDOTASeasonAchievements struct {
	Achievements     []*CMsgDOTASeasonAchievements_Achievement `protobuf:"bytes,1,rep,name=achievements" json:"achievements,omitempty"`
	XXX_unrecognized []byte                                    `json:"-"`
}

func (*CMsgDOTASeasonAchievements) Descriptor

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

func (*CMsgDOTASeasonAchievements) GetAchievements

func (*CMsgDOTASeasonAchievements) ProtoMessage

func (*CMsgDOTASeasonAchievements) ProtoMessage()

func (*CMsgDOTASeasonAchievements) Reset

func (m *CMsgDOTASeasonAchievements) Reset()

func (*CMsgDOTASeasonAchievements) String

func (m *CMsgDOTASeasonAchievements) String() string

type CMsgDOTASeasonAchievements_Achievement

type CMsgDOTASeasonAchievements_Achievement struct {
	Name                *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Description         *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	Image               *string `protobuf:"bytes,3,opt,name=image" json:"image,omitempty"`
	ActionId            *uint32 `protobuf:"varint,4,opt,name=action_id,json=actionId" json:"action_id,omitempty"`
	MaxGrants           *uint32 `protobuf:"varint,5,opt,name=max_grants,json=maxGrants" json:"max_grants,omitempty"`
	NormalPoints        *uint32 `protobuf:"varint,6,opt,name=normal_points,json=normalPoints" json:"normal_points,omitempty"`
	TrackingAchievement *uint32 `protobuf:"varint,7,opt,name=tracking_achievement,json=trackingAchievement" json:"tracking_achievement,omitempty"`
	AchievementGoal     *uint32 `protobuf:"varint,8,opt,name=achievement_goal,json=achievementGoal" json:"achievement_goal,omitempty"`
	AchievementLevel    *uint32 `protobuf:"varint,9,opt,name=achievement_level,json=achievementLevel" json:"achievement_level,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CMsgDOTASeasonAchievements_Achievement) Descriptor

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

func (*CMsgDOTASeasonAchievements_Achievement) GetAchievementGoal

func (m *CMsgDOTASeasonAchievements_Achievement) GetAchievementGoal() uint32

func (*CMsgDOTASeasonAchievements_Achievement) GetAchievementLevel

func (m *CMsgDOTASeasonAchievements_Achievement) GetAchievementLevel() uint32

func (*CMsgDOTASeasonAchievements_Achievement) GetActionId

func (*CMsgDOTASeasonAchievements_Achievement) GetDescription

func (m *CMsgDOTASeasonAchievements_Achievement) GetDescription() string

func (*CMsgDOTASeasonAchievements_Achievement) GetImage

func (*CMsgDOTASeasonAchievements_Achievement) GetMaxGrants

func (*CMsgDOTASeasonAchievements_Achievement) GetName

func (*CMsgDOTASeasonAchievements_Achievement) GetNormalPoints

func (m *CMsgDOTASeasonAchievements_Achievement) GetNormalPoints() uint32

func (*CMsgDOTASeasonAchievements_Achievement) GetTrackingAchievement

func (m *CMsgDOTASeasonAchievements_Achievement) GetTrackingAchievement() uint32

func (*CMsgDOTASeasonAchievements_Achievement) ProtoMessage

func (*CMsgDOTASeasonAchievements_Achievement) Reset

func (*CMsgDOTASeasonAchievements_Achievement) String

type CMsgDOTASeasonPredictions

type CMsgDOTASeasonPredictions struct {
	Predictions                         []*CMsgDOTASeasonPredictions_Prediction       `protobuf:"bytes,1,rep,name=predictions" json:"predictions,omitempty"`
	InGamePredictions                   []*CMsgDOTASeasonPredictions_InGamePrediction `protobuf:"bytes,2,rep,name=in_game_predictions,json=inGamePredictions" json:"in_game_predictions,omitempty"`
	InGamePredictionCountPerGame        *uint32                                       `` /* 147-byte string literal not displayed */
	InGamePredictionVotingPeriodMinutes *uint32                                       `` /* 168-byte string literal not displayed */
	XXX_unrecognized                    []byte                                        `json:"-"`
}

func (*CMsgDOTASeasonPredictions) Descriptor

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

func (*CMsgDOTASeasonPredictions) GetInGamePredictionCountPerGame

func (m *CMsgDOTASeasonPredictions) GetInGamePredictionCountPerGame() uint32

func (*CMsgDOTASeasonPredictions) GetInGamePredictionVotingPeriodMinutes

func (m *CMsgDOTASeasonPredictions) GetInGamePredictionVotingPeriodMinutes() uint32

func (*CMsgDOTASeasonPredictions) GetInGamePredictions

func (*CMsgDOTASeasonPredictions) GetPredictions

func (*CMsgDOTASeasonPredictions) ProtoMessage

func (*CMsgDOTASeasonPredictions) ProtoMessage()

func (*CMsgDOTASeasonPredictions) Reset

func (m *CMsgDOTASeasonPredictions) Reset()

func (*CMsgDOTASeasonPredictions) String

func (m *CMsgDOTASeasonPredictions) String() string

type CMsgDOTASeasonPredictionsEAnswerType

type CMsgDOTASeasonPredictionsEAnswerType int32
const (
	CMsgDOTASeasonPredictions_SingleInt     CMsgDOTASeasonPredictionsEAnswerType = 0
	CMsgDOTASeasonPredictions_SingleFloat   CMsgDOTASeasonPredictionsEAnswerType = 1
	CMsgDOTASeasonPredictions_MultipleInt   CMsgDOTASeasonPredictionsEAnswerType = 2
	CMsgDOTASeasonPredictions_MultipleFloat CMsgDOTASeasonPredictionsEAnswerType = 3
	CMsgDOTASeasonPredictions_AnswerTeam    CMsgDOTASeasonPredictionsEAnswerType = 4
	CMsgDOTASeasonPredictions_SingleTime    CMsgDOTASeasonPredictionsEAnswerType = 5
	CMsgDOTASeasonPredictions_MultipleTime  CMsgDOTASeasonPredictionsEAnswerType = 6
	CMsgDOTASeasonPredictions_NoAnswer      CMsgDOTASeasonPredictionsEAnswerType = 7
)
const Default_CMsgDOTASeasonPredictions_Prediction_AnswerType CMsgDOTASeasonPredictionsEAnswerType = CMsgDOTASeasonPredictions_SingleInt

func (CMsgDOTASeasonPredictionsEAnswerType) Enum

func (CMsgDOTASeasonPredictionsEAnswerType) EnumDescriptor

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

func (CMsgDOTASeasonPredictionsEAnswerType) String

func (*CMsgDOTASeasonPredictionsEAnswerType) UnmarshalJSON

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

type CMsgDOTASeasonPredictionsEPredictionType

type CMsgDOTASeasonPredictionsEPredictionType int32
const (
	CMsgDOTASeasonPredictions_Generic CMsgDOTASeasonPredictionsEPredictionType = 0
	CMsgDOTASeasonPredictions_Hero    CMsgDOTASeasonPredictionsEPredictionType = 1
	CMsgDOTASeasonPredictions_Team    CMsgDOTASeasonPredictionsEPredictionType = 2
	CMsgDOTASeasonPredictions_Player  CMsgDOTASeasonPredictionsEPredictionType = 3
	CMsgDOTASeasonPredictions_Special CMsgDOTASeasonPredictionsEPredictionType = 4
	CMsgDOTASeasonPredictions_YesNo   CMsgDOTASeasonPredictionsEPredictionType = 5
)
const Default_CMsgDOTASeasonPredictions_InGamePrediction_Type CMsgDOTASeasonPredictionsEPredictionType = CMsgDOTASeasonPredictions_Generic
const Default_CMsgDOTASeasonPredictions_Prediction_Type CMsgDOTASeasonPredictionsEPredictionType = CMsgDOTASeasonPredictions_Generic

func (CMsgDOTASeasonPredictionsEPredictionType) Enum

func (CMsgDOTASeasonPredictionsEPredictionType) EnumDescriptor

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

func (CMsgDOTASeasonPredictionsEPredictionType) String

func (*CMsgDOTASeasonPredictionsEPredictionType) UnmarshalJSON

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

type CMsgDOTASeasonPredictionsERandomSelectionGroupT

type CMsgDOTASeasonPredictionsERandomSelectionGroupT int32
const (
	CMsgDOTASeasonPredictions_EarlyGame CMsgDOTASeasonPredictionsERandomSelectionGroupT = 0
	CMsgDOTASeasonPredictions_MidGame   CMsgDOTASeasonPredictionsERandomSelectionGroupT = 1
	CMsgDOTASeasonPredictions_LateGame  CMsgDOTASeasonPredictionsERandomSelectionGroupT = 2
	CMsgDOTASeasonPredictions_Count     CMsgDOTASeasonPredictionsERandomSelectionGroupT = 3
)
const Default_CMsgDOTASeasonPredictions_InGamePrediction_Group CMsgDOTASeasonPredictionsERandomSelectionGroupT = CMsgDOTASeasonPredictions_EarlyGame

func (CMsgDOTASeasonPredictionsERandomSelectionGroupT) Enum

func (CMsgDOTASeasonPredictionsERandomSelectionGroupT) EnumDescriptor

func (CMsgDOTASeasonPredictionsERandomSelectionGroupT) String

func (*CMsgDOTASeasonPredictionsERandomSelectionGroupT) UnmarshalJSON

type CMsgDOTASeasonPredictionsERawValueTypeT

type CMsgDOTASeasonPredictionsERawValueTypeT int32
const (
	CMsgDOTASeasonPredictions_Number CMsgDOTASeasonPredictionsERawValueTypeT = 0
	CMsgDOTASeasonPredictions_Time   CMsgDOTASeasonPredictionsERawValueTypeT = 1
)
const Default_CMsgDOTASeasonPredictions_InGamePrediction_RawValueType CMsgDOTASeasonPredictionsERawValueTypeT = CMsgDOTASeasonPredictions_Number

func (CMsgDOTASeasonPredictionsERawValueTypeT) Enum

func (CMsgDOTASeasonPredictionsERawValueTypeT) EnumDescriptor

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

func (CMsgDOTASeasonPredictionsERawValueTypeT) String

func (*CMsgDOTASeasonPredictionsERawValueTypeT) UnmarshalJSON

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

type CMsgDOTASeasonPredictionsEResolutionTypeT

type CMsgDOTASeasonPredictionsEResolutionTypeT int32
const (
	CMsgDOTASeasonPredictions_InvalidQuery          CMsgDOTASeasonPredictionsEResolutionTypeT = 0
	CMsgDOTASeasonPredictions_FirstToPassQuery      CMsgDOTASeasonPredictionsEResolutionTypeT = 1
	CMsgDOTASeasonPredictions_LastToPassQuery       CMsgDOTASeasonPredictionsEResolutionTypeT = 2
	CMsgDOTASeasonPredictions_LastRemainingQuery    CMsgDOTASeasonPredictionsEResolutionTypeT = 3
	CMsgDOTASeasonPredictions_MaxToPassQuery        CMsgDOTASeasonPredictionsEResolutionTypeT = 4
	CMsgDOTASeasonPredictions_MinToPassQuery        CMsgDOTASeasonPredictionsEResolutionTypeT = 5
	CMsgDOTASeasonPredictions_SumQuery              CMsgDOTASeasonPredictionsEResolutionTypeT = 6
	CMsgDOTASeasonPredictions_MaxTeamSumToPassQuery CMsgDOTASeasonPredictionsEResolutionTypeT = 7
	CMsgDOTASeasonPredictions_MinTeamSumToPassQuery CMsgDOTASeasonPredictionsEResolutionTypeT = 8
)
const Default_CMsgDOTASeasonPredictions_InGamePrediction_AnswerResolutionType CMsgDOTASeasonPredictionsEResolutionTypeT = CMsgDOTASeasonPredictions_InvalidQuery

func (CMsgDOTASeasonPredictionsEResolutionTypeT) Enum

func (CMsgDOTASeasonPredictionsEResolutionTypeT) EnumDescriptor

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

func (CMsgDOTASeasonPredictionsEResolutionTypeT) String

func (*CMsgDOTASeasonPredictionsEResolutionTypeT) UnmarshalJSON

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

type CMsgDOTASeasonPredictions_Answers

type CMsgDOTASeasonPredictions_Answers struct {
	AnswerId         *uint32 `protobuf:"varint,1,opt,name=answer_id,json=answerId" json:"answer_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASeasonPredictions_Answers) Descriptor

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

func (*CMsgDOTASeasonPredictions_Answers) GetAnswerId

func (m *CMsgDOTASeasonPredictions_Answers) GetAnswerId() uint32

func (*CMsgDOTASeasonPredictions_Answers) ProtoMessage

func (*CMsgDOTASeasonPredictions_Answers) ProtoMessage()

func (*CMsgDOTASeasonPredictions_Answers) Reset

func (*CMsgDOTASeasonPredictions_Answers) String

type CMsgDOTASeasonPredictions_Choice

type CMsgDOTASeasonPredictions_Choice struct {
	Value            *uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	MinRawValue      *uint32 `protobuf:"varint,3,opt,name=min_raw_value,json=minRawValue" json:"min_raw_value,omitempty"`
	MaxRawValue      *uint32 `protobuf:"varint,4,opt,name=max_raw_value,json=maxRawValue" json:"max_raw_value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASeasonPredictions_Choice) Descriptor

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

func (*CMsgDOTASeasonPredictions_Choice) GetMaxRawValue

func (m *CMsgDOTASeasonPredictions_Choice) GetMaxRawValue() uint32

func (*CMsgDOTASeasonPredictions_Choice) GetMinRawValue

func (m *CMsgDOTASeasonPredictions_Choice) GetMinRawValue() uint32

func (*CMsgDOTASeasonPredictions_Choice) GetName

func (*CMsgDOTASeasonPredictions_Choice) GetValue

func (*CMsgDOTASeasonPredictions_Choice) ProtoMessage

func (*CMsgDOTASeasonPredictions_Choice) ProtoMessage()

func (*CMsgDOTASeasonPredictions_Choice) Reset

func (*CMsgDOTASeasonPredictions_Choice) String

type CMsgDOTASeasonPredictions_InGamePrediction

type CMsgDOTASeasonPredictions_InGamePrediction struct {
	Id                   *uint32                                          `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 *string                                          `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Type                 *CMsgDOTASeasonPredictionsEPredictionType        `protobuf:"varint,3,opt,name=type,enum=CMsgDOTASeasonPredictionsEPredictionType,def=0" json:"type,omitempty"`
	Group                *CMsgDOTASeasonPredictionsERandomSelectionGroupT `protobuf:"varint,4,opt,name=group,enum=CMsgDOTASeasonPredictionsERandomSelectionGroupT,def=0" json:"group,omitempty"`
	Question             *string                                          `protobuf:"bytes,5,opt,name=question" json:"question,omitempty"`
	Choices              []*CMsgDOTASeasonPredictions_Choice              `protobuf:"bytes,6,rep,name=choices" json:"choices,omitempty"`
	RequiredHeroes       []string                                         `protobuf:"bytes,7,rep,name=required_heroes,json=requiredHeroes" json:"required_heroes,omitempty"`
	QueryName            *string                                          `protobuf:"bytes,8,opt,name=query_name,json=queryName" json:"query_name,omitempty"`
	QueryValues          []*CMsgDOTASeasonPredictions_QueryKeyValues      `protobuf:"bytes,9,rep,name=query_values,json=queryValues" json:"query_values,omitempty"`
	AnswerResolutionType *CMsgDOTASeasonPredictionsEResolutionTypeT       `` /* 171-byte string literal not displayed */
	PointsToGrant        *uint32                                          `protobuf:"varint,11,opt,name=points_to_grant,json=pointsToGrant" json:"points_to_grant,omitempty"`
	RewardAction         *uint32                                          `protobuf:"varint,12,opt,name=reward_action,json=rewardAction" json:"reward_action,omitempty"`
	DebugForceSelection  *uint32                                          `protobuf:"varint,13,opt,name=debug_force_selection,json=debugForceSelection" json:"debug_force_selection,omitempty"`
	RawValueType         *CMsgDOTASeasonPredictionsERawValueTypeT         `` /* 145-byte string literal not displayed */
	XXX_unrecognized     []byte                                           `json:"-"`
}

func (*CMsgDOTASeasonPredictions_InGamePrediction) Descriptor

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetAnswerResolutionType

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetChoices

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetDebugForceSelection

func (m *CMsgDOTASeasonPredictions_InGamePrediction) GetDebugForceSelection() uint32

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetGroup

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetId

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetName

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetPointsToGrant

func (m *CMsgDOTASeasonPredictions_InGamePrediction) GetPointsToGrant() uint32

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetQueryName

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetQueryValues

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetQuestion

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetRawValueType

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetRequiredHeroes

func (m *CMsgDOTASeasonPredictions_InGamePrediction) GetRequiredHeroes() []string

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetRewardAction

func (*CMsgDOTASeasonPredictions_InGamePrediction) GetType

func (*CMsgDOTASeasonPredictions_InGamePrediction) ProtoMessage

func (*CMsgDOTASeasonPredictions_InGamePrediction) Reset

func (*CMsgDOTASeasonPredictions_InGamePrediction) String

type CMsgDOTASeasonPredictions_Prediction

type CMsgDOTASeasonPredictions_Prediction struct {
	Type                 *CMsgDOTASeasonPredictionsEPredictionType `protobuf:"varint,1,opt,name=type,enum=CMsgDOTASeasonPredictionsEPredictionType,def=0" json:"type,omitempty"`
	Question             *string                                   `protobuf:"bytes,2,opt,name=question" json:"question,omitempty"`
	Choices              []*CMsgDOTASeasonPredictions_Choice       `protobuf:"bytes,3,rep,name=choices" json:"choices,omitempty"`
	SelectionId          *uint32                                   `protobuf:"varint,4,opt,name=selection_id,json=selectionId" json:"selection_id,omitempty"`
	StartDate            *uint32                                   `protobuf:"varint,5,opt,name=start_date,json=startDate" json:"start_date,omitempty"`
	LockDate             *uint32                                   `protobuf:"varint,6,opt,name=lock_date,json=lockDate" json:"lock_date,omitempty"`
	Reward               *uint32                                   `protobuf:"varint,7,opt,name=reward" json:"reward,omitempty"`
	AnswerType           *CMsgDOTASeasonPredictionsEAnswerType     `` /* 133-byte string literal not displayed */
	AnswerId             *uint32                                   `protobuf:"varint,9,opt,name=answer_id,json=answerId" json:"answer_id,omitempty"`
	Answers              []*CMsgDOTASeasonPredictions_Answers      `protobuf:"bytes,10,rep,name=answers" json:"answers,omitempty"`
	QueryName            *string                                   `protobuf:"bytes,11,opt,name=query_name,json=queryName" json:"query_name,omitempty"`
	QueryBindParams      []uint32                                  `protobuf:"varint,12,rep,name=query_bind_params,json=queryBindParams" json:"query_bind_params,omitempty"`
	LockOnSelectionId    *uint32                                   `protobuf:"varint,13,opt,name=lock_on_selection_id,json=lockOnSelectionId" json:"lock_on_selection_id,omitempty"`
	LockOnSelectionValue *uint32                                   `protobuf:"varint,14,opt,name=lock_on_selection_value,json=lockOnSelectionValue" json:"lock_on_selection_value,omitempty"`
	LockOnSelectionSet   *bool                                     `protobuf:"varint,15,opt,name=lock_on_selection_set,json=lockOnSelectionSet" json:"lock_on_selection_set,omitempty"`
	UseAnswerValueRanges *bool                                     `protobuf:"varint,16,opt,name=use_answer_value_ranges,json=useAnswerValueRanges" json:"use_answer_value_ranges,omitempty"`
	XXX_unrecognized     []byte                                    `json:"-"`
}

func (*CMsgDOTASeasonPredictions_Prediction) Descriptor

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

func (*CMsgDOTASeasonPredictions_Prediction) GetAnswerId

func (*CMsgDOTASeasonPredictions_Prediction) GetAnswerType

func (*CMsgDOTASeasonPredictions_Prediction) GetAnswers

func (*CMsgDOTASeasonPredictions_Prediction) GetChoices

func (*CMsgDOTASeasonPredictions_Prediction) GetLockDate

func (*CMsgDOTASeasonPredictions_Prediction) GetLockOnSelectionId

func (m *CMsgDOTASeasonPredictions_Prediction) GetLockOnSelectionId() uint32

func (*CMsgDOTASeasonPredictions_Prediction) GetLockOnSelectionSet

func (m *CMsgDOTASeasonPredictions_Prediction) GetLockOnSelectionSet() bool

func (*CMsgDOTASeasonPredictions_Prediction) GetLockOnSelectionValue

func (m *CMsgDOTASeasonPredictions_Prediction) GetLockOnSelectionValue() uint32

func (*CMsgDOTASeasonPredictions_Prediction) GetQueryBindParams

func (m *CMsgDOTASeasonPredictions_Prediction) GetQueryBindParams() []uint32

func (*CMsgDOTASeasonPredictions_Prediction) GetQueryName

func (m *CMsgDOTASeasonPredictions_Prediction) GetQueryName() string

func (*CMsgDOTASeasonPredictions_Prediction) GetQuestion

func (*CMsgDOTASeasonPredictions_Prediction) GetReward

func (*CMsgDOTASeasonPredictions_Prediction) GetSelectionId

func (m *CMsgDOTASeasonPredictions_Prediction) GetSelectionId() uint32

func (*CMsgDOTASeasonPredictions_Prediction) GetStartDate

func (m *CMsgDOTASeasonPredictions_Prediction) GetStartDate() uint32

func (*CMsgDOTASeasonPredictions_Prediction) GetType

func (*CMsgDOTASeasonPredictions_Prediction) GetUseAnswerValueRanges

func (m *CMsgDOTASeasonPredictions_Prediction) GetUseAnswerValueRanges() bool

func (*CMsgDOTASeasonPredictions_Prediction) ProtoMessage

func (*CMsgDOTASeasonPredictions_Prediction) ProtoMessage()

func (*CMsgDOTASeasonPredictions_Prediction) Reset

func (*CMsgDOTASeasonPredictions_Prediction) String

type CMsgDOTASeasonPredictions_QueryKeyValues

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

func (*CMsgDOTASeasonPredictions_QueryKeyValues) Descriptor

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

func (*CMsgDOTASeasonPredictions_QueryKeyValues) GetName

func (*CMsgDOTASeasonPredictions_QueryKeyValues) GetValue

func (*CMsgDOTASeasonPredictions_QueryKeyValues) ProtoMessage

func (*CMsgDOTASeasonPredictions_QueryKeyValues) Reset

func (*CMsgDOTASeasonPredictions_QueryKeyValues) String

type CMsgDOTASeasonRewards

type CMsgDOTASeasonRewards struct {
	Rewards          []*CMsgDOTASeasonRewards_Reward `protobuf:"bytes,1,rep,name=rewards" json:"rewards,omitempty"`
	XXX_unrecognized []byte                          `json:"-"`
}

func (*CMsgDOTASeasonRewards) Descriptor

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

func (*CMsgDOTASeasonRewards) GetRewards

func (*CMsgDOTASeasonRewards) ProtoMessage

func (*CMsgDOTASeasonRewards) ProtoMessage()

func (*CMsgDOTASeasonRewards) Reset

func (m *CMsgDOTASeasonRewards) Reset()

func (*CMsgDOTASeasonRewards) String

func (m *CMsgDOTASeasonRewards) String() string

type CMsgDOTASeasonRewards_ERewardType

type CMsgDOTASeasonRewards_ERewardType int32
const (
	CMsgDOTASeasonRewards_EconItem                CMsgDOTASeasonRewards_ERewardType = 0
	CMsgDOTASeasonRewards_MysteryWheel            CMsgDOTASeasonRewards_ERewardType = 1
	CMsgDOTASeasonRewards_AbilityEffect           CMsgDOTASeasonRewards_ERewardType = 2
	CMsgDOTASeasonRewards_Other                   CMsgDOTASeasonRewards_ERewardType = 3
	CMsgDOTASeasonRewards_MysteryWheelPointsBased CMsgDOTASeasonRewards_ERewardType = 4
)
const Default_CMsgDOTASeasonRewards_Reward_RewardType CMsgDOTASeasonRewards_ERewardType = CMsgDOTASeasonRewards_EconItem

func (CMsgDOTASeasonRewards_ERewardType) Enum

func (CMsgDOTASeasonRewards_ERewardType) EnumDescriptor

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

func (CMsgDOTASeasonRewards_ERewardType) String

func (*CMsgDOTASeasonRewards_ERewardType) UnmarshalJSON

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

type CMsgDOTASeasonRewards_Reward

type CMsgDOTASeasonRewards_Reward struct {
	Name             *string                            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Itemdef          *uint32                            `protobuf:"varint,2,opt,name=itemdef" json:"itemdef,omitempty"`
	Importance       *uint32                            `protobuf:"varint,3,opt,name=importance" json:"importance,omitempty"`
	BaseLevel        *uint32                            `protobuf:"varint,4,opt,name=base_level,json=baseLevel" json:"base_level,omitempty"`
	RepeatLevel      *uint32                            `protobuf:"varint,5,opt,name=repeat_level,json=repeatLevel" json:"repeat_level,omitempty"`
	RewardType       *CMsgDOTASeasonRewards_ERewardType `` /* 130-byte string literal not displayed */
	Image            *string                            `protobuf:"bytes,7,opt,name=image" json:"image,omitempty"`
	ActionId         *uint32                            `protobuf:"varint,8,opt,name=action_id,json=actionId" json:"action_id,omitempty"`
	EffectIndex      *uint32                            `protobuf:"varint,9,opt,name=effect_index,json=effectIndex" json:"effect_index,omitempty"`
	XXX_unrecognized []byte                             `json:"-"`
}

func (*CMsgDOTASeasonRewards_Reward) Descriptor

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

func (*CMsgDOTASeasonRewards_Reward) GetActionId

func (m *CMsgDOTASeasonRewards_Reward) GetActionId() uint32

func (*CMsgDOTASeasonRewards_Reward) GetBaseLevel

func (m *CMsgDOTASeasonRewards_Reward) GetBaseLevel() uint32

func (*CMsgDOTASeasonRewards_Reward) GetEffectIndex

func (m *CMsgDOTASeasonRewards_Reward) GetEffectIndex() uint32

func (*CMsgDOTASeasonRewards_Reward) GetImage

func (m *CMsgDOTASeasonRewards_Reward) GetImage() string

func (*CMsgDOTASeasonRewards_Reward) GetImportance

func (m *CMsgDOTASeasonRewards_Reward) GetImportance() uint32

func (*CMsgDOTASeasonRewards_Reward) GetItemdef

func (m *CMsgDOTASeasonRewards_Reward) GetItemdef() uint32

func (*CMsgDOTASeasonRewards_Reward) GetName

func (m *CMsgDOTASeasonRewards_Reward) GetName() string

func (*CMsgDOTASeasonRewards_Reward) GetRepeatLevel

func (m *CMsgDOTASeasonRewards_Reward) GetRepeatLevel() uint32

func (*CMsgDOTASeasonRewards_Reward) GetRewardType

func (*CMsgDOTASeasonRewards_Reward) ProtoMessage

func (*CMsgDOTASeasonRewards_Reward) ProtoMessage()

func (*CMsgDOTASeasonRewards_Reward) Reset

func (m *CMsgDOTASeasonRewards_Reward) Reset()

func (*CMsgDOTASeasonRewards_Reward) String

type CMsgDOTASendFriendRecruits

type CMsgDOTASendFriendRecruits struct {
	Recruits         []uint32 `protobuf:"varint,1,rep,name=recruits" json:"recruits,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTASendFriendRecruits) Descriptor

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

func (*CMsgDOTASendFriendRecruits) GetRecruits

func (m *CMsgDOTASendFriendRecruits) GetRecruits() []uint32

func (*CMsgDOTASendFriendRecruits) ProtoMessage

func (*CMsgDOTASendFriendRecruits) ProtoMessage()

func (*CMsgDOTASendFriendRecruits) Reset

func (m *CMsgDOTASendFriendRecruits) Reset()

func (*CMsgDOTASendFriendRecruits) String

func (m *CMsgDOTASendFriendRecruits) String() string

type CMsgDOTASetFavoriteTeam

type CMsgDOTASetFavoriteTeam struct {
	TeamId           *uint32 `protobuf:"varint,1,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	EventId          *uint32 `protobuf:"varint,2,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASetFavoriteTeam) Descriptor

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

func (*CMsgDOTASetFavoriteTeam) GetEventId

func (m *CMsgDOTASetFavoriteTeam) GetEventId() uint32

func (*CMsgDOTASetFavoriteTeam) GetTeamId

func (m *CMsgDOTASetFavoriteTeam) GetTeamId() uint32

func (*CMsgDOTASetFavoriteTeam) ProtoMessage

func (*CMsgDOTASetFavoriteTeam) ProtoMessage()

func (*CMsgDOTASetFavoriteTeam) Reset

func (m *CMsgDOTASetFavoriteTeam) Reset()

func (*CMsgDOTASetFavoriteTeam) String

func (m *CMsgDOTASetFavoriteTeam) String() string

type CMsgDOTASetMatchHistoryAccess

type CMsgDOTASetMatchHistoryAccess struct {
	Allow_3RdPartyMatchHistory *bool  `` /* 136-byte string literal not displayed */
	XXX_unrecognized           []byte `json:"-"`
}

func (*CMsgDOTASetMatchHistoryAccess) Descriptor

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

func (*CMsgDOTASetMatchHistoryAccess) GetAllow_3RdPartyMatchHistory

func (m *CMsgDOTASetMatchHistoryAccess) GetAllow_3RdPartyMatchHistory() bool

func (*CMsgDOTASetMatchHistoryAccess) ProtoMessage

func (*CMsgDOTASetMatchHistoryAccess) ProtoMessage()

func (*CMsgDOTASetMatchHistoryAccess) Reset

func (m *CMsgDOTASetMatchHistoryAccess) Reset()

func (*CMsgDOTASetMatchHistoryAccess) String

type CMsgDOTASetMatchHistoryAccessResponse

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

func (*CMsgDOTASetMatchHistoryAccessResponse) Descriptor

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

func (*CMsgDOTASetMatchHistoryAccessResponse) GetEresult

func (*CMsgDOTASetMatchHistoryAccessResponse) ProtoMessage

func (*CMsgDOTASetMatchHistoryAccessResponse) ProtoMessage()

func (*CMsgDOTASetMatchHistoryAccessResponse) Reset

func (*CMsgDOTASetMatchHistoryAccessResponse) String

type CMsgDOTASetProfilePrivacy

type CMsgDOTASetProfilePrivacy struct {
	ProfilePrivate   *bool  `protobuf:"varint,1,opt,name=profile_private,json=profilePrivate" json:"profile_private,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTASetProfilePrivacy) Descriptor

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

func (*CMsgDOTASetProfilePrivacy) GetProfilePrivate

func (m *CMsgDOTASetProfilePrivacy) GetProfilePrivate() bool

func (*CMsgDOTASetProfilePrivacy) ProtoMessage

func (*CMsgDOTASetProfilePrivacy) ProtoMessage()

func (*CMsgDOTASetProfilePrivacy) Reset

func (m *CMsgDOTASetProfilePrivacy) Reset()

func (*CMsgDOTASetProfilePrivacy) String

func (m *CMsgDOTASetProfilePrivacy) String() string

type CMsgDOTASetProfilePrivacyResponse

type CMsgDOTASetProfilePrivacyResponse struct {
	Eresult          *uint32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASetProfilePrivacyResponse) Descriptor

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

func (*CMsgDOTASetProfilePrivacyResponse) GetEresult

func (m *CMsgDOTASetProfilePrivacyResponse) GetEresult() uint32

func (*CMsgDOTASetProfilePrivacyResponse) ProtoMessage

func (*CMsgDOTASetProfilePrivacyResponse) ProtoMessage()

func (*CMsgDOTASetProfilePrivacyResponse) Reset

func (*CMsgDOTASetProfilePrivacyResponse) String

type CMsgDOTAStartDailyHeroChallenge

type CMsgDOTAStartDailyHeroChallenge struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAStartDailyHeroChallenge) Descriptor

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

func (*CMsgDOTAStartDailyHeroChallenge) ProtoMessage

func (*CMsgDOTAStartDailyHeroChallenge) ProtoMessage()

func (*CMsgDOTAStartDailyHeroChallenge) Reset

func (*CMsgDOTAStartDailyHeroChallenge) String

type CMsgDOTAStartTriviaSession

type CMsgDOTAStartTriviaSession struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAStartTriviaSession) Descriptor

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

func (*CMsgDOTAStartTriviaSession) ProtoMessage

func (*CMsgDOTAStartTriviaSession) ProtoMessage()

func (*CMsgDOTAStartTriviaSession) Reset

func (m *CMsgDOTAStartTriviaSession) Reset()

func (*CMsgDOTAStartTriviaSession) String

func (m *CMsgDOTAStartTriviaSession) String() string

type CMsgDOTAStartTriviaSessionResponse

type CMsgDOTAStartTriviaSessionResponse struct {
	TriviaEnabled    *bool   `protobuf:"varint,1,opt,name=trivia_enabled,json=triviaEnabled" json:"trivia_enabled,omitempty"`
	CurrentTimestamp *uint32 `protobuf:"varint,2,opt,name=current_timestamp,json=currentTimestamp" json:"current_timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAStartTriviaSessionResponse) Descriptor

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

func (*CMsgDOTAStartTriviaSessionResponse) GetCurrentTimestamp

func (m *CMsgDOTAStartTriviaSessionResponse) GetCurrentTimestamp() uint32

func (*CMsgDOTAStartTriviaSessionResponse) GetTriviaEnabled

func (m *CMsgDOTAStartTriviaSessionResponse) GetTriviaEnabled() bool

func (*CMsgDOTAStartTriviaSessionResponse) ProtoMessage

func (*CMsgDOTAStartTriviaSessionResponse) ProtoMessage()

func (*CMsgDOTAStartTriviaSessionResponse) Reset

func (*CMsgDOTAStartTriviaSessionResponse) String

type CMsgDOTAStorePromoPagesRequest

type CMsgDOTAStorePromoPagesRequest struct {
	VersionSeen      *uint32 `protobuf:"varint,1,opt,name=version_seen,json=versionSeen" json:"version_seen,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAStorePromoPagesRequest) Descriptor

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

func (*CMsgDOTAStorePromoPagesRequest) GetVersionSeen

func (m *CMsgDOTAStorePromoPagesRequest) GetVersionSeen() uint32

func (*CMsgDOTAStorePromoPagesRequest) ProtoMessage

func (*CMsgDOTAStorePromoPagesRequest) ProtoMessage()

func (*CMsgDOTAStorePromoPagesRequest) Reset

func (m *CMsgDOTAStorePromoPagesRequest) Reset()

func (*CMsgDOTAStorePromoPagesRequest) String

type CMsgDOTAStorePromoPagesResponse

type CMsgDOTAStorePromoPagesResponse struct {
	Pages            []*CMsgDOTAStorePromoPagesResponse_PromoPage `protobuf:"bytes,1,rep,name=pages" json:"pages,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CMsgDOTAStorePromoPagesResponse) Descriptor

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

func (*CMsgDOTAStorePromoPagesResponse) GetPages

func (*CMsgDOTAStorePromoPagesResponse) ProtoMessage

func (*CMsgDOTAStorePromoPagesResponse) ProtoMessage()

func (*CMsgDOTAStorePromoPagesResponse) Reset

func (*CMsgDOTAStorePromoPagesResponse) String

type CMsgDOTAStorePromoPagesResponse_PromoPage

type CMsgDOTAStorePromoPagesResponse_PromoPage struct {
	PromoId          *uint32 `protobuf:"varint,1,opt,name=promo_id,json=promoId" json:"promo_id,omitempty"`
	Title            *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Url              *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) Descriptor

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

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) GetPromoId

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) GetTitle

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) GetUrl

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) ProtoMessage

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) Reset

func (*CMsgDOTAStorePromoPagesResponse_PromoPage) String

type CMsgDOTASubmitLobbyMVPVote

type CMsgDOTASubmitLobbyMVPVote struct {
	TargetAccountId  *uint32 `protobuf:"varint,1,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASubmitLobbyMVPVote) Descriptor

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

func (*CMsgDOTASubmitLobbyMVPVote) GetTargetAccountId

func (m *CMsgDOTASubmitLobbyMVPVote) GetTargetAccountId() uint32

func (*CMsgDOTASubmitLobbyMVPVote) ProtoMessage

func (*CMsgDOTASubmitLobbyMVPVote) ProtoMessage()

func (*CMsgDOTASubmitLobbyMVPVote) Reset

func (m *CMsgDOTASubmitLobbyMVPVote) Reset()

func (*CMsgDOTASubmitLobbyMVPVote) String

func (m *CMsgDOTASubmitLobbyMVPVote) String() string

type CMsgDOTASubmitLobbyMVPVoteResponse

type CMsgDOTASubmitLobbyMVPVoteResponse struct {
	TargetAccountId  *uint32 `protobuf:"varint,1,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	Eresult          *uint32 `protobuf:"varint,2,opt,name=eresult" json:"eresult,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASubmitLobbyMVPVoteResponse) Descriptor

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

func (*CMsgDOTASubmitLobbyMVPVoteResponse) GetEresult

func (*CMsgDOTASubmitLobbyMVPVoteResponse) GetTargetAccountId

func (m *CMsgDOTASubmitLobbyMVPVoteResponse) GetTargetAccountId() uint32

func (*CMsgDOTASubmitLobbyMVPVoteResponse) ProtoMessage

func (*CMsgDOTASubmitLobbyMVPVoteResponse) ProtoMessage()

func (*CMsgDOTASubmitLobbyMVPVoteResponse) Reset

func (*CMsgDOTASubmitLobbyMVPVoteResponse) String

type CMsgDOTASubmitPlayerReport

type CMsgDOTASubmitPlayerReport struct {
	TargetAccountId  *uint32 `protobuf:"varint,1,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	ReportFlags      *uint32 `protobuf:"varint,2,opt,name=report_flags,json=reportFlags" json:"report_flags,omitempty"`
	LobbyId          *uint64 `protobuf:"varint,4,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	Comment          *string `protobuf:"bytes,5,opt,name=comment" json:"comment,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASubmitPlayerReport) Descriptor

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

func (*CMsgDOTASubmitPlayerReport) GetComment

func (m *CMsgDOTASubmitPlayerReport) GetComment() string

func (*CMsgDOTASubmitPlayerReport) GetLobbyId

func (m *CMsgDOTASubmitPlayerReport) GetLobbyId() uint64

func (*CMsgDOTASubmitPlayerReport) GetReportFlags

func (m *CMsgDOTASubmitPlayerReport) GetReportFlags() uint32

func (*CMsgDOTASubmitPlayerReport) GetTargetAccountId

func (m *CMsgDOTASubmitPlayerReport) GetTargetAccountId() uint32

func (*CMsgDOTASubmitPlayerReport) ProtoMessage

func (*CMsgDOTASubmitPlayerReport) ProtoMessage()

func (*CMsgDOTASubmitPlayerReport) Reset

func (m *CMsgDOTASubmitPlayerReport) Reset()

func (*CMsgDOTASubmitPlayerReport) String

func (m *CMsgDOTASubmitPlayerReport) String() string

type CMsgDOTASubmitPlayerReportResponse

type CMsgDOTASubmitPlayerReportResponse struct {
	TargetAccountId  *uint32 `protobuf:"varint,1,opt,name=target_account_id,json=targetAccountId" json:"target_account_id,omitempty"`
	ReportFlags      *uint32 `protobuf:"varint,2,opt,name=report_flags,json=reportFlags" json:"report_flags,omitempty"`
	Result           *uint32 `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
	DebugMessage     *string `protobuf:"bytes,4,opt,name=debug_message,json=debugMessage" json:"debug_message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASubmitPlayerReportResponse) Descriptor

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

func (*CMsgDOTASubmitPlayerReportResponse) GetDebugMessage

func (m *CMsgDOTASubmitPlayerReportResponse) GetDebugMessage() string

func (*CMsgDOTASubmitPlayerReportResponse) GetReportFlags

func (m *CMsgDOTASubmitPlayerReportResponse) GetReportFlags() uint32

func (*CMsgDOTASubmitPlayerReportResponse) GetResult

func (*CMsgDOTASubmitPlayerReportResponse) GetTargetAccountId

func (m *CMsgDOTASubmitPlayerReportResponse) GetTargetAccountId() uint32

func (*CMsgDOTASubmitPlayerReportResponse) ProtoMessage

func (*CMsgDOTASubmitPlayerReportResponse) ProtoMessage()

func (*CMsgDOTASubmitPlayerReportResponse) Reset

func (*CMsgDOTASubmitPlayerReportResponse) String

type CMsgDOTASubmitTriviaQuestionAnswer

type CMsgDOTASubmitTriviaQuestionAnswer struct {
	QuestionId       *uint32 `protobuf:"varint,1,opt,name=question_id,json=questionId" json:"question_id,omitempty"`
	AnswerIndex      *uint32 `protobuf:"varint,2,opt,name=answer_index,json=answerIndex" json:"answer_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTASubmitTriviaQuestionAnswer) Descriptor

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

func (*CMsgDOTASubmitTriviaQuestionAnswer) GetAnswerIndex

func (m *CMsgDOTASubmitTriviaQuestionAnswer) GetAnswerIndex() uint32

func (*CMsgDOTASubmitTriviaQuestionAnswer) GetQuestionId

func (m *CMsgDOTASubmitTriviaQuestionAnswer) GetQuestionId() uint32

func (*CMsgDOTASubmitTriviaQuestionAnswer) ProtoMessage

func (*CMsgDOTASubmitTriviaQuestionAnswer) ProtoMessage()

func (*CMsgDOTASubmitTriviaQuestionAnswer) Reset

func (*CMsgDOTASubmitTriviaQuestionAnswer) String

type CMsgDOTASubmitTriviaQuestionAnswerResponse

type CMsgDOTASubmitTriviaQuestionAnswerResponse struct {
	Result           *EDOTATriviaAnswerResult `protobuf:"varint,1,opt,name=result,enum=EDOTATriviaAnswerResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                   `json:"-"`
}

func (*CMsgDOTASubmitTriviaQuestionAnswerResponse) Descriptor

func (*CMsgDOTASubmitTriviaQuestionAnswerResponse) GetResult

func (*CMsgDOTASubmitTriviaQuestionAnswerResponse) ProtoMessage

func (*CMsgDOTASubmitTriviaQuestionAnswerResponse) Reset

func (*CMsgDOTASubmitTriviaQuestionAnswerResponse) String

type CMsgDOTATriviaCurrentQuestions

type CMsgDOTATriviaCurrentQuestions struct {
	Questions        []*CMsgDOTATriviaQuestion `protobuf:"bytes,1,rep,name=questions" json:"questions,omitempty"`
	TriviaEnabled    *bool                     `protobuf:"varint,2,opt,name=trivia_enabled,json=triviaEnabled" json:"trivia_enabled,omitempty"`
	XXX_unrecognized []byte                    `json:"-"`
}

func (*CMsgDOTATriviaCurrentQuestions) Descriptor

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

func (*CMsgDOTATriviaCurrentQuestions) GetQuestions

func (*CMsgDOTATriviaCurrentQuestions) GetTriviaEnabled

func (m *CMsgDOTATriviaCurrentQuestions) GetTriviaEnabled() bool

func (*CMsgDOTATriviaCurrentQuestions) ProtoMessage

func (*CMsgDOTATriviaCurrentQuestions) ProtoMessage()

func (*CMsgDOTATriviaCurrentQuestions) Reset

func (m *CMsgDOTATriviaCurrentQuestions) Reset()

func (*CMsgDOTATriviaCurrentQuestions) String

type CMsgDOTATriviaQuestion

type CMsgDOTATriviaQuestion struct {
	QuestionId         *uint32                      `protobuf:"varint,1,opt,name=question_id,json=questionId" json:"question_id,omitempty"`
	Category           *EDOTATriviaQuestionCategory `protobuf:"varint,2,opt,name=category,enum=EDOTATriviaQuestionCategory,def=0" json:"category,omitempty"`
	Timestamp          *uint32                      `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	QuestionValue      *string                      `protobuf:"bytes,4,opt,name=question_value,json=questionValue" json:"question_value,omitempty"`
	AnswerValues       []string                     `protobuf:"bytes,5,rep,name=answer_values,json=answerValues" json:"answer_values,omitempty"`
	CorrectAnswerIndex *uint32                      `protobuf:"varint,6,opt,name=correct_answer_index,json=correctAnswerIndex" json:"correct_answer_index,omitempty"`
	XXX_unrecognized   []byte                       `json:"-"`
}

func (*CMsgDOTATriviaQuestion) Descriptor

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

func (*CMsgDOTATriviaQuestion) GetAnswerValues

func (m *CMsgDOTATriviaQuestion) GetAnswerValues() []string

func (*CMsgDOTATriviaQuestion) GetCategory

func (*CMsgDOTATriviaQuestion) GetCorrectAnswerIndex

func (m *CMsgDOTATriviaQuestion) GetCorrectAnswerIndex() uint32

func (*CMsgDOTATriviaQuestion) GetQuestionId

func (m *CMsgDOTATriviaQuestion) GetQuestionId() uint32

func (*CMsgDOTATriviaQuestion) GetQuestionValue

func (m *CMsgDOTATriviaQuestion) GetQuestionValue() string

func (*CMsgDOTATriviaQuestion) GetTimestamp

func (m *CMsgDOTATriviaQuestion) GetTimestamp() uint32

func (*CMsgDOTATriviaQuestion) ProtoMessage

func (*CMsgDOTATriviaQuestion) ProtoMessage()

func (*CMsgDOTATriviaQuestion) Reset

func (m *CMsgDOTATriviaQuestion) Reset()

func (*CMsgDOTATriviaQuestion) String

func (m *CMsgDOTATriviaQuestion) String() string

type CMsgDOTATriviaQuestionAnswersSummary

type CMsgDOTATriviaQuestionAnswersSummary struct {
	SummaryAvailable *bool    `protobuf:"varint,1,opt,name=summary_available,json=summaryAvailable" json:"summary_available,omitempty"`
	PickedCount      []uint32 `protobuf:"varint,2,rep,name=picked_count,json=pickedCount" json:"picked_count,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgDOTATriviaQuestionAnswersSummary) Descriptor

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

func (*CMsgDOTATriviaQuestionAnswersSummary) GetPickedCount

func (m *CMsgDOTATriviaQuestionAnswersSummary) GetPickedCount() []uint32

func (*CMsgDOTATriviaQuestionAnswersSummary) GetSummaryAvailable

func (m *CMsgDOTATriviaQuestionAnswersSummary) GetSummaryAvailable() bool

func (*CMsgDOTATriviaQuestionAnswersSummary) ProtoMessage

func (*CMsgDOTATriviaQuestionAnswersSummary) ProtoMessage()

func (*CMsgDOTATriviaQuestionAnswersSummary) Reset

func (*CMsgDOTATriviaQuestionAnswersSummary) String

type CMsgDOTAUnanchorPhoneNumberRequest

type CMsgDOTAUnanchorPhoneNumberRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgDOTAUnanchorPhoneNumberRequest) Descriptor

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

func (*CMsgDOTAUnanchorPhoneNumberRequest) ProtoMessage

func (*CMsgDOTAUnanchorPhoneNumberRequest) ProtoMessage()

func (*CMsgDOTAUnanchorPhoneNumberRequest) Reset

func (*CMsgDOTAUnanchorPhoneNumberRequest) String

type CMsgDOTAUnanchorPhoneNumberResponse

type CMsgDOTAUnanchorPhoneNumberResponse struct {
	Result           *CMsgDOTAUnanchorPhoneNumberResponse_Result `protobuf:"varint,1,opt,name=result,enum=CMsgDOTAUnanchorPhoneNumberResponse_Result,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgDOTAUnanchorPhoneNumberResponse) Descriptor

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

func (*CMsgDOTAUnanchorPhoneNumberResponse) GetResult

func (*CMsgDOTAUnanchorPhoneNumberResponse) ProtoMessage

func (*CMsgDOTAUnanchorPhoneNumberResponse) ProtoMessage()

func (*CMsgDOTAUnanchorPhoneNumberResponse) Reset

func (*CMsgDOTAUnanchorPhoneNumberResponse) String

type CMsgDOTAUnanchorPhoneNumberResponse_Result

type CMsgDOTAUnanchorPhoneNumberResponse_Result int32
const (
	CMsgDOTAUnanchorPhoneNumberResponse_SUCCESS       CMsgDOTAUnanchorPhoneNumberResponse_Result = 0
	CMsgDOTAUnanchorPhoneNumberResponse_ERROR_UNKNOWN CMsgDOTAUnanchorPhoneNumberResponse_Result = 1
)
const Default_CMsgDOTAUnanchorPhoneNumberResponse_Result CMsgDOTAUnanchorPhoneNumberResponse_Result = CMsgDOTAUnanchorPhoneNumberResponse_SUCCESS

func (CMsgDOTAUnanchorPhoneNumberResponse_Result) Enum

func (CMsgDOTAUnanchorPhoneNumberResponse_Result) EnumDescriptor

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

func (CMsgDOTAUnanchorPhoneNumberResponse_Result) String

func (*CMsgDOTAUnanchorPhoneNumberResponse_Result) UnmarshalJSON

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

type CMsgDOTAUpdateMatchManagementStats

type CMsgDOTAUpdateMatchManagementStats struct {
	Stats            *CMsgDOTAMatchmakingStatsResponse `protobuf:"bytes,1,opt,name=stats" json:"stats,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CMsgDOTAUpdateMatchManagementStats) Descriptor

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

func (*CMsgDOTAUpdateMatchManagementStats) GetStats

func (*CMsgDOTAUpdateMatchManagementStats) ProtoMessage

func (*CMsgDOTAUpdateMatchManagementStats) ProtoMessage()

func (*CMsgDOTAUpdateMatchManagementStats) Reset

func (*CMsgDOTAUpdateMatchManagementStats) String

type CMsgDOTAUpdateMatchmakingStats

type CMsgDOTAUpdateMatchmakingStats struct {
	Stats            *CMsgDOTAMatchmakingStatsResponse `protobuf:"bytes,1,opt,name=stats" json:"stats,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CMsgDOTAUpdateMatchmakingStats) Descriptor

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

func (*CMsgDOTAUpdateMatchmakingStats) GetStats

func (*CMsgDOTAUpdateMatchmakingStats) ProtoMessage

func (*CMsgDOTAUpdateMatchmakingStats) ProtoMessage()

func (*CMsgDOTAUpdateMatchmakingStats) Reset

func (m *CMsgDOTAUpdateMatchmakingStats) Reset()

func (*CMsgDOTAUpdateMatchmakingStats) String

type CMsgDOTAWelcome

type CMsgDOTAWelcome struct {
	StoreItemHash               *uint32                               `protobuf:"varint,5,opt,name=store_item_hash,json=storeItemHash" json:"store_item_hash,omitempty"`
	Timeplayedconsecutively     *uint32                               `protobuf:"varint,6,opt,name=timeplayedconsecutively" json:"timeplayedconsecutively,omitempty"`
	Allow_3RdPartyMatchHistory  *bool                                 `` /* 136-byte string literal not displayed */
	PartnerAccountType          *PartnerAccountType                   `` /* 141-byte string literal not displayed */
	BannedWordListWordId        *uint32                               `protobuf:"varint,9,opt,name=banned_word_list_word_id,json=bannedWordListWordId" json:"banned_word_list_word_id,omitempty"`
	PartnerAccountState         *uint32                               `protobuf:"varint,11,opt,name=partner_account_state,json=partnerAccountState" json:"partner_account_state,omitempty"`
	LastTimePlayed              *uint32                               `protobuf:"varint,12,opt,name=last_time_played,json=lastTimePlayed" json:"last_time_played,omitempty"`
	LastIpAddress               *uint32                               `protobuf:"varint,13,opt,name=last_ip_address,json=lastIpAddress" json:"last_ip_address,omitempty"`
	Shutdownlawterminateminutes *uint32                               `protobuf:"varint,15,opt,name=shutdownlawterminateminutes" json:"shutdownlawterminateminutes,omitempty"`
	BannedWordListVersion       *uint32                               `protobuf:"varint,16,opt,name=banned_word_list_version,json=bannedWordListVersion" json:"banned_word_list_version,omitempty"`
	ProfilePrivate              *bool                                 `protobuf:"varint,17,opt,name=profile_private,json=profilePrivate" json:"profile_private,omitempty"`
	Currency                    *uint32                               `protobuf:"varint,18,opt,name=currency" json:"currency,omitempty"`
	BangNo                      *uint32                               `protobuf:"varint,19,opt,name=bang_no,json=bangNo" json:"bang_no,omitempty"`
	ShouldRequestPlayerOrigin   *bool                                 `` /* 135-byte string literal not displayed */
	CompendiumUnlocks           *uint64                               `protobuf:"varint,21,opt,name=compendium_unlocks,json=compendiumUnlocks" json:"compendium_unlocks,omitempty"`
	GcSocacheFileVersion        *uint32                               `protobuf:"varint,22,opt,name=gc_socache_file_version,json=gcSocacheFileVersion" json:"gc_socache_file_version,omitempty"`
	LocalizationDigests         []*CMsgDOTAWelcome_LocalizationDigest `protobuf:"bytes,23,rep,name=localization_digests,json=localizationDigests" json:"localization_digests,omitempty"`
	IsPerfectWorldTestAccount   *bool                                 `` /* 137-byte string literal not displayed */
	ActiveEvents                []EEvent                              `protobuf:"varint,25,rep,name=active_events,json=activeEvents,enum=EEvent" json:"active_events,omitempty"`
	ExtraMessages               []*CMsgDOTAWelcome_CExtraMsg          `protobuf:"bytes,26,rep,name=extra_messages,json=extraMessages" json:"extra_messages,omitempty"`
	MinimumRecentItemId         *uint64                               `protobuf:"varint,27,opt,name=minimum_recent_item_id,json=minimumRecentItemId" json:"minimum_recent_item_id,omitempty"`
	XXX_unrecognized            []byte                                `json:"-"`
}

func (*CMsgDOTAWelcome) Descriptor

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

func (*CMsgDOTAWelcome) GetActiveEvents

func (m *CMsgDOTAWelcome) GetActiveEvents() []EEvent

func (*CMsgDOTAWelcome) GetAllow_3RdPartyMatchHistory

func (m *CMsgDOTAWelcome) GetAllow_3RdPartyMatchHistory() bool

func (*CMsgDOTAWelcome) GetBangNo

func (m *CMsgDOTAWelcome) GetBangNo() uint32

func (*CMsgDOTAWelcome) GetBannedWordListVersion

func (m *CMsgDOTAWelcome) GetBannedWordListVersion() uint32

func (*CMsgDOTAWelcome) GetBannedWordListWordId

func (m *CMsgDOTAWelcome) GetBannedWordListWordId() uint32

func (*CMsgDOTAWelcome) GetCompendiumUnlocks

func (m *CMsgDOTAWelcome) GetCompendiumUnlocks() uint64

func (*CMsgDOTAWelcome) GetCurrency

func (m *CMsgDOTAWelcome) GetCurrency() uint32

func (*CMsgDOTAWelcome) GetExtraMessages

func (m *CMsgDOTAWelcome) GetExtraMessages() []*CMsgDOTAWelcome_CExtraMsg

func (*CMsgDOTAWelcome) GetGcSocacheFileVersion

func (m *CMsgDOTAWelcome) GetGcSocacheFileVersion() uint32

func (*CMsgDOTAWelcome) GetIsPerfectWorldTestAccount

func (m *CMsgDOTAWelcome) GetIsPerfectWorldTestAccount() bool

func (*CMsgDOTAWelcome) GetLastIpAddress

func (m *CMsgDOTAWelcome) GetLastIpAddress() uint32

func (*CMsgDOTAWelcome) GetLastTimePlayed

func (m *CMsgDOTAWelcome) GetLastTimePlayed() uint32

func (*CMsgDOTAWelcome) GetLocalizationDigests

func (m *CMsgDOTAWelcome) GetLocalizationDigests() []*CMsgDOTAWelcome_LocalizationDigest

func (*CMsgDOTAWelcome) GetMinimumRecentItemId

func (m *CMsgDOTAWelcome) GetMinimumRecentItemId() uint64

func (*CMsgDOTAWelcome) GetPartnerAccountState

func (m *CMsgDOTAWelcome) GetPartnerAccountState() uint32

func (*CMsgDOTAWelcome) GetPartnerAccountType

func (m *CMsgDOTAWelcome) GetPartnerAccountType() PartnerAccountType

func (*CMsgDOTAWelcome) GetProfilePrivate

func (m *CMsgDOTAWelcome) GetProfilePrivate() bool

func (*CMsgDOTAWelcome) GetShouldRequestPlayerOrigin

func (m *CMsgDOTAWelcome) GetShouldRequestPlayerOrigin() bool

func (*CMsgDOTAWelcome) GetShutdownlawterminateminutes

func (m *CMsgDOTAWelcome) GetShutdownlawterminateminutes() uint32

func (*CMsgDOTAWelcome) GetStoreItemHash

func (m *CMsgDOTAWelcome) GetStoreItemHash() uint32

func (*CMsgDOTAWelcome) GetTimeplayedconsecutively

func (m *CMsgDOTAWelcome) GetTimeplayedconsecutively() uint32

func (*CMsgDOTAWelcome) ProtoMessage

func (*CMsgDOTAWelcome) ProtoMessage()

func (*CMsgDOTAWelcome) Reset

func (m *CMsgDOTAWelcome) Reset()

func (*CMsgDOTAWelcome) String

func (m *CMsgDOTAWelcome) String() string

type CMsgDOTAWelcome_CExtraMsg

type CMsgDOTAWelcome_CExtraMsg struct {
	Id               *uint32 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Contents         []byte  `protobuf:"bytes,2,opt,name=contents" json:"contents,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgDOTAWelcome_CExtraMsg) Descriptor

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

func (*CMsgDOTAWelcome_CExtraMsg) GetContents

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

func (*CMsgDOTAWelcome_CExtraMsg) GetId

func (m *CMsgDOTAWelcome_CExtraMsg) GetId() uint32

func (*CMsgDOTAWelcome_CExtraMsg) ProtoMessage

func (*CMsgDOTAWelcome_CExtraMsg) ProtoMessage()

func (*CMsgDOTAWelcome_CExtraMsg) Reset

func (m *CMsgDOTAWelcome_CExtraMsg) Reset()

func (*CMsgDOTAWelcome_CExtraMsg) String

func (m *CMsgDOTAWelcome_CExtraMsg) String() string

type CMsgDOTAWelcome_LocalizationDigest

type CMsgDOTAWelcome_LocalizationDigest struct {
	Context                 *string         `protobuf:"bytes,1,opt,name=context" json:"context,omitempty"`
	EnglishLanguageFileSha1 *CMsgSHA1Digest `` /* 127-byte string literal not displayed */
	ClientLanguageFileSha1  *CMsgSHA1Digest `protobuf:"bytes,3,opt,name=client_language_file_sha1,json=clientLanguageFileSha1" json:"client_language_file_sha1,omitempty"`
	XXX_unrecognized        []byte          `json:"-"`
}

func (*CMsgDOTAWelcome_LocalizationDigest) Descriptor

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

func (*CMsgDOTAWelcome_LocalizationDigest) GetClientLanguageFileSha1

func (m *CMsgDOTAWelcome_LocalizationDigest) GetClientLanguageFileSha1() *CMsgSHA1Digest

func (*CMsgDOTAWelcome_LocalizationDigest) GetContext

func (*CMsgDOTAWelcome_LocalizationDigest) GetEnglishLanguageFileSha1

func (m *CMsgDOTAWelcome_LocalizationDigest) GetEnglishLanguageFileSha1() *CMsgSHA1Digest

func (*CMsgDOTAWelcome_LocalizationDigest) ProtoMessage

func (*CMsgDOTAWelcome_LocalizationDigest) ProtoMessage()

func (*CMsgDOTAWelcome_LocalizationDigest) Reset

func (*CMsgDOTAWelcome_LocalizationDigest) String

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_unrecognized []byte   `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

type CMsgDevNewItemRequestResponse

type CMsgDevNewItemRequestResponse struct {
	Success          *bool  `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	XXX_unrecognized []byte `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

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"`
	XXX_unrecognized        []byte                                                          `json:"-"`
}

func (*CMsgEconPlayerStrangeCountAdjustment) Descriptor

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

func (*CMsgEconPlayerStrangeCountAdjustment) GetAccountId

func (m *CMsgEconPlayerStrangeCountAdjustment) GetAccountId() uint32

func (*CMsgEconPlayerStrangeCountAdjustment) GetStrangeCountAdjustments

func (*CMsgEconPlayerStrangeCountAdjustment) ProtoMessage

func (*CMsgEconPlayerStrangeCountAdjustment) ProtoMessage()

func (*CMsgEconPlayerStrangeCountAdjustment) Reset

func (*CMsgEconPlayerStrangeCountAdjustment) String

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_unrecognized []byte  `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

type CMsgEventGoals

type CMsgEventGoals struct {
	EventGoals       []*CMsgEventGoals_EventGoal `protobuf:"bytes,1,rep,name=event_goals,json=eventGoals" json:"event_goals,omitempty"`
	XXX_unrecognized []byte                      `json:"-"`
}

func (*CMsgEventGoals) Descriptor

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

func (*CMsgEventGoals) GetEventGoals

func (m *CMsgEventGoals) GetEventGoals() []*CMsgEventGoals_EventGoal

func (*CMsgEventGoals) ProtoMessage

func (*CMsgEventGoals) ProtoMessage()

func (*CMsgEventGoals) Reset

func (m *CMsgEventGoals) Reset()

func (*CMsgEventGoals) String

func (m *CMsgEventGoals) String() string

type CMsgEventGoals_EventGoal

type CMsgEventGoals_EventGoal struct {
	EventId          *EEvent `protobuf:"varint,1,opt,name=event_id,json=eventId,enum=EEvent,def=0" json:"event_id,omitempty"`
	GoalId           *uint32 `protobuf:"varint,2,opt,name=goal_id,json=goalId" json:"goal_id,omitempty"`
	Value            *uint64 `protobuf:"varint,3,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgEventGoals_EventGoal) Descriptor

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

func (*CMsgEventGoals_EventGoal) GetEventId

func (m *CMsgEventGoals_EventGoal) GetEventId() EEvent

func (*CMsgEventGoals_EventGoal) GetGoalId

func (m *CMsgEventGoals_EventGoal) GetGoalId() uint32

func (*CMsgEventGoals_EventGoal) GetValue

func (m *CMsgEventGoals_EventGoal) GetValue() uint64

func (*CMsgEventGoals_EventGoal) ProtoMessage

func (*CMsgEventGoals_EventGoal) ProtoMessage()

func (*CMsgEventGoals_EventGoal) Reset

func (m *CMsgEventGoals_EventGoal) Reset()

func (*CMsgEventGoals_EventGoal) String

func (m *CMsgEventGoals_EventGoal) String() string

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_unrecognized []byte  `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

type CMsgExtractGemsResponse

type CMsgExtractGemsResponse struct {
	ItemId           *uint64                               `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	Response         *CMsgExtractGemsResponse_EExtractGems `protobuf:"varint,2,opt,name=response,enum=CMsgExtractGemsResponse_EExtractGems,def=0" json:"response,omitempty"`
	XXX_unrecognized []byte                                `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

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 CMsgFantasyLeagueScoring

type CMsgFantasyLeagueScoring struct {
	Level                  *float32 `protobuf:"fixed32,1,opt,name=level" json:"level,omitempty"`
	Kills                  *float32 `protobuf:"fixed32,2,opt,name=kills" json:"kills,omitempty"`
	Deaths                 *float32 `protobuf:"fixed32,3,opt,name=deaths" json:"deaths,omitempty"`
	Assists                *float32 `protobuf:"fixed32,4,opt,name=assists" json:"assists,omitempty"`
	LastHits               *float32 `protobuf:"fixed32,5,opt,name=last_hits,json=lastHits" json:"last_hits,omitempty"`
	Denies                 *float32 `protobuf:"fixed32,6,opt,name=denies" json:"denies,omitempty"`
	Gpm                    *float32 `protobuf:"fixed32,7,opt,name=gpm" json:"gpm,omitempty"`
	Xppm                   *float32 `protobuf:"fixed32,8,opt,name=xppm" json:"xppm,omitempty"`
	Stuns                  *float32 `protobuf:"fixed32,9,opt,name=stuns" json:"stuns,omitempty"`
	Healing                *float32 `protobuf:"fixed32,10,opt,name=healing" json:"healing,omitempty"`
	TowerKills             *float32 `protobuf:"fixed32,11,opt,name=tower_kills,json=towerKills" json:"tower_kills,omitempty"`
	RoshanKills            *float32 `protobuf:"fixed32,12,opt,name=roshan_kills,json=roshanKills" json:"roshan_kills,omitempty"`
	MultiplierPremium      *float32 `protobuf:"fixed32,13,opt,name=multiplier_premium,json=multiplierPremium" json:"multiplier_premium,omitempty"`
	MultiplierProfessional *float32 `protobuf:"fixed32,14,opt,name=multiplier_professional,json=multiplierProfessional" json:"multiplier_professional,omitempty"`
	XXX_unrecognized       []byte   `json:"-"`
}

func (*CMsgFantasyLeagueScoring) Descriptor

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

func (*CMsgFantasyLeagueScoring) GetAssists

func (m *CMsgFantasyLeagueScoring) GetAssists() float32

func (*CMsgFantasyLeagueScoring) GetDeaths

func (m *CMsgFantasyLeagueScoring) GetDeaths() float32

func (*CMsgFantasyLeagueScoring) GetDenies

func (m *CMsgFantasyLeagueScoring) GetDenies() float32

func (*CMsgFantasyLeagueScoring) GetGpm

func (m *CMsgFantasyLeagueScoring) GetGpm() float32

func (*CMsgFantasyLeagueScoring) GetHealing

func (m *CMsgFantasyLeagueScoring) GetHealing() float32

func (*CMsgFantasyLeagueScoring) GetKills

func (m *CMsgFantasyLeagueScoring) GetKills() float32

func (*CMsgFantasyLeagueScoring) GetLastHits

func (m *CMsgFantasyLeagueScoring) GetLastHits() float32

func (*CMsgFantasyLeagueScoring) GetLevel

func (m *CMsgFantasyLeagueScoring) GetLevel() float32

func (*CMsgFantasyLeagueScoring) GetMultiplierPremium

func (m *CMsgFantasyLeagueScoring) GetMultiplierPremium() float32

func (*CMsgFantasyLeagueScoring) GetMultiplierProfessional

func (m *CMsgFantasyLeagueScoring) GetMultiplierProfessional() float32

func (*CMsgFantasyLeagueScoring) GetRoshanKills

func (m *CMsgFantasyLeagueScoring) GetRoshanKills() float32

func (*CMsgFantasyLeagueScoring) GetStuns

func (m *CMsgFantasyLeagueScoring) GetStuns() float32

func (*CMsgFantasyLeagueScoring) GetTowerKills

func (m *CMsgFantasyLeagueScoring) GetTowerKills() float32

func (*CMsgFantasyLeagueScoring) GetXppm

func (m *CMsgFantasyLeagueScoring) GetXppm() float32

func (*CMsgFantasyLeagueScoring) ProtoMessage

func (*CMsgFantasyLeagueScoring) ProtoMessage()

func (*CMsgFantasyLeagueScoring) Reset

func (m *CMsgFantasyLeagueScoring) Reset()

func (*CMsgFantasyLeagueScoring) String

func (m *CMsgFantasyLeagueScoring) String() string

type CMsgFlipLobbyTeams

type CMsgFlipLobbyTeams struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgFlipLobbyTeams) Descriptor

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

func (*CMsgFlipLobbyTeams) ProtoMessage

func (*CMsgFlipLobbyTeams) ProtoMessage()

func (*CMsgFlipLobbyTeams) Reset

func (m *CMsgFlipLobbyTeams) Reset()

func (*CMsgFlipLobbyTeams) String

func (m *CMsgFlipLobbyTeams) String() string

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_unrecognized      []byte                 `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

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_unrecognized []byte  `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

type CMsgGCBannedWord

type CMsgGCBannedWord struct {
	WordId           *uint32            `protobuf:"varint,1,opt,name=word_id,json=wordId" json:"word_id,omitempty"`
	WordType         *GC_BannedWordType `protobuf:"varint,2,opt,name=word_type,json=wordType,enum=GC_BannedWordType,def=0" json:"word_type,omitempty"`
	Word             *string            `protobuf:"bytes,3,opt,name=word" json:"word,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CMsgGCBannedWord) Descriptor

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

func (*CMsgGCBannedWord) GetWord

func (m *CMsgGCBannedWord) GetWord() string

func (*CMsgGCBannedWord) GetWordId

func (m *CMsgGCBannedWord) GetWordId() uint32

func (*CMsgGCBannedWord) GetWordType

func (m *CMsgGCBannedWord) GetWordType() GC_BannedWordType

func (*CMsgGCBannedWord) ProtoMessage

func (*CMsgGCBannedWord) ProtoMessage()

func (*CMsgGCBannedWord) Reset

func (m *CMsgGCBannedWord) Reset()

func (*CMsgGCBannedWord) String

func (m *CMsgGCBannedWord) String() string

type CMsgGCBannedWordListRequest

type CMsgGCBannedWordListRequest struct {
	BanListGroupId   *uint32 `protobuf:"varint,1,opt,name=ban_list_group_id,json=banListGroupId" json:"ban_list_group_id,omitempty"`
	WordId           *uint32 `protobuf:"varint,2,opt,name=word_id,json=wordId" json:"word_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCBannedWordListRequest) Descriptor

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

func (*CMsgGCBannedWordListRequest) GetBanListGroupId

func (m *CMsgGCBannedWordListRequest) GetBanListGroupId() uint32

func (*CMsgGCBannedWordListRequest) GetWordId

func (m *CMsgGCBannedWordListRequest) GetWordId() uint32

func (*CMsgGCBannedWordListRequest) ProtoMessage

func (*CMsgGCBannedWordListRequest) ProtoMessage()

func (*CMsgGCBannedWordListRequest) Reset

func (m *CMsgGCBannedWordListRequest) Reset()

func (*CMsgGCBannedWordListRequest) String

func (m *CMsgGCBannedWordListRequest) String() string

type CMsgGCBannedWordListResponse

type CMsgGCBannedWordListResponse struct {
	BanListGroupId   *uint32             `protobuf:"varint,1,opt,name=ban_list_group_id,json=banListGroupId" json:"ban_list_group_id,omitempty"`
	WordList         []*CMsgGCBannedWord `protobuf:"bytes,2,rep,name=word_list,json=wordList" json:"word_list,omitempty"`
	XXX_unrecognized []byte              `json:"-"`
}

func (*CMsgGCBannedWordListResponse) Descriptor

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

func (*CMsgGCBannedWordListResponse) GetBanListGroupId

func (m *CMsgGCBannedWordListResponse) GetBanListGroupId() uint32

func (*CMsgGCBannedWordListResponse) GetWordList

func (m *CMsgGCBannedWordListResponse) GetWordList() []*CMsgGCBannedWord

func (*CMsgGCBannedWordListResponse) ProtoMessage

func (*CMsgGCBannedWordListResponse) ProtoMessage()

func (*CMsgGCBannedWordListResponse) Reset

func (m *CMsgGCBannedWordListResponse) Reset()

func (*CMsgGCBannedWordListResponse) String

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_unrecognized                 []byte   `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

type CMsgGCClientMarketData

type CMsgGCClientMarketData struct {
	Entries          []*CMsgGCClientMarketDataEntry `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	XXX_unrecognized []byte                         `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

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_unrecognized     []byte  `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

type CMsgGCClientMarketDataRequest

type CMsgGCClientMarketDataRequest struct {
	UserCurrency     *uint32 `protobuf:"varint,1,opt,name=user_currency,json=userCurrency" json:"user_currency,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgGCClientPing

type CMsgGCClientPing struct {
	XXX_unrecognized []byte `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

type CMsgGCClientVersionUpdated

type CMsgGCClientVersionUpdated struct {
	ClientVersion    *uint32 `protobuf:"varint,1,opt,name=client_version,json=clientVersion" json:"client_version,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

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"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) Descriptor

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

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetAccountId

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetDeletedItemId

func (m *CMsgGCEconSQLWorkItemEmbeddedRollbackData) GetDeletedItemId() uint64

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) ProtoMessage

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) Reset

func (*CMsgGCEconSQLWorkItemEmbeddedRollbackData) String

type CMsgGCError

type CMsgGCError struct {
	ErrorText        *string `protobuf:"bytes,1,opt,name=error_text,json=errorText" json:"error_text,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgGCGetHeroStandings

type CMsgGCGetHeroStandings struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCGetHeroStandings) Descriptor

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

func (*CMsgGCGetHeroStandings) ProtoMessage

func (*CMsgGCGetHeroStandings) ProtoMessage()

func (*CMsgGCGetHeroStandings) Reset

func (m *CMsgGCGetHeroStandings) Reset()

func (*CMsgGCGetHeroStandings) String

func (m *CMsgGCGetHeroStandings) String() string

type CMsgGCGetHeroStandingsResponse

type CMsgGCGetHeroStandingsResponse struct {
	Standings        []*CMsgGCGetHeroStandingsResponse_Hero `protobuf:"bytes,1,rep,name=standings" json:"standings,omitempty"`
	XXX_unrecognized []byte                                 `json:"-"`
}

func (*CMsgGCGetHeroStandingsResponse) Descriptor

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

func (*CMsgGCGetHeroStandingsResponse) GetStandings

func (*CMsgGCGetHeroStandingsResponse) ProtoMessage

func (*CMsgGCGetHeroStandingsResponse) ProtoMessage()

func (*CMsgGCGetHeroStandingsResponse) Reset

func (m *CMsgGCGetHeroStandingsResponse) Reset()

func (*CMsgGCGetHeroStandingsResponse) String

type CMsgGCGetHeroStandingsResponse_Hero

type CMsgGCGetHeroStandingsResponse_Hero struct {
	HeroId           *uint32  `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	Wins             *uint32  `protobuf:"varint,2,opt,name=wins" json:"wins,omitempty"`
	Losses           *uint32  `protobuf:"varint,3,opt,name=losses" json:"losses,omitempty"`
	WinStreak        *uint32  `protobuf:"varint,4,opt,name=win_streak,json=winStreak" json:"win_streak,omitempty"`
	BestWinStreak    *uint32  `protobuf:"varint,5,opt,name=best_win_streak,json=bestWinStreak" json:"best_win_streak,omitempty"`
	AvgKills         *float32 `protobuf:"fixed32,6,opt,name=avg_kills,json=avgKills" json:"avg_kills,omitempty"`
	AvgDeaths        *float32 `protobuf:"fixed32,7,opt,name=avg_deaths,json=avgDeaths" json:"avg_deaths,omitempty"`
	AvgAssists       *float32 `protobuf:"fixed32,8,opt,name=avg_assists,json=avgAssists" json:"avg_assists,omitempty"`
	AvgGpm           *float32 `protobuf:"fixed32,9,opt,name=avg_gpm,json=avgGpm" json:"avg_gpm,omitempty"`
	AvgXpm           *float32 `protobuf:"fixed32,10,opt,name=avg_xpm,json=avgXpm" json:"avg_xpm,omitempty"`
	BestKills        *uint32  `protobuf:"varint,11,opt,name=best_kills,json=bestKills" json:"best_kills,omitempty"`
	BestAssists      *uint32  `protobuf:"varint,12,opt,name=best_assists,json=bestAssists" json:"best_assists,omitempty"`
	BestGpm          *uint32  `protobuf:"varint,13,opt,name=best_gpm,json=bestGpm" json:"best_gpm,omitempty"`
	BestXpm          *uint32  `protobuf:"varint,14,opt,name=best_xpm,json=bestXpm" json:"best_xpm,omitempty"`
	Performance      *float32 `protobuf:"fixed32,15,opt,name=performance" json:"performance,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCGetHeroStandingsResponse_Hero) Descriptor

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

func (*CMsgGCGetHeroStandingsResponse_Hero) GetAvgAssists

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgAssists() float32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetAvgDeaths

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetAvgDeaths() float32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetAvgGpm

func (*CMsgGCGetHeroStandingsResponse_Hero) GetAvgKills

func (*CMsgGCGetHeroStandingsResponse_Hero) GetAvgXpm

func (*CMsgGCGetHeroStandingsResponse_Hero) GetBestAssists

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestAssists() uint32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetBestGpm

func (*CMsgGCGetHeroStandingsResponse_Hero) GetBestKills

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestKills() uint32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetBestWinStreak

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetBestWinStreak() uint32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetBestXpm

func (*CMsgGCGetHeroStandingsResponse_Hero) GetHeroId

func (*CMsgGCGetHeroStandingsResponse_Hero) GetLosses

func (*CMsgGCGetHeroStandingsResponse_Hero) GetPerformance

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetPerformance() float32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetWinStreak

func (m *CMsgGCGetHeroStandingsResponse_Hero) GetWinStreak() uint32

func (*CMsgGCGetHeroStandingsResponse_Hero) GetWins

func (*CMsgGCGetHeroStandingsResponse_Hero) ProtoMessage

func (*CMsgGCGetHeroStandingsResponse_Hero) ProtoMessage()

func (*CMsgGCGetHeroStandingsResponse_Hero) Reset

func (*CMsgGCGetHeroStandingsResponse_Hero) String

type CMsgGCGetHeroStatsHistory

type CMsgGCGetHeroStatsHistory struct {
	HeroId           *uint32 `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCGetHeroStatsHistory) Descriptor

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

func (*CMsgGCGetHeroStatsHistory) GetHeroId

func (m *CMsgGCGetHeroStatsHistory) GetHeroId() uint32

func (*CMsgGCGetHeroStatsHistory) ProtoMessage

func (*CMsgGCGetHeroStatsHistory) ProtoMessage()

func (*CMsgGCGetHeroStatsHistory) Reset

func (m *CMsgGCGetHeroStatsHistory) Reset()

func (*CMsgGCGetHeroStatsHistory) String

func (m *CMsgGCGetHeroStatsHistory) String() string

type CMsgGCGetHeroStatsHistoryResponse

type CMsgGCGetHeroStatsHistoryResponse struct {
	HeroId           *uint32                        `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	Records          []*CMsgDOTASDOHeroStatsHistory `protobuf:"bytes,2,rep,name=records" json:"records,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CMsgGCGetHeroStatsHistoryResponse) Descriptor

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

func (*CMsgGCGetHeroStatsHistoryResponse) GetHeroId

func (*CMsgGCGetHeroStatsHistoryResponse) GetRecords

func (*CMsgGCGetHeroStatsHistoryResponse) ProtoMessage

func (*CMsgGCGetHeroStatsHistoryResponse) ProtoMessage()

func (*CMsgGCGetHeroStatsHistoryResponse) Reset

func (*CMsgGCGetHeroStatsHistoryResponse) String

type CMsgGCGetPlayerCardItemInfo

type CMsgGCGetPlayerCardItemInfo struct {
	AccountId         *uint32  `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PlayerCardItemIds []uint64 `protobuf:"varint,2,rep,name=player_card_item_ids,json=playerCardItemIds" json:"player_card_item_ids,omitempty"`
	XXX_unrecognized  []byte   `json:"-"`
}

func (*CMsgGCGetPlayerCardItemInfo) Descriptor

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

func (*CMsgGCGetPlayerCardItemInfo) GetAccountId

func (m *CMsgGCGetPlayerCardItemInfo) GetAccountId() uint32

func (*CMsgGCGetPlayerCardItemInfo) GetPlayerCardItemIds

func (m *CMsgGCGetPlayerCardItemInfo) GetPlayerCardItemIds() []uint64

func (*CMsgGCGetPlayerCardItemInfo) ProtoMessage

func (*CMsgGCGetPlayerCardItemInfo) ProtoMessage()

func (*CMsgGCGetPlayerCardItemInfo) Reset

func (m *CMsgGCGetPlayerCardItemInfo) Reset()

func (*CMsgGCGetPlayerCardItemInfo) String

func (m *CMsgGCGetPlayerCardItemInfo) String() string

type CMsgGCGetPlayerCardItemInfoResponse

type CMsgGCGetPlayerCardItemInfoResponse struct {
	PlayerCardInfos  []*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo `protobuf:"bytes,1,rep,name=player_card_infos,json=playerCardInfos" json:"player_card_infos,omitempty"`
	XXX_unrecognized []byte                                                `json:"-"`
}

func (*CMsgGCGetPlayerCardItemInfoResponse) Descriptor

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

func (*CMsgGCGetPlayerCardItemInfoResponse) GetPlayerCardInfos

func (*CMsgGCGetPlayerCardItemInfoResponse) ProtoMessage

func (*CMsgGCGetPlayerCardItemInfoResponse) ProtoMessage()

func (*CMsgGCGetPlayerCardItemInfoResponse) Reset

func (*CMsgGCGetPlayerCardItemInfoResponse) String

type CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo

type CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo struct {
	PlayerCardItemId *uint64 `protobuf:"varint,1,opt,name=player_card_item_id,json=playerCardItemId" json:"player_card_item_id,omitempty"`
	AccountId        *uint32 `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PackedBonuses    *uint64 `protobuf:"varint,3,opt,name=packed_bonuses,json=packedBonuses" json:"packed_bonuses,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) Descriptor

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) GetAccountId

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) GetPackedBonuses

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) GetPlayerCardItemId

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) ProtoMessage

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) Reset

func (*CMsgGCGetPlayerCardItemInfoResponse_PlayerCardInfo) String

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_unrecognized []byte  `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

type CMsgGCIsProQuery

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

func (*CMsgGCIsProQuery) Descriptor

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

func (*CMsgGCIsProQuery) GetAccountId

func (m *CMsgGCIsProQuery) GetAccountId() uint32

func (*CMsgGCIsProQuery) ProtoMessage

func (*CMsgGCIsProQuery) ProtoMessage()

func (*CMsgGCIsProQuery) Reset

func (m *CMsgGCIsProQuery) Reset()

func (*CMsgGCIsProQuery) String

func (m *CMsgGCIsProQuery) String() string

type CMsgGCIsProResponse

type CMsgGCIsProResponse struct {
	IsPro            *bool  `protobuf:"varint,1,opt,name=is_pro,json=isPro" json:"is_pro,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCIsProResponse) Descriptor

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

func (*CMsgGCIsProResponse) GetIsPro

func (m *CMsgGCIsProResponse) GetIsPro() bool

func (*CMsgGCIsProResponse) ProtoMessage

func (*CMsgGCIsProResponse) ProtoMessage()

func (*CMsgGCIsProResponse) Reset

func (m *CMsgGCIsProResponse) Reset()

func (*CMsgGCIsProResponse) String

func (m *CMsgGCIsProResponse) String() string

type CMsgGCItemEditorLeagueInfoResponse

type CMsgGCItemEditorLeagueInfoResponse struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	LeagueName       *string `protobuf:"bytes,2,opt,name=league_name,json=leagueName" json:"league_name,omitempty"`
	LeagueDesc       *string `protobuf:"bytes,3,opt,name=league_desc,json=leagueDesc" json:"league_desc,omitempty"`
	LeagueUrl        *string `protobuf:"bytes,4,opt,name=league_url,json=leagueUrl" json:"league_url,omitempty"`
	RevenueUrl       *string `protobuf:"bytes,5,opt,name=revenue_url,json=revenueUrl" json:"revenue_url,omitempty"`
	Tier             *uint32 `protobuf:"varint,6,opt,name=tier" json:"tier,omitempty"`
	Location         *uint32 `protobuf:"varint,7,opt,name=location" json:"location,omitempty"`
	Result           *uint32 `protobuf:"varint,8,opt,name=result" json:"result,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCItemEditorLeagueInfoResponse) Descriptor

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

func (*CMsgGCItemEditorLeagueInfoResponse) GetLeagueDesc

func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueDesc() string

func (*CMsgGCItemEditorLeagueInfoResponse) GetLeagueId

func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueId() uint32

func (*CMsgGCItemEditorLeagueInfoResponse) GetLeagueName

func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueName() string

func (*CMsgGCItemEditorLeagueInfoResponse) GetLeagueUrl

func (m *CMsgGCItemEditorLeagueInfoResponse) GetLeagueUrl() string

func (*CMsgGCItemEditorLeagueInfoResponse) GetLocation

func (m *CMsgGCItemEditorLeagueInfoResponse) GetLocation() uint32

func (*CMsgGCItemEditorLeagueInfoResponse) GetResult

func (*CMsgGCItemEditorLeagueInfoResponse) GetRevenueUrl

func (m *CMsgGCItemEditorLeagueInfoResponse) GetRevenueUrl() string

func (*CMsgGCItemEditorLeagueInfoResponse) GetTier

func (*CMsgGCItemEditorLeagueInfoResponse) ProtoMessage

func (*CMsgGCItemEditorLeagueInfoResponse) ProtoMessage()

func (*CMsgGCItemEditorLeagueInfoResponse) Reset

func (*CMsgGCItemEditorLeagueInfoResponse) String

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_unrecognized []byte  `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

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_unrecognized []byte  `json:"-"`
}

func (*CMsgGCItemEditorReleaseReservationResponse) Descriptor

func (*CMsgGCItemEditorReleaseReservationResponse) GetDefIndex

func (*CMsgGCItemEditorReleaseReservationResponse) GetReleased

func (*CMsgGCItemEditorReleaseReservationResponse) ProtoMessage

func (*CMsgGCItemEditorReleaseReservationResponse) Reset

func (*CMsgGCItemEditorReleaseReservationResponse) String

type CMsgGCItemEditorRequestLeagueInfo

type CMsgGCItemEditorRequestLeagueInfo struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCItemEditorRequestLeagueInfo) Descriptor

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

func (*CMsgGCItemEditorRequestLeagueInfo) GetLeagueId

func (m *CMsgGCItemEditorRequestLeagueInfo) GetLeagueId() uint32

func (*CMsgGCItemEditorRequestLeagueInfo) ProtoMessage

func (*CMsgGCItemEditorRequestLeagueInfo) ProtoMessage()

func (*CMsgGCItemEditorRequestLeagueInfo) Reset

func (*CMsgGCItemEditorRequestLeagueInfo) String

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_unrecognized []byte  `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

type CMsgGCItemEditorReservationsRequest

type CMsgGCItemEditorReservationsRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCItemEditorReservationsRequest) Descriptor

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

func (*CMsgGCItemEditorReservationsRequest) ProtoMessage

func (*CMsgGCItemEditorReservationsRequest) ProtoMessage()

func (*CMsgGCItemEditorReservationsRequest) Reset

func (*CMsgGCItemEditorReservationsRequest) String

type CMsgGCItemEditorReservationsResponse

type CMsgGCItemEditorReservationsResponse struct {
	Reservations     []*CMsgGCItemEditorReservation `protobuf:"bytes,1,rep,name=reservations" json:"reservations,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CMsgGCItemEditorReservationsResponse) Descriptor

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

func (*CMsgGCItemEditorReservationsResponse) GetReservations

func (*CMsgGCItemEditorReservationsResponse) ProtoMessage

func (*CMsgGCItemEditorReservationsResponse) ProtoMessage()

func (*CMsgGCItemEditorReservationsResponse) Reset

func (*CMsgGCItemEditorReservationsResponse) String

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_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgGCLeagueAdminState

type CMsgGCLeagueAdminState struct {
	Leagues          []uint32                                    `protobuf:"varint,1,rep,name=leagues" json:"leagues,omitempty"`
	Keys             []*CMsgGCLeagueAdminState_PrivateLeagueKeys `protobuf:"bytes,2,rep,name=keys" json:"keys,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgGCLeagueAdminState) Descriptor

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

func (*CMsgGCLeagueAdminState) GetKeys

func (*CMsgGCLeagueAdminState) GetLeagues

func (m *CMsgGCLeagueAdminState) GetLeagues() []uint32

func (*CMsgGCLeagueAdminState) ProtoMessage

func (*CMsgGCLeagueAdminState) ProtoMessage()

func (*CMsgGCLeagueAdminState) Reset

func (m *CMsgGCLeagueAdminState) Reset()

func (*CMsgGCLeagueAdminState) String

func (m *CMsgGCLeagueAdminState) String() string

type CMsgGCLeagueAdminState_PrivateLeagueKeys

type CMsgGCLeagueAdminState_PrivateLeagueKeys struct {
	Leagueid         *uint32 `protobuf:"varint,1,opt,name=leagueid" json:"leagueid,omitempty"`
	Privatekey       *uint32 `protobuf:"varint,2,opt,name=privatekey" json:"privatekey,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) Descriptor

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

func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) GetLeagueid

func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) GetPrivatekey

func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) ProtoMessage

func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) Reset

func (*CMsgGCLeagueAdminState_PrivateLeagueKeys) String

type CMsgGCLobbyUpdateBroadcastChannelInfo

type CMsgGCLobbyUpdateBroadcastChannelInfo struct {
	ChannelId        *uint32 `protobuf:"varint,1,opt,name=channel_id,json=channelId" json:"channel_id,omitempty"`
	CountryCode      *string `protobuf:"bytes,2,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	Description      *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	LanguageCode     *string `protobuf:"bytes,4,opt,name=language_code,json=languageCode" json:"language_code,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) Descriptor

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

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) GetChannelId

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) GetCountryCode

func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetCountryCode() string

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) GetDescription

func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetDescription() string

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) GetLanguageCode

func (m *CMsgGCLobbyUpdateBroadcastChannelInfo) GetLanguageCode() string

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) ProtoMessage

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) ProtoMessage()

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) Reset

func (*CMsgGCLobbyUpdateBroadcastChannelInfo) String

type CMsgGCMatchDetailsRequest

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

func (*CMsgGCMatchDetailsRequest) Descriptor

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

func (*CMsgGCMatchDetailsRequest) GetMatchId

func (m *CMsgGCMatchDetailsRequest) GetMatchId() uint64

func (*CMsgGCMatchDetailsRequest) ProtoMessage

func (*CMsgGCMatchDetailsRequest) ProtoMessage()

func (*CMsgGCMatchDetailsRequest) Reset

func (m *CMsgGCMatchDetailsRequest) Reset()

func (*CMsgGCMatchDetailsRequest) String

func (m *CMsgGCMatchDetailsRequest) String() string

type CMsgGCMatchDetailsResponse

type CMsgGCMatchDetailsResponse struct {
	Result           *uint32        `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	Match            *CMsgDOTAMatch `protobuf:"bytes,2,opt,name=match" json:"match,omitempty"`
	Vote             *DOTAMatchVote `protobuf:"varint,3,opt,name=vote,enum=DOTAMatchVote,def=0" json:"vote,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*CMsgGCMatchDetailsResponse) Descriptor

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

func (*CMsgGCMatchDetailsResponse) GetMatch

func (*CMsgGCMatchDetailsResponse) GetResult

func (m *CMsgGCMatchDetailsResponse) GetResult() uint32

func (*CMsgGCMatchDetailsResponse) GetVote

func (m *CMsgGCMatchDetailsResponse) GetVote() DOTAMatchVote

func (*CMsgGCMatchDetailsResponse) ProtoMessage

func (*CMsgGCMatchDetailsResponse) ProtoMessage()

func (*CMsgGCMatchDetailsResponse) Reset

func (m *CMsgGCMatchDetailsResponse) Reset()

func (*CMsgGCMatchDetailsResponse) String

func (m *CMsgGCMatchDetailsResponse) String() string

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_unrecognized []byte   `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

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_unrecognized []byte  `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

type CMsgGCNotificationsMarkReadRequest

type CMsgGCNotificationsMarkReadRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCNotificationsMarkReadRequest) Descriptor

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

func (*CMsgGCNotificationsMarkReadRequest) ProtoMessage

func (*CMsgGCNotificationsMarkReadRequest) ProtoMessage()

func (*CMsgGCNotificationsMarkReadRequest) Reset

func (*CMsgGCNotificationsMarkReadRequest) String

type CMsgGCNotificationsRequest

type CMsgGCNotificationsRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCNotificationsRequest) Descriptor

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

func (*CMsgGCNotificationsRequest) ProtoMessage

func (*CMsgGCNotificationsRequest) ProtoMessage()

func (*CMsgGCNotificationsRequest) Reset

func (m *CMsgGCNotificationsRequest) Reset()

func (*CMsgGCNotificationsRequest) String

func (m *CMsgGCNotificationsRequest) String() string

type CMsgGCNotificationsResponse

type CMsgGCNotificationsResponse struct {
	Result           *CMsgGCNotificationsResponse_EResult        `protobuf:"varint,1,opt,name=result,enum=CMsgGCNotificationsResponse_EResult,def=0" json:"result,omitempty"`
	Notifications    []*CMsgGCNotificationsResponse_Notification `protobuf:"bytes,2,rep,name=notifications" json:"notifications,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgGCNotificationsResponse) Descriptor

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

func (*CMsgGCNotificationsResponse) GetNotifications

func (*CMsgGCNotificationsResponse) GetResult

func (*CMsgGCNotificationsResponse) ProtoMessage

func (*CMsgGCNotificationsResponse) ProtoMessage()

func (*CMsgGCNotificationsResponse) Reset

func (m *CMsgGCNotificationsResponse) Reset()

func (*CMsgGCNotificationsResponse) String

func (m *CMsgGCNotificationsResponse) String() string

type CMsgGCNotificationsResponse_EResult

type CMsgGCNotificationsResponse_EResult int32
const (
	CMsgGCNotificationsResponse_SUCCESS           CMsgGCNotificationsResponse_EResult = 0
	CMsgGCNotificationsResponse_ERROR_UNSPECIFIED CMsgGCNotificationsResponse_EResult = 1
)
const Default_CMsgGCNotificationsResponse_Result CMsgGCNotificationsResponse_EResult = CMsgGCNotificationsResponse_SUCCESS

func (CMsgGCNotificationsResponse_EResult) Enum

func (CMsgGCNotificationsResponse_EResult) EnumDescriptor

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

func (CMsgGCNotificationsResponse_EResult) String

func (*CMsgGCNotificationsResponse_EResult) UnmarshalJSON

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

type CMsgGCNotificationsResponse_Notification

type CMsgGCNotificationsResponse_Notification struct {
	Id               *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Type             *uint32 `protobuf:"varint,2,opt,name=type" json:"type,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	ReferenceA       *uint32 `protobuf:"varint,4,opt,name=reference_a,json=referenceA" json:"reference_a,omitempty"`
	ReferenceB       *uint32 `protobuf:"varint,5,opt,name=reference_b,json=referenceB" json:"reference_b,omitempty"`
	ReferenceC       *uint32 `protobuf:"varint,6,opt,name=reference_c,json=referenceC" json:"reference_c,omitempty"`
	Message          *string `protobuf:"bytes,7,opt,name=message" json:"message,omitempty"`
	Unread           *bool   `protobuf:"varint,8,opt,name=unread" json:"unread,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCNotificationsResponse_Notification) Descriptor

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

func (*CMsgGCNotificationsResponse_Notification) GetId

func (*CMsgGCNotificationsResponse_Notification) GetMessage

func (*CMsgGCNotificationsResponse_Notification) GetReferenceA

func (*CMsgGCNotificationsResponse_Notification) GetReferenceB

func (*CMsgGCNotificationsResponse_Notification) GetReferenceC

func (*CMsgGCNotificationsResponse_Notification) GetTimestamp

func (*CMsgGCNotificationsResponse_Notification) GetType

func (*CMsgGCNotificationsResponse_Notification) GetUnread

func (*CMsgGCNotificationsResponse_Notification) ProtoMessage

func (*CMsgGCNotificationsResponse_Notification) Reset

func (*CMsgGCNotificationsResponse_Notification) String

type CMsgGCPartnerBalanceRequest

type CMsgGCPartnerBalanceRequest struct {
	XXX_unrecognized []byte `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

type CMsgGCPartnerBalanceResponse

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

func (*CMsgGCPartnerBalanceResponse) Descriptor

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

func (*CMsgGCPartnerBalanceResponse) GetBalance

func (m *CMsgGCPartnerBalanceResponse) GetBalance() uint32

func (*CMsgGCPartnerBalanceResponse) GetResult

func (m *CMsgGCPartnerBalanceResponse) GetResult() EGCPartnerRequestResponse

func (*CMsgGCPartnerBalanceResponse) ProtoMessage

func (*CMsgGCPartnerBalanceResponse) ProtoMessage()

func (*CMsgGCPartnerBalanceResponse) Reset

func (m *CMsgGCPartnerBalanceResponse) Reset()

func (*CMsgGCPartnerBalanceResponse) String

type CMsgGCPartnerRechargeRedirectURLRequest

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

func (*CMsgGCPartnerRechargeRedirectURLRequest) Descriptor

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

func (*CMsgGCPartnerRechargeRedirectURLRequest) GetLineItems

func (*CMsgGCPartnerRechargeRedirectURLRequest) ProtoMessage

func (*CMsgGCPartnerRechargeRedirectURLRequest) Reset

func (*CMsgGCPartnerRechargeRedirectURLRequest) String

type CMsgGCPartnerRechargeRedirectURLResponse

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

func (*CMsgGCPartnerRechargeRedirectURLResponse) Descriptor

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

func (*CMsgGCPartnerRechargeRedirectURLResponse) GetResult

func (m *CMsgGCPartnerRechargeRedirectURLResponse) GetResult() EGCPartnerRequestResponse

func (*CMsgGCPartnerRechargeRedirectURLResponse) GetUrl

func (*CMsgGCPartnerRechargeRedirectURLResponse) ProtoMessage

func (*CMsgGCPartnerRechargeRedirectURLResponse) Reset

func (*CMsgGCPartnerRechargeRedirectURLResponse) String

type CMsgGCPlayerInfo

type CMsgGCPlayerInfo struct {
	PlayerInfos      []*CMsgGCPlayerInfo_PlayerInfo        `protobuf:"bytes,1,rep,name=player_infos,json=playerInfos" json:"player_infos,omitempty"`
	Leaderboards     []*CMsgGCPlayerInfo_RegionLeaderboard `protobuf:"bytes,2,rep,name=leaderboards" json:"leaderboards,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*CMsgGCPlayerInfo) Descriptor

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

func (*CMsgGCPlayerInfo) GetLeaderboards

func (m *CMsgGCPlayerInfo) GetLeaderboards() []*CMsgGCPlayerInfo_RegionLeaderboard

func (*CMsgGCPlayerInfo) GetPlayerInfos

func (m *CMsgGCPlayerInfo) GetPlayerInfos() []*CMsgGCPlayerInfo_PlayerInfo

func (*CMsgGCPlayerInfo) ProtoMessage

func (*CMsgGCPlayerInfo) ProtoMessage()

func (*CMsgGCPlayerInfo) Reset

func (m *CMsgGCPlayerInfo) Reset()

func (*CMsgGCPlayerInfo) String

func (m *CMsgGCPlayerInfo) String() string

type CMsgGCPlayerInfoRequest

type CMsgGCPlayerInfoRequest struct {
	PlayerInfos      []*CMsgGCPlayerInfoRequest_PlayerInfo `protobuf:"bytes,1,rep,name=player_infos,json=playerInfos" json:"player_infos,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*CMsgGCPlayerInfoRequest) Descriptor

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

func (*CMsgGCPlayerInfoRequest) GetPlayerInfos

func (*CMsgGCPlayerInfoRequest) ProtoMessage

func (*CMsgGCPlayerInfoRequest) ProtoMessage()

func (*CMsgGCPlayerInfoRequest) Reset

func (m *CMsgGCPlayerInfoRequest) Reset()

func (*CMsgGCPlayerInfoRequest) String

func (m *CMsgGCPlayerInfoRequest) String() string

type CMsgGCPlayerInfoRequest_PlayerInfo

type CMsgGCPlayerInfoRequest_PlayerInfo struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCPlayerInfoRequest_PlayerInfo) Descriptor

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

func (*CMsgGCPlayerInfoRequest_PlayerInfo) GetAccountId

func (m *CMsgGCPlayerInfoRequest_PlayerInfo) GetAccountId() uint32

func (*CMsgGCPlayerInfoRequest_PlayerInfo) GetTimestamp

func (m *CMsgGCPlayerInfoRequest_PlayerInfo) GetTimestamp() uint32

func (*CMsgGCPlayerInfoRequest_PlayerInfo) ProtoMessage

func (*CMsgGCPlayerInfoRequest_PlayerInfo) ProtoMessage()

func (*CMsgGCPlayerInfoRequest_PlayerInfo) Reset

func (*CMsgGCPlayerInfoRequest_PlayerInfo) String

type CMsgGCPlayerInfoSubmit

type CMsgGCPlayerInfoSubmit struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	CountryCode      *string `protobuf:"bytes,2,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	FantasyRole      *uint32 `protobuf:"varint,3,opt,name=fantasy_role,json=fantasyRole" json:"fantasy_role,omitempty"`
	TeamId           *uint32 `protobuf:"varint,4,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	Sponsor          *string `protobuf:"bytes,5,opt,name=sponsor" json:"sponsor,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCPlayerInfoSubmit) Descriptor

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

func (*CMsgGCPlayerInfoSubmit) GetCountryCode

func (m *CMsgGCPlayerInfoSubmit) GetCountryCode() string

func (*CMsgGCPlayerInfoSubmit) GetFantasyRole

func (m *CMsgGCPlayerInfoSubmit) GetFantasyRole() uint32

func (*CMsgGCPlayerInfoSubmit) GetName

func (m *CMsgGCPlayerInfoSubmit) GetName() string

func (*CMsgGCPlayerInfoSubmit) GetSponsor

func (m *CMsgGCPlayerInfoSubmit) GetSponsor() string

func (*CMsgGCPlayerInfoSubmit) GetTeamId

func (m *CMsgGCPlayerInfoSubmit) GetTeamId() uint32

func (*CMsgGCPlayerInfoSubmit) ProtoMessage

func (*CMsgGCPlayerInfoSubmit) ProtoMessage()

func (*CMsgGCPlayerInfoSubmit) Reset

func (m *CMsgGCPlayerInfoSubmit) Reset()

func (*CMsgGCPlayerInfoSubmit) String

func (m *CMsgGCPlayerInfoSubmit) String() string

type CMsgGCPlayerInfoSubmitResponse

type CMsgGCPlayerInfoSubmitResponse struct {
	Result           *CMsgGCPlayerInfoSubmitResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgGCPlayerInfoSubmitResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                  `json:"-"`
}

func (*CMsgGCPlayerInfoSubmitResponse) Descriptor

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

func (*CMsgGCPlayerInfoSubmitResponse) GetResult

func (*CMsgGCPlayerInfoSubmitResponse) ProtoMessage

func (*CMsgGCPlayerInfoSubmitResponse) ProtoMessage()

func (*CMsgGCPlayerInfoSubmitResponse) Reset

func (m *CMsgGCPlayerInfoSubmitResponse) Reset()

func (*CMsgGCPlayerInfoSubmitResponse) String

type CMsgGCPlayerInfoSubmitResponse_EResult

type CMsgGCPlayerInfoSubmitResponse_EResult int32
const (
	CMsgGCPlayerInfoSubmitResponse_SUCCESS           CMsgGCPlayerInfoSubmitResponse_EResult = 0
	CMsgGCPlayerInfoSubmitResponse_ERROR_UNSPECIFIED CMsgGCPlayerInfoSubmitResponse_EResult = 1
	CMsgGCPlayerInfoSubmitResponse_ERROR_INFO_LOCKED CMsgGCPlayerInfoSubmitResponse_EResult = 2
)
const Default_CMsgGCPlayerInfoSubmitResponse_Result CMsgGCPlayerInfoSubmitResponse_EResult = CMsgGCPlayerInfoSubmitResponse_SUCCESS

func (CMsgGCPlayerInfoSubmitResponse_EResult) Enum

func (CMsgGCPlayerInfoSubmitResponse_EResult) EnumDescriptor

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

func (CMsgGCPlayerInfoSubmitResponse_EResult) String

func (*CMsgGCPlayerInfoSubmitResponse_EResult) UnmarshalJSON

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

type CMsgGCPlayerInfo_PlayerInfo

type CMsgGCPlayerInfo_PlayerInfo struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	CountryCode      *string `protobuf:"bytes,3,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	FantasyRole      *uint32 `protobuf:"varint,4,opt,name=fantasy_role,json=fantasyRole" json:"fantasy_role,omitempty"`
	TeamId           *uint32 `protobuf:"varint,5,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	TeamName         *string `protobuf:"bytes,6,opt,name=team_name,json=teamName" json:"team_name,omitempty"`
	TeamTag          *string `protobuf:"bytes,7,opt,name=team_tag,json=teamTag" json:"team_tag,omitempty"`
	Sponsor          *string `protobuf:"bytes,8,opt,name=sponsor" json:"sponsor,omitempty"`
	IsLocked         *bool   `protobuf:"varint,9,opt,name=is_locked,json=isLocked" json:"is_locked,omitempty"`
	IsPro            *bool   `protobuf:"varint,10,opt,name=is_pro,json=isPro" json:"is_pro,omitempty"`
	LockedUntil      *uint32 `protobuf:"varint,11,opt,name=locked_until,json=lockedUntil" json:"locked_until,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,12,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCPlayerInfo_PlayerInfo) Descriptor

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

func (*CMsgGCPlayerInfo_PlayerInfo) GetAccountId

func (m *CMsgGCPlayerInfo_PlayerInfo) GetAccountId() uint32

func (*CMsgGCPlayerInfo_PlayerInfo) GetCountryCode

func (m *CMsgGCPlayerInfo_PlayerInfo) GetCountryCode() string

func (*CMsgGCPlayerInfo_PlayerInfo) GetFantasyRole

func (m *CMsgGCPlayerInfo_PlayerInfo) GetFantasyRole() uint32

func (*CMsgGCPlayerInfo_PlayerInfo) GetIsLocked

func (m *CMsgGCPlayerInfo_PlayerInfo) GetIsLocked() bool

func (*CMsgGCPlayerInfo_PlayerInfo) GetIsPro

func (m *CMsgGCPlayerInfo_PlayerInfo) GetIsPro() bool

func (*CMsgGCPlayerInfo_PlayerInfo) GetLockedUntil

func (m *CMsgGCPlayerInfo_PlayerInfo) GetLockedUntil() uint32

func (*CMsgGCPlayerInfo_PlayerInfo) GetName

func (m *CMsgGCPlayerInfo_PlayerInfo) GetName() string

func (*CMsgGCPlayerInfo_PlayerInfo) GetSponsor

func (m *CMsgGCPlayerInfo_PlayerInfo) GetSponsor() string

func (*CMsgGCPlayerInfo_PlayerInfo) GetTeamId

func (m *CMsgGCPlayerInfo_PlayerInfo) GetTeamId() uint32

func (*CMsgGCPlayerInfo_PlayerInfo) GetTeamName

func (m *CMsgGCPlayerInfo_PlayerInfo) GetTeamName() string

func (*CMsgGCPlayerInfo_PlayerInfo) GetTeamTag

func (m *CMsgGCPlayerInfo_PlayerInfo) GetTeamTag() string

func (*CMsgGCPlayerInfo_PlayerInfo) GetTimestamp

func (m *CMsgGCPlayerInfo_PlayerInfo) GetTimestamp() uint32

func (*CMsgGCPlayerInfo_PlayerInfo) ProtoMessage

func (*CMsgGCPlayerInfo_PlayerInfo) ProtoMessage()

func (*CMsgGCPlayerInfo_PlayerInfo) Reset

func (m *CMsgGCPlayerInfo_PlayerInfo) Reset()

func (*CMsgGCPlayerInfo_PlayerInfo) String

func (m *CMsgGCPlayerInfo_PlayerInfo) String() string

type CMsgGCPlayerInfo_RegionLeaderboard

type CMsgGCPlayerInfo_RegionLeaderboard struct {
	Division         *uint32  `protobuf:"varint,1,opt,name=division" json:"division,omitempty"`
	AccountIds       []uint32 `protobuf:"varint,2,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCPlayerInfo_RegionLeaderboard) Descriptor

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

func (*CMsgGCPlayerInfo_RegionLeaderboard) GetAccountIds

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

func (*CMsgGCPlayerInfo_RegionLeaderboard) GetDivision

func (m *CMsgGCPlayerInfo_RegionLeaderboard) GetDivision() uint32

func (*CMsgGCPlayerInfo_RegionLeaderboard) ProtoMessage

func (*CMsgGCPlayerInfo_RegionLeaderboard) ProtoMessage()

func (*CMsgGCPlayerInfo_RegionLeaderboard) Reset

func (*CMsgGCPlayerInfo_RegionLeaderboard) String

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_unrecognized []byte  `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

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_unrecognized []byte                                       `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

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_unrecognized []byte  `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

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_unrecognized []byte  `json:"-"`
}

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) Descriptor

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) GetExpirationTime

func (m *CMsgGCRequestStoreSalesDataUpToDateResponse) GetExpirationTime() uint32

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) GetVersion

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) ProtoMessage

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) Reset

func (*CMsgGCRequestStoreSalesDataUpToDateResponse) String

type CMsgGCRequestSubGCSessionInfo

type CMsgGCRequestSubGCSessionInfo struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgGCRerollPlayerChallengeResponse

type CMsgGCRerollPlayerChallengeResponse struct {
	Result           *CMsgGCRerollPlayerChallengeResponse_EResult `protobuf:"varint,1,opt,name=result,enum=CMsgGCRerollPlayerChallengeResponse_EResult,def=0" json:"result,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CMsgGCRerollPlayerChallengeResponse) Descriptor

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

func (*CMsgGCRerollPlayerChallengeResponse) GetResult

func (*CMsgGCRerollPlayerChallengeResponse) ProtoMessage

func (*CMsgGCRerollPlayerChallengeResponse) ProtoMessage()

func (*CMsgGCRerollPlayerChallengeResponse) Reset

func (*CMsgGCRerollPlayerChallengeResponse) String

type CMsgGCRerollPlayerChallengeResponse_EResult

type CMsgGCRerollPlayerChallengeResponse_EResult int32
const (
	CMsgGCRerollPlayerChallengeResponse_eResult_Success     CMsgGCRerollPlayerChallengeResponse_EResult = 0
	CMsgGCRerollPlayerChallengeResponse_eResult_Dropped     CMsgGCRerollPlayerChallengeResponse_EResult = 1
	CMsgGCRerollPlayerChallengeResponse_eResult_NotFound    CMsgGCRerollPlayerChallengeResponse_EResult = 2
	CMsgGCRerollPlayerChallengeResponse_eResult_CantReroll  CMsgGCRerollPlayerChallengeResponse_EResult = 3
	CMsgGCRerollPlayerChallengeResponse_eResult_ServerError CMsgGCRerollPlayerChallengeResponse_EResult = 4
)

func (CMsgGCRerollPlayerChallengeResponse_EResult) Enum

func (CMsgGCRerollPlayerChallengeResponse_EResult) EnumDescriptor

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

func (CMsgGCRerollPlayerChallengeResponse_EResult) String

func (*CMsgGCRerollPlayerChallengeResponse_EResult) UnmarshalJSON

func (x *CMsgGCRerollPlayerChallengeResponse_EResult) 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_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgGCShowItemsPickedUp

type CMsgGCShowItemsPickedUp struct {
	PlayerSteamid    *uint64 `protobuf:"fixed64,1,opt,name=player_steamid,json=playerSteamid" json:"player_steamid,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgGCSteamProfileRequest

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

func (*CMsgGCSteamProfileRequest) Descriptor

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

func (*CMsgGCSteamProfileRequest) GetAccountId

func (m *CMsgGCSteamProfileRequest) GetAccountId() uint32

func (*CMsgGCSteamProfileRequest) ProtoMessage

func (*CMsgGCSteamProfileRequest) ProtoMessage()

func (*CMsgGCSteamProfileRequest) Reset

func (m *CMsgGCSteamProfileRequest) Reset()

func (*CMsgGCSteamProfileRequest) String

func (m *CMsgGCSteamProfileRequest) String() string

type CMsgGCSteamProfileRequestResponse

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

func (*CMsgGCSteamProfileRequestResponse) Descriptor

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

func (*CMsgGCSteamProfileRequestResponse) GetResult

func (*CMsgGCSteamProfileRequestResponse) ProtoMessage

func (*CMsgGCSteamProfileRequestResponse) ProtoMessage()

func (*CMsgGCSteamProfileRequestResponse) Reset

func (*CMsgGCSteamProfileRequestResponse) String

type CMsgGCStorePurchaseCancel

type CMsgGCStorePurchaseCancel struct {
	TxnId            *uint64 `protobuf:"varint,1,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgGCStorePurchaseCancelResponse

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

func (*CMsgGCStorePurchaseCancelResponse) Descriptor

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

func (*CMsgGCStorePurchaseCancelResponse) GetResult

func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage

func (*CMsgGCStorePurchaseCancelResponse) ProtoMessage()

func (*CMsgGCStorePurchaseCancelResponse) Reset

func (*CMsgGCStorePurchaseCancelResponse) String

type CMsgGCStorePurchaseFinalize

type CMsgGCStorePurchaseFinalize struct {
	TxnId            *uint64 `protobuf:"varint,1,opt,name=txn_id,json=txnId" json:"txn_id,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte   `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

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_unrecognized []byte                           `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

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_unrecognized []byte  `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

type CMsgGCToClientArcanaVotesUpdate

type CMsgGCToClientArcanaVotesUpdate struct {
	EventId          *uint32                                            `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	ArcanaVotes      *CMsgClientToGCRequestArcanaVotesRemainingResponse `protobuf:"bytes,2,opt,name=arcana_votes,json=arcanaVotes" json:"arcana_votes,omitempty"`
	XXX_unrecognized []byte                                             `json:"-"`
}

func (*CMsgGCToClientArcanaVotesUpdate) Descriptor

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

func (*CMsgGCToClientArcanaVotesUpdate) GetArcanaVotes

func (*CMsgGCToClientArcanaVotesUpdate) GetEventId

func (m *CMsgGCToClientArcanaVotesUpdate) GetEventId() uint32

func (*CMsgGCToClientArcanaVotesUpdate) ProtoMessage

func (*CMsgGCToClientArcanaVotesUpdate) ProtoMessage()

func (*CMsgGCToClientArcanaVotesUpdate) Reset

func (*CMsgGCToClientArcanaVotesUpdate) String

type CMsgGCToClientBattlePassRollupListRequest

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

func (*CMsgGCToClientBattlePassRollupListRequest) Descriptor

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

func (*CMsgGCToClientBattlePassRollupListRequest) GetAccountId

func (*CMsgGCToClientBattlePassRollupListRequest) ProtoMessage

func (*CMsgGCToClientBattlePassRollupListRequest) Reset

func (*CMsgGCToClientBattlePassRollupListRequest) String

type CMsgGCToClientBattlePassRollupListResponse

type CMsgGCToClientBattlePassRollupListResponse struct {
	EventId          []uint32 `protobuf:"varint,1,rep,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientBattlePassRollupListResponse) Descriptor

func (*CMsgGCToClientBattlePassRollupListResponse) GetEventId

func (*CMsgGCToClientBattlePassRollupListResponse) ProtoMessage

func (*CMsgGCToClientBattlePassRollupListResponse) Reset

func (*CMsgGCToClientBattlePassRollupListResponse) String

type CMsgGCToClientBattlePassRollupRequest

type CMsgGCToClientBattlePassRollupRequest struct {
	EventId          *uint32 `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	AccountId        *uint32 `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollupRequest) Descriptor

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

func (*CMsgGCToClientBattlePassRollupRequest) GetAccountId

func (*CMsgGCToClientBattlePassRollupRequest) GetEventId

func (*CMsgGCToClientBattlePassRollupRequest) ProtoMessage

func (*CMsgGCToClientBattlePassRollupRequest) ProtoMessage()

func (*CMsgGCToClientBattlePassRollupRequest) Reset

func (*CMsgGCToClientBattlePassRollupRequest) String

type CMsgGCToClientBattlePassRollupResponse

type CMsgGCToClientBattlePassRollupResponse struct {
	EventTi6         *CMsgGCToClientBattlePassRollup_International2016 `protobuf:"bytes,1,opt,name=event_ti6,json=eventTi6" json:"event_ti6,omitempty"`
	EventFall2016    *CMsgGCToClientBattlePassRollup_Fall2016          `protobuf:"bytes,2,opt,name=event_fall2016,json=eventFall2016" json:"event_fall2016,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgGCToClientBattlePassRollupResponse) Descriptor

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

func (*CMsgGCToClientBattlePassRollupResponse) GetEventFall2016

func (*CMsgGCToClientBattlePassRollupResponse) GetEventTi6

func (*CMsgGCToClientBattlePassRollupResponse) ProtoMessage

func (*CMsgGCToClientBattlePassRollupResponse) Reset

func (*CMsgGCToClientBattlePassRollupResponse) String

type CMsgGCToClientBattlePassRollup_Fall2016

type CMsgGCToClientBattlePassRollup_Fall2016 struct {
	BattlePassLevel  *uint32                                                   `protobuf:"varint,1,opt,name=battle_pass_level,json=battlePassLevel" json:"battle_pass_level,omitempty"`
	Questlines       []*CMsgGCToClientBattlePassRollup_Fall2016_Questlines     `protobuf:"bytes,2,rep,name=questlines" json:"questlines,omitempty"`
	Wagering         *CMsgGCToClientBattlePassRollup_Fall2016_Wagering         `protobuf:"bytes,3,opt,name=wagering" json:"wagering,omitempty"`
	Achievements     *CMsgGCToClientBattlePassRollup_Fall2016_Achievements     `protobuf:"bytes,4,opt,name=achievements" json:"achievements,omitempty"`
	BattleCup        *CMsgGCToClientBattlePassRollup_Fall2016_BattleCup        `protobuf:"bytes,5,opt,name=battle_cup,json=battleCup" json:"battle_cup,omitempty"`
	Predictions      *CMsgGCToClientBattlePassRollup_Fall2016_Predictions      `protobuf:"bytes,6,opt,name=predictions" json:"predictions,omitempty"`
	Bracket          *CMsgGCToClientBattlePassRollup_Fall2016_Bracket          `protobuf:"bytes,7,opt,name=bracket" json:"bracket,omitempty"`
	PlayerCards      []*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard     `protobuf:"bytes,8,rep,name=player_cards,json=playerCards" json:"player_cards,omitempty"`
	FantasyChallenge *CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge `protobuf:"bytes,9,opt,name=fantasy_challenge,json=fantasyChallenge" json:"fantasy_challenge,omitempty"`
	XXX_unrecognized []byte                                                    `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016) Descriptor

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

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetAchievements

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetBattleCup

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetBattlePassLevel

func (m *CMsgGCToClientBattlePassRollup_Fall2016) GetBattlePassLevel() uint32

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetBracket

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetFantasyChallenge

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetPlayerCards

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetPredictions

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetQuestlines

func (*CMsgGCToClientBattlePassRollup_Fall2016) GetWagering

func (*CMsgGCToClientBattlePassRollup_Fall2016) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016) String

type CMsgGCToClientBattlePassRollup_Fall2016_Achievements

type CMsgGCToClientBattlePassRollup_Fall2016_Achievements struct {
	Completed        *uint32 `protobuf:"varint,1,opt,name=completed" json:"completed,omitempty"`
	Total            *uint32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
	Points           *uint32 `protobuf:"varint,3,opt,name=points" json:"points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) GetCompleted

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) GetPoints

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) GetTotal

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_Achievements) String

type CMsgGCToClientBattlePassRollup_Fall2016_BattleCup

type CMsgGCToClientBattlePassRollup_Fall2016_BattleCup struct {
	Wins             *uint32 `protobuf:"varint,1,opt,name=wins" json:"wins,omitempty"`
	Score            *uint32 `protobuf:"varint,2,opt,name=score" json:"score,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_BattleCup) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_BattleCup) GetScore

func (*CMsgGCToClientBattlePassRollup_Fall2016_BattleCup) GetWins

func (*CMsgGCToClientBattlePassRollup_Fall2016_BattleCup) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_BattleCup) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_BattleCup) String

type CMsgGCToClientBattlePassRollup_Fall2016_Bracket

type CMsgGCToClientBattlePassRollup_Fall2016_Bracket struct {
	Correct          *uint32 `protobuf:"varint,1,opt,name=correct" json:"correct,omitempty"`
	Points           *uint32 `protobuf:"varint,2,opt,name=points" json:"points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_Bracket) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_Bracket) GetCorrect

func (*CMsgGCToClientBattlePassRollup_Fall2016_Bracket) GetPoints

func (*CMsgGCToClientBattlePassRollup_Fall2016_Bracket) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_Bracket) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_Bracket) String

type CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge

type CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge struct {
	TotalScore       *float32 `protobuf:"fixed32,1,opt,name=total_score,json=totalScore" json:"total_score,omitempty"`
	Percentile       *float32 `protobuf:"fixed32,2,opt,name=percentile" json:"percentile,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge) GetPercentile

func (*CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge) GetTotalScore

func (*CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_FantasyChallenge) String

type CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard

type CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Quality          *uint32 `protobuf:"varint,2,opt,name=quality" json:"quality,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard) GetAccountId

func (*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard) GetQuality

func (*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_PlayerCard) String

type CMsgGCToClientBattlePassRollup_Fall2016_Predictions

type CMsgGCToClientBattlePassRollup_Fall2016_Predictions struct {
	Correct          *uint32 `protobuf:"varint,1,opt,name=correct" json:"correct,omitempty"`
	Total            *uint32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
	Points           *uint32 `protobuf:"varint,3,opt,name=points" json:"points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) GetCorrect

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) GetPoints

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) GetTotal

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_Predictions) String

type CMsgGCToClientBattlePassRollup_Fall2016_Questlines

type CMsgGCToClientBattlePassRollup_Fall2016_Questlines struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Onestar          *uint32 `protobuf:"varint,2,opt,name=onestar" json:"onestar,omitempty"`
	Twostar          *uint32 `protobuf:"varint,3,opt,name=twostar" json:"twostar,omitempty"`
	Threestar        *uint32 `protobuf:"varint,4,opt,name=threestar" json:"threestar,omitempty"`
	Total            *uint32 `protobuf:"varint,5,opt,name=total" json:"total,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) GetName

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) GetOnestar

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) GetThreestar

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) GetTotal

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) GetTwostar

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_Questlines) String

type CMsgGCToClientBattlePassRollup_Fall2016_Wagering

type CMsgGCToClientBattlePassRollup_Fall2016_Wagering struct {
	TotalWagered     *uint32 `protobuf:"varint,1,opt,name=total_wagered,json=totalWagered" json:"total_wagered,omitempty"`
	TotalWon         *uint32 `protobuf:"varint,2,opt,name=total_won,json=totalWon" json:"total_won,omitempty"`
	AverageWon       *uint32 `protobuf:"varint,3,opt,name=average_won,json=averageWon" json:"average_won,omitempty"`
	SuccessRate      *uint32 `protobuf:"varint,4,opt,name=success_rate,json=successRate" json:"success_rate,omitempty"`
	TotalTips        *uint32 `protobuf:"varint,5,opt,name=total_tips,json=totalTips" json:"total_tips,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) Descriptor

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) GetAverageWon

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) GetSuccessRate

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) GetTotalTips

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) GetTotalWagered

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) GetTotalWon

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) Reset

func (*CMsgGCToClientBattlePassRollup_Fall2016_Wagering) String

type CMsgGCToClientBattlePassRollup_International2016

type CMsgGCToClientBattlePassRollup_International2016 struct {
	BattlePassLevel  *uint32                                                            `protobuf:"varint,1,opt,name=battle_pass_level,json=battlePassLevel" json:"battle_pass_level,omitempty"`
	Questlines       []*CMsgGCToClientBattlePassRollup_International2016_Questlines     `protobuf:"bytes,2,rep,name=questlines" json:"questlines,omitempty"`
	Wagering         *CMsgGCToClientBattlePassRollup_International2016_Wagering         `protobuf:"bytes,3,opt,name=wagering" json:"wagering,omitempty"`
	Achievements     *CMsgGCToClientBattlePassRollup_International2016_Achievements     `protobuf:"bytes,4,opt,name=achievements" json:"achievements,omitempty"`
	BattleCup        *CMsgGCToClientBattlePassRollup_International2016_BattleCup        `protobuf:"bytes,5,opt,name=battle_cup,json=battleCup" json:"battle_cup,omitempty"`
	Predictions      *CMsgGCToClientBattlePassRollup_International2016_Predictions      `protobuf:"bytes,6,opt,name=predictions" json:"predictions,omitempty"`
	Bracket          *CMsgGCToClientBattlePassRollup_International2016_Bracket          `protobuf:"bytes,7,opt,name=bracket" json:"bracket,omitempty"`
	PlayerCards      []*CMsgGCToClientBattlePassRollup_International2016_PlayerCard     `protobuf:"bytes,8,rep,name=player_cards,json=playerCards" json:"player_cards,omitempty"`
	FantasyChallenge *CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge `protobuf:"bytes,9,opt,name=fantasy_challenge,json=fantasyChallenge" json:"fantasy_challenge,omitempty"`
	XXX_unrecognized []byte                                                             `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016) GetAchievements

func (*CMsgGCToClientBattlePassRollup_International2016) GetBattleCup

func (*CMsgGCToClientBattlePassRollup_International2016) GetBattlePassLevel

func (*CMsgGCToClientBattlePassRollup_International2016) GetBracket

func (*CMsgGCToClientBattlePassRollup_International2016) GetFantasyChallenge

func (*CMsgGCToClientBattlePassRollup_International2016) GetPlayerCards

func (*CMsgGCToClientBattlePassRollup_International2016) GetPredictions

func (*CMsgGCToClientBattlePassRollup_International2016) GetQuestlines

func (*CMsgGCToClientBattlePassRollup_International2016) GetWagering

func (*CMsgGCToClientBattlePassRollup_International2016) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016) Reset

func (*CMsgGCToClientBattlePassRollup_International2016) String

type CMsgGCToClientBattlePassRollup_International2016_Achievements

type CMsgGCToClientBattlePassRollup_International2016_Achievements struct {
	Completed        *uint32 `protobuf:"varint,1,opt,name=completed" json:"completed,omitempty"`
	Total            *uint32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
	Points           *uint32 `protobuf:"varint,3,opt,name=points" json:"points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) GetCompleted

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) GetPoints

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) GetTotal

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_Achievements) String

type CMsgGCToClientBattlePassRollup_International2016_BattleCup

type CMsgGCToClientBattlePassRollup_International2016_BattleCup struct {
	Wins             *uint32 `protobuf:"varint,1,opt,name=wins" json:"wins,omitempty"`
	Score            *uint32 `protobuf:"varint,2,opt,name=score" json:"score,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_BattleCup) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_BattleCup) GetScore

func (*CMsgGCToClientBattlePassRollup_International2016_BattleCup) GetWins

func (*CMsgGCToClientBattlePassRollup_International2016_BattleCup) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_BattleCup) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_BattleCup) String

type CMsgGCToClientBattlePassRollup_International2016_Bracket

type CMsgGCToClientBattlePassRollup_International2016_Bracket struct {
	Correct          *uint32 `protobuf:"varint,1,opt,name=correct" json:"correct,omitempty"`
	Points           *uint32 `protobuf:"varint,2,opt,name=points" json:"points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_Bracket) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_Bracket) GetCorrect

func (*CMsgGCToClientBattlePassRollup_International2016_Bracket) GetPoints

func (*CMsgGCToClientBattlePassRollup_International2016_Bracket) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_Bracket) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_Bracket) String

type CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge

type CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge struct {
	TotalScore       *float32 `protobuf:"fixed32,1,opt,name=total_score,json=totalScore" json:"total_score,omitempty"`
	Percentile       *float32 `protobuf:"fixed32,2,opt,name=percentile" json:"percentile,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge) GetPercentile

func (*CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge) GetTotalScore

func (*CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_FantasyChallenge) String

type CMsgGCToClientBattlePassRollup_International2016_PlayerCard

type CMsgGCToClientBattlePassRollup_International2016_PlayerCard struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Quality          *uint32 `protobuf:"varint,2,opt,name=quality" json:"quality,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_PlayerCard) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_PlayerCard) GetAccountId

func (*CMsgGCToClientBattlePassRollup_International2016_PlayerCard) GetQuality

func (*CMsgGCToClientBattlePassRollup_International2016_PlayerCard) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_PlayerCard) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_PlayerCard) String

type CMsgGCToClientBattlePassRollup_International2016_Predictions

type CMsgGCToClientBattlePassRollup_International2016_Predictions struct {
	Correct          *uint32 `protobuf:"varint,1,opt,name=correct" json:"correct,omitempty"`
	Total            *uint32 `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
	Points           *uint32 `protobuf:"varint,3,opt,name=points" json:"points,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) GetCorrect

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) GetPoints

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) GetTotal

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_Predictions) String

type CMsgGCToClientBattlePassRollup_International2016_Questlines

type CMsgGCToClientBattlePassRollup_International2016_Questlines struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Onestar          *uint32 `protobuf:"varint,2,opt,name=onestar" json:"onestar,omitempty"`
	Twostar          *uint32 `protobuf:"varint,3,opt,name=twostar" json:"twostar,omitempty"`
	Threestar        *uint32 `protobuf:"varint,4,opt,name=threestar" json:"threestar,omitempty"`
	Total            *uint32 `protobuf:"varint,5,opt,name=total" json:"total,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) GetName

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) GetOnestar

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) GetThreestar

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) GetTotal

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) GetTwostar

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_Questlines) String

type CMsgGCToClientBattlePassRollup_International2016_Wagering

type CMsgGCToClientBattlePassRollup_International2016_Wagering struct {
	TotalWagered     *uint32 `protobuf:"varint,1,opt,name=total_wagered,json=totalWagered" json:"total_wagered,omitempty"`
	TotalWon         *uint32 `protobuf:"varint,2,opt,name=total_won,json=totalWon" json:"total_won,omitempty"`
	AverageWon       *uint32 `protobuf:"varint,3,opt,name=average_won,json=averageWon" json:"average_won,omitempty"`
	SuccessRate      *uint32 `protobuf:"varint,4,opt,name=success_rate,json=successRate" json:"success_rate,omitempty"`
	TotalTips        *uint32 `protobuf:"varint,5,opt,name=total_tips,json=totalTips" json:"total_tips,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) Descriptor

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) GetAverageWon

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) GetSuccessRate

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) GetTotalTips

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) GetTotalWagered

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) GetTotalWon

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) ProtoMessage

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) Reset

func (*CMsgGCToClientBattlePassRollup_International2016_Wagering) String

type CMsgGCToClientCustomGamePlayerCountResponse

type CMsgGCToClientCustomGamePlayerCountResponse struct {
	CustomGameId     *uint64 `protobuf:"varint,1,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	PlayerCount      *uint64 `protobuf:"varint,2,opt,name=player_count,json=playerCount" json:"player_count,omitempty"`
	SpectatorCount   *uint64 `protobuf:"varint,3,opt,name=spectator_count,json=spectatorCount" json:"spectator_count,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientCustomGamePlayerCountResponse) Descriptor

func (*CMsgGCToClientCustomGamePlayerCountResponse) GetCustomGameId

func (*CMsgGCToClientCustomGamePlayerCountResponse) GetPlayerCount

func (*CMsgGCToClientCustomGamePlayerCountResponse) GetSpectatorCount

func (m *CMsgGCToClientCustomGamePlayerCountResponse) GetSpectatorCount() uint64

func (*CMsgGCToClientCustomGamePlayerCountResponse) ProtoMessage

func (*CMsgGCToClientCustomGamePlayerCountResponse) Reset

func (*CMsgGCToClientCustomGamePlayerCountResponse) String

type CMsgGCToClientCustomGamesFriendsPlayedResponse

type CMsgGCToClientCustomGamesFriendsPlayedResponse struct {
	AccountId        *uint32                                                      `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Games            []*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame `protobuf:"bytes,2,rep,name=games" json:"games,omitempty"`
	XXX_unrecognized []byte                                                       `json:"-"`
}

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) Descriptor

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) GetAccountId

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) GetGames

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) ProtoMessage

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) Reset

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse) String

type CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame

type CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame struct {
	CustomGameId     *uint64  `protobuf:"varint,1,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	AccountIds       []uint32 `protobuf:"varint,2,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) Descriptor

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) GetAccountIds

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) GetCustomGameId

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) ProtoMessage

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) Reset

func (*CMsgGCToClientCustomGamesFriendsPlayedResponse_CustomGame) String

type CMsgGCToClientEmoticonData

type CMsgGCToClientEmoticonData struct {
	EmoticonAccess   *CMsgDOTAEmoticonAccessSDO `protobuf:"bytes,1,opt,name=emoticon_access,json=emoticonAccess" json:"emoticon_access,omitempty"`
	XXX_unrecognized []byte                     `json:"-"`
}

func (*CMsgGCToClientEmoticonData) Descriptor

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

func (*CMsgGCToClientEmoticonData) GetEmoticonAccess

func (m *CMsgGCToClientEmoticonData) GetEmoticonAccess() *CMsgDOTAEmoticonAccessSDO

func (*CMsgGCToClientEmoticonData) ProtoMessage

func (*CMsgGCToClientEmoticonData) ProtoMessage()

func (*CMsgGCToClientEmoticonData) Reset

func (m *CMsgGCToClientEmoticonData) Reset()

func (*CMsgGCToClientEmoticonData) String

func (m *CMsgGCToClientEmoticonData) String() string

type CMsgGCToClientEventStatusChanged

type CMsgGCToClientEventStatusChanged struct {
	ActiveEvents     []EEvent `protobuf:"varint,1,rep,name=active_events,json=activeEvents,enum=EEvent" json:"active_events,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientEventStatusChanged) Descriptor

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

func (*CMsgGCToClientEventStatusChanged) GetActiveEvents

func (m *CMsgGCToClientEventStatusChanged) GetActiveEvents() []EEvent

func (*CMsgGCToClientEventStatusChanged) ProtoMessage

func (*CMsgGCToClientEventStatusChanged) ProtoMessage()

func (*CMsgGCToClientEventStatusChanged) Reset

func (*CMsgGCToClientEventStatusChanged) String

type CMsgGCToClientFeaturedHeroesResponse

type CMsgGCToClientFeaturedHeroesResponse struct {
	Categories       []*CMsgGCToClientFeaturedHeroesResponse_Category `protobuf:"bytes,1,rep,name=categories" json:"categories,omitempty"`
	XXX_unrecognized []byte                                           `json:"-"`
}

func (*CMsgGCToClientFeaturedHeroesResponse) Descriptor

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

func (*CMsgGCToClientFeaturedHeroesResponse) GetCategories

func (*CMsgGCToClientFeaturedHeroesResponse) ProtoMessage

func (*CMsgGCToClientFeaturedHeroesResponse) ProtoMessage()

func (*CMsgGCToClientFeaturedHeroesResponse) Reset

func (*CMsgGCToClientFeaturedHeroesResponse) String

type CMsgGCToClientFeaturedHeroesResponse_Category

type CMsgGCToClientFeaturedHeroesResponse_Category struct {
	CategoryWeight   *int32                                               `protobuf:"varint,1,opt,name=category_weight,json=categoryWeight" json:"category_weight,omitempty"`
	TextFields       []EFeaturedHeroTextField                             `protobuf:"varint,2,rep,name=text_fields,json=textFields,enum=EFeaturedHeroTextField" json:"text_fields,omitempty"`
	FeaturedHeroes   []*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero `protobuf:"bytes,3,rep,name=featured_heroes,json=featuredHeroes" json:"featured_heroes,omitempty"`
	XXX_unrecognized []byte                                               `json:"-"`
}

func (*CMsgGCToClientFeaturedHeroesResponse_Category) Descriptor

func (*CMsgGCToClientFeaturedHeroesResponse_Category) GetCategoryWeight

func (*CMsgGCToClientFeaturedHeroesResponse_Category) GetFeaturedHeroes

func (*CMsgGCToClientFeaturedHeroesResponse_Category) GetTextFields

func (*CMsgGCToClientFeaturedHeroesResponse_Category) ProtoMessage

func (*CMsgGCToClientFeaturedHeroesResponse_Category) Reset

func (*CMsgGCToClientFeaturedHeroesResponse_Category) String

type CMsgGCToClientFeaturedHeroesResponse_DataField

type CMsgGCToClientFeaturedHeroesResponse_DataField struct {
	DataType         *EFeaturedHeroDataType `protobuf:"varint,1,opt,name=data_type,json=dataType,enum=EFeaturedHeroDataType,def=0" json:"data_type,omitempty"`
	Uint32Value      *uint32                `protobuf:"varint,2,opt,name=uint32_value,json=uint32Value" json:"uint32_value,omitempty"`
	Uint64Value      *uint64                `protobuf:"varint,3,opt,name=uint64_value,json=uint64Value" json:"uint64_value,omitempty"`
	StringValue      *string                `protobuf:"bytes,4,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
	FloatValue       *float32               `protobuf:"fixed32,5,opt,name=float_value,json=floatValue" json:"float_value,omitempty"`
	XXX_unrecognized []byte                 `json:"-"`
}

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) Descriptor

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) GetDataType

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) GetFloatValue

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) GetStringValue

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) GetUint32Value

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) GetUint64Value

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) ProtoMessage

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) Reset

func (*CMsgGCToClientFeaturedHeroesResponse_DataField) String

type CMsgGCToClientFeaturedHeroesResponse_FeaturedHero

type CMsgGCToClientFeaturedHeroesResponse_FeaturedHero struct {
	DataFields       []*CMsgGCToClientFeaturedHeroesResponse_DataField `protobuf:"bytes,1,rep,name=data_fields,json=dataFields" json:"data_fields,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) Descriptor

func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) GetDataFields

func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) ProtoMessage

func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) Reset

func (*CMsgGCToClientFeaturedHeroesResponse_FeaturedHero) String

type CMsgGCToClientFriendsPlayedCustomGameResponse

type CMsgGCToClientFriendsPlayedCustomGameResponse struct {
	CustomGameId     *uint64  `protobuf:"varint,1,opt,name=custom_game_id,json=customGameId" json:"custom_game_id,omitempty"`
	AccountIds       []uint32 `protobuf:"varint,2,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientFriendsPlayedCustomGameResponse) Descriptor

func (*CMsgGCToClientFriendsPlayedCustomGameResponse) GetAccountIds

func (*CMsgGCToClientFriendsPlayedCustomGameResponse) GetCustomGameId

func (*CMsgGCToClientFriendsPlayedCustomGameResponse) ProtoMessage

func (*CMsgGCToClientFriendsPlayedCustomGameResponse) Reset

func (*CMsgGCToClientFriendsPlayedCustomGameResponse) String

type CMsgGCToClientHeroStatueCreateResult

type CMsgGCToClientHeroStatueCreateResult struct {
	ResultingItem    *uint64 `protobuf:"varint,1,opt,name=resulting_item,json=resultingItem" json:"resulting_item,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientHeroStatueCreateResult) Descriptor

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

func (*CMsgGCToClientHeroStatueCreateResult) GetResultingItem

func (m *CMsgGCToClientHeroStatueCreateResult) GetResultingItem() uint64

func (*CMsgGCToClientHeroStatueCreateResult) ProtoMessage

func (*CMsgGCToClientHeroStatueCreateResult) ProtoMessage()

func (*CMsgGCToClientHeroStatueCreateResult) Reset

func (*CMsgGCToClientHeroStatueCreateResult) String

type CMsgGCToClientMatchGroupsVersion

type CMsgGCToClientMatchGroupsVersion struct {
	MatchgroupsVersion *uint32 `protobuf:"varint,1,opt,name=matchgroups_version,json=matchgroupsVersion" json:"matchgroups_version,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgGCToClientMatchGroupsVersion) Descriptor

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

func (*CMsgGCToClientMatchGroupsVersion) GetMatchgroupsVersion

func (m *CMsgGCToClientMatchGroupsVersion) GetMatchgroupsVersion() uint32

func (*CMsgGCToClientMatchGroupsVersion) ProtoMessage

func (*CMsgGCToClientMatchGroupsVersion) ProtoMessage()

func (*CMsgGCToClientMatchGroupsVersion) Reset

func (*CMsgGCToClientMatchGroupsVersion) String

type CMsgGCToClientMatchSignedOut

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

func (*CMsgGCToClientMatchSignedOut) Descriptor

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

func (*CMsgGCToClientMatchSignedOut) GetMatchId

func (m *CMsgGCToClientMatchSignedOut) GetMatchId() uint64

func (*CMsgGCToClientMatchSignedOut) ProtoMessage

func (*CMsgGCToClientMatchSignedOut) ProtoMessage()

func (*CMsgGCToClientMatchSignedOut) Reset

func (m *CMsgGCToClientMatchSignedOut) Reset()

func (*CMsgGCToClientMatchSignedOut) String

type CMsgGCToClientPlayerStatsResponse

type CMsgGCToClientPlayerStatsResponse struct {
	AccountId         *uint32   `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	PlayerStats       []float32 `protobuf:"fixed32,2,rep,name=player_stats,json=playerStats" json:"player_stats,omitempty"`
	MatchCount        *uint32   `protobuf:"varint,3,opt,name=match_count,json=matchCount" json:"match_count,omitempty"`
	MeanGpm           *float32  `protobuf:"fixed32,4,opt,name=mean_gpm,json=meanGpm" json:"mean_gpm,omitempty"`
	MeanXppm          *float32  `protobuf:"fixed32,5,opt,name=mean_xppm,json=meanXppm" json:"mean_xppm,omitempty"`
	MeanLasthits      *float32  `protobuf:"fixed32,6,opt,name=mean_lasthits,json=meanLasthits" json:"mean_lasthits,omitempty"`
	Rampages          *uint32   `protobuf:"varint,7,opt,name=rampages" json:"rampages,omitempty"`
	TripleKills       *uint32   `protobuf:"varint,8,opt,name=triple_kills,json=tripleKills" json:"triple_kills,omitempty"`
	FirstBloodClaimed *uint32   `protobuf:"varint,9,opt,name=first_blood_claimed,json=firstBloodClaimed" json:"first_blood_claimed,omitempty"`
	FirstBloodGiven   *uint32   `protobuf:"varint,10,opt,name=first_blood_given,json=firstBloodGiven" json:"first_blood_given,omitempty"`
	CouriersKilled    *uint32   `protobuf:"varint,11,opt,name=couriers_killed,json=couriersKilled" json:"couriers_killed,omitempty"`
	AegisesSnatched   *uint32   `protobuf:"varint,12,opt,name=aegises_snatched,json=aegisesSnatched" json:"aegises_snatched,omitempty"`
	CheesesEaten      *uint32   `protobuf:"varint,13,opt,name=cheeses_eaten,json=cheesesEaten" json:"cheeses_eaten,omitempty"`
	CreepsStacked     *uint32   `protobuf:"varint,14,opt,name=creeps_stacked,json=creepsStacked" json:"creeps_stacked,omitempty"`
	FightScore        *float32  `protobuf:"fixed32,15,opt,name=fight_score,json=fightScore" json:"fight_score,omitempty"`
	FarmScore         *float32  `protobuf:"fixed32,16,opt,name=farm_score,json=farmScore" json:"farm_score,omitempty"`
	SupportScore      *float32  `protobuf:"fixed32,17,opt,name=support_score,json=supportScore" json:"support_score,omitempty"`
	PushScore         *float32  `protobuf:"fixed32,18,opt,name=push_score,json=pushScore" json:"push_score,omitempty"`
	VersatilityScore  *float32  `protobuf:"fixed32,19,opt,name=versatility_score,json=versatilityScore" json:"versatility_score,omitempty"`
	XXX_unrecognized  []byte    `json:"-"`
}

func (*CMsgGCToClientPlayerStatsResponse) Descriptor

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

func (*CMsgGCToClientPlayerStatsResponse) GetAccountId

func (m *CMsgGCToClientPlayerStatsResponse) GetAccountId() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetAegisesSnatched

func (m *CMsgGCToClientPlayerStatsResponse) GetAegisesSnatched() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetCheesesEaten

func (m *CMsgGCToClientPlayerStatsResponse) GetCheesesEaten() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetCouriersKilled

func (m *CMsgGCToClientPlayerStatsResponse) GetCouriersKilled() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetCreepsStacked

func (m *CMsgGCToClientPlayerStatsResponse) GetCreepsStacked() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetFarmScore

func (m *CMsgGCToClientPlayerStatsResponse) GetFarmScore() float32

func (*CMsgGCToClientPlayerStatsResponse) GetFightScore

func (m *CMsgGCToClientPlayerStatsResponse) GetFightScore() float32

func (*CMsgGCToClientPlayerStatsResponse) GetFirstBloodClaimed

func (m *CMsgGCToClientPlayerStatsResponse) GetFirstBloodClaimed() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetFirstBloodGiven

func (m *CMsgGCToClientPlayerStatsResponse) GetFirstBloodGiven() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetMatchCount

func (m *CMsgGCToClientPlayerStatsResponse) GetMatchCount() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetMeanGpm

func (*CMsgGCToClientPlayerStatsResponse) GetMeanLasthits

func (m *CMsgGCToClientPlayerStatsResponse) GetMeanLasthits() float32

func (*CMsgGCToClientPlayerStatsResponse) GetMeanXppm

func (m *CMsgGCToClientPlayerStatsResponse) GetMeanXppm() float32

func (*CMsgGCToClientPlayerStatsResponse) GetPlayerStats

func (m *CMsgGCToClientPlayerStatsResponse) GetPlayerStats() []float32

func (*CMsgGCToClientPlayerStatsResponse) GetPushScore

func (m *CMsgGCToClientPlayerStatsResponse) GetPushScore() float32

func (*CMsgGCToClientPlayerStatsResponse) GetRampages

func (m *CMsgGCToClientPlayerStatsResponse) GetRampages() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetSupportScore

func (m *CMsgGCToClientPlayerStatsResponse) GetSupportScore() float32

func (*CMsgGCToClientPlayerStatsResponse) GetTripleKills

func (m *CMsgGCToClientPlayerStatsResponse) GetTripleKills() uint32

func (*CMsgGCToClientPlayerStatsResponse) GetVersatilityScore

func (m *CMsgGCToClientPlayerStatsResponse) GetVersatilityScore() float32

func (*CMsgGCToClientPlayerStatsResponse) ProtoMessage

func (*CMsgGCToClientPlayerStatsResponse) ProtoMessage()

func (*CMsgGCToClientPlayerStatsResponse) Reset

func (*CMsgGCToClientPlayerStatsResponse) String

type CMsgGCToClientPlaytestStatus

type CMsgGCToClientPlaytestStatus struct {
	Active           *bool  `protobuf:"varint,1,opt,name=active" json:"active,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgGCToClientPlaytestStatus) Descriptor

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

func (*CMsgGCToClientPlaytestStatus) GetActive

func (m *CMsgGCToClientPlaytestStatus) GetActive() bool

func (*CMsgGCToClientPlaytestStatus) ProtoMessage

func (*CMsgGCToClientPlaytestStatus) ProtoMessage()

func (*CMsgGCToClientPlaytestStatus) Reset

func (m *CMsgGCToClientPlaytestStatus) Reset()

func (*CMsgGCToClientPlaytestStatus) String

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgGCToClientQuestProgressUpdated

type CMsgGCToClientQuestProgressUpdated struct {
	QuestId             *uint32                                         `protobuf:"varint,1,opt,name=quest_id,json=questId" json:"quest_id,omitempty"`
	CompletedChallenges []*CMsgGCToClientQuestProgressUpdated_Challenge `protobuf:"bytes,2,rep,name=completed_challenges,json=completedChallenges" json:"completed_challenges,omitempty"`
	XXX_unrecognized    []byte                                          `json:"-"`
}

func (*CMsgGCToClientQuestProgressUpdated) Descriptor

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

func (*CMsgGCToClientQuestProgressUpdated) GetCompletedChallenges

func (*CMsgGCToClientQuestProgressUpdated) GetQuestId

func (*CMsgGCToClientQuestProgressUpdated) ProtoMessage

func (*CMsgGCToClientQuestProgressUpdated) ProtoMessage()

func (*CMsgGCToClientQuestProgressUpdated) Reset

func (*CMsgGCToClientQuestProgressUpdated) String

type CMsgGCToClientQuestProgressUpdated_Challenge

type CMsgGCToClientQuestProgressUpdated_Challenge struct {
	ChallengeId      *uint32 `protobuf:"varint,1,opt,name=challenge_id,json=challengeId" json:"challenge_id,omitempty"`
	TimeCompleted    *uint32 `protobuf:"varint,2,opt,name=time_completed,json=timeCompleted" json:"time_completed,omitempty"`
	Attempts         *uint32 `protobuf:"varint,3,opt,name=attempts" json:"attempts,omitempty"`
	HeroId           *uint32 `protobuf:"varint,4,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	ChallengeType    *uint32 `protobuf:"varint,5,opt,name=challenge_type,json=challengeType" json:"challenge_type,omitempty"`
	QuestRank        *uint32 `protobuf:"varint,6,opt,name=quest_rank,json=questRank" json:"quest_rank,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientQuestProgressUpdated_Challenge) Descriptor

func (*CMsgGCToClientQuestProgressUpdated_Challenge) GetAttempts

func (*CMsgGCToClientQuestProgressUpdated_Challenge) GetChallengeId

func (*CMsgGCToClientQuestProgressUpdated_Challenge) GetChallengeType

func (*CMsgGCToClientQuestProgressUpdated_Challenge) GetHeroId

func (*CMsgGCToClientQuestProgressUpdated_Challenge) GetQuestRank

func (*CMsgGCToClientQuestProgressUpdated_Challenge) GetTimeCompleted

func (*CMsgGCToClientQuestProgressUpdated_Challenge) ProtoMessage

func (*CMsgGCToClientQuestProgressUpdated_Challenge) Reset

func (*CMsgGCToClientQuestProgressUpdated_Challenge) String

type CMsgGCToClientSocialFeedPostCommentResponse

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

func (*CMsgGCToClientSocialFeedPostCommentResponse) Descriptor

func (*CMsgGCToClientSocialFeedPostCommentResponse) GetSuccess

func (*CMsgGCToClientSocialFeedPostCommentResponse) ProtoMessage

func (*CMsgGCToClientSocialFeedPostCommentResponse) Reset

func (*CMsgGCToClientSocialFeedPostCommentResponse) String

type CMsgGCToClientSocialFeedPostMessageResponse

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

func (*CMsgGCToClientSocialFeedPostMessageResponse) Descriptor

func (*CMsgGCToClientSocialFeedPostMessageResponse) GetSuccess

func (*CMsgGCToClientSocialFeedPostMessageResponse) ProtoMessage

func (*CMsgGCToClientSocialFeedPostMessageResponse) Reset

func (*CMsgGCToClientSocialFeedPostMessageResponse) String

type CMsgGCToClientSocialMatchDetailsResponse

type CMsgGCToClientSocialMatchDetailsResponse struct {
	Success          *bool                                               `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	Comments         []*CMsgGCToClientSocialMatchDetailsResponse_Comment `protobuf:"bytes,2,rep,name=comments" json:"comments,omitempty"`
	XXX_unrecognized []byte                                              `json:"-"`
}

func (*CMsgGCToClientSocialMatchDetailsResponse) Descriptor

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

func (*CMsgGCToClientSocialMatchDetailsResponse) GetComments

func (*CMsgGCToClientSocialMatchDetailsResponse) GetSuccess

func (*CMsgGCToClientSocialMatchDetailsResponse) ProtoMessage

func (*CMsgGCToClientSocialMatchDetailsResponse) Reset

func (*CMsgGCToClientSocialMatchDetailsResponse) String

type CMsgGCToClientSocialMatchDetailsResponse_Comment

type CMsgGCToClientSocialMatchDetailsResponse_Comment 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"`
	Timestamp        *uint32 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	Comment          *string `protobuf:"bytes,4,opt,name=comment" json:"comment,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) Descriptor

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) GetAccountId

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) GetComment

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) GetPersonaName

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) GetTimestamp

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) ProtoMessage

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) Reset

func (*CMsgGCToClientSocialMatchDetailsResponse_Comment) String

type CMsgGCToClientSocialMatchPostCommentResponse

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

func (*CMsgGCToClientSocialMatchPostCommentResponse) Descriptor

func (*CMsgGCToClientSocialMatchPostCommentResponse) GetSuccess

func (*CMsgGCToClientSocialMatchPostCommentResponse) ProtoMessage

func (*CMsgGCToClientSocialMatchPostCommentResponse) Reset

func (*CMsgGCToClientSocialMatchPostCommentResponse) String

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_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToClientStoreTransactionCompleted) Descriptor

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

func (*CMsgGCToClientStoreTransactionCompleted) GetItemIds

func (*CMsgGCToClientStoreTransactionCompleted) GetTxnId

func (*CMsgGCToClientStoreTransactionCompleted) ProtoMessage

func (*CMsgGCToClientStoreTransactionCompleted) Reset

func (*CMsgGCToClientStoreTransactionCompleted) String

type CMsgGCToClientTipNotification

type CMsgGCToClientTipNotification struct {
	TipperAccountId    *uint32 `protobuf:"varint,1,opt,name=tipper_account_id,json=tipperAccountId" json:"tipper_account_id,omitempty"`
	TipperName         *string `protobuf:"bytes,2,opt,name=tipper_name,json=tipperName" json:"tipper_name,omitempty"`
	RecipientAccountId *uint32 `protobuf:"varint,3,opt,name=recipient_account_id,json=recipientAccountId" json:"recipient_account_id,omitempty"`
	RecipientName      *string `protobuf:"bytes,4,opt,name=recipient_name,json=recipientName" json:"recipient_name,omitempty"`
	EventId            *uint32 `protobuf:"varint,5,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgGCToClientTipNotification) Descriptor

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

func (*CMsgGCToClientTipNotification) GetEventId

func (m *CMsgGCToClientTipNotification) GetEventId() uint32

func (*CMsgGCToClientTipNotification) GetRecipientAccountId

func (m *CMsgGCToClientTipNotification) GetRecipientAccountId() uint32

func (*CMsgGCToClientTipNotification) GetRecipientName

func (m *CMsgGCToClientTipNotification) GetRecipientName() string

func (*CMsgGCToClientTipNotification) GetTipperAccountId

func (m *CMsgGCToClientTipNotification) GetTipperAccountId() uint32

func (*CMsgGCToClientTipNotification) GetTipperName

func (m *CMsgGCToClientTipNotification) GetTipperName() string

func (*CMsgGCToClientTipNotification) ProtoMessage

func (*CMsgGCToClientTipNotification) ProtoMessage()

func (*CMsgGCToClientTipNotification) Reset

func (m *CMsgGCToClientTipNotification) Reset()

func (*CMsgGCToClientTipNotification) String

type CMsgGCToClientTournamentItemDrop

type CMsgGCToClientTournamentItemDrop struct {
	ItemDef          *uint32 `protobuf:"varint,1,opt,name=item_def,json=itemDef" json:"item_def,omitempty"`
	EventType        *uint32 `protobuf:"varint,2,opt,name=event_type,json=eventType" json:"event_type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientTournamentItemDrop) Descriptor

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

func (*CMsgGCToClientTournamentItemDrop) GetEventType

func (m *CMsgGCToClientTournamentItemDrop) GetEventType() uint32

func (*CMsgGCToClientTournamentItemDrop) GetItemDef

func (m *CMsgGCToClientTournamentItemDrop) GetItemDef() uint32

func (*CMsgGCToClientTournamentItemDrop) ProtoMessage

func (*CMsgGCToClientTournamentItemDrop) ProtoMessage()

func (*CMsgGCToClientTournamentItemDrop) Reset

func (*CMsgGCToClientTournamentItemDrop) String

type CMsgGCToClientTrophyAwarded

type CMsgGCToClientTrophyAwarded struct {
	TrophyId         *uint32 `protobuf:"varint,1,opt,name=trophy_id,json=trophyId" json:"trophy_id,omitempty"`
	TrophyScore      *uint32 `protobuf:"varint,2,opt,name=trophy_score,json=trophyScore" json:"trophy_score,omitempty"`
	TrophyOldScore   *uint32 `protobuf:"varint,3,opt,name=trophy_old_score,json=trophyOldScore" json:"trophy_old_score,omitempty"`
	LastUpdated      *uint32 `protobuf:"varint,4,opt,name=last_updated,json=lastUpdated" json:"last_updated,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToClientTrophyAwarded) Descriptor

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

func (*CMsgGCToClientTrophyAwarded) GetLastUpdated

func (m *CMsgGCToClientTrophyAwarded) GetLastUpdated() uint32

func (*CMsgGCToClientTrophyAwarded) GetTrophyId

func (m *CMsgGCToClientTrophyAwarded) GetTrophyId() uint32

func (*CMsgGCToClientTrophyAwarded) GetTrophyOldScore

func (m *CMsgGCToClientTrophyAwarded) GetTrophyOldScore() uint32

func (*CMsgGCToClientTrophyAwarded) GetTrophyScore

func (m *CMsgGCToClientTrophyAwarded) GetTrophyScore() uint32

func (*CMsgGCToClientTrophyAwarded) ProtoMessage

func (*CMsgGCToClientTrophyAwarded) ProtoMessage()

func (*CMsgGCToClientTrophyAwarded) Reset

func (m *CMsgGCToClientTrophyAwarded) Reset()

func (*CMsgGCToClientTrophyAwarded) String

func (m *CMsgGCToClientTrophyAwarded) String() string

type CMsgGCToClientWageringResponse

type CMsgGCToClientWageringResponse struct {
	CoinsRemaining      *uint32 `protobuf:"varint,1,opt,name=coins_remaining,json=coinsRemaining" json:"coins_remaining,omitempty"`
	TotalPointsWon      *uint32 `protobuf:"varint,2,opt,name=total_points_won,json=totalPointsWon" json:"total_points_won,omitempty"`
	TotalPointsWagered  *uint32 `protobuf:"varint,3,opt,name=total_points_wagered,json=totalPointsWagered" json:"total_points_wagered,omitempty"`
	TotalPointsTipped   *uint32 `protobuf:"varint,4,opt,name=total_points_tipped,json=totalPointsTipped" json:"total_points_tipped,omitempty"`
	SuccessRate         *uint32 `protobuf:"varint,5,opt,name=success_rate,json=successRate" json:"success_rate,omitempty"`
	TotalGamesWagered   *uint32 `protobuf:"varint,6,opt,name=total_games_wagered,json=totalGamesWagered" json:"total_games_wagered,omitempty"`
	CoinsMax            *uint32 `protobuf:"varint,7,opt,name=coins_max,json=coinsMax" json:"coins_max,omitempty"`
	RankWagersRemaining *uint32 `protobuf:"varint,8,opt,name=rank_wagers_remaining,json=rankWagersRemaining" json:"rank_wagers_remaining,omitempty"`
	RankWagersMax       *uint32 `protobuf:"varint,9,opt,name=rank_wagers_max,json=rankWagersMax" json:"rank_wagers_max,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CMsgGCToClientWageringResponse) Descriptor

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

func (*CMsgGCToClientWageringResponse) GetCoinsMax

func (m *CMsgGCToClientWageringResponse) GetCoinsMax() uint32

func (*CMsgGCToClientWageringResponse) GetCoinsRemaining

func (m *CMsgGCToClientWageringResponse) GetCoinsRemaining() uint32

func (*CMsgGCToClientWageringResponse) GetRankWagersMax

func (m *CMsgGCToClientWageringResponse) GetRankWagersMax() uint32

func (*CMsgGCToClientWageringResponse) GetRankWagersRemaining

func (m *CMsgGCToClientWageringResponse) GetRankWagersRemaining() uint32

func (*CMsgGCToClientWageringResponse) GetSuccessRate

func (m *CMsgGCToClientWageringResponse) GetSuccessRate() uint32

func (*CMsgGCToClientWageringResponse) GetTotalGamesWagered

func (m *CMsgGCToClientWageringResponse) GetTotalGamesWagered() uint32

func (*CMsgGCToClientWageringResponse) GetTotalPointsTipped

func (m *CMsgGCToClientWageringResponse) GetTotalPointsTipped() uint32

func (*CMsgGCToClientWageringResponse) GetTotalPointsWagered

func (m *CMsgGCToClientWageringResponse) GetTotalPointsWagered() uint32

func (*CMsgGCToClientWageringResponse) GetTotalPointsWon

func (m *CMsgGCToClientWageringResponse) GetTotalPointsWon() uint32

func (*CMsgGCToClientWageringResponse) ProtoMessage

func (*CMsgGCToClientWageringResponse) ProtoMessage()

func (*CMsgGCToClientWageringResponse) Reset

func (m *CMsgGCToClientWageringResponse) Reset()

func (*CMsgGCToClientWageringResponse) String

type CMsgGCToClientWageringUpdate

type CMsgGCToClientWageringUpdate struct {
	EventId          *uint32                         `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	WageringInfo     *CMsgGCToClientWageringResponse `protobuf:"bytes,2,opt,name=wagering_info,json=wageringInfo" json:"wagering_info,omitempty"`
	XXX_unrecognized []byte                          `json:"-"`
}

func (*CMsgGCToClientWageringUpdate) Descriptor

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

func (*CMsgGCToClientWageringUpdate) GetEventId

func (m *CMsgGCToClientWageringUpdate) GetEventId() uint32

func (*CMsgGCToClientWageringUpdate) GetWageringInfo

func (*CMsgGCToClientWageringUpdate) ProtoMessage

func (*CMsgGCToClientWageringUpdate) ProtoMessage()

func (*CMsgGCToClientWageringUpdate) Reset

func (m *CMsgGCToClientWageringUpdate) Reset()

func (*CMsgGCToClientWageringUpdate) String

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_unrecognized []byte  `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

type CMsgGCToGCApplyLocalizationDiffResponse

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

func (*CMsgGCToGCApplyLocalizationDiffResponse) Descriptor

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

func (*CMsgGCToGCApplyLocalizationDiffResponse) GetSuccess

func (*CMsgGCToGCApplyLocalizationDiffResponse) ProtoMessage

func (*CMsgGCToGCApplyLocalizationDiffResponse) Reset

func (*CMsgGCToGCApplyLocalizationDiffResponse) String

type CMsgGCToGCBannedWordListBroadcast

type CMsgGCToGCBannedWordListBroadcast struct {
	Broadcast        *CMsgGCBannedWordListResponse `protobuf:"bytes,1,opt,name=broadcast" json:"broadcast,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CMsgGCToGCBannedWordListBroadcast) Descriptor

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

func (*CMsgGCToGCBannedWordListBroadcast) GetBroadcast

func (*CMsgGCToGCBannedWordListBroadcast) ProtoMessage

func (*CMsgGCToGCBannedWordListBroadcast) ProtoMessage()

func (*CMsgGCToGCBannedWordListBroadcast) Reset

func (*CMsgGCToGCBannedWordListBroadcast) String

type CMsgGCToGCBannedWordListUpdated

type CMsgGCToGCBannedWordListUpdated struct {
	GroupId          *uint32 `protobuf:"varint,1,opt,name=group_id,json=groupId" json:"group_id,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte   `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

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_unrecognized []byte  `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

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_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCCheckAccountTradeStatusResponse) Descriptor

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

func (*CMsgGCToGCCheckAccountTradeStatusResponse) GetCanTrade

func (*CMsgGCToGCCheckAccountTradeStatusResponse) GetErrorCode

func (*CMsgGCToGCCheckAccountTradeStatusResponse) ProtoMessage

func (*CMsgGCToGCCheckAccountTradeStatusResponse) Reset

func (*CMsgGCToGCCheckAccountTradeStatusResponse) String

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"`
	XXX_unrecognized        []byte  `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) ProtoMessage

func (*CMsgGCToGCClientServerVersionsUpdated) ProtoMessage()

func (*CMsgGCToGCClientServerVersionsUpdated) Reset

func (*CMsgGCToGCClientServerVersionsUpdated) String

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_unrecognized []byte                                `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

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_unrecognized []byte  `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

type CMsgGCToGCDevRevokeUserItems

type CMsgGCToGCDevRevokeUserItems struct {
	AccountId          *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	AuditData          *uint64 `protobuf:"varint,2,opt,name=audit_data,json=auditData" json:"audit_data,omitempty"`
	DeleteAuditHistory *bool   `protobuf:"varint,3,opt,name=delete_audit_history,json=deleteAuditHistory" json:"delete_audit_history,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CMsgGCToGCDevRevokeUserItems) Descriptor

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

func (*CMsgGCToGCDevRevokeUserItems) GetAccountId

func (m *CMsgGCToGCDevRevokeUserItems) GetAccountId() uint32

func (*CMsgGCToGCDevRevokeUserItems) GetAuditData

func (m *CMsgGCToGCDevRevokeUserItems) GetAuditData() uint64

func (*CMsgGCToGCDevRevokeUserItems) GetDeleteAuditHistory

func (m *CMsgGCToGCDevRevokeUserItems) GetDeleteAuditHistory() bool

func (*CMsgGCToGCDevRevokeUserItems) ProtoMessage

func (*CMsgGCToGCDevRevokeUserItems) ProtoMessage()

func (*CMsgGCToGCDevRevokeUserItems) Reset

func (m *CMsgGCToGCDevRevokeUserItems) Reset()

func (*CMsgGCToGCDevRevokeUserItems) String

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_unrecognized []byte   `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

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_unrecognized []byte  `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

type CMsgGCToGCFantasySetMatchLeague

type CMsgGCToGCFantasySetMatchLeague struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	LeagueId         *uint32 `protobuf:"varint,2,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCFantasySetMatchLeague) Descriptor

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

func (*CMsgGCToGCFantasySetMatchLeague) GetLeagueId

func (m *CMsgGCToGCFantasySetMatchLeague) GetLeagueId() uint32

func (*CMsgGCToGCFantasySetMatchLeague) GetMatchId

func (m *CMsgGCToGCFantasySetMatchLeague) GetMatchId() uint64

func (*CMsgGCToGCFantasySetMatchLeague) ProtoMessage

func (*CMsgGCToGCFantasySetMatchLeague) ProtoMessage()

func (*CMsgGCToGCFantasySetMatchLeague) Reset

func (*CMsgGCToGCFantasySetMatchLeague) String

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_unrecognized []byte                                   `json:"-"`
}

func (*CMsgGCToGCForwardAccountDetails) Descriptor

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

func (*CMsgGCToGCForwardAccountDetails) GetAccountDetails

func (m *CMsgGCToGCForwardAccountDetails) GetAccountDetails() *CGCSystemMsg_GetAccountDetails_Response

func (*CMsgGCToGCForwardAccountDetails) GetAgeSeconds

func (m *CMsgGCToGCForwardAccountDetails) GetAgeSeconds() uint32

func (*CMsgGCToGCForwardAccountDetails) GetSteamid

func (m *CMsgGCToGCForwardAccountDetails) GetSteamid() uint64

func (*CMsgGCToGCForwardAccountDetails) ProtoMessage

func (*CMsgGCToGCForwardAccountDetails) ProtoMessage()

func (*CMsgGCToGCForwardAccountDetails) Reset

func (*CMsgGCToGCForwardAccountDetails) String

type CMsgGCToGCGetUserPCBangNo

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

func (*CMsgGCToGCGetUserPCBangNo) Descriptor

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

func (*CMsgGCToGCGetUserPCBangNo) GetAccountId

func (m *CMsgGCToGCGetUserPCBangNo) GetAccountId() uint32

func (*CMsgGCToGCGetUserPCBangNo) ProtoMessage

func (*CMsgGCToGCGetUserPCBangNo) ProtoMessage()

func (*CMsgGCToGCGetUserPCBangNo) Reset

func (m *CMsgGCToGCGetUserPCBangNo) Reset()

func (*CMsgGCToGCGetUserPCBangNo) String

func (m *CMsgGCToGCGetUserPCBangNo) String() string

type CMsgGCToGCGetUserPCBangNoResponse

type CMsgGCToGCGetUserPCBangNoResponse struct {
	PcBangNo         *uint32 `protobuf:"varint,1,opt,name=pc_bang_no,json=pcBangNo" json:"pc_bang_no,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCGetUserPCBangNoResponse) Descriptor

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

func (*CMsgGCToGCGetUserPCBangNoResponse) GetPcBangNo

func (m *CMsgGCToGCGetUserPCBangNoResponse) GetPcBangNo() uint32

func (*CMsgGCToGCGetUserPCBangNoResponse) ProtoMessage

func (*CMsgGCToGCGetUserPCBangNoResponse) ProtoMessage()

func (*CMsgGCToGCGetUserPCBangNoResponse) Reset

func (*CMsgGCToGCGetUserPCBangNoResponse) String

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_unrecognized []byte  `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

type CMsgGCToGCGetUserServerMembersResponse

type CMsgGCToGCGetUserServerMembersResponse struct {
	MemberAccountId  []uint32 `protobuf:"varint,1,rep,name=member_account_id,json=memberAccountId" json:"member_account_id,omitempty"`
	XXX_unrecognized []byte   `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

type CMsgGCToGCGetUserSessionServer

type CMsgGCToGCGetUserSessionServer struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte                                    `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

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_unrecognized       []byte                                                         `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

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_unrecognized []byte  `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

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"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) Descriptor

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetName

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueFloat

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) GetValueUint32

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) ProtoMessage

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) Reset

func (*CMsgGCToGCGrantAccountRolledItems_Item_DynamicAttribute) String

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_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgGCToGCLeaguePredictions

type CMsgGCToGCLeaguePredictions struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgGCToGCLeaguePredictions) Descriptor

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

func (*CMsgGCToGCLeaguePredictions) GetLeagueId

func (m *CMsgGCToGCLeaguePredictions) GetLeagueId() uint32

func (*CMsgGCToGCLeaguePredictions) ProtoMessage

func (*CMsgGCToGCLeaguePredictions) ProtoMessage()

func (*CMsgGCToGCLeaguePredictions) Reset

func (m *CMsgGCToGCLeaguePredictions) Reset()

func (*CMsgGCToGCLeaguePredictions) String

func (m *CMsgGCToGCLeaguePredictions) String() string

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_unrecognized      []byte                           `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

type CMsgGCToGCLoadSessionSOCacheResponse

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

func (*CMsgGCToGCLoadSessionSOCacheResponse) Descriptor

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

func (*CMsgGCToGCLoadSessionSOCacheResponse) ProtoMessage

func (*CMsgGCToGCLoadSessionSOCacheResponse) ProtoMessage()

func (*CMsgGCToGCLoadSessionSOCacheResponse) Reset

func (*CMsgGCToGCLoadSessionSOCacheResponse) String

type CMsgGCToGCPingRequest

type CMsgGCToGCPingRequest struct {
	XXX_unrecognized []byte `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

type CMsgGCToGCPingResponse

type CMsgGCToGCPingResponse struct {
	XXX_unrecognized []byte `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

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_unrecognized []byte  `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

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_unrecognized []byte                                         `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

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_unrecognized []byte  `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

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_unrecognized    []byte  `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

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_unrecognized []byte                       `json:"-"`
}

func (*CMsgGCToGCStoreProcessCDKeyTransaction) Descriptor

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

func (*CMsgGCToGCStoreProcessCDKeyTransaction) GetOrder

func (*CMsgGCToGCStoreProcessCDKeyTransaction) GetReasonCode

func (*CMsgGCToGCStoreProcessCDKeyTransaction) ProtoMessage

func (*CMsgGCToGCStoreProcessCDKeyTransaction) Reset

func (*CMsgGCToGCStoreProcessCDKeyTransaction) String

type CMsgGCToGCStoreProcessCDKeyTransactionResponse

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

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) Descriptor

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) GetSuccess

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) ProtoMessage

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) Reset

func (*CMsgGCToGCStoreProcessCDKeyTransactionResponse) String

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_unrecognized []byte                       `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

type CMsgGCToGCStoreProcessSettlementResponse

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

func (*CMsgGCToGCStoreProcessSettlementResponse) Descriptor

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

func (*CMsgGCToGCStoreProcessSettlementResponse) GetSuccess

func (*CMsgGCToGCStoreProcessSettlementResponse) ProtoMessage

func (*CMsgGCToGCStoreProcessSettlementResponse) Reset

func (*CMsgGCToGCStoreProcessSettlementResponse) String

type CMsgGCToGCUniverseStartup

type CMsgGCToGCUniverseStartup struct {
	IsInitialStartup *bool  `protobuf:"varint,1,opt,name=is_initial_startup,json=isInitialStartup" json:"is_initial_startup,omitempty"`
	XXX_unrecognized []byte `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

type CMsgGCToGCUniverseStartupResponse

type CMsgGCToGCUniverseStartupResponse struct {
	Eresult          *int32 `protobuf:"varint,1,opt,name=eresult" json:"eresult,omitempty"`
	XXX_unrecognized []byte `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

type CMsgGCToGCUpdateSQLKeyValue

type CMsgGCToGCUpdateSQLKeyValue struct {
	KeyName          *string `protobuf:"bytes,1,opt,name=key_name,json=keyName" json:"key_name,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

type CMsgGCToGCWebAPIAccountChanged

type CMsgGCToGCWebAPIAccountChanged struct {
	XXX_unrecognized []byte `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

type CMsgGCToServerMatchDetailsResponse

type CMsgGCToServerMatchDetailsResponse struct {
	Matches          []*CMsgDOTAMatch `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*CMsgGCToServerMatchDetailsResponse) Descriptor

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

func (*CMsgGCToServerMatchDetailsResponse) GetMatches

func (*CMsgGCToServerMatchDetailsResponse) ProtoMessage

func (*CMsgGCToServerMatchDetailsResponse) ProtoMessage()

func (*CMsgGCToServerMatchDetailsResponse) Reset

func (*CMsgGCToServerMatchDetailsResponse) String

type CMsgGCTopCustomGamesList

type CMsgGCTopCustomGamesList struct {
	TopCustomGames   []uint64 `protobuf:"varint,1,rep,name=top_custom_games,json=topCustomGames" json:"top_custom_games,omitempty"`
	GameOfTheDay     *uint64  `protobuf:"varint,2,opt,name=game_of_the_day,json=gameOfTheDay" json:"game_of_the_day,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgGCTopCustomGamesList) Descriptor

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

func (*CMsgGCTopCustomGamesList) GetGameOfTheDay

func (m *CMsgGCTopCustomGamesList) GetGameOfTheDay() uint64

func (*CMsgGCTopCustomGamesList) GetTopCustomGames

func (m *CMsgGCTopCustomGamesList) GetTopCustomGames() []uint64

func (*CMsgGCTopCustomGamesList) ProtoMessage

func (*CMsgGCTopCustomGamesList) ProtoMessage()

func (*CMsgGCTopCustomGamesList) Reset

func (m *CMsgGCTopCustomGamesList) Reset()

func (*CMsgGCTopCustomGamesList) String

func (m *CMsgGCTopCustomGamesList) String() string

type CMsgGCUpdateSubGCSessionInfo

type CMsgGCUpdateSubGCSessionInfo struct {
	Updates          []*CMsgGCUpdateSubGCSessionInfo_CMsgUpdate `protobuf:"bytes,1,rep,name=updates" json:"updates,omitempty"`
	XXX_unrecognized []byte                                     `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

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_unrecognized []byte  `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

type CMsgGCWatchDownloadedReplay

type CMsgGCWatchDownloadedReplay struct {
	MatchId          *uint64               `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	WatchType        *DOTA_WatchReplayType `protobuf:"varint,2,opt,name=watch_type,json=watchType,enum=DOTA_WatchReplayType,def=0" json:"watch_type,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*CMsgGCWatchDownloadedReplay) Descriptor

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

func (*CMsgGCWatchDownloadedReplay) GetMatchId

func (m *CMsgGCWatchDownloadedReplay) GetMatchId() uint64

func (*CMsgGCWatchDownloadedReplay) GetWatchType

func (*CMsgGCWatchDownloadedReplay) ProtoMessage

func (*CMsgGCWatchDownloadedReplay) ProtoMessage()

func (*CMsgGCWatchDownloadedReplay) Reset

func (m *CMsgGCWatchDownloadedReplay) Reset()

func (*CMsgGCWatchDownloadedReplay) String

func (m *CMsgGCWatchDownloadedReplay) String() string

type CMsgInitialQuestionnaireResponse

type CMsgInitialQuestionnaireResponse struct {
	InitialSkill     *uint32 `protobuf:"varint,1,opt,name=initial_skill,json=initialSkill" json:"initial_skill,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgInitialQuestionnaireResponse) Descriptor

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

func (*CMsgInitialQuestionnaireResponse) GetInitialSkill

func (m *CMsgInitialQuestionnaireResponse) GetInitialSkill() uint32

func (*CMsgInitialQuestionnaireResponse) ProtoMessage

func (*CMsgInitialQuestionnaireResponse) ProtoMessage()

func (*CMsgInitialQuestionnaireResponse) Reset

func (*CMsgInitialQuestionnaireResponse) String

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte              `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

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_unrecognized []byte  `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

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_unrecognized    []byte                             `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

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_unrecognized []byte  `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

type CMsgKickFromParty

type CMsgKickFromParty struct {
	SteamId          *uint64 `protobuf:"fixed64,1,opt,name=steam_id,json=steamId" json:"steam_id,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgLANServerAvailable

type CMsgLANServerAvailable struct {
	LobbyId          *uint64 `protobuf:"fixed64,1,opt,name=lobby_id,json=lobbyId" json:"lobby_id,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgLeagueAdminList

type CMsgLeagueAdminList struct {
	AccountIds       []uint32 `protobuf:"varint,1,rep,name=account_ids,json=accountIds" json:"account_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgLeagueAdminList) Descriptor

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

func (*CMsgLeagueAdminList) GetAccountIds

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

func (*CMsgLeagueAdminList) ProtoMessage

func (*CMsgLeagueAdminList) ProtoMessage()

func (*CMsgLeagueAdminList) Reset

func (m *CMsgLeagueAdminList) Reset()

func (*CMsgLeagueAdminList) String

func (m *CMsgLeagueAdminList) String() string

type CMsgLeaguePrizePool

type CMsgLeaguePrizePool struct {
	PrizePool          *uint32  `protobuf:"varint,1,opt,name=prize_pool,json=prizePool" json:"prize_pool,omitempty"`
	IncrementPerSecond *float32 `protobuf:"fixed32,2,opt,name=increment_per_second,json=incrementPerSecond" json:"increment_per_second,omitempty"`
	XXX_unrecognized   []byte   `json:"-"`
}

func (*CMsgLeaguePrizePool) Descriptor

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

func (*CMsgLeaguePrizePool) GetIncrementPerSecond

func (m *CMsgLeaguePrizePool) GetIncrementPerSecond() float32

func (*CMsgLeaguePrizePool) GetPrizePool

func (m *CMsgLeaguePrizePool) GetPrizePool() uint32

func (*CMsgLeaguePrizePool) ProtoMessage

func (*CMsgLeaguePrizePool) ProtoMessage()

func (*CMsgLeaguePrizePool) Reset

func (m *CMsgLeaguePrizePool) Reset()

func (*CMsgLeaguePrizePool) String

func (m *CMsgLeaguePrizePool) String() string

type CMsgLeagueScheduleBlock

type CMsgLeagueScheduleBlock struct {
	BlockId          *uint32                            `protobuf:"varint,1,opt,name=block_id,json=blockId" json:"block_id,omitempty"`
	StartTime        *uint32                            `protobuf:"varint,2,opt,name=start_time,json=startTime" json:"start_time,omitempty"`
	Finals           *bool                              `protobuf:"varint,4,opt,name=finals" json:"finals,omitempty"`
	Comment          *string                            `protobuf:"bytes,5,opt,name=comment" json:"comment,omitempty"`
	Teams            []*CMsgLeagueScheduleBlockTeamInfo `protobuf:"bytes,6,rep,name=teams" json:"teams,omitempty"`
	XXX_unrecognized []byte                             `json:"-"`
}

func (*CMsgLeagueScheduleBlock) Descriptor

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

func (*CMsgLeagueScheduleBlock) GetBlockId

func (m *CMsgLeagueScheduleBlock) GetBlockId() uint32

func (*CMsgLeagueScheduleBlock) GetComment

func (m *CMsgLeagueScheduleBlock) GetComment() string

func (*CMsgLeagueScheduleBlock) GetFinals

func (m *CMsgLeagueScheduleBlock) GetFinals() bool

func (*CMsgLeagueScheduleBlock) GetStartTime

func (m *CMsgLeagueScheduleBlock) GetStartTime() uint32

func (*CMsgLeagueScheduleBlock) GetTeams

func (*CMsgLeagueScheduleBlock) ProtoMessage

func (*CMsgLeagueScheduleBlock) ProtoMessage()

func (*CMsgLeagueScheduleBlock) Reset

func (m *CMsgLeagueScheduleBlock) Reset()

func (*CMsgLeagueScheduleBlock) String

func (m *CMsgLeagueScheduleBlock) String() string

type CMsgLeagueScheduleBlockTeamInfo

type CMsgLeagueScheduleBlockTeamInfo struct {
	TeamId           *uint32 `protobuf:"varint,1,opt,name=team_id,json=teamId" json:"team_id,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgLeagueScheduleBlockTeamInfo) Descriptor

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

func (*CMsgLeagueScheduleBlockTeamInfo) GetName

func (*CMsgLeagueScheduleBlockTeamInfo) GetTeamId

func (m *CMsgLeagueScheduleBlockTeamInfo) GetTeamId() uint32

func (*CMsgLeagueScheduleBlockTeamInfo) ProtoMessage

func (*CMsgLeagueScheduleBlockTeamInfo) ProtoMessage()

func (*CMsgLeagueScheduleBlockTeamInfo) Reset

func (*CMsgLeagueScheduleBlockTeamInfo) String

type CMsgLeaveParty

type CMsgLeaveParty struct {
	XXX_unrecognized []byte `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

type CMsgLobbyBattleCupVictoryList

type CMsgLobbyBattleCupVictoryList struct {
	Winners          []*CMsgBattleCupVictory `protobuf:"bytes,1,rep,name=winners" json:"winners,omitempty"`
	XXX_unrecognized []byte                  `json:"-"`
}

func (*CMsgLobbyBattleCupVictoryList) Descriptor

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

func (*CMsgLobbyBattleCupVictoryList) GetWinners

func (*CMsgLobbyBattleCupVictoryList) ProtoMessage

func (*CMsgLobbyBattleCupVictoryList) ProtoMessage()

func (*CMsgLobbyBattleCupVictoryList) Reset

func (m *CMsgLobbyBattleCupVictoryList) Reset()

func (*CMsgLobbyBattleCupVictoryList) String

type CMsgLobbyEventPoints

type CMsgLobbyEventPoints struct {
	EventId          *uint32                               `protobuf:"varint,1,opt,name=event_id,json=eventId" json:"event_id,omitempty"`
	AccountPoints    []*CMsgLobbyEventPoints_AccountPoints `protobuf:"bytes,2,rep,name=account_points,json=accountPoints" json:"account_points,omitempty"`
	XXX_unrecognized []byte                                `json:"-"`
}

func (*CMsgLobbyEventPoints) Descriptor

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

func (*CMsgLobbyEventPoints) GetAccountPoints

func (*CMsgLobbyEventPoints) GetEventId

func (m *CMsgLobbyEventPoints) GetEventId() uint32

func (*CMsgLobbyEventPoints) ProtoMessage

func (*CMsgLobbyEventPoints) ProtoMessage()

func (*CMsgLobbyEventPoints) Reset

func (m *CMsgLobbyEventPoints) Reset()

func (*CMsgLobbyEventPoints) String

func (m *CMsgLobbyEventPoints) String() string

type CMsgLobbyEventPoints_AccountPoints

type CMsgLobbyEventPoints_AccountPoints struct {
	AccountId                      *uint32                                       `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	NormalPoints                   *uint32                                       `protobuf:"varint,2,opt,name=normal_points,json=normalPoints" json:"normal_points,omitempty"`
	PremiumPoints                  *uint32                                       `protobuf:"varint,3,opt,name=premium_points,json=premiumPoints" json:"premium_points,omitempty"`
	Owned                          *bool                                         `protobuf:"varint,4,opt,name=owned" json:"owned,omitempty"`
	FavoriteTeam                   *uint32                                       `protobuf:"varint,5,opt,name=favorite_team,json=favoriteTeam" json:"favorite_team,omitempty"`
	FavoriteTeamLevel              *uint32                                       `protobuf:"varint,6,opt,name=favorite_team_level,json=favoriteTeamLevel" json:"favorite_team_level,omitempty"`
	PointsHeld                     *uint32                                       `protobuf:"varint,7,opt,name=points_held,json=pointsHeld" json:"points_held,omitempty"`
	PremiumPointsHeld              *uint32                                       `protobuf:"varint,8,opt,name=premium_points_held,json=premiumPointsHeld" json:"premium_points_held,omitempty"`
	FavoriteTeamFoilLevel          *uint32                                       `protobuf:"varint,9,opt,name=favorite_team_foil_level,json=favoriteTeamFoilLevel" json:"favorite_team_foil_level,omitempty"`
	WagerTokensRemaining           *uint32                                       `protobuf:"varint,10,opt,name=wager_tokens_remaining,json=wagerTokensRemaining" json:"wager_tokens_remaining,omitempty"`
	WagerTokensMax                 *uint32                                       `protobuf:"varint,11,opt,name=wager_tokens_max,json=wagerTokensMax" json:"wager_tokens_max,omitempty"`
	ActiveEffectsMask              *uint64                                       `protobuf:"varint,12,opt,name=active_effects_mask,json=activeEffectsMask" json:"active_effects_mask,omitempty"`
	UnlockedChatWheelMessageRanges []*CMsgLobbyEventPoints_ChatWheelMessageRange `` /* 151-byte string literal not displayed */
	RankWagerTokensRemaining       *uint32                                       `` /* 132-byte string literal not displayed */
	RankWagerTokensMax             *uint32                                       `protobuf:"varint,15,opt,name=rank_wager_tokens_max,json=rankWagerTokensMax" json:"rank_wager_tokens_max,omitempty"`
	XXX_unrecognized               []byte                                        `json:"-"`
}

func (*CMsgLobbyEventPoints_AccountPoints) Descriptor

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

func (*CMsgLobbyEventPoints_AccountPoints) GetAccountId

func (m *CMsgLobbyEventPoints_AccountPoints) GetAccountId() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetActiveEffectsMask

func (m *CMsgLobbyEventPoints_AccountPoints) GetActiveEffectsMask() uint64

func (*CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeam

func (m *CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeam() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeamFoilLevel

func (m *CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeamFoilLevel() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeamLevel

func (m *CMsgLobbyEventPoints_AccountPoints) GetFavoriteTeamLevel() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetNormalPoints

func (m *CMsgLobbyEventPoints_AccountPoints) GetNormalPoints() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetOwned

func (*CMsgLobbyEventPoints_AccountPoints) GetPointsHeld

func (m *CMsgLobbyEventPoints_AccountPoints) GetPointsHeld() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetPremiumPoints

func (m *CMsgLobbyEventPoints_AccountPoints) GetPremiumPoints() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetPremiumPointsHeld

func (m *CMsgLobbyEventPoints_AccountPoints) GetPremiumPointsHeld() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetRankWagerTokensMax

func (m *CMsgLobbyEventPoints_AccountPoints) GetRankWagerTokensMax() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetRankWagerTokensRemaining

func (m *CMsgLobbyEventPoints_AccountPoints) GetRankWagerTokensRemaining() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetUnlockedChatWheelMessageRanges

func (m *CMsgLobbyEventPoints_AccountPoints) GetUnlockedChatWheelMessageRanges() []*CMsgLobbyEventPoints_ChatWheelMessageRange

func (*CMsgLobbyEventPoints_AccountPoints) GetWagerTokensMax

func (m *CMsgLobbyEventPoints_AccountPoints) GetWagerTokensMax() uint32

func (*CMsgLobbyEventPoints_AccountPoints) GetWagerTokensRemaining

func (m *CMsgLobbyEventPoints_AccountPoints) GetWagerTokensRemaining() uint32

func (*CMsgLobbyEventPoints_AccountPoints) ProtoMessage

func (*CMsgLobbyEventPoints_AccountPoints) ProtoMessage()

func (*CMsgLobbyEventPoints_AccountPoints) Reset

func (*CMsgLobbyEventPoints_AccountPoints) String

type CMsgLobbyEventPoints_ChatWheelMessageRange

type CMsgLobbyEventPoints_ChatWheelMessageRange struct {
	MessageIdStart   *uint32 `protobuf:"varint,1,opt,name=message_id_start,json=messageIdStart" json:"message_id_start,omitempty"`
	MessageIdEnd     *uint32 `protobuf:"varint,2,opt,name=message_id_end,json=messageIdEnd" json:"message_id_end,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgLobbyEventPoints_ChatWheelMessageRange) Descriptor

func (*CMsgLobbyEventPoints_ChatWheelMessageRange) GetMessageIdEnd

func (*CMsgLobbyEventPoints_ChatWheelMessageRange) GetMessageIdStart

func (m *CMsgLobbyEventPoints_ChatWheelMessageRange) GetMessageIdStart() uint32

func (*CMsgLobbyEventPoints_ChatWheelMessageRange) ProtoMessage

func (*CMsgLobbyEventPoints_ChatWheelMessageRange) Reset

func (*CMsgLobbyEventPoints_ChatWheelMessageRange) String

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_unrecognized    []byte  `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

type CMsgLookupMultipleAccountNames

type CMsgLookupMultipleAccountNames struct {
	Accountids       []uint32 `protobuf:"varint,1,rep,packed,name=accountids" json:"accountids,omitempty"`
	XXX_unrecognized []byte   `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

type CMsgLookupMultipleAccountNamesResponse

type CMsgLookupMultipleAccountNamesResponse struct {
	Accounts         []*CMsgLookupMultipleAccountNamesResponse_Account `protobuf:"bytes,1,rep,name=accounts" json:"accounts,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CMsgLookupMultipleAccountNamesResponse) Descriptor

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

func (*CMsgLookupMultipleAccountNamesResponse) GetAccounts

func (*CMsgLookupMultipleAccountNamesResponse) ProtoMessage

func (*CMsgLookupMultipleAccountNamesResponse) Reset

func (*CMsgLookupMultipleAccountNamesResponse) String

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_unrecognized []byte  `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

type CMsgMVPVotesForMatch

type CMsgMVPVotesForMatch struct {
	Players          []*CMsgMVPVotesForMatch_Player `protobuf:"bytes,1,rep,name=players" json:"players,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CMsgMVPVotesForMatch) Descriptor

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

func (*CMsgMVPVotesForMatch) GetPlayers

func (*CMsgMVPVotesForMatch) ProtoMessage

func (*CMsgMVPVotesForMatch) ProtoMessage()

func (*CMsgMVPVotesForMatch) Reset

func (m *CMsgMVPVotesForMatch) Reset()

func (*CMsgMVPVotesForMatch) String

func (m *CMsgMVPVotesForMatch) String() string

type CMsgMVPVotesForMatch_Player

type CMsgMVPVotesForMatch_Player struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	VoteCount        *uint32 `protobuf:"varint,2,opt,name=vote_count,json=voteCount" json:"vote_count,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgMVPVotesForMatch_Player) Descriptor

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

func (*CMsgMVPVotesForMatch_Player) GetAccountId

func (m *CMsgMVPVotesForMatch_Player) GetAccountId() uint32

func (*CMsgMVPVotesForMatch_Player) GetVoteCount

func (m *CMsgMVPVotesForMatch_Player) GetVoteCount() uint32

func (*CMsgMVPVotesForMatch_Player) ProtoMessage

func (*CMsgMVPVotesForMatch_Player) ProtoMessage()

func (*CMsgMVPVotesForMatch_Player) Reset

func (m *CMsgMVPVotesForMatch_Player) Reset()

func (*CMsgMVPVotesForMatch_Player) String

func (m *CMsgMVPVotesForMatch_Player) String() string

type CMsgMakeOffering

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

func (*CMsgMakeOffering) Descriptor

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

func (*CMsgMakeOffering) GetItemId

func (m *CMsgMakeOffering) GetItemId() uint64

func (*CMsgMakeOffering) ProtoMessage

func (*CMsgMakeOffering) ProtoMessage()

func (*CMsgMakeOffering) Reset

func (m *CMsgMakeOffering) Reset()

func (*CMsgMakeOffering) String

func (m *CMsgMakeOffering) String() string

type CMsgMatchVoteResponse

type CMsgMatchVoteResponse struct {
	Eresult          *uint32        `protobuf:"varint,1,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Vote             *DOTAMatchVote `protobuf:"varint,2,opt,name=vote,enum=DOTAMatchVote,def=0" json:"vote,omitempty"`
	PositiveVotes    *uint32        `protobuf:"varint,3,opt,name=positive_votes,json=positiveVotes" json:"positive_votes,omitempty"`
	NegativeVotes    *uint32        `protobuf:"varint,4,opt,name=negative_votes,json=negativeVotes" json:"negative_votes,omitempty"`
	XXX_unrecognized []byte         `json:"-"`
}

func (*CMsgMatchVoteResponse) Descriptor

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

func (*CMsgMatchVoteResponse) GetEresult

func (m *CMsgMatchVoteResponse) GetEresult() uint32

func (*CMsgMatchVoteResponse) GetNegativeVotes

func (m *CMsgMatchVoteResponse) GetNegativeVotes() uint32

func (*CMsgMatchVoteResponse) GetPositiveVotes

func (m *CMsgMatchVoteResponse) GetPositiveVotes() uint32

func (*CMsgMatchVoteResponse) GetVote

func (m *CMsgMatchVoteResponse) GetVote() DOTAMatchVote

func (*CMsgMatchVoteResponse) ProtoMessage

func (*CMsgMatchVoteResponse) ProtoMessage()

func (*CMsgMatchVoteResponse) Reset

func (m *CMsgMatchVoteResponse) Reset()

func (*CMsgMatchVoteResponse) String

func (m *CMsgMatchVoteResponse) String() string

type CMsgMatchmakingMatchGroupInfo

type CMsgMatchmakingMatchGroupInfo struct {
	PlayersSearching            *uint32                  `protobuf:"varint,1,opt,name=players_searching,json=playersSearching" json:"players_searching,omitempty"`
	AutoRegionSelectPingPenalty *int32                   `` /* 144-byte string literal not displayed */
	Status                      *EMatchGroupServerStatus `protobuf:"varint,3,opt,name=status,enum=EMatchGroupServerStatus,def=0" json:"status,omitempty"`
	XXX_unrecognized            []byte                   `json:"-"`
}

func (*CMsgMatchmakingMatchGroupInfo) Descriptor

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

func (*CMsgMatchmakingMatchGroupInfo) GetAutoRegionSelectPingPenalty

func (m *CMsgMatchmakingMatchGroupInfo) GetAutoRegionSelectPingPenalty() int32

func (*CMsgMatchmakingMatchGroupInfo) GetPlayersSearching

func (m *CMsgMatchmakingMatchGroupInfo) GetPlayersSearching() uint32

func (*CMsgMatchmakingMatchGroupInfo) GetStatus

func (m *CMsgMatchmakingMatchGroupInfo) GetStatus() EMatchGroupServerStatus

func (*CMsgMatchmakingMatchGroupInfo) ProtoMessage

func (*CMsgMatchmakingMatchGroupInfo) ProtoMessage()

func (*CMsgMatchmakingMatchGroupInfo) Reset

func (m *CMsgMatchmakingMatchGroupInfo) Reset()

func (*CMsgMatchmakingMatchGroupInfo) String

type CMsgNexonPartnerUpdate

type CMsgNexonPartnerUpdate struct {
	Messagetype      *uint32 `protobuf:"varint,1,opt,name=messagetype" json:"messagetype,omitempty"`
	Timeremaining    *uint32 `protobuf:"varint,2,opt,name=timeremaining" json:"timeremaining,omitempty"`
	Terminate        *bool   `protobuf:"varint,3,opt,name=terminate" json:"terminate,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgNexonPartnerUpdate) Descriptor

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

func (*CMsgNexonPartnerUpdate) GetMessagetype

func (m *CMsgNexonPartnerUpdate) GetMessagetype() uint32

func (*CMsgNexonPartnerUpdate) GetTerminate

func (m *CMsgNexonPartnerUpdate) GetTerminate() bool

func (*CMsgNexonPartnerUpdate) GetTimeremaining

func (m *CMsgNexonPartnerUpdate) GetTimeremaining() uint32

func (*CMsgNexonPartnerUpdate) ProtoMessage

func (*CMsgNexonPartnerUpdate) ProtoMessage()

func (*CMsgNexonPartnerUpdate) Reset

func (m *CMsgNexonPartnerUpdate) Reset()

func (*CMsgNexonPartnerUpdate) String

func (m *CMsgNexonPartnerUpdate) String() string

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_unrecognized []byte              `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

type CMsgPerfectWorldUserLookupRequest

type CMsgPerfectWorldUserLookupRequest struct {
	UserName         *string `protobuf:"bytes,1,opt,name=user_name,json=userName" json:"user_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPerfectWorldUserLookupRequest) Descriptor

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

func (*CMsgPerfectWorldUserLookupRequest) GetUserName

func (m *CMsgPerfectWorldUserLookupRequest) GetUserName() string

func (*CMsgPerfectWorldUserLookupRequest) ProtoMessage

func (*CMsgPerfectWorldUserLookupRequest) ProtoMessage()

func (*CMsgPerfectWorldUserLookupRequest) Reset

func (*CMsgPerfectWorldUserLookupRequest) String

type CMsgPerfectWorldUserLookupResponse

type CMsgPerfectWorldUserLookupResponse struct {
	ResultCode       *CMsgPerfectWorldUserLookupResponse_EResultCode `` /* 143-byte string literal not displayed */
	AccountId        *uint32                                         `protobuf:"varint,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	XXX_unrecognized []byte                                          `json:"-"`
}

func (*CMsgPerfectWorldUserLookupResponse) Descriptor

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

func (*CMsgPerfectWorldUserLookupResponse) GetAccountId

func (m *CMsgPerfectWorldUserLookupResponse) GetAccountId() uint32

func (*CMsgPerfectWorldUserLookupResponse) GetResultCode

func (*CMsgPerfectWorldUserLookupResponse) ProtoMessage

func (*CMsgPerfectWorldUserLookupResponse) ProtoMessage()

func (*CMsgPerfectWorldUserLookupResponse) Reset

func (*CMsgPerfectWorldUserLookupResponse) String

type CMsgPerfectWorldUserLookupResponse_EResultCode

type CMsgPerfectWorldUserLookupResponse_EResultCode int32
const (
	CMsgPerfectWorldUserLookupResponse_SUCCESS_ACCOUNT_FOUND                CMsgPerfectWorldUserLookupResponse_EResultCode = 0
	CMsgPerfectWorldUserLookupResponse_ERROR_UNKNOWN                        CMsgPerfectWorldUserLookupResponse_EResultCode = 1
	CMsgPerfectWorldUserLookupResponse_ERROR_USER_NAME_WRONG_FORMAT         CMsgPerfectWorldUserLookupResponse_EResultCode = 2
	CMsgPerfectWorldUserLookupResponse_ERROR_NO_PERFECT_WORLD_ACCOUNT_FOUND CMsgPerfectWorldUserLookupResponse_EResultCode = 3
	CMsgPerfectWorldUserLookupResponse_ERROR_NO_LINKED_STEAM_ACCOUNT_FOUND  CMsgPerfectWorldUserLookupResponse_EResultCode = 4
)

func (CMsgPerfectWorldUserLookupResponse_EResultCode) Enum

func (CMsgPerfectWorldUserLookupResponse_EResultCode) EnumDescriptor

func (CMsgPerfectWorldUserLookupResponse_EResultCode) String

func (*CMsgPerfectWorldUserLookupResponse_EResultCode) UnmarshalJSON

type CMsgPlayerCard

type CMsgPlayerCard struct {
	AccountId        *uint32                        `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	StatModifier     []*CMsgPlayerCard_StatModifier `protobuf:"bytes,2,rep,name=stat_modifier,json=statModifier" json:"stat_modifier,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CMsgPlayerCard) Descriptor

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

func (*CMsgPlayerCard) GetAccountId

func (m *CMsgPlayerCard) GetAccountId() uint32

func (*CMsgPlayerCard) GetStatModifier

func (m *CMsgPlayerCard) GetStatModifier() []*CMsgPlayerCard_StatModifier

func (*CMsgPlayerCard) ProtoMessage

func (*CMsgPlayerCard) ProtoMessage()

func (*CMsgPlayerCard) Reset

func (m *CMsgPlayerCard) Reset()

func (*CMsgPlayerCard) String

func (m *CMsgPlayerCard) String() string

type CMsgPlayerCard_StatModifier

type CMsgPlayerCard_StatModifier struct {
	Stat             *uint32 `protobuf:"varint,1,opt,name=stat" json:"stat,omitempty"`
	Value            *uint32 `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPlayerCard_StatModifier) Descriptor

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

func (*CMsgPlayerCard_StatModifier) GetStat

func (m *CMsgPlayerCard_StatModifier) GetStat() uint32

func (*CMsgPlayerCard_StatModifier) GetValue

func (m *CMsgPlayerCard_StatModifier) GetValue() uint32

func (*CMsgPlayerCard_StatModifier) ProtoMessage

func (*CMsgPlayerCard_StatModifier) ProtoMessage()

func (*CMsgPlayerCard_StatModifier) Reset

func (m *CMsgPlayerCard_StatModifier) Reset()

func (*CMsgPlayerCard_StatModifier) String

func (m *CMsgPlayerCard_StatModifier) String() string

type CMsgPlayerConductScorecard

type CMsgPlayerConductScorecard struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	MatchId          *uint64 `protobuf:"varint,2,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	SeqNum           *uint32 `protobuf:"varint,3,opt,name=seq_num,json=seqNum" json:"seq_num,omitempty"`
	Reasons          *uint32 `protobuf:"varint,4,opt,name=reasons" json:"reasons,omitempty"`
	MatchesInReport  *uint32 `protobuf:"varint,5,opt,name=matches_in_report,json=matchesInReport" json:"matches_in_report,omitempty"`
	MatchesClean     *uint32 `protobuf:"varint,6,opt,name=matches_clean,json=matchesClean" json:"matches_clean,omitempty"`
	MatchesReported  *uint32 `protobuf:"varint,7,opt,name=matches_reported,json=matchesReported" json:"matches_reported,omitempty"`
	MatchesAbandoned *uint32 `protobuf:"varint,8,opt,name=matches_abandoned,json=matchesAbandoned" json:"matches_abandoned,omitempty"`
	ReportsCount     *uint32 `protobuf:"varint,9,opt,name=reports_count,json=reportsCount" json:"reports_count,omitempty"`
	ReportsParties   *uint32 `protobuf:"varint,10,opt,name=reports_parties,json=reportsParties" json:"reports_parties,omitempty"`
	CommendCount     *uint32 `protobuf:"varint,11,opt,name=commend_count,json=commendCount" json:"commend_count,omitempty"`
	EndScore         *uint32 `protobuf:"varint,13,opt,name=end_score,json=endScore" json:"end_score,omitempty"`
	Date             *uint32 `protobuf:"varint,14,opt,name=date" json:"date,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgPlayerConductScorecard) Descriptor

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

func (*CMsgPlayerConductScorecard) GetAccountId

func (m *CMsgPlayerConductScorecard) GetAccountId() uint32

func (*CMsgPlayerConductScorecard) GetCommendCount

func (m *CMsgPlayerConductScorecard) GetCommendCount() uint32

func (*CMsgPlayerConductScorecard) GetDate

func (m *CMsgPlayerConductScorecard) GetDate() uint32

func (*CMsgPlayerConductScorecard) GetEndScore

func (m *CMsgPlayerConductScorecard) GetEndScore() uint32

func (*CMsgPlayerConductScorecard) GetMatchId

func (m *CMsgPlayerConductScorecard) GetMatchId() uint64

func (*CMsgPlayerConductScorecard) GetMatchesAbandoned

func (m *CMsgPlayerConductScorecard) GetMatchesAbandoned() uint32

func (*CMsgPlayerConductScorecard) GetMatchesClean

func (m *CMsgPlayerConductScorecard) GetMatchesClean() uint32

func (*CMsgPlayerConductScorecard) GetMatchesInReport

func (m *CMsgPlayerConductScorecard) GetMatchesInReport() uint32

func (*CMsgPlayerConductScorecard) GetMatchesReported

func (m *CMsgPlayerConductScorecard) GetMatchesReported() uint32

func (*CMsgPlayerConductScorecard) GetReasons

func (m *CMsgPlayerConductScorecard) GetReasons() uint32

func (*CMsgPlayerConductScorecard) GetReportsCount

func (m *CMsgPlayerConductScorecard) GetReportsCount() uint32

func (*CMsgPlayerConductScorecard) GetReportsParties

func (m *CMsgPlayerConductScorecard) GetReportsParties() uint32

func (*CMsgPlayerConductScorecard) GetSeqNum

func (m *CMsgPlayerConductScorecard) GetSeqNum() uint32

func (*CMsgPlayerConductScorecard) ProtoMessage

func (*CMsgPlayerConductScorecard) ProtoMessage()

func (*CMsgPlayerConductScorecard) Reset

func (m *CMsgPlayerConductScorecard) Reset()

func (*CMsgPlayerConductScorecard) String

func (m *CMsgPlayerConductScorecard) String() string

type CMsgPlayerConductScorecardRequest

type CMsgPlayerConductScorecardRequest struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgPlayerConductScorecardRequest) Descriptor

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

func (*CMsgPlayerConductScorecardRequest) ProtoMessage

func (*CMsgPlayerConductScorecardRequest) ProtoMessage()

func (*CMsgPlayerConductScorecardRequest) Reset

func (*CMsgPlayerConductScorecardRequest) String

type CMsgPredictionRankings

type CMsgPredictionRankings struct {
	Predictions      []*CMsgPredictionRankings_Prediction `protobuf:"bytes,1,rep,name=predictions" json:"predictions,omitempty"`
	XXX_unrecognized []byte                               `json:"-"`
}

func (*CMsgPredictionRankings) Descriptor

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

func (*CMsgPredictionRankings) GetPredictions

func (*CMsgPredictionRankings) ProtoMessage

func (*CMsgPredictionRankings) ProtoMessage()

func (*CMsgPredictionRankings) Reset

func (m *CMsgPredictionRankings) Reset()

func (*CMsgPredictionRankings) String

func (m *CMsgPredictionRankings) String() string

type CMsgPredictionRankings_Prediction

type CMsgPredictionRankings_Prediction struct {
	SelectionId      *uint32                                  `protobuf:"varint,1,opt,name=selection_id,json=selectionId" json:"selection_id,omitempty"`
	PredictionLines  []*CMsgPredictionRankings_PredictionLine `protobuf:"bytes,2,rep,name=prediction_lines,json=predictionLines" json:"prediction_lines,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgPredictionRankings_Prediction) Descriptor

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

func (*CMsgPredictionRankings_Prediction) GetPredictionLines

func (*CMsgPredictionRankings_Prediction) GetSelectionId

func (m *CMsgPredictionRankings_Prediction) GetSelectionId() uint32

func (*CMsgPredictionRankings_Prediction) ProtoMessage

func (*CMsgPredictionRankings_Prediction) ProtoMessage()

func (*CMsgPredictionRankings_Prediction) Reset

func (*CMsgPredictionRankings_Prediction) String

type CMsgPredictionRankings_PredictionLine

type CMsgPredictionRankings_PredictionLine struct {
	AnswerId         *uint32  `protobuf:"varint,1,opt,name=answer_id,json=answerId" json:"answer_id,omitempty"`
	AnswerName       *string  `protobuf:"bytes,2,opt,name=answer_name,json=answerName" json:"answer_name,omitempty"`
	AnswerValue      *float32 `protobuf:"fixed32,4,opt,name=answer_value,json=answerValue" json:"answer_value,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgPredictionRankings_PredictionLine) Descriptor

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

func (*CMsgPredictionRankings_PredictionLine) GetAnswerId

func (m *CMsgPredictionRankings_PredictionLine) GetAnswerLogo() uint64

func (*CMsgPredictionRankings_PredictionLine) GetAnswerName

func (m *CMsgPredictionRankings_PredictionLine) GetAnswerName() string

func (*CMsgPredictionRankings_PredictionLine) GetAnswerValue

func (m *CMsgPredictionRankings_PredictionLine) GetAnswerValue() float32

func (*CMsgPredictionRankings_PredictionLine) ProtoMessage

func (*CMsgPredictionRankings_PredictionLine) ProtoMessage()

func (*CMsgPredictionRankings_PredictionLine) Reset

func (*CMsgPredictionRankings_PredictionLine) String

type CMsgPredictionResults

type CMsgPredictionResults struct {
	Results          []*CMsgPredictionResults_Result `protobuf:"bytes,1,rep,name=results" json:"results,omitempty"`
	XXX_unrecognized []byte                          `json:"-"`
}

func (*CMsgPredictionResults) Descriptor

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

func (*CMsgPredictionResults) GetResults

func (*CMsgPredictionResults) ProtoMessage

func (*CMsgPredictionResults) ProtoMessage()

func (*CMsgPredictionResults) Reset

func (m *CMsgPredictionResults) Reset()

func (*CMsgPredictionResults) String

func (m *CMsgPredictionResults) String() string

type CMsgPredictionResults_Result

type CMsgPredictionResults_Result struct {
	SelectionId      *uint32                                  `protobuf:"varint,1,opt,name=selection_id,json=selectionId" json:"selection_id,omitempty"`
	ResultBreakdown  []*CMsgPredictionResults_ResultBreakdown `protobuf:"bytes,2,rep,name=result_breakdown,json=resultBreakdown" json:"result_breakdown,omitempty"`
	XXX_unrecognized []byte                                   `json:"-"`
}

func (*CMsgPredictionResults_Result) Descriptor

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

func (*CMsgPredictionResults_Result) GetResultBreakdown

func (*CMsgPredictionResults_Result) GetSelectionId

func (m *CMsgPredictionResults_Result) GetSelectionId() uint32

func (*CMsgPredictionResults_Result) ProtoMessage

func (*CMsgPredictionResults_Result) ProtoMessage()

func (*CMsgPredictionResults_Result) Reset

func (m *CMsgPredictionResults_Result) Reset()

func (*CMsgPredictionResults_Result) String

type CMsgPredictionResults_ResultBreakdown

type CMsgPredictionResults_ResultBreakdown struct {
	AnswerSelection  *uint32  `protobuf:"varint,2,opt,name=answer_selection,json=answerSelection" json:"answer_selection,omitempty"`
	AnswerValue      *float32 `protobuf:"fixed32,3,opt,name=answer_value,json=answerValue" json:"answer_value,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgPredictionResults_ResultBreakdown) Descriptor

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

func (*CMsgPredictionResults_ResultBreakdown) GetAnswerSelection

func (m *CMsgPredictionResults_ResultBreakdown) GetAnswerSelection() uint32

func (*CMsgPredictionResults_ResultBreakdown) GetAnswerValue

func (m *CMsgPredictionResults_ResultBreakdown) GetAnswerValue() float32

func (*CMsgPredictionResults_ResultBreakdown) ProtoMessage

func (*CMsgPredictionResults_ResultBreakdown) ProtoMessage()

func (*CMsgPredictionResults_ResultBreakdown) Reset

func (*CMsgPredictionResults_ResultBreakdown) String

type CMsgPresentedClientTerminateDlg

type CMsgPresentedClientTerminateDlg struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgPresentedClientTerminateDlg) Descriptor

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

func (*CMsgPresentedClientTerminateDlg) ProtoMessage

func (*CMsgPresentedClientTerminateDlg) ProtoMessage()

func (*CMsgPresentedClientTerminateDlg) Reset

func (*CMsgPresentedClientTerminateDlg) String

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_unrecognized     []byte                              `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

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_unrecognized  []byte  `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

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_unrecognized []byte  `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

type CMsgRedeemCode

type CMsgRedeemCode struct {
	Code             *string `protobuf:"bytes,1,opt,name=code" json:"code,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

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 CMsgRefreshPartnerAccountLink struct {
	PartnerType      *int32 `protobuf:"varint,1,opt,name=partner_type,json=partnerType" json:"partner_type,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgRefreshPartnerAccountLink) Descriptor

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

func (*CMsgRefreshPartnerAccountLink) GetPartnerType

func (m *CMsgRefreshPartnerAccountLink) GetPartnerType() int32

func (*CMsgRefreshPartnerAccountLink) ProtoMessage

func (*CMsgRefreshPartnerAccountLink) ProtoMessage()

func (*CMsgRefreshPartnerAccountLink) Reset

func (m *CMsgRefreshPartnerAccountLink) Reset()

func (*CMsgRefreshPartnerAccountLink) String

type CMsgReplicateConVars

type CMsgReplicateConVars struct {
	Convars          []*CMsgConVarValue `protobuf:"bytes,1,rep,name=convars" json:"convars,omitempty"`
	XXX_unrecognized []byte             `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

type CMsgRequestCrateItems

type CMsgRequestCrateItems struct {
	CrateItemDef     *uint32 `protobuf:"varint,1,opt,name=crate_item_def,json=crateItemDef" json:"crate_item_def,omitempty"`
	XXX_unrecognized []byte  `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

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"`
	PeekItemDef      *uint32  `protobuf:"varint,3,opt,name=peek_item_def,json=peekItemDef" json:"peek_item_def,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgRequestCrateItemsResponse) Descriptor

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

func (*CMsgRequestCrateItemsResponse) GetItemDefs

func (m *CMsgRequestCrateItemsResponse) GetItemDefs() []uint32

func (*CMsgRequestCrateItemsResponse) GetPeekItemDef

func (m *CMsgRequestCrateItemsResponse) GetPeekItemDef() 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

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 CMsgRequestInternationalTicket

type CMsgRequestInternationalTicket struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgRequestInternationalTicket) Descriptor

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

func (*CMsgRequestInternationalTicket) ProtoMessage

func (*CMsgRequestInternationalTicket) ProtoMessage()

func (*CMsgRequestInternationalTicket) Reset

func (m *CMsgRequestInternationalTicket) Reset()

func (*CMsgRequestInternationalTicket) String

type CMsgRequestInventoryRefresh

type CMsgRequestInventoryRefresh struct {
	XXX_unrecognized []byte `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

type CMsgRequestItemPurgatory_FinalizePurchase

type CMsgRequestItemPurgatory_FinalizePurchase struct {
	ItemIds          []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_unrecognized []byte   `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

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_unrecognized []byte   `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

type CMsgRequestItemPurgatory_RefundPurchase

type CMsgRequestItemPurgatory_RefundPurchase struct {
	ItemIds          []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_unrecognized []byte   `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

type CMsgRequestItemPurgatory_RefundPurchaseResponse

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

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) Descriptor

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) GetResult

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) ProtoMessage

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) Reset

func (*CMsgRequestItemPurgatory_RefundPurchaseResponse) String

type CMsgRequestLeagueInfo

type CMsgRequestLeagueInfo struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgRequestLeagueInfo) Descriptor

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

func (*CMsgRequestLeagueInfo) ProtoMessage

func (*CMsgRequestLeagueInfo) ProtoMessage()

func (*CMsgRequestLeagueInfo) Reset

func (m *CMsgRequestLeagueInfo) Reset()

func (*CMsgRequestLeagueInfo) String

func (m *CMsgRequestLeagueInfo) String() string

type CMsgRequestLeaguePrizePool

type CMsgRequestLeaguePrizePool struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgRequestLeaguePrizePool) Descriptor

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

func (*CMsgRequestLeaguePrizePool) GetLeagueId

func (m *CMsgRequestLeaguePrizePool) GetLeagueId() uint32

func (*CMsgRequestLeaguePrizePool) ProtoMessage

func (*CMsgRequestLeaguePrizePool) ProtoMessage()

func (*CMsgRequestLeaguePrizePool) Reset

func (m *CMsgRequestLeaguePrizePool) Reset()

func (*CMsgRequestLeaguePrizePool) String

func (m *CMsgRequestLeaguePrizePool) String() string

type CMsgRequestLeaguePrizePoolResponse

type CMsgRequestLeaguePrizePoolResponse struct {
	LeagueId         *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	PrizePool        *uint32 `protobuf:"varint,2,opt,name=prize_pool,json=prizePool" json:"prize_pool,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgRequestLeaguePrizePoolResponse) Descriptor

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

func (*CMsgRequestLeaguePrizePoolResponse) GetLeagueId

func (m *CMsgRequestLeaguePrizePoolResponse) GetLeagueId() uint32

func (*CMsgRequestLeaguePrizePoolResponse) GetPrizePool

func (m *CMsgRequestLeaguePrizePoolResponse) GetPrizePool() uint32

func (*CMsgRequestLeaguePrizePoolResponse) ProtoMessage

func (*CMsgRequestLeaguePrizePoolResponse) ProtoMessage()

func (*CMsgRequestLeaguePrizePoolResponse) Reset

func (*CMsgRequestLeaguePrizePoolResponse) String

type CMsgRequestOfferings

type CMsgRequestOfferings struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgRequestOfferings) Descriptor

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

func (*CMsgRequestOfferings) ProtoMessage

func (*CMsgRequestOfferings) ProtoMessage()

func (*CMsgRequestOfferings) Reset

func (m *CMsgRequestOfferings) Reset()

func (*CMsgRequestOfferings) String

func (m *CMsgRequestOfferings) String() string

type CMsgRequestOfferingsResponse

type CMsgRequestOfferingsResponse struct {
	Offerings        []*CMsgRequestOfferingsResponse_NewYearsOffering `protobuf:"bytes,1,rep,name=offerings" json:"offerings,omitempty"`
	Completed        *bool                                            `protobuf:"varint,2,opt,name=completed" json:"completed,omitempty"`
	XXX_unrecognized []byte                                           `json:"-"`
}

func (*CMsgRequestOfferingsResponse) Descriptor

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

func (*CMsgRequestOfferingsResponse) GetCompleted

func (m *CMsgRequestOfferingsResponse) GetCompleted() bool

func (*CMsgRequestOfferingsResponse) GetOfferings

func (*CMsgRequestOfferingsResponse) ProtoMessage

func (*CMsgRequestOfferingsResponse) ProtoMessage()

func (*CMsgRequestOfferingsResponse) Reset

func (m *CMsgRequestOfferingsResponse) Reset()

func (*CMsgRequestOfferingsResponse) String

type CMsgRequestOfferingsResponse_NewYearsOffering

type CMsgRequestOfferingsResponse_NewYearsOffering 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_unrecognized []byte  `json:"-"`
}

func (*CMsgRequestOfferingsResponse_NewYearsOffering) Descriptor

func (*CMsgRequestOfferingsResponse_NewYearsOffering) GetDefIndex

func (*CMsgRequestOfferingsResponse_NewYearsOffering) GetItemId

func (*CMsgRequestOfferingsResponse_NewYearsOffering) ProtoMessage

func (*CMsgRequestOfferingsResponse_NewYearsOffering) Reset

func (*CMsgRequestOfferingsResponse_NewYearsOffering) String

type CMsgResetMapLocations

type CMsgResetMapLocations struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgResetMapLocations) Descriptor

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

func (*CMsgResetMapLocations) ProtoMessage

func (*CMsgResetMapLocations) ProtoMessage()

func (*CMsgResetMapLocations) Reset

func (m *CMsgResetMapLocations) Reset()

func (*CMsgResetMapLocations) String

func (m *CMsgResetMapLocations) String() string

type CMsgResetMapLocationsResponse

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

func (*CMsgResetMapLocationsResponse) Descriptor

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

func (*CMsgResetMapLocationsResponse) GetEresult

func (m *CMsgResetMapLocationsResponse) GetEresult() uint32

func (*CMsgResetMapLocationsResponse) ProtoMessage

func (*CMsgResetMapLocationsResponse) ProtoMessage()

func (*CMsgResetMapLocationsResponse) Reset

func (m *CMsgResetMapLocationsResponse) Reset()

func (*CMsgResetMapLocationsResponse) String

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_unrecognized []byte  `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

type CMsgResetStrangeGemCountResponse

type CMsgResetStrangeGemCountResponse struct {
	Response         *CMsgResetStrangeGemCountResponse_EResetGem `protobuf:"varint,1,opt,name=response,enum=CMsgResetStrangeGemCountResponse_EResetGem,def=0" json:"response,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CMsgResetStrangeGemCountResponse) Descriptor

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

func (*CMsgResetStrangeGemCountResponse) GetResponse

func (*CMsgResetStrangeGemCountResponse) ProtoMessage

func (*CMsgResetStrangeGemCountResponse) ProtoMessage()

func (*CMsgResetStrangeGemCountResponse) Reset

func (*CMsgResetStrangeGemCountResponse) String

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 CMsgResponseLeagueInfo

type CMsgResponseLeagueInfo struct {
	Leagues          []*CDynamicLeagueData `protobuf:"bytes,1,rep,name=leagues" json:"leagues,omitempty"`
	XXX_unrecognized []byte                `json:"-"`
}

func (*CMsgResponseLeagueInfo) Descriptor

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

func (*CMsgResponseLeagueInfo) GetLeagues

func (m *CMsgResponseLeagueInfo) GetLeagues() []*CDynamicLeagueData

func (*CMsgResponseLeagueInfo) ProtoMessage

func (*CMsgResponseLeagueInfo) ProtoMessage()

func (*CMsgResponseLeagueInfo) Reset

func (m *CMsgResponseLeagueInfo) Reset()

func (*CMsgResponseLeagueInfo) String

func (m *CMsgResponseLeagueInfo) String() string

type CMsgRetrieveMatchVote

type CMsgRetrieveMatchVote struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	Incremental      *uint32 `protobuf:"varint,2,opt,name=incremental" json:"incremental,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgRetrieveMatchVote) Descriptor

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

func (*CMsgRetrieveMatchVote) GetIncremental

func (m *CMsgRetrieveMatchVote) GetIncremental() uint32

func (*CMsgRetrieveMatchVote) GetMatchId

func (m *CMsgRetrieveMatchVote) GetMatchId() uint64

func (*CMsgRetrieveMatchVote) ProtoMessage

func (*CMsgRetrieveMatchVote) ProtoMessage()

func (*CMsgRetrieveMatchVote) Reset

func (m *CMsgRetrieveMatchVote) Reset()

func (*CMsgRetrieveMatchVote) String

func (m *CMsgRetrieveMatchVote) String() string

type CMsgSDONoMemcached

type CMsgSDONoMemcached struct {
	XXX_unrecognized []byte `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

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_unrecognized []byte  `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

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_unrecognized  []byte         `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

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_unrecognized []byte                                  `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

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_unrecognized []byte         `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

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_unrecognized []byte   `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

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_unrecognized []byte         `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

type CMsgSOCacheSubscriptionRefresh

type CMsgSOCacheSubscriptionRefresh struct {
	OwnerSoid        *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_unrecognized []byte         `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

type CMsgSOCacheUnsubscribed

type CMsgSOCacheUnsubscribed struct {
	OwnerSoid        *CMsgSOIDOwner `protobuf:"bytes,2,opt,name=owner_soid,json=ownerSoid" json:"owner_soid,omitempty"`
	XXX_unrecognized []byte         `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

type CMsgSOCacheVersion

type CMsgSOCacheVersion struct {
	Version          *uint64 `protobuf:"fixed64,1,opt,name=version" json:"version,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte                                `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

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_unrecognized []byte `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

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_unrecognized []byte         `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

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_unrecognized []byte   `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

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_unrecognized []byte  `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

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_unrecognized []byte   `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

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_unrecognized     []byte                         `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

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_unrecognized []byte                                 `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

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_unrecognized []byte  `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

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_unrecognized []byte   `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

type CMsgServerAvailable

type CMsgServerAvailable struct {
	CustomGameInstallStatus *CMsgCustomGameInstallStatus `` /* 127-byte string literal not displayed */
	XXX_unrecognized        []byte                       `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

type CMsgServerToGCMatchDetailsRequest

type CMsgServerToGCMatchDetailsRequest struct {
	MatchIds         []uint64 `protobuf:"varint,1,rep,name=match_ids,json=matchIds" json:"match_ids,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgServerToGCMatchDetailsRequest) Descriptor

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

func (*CMsgServerToGCMatchDetailsRequest) GetMatchIds

func (m *CMsgServerToGCMatchDetailsRequest) GetMatchIds() []uint64

func (*CMsgServerToGCMatchDetailsRequest) ProtoMessage

func (*CMsgServerToGCMatchDetailsRequest) ProtoMessage()

func (*CMsgServerToGCMatchDetailsRequest) Reset

func (*CMsgServerToGCMatchDetailsRequest) String

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_unrecognized   []byte       `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

type CMsgSetFeaturedItems

type CMsgSetFeaturedItems struct {
	FeaturedItemId   []uint64 `protobuf:"varint,1,rep,name=featured_item_id,json=featuredItemId" json:"featured_item_id,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CMsgSetFeaturedItems) Descriptor

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

func (*CMsgSetFeaturedItems) GetFeaturedItemId

func (m *CMsgSetFeaturedItems) GetFeaturedItemId() []uint64

func (*CMsgSetFeaturedItems) ProtoMessage

func (*CMsgSetFeaturedItems) ProtoMessage()

func (*CMsgSetFeaturedItems) Reset

func (m *CMsgSetFeaturedItems) Reset()

func (*CMsgSetFeaturedItems) String

func (m *CMsgSetFeaturedItems) String() string

type CMsgSetItemPositions

type CMsgSetItemPositions struct {
	ItemPositions    []*CMsgSetItemPositions_ItemPosition `protobuf:"bytes,1,rep,name=item_positions,json=itemPositions" json:"item_positions,omitempty"`
	XXX_unrecognized []byte                               `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

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_unrecognized []byte  `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

type CMsgSetMapLocationState

type CMsgSetMapLocationState struct {
	LocationId       *int32 `protobuf:"varint,1,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	Completed        *bool  `protobuf:"varint,2,opt,name=completed" json:"completed,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgSetMapLocationState) Descriptor

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

func (*CMsgSetMapLocationState) GetCompleted

func (m *CMsgSetMapLocationState) GetCompleted() bool

func (*CMsgSetMapLocationState) GetLocationId

func (m *CMsgSetMapLocationState) GetLocationId() int32

func (*CMsgSetMapLocationState) ProtoMessage

func (*CMsgSetMapLocationState) ProtoMessage()

func (*CMsgSetMapLocationState) Reset

func (m *CMsgSetMapLocationState) Reset()

func (*CMsgSetMapLocationState) String

func (m *CMsgSetMapLocationState) String() string

type CMsgSetMapLocationStateResponse

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

func (*CMsgSetMapLocationStateResponse) Descriptor

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

func (*CMsgSetMapLocationStateResponse) GetEresult

func (m *CMsgSetMapLocationStateResponse) GetEresult() uint32

func (*CMsgSetMapLocationStateResponse) ProtoMessage

func (*CMsgSetMapLocationStateResponse) ProtoMessage()

func (*CMsgSetMapLocationStateResponse) Reset

func (*CMsgSetMapLocationStateResponse) String

type CMsgSetShowcaseHero

type CMsgSetShowcaseHero struct {
	ShowcaseHeroId   *uint32 `protobuf:"varint,1,opt,name=showcase_hero_id,json=showcaseHeroId" json:"showcase_hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgSetShowcaseHero) Descriptor

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

func (*CMsgSetShowcaseHero) GetShowcaseHeroId

func (m *CMsgSetShowcaseHero) GetShowcaseHeroId() uint32

func (*CMsgSetShowcaseHero) ProtoMessage

func (*CMsgSetShowcaseHero) ProtoMessage()

func (*CMsgSetShowcaseHero) Reset

func (m *CMsgSetShowcaseHero) Reset()

func (*CMsgSetShowcaseHero) String

func (m *CMsgSetShowcaseHero) String() string

type CMsgSortItems

type CMsgSortItems struct {
	SortType         *uint32 `protobuf:"varint,1,opt,name=sort_type,json=sortType" json:"sort_type,omitempty"`
	XXX_unrecognized []byte  `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

type CMsgStoreGetUserData

type CMsgStoreGetUserData struct {
	PriceSheetVersion *uint32 `protobuf:"fixed32,1,opt,name=price_sheet_version,json=priceSheetVersion" json:"price_sheet_version,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CMsgStoreGetUserData) Descriptor

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

func (*CMsgStoreGetUserData) GetPriceSheetVersion

func (m *CMsgStoreGetUserData) GetPriceSheetVersion() uint32

func (*CMsgStoreGetUserData) ProtoMessage

func (*CMsgStoreGetUserData) ProtoMessage()

func (*CMsgStoreGetUserData) Reset

func (m *CMsgStoreGetUserData) Reset()

func (*CMsgStoreGetUserData) String

func (m *CMsgStoreGetUserData) String() string

type CMsgStoreGetUserDataResponse

type CMsgStoreGetUserDataResponse struct {
	Result              *int32   `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	Currency            *int32   `protobuf:"varint,2,opt,name=currency" json:"currency,omitempty"`
	Country             *string  `protobuf:"bytes,3,opt,name=country" json:"country,omitempty"`
	PriceSheetVersion   *uint32  `protobuf:"fixed32,4,opt,name=price_sheet_version,json=priceSheetVersion" json:"price_sheet_version,omitempty"`
	ExperimentData      *uint64  `protobuf:"varint,5,opt,name=experiment_data,json=experimentData,def=0" json:"experiment_data,omitempty"`
	FeaturedItemIdx     *int32   `protobuf:"varint,6,opt,name=featured_item_idx,json=featuredItemIdx" json:"featured_item_idx,omitempty"`
	ShowHatDescriptions *bool    `protobuf:"varint,7,opt,name=show_hat_descriptions,json=showHatDescriptions,def=1" json:"show_hat_descriptions,omitempty"`
	PriceSheet          []byte   `protobuf:"bytes,8,opt,name=price_sheet,json=priceSheet" json:"price_sheet,omitempty"`
	DefaultItemSort     *int32   `protobuf:"varint,9,opt,name=default_item_sort,json=defaultItemSort,def=0" json:"default_item_sort,omitempty"`
	PopularItems        []uint32 `protobuf:"varint,10,rep,name=popular_items,json=popularItems" json:"popular_items,omitempty"`
	XXX_unrecognized    []byte   `json:"-"`
}

func (*CMsgStoreGetUserDataResponse) Descriptor

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

func (*CMsgStoreGetUserDataResponse) GetCountry

func (m *CMsgStoreGetUserDataResponse) GetCountry() string

func (*CMsgStoreGetUserDataResponse) GetCurrency

func (m *CMsgStoreGetUserDataResponse) GetCurrency() int32

func (*CMsgStoreGetUserDataResponse) GetDefaultItemSort

func (m *CMsgStoreGetUserDataResponse) GetDefaultItemSort() int32

func (*CMsgStoreGetUserDataResponse) GetExperimentData

func (m *CMsgStoreGetUserDataResponse) GetExperimentData() uint64

func (*CMsgStoreGetUserDataResponse) GetFeaturedItemIdx

func (m *CMsgStoreGetUserDataResponse) GetFeaturedItemIdx() int32

func (*CMsgStoreGetUserDataResponse) GetPopularItems

func (m *CMsgStoreGetUserDataResponse) GetPopularItems() []uint32

func (*CMsgStoreGetUserDataResponse) GetPriceSheet

func (m *CMsgStoreGetUserDataResponse) GetPriceSheet() []byte

func (*CMsgStoreGetUserDataResponse) GetPriceSheetVersion

func (m *CMsgStoreGetUserDataResponse) GetPriceSheetVersion() uint32

func (*CMsgStoreGetUserDataResponse) GetResult

func (m *CMsgStoreGetUserDataResponse) GetResult() int32

func (*CMsgStoreGetUserDataResponse) GetShowHatDescriptions

func (m *CMsgStoreGetUserDataResponse) GetShowHatDescriptions() bool

func (*CMsgStoreGetUserDataResponse) ProtoMessage

func (*CMsgStoreGetUserDataResponse) ProtoMessage()

func (*CMsgStoreGetUserDataResponse) Reset

func (m *CMsgStoreGetUserDataResponse) Reset()

func (*CMsgStoreGetUserDataResponse) String

type CMsgSystemBroadcast

type CMsgSystemBroadcast struct {
	Message          *string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte  `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

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_unrecognized  []byte  `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

type CMsgUpgradeLeagueItem

type CMsgUpgradeLeagueItem struct {
	MatchId          *uint64 `protobuf:"varint,1,opt,name=match_id,json=matchId" json:"match_id,omitempty"`
	LeagueId         *uint32 `protobuf:"varint,2,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CMsgUpgradeLeagueItem) Descriptor

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

func (*CMsgUpgradeLeagueItem) GetLeagueId

func (m *CMsgUpgradeLeagueItem) GetLeagueId() uint32

func (*CMsgUpgradeLeagueItem) GetMatchId

func (m *CMsgUpgradeLeagueItem) GetMatchId() uint64

func (*CMsgUpgradeLeagueItem) ProtoMessage

func (*CMsgUpgradeLeagueItem) ProtoMessage()

func (*CMsgUpgradeLeagueItem) Reset

func (m *CMsgUpgradeLeagueItem) Reset()

func (*CMsgUpgradeLeagueItem) String

func (m *CMsgUpgradeLeagueItem) String() string

type CMsgUpgradeLeagueItemResponse

type CMsgUpgradeLeagueItemResponse struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CMsgUpgradeLeagueItemResponse) Descriptor

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

func (*CMsgUpgradeLeagueItemResponse) ProtoMessage

func (*CMsgUpgradeLeagueItemResponse) ProtoMessage()

func (*CMsgUpgradeLeagueItemResponse) Reset

func (m *CMsgUpgradeLeagueItemResponse) Reset()

func (*CMsgUpgradeLeagueItemResponse) String

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_unrecognized        []byte   `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

type CMsgUseMultipleItems

type CMsgUseMultipleItems struct {
	ItemIds          []uint64 `protobuf:"varint,1,rep,name=item_ids,json=itemIds" json:"item_ids,omitempty"`
	XXX_unrecognized []byte   `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

type CProtoItemHeroStatue

type CProtoItemHeroStatue struct {
	HeroId            *uint32  `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	StatusEffectIndex *uint32  `protobuf:"varint,2,opt,name=status_effect_index,json=statusEffectIndex" json:"status_effect_index,omitempty"`
	SequenceName      *string  `protobuf:"bytes,3,opt,name=sequence_name,json=sequenceName" json:"sequence_name,omitempty"`
	Cycle             *float32 `protobuf:"fixed32,4,opt,name=cycle" json:"cycle,omitempty"`
	Wearable          []uint32 `protobuf:"varint,5,rep,name=wearable" json:"wearable,omitempty"`
	Inscription       *string  `protobuf:"bytes,6,opt,name=inscription" json:"inscription,omitempty"`
	Style             []uint32 `protobuf:"varint,7,rep,name=style" json:"style,omitempty"`
	TournamentDrop    *bool    `protobuf:"varint,8,opt,name=tournament_drop,json=tournamentDrop" json:"tournament_drop,omitempty"`
	XXX_unrecognized  []byte   `json:"-"`
}

func (*CProtoItemHeroStatue) Descriptor

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

func (*CProtoItemHeroStatue) GetCycle

func (m *CProtoItemHeroStatue) GetCycle() float32

func (*CProtoItemHeroStatue) GetHeroId

func (m *CProtoItemHeroStatue) GetHeroId() uint32

func (*CProtoItemHeroStatue) GetInscription

func (m *CProtoItemHeroStatue) GetInscription() string

func (*CProtoItemHeroStatue) GetSequenceName

func (m *CProtoItemHeroStatue) GetSequenceName() string

func (*CProtoItemHeroStatue) GetStatusEffectIndex

func (m *CProtoItemHeroStatue) GetStatusEffectIndex() uint32

func (*CProtoItemHeroStatue) GetStyle

func (m *CProtoItemHeroStatue) GetStyle() []uint32

func (*CProtoItemHeroStatue) GetTournamentDrop

func (m *CProtoItemHeroStatue) GetTournamentDrop() bool

func (*CProtoItemHeroStatue) GetWearable

func (m *CProtoItemHeroStatue) GetWearable() []uint32

func (*CProtoItemHeroStatue) ProtoMessage

func (*CProtoItemHeroStatue) ProtoMessage()

func (*CProtoItemHeroStatue) Reset

func (m *CProtoItemHeroStatue) Reset()

func (*CProtoItemHeroStatue) String

func (m *CProtoItemHeroStatue) String() string

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_unrecognized []byte  `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

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_unrecognized []byte            `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

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_unrecognized []byte            `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

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_unrecognized []byte            `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

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_unrecognized []byte            `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

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_unrecognized []byte            `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

type CProtoItemSocket_Empty

type CProtoItemSocket_Empty struct {
	Socket           *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	XXX_unrecognized []byte            `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

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_unrecognized []byte            `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

type CProtoItemSocket_StaticVisuals

type CProtoItemSocket_StaticVisuals struct {
	Socket           *CProtoItemSocket `protobuf:"bytes,1,opt,name=socket" json:"socket,omitempty"`
	XXX_unrecognized []byte            `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

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_unrecognized []byte            `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

type CProtoItemTeamShowcase

type CProtoItemTeamShowcase struct {
	HeroId            *uint32  `protobuf:"varint,1,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	StatusEffectIndex *uint32  `protobuf:"varint,2,opt,name=status_effect_index,json=statusEffectIndex" json:"status_effect_index,omitempty"`
	SequenceName      *string  `protobuf:"bytes,3,opt,name=sequence_name,json=sequenceName" json:"sequence_name,omitempty"`
	Cycle             *float32 `protobuf:"fixed32,4,opt,name=cycle" json:"cycle,omitempty"`
	Wearable          []uint32 `protobuf:"varint,5,rep,name=wearable" json:"wearable,omitempty"`
	Inscription       *string  `protobuf:"bytes,6,opt,name=inscription" json:"inscription,omitempty"`
	Style             []uint32 `protobuf:"varint,7,rep,name=style" json:"style,omitempty"`
	XXX_unrecognized  []byte   `json:"-"`
}

func (*CProtoItemTeamShowcase) Descriptor

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

func (*CProtoItemTeamShowcase) GetCycle

func (m *CProtoItemTeamShowcase) GetCycle() float32

func (*CProtoItemTeamShowcase) GetHeroId

func (m *CProtoItemTeamShowcase) GetHeroId() uint32

func (*CProtoItemTeamShowcase) GetInscription

func (m *CProtoItemTeamShowcase) GetInscription() string

func (*CProtoItemTeamShowcase) GetSequenceName

func (m *CProtoItemTeamShowcase) GetSequenceName() string

func (*CProtoItemTeamShowcase) GetStatusEffectIndex

func (m *CProtoItemTeamShowcase) GetStatusEffectIndex() uint32

func (*CProtoItemTeamShowcase) GetStyle

func (m *CProtoItemTeamShowcase) GetStyle() []uint32

func (*CProtoItemTeamShowcase) GetWearable

func (m *CProtoItemTeamShowcase) GetWearable() []uint32

func (*CProtoItemTeamShowcase) ProtoMessage

func (*CProtoItemTeamShowcase) ProtoMessage()

func (*CProtoItemTeamShowcase) Reset

func (m *CProtoItemTeamShowcase) Reset()

func (*CProtoItemTeamShowcase) String

func (m *CProtoItemTeamShowcase) String() string

type CSODOTAGameAccountClient

type CSODOTAGameAccountClient struct {
	AccountId                                      *uint32             `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	Wins                                           *uint32             `protobuf:"varint,3,opt,name=wins" json:"wins,omitempty"`
	Losses                                         *uint32             `protobuf:"varint,4,opt,name=losses" json:"losses,omitempty"`
	Xp                                             *uint32             `protobuf:"varint,12,opt,name=xp" json:"xp,omitempty"`
	Level                                          *uint32             `protobuf:"varint,13,opt,name=level" json:"level,omitempty"`
	InitialSkill                                   *uint32             `protobuf:"varint,14,opt,name=initial_skill,json=initialSkill" json:"initial_skill,omitempty"`
	LeaverCount                                    *uint32             `protobuf:"varint,15,opt,name=leaver_count,json=leaverCount" json:"leaver_count,omitempty"`
	SecondaryLeaverCount                           *uint32             `protobuf:"varint,58,opt,name=secondary_leaver_count,json=secondaryLeaverCount" json:"secondary_leaver_count,omitempty"`
	LowPriorityUntilDate                           *uint32             `protobuf:"varint,18,opt,name=low_priority_until_date,json=lowPriorityUntilDate" json:"low_priority_until_date,omitempty"`
	PreventTextChatUntilDate                       *uint32             `` /* 134-byte string literal not displayed */
	PreventVoiceUntilDate                          *uint32             `protobuf:"varint,21,opt,name=prevent_voice_until_date,json=preventVoiceUntilDate" json:"prevent_voice_until_date,omitempty"`
	PreventPublicTextChatUntilDate                 *uint32             `` /* 154-byte string literal not displayed */
	LastAbandonedGameDate                          *uint32             `protobuf:"varint,22,opt,name=last_abandoned_game_date,json=lastAbandonedGameDate" json:"last_abandoned_game_date,omitempty"`
	LastSecondaryAbandonedGameDate                 *uint32             `` /* 152-byte string literal not displayed */
	LeaverPenaltyCount                             *uint32             `protobuf:"varint,23,opt,name=leaver_penalty_count,json=leaverPenaltyCount" json:"leaver_penalty_count,omitempty"`
	CompletedGameStreak                            *uint32             `protobuf:"varint,24,opt,name=completed_game_streak,json=completedGameStreak" json:"completed_game_streak,omitempty"`
	Teaching                                       *uint32             `protobuf:"varint,28,opt,name=teaching" json:"teaching,omitempty"`
	Leadership                                     *uint32             `protobuf:"varint,29,opt,name=leadership" json:"leadership,omitempty"`
	Friendly                                       *uint32             `protobuf:"varint,30,opt,name=friendly" json:"friendly,omitempty"`
	Forgiving                                      *uint32             `protobuf:"varint,31,opt,name=forgiving" json:"forgiving,omitempty"`
	AccountDisabledUntilDate                       *uint32             `` /* 132-byte string literal not displayed */
	AccountDisabledCount                           *uint32             `protobuf:"varint,39,opt,name=account_disabled_count,json=accountDisabledCount" json:"account_disabled_count,omitempty"`
	ShowcaseHeroId                                 *uint32             `protobuf:"varint,40,opt,name=showcase_hero_id,json=showcaseHeroId" json:"showcase_hero_id,omitempty"`
	MatchDisabledUntilDate                         *uint32             `` /* 126-byte string literal not displayed */
	MatchDisabledCount                             *uint32             `protobuf:"varint,42,opt,name=match_disabled_count,json=matchDisabledCount" json:"match_disabled_count,omitempty"`
	PartnerAccountType                             *PartnerAccountType `` /* 142-byte string literal not displayed */
	PartnerAccountState                            *uint32             `protobuf:"varint,45,opt,name=partner_account_state,json=partnerAccountState" json:"partner_account_state,omitempty"`
	Shutdownlawterminatetimestamp                  *uint32             `protobuf:"varint,47,opt,name=shutdownlawterminatetimestamp" json:"shutdownlawterminatetimestamp,omitempty"`
	LowPriorityGamesRemaining                      *uint32             `` /* 135-byte string literal not displayed */
	CompetitiveRank                                *uint32             `protobuf:"varint,49,opt,name=competitive_rank,json=competitiveRank" json:"competitive_rank,omitempty"`
	CalibrationGamesRemaining                      *uint32             `` /* 133-byte string literal not displayed */
	SoloCompetitiveRank                            *uint32             `protobuf:"varint,52,opt,name=solo_competitive_rank,json=soloCompetitiveRank" json:"solo_competitive_rank,omitempty"`
	SoloCalibrationGamesRemaining                  *uint32             `` /* 147-byte string literal not displayed */
	RecruitmentLevel                               *uint32             `protobuf:"varint,55,opt,name=recruitment_level,json=recruitmentLevel" json:"recruitment_level,omitempty"`
	HasNewNotifications                            *bool               `protobuf:"varint,56,opt,name=has_new_notifications,json=hasNewNotifications" json:"has_new_notifications,omitempty"`
	IsLeagueAdmin                                  *bool               `protobuf:"varint,57,opt,name=is_league_admin,json=isLeagueAdmin" json:"is_league_admin,omitempty"`
	CasualGamesPlayed                              *uint32             `protobuf:"varint,60,opt,name=casual_games_played,json=casualGamesPlayed" json:"casual_games_played,omitempty"`
	SoloCompetitiveGamesPlayed                     *uint32             `` /* 138-byte string literal not displayed */
	PartyCompetitiveGamesPlayed                    *uint32             `` /* 141-byte string literal not displayed */
	Casual_1V1GamesPlayed                          *uint32             `protobuf:"varint,65,opt,name=casual_1v1_games_played,json=casual1v1GamesPlayed" json:"casual_1v1_games_played,omitempty"`
	CompetitiveTeamGamesPlayed                     *uint32             `` /* 138-byte string literal not displayed */
	CurrAllHeroChallengeId                         *uint32             `` /* 128-byte string literal not displayed */
	PlayTimePoints                                 *uint32             `protobuf:"varint,68,opt,name=play_time_points,json=playTimePoints" json:"play_time_points,omitempty"`
	AccountFlags                                   *uint32             `protobuf:"varint,69,opt,name=account_flags,json=accountFlags" json:"account_flags,omitempty"`
	PlayTimeLevel                                  *uint32             `protobuf:"varint,70,opt,name=play_time_level,json=playTimeLevel" json:"play_time_level,omitempty"`
	PlayerBehaviorSeqNumLastReport                 *uint32             `` /* 154-byte string literal not displayed */
	PlayerBehaviorScoreLastReport                  *uint32             `` /* 149-byte string literal not displayed */
	PlayerBehaviorReportOldData                    *bool               `` /* 143-byte string literal not displayed */
	TourneySkillLevel                              *uint32             `protobuf:"varint,74,opt,name=tourney_skill_level,json=tourneySkillLevel" json:"tourney_skill_level,omitempty"`
	TourneyRecentParticipationDate                 *uint32             `` /* 150-byte string literal not displayed */
	FavoriteTeam                                   *uint32             `protobuf:"varint,87,opt,name=favorite_team,json=favoriteTeam" json:"favorite_team,omitempty"`
	AnchoredPhoneNumberId                          *uint64             `protobuf:"varint,88,opt,name=anchored_phone_number_id,json=anchoredPhoneNumberId" json:"anchored_phone_number_id,omitempty"`
	RankedMatchmakingBanUntilDate                  *uint32             `` /* 149-byte string literal not displayed */
	RecentGameTime_1                               *uint32             `protobuf:"varint,90,opt,name=recent_game_time_1,json=recentGameTime1" json:"recent_game_time_1,omitempty"`
	RecentGameTime_2                               *uint32             `protobuf:"varint,91,opt,name=recent_game_time_2,json=recentGameTime2" json:"recent_game_time_2,omitempty"`
	RecentGameTime_3                               *uint32             `protobuf:"varint,92,opt,name=recent_game_time_3,json=recentGameTime3" json:"recent_game_time_3,omitempty"`
	GeneralSeasonalRankedRank                      *uint32             `` /* 135-byte string literal not displayed */
	GeneralSeasonalRankedCalibrationGamesRemaining *uint32             `` /* 202-byte string literal not displayed */
	GeneralSeasonalRankedGamesPlayed               *uint32             `` /* 158-byte string literal not displayed */
	GeneralSeasonalRankedRankPeak                  *uint32             `` /* 149-byte string literal not displayed */
	GeneralSeasonalRankTransferred                 *bool               `` /* 150-byte string literal not displayed */
	SoloSeasonalRankedRank                         *uint32             `` /* 126-byte string literal not displayed */
	SoloSeasonalRankedCalibrationGamesRemaining    *uint32             `` /* 193-byte string literal not displayed */
	SoloSeasonalRankedGamesPlayed                  *uint32             `` /* 150-byte string literal not displayed */
	SoloSeasonalRankedRankPeak                     *uint32             `` /* 141-byte string literal not displayed */
	SoloSeasonalRankTransferred                    *bool               `` /* 142-byte string literal not displayed */
	XXX_unrecognized                               []byte              `json:"-"`
}

func (*CSODOTAGameAccountClient) Descriptor

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

func (*CSODOTAGameAccountClient) GetAccountDisabledCount

func (m *CSODOTAGameAccountClient) GetAccountDisabledCount() uint32

func (*CSODOTAGameAccountClient) GetAccountDisabledUntilDate

func (m *CSODOTAGameAccountClient) GetAccountDisabledUntilDate() uint32

func (*CSODOTAGameAccountClient) GetAccountFlags

func (m *CSODOTAGameAccountClient) GetAccountFlags() uint32

func (*CSODOTAGameAccountClient) GetAccountId

func (m *CSODOTAGameAccountClient) GetAccountId() uint32

func (*CSODOTAGameAccountClient) GetAnchoredPhoneNumberId

func (m *CSODOTAGameAccountClient) GetAnchoredPhoneNumberId() uint64

func (*CSODOTAGameAccountClient) GetCalibrationGamesRemaining

func (m *CSODOTAGameAccountClient) GetCalibrationGamesRemaining() uint32

func (*CSODOTAGameAccountClient) GetCasualGamesPlayed

func (m *CSODOTAGameAccountClient) GetCasualGamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetCasual_1V1GamesPlayed

func (m *CSODOTAGameAccountClient) GetCasual_1V1GamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetCompetitiveRank

func (m *CSODOTAGameAccountClient) GetCompetitiveRank() uint32

func (*CSODOTAGameAccountClient) GetCompetitiveTeamGamesPlayed

func (m *CSODOTAGameAccountClient) GetCompetitiveTeamGamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetCompletedGameStreak

func (m *CSODOTAGameAccountClient) GetCompletedGameStreak() uint32

func (*CSODOTAGameAccountClient) GetCurrAllHeroChallengeId

func (m *CSODOTAGameAccountClient) GetCurrAllHeroChallengeId() uint32

func (*CSODOTAGameAccountClient) GetFavoriteTeam

func (m *CSODOTAGameAccountClient) GetFavoriteTeam() uint32

func (*CSODOTAGameAccountClient) GetForgiving

func (m *CSODOTAGameAccountClient) GetForgiving() uint32

func (*CSODOTAGameAccountClient) GetFriendly

func (m *CSODOTAGameAccountClient) GetFriendly() uint32

func (*CSODOTAGameAccountClient) GetGeneralSeasonalRankTransferred

func (m *CSODOTAGameAccountClient) GetGeneralSeasonalRankTransferred() bool

func (*CSODOTAGameAccountClient) GetGeneralSeasonalRankedCalibrationGamesRemaining

func (m *CSODOTAGameAccountClient) GetGeneralSeasonalRankedCalibrationGamesRemaining() uint32

func (*CSODOTAGameAccountClient) GetGeneralSeasonalRankedGamesPlayed

func (m *CSODOTAGameAccountClient) GetGeneralSeasonalRankedGamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetGeneralSeasonalRankedRank

func (m *CSODOTAGameAccountClient) GetGeneralSeasonalRankedRank() uint32

func (*CSODOTAGameAccountClient) GetGeneralSeasonalRankedRankPeak

func (m *CSODOTAGameAccountClient) GetGeneralSeasonalRankedRankPeak() uint32

func (*CSODOTAGameAccountClient) GetHasNewNotifications

func (m *CSODOTAGameAccountClient) GetHasNewNotifications() bool

func (*CSODOTAGameAccountClient) GetInitialSkill

func (m *CSODOTAGameAccountClient) GetInitialSkill() uint32

func (*CSODOTAGameAccountClient) GetIsLeagueAdmin

func (m *CSODOTAGameAccountClient) GetIsLeagueAdmin() bool

func (*CSODOTAGameAccountClient) GetLastAbandonedGameDate

func (m *CSODOTAGameAccountClient) GetLastAbandonedGameDate() uint32

func (*CSODOTAGameAccountClient) GetLastSecondaryAbandonedGameDate

func (m *CSODOTAGameAccountClient) GetLastSecondaryAbandonedGameDate() uint32

func (*CSODOTAGameAccountClient) GetLeadership

func (m *CSODOTAGameAccountClient) GetLeadership() uint32

func (*CSODOTAGameAccountClient) GetLeaverCount

func (m *CSODOTAGameAccountClient) GetLeaverCount() uint32

func (*CSODOTAGameAccountClient) GetLeaverPenaltyCount

func (m *CSODOTAGameAccountClient) GetLeaverPenaltyCount() uint32

func (*CSODOTAGameAccountClient) GetLevel

func (m *CSODOTAGameAccountClient) GetLevel() uint32

func (*CSODOTAGameAccountClient) GetLosses

func (m *CSODOTAGameAccountClient) GetLosses() uint32

func (*CSODOTAGameAccountClient) GetLowPriorityGamesRemaining

func (m *CSODOTAGameAccountClient) GetLowPriorityGamesRemaining() uint32

func (*CSODOTAGameAccountClient) GetLowPriorityUntilDate

func (m *CSODOTAGameAccountClient) GetLowPriorityUntilDate() uint32

func (*CSODOTAGameAccountClient) GetMatchDisabledCount

func (m *CSODOTAGameAccountClient) GetMatchDisabledCount() uint32

func (*CSODOTAGameAccountClient) GetMatchDisabledUntilDate

func (m *CSODOTAGameAccountClient) GetMatchDisabledUntilDate() uint32

func (*CSODOTAGameAccountClient) GetPartnerAccountState

func (m *CSODOTAGameAccountClient) GetPartnerAccountState() uint32

func (*CSODOTAGameAccountClient) GetPartnerAccountType

func (m *CSODOTAGameAccountClient) GetPartnerAccountType() PartnerAccountType

func (*CSODOTAGameAccountClient) GetPartyCompetitiveGamesPlayed

func (m *CSODOTAGameAccountClient) GetPartyCompetitiveGamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetPlayTimeLevel

func (m *CSODOTAGameAccountClient) GetPlayTimeLevel() uint32

func (*CSODOTAGameAccountClient) GetPlayTimePoints

func (m *CSODOTAGameAccountClient) GetPlayTimePoints() uint32

func (*CSODOTAGameAccountClient) GetPlayerBehaviorReportOldData

func (m *CSODOTAGameAccountClient) GetPlayerBehaviorReportOldData() bool

func (*CSODOTAGameAccountClient) GetPlayerBehaviorScoreLastReport

func (m *CSODOTAGameAccountClient) GetPlayerBehaviorScoreLastReport() uint32

func (*CSODOTAGameAccountClient) GetPlayerBehaviorSeqNumLastReport

func (m *CSODOTAGameAccountClient) GetPlayerBehaviorSeqNumLastReport() uint32

func (*CSODOTAGameAccountClient) GetPreventPublicTextChatUntilDate

func (m *CSODOTAGameAccountClient) GetPreventPublicTextChatUntilDate() uint32

func (*CSODOTAGameAccountClient) GetPreventTextChatUntilDate

func (m *CSODOTAGameAccountClient) GetPreventTextChatUntilDate() uint32

func (*CSODOTAGameAccountClient) GetPreventVoiceUntilDate

func (m *CSODOTAGameAccountClient) GetPreventVoiceUntilDate() uint32

func (*CSODOTAGameAccountClient) GetRankedMatchmakingBanUntilDate

func (m *CSODOTAGameAccountClient) GetRankedMatchmakingBanUntilDate() uint32

func (*CSODOTAGameAccountClient) GetRecentGameTime_1

func (m *CSODOTAGameAccountClient) GetRecentGameTime_1() uint32

func (*CSODOTAGameAccountClient) GetRecentGameTime_2

func (m *CSODOTAGameAccountClient) GetRecentGameTime_2() uint32

func (*CSODOTAGameAccountClient) GetRecentGameTime_3

func (m *CSODOTAGameAccountClient) GetRecentGameTime_3() uint32

func (*CSODOTAGameAccountClient) GetRecruitmentLevel

func (m *CSODOTAGameAccountClient) GetRecruitmentLevel() uint32

func (*CSODOTAGameAccountClient) GetSecondaryLeaverCount

func (m *CSODOTAGameAccountClient) GetSecondaryLeaverCount() uint32

func (*CSODOTAGameAccountClient) GetShowcaseHeroId

func (m *CSODOTAGameAccountClient) GetShowcaseHeroId() uint32

func (*CSODOTAGameAccountClient) GetShutdownlawterminatetimestamp

func (m *CSODOTAGameAccountClient) GetShutdownlawterminatetimestamp() uint32

func (*CSODOTAGameAccountClient) GetSoloCalibrationGamesRemaining

func (m *CSODOTAGameAccountClient) GetSoloCalibrationGamesRemaining() uint32

func (*CSODOTAGameAccountClient) GetSoloCompetitiveGamesPlayed

func (m *CSODOTAGameAccountClient) GetSoloCompetitiveGamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetSoloCompetitiveRank

func (m *CSODOTAGameAccountClient) GetSoloCompetitiveRank() uint32

func (*CSODOTAGameAccountClient) GetSoloSeasonalRankTransferred

func (m *CSODOTAGameAccountClient) GetSoloSeasonalRankTransferred() bool

func (*CSODOTAGameAccountClient) GetSoloSeasonalRankedCalibrationGamesRemaining

func (m *CSODOTAGameAccountClient) GetSoloSeasonalRankedCalibrationGamesRemaining() uint32

func (*CSODOTAGameAccountClient) GetSoloSeasonalRankedGamesPlayed

func (m *CSODOTAGameAccountClient) GetSoloSeasonalRankedGamesPlayed() uint32

func (*CSODOTAGameAccountClient) GetSoloSeasonalRankedRank

func (m *CSODOTAGameAccountClient) GetSoloSeasonalRankedRank() uint32

func (*CSODOTAGameAccountClient) GetSoloSeasonalRankedRankPeak

func (m *CSODOTAGameAccountClient) GetSoloSeasonalRankedRankPeak() uint32

func (*CSODOTAGameAccountClient) GetTeaching

func (m *CSODOTAGameAccountClient) GetTeaching() uint32

func (*CSODOTAGameAccountClient) GetTourneyRecentParticipationDate

func (m *CSODOTAGameAccountClient) GetTourneyRecentParticipationDate() uint32

func (*CSODOTAGameAccountClient) GetTourneySkillLevel

func (m *CSODOTAGameAccountClient) GetTourneySkillLevel() uint32

func (*CSODOTAGameAccountClient) GetWins

func (m *CSODOTAGameAccountClient) GetWins() uint32

func (*CSODOTAGameAccountClient) GetXp

func (m *CSODOTAGameAccountClient) GetXp() uint32

func (*CSODOTAGameAccountClient) ProtoMessage

func (*CSODOTAGameAccountClient) ProtoMessage()

func (*CSODOTAGameAccountClient) Reset

func (m *CSODOTAGameAccountClient) Reset()

func (*CSODOTAGameAccountClient) String

func (m *CSODOTAGameAccountClient) String() string

type CSODOTAGameHeroFavorites

type CSODOTAGameHeroFavorites struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	HeroId           *uint32 `protobuf:"varint,2,opt,name=hero_id,json=heroId" json:"hero_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSODOTAGameHeroFavorites) Descriptor

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

func (*CSODOTAGameHeroFavorites) GetAccountId

func (m *CSODOTAGameHeroFavorites) GetAccountId() uint32

func (*CSODOTAGameHeroFavorites) GetHeroId

func (m *CSODOTAGameHeroFavorites) GetHeroId() uint32

func (*CSODOTAGameHeroFavorites) ProtoMessage

func (*CSODOTAGameHeroFavorites) ProtoMessage()

func (*CSODOTAGameHeroFavorites) Reset

func (m *CSODOTAGameHeroFavorites) Reset()

func (*CSODOTAGameHeroFavorites) String

func (m *CSODOTAGameHeroFavorites) String() string

type CSODOTAMapLocationState

type CSODOTAMapLocationState struct {
	AccountId        *uint32 `protobuf:"varint,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	LocationId       *int32  `protobuf:"varint,2,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	Completed        *bool   `protobuf:"varint,3,opt,name=completed" json:"completed,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSODOTAMapLocationState) Descriptor

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

func (*CSODOTAMapLocationState) GetAccountId

func (m *CSODOTAMapLocationState) GetAccountId() uint32

func (*CSODOTAMapLocationState) GetCompleted

func (m *CSODOTAMapLocationState) GetCompleted() bool

func (*CSODOTAMapLocationState) GetLocationId

func (m *CSODOTAMapLocationState) GetLocationId() int32

func (*CSODOTAMapLocationState) ProtoMessage

func (*CSODOTAMapLocationState) ProtoMessage()

func (*CSODOTAMapLocationState) Reset

func (m *CSODOTAMapLocationState) Reset()

func (*CSODOTAMapLocationState) String

func (m *CSODOTAMapLocationState) String() string

type CSODOTAPlayerChallenge

type CSODOTAPlayerChallenge 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"`
	SlotId           *uint32 `protobuf:"varint,3,opt,name=slot_id,json=slotId" json:"slot_id,omitempty"`
	ChallengeType    *uint32 `protobuf:"varint,4,opt,name=challenge_type,json=challengeType" json:"challenge_type,omitempty"`
	IntParam_0       *uint32 `protobuf:"varint,5,opt,name=int_param_0,json=intParam0" json:"int_param_0,omitempty"`
	IntParam_1       *uint32 `protobuf:"varint,6,opt,name=int_param_1,json=intParam1" json:"int_param_1,omitempty"`
	CreatedTime      *uint32 `protobuf:"varint,7,opt,name=created_time,json=createdTime" json:"created_time,omitempty"`
	Completed        *uint32 `protobuf:"varint,8,opt,name=completed" json:"completed,omitempty"`
	SequenceId       *uint32 `protobuf:"varint,9,opt,name=sequence_id,json=sequenceId" json:"sequence_id,omitempty"`
	ChallengeTier    *uint32 `protobuf:"varint,10,opt,name=challenge_tier,json=challengeTier" json:"challenge_tier,omitempty"`
	Flags            *uint32 `protobuf:"varint,11,opt,name=flags" json:"flags,omitempty"`
	Attempts         *uint32 `protobuf:"varint,12,opt,name=attempts" json:"attempts,omitempty"`
	CompleteLimit    *uint32 `protobuf:"varint,13,opt,name=complete_limit,json=completeLimit" json:"complete_limit,omitempty"`
	QuestRank        *uint32 `protobuf:"varint,14,opt,name=quest_rank,json=questRank" json:"quest_rank,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CSODOTAPlayerChallenge) Descriptor

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

func (*CSODOTAPlayerChallenge) GetAccountId

func (m *CSODOTAPlayerChallenge) GetAccountId() uint32

func (*CSODOTAPlayerChallenge) GetAttempts

func (m *CSODOTAPlayerChallenge) GetAttempts() uint32

func (*CSODOTAPlayerChallenge) GetChallengeTier

func (m *CSODOTAPlayerChallenge) GetChallengeTier() uint32

func (*CSODOTAPlayerChallenge) GetChallengeType

func (m *CSODOTAPlayerChallenge) GetChallengeType() uint32

func (*CSODOTAPlayerChallenge) GetCompleteLimit

func (m *CSODOTAPlayerChallenge) GetCompleteLimit() uint32

func (*CSODOTAPlayerChallenge) GetCompleted

func (m *CSODOTAPlayerChallenge) GetCompleted() uint32

func (*CSODOTAPlayerChallenge) GetCreatedTime

func (m *CSODOTAPlayerChallenge) GetCreatedTime() uint32

func (*CSODOTAPlayerChallenge) GetEventId

func (m *CSODOTAPlayerChallenge) GetEventId() uint32

func (*CSODOTAPlayerChallenge) GetFlags

func (m *CSODOTAPlayerChallenge) GetFlags() uint32

func (*CSODOTAPlayerChallenge) GetIntParam_0

func (m *CSODOTAPlayerChallenge) GetIntParam_0() uint32

func (*CSODOTAPlayerChallenge) GetIntParam_1

func (m *CSODOTAPlayerChallenge) GetIntParam_1() uint32

func (*CSODOTAPlayerChallenge) GetQuestRank

func (m *CSODOTAPlayerChallenge) GetQuestRank() uint32

func (*CSODOTAPlayerChallenge) GetSequenceId

func (m *CSODOTAPlayerChallenge) GetSequenceId() uint32

func (*CSODOTAPlayerChallenge) GetSlotId

func (m *CSODOTAPlayerChallenge) GetSlotId() uint32

func (*CSODOTAPlayerChallenge) ProtoMessage

func (*CSODOTAPlayerChallenge) ProtoMessage()

func (*CSODOTAPlayerChallenge) Reset

func (m *CSODOTAPlayerChallenge) Reset()

func (*CSODOTAPlayerChallenge) String

func (m *CSODOTAPlayerChallenge) String() string

type CSODOTAPlayerChallenge_EFlags

type CSODOTAPlayerChallenge_EFlags int32
const (
	CSODOTAPlayerChallenge_eFlag_InstantRerollUncompleted CSODOTAPlayerChallenge_EFlags = 1
	CSODOTAPlayerChallenge_eFlag_QuestChallenge           CSODOTAPlayerChallenge_EFlags = 2
)

func (CSODOTAPlayerChallenge_EFlags) Enum

func (CSODOTAPlayerChallenge_EFlags) EnumDescriptor

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

func (CSODOTAPlayerChallenge_EFlags) String

func (*CSODOTAPlayerChallenge_EFlags) UnmarshalJSON

func (x *CSODOTAPlayerChallenge_EFlags) UnmarshalJSON(data []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_unrecognized []byte  `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

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_unrecognized              []byte  `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

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"`
	InUse            *bool                   `protobuf:"varint,14,opt,name=in_use,json=inUse,def=0" json:"in_use,omitempty"`
	Style            *uint32                 `protobuf:"varint,15,opt,name=style,def=0" json:"style,omitempty"`
	OriginalId       *uint64                 `protobuf:"varint,16,opt,name=original_id,json=originalId,def=0" json:"original_id,omitempty"`
	EquippedState    []*CSOEconItemEquipped  `protobuf:"bytes,18,rep,name=equipped_state,json=equippedState" json:"equipped_state,omitempty"`
	XXX_unrecognized []byte                  `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) GetInUse

func (m *CSOEconItem) GetInUse() bool

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

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_unrecognized []byte  `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

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_unrecognized []byte   `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized []byte  `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

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_unrecognized    []byte  `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

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_unrecognized  []byte                      `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

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_unrecognized []byte   `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

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_unrecognized     []byte             `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

type CStaticLeagueData

type CStaticLeagueData struct {
	LeagueId            *uint32 `protobuf:"varint,1,opt,name=league_id,json=leagueId" json:"league_id,omitempty"`
	Name                *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description         *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	BannerName          *string `protobuf:"bytes,4,opt,name=banner_name,json=bannerName" json:"banner_name,omitempty"`
	ItemdefName         *string `protobuf:"bytes,5,opt,name=itemdef_name,json=itemdefName" json:"itemdef_name,omitempty"`
	Url                 *string `protobuf:"bytes,6,opt,name=url" json:"url,omitempty"`
	ItemDefIndex        *uint32 `protobuf:"varint,7,opt,name=item_def_index,json=itemDefIndex" json:"item_def_index,omitempty"`
	HudSkinItemDefIndex *uint32 `protobuf:"varint,8,opt,name=hud_skin_item_def_index,json=hudSkinItemDefIndex" json:"hud_skin_item_def_index,omitempty"`
	LoadingScreenName   *string `protobuf:"bytes,9,opt,name=loading_screen_name,json=loadingScreenName" json:"loading_screen_name,omitempty"`
	BasePrizePool       *uint32 `protobuf:"varint,10,opt,name=base_prize_pool,json=basePrizePool" json:"base_prize_pool,omitempty"`
	IsMajor             *bool   `protobuf:"varint,11,opt,name=is_major,json=isMajor" json:"is_major,omitempty"`
	SortOrder           *uint32 `protobuf:"varint,12,opt,name=sort_order,json=sortOrder" json:"sort_order,omitempty"`
	Tier                *uint32 `protobuf:"varint,13,opt,name=tier" json:"tier,omitempty"`
	AmateurRegion       *uint32 `protobuf:"varint,14,opt,name=amateur_region,json=amateurRegion" json:"amateur_region,omitempty"`
	Organizer           *string `protobuf:"bytes,15,opt,name=organizer" json:"organizer,omitempty"`
	StartDate           *uint32 `protobuf:"varint,16,opt,name=start_date,json=startDate" json:"start_date,omitempty"`
	EndDate             *uint32 `protobuf:"varint,17,opt,name=end_date,json=endDate" json:"end_date,omitempty"`
	Location            *string `protobuf:"bytes,18,opt,name=location" json:"location,omitempty"`
	InventoryImage      *string `protobuf:"bytes,19,opt,name=inventory_image,json=inventoryImage" json:"inventory_image,omitempty"`
	SquareImage         *string `protobuf:"bytes,20,opt,name=square_image,json=squareImage" json:"square_image,omitempty"`
	BattlePassRollup    *bool   `protobuf:"varint,21,opt,name=battle_pass_rollup,json=battlePassRollup" json:"battle_pass_rollup,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CStaticLeagueData) Descriptor

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

func (*CStaticLeagueData) GetAmateurRegion

func (m *CStaticLeagueData) GetAmateurRegion() uint32

func (*CStaticLeagueData) GetBannerName

func (m *CStaticLeagueData) GetBannerName() string

func (*CStaticLeagueData) GetBasePrizePool

func (m *CStaticLeagueData) GetBasePrizePool() uint32

func (*CStaticLeagueData) GetBattlePassRollup

func (m *CStaticLeagueData) GetBattlePassRollup() bool

func (*CStaticLeagueData) GetDescription

func (m *CStaticLeagueData) GetDescription() string

func (*CStaticLeagueData) GetEndDate

func (m *CStaticLeagueData) GetEndDate() uint32

func (*CStaticLeagueData) GetHudSkinItemDefIndex

func (m *CStaticLeagueData) GetHudSkinItemDefIndex() uint32

func (*CStaticLeagueData) GetInventoryImage

func (m *CStaticLeagueData) GetInventoryImage() string

func (*CStaticLeagueData) GetIsMajor

func (m *CStaticLeagueData) GetIsMajor() bool

func (*CStaticLeagueData) GetItemDefIndex

func (m *CStaticLeagueData) GetItemDefIndex() uint32

func (*CStaticLeagueData) GetItemdefName

func (m *CStaticLeagueData) GetItemdefName() string

func (*CStaticLeagueData) GetLeagueId

func (m *CStaticLeagueData) GetLeagueId() uint32

func (*CStaticLeagueData) GetLoadingScreenName

func (m *CStaticLeagueData) GetLoadingScreenName() string

func (*CStaticLeagueData) GetLocation

func (m *CStaticLeagueData) GetLocation() string

func (*CStaticLeagueData) GetName

func (m *CStaticLeagueData) GetName() string

func (*CStaticLeagueData) GetOrganizer

func (m *CStaticLeagueData) GetOrganizer() string

func (*CStaticLeagueData) GetSortOrder

func (m *CStaticLeagueData) GetSortOrder() uint32

func (*CStaticLeagueData) GetSquareImage

func (m *CStaticLeagueData) GetSquareImage() string

func (*CStaticLeagueData) GetStartDate

func (m *CStaticLeagueData) GetStartDate() uint32

func (*CStaticLeagueData) GetTier

func (m *CStaticLeagueData) GetTier() uint32

func (*CStaticLeagueData) GetUrl

func (m *CStaticLeagueData) GetUrl() string

func (*CStaticLeagueData) ProtoMessage

func (*CStaticLeagueData) ProtoMessage()

func (*CStaticLeagueData) Reset

func (m *CStaticLeagueData) Reset()

func (*CStaticLeagueData) String

func (m *CStaticLeagueData) String() string

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_unrecognized []byte  `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

type CWorkshop_GetContributors_Response

type CWorkshop_GetContributors_Response struct {
	Contributors     []uint64 `protobuf:"fixed64,1,rep,name=contributors" json:"contributors,omitempty"`
	XXX_unrecognized []byte   `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

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_unrecognized []byte  `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

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_unrecognized []byte                                                        `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

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_unrecognized []byte  `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

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_unrecognized []byte                                                                      `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

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_unrecognized []byte                                                              `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

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_unrecognized []byte  `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

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"`
	XXX_unrecognized        []byte                                                           `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) GetPartnerAccounts

func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request) ProtoMessage()

func (*CWorkshop_SetItemPaymentRules_Request) Reset

func (*CWorkshop_SetItemPaymentRules_Request) String

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_unrecognized  []byte   `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

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"`
	XXX_unrecognized  []byte   `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Descriptor

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRevenuePercentage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetRuleDescription

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) GetWorkshopFileId

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) Reset

func (*CWorkshop_SetItemPaymentRules_Request_WorkshopItemPaymentRule) String

type CWorkshop_SetItemPaymentRules_Response

type CWorkshop_SetItemPaymentRules_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CWorkshop_SetItemPaymentRules_Response) Descriptor

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

func (*CWorkshop_SetItemPaymentRules_Response) ProtoMessage

func (*CWorkshop_SetItemPaymentRules_Response) Reset

func (*CWorkshop_SetItemPaymentRules_Response) String

type DOTA_2013PassportSelectionIndices

type DOTA_2013PassportSelectionIndices int32
const (
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_0    DOTA_2013PassportSelectionIndices = 0
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_1    DOTA_2013PassportSelectionIndices = 1
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_2    DOTA_2013PassportSelectionIndices = 2
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_3    DOTA_2013PassportSelectionIndices = 3
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_4    DOTA_2013PassportSelectionIndices = 4
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_5    DOTA_2013PassportSelectionIndices = 5
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_6    DOTA_2013PassportSelectionIndices = 6
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_7    DOTA_2013PassportSelectionIndices = 7
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_8    DOTA_2013PassportSelectionIndices = 8
	DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_9    DOTA_2013PassportSelectionIndices = 9
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_0     DOTA_2013PassportSelectionIndices = 10
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_1     DOTA_2013PassportSelectionIndices = 11
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_2     DOTA_2013PassportSelectionIndices = 12
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_3     DOTA_2013PassportSelectionIndices = 13
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_4     DOTA_2013PassportSelectionIndices = 14
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_5     DOTA_2013PassportSelectionIndices = 15
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_6     DOTA_2013PassportSelectionIndices = 16
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_7     DOTA_2013PassportSelectionIndices = 17
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_8     DOTA_2013PassportSelectionIndices = 18
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_9     DOTA_2013PassportSelectionIndices = 19
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_10    DOTA_2013PassportSelectionIndices = 20
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_11    DOTA_2013PassportSelectionIndices = 21
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_12    DOTA_2013PassportSelectionIndices = 22
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_13    DOTA_2013PassportSelectionIndices = 23
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_WEST_14    DOTA_2013PassportSelectionIndices = 24
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_0     DOTA_2013PassportSelectionIndices = 25
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_1     DOTA_2013PassportSelectionIndices = 26
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_2     DOTA_2013PassportSelectionIndices = 27
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_3     DOTA_2013PassportSelectionIndices = 28
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_4     DOTA_2013PassportSelectionIndices = 29
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_5     DOTA_2013PassportSelectionIndices = 30
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_6     DOTA_2013PassportSelectionIndices = 31
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_7     DOTA_2013PassportSelectionIndices = 32
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_8     DOTA_2013PassportSelectionIndices = 33
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_9     DOTA_2013PassportSelectionIndices = 34
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_10    DOTA_2013PassportSelectionIndices = 35
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_11    DOTA_2013PassportSelectionIndices = 36
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_12    DOTA_2013PassportSelectionIndices = 37
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_13    DOTA_2013PassportSelectionIndices = 38
	DOTA_2013PassportSelectionIndices_PP13_SEL_QUALPRED_EAST_14    DOTA_2013PassportSelectionIndices = 39
	DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_TEAM        DOTA_2013PassportSelectionIndices = 40
	DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_PLAYER      DOTA_2013PassportSelectionIndices = 41
	DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_TEAM_LOCK   DOTA_2013PassportSelectionIndices = 42
	DOTA_2013PassportSelectionIndices_PP13_SEL_TEAMCUP_PLAYER_LOCK DOTA_2013PassportSelectionIndices = 43
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_0         DOTA_2013PassportSelectionIndices = 44
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_1         DOTA_2013PassportSelectionIndices = 45
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_2         DOTA_2013PassportSelectionIndices = 46
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_3         DOTA_2013PassportSelectionIndices = 47
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_4         DOTA_2013PassportSelectionIndices = 48
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_5         DOTA_2013PassportSelectionIndices = 49
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_6         DOTA_2013PassportSelectionIndices = 50
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_7         DOTA_2013PassportSelectionIndices = 51
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_8         DOTA_2013PassportSelectionIndices = 52
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_9         DOTA_2013PassportSelectionIndices = 53
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_10        DOTA_2013PassportSelectionIndices = 54
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_11        DOTA_2013PassportSelectionIndices = 55
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_12        DOTA_2013PassportSelectionIndices = 56
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_13        DOTA_2013PassportSelectionIndices = 57
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_14        DOTA_2013PassportSelectionIndices = 58
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_15        DOTA_2013PassportSelectionIndices = 59
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_16        DOTA_2013PassportSelectionIndices = 60
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_17        DOTA_2013PassportSelectionIndices = 61
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_18        DOTA_2013PassportSelectionIndices = 62
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_19        DOTA_2013PassportSelectionIndices = 63
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_20        DOTA_2013PassportSelectionIndices = 64
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_21        DOTA_2013PassportSelectionIndices = 65
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_22        DOTA_2013PassportSelectionIndices = 66
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_23        DOTA_2013PassportSelectionIndices = 67
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_24        DOTA_2013PassportSelectionIndices = 68
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_25        DOTA_2013PassportSelectionIndices = 69
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_26        DOTA_2013PassportSelectionIndices = 70
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_27        DOTA_2013PassportSelectionIndices = 71
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_28        DOTA_2013PassportSelectionIndices = 72
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_29        DOTA_2013PassportSelectionIndices = 73
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_30        DOTA_2013PassportSelectionIndices = 74
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_31        DOTA_2013PassportSelectionIndices = 75
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_32        DOTA_2013PassportSelectionIndices = 76
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_33        DOTA_2013PassportSelectionIndices = 77
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_34        DOTA_2013PassportSelectionIndices = 78
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_35        DOTA_2013PassportSelectionIndices = 79
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_36        DOTA_2013PassportSelectionIndices = 80
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_37        DOTA_2013PassportSelectionIndices = 81
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_38        DOTA_2013PassportSelectionIndices = 82
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_39        DOTA_2013PassportSelectionIndices = 83
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_40        DOTA_2013PassportSelectionIndices = 84
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_41        DOTA_2013PassportSelectionIndices = 85
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_42        DOTA_2013PassportSelectionIndices = 86
	DOTA_2013PassportSelectionIndices_PP13_SEL_EVENTPRED_43        DOTA_2013PassportSelectionIndices = 87
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_0              DOTA_2013PassportSelectionIndices = 88
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_1              DOTA_2013PassportSelectionIndices = 89
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_2              DOTA_2013PassportSelectionIndices = 90
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_3              DOTA_2013PassportSelectionIndices = 91
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_4              DOTA_2013PassportSelectionIndices = 92
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_5              DOTA_2013PassportSelectionIndices = 93
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_6              DOTA_2013PassportSelectionIndices = 94
	DOTA_2013PassportSelectionIndices_PP13_SEL_SOLO_7              DOTA_2013PassportSelectionIndices = 95
)
const Default_CMsgDOTAPassportVoteGenericSelection_SelectionIndex DOTA_2013PassportSelectionIndices = DOTA_2013PassportSelectionIndices_PP13_SEL_ALLSTAR_PLAYER_0

func (DOTA_2013PassportSelectionIndices) Enum

func (DOTA_2013PassportSelectionIndices) EnumDescriptor

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

func (DOTA_2013PassportSelectionIndices) String

func (*DOTA_2013PassportSelectionIndices) UnmarshalJSON

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

type DOTA_COMBATLOG_TYPES

type DOTA_COMBATLOG_TYPES int32
const (
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_INVALID                   DOTA_COMBATLOG_TYPES = -1
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_DAMAGE                    DOTA_COMBATLOG_TYPES = 0
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_HEAL                      DOTA_COMBATLOG_TYPES = 1
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MODIFIER_ADD              DOTA_COMBATLOG_TYPES = 2
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MODIFIER_REMOVE           DOTA_COMBATLOG_TYPES = 3
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_DEATH                     DOTA_COMBATLOG_TYPES = 4
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ABILITY                   DOTA_COMBATLOG_TYPES = 5
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ITEM                      DOTA_COMBATLOG_TYPES = 6
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_LOCATION                  DOTA_COMBATLOG_TYPES = 7
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_GOLD                      DOTA_COMBATLOG_TYPES = 8
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_GAME_STATE                DOTA_COMBATLOG_TYPES = 9
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_XP                        DOTA_COMBATLOG_TYPES = 10
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PURCHASE                  DOTA_COMBATLOG_TYPES = 11
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_BUYBACK                   DOTA_COMBATLOG_TYPES = 12
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ABILITY_TRIGGER           DOTA_COMBATLOG_TYPES = 13
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PLAYERSTATS               DOTA_COMBATLOG_TYPES = 14
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MULTIKILL                 DOTA_COMBATLOG_TYPES = 15
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_KILLSTREAK                DOTA_COMBATLOG_TYPES = 16
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_TEAM_BUILDING_KILL        DOTA_COMBATLOG_TYPES = 17
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_FIRST_BLOOD               DOTA_COMBATLOG_TYPES = 18
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MODIFIER_REFRESH          DOTA_COMBATLOG_TYPES = 19
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_NEUTRAL_CAMP_STACK        DOTA_COMBATLOG_TYPES = 20
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PICKUP_RUNE               DOTA_COMBATLOG_TYPES = 21
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_REVEALED_INVISIBLE        DOTA_COMBATLOG_TYPES = 22
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_HERO_SAVED                DOTA_COMBATLOG_TYPES = 23
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MANA_RESTORED             DOTA_COMBATLOG_TYPES = 24
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_HERO_LEVELUP              DOTA_COMBATLOG_TYPES = 25
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_BOTTLE_HEAL_ALLY          DOTA_COMBATLOG_TYPES = 26
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ENDGAME_STATS             DOTA_COMBATLOG_TYPES = 27
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_INTERRUPT_CHANNEL         DOTA_COMBATLOG_TYPES = 28
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ALLIED_GOLD               DOTA_COMBATLOG_TYPES = 29
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_AEGIS_TAKEN               DOTA_COMBATLOG_TYPES = 30
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_MANA_DAMAGE               DOTA_COMBATLOG_TYPES = 31
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_PHYSICAL_DAMAGE_PREVENTED DOTA_COMBATLOG_TYPES = 32
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_UNIT_SUMMONED             DOTA_COMBATLOG_TYPES = 33
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_ATTACK_EVADE              DOTA_COMBATLOG_TYPES = 34
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_TREE_CUT                  DOTA_COMBATLOG_TYPES = 35
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_SUCCESSFUL_SCAN           DOTA_COMBATLOG_TYPES = 36
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_END_KILLSTREAK            DOTA_COMBATLOG_TYPES = 37
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_BLOODSTONE_CHARGE         DOTA_COMBATLOG_TYPES = 38
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_CRITICAL_DAMAGE           DOTA_COMBATLOG_TYPES = 39
	DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_SPELL_ABSORB              DOTA_COMBATLOG_TYPES = 40
)
const Default_CMsgDOTACombatLogEntry_Type DOTA_COMBATLOG_TYPES = DOTA_COMBATLOG_TYPES_DOTA_COMBATLOG_INVALID

func (DOTA_COMBATLOG_TYPES) Enum

func (DOTA_COMBATLOG_TYPES) EnumDescriptor

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

func (DOTA_COMBATLOG_TYPES) String

func (x DOTA_COMBATLOG_TYPES) String() string

func (*DOTA_COMBATLOG_TYPES) UnmarshalJSON

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

type DOTA_TournamentEvents

type DOTA_TournamentEvents int32
const (
	DOTA_TournamentEvents_TE_FIRST_BLOOD  DOTA_TournamentEvents = 0
	DOTA_TournamentEvents_TE_GAME_END     DOTA_TournamentEvents = 1
	DOTA_TournamentEvents_TE_MULTI_KILL   DOTA_TournamentEvents = 2
	DOTA_TournamentEvents_TE_HERO_DENY    DOTA_TournamentEvents = 3
	DOTA_TournamentEvents_TE_AEGIS_DENY   DOTA_TournamentEvents = 4
	DOTA_TournamentEvents_TE_AEGIS_STOLEN DOTA_TournamentEvents = 5
	DOTA_TournamentEvents_TE_GODLIKE      DOTA_TournamentEvents = 6
	DOTA_TournamentEvents_TE_COURIER_KILL DOTA_TournamentEvents = 7
	DOTA_TournamentEvents_TE_ECHOSLAM     DOTA_TournamentEvents = 8
	DOTA_TournamentEvents_TE_RAPIER       DOTA_TournamentEvents = 9
	DOTA_TournamentEvents_TE_EARLY_ROSHAN DOTA_TournamentEvents = 10
	DOTA_TournamentEvents_TE_BLACK_HOLE   DOTA_TournamentEvents = 11
)

func (DOTA_TournamentEvents) Enum

func (DOTA_TournamentEvents) EnumDescriptor

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

func (DOTA_TournamentEvents) String

func (x DOTA_TournamentEvents) String() string

func (*DOTA_TournamentEvents) UnmarshalJSON

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

type DOTA_WatchReplayType

type DOTA_WatchReplayType int32
const (
	DOTA_WatchReplayType_DOTA_WATCH_REPLAY_NORMAL     DOTA_WatchReplayType = 0
	DOTA_WatchReplayType_DOTA_WATCH_REPLAY_HIGHLIGHTS DOTA_WatchReplayType = 1
)
const Default_CMsgGCWatchDownloadedReplay_WatchType DOTA_WatchReplayType = DOTA_WatchReplayType_DOTA_WATCH_REPLAY_NORMAL

func (DOTA_WatchReplayType) Enum

func (DOTA_WatchReplayType) EnumDescriptor

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

func (DOTA_WatchReplayType) String

func (x DOTA_WatchReplayType) String() string

func (*DOTA_WatchReplayType) UnmarshalJSON

func (x *DOTA_WatchReplayType) 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 EDOTAEventInviteType

type EDOTAEventInviteType int32
const (
	EDOTAEventInviteType_k_EDOTAEventInviteType_Direct        EDOTAEventInviteType = 0
	EDOTAEventInviteType_k_EDOTAEventInviteType_OpenQualifier EDOTAEventInviteType = 1
	EDOTAEventInviteType_k_EDOTAEventInviteType_ChampionsCup  EDOTAEventInviteType = 2
)
const Default_CMsgDOTAEventInvite_Team_InviteType EDOTAEventInviteType = EDOTAEventInviteType_k_EDOTAEventInviteType_Direct

func (EDOTAEventInviteType) Enum

func (EDOTAEventInviteType) EnumDescriptor

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

func (EDOTAEventInviteType) String

func (x EDOTAEventInviteType) String() string

func (*EDOTAEventInviteType) UnmarshalJSON

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

type EDOTAGCSessionNeed

type EDOTAGCSessionNeed int32
const (
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_Unknown                    EDOTAGCSessionNeed = 0
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserNoSessionNeeded        EDOTAGCSessionNeed = 100
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInOnlineGame           EDOTAGCSessionNeed = 101
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInLocalGame            EDOTAGCSessionNeed = 102
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUIWasConnected       EDOTAGCSessionNeed = 103
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUINeverConnected     EDOTAGCSessionNeed = 104
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserTutorials              EDOTAGCSessionNeed = 105
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUIWasConnectedIdle   EDOTAGCSessionNeed = 106
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_UserInUINeverConnectedIdle EDOTAGCSessionNeed = 107
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerOnline           EDOTAGCSessionNeed = 200
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerLocal            EDOTAGCSessionNeed = 201
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerIdle             EDOTAGCSessionNeed = 202
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerRelay            EDOTAGCSessionNeed = 203
	EDOTAGCSessionNeed_k_EDOTAGCSessionNeed_GameServerLocalUpload      EDOTAGCSessionNeed = 204
)

func (EDOTAGCSessionNeed) Enum

func (EDOTAGCSessionNeed) EnumDescriptor

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

func (EDOTAGCSessionNeed) String

func (x EDOTAGCSessionNeed) String() string

func (*EDOTAGCSessionNeed) UnmarshalJSON

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

type EDOTATriviaAnswerResult

type EDOTATriviaAnswerResult int32
const (
	EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_Success         EDOTATriviaAnswerResult = 0
	EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_InvalidQuestion EDOTATriviaAnswerResult = 1
	EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_InvalidAnswer   EDOTATriviaAnswerResult = 2
	EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_QuestionLocked  EDOTATriviaAnswerResult = 3
	EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_AlreadyAnswered EDOTATriviaAnswerResult = 4
	EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_TriviaDisabled  EDOTATriviaAnswerResult = 5
)
const Default_CMsgDOTASubmitTriviaQuestionAnswerResponse_Result EDOTATriviaAnswerResult = EDOTATriviaAnswerResult_k_EDOTATriviaAnswerResult_Success

func (EDOTATriviaAnswerResult) Enum

func (EDOTATriviaAnswerResult) EnumDescriptor

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

func (EDOTATriviaAnswerResult) String

func (x EDOTATriviaAnswerResult) String() string

func (*EDOTATriviaAnswerResult) UnmarshalJSON

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

type EDOTATriviaQuestionCategory

type EDOTATriviaQuestionCategory int32
const (
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_AbilityIcon       EDOTATriviaQuestionCategory = 0
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_AbilityCooldown   EDOTATriviaQuestionCategory = 1
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_HeroAttributes    EDOTATriviaQuestionCategory = 2
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_HeroMovementSpeed EDOTATriviaQuestionCategory = 3
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_TalentTree        EDOTATriviaQuestionCategory = 4
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_HeroStats         EDOTATriviaQuestionCategory = 5
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_ItemPrice         EDOTATriviaQuestionCategory = 6
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_AbilitySound      EDOTATriviaQuestionCategory = 7
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_InvokerSpells     EDOTATriviaQuestionCategory = 8
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_AbilityManaCost   EDOTATriviaQuestionCategory = 9
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_HeroAttackSound   EDOTATriviaQuestionCategory = 10
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_AbilityName       EDOTATriviaQuestionCategory = 11
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_ItemComponents    EDOTATriviaQuestionCategory = 12
	EDOTATriviaQuestionCategory_k_EDOTATriviaQuestionCategory_ItemLore          EDOTATriviaQuestionCategory = 13
)

func (EDOTATriviaQuestionCategory) Enum

func (EDOTATriviaQuestionCategory) EnumDescriptor

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

func (EDOTATriviaQuestionCategory) String

func (*EDOTATriviaQuestionCategory) UnmarshalJSON

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

type EFeaturedHeroDataType

type EFeaturedHeroDataType int32
const (
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroID           EFeaturedHeroDataType = 0
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_ItemDef          EFeaturedHeroDataType = 1
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_HypeString       EFeaturedHeroDataType = 2
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_StartTimestamp   EFeaturedHeroDataType = 3
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_ExpireTimestamp  EFeaturedHeroDataType = 4
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroWins         EFeaturedHeroDataType = 5
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroLosses       EFeaturedHeroDataType = 6
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_SaleDiscount     EFeaturedHeroDataType = 7
	EFeaturedHeroDataType_k_EFeaturedHeroDataType_ContainerItemDef EFeaturedHeroDataType = 8
)
const Default_CMsgGCToClientFeaturedHeroesResponse_DataField_DataType EFeaturedHeroDataType = EFeaturedHeroDataType_k_EFeaturedHeroDataType_HeroID

func (EFeaturedHeroDataType) Enum

func (EFeaturedHeroDataType) EnumDescriptor

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

func (EFeaturedHeroDataType) String

func (x EFeaturedHeroDataType) String() string

func (*EFeaturedHeroDataType) UnmarshalJSON

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

type EFeaturedHeroTextField

type EFeaturedHeroTextField int32
const (
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_NewHero              EFeaturedHeroTextField = 0
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_NewItem              EFeaturedHeroTextField = 1
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_ItemSetDescription   EFeaturedHeroTextField = 2
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_ItemDescription      EFeaturedHeroTextField = 3
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_Hype                 EFeaturedHeroTextField = 4
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_HeroWinLoss          EFeaturedHeroTextField = 5
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_FrequentlyPlayedHero EFeaturedHeroTextField = 6
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_FeaturedItem         EFeaturedHeroTextField = 7
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_PopularItem          EFeaturedHeroTextField = 8
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_SaleItem             EFeaturedHeroTextField = 9
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_SaleDiscount         EFeaturedHeroTextField = 10
	EFeaturedHeroTextField_k_EFeaturedHeroTextField_Container            EFeaturedHeroTextField = 11
)

func (EFeaturedHeroTextField) Enum

func (EFeaturedHeroTextField) EnumDescriptor

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

func (EFeaturedHeroTextField) String

func (x EFeaturedHeroTextField) String() string

func (*EFeaturedHeroTextField) UnmarshalJSON

func (x *EFeaturedHeroTextField) 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_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
)

func (EGCBaseMsg) Enum

func (x EGCBaseMsg) Enum() *EGCBaseMsg

func (EGCBaseMsg) EnumDescriptor

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

func (EGCBaseMsg) String

func (x EGCBaseMsg) String() string

func (*EGCBaseMsg) UnmarshalJSON

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

type EGCBaseProtoObjectTypes

type EGCBaseProtoObjectTypes int32
const (
	EGCBaseProtoObjectTypes_k_EProtoObjectPartyInvite EGCBaseProtoObjectTypes = 1001
	EGCBaseProtoObjectTypes_k_EProtoObjectLobbyInvite EGCBaseProtoObjectTypes = 1002
)

func (EGCBaseProtoObjectTypes) Enum

func (EGCBaseProtoObjectTypes) EnumDescriptor

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

func (EGCBaseProtoObjectTypes) String

func (x EGCBaseProtoObjectTypes) String() string

func (*EGCBaseProtoObjectTypes) UnmarshalJSON

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

type EGCItemMsg

type EGCItemMsg int32
const (
	EGCItemMsg_k_EMsgGCBase                                     EGCItemMsg = 1000
	EGCItemMsg_k_EMsgGCSetItemPosition                          EGCItemMsg = 1001
	EGCItemMsg_k_EMsgGCDelete                                   EGCItemMsg = 1004
	EGCItemMsg_k_EMsgGCVerifyCacheSubscription                  EGCItemMsg = 1005
	EGCItemMsg_k_EMsgClientToGCNameItem                         EGCItemMsg = 1006
	EGCItemMsg_k_EMsgGCPaintItem                                EGCItemMsg = 1009
	EGCItemMsg_k_EMsgGCPaintItemResponse                        EGCItemMsg = 1010
	EGCItemMsg_k_EMsgGCGoldenWrenchBroadcast                    EGCItemMsg = 1011
	EGCItemMsg_k_EMsgGCMOTDRequest                              EGCItemMsg = 1012
	EGCItemMsg_k_EMsgGCMOTDRequestResponse                      EGCItemMsg = 1013
	EGCItemMsg_k_EMsgGCAddItemToSocket_DEPRECATED               EGCItemMsg = 1014
	EGCItemMsg_k_EMsgGCAddItemToSocketResponse_DEPRECATED       EGCItemMsg = 1015
	EGCItemMsg_k_EMsgGCAddSocketToBaseItem_DEPRECATED           EGCItemMsg = 1016
	EGCItemMsg_k_EMsgGCAddSocketToItem_DEPRECATED               EGCItemMsg = 1017
	EGCItemMsg_k_EMsgGCAddSocketToItemResponse_DEPRECATED       EGCItemMsg = 1018
	EGCItemMsg_k_EMsgGCNameBaseItem                             EGCItemMsg = 1019
	EGCItemMsg_k_EMsgGCNameBaseItemResponse                     EGCItemMsg = 1020
	EGCItemMsg_k_EMsgGCRemoveSocketItem_DEPRECATED              EGCItemMsg = 1021
	EGCItemMsg_k_EMsgGCRemoveSocketItemResponse_DEPRECATED      EGCItemMsg = 1022
	EGCItemMsg_k_EMsgGCCustomizeItemTexture                     EGCItemMsg = 1023
	EGCItemMsg_k_EMsgGCCustomizeItemTextureResponse             EGCItemMsg = 1024
	EGCItemMsg_k_EMsgGCUseItemRequest                           EGCItemMsg = 1025
	EGCItemMsg_k_EMsgGCUseItemResponse                          EGCItemMsg = 1026
	EGCItemMsg_k_EMsgGCGiftedItems                              EGCItemMsg = 1027
	EGCItemMsg_k_EMsgGCRemoveItemName                           EGCItemMsg = 1030
	EGCItemMsg_k_EMsgGCRemoveItemPaint                          EGCItemMsg = 1031
	EGCItemMsg_k_EMsgGCUnwrapGiftRequest                        EGCItemMsg = 1037
	EGCItemMsg_k_EMsgGCUnwrapGiftResponse                       EGCItemMsg = 1038
	EGCItemMsg_k_EMsgGCSetItemStyle_DEPRECATED                  EGCItemMsg = 1039
	EGCItemMsg_k_EMsgGCUsedClaimCodeItem                        EGCItemMsg = 1040
	EGCItemMsg_k_EMsgGCSortItems                                EGCItemMsg = 1041
	EGCItemMsg_k_EMsgGC_RevolvingLootList_DEPRECATED            EGCItemMsg = 1042
	EGCItemMsg_k_EMsgGCUpdateItemSchema                         EGCItemMsg = 1049
	EGCItemMsg_k_EMsgGCRemoveCustomTexture                      EGCItemMsg = 1051
	EGCItemMsg_k_EMsgGCRemoveCustomTextureResponse              EGCItemMsg = 1052
	EGCItemMsg_k_EMsgGCRemoveMakersMark                         EGCItemMsg = 1053
	EGCItemMsg_k_EMsgGCRemoveMakersMarkResponse                 EGCItemMsg = 1054
	EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndex                   EGCItemMsg = 1055
	EGCItemMsg_k_EMsgGCRemoveUniqueCraftIndexResponse           EGCItemMsg = 1056
	EGCItemMsg_k_EMsgGCSaxxyBroadcast                           EGCItemMsg = 1057
	EGCItemMsg_k_EMsgGCBackpackSortFinished                     EGCItemMsg = 1058
	EGCItemMsg_k_EMsgGCAdjustItemEquippedState                  EGCItemMsg = 1059
	EGCItemMsg_k_EMsgGCCollectItem                              EGCItemMsg = 1061
	EGCItemMsg_k_EMsgGCItemAcknowledged                         EGCItemMsg = 1062
	EGCItemMsg_k_EMsgGCPresets_SelectPresetForClass             EGCItemMsg = 1063
	EGCItemMsg_k_EMsgGCPresets_SetItemPosition                  EGCItemMsg = 1064
	EGCItemMsg_k_EMsgGCPresets_SelectPresetForClassReply        EGCItemMsg = 1067
	EGCItemMsg_k_EMsgClientToGCNameItemResponse                 EGCItemMsg = 1068
	EGCItemMsg_k_EMsgGCApplyConsumableEffects                   EGCItemMsg = 1069
	EGCItemMsg_k_EMsgGCConsumableExhausted                      EGCItemMsg = 1070
	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_EMsgGCStoreGetUserData                         EGCItemMsg = 2500
	EGCItemMsg_k_EMsgGCStoreGetUserDataResponse                 EGCItemMsg = 2501
	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_EMsgGCBannedWordListRequest                    EGCItemMsg = 2512
	EGCItemMsg_k_EMsgGCBannedWordListResponse                   EGCItemMsg = 2513
	EGCItemMsg_k_EMsgGCToGCBannedWordListBroadcast              EGCItemMsg = 2514
	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
)

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
)
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 EGCSystemMsg

type EGCSystemMsg int32
const (
	EGCSystemMsg_k_EGCMsgInvalid                           EGCSystemMsg = 0
	EGCSystemMsg_k_EGCMsgMulti                             EGCSystemMsg = 1
	EGCSystemMsg_k_EGCMsgGenericReply                      EGCSystemMsg = 10
	EGCSystemMsg_k_EGCMsgSystemBase                        EGCSystemMsg = 50
	EGCSystemMsg_k_EGCMsgAchievementAwarded                EGCSystemMsg = 51
	EGCSystemMsg_k_EGCMsgConCommand                        EGCSystemMsg = 52
	EGCSystemMsg_k_EGCMsgStartPlaying                      EGCSystemMsg = 53
	EGCSystemMsg_k_EGCMsgStopPlaying                       EGCSystemMsg = 54
	EGCSystemMsg_k_EGCMsgStartGameserver                   EGCSystemMsg = 55
	EGCSystemMsg_k_EGCMsgStopGameserver                    EGCSystemMsg = 56
	EGCSystemMsg_k_EGCMsgWGRequest                         EGCSystemMsg = 57
	EGCSystemMsg_k_EGCMsgWGResponse                        EGCSystemMsg = 58
	EGCSystemMsg_k_EGCMsgGetUserGameStatsSchema            EGCSystemMsg = 59
	EGCSystemMsg_k_EGCMsgGetUserGameStatsSchemaResponse    EGCSystemMsg = 60
	EGCSystemMsg_k_EGCMsgGetUserStatsDEPRECATED            EGCSystemMsg = 61
	EGCSystemMsg_k_EGCMsgGetUserStatsResponse              EGCSystemMsg = 62
	EGCSystemMsg_k_EGCMsgAppInfoUpdated                    EGCSystemMsg = 63
	EGCSystemMsg_k_EGCMsgValidateSession                   EGCSystemMsg = 64
	EGCSystemMsg_k_EGCMsgValidateSessionResponse           EGCSystemMsg = 65
	EGCSystemMsg_k_EGCMsgLookupAccountFromInput            EGCSystemMsg = 66
	EGCSystemMsg_k_EGCMsgSendHTTPRequest                   EGCSystemMsg = 67
	EGCSystemMsg_k_EGCMsgSendHTTPRequestResponse           EGCSystemMsg = 68
	EGCSystemMsg_k_EGCMsgPreTestSetup                      EGCSystemMsg = 69
	EGCSystemMsg_k_EGCMsgRecordSupportAction               EGCSystemMsg = 70
	EGCSystemMsg_k_EGCMsgGetAccountDetails_DEPRECATED      EGCSystemMsg = 71
	EGCSystemMsg_k_EGCMsgReceiveInterAppMessage            EGCSystemMsg = 73
	EGCSystemMsg_k_EGCMsgFindAccounts                      EGCSystemMsg = 74
	EGCSystemMsg_k_EGCMsgPostAlert                         EGCSystemMsg = 75
	EGCSystemMsg_k_EGCMsgGetLicenses                       EGCSystemMsg = 76
	EGCSystemMsg_k_EGCMsgGetUserStats                      EGCSystemMsg = 77
	EGCSystemMsg_k_EGCMsgGetCommands                       EGCSystemMsg = 78
	EGCSystemMsg_k_EGCMsgGetCommandsResponse               EGCSystemMsg = 79
	EGCSystemMsg_k_EGCMsgAddFreeLicense                    EGCSystemMsg = 80
	EGCSystemMsg_k_EGCMsgAddFreeLicenseResponse            EGCSystemMsg = 81
	EGCSystemMsg_k_EGCMsgGetIPLocation                     EGCSystemMsg = 82
	EGCSystemMsg_k_EGCMsgGetIPLocationResponse             EGCSystemMsg = 83
	EGCSystemMsg_k_EGCMsgSystemStatsSchema                 EGCSystemMsg = 84
	EGCSystemMsg_k_EGCMsgGetSystemStats                    EGCSystemMsg = 85
	EGCSystemMsg_k_EGCMsgGetSystemStatsResponse            EGCSystemMsg = 86
	EGCSystemMsg_k_EGCMsgSendEmail                         EGCSystemMsg = 87
	EGCSystemMsg_k_EGCMsgSendEmailResponse                 EGCSystemMsg = 88
	EGCSystemMsg_k_EGCMsgGetEmailTemplate                  EGCSystemMsg = 89
	EGCSystemMsg_k_EGCMsgGetEmailTemplateResponse          EGCSystemMsg = 90
	EGCSystemMsg_k_EGCMsgGrantGuestPass                    EGCSystemMsg = 91
	EGCSystemMsg_k_EGCMsgGrantGuestPassResponse            EGCSystemMsg = 92
	EGCSystemMsg_k_EGCMsgGetAccountDetails                 EGCSystemMsg = 93
	EGCSystemMsg_k_EGCMsgGetAccountDetailsResponse         EGCSystemMsg = 94
	EGCSystemMsg_k_EGCMsgGetPersonaNames                   EGCSystemMsg = 95
	EGCSystemMsg_k_EGCMsgGetPersonaNamesResponse           EGCSystemMsg = 96
	EGCSystemMsg_k_EGCMsgMultiplexMsg                      EGCSystemMsg = 97
	EGCSystemMsg_k_EGCMsgWebAPIRegisterInterfaces          EGCSystemMsg = 101
	EGCSystemMsg_k_EGCMsgWebAPIJobRequest                  EGCSystemMsg = 102
	EGCSystemMsg_k_EGCMsgWebAPIJobRequestHttpResponse      EGCSystemMsg = 104
	EGCSystemMsg_k_EGCMsgWebAPIJobRequestForwardResponse   EGCSystemMsg = 105
	EGCSystemMsg_k_EGCMsgMemCachedGet                      EGCSystemMsg = 200
	EGCSystemMsg_k_EGCMsgMemCachedGetResponse              EGCSystemMsg = 201
	EGCSystemMsg_k_EGCMsgMemCachedSet                      EGCSystemMsg = 202
	EGCSystemMsg_k_EGCMsgMemCachedDelete                   EGCSystemMsg = 203
	EGCSystemMsg_k_EGCMsgMemCachedStats                    EGCSystemMsg = 204
	EGCSystemMsg_k_EGCMsgMemCachedStatsResponse            EGCSystemMsg = 205
	EGCSystemMsg_k_EGCMsgSQLStats                          EGCSystemMsg = 210
	EGCSystemMsg_k_EGCMsgSQLStatsResponse                  EGCSystemMsg = 211
	EGCSystemMsg_k_EGCMsgMasterSetDirectory                EGCSystemMsg = 220
	EGCSystemMsg_k_EGCMsgMasterSetDirectoryResponse        EGCSystemMsg = 221
	EGCSystemMsg_k_EGCMsgMasterSetWebAPIRouting            EGCSystemMsg = 222
	EGCSystemMsg_k_EGCMsgMasterSetWebAPIRoutingResponse    EGCSystemMsg = 223
	EGCSystemMsg_k_EGCMsgMasterSetClientMsgRouting         EGCSystemMsg = 224
	EGCSystemMsg_k_EGCMsgMasterSetClientMsgRoutingResponse EGCSystemMsg = 225
	EGCSystemMsg_k_EGCMsgSetOptions                        EGCSystemMsg = 226
	EGCSystemMsg_k_EGCMsgSetOptionsResponse                EGCSystemMsg = 227
	EGCSystemMsg_k_EGCMsgSystemBase2                       EGCSystemMsg = 500
	EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatus            EGCSystemMsg = 501
	EGCSystemMsg_k_EGCMsgGetPurchaseTrustStatusResponse    EGCSystemMsg = 502
	EGCSystemMsg_k_EGCMsgUpdateSession                     EGCSystemMsg = 503
	EGCSystemMsg_k_EGCMsgGCAccountVacStatusChange          EGCSystemMsg = 504
	EGCSystemMsg_k_EGCMsgCheckFriendship                   EGCSystemMsg = 505
	EGCSystemMsg_k_EGCMsgCheckFriendshipResponse           EGCSystemMsg = 506
	EGCSystemMsg_k_EGCMsgGetPartnerAccountLink             EGCSystemMsg = 507
	EGCSystemMsg_k_EGCMsgGetPartnerAccountLinkResponse     EGCSystemMsg = 508
	EGCSystemMsg_k_EGCMsgVSReportedSuspiciousActivity      EGCSystemMsg = 509
	EGCSystemMsg_k_EGCMsgDPPartnerMicroTxns                EGCSystemMsg = 512
	EGCSystemMsg_k_EGCMsgDPPartnerMicroTxnsResponse        EGCSystemMsg = 513
	EGCSystemMsg_k_EGCMsgGetIPASN                          EGCSystemMsg = 514
	EGCSystemMsg_k_EGCMsgGetIPASNResponse                  EGCSystemMsg = 515
	EGCSystemMsg_k_EGCMsgGetAppFriendsList                 EGCSystemMsg = 516
	EGCSystemMsg_k_EGCMsgGetAppFriendsListResponse         EGCSystemMsg = 517
	EGCSystemMsg_k_EGCMsgVacVerificationChange             EGCSystemMsg = 518
	EGCSystemMsg_k_EGCMsgAccountPhoneNumberChange          EGCSystemMsg = 519
)

func (EGCSystemMsg) Enum

func (x EGCSystemMsg) Enum() *EGCSystemMsg

func (EGCSystemMsg) EnumDescriptor

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

func (EGCSystemMsg) String

func (x EGCSystemMsg) String() string

func (*EGCSystemMsg) UnmarshalJSON

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

type EGCToGCMsg

type EGCToGCMsg int32
const (
	EGCToGCMsg_k_EGCToGCMsgMasterAck                   EGCToGCMsg = 150
	EGCToGCMsg_k_EGCToGCMsgMasterAckResponse           EGCToGCMsg = 151
	EGCToGCMsg_k_EGCToGCMsgRouted                      EGCToGCMsg = 152
	EGCToGCMsg_k_EGCToGCMsgRoutedReply                 EGCToGCMsg = 153
	EGCToGCMsg_k_EMsgGCUpdateSubGCSessionInfo          EGCToGCMsg = 154
	EGCToGCMsg_k_EMsgGCRequestSubGCSessionInfo         EGCToGCMsg = 155
	EGCToGCMsg_k_EMsgGCRequestSubGCSessionInfoResponse EGCToGCMsg = 156
	EGCToGCMsg_k_EGCToGCMsgMasterStartupComplete       EGCToGCMsg = 157
	EGCToGCMsg_k_EMsgGCToGCSOCacheSubscribe            EGCToGCMsg = 158
	EGCToGCMsg_k_EMsgGCToGCSOCacheUnsubscribe          EGCToGCMsg = 159
	EGCToGCMsg_k_EMsgGCToGCLoadSessionSOCache          EGCToGCMsg = 160
	EGCToGCMsg_k_EMsgGCToGCLoadSessionSOCacheResponse  EGCToGCMsg = 161
	EGCToGCMsg_k_EMsgGCToGCUpdateSessionStats          EGCToGCMsg = 162
	EGCToGCMsg_k_EMsgGCToGCUniverseStartup             EGCToGCMsg = 163
	EGCToGCMsg_k_EMsgGCToGCUniverseStartupResponse     EGCToGCMsg = 164
	EGCToGCMsg_k_EMsgGCToGCForwardAccountDetails       EGCToGCMsg = 165
)

func (EGCToGCMsg) Enum

func (x EGCToGCMsg) Enum() *EGCToGCMsg

func (EGCToGCMsg) EnumDescriptor

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

func (EGCToGCMsg) String

func (x EGCToGCMsg) String() string

func (*EGCToGCMsg) UnmarshalJSON

func (x *EGCToGCMsg) 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
	EItemPurgatoryResponse_Refund_k_ItemPurgatoryResponse_Refund_Failed_NexonWebAPI        EItemPurgatoryResponse_Refund = 5
)

func (EItemPurgatoryResponse_Refund) Enum

func (EItemPurgatoryResponse_Refund) EnumDescriptor

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

func (EItemPurgatoryResponse_Refund) String

func (*EItemPurgatoryResponse_Refund) UnmarshalJSON

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

type ESOMsg

type ESOMsg int32
const (
	ESOMsg_k_ESOMsg_Create                   ESOMsg = 21
	ESOMsg_k_ESOMsg_Update                   ESOMsg = 22
	ESOMsg_k_ESOMsg_Destroy                  ESOMsg = 23
	ESOMsg_k_ESOMsg_CacheSubscribed          ESOMsg = 24
	ESOMsg_k_ESOMsg_CacheUnsubscribed        ESOMsg = 25
	ESOMsg_k_ESOMsg_UpdateMultiple           ESOMsg = 26
	ESOMsg_k_ESOMsg_CacheSubscriptionRefresh ESOMsg = 28
	ESOMsg_k_ESOMsg_CacheSubscribedUpToDate  ESOMsg = 29
)

func (ESOMsg) Enum

func (x ESOMsg) Enum() *ESOMsg

func (ESOMsg) EnumDescriptor

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

func (ESOMsg) String

func (x ESOMsg) String() string

func (*ESOMsg) UnmarshalJSON

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

type ESourceEngine

type ESourceEngine int32
const (
	ESourceEngine_k_ESE_Source1 ESourceEngine = 0
	ESourceEngine_k_ESE_Source2 ESourceEngine = 1
)
const Default_CMsgClientHello_Engine ESourceEngine = ESourceEngine_k_ESE_Source1

func (ESourceEngine) Enum

func (x ESourceEngine) Enum() *ESourceEngine

func (ESourceEngine) EnumDescriptor

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

func (ESourceEngine) String

func (x ESourceEngine) String() string

func (*ESourceEngine) UnmarshalJSON

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

type ESpecialPingValue

type ESpecialPingValue int32
const (
	ESpecialPingValue_k_ESpecialPingValue_NoData ESpecialPingValue = 16382
	ESpecialPingValue_k_ESpecialPingValue_Failed ESpecialPingValue = 16383
)

func (ESpecialPingValue) Enum

func (ESpecialPingValue) EnumDescriptor

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

func (ESpecialPingValue) String

func (x ESpecialPingValue) String() string

func (*ESpecialPingValue) UnmarshalJSON

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

type EWeekendTourneyRichPresenceEvent

type EWeekendTourneyRichPresenceEvent int32
const (
	EWeekendTourneyRichPresenceEvent_k_EWeekendTourneyRichPresenceEvent_None         EWeekendTourneyRichPresenceEvent = 0
	EWeekendTourneyRichPresenceEvent_k_EWeekendTourneyRichPresenceEvent_StartedMatch EWeekendTourneyRichPresenceEvent = 1
	EWeekendTourneyRichPresenceEvent_k_EWeekendTourneyRichPresenceEvent_WonMatch     EWeekendTourneyRichPresenceEvent = 2
	EWeekendTourneyRichPresenceEvent_k_EWeekendTourneyRichPresenceEvent_Eliminated   EWeekendTourneyRichPresenceEvent = 3
)

func (EWeekendTourneyRichPresenceEvent) Enum

func (EWeekendTourneyRichPresenceEvent) EnumDescriptor

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

func (EWeekendTourneyRichPresenceEvent) String

func (*EWeekendTourneyRichPresenceEvent) UnmarshalJSON

func (x *EWeekendTourneyRichPresenceEvent) 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 GC_BannedWordType

type GC_BannedWordType int32
const (
	GC_BannedWordType_GC_BANNED_WORD_DISABLE_WORD GC_BannedWordType = 0
	GC_BannedWordType_GC_BANNED_WORD_ENABLE_WORD  GC_BannedWordType = 1
)
const Default_CMsgGCBannedWord_WordType GC_BannedWordType = GC_BannedWordType_GC_BANNED_WORD_DISABLE_WORD

func (GC_BannedWordType) Enum

func (GC_BannedWordType) EnumDescriptor

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

func (GC_BannedWordType) String

func (x GC_BannedWordType) String() string

func (*GC_BannedWordType) UnmarshalJSON

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

type PartnerAccountType

type PartnerAccountType int32
const (
	PartnerAccountType_PARTNER_NONE          PartnerAccountType = 0
	PartnerAccountType_PARTNER_PERFECT_WORLD PartnerAccountType = 1
	PartnerAccountType_PARTNER_NEXON         PartnerAccountType = 2
	PartnerAccountType_PARTNER_INVALID       PartnerAccountType = 3
)
const Default_CMsgClientHello_ClientLauncher PartnerAccountType = PartnerAccountType_PARTNER_NONE
const Default_CMsgDOTAWelcome_PartnerAccountType PartnerAccountType = PartnerAccountType_PARTNER_NONE
const Default_CSODOTAGameAccountClient_PartnerAccountType PartnerAccountType = PartnerAccountType_PARTNER_NONE

func (PartnerAccountType) Enum

func (PartnerAccountType) EnumDescriptor

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

func (PartnerAccountType) String

func (x PartnerAccountType) String() string

func (*PartnerAccountType) UnmarshalJSON

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL